@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Soligant';
    src: url('../font/Soligant.ttf') format('truetype'),
        url('../font/Soligant.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background-color: #141414;
    color: white;
    font-family: 'Host Grotesk', sans-serif;
}


@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}
.carousel-img-fit {
  height: 200px; 
  object-fit: cover;
  width: 100%;
}

.containerHero {
    margin: auto;
    width: 100%;
    height: 100vh;
    margin-top:-5rem;  
}

.containerProject {
    margin: auto;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center; 
}

.imgHero {
    margin: auto;
    width: 70%;
    height: 70vh;
    position: absolute;
    top: 10em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.imgHero img {
    width: 60%;
    margin: 0 auto;
    display: none;
}



.model-viewerCruz {
    margin: 10 auto;
    width: 100%;
    height: 10vh;
}



.containerProject h1 {
    width: 300px;
    font-family: "Host Grotesk", serif;
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    position: absolute;
    top: 35%;
    margin: 0 auto;
}

.containerProject h2 {

    width: 25rem;
    font-family: "Host Grotesk", serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
  
    position: absolute;
    top: 64%;
    margin: 0 auto;

}

.subTitle {

    font-family: 'Soligant', serif;
    font-size: 1.22em;
    width: 200px;
}


.containerOverview {
    width: 100%;
    position: absolute;
    margin-top:-52%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: wrap;
}



.containerOverview h4 {
    font-family: "Host Grotesk", serif;
    margin: 1em 0;
    margin-bottom: 0.1em;
    font-weight: 200;
    font-size: .7em;
    width: 80%;
    opacity: 0;
    animation: revealText 1.5s ease forwards;
}

.overview {
    margin-left: 1em;

}

.overview h3 {
    margin: auto;
    margin-bottom: 1em;
    width: 100%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;
    opacity: 0;
    animation: revealText 1.5s ease forwards;
    mask-image: url(/img/vecteezy_black-ink.gif);
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
}
.overlay {
        display: flex;
        width: auto;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        height: auto;
       margin: auto;
        margin-top: 1rem;
        padding: 0.5rem 0rem;
        z-index: 1;
         /* background-color: rgba(132, 132, 132, 0.29);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    border-radius: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.18); */
    } 

.services {
    margin: .5em 1em;
    width: 8em;
}

.services h5 {
    margin: auto 0;
    width: 8em;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    font-size: 1em;
    opacity: 0;
    animation: revealText 3.5s ease forwards;
}


@keyframes revealText {
    0% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}

.extraInfo {
    margin-top: .5em;
    width: 10em;
}

.extraInfo h5 {
    margin: auto;
    margin-left: 1em;
    width: 8em;
    font-family: "Host Grotesk", serif;
    font-weight: 400;
    font-size: 1em;
    opacity: 0;
    animation: revealText 3.5s ease forwards;
}

.extraInfo h4 {
    margin-left: 1.4em;
}


.thumbnail {
    margin: auto;
    margin-left: 0%; 
margin-top: 20%;
margin-bottom: 70%;
    display: flex;
    align-items: center;
    position: relative;

}

.thumbText {
    margin: 1rem 0;
    opacity: 1;
    transition: all 4s;
}


.thumbText h4 {
    font-family: "Host Grotesk", serif;
    margin: 1rem;
    margin-bottom: 0.1em;
    font-weight: 100;
    font-size: .7em;
    width: 50%;
}



.thumbText h3 {
    margin-bottom: 1em;
    width: 55%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.thumbImg {
    width: 34%;
    height: 13em;
    position: absolute;
    left: 61%;
    top: 25%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
        "a1 a2"
        "a5 a6";
    grid-gap: 3em;
}


.caja1 {
    width: 100%;
    margin-top: 6%;
    grid-area: a1;
}
.caja1 img{
    width: 100%;
   
}

.caja2 {
    width: 80%;
    height: auto;
    margin-left: 1.em;
    margin-top: -1em;
    grid-area: a2;
    display:none;
}
.caja2 img{
    width: 80%;
   
}

.caja5 {

    width: 80%;
    height: auto;
   
    margin-top: 0;
    grid-area: a5;
}
.caja5 img{
    width: 8em;
}

.caja6 {
   
    width: 12em;
    height: 12em;
    margin-left: 3em;
    margin-top: -2em;
    grid-area: a6;
    display:none;
}
.caja6 img{
    width: 10em;
}

.section-card1{
    margin-top:180%;
}
 .bkg-card1 {
 background-color: rgba(134, 134, 134, 0.38);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.4rem;
        backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    border: 2px solid rgba(230, 230, 230, 0.33); 
 }

.card-title {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 700;
}

.imgEntra {
    width: 90%;
     margin: 9.6rem auto;   
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
   transition: all 1s ease-in-out;
   margin-top:32%;
}


.imgEntra img {
    width: 100%;
    margin-top: 0%;
    height: 100%;
    margin-bottom: -10px;

}

.containerVideo {
    margin: 17% auto;
    margin-top:17%;
    height: auto; 
    width: 92%;
     transition: all 2s ease;
}

.containerVideo video{
    margin: auto;
    width:100%;
    height: auto; 
}
.imgNarrative {
     margin: auto;
     margin-bottom: -27%;
     margin-top: 25%;
    width: 92%;
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all 1s ease;
}

.imgNarrative img {
    width: 100%;
    height: 16rem;
    margin-bottom: -10px;
}


h5 {
    margin: auto 1rem;
    width: 12em;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 500;
    font-size: 1.2em;
  
}

.containerObjective {
    margin: 0 auto;
    opacity: 1;
    margin-top:-35%;
    transition: all 4s;
   
}

.narrative {
    margin:35% auto;
    margin-bottom: 10%;
    opacity: 1;
    transition: all 4s;
}
 .containerObjective h5, .narrative h5, .integratedText h5 {
   
font-weight: 700;
}

h3 {
    margin: auto;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 92%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;
}
.imgContainerAudits, .imgContainerAudits1 {
     margin: auto;
     margin-top: 25%;
     margin-bottom: 4%;
    width: 92%;
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all 1s ease;
}

.imgContainerAudits img, .imgContainerAudits1 img {
    width: 100%;
    height: 16rem; 
}
.cajaVarios {
    margin: auto;
    margin-top:10%;
    width: 92%;
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all 3s ease;
}


.cajaVarios img {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
}

.cajaMobiles {
    margin: auto;
    margin-bottom: 0rem;
    width: 100%;
    height: 31.4rem;
  
}

.imgM {
    margin: 3em auto;
    margin-top:10rem;

    width: 100%;
    height: auto;
}


.integrated {
    margin: auto;
    width: 100%;
}

.integratedImg {
    margin: auto;
    padding-top: 8rem;
    width: 92%;
   
}
.integratedImg img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all 3s ease;
}
.integratedText {
    margin: 7% auto;
    margin-top:7%;
    opacity: 1;
    transition: opacity 4s; 
}

.btn_extra_info{
    margin: auto;
    display:flex;
     justify-content: center;  
      margin-top:0%;
       margin-bottom: 15%; 
}
.btn_extra_info h3 a{
    width: 240px;         /* fija o usa min-width */
    height: 48px;  
     padding: 0 10px;
  font-size: 14px; 
  line-height:1;
   text-overflow: ellipsis;
 font-weight:600;
   text-decoration: none; 
   cursor: pointer;
   transition: all 0.3s ease;
    background-color: rgba(134, 134, 134, 0.38);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4rem;
        backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    border: 2px solid rgba(230, 230, 230, 0.33); 
color: white;
}
.resultadoImg {
    margin:20% auto;
    margin-bottom: 20%;
    width: 92%;
transition: all 3s ease;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}


.resultadoImg Img {
    margin: auto;
    width: 100%;
    margin-bottom: -10px;
   
}
.resultadoImg1 {
    margin: auto;
    margin-bottom: 18%;
    width: 92%;
transition: all 3s ease;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}


.resultadoImg1 Img {
    margin: auto;
    width: 100%;
    margin-bottom: -10px;
   
}
.nextSection {
    position: relative;
    margin: auto;
    width: 100%;
    height: 10rem;
}
.nextSection a{
    text-decoration: none;
    color: inherit;
    
}
.nextSection h2 {
    margin: auto;
    width: 100px;
margin-left: 36%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
   
}
.nextSubTitle {
    width: 280px;
    font-family: 'Soligant', serif;
    font-size: 1.22em;
    position: absolute;
    top: 54px;
    left: 13%;
}
 img {
  opacity: 0;
  transition: opacity 1s ease-in-out; 
}
img.loaded {
  opacity: 1; 
}
.containerAudits1{
display: flex;
 flex-direction: column; 
}
 .containerAuditsText1  {
    margin:auto;
    margin-top:4%;
    margin-left:0; 
    height: auto;
    width: auto; 
    flex: 1;

}
 .imgContainerAudits1 {    
    height: auto;
    transition: all 1s ease;
    margin:auto;
    margin-top:20%;
order: -1;
}
 .containerObjective, .thumbText, .narrative, .integratedText, .nextSection, .footer, .container, .containerNarrative, .containerAuditsText, .containerAuditsText1 {
  opacity: 0;
  transition: opacity 1.2s ease-out, transform 1s ease-out;
}

 .containerObjective.visible, .thumbText.visible,  .narrative.visible, .integratedText.visible, .nextSection.visible, .footer.visible, .container.visible, .containerNarrative.visible, .containerAuditsText.visible, .containerAuditsText1  {
    opacity: 1;
  transform: translateY(0); 
}
/* Estado inicial de las tarjetas */
.scroll-reveal {
  opacity: 0;
  transform: translateY(50px); 
  transition: all 0.8s ease-in-out; 
}

/* Clase que activará JavaScript al hacer scroll */
.scroll-reveal.active {
  opacity: 1;
  transform: translateY(0); 
}

.scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
.scroll-reveal:nth-child(2) { transition-delay: 0.3s; }
.scroll-reveal:nth-child(3) { transition-delay: 0.5s; }

@media only screen and (max-width: 1080px) and (min-width: 768px) {
.imgEntra {
        margin: auto;
        margin-top:16%;
        
        height: 100%;
        width: 92%;
        background:orange;
    }
}
@media (min-width: 1080px) {

.carousel-img-fit {
  height: 400px; 
  object-fit: cover;
  width: 100%;
}
.containerHero {
     position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    top:0;
}
  
  .containerProject {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;  
     justify-content: left;
}

    .imgHero {
    width: 100%;
    height: 70vh;
   
    margin:auto;
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);

    }

    
    #ar-prompt {
        width: 2.2rem;
        height: 2.2rem;
        
    }

    .containerProject h1 {
        position: absolute;
        width: max-content;
        height: auto;
        margin: auto;
        margin-top: 0rem;
        margin-left: 0;
        font-family: "Host Grotesk", serif;
        font-weight: 700;
        font-size: clamp(28px, 5vw, 64px);
        text-align: left;
    }

   
 .containerProject h2 {
       position: absolute;
        width: 100%;
        height: auto;
        margin: auto;
        top: 48%;
        margin-left:0;
        font-family: "Host Grotesk", serif;
        font-weight: 700;
         font-size: clamp(28px, 5vw, 64px);
        color:white;
        text-align: left;
        z-index: 2;     
    }

    .subTitle {

        font-family: 'Soligant', serif;
        font-size: 1.22em;
    }


   .containerOverview {
        width: 100%;
        position: static;
        margin: auto;
        margin-top: -20%;
        margin-left: 0%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; 
        z-index:5;
        padding:0;

    }

    .containerOverview h4 {
        font-family: "Host Grotesk", serif;
        font-weight: 200;
        margin-bottom:0.4rem;
        font-size:0.8rem;  
    }

    .overview {
        margin-left: 0;
    }

    .overview h3 {
        margin: auto;
        width: 14em;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 2em;
    }
.overlay {
        display: flex;
        width: auto;
        justify-content: center;
        align-items: flex-start;
        gap: 6rem;
        height: 100%;
         position: relative;   
    left: 28%;
    margin-top:0%;
    padding:0;
    transform: translateX(-43%);
        z-index: 1;
         /* background-color: rgba(132, 132, 132, 0.29);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    border-radius: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.18); */
    }   

  .services {
        margin:  auto;
        margin-left:17%;
        margin-top: 0; 
    }

    .services h5 {
        margin: auto;
        width: 14em;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 1em;
    }


    .extraInfo {
       margin:  auto;
        margin-top: 0;
        margin-left: -2%;
    }

    .extraInfo h5 {
        margin: auto;
        width: 14em;
        margin-left: 1rem;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 1em;

    }

    .containerBtnScroll {
        margin: auto;
        width: 100%;
        height: 30px;
        bottom: 2rem;


    }

    .btnToScroll {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.2rem;
        width: 8rem;
        height: 2.2rem;
        border-radius: 2rem;
        font-family: "Host Grotesk", sans-serif;
        cursor: pointer;

    }



    .thumbnail {
        position: relative;
        margin:  auto;
        padding: 0;
        margin-top: 20%;
       margin-bottom: 50%;    
        width: 100%;
        height: 20rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .thumbText {
        margin: auto ;
        position: static;
         margin-left: 0%;
        width: 35rem;
        opacity: 1;
    }

    .thumbText h4 {
        font-family: "Host Grotesk", serif;
        margin-left: 0;
        margin-bottom: 0.5em;
        font-weight: 400;
        font-size: 1rem;
        width: 70%;
    }




    .thumbText h3 {
        margin-bottom: 1em;
        width: 35rem;
        font-family: "Host Grotesk", sans-serif;
        font-weight: 300;
        font-size: 1em;
        margin-left: 0;

    }

    .thumbImg {
        width: 38%;
        margin:auto;
        height: 13em;
        position: absolute;
        left: 55%;
        top: -10%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-template-areas:
            "a1 a2"
            "a5 a6";

        grid-gap: 1em;
        
    }

    .cajaSube {
        transition: transform 2s ease;
        position: relative;
        transform: translateY(5px);
       
    }

    .cajaSube2 {
        transition: transform 3.5s ease-in-out;
        position: relative;
        transform: translateY(2px);
    }

    .caja1 {
        width: 20em;
        height: 20em;
        margin-top: -4em;
        margin-left:-5rem;
        grid-area: a1;
    }
    .caja1 img{
        width: 20em;
    }
    

    .caja2 {
        width: 18em;
        height: 18em;
        margin-left: 0em;
        margin-top: 2em;
        grid-area: a2;
        display:block;
    }
    .caja2 img{
        width: 18em;
    }

    .caja5 {
        width: 20em;
        height: 21;
         margin-left:-5rem;
        margin-top: 2rem;
        grid-area: a5;
    }

    .caja5 img{
        width: 20em;
    }
    

    .caja6 {
        width: 18em;
        height: 18em;
         margin-left: 0em;
        margin-top: -1em;
        grid-area: a6;
        display:block;
    }
    .caja6 img{
        width: 18em;
    }
    
.extra-padding-section {
    max-width: 1200px;
}
.section-card1{
    margin-top:72%;
}
    .imgEntra {
        margin: auto;
        margin-top:16%;
         margin-bottom: 2rem;
        height: 100%;
        width: 92%;
    }

    .imgEntra img {
        width: 100%;
        height: auto;
        margin: auto;
        margin-bottom:-10px;
    }

    .containerVideo {
        margin: auto;
        margin-top:10%;
        width: 100%;
        height: 110vh;
        display:flex;
        justify-content:center;
          background-color: #141414;
        padding: 1rem auto;
        
    }

    .containerVideo video {
        width: 1125px;
        height: auto;
        
    }


    .containerNarrative {
        width: 100%;
        margin: auto;
        height: auto;
        transition: all 3s ease-in-out; 
    }

    .imgNarrative {

        margin: 15% auto;
        margin-top: 15%;
        width: 90%;
       
        height: auto;
        transition: all 3s ease-in-out; 
    }
    
     .imgNarrative img {
        width: 100%;
        height: auto;
        
    }

    .containerObjective,
    .integratedText,  .narrative, .containerAudits, .containerAudits1 {
        width: 100%;
        margin: 10rem auto;
       max-width: 1200px;
        display: flex;
        justify-content: center;
        align-items: flex-start;    
        text-align: left;
        gap: 8rem;
    }

     .integratedText {
        margin-bottom: 0;
    }

    

    .containerObjective h5,
    .narrative h5,
    .integratedText h5, .containerAudits h5, .containerAudits1 h5 {
  
        flex-shrink: 0;
        width: auto;
        font-family: "Host Grotesk", sans-serif;
        font-weight: 700;
        font-size: 2em;
        margin:  0;
    }


    h3 {
        margin: auto;
        margin-bottom: 1em;
        margin-left: 12em;
        width: 35%;
        font-family: "Host Grotesk", sans-serif;
        font-weight: 300;
        font-size: 1em;
    }
    .containerObjective  h3, .narrative h3, .integratedText h3 {
text-align: left;
width: 35%;
max-width: 50%;
margin: 0;
      }

.btn_extra_info{
    margin: auto;
    display:flex;
     justify-content: center;  
      margin-top:1.5%;
      margin-left:3.3%;
       margin-bottom: 15%; 
}
.btn_extra_info h3 {
      margin: 0;
    padding: 0;          
}
.containerAudits, .containerAudits1 {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: flex-start;    
    text-align: left;
    gap: 4rem;
    margin: 10% auto; 
    max-width: 70%;
    height: auto;
  
}
.imgContainerAudits, .imgContainerAudits1 {
    width: 50%;
    height: auto;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all 1s ease;
    margin:0;
}
.imgContainerAudits1 {
order:1;
}
.imgContainerAudits img, .imgContainerAudits1 img {
    width: 100%;
    height: auto; 
} 
.containerAuditsText, .containerAuditsText1  {
    margin:auto;
    margin-left:0; 
    height: auto;
    width: auto; 
    flex: 1;
}

.containerAudits h5, .containerAudits1 h5 {
    width: auto;
}
.containerAudits h3, .containerAudits1 h3 {
    width:100%;
    margin:0;
}

.btn_extra_info h3 a{
   margin-left:30%;
   transform:(translateX(-30%));
  text-align: center; 
    width: 300px;        
    height: 48px;  
     padding: 0 20px;
  font-size: 16px; 
  line-height:1;
   text-overflow: ellipsis;
 font-weight:600;
 color: white;
   text-decoration: none; 
   cursor: pointer;
   transition: all 0.3s ease;
    background-color: rgba(134, 134, 134, 0.38);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4rem;
        backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    border: 2px solid rgba(230, 230, 230, 0.33); 
}
   
.bkg-opportunities{
    
    margin:10% auto;
padding: 8% 16%;
      background-color: rgba(134, 134, 134, 0.38);
        display: flex-column;
        justify-content: center;
        align-items: center;
        /* border-radius: .5rem; */
        backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    /* border: 2px solid rgba(230, 230, 230, 0.33);  */

}
.btn_extra_info h3 a:hover { 
  opacity: 0.8;
  font-family:'Soligant', serif;

 }
    .cajaVarios {
        margin: auto;
         width: 90%;
    margin-top:15%;
    height: auto;
    }
    
     .cajaVarios img {
        width: 100%;
        height: auto;
    }

    .cajaMobiles {
        margin: 20rem auto;
        margin-top:10rem;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 1800px;
}

.imgM {
    width: 110%;
    height: 110vh;
    transition: transform 6s ease-in-out;

}
@media (prefers-reduced-motion: no-preference) {
    .imgM {
        transform-origin: center;
        animation: rotate3D linear;
        animation-timeline: view();
    }
}

@keyframes rotate3D {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-60deg);
    }
}

  
.integratedImg {
        margin: 15% auto ;
         width: 90%;
        height: auto;
        
    }
    
     .integratedImg img {
        width: 100%;
        height: auto;

    }
    
    .resultadoImg {
        margin: 15% auto ;
         width: 90%;
         height: auto;
        
    }
    
     .resultadoImg img {
        width: 100%;
        height: auto;
    }
    .resultadoImg1 {
        margin: 15% auto;
        margin-bottom: 0%;
         width: 90%;

         height: auto;
        
    }
    
     .resultadoImg1 img {
        width: 100%;
        height: auto;
    }

.nextSection {
        margin:10% auto;
        width: 100%;
        height: 20rem;
        text-align: center;
        position: relative;
    }

    .nextSection a h2 {
        margin: 2.5em auto;
        width: 100%;
        font-family: "Host Grotesk", serif;
        font-weight: 300;
        font-size: 2.5em;
        text-align: center;
        position: absolute;
    
        z-index:1;
    }
     .nextSection a h2:hover{
        font-family: 'Soligant', serif;
    font-size: 2.6em;
    }
    .nextSection a{
text-decoration:none;
    }
    .nextSection a:hover{
        text-decoration:none;
        color: rgba(255, 255, 255);
        font-family: 'Soligant', serif;
            }
        

    .nextSubTitle {
        margin: auto;
        margin-left: 0;
        width: 100%;
        font-family: 'Soligant', serif;
        font-size: 1.22em;
        text-align: center;
        display: inline;
        z-index:1;
        position: absolute;
        top: 54px;
        left: 0;
    }

   



    .claseEscalar {
    transform: scale(0.865); /* Aumenta el tamaño en un 20% */
    transition: transform 5s ease-in-out; 
    /* Hace la transición suave */
}
}