/*--------- Menu --------*/

body{
  overflow-x: hidden;
}

.nav-wrapper{
  background-color: transparent;
}

nav{
  position: absolute;
  z-index: 1000;
  top: 10%;
  background-color: transparent !important;
  box-shadow: none !important;
  line-height: 100% !important;
}

.nav-wrapper ul.center {
  display: block;
  width: auto;
}

.nav-wrapper > ul.center li {
  float: none;
  display: inline-block;
}

nav img{
  width: 200px;
  height: 120px;
  object-fit: contain;
  margin-top: -4.5%;
  margin-left: 5%;
}

/*---------- Head ------------*/

.head{
  margin-bottom: 0px !important;
}

.head img{
  width: 100%;
  height: 800px;
  object-fit: cover;
  margin-bottom: -6px;
}

.head .col{
  position: absolute;
  top: 25%;
}

.head h1{
  color: white;
  font-size: 2em;
  font-family: 'caviardreams';
}

.head h2{
  color: white;
  font-size: 3em;
  font-family: 'caviardreams';
  padding: 3% 20%;
}

@media(max-width: 600px){
  .head h2{
    padding: 5% !important;
  }
}

.head .btn{
  background-color: transparent !important;
  border: 1px solid white;
  border-radius: .3em;
  font-size: 2em;
  padding: .7em 1em;
  line-height: 0em;
  text-transform: none;
  font-family: 'caviardreams';
  opacity: 0;
}


/*--------- Whatsapp ----------*/

.app{
  margin-bottom: 0px !important;
  background-color: #29A71A;
  padding-top: 2%;
}

.app h1{
  margin: 0;
  font-size: 1.5em;
  color: white;
  font-weight: normal;
}

.app a{
  font-size: 2.5em;
  color: white;
  font-weight: bold;
}

/*--------- Welcome ----------*/

.welcome{
  margin: 0 !important;
  padding: 2%;
}

.welcome h1{
  margin: 0;
  font-size: 5em;
  font-family: 'lato';
}

.welcome p{
  font-size: 2em;
  font-family: 'lato';
  color: #373435;
  margin: 0;
  padding: 0 20%;
  line-height: 1.2em;
}

.welcome .btn{
  background-color: transparent !important;
  border: 1px solid #373435;
  color: #373435;
  border-radius: .3em;
  font-size: 1.7em;
  padding: .8em 1.2em;
  line-height: 0em;
  text-transform: none;
  font-family: 'lato';
  margin: 1em;
}

/*--------- Visual ----------*/

.visual{
  border-left: 20px solid #A8CF45;
}

.visual h1{
  text-align: center;
  font-size: 2.5em;
  font-family: 'caviardreams';
}

.visual p{
  font-size: 1.25em;
  font-family: 'arial';
  color: #373435;
  line-height: 1.25em;
  padding: 0 15%;
  text-align: justify;
}

.visual img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: top left;
}

.visual .col:nth-of-type(1){
  transform: translateX(-100%);
  transition: all 0.5s;
  opacity: 0;
}

.visual .col:nth-of-type(2){
  transform: translateX(100%);
  transition: all 0.5s;
  opacity: 0;
}

/*--------- Agencia ----------*/

.agencia{
  z-index: 1000;
  position: relative;
}

.agencia .col:nth-of-type(1){
  background-color: #141618;
  padding: 0 0 5% 5% !important;
}

.agencia .col:nth-of-type(2){
  background-color: #FFCC01;
  padding: 0 0 5% 1% !important;
  margin-top: -40px;
}

.agencia .col:nth-of-type(3){
  background-color: #4B4B4D ;
  padding: 0 1% 7% 1% !important;
}

@media(max-width: 992px){
  .agencia .col:nth-of-type(2){
    padding: 0 0 5% 1% !important;
    margin-top: 0;
  }
}

.agencia .col:nth-of-type(1) h1{
  color: white;
  font-size: 2em;
  margin-bottom: 0;
  padding-left: 1em;
  text-align: left !important;
}

.agencia .col:nth-of-type(1) hr{
  float: left;
  width: 170px;
  border: 2px solid #00AFEF;
  margin-left: 2em;
}

.agencia p{
  color: white;
  font-family: 'caviardreams';
  font-size: 1.25em;
  line-height: 1.25em;
  padding-right: 1em;
}

.agencia h1{
  color: white;
  font-size: 2em;
  margin-bottom: 0;
  text-align: center;
}

.agencia hr{
  float: left;
  width: 100px;
  border: 2px solid #00AFEF;
}

/*---------- Marcas -----------*/

.marcas{
  top: -100px;
  position: relative;
  padding-bottom: 15%;
}

.marcas .col.left{
  bottom: -50px;
}

@media(max-width: 600px){
  .marcas .col.left{
    bottom: 0;
  }
}

.marcas .col img{
  width: 100% !important;
  height: 600px !important;
  object-fit: contain !important;
}

.marcas h1{
  font-size: 2.5em;
  color: #FFC500;
  font-family: 'caviardreams';
  margin-top: 200px;
}

.marcas span{
  font-weight: bold;
}

.marcas p{
  color: white;
  font-size: 1.5em;
  color: #D2D3D5;
}

/*---------- O processo -----------*/

.processo{
  margin-top: -180px;
  padding: 0 13%;
  font-family: 'opensans';
}

.processo h1{
  font-size: 2.5em;
  color: #606062;
  text-align: right;
  padding-right: 15%;
  margin: 0;
}

.processo p{
  font-size: 1.25em;
  color: #373435;
  text-align: center;
  line-height: 1.25em;
}

/*---------- Colers -----------*/

.colers .col{
  padding: 0 !important;
}

.colers h1{
  font-family: 'lato';
}

.colers p{
  font-family: 'caviardreams';
}

@media(max-width: 600px){
  .colers .m8 div{
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.colers .l6:nth-of-type(1) .m8 div{
  background-color: #FFD046;
  padding: 5% 25%;
  margin-top: 35px;
  width: 120%;
  position: relative;
}

.colers .l6:nth-of-type(1) h1{
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}

.colers .l6:nth-of-type(1) p{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

.colers .l6:nth-of-type(1) img{
  border: 20px solid #FAAA3C;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 1000;
}

.colers .l6:nth-of-type(2){
  margin-top: 8%;
}

.colers .l6:nth-of-type(2) .m8 div{
  background-color: #EF4456;
  padding: 5% 15%;
  margin-top: 20px;
  width: 120%;
  position: relative;
  margin-left: -20%;
}

.colers .l6:nth-of-type(2) h1{
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  color: white;
}

.colers .l6:nth-of-type(2) p{
  font-size: 1.1em;
  margin: 0;
  color: white;
}

.colers .l6:nth-of-type(2) img{
  border: 20px solid #D93B42;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: relative;
  z-index: 1000;
}

.colers .l6:nth-of-type(3) .m8 div{
  background-color: #A83578;
  padding: 5% 15%;
  margin-top: 30px;
  width: 115%;
  position: relative;
}

.colers .l6:nth-of-type(3) h1{
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  color: white;
}

.colers .l6:nth-of-type(3) p{
  font-size: 1.1em;
  margin: 0;
  color: white;
}

.colers .l6:nth-of-type(3) img{
  border: 20px solid #8A3465;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 1000;
}

.colers .l6:nth-of-type(4){
  margin-top: 8%;
}

.colers .l6:nth-of-type(4) .m8 div{
  background-color: #2672B2;
  padding: 5% 15%;
  margin-top: 20px;
  width: 115%;
  position: relative;
  margin-left: -15%;
}

.colers .l6:nth-of-type(4) h1{
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  color: white;
}

.colers .l6:nth-of-type(4) p{
  font-size: 1.1em;
  margin: 0;
  color: white;
}

.colers .l6:nth-of-type(4) img{
  border: 20px solid #285C8A;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: relative;
  z-index: 1000;
}

.colers .l6:nth-of-type(1){
  transform: translateX(-100%);
  transition: all 0.5s;
  opacity: 0;
}

.colers .l6:nth-of-type(2){
  transform: translateX(100%);
  transition: all 0.5s;
  opacity: 0;
}

.colers .l6:nth-of-type(3){
  transform: translateX(-100%);
  transition: all 0.5s;
  opacity: 0;
}

.colers .l6:nth-of-type(4){
  transform: translateX(100%);
  transition: all 0.5s;
  opacity: 0;
}

.colers img{
  transform: scale(0.5);
  transition: all 0.5s;
}

/*---------- Trabalhos -----------*/

.work{
  padding: 5%;
}

.work .col{
  padding: 0 !important;
}

.work .col img{
  width: 150%;
  height: 800px;
  object-fit: contain;
  margin-left: -25%;
}

@media(max-width: 600px){
  .work .col img{
    width: 100%;
    margin-left: 0;
  }
}

.work .l3 img{
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.work .l3{
  margin-top: -6px;
}

.work h1{
  font-size: 3em;
  color: #000029;
  font-weight: bold;
  font-family: 'arial';
  margin-top: 25%;
  text-align: left !important;
  margin-bottom: 0;
}

.work p{
  font-size: 1.5em;
  text-align:  left !important;
  color: #000029;
  font-family: 'caviardreams';
  margin-top: 0;
}

/*---------- Logos -----------*/

.logo .col.center{
  padding: 5% !important;
}

.logo .col img{
  width: 100%;
  height: 120px !important;
  object-fit: contain !important;
  margin-bottom: 1em !important;
  transition: all 0.5s;
}

.logo h1{
  font-size: 1.25em;
  border: 1px solid #FFCC01;
  position: relative;
  top: -100px;
  padding-top: 1.7em;
  color: white;
  font-family: 'arial';
}

@media(min-width: 1441px){
  .logo h1{
    top: -140px;
  }
}

@media(max-width: 1024px){
  .logo h1{
    top: -80px;
  }
}

@media(max-width: 768px){
  .logo h1{
    top: -60px;
  }
}

@media(max-width: 450px){
  .logo h1{
    top: -40px;
  }
}

.logo h1 span{
  font-size: 3.5em;
  font-weight: bold;
  color: #000029;
  bottom: 10px;
  position: relative;
}

.logo img:hover{
  transform: scale(1.2);
}

/*---------- Saiba Como -----------*/

.saiba .col{
  padding: 5% !important;
}

.saiba h1{
  font-size: 2em;
  font-weight: bold;
  font-family: 'couture';
}

.saiba p{
  color: #373435;
  font-size: 1.25em;
  font-family: 'arial';
  line-height: 1.1em;
  margin-bottom: .5em;
  padding-right: 20%;
}

.saiba .btn{
  background-color: transparent !important;
  color: #373435;
  border: 1px solid #373435;
  font-family: 'helv';
  padding: 0 5em;
}

.saiba h2{
  font-size: 2em;
  font-weight: bold;
  font-family: 'kozgopro';
  padding-right: 15%;
  margin: 0;
  top: -30px;
  position: relative;
  margin-bottom: -40px;
}

.saiba h3{
  color: #727376;
  font-size: 1.5em;
  font-family: 'kozgopro';
}

.saiba .fa{
  font-size: 3em;
  position: relative;
  left: -50px;
}

@media(max-width: 600px){
  .saiba .fa{
    position: initial;
    margin-bottom: 50px;
  }
}

/*---------- Planos -----------*/

.planos .col{
  margin-top: 2em !important;
}

.planos .col:nth-of-type(1) div{
  background-color: #606062;
  padding: 5%;
}

.planos .col:nth-of-type(2) div{
  background-color: #FCD526;
  padding: 5%;
}

.planos .col:nth-of-type(3) div{
  background-color: #019875;
  padding: 5%;
}

.planos .col:nth-of-type(4) div{
  background-color: #00759B;
  padding: 5%;
}

.planos h1{
  font-size: 1.5em;
  color: white;
  font-family: 'couture';
  margin-top: 0;
}

.planos small{
  color: white;
}

.planos h2{
  margin: 0;
  font-size: 3em;
  color: white;
  font-weight: bold;
}

.planos h3{
  color: white;
  font-size: 1.25em;
  margin-bottom: 0;
}

.planos p{
  color: white;
  margin-top: 0;
}

.planos .btn{
  background-color: transparent !important;
  border: 1px solid white;
  font-family: 'caviardreams';
}

/*---------- Orçamento -----------*/

.orcamento .col.center{
  padding: 2% !important;
  padding-top: 150px !important;
}

.orcamento h1{
  font-size: 2em;
  color: white;
  margin: 0;
  font-family: 'caviardreams';
}

.orcamento p{
  font-family: 'arial';
  color: white;
  margin-top: 0;
  font-size: 1.15em;
  margin-bottom: 50px !important;
}

.orcamento input{
  background-color: white !important;
}

.orcamento input::placeholder{
  padding-left: 1em;
  color: #373435;
  font-family: 'arial';
}

.orcamento .btn{
  height: 46px !important;
  line-height: 46px;
  width: 100%;
  background-color: #FFCC01 !important;
  color: #373435;
  font-family: 'arial';
}


/*---------- Contato -----------*/

.modal{
  background-color: #000029 !important;
}

.modal .col.center{
  padding: 2% !important;
  padding-top: 150px !important;
}

.modal h1{
  font-size: 2em;
  color: white;
  margin: 0;
  font-family: 'caviardreams';
  text-transform: uppercase;
}

.modal p{
  font-family: 'arial';
  color: white;
  margin-top: 0;
  font-size: 1em;
  margin-bottom: 50px !important;
  text-transform: uppercase;
}

.modal input{
  background-color: white !important;
}

.modal input::placeholder{
  padding-left: 1em;
  color: #373435;
  font-family: 'arial';
}

.modal .btn{
  height: 46px !important;
  line-height: 46px;
  width: 100%;
  background-color: #FFCC01 !important;
  color: #373435;
  font-family: 'arial';
}

.modal .fa{
  color: white;
  font-size: 2em;
  position: absolute;
  right: 40px;
}

/*---------- Footer ------------*/

.footer{
  margin-bottom: 0px !important;
}

.footer .col.s12.left{
  padding: 5% !important;
}

.footer h1{
  font-size: 2em;
  font-family: 'arial';
}

.footer img{
  width: 50px;
  height: 50px;
  object-fit: contain;
  float: left;
  margin-right: .7em;
}

.footer h2{
  font-size: 1.5em;
  font-family: 'arial';
  margin-bottom: 0;
  margin-top: 3em;
}

.footer h3{
  font-size: 1.5em;
  background-color: #FFC500;
  text-align: center;
  font-family: 'arial';
  margin: 0;
  padding: 1em;
}

.footer p{
  font-size: 1.25em;
  margin: 0;
  color: #606062;
  font-family: 'humanist';
  line-height: 1.25em;
}

.footer .face img{
  width: 100%;
  height: 50px;
  object-fit: contain;
  margin-top: 0px;
  margin-bottom: 20px;
}

.footer .face{
  background-image: url(../images/facebook.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% !important;
}

.footer .fb-page{
  margin-bottom: 20px;
}

/*--------- Tipografia --------*/

@font-face{
  font-family: 'arial';
  src: url(../fonts/arial.ttf);
}

@font-face{
  font-family: 'caviardreams';
  src: url(../fonts/caviardreams.ttf);
}

@font-face{
  font-family: 'couture';
  src: url(../fonts/couture.otf);
}

@font-face{
  font-family: 'helv';
  src: url(../fonts/helv.ttf);
}

@font-face{
  font-family: 'humanist';
  src: url(../fonts/humanist.ttf);
}

@font-face{
  font-family: 'kozgopro';
  src: url(../fonts/kozgopro.otf);
}

@font-face{
  font-family: 'lato';
  src: url(../fonts/lato.ttf);
}

@font-face{
  font-family: 'opensans';
  src: url(../fonts/opensans.ttf);
}

.nav-wrapper>ul.center>li>a{
  transition: all 0.5s;
  font-size: 1.5em;
  color: white !important;
  font-family: 'opensans';
  padding: .5em 1em !important;
}

.nav-wrapper>ul.center>li>a:hover{
  background-color: #A8CF45;
  color: #2E2C49 !important;
}

.side-nav>li>a{
  color: black !important;
}

.softhar a:hover{
  padding: 0px;
}
