@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');


/* CLASES GENERICAS REUTILIZABLES */
.maxWidth {
  max-width: 1300px;
  width: 100%;
  margin:auto;
}
.right{
    justify-content: flex-end;
}

.column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* NAV PRINCIPAL ESTRUCTURA EXACTA */
.navD {
  min-height: 130px;
  padding: 10px;
  background-color: #12359C;
  background-image: url('../images/whitenav.svg');
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) bottom;
  background-size: cover;
}

.navD__container {
  width: 100%;
  justify-content: space-between;
}


.cirlceQ{
  height: 90px;  
}

.navD__logoContainer {
  flex: 0 0 auto;
  background: transparent;
  width: 25%;
}

.logozigi{
    width: 150px;
}

.navD__logo {

  height: 50px;
  width: auto;
}


.hero{
 padding: 10px;
 
}





.banerheroContainer{
  flex: 1;
  max-width: 600px;
  height:450px;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: -150px;
}

.imageLalaviaje{
    width: 90%;
}

.image40{
width: 45%!important;
}
 .hero_container_left{
        width: 40%;
       }

.hero_container {
  display: flex;
  padding: 0px;
}

.hero_image {
width: 30%;
position: relative;
}

.herotext{
    width: 100%;
    text-align: right;
    color: white;
    font-size: 2rem;
}

.hero_container_left {
  width: 40%;
}

.hero_baner_container{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.navD__items {
  gap: 0px;
  list-style: none;
  margin: 0;
  
}

.navD__item {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #12359C;
 display: flex;
    align-items: center;
  border-radius: 10px;
  padding: 0 18px;
  height: 60px;
  justify-content: center;
  max-width: 183px;
  box-sizing: border-box;
  text-align: center;
}


.video{
    background-image: url('../images/traslape5.svg');
    min-height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
} 


.videoContainer{
    max-width: 1000px!important;
    padding-top: 40px;
}

.videobox{
 padding: 20px;
width: 55%;
}

.videoContent{
    width: 100%;
    aspect-ratio: 9/16;
    max-width: 550px;
    height: 300px!important;
    margin: 0 auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.videderecho{
display: flex;
flex-direction: column;
align-items: flex-end;
}

.imagDetoso{
    width: 120%;
    margin-top: 110px;
}


.faq{
    margin-top: -50px;
} 
.sellow{
    height: 150px;

}

.faqBox {
  background-color: #efefef;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.faqtop {
  border-bottom: 1px solid #3a12ee;
  padding-bottom: 10px;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.faqtop:hover {
  background-color: rgba(18, 53, 156, 0.05);
}

.faqtop::after {
  content: '▼';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  color: var(--azul-lala);
  font-size: 0.8rem;
}

.faqBox.active .faqtop::after {
  transform: translateY(-50%) rotate(180deg);
}

.faqContent {
  padding: 14px;
  font-weight: 200px!important;
  display: none;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faqContent, .faqContent p, .faqContent ul, .faqContent li {
  font-weight: 400 !important;
}

.faqContainer{
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
    gap: 10px;
}

.imgMoneda{
    height: 120px;
    margin-top: 20px;}

.navD__item--whatsapp {
  color: #12359C;
  border-radius: 30px;

  font-weight: 700;
  font-size: 1.1rem;
}

.navD__whatsIcon {
  height: 38px;
  width: auto;
  margin-right: 10px;
}

/* BOTÓN HAMBURGUESA */
.navD__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}


.contenedorZigi{
    max-width: 900px;
    gap: 40px;

}

.mecanicaImage{
    width: 20%;
}

.mecanicaImageB{
    width: 27%;
}

.mecanicaImageM{
    width: 26%;
}


.mecanicaImageS{
    width: 32%;
    margin-top: -30px;
}

.taginferior{
    background-color: #0C41C4; 
    color: white; padding: 20px; 
    text-align: center; border-radius: 30px;
    margin-bottom: 30px;
}

.whatsappContainer{
    margin-top: -90px;
}

.mecanicaContainer{
    display: flex;
 width: 85%;
 justify-content: center;
margin-top: 30px;
 flex-direction: row;
 flex-wrap: wrap;
 align-items: flex-start;

}

.whatsappcontent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.productsContent{
    display: flex;
    flex-direction: column;
    align-items: center;
  
}

.titleProducts{
    font-size: 2.9rem;
    text-align: center;
}

.subtitleProducts{
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 100!important;
    text-align: center;
}


.titleMedium{
    font-size: 2rem;
    color: black;
    text-align: center;
}

.imgProduct{
    height: 70px;
}

.imgProductT{
    height: 50px;
}


.imProductoLala{
width: 80%;
}


.product_barContainer{
    gap: 20px;
    max-width: 820px;
    width: 100%;
    padding: 10px;
    
}

.premiosContainer{
margin-top: -50px;
display: flex
;
    flex-direction: column;
    align-items: center;

}

.textopremios{
    height: 100px;
    padding-left: 45px;
    padding-right: 20px;
}

.circlepremios{
    height: 120px;
}

.logopremios{
    height: 200px;
}

.premiosContent{
width: 100%;
justify-content: center;
padding: 40px 10px;
gap: 30px;
}

.containerRight{
    display: flex;
    flex-direction: column; 
}

.navD__burger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}


.textWhite{
    color: white !important;
}

body {
  margin: 0!important;
  font-family: 'Inter', Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

.navD__item, .navD__item--whatsapp {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 900;
}


.traslape1{
    background-image: url('../images/traslape1.svg');
    height: 200px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:cover;
}

.traslape2{
    background-image: url('../images/traslape2.svg');
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
}

.traslape3{
    background-image: url('../images/traslape3.svg');
    height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
}

.traslape4{
    background-image: url('../images/traslape4.svg');
    height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
}

.traslape6{
  background-image: url('../images/traslape6.svg');
  height: 450px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:cover;
  margin-top: 30px;
}

.terminos{
  max-width: 800px;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  margin-top: -100px;
}

.moneda2{
  height: 100px;
}

.textoarrow{
  height: 70px;
}

.contenedorTraslape2{
  display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 30px;
}
.tienesdudas{
  font-size: 2rem;
  width: 100%;
}

.escribenos{
font-size: 1.3rem;
}

.contenedorCierre{
  max-width: 800px;
  color: white;
  padding-top: 100px;
  margin: auto;
  display: flex;
}

.banerinferiorContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0px;
}

.imgMuchosViajes{
    width: 50%;
}

.mecanica{
    margin-top: -70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

/* RESPONSIVE 900px */
@media (max-width: 900px) {
  .navD__logo {
    height: 40px;
  }

  .textopremios{
    margin: 40px 0px;

  }

  .imProductoLala{
    width: 90%;
    }


.imgProductT{
    height: 40px;
}

  .navD__item, .navD__item--whatsapp {
    font-size: 1rem;
    height: 48px;
    padding: 0 8px;
  }
}

/* RESPONSIVE 600px (MÓVIL) */
@media (max-width: 600px) {
  .navD__items {
    display: none;
  }

  .subtitleProducts{

    font-size: 1rem;
    margin-bottom: 30px;
  
}


.contenedorCierre{
  display: flex;
  flex-direction: column;
  max-width: 800px;
  color: white;
  padding-top: 100px;
  margin: auto;
  display: flex;
          padding: 40px;
        justify-content: center;
    
}

.escribenos{
}

.email{
  display: flex;
  flex-direction: row!important; 
  font-size: 15px;

}

.titleProducts{
margin-top: 100px;
}

.textoarrow{
  height: 40px;
 
}

.videoContent{
  height:460px;
}

.videobox{
width: 90%;

}

  .whatsappContainer{
    margin-top: 0px;
}


  .circlepremios{
    height: 90px;
}
  .titleProducts{
    font-size: 2rem;
    text-align: center;
}


.traslape1{
    height: 145px;
}

.traslape2{
    height: 140px;

}

.traslape3{
    height: 51px;

}

.traslape4{
    height: 50px;

}

  .navD__burger {
    display: flex;
  }

  .imgMuchosViajes{
    width: 90%;
  }

  .column{
    flex-direction: column;
  }

  .hero_container_left{
    width: 100%;
  }

  .herotext{
    width: 100%;
    text-align: right;
    color: white;
    font-size: 1rem;
}

.hero_baner_container{

    padding: 0px;
    padding-top: 30px;
}

.img-mexico {
  position: absolute;
  top: 20px!important;
  left: 10px!important;
  height: 40px!important;
  z-index: 2;
  pointer-events: none;
}

.img-cancun {
  position: absolute;
  top: 20px!important;
  left: 0px!important;
  height: 40px!important;
  z-index: 2;
  pointer-events: none;
}


.img-panama {
  position: absolute;
  bottom: 10px!important;
  left: 0px!important;
  height: 40px!important;
  z-index: 2;
  pointer-events: none;
}

.imgProduct{
    height: 45px;
}

.imgProductT{
  height: 30px;
}


.img-orlando {
  position: absolute;
  bottom: 50px!important;
  left: 0px!important;
  height: 25px!important;
  z-index: 2;
  pointer-events: none;
}



.mecanicaImage{
    width: 45%;
}

.mecanicaImageB{
    width: 50%;
}

.mecanicaImageM{
    width: 45%;
}

.logopremios{
  margin-top: 50px;
}

.mecanicaImageS{
    width: 52%;
    margin-top: -10px;
}


.mecanica{
    margin-top: -20px;
  
    
}



.navD__container{
    flex-direction: row!important;
}

.banerheroContainer{
    flex-direction: row!important;
    margin-top: -20px!important;
}

.navD{
    min-height: 80px;
}

}

:root {
  --azul-lala: #12359C;
  --amarillo-lala: #FFD600;
  --green: #A9F611;
}



.textBlue{
    color: var(--azul-lala) !important;

}


.green{
    background-color: var(--green) !important;
}



.blue {
  background-color: var(--azul-lala) !important;
}

.yellow {
  background-color: var(--amarillo-lala) !important;
}

.titleFaq {
  font-size: 1.6rem;
  margin: 0;
  color: var(--azul-lala);
  text-transform: uppercase;
}

.image40.hero_image {
  position: relative;
}
.img-mexico {
  position: absolute;
  top: 20px;
  left: -40px;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}
.img-panama {
  position: absolute;
  bottom: 20px;
  left: -40px;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}


.img-cancun{
  position: absolute;
  top: 20px;
  left: -20px;
  height: 60px;
  z-index: 10;
  pointer-events: none;
}

.img-orlando {
  position: absolute;
  top: 60px;
  right: -50px;
  height: 40px;
  z-index: 10;
  pointer-events: none;
}

