@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  -ms-overflow-style: none;
  scrollbar-width: none;
}



h1 {
  font-size: inherit;/* 
  color: white; */
}

button, input, optgroup, select, textarea {
  font-size: calc(8px + 0.390625vw);
  margin-top: 4vh;
}

html,
body {
  min-height: 100vh;
  width:100vw;
  scroll-behavior: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  
  /* 
  background-color: rgba(255, 255, 255, 0.466); *//* 
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(15, 15, 15); */
}

.header {
  color: rgb(185, 39, 39);
  font-size: 50px;
  height: 100vh;
}

.section-2 {
  height: 100svh;
  color: #899eb5;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scene {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;/* 
  background: rgb(247,247,247);
  background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.1) 100%); */
  
/*   background: rgb(247,247,247);
  background: linear-gradient(180deg, rgba(247,247,247,0.1) 0%, rgb(209, 209, 209) 50%, rgba(247,247,247,0.1) 100%); */
  color: #899eb5;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 50vh;
}



.viewer {
  width: 100%;
  height: 100%;
  margin-inline:auto;/* 
  background: url(./lighter-sprite.webp); */
  background: url(/FINAL-01-01.webp);
  background-size: 8193px 8193px;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden; 
}


.hidden-huevada {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -999999999;
}


.descriptive-paragraphs {
    font-size: calc(.0000000000000000000001px);
    transition: all 600ms;
    text-align: justify;
}






.spacer {
  background-color: #000000;
  width: 100vw;
  height: 100%;/* 
  background-color: rgb(247, 247, 247); */
  position: relative;

  display: flex;
  align-items: end;
  margin: 0 !important;
  padding: 0 !important;/* 
  justify-content: center;
  align-items: center; */
/*   background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */
}


.intro {
  width: 100vw;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}

.intro-contents {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}





.section-d {
  background-color: #000000;
  width: 100vw;
  height: max-content;
  padding-block: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #414141;
  -ms-overflow-style: none;
  scrollbar-width: none;

  
}


#special-grid {
  width: 60%;
  height: max-content;
  display: flex;
  transition: 600ms;
  padding: 10px;
  gap: 0.9vw;
  transition: 600ms;
  background: linear-gradient(75deg, #080808, #2e2e2e);
}


.gen-description {
  width: 100%;
  max-height: 60vh;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  flex: 40% 0 0;
  color: rgb(138, 138, 138);
  background-color: #0000006b;
}

.gen-experience {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  color: rgb(138, 138, 138);
  background-color: #0000006b;
}

.exp-item-box {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  background-color: #00000067;
  
}

.description-piece {
  padding-bottom: 12px;
  list-style-type: none;
}

.exp-description-box {
  padding-left: 10px;
  flex: 90% 0 0;
}

.status-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
/*   background-color: #005027; */
  flex: 80% 0 0;
}

.exp-skill-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.skill-item {
  flex: 30% 0 0;
  padding-block: 4px;
  color: #FFD026;
  font-weight: 600;
  padding-left: 10%;
  font-size: calc(8px + 0.390625vw);
}

#contact {
  width: 60%;
  margin-inline: auto;
}


.current-status {
  width: 100%;
  padding-inline: 10px;
  flex: 70% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  
  background-color: #464e5721;
/*   background-color: rgba(172, 255, 47, 0.301); */
}

.status-title {
  font-weight: 700;
  padding-bottom: 3px;
  font-size: calc(15px + 0.390625vw);
}

.status-description {
  font-weight: 500;
  font-size: calc(10px + 0.390625vw);
}

.status-item {
  margin-block: 10px;
  list-style-type: none;
}

.contact-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-inline: 5px;
  gap: 5px;
}

.social {
  width: 100%;
  height: 50%;
  margin-block: auto;
  background-color: #FFD026;
  border: none;
  padding-block: 10px;
  font-weight: 600;
  cursor: pointer;
  pointer-events: all;
}

.contact-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
/*   background-color: #06331c; */
}

.description-and-ctas {
  display: flex;
  gap: 10px;
  padding-inline: 10px;
  margin-top: 5vh;
}



.initial-title {
  width: 100%;
  font-size: calc(30px + 0.390625vw);
  padding-bottom: 10px;
}

.subtitle {
  width: 100%;
  line-height: 1;
  font-weight: 400;
  font-size: calc(16px + 0.390625vw);
}







.description-moi-2-b {
  justify-self: center;
  
  width: 100%;
  height: 100%;
  padding: 1.5vw;

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: inherit;
  color: #464e57;
  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
}



.please-scroll {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: auto;
  opacity: 1;
  line-height: 0.8;
  animation: pulsing 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

@keyframes pulsing {
  0% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: rgba(255, 255, 255, 0.466);
  }
  100% {
    color: rgb(255, 255, 255);
  }
} 







.horizontal-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0vw;
}



.about-moi {
  width: 60%;
  height: 80%;
  border-radius: 5px;
  margin: auto;
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  grid-template-rows: 1.25fr 0.75fr;
  grid-template-areas: 
  'a a a c'
  'b b b c';
  grid-auto-flow: row;
  place-items: center;
  padding: 2vw;
  gap: 2vw;
  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
}







.stick-to-corner {
  position: relative;
  top: 0;
  left: 0;
}




.tech-stack-2 .stick-to-corner-2 {
  position: absolute;
  top: 4%;
  left: 10%;
}
.tech-stack-2 {
  border-radius: 0 15px 15px 0;
  justify-self: center;
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(6, 0.5fr);
  grid-template-rows: repeat(7, 1fr);
  place-items: center;
  position: relative;
  padding: 1vw;

    box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
}
.tech-pic-2 {
  width: 1%;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
  transition: all 200ms;
}

.shrink-pic {
  width: .0001%;
}

.hydrate-pic {
  width: 40%;
  background-color: #dadada;
}



.expand-main {
  grid-template-columns: 2fr 0.5fr 0.5fr;
}

.expand-further {
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
}

.expand-tech {
  grid-template-columns: 0.5fr 0.5fr 2fr;
}


:where(.description-moi-b) {
  font-size: calc(19px + 0.390625vw);
  
  color: #464e57;
    transition: all 600ms;
}




.intrusive-title {
  font-size: calc(26px + 0.390625vw);
  transition: all 200ms;
}

.intrusive-title-2 {
  font-size: calc(26px + 0.390625vw);
  transition: all 200ms;
}

:where(.intrusive-title) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font-weight: 600;
  z-index: 9999999;
  line-height: 0.8;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  transition: all 200ms;
}

:where(.intrusive-title-2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font-weight: 600;
  z-index: 9999999;
  line-height: 0.8;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  transition: all 200ms;
}

.disappearing-title-1 {
  color: white;
  font-size: calc(0.00001px);
  text-transform:uppercase;
  opacity: 0;
  padding: 0;
  margin: 0;
  transition: all 200ms;
}

.disappearing-title-2 {
  color: white;
  font-size: calc(0.01px + 0.390625vw);
  opacity: 0;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  transition: all 200ms;
}

.reduced-title {
  font-size: .000000000001px;
  transition: all 600ms;
  color: #464e57;
  text-align: center;
}

.augmented-title {
  font-size: calc(19px + 0.390625vw);
  transition: all 600ms;
}





  .description-title {
    width: 100%;    
    font-size: calc(30px + 0.390625vw);
    color: white;
  }

  .pretitle {
    width: 100%;    
    font-size: calc(20px + 0.390625vw);
    font-weight: 400;
    color: white;
  }

  .name {
    margin: 0;
    padding: 0;
    width: 70%;
    font-weight: 400;
    font-size: 60px;
    color: white;
  }

  :where(.parrafo-principal) {
            color: #cecece;
  transition: all 600ms;
      font-size: calc(12px + 0.390625vw);
      text-align: justify;
    }


    .horizontal-description-b {
      width: 60%;
      margin-inline: auto;
      display: flex;
      flex-direction: column;
      padding-left: 0vw;
    }

    
    .my-picture-beta {
      width: 50%;
      align-self: center;
      background-size: cover;
      background-repeat: no-repeat;/* 
      clip-path: circle(80px); */
    }

    
    .pfp-picture {
      background-color: inherit;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    
    .my-picture {
      background-size: cover;
      background-repeat: no-repeat;
      clip-path: circle(80px);
    }
    

        :where(#stack-title) {
          font-size: 1px;
          text-transform: uppercase;
          justify-self: start;
          margin-left: 1vw;
          grid-column: 1 / span 6;
          font-weight: 600;
          color: #464e57;
        }

        .grow-tech-title {
          font-size: calc(30px + 0.390625vw);
          transition: all 600ms;
        }

        :where(#stack-title-2) {
          font-size: 1px;
          text-transform: uppercase;
          justify-self: start;
          margin-left: 1vw;
          grid-column: 1 / span 6;
          font-weight: 600;
          color: #464e57;
        }

        :where(.second-title) {
            color: #464e57;
            font-size: calc(0.000000000001px);
              transition: all 600ms;
          }


          :where(#second-paragraph) {
              color: #464e57;
              font-size: calc(0.000000000001px + 0.390625vw);
                transition: all 600ms;
            }

            :where(.third-title) {
                color: #464e57;
                font-size: calc(0.000000000001px);
                  transition: all 600ms;
              }
    
    
              :where(#third-paragraph) {
                  color: #464e57;
                  font-size: calc(0.000000000001px + 0.390625vw);
                    transition: all 600ms;
                }

          .reduced-second-title {
            font-size: calc(0.000000000001px + 0.390625vw);
            transition: all 600ms;
          }
          
          .augmented-second-title {
            font-size: calc(19px + 0.390625vw);
            transition: all 600ms;
          }
          

          .reduced-second-paragraph {
            font-size: calc(0.000000000001px);
            transition: all 600ms;
          }
          
          .augmented-second-paragraph {
            font-size: calc(11px + 0.390625vw);
            transition: all 600ms;
          }



:where(.tech-stack-2) {
  color: #464e57;
}



:where(.description-moi-2-b) {
  background-color: #464e57;
  transition: all 600ms;
  color: #464e57;
}


:where(.tech-stack-2) {
    background-color: #464e57;
    transition: all 600ms;
    color: #464e57;
  }




.reveal-secondary-description {
  transition: all 600ms;
  background-color: white;
}


.conceal-secondary-description {
  transition: all 600ms;
  font-size: calc(0.000000000001px);
  grid-template-rows: inherit;
  background-color:  #464e57;
}


.proper-bs {
  
  font-size: calc(10px + 0.390625vw);
  font-weight: 400;
  text-align: center;
}


.proper-bs-2 {
  
  font-size: calc(8px + 0.390625vw);
  margin-block: 2vh;
}


.description-moi {
  grid-area: a;
  width: 100%;
  height: 100%;
  padding: 2vw;
  padding-right: 4vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: rgb(138, 138, 138);
  border-radius: 20px;
  background-color: white; 
  background-image: linear-gradient(130deg, #faffffca 5%, rgba(57, 182, 255, 0.062) 15%,rgba(133, 57, 255, 0.032) 80%,#ffffff); 
  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
}


.description-moi-2 {
  grid-area: c;
  justify-self: center;
  width: 100%;
  height: 100%;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(138, 138, 138);
  border-radius: 20px;
  background-color: white; 
  background-image: linear-gradient(130deg, #faffffca 5%, rgba(57, 182, 255, 0.062) 15%,rgba(133, 57, 255, 0.032) 80%,#ffffff); 
  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
}


.tech-stack {
  grid-area: b;
  justify-self: center;
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  place-items: center;
  padding: 1vw;
  border-radius: 25px;
  background-color: white; 
  background-image: linear-gradient(130deg, #faffffca 5%, rgba(57, 182, 255, 0.062) 15%,rgba(133, 57, 255, 0.032) 80%,#ffffff); 
  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
}


.section-b {
  background-color: #000000;
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
/*   margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: end; */
  color: #15e7a1;
  color: #01c560;
  color: #07bb7f;
  color: #097c56;/* 
  background: linear-gradient(75deg, #097c56, #097c56); */
  color: #414141;
  -ms-overflow-style: none;
  scrollbar-width: none;
}




.section-c {
  background-color: #000000;
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1vh;
  color: #414141;
  -ms-overflow-style: none;
  scrollbar-width: none;
}






/* .portfolio-content {
  width: 60%;
  height: 80%;
  margin: auto;
  display: grid;
  
  border-radius: 20px;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.95fr 0.95fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: 
  'a a g g c c'
  'a a g g c c'
  'd f f b b h'
  'd f f b b h';
  gap: .75vw;
}


.portfolio-content-2 {
  width: 60%;
  height: 80%;
  margin: auto;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr .25fr 1fr .75fr;
  grid-template-rows: 1fr 1fr 0.25fr 1.75fr;
  grid-template-areas: 
  'a a c e'
  'a a c e'
  'd b b e'
  'd b b e';
  gap: .75vw;
} */




#proyecto_1 {
  grid-area: a;
}

#proyecto_1a {
  grid-area: g;
}

#proyecto_2 {
  grid-area: b;
}

#proyecto_3 {
  grid-area: c;
}

#proyecto_4 {
  grid-area: d;
}

#proyecto_4a {
  grid-area: f;
}

#proyecto_4b {
  grid-area: h;
}

#proyecto_5 {
  grid-area: e;
}



.some-title {
  font-size: calc(16px + 0.390625vw);
  font-weight: 800;
  line-height: 0.9;  
  text-align: left;
  width: 100%;
  color: rgb(56, 108, 156);
}

.some-title-b {
  font-weight: 800;
  line-height: 0.9;  
  text-align: center;
  width: 100%;
  color: rgb(56, 108, 156);
  padding-inline:3vw;
}

.narrow-title {
  font-size: calc(16px + 0.390625vw);
  font-weight: 800;
  line-height: 0.9;  
  text-align: left;
  width: 90%;
}


.titulo-free {
  hyphens: auto;
  width: 100%;
  text-align: left;
  text-align-last: left;
  align-self: center;
  font-weight: 200;
  padding-inline: 1vw;
  line-height: 1.2;
}

.titulo-freeeebird-yeah {
  hyphens: auto;
  color: rgb(22, 111, 194);
  width: 100%;
  text-align: center;
  font-weight: 200;
  margin-bottom: 5vh;
  margin-top: 2vh;
  padding-inline:3vw;
  line-height: 1.3;
}

.cta {
  margin-top: 5vh;
  width: 50%;
  align-self: end;
  background-color: #414141;
  color: white;
  padding: 15px;
  border-radius: 8px;
  position: relative;
}

.reduce_social-1 {
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  transition: 200ms all;
}


.reduce_pic {
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  transition: 200ms all;
}


:where(.cta-2) {
    color: #464e57;
      transition: all 600ms;
  }

  :where(#bt-clst) {
    font-size: calc(8px + 0.390625vw);
    display: none;
    transition: all 200ms;
  }


  .reduced-paragraph {
    font-size: calc(0.000000000000000001px);
transition: all 600ms;
  }

  .augmented-paragraph {
      font-size: calc(11px + 0.390625vw);
transition: all 600ms;
    }

    .tech-pic {
      width: 50%;
      background-color: #a5a5a5;
      border-radius: 12px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
    }
    
    
    .contact-icons {
      width: 100%;
      height: 100%;
    }


        
    .spacer-x {
      overflow-x: hidden;
      width: 100vw;
      font-size: 80px;
      text-transform: uppercase;
      height: 100vh;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .lottie-container .animation {
      overflow-x: hidden;
      position: fixed;
      width: 100vw;
      height: 100vh;
      object-fit: cover;
      top: 0;
      z-index: -1;/* 
      filter: saturate(2); */
    }

    .animation:after {
      overflow-x: hidden;
      content: "";
      background-image: ("https://upload.wikimedia.org/wikipedia/commons/7/76/1k_Dissolve_Noise_Texture.png");
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 1;
      animation: animateGrain 8s steps(10) infinite;
    }

    .gradient {
      overflow-x: hidden;
      width: 100vw;
      height: 100vh;
      position: relative;
/*       background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        
        rgba(0, 0, 0, 0) 95%,
        rgba(0, 0, 0, 1) 100%
      ); */
      z-index: 1;
    }

    .end-lottie {
      overflow-x: hidden;
      position: absolute;
      top: 100vh;
      width: 100%;
      height: 1px;
    }

    

    .website-content {
      position: relative;
      width: 100vw;
      height: 20vh;
      background: linear-gradient(
        180deg,
         rgba(0, 0, 0, 0) 0%,
         rgba(0, 0, 0, 0.922) 40%,
        rgba(0, 0, 0, 1) 60%
      );
      color: #fff;
      z-index: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .floating-intro {
      width: 60%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }


    .website-content h1 {
      text-align: center;
      font-size: 100px;
      margin: 0;
    }

    .website-content p {
      text-align: center;
      font-size: calc(60px + 0.390625vw);
      font-weight: 200;
      margin: 0;
    }


    @keyframes animateGrain {
      0%, 
      100% {
        transform: translate(0,0);
      }
      10% {
        transform: translate(-5%,-10%);
      }
      20% {
        transform: translate(-15%,-20%);
      }
      30% {
        transform: translate(-5%,-10%);
      }
      40% {
        transform: translate(-15%,-20%);
      }
      50% {
        transform: translate(-5%,-10%);
      }
      60% {
        transform: translate(-15%,-20%);
      }
      70% {
        transform: translate(-5%,-10%);
      }
      80% {
        transform: translate(-15%,-20%);
      }
      90% {
        transform: translate(-5%,-10%);
      }
      100% {
        transform: translate(-15%,-20%);
      }
    }


.social-1 {
  border: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d0cee0;
  font-weight: 800;
  color: #464e57;
  text-align: center;
  cursor: pointer;
  border: none;
  
  position: relative;
  transition: transform-origin 200ms;

  
  font-size: calc(16px + 0.390625vw);
  background-color: white;
  border: #d0cee0 10px solid;
  transform-origin: center center;
  transition: all 400ms;
  margin-inline:.5vw;


}

.cta-2 {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: start;
  align-items: start;
  color: white;
  transition: all 200ms;



}


.reduce-cta {
  font-size: calc(0.001px + 0.390625vw);
  width: 0;
  color: #ffffff00;
  transition: width 10ms;
}

#bt1 {
  transform-origin: center center;
  transition-delay: 25ms;
}

#bt2 {
  transform-origin: center center;
  transition-delay: 0ms;
}

#bt3 {
  transform-origin: center center;
  transition-delay: 50ms;
}

.expand-social {
  font-size: calc(16px + 0.390625vw);
  background-color: white;
  border: #27415f 15px solid;
  transform-origin: center center;
  padding: 1vh;
  margin: 1vh;
  transform: scale(0.7);
  margin-inline:.25vw;
  transition: all 400ms;
}

.concealed-cta {
  width: 100%;
  mix-blend-mode: luminosity;
  pointer-events: none;
  color: #27415f;
}


.portfolio-content {
  width: 60%;
  height: 82vh;
  display: grid;
  margin-bottom: 1vh;
  border-radius: 20px;
  grid-auto-flow: row;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  grid-template-areas: 
  'a a a a c c c'
  'a a a a c c c'
  'g g g b b b b'
  'g g g b b b b';
  gap: .75vw;
}


.portfolio-content-2 {
  width: 60%;
  height: 82vh;
  margin-bottom: 1vh;
  border-radius: 20px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  grid-template-areas: 
  'e e a a a b b'
  'e e a a a b b'
  'e e c c c b b'
  'e e c c c b b';
  gap: .75vw;
}



.cluster {
  cursor: pointer;
  height: initial;
  width: 100%;
  background-color: rgb(43, 43, 43); 
  background-image: linear-gradient(130deg, #2e2e2e 5%, #1f1f1f 15%,#131313 80%,#0f0f0f);  

  transition: transform 400ms;
  box-shadow: rgb(37, 37, 37) 0px 0px 2px 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.title-container {
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.titulo-a,
.titulo {
  color: #ececec;
  padding: 0;
  margin: 0;
  grid-area: tit;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style-type: none;
}

.titulo-a {
  font-weight: 600;
  font-size: calc(20px + 0.390625vw);
  overflow: hidden;
  padding-bottom: 5px;
}

.titulo {
  font-weight: 300;
  font-size: calc(10px + 0.390625vw);
  overflow: hidden;
  padding-bottom: 20px;
}




.overlay {
    position:absolute;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    z-index: 1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0;
    width:100%;
    height:100%;
    opacity: 0.9;
  }

  .overlay-m {
    position:absolute;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    z-index: 1;
    left:0;
    top:-10%;
    right:0;
    bottom:0;
    margin:0;
    width:100%;
    height:100%;
    opacity: 0.9;
  }

  .video-container {
    display: flex;
    flex: 70% 0 0;
    justify-content: center;
    align-items: center;
    position: relative;
    
  }

  .mock-1 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(1\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.85s ease-out;
  }

  .mock-m-1 {
    height: 100%;
    width: 15vw;
    margin-inline: auto;
    background: url(./mocks/mobile-mock-1-01.webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-m-2 {
    height: 100%;
    width: 15vw;
    margin-inline: auto;
    background: url(./mocks/mobile-mock-1-02.webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-2 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(2\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-3 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(3\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-4 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(6\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-5 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(8\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-6 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(5\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }

  .mock-7 {
    width: 25vw;
    margin-inline: auto;
    background: url(./mocks/test-mocks-\(4\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
    transition:all 0.95s ease-out;
  }
  

  .mock-bg {
    background-color: #464e5721;
    width: 100%;
    height: 65%;
    margin-top: auto;
    transform: scaleY(1);
    transition:all 0.95s ease-in-out;
  }

  .video-container:hover .mock-1,
  .video-container:hover .mock-2,
  .video-container:hover .mock-3,
  .video-container:hover .mock-4,
  .video-container:hover .mock-5,
  .video-container:hover .mock-6,
  .video-container:hover .mock-7,
  .video-container:hover .mock-m-1,
  .video-container:hover .mock-m-2 {
    background-size: 82%;
    opacity: 1;
    transition:all .15s ease-out;
  }

  .video-container:hover .mock-bg{
    background-color: #464e5769;
    height: 55%;
/*     transform: scaleY(.1); */
    transition:all .15s ease-out;
  }


/*   #mock-1 {
    background: url(./mocks/test-mocks-\(1\).webp) no-repeat;
    background-size: 80%;
    background-position: center;
  } */







.cluster-vertical {
  cursor: pointer;
  height: initial;
  width: 100%;
  background-color: rgb(43, 43, 43); 
  background-image: linear-gradient(130deg, #2e2e2e 5%, #1f1f1f 15%,#131313 80%,#0f0f0f); 
/*   background-image: linear-gradient(130deg, #1f1f1fca 5%, #1f1f1fe1 15%,#131313c0 80%,#0f0f0fee);  */
/* background-image: linear-gradient(130deg, #1f1f1f 5%, #1f1f1f 15%,#131313 80%,#0f0f0f);  */
  transition: transform 400ms;
  box-shadow: rgb(37, 37, 37) 0px 0px 2px 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*   padding: 1vw;

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: .75fr .5fr 6fr;
  grid-template-areas: 
  'tit'
  'subtit'
  'vid';
  grid-auto-flow: column;
  place-items: center;
  vertical-align: center; */
}









.overlay-sgp{
    background: url(./covers-splendor.webp);
    background-size: cover;
    background-position: center;
    position:absolute;
    z-index: 1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0;
    width:100%;
    height:100%;
    opacity: 1;
    transition:all .55s ease-out;
  }
  
  .video-container:hover .overlay-sgp{
    opacity: 0.8;
    transition:all .35s ease-out;
  }

.overlay-quioto{
    background: url(./covers-quioto.webp);
    background-size: cover;
    background-position: center;
    position:absolute;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    
    z-index: 1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0;
    width:100%;
    height:100%;
    opacity: 1;
    transition:all 200ms ease-out;
  }
  
  .video-container:hover .overlay-quioto{
    opacity: 0.8;
    transition:all .35s ease-out;
  }



/*   .overlay-signature{
      background: url(./covers-signature.webp);
      background-size: cover;
      background-position: center;
      position:absolute;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
      
      z-index: 1;
      left:0;
      top:0;
      right:0;
      bottom:0;
      margin:0;
      width:100%;
      height:100%;
      opacity: 1;
      transition:all .25s ease-out;
    } */
    
    .video-container:hover .overlay-signature{
      opacity: 0.8;
      transition:all .35s ease-out;
    }


    .overlay-ecommerce{
        background: url(./covers-ecommerce.webp);
        background-size: cover;
        background-position: center;
        position:absolute;
        
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
        
        z-index: 1;
        left:0;
        top:0;
        right:0;
        bottom:0;
        margin:0;
        width:100%;
        height:100%;
        opacity: 1;
        transition:all .25s ease-out;
      }
      
      .video-container:hover .overlay-ecommerce{
        opacity: 0.8;
        transition:all .35s ease-out;
      }



      .overlay-ecommerce-vertical{
          background: url(./covers-ecommerce-vertical.webp);
          background-size:cover;
          background-repeat: no-repeat;
          background-position: center;
          position:absolute;
      clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
          
          z-index: 1;
          left:0;
          top:0;
          right:0;
          bottom:0;
          margin:0;
          width:100%;
          height:100%;
          opacity: 1;
          border-radius: 0 0 12px 0;
          transition:all .25s ease-out;
        }
        
        .video-container:hover .overlay-ecommerce-vertical{
          opacity: 0.8;
          transition:all .35s ease-out;
        }



      .overlay-maate{
          background: url(./covers-maate.webp);
          background-size: cover;
          background-position: center;
          position:absolute;
          
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
          
          z-index: 1;
          left:0;
          top:0;
          right:0;
          bottom:0;
          margin:0;
          width:100%;
          height:100%;
          opacity: 1;
          border-radius: 0 0 0 12px;
          transition:all .25s ease-out;
        }
        
        .video-container:hover .overlay-maate{
          opacity: 0.8;
          transition:all .35s ease-out;
        }




          .overlay-signature {
            background: rgba(0, 0, 0, 0.712);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
              position:absolute;
      clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
              z-index: 1;
              left:0;
              top:0;
              right:0;
              bottom:0;
              margin:0;
              width:100%;
              height:100%;
              opacity: 1;
              transition:all .25s ease-out;
            }
          



          .overlay-birreria-little{
              background: url(./covers-birreria.webp);
              background-size: cover;
              background-position: center;
              position:absolute;
              
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
              
              z-index: 1;
              left:0;
              top:0;
              right:0;
              bottom:0;
              margin:0;
              width:100%;
              height:100%;
              opacity: 1;
              transition:all .25s ease-out;
            }
            
            .video-container:hover .overlay-birreria-little{
              opacity: 0.8;
              transition:all .35s ease-out;
            }


          .overlay-splendor{
              background: url(./covers-splendor.webp);
              background-size: cover;
              background-position: center;
              position:relative;
              z-index: 1;
              left:0;
              top:0;
              right:0;
              bottom:0;
              margin:0;
              width:100%;
              height:100%;
              opacity: 1;
              transition:all .25s ease-out;
            }
            
            .video-container:hover .overlay-splendor{
              opacity: 0.8;
              transition:all .35s ease-out;
            }

            #adhoc-radius {
              border-radius: 0 0 12px 0;
            }

            #adhoc-radius-2 {
              border-radius: 0 0 0 12px;
            }


            .overlay-splendor-little{
                background: url(./covers-splendor.webp);
                background-size: cover;
                background-position: center;
                position:absolute;
                
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
                
                z-index: 1;
                left:0;
                top:0;
                right:0;
                bottom:0;
                margin:0;
                width:100%;
                height:100%;
                opacity: 1;
                transition:all .25s ease-out;
              }
              
              .video-container:hover .overlay-splendor-little{
                opacity: 0.8;
                transition:all .35s ease-out;
              }





    .video-container .video {
/*       transform: scale(0.8); */
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
      transition: transform ease-out 350ms;
      pointer-events: all;
      border-radius: 8px;
    }

    .video-container .video-container-2-wide {
/*       transform: scale(0.8); */
      width: 100%;
      height: 100%;/* 
      padding-block: 11%; */
      position: absolute;
      object-fit: cover;
      z-index: 0;
      transition: transform ease-out 350ms;
      pointer-events: all;
      border-radius: 8px;
    }


    .indepth-video {
      max-height: 30vh;
/*       max-width: 60vw; */
/*       width: clamp(min(40vw), 500px, max(50vw)); */
      width: 100%;
    }




.video-container .video-sp-v {
/*   transform: scale(0.8); */
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  z-index: 0;
  transition: transform ease-out 350ms;
  pointer-events: all;
  border-radius: 12px;
}

.video-container .video-sp-up {
/*   transform: scale(0.8); */
  width: 100%;
  height: 100%;/* 
  padding-block: 5%; */
  position: absolute;
  object-fit: cover;
  object-position: 0% 80%;
  z-index: 0;
  transition: transform ease-out 350ms;
  pointer-events: all;
  border-radius: 8px;
}



.video-container .video-sp-1 {
/*   transform: scale(0.8); */
  width: 100%;
  height: 100%;/* 
  padding-block: 5%; */
  position: absolute;
  object-fit:cover;
  z-index: 0;
  transition: transform ease-out 350ms;
  pointer-events: all;
}


.video-container .video-sp-short {
/*   transform: scale(0.8); */
  width: 100%;
  height: 100%;/* 
  padding-block: 11%; */
  position: absolute;
  object-fit: cover;
  z-index: 0;
  transition: transform ease-out 350ms;
  pointer-events: all;
  border-radius: 8px;
}




.descripcion {
  grid-area: desc;  color: rgb(21, 78, 131);
  text-align: left;
  width: 100%;
  margin-bottom: 0.5vh;
  font-size: calc(7px + 0.390625vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* .image-container {
  width: 100%;
  background: url(./SCREENS-SIGNATURE.webp);
  background-size: cover;
  background-repeat: no-repeat;
} */



.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
} 
@keyframes color {
  100%, 0% {
    stroke: #0b3447e3;
  }
  40% {
    stroke: #250f66d7;
  }
  66% {
    stroke: #0b3447e3;
  }
  80%, 90% {
    stroke: #160b36d7;
    
  }
}
.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background-color: black;
  
  z-index: 999999999999;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showbox p {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10vh;
}



.big-main-title {
  position: relative;
  letter-spacing: 20px;
  font-size: calc(100px + 0.390625vw);
  font-weight:200;
  text-align: center;
  line-height: 0;
  margin-inline: auto !important;
  margin-block: auto;/* 
  color: #097c56; */
  color: white;
  opacity: 1;
  line-height: .75;

/*   transition: all cubic-bezier(0,.37,0,1.01) 2100ms;
 */
 transition: all 1000ms;
}

.big-main-title::first-letter {
  opacity: 0;
}

.experience-container {
  width: 100%;
}

.work-title {
  position: relative;
  letter-spacing: 20px;
  font-size: calc(100px + 0.390625vw);
  font-weight:200;
  text-align: center;
  line-height: 0;
  margin-inline: 0 !important;
  margin-block: auto;/* 
  color: #097c56; */
  color: white;
  opacity: 1;
  line-height: .75;

/*   transition: all cubic-bezier(0,.37,0,1.01) 2100ms;
 */
 transition: all 1000ms;
 padding-block: 0.5vh;
}

.work-title::first-letter {
  opacity: 0;
}

.move-dat-main {
opacity: 1;
line-height: .75;
transform: translate(-50%, 40%);
/*   transition: all cubic-bezier(0,.37,0,1.01) 250ms;
 */
 transition: opacity 950ms line-height 50ms transform 350;
}


.big-main-title-2 {
  position: absolute;
  letter-spacing: -10px;
  bottom: -21%;
  left: 0%;
  z-index: -9;
  font-size: 230px;
  font-weight:200;
  text-align: center;
  line-height: .75;
  opacity: 1;
  
  margin: 0;
  padding: 0;
  color: #097c56;
  transform: translateX(50%);

  transition: all cubic-bezier(0,.37,0,1.01) 1100ms;
}


.move-dat-main-2 {
  opacity: 1;
    transform: translateX(-80%);
    transition: all cubic-bezier(0,.37,0,1.01) 1100ms;
  }


.video-zoom {
  grid-area: video;
  pointer-events: all;
  cursor: pointer;
}



.video-aid {
  grid-area: video;
  margin-left: auto;
  margin-right: auto;
  display: block
}





.section1 {
  height: 100%;
  background: #201c4200;
  color: #ffffff00;
}



.center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



body::-webkit-scrollbar {
  display: none;
}

.viewer::-webkit-scrollbar {
  display: none;
}

.scene::-webkit-scrollbar {
  display: none;
}

.section::-webkit-scrollbar {
  display: none;
}



.modal {
  margin-inline: auto;
  background-color: #2525256e;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  width: 0;
  height: 0;
z-index: 999999999;

}

.holup {
  overflow: hidden;
}



.modal.open {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  background-color: white;
  pointer-events: none !important;
  border-radius: 15px;
  
  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
  width: 80%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.modal-layout {
  width: 80%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-inner p {
  line-height: 0.8;
}




.project-info-container {
  width: 100%;
  display: flex;
  padding-block: 15vh;
  flex-direction: column;
  align-items: flex-start;
  flex: 40% 0 0;
}

.project-footage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-footage #openExt {
  pointer-events: all;
  cursor:pointer;
  width: 20%;
  text-decoration: none;
  margin-top: 2vh;
  border: 0;
  font-size: calc(8px + 0.390625vw);
  font-weight:500;
  background-color: #c7ae20; 
  color: rgb(29, 29, 29);
  padding-block: 10px;
  padding-inline: 30px;
  text-align: center;
  border-radius: 3px;
}

.project-footage #openGit {
  cursor:pointer;
  width: 40px;
  height: 40px;
  margin-top: 1vh !important;
  border: 0;
  font-size: 10px;
  font-weight:600;
  background-color: #097c56;
  color: white;
  border-radius: 50%;
  display: none;
}


#dat-title {
  font-size: calc(24px + 0.390625vw);
  font-weight: 600;
  line-height: 1;
  align-self: end;
  padding-bottom: 1.5vh;
  
  width: 100%;
  text-align: left;
}

.botonCerrado {
  cursor: pointer;
  pointer-events: all;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 2vh;
  padding: 1vh;
  background: #ffffff;
  z-index: 99999999999999999999999999;

  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(80, 80, 80);
  font-weight: 800;
  border-radius: 50%;

  box-shadow: rgba(100, 100, 111, 0.8) 0px 3px 10px 0px;
  
}


.button-cluster {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}



#dat-description {
  font-size: calc(8px + 0.390625vw);
  height: 90%;
  margin-top: 1vh;
  line-height: 1.2;
  text-align: start;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
}


#dat-subtitle {
  font-size: calc(12px + 0.390625vw);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  
  text-align: left;
}









.starting-pic {
  background: rgb(247,247,247);
  background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.1) 100%);
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
/* 
  z-index: 99999999999999999999999; */
}

.proper-starting-pic {

  background: url('./begin-button-01.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 15vh;
  height: 15vh;
/*   animation: pulse 2s ease-in-out infinite; */
}

.sc-to-play {
  transform: translateY(-3vh);
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%)
     scale(0.95);
    opacity: 1;
	}

	70% {
		transform: translate(-50%, -50%)
     scale(1);
    opacity: 0.7;
	}

	100% {
		transform: translate(-50%, -50%)
     scale(0.95);
    opacity: 1;
	}
}



.disappear {
  display: none;
  transition: all 100ms;
}

.disappear-lighter {
  opacity: 0;
  transition: all ease-out 1000ms;
}


#first-paragraph small {
  font-size: calc(10px + 0.390625vw);
  display: block;
  margin-block: 2vh;
  font-weight: 300;
  margin-inline: 1vw;
}




.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;/* 
  background-color: #00b8f017; */
/*     background: linear-gradient(to left, #f46b45, #eea849); *//* 
  background: linear-gradient(to left, #f46b451c, #eea94921); */
  background: rgb(11,22,25,0.5);
  background: linear-gradient(75deg, rgba(11,22,25,0.5) 0%, rgba(11,22,25,0) 50%, rgba(11,22,25,0.5) 100%);
  color: #FFF;
  height: 5vh;
  padding: 1em;
  position: fixed;
  left: 0;
  width: 100vw;
  opacity: 0;
  z-index: 1;
}

.menu li {
  cursor: pointer;
}

.menu li a {
  color: white;
  text-decoration: none;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.nav-logo {
  width: 2vw;
  margin-block: auto;
}





@media all and (min-width: 100px) and (max-width: 600px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  .nav-logo {
    width: 8vw;
  }

  #contact {
    width: 100%;
  }


  .exp-item-box {
    flex-direction: column;
  }

  .exp-bullit {
    margin-bottom: 2vh;
  }


  .intro-contents {
    width: 99%;
    flex-direction: column;
}

.horizontal-description-b {
  width: 90%;
}


  .project-footage #openExt {
    width: 40%;
    margin-top: 5vh;
  }

  .description-piece {
    font-size: calc(12px + 0.390625vw);
    text-align: justify;
    padding-bottom: 20px;
  }

  .exp-description-box {
    padding-right: 10px;
  }
.website-content p {
  text-align: center;
  font-size: calc(20px + 0.390625vw);
  font-weight: 200;
  margin: 0;
}

.intro {
  width: 100%;
  padding-inline: 10vw;
  margin-inline: auto;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;

  padding-block: 10vh;
}

.big-main-title,
.work-title {
  font-size: calc(24px + 0.390625vw);
  line-height: 1.15;
}


.portfolio-content {
  width: 90%;
  height: 100%;
}


.portfolio-content-2 {
  width: 90%;
  height: 100%;
}

.section-b {
  width: 100vw;
  height: 145vh;
  padding-top: 10vh;
}


.section-c {
  width: 100vw;
  height: 200vh;
  padding-top: 3px;
  padding-bottom: 10vh;
}

.section-d {
  width: 100vw;
  margin-block: 0vh;
  padding-top: 10vh;
  padding-bottom: 3vh;
}



.portfolio-content {
  margin-bottom: 0;
  grid-template-areas:
        'a a a a a a a'
        'c c c c c c c'
        'b b b b b b b'
        'g g g g g g g';
}

.portfolio-content-2 {
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas: 
  'a a a a a a a'
  'c c c c c c c'
  'b b b b b b b'
  'b b b b b b b'
  'e e e e e e e'
  'e e e e e e e';
}


.mock-1,
.mock-2,
.mock-3,
.mock-4,
.mock-5,
.mock-6,
.mock-7 {
  width: 100%;
}


.mock-m-1,
.mock-m-2 {
  width: 40vw;
  background-size: 90%;
}

.video-container:hover .mock-m-1,
.video-container:hover .mock-m-2 {
  width: 40vw;
  background-size: 90%;
}

.pfp-picture {
  padding-top: 5vh;
}

.cluster,
.cluster-vertical {
  height: calc(100% - 10px);
}

#special-grid {
  width: 90%;
  flex-direction: column;
}

.modal-inner {
  display: flex;
  flex-direction: column;
}

.project-footage {
  display: flex;
}

.cta-2 {
  justify-content: center;
}

#dat-description {
  font-size: calc(12px + 0.390625vw);
}

#dat-title {
  font-size: calc(20px + 0.390625vw);
}


#dat-subtitle {
  font-size: calc(12px + 0.390625vw);
}


.modal-inner {
  height: 90%;
  justify-content: center;
}



.indepth-video {
  max-width: 120%;
}

.modal-layout {
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.project-info-container {
  padding-block: 0;
  padding-bottom: 5vh;
}

.current-status {
  padding-block: 3vh;
}

.contact-box {
  margin-block: 2vh;
}

.subtitle {
  padding-bottom: 2vh;
  font-size: calc(14px + 0.390625vw);
}

.titulo-a {
  font-size: calc(16px + 0.390625vw);
}

}


@media all and (min-width: 601px) and (max-width: 1200px) and (orientation: portrait) {
  .intro {
    width: 100%;
    height: 50vh;
  }

  .modal-layout {
    flex-direction: column;
  }

  .botonCerrado {
    font-size: 20px;
  }

  .social-1 {
    width: 50px;
    height: 50px;
    border: #d0cee0 4px solid;
  }

  button {
    margin-top: 1vh;
  }

  .mock-1,
.mock-2,
.mock-3,
.mock-4,
.mock-5,
.mock-6,
.mock-7 {
  width: 100%;
}

  .gen-description {
    max-height: 35vh;
  }

  .spacer {
    width: 100vw;
  }

  .section-b,
  .section-c {
    width: 100vw;
    height: 50vh;
  }

  .section-b {
    padding-top: 5vh;
  }

  .section-c {
    padding-bottom: 5vh;
  }

  .section-d {
    width: 100vw;
    padding-block: 5vh;
    margin-block: 0;
  }

  .website-content p {
    text-align: center;
    font-size: calc(40px + 0.390625vw);
    font-weight: 200;
    margin: 0;
  }

  .portfolio-content,
  .portfolio-content-2,
  #special-grid {
    width: 85%;
    height: calc(100% - 2vh);
  }

  .big-main-title,
  .work-title {
    font-size: calc(40px + 0.390625vw);
  }

  .titulo {
    font-size: calc(10px + 0.390625vw);
  }

  .titulo-a,
  .description-title {
    font-size: calc(14px + 0.390625vw);
  }

  .parrafo-principal {
    font-size: calc(10px + 0.390625vw);
  }

  .project-info-container {
    padding-block: 5vh;
  }

  .initial-title {
    font-size: calc(24px + 0.390625vw);
  }


  .subtitle {
    font-size: calc(12px + 0.390625vw);
  }
}

@media all and (min-width: 913px) and (max-width: 1600px) and (orientation: landscape) {
    .exp-description-box {
    padding-right: 30px;
  }

  .intro {
    width: 100%;
    padding-block: 10vh;
  }

  .website-content p {
    text-align: center;
    font-size: calc(50px + 0.390625vw);
    font-weight: 200;
    margin: 0;
  }

  .portfolio-content,
  .portfolio-content-2,
  #special-grid {
    width: 85%;
  }

  .big-main-title,
  .work-title {
    font-size: calc(60px + 0.390625vw);
  }

  .titulo {
    font-size: calc(10px + 0.390625vw);
  }

  .titulo-a,
  .description-title {
    font-size: calc(18px + 0.390625vw);
  }

  .parrafo-principal {
    font-size: calc(10px + 0.390625vw);
  }

  .project-info-container {
    padding-right: 3vw;
  }

  .project-footage #openExt {
    width: 40%;
  }

  .initial-title {
    font-size: calc(24px + 0.390625vw);
  }
  .gen-description {
    min-height: 80vh;
  }

  .subtitle {
    font-size: calc(12px + 0.390625vw);
  }
}

@media all and (min-resolution: 1.25dppx) and (max-resolution: 1.5dppx) and (orientation: landscape) {
  .intro {
    height: calc(100vh);
  }

  .gen-description {
    min-height: 80vh;
  }
}



