* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a {
    text-decoration: none !important;
    color: unset;
}

p {
    margin: 0;
}

ul {
    list-style: none !important;
}

h1, h2, h3, h4 {
    margin: 0;
}

button {
    padding: 0;
    background-color: unset;
}

::-webkit-scrollbar {
    display: none;
}

:root {
    --primary:#FF6700;
    --secundary:#021628;
    --white: #FFF;
    --text-sx: clamp(11px, 0.833vw, 25px);
    --text-sm:clamp(14px, 1.09vw, 30px);
    /*
    --text-sm:clamp(18px,1.2vw,1.3rem);
    --text-md:clamp(18px,1.5vw,1.65rem);
    --text-md2:clamp(18px,1.35vw,1.55rem);
    --text-lg:clamp(24px,2vw,2.1rem);
    --text-lg2:clamp(24px,2.05vw,2.26rem);
    --text-xl:clamp(36px,6vw,6rem);
    */
}

@font-face {
  font-family: "Poppins medium";
  src: url("../../public/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins mediumbold";
  src: url("../../public/fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins semibold";
  src: url("../../public/fonts/Poppins-SemiBold.ttf") format("truetype");
}
.mob{
    display: none !important;
}

/* header */
#header {
  transition: 0.5s, 0.5s;
}
.nav1.white-theme > a, .nav2.white-theme > a p {
  color: white;
}
.nav2.white > .selected, .nav2.white > .selected p{
  background-color: white;
  color: #FF6700;
}
.selected, .nav2.white > .selected svg path {
  fill: #FF6700;
}
.nav2.white-theme > a svg path{
  fill: white;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 11.67%;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.header-container {
    width: 89.58%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 16.87%;
    height: 25%;
}

.nav1 > a {
    color: var(--secundary);
    font-family: "Poppins medium";
    font-size: var(--text-sx);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.header-container > a {
    width: 8.63%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-container > a > svg {
    width: 100%;
    height: 100%;
}

.nav2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 10.88%;
    height: 25%;
}

.nav2 > a {
    color: var(--secundary);
    font-family: "Poppins medium";
    font-size: var(--text-sx);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.nav2 > .selected {
    width: 50%;
    height: 100%;
    background-color: var(--primary);
    border-radius: 100px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-container-faq {
    width: 89.58%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav1-faq {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 16.87%;
    height: 25%;
}

.nav1-faq > a {
    color: var(--white);
    font-family: "Poppins medium";
    font-size: var(--text-sx);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.header-container-faq > a {
    width: 8.63%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-container-faq > a > svg {
    width: 100%;
    height: 100%;
}

.nav2-faq {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 23%;
  height: 30%;
  gap: 12%;
}

.nav2-faq > a {
    color: var(--secundary);
    font-family: "Poppins medium";
    font-size: var(--text-sx);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.nav2-faq > .selected {
    width: 47%;
    height: 100%;
    background-color: var(--white);
    border-radius: 100px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav2-faq button {
    width: 10%;
    height: auto;
    cursor: pointer;
    border: none;
    background: transparent;
}

.nav2-faq button svg {
    width: 100%;
    height: auto;
}
/* header end */
.smooth-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.smooth-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

  .back{
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 633px;
  }
  .back2{
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 71%;
    background: linear-gradient(239deg, #FF8C3E 19.96%, #FF6700 79.23%);
  }
  .main{
    width: calc(79vw);
    max-width: 1550px;
    margin-bottom: 80px;
    align-self: center;
    padding: 0;
  }
  .dude-contenedor{
    display: flex;
    align-items: center;
    height: 665px;
    justify-content: center;
  }
  .dude-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 553px;
    /* margin-top: 75px; */
  }
  .dude{
    width: 33.718vw;
  }
  .dude h1{
    color: var(--Secondary);
    font-family: 'Poppins medium';
    font-size: clamp(14px, 3.8vw, 120px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 60.5px */
  }
  .dude h1 .high{
    font-family: 'Poppins mediumbold';
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }
  .dude p{
    color: #717171;
    font-family: 'Poppins medium';
    font-size: clamp(10px, 1.34vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 5% 0 6% 0;
  }
  .buttons-dude{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
  }
  .button-contact{
    border: none;
    display: inline-flex;
    padding: 2% 5%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Secondary, #021628);
    color: var(--white, #FFF);
    font-family: 'Poppins medium';
    font-size: clamp(14px, 1vw, 35px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: auto;
    cursor: pointer;
    min-width: 154px;
  }
  .button-book{
    border: none;
    display: inline-flex;
    padding: 2% 5%;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    background: var(--Primary, #FF6700);
    color: var(--white, #FFF);
    font-family: 'Poppins medium';
    font-size: clamp(14px, 1vw, 35px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    width: auto;
    cursor: pointer;
    min-width: 154px;
  }
  .button-book svg{
    width: 24px;
    height: 24px;
  }
  .prueba{
    height: auto;
    width: 90%;
    max-width: 542px;
    position: absolute;
    bottom: -35%;
    right: 0;
  }
  .form-container {
    border-radius: 32px;
    mix-blend-mode: normal;
    background-image: url('../../public/img/bg-form-contact.png');
    height: 600px;
    width: 100%;
    max-width: 542px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 32px;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7%;
    width: 78%;
  }

  .form > h3 {
    color: #FFF;
    font-family: 'Poppins mediumbold';
    font-size: clamp(14px,1.88vw,60px);
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
  }  

  .name-contact::placeholder {
    color: #EAEAEA;
  }

  .email-contact::placeholder {
    color: #EAEAEA;
  }

  .message-contact::placeholder {
    color: #EAEAEA;
  }
  
  label {
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
    margin-top: 18px;
    font-family: 'Poppins medium';
  }
  .first-label{
    margin-top: 35px;
  }
  input, textarea {
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    padding: 10px;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    font-family: 'Poppins medium';
    border-bottom: 1px solid #ADADAD;
    color: #EAEAEA;
    font-family: 'Poppins medium';
    font-size: clamp(10px,1.04vw,45px);
    font-weight: 400;
    outline: none;
  }
  textarea {
    resize: none;
    height: 150px;
  }
  .sus {
    display: flex;
    width: 35%;
    height: auto;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 10%;
    border-radius: 36px;
    background: #FF6700;
    color: #FFF;
    font-family: 'Poppins medium';
    font-size: clamp(10px,1.04vw,45px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
  }

  .consultas{
    font-family: 'Poppins medium';
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    margin-top: 12px;
  }
  .consultas p{
    color: var(--Secondary, #021628);
    font-family: 'Poppins medium';
    font-size: clamp(18px, 1.25vw, 80px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
  }
  .consultas .texto-consultas{
    color: var(--grey, #606C77);
    font-family: 'Poppins medium';
    font-size: clamp(16px, 1vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    text-align: left;
  }
  .strong{
    color: var(--Secondary, #021628);
    font-family: 'Poppins medium';
    font-size: clamp(16px, 1vw, 50px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .siguenos{
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 30px;
  }
  .siguenos div{
    display: flex;
  }
  .siguenos p{
    color: var(--Secondary, #021628);
font-family: 'Poppins medium';
font-size: clamp(18px, 1.25vw, 50px);
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
  }
  .siguenos img{
    display: flex;
width: 2vw;
height: auto;
padding: 5.333px;
justify-content: center;
align-items: center;
  } 

.final-section{
  background-image: url('../../public/img/internals/fondo-consulta.webp');;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
  mask-image: linear-gradient(transparent, black 7%);
}
.minor{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.minor-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.minor-text h1{
  color: var(--Secondary, #021628);
text-align: center;
font-family: 'Poppins medium';
font-size: clamp(30px, 3vw, 100px);
font-style: normal;
font-weight: 400;
line-height: 110%; /* 60.5px */
margin-bottom: 15px;
}
.no-te-pierdas-title {
  font-size: clamp(1rem,4.17vw,100px) !important;
}

.no-te-pierdas-title span {
  font-size: clamp(1rem,4.17vw,100px);
}

.no-te-pierdas-text {
  font-size: clamp(10px,1.04vw,30px) !important;
}
/*.minor-text*/ 
.text{
  color: var(--Secondary, #021628);
font-family: 'Poppins medium';
font-size: clamp(30px, 2.8vw, 120px);
font-style: normal;
font-weight: 600;
line-height: 110%;
}
.minor-text p{
  color: #636F73;
text-align: center;
font-family: 'Poppins medium';
font-size: clamp(8px, 1.03vw, 40px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
margin-bottom: 25px;
}
.form-contendor{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 50px;
}
.form-contendor form{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 12px;
}
.final-section .form-contendor input{
  width: 454px;
  height: 54px;
  border-radius: 25.71px;
  border: 2px solid rgba(96, 108, 119, 0.50);
  color: rgba(96, 108, 119, 0.50);
  font-family: 'Poppins medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: #FFF;
}
 input:focus{
  border: none !important;
  outline: none !important;
}
.sus2{
  border: none;
  display: flex;
  width: 183px;
  height: 56px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 25.71px;
  background: #FF6700;
  color: var(--white, #FFF);
  font-family: 'Poppins medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}

/* FAQ*/
.faq-section1{
  height: 85vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  padding-bottom: 5%;
  align-items: flex-end;
}
.minor-faq-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.spancontainer{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spancontainer span:nth-child(2){
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.faq-text span{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
text-align: center;
font-family: 'Poppins medium';
font-size: clamp(30px, 3vw, 150px);
font-style: normal;
font-weight: 400;
line-height: 110%; /* 60.5px */
}
.faq-text span img{
  width: 10vw;
  height: 3vw;
  min-height: 32px;
  max-height: 50px;
  min-width: 105.528px;
  max-width: 165px;
  margin-left: 10px;
}
.faq-text p{
  color: var(--white, #FFF);
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(10px, 1.04vw, 50px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 62vw;
  max-width: 795px;
  margin-top: 2vw;
  margin-bottom: 6vh;
}
.faq-form-contendor{
  width: 34vw;
  max-width: 663px;
  min-width: 325px;
  position: relative;
  /* justify-content: center; */
  align-items: center;
  display: flex;
  margin-bottom: 50px;
  border-radius: 25.78px;
  background: var(--white, #FFF);
}
.faq-form-contendor form{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 12px;
}
.faq-form-contendor img{
  margin-left: 3%;
}
.faq-form-contendor input{
  width: 23vw;
  max-width: 454px;
  min-width: 210px;
  height: 54px;
  border-radius: 8px;
  border: none;
  color: rgba(96, 108, 119, 0.50);
font-family: 'Poppins medium';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
align-self: start;
}
.faq-form-contendor input::placeholder {
  color: #606c7780;
}
.sus3{
  display: flex;
  position: absolute;
  right: 7px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 8vw;
  max-width: 146px;
  min-width: 72px;
  height: 42px;
  padding: 13px 20px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 25.78px;
  background: var(--Primary, #FF6700);
  color: var(--white, #FFF);
  font-family: 'Poppins medium';
  font-size: clamp(14px, 1vw, 16px);
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: 150%;
}
.trimg{
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.cuadro{
  width: 31vw;
  max-width: 345px;
height: 281px;
flex-shrink: 0;
border-radius: 16px;
background: #FFF;
box-shadow: 0px 3px 8px 0px rgba(96, 108, 119, 0.15);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all 0.2s ease;
cursor: pointer;
}
.cuadro:hover{
  border: 2px solid var(--1, #FF8C3E);
}
.cuadro:hover svg path {
transition: all 0.4s ease;
  stroke: #FF8C3E;  /* Color del stroke cuando el contenedor es hover */
  stroke-opacity: 1;
}
.cuadro-activo{
  border: 2px solid var(--1, #FF8C3E);
}
.cuadro.activo svg path {
  transition: all 0.4s ease;
    stroke: #FF8C3E;  /* Color del stroke cuando el contenedor es hover */
    stroke-opacity: 1;
  }
.cuadro > p{
  color: var(--grey, #606C77);
font-family: 'Poppins medium';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.faq-section2 {
  background-image: url('../../public/img/internals/fondo.preguntas.webp');
  mask-image: linear-gradient(black 95%, transparent);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  align-items: center;
  /* justify-content: center; */
  display: flex;
  flex-direction: column;
}
.preguntas{
  width: 100%;
  min-width: 990px;
  height: 100%;
  display: none;
  justify-content: center;
  flex-direction: row;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.preguntas-activo {
  display: flex;
  opacity: 1;
}

aside {
  width: 30%;
  padding: 20px;
}

aside ul {
  list-style: none;
  padding: 0;
}

aside li {
  margin-bottom: 10px;
}

aside li button {
  text-decoration: none;
  color: #000;
  font-family: 'Poppins medium';
  font-size: clamp(14px, 1.5vw, 21px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 10px;
  border-radius: 100px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

aside li button:hover, aside li button.active {
  background: rgba(255, 103, 0, 0.15);
  color: #FF6700;
}

.faq-btns-active {
  border-radius: 100px;
  background: rgba(255, 103, 0, 0.15);
  color: #FF6700;
}

main {
  /* flex-grow: 1; */
  padding: 20px;
}

.faq-subcategory {
  display: none;
  flex-direction: column;
}

.faq-subcategory-active {
  display: flex !important;
}

.faq-item {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  max-width: 720px;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-header div{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
 .faq-content {
    display: none;
    align-items: center;
    justify-content: center;
    max-height: 0;
    height: auto !important;
    overflow: hidden;
    transition:
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out,
      visibility 0.3s ease-in-out;
  }

.faq-content p {
  padding-top: 10px;
  color: #606C77;
  font-family: 'Poppins medium';
  font-size: clamp(12px, 1.094vw, 50px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 85%;
}

.faq-content-active {
  max-height: 500px; /* Ajustar al contenido */
}

.arrow svg {
  transform: rotate(0deg);
  transition: all ease-in-out 0.3s; /* Transición siempre activa */
}

.faq-content-arrow {
  transform: rotate(180deg) !important; /* Rotar solo cuando está abierto */
}



.titulo{
  color: #000;
font-family: 'Poppins medium';
font-size: clamp(14px, 1.5vw, 70px);
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0 10px;
}

/*END REGION*/  
/*FAQ SECTION3*/
.no-vh{
  height: unset;
}
.faq-section3{
  background-image: url('../../public/img/internals/fondo-consulta.webp');
  mask-image: linear-gradient(transparent, black 3%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    height: 100vh;
    padding: 50px 0 95px 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.faq-minor{
  color: #717171;
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(9px, 1.04vw,45px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 25px;
}
.buttons-faq{
  gap: 24px;
  display: flex;
}
.preg{
  display: inline-flex;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background: var(--Secondary, #021628);
color: var(--white, #FFF);
font-family: 'Poppins medium';
font-size: clamp(7px, 0.83vw, 40px);
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
border : none;
cursor: pointer;
}
.faq-btn-chat {
  display: inline-flex;
  border : none;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #FF6700;
  color: #FFF;
  font-family: 'Poppins medium';
  font-size: clamp(14px, 1vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
}
/*END REGION*/
/* ABOUT*/
.about1-dad{
  position: relative;
  width: 100%;
  height: auto;
}
.about1{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 750px;
}
.back3{
  position: absolute;
  top: 200px;
  object-fit: fill;
  height: 100%;
  width: 100%;
  z-index: -1;
}


.mega-letras{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 10%;
  height: 100%;
  width: 100%;
  min-height: 800px;
}
.mega{
  color: var(--Secondary, #021628);
text-align: center;
font-family: 'Poppins medium';
font-size: clamp(64px, 10.4vw, 400px);
font-style: normal;
font-weight: 400;
line-height: 75%;
}
.text-mega{
  display: flex;
  justify-content: center;
  width: 100%;
}
.text-mega p:nth-child(1){
  color: #717171;
  font-family: 'Poppins medium';
  font-size: clamp(10px,1.04vw,50px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin-top: 3%;
}
.img-build{
  width: 66.15%;
  position: relative;
  /* bottom: 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-build img{
  width: 100%;
  height: 100%;
}
.desliza-container{
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.desliza-container-text {
  color: var(--Secondary, #021628);
text-align: center;
font-family: 'Poppins medium';
font-size: clamp(8px, 0.83vw, 30px);
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
display: inline-flex;
padding: 10px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background: #FFF;
box-shadow: 0px 2px 12px 0px rgba(96, 108, 119, 0.30);
}
.download-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-review > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.download-review > div p {
  color: #021628;
  text-align: right;
  font-family: 'Poppins medium';
  font-size: clamp(8px,0.83vw,30px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.download-review > div img {
  height: auto;
  width: 65px;
}
.download-review h3 {
  color: #FF6700;
  font-family: 'Poppins mediumbold';
  font-size: clamp(10px,1.042vw,60px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.mss1{
  width: 320px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 2px 20px 0px rgba(96, 108, 119, 0.30);
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 19px;
  top: 90px;
}
.mss1 p{
  color: var(--Secondary, #021628);
  font-family: 'Poppins medium';
  font-size: clamp(7px,0.83vw,40px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 266px;
}
.mss1 svg{
  position: absolute;
  top: -22px;
  left: -20px;
}
.mss2{
  width: 355px;
  height: 120px;
flex-shrink: 0;
border-radius: 16px;
background: rgba(255, 255, 255, 0.60);
box-shadow: 0px 2px 20px 0px rgba(96, 108, 119, 0.30);
backdrop-filter: blur(25px);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 134px;
right: -52px;
}
.mss2 p{
  color: var(--Secondary, #021628);
text-align: right;
font-family: 'Poppins medium';
font-size: clamp(7px,0.83vw,40px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
width: 290px;
}
.mss2 svg{
  position: absolute;
  bottom: -22px;
  right: -20px;
}
.abou2-dad{
  width: 100%;
  height: 100vh;
  min-height: 650px;
  position: relative;
}
.back33{
  position: absolute;
  /* top: 200px; */
  filter: blur(250px);
  object-fit: fill;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: transparent;
  min-height: 700px;
}
.abt2-img-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.abt-arrow1 {
  height: auto;
  width: 11%;
  position: absolute;
  bottom: 40%;
  left: 33%;
}
.abt2-img-container > img{
  position: relative;
  z-index: 1;
  width: 19.5%;
  height: auto;
}
.abt-arrow2 {
  height: auto;
  width: 11%;
  position: absolute;
  top: 27%;
  right: 33%;
}
.about2 h1{
  color: var(--Primary, #FF6700);
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(70px, 10vw, 200px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 260px */
  opacity: 16%;
}
.cali-mobile{
  position: absolute;
  bottom: -28%;
  color: #FF6700;
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(50px,14.58vw,700px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.23;
}
.cali{
  transform: translateX(5px);
  position: relative;
  top: -190px;
}
.mo{
  display: none;
}
.dad{
  transform: translateX(-25%);
  position: relative;
  top: -190px;
}
.px24{
  font-size: clamp(21px, 4.167vw, 170px);
}
.about2 h2 {
  color: var(--Secondary, #021628);
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(21px, 4.167vw, 170px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  z-index: 2;
  margin-bottom: 3%;
}
.colum-contendor{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 28%;
  left: 15%;
}
.colum-contendor svg, .colum-contendor img{
  width: 3.13vw;
  height: auto ;
}
.colum-contendor p{
  width: 60%;
  color: #717171;
  font-family: 'Poppins medium';
  font-size: clamp(8px, 0.938vw, 35px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.colum-contendor2{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 23%;
  right: 18%;
}
.colum-contendor2 svg{
  width: 3.13vw;
  height: auto;
}
.colum-contendor2 p{
  width: 60%;
  color: #717171;
  font-family: 'Poppins medium';
  font-size: clamp(8px, 0.938vw, 35px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.about3-dad{
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 700px;
}
.back4{
  position: absolute;
  filter: blur(45px);
  object-fit: fill;
  width: 100%;
}
.about3{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about3-container{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.left{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.left h1{
  color: var(--Secondary, #021628);
  font-family: 'Poppins medium';
  font-size: clamp(20px, 4.167vw, 200px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
}
.left h1 > span {
  color: var(--Secondary, #021628);
  font-family: 'Poppins mediumbold';
  font-size: clamp(20px, 4.167vw, 200px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.left p{
  color: #717171;
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(10px, 1.04vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 2% 0 4% 0;
}
.right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 5%;
}
.right .swiper {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.right .swiper-slide {
  width: 17.47vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  position: static !important;
  margin-top: 3%;
}
.right .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.right .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.rigth{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  overflow-x: hidden;
  height: auto;
  width: 100%;
}
#swiper4 {
  width: 100vw;
}
#swiper4 > .swiper-wrapper {
  width: fit-content;
  margin-left: 18%;
}
.slider-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  overflow: hidden;
}
.lol{
  position:  static!important;
}
.swiper-pagination-bullet-active {
  background: #FF6700 !important;
}
.rigth .slider-container .slider-item img{
  width: 245px;
}
/* .swiper-slide {
  width: unset!important;
} */
.cartas .rol{
  color: #717171;
  font-family: 'Poppins medium';
  font-size: clamp(7px,0.938vw,40px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
  text-align: center;
}
.cartas h2{
  color: var(--Secondary, #021628);
  font-family: 'Poppins medium';
  text-align: center;
  font-size: clamp(10px,1.30vw,38px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin: 3px 0;
}
.cartas p{
  color: #021628;
  font-family: 'Poppins medium';
  font-size: clamp(7px,0.75vw,30px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.about4-hijo{
  /* background-image: url('../../public/img/internals/Rectangle (2).webp');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; */
  position: relative;
}
.back6{
  position: absolute;
  /* top: 200px; */
  filter: blur(45px);
  object-fit: fill;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: block
}
.back66 {
  display: none;
}
.about4{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  position: relative;
  /* background-color: #ffd3b5; 
  transition: background-color 0.3s; */
}
/* .about4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px; 
  background: linear-gradient(to bottom, #FFE5D3, white);
  z-index: 0;
  pointer-events: none;
  z-index: -1;
} */
.about4 h1{
font-size: clamp(30px, 3vw, 120px);
color: var(--Secondary, #021628);
text-align: center;
font-family: 'Poppins medium';
font-style: normal;
font-weight: 400;
line-height: 110%; /* 60.5px */
width: 45vw;
}
.about4 p{
  color: #606C77;
text-align: center;
font-family: 'Poppins medium';
font-size: clamp(16px, 1.5vw, 60px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
}
.about4-container {
  display: flex; /* Activa Flexbox */
  gap: 15px;
  margin-top: 15px;
}

.item {
  flex: 1; 
  /* background-color: lightblue; 
  border: 1px solid gray;  */
  text-align: center; 
  display: flex; 
  flex-direction: column;
  justify-content: space-between; 
  align-items: center; 
  gap: 10px;
}
.item img{
  /* aspect-ratio: 1 / 1; */
  border-radius: 16px;
  width: 389px;
  height: 100%;
}
.svg-container{
  border-radius: 100%;
  width: 62px;
height: 62px;
display: flex;
align-items: center;
justify-content: center;
border: solid 2px #FFF;
}
.card-titulo-container{
  display: flex;
  /* justify-content: center;  */
  align-items: center; 
  flex-direction: row;
  gap: 10px;
}
.card-text{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 32px;
  width: 100%;
  border-radius: 16px;
background: var(--Secondary, #021628);
gap: 5px;
}
.card-text p{
  color: var(--white, #FFF);
font-family: 'Poppins medium';
font-size: clamp(7px, 0.83vw, 40px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
width: 325px;
text-align: left;
}
.card-text .card-titulo{
  color: var(--white, #FFF);
font-family: 'Poppins medium';
font-size: clamp(10px, 1.1vw, 40px);
font-style: normal;
font-weight: 600;
line-height: 130%; /* 27.3px */
width: 225px;
text-align: left;
}
.tes-logos {
  margin: 3% 0;
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

.tes-logos > div {
  width: max-content;
  height: auto !important;
  display: flex;
  flex-direction: row;
  gap: 1% !important;
  align-items: center;
  will-change: transform;
  animation: track-logo 40s linear infinite;
}

@keyframes track-logo {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-30%);
  }
}

.tes-logos > div svg {
  height: auto;
  width: auto;
}

.back5 {
  position: absolute;
  /* top: 200px; */
  filter: blur(45px);
  object-fit: fill;
  height: 18%;
  width: 100%;
}
.about5-dad{
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
.about5{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 70px 0;
  flex-direction: column;
  height: 100vh;
}
.about5-container{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.telefonostext{
  color: #717171;
  text-align: center;
  font-family: "Poppins medium";
  font-size: clamp(10px,1.25vw,50px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.carta{
  border-radius: 24px;
background: #FFF;
box-shadow: 0px 2px 21px 0px rgba(96, 108, 119, 0.15);
width: 562px;
height: auto;
flex-shrink: 0;
padding: 32px;
gap: 32px;
display: flex;
flex-flow: column;
width: 468px;
}
.img-cargo{
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.img-cargo img{
  width: 65px !important;
  height: 65px !important;
  border-radius: 65px;
}
.nombreA{
  display: flex;
  flex-direction: column;
}
.cartas{
  display: flex;
  flex-direction: column;
}
.cartas img{
  width: 100%;
  height: 100%;
}
.mob{
  display: none;
}
.slider-item .img-cargo .nombreA p:first-child{
  color: var(--Secondary, #021628);
font-family: 'Poppins medium';
font-size: clamp(18px, 1vw, 40px);
font-style: normal;
font-weight: 600;
line-height: 150%; /* 31.5px */
}
.slider-item .img-cargo .nombreA p:nth-child(2){
  color: #606C77;
font-family: 'Poppins medium';
font-size: clamp(14px, 1vw, 40px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.rigth .slider-container .slider-item .texto-carta p{
  color: var(--Secondary, #021628);
font-family: 'Poppins medium';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
width: 405px;
}.texto-carta p{
  color: var(--Secondary, #021628);
font-family: Poppins;
font-size: clamp(14px,1vw,40px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
margin-top: 20px;
}
.partner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.partner p{
  color: #606C77;
font-family: 'Poppins medium';
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 36px */
text-align: left;
width: 100%;
}
.about6-dad{
  padding-bottom: 5%;
  position: relative;
}
.back7{
  position: absolute;
  /* top: 200px; */
  filter: blur(45px);
  object-fit: fill;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about6 > h1{
  gap: 5px;
}
.about6{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 5%;
}
.img-contenedor-about6 {
  position: relative;
  display: flex;
  width: 100%;
  height: 600px;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}

.img-contenedor-about6 img {
  position: absolute; 
}

.about6 .img-contenedor-about6 .img-1{
  rotate: 7deg;
}
.about6 .img-contenedor-about6 .img-2 {
  rotate: -10deg;
}
.about6 h1{
  color: #021628;
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(30px, 3.13vw, 150px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; 
  width: 54vw;
  max-width: 1000px;
}
.about6 h1 span {
  color: #021628;
  font-family: 'Poppins mediumbold';
  font-size: clamp(30px, 3.13vw, 100px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.botones-finali{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.botones-finali button{
  border: none;
  display: inline-flex;
padding: 12px 24px;
align-items: center;
gap: 12px;
border-radius: 100px;
background: var(--Secondary, #021628);
color: var(--white, #FFF);
font-family: 'Poppins medium';
    font-size: clamp(7px, 0.83vw, 40px);
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
cursor: pointer; 
}
/*END REGION*/

/* footer */

footer {
    margin-top: -5% !important;
    width: 100%;
    height: 47.59vh;
    display: flex;
    justify-content: center;
}

.footer-container {
    width: 72.5%;
    height: 94.39%;
    background-color: var(--secundary);
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.foo-content {
    width: 88.51%;
    height: 37.11%;
    display: flex;
    flex-direction: row;
    margin-top: 6%;
}

.foo-logo {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foo-logo svg {
    width: 21.09%;
    height: auto;
}

.foo-logo p {
    width: 32%;
    color: var(--white);
    font-family: "Poppins medium";
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.foo-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foo-nav a {
    color: var(--white);
    font-family: "Poppins medium";
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 400;
    line-height: 128.57%;
    cursor: pointer;
}

.foo-get-app{
    width: 13.39%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 12%;
}

.foo-get-app h3 {
    color: var(--white);
    font-family: "Poppins medium";
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 400;
    line-height: 128.57%;
}

.foo-btn-google {
    height: 27.78%;
    width: 100%;
    border-radius: 100px;
    border: 2px solid var(--white);
    background-color: var(--secundary);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5.9%;
}

.foo-btn-google svg {
    width: 13.48%;
    height: auto;
}

.foo-btn-google h4 {
    color: var(--white);
    font-family: "Poppins semibold";
    font-size: var(--text-sx);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.foo-btn-apple {
    height: 27.78%;
    width: 100%;
    border-radius: 100px;
    background-color: var(--secundary);
    border: 2px solid var(--white);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7.32%;
}

.foo-btn-apple svg {
    width: 14.63%;
    height: auto;
}

.foo-btn-apple h4 {
    color: var(--white);
    font-family: "Poppins semibold";
    font-size: var(--text-sx);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.foo-social-media {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2%;
}

.foo-social-media a {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.foo-social-media svg {
    width: 100%;
    height: auto;
}

.foo-cont-bottom {
    width: 88.51%;
    height: 20.825%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid var(--grey);
}

.foo-bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1%;
}

.foo-bottom h3 {
    color: var(--white);
    font-family: "Poppins semibold";
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 600;
    line-height: 171.429%;
}
.textomovil{
  display: none;
}
.foo-bottom svg {
    width: 0.5%;
    height: auto;
}

.foo-bottom h4 {
    color: var(--white);
    font-family: "Poppins medium";
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
}
@media screen  and (min-width: 1300px) and (max-width: 1465px){
  .main{
    width: 1158px;
  }
}
@media screen and (min-width:1024px) and (max-width: 1300px){
  .main {
    width: 1050px;
}
}
@media screen and (max-width:1300px) {
.main{
  width: 1000px;
}
}
@media screen and (max-width: 1211px) {
  .main{
    width: calc(90vw);
  }
  .dad {
    top: -165px;
  }
  .cali {
    top: -165px;
}

.item img {
  border-radius: 16px;
  width: 290px;
  height: 144px;
}

.card-text {
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  width: 290px;
  border-radius: 16px;
  background: var(--Secondary, #021628);
  gap: 5px;
}
.card-text p {
  width: 262px;
}
}
@media screen and (max-width: 1024px) {
  .header-container-faq > a {
    width: 24.44%;;
  }

  .header-container-faq {
    justify-content: flex-end;
  }

  .rigth {
    height: auto;
  }
  .main{
    padding: 10% 45px;
    height: auto;
  }
  .back {
    height: auto;
    width: 100%;
  }
  .back3 {
    height: unset;
}
  .about1-dad {
    overflow: hidden;
  }
  .mega-letras {
    padding-top: 20%;
    justify-content: space-between;
  }
  .mega {
    font-size: clamp(1rem,17.07vw,100px);
  }
  .text-mega p:nth-child(1) {
    font-size: clamp(10px,3.73vw,30px);
    width: 68%;
    color: #606C77;
  }
  .dude-contenedor{
    height: auto;
    width: 90%;
  }
  .dude {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .dude-contenedor {
    width: 100%;
  }
  .dude-container{
    flex-direction: column;
    height: auto;
    margin-top: 103.34px;
  }
  .dude h1 {
    text-align: center;
    font-size: clamp(20px, 8vw, 90px);
  }
  .dude p {
    color: #606C77;
    text-align: center;
    font-size: clamp(11px, 3.73vw, 40px);
    margin: 15px 0;
  }
  .buttons-dude {
    width: 88%;
    justify-content: space-between;
    gap: unset;
  }
  .button-contact {
    width: 48%;
    padding: 12px 0;
    font-size: clamp(8px,3.73vw,45px);
    max-width: unset;
    min-width: unset;
  }
  .button-book {
    width: 48%;
    padding: 12px 0;
    font-size: clamp(8px,3.73vw,45px);
    max-width: unset;
    min-width: unset;
  }
  .button-book svg {
    height: auto;
    width: 12%;
  }
  .abou2-dad {
    height: auto;
  }
  .about2{
    padding-top: 15%;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
  .prueba{
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    max-width: unset;
  }

.form-container {
  border-radius: 32px;
  background: var(--Secondary, #021628);
  mix-blend-mode: normal;
  height: 640px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: unset;
  opacity: 1;
  max-width: unset;
}
.form > h3 {
  font-size: clamp(8px,5.33vw,45px);
}
.name-contact {
  font-size: clamp(8px,3.2vw,35px);
}
.email-contact {
  font-size: clamp(8px,3.2vw,35px);
}
.message-contact {
  font-size: clamp(8px,3.2vw,35px);
}
button{
  align-self: center;
}
.consultas {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15%;
}
.consultas p {
  font-size: clamp(10px,4.8vw,55px);
}
.consultas .texto-consultas {
  font-size: clamp(8px, 3.73vw, 45px);
  width: unset !important;
  margin-top: 3%;
}
.strong {
  font-size: clamp(8px, 3.73vw, 45px);
}
.siguenos p {
  font-size: clamp(10px, 4.8vw, 55px);
}
.consultas {
  margin-top: 32%;
}
.siguenos {
  justify-content: center;
  flex-direction: column;
}
.siguenos img{
  width: 53px;
  height: 53px;
}
.about1-dad{
  background: url(../../public/img/internals/about1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about1 {
  height: auto;
}
.back3{
  display: none;
}
.final-section .form-contendor form{
flex-direction: column;
}
.minor-text h1 {
  font-size: clamp(10px,8vw,80px);
}
.minor-text h1 span {
  font-size: clamp(10px,8vw,80px);
}
.final-section {
  mask-image: unset;
  padding-top: 12%;
}
.no-te-pierdas-title {
  font-size: clamp(12px,8vw,90px) !important;
}
.minor-text p{
  font-size: clamp(7px,3.73vw,40px) !important;
}
main{
  width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
      padding: 20px 10px;
}
.faq-section2 {
  background-position: unset;
}
.faq-item {
  width: 95%;
  max-width: unset;
}
.final-section .form-contendor input, .sus2{
  width: 55%;
  min-width: 270px;
  font-size: clamp(9px,4.27vw,40px);
}
.final-section .form-contendor input {
  height: auto;
  padding: 12px 0 12px 3%;
  border-radius: 100px;
}
.sus2 {
  padding: 12px 0;
  height: auto;
  border-radius: 100px;
}
.spancontainer{
  flex-direction: column;
}
.minor-faq-text {
  width: 100%;
}
.faq-text span {
  font-size: clamp(14px,8vw,70px);
}
.faq-text span img {
  width: 21vw;
  height: auto;
  min-height: unset;
  min-width: unset;
  max-width: unset;
  max-height: unset;
}
.faq-text p {
  font-size: clamp(10px,3.73vw,35px);
  margin-bottom: 30px;
}
.about2 h2 {
  color: var(--Secondary, #021628);
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(21px, 8vw, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 70%;
  margin-bottom: 5%;
}
.px24 {
  font-size: clamp(21px, 8vw, 80px);
}
.spancontainer span:nth-child(1){
  margin-bottom: 5px;
}

.sus{
  height: 56px;
  font-size: clamp(8px,3.73vw,45px);
  align-self: unset !important;
}
.faq-section1, .minor {
  height: auto;
}
.faq-section1{
  padding: 10% 0 30px 0;
  position: relative;
}
.faq-section2{
  padding: 50px 0;
}

.minor {
  width: 100%;
}
.back2 {
  height: 100%;
}
.faq-text{
  margin-top: 103.34px;
}
.faq-form-contendor img {
    margin-left: 6%;
}
.trimg {
  flex-direction: column;
  width: 90%;
}
.about4 {
  padding: 40px 0;
}
.back66 {
  position: absolute;
  /* top: 200px; */
  filter: blur(15px);
  object-fit: fill;
  height: 100%;
  width: 100%;
  display: block;
  z-index: -1;
}
.back6 {
  display: none;
}
.cuadro {
  width: 100%;
  max-width: unset;
  flex-direction: row;
  justify-content: space-around;
  padding: 15px;
  height: 33vw;
  max-height: 320px;
  min-height: 163px;
}
.cuadro > svg{
  width: 25vw;
  max-width: 122px;
  min-width: 79.16px;
}
.vr{
  width: 140px;
}
.cuadro-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 57%;
}
.cuadro-content h3 {
  color: #021628;
  font-family: "Poppins mediumbold";
  font-size: clamp(8px,4.27vw,35px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cuadro-content p {
  color: #606C77;
  font-family: "Poppins medium";
  font-size: clamp(8px,3.2vw,35px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 2%;
}

.cuadro-content img {
  position: absolute;
  height: auto;
  width: 8vw;
  bottom: -40%;
  right: 0;
}
.doble{
    width: 321px !important
}
.faq-section3 {
  height: auto;
}
.faq-section3 img{
  margin-bottom: 7%;
  width: 90%;
  height: auto;
}
.preguntas {
  width: 100%;
  min-width: unset;
  flex-direction: column;
  align-items: center;
}
.preg{
  padding: 12px 0;
  width: 49%;
  font-size: clamp(7px, 3.73vw, 40px);
}
.faq-btn-chat {
  padding: 12px 0;
  width: 49%;
  font-size: clamp(7px, 3.73vw, 40px);
}
.about6 {
  padding-top: 65px;
}
aside {
  width: 100%;
  padding: 20px 0;
  display: none;
  align-items: center;
  justify-content: center;
}
aside ul {
  display: flex;
}
.consultas .texto-consultas{
  text-align: center;
}
aside li {
  text-align: center;
}
.agenda{
  width: 154px;
}
.buttons-faq {
  width: 90%;
  justify-content: center;
  gap: unset;
  justify-content: space-between;
}

.faq-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 82.66%;
  height: auto;
  padding: 2% 3.2%;
  border: none;
  cursor: pointer;
  outline: none;
}

.faq-label > h3 {
  color: #000;
  font-family: "Poppins medium";
  font-size: clamp(10px,3.73vw,50px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq-plus {
  width: 3vw;
  height: auto;
}

.faq-minus {
  display: none;
  width: 3vw;
  height: auto;
}

.faq-subcategory {
  width: 82.66%;
  align-items: center;
}

.titulo {
  font-size: clamp(10px,3.2vw,40px);
  font-weight: 400;
  margin: 0;
}

.arrow svg {
  width: 3vw;
  height: auto;
}

.linefaq {
  height: 1px;
  width: 74.93%;
  background: #606c774d;
  margin: 2% 0;
  background-image: radial-gradient(circle, #606C77 30%, #B2C9DD00 100%);
}

.faq-subcategory {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faq-subcategory-active {
  display: unset;
  max-height: 1500px;
}

.mob{
  display: block;
}
.desk{
  display: none;
}
.text-mega p:nth-child(2){
  text-align: center;
  position: absolute;
  bottom: 180px;
  z-index: 1;
}
.text-mega {
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.dad, .cali {
  display: none;
}
.cali-mobile{
  color: var(--Primary, #FF6700);
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(12px,18.67vw,200px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.23;
  display: flex;
  bottom: -16%;
}
.colum-contendor {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 75%;
  justify-content: space-between;
  margin-top: 17%;
}
.telefonostext {
  line-height: 100%;
  color: #606C77;
  font-size: clamp(7px,3.73vw,40px);
}
.contact-inputs{
height: 56px;
flex-shrink: 0;
border-radius: 8px;
background: var(--white, #FFF);
}
.contact-text{
height: 180px;
flex-shrink: 0;
border-radius: 8px;
background: var(--white, #FFF);
}
.contact-inputs::placeholder, .contact-text::placeholder {
  color: rgba(96, 108, 119, 0.50);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.first-label{
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.firsts-label{
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.abt2-img-container > img {
  width: 56%;
}
.colum-contendor2 {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin-top: 3%;
}
.colum-contendor2 p {
  flex-shrink: 0;
  color: var(--grey, #606C77);
  font-family: 'Poppins medium';
  font-size: clamp(8px, 3.2vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: unset;
  width: 82%;
}
  .colum-contendor2 > svg {
    width: 13%;
    height: auto;
  }
.colum-contendor p {
  flex-shrink: 0;
  color: var(--grey, #606C77);
  font-family: 'Poppins medium';
  font-weight: 400;
  line-height: 150%;
  font-size: clamp(8px, 3.2vw, 40px);
  text-align: unset;
  width: 82%;
}
  .colum-contendor > svg {
    width: 13%;
    height: auto;
  }
.about3-dad {
  height: auto;
}
.about3 {
  padding: 12% 0 5% 0;
  overflow: hidden;
}
.about3-container {
  flex-direction: column;
}
.left{
  flex-direction: column-reverse;
}
.left h1 {
  font-size: clamp(12px,8vw,90px);
  text-align: center;
  width: 100%;
  padding-bottom: 7%;
}
.left h1 > span {
  font-size: clamp(12px,8vw,90px);
}
.left p {
  font-size: clamp(10px,3.73vw,40px);
  margin: 0 0 2% 0;
  color: #606C77;
}
.right{
  width: 86.67% !important;
  margin: 0;
}
.cartas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.right .swiper-slide {
  width: 100% !important;
}
.cartas p {
  width: 83%;
  font-size: clamp(6px,3.2vw,35px);
}
.cartas .rol {
  font-size: clamp(7px,2.67vw,40px);
  margin: 4% 0 0 0;
  color: #29323B;
}
.cartas h2 {
  font-size: clamp(10px,5.87vw,50px);
  margin: 0 0 1% 0;
}
.about4 h1 {
  width: 290px;
}
.svg-container {
  width: 45px;
  height: 45px;
}
.svg-container svg{
  width: 27px;
  height: 27px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none;
}
.about5-dad {
  height: auto;
}
.about5 {
  padding: 50px 0;
}
.about5-container {
  flex-direction: column;
  overflow: hidden;
}
.textodesk{
  display: none;
}
.faq-header img{
  display: none;
}
.faq-content p {
  width: 100%;
  min-width: 253px;
  font-size: clamp(10px,2.67vw,30px);
}
.faq-section2 {
  background-image: url("../../public/img/internals/Rectangle (9).png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  align-items: center;
  /* justify-content: center; */
  display: flex;
  flex-direction: column;
}
.faq-item.open .faq-content {
  max-height: unset;
  padding-left: 46px;
}
.textomovil{
  display: block;
}

.padding{
  padding-bottom: 10px;
}
.nunc{
  width: 230px !important;
}
.partner p {
  text-align: center;
}
.about6{
  overflow: hidden;
}
.about6 h1 {
  font-size: clamp(12px,7.5vw,70px);
  margin-top: 35px;
  width: unset;
}
.about6 h1 span {
  font-size: clamp(12px,7.5vw,70px);
}
.mss1, .mss2 {
  display: none;
}
.p-b-0{
  padding-bottom: 0 !important;
}
#swiper1 .swiper-slide {
  width: 75% !important;
}
.mss3{
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 2px 20px 0px rgba(96, 108, 119, 0.30);
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 5%;
}
.mss3 p{
  color: var(--Secondary, #021628);
  font-family: 'Poppins medium';
  font-size: clamp(11px,3.73vw, 50px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 74%;
  text-align: center;
}
.mss3 svg{
  position: absolute;
  top: -30px;
  /* right: -20px;*/
}
.mss4{
  width: 100%;
  height: auto;
flex-shrink: 0;
border-radius: 16px;
background: rgba(255, 255, 255, 0.60);
box-shadow: 0px 2px 20px 0px rgba(96, 108, 119, 0.30);
backdrop-filter: blur(25px);
display: flex;
align-items: center;
justify-content: center;
padding: 35px 5%;
}
.mss4 p{
  color: var(--Secondary, #021628);
  text-align: center;
  font-family: 'Poppins medium';
  font-size: clamp(11px,3.73vw, 50px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  width: 74%;
}
.mss4 svg{
  position: absolute;
  top: -30px;
  /* right: -20px;*/
}
/* .item{
  display: none;
} */
.img-build {
    width: 100%;
}
.download-review > div {
  gap: 10px;
}
.download-review > div p {
  font-size: clamp(10px,4.267vw,40px);
}
.download-review > div img {
  width: 170px;
}
.download-review h3 {
  font-size: clamp(13px,5.33vw,50px);
  color: #021628;
}

.partner p {
  font-size: 16px;
}
.mobile{
  display: flex !important;
}
.about5-container .left .mo{
  display: block;
  color: var(--Secondary, #021628);
text-align: center;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 33px */
width: 305px;
}

.about5 {
    height: auto;
}
}
@media screen and (max-width: 920px) {
  .mega{
    margin-top: 35px;
  }
}
@media screen and (max-width: 820px) {
  /* .about6 .img-contenedor-about6 img:nth-child(2) {
    left: -5%;
}
.about6 .img-contenedor-about6 img:nth-child(1) {
  right: -5%;
} */
.main {
  width: 100% !important;
  padding: 0 !important;
}
.dude-contenedor {
  width: 90%;
}
.botones-finali button{
  display: flex;
  width: 145px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--white, #FFF);
  font-family: 'Poppins medium';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.botones-finali button svg{
  width: 20px;
height: 20px;
}
}
@media screen and  (max-width: 720px){
  .img-contenedor-about6 {
    min-height: 220px;
    height: 85vw;
}
.img-contenedor-about6 img {
  width: 53vw;
  min-width: 150px;
}
}
@media screen and  (max-width: 680px){
  .buttons-dude {
    gap: 15px;
    width: 100%;
    justify-content: center;
}
.button-contact, .button-book {
  width: 100%;
}
.download-review > div img {
  width: 120px;
}
}
@media screen and (max-width: 500px){ 
  .faq-item {
    padding: 10px 0;
}
.download-review > div {
  gap: 5px;
}
.download-review > div img {
  width: 100px;
}
}
@media screen and (max-width: 395px){
  .mss4{
    height: 190px;
  }
}

@media (width: 3440px) and (max-height: 2560px) and ((min-height: 2000px)) {
  .back3  {
    top: 36%;
  }

  .mega-letras > div:nth-child(1) {
    margin-bottom: 8%;
  }

  .mss1 {
    width: auto;
    height: auto;
    padding: 2%;
    left: 1%;
    top: 1%;
  }

  .mss1 p {
    width: 15vw;
  }

  .mss1 svg {
    width: 19%;
    height: auto;
    top: -24%;
    left: -10%;
  }
  
  .mss2 {
    width: auto;
    height: auto;
    padding: 2%;
    bottom: 61%;
    right: 3%;
  }

    .mss2 p {
    width: 15vw;
  }

  .mss2 svg {
    width: 19%;
    height: auto;
    bottom: -18%;
    right: -12%;
  }

  .desliza-container {
    bottom: 7%;
  }

  .back4 {
    height: 100% !important;  
  } 

  .left p {
    margin: 3% 0 6% 0;
  }

  .right .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
  }

  .about4-container {
    width: 66%;
    gap: 20px;
  }

  .item {
    width: 32.16%;
    gap: 20px
  }

  .item img {
    width: 100%;
  }

  .about5-container {
    height: 60%;
  }

  .card-text p {
    width: unset;
  }

  .card-text {
    gap: 10%;
    padding: 8% 5%;
  }

  .card-text .card-titulo{ 
    width: unset !important;
  }

  .tes-logos > div svg {
    width: 300px;
  }

  .img-cargo img {
    width: 120px !important;
    height: 120px !important;
  }

  .about6 h1 {
    max-width: unset;
  }

    .back {
    height: 60vh;
  }

  .main {
    height: 100vh;
    max-width: unset;
  }

  .dude-contenedor {
    height: 67%;
  }

  .form-container {
    max-width: unset;
    height: 57vh;
  }

  .prueba {
    width: 30vw;
    max-width: unset;
    bottom: -120%;
  }

  .form-container {
    background-size: cover;
    border-radius: 80px;
  }

  .final-section .form-contendor input {
    font-size: clamp(7px,0.83vw,40px);
    width: 550px;
    height: 80px;
    border-radius: 80px;
  }

  .sus2 {
    width: 200px;
    height: 80px;
    border-radius: 80px;
    font-size: clamp(7px, 0.83vw, 40px);
  }

  .faq-text span img {
    max-width: unset;
    min-width: unset;
    min-height: unset;
    max-height: unset;
  }

  .cuadro {
    max-width: unset;
    height: 900px;
    border-radius: 50px;
  }

  .cuadro > p {
    font-size: clamp(10px,1.25vw,50px);
  }

  .faq-form-contendor input {
    font-size: clamp(7px, 0.83vw, 40px);
    height: 60px;
  }

  .sus3 {
    font-size: clamp(7px, 0.83vw, 40px);
  }

  aside li button {
    font-size: clamp(9px,1.09vw,45px);
  }

  .faq-item {
    max-width: unset;
  }

  .faq-section3 img {
    width: 25%;
  }

}

@media screen and (max-width: 2560px) and (max-height: 1600px) {
  .tes-logos > div svg {
      height: auto;
      width: auto;
  }
}

@media (width: 2560px) and (height: 1440px) {
  .back {
    height: 60vh;
  }

  .main {
    height: 100vh;
    max-width: unset;
  }

  .dude-contenedor {
    height: 67%;
  }

  .form-container {
    max-width: unset;
    height: 63vh;
  }

  .prueba {
    width: 30vw;
    max-width: unset;
    bottom: -70%;
  }

  .form-container {
    background-size: cover;
  }

}


@media (width: 1600px) and (height: 724px) {
  .about1 {
    min-height: 950px;
  }
}

@media (width: 1280px) and (height: 600px) {
  .faq-section3 {
    padding: 120px 0;
  }
}

@media (width: 380px) and (height: 700px) {
  .sus {
    height: unset;
    width: 45%;
  }
}