* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
}
html {
  scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    background: #eeeeee;
  }

/* section {
    padding: 2rem 9%;
} */

.section-hero {
    width: 100%;
    display: flex;
    height: 90vh;
  }
  .left {
    background-color: #fff;
    width: 35%;
  }
  
  .rigth {
    background-color: #00205b;
    width: 65%;
  }
  .hero-left {
    margin-bottom: 2rem;
  }
  
  .hero-left img {
    width: 216px;
    height: 104px;
    margin-top: 100px;
    margin-left: 59px;
  }
  
  .hero-left h1 {
    color: #012069;
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: -2%;
    margin-left: 95px;
  }
  
  .hero-left p {
    color: #012069;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -2%;
    margin-left: 92px;
  }
  
  .video-content {
    background-color: #00205b;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .video-content h1 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .video-hero {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
  }
  
  @media (max-width: 1024px) {
      .section-hero {
        height: 50vh;
      }
      .left {
        width: 40%;
      }
      .rigth {
        width: 60%;
      }
    
      .hero-left h1 {
        font-size: 5vw;
        margin-left: 0;
        text-align: center;
      }
    
      .hero-left p {
        font-size: 3vw;
        margin-left: 0;
        text-align: center;
      }
    
      .video-content h1 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 60px;
      }
    
      .video-hero {
        margin-top: 80px;
      }
    }
  
  @media (max-width: 990px) {
    .section-hero {
      height: 45vh;
    }
    .left {
      width: 40%;
    }
    .rigth {
      width: 60%;
    }
  
    .hero-left h1 {
      font-size: 5vw;
      margin-left: 0;
      text-align: center;
    }
  
    .hero-left p {
      font-size: 3vw;
      margin-left: 0;
      text-align: center;
    }
  
    .video-content h1 {
      font-size: 24px;
      margin-bottom: 0;
      margin-top: 60px;
    }
  
    .video-hero {
      margin-top: 80px;
    }
  }
  
  @media (max-width: 768px) {
    .section-hero {
      flex-direction: column;
      height: auto;
    }
  
    .left,
    .rigth {
      width: 100%;
    }
  
    .hero-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  
    .hero-left img {
      margin-top: 0;
      margin-left: 0;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }
  
    .hero-left h1 {
      font-size: 6vw;
      text-align: center;
      margin-left: 0;
    }
  
    .hero-left p {
      font-size: 36px;
      text-align: center;
      margin-left: 0;
    }
  
    .video-content h1 {
      font-size: 1.8rem;
    }
    .video-hero {
      margin-top: 0;
    }
  }
  
  @media (max-width: 480px) {
      .hero-left {
          margin-bottom: 0;
      }
    .hero-left h1 {
      font-size: 30px;
      text-align: center;
    }
  
    .hero-left p {
      margin-top: 0;
      font-size: 5vw;
      text-align: center;
    }
  
    .video-content h1 {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 15px;
    }
  }

  /* Prices start */

  .pricing-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  
  .pricing-title {
    text-align: center;
    color: #00205b;
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  
  .pricing-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    padding: 0 1rem;
  }
  
  .pricing-card {
    margin: 1rem;
    border-radius: 8px;
    overflow: hidden;
  }

  .premium-card {
    position: relative;
  }

  .premium-badge {
    background: #00ff40;
    color: #00205b;
    font-size: 16px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 10;
  }

  .t-ml{
    margin-left: 20px;
  }
  
  .premium-badge i {
    color: #ffd700;
    font-size: 1.2rem;
}

  .stripe {
    position: absolute;
    top: 88px;
    width: 130px;
    transform: rotate(-45deg);
  }
  
  .card-header {
    background: #00205b;
    padding: 1.5rem;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s, padding 0.3s;
  }
  
  .card-header.active-header {
    background: #00173a;
    padding: 1.8rem;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    transition: background-color 0.3s, padding 0.3s;
  }
  
  .card-header.blusito:hover {
    background: #0236b0;
  }
  
  .card-header.blue {
    background: #0066ff;
  }
  
  .card-header.blue:hover {
    background: #0052cc;
  }
  
  .card-title {
    font-size: 1.75rem;
    margin: 0 0 0.5rem 0;
  }
  
  .card-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
  }
  
  .price {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0 0 0;
  }
  
  .price sup {
    font-size: 1rem;
  }
  
  .currency {
    font-size: 1rem;
  }
  
  .toggle-icon {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    transition: transform 0.3s;
  }
  
  .card-header.active .toggle-icon {
    transform: rotate(180deg);
  }
  
  .card-content {
    display: none;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: #f9f9f9;
  }
  
  .blusito {
    background-color: #0236b0;
  }
  
  .card-content.active {
    display: block;
  }
  
  .benefits-list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
  }
  
  .benefits-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    line-height: 1.4;
  }
  
  .benefits-list i {
    color: #0066ff;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  
  .select-button {
    background: #0066ff;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
  }
  
  .select-button:hover {
    background: #0052cc;
  }
  
  .construction-content {
    text-align: center;
    padding: 2rem 0;
  }
  
  .wrench-icon {
    width: 140px;
    height: 100px;
    margin-bottom: 1rem;
  }
  
  .construction-text {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  @media (max-width: 1024px) {
      .pricing-container {
        grid-template-columns: repeat(2, 1fr);
      }
    
      .pricing-title {
        font-size: 2rem;
      }
    
      .price {
        font-size: 2rem;
      }
    
      .card-title {
        font-size: 1.5rem;
      }
    
      .card-subtitle {
        font-size: 1rem;
      }
    
      .toggle-icon {
        right: 0.8rem;
        bottom: 0.8rem;
      }
    
      .select-button {
        font-size: 0.9rem;
      }
    }
    
    @media (max-width: 768px) {
      .pricing-container {
        grid-template-columns: 1fr;
        padding: 0;
      }
    
      .pricing-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
      }
    
      .card-header {
        padding: 1.2rem;
      }
    
      .price {
        font-size: 1.8rem;
      }
    
      .card-title {
        font-size: 1.25rem;
      }
    
      .card-subtitle {
        font-size: 0.9rem;
      }
    
      .card-header.active-header {
        padding: 1.5rem;
      }
    
      .toggle-icon {
        right: 0.6rem;
        bottom: 0.6rem;
      }
      .stripe {
        position: absolute;
        top: 60px;
        width: 80px;
        transform: rotate(-45deg);
    }

      .select-button {
        font-size: 0.9rem;
        padding: 0.8rem;
      }
    
      .construction-content {
        padding: 1.5rem 0;
      }
    
      .wrench-icon {
        width: 120px;
        height: 80px;
      }
    
      .construction-text {
        font-size: 1rem;
      }
    }
    
    @media (max-width: 480px) {
      .pricing-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
      }
    
      .price {
        font-size: 1.5rem;
      }

      .stripe {
        position: absolute;
        top: 67px;
        width: 100px;
        transform: rotate(-45deg);
    }
  
    .premium-badge {
      background: #00ff40;
      color: #00205b;
      font-size: 10px;
      font-weight: bold;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      gap: 0;
      z-index: 10;
  }
    
      .card-title {
        font-size: 1.1rem;
      }
    
      .card-header {
        padding: 1rem;
      }
    
      .select-button {
        font-size: 0.85rem;
        padding: 0.7rem;
      }
    
      .wrench-icon {
        width: 100px;
        height: 70px;
      }
    
      .construction-text {
        font-size: 0.9rem;
      }
    }
  /* Prices end */




.list-bene {
    color: #c8112d;
}

.main {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.heading {
    text-align: center;
    font-size: 4rem;
    color: #333;
    /* padding: 1rem;
    margin: 2rem 0; */
    background: rgba(94, 105, 249, 0.05);
}

.carousel-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: start;
}

.thumbnail-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnail {
    width: 90px;
    height: 90px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 5px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.1);
}

.main-image {
    margin-top: 20px;
    width: 100%;
    height: 600px;
}

.main-image img {
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.img-hidden img {
    text-align: center;
    justify-content: center;
}

.stars i {
    color: #f7e91e;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.text-producto {
    color: #1e396a;
    font-weight: 500;
    margin-bottom: 5px;

}

.text-content {
    width: 450px;
    margin-top: 20px;
    height: auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-content h2 {
    margin-bottom: 10px;
}

.text-content h3 {
    margin-bottom: 10px;
}

.text-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 15px;
    
}

.total-section {
    margin-top: 10px;
    text-align: center;
}



@media (max-width: 1200px) {

    .main-image img {
        width: 100%;
        height: auto;
    }

    .carousel-container {
        grid-template-columns: 1fr;
    }

    .thumbnail-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .thumbnail {
        width: 135px;
        height: 135px;
        margin: 1.3px;

    }

    .text-content {
        width: 100%;
        height: auto;
        margin-top: 230px;
        font-size: 20px;
    }
}


@media (max-width: 977px) {

    .main-image img {
        width: 100%;
        height: auto;
    }

    .carousel-container {
        grid-template-columns: 1fr;
    }

    .thumbnail-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .thumbnail {
        width: 100px;
        height: 100px;
        margin: 1px;
    }

    .text-content {
        width: 100%;
        height: auto;
        margin-top: 50px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    .main-image img {
        width: 100%;
        height: 300px;
    }

    .thumbnail {
        width: 100px;
        height: 100px;
        margin: 1px;
    }


    .main-image {
        height: auto;
    }

    .text-content {
        width: 100%;
        padding: 10px;
        box-shadow: none;
        height: auto;
    }

    .quantity-controls button {
        padding: 3px 6px;
        font-size: 16px;
    }

    .quantity-controls input {
        width: 30px;
        height: 25px;
    }

    .payButton {
        font-size: 14px;
        padding: 8px 16px;
    }
}


.button-star {
    background-color: #f7e91e;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin-left: auto;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 900;
}

@media (max-width: 992px) {
    .button-star {
        font-size: 30px;
        padding: 8px 18px;
        margin: 10px auto 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
.button-star {
        font-size: 25px;
        padding: 6px 16px;
        margin: 10px auto 0;
        margin-bottom: 10px;

    }
}

@media (max-width: 576px) {
.button-star {
        font-size: 25px;
        padding: 6px 16px;
        margin: 10px auto 0;
        margin-bottom: 10px;
    }
}


footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .container .sec {
    margin-right: 30px;
}

footer .container .sec {
    width: 30%;
}

footer .container .sec h2 {
    position: relative;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .container .sec h2::before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 90px;
    height: 2px;
    background: #f00;
}

footer p {
    color: #000;
    /* align-items: center; */
}

.sci {
    margin-top: 20px;
    display: flex;
}

.sci li {
    list-style: none;
}

.sci li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1e396a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
    color: #c8112d;
}

.sci li a:hover {
    background-color: #c8112d;
    color: whitesmoke;
}

.quickLinks {
    position: relative;
    width: 25%;
}

.quickLinks ul li {
    list-style: none;
}

.quickLinks ul li a {
    font-weight: 600;
    color: #1e396a;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.quickLinks ul li a:hover {
    color: #c8112d;
}

.contact {
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contact .info li {
    display: flex;
    margin-bottom: 16px;
}

.contact .info li span:nth-child(1) {
    color: #f00;
    font-size: 20px;
    margin-right: 10px;
}

.contact .info li span {
    color: #1e396a;
}

.contact .info li a {
    color: #1e396a;
    text-decoration: none;
}

.contact .info li a:hover {
    color: #f00;

}

.copytext {
    width: 100%;
    background: #1e396a;
    padding: 8px 100px;
    text-align: center;
    color: #f0f0f0;
}

@media (max-width: 977px) {
    footer {
        padding: 40px;
    }

    footer .container {
        flex-direction: column;
    }

    footer .container .sec {
        margin-right: 0;
        margin-bottom: 40px;
    }

    footer .container .sec.about,
    .quickLinks,
    .contact {
        width: 100%;
    }

    .copytext {
        padding: 8px 40px;
    }

}

@media (max-width: 576px) {
    footer {
        padding: 40px;
    }

    footer .container {
        flex-direction: column;
    }

    footer .container .sec {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    footer .container .sec.about,
    .quickLinks,
    .contact {
        width: 100%;
    }

    .copytext {
        padding: 8px 40px;
    }

}

.wrapper {
    max-width: 75%;
    margin: auto;
    margin-bottom: 40px;
}

.wrapper>p,
.wrapper>h1 {
    margin: 1.5rem 0;
    text-align: center;
}

.wrapper>h1 {
    letter-spacing: 3px;
}

.accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.accordion i {
    font-size: 1.6rem;
    margin: 2px;

}


.active,
.accordion:hover {
    background-color: #fff;

}

.pannel {
    padding: 0 2rem 2.5rem 2rem;

    overflow: hidden;
    display: none;
}

.pannel p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    line-height: 1.4;
}

.faq {
    margin: 10px 0;
    border: 1px solid #d1364d;
}

.faq.active {
    border: none;

}

@media (max-width: 1200px) {
    .accordion {

        font-size: 10px;
        padding: .3rem 1.5rem;

    }

    .pannel p {
        color: rgba(0, 0, 0, 0.7);
        font-size: 10px;
        line-height: 1.4;
    }

    .faq {
        margin: 10px 0;
        border: .4px solid #d1364d;
    }
}

/* .heads {
    color: #d1364d;
    font-size: 55px;
    text-align: center;
    margin-top: 35px;
} */

.container-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 65px auto;
}

.hero-content {
    flex: 1;
    width: 600px;
    margin: 0px 25px;
    animation: fadeInUp 2s ease;
}

.hero-image {
    flex: 1;
    width: 100%;
    animation: fadeInRight 2s ease;

}

.hero-image img {
    width: 80%;
    height: auto;
    border-radius: 10px;
}

.hero-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: wheat;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.hero-content p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: whitesmoke;
}

.hero-content b {
    font-size: 20px;
    color: wheat;
    margin: 3px;
    line-height: 1;
}

.hero-content a {
    display: inline-block;
    background-color: #d1364d;
    color: floralwhite;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;

}

.hero-content a:hover {

    background-color: #d1364d;
    transform: scale(1.1);

}




.hero-image:hover {
    transform: scale(1.1);
}
.title-wrappers {
    text-align: center;
    font-size: 24px;
    color: #001845;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    position: relative; 
    margin-bottom: 40px;
    margin-top: 20px;
}

.title-wrappers h1 {
    position: relative;
    display: inline-block;
}

.title-wrappers h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #862634;
    opacity: 0.7;
}

.title-wrappers h1:hover::after {
    transform: scaleX(1);
}
/* //////////////////////////// */
.title-testimon {
    text-align: center;
    font-size: 24px;
    color: #00205B;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    position: relative; 
    margin-bottom: 10px;
    margin-top: 10px;
}

.title-testimon h1 {
    position: relative;
    display: inline-block;
}

.title-testimon h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #862634;
    opacity: 0.7;
}

.title-testimon h1:hover::after {
    transform: scaleX(1);
}

/* //////////////////////////// */


@media(max-width: 655px){
    .title-wrappers {
        
        font-size: 12px;
       
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
        
    }
}

@media(max-width: 655px){
    .title-case {
        
        font-size: 13px;
       
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
        
    }
}

@media(max-width: 655px){
    .title-testimon {
        
        font-size: 13px;
       
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
        
    }
}





@media(max-width: 1200px) {

    .heading h1 {
        font-size: 45px;
        margin-top: 30px;
    }

    .hero {
        margin: 0;
    }

    .container-hero {
        width: 100%;
        flex-direction: column;
        margin: 0;
        padding: 0px 40px;
    }

    .hero-content {
        width: 100%;
        margin: 35px 0px;
    }

    .hero-content h2 {
        font-size: 25px;
    }

    .hero-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .hero-content a {
        font-size: 16px;
        padding: 8px 16px;
    }

    .hero-image img {
        width: 250px;
        height: 250px;
    }

}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }

}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(20px);
    }

}
.testimonials {
    
    padding: 20px 0;
    background: #f1f1f1;
    color: #434343;
    text-align: center;
}

.testimonials iframe {
    width: 100px;
}

.testimonials p {

    text-align: center;
    margin-top: 0;
}

.gradient-text {
    font-size: 24px;
    background: linear-gradient(to right, #8D50AC, #F0704F, #99D758);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.testimonial-inner {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.border {
    width: 160px;
    height: 5px;
    background: #6ab04c;
    margin: 26px auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col {
    flex: 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 15px;
}

.testimonial {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.name {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
}

.stars {
    color: #f0932b;
    margin-bottom: 20px;
}

.col>.row>.testimonial {
    margin: 5px;
}



@media (max-width: 768px) {
    .col {
        flex: 100%;
        max-width: 100%;
    }

    .testimonials iframe {
        width: 450px;
        height: 500px;
    }
}

@media (max-width: 585px) {

    /* .testimonials{
        margin-top: 200px;
    } */
    .col {
        flex: 100%;
        max-width: 100%;
    }

    .testimonials iframe {
        width: 250px;
        height: 500px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .col {
        flex: 50%;
        max-width: 50%;
    }

    .testimonials iframe {
        width: 300px;
        height: 500px;
    }
}

@media (min-width: 993px) {
    .col {
        flex: 25%;
        max-width: 25%;
    }

    .testimonials iframe {
        width: 300px;
        height: 400px;
    }
}

.trimestre{
    margin-bottom: 10px;
    display: flex;
    color: #1e396a;
    font-size: 20px;
    font-weight: 900;
    justify-content: center;
    right: 20px;
}

.modal {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  /* width: 300px; */
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative; /* Agregamos esto */
}

.modal-content h2 {
  margin: 10px 0 10px;
  color: #012069;
  font-family: Arial, sans-serif;
  font-size: 30px;
}

.modal-content .head-modal {
  margin: 0 0 10px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #007bff;
  font-weight: 600;
}

.text-modal {
  text-align: justify;
}

.text-modal p {
  color: #00173a;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-modal i {
  color: #007bff;
  margin-right: 5px;
  /* font-weight: 600; */
}

.terms {
  display: flex;
}
.terms input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
}

.terms label {
  font-size: 15px;
  font-weight: 700;
}

.close {
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

.close:hover,
.close:focus {
  color: black;
}

.input-container {
  position: relative;
  width: 100%;
  display: flex;
}

.input-container button {
  width: 68px;
  height: 38px;
  margin-left: 5px;
  background-color: orangered !important;
}

.modal-content input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.modal-content input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.input-container .status-icon {
  position: absolute;
  top: 39%;
  right: 80px;
  transform: translateY(-50%);
  font-size: 25px;
  display: none;
}

.status-icon i {
  font-size: 24px;
  transition: color 0.3s ease;
}

.success i {
  color: green;
}

.error i {
  color: red;
}

.success {
  color: green; /* Mensaje de éxito */
  font-weight: bold;
}

.error {
  color: red; /* Mensaje de error */
  font-weight: bold;
}

.loading {
  display: inline-block;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #007bff;
  width: 18px;
  height: 18px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-content button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-content button:hover {
  background-color: #0056b3;
}

/* modals end */

/* parthner cliente */
.partners-section {
    padding: 4rem 9%;
}

.partners-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.partners-content h2 {
    color: #00205B;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.partners-content p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.partner-btn {
    background-color: #00205B;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 3rem;
}

.partner-btn:hover {
    background-color: #001845;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Por defecto: 4 columnas */
    gap: 2rem;
    align-items: center;
}

.partner-logo {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-5px);
}

.partner-logo img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas para tablets */
    }
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas para pantallas pequeñas */
    }
    
    .partners-section {
        padding: 2rem 5%;
    }
    
    .partners-content h2 {
        font-size: 3rem;
    }

    .partners-content p {
        font-size: 1.5rem;
    }
}

/* Mantener 2 columnas incluso para pantallas muy pequeñas */
@media (max-width: 480px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas también en móviles */
        gap: 1rem; /* Reducir el espacio entre elementos */
    }

    .partners-content h2 {
        font-size: 1.5rem;
    }

    .partners-content p {
        font-size: 0.8rem;
    }
}

/* section ceo */

.test {
    display: flex;
  }
  .test1 {
    background-color: #0066ff;
    width: 100%;
    left: 10px;
  }
  .ceo-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    position: relative;
  }
  
  .ceo-title {
    text-align: center;
    color: #00205b;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .ceo-container {
    background: #00205b;
    border-radius: 0px 20px 20px 0;
    padding: 2rem 2rem 2rem 200px;
    position: relative;
  }
  
  .ceo-image {
    position: absolute;
    left: -150px;
    top: 45%;
    transform: translateY(-50%);
    width: 300px;
    height: auto;
  }
  
  .ceo-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  .ceo-content {
    color: white;
    position: relative;
  }
  
  .ceo-quote {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    position: relative;
  }
  
  .ceo-quote::before {
    color: #fff;
    content: "“";
    font-size: 4rem;
    line-height: 1;
    position: absolute;
  }
  .ceo-quote::after {
    content: "”";
    font-size: 4rem;
    line-height: 1;
    position: absolute;
  }
  
  .ceo-quote::before {
    left: -2rem;
    top: -1rem;
  }
  
  .ceo-quote::after {
    right: -1rem;
    bottom: -2rem;
  }
  
  .ceo-name {
    text-align: right;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  
   @media (max-width: 1024px) { 
      .ceo-section {
          padding: 1.5rem 1rem;
      }
  
      /* .test1 {
         display: none;
      } */
      .ceo-title {
          font-size: 2rem;
      }
  
     
  
      .ceo-image {
          left: -70px;
          /* top: 10%; */
        
      }
  
      .ceo-image img {
          width: 100%;
          height: 500px;
      }
  
  
      .ceo-quote {
          margin-left: 2rem;
      }
  }
  
  
  
  @media (max-width: 480px) {
      .ceo-container {
          padding: 1.5rem 1rem;
          border-radius: 10px;
     
      }
      .test1{
          display: none;
      }
  
      .ceo-image {
          position: static;
          margin: 0 auto 1rem;
          width: 150px;
          transform:none;
      }
  
      .ceo-image img {
          height: 200px;
          transform:none;
      }
  
      .ceo-content {
          text-align: center;
      }
  
      .ceo-quote {
          font-size: 0.9rem;
          line-height: 1.3;
      }
  
      .ceo-quote::before,
      .ceo-quote::after {
          font-size: 2.5rem;
      }
  
      .ceo-quote::after {
          right: 0rem;
          bottom: -2rem;
      }
  
      .ceo-name {
          font-size: 1rem;
          text-align: center;
      }
  }
  
  
  /* ceo ebnd */

  /* section membresias  */
.membership-section {
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .membership-title {
    text-align: center;
    color: #00205b;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .membership-container {
    background: #d9d9d9;
    border-radius: 1rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    height: 60vh;
    align-items: center;
  }
  
  .membership-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .membership-text {
    color: #333;
    line-height: 36px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
  }
  
  .membership-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  
  .video-afiliado {
    width: 100%;
  }
  
  .access-link {
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
    color: #00205b;
  }
  
  .access-link a {
    color: #00205b;
    text-decoration: none;
    font-weight: 100;
  }
  
  .access-link a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 1200px) {
      .membership-section {
          margin-top: -60px;
      }
      .membership-container {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        height: 90vh;
        gap: 0;
      }
    
      .membership-title {
        font-size: 4rem;
      }
    
      .membership-text {
          font-size: 32px;
          font-weight: 500;
          color: #00173a;
      }
    
      .access-link {
      margin-top: 10px;
        font-size: 2rem;
      }
    
      .membership-image-container {
        gap: 1rem;
      }
    
      .video-afiliado {
        width: 100%;
        margin-top: -30px;
      }
    }
  
  /* Responsive styles */
  @media (max-width: 1024px) {
      .membership-section {
          margin-top: -60px;
      }
      .membership-container {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        height: 90vh;
        gap: 0;
      }
    
      .membership-title {
        font-size: 4rem;
      }
    
      .membership-text {
          font-size: 32px;
          font-weight: 500;
          color: #00173a;
      }
    
      .access-link {
      margin-top: 10px;
        font-size: 2rem;
      }
    
      .membership-image-container {
        gap: 1rem;
      }
    
      .video-afiliado {
        width: 100%;
        margin-top: -30px;
      }
    }
    
    @media (max-width: 768px) {
  
      .membership-section {
          margin-top: -60px;
      }
      .membership-container {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        height: 90vh;
      }
    
      .membership-title {
        font-size: 3.5rem;
      }
    
      .membership-text {
          font-size: 28px;
          font-weight: 500;
          color: #010b1f;
      }
    
      .access-link {
      margin-top: 10px;
        font-size: 2rem;
      }
    
      .membership-image-container {
        gap: 1rem;
      }
    
      .video-afiliado {
        width: 100%;
      }
    }
    
    @media (max-width: 480px) {
      .membership-section {
          margin-top: -60px;
      }
  
      .membership-container {
          height: 55vh;
          gap: 0;
      }
  
      .membership-title {
          font-size: 1.8rem;
          margin-top: 0;
      }
  
      .membership-text {
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          color: #010b1f;
      }
  
      .access-link {
          font-size: 1rem;
      }
  
      .video-afiliado {
        
          margin-top: 10px;
      }
  }
  
  @media (max-width: 390px) {
      .membership-section {
          margin-top: -60px;
      }
  
      .membership-container {
          height: 80vh;
          gap: 0;
      }
  
      .membership-title {
          font-size: 1.8rem;
          margin-top: 0;
      }
  
      .membership-text {
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          color: #010b1f;
      }
  
      .access-link {
          font-size: 1rem;
      }
  
      
  
  }

  .prevention-cases {
    
    min-height: 65vh;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .prevention-cases {
        padding: 3rem;
    }
}

.container {
    /* max-width: 80rem; */
    margin: 0 auto;
}

.main-title {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    color: #00173a;
    margin-bottom: 3rem;
}


@media (min-width: 768px) {
    .main-title {
        font-size: 3rem;
    }
}

.card-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

 .card {
    background-color: white;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
} 

.card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
} 

/* .card-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
} */

/* .card:hover .card-overlay {
    opacity: 1;
} */

.play-button {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 9999px;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.play-button:hover {
    background-color: white;
}

.play-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #991b1b;
}

.card-content-2 {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    transform: translateY(100%);
    transition: transform 0.3s;
    /* z-index: 999; */
}

/* .card:hover .card-content-2 {
    transform: translateY(0);
} */

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
}

.card-description {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}
/* ///////////////////////////////////////////////////////// */
.container-family {
    max-width: 1200px;
    margin: 0 auto;
}

.intro-section {
    background-color: #1e3c72;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 980px;
    max-height: 500px;
    margin-left: 250px;
    border-radius: 10px;
}

.intro-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.intro-section h1 {
    color: #f2f2f2;
    text-align: center;
}

.text-box {
    width: 70%;
    line-height: 1.6;
    color: #fff;
    margin-top: -60px;
}

.text-box b{
    color: #f39c12;
}

.image-box {
    width: 35%;
    display: flex;
    margin-left: -360px;
    margin-top: -12px;

}
.image-box img {
    width: 500px;
    height: 500px;
    margin-bottom: 10px;
}
.benefits-section {
    background-color: #1e3c72;
    color: #fff;
    padding: 20px;
    max-width: 980px;
    max-height: 435px;
    border-radius: 10px;
}
.benefits-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.benefits-section h2 {
    color: #fff;
    font-size: 38px;
}

.benefits-content ul {
    list-style-type: none;
    width: 60%;
    line-height: 1.8;
    padding-left: 20px;
    margin-top: -50px;
}

.benefits-content li::before {
    content: "•";
    color: #f39c12;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.benefits-image {
    width: 35%;
    margin-top: -10px;
    margin-right: -50px;
}

.benefits-image img {
    width: 500px;
    height: 400px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .intro-section {
        margin-left: 0; /* Centra la sección */
    }

    .benefits-section h2 {
    color: #fff;
    font-size: 38px;
    text-align: center;
}

    .intro-section h1 {
        color: #fff;
        text-align: center;
    }

    .text-box {
        width: 100%;
        text-align: center;
        font-size: small;
        font-weight: 900;
        margin-top: 10px;
    }

    .image-box
     {
        width: 100%;
        margin: 0 auto;
    }

    .image-box img {
        width: 400px;
        height: 400px;
        margin-bottom: 10px;
    }

    .benefits-image {
        width: 100%;
        margin: 0 auto;
    }

    .benefits-content ul {
        width: 100%;
        text-align: left;
    }

    .benefits-content {
        justify-content: center;
        margin-top: 55px;
    }

    .benefits-section {
        background-color: #1e3c72;
        color: #fff;
        padding: 20px;
        max-width: 980px;
        max-height: 580px;
        border-radius: 10px;
    }
}

/* Para dispositivos móviles grandes */
@media (max-width: 768px) {

    .intro-section 
    .benefits-section {
        font-size: 1.8rem;
        margin-bottom: 80px;
    }
    

    .intro-section h1,
    .benefits-section h2 {
        font-size: 1.8rem;
        margin-bottom: 80px;
    }

    .text-box {
        font-size: 1rem;
        text-align: justify;
    }

    .intro-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefits-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .image-box img,
    .benefits-image img {
        max-width: 300px;
        position: absolute;
    }
}

@media (max-width: 480px) {
    .intro-section {
        padding: 10px;
        min-height: 625px;
    }

    .intro-section h1,
    .benefits-section h2 {
        font-size: 1.5rem;
    }

    .text-box {
        font-size: 0.9rem;
        line-height: 18px;
        text-align: justify;
    }

    .image-box{
        width: 100%;
       margin-left: 44px;
    }

    .benefits-image{
        width: 100%;
        margin-left: -143px;
    }

    .image-box img {
        max-width: max-content;
        margin-top: 350px;
        width: 300px;
        height: 300px;
        margin-left: 0;
    }

    .benefits-image img {
        max-width: max-content;
        width: 300px;
        height: 300px;
        margin-top: -5px;
    }

    .benefits-content ul {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .benefits-section {
       margin-top: 160px;
       min-height: 485px;
    }
}

/* Para dispositivos móviles pequeños */
@media (max-width: 376px) {
    .intro-section {
        padding: 10px;
        min-height: 685px;
    }

    .intro-section h1,
    .benefits-section h2 {
        font-size: 1.5rem;
    }

    .text-box {
        font-size: 0.9rem;
        line-height: 18px;
        text-align: justify;
    }

    .image-box{
        width: 100%;
       margin-left: 24px;
    }

    .benefits-image{
        width: 100%;
        margin-left: -143px;
    }

    .image-box img {
        max-width: max-content;
        margin-top: 480px;
        width: 300px;
        height: 300px;
        margin-left: 0;
    }

    .benefits-image img {
        max-width: max-content;
        width: 300px;
        height: 300px;
        margin-top: 10px;
    }

    .benefits-content ul {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .benefits-section {
       margin-top: 200px;
       min-height: 485px;
    }
}

/* Term modal*/
.modal-checkbox {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content-checkbox {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal-content-checkbox h2 {
  margin: 10px 0 10px;
  color: #012069;
  font-family: Arial, sans-serif;
  font-size: 30px;
}

.modal-content-checkbox .head-modal {
  margin: 0 0 10px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #007bff;
  font-weight: 600;
}
.terms-checkbox {
  display: flex;
  align-items: center;
}

.terms-checkbox input {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
}

.terms-checkbox label {
  font-size: 15px;
  font-weight: 700;
}

.modal-content-checkbox button.accept-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.modal-content-checkbox button.accept-button:hover {
  background-color: #0056b3;
}

.content-form-card{
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.custom-form-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 1200px;
  display: flex;
 
  transition: all 0.3s ease;
}

.custom-form-form-section {
  flex: 2;
  padding: 40px;
  transition: all 0.3s ease;
}
.custom-form-h2 {
  color: #002B5C;
  margin-bottom: 30px;
  font-weight: 900;
  text-align: center;
}

.custom-form-form-group {
  margin-bottom: 20px;
  position: relative;
}

#countrys {
  width: 8%; 
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;/* Ajusta el ancho del select */
 
}

#phone3 {
  width: 90%;  /* Ajusta el ancho del input */
 
}


.custom-form-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #777;
  pointer-events: none;
  transition: all 0.3s ease;
}

.custom-form-input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}

.custom-form-bar {
  position: relative;
  display: block;
  width: 100%;
}

.custom-form-bar:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: linear-gradient(135deg, #152c90 0%, #1e1e1e 100%);
  height: 2px;
  transition: all 0.3s ease;
}

.custom-form-input:focus ~ .custom-form-bar:before {
  left: 0;
  right: 0;
}

.custom-form-input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}

.custom-form-input:focus ~ .custom-form-label,
.custom-form-input:valid ~ .custom-form-label {
  top: -20px;
  font-size: 15px;
  font-weight: 900;
  color: #152c90;
}

.custom-form-error {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
}

.custom-form-button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #152c90 0%, #1e1e1e 100%);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-form-button:hover {
  background: linear-gradient(135deg,#1e1e1e 0%, #152c90 100%);
}

@media (max-width: 768px) {
  .content-form-card{
    margin-top: 70px;
  }
  .custom-form-card {
      flex-direction: column;
      width: 90%;
  }

  .custom-form-logo-section, .custom-form-form-section {
      padding: 20px;
  }
}
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  width: 400px;
  text-align: center;
  position: relative;
}

.custom-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.custom-modal-input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.custom-modal-button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #152c90 0%, #1e1e1e 100%);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.custom-modal-button:hover {
  background: linear-gradient(135deg, #1e1e1e 0%, #152c90 100%);
}

.affiliate-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.affiliate-modal-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Botón cerrar */
.affiliate-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #001B3D;
}

/* Formulario de Afiliación */
.affiliate-form-title {
  color: #001B3D;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.affiliate-form-group {
  margin-bottom: 15px;
}

.affiliate-form-label {
  display: block;
  margin-bottom: 5px;
  color: #001B3D;
  font-weight: 500;
}

.affiliate-form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.affiliate-form-input:focus {
  outline: none;
  border-color: #0066FF;
}

.affiliate-error-message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

/* Sección de contacto de emergencia */
.affiliate-emergency-contact {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.affiliate-emergency-title {
  color: #001B3D;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Botones */
.affiliate-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.affiliate-btn-primary {
  background-color: #0066FF;
  color: white;
}

.affiliate-btn-primary:hover {
  background-color: #0052CC;
}

.affiliate-btn-submit {
  background-color: #001B3D;
  color: white;
  margin-top: 20px;
}

.affiliate-btn-submit:hover {
  background-color: #002B5C;
}

/* Responsividad */

@media screen and (min-width: 1024px) {
  .affiliate-modal-content {
    margin: 10% auto;
    padding: 15px;
    width: 90%;
    margin-top: 50px;
  }

  .affiliate-form-title {
    font-size: 20px;
  }

  .affiliate-form-label,
  .affiliate-emergency-title {
    font-size: 14px;
  }

  .affiliate-form-input {
    font-size: 14px;
    padding: 8px;
  }

  .affiliate-btn {
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .affiliate-modal-content {
    margin: 10% auto;
    padding: 15px;
    width: 85%;
  }

  .affiliate-form-title {
    font-size: 20px;
  }

  .affiliate-form-label,
  .affiliate-emergency-title {
    font-size: 14px;
  }

  .affiliate-form-input {
    font-size: 14px;
    padding: 8px;
  }

  .affiliate-btn {
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .affiliate-modal-content {
    margin: 15% auto;
    padding: 10px;
    width: 80%;
  }

  .affiliate-form-title {
    font-size: 18px;
  }

  .affiliate-form-label,
  .affiliate-emergency-title {
    font-size: 12px;
  }

  .affiliate-form-input {
    font-size: 12px;
    padding: 6px;
  }

  .affiliate-btn {
    font-size: 12px;
    padding: 8px;
  }

  .affiliate-modal-close {
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}

.termservices {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease-in-out;
}

.termservices-content {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  overflow: auto;
  max-height: 80vh;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'Arial', sans-serif;
  animation: slideDown 0.3s ease-in-out;
}

.termservices-content h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.termservices-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.termservices-content ul {
  padding-left: 20px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #888;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #333;
}

.privacy-policy {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease-in-out;
}

.privacy-content {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  overflow: auto;
  max-height: 80vh;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'Arial', sans-serif;
  animation: slideDown 0.3s ease-in-out;
}

.privacy-content h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.privacy-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.privacy-content ul {
  padding-left: 20px;
}

.privacy-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #888;
  transition: color 0.3s ease;
}

.privacy-close-btn:hover {
  color: red;
}


.phone-group {
  display: flex;
  align-items: center;  /* Alinea verticalmente los elementos */
  gap: 10px;  /* Espacio entre select y input */
}

#country {
  width: 30%; /* Ajusta el ancho del select */
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#phone2 {
  width: 70%;
}

.whatsapp-button {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

#startModal {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif;
}

/* Contenido del modal */
#startModal .modal-content {
  background: white;
  padding: 30px;
  max-width: 550px;
  width: 90%;
  border-radius: 15px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.4s ease-in-out;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.3);
}

/* Botón de cerrar */
#startModal .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
  transition: color 0.2s ease;
}
#startModal .close-btn:hover {
  color: #333;
}

/* Imagen */
#startModal img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Título */
#startModal h2 {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Texto */
#startModal p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Datos destacados */
#startModal p b {
  font-weight: bold;
}

/* Separadores */
#startModal .info-section {
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: 12px;
}

/* Botón CTA grande */
#startModal .cta-btn {
  display: inline-block;
  background: #ff7b00;
  color: white;
  padding: 16px 35px;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(255,123,0,0.4);
  margin-top: 15px;
}
#startModal .cta-btn:hover {
  background: #e46a00;
  transform: scale(1.05);
}

/* Animación */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
#startModal .badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  white-space: nowrap;
}

#startModal .badge-danger {
  background-color: rgba(200, 17, 45, 0.1);
  color: #c8112d;
  border: 1px solid #c8112d;
}

#startModal .badge-success {
  background-color: rgba(0, 128, 0, 0.1);
  color: green;
  border: 1px solid green;
}
