
*, *:before, *:after {
	box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    --amareloardente: #e8bb2e;
    --vermelhobravo: #e7121e;
    color: white;


}


body {
    background-color: #1c1c1c;
    font-family: 'Inter', sans-serif;
}

.logo-topo {
    margin: 10px;
    position: absolute;
    top: 7px;
    left: 0px;
    z-index: 100;
}


.slide-container {
  /*  height: 100dvh;  Do this! */
/*   width: 100%;*/
}

video.Main-gridVideo.js-gridLoop {
  height: 100dvh; /*  Do this! */
/*   width: 100%;*/ 

height: 100dvh;
    width: 100%;
}



/* posicao das setas no slider home*/

.slick-next {
  right: 12px !important;
}

.slick-prev {
  left: 12px !important;
  z-index: 4;
}


.slick-dots {
/*  bottom: 25px !important;*/
display: flex !important;
bottom: 0px !important;
margin-left: -50px !important;


}

.slick-dots li button:before {
  color: white !important;
}

.slick-dots li.slick-active button:before {
  color: var(--amareloardente) !important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}







.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 1);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 42px;
  color: white;
  display: block;
  transition: 0.1s;
  text-transform: uppercase;
  font-family: inter;
}

.overlay a:hover, .overlay a:focus {
  color: var(--vermelhobravo);
}



.video-item {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  overflow: hidden;
  position: relative;

}

.Main-gridVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;

}

h3 {
  font-weight: 200;
    padding: 4px 0;
    font-size: 1rem;
}

h2 {
      padding: 4px 0;
}

h4 {
  padding-left: 1px;
  font-weight: 700;
}

.barra {
/*  width: 220px;*/
  width: 100%;
  max-width: 400px;
}


.info {
   align-self: flex-end;
}

.btn {
  border: none;
  background: 0;
  padding: 8px;
  /*margin-top: 20px;*/
  text-transform: uppercase;
  text-decoration: none;
/*  transition: 0.5s;*/
border-radius: 4px;
}

.btn:hover {
  background-color: white;
  color: black;
  transition: 0.5s;
  
}



h2, p {
    text-align: justify;
  text-justify: inter-word;
}


.opacity-0 {
  opacity: 0;
}


.work-container {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 42px auto;
  justify-content: center;
  align-items: center;

/*  width: 100vw;
  height: 100vh;
*/

}

.menu-desktop {
  display: none;
  margin: 10px;
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 100;
}

.menu-desktop a {
  text-decoration: none;
  padding: 0 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-mobile {
  display: contents;
}





.rotate-90-cw {
  -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both;
          animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both;
}



/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}




/*classes do botao de menu e animacao */



.btn10 {
  position: absolute;
  width: 30px;
  height: 30px;
  /*top: 30px;*/
  right: 0;
  transition-duration: 0.5s;
  z-index: 100;
  padding: 42px 28px 42px 42px;
  top: 0;
}
.btn10 .icon {
  transition-duration: 0.5s;
  position: absolute;
  /*top: 6px;*/
  height: 6px;
  width: 6px;
  border-radius: 30px;
  background-color: #ffffff;
  top: 30px;

}
.btn10 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 30px;
  background-color: #ffffff;
  content: "";
  top: -14px;
}
.btn10 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 30px;
  background-color: #ffffff;
  content: "";
  top: 14px;
}



.btn10.open {
  right: 19px;
}

.btn10.open .icon {
  transition-duration: 0.5s;
  transform: rotateZ(-180deg);

  height: 6px;
  width: 33px;
/*  top: 30px;*/
/*  border-radius: 0px;*/


}
.btn10.open .icon:before {
  transform: rotateZ(-45deg) scaleX(0.75) translate(-20px, -6px);

  width: 37px;
  height: 6px;
/*  border-radius: 0px;*/
  


}
.btn10.open .icon:after {
  transform: rotateZ(45deg) scaleX(0.75) translate(-20px, 6px);

  width: 37px;
  height: 6px;
/*  border-radius: 0px;*/
  

}
.btn10:hover {
  cursor: pointer;
}



/*video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}*/


.work-video {
  width: 100%;
  position: sticky;
  top: 0;
}

.work-info {
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: end;
   padding: 20px;
/*   padding-top: 450px;*/
/*   margin: 20px;*/
}

.work-info h2 {
  padding-top: 12px;
}

@media only screen and (min-width: 480px) { }

@media only screen and (min-width: 768px) {

  .menu-desktop {
  display: flex;
}

.menu-mobile {
  display: none;
}



  .work-container {
    flex-direction: column;
  }

  .work-container video {
    position: initial;
/*    width: 50%;*/
  }

  .work-info {
     padding-top: 20px;
  }






}



@media only screen and (min-width: 1080px) {
  
}

@media only screen and (min-width: 1200px) { 
}