*{ margin:0; padding: 0; box-sizing:  border-box; }
a{ text-decoration: none !important; }
body{ font-family: 'Exo 2', sans-serif; }

.f12{  font-size: 12px; }
.f14{  font-size: 14px; }
.f16{  font-size: 16px; }
.f18{  font-size: 18px; }
.f20{  font-size: 20px; }
.f22{  font-size: 22px; }
.f24{  font-size: 24px; }
.f28{  font-size: 28px; }
.f30{  font-size: 30px; }
.f32{  font-size: 32px; }
.f36{  font-size: 36px; }
.f38{  font-size: 38px; }
.f40{  font-size: 40px; }
.f50{  font-size: 50px; }
.f48{  font-size: 48px; }
.f60{  font-size: 60px; }
.f120{  font-size: 120px; }
.f168{ font-size: 168px; }


@media only screen and (max-width: 480px) {
	.f48{ font-size: 34px; }
	.f60{ font-size: 34px; }

	#p1,
	#topoServicos,
	#topoServico,
	#topoCases,
	#topoCliente,
	#topoBlog,
	#topoArtigo,
	#topoVagas,
	#topoVaga{
		min-height: 500px !important;
	}

	#p2 .itens::before, #p2 .itens::after{
		content: none !important;
	}
	#p4 .titulo{
		font-size: 90px !important;
	}
	#p4 .itens h3{
		font-size: 38px !important;
	}
	#p4 .itens h4{
		font-size: 24px !important;
	}
	.item .image{
		height: 185px !important;
	}
	.item h1{
		font-size: 24px !important;
	}
}

.lh40{  line-height: 40px; }
.lh48{  line-height: 48px; }
.lh60{  line-height: 60px; }
.lh100{ line-height: 100%; }
.lh110{ line-height: 110%; }
.lh120{ line-height: 120%; }
.lh130{ line-height: 130%; }
.lh140{ line-height: 140%; }
.lh150{ line-height: 150%; }
.lh350{ line-height: 350%; }

.fpreta, .fpreta:hover{        color: #000000; }
.fbranca, .fbranca:hover{      color: #fff; }
.fvermelha, .fvermelha:hover{  color: #f4313f; }
.fcinza, .fcinza:hover{        color: #999999; }

.bpreta{    background-color: #000000; }
.bbranca{   background-color: #fff; }
.bvermelha{ background-color: #f4313f; }
.bcinza{    background-color: #ebebeb; }

.ft  { font-weight: 100; }
.fl  { font-weight: 300; }
.fn  { font-weight: 400; }
.fsb { font-weight: 600; }
.fb  { font-weight: 700; }
.feb { font-weight: 800; }

.bradius {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.botao .btnBotao.hvermelha:hover { background-color: #f4313f; }
.botao .btnBotao.hpreta:hover { background-color: #000; }
.transitions {
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	     -o-transition: all 0.5s ease-out;
	        transition: all 0.5s ease-out;
}

.alignVertical {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/*.linha-vermelha{
	box-shadow: 30px 0px 0px 0px white, 30px 1px 0px 0px #f4313f;
  	display: inline-block;
	transition: box-shadow 200ms;
}
.linha-vermelha:hover{
	box-shadow: 30px 0px 0px 0px white, 0px 1px 0px 0px #f4313f;
}
.linha-branca{
	box-shadow: 30px 0px 0px 0px white, 30px 1px 0px 0px #fff;
  	display: inline-block;
	transition: box-shadow 200ms;
}
.linha-branca:hover{
	box-shadow: 30px 0px 0px 0px white, 0px 1px 0px 0px #fff;
}*/

.linha:after{
	display: block;
	width: 100%;
	content: '';
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		    transition: all 0.2s ease-out;
}
.ldireita:after{
	-ms-transform: translate(25px,0px);
		transform: translate(25px,0px);
}
.lesquerda:after{
	-ms-transform: translate(-25px,0px);
		transform: translate(-25px,0px);
}

.linha:hover:after{
	-ms-transform: translate(0px,0px);
		transform: translate(0px,0px);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		    transition: all 0.2s ease-out;
}
.lvermelha:after{
	border-bottom-color: #f4313f;
}
.lbranca:after{
	border-bottom-color: #fff;
}

.borda-vermelha-bottom{
	border-bottom: 1px solid #f4313f;
	margin-right: -1rem;
}

.container-fluid{ max-width: 1680px; }

.accordion-toggle{ cursor: pointer; }

/* menu top */
body.menu-open {
    overflow-y: hidden;
}
header {
	width: 100%;
	padding: 30px;
	position: fixed;
	top:0;
	z-index: 3;
	transition: padding 0.3s linear;
	
}
header.b{
	padding: 10px 30px;
	background: linear-gradient(to bottom, rgba( 255, 255, 255, 0.4), rgba(255, 255, 255, 0) );
}
header .navbar{
	position: relative;
	max-width: 1680px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
header .navbar .centro{
	position: absolute;
	z-index: 1;
	left: 91px;
	right: 91px;
	top:46px;
	height: 1px;
	background: #ccc;
}
header button{
	border:none;
	background: none;
	outline: 0;
}
header button:active, header button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.navbar-brand{
	width:280px;
	height:76px;
	border-radius: 38px;
	/*border:1px solid #ccc;*/
	padding:12px 24px;
	z-index: 2;
	position: relative;
	background: #FFF url(../img/logo.svg) no-repeat center center / contain;
  	background-origin: content-box;
	-webkit-transition: background 0.5s ease-in-out, width 0.5s ease-in-out;
	   -moz-transition: background 0.5s ease-in-out, width 0.5s ease-in-out;
	    -ms-transition: background 0.5s ease-in-out, width 0.5s ease-in-out;
	     -o-transition: background 0.5s ease-in-out, width 0.5s ease-in-out;
	        transition: background 0.5s ease-in-out, width 0.5s ease-in-out; }

.navbar-brand.b{
	width:76px;
	height:76px;
	padding:12px 12px;
	background: url(../img/logo-b.svg) no-repeat center center / contain #fff;
	background-origin: content-box;
}
.navbar-brand-o{
	width:280px;
	height:76px;
	border-radius: 38px;
	border:none;
	padding:12px 24px;
	z-index: 2;
	position: relative;
	background: url(../img/logo-branco.png) no-repeat center center / contain;
  	background-origin: content-box;
}

@media only screen and (max-width: 480px) {
	header .navbar{
		padding: 0;
	}
	.navbar-brand, .navbar-brand-o{
		margin-right: 0;
		width: 50%;
		padding: 20px 0px;
	}
}

.icon{
	z-index: 2;
	float:right;
	/*cursor:pointer;*/
	padding:10px;
	position:relative;
	width:65px;
	height:65px;
	border-radius: 50%;
	border:1px solid #ccc;
	outline: 0; background:#fff;
}
.hamburger{
	width: 30px;
	height: 5px;
	background: #000;
	/*border:1px solid #000;*/
	border:none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 5px rgba(0,0,0, .2);
	transition: .5s;
}
.hamburger:before,
.hamburger:after{
	content: '';
	position: absolute;
	left: 0;
	width: 30px;
	height: 5px;
	background: #000;
	box-shadow: 0 2px 5px rgba(0,0,0, .2);
	transition: .5s;
}
.hamburger:before{
	top: -14px;
}
.hamburger:after{
	top: 14px;
}
.icon.active .hamburger{
	background: rgba(0,0,0,0);
	box-shadow: 0 2px 5px rgba(0,0,0, 0);
}
.icon.active .hamburger:before{
	top:0;
	transform: rotate(45deg);
}
.icon.active .hamburger:after{
	top:0;
	transform: rotate(135deg);
}

/*.burger_deluxe {  z-index: 2; float:right; cursor:pointer; padding:10px; position:relative; width:76px; height:76px; border-radius: 50%; border:1px solid #ccc; outline: 0; background:#fff; }
.burger_global { backface-visibility:hidden; position:absolute; left:20px; border-top:3px solid #000; width:35px; margin-top:25px; transition:0.55s }
.top_bun { top:0 }
.patty { top:10px }
.bottom_bun { top:20px }*/

#menu-full{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#000000;
	overflow-y: auto;
	z-index: 100;
	transform: scale(0);
	transition: 0.5s;
	display: flex;
	align-items: center;
}
#menu-full header{ background: none; }
#menu-full.active{
	transform: scale(1);
}
#menu-full .conteudo{
	position: absolute;
	top:150px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
}
#menu-full .menu{
	position: absolute;
	top: 180px;
	left: 10%;
	width: 34%;
}
#menu-full .info{
	position: absolute;
	top: 150px;
	right: 10%;
	width: 48%;
	padding-left: 90px;
	border-left: 1px solid #f4313f;
}
#menu-full ul{
	position: relative;
}
#menu-full ul li{
	position: relative;
	list-style-type: none;
	text-align: left;
	display: block;
}
#menu-full ul li a{
	position: relative;
	text-decoration: none;
	font-size: 40px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	transition-duration: .3s;
}
#menu-full ul li a:hover{
	padding-left: 15px;
	color: #f4313f;
}
#menu-full .social a{
	color: #fff;
	margin: 0 10px;
}
#menu-full .btn-enviar:hover{
	background: #000;
	color:#fff;
}
#toggleIcon{
	position: fixed;
	top:20px;
}

/* modelo de section */
.modelo{
}

.modelo .volume{
	fill: #fff;
	border:1px solid #ff303d;
	border-radius: 50%;
	width: 95px;
	height: 95px;
	padding: 20px;
}


#p1,
#topoServicos,
#topoServico,
#topoCases,
#topoCliente,
#topoBlog,
#topoArtigo,
#topoVagas,
#topoVaga{
	background: url(../img/background-asa.png) no-repeat center top;
	min-height: 750px;
	padding-top: 200px;
}
#topoServicos,
#topoCases{
	padding-top: 0px;
}
#topoCliente,
#topoArtigo{
	background: none;
	min-height: auto;
}
#topoVagas,
#topoVaga {
	background: none;
}

#topoVagas .fundopessoas{ background: url(../img/topoVagas.jpg) no-repeat center center / cover; height: 322px; }

#p1{
	position: relative;
}
#conversar{
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #000000;
	width: 360px;
	height: 200px;
	color: #fff;
	z-index: 100;
}

@media only screen and (max-width: 767px) {
	#conversar{
		display: none;
	}
}
#conversar .icon{
	border-radius: 0;
	background: transparent;;
	border:none;
	float:left;
	margin-right: 10px;
}

#p2{
	padding: 80px 44px;
	background: linear-gradient(90deg, #ebebeb 50%, #f4313f 50%);
}
#p2 .icon{
	position: relative;
	width: 155px;
	height: 155px;
	border-radius:0%;
	padding: 35px;
	border:none;
	background: transparent;
}
#p2 .itens .circulo{
	border: 1px solid #f4313f;
	border-radius: 50%;
	width: 155px;
	height: 155px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#p2 .itens p{
	color: #f4313f;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
}
#p2 .quadro{
	max-width: 540px;
	margin:0 auto;
}
#p2 .quadro ul,
#servicos .quadro ul{
	padding:0;
	margin:20px 0;
}
#p2 .quadro ul li,
#servicos .quadro ul li,
#infoCliente .quadro ul li {
	list-style: none;
	padding:20px 0;
	border-top: 1px solid #000;
}
#servicos .quadro ul li{
	padding: 22px 0px;
}
#p2 .quadro ul li:last-child,
#servicos .quadro ul li:last-child{
	border-bottom: 1px solid #000;
}
#servicos .quadro ul li:last-child{
	border-bottom: none;
}
#p2 .quadro ul li a,
#servicos .quadro ul li a{
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	color: #000;
	position: relative;
}
#servicos .quadro ul li a {
	font-size: 40px;
}
#p2 .quadro ul li a i,
#servicos .quadro ul li a i{
	text-align: right;
	font-weight: 900;
	float: right;
}

#p2 .itens {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
#p2 .itens .ele {
  height:250px;
  flex-basis: calc(100% / 3);
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}
#p2 .itens::after,
#p2 .itens::before {
  content: '';
  flex-basis: calc(100% / 6);
}
#p2 .itens::after {
  order: 1;
}
#p2 .itens .ele:nth-child(n+3) {
  order: 2;
}

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

	#p2 .itens::after,
	#p2 .itens::before {
		content: '';
		flex-basis: auto;
	}
	#p2 ul li i{ display: none; }
}


#p3 {
}
#p3 .centro{
	max-width: 1300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}
#p3 .conteudo{
	font-size: 48px;
}
#p3 .asa{
	max-width: 100px;
}

@media only screen and (max-width: 600px) {
	#p3 .conteudo{ font-size: 36px; }
}


#p4 .titulo,
#cases .titulo,
#motivo .titulo{
	background: url(../img/catavento_contorno.png);
	background-repeat: no-repeat;
	background-position: 100px top;
	background-size: 300px 300px;
	font-size: 168px;
	line-height: 110%;
	position: relative;
	height: 380px;
	overflow: hidden;
}
#cases .titulo {
	background-position: 280px top;
}
#p4 .titulo .t1,
#cases .titulo .t1,
#motivo .titulo .t1{
	position: absolute;
	white-space: nowrap;
	left: 65%;
	top:0;
}
#cases .titulo .t1,
#motivo .titulo .t1{
	left: 33%;
}
#p4 .titulo .t2,
#cases .titulo .t2,
#motivo .titulo .t2{
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: -50%;
}
#cases .titulo .t2,
#motivo .titulo .t2{
	left: -17%;
}
#p4 .itens img,
#cases .itens img{
	margin-bottom: 20px;
}
#p4 .itens h3{
	font-size: 48px;
	font-weight: 700;
	line-height: 100%;
	padding-left: 18px;
}
#p4 .itens h4{
	font-size: 30px;
	text-transform: uppercase;
	line-height: 100%;
	padding-left: 18px;
}
#p4 .itens p{
	font-size:18px;
	font-weight: 300;
	line-height: 100%;
	padding-left: 18px;
}


#p5{
	background: #ebebeb;
}
#p5 h3{
	font-size: 60px;
	font-weight: 700;
	display: flex;
	line-height: 50px;
}
#p5 h3:before{
	content: "";
    flex-grow: 1;
    background: #f4313f;
    height: 1px;
    font-size: 0px;
    margin-right: 30px;
    margin-left: -1rem;
    margin-top: 30px;
    line-height: 0px;
}
#p5 h3:after{
  content: "";
  flex-grow: 1;
  height: 1px;
}
#p5 .itens .col{ min-width: 200px; }


/* Blog */
#p6{ background:#000 url(../img/asablog.png) no-repeat; background-position: 80% 5%; color: #fff; }
#p6 h3 { font-size: 40px; font-weight: 700; 
	display: flex; }

#p6 h3:after{
	content: "";
    flex-grow: 1;
    background: #f4313f;
    height: 1px;
    font-size: 0px;
    margin-right: 0px;
    margin-left: 1rem;
    margin-top: 27px;
    line-height: 0px;
}
#p6 h3 .linkartigos{
	position: absolute;
	right: 0;
	top: 0;
}

/* Rodape */
#rodape h3{
  display: flex;
  flex: 1;
  width: 100%;
  margin: 20px auto;
  line-height: 50px;
}
#rodape .tratamento .middle{
  content: '';
  flex-grow: 1;
  margin: 0px 20px;
  background: linear-gradient(to right, #f4313f, #f4313f);
  background-position: 0% 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
}
#rodape .tratamento .content-1{
  order: 1;
}
#rodape .tratamento .middle{
  order: 2;
}
#rodape .tratamento .end{
  order: 3;
}
#rodape .tratamento .end img{ margin-top: 5px; }

#rodape .conteudo{
	display: flex;
	height: 100%;
}
#rodape .textos{
	display: inline-block;
	align-self: flex-end;
}

#rodape .social a{ color: #000; margin: 0 10px; }

#rodape .borda-topo-vermelha{ border-top:1px solid #f4313f; }

.historia .row{
  background: linear-gradient(to right, transparent 97%, #000 3%), linear-gradient(to right, #fff, #fff);
  background-size: 40px 1px, 1px 2px;
  background-position: 0 bottom;
  background-repeat: repeat-x;
}

.depoimento .asa{ max-width: 100px; }

/*
	Serviços
*/
#criacaoDesenvolvimento .box {
	overflow: hidden;
}
#criacaoDesenvolvimento .box hr {
	width: 80%;
	float: right;
	margin-bottom: 40px;
}
#criacaoDesenvolvimento #accordion .panel .panel-heading {
	border-top: 1px solid #000;
}
#criacaoDesenvolvimento #accordion .panel:first-child .panel-heading {
	border-top: none;
}


#cliente {
	background: linear-gradient(90deg, #ebebeb 50%, #000 50%);
}
#cliente .conteudo {
	width: 85%;
	margin: 0 auto;
}
#cliente .logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 992px) {
	#cliente{ background: #ebebeb; }
	.fpreto{ background: #000; }
}

#infoCliente .quadro ul li:first-child {
	border-top: none;
}
#infoCliente .quadro ul li a {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
#infoCliente .quadro ul li a .box {
	display: block;
	width: 70%;
}
#infoCliente .quadro ul li a i {
	width: 30%;
}
#carouselCliente .documentos .slick-dots {
	bottom: 50px;
}
#carouselCliente .documentos .slick-dots li button:before {
	content: '';
	width: 17px;
	height: 17px;
	font-size: 17px;
	line-height: initial;
	border: 2px solid #000;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	opacity: 1;
}
#carouselCliente .documentos .slick-dots li.slick-active button:before {
	background: #000;
}


#blog .noticiaPrincipal {
	position: relative;
}
#blog .noticiaPrincipal .texto {
	position: absolute;
	bottom: 120px;
	left: 125px;
}
#blog .noticiaOutras {
	background: #000000;
}
#blog .noticiaOutras .image {
	display: block;
	max-height: 430px;
	min-height: 400px;
	width: 100%;
	margin: 0 auto;
}
#blog .botao .btnBotao {
	border: 1px solid #f4313f;
}
#artigo .conteudo ul{
	padding-left: 40px;
}
#artigo .conteudo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#artigo .conteudo b{
	font-weight: 700;
}

#relacionadosArtigo .titulo p {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	width: 100%;
	text-align: center;
}
#relacionadosArtigo .titulo p:after {
	content: '';
	background: #FFF;
	height: 1px;
	flex-grow: 1;
	margin-left: 20px;
	margin-top: 12px;
}
#relacionadosArtigo img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

/*
	Page Vagas/Vaga
 */
#vagas #accordion .panel .panel-heading {
	border-bottom: 1px solid #000;
}
#vagas #accordion .panel:last-child .panel-heading {
	border-bottom: none;
}
#vagas #accordion .panel-collapse .panel-body .link {
	width: 100%;
}

#vaga {}
#vaga ul {
	list-style: none;
}
#vaga .box ul li {
	border-bottom: 1px solid #000;
}
#vaga .grade {
	background: linear-gradient(90deg, #ebebeb 50%, #f4313F 50%);
}
#vaga .grade .formulario {}
#vaga .grade .formulario input,
#vaga .grade .formulario span:after {
	color: #FFF;
}
#vaga .grade .formulario .checkbox .checkbox-custom {
	margin-left: 20px;
	border-width: medium;
	border-color: #fff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}
#vaga .grade .formulario .checkbox .checkbox-label input:checked ~ .checkbox-custom::after {
	left: 6px;
	top: 2px;
}
#vaga .grade .formulario .botao .btnBotao {
	width: 100%;
	height: 65px;
	border: 1px solid #000;
}





.gallery {
	height: 558px;
	overflow: hidden;
}
.gallery-container {
	max-width: 85%;
	height: 740px;
}
.gallery-item.gallery-item-selected {
	width: 690px;
	height: 720px;
}
.gallery-item.gallery-item-previous {
	left: 25%
}
.gallery-item.gallery-item-next {
	left: 75%;
}
.gallery-item.gallery-item-previous,
.gallery-item.gallery-item-next {
	width: 665px;
	height: 675px;
}
.gallery-item {
	opacity: 0;
}
.gallery-nav { visibility: 0; }
.gallery-controls {
	position: relative;
	bottom: 80%;
	z-index: 2;
}
.gallery-controls button {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	background: none;
}
.gallery-controls button:before {
	width: 20px;
	height: 20px;
}

.gallery-controls-previous {
	left: -40%;
}
.gallery-controls-next {
	right: -40%;
}
#carouselCliente hr {
	width: 85%;
	margin: 0px auto 60px auto;
	background: #000;
}


.slick-slide{
	height: auto;
}
.slick-list {
	/*min-height: 670px;*/
	padding: 0px 0px;
}
.item {
	padding-right: 50px;
	transition: 1.1s cubic-bezier(.165,.84,.44,1);
}
.item .quadro{
	display: inline-block;
}
.item .image {
	margin: 0px auto;
	width: 100%;
	height: 285px;
	transition: 1.1s cubic-bezier(.165,.84,.44,1);
}
.item .data{
	font-size: 18px;
	font-weight: 300;
	color: #f4313f;
	transition: 1.1s cubic-bezier(.165,.84,.44,1);
}
.item h1{
	max-width: 910px;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	transition: 1.1s cubic-bezier(.165,.84,.44,1);
}
.item a{
	color: #f4313f;
	font-size: 18px;
	transition: 1.1s cubic-bezier(.165,.84,.44,1);
}
.slick-dots li button:before{
	color: #fff;
}
.slick-dots li.slick-active button:before{
	color: #f4313f;
}
@media only screen and (min-width: 992px) {

	.slick-list {
		min-height: 670px;
	}
	.item.slick-current {
		width: 910px !important;
		margin-right: 50px;
	}
	.item.slick-current .image{
		width: 910px;
		height: 470px;
	}

	
}


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

	#p2{ background: linear-gradient(180deg, #ebebeb 53%, #f4313f 47%); }
}
@media only screen and (max-width: 991px) {


	#p4 .titulo,
	#cases .titulo,
	#motivo .titulo{
		font-size: 100px;
		height: 300px;
	}

	#p6{ background: #000; }

	#p6 h3{ font-size: 40px; }

	#p6 h3:after{
		margin-top: 30px;
	}

	.item.slick-current {
		/*width: 90vw !important;*/
		/*margin-right: 0px;*/
	}
	
	.item.slick-current .image{
		/*width: 90vw !important;*/
		/*margin:0;*/
	}

}

@media only screen and (max-width: 767px) {
	#p2{ background: #ebebeb; }
	#p2 .fbranca{ color: #000; }
	#servicos .quadro  ul li a{ font-size: 30px; }

}
@media only screen and (max-width: 575px) {
}

.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 25px; right: 25px; width: 70px; height: 70px; -webkit-border-radius: 50%; cursor: pointer; background-color: #0ba360; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('../img/whatsplug.svg'); background-size: 50% auto;}
.whatsapp-plug-icon:hover{background-color: #15cc74;}
.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover::after{border: 4px solid #15cc74;}
.whatsapp-plug-icon:hover::before{border: 4px solid #15cc74;}

.fundo-ecommerce{ 
	background: 
		url(../img/port-blight.png) no-repeat 100px 50px,
		url(../img/port-equilibrio.png) no-repeat 110% center,
		url(../img/port-bonitazen.png) no-repeat left bottom,
		#ebebeb;
	min-height: 1200px;
}

@media only screen and (max-width: 1500px) {
	.fundo-ecommerce{ background: #ebebeb; }
}
@media only screen and (min-width: 992px) {
	.bordacupom{
		border-bottom: 1px solid #000;
	}
}

#ecommerce .quadronumero{
	float:left;
	width: 160px;
	line-height: 84%;
}
#ecommerce .quadrotexto{
	float: left;
	width: calc(100% - 160px);
	border-bottom: 1px solid #f4313f;
}
@media only screen and (max-width: 540px) {
	#ecommerce .quadronumero{
		font-size: 60px;
		width: 80px;
	}
	#ecommerce .quadrotexto{
		width: calc(100% - 80px);
	}
	#ecommerce .quadrotexto .f36{
		font-size: 26px;
	}
	#ecommerce .quadrotexto .f30{
		font-size: 20px;
		font-weight: 300;
	}
}

#faq #accordion .panel .panel-heading {
	border-top: 1px solid #000;
}

#faq #accordion .panel:first-child .panel-heading {
	border-top:none;
}


@media all and (min-width: 600px) {
  #modalLgpd .modal-dialog{
    /*margin: auto 10px 10px auto;*/
    /*margin-top: auto;*/
    /*margin-left: auto;*/
    /*margin-right: 0px;*//*
    margin-bottom: 0px;*/
  }
  #modalLgpd .modal-dialog .modal-content{
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*overflow: auto;
    width: 100%;*/
  }
  #modalLgpd .teste-modal{
    position: absolute;
    bottom: 20px;
    top: 20px;
  }
}
#modalLgpd .botao{
  border-top-left-radius: 20px !important;
  color: #fff;
  background: #124a7e;
  border: 1px solid #124a7e;
  padding: 10px 20px;
  width: 48%;
}
#modalLgpd .modal-body b{
  color: #124980;
  font-weight: 400;
}

.btn-lgpd{position: fixed; z-index: 1000; bottom: 20px; left: 20px; width: 60px; height: 60px; -webkit-border-radius: 50%; cursor: pointer; background-color: #fff; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('../img/lgpd.svg'); background-size: 100% auto;
  border-color: #fff; -webkit-box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);
box-shadow: 0px 0px 7px 1px rgba(255,255,255,1); opacity: 0.5;}
.btn-lgpd:hover{box-shadow:all; opacity: 1; background-color: #fff; border-color: #fff; }
