@import "https://fonts.googleapis.com/css?family=Montserrat";
@font-face {
  font-family: Narziss;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/Narziss_Bold_Drops.woff2);
}
@font-face {
  font-family: Narziss-medium;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/Narziss_Bold_Drops.woff2);
}
*, *::after, *::before {
  box-sizing: border-box;
}

body, html {
  background: transparent;
  font-size: 6px;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
}

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



  .slider-content .fake-bg.lp {
    background-size: auto 105%;
  }


  .slider-content .fake-bg.am {
   background-size: auto 103%;
  
}

  .slider-content .fake-bg.di {
  background-size: auto 75%;
  
}

.slider-content .fake-bg.fb {
   background-size: auto 108%;
}

.slider-content .fake-bg.fgv {
    background-size: auto 107%;
  }
  
  .slider-content .fake-bg.brand {
    background-size: auto 77%;
  }
  
    .slider-content .fake-bg.ifo {
    background-size: auto 120%;
  }


 .text-intro{
  display: none;
 }
 .mask{
  display: none;
 }
.footer-wrapper{
  width: 300%;
  height: 150%;
 position: relative;
 left: 70px;
 }

 .footer-wrapper ul li{
  width: 150%;
  padding: 10px 10px 10px 10px;
}

.slider-content .fake-bg {
 position: absolute;
  width: 80%;
  height: 80%;
  background-blend-mode: multiply;
  background-size: auto 20%;
  background-position: 0px -20px;
  background-repeat: no-repeat;
}

.slider-content .fake-bg {
  margin-top: 300px;
}
}

@media (min-width: 860px) {
  body, html {
    font-size: 8px;

   
  }
}

@media (min-width: 820px) {

   .slider-content .title-wrapper h1 {
    position: relative;
    left: -10px;
   }
   .footer-wrapper li .box-content span{
      font-size: 10px;
   }
    .text-intro p{
    width: 150%;
   }

  }


  @media (min-width: 768px) {

   .slider-content .title-wrapper h1 {
    position: relative;
    left: -30px;

   }


   .text-intro p{
    margin-left:-42px;
    width: 150%;
   }

  .slider-content .fake-bg.di {
  background-size: auto 82%;
  
}
 .footer-wrapper li .box-content span{
      font-size: 9px;

   }

}

@media (min-width: 1024px) {


  .slider-content .title-wrapper h1 {
    position: relative;
    left: -1px;
   }

  .text-intro{
    position: relative;
    width: 70%;
    left:400px;
  }
}

@media (min-width: 1200px) {
  body, html {
    font-size: 10px;
   
  }

  .text-intro{
    position: relative;
    left:500px;
  }
}


#header{
 position: relative;
 padding: 10px 10px 10px 10px;
 text-align: center;
 background: #793e83;
 z-index: 99999;
 color:#e8e8e8;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-wrapper .header {
  position: relative;
  display: block;
  width: 100%;
  height: 6rem;
}
.header-wrapper .menu-wrapper {
  position: relative;
  float: left;
  display: block;
  cursor: pointer;
  width: 2.5rem;
  height: 3rem;
  right: 0;
  margin: 0;
  text-align: left;
}
.header-wrapper .menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper .menu-hamburger {
  position: relative;
  width: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  background: white;
  height: 1px;
  cursor: pointer;
  right: 0;
  top: 1rem;
}
.header-wrapper .menu-hamburger::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: white;
  position: absolute;
  top: -0.8rem;
  left: 0;
}
.header-wrapper .menu-hamburger::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: white;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.header-wrapper .nav-wrapper {
  position: relative;
  float: right;
}
.header-wrapper nav {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  font-weight: 700;
  color: white;
}
.header-wrapper nav ul {
  padding: 0;
  display: block;
  list-style: none;
}
.header-wrapper nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper nav li {
  float: left;
  margin: 0 1.2rem;
}
.header-wrapper nav li:last-child {
  margin-left: 0;
}

.lines-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}
.lines-wrapper span.vertical {
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  top: 12%;
  left: 0;
  z-index: 1;
  opacity: 0.05;
}
.lines-wrapper .croses span {
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 11%;
  left: calc(20% - 2px);
}
.lines-wrapper .croses span:nth-child(2) {
  left: calc(40% - 2px);
}
.lines-wrapper .croses span:nth-child(3) {
  left: calc(60% - 2px);
}
.lines-wrapper .croses span:nth-child(4) {
  left: calc(80% - 2px);
}
.lines-wrapper span.horizontal {
  position: absolute;
  width: 1px;
  height: 100%;
  background: white;
  z-index: 1;
  left: 20%;
  opacity: 0.05;
}
.lines-wrapper span.horizontal:nth-child(2) {
  left: 40%;
}
.lines-wrapper span.horizontal:nth-child(3) {
  left: 60%;
}
.lines-wrapper span.horizontal:nth-child(4) {
  left: 80%;
}


.text-intro{
  position: relative;
  width: 40%;
  height: 0 auto;
  right:-85%;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.slider-content {
  position: relative;
  height:100%;
  background: #fff;
  margin: 0 auto;
}
.slider-content .slider-container {
  position: relative;
  height: 160rem;
}
.slider-content .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-content .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-size: auto 150%;
  background-position: 0px -45px;
  background-repeat: no-repeat;
  opacity: 0;
}
.slider-content .slide:after {
  content: "";
  display: table;
  clear: both;
}
.slider-content .slide.active {
  opacity: 1;
  z-index: 50;
}
.slider-content .slide.next {
  opacity: 1;
}
.slider-content .slide.ea {
  background-color: #793e83;
}
.slider-content .slide.lp {
  background-color: #a44685;
}
.slider-content .slide.am {
  background-color: #2623d6;
}
.slider-content .slide.fb {
 background-color: #171616;;
}
.slider-content .slide.fgv {
  background-color: #003a79;
}
.slider-content .slide.brand {
  background-color: #fba735;
}

.slider-content .slide.ifo {
  background-color: #ff1728;
}

.slider-content .fake-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-size: auto 110%;
  background-position: 0px -20px;
  background-repeat: no-repeat;
}


 .slider-content .fake-bg.ifo {
    background-size: auto 50%;
  }



.slider-content .fake-bg.ea {
  background-image: url(../img/estacaoacai.png);

}
.slider-content .fake-bg.lp {
  background-image: url(../img/laveepegue2.png);
  
}
.slider-content .fake-bg.am {
  
  background-image: url(../img/amil.png);
  
}

.slider-content .fake-bg.di {
 background-image: url(../img/drinkinfinity3.png);
}

.slider-content .fake-bg.fb {
  background-image: url(../img/fireburguer2.png);
}

.slider-content .fake-bg.fgv {
   background-image: url(../img/fgv.png);
}

.slider-content .fake-bg.brand {
   background-image: url(../img/logos.png);
}

.slider-content .fake-bg.ifo {
   background-image: url(../img/keys.png);
}
.slider-content .image-mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 125%;
  overflow: hidden;
}
.slider-content .image-mask img {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: -45px;
}
.slider-content .mask-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: -5rem;
}
.slider-content .mask-animation img.clip {
  width: 100%;
  -webkit-clip-path: url(#svgPathBig);
          clip-path: url(#svgPathBig);
}
.slider-content .image-caption {
  position: absolute;
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 20rem;
  left: 12rem;
  font-size: 1.3rem;
  z-index: 10;
  clip: rect(0rem, 21rem, 12rem, 0px);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-content .image-caption.mask-up {
  clip: rect(0rem, 0rem, 12rem, 0px);
}
.slider-content .image-caption.mask-down {
  clip: rect(0rem, 21rem, 2rem, 200px);
}
.slider-content .image-caption span {
  display: inline-block;
  vertical-align: top;
}
.slider-content .image-caption .line {
  position: relative;
  background: white;
  height: 1px;
  width: 5rem;
  top: 1rem;
}
.slider-content .title-background {
  position: absolute;
  font-size: 25rem;
  font-family: Narziss;
  top: 8rem;
  left: 4rem;
  color: black;
  opacity: 0.03;
  text-align: right;
}
.slider-content .title-background span.mask-wrap {
  display: block;
  height: 25rem;
  position: relative;
}
.slider-content .title-background span.mask-wrap span.mask {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0rem, 120rem, 25rem, 0px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-content .title-background span.mask-wrap:last-child span.mask {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.slider-content .title-background span.mask-wrap.mask-up span.mask {
  clip: rect(0rem, 120rem, 0rem, 0px);
}
.slider-content .title-background span.mask-wrap.mask-down span.mask {
  clip: rect(25rem, 44rem, 25rem, 0px);
}
.slider-content .title-wrapper {
  position: relative;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: right;
  margin-top: 25rem;
  z-index: 5;
}
.slider-content .title-wrapper h1 {
  font-size: 10rem;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 900;
  text-align: right;
  font-family: Narziss-medium;
  margin-left: 5rem;
}
.slider-content .title-wrapper h1 span.mask-wrap {
  display: block;
  height: 12rem;
  position: relative;
}
.slider-content .title-wrapper h1 span.mask-wrap span.mask {
  position: absolute;
  top: 0;
  right: -30%;
  
  -webkit-transition: all 0.3s ease-in; ease-in;
  transition: all 0.3s
}
.slider-content .title-wrapper h1 span.mask-wrap:last-child span.mask {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.slider-content .title-wrapper h1 span.mask-wrap.mask-up span.mask {
  clip: rect(0rem, 44rem, 0rem, 0px);
}
.slider-content .title-wrapper h1 span.mask-wrap.mask-down span.mask {
  clip: rect(12rem, 44rem, 12rem, 0px);
}
.slider-content .title-wrapper span.gallery {
  position: relative;
  text-align: right;
  padding: 0 2rem;
  cursor: pointer;
  margin-right: 5rem;
}
.slider-content .title-wrapper span.gallery::before {
  content: "";
  position: absolute;
  left: -2rem;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: white;
  top: -0.5rem;
  opacity: 0.9;
}
.slider-content .title-wrapper span.gallery::after {
  content: "";
  position: absolute;
  right: -2rem;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: white;
  top: -0.5rem;
  opacity: 0.9;
}


.slider-content .canvas {
  position: absolute;
  left: 0;
  top: 0;
}



.control-nav {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
.control-nav ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.control-nav li {
  position: relative;
  margin: 0.2rem 0;
  opacity: 0.5;
  border-radius: 3rem;
  color: white;
  font-size: 1rem;
}
.control-nav li.active {
  opacity: 1;
}
.control-nav li.active .line {
  -webkit-transform: translateX(-1.2rem);
          transform: translateX(-1.2rem);
  width: 1.8rem;
}
.control-nav li.active .number {
  opacity: 1;
}
.control-nav .line {
  width: 1.5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  background: white;
  left: -1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.control-nav .number {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.social-icons {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 999;
}
.social-icons ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  position: relative;
  display: block;
  padding: 0.3rem 0;
}
.social-icons ul a {
  display: block;
  width: 2rem;
  height: 2rem;
}
.social-icons ul a svg {
  fill: white;
  display: block;
  width: 100%;
  height: 100%;
}



.footer-wrapper {
  position: absolute;
  color: white;
  bottom: 150rem;
  right: 0rem;
  width: 40%;
  height: 8rem;
  z-index: 999;
}
.footer-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}
.footer-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer-wrapper li {
  position: relative;
  float: left;
  width: 30%;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  height: 100%;
  color:#7cd5c9;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.footer-wrapper li:last-child {
  border: none;
}
.footer-wrapper li.active .hover-box {
  opacity: 1;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.footer-wrapper li .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #473243;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1;
}
.footer-wrapper li .box-content {
  position: relative;
  z-index: 5;
}

