@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;
}


@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}


.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index:-1;
}

  .model-viewer{
    margin: auto;
    padding-top: 30%;
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  z-index:0;
}

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

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

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

}

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

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

}


.containerProject h2 {

    width: 25rem;
    font-family: "Host Grotesk", serif;
    font-weight: 700;
    font-size: 2.2em;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 70%; 
    pointer-events: none;
}

.subTitle {
    font-family: 'Soligant', serif;
    font-size: 1.22em;
    width: 12.5rem;
}

.containerOverview {
    width: 100%;
    position: absolute;
   top: 88%;
    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: 70%;
    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-left: 0;
        margin-top: 1rem;
        padding: 0.5rem 0rem;
        z-index: 1;

    } 
.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-top: 50%;
        margin-bottom: 50%;
    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: 0;
    width: 55%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;


}

.thumbImg {

    width: 30%;
    height: auto;
    position: absolute;
    left: 55%;
    top: 20%;
    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: 20%;
    margin-top: -4em;
    grid-area: a1;
  
}
.caja1 img{
    width: 10em;
}

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

.caja5 {

    width: 8em;
    height: 8em;
    margin-top: -3em;
    grid-area: a5;
}
.caja5 img{
    width: 10em;
}

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

.caja6 img{
    width: 10em;
}



.imgEntrab {
    margin: 45% auto !important;
    margin-bottom: 4% !important;
    width: 90% !important;
    height:20rem !important;
    
    background-image: url('/img/content/eu-vi-animal/app-eu-vi-tablet.webp') ;
    background-size: cover ;
    background-position: center;
    background-attachment: scroll;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all 3s ease;
    /*
    background-image: url('img/content/eu-vi-animal/app-eu-vi-tablet.webp'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); */
      
}

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


.containerObjective h5{
    width: 100%;
    margin-bottom: 1%;
   
}
.containerVideo {

    margin: auto;
    margin-top: 20%;
    margin-bottom: 5%;
    height: auto; 
    width: 100%;
     transition: all 2s ease;
}

.containerVideo video{
    margin: auto;
    width:100%;
    height: auto; 
}
.containerNarrative{
    margin: auto;
    margin-top:0%;
}
.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;
  border: none;
 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); 
}

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

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

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

}



.narrative {
    margin: auto;
    opacity: 1;
    
    transition: all 4s;

}
 

h3 {
    margin: auto;
    margin-bottom: 2em;
    margin-left: 1em;
    width: 92%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;
}
.narrative h3 a{
    cursor:pointer;
    text-decoration:none;
    color: #00008B;
    font-weight:600;

}

.narrative  h3 a:hover{
    cursor:pointer;
    text-decoration:none;
   
    font-size:1.1rem;
    font-family:'Soligant', serif;
    color: #00008B;
}

.cajaVarios {
    margin: auto;
    margin-top: 20%;
    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;
}

.integratedText {
    margin: 10% auto;
    margin-bottom: 10%;
    opacity: 0;
    transition: opacity 4s; 
}
.integratedText h3 a{
    cursor:pointer;
    text-decoration:none;
    color: #00008B;
    font-weight:600;

}

.integratedText h3 a:hover{
    cursor:pointer;
    text-decoration:none;
    color: black;
    font-size:1.1rem;
    font-family:'Soligant', serif;
    color:#00008B;
}
.btn_extra_info1 h3 a{
    min-width: 240px;         /* fija o usa min-width */
    height: 48px;  
    margin-bottom:20%;
     padding: 0 10px;
  font-size: 14px; 
  line-height:1;
   text-overflow: ellipsis;
 font-weight:600;
  border: none;
 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); 
}
.resultadoImg {
    margin: 10% auto;
    width: 92%;
    height: 10rem;
transition: all 3s ease;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}


.resultadoImg Img {
    margin: auto;
    width: 100%;
}

.resultadoImg1 {
    margin: 25% auto;
    margin-top:50%;
    width: 92%;
transition: all 3s ease;
}


.resultadoImg1 Img {
    margin: auto;
    width: 100%;
    

}
.nextSection {
    position: relative;
    margin: auto;
    width: 100%;
    height: 20rem;

}
.nextSection a{
    text-decoration:none;
}
.nextSection h2 {
    margin: 50% auto;
    margin-left:38%;
    width: 10%;

    font-family: "Host Grotesk", serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    color: white;

}

.nextSubTitle {
    width: 80%;
    
    font-family: 'Soligant'serif;
    font-size: 1.22em;
    position: absolute;
    top: 3.375rem;
    left:10%;
    
}
img, video {
    opacity: 0; 
    transition: opacity 2s ease-in-out; 
  
}
img.loaded, video.loaded {
  opacity: 1; 
}
.containerObjective, .thumbText, .thumbText, .containerObjective, .narrative, .integratedText, .nextSection, .footer {
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1s ease-out;
}

.containerObjective.visible, .thumbText.visible, .thumbText.visible, .containerObjective.visible,  .narrative.visible, .integratedText.visible, .nextSection.visible, .footer.visible {
    opacity: 1;
  transform: translateY(0); 
}


@media (min-width: 630px) and (max-width: 1079px) {


.imgEntrab {
    margin: 10rem auto;
    width: 100%;
    height: auto;
    background-image: url('/img/content/eu-vi-animal/app-eu-vi-tablet.webp'); 
    background-size: cover; 
    background-position: center;
    background-attachment: scroll; 
    }
}
    

@media (min-width: 1080px) {


    .containerHero {
        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;
}
    .model-viewer{
        position: absolute;
        
    width:100%;
    height: 100vh;
    top:-30%;
    left:20%;
   }
    

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

    .containerProject h1 {
           position: absolute;
        width: max-content;
        height: auto;
        margin: auto;
        top: 30%;
        transform: translateY(-30%);
        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%;
        transform: translateY(-48%);
        margin-left:0;
        font-family: "Host Grotesk", serif;
        font-weight: 700;
         font-size: clamp(28px, 5vw, 64px);
      

        text-align: left;
        z-index: 2;
        
    }

    .subTitle {
        font-weight: 400;
        font-family: 'Soligant', serif;
        font-size: 1.22em;
    }


   
    .containerOverview {
        width: 100%;
        position: static;
        margin: auto;
        margin-top: -16%;
        margin-left: 0%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; /* Center horizontally */
        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: 30%;
    transform: translateX(-42%);
    margin-top:0%;
    padding:0;
    
        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: 10rem auto;
       margin-bottom: 20rem;
        width: 100%;
        height: 20rem;
        display: flex;
        align-items: center;
      
      
    }


    .thumbText {
        margin: auto;
        position: static;
       margin-left: 8%;
        width: 35rem;

    }

    .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:20%;
        margin: auto;
        height: 13em;
        position: static;
        margin-left: -36%;
        margin-top: 0%;
        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: -5em;
        margin-left:11rem;
        grid-area: a1;
    }
    .caja1 img{
        width: 12em;
    }
    

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

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

    .caja5 img{
        width: 12em;
    }
    

    .caja6 {
        width: 18em;
        height: 18em;
        margin-left: -12em;
        margin-top: 0;
        grid-area: a6;
        display:block;
    }
    .caja6 img{
        width: 12.2em;
    }
    
    .imgEntrab {
        display:block;
        margin: 15% auto ;
        margin-top: 10%  !important;
        width: 100% !important;
        height: 80vh  !important;;
        background-image: url('/img/content/eu-vi-animal/app-eu-vi-tablet.webp'); 
    background-size: cover; 
    background-position: center;
    background-attachment: fixed; 
    }

    
    .containerVideo {
         margin:  auto;
       margin-bottom: 30%;
        width: 100%;
        height: 0;
        display:flex;
        justify-content:center;
    }

    .containerVideo video {
        width: 100%;
        height: auto;
        
    }


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

    .imgNarrative {

        margin: auto;
        margin-bottom: 25%;
        width: 90%;
        height: auto;
        
    }
    
     .imgNarrative img {
        width: 100%;
        height: auto;
    }

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

    .narrative{
        width: 100%;
        margin:  auto;
        margin-top: 72%;
       
       z-index:5;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        opacity: 1;
    }

  .containerObjective h5,
    .narrative h5,
    .integratedText h5 {
        width: 250px;
        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;
        width: 35%;
        font-family: "Host Grotesk", sans-serif;
        font-weight: 400;
        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:2rem;
       margin-bottom: 15%; 
}
.btn_extra_info h3 {
      margin: 0;
    padding: 0;           /* Remover márgenes por defecto del h3 */
}

.btn_extra_info h3 a{
   margin-left:60%;
   transform:(translateX(-60%));
  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); 
}
   

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

 }


    .cajaVarios {
        margin: auto;
         width: 90%;
    margin-top:0%;
    margin-bottom: 15%;
    height: auto;
        background-color: #ededed;
    }
    
     .cajaVarios img {
        width: 100%;
        height: 100%;
    }
  
.btn_extra_info1{
    margin: auto;
    display:flex;
     justify-content: flex-start;  
       margin-bottom: 15%; 
       margin-left:0;
       width: 100%; 
}
.btn_extra_info h3 {
      margin: 0;
    padding: 0;           /* Remover márgenes por defecto del h3 */
}

.btn_extra_info1 h3 a{
    margin-left:11.5rem;
    width: 300px;        
    height: 48px;    
  font-size: 16px; 
  line-height:1;
   text-overflow: ellipsis;
 font-weight:600;
  border: none;
 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); 
}
.btn_extra_info1 h3 a:hover { 
  opacity: 0.8;
  font-family:'Soligant', serif;
 font-size: 17px; 
 }


    
    @media (prefers-reduced-motion: no-preference) {
        .imgM {
            animation: rotate3D linear forwards;
            animation-timeline: view(y);
            animation-range: entry 0% exit 100%;
            animation-duration: auto;
            
        }
    
        
        .imgMobil1 {
           
            animation: rotate3D25 linear forwards;
            animation-timeline: view(y);
            animation-range: entry 0% exit 100%;
            animation-duration: auto;
        }
    }
    

    @keyframes rotate3D25 {
        from {
            transform: rotateY(0deg);
            
        }
        to {
            transform: rotateY(45deg);
        
        }
    }
    

    
.integratedImg {
        margin: 0rem auto 20rem;
         width: 90%;
        height: auto;
        
    }
    
     .integratedImg img {
        width: 100%;
        height: auto;

    }
    
    .resultadoImg {
        margin: 10rem auto 20rem;
         width: 90%;
         height: auto;
        
    }
    
     .resultadoImg img {
        width: 100%;
        height: auto;
    }
    .resultadoImg1 {
        margin: 15% auto 15%;
         width: 50%;
       
    }
    
     .resultadoImg1 img {
        width: 100%;
    }


.nextSection {

        margin: 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;
        top: -4rem;
        color: white;
        z-index:1;
    }
     .nextSection a h2:hover{
        font-family: 'Soligant', serif;
    font-size: 2.6em;
    }
    .nextSection a{
text-decoration:none;
color:white;
    }
    .nextSection a:hover{
        text-decoration:none;
        color: rgba(255, 255, 255, 0.49);
        font-family: 'Soligant', serif;
            }
        

    .nextSubTitle {
        margin: auto;
        margin-left: 0;
        width: 100%;
        font-family: 'Soligant';
        font-size: 1.22em;
        text-align: center;
        display: inline;
        z-index:1;
        position: absolute;
        top: 3.375rem;
        left: 0;
    }
   
    .claseEscalar {
    transform: scale(0.865); 
    transition: transform 5s ease-in-out; 
}
.claseEscalar-remove {
    transform: scale(1); 
    transition: transform 3s ease-in-out; 
}

}




