*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    cursor: none

}

body {
    margin: 0;
    min-height: 100%;

    font-family: "calluna", serif;
    font-weight: 400;
    font-style: normal;

    overflow-x: hidden;
    overflow-y: hidden;

    background-color: #262626;
  }

body,
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
  


.black {
  font-family: "calluna", serif;
font-weight: 900;
font-style: normal;
}
.bold {
  font-family: "calluna", serif;
font-weight: 700;
font-style: normal;
}
.semi {
  font-family: "calluna", serif;
font-weight: 600;
font-style: normal;
}
.regular {
  font-family: "calluna", serif;
font-weight: 400;
font-style: normal;
}
.reg-italico {
  font-family: "calluna", serif;
font-weight: 400;
font-style: italic;
}
.light {
  font-family: "calluna", serif;
font-weight: 300;
font-style: normal;
}



















@keyframes blurB {
  0% {
    opacity: 0;
    filter: blur(10px);
  } 
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes blurP {
  0% {
    opacity: 0;
    filter: blur(10px);
  } 
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes loadIn {
  0% {
    transform: translateY(80px);
    opacity: 0;
    filter: blur(10px);
  } 
  100% {
    transform: translateY(0px);
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes rato {
  0% {
    opacity: 0;
    filter: blur(10px);
  } 
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}


.blurB{
animation: blurB 6s cubic-bezier(0.85, 0, 0.15, 1) 0s forwards;
}
.blurP{
animation: blurP 6s cubic-bezier(0.85, 0, 0.15, 1) 0s forwards;
}

.anim1{
animation: loadIn 1s cubic-bezier(0.85, 0, 0.15, 1) 1.5s forwards;
}
.anim2{
animation: loadIn 1s cubic-bezier(0.85, 0, 0.15, 1) 1.7s forwards;
}
.anim3{
animation: loadIn 1s cubic-bezier(0.85, 0, 0.15, 1) 1.9s forwards;
}
.anim4{
animation: loadIn 1s cubic-bezier(0.85, 0, 0.15, 1) 2.5s forwards;
}
.anim5{
animation: loadIn 1s cubic-bezier(0.85, 0, 0.15, 1) 4s forwards;
}
.anim6{
animation: loadIn 1s cubic-bezier(0.85, 0, 0.15, 1) 5s forwards;
}
.rato{
animation: rato 1s cubic-bezier(0.85, 0, 0.15, 1) 0.3s forwards;
}


h1,h2,h3{
color: #fff;
mix-blend-mode: difference;
}

.difference{
mix-blend-mode: difference;
}




.circle {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  position: fixed; 
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999;

  opacity: 0;
}


.video {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}


section{
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.titulo{
top: 20vh;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 }


 .titulo h1{
  opacity: 0;

  height: auto;
  position: relative;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  font-size: 6vw;
  letter-spacing: 0.3vw;
  line-height: 0.9;
}


.subtitulo{
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  opacity: 0;
  top: 55vh;
}


 .subtitulo h2{
  height: auto;
  position: relative;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  font-size: 1.5vw;
  letter-spacing: 0.2vw;
 }


 .info{
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  opacity: 0;
  top: 70vh;

  mix-blend-mode: difference;
}


 .info h3{
  height: auto;
  position: relative;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  font-size: 1.5vw;
  letter-spacing: 0.2vw;
 }


.socials{
  opacity: 0;

  width: auto;
  height: 45px;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  float: left;

  gap: 2vw;
  top: 77vh;

  mix-blend-mode: difference;
}

  .socials img{
    width: 35px;
    height: 35px;
    transition: 250ms;
    display: grid;
    place-items: center;
    }

        .socials img:hover{
          width: 45px;
          height: 45px;
        }


.paginadeg{
 pointer-events:none;
 z-index: 2;
}


.degradeP{
  width: 100vw;
  height: 60vh;
  background: rgb(232,229,229);
  background: linear-gradient(360deg, rgba(12, 12, 12, 0.7) 16%, rgba(0, 0, 0, 0) 96%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;  
  filter: blur(8px);
  opacity: 0;
}

.degradeB{
  width: 100vw;
  height: 40vh;
  background: rgb(232,229,229);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.317) 16%, rgba(255, 255, 255, 0) 96%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  filter: blur(8px);
  opacity: 0;
}










 



/* ---------------------------------------- */



@media only screen and (max-width: 800px){

  .circle {
    display: none;
  }
  
  .titulo h1{
    font-size: 11vw;
    letter-spacing: 0.3vw;
    line-height: 0.9;
  }

  .subtitulo h2{
    font-size: 2.5vw;
    letter-spacing: 0.2vw;
   }

   .info h3{
    font-size: 3vw;
    letter-spacing: 0.2vw;
    text-wrap: balance;
   }

  .socials{
    width: auto;
    height: 60px;
    gap: 2vw;

    margin-top: 3vh;

  }
      .socials img{
        width: 50px;
        height: 50px;
      }

          .socials img:hover{
            width: 50px;
            height: 50px;
          }

}







@media only screen and (max-width: 451px){

  .titulo h1{
    font-size: 15vw;
    letter-spacing: 0.3vw;
    line-height: 0.9;
  }

  .subtitulo h2{
    font-size: 3.5vw;
    letter-spacing: 0.2vw;
   }

   .info h3{
    font-size: 5vw;
    letter-spacing: 0.2vw;
    text-wrap: balance;
   }

  .socials{
    width: auto;
    height: 60px;
    gap: 2vw;
  }
  .socials img{
    width: 50px;
    height: 50px;
    }

    .socials img:hover{
        width: 50px;
        height: 50px;
      }


}