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

#ar-button{
    visibility: hidden;
    display: none;   
}

.containerHero {
    margin: auto;
    width: 100%;
    height: 100vh;
    background-image: 
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url(/img/apocalipsisChill/kaue-oliveira-3dDesign.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.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;

}

.containerProject h1 {
    width: 320px;
    font-family: "Host Grotesk", serif;
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    position: absolute;
     top: 18%;
    margin: 0 auto;
     text-shadow: #000 1.5px 0 1px;
pointer-events: none;
}

.containerProject h2 {
    width: 22rem;
        margin: 0 auto;
    font-family: "Host Grotesk", serif;
    font-weight: 700;
    font-size: 2.2em;
    text-align: center;
    position: absolute;
   top: 48%; 
    pointer-events: none;
     text-shadow: #000 1.5px 0 1px;
}

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

.containerOverview {
    width: 100%;
    position: absolute;
    top: 72%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: wrap;
 text-shadow: #fff 0.5px 0 1px;
}



.containerOverview h4 {
    font-family: "Host Grotesk", serif;
    margin: 1em 0;
    font-weight: 200;
    font-size: .7em;
    width: 70%;
    opacity: 0;
    animation: revealText 1.5s ease forwards;
     text-shadow: #000 1.5px 0 1px;
}

.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;
     text-shadow: #000 1.5px 0 1px;
}
.overlay {
        display: flex;
        width: auto;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        height: auto;
       margin: auto;
        margin-top: -1rem;
        margin-left: 0;
        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;
     text-shadow: #000 1.5px 0 1px;
}


@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;
    text-shadow: #000 1.5px 0 1px;
}

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


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

.thumbImg {
    width: 30%;
    height: auto;
    position: absolute;
    left: 60%;
    top: 55%;
    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%;
    height: 2rem;
    margin-top: -14em;
    grid-area: a1;
}
.caja1 img{
    width: 100%;
   
}

.caja2 {
    width: 8rem;
    height: auto;
    margin-left: -11em;
    margin-top: -7em;
    grid-area: a2;    
}
.caja2 img{
    width: 8rem;  
}

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

.caja6 {  
    width: 8em;
    height: auto;
    margin-left: -11em;
    margin-top: 6em;
    grid-area: a6;
}
.caja6 img{
    width: 8em;
}

.imgEntra {
   width: 100%;
     margin: auto;
     margin-bottom: 5%;   
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
   transition: all 1s ease-in-out;
}

.imgEntra video {
    width: 100%;
    margin-bottom: -10px;
}

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

.containerVideo {
    margin: auto;
    margin-top: 20%;
    margin-bottom: 4%;
    height: auto; 
    width: 100%;
    transition: all 2s ease;
}

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

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


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

.narrative {
    margin: auto;
    opacity: 1;
    transition: all 4s;
}
  .containerObjective h5, .containerObjective1 h5, .narrative h5, .integratedText h5 {
font-weight: 700;
width: auto;
}

.containerObjective h3, .containerObjective1 h3, .narrative h3, .integratedText h3  {
    margin: auto;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 92%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;
}

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

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

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


.integratedText {
    margin: 0% auto;
    opacity: 0;
    transition: opacity 4s; 
}

.resultadoImg {
    margin: 45% auto;
    margin-top: 20%;
    width: 100%;
transition: all 3s ease;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}


.resultadoImg video {
    margin: auto;
    width: 100%;
    margin-bottom: -10px;
   
}

.nextSection {
    position: relative;
    margin: auto;
    width: 100%;
    height: 20rem;
}
.nextSection a {
    text-decoration: none;
    color: white;
}

.nextSection h2 {
    margin: 2.5em auto;
    width: auto;
    font-family: "Host Grotesk", serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
}

.nextSubTitle {
    width: 80%;
    font-family: 'Soligant', serif;
    font-size: 1.22em;
    position: absolute;
    top: 3.375rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

img, video {
    opacity: 0; 
    transition: opacity 2s ease-in-out; 
  
}
img.loaded, video.loaded {
  opacity: 1; 
}
.containerObjective, .thumbText, .narrative, .integratedText, .nextSection, .footer {
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1s ease-out;
}

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

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


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


.imgEntra {
    margin: 10rem auto;
    width: 100%;
    height: auto;
}
}

@media (min-width: 1080px) {


    .containerHero {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    top:0;
    background-image: 
      linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
      url(/img/apocalipsisChill/kaue-oliveira-realidad-virtual-scape-room.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .containerProject {
     max-width: 1200px;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;  
     justify-content: left;

    }

    /* .imgHero {
        margin: auto;
        top: 0;
        width: 40%;
        height: 90vh;
    }

    .imgHero img {

        width: 20%;
    } */
    #ar-prompt {
        width: 2.2rem;
        height: 2.2rem;
        
    }

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

    .projectTitle {
        font-family: 'Soligant', serif;
     
    }


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

    .subTitle {

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

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

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

       .overview {
        margin-top: -12px;
        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%;
        transform: translateX(-40%);
        padding-top:1rem;
        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;
    }
.services h4 {
        margin: auto;
      margin-bottom:1rem;
        width: 14em;
        font-family: "Host Grotesk", serif;
        font-weight: 200;
        font-size: 0.8rem;

    }

    .extraInfo {
        margin: auto;
        margin-left: -10%;
    }
    
    .extraInfo h4{
        margin: auto;
        margin-left: 10%;
      margin-bottom:1rem;  
        font-family: "Host Grotesk", serif;
        font-weight: 200;
        font-size: 0.8rem;
    }
    .extraInfo h5 {
        margin: auto;
        
        margin-left: 1.2rem;
        width: 14em;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 1em;
        text-shadow: 2px -1px 2px rgba(0,0,0,1); 

    }

    .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: 20% auto;
        width: 100%;
        height: 20rem;
        display: flex;
        align-items: center;
    }

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

    }
    .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: 45.5em;
        margin:auto;
        height: 13em;
         position: static;
        margin-left: 0%;
        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:0.5rem;
        grid-area: a1;
  
    }
    .caja1 img{
        width: 20em;
                 box-shadow: 0px 10px 15px 10px rgba(0,0,0,0.15);
    }
    

    .caja2 {
        width: 18em;
        height: 18em;
        margin-left: -24em;
        margin-top: 7em;
        grid-area: a2;
        display:block;
    }
    .caja2 img{
        width: 18em;
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    }

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

    .caja5 img{
        width: 20em;
     box-shadow: 0px 10px 15px 10px rgba(0,0,0,0.15);

    }
    

    .caja6 {
        width: 18em;
        height: 18em;
        margin-left: -24em;
        margin-top: 7em;
        grid-area: a6;
        display:block;
    }
    .caja6 img{
        width: 18em;
         box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    }
    
    .imgEntra {
        margin: 2em auto;
        margin-top: 30%;
        width: 100%;
        height: 110vh;
        display:flex;
        justify-content:center;
        align-items: center;
        background-color:rgba(0, 0, 0, 1);
        padding: 1rem auto;
    }

    .imgEntra video {
         width: 854px;
        height: 480px; 
        
    }

    .containerVideo {
        margin: 2em auto;
        width: 100%;
        height: 110vh;
        display:flex;
        justify-content:center;
        background-color:rgba(0, 0, 0, 1);
        padding: 1rem auto;
    }

    .containerVideo video {
        width: 854px;
        height: 480px;
        
    }


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

    .imgNarrative {
        margin: 2em auto;
    margin-bottom: 20%;
        width: 100%;
        height: 110vh;
        display:flex;
        justify-content:center;
        align-items: center;
       background-color:rgba(0, 0, 0, 1);
    }
    
     .imgNarrative video {
        margin: auto;
         width: 854px;
        height: 480px;
    }




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



    .containerObjective h5, .containerObjective1 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;
        margin-left: 12em;
        width: 35%;
        font-family: "Host Grotesk", sans-serif;
        font-weight: 300;
        font-size: 1em;
    }
 .containerObjective  h3, .containerObjective1  h3, .narrative h3, .integratedText h3 {
text-align: left;
width: 35%;
max-width: 50%;
margin: 0;
      }

    .cajaVarios {     
        width: 100%;
        height: 110vh;
        display:flex;
        justify-content:center;
        align-items: center;
        background-color:rgba(0, 0, 0, 1);
        padding: 1rem auto;
        margin: auto;
         margin-top:0%;
         margin-bottom: 15%;
    }
    
     .cajaVarios video {
      width: 854px;
        height: 480px;
    }

    
    .resultadoImg {
         width: 100%;
        height: 110vh;
        display:flex;
        justify-content:center;
        align-items: center;
        background-color:rgba(0, 0, 0, 1);
        padding: 1rem auto;
        margin: 10% auto 15%;
         
        
    }
    
     .resultadoImg video {
        margin: auto;
        width: 854px;
        height: 480px;  
    }
   


.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;
       
        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: 54px;
        left: 50%;
    transform: translateX(-50%);
    text-align: center;
    }

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