* {box-sizing:border-box; padding: 0; margin: 0;}
::before,::after {box-sizing:inherit;}
*[class$="button"],input[type="submit"], button {
	cursor: pointer;
}
body {
	font-family: sans-serif;
}
.clearfix::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
input, select, textarea {
	font-family: inherit;
}


img {
	max-width: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #5b5b5b;
}

.wrapper {
	max-width: 1560px;
	width: 90%;
	margin: auto;
}
.container_botoes{
	display: flex;
}
.b_opcoes{
	height: 30px;
	border: 2px solid #FFF;
	margin-right: 15px;
	position: relative;
	color:#fd531c;
}
.b_opcoes > ul{
	background-color: rgba(255,255,255,0.5);
	list-style: none;
	position: absolute;
    left: -2px;
	border-left: solid 2px white;
	border-right: solid 2px white;
}
.b_opcoes > ul li{
	width: 30px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-bottom: solid 2px white;
}
.b_opcoes > ul li a{
    padding: 0px 5px;

}
.b_opcoes > ul li:hover{
	background-color: white;
}
.b_opcoes > ul li:not(#opc_atual){
	display: none;
}
.b_m_languages{
	width: 16px;
	height: 26px;
	margin-left: 32px;
	text-align: center;
	background-color: white;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}
.is-menuOpen .b_opcoes{
	display: none;
}
.site-header {
	background: #6a6868;
	position: fixed;
	top: 0;left: 0;
	width: 100%;
}
body {
	padding-top: 85px;
}
.site-header .wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	height: 85px;
}
.site-header .wrapper .logo {
	max-height: 100%;
	margin-left: 0;
	max-width: 60%;
	display: block;
	flex-shrink: 1;
	flex-grow: 0;
}

.top-img{
	width: 100%;
}

.top-img img{
	display: block;
	width: 100%;
}

.bg-gradient1 {
	background:  #fa5b29;
	background: linear-gradient(120deg, rgba(249,97,32,1) 0%, rgba(252,58,81,1) 100%);
	color: #fff;
}
.site-intro-chamada {
	background: linear-gradient(120deg, rgba(249,97,32,1) 0%, rgba(252,58,81,1) 100%);
	color: #fff;
	padding: 40px 10%;
	width: 90%;
	margin: 20px auto;
	font-size: 1.7em;
	font-weight: 300;
}
.site-intro-chamada  h2 {
	font-weight: 300;
	line-height: 120%;
}
@media (min-width:768px){
	.site-intro-chamada {
		font-size: 2em;
	}
}
.sec {
	font-size: .8em;
	margin-bottom: 40px;
	padding: 2em 5%;
	background:  rgba(255,255,255,0.8);
}
body {
	background: url('../images/bg-mobile.png') no-repeat top;
}
.sec h3 {
	margin-bottom: .5em;
	font-size: 2.2em;
	text-transform: uppercase;
}
.sec p{
	line-height: 1.8;
	text-transform: uppercase;
	margin-bottom: 2em;
	font-weight: 300;
	font-size: 1.2em;
}
p .highlight {
	padding: 0 1em;
}
.sec p.texto-chamada {
	font-size: 2em;
	margin: .6em auto;
	line-height: 1;
	font-weight: 300;
}

.sec-clientes {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-top: 40px;
	position: relative;
}
.sec-clientes::before {
	content: '';
	display: block;
	height: 1px;
	width: 80%;
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	background: #c9c9c9;
}

.sec-clientes h3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.lista-clientes {
	font-size: 0;

}
.lista-clientes li{
	display: inline-block;
	width: 25%;
	text-align: center;
	padding: 20px 5%;
}

@media (min-width:1024px){
	.lista-clientes li {padding: 20px 4%;}
  .lista-clientes {margin-top: 70px;}
  .sec-clientes {padding-top: 70px;}
}

@media (min-width:768px){
  .lista-clientes li {
  	width: 16.6%;
  }
}

.sec-contato {
	background: url('../images/bg-contato-mobile.jpg') top  center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: cover;
}
.sec-contato h3 {
	letter-spacing: 0.5em;
}
.site-form {
	text-transform: uppercase;
	margin-top: 1em;
}
.site-form input,  .site-form textarea {
	-webkit-appearance: none;
	border: 0;
	text-transform: uppercase;
	background: inherit;
	font-family: inherit;
	border-radius: 0;
	height: 4em;
}
.site-form button {
	-webkit-appearance: none;
	border: 0;
	text-transform: uppercase;
	font-family: inherit;
	border-radius: 0;
	height: 4em;
}
.site-form input, .site-form textarea {
	padding: 1em;
	border-bottom: 3px solid;
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.site-form textarea:focus {
	/* height: auto; */
}
textarea {
	text-overflow: ellipsis;
}
.site-form ::-webkit-input-placeholder {
  	letter-spacing: 0.5em;
  	color: #282828;
}

.site-form :-moz-placeholder { /* Firefox 18- */
   letter-spacing: 0.5em;
  	color: #282828;
}

.site-form ::-moz-placeholder {  /* Firefox 19+ */
   letter-spacing: 0.5em;
  	color: #282828;
}

.site-form :-ms-input-placeholder {
   letter-spacing: 0.5em;
  	color: #282828;
}

.tac {
	text-align: center;
}

.site-form button {
	padding: .5em 3em;
	border-radius: 22px;
	font-weight: 700;
	margin-top: 2em;
	height: auto;
	display: inline-block;
}

.site-footer {
	padding: 3em 0;
}

.site-footer .social {
	margin: 3em auto;
}
.site-footer .social a:hover {
	color: #fa5b29;
}
.social  {
	text-align: center;
	color: #7a7a7a;
}
.social a {
	padding: 0 .6em;
}
.social svg {
	fill: currentcolor;
	height: 24px;
}
.footer-sec {
	font-size: .8em;
	line-height: 1.6;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center;
	font-weight: 300;
}

.copyright {
	color: #7a7a7a;
	font-size: .7em;
	text-align: center;
}
.copyright .logo-min {
	display: block;
	margin: auto auto 16px auto;
}

.site-menu {
	height: 100vh;
	width: 100%;
	font-size: 1.8em;
	position: fixed;top: 0; left: 0;
	z-index: 4;
	padding-top: 100px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transition:  all .3s;
}
.is-menuOpen {
	height: 100vh;
	overflow: hidden;
}
.is-menuOpen .site-menu{
	opacity: 1;
	visibility: visible;
}
.site-menu .links a {
	display: block;
	margin-bottom: 16px;
	position: relative;
	padding-left: 20px;
	font-weight: 300;
}
.site-menu .links a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0; bottom: 0;
	height: 5px; width: 5px;
	background: #fff;
	display: block;
	margin: auto;
}
.site-header {
	z-index: 5;
}
.site-menu .social {
	text-align: left;
	margin-top: 60px;
}
.site-menu .social a {
	color: #fff;
	padding-left: 0;
}

.is-menuOpen .site-header{
	transition:  background .3s;
	background: transparent;
}


.icon-toggle .icon-alt {
	position: absolute;
	opacity: 0;
	top: 0; left: 0;
}
.icon-toggle.is-current .icon-alt {
	position: absolute;
	opacity: 1;
}
.icon-toggle.is-current .icon-main {
	visibility: hidden
}

.call-menu  {
	position: relative;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.call-menu .icon-main {
	position: relative;
	height: 30px;
	width: 30px;
	border: 2px solid #fff;
	display: inline-block;
}
.call-menu .icon-alt {
	height: 30px;
	width: 30px;
	display: inline-block;
	left: -10px;
}
.call-menu .icon-alt svg{
	height: 30px;
	width: 30px;
	display: inline-block;
}
.call-menu svg {
	height: 16px;
	fill: #fff;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
}
.slider {
	margin-top: 40px;
}
.slider img {
	max-width: 100%;

	display: block;
	margin: auto;
}
@media (min-width:768px){
  /*.slider img { max-height: 30vh;  } */

}
.slick-dots {
	text-align: center;
	padding: 20px 0;
	position: absolute;bottom: 0;
	width: 100%;
}
.slick-dots li {
	color: #fff;
	display: inline-block;
	padding: 0 8px;
}
.slick-dots li  button {
	color: #fff;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
}
.slick-dots li  button:focus {
	outline: 0;
}
strong {font-weight: 700;}
.slick-dots li.slick-active {
	opacity: 0.4;
}
.sec-quemSomos .icon {display: none;}
.decor1 {display: none;}
@media (max-width:767px){
  .slider h3 {
  	font-size: 1.3em;
  }
}

.site-intro {
  	padding-top: 100px;
  	height: 100vh;
  	position: relative;
  	-webkit-background-size: cover;
  	background-size: cover;
  }
  .slider-bg {
  	display: block;
  	position: absolute; top: 0; left: 0;
  	width: 100%; height: 100%;
  	background: #eee;
  }
  .intro-bg {
  	height: 100vh !important;width: 100%;
  	-webkit-background-size: cover;
  	background-size: cover;}
  .intro-bg.bg1 {
	background-image: url(../images/intro-bg2.jpg);
  }
  .intro-bg.bg2 {
	background-image: url(../images/intro-bg3.jpg);
  }
  .intro-bg.bg3 {
	background-image: url(../images/intro-bg4.jpg);
  }
  /*.intro-bg.bg4 {
	background-image: url(../images/intro-bg5.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #282525;
  }*/
  .slider-bg-inner {height: 100vh;width: 100%; }
  .site-intro-chamada {position: relative;z-index: 2;}
@media (min-width:768px){
	body {
		background: #fff;
	}
  .links {
  	padding-top: 50px;
  	font-size: 1.5em;
  }
  body {
  	padding-top: 0;
  }
  .site-header {
  	background: transparent;
  }
  .is-scrolled .site-header {
  	transition:  background .3s;
  	background: rgba(0, 0, 0, 0.3);
  }
  .is-menuOpen.is-scrolled .site-header {
  	transition:  background .3s;
  	background: transparent;
  }

  .site-intro-chamada {
  	line-height: 1;
  	/*font-size: 50px;*/
  	background:  #fa5b29;
  	background: linear-gradient(120deg, rgba(249,97,32,.8) 0%, rgba(252,58,81,.8) 100%);
  	padding-top: 75px;
  	padding-bottom: 115px;
  	position: relative;
  	padding-left: 80px;
  	padding-right: 80px;
  	position: relative;z-index: 2;
  }
  .site-intro-chamada h2 {
  	position: relative; z-index: 2;
  }
   .site-intro-chamada::before{
   	content: '';
   	display: block;
   	width: 100%;
   	height: 100%;
   	position: absolute; left: 0; top: 0;
   	opacity: .6;
   	background: url('../images/header-chamada-bg.png') no-repeat left top;
  }
   .sec {
  	padding-left: 3%;
  	padding-right: 3%;
  }
  .sec.sec-quemSomos {
	background: rgba(255,255,255,0.95);
	max-width: 450px;
	width: 70%;
	margin: 0 auto auto;
	position: relative;
	padding: 65px 60px;
	z-index: 3;
	transition: .3s ease;
	}

 .sec-quemSomos::before {
 	content: '';
 	display: block;
 	width: 2px;
 	background: lavender;
 	/*height: 10vh;
 	top: -10vh;*/
 	left: 0; right: 0;
 	margin: auto;
 	position: absolute;

 }
 .sec-quemSomos-wrapper {
 	position: relative;
 }
 .sec-quemSomos .icon {
 	display: block;
 	height: 50px;
 	fill: #fc3a51;
 	margin: auto;
 	position: absolute; top: 0;
 	left: 0; right: 0;
 }
 .decor1 {
 	position: absolute;
 	top: 0; left: 0;
 	pointer-events: none;
 	display: block;
 }
}
@media (min-width:1024px){
  .sec {
  	padding-left: 0;
    padding-right: 0;
  }

}
@media (min-height:800px){
  .site-intro-chamada {
  	font-size: 56px;
  	padding-top: 70px;
  	padding-bottom: 130px;
  	margin-top: -150px;
  }
  .site-intro {
  	display: flex;
  	flex-flow: row wrap;
  	justify-content: space-between;
  	align-items: center;
  }
}
@media (min-width:1800px){
  .site-intro-chamada {
  	font-size: 110px;

  }
}
@media (min-width:1024px){
  .sec.sec-quemSomos {
  	margin-left: 0;
  	margin-right: 0;
  	left: 41.6%;
  }
}

@media (min-width:1800px){
  .sec-quemSomos {
  	max-width: 750px;
  	left: 50%;
  }
  .sec-quemSomos::before {
  	/*height: 20vh;
  	top: -20vh;*/
  }
}
.slick-dots li button {
	font-weight: bold;
}
.slider {
	background: #fff;
}

@media (min-width:768px){
   .slider .icon {
		display: block;
		width: 50px; height: 50px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute; top: 90px; left: 40px;
		z-index: 3;
	}
	.slide1 .icon { background-image: url('../images/icon-estrategia.png'); }
	.slide2 .icon { background-image: url('../images/icon-relacionamento.png'); }
	.slide3 .icon { background-image: url('../images/icon-conteudo.png'); }
	.slide4 .icon { background-image: url('../images/icon-producao.png'); }
	.slide5 .icon { background-image: url('../images/icon-monitoramento.png'); }
}
.slider h3 {
	position: absolute;
	height: 1em;
	text-align: center;
	color: #fff;
	font-weight: 300;
	letter-spacing: .5em;
	font-size: 1.3em;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;s
}
@media (min-width:1024px){
  .slider h3 {
  	letter-spacing: .9em;
  	font-size: 25px;
  	word-wrap: break-word;
  }
  .sec-fazemos {
  	display: flex;
  	flex-flow: row nowrap;
  	justify-content: space-between;
  	align-items: flex-start;
  	padding-right: 0;
  }
  .slider {
  	width: 50%;
  }
  .sec-fazemos-wrapper {
	margin-right: 0;
  }
  .sec-fazemos-content {
  	padding-right: 70px;
  	width: 40%;
  	padding-top: 180px;
  }
  .sec p.texto-chamada  {
  	font-size: 3em;
  }
  .slider img {
  	width: 100%;
  	max-height: none;
  }
  .slick-dots {
  	left: 8.3%;
  	width: 20px;
  	bottom: 30px;
  }
  .slick-dots li{
	display: block;
  }
}
.sec-contato h3 {
	color: #282828;
}
@media (min-width:768px){
  .sec-clientes h3 {
  	width: 80%;
  }

  .sec-contato h3 {
  	text-align: center;
  	font-size: 70px;
  }
  .site-form {
  	display: flex;
  	flex-flow: row wrap;
  	justify-content: space-between;
  	align-items: center;
  }
  .site-form input {
  	width: 48%;
  }
  .site-form textarea, .site-form > div {
  	width: 100%;
  }
  .sec-contato {
  	padding-top: 100px;
  	background: url('../images/bg-contato.jpg') no-repeat top center ;
    position: relative;
  	background-size: 100% auto;
  	padding-bottom: 60px;
  }

}
.sec-contato  {position: relative;}
.sec-contato  form {position: relative; z-index: 3;}
.sec-contato::after {
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	content: '';
	display: block;
	position: absolute; left: 0; bottom: 0;
}
@media (min-width:1024px){
	.sec-contato {
  	padding-top: 400px;
  	 }
  .sec-contato h3 {
  	font-size: 100px;
  }
  .site-form *{
  	font-size: 1.2em;
  }
}


@media (min-width:768px){
	.site-footer {padding-top: 0;}
  .footer-info {
  	display: flex;
  	flex-flow: row wrap;
  	justify-content: space-between;
  	align-items: center;
  	max-width: 700px;
  	margin: auto;
  }
  .footer-info div {
  	width: 50%;
  	text-align: right;

  	padding: 0 16px;
  }
  .footer-info div:last-child {
  	text-align: left;
  }
}

.site-form {
	position: relative;
}
@-webkit-keyframes LOADER {
    0% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
    50% {
        opacity: .8;
         transform: rotate(180deg) scale(1.3);

    }
    100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}
@keyframes LOADER {
    0% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
    50% {
        opacity: .8;
         transform: rotate(180deg) scale(1.3);

    }
    100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}
.site-form input, .site-form textarea{
	opacity: 1;
	transition:  opacity .4s;
}
.is-sending .site-form input,
.is-sending .site-form textarea{
	opacity: .3;
}
.site-form input:focus,
.site-form textarea:focus{
	outline: 0;
	border-bottom-color: #fa5b29;
}
.loader {
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
	width: 100%; height: 100%;
	display: none;
}
.loader::before {
	content:'';
	display: block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:  #fa5b29;
	background: linear-gradient(120deg, rgba(249,97,32,1) 0%, rgba(252,58,81,1) 100%);
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
	-webkit-animation:  LOADER .7s cubic-bezier(0.4, 0, 1, 1) infinite forwards;
	animation:  LOADER .7s cubic-bezier(0.4, 0, 1, 1) infinite forwards;
}


@media (max-width:767px){
 .sec.sec-fazemos {
 	padding-left: 0; padding-right: 0;
 }
 .call-menu {
 	/*position: absolute;
 	right: 5%;*/
    margin: auto;
    top: 0;
    bottom: 0;
 }
}
