.elementor-24347 .elementor-element.elementor-element-dd1b62f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(min-width:768px){.elementor-24347 .elementor-element.elementor-element-dd1b62f{--content-width:1300px;}}@media(max-width:1024px){.elementor-24347 .elementor-element.elementor-element-dd1b62f{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-24347 .elementor-element.elementor-element-dd1b62f{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-759bfad */.grid {
    display: grid;
    grid-template-columns: 1fr; /* mobile default */
    gap: 20px;
    align-items: start; /* 🔹 Alinea todas al top */
  }

  /* Tablet & Desktop (4 columnas) */
  @media (min-width: 900px) {
    .grid {
      grid-template-columns: repeat(4, 1fr);
     
    }
 
    
  
  
  }
  
    @media (min-width: 375px) {
      
      .title {
    
    font-size: 5rem;
 
  }
  
  .popular {
   
    margin-top: 0;
    
   
  }
      
        
      }
 
  

  



  .card {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding-top: 10px;
    
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 🔹 Todo desde arriba */
    height: 100%; /* 🔹 Todas misma altura */
  }

  .tagline {
    color: #166534;
    font-weight: 600;
  }

  .title {
      font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    margin: 10px 0;
  }

  .options {
    margin-top: 20px;
    text-align: center;
  }

  .options label {
    display: flex;
    align-items: center;
   
    margin-bottom: 8px;
    cursor: pointer;
    padding: 15px 10px;
    border: 0px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
  }

  .options label.active {
    background: #e5e7eb; /* gris */
    font-weight: 900;
    font-size: 20px;
  }

  .options input {
    accent-color: #6b7280; /* gris oscuro */
  }

   .choose-btn {
      margin-top: 10px;
      display: inline-block;
      padding: 10px 16px;
      background: #2563eb;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 8px;
      transition: background 0.3s;
    }

  .choose-btn:hover {
    background: #1d4ed8;
    color: #fff;
  }

  .popular {
    align-content: center;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #2563eb;
    color: white;
    font-size: 0.75rem;
    padding: 4px 10px;
    display: inline-block;
   
  }
    
  .features {
    text-align: left;
    margin-top: 20px;
    font-size: 0.75rem;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    flex-grow: 1; /* 🔹 Para que la lista empuje hacia abajo */
  }

  .features li {
  margin: 8px 0;
  position: relative;
  font-size: 12px;
  position: relative;
  padding-left: 0px;
  }



  .features strong { font-weight: bold; }
  .features .new { color: #2563eb; font-weight: bold; }
  .features .highlight { color: #22c55e; font-style: italic; font-weight: bold; }
  .features .blue { color: #2563eb; font-weight: bold; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dd1b62f *//* Tablet & Desktop (4 columnas) */
    @media (min-width: 600px) {
      .grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    .card {
      padding: 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .tagline {
      color: #166534;
      font-weight: 600;
    }

    .title {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 10px 0;
    }

    .options {
      margin-top: 20px;
      text-align: left;
    }

    .options label {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      cursor: pointer;
      padding: 6px 10px;
      border: 1px solid #ccc;
      transition: all 0.3s ease;
    }

    .options label.active {
      background: #e5e7eb; /* gris */
      font-weight: bold;
    }

    .options input {
      accent-color: #6b7280; /* gris oscuro */
    }

    .choose-btn {
      margin-top: 20px;
      display: inline-block;
      padding: 10px 16px;
      background: #2563eb;
      color: white;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s;
    }

    .choose-btn:hover {
      background: #1d4ed8;
    }

    .popular {
      background: #2563eb;
      color: white;
      font-size: 0.75rem;
      padding: 4px 10px;
      display: inline-block;
      margin-bottom: 10px;
    }/* End custom CSS */