html{
    scroll-behavior: smooth;
}
nav{
    background-color: white;
    width: 85%;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 5dvw;
    z-index: 600;
    border-radius: 0 0 35px 0;
    padding: 0 85px 0 25px;

}
p,a,h1,h2,h3,h4,h5,h6,input,select,textarea, span,button{
    font-family: "Figtree", sans-serif

}
nav a{
    color: #06234C;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
    font-weight: 300;
}
.cinto-garantia {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 25px;
    background-color: #06234C;
    color: white;
    font-weight: 600;
    margin: 10px -50px 0 -50px;
    z-index: 250;
    padding: 20px;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
}
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #06234C; /* Fondo oscuro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  @-webkit-keyframes scale-out-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
  }
  @keyframes scale-out-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
      display: none!important;
    }
  }
.scale-out-center {
    -webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

  #loader {
    width: 70px;
    height: 70px;
    border: 8px solid #ccc;
    border-top: 8px solid #b42424;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.btn-primary {
    background-color: white;
    color: #000000;
    border: 2px solid white; /* Consistencia con btn-primary */

    padding: 12px 32px; /* Más altura para clics cómodos */
    border-radius: 8px; /* Bordes más suaves */
    transition: all 0.3s ease-in-out;
    margin: 10px;
    font-size: 1.2rem; /* Tamaño responsivo para texto */
    font-weight: regular; /* Texto destacado */
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}

.btn-primary:hover {

    color: black;
    background-color: #CBCBCB;
    scale: 1.08;
    border: 2px solid #cbcbcb; /* Consistencia con btn-primary */

}

.btn-secondary {
    background-color: transparent; /* Más transparente */
    color: white;
    border: 2px solid white; /* Consistencia con btn-primary */
    padding: 12px 32px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin: 10px 10px 10px 0 ;
    font-size: 1.2rem;
    font-weight: regular;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {

    color: white;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    scale: 1.08; /* Efecto de elevación */
    
}


.text-hero h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 75px;
    visibility: visible;
    opacity: 1;
}
.text-hero h4{
    font-weight: 200;
    font-size: 35px;
    margin-top: 3px;
    opacity: 0.6;
}
.img-hero{
    width: 60%;
    display: flex;

    flex-direction: row;
    align-items: center;
    justify-items: start;


}

#backgroundVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  
.img-hero img{
    width: 200%;
    margin: 0 -60px -40px 0;
   
}
.info{
    background-image: url(./img/wp-all.webp);
    display: flex;
    background-position: center;
    background-size: cover;
    flex-direction: column;

}

.carrusel{
    margin-top:10vh;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mobile-table{
    display:none;
  }
    .swiper {
        width: 75%;
        height: 55vh;
      }
  
      .swiper-slide {
        text-align: center;
        font-size: 18px;
       
        display: flex!important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 80%;
      }

      .entrevista-img{
        width: 50%;
        height: 450px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .entrevista-text{
        width: 50%;
        
        text-align: left;
        padding: 2%;
        color: #000;
      }
      .ent-img1{
        background-image: url(./img/ent1.webp);
      }
      .ent-img2{
        background-image: url(./img/ent2.webp);
      }
      .ent-img3{
        background-image: url(./img/ent3.webp);
      }
      .ent-svg{
        width:48px;
        fill: #ff4141;
      }
.info-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.info-text{
    width: 80%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.info-text h2{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 58px;
    margin:0;
    color: #06234C;
}


.h3-colors{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    font-size: 44px;;

}
.h3-colors h3{
    margin: 0;
}

.h3-colors h3:nth-child(1){
    color: #FC8A01;
}
.h3-colors h3:nth-child(2){
    color: #FF4141;
}
.h3-colors h3:nth-child(3){
    color: #4791FA;
}
.info-text p{
    font-size: 36px;
    color: #06234C;
    margin-top: 20px;
    margin-left: 40px;
    font-weight: 200;
}
.details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10vw;
}
.just-details{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.details h2{
    text-transform: uppercase;
    font-weight: 700;
    color: #06234C;
    margin:0;
    font-size: 4vw;
    text-align: center;
    margin-top:20vh;
}
.details h4{
    color: #06234C;
    text-transform: uppercase;
    font-weight: 300;
    margin:0;
    font-size: 2vw;
    
}
.spacer{
    margin:4vh;
}


.detail-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.card{
    background-color: #FF4141;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    padding-bottom: 25px;
}
.card h4{
    color: white;
    padding: 20px;
    font-size: 1.6vw;
    font-weight: 500;
}
.card h6{
    margin: 15px 0 0 0;
    color: white;
padding:  0 30px 0px 30px;


}
.card p{
color: white;
padding:  0 30px 10px 30px;
}
.line-100{
    background-color: white;
    height: 15px;
    width: 100%;
}
.card-div{
    width: 85%;
}
.card-img{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-img img{
    margin-left: -45px;
    width: 50%;
}

.tab{
    margin-left: 15px;
}
.reverse{
    flex-direction: row-reverse;
}
.yellow{
    background-color: #FC8A01;
}
.blue{
    background-color: #326cbe;
}
.red{
    background-color: #FF4141;
}
a{
    text-decoration: none!important;
}
.btn-red{
    background-color: #FF4141;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    border: 5px solid #FF4141;
    text-align: center;


}
p{
    font-size: 16px;
    font-weight: 400!important;
}

.btn-red:hover{
    border: 5px solid #b42424;
    background-color: #b42424;
    color: white;
}
.aaa{
    font-weight: 200;
    color: #06234C;
    text-transform: uppercase;
    margin-bottom: 35vh;
}
.imgs-color{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.img-color img{
    width: 33.33%;
}
.img-hero{
    overflow: hidden;
}

.things h2{
    text-transform: uppercase;
    font-weight: 700;
    color: #06234C;
    margin:0;
    font-size: 4vw;

}
.things h4{
    color: #06234C;
    text-transform: uppercase;
    font-weight: 300;
    margin:0;
    font-size: 1.3vw;
}
.logos-socio{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logos-socio img{
    width: 15%;
    margin: 1vh 3vw;
    opacity: 0.6;
}
.socio{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.socio h2{
    text-transform: uppercase;
    color: #06234C;
    margin: 2vh 0;
    font-size: 4vw;
}
.contact-us{
    
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: center;
    background-size: cover;
}
form{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
}
.contact-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0 0;
}
.ubications{
    margin-top: 2vh;
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.location{
    padding: 50px;
    
    width: 25%;

}
.location svg{
    fill:white;
}
.logo-ubi{
    width: 60px;
    
}
.arrow-ubi{
    width: 50px;
    margin-left: 60%;
}
.contact-container h2{
    margin:0;
    text-transform: uppercase;
}

.contact-container h3{
    margin:0;
    opacity: 0.6;

}


textarea{
    background-color: white;
    opacity: 0.45;
    border-radius: 16px;
    height: 150px;
    padding: 20px 15px;
    margin:5px 0;
    border:none;
    font-size: 16px;
    width: 100%;

}

input{
    background-color: white;
    opacity: 0.45;
    border-radius: 10px;
    height: 60px;
    width: 100% ;
    padding:  15px;
    margin:5px 0;
    border:none;
    font-size: 16px;
}
.aaa{
    margin-bottom: 20vh;
    text-align: center;
}

input:focus{
    opacity:1;
    color:#06234c;
}
input:active{
    opacity:1;
    color:#06234c;
}
.square-btn{
    fill: #06234C;
    background-color: #ffffff;
    border: none;
    height: 85px;
    aspect-ratio: 1/1;
    padding: 20px;

    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.square-btn:hover{
    scale: 1.4;
    box-shadow: 0px 10px 33px 13px rgba(0,0,0,0.1);
}

.square-btn-container{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin:20px 0
}
.contact-div{
    width: 35%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-div a{
    font-weight: 400;
    font-size: 1.2em;
    color: white;
   
    align-items: center;
    text-decoration: none;
    margin: 8px 0;
    
}
.svga{
    width: 1.4em;
    margin-right: 10px;    
}
.contact-div p{
    margin: 0!important;

}
.container-tab{
    display: flex;
    flex-direction: row;
    padding: 0 10vw;
    align-items: center;
    justify-content: center;
    margin-bottom: 20vh;
}
.gray-comp{
    background-color: #CBCBCB;
    margin-top: 20px;
    border-radius: 36px;
    font-family: "Figtree", serif;
     z-index: 25;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 8px;
     width: 25vw;
     height: 90vh;
     display: flex;
     align-items: center;
     justify-content: start;
     flex-direction: column;
     
}
.gray1{
    margin-right: -4vw;
    padding: 3vw 6vw 3vw 3vw;

}
.gray2{
    margin-left: -4vw;
    padding: 3vw 3vw 3vw 6vw;

}
.prin-comp{
    background-color: white;
    width: 25vw;
    padding: 2vw;
    margin-top: 20px;
    border-radius: 36px;
    font-family: "Figtree", serif;
     color: #06234C;
     z-index: 45;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     height: 120vh;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
}

.gray-comp h2{
   color: #06234C;
}
.gray-comp li{
    color: 
    #06234C;
    margin-bottom: 7px;
    font-size: 15px;

 }
.gray-comp li::after{
    content: "";
    display: block;
    width: 20px;  /* Largo de la línea */
    height: 2px;  /* Grosor de la línea */
    background-color: rgba(5, 31, 119, 0.527); /* Color de la línea */
    margin: 5px auto 0;
}
 .prin-comp li{
    margin-bottom: 7px;
    font-size: 15px;

 }
 .prin-comp li::after {
    content: "";
    display: block;
    width: 20px;  /* Largo de la línea */
    height: 2px;  /* Grosor de la línea */
    background-color: rgba(128, 128, 128, 0.527); /* Color de la línea */
    margin: 5px auto 0; /* Espaciado opcional */
  }
  
.gray-comp li::marker{
    color: #06234C;
}


.circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #06234C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10vh;
    aspect-ratio: 1/1;

}

.circle svg{
    width: 80%;
    fill: white;
}
.prin-comp img{
    width: 80%;
    margin-top: -20vh;


}

.modal, .modal2, .modal3, .modal4  {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
/* From https://css.glass */
/* From https://css.glass */
background: rgba(255, 255, 255, 0.36);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.8px);
-webkit-backdrop-filter: blur(10.8px);
border: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  /* Modal Content/Box */
  .modal-content, .modal-container2, .modal-container3, .modal-container4 {
    background-color: transparent;
    /* 15% from the top and centered */
    padding: 0 20px;
   
    width: 100%;
    transition: transform 0.3s ease-in-out;
 /* Could be more or less, depending on screen size */
  }
  .modal-content img{
    width: 100%;
  }
  .modal-content h2{
    color: white;
  }
  #myBtn2, #myBtn3, #myBtn4{
    display: none;
  }
  
  /* The Close Button */
  .close,.close2,.close3,.close4{
  
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 25px;
    right: 35px;
    height: 35px;
    transition: 0.7s;
  }
  
  .close:hover,
  .close:focus {
    color: white;
    font-size: 45px;
    text-decoration: none;
    cursor: pointer;
  }

  .close2:hover,
  .close2:focus {
    color: white;
    font-size: 45px;
    text-decoration: none;
    cursor: pointer;
  }
.modal-container{
    background-color: #06234C;
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-container h2{
    color: white;
    margin-bottom: 10px;
}
  .card-product-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px;

  }
  .card-product{
    width: 20%;
    border-radius: 14px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
  }
  .card-product img{
    width: 100%;
    max-width: 275px;

  }
  .card-product-img{
    background-color:#E8E8E8;
    border-radius: 14px 14px 0 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-product-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    text-align: start;
  }
  .card-product-text h3{
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: #06234C;
  }
  .card-product-text a{
    width: 100px;
    font-size: 16px;
  }
  #myModal.show {
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  #myModal2.show, #myModal2.show, #myModal4.show, #myModal3.show{
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .modal-content.show {
    transform: scale(1);
  }

.why{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vh;
}
.socio{
    fill: #505050;
    background-color: white;
    background-image: url(./img/ww.webp) ;
    padding: 0 10vw;
    height: 85vh;

}

.logos-socio{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.socio svg{
    margin: 3vw;
}
.blocks{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.block-color{
    width: 33.33%;
    aspect-ratio: 3/2;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 2%;
    justify-content: end;
    align-items: start;
}
.bc-1{
    background-image: url(./img/a1.webp);
}
.bc-2{
    background-image: url(./img/a2.webp);
}
.bc-3{
    background-image: url(./img/a3.webp);
}
.bc-4{
    background-image: url(./img/c1.webp);
}
.bc-5{
    background-image: url(./img/c2.webp);
}
.bc-6{
    background-image: url(./img/c3.webp);
}


.btn-red-transp{
    background-color: transparent;
    color: #FF4141;
    border: none;
    padding: 8px 24px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;

    font-size: 32px;
    border: 5px solid #FF4141;
    cursor: pointer;
}
.btn-red-transp:hover{
    background-color: #FF4141;
    color: white;
}
.tracking-in-expand.animate  {
    animation: fade-in-scale 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }
  
  @keyframes fade-in-scale {
    0% {
      transform: scale(0.8); /* Pequeña reducción para el efecto */
      opacity: 0;
    }
    60% {
      transform: scale(1.05); /* Un poco de rebote */
      opacity: 0.8;
    }
    100% {
      transform: scale(1); /* Retorno al tamaño original */
      opacity: 1;
    }
  }
  .slide-in-right.animate  {
	animation: slide-in-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-1-2 19:33:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
 @keyframes slide-in-right {
    0% {
      transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .slide-in-top.animate  {
	animation: slide-in-top 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 600;
}


 @keyframes slide-in-top {
    0% {
      transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .slide-in-bottom.animate  {
	animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-in-bottom {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .slide-in-bottom2.animate  {
	animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.4s;
}  .slide-in-bottom3.animate  {
	animation: slide-in-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.8s;
}
.slideInLeft{
    animation: slide-in-left 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.entrevista-img{

    width: 30%;
    background-position: center;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-1-2 19:33:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
 @keyframes slide-in-left {
    0% {
      transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }


    .slide-in-top.animate  {
        animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

@keyframes slide-in-top {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }

  }
  .slide-in-top1.animate  {
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 1.2s;
}
  .slide-in-top2.animate  {
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 1.6s;
}

.slide-in-top3.animate  {
    animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 2s;
}

  
.slide-in-fwd-center.animate  {
	animation: slide-in-fwd-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @keyframes slide-in-fwd-center {
    0% {
      transform: translateZ(-1400px);
      opacity: 0;
    }
    100% {
      transform: translateZ(0);
      opacity: 1;
    }
  }
  
  .slide-in-fwd-center2.animate  {
	animation: slide-in-fwd-center 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.4s;
}
.hidden {
    opacity: 0;
    visibility: hidden; /* Oculta completamente antes de animar */
    transform: translateY(50px); /* Estado inicial para animación */
    transition: all 0.5s ease-out;
  }
  .hero {
    position: relative;
    overflow: hidden;
    height: 100vh; /* Asegura que ocupe toda la pantalla */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -10vh;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; /* Asegura que el video esté detrás de todo */
    overflow: hidden;
  }

  .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none; /* Evita que los usuarios interactúen con el video */
  }
  
  .video-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Capa oscura semitransparente */
    z-index: 1; /* Capa oscura sobre el video */
  }
  
  .text-hero {
    position: relative;
    z-index: 2; /* Asegura que el texto esté sobre la capa oscura */
    color: white;
  }
  
  .btn-container button {
    margin: 5px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .sop-gant{
    display: flex;
    flex-direction: row;
    margin: 25px 0;
    border-radius: 12px;
    border: 10px solid #06234C;
    width: 95%;
  }

  .sop-gant-title{
     text-align: center;
     font-weight: 700;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     background-color: #06234C;
  }
  .sop-gant-title h4{
    font-size: 1.8em;
    margin-bottom: 0;
    padding: 20px;
    font-weight: 700;
    color: white;

  }
  .line-100-ver{
    height: 100%;
    width: 10px;
    background-color: #06234C;
  }
  .uppercase{
    text-transform: uppercase;
  }

  .sop-gant-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
   
  }
  .sop-gant-container h6{
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
  }

  .sop-gant-container p{
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
  }

.certifications{
    margin-top: 20px;
    width: 95%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
.certifications img{
    width: 12%;
    margin: auto;
}

  
  .hidden.animate {
    visibility: visible; /* Muestra el elemento al iniciar la animación */
  }
  .footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer{
    height: 10vh;
    border-radius: 20px;
  }
  .footer svg{
width: 10%;
    margin-right: 20px;
  }
  .footer img{
   width: 5%;
   margin-left: 20px;
  }
  .cinto-garantia{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 25px;
    background-color: #06234C;
    color: white;
    font-weight: 600;
    margin: 10px -50px 0 -50px;
    z-index: 250;
    padding: 20px;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
    font-size: 1.5em;
  }
  .background-video-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  li{
    list-style: none;
    text-align: center;
  }

  .subraya{
    display: table;
}
.subraya p, .subraya svg{
    display: table-cell;
  vertical-align: middle; /* Alinea verticalmente */

}
.subraya::after{
    content: "";
    display: block;
    height: 3px;
    background-color: white;
    transform: scale(0,1);
    transform-origin: center;
    transition: transform .25s;
    
  }
  .subraya:hover::after {
    transform: scale(1,1);
  }
  .achicar{
    transition: 0.8s;
  }


  .chara{
    padding: 5% 20%;
    color: #06234c;
  }
  .chara-texts{
    text-transform: uppercase;
  }
  .chara-title{
    font-size: 64px;
  }
  .chara-row{

    display: flex;
    flex-direction: row;
    margin-bottom: 5vh;

  }
  .chara-row div{
    height: auto;
    width: 50%;
    padding-right: 10px;
  }
  .chara-row div svg{
    fill: #f13030;
  }
  .chara-row div h2{
    margin: 0;
  }
  
  #achicar{
    overflow: hidden;
    height: 62vh;
  }
  

  @media (min-width: 767px) and (max-width: 1366px) {
    
.just-details{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


.detail-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 65px;
}
.card-img{
    width: 55%;
}
.card h4{
    font-size: 35px;

    font-weight: 700;
  
}

.card-img img{
    width: 100%;
}

    nav{
        height: 10vh;
        border-radius: 0 0 50px 0;
        width: 85%;
    }
    .menu-a{
        display: none;
    }

    
  .hero{
    margin-top:-10vh;
    padding-top: 10vh;
  }
  .img-hero img{
    width: 150%;
  }
  .img-hero{
    height:100%;    
  }
  .hero h1{
    font-size: 6vh;
    margin-bottom: 20px;

  }
  .h3-colors{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 20px;
  }
  .info-foto{
    width: 40%;
  }
  .info-foto img{
    width: 100%;
  }
  .info-text{
    width: 60%;
  }
  .info-text h2{
    font-size: 3em;
    margin-bottom: 20px;
  }
  .h3-colors h3{
    font-size: 1em;
  }
  .info-text p{
    font-size: 24px;
    margin-bottom: 20px;
    margin-left:0 ;
  }
  .btn-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .btn-red-transp{
    border: 2px solid #FF4141;

}
.btn-primary,
.btn-secondary, .btn-red, .btn-red-transp {
    font-size: 1rem; /* Reduce el tamaño de la fuente */
    padding: 10px 20px; /* Menos padding para pantallas pequeñas */
    border-radius: 6px; /* Un poco más redondeado */
/* Espacio reducido entre botones */
}

.btn-primary {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Menor sombra para pantallas pequeñas */
}

.btn-secondary {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Igual que btn-primary */
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-1px); /* Reducción del efecto hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    scale: 1.5; /* Efecto de elevación */
     /* Sombra ligeramente menor */
}
.btn-container{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 25px;
    justify-content: center;
}
.btn-container button{
    min-width: 200px;
    width: 100%;
}
.gray-comp{
    height: 950px;
}
.prin-comp{
    height: 1100px;
}
.gray-comp li{
    font-size: 1em;
}
.prin-comp li{
    font-size: 1em;
}
.gray-comp h2{
    margin: 0;
}
.block-color div{
    height: 33vh;
}
.square-btn{
    height: 7vh;
}
.prin-comp{
    width: 31vw;
        }
        .gray-comp{
            width: 31vw;
        }
.card-product{
    width: 30%;
    max-height: 400px;
}

  }
.price h4{
    margin: 0;
    padding: 0;
    text-align: center;
   
}
.price{
    background-color: #b42424;
    font-size: 2vw;
    width: 50%;
    padding: 5px;
    border-radius: 13px;
    margin-top: -15px;
    float: right;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.price h4{
    font-size: 36px;
}

  @media (max-width:766px) {
    .price{
        width: 60%;
        margin-top: -20px;
        font-size: 2em;
        padding: 10px 0;
        box-shadow: none;
    }
    .mobile-table{
        display: block;
        height: 100%;
    }
    .sop-gant-container h6{
        margin: 0;
        font-weight: 800;
    }
    .sop-gant-container{
        padding: 5px;
    }
    .price-big{
        font-size: 7vw!important;
    }
    .info{
        background-image: none;
        background-position: center;
        background-repeat:repeat;
    }
.logos-socio svg{
    width: 75%;
}
    .detail-row{
    width: 100%;

    }
.card-product{
    width: 100%;
}
.btn-container a{
    width: 100%;
}
.card-product-container{
    padding: 0;
}
    .contact-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
    }

    .ubications{
        flex-direction: column;
    }
    .margin-top-7vh{
        margin-top: 7vh;
    }


    .sop-gant{
        display: flex;
        flex-direction: column;
        margin: 35px 0;
        border-radius: 12px;
        border: 10px solid #06234C;
        width: 85%;
    }
    .swiper {
        width: 75%;
        height: auto;
      }
    .swiper-slide{
        flex-direction: column;
    }
    .entrevista-img{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
      }
      
      .entrevista-text{
        width: 100%;
        text-align: left;

      }
      #myBtn2, #myBtn3, #myBtn4{
        display: block;
      }
      .tab,.btn-cotizar,.card h6{
        display: none;
      }
      .card h4{
        margin-top: 10px;
        padding: 4px 0;
      }
      .swiper-button-next{
        margin-left:35px;
        fill: transparent;
        color: transparent;
      }
      .swiper-button-prev{
        margin-right:35px;
        fill: transparent;
color: transparent;

      }
    .menu-a{
        display: none;
    }

    nav{
        height: 10vh;
        width: 100%;
    }
    nav svg{
        width: 50%;
    }
    .hero{
        height: 100vh;
        background-size: cover;
        background-position: center;
        flex-direction: column;
        align-items: center;
    }
    .hero h1{
        font-size: 4vh;
        margin-bottom: 20px;
        text-align: center;
    }

    .hero h4{
        font-size: 2vh;
        margin-bottom: 40px;
        text-align: center;
    }
    .text-hero{
        width: 95%;
    }   
    .img-hero{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .img-hero img{
        width: 100%;


    }
    .logos-socio{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .info{
        flex-direction: column;
    }
    .info-container{
        flex-direction: column;
    }

    .h3-colors{
        flex-direction: column;
        align-items: center;
        font-size: 8vw;
    }
    .info-text h2{
        font-size: 36px;
        text-align: center;
    }
    .info-text p{
        font-size: 14px;
        text-align: center;
        margin: 0;
    }
    .table-comp{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .just-details{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .info-foto{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .info-foto img{
        width: 50%;
    }

    .contact-us{
        flex-direction: column;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-div{
        width: 90%;
    }
    
    .spacer{
        margin: 5px;
    }
    .details h2{
        margin-top: 5vh;
        font-size:36px;
    }
    .details h4{
        font-size: 2vh;
        text-align: center;
    }
    .card-img img{
        width: 100%;
        height: 100%;
    }
.btn-cotizar{
    margin-bottom: 20px;
}



#cotizacion-btn{
    margin-top: 55px ;
}
    .btn-red-transp{
        border: 2px solid #FF4141;

    }
    .btn-primary,
    .btn-secondary, .btn-red, .btn-red-transp {
        font-size: 1rem; /* Reduce el tamaño de la fuente */
        padding: 10px 20px; /* Menos padding para pantallas pequeñas */
        border-radius: 6px; /* Un poco más redondeado */
/* Espacio reducido entre botones */
    }

    .btn-primary {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Menor sombra para pantallas pequeñas */
    }

    .btn-secondary {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Igual que btn-primary */
    }

    .btn-primary:hover,
    .btn-secondary:hover {
        transform: translateY(-1px); /* Reducción del efecto hover */
    scale: 1.5; /* Efecto de elevación */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); /* Sombra ligeramente menor */
    }
    .btn-container{
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .btn-container button{
        min-width: 200px;
        width: 100%;
    }
    .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .card p{
        text-align: center;
    }
    .card h4{
        text-align: center ;
    }
    .card h6{
        text-align: center;
        margin:0;
    }
    .line-100{
        margin-bottom: 15px;
    }
    .table-comp{
        padding: 0 5%;
    }
    .gray-comp{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        height: auto;
    }
    .gray1{
        margin-bottom: 20vh;
    }
    
    .gray-comp h2{
        font-size: 3vh;
        word-break: auto-phrase;
        text-align: center
        ;
    }
    
    
    .gray-comp li{
        font-size: 1.6vh;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .gray-comp li::marker{
        color: transparent;
    }
    .prin-comp{
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0 0 0 15px;
        padding: 10px;
        height: auto;
    }
    .prin-comp{
        margin-bottom: 20vh;
    }
    .prin-comp h2{
        font-size: 3vh;
        margin-bottom: 10px;
    }
    .prin-comp li{
        font-size: 1.6vh;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .prin-comp li::marker{
        color: transparent;
    }

    .things{
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .things h2{
        font-size: 5vh;
        margin-bottom: 10px;
    }
    .things h4{
        font-size: 2vh;
        margin: 0;
    }
    .u-group-1{
        width: 100%;
    }
    .ent-img-size{
        min-height: 0!important;
        height: 35vh!important;
    }
    .socio{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding: 50px 0;

    }
    .socio h2{
        font-size: 5vh;
        text-align: center;
        margin-bottom: 5vh;
        
    }
    input{
        font-size: 2vh;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 2px;
    }
    textarea{
        font-size: 2vh;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        height: 150px;
    }
    .contact-us{
      
        background-image: none;
        padding: 30px 0px 30px 0px;
    }
    .contact-container{
        padding: 0;
    }
    .arrow-ubi{
        margin-left: 90%;
    }
    .contact-div{
        padding: 0;
    }

    .square-btn{
        height: 5vh;
        width: 5vh;
        aspect-ratio: 1/1;
        padding: 2px;;
    }
    .square-btn svg{
        width: 50%;
    }
    .location{
        width: 100%;
        padding: 0;
    }
    .square-btn-container{
        aspect-ratio:none;
        margin: 20px 0;
    }
    .footer{
        height: auto;
        border-radius: 10px;
        margin-top: -15px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 10px 15px;
    }
    .footer img{
width: 25%;
    }
    .footer svg{
        width: 50%;
    }
    .h4-precio{
        font-weight: 700;
        color: #06234C;
        font-size: 1.5em!important;
        margin-top: 20px;
    }
    .blocks{
        flex-direction: column;
    }
    .block-color{
        width: 100%;
        background-position: center;
        aspect-ratio: 4/3;
    }
    .competencia-h2{
        margin-bottom: -35px!important;
        word-break: break-all;
    }


    .btn-container-container .btn-primary, .btn-red-transp, .btn-red, .btn-secondary{
        width: 90%!important;
    }
    .btn-primary:hover, .btn-red:hover, .btn-secondary:hover,.btn-red-transp:hover{
        scale: 1;
    }
    #h2mejores{
        font-size:24px;
    }
    .aaa{
        margin-bottom: 10vh;
    }
    .swiper{
        min-height: calc(100% + 10vh);
        height: auto;
        margin-top: -10vh;
        width: 100%;
    padding: 30vh 10px 0 10px;;
    }
    .no-pading{
        padding: 10px 0 0 0;
    }
    .chara{
        flex-direction: column;
        padding: 45px;
    }
    .chara-row{
    flex-direction: column;
    margin-bottom: 0;
    }
    .chara-row div{
        height: auto;
        width: 100%;

    }
    .chara-text{
        text-align: left;
    }
    .chara-title{
        font-size: 36px!important;
    }

  }

  .container-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; /* para que white crezca si necesita */
    gap: 10px;
    padding: 20px;
    width: 100%;
  }

  .gray-box, .white-box{
    text-align: center;
  }
  .side-columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }

  .gray-box {
    background-color: #ccc;
    padding: 15px;
width: 25vw;
    height: 100%;
    color: #06234C;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 500;
     /* lo forzamos desde JS */

  }
  #gray2{
    border-radius: 36px;
    padding: 15px 15px 15px 50px;
    margin-left: -35px;
  }
  #gray1{
    border-radius: 36px;
    padding: 15px 50px 15px 15px; 
    margin-right: -35px;

  }

  .white-box img{
    width: 50%;
  }
  #white{
    width: 25vw;
  }
  .circle-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .white-box {
    display: inline-block;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
    background-color: #fff;
    color: #06234C;
    z-index: 600;
    border-radius: 36px;
  }
  .certifications img{
    width: 12%;
  }

  ul {
    margin: 0;
    padding-left: 20px;
  }

  .gray-box li::after{
    content: "";
    display: block;
    width: 20px;  /* Largo de la línea */
    height: 2px;  /* Grosor de la línea */
    background-color: rgba(5, 31, 119, 0.527); /* Color de la línea */
    margin: 5px auto 0;
}
 .gray-box li{
    margin-bottom: 7px;
    font-size: 15px;

 }
 .white-box li::after{
    content: "";
    display: block;
    width: 20px;  /* Largo de la línea */
    height: 2px;  /* Grosor de la línea */
    background-color: rgba(5, 31, 119, 0.527); /* Color de la línea */
    margin: 5px auto 0;
}
 .white-box li{
    margin-bottom: 7px;
    font-size: 15px;

 }
 @media (max-width:766px) {
  .container-tab{
    display: none;
}
 }

