/**** Fonts ****/
@font-face{
	font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: "Inter";
    src: url("../fonts/Inter-Medium.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face{
	font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.ttf");
    font-weight: bold;
    font-style: normal;
}

/**** Variáveis ****/
:root{
	--corFundo: #f7f7f7;
	--corPrimaria: #14264a;
	--corSecundaria: #f5be2e;
	--corTexto: #111111;
	--cortextoO: #ffffff;
	--corFundoRodape: #04272a;
}

/**** Padrão ****/
html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: var(--corTexto);
	font-family: "Inter";
	height: 100%;
	background-color: var(--corFundo);
}

p{
	color: var(--corTexto);
	font-size: 14px;
}

a{
	color: var(--corTexto);
	border-radius: 0;
}

a:hover{
	color: var(--corPrimaria);
	text-decoration: none;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.img-responsive{
	width: 100%;
}

.clr{
	clear: both;
}

.noppading{
	padding: 0;
}

.mfp-figure:after{
	background-color: transparent;
	box-shadow: none !important;
}


/*** Botão Wpp ***/
#btn-wpp{
	display: block;
	position: fixed;
	bottom: 3%;
	right: 2%;
	background-color: #42D755;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	width: 60px;
	height: 60px;
	padding: 10px 0 0 0;
	font-size: 28px;
	box-shadow: 0 1px 8px #666;
	z-index: 9999999;
}

#btn-wpp:hover{
	background-color: #248037;
	box-shadow: 0 1px 1px #666;
}


/*** Sobre Topo ***/
#sobre-topo{
	background-color: #000;
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999;
}

#sobre-topo a{
	display: block;
	width: 100%;
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: var(--corSecundaria);
}

#sobre-topo a:hover{
	color: #E4F0F0;
}


/*** Topo ***/
#topo{
	margin: 33px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 9999;
	background-color: var(--corPrimaria);
}

#topo .marca{
	position: absolute;
	top: 5px;
	left: 23px;
	margin: 3px auto;
	max-width: 150px;
}

#topo .menu-m{
	color: var(--corSecundaria);
	display: none;
}

#topo .menu{
	float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;	
}

#topo .menu li{
	float: left;
}

#topo .menu li.menu-atendimento{
	display: none;
}

#topo .menu li a{
	position: relative;
	display: block;
	color: #fff;
	font-family: "Inter";
	padding: 12px 35px 12px 35px;
	margin: 15px auto 11px auto;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}

#topo .menu li a:hover{
	color: var(--corSecundaria);
}

#topo .menu li a:hover:before,
#topo .menu li .ativo:before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 1px;
	width: 30px;
	border-bottom: 2px solid var(--corSecundaria);
}

#topo .btn-atendimento{
	display: block;
	color: #000;
	background-color: var(--corSecundaria);
	font-size: 14px;
	float: right;
	font-weight: bold;
	padding: 7px 22px 8px 22px;
	margin: 20px auto 0 auto;
	border-radius: 4px; 
}

#topo .btn-atendimento:hover{
	background-color: #000;
	color: #fff;
}


/*** Banner ***/
#banner{
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 650px;
	box-shadow: 0 1px 8px #666;
	background: url("../imagens/banner.webp") center center no-repeat;
	background-size: cover;
}

#banner .overlay{ 
	background-size: 71px 64px; 
	width: 100%; 
	height: 100%; 
}

#banner .container,
#banner .row{
	height: 100%;
}

#banner .bloco-conteudo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 7px 15px;
	background-color: rgba(0,0,0,0.5);
}

#banner h2{
	color: var(--corSecundaria);
	font-size: 40px;
	text-transform: uppercase;
}

#banner h4{
	color: #fff;
}

#banner .bloco-conteudo-destaque{
	margin: 0;
	padding: 4px 8px;	
	background-color: #fff;
	position: absolute;
	bottom: -80px;
	box-shadow: 0 1px 20px #333;
	z-index: 999999;
	width: 100%;
}

#banner .bloco-conteudo-destaque .plantao{
	width: 100%;
	background-color: var(--corPrimaria);
	padding: 8px;
	margin: 4px auto;
}

#banner .bloco-conteudo-destaque .plantao .titulo{
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}

#banner .bloco-conteudo-destaque .plantao .titulo span{
	font-size: 12px;
}

#banner .bloco-conteudo-destaque .plantao a{
	display: block;
	color: #fff;
	font-family: "Inter";
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 4px auto;
}

#banner .bloco-conteudo-destaque .contato{
	width: 100%;
	background-color: var(--corSecundaria);
	padding: 8px;
	margin: 0 auto 4px auto;
}

#banner .bloco-conteudo-destaque .contato .titulo{
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 4px 0 0 0;
	color: var(--corTexto);
}

#banner .bloco-conteudo-destaque .contato a{
	display: block;
	color: var(--corTexto);
	font-family: "Inter";
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 4px auto;
	padding: 0 8px;
}

#banner .bloco-conteudo-destaque .contato a i{
	font-size: 16px;
}

/*** Quem Somos ***/
#quem-somos{
	margin: 0;
	padding: 140px 0 50px 0;
	background: linear-gradient(90deg, rgba(241,241,241,1) 65%, rgba(240,181,50,1) 65%);
}

#quem-somos h1{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: right;
	text-transform: uppercase;
}

#quem-somos h1 strong{
	margin-top: 10px;
	color: #FFCA06;
	font-size: 23px;
	text-align: left;
}

#quem-somos p{
	font-size: 14px;
	margin: 10px 0;
	color: #222;
	text-align: justify;
}

#quem-somos .area-slider{
 	position: relative;
	transform: translate(8%,-7%);
}

#quem-somos .area-slider .slider .owl-stage-outer {
	padding: 12px 0; 
}

#quem-somos .area-slider .slider img{
	max-width: 95%;
	margin: 0 auto;
	box-shadow: 0 1px 10px #333;
}

#quem-somos .area-slider .prev-slider{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--corPrimaria);
	left: -25px;
	font-size: 25px;
	cursor: pointer;
}

#quem-somos .area-slider .next-slider{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--corPrimaria);
	right: -25px;
	font-size: 25px;
	cursor: pointer;
}


/*** Destaque ***/
#destaque{
	padding: 30px 0 25px 0;
	background: radial-gradient(circle at 150%, rgba(68,68,68,1) 20%, rgba(0,0,0,1) 80%);
}

#destaque h4{
	color: #fff;
	padding-top: 7px;
	text-align: right;
	font-size: 30px;
}

#destaque h4 strong{
	display: block;
	color: var(--corSecundaria);
}

#destaque p{
	color: #fff;
	font-size: 18px;
	margin: 17px 0 0 0;
}

#destaque p span{
	font-size: 12px;
}

/*** Produto Moura ***/
#produto-moura{
	padding: 60px 0 60px 0;
	background: linear-gradient(270deg, rgba(250,250,250,1) 62%, rgba(172,122,18,1) 62%, rgba(224,160,26,1) 100%);
}

#produto-moura h2{
	color: #e0a01a;
	font-weight: normal;
	font-size: 28px;
}

#produto-moura h2 strong{
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}

#produto-moura p{
	padding: 5px 5px 5px 20px;
}

#produto-moura img{
	position: absolute;
	left: 10px;
	top: 60px;
	margin: 0;
	width: 140%;
	max-width: 600px;
}

/*** Produto Moura WPP ***/
#produto-moura-wpp{
	padding: 30px 0 25px 0;
	background: radial-gradient(circle at 150%, rgba(68,68,68,1) 20%, rgba(0,0,0,1) 80%);
}

#produto-moura-wpp h4{
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

#produto-moura-wpp h4 strong{
	color: #e0a01a;
}

#produto-moura-wpp .btn-wpp-moura{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 0;
	width: 200px;
	margin: 0 auto;
	background-color: #e0a01a;
}

#produto-moura-wpp .btn-wpp-moura:hover{
	color: #fff;
	background-color: #000;
}

/*** Produto Kondor ***/
#produto-kondor{
	padding: 60px 0 60px 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 62%, rgb(1, 60, 97) 62%, rgba(1,81,132,1) 100%);
}

#produto-kondor h2{
	color: #015184;
	font-weight: normal;
	font-size: 28px;
}

#produto-kondor h2 strong{
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}

#produto-kondor p{
	padding: 5px 5px 5px 20px;
}

#produto-kondor img{
	position: absolute;
	left: 10px;
	top: 80px;
	margin: 0;
	width: 140%;
	max-width: 600px;
}

/*** Produto Kondor WPP ***/
#produto-kondor-wpp{
	padding: 30px 0 25px 0;
	background: radial-gradient(circle at 150%, rgba(68,68,68,1) 20%, rgba(0,0,0,1) 80%);
}

#produto-kondor-wpp h4{
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

#produto-kondor-wpp h4 strong{
	color: #015184;
}

#produto-kondor-wpp .btn-wpp-kondor{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 0;
	width: 200px;
	margin: 0 auto;
	background-color: #015184;
}

#produto-kondor-wpp .btn-wpp-kondor:hover{
	color: #fff;
	background-color: #000;
}

/*** Produto Zetta ***/
#produto-zetta{
	padding: 60px 0 100px 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 62%,  rgb(51, 51, 51) 62%, rgb(90, 90, 92)100%);
}

#produto-zetta h2{
	color: #5a5a5c;
	font-weight: normal;
	font-size: 28px;
}

#produto-zetta h2 strong{
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}

#produto-zetta p{
	padding: 5px 5px 5px 20px;
}

#produto-zetta img{
	position: absolute;
	left: 10px;
	top: 80px;
	margin: 0;
	width: 140%;
	max-width: 600px;
}

/*** Produto Zetta WPP ***/
#produto-zetta-wpp{
	padding: 30px 0 25px 0;
	background: radial-gradient(circle at 150%, rgba(68,68,68,1) 20%, rgba(0,0,0,1) 80%);
}

#produto-zetta-wpp h4{
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

#produto-zetta-wpp h4 strong{
	color: #5a5a5c;
}

#produto-zetta-wpp .btn-wpp-zetta{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 0;
	width: 200px;
	margin: 0 auto;
	background-color: #5a5a5c;
}

#produto-zetta-wpp .btn-wpp-zetta:hover{
	color: #fff;
	background-color: #000;
}

/*** Produto Heliar ***/
#produto-heliar{
	padding: 60px 0 60px 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 62%, rgb(26, 61, 30) 62%, rgba(46,112,54,1) 100%);
}

#produto-heliar h2{
	color: #2e7036;
	font-weight: normal;
	font-size: 28px;
}

#produto-heliar h2 strong{
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}

#produto-heliar p{
	padding: 5px 5px 5px 20px;
}

#produto-heliar img{
	position: absolute;
	left: 10px;
	top: 80px;
	margin: 0;
	width: 140%;
	max-width: 600px;
}

/*** Produto Heliar WPP ***/
#produto-heliar-wpp{
	padding: 30px 0 25px 0;
	background: radial-gradient(circle at 150%, rgba(68,68,68,1) 20%, rgba(0,0,0,1) 80%);
}

#produto-heliar-wpp h4{
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

#produto-heliar-wpp h4 strong{
	color: #2e7036;
}

#produto-heliar-wpp .btn-wpp-heliar{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 0;
	width: 200px;
	margin: 0 auto;
	background-color: #2e7036;
}

#produto-heliar-wpp .btn-wpp-heliar:hover{
	color: #fff;
	background-color: #000;
}

/*** Produto Cral ***/
#produto-cral{
	padding: 60px 0 60px 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 62%, rgb(21, 28, 74) 62%, rgba(53,70,175,1) 100%);
}

#produto-cral h2{
	color: #3546af;
	font-weight: normal;
	font-size: 28px;
}

#produto-cral h2 strong{
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}

#produto-cral p{
	padding: 5px 5px 5px 20px;
}

#produto-cral img{
	position: absolute;
	left: 10px;
	top: 100px;
	margin: 0;
	width: 140%;
	max-width: 600px;
}

/*** Produto Cral WPP ***/
#produto-cral-wpp{
	padding: 30px 0 25px 0;
	background: radial-gradient(circle at 150%, rgba(68,68,68,1) 20%, rgba(0,0,0,1) 80%);
}

#produto-cral-wpp h4{
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

#produto-cral-wpp h4 strong{
	color: #3546af;
}

#produto-cral-wpp .btn-wpp-cral{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 0;
	width: 200px;
	margin: 0 auto;
	background-color: #3546af;
}

#produto-cral-wpp .btn-wpp-cral:hover{
	color: #fff;
	background-color: #000;
}

/*** Unidades ***/
#unidades{
	padding: 0;
	background-color: #f1f1f1;
}

#unidades iframe{
	width: 100%;
	height: 550px;
}

#unidades .bloco{
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: -162px;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 15px 1px 15px;
	border-radius: 8px;
	box-shadow: 0 1px 8px #666;
	min-height: 270px;
}

#unidades .bloco h5{
	color: var(--corPrimaria);
	font-weight: bold;
}

#unidades .bloco p{
	color: #111;
}

#unidades .bloco .telefone .fa-whatsapp {
    font-weight: 400;
    font-size: 19px;
    position: relative;
    top: 1px;
}

#unidades .bloco p.telefone{
	background-color: var(--corSecundaria);
	padding: 8px 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#unidades .bloco .endereço strong{
	display: block;
	margin-bottom: 2px;
}

/*** Atendimento ***/
#atendimento{
	margin: 0;
	padding: 200px 0 60px 0;
	background: linear-gradient(270deg, rgb(14, 25, 48) 0%, rgba(20,38,74,1) 100%);
}

#atendimento h2{
	padding: 0;
	margin: 8px 0 0 0;
	display: block;
	padding: 0;
	text-align: left;
	color: var(--corSecundaria);
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}

#atendimento p{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}

#atendimento .controle{
	border: 1px solid #e1e1e1;
	outline: none;
	border-radius: 0;
	background-color: #f8f8f8;
	padding: 8px 10px;
	margin: 8px auto;
	width: 100%;
	letter-spacing: 1px;
}

#atendimento textarea.controle{
	height: 98px;
}

#atendimento .btn-enviar{
	display: block;
	font-size: 14px;
	padding: 12px 0;
	font-weight: bold;
	text-align: center;
	line-height: 80%;
	border: 0;
	background-color: var(--corSecundaria);
	color: #000;
	margin: 2px 0;
	width: 100%;
	max-width: 200px;
	outline: none;
	border-radius: 4px;
}

#atendimento .btn-enviar:hover{
	background-color: #000;
	color: #fff;
}

#atendimento .retorno-formulario{
	display: none;
	width: 100%;
	background-color: #217346;
	color: #fff;
	padding: 7px 10px;
	letter-spacing: 1px;
	font-size: 16px;
}


/*** Rodapé ***/
#rodape{
	padding: 80px 0 40px 0;
	background-color: #000;
	font-family: "Inter";
	font-weight: normal;
}

#rodape p{
	color: #fff;
}

#rodape .marca{
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
}

#rodape .menu-rodape{
	margin: 0 auto;
	padding: 0;
	width: 150px;
}

#rodape .menu-rodape li{
	list-style-type: none;
	padding: 8px 0;
}

#rodape .menu-rodape li a{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
}

#rodape .menu-rodape li a:hover{
	color: var(--corSecundaria);
}

#rodape .dados-contato{
	margin: 10px 0 50px 0;
}

#rodape .dados-contato .bloco{
	text-align: right;
	margin: 0 0 10px 0;
}

#rodape .dados-contato a{
	display: block;
	font-family: "Inter";
	font-weight: normal;
	font-size: 16px;
	color: var(--corSecundaria);
}

#rodape .dados-contato a:hover{
	color: #E4F0F0;
}

#rodape .dados-contato a.plantao{
	font-size: 18px;
	font-weight: bold;
}	

#rodape .dados-contato p{
	margin: 2px 0;
	font-size: 14px;
}

#rodape .redes-sociais{
	font-family: "Inter";
	font-weight: normal;
	color: #fff;
	margin: 50px auto 5px auto;
	width: 92px;
}

#rodape .redes-sociais a{
	display: block;
	float: left;
	color: var(--corPrimaria); 
	background-color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	padding-top: 3px;
	margin: 0 8px;
	font-size: 16px;
}

#rodape .redes-sociais a:hover{
	color: #fff;
	background-color: var(--corPrimaria);
}


/*** Assinatura ***/
#assinatura{
	padding: 10px 0;
	background-color: #111;
}

#assinatura p{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 9px;
	color: #fff;
	letter-spacing: 1px;
}

#assinatura a{
	color: #f1f1f1;
	text-decoration: none;
}

#assinatura a:hover{
	text-decoration: underline;
}

/*** Responsividade ***/
@media only screen and (max-width: 1400px){

	#banner .bloco-conteudo-destaque{
		left: -40px;
	}

	/*** Quem Somos ***/
	#quem-somos .col-md-5{
		max-width: 38%;
	}

	#quem-somos .area-slider{
		position: relative;
	   transform: translate(4%,-7%);
    }

	/*** Produto Moura ***/
	#produto-moura{
		background: linear-gradient(270deg, rgba(250,250,250,1) 68%, rgba(172,122,18,1) 68%, rgba(224,160,26,1) 100%);
	}

	/*** Produto kondor ***/
	#produto-kondor{
		background: linear-gradient(270deg, rgba(255,255,255,1) 68%, rgb(1, 60, 97) 68%, rgba(1,81,132,1) 100%);
	}

	/*** Produto Zetta ****/
	#produto-zetta{
		background: linear-gradient(270deg, rgba(255,255,255,1) 68%,  rgb(51, 51, 51, 1) 68%, rgb(90, 90, 92,1)100%);
	}

	/*** Produto heliar ****/
	#produto-heliar {
		background: linear-gradient(270deg, rgba(255,255,255,1) 68%, rgb(26, 61, 30) 68%, rgba(46,112,54,1) 100%);
	}

	/*** Produto Cral ****/
	#produto-cral{
		background: linear-gradient(270deg, rgba(255,255,255,1) 68%, rgb(21, 28, 74) 68%, rgba(53,70,175,1) 100%);
	}
}

@media only screen and (max-width: 900px){
	/*** Sobre Topo ***/
	#sobre-topo a{
		display: none;
	}

	#sobre-topo a.plantao{
		display: block;
	}

	#sobre-topo a.plantao span{
		font-size: 11px;
	}

	/*** Topo ***/
	#topo{
		padding: 0 0 8px 0;
	}

	#topo .marca{
		margin: 5px 0;
		max-width: 130px;
		float: left;
		z-index: 99999999;
	}
	
	#topo .menu-m{
		display: block;
		background-color: var(--corSecundaria);
		color: #000;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		padding: 6px 0 0 0;
		font-size: 20px;
		margin-bottom: 10px;
		float: right;
		margin: 20px 15px 0 0;
	}

	#topo .menu li.menu-atendimento{
		display: block;
	}

	#topo .menu li a{
		color: #fff;
		background-color: rgba(0,0,0,0.8);
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		font-size: 16px;
	}

	#topo .menu{
		position: absolute;
		background-color: var(--corPrimaria);
		float: none;
		width: 100% !important;
		display: none;
		z-index: 9999999;
		margin: 0;
		left: 0;
		top: 5px;
		transform: none;
	}
	
	#topo .menu li{
		float: none;
		padding: 0;
	}
	
	#topo .menu li a{
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 0;
		background-color: rgba(0,0,0,0.4);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		font-size: 16px;
	}

	#topo .btn-atendimento{
		display: none;
		margin: 0;
	}

	/*** Banner ***/
	#banner{
		margin-top: -10px;
		height: 420px;
		margin-bottom: 190px;
		background: url("../imagens/banner.webp") no-repeat;
		background-size: cover;
		background-position: 68% 50%;
	}

	#banner .bloco-conteudo{
		position: relative;
		transform: unset;
	}

	#banner h2{
		font-size: 20px;
	}

	#banner h4{
		font-size: 16px;
	}

	#banner .bloco-conteudo-destaque{
		width: 90%;
		margin: 0 auto;
		bottom: -90%;
		left: 50%;
		transform: translateX(-50%);
	}

	/*** Quem Somos ***/
	#quem-somos{
		padding: 30px 0 65px 0;
		background: linear-gradient(90deg, rgba(241,241,241,1) 90%, rgba(240,181,50,1) 90%);
	}

	#quem-somos h1{
		font-size: 24px;
		max-width: 90%;
	}

	#quem-somos h1 strong{
		font-size: 22px;
	}

	#quem-somos .col-md-4{
		max-width: 90%;
	}

	#quem-somos .area-slider{
		position: relative;
	   transform: none;
    }

	#quem-somos .area-slider .slider img{
		position: relative;
		max-width: 93%;
	}

	#quem-somos .area-slider .prev-slider {
		position: absolute;
		top: 108%;
		left: 35%;
		transform: translate(-50%,-50%);
		font-size: 32px;
	}

	#quem-somos .area-slider .next-slider {
		position: absolute;
		top: 108%;
		left: 65%;
		transform: translate(-50%,-50%);
		font-size: 32px;
	}

	/*** Destaque ***/
	#destaque{
		padding: 40px 0;
	}

	#destaque h4{
		width: 90%;
		padding-top: 0;
		font-size: 22px;
	}

	#destaque p{
		font-size: 14px;
		margin: 10px 0;
	}

	/*** Produto Moura ***/
	#produto-moura{
		padding: 40px 0 30px 0;
		background: linear-gradient(270deg, rgba(250,250,250,1) 90%, rgba(172,122,18,1) 90%, rgba(224,160,26,1) 100%);
	}

	#produto-moura h2{
		width: 90%;
		text-align: right;
		font-size: 22px;
		margin-bottom: 200px;
	}

	#produto-moura h2 strong{
		display: block;
		font-size: 30px;
	}

	#produto-moura p{
		width: 90%;
		margin-left: 10%;
		padding: 5px 5px 5px 0;
	}

	#produto-moura img{
		position: absolute;
		left: -30px;
		top: 60px;
		margin: 0;
		width: 150%;
		max-width: 300px;
	}

	/*** Produto Moura WPP ***/
	#produto-moura-wpp{
		padding: 25px 0 40px 0;
	}
	
	/*** Produto kondor ***/
	#produto-kondor{
		padding: 40px 0 30px 0;
		background: linear-gradient(270deg, rgba(255,255,255,1) 90%, rgb(1, 60, 97) 90%, rgba(1,81,132,1) 100%);
	}

	#produto-kondor h2 {
		width: 90%;
		text-align: right;
		font-size: 22px;
		margin-bottom: 200px;
	}

	#produto-kondor h2 strong {
		display: block;
		font-size: 30px;
	}

	#produto-kondor p{
		width: 90%;
		margin-left: 10%;
		padding: 5px 5px 5px 0;
	}

	#produto-kondor img{
		position: absolute;
		left: -35px;
		top: 60px;
		margin: 0;
		width: 150%;
		max-width: 300px;
	}
	
	/*** Produto Kondor WPP ***/
	#produto-kondor-wpp{
		padding: 25px 0 38px 0;
	}

	/*** Produto Zetta ****/
	#produto-zetta{
		padding: 40px 0 30px 0;
		background: linear-gradient(270deg, rgba(255,255,255,1) 90%,  rgb(51, 51, 51, 1) 90%, rgb(90, 90, 92,1)100%);
	}

	#produto-zetta h2 {
		width: 90%;
		text-align: right;
		font-size: 22px;
		margin-bottom: 200px;
	}

	#produto-zetta h2 strong {
		display: block;
		font-size: 30px;
	}

	#produto-zetta img{
		position: absolute;
		left: -25px;
		top: 60px;
		margin: 0;
		width: 150%;
		max-width: 300px;
	}

	#produto-zetta p{
		width: 90%;
		margin-left: 10%;
		padding: 5px 5px 5px 0;
	}

	/*** Produto Zetta WPP ***/
	#produto-zetta-wpp{
		padding: 25px 0 38px 0;
	}

	/*** Produto Heliar ****/
	#produto-heliar {
		padding: 40px 0 30px 0;
		background: linear-gradient(270deg, rgba(255,255,255,1) 90%, rgb(26, 61, 30) 90%, rgba(46,112,54,1) 100%);
	}

	#produto-heliar h2 {
		width: 90%;
		text-align: right;
		font-size: 22px;
		margin-bottom: 210px;
	}

	#produto-heliar h2 strong {
		display: block;
		font-size: 30px;
	}

	#produto-heliar img{
		position: absolute;
		left: -40px;
		top: 60px;
		margin: 0;
		width: 150%;
		max-width: 300px;
	}

	#produto-heliar p{
		width: 90%;
		margin-left: 10%;
		padding: 5px 5px 5px 0;
	}

	/*** Produto Heliar WPP ***/
	#produto-heliar-wpp{
		padding: 25px 0 38px 0;
	}

	/*** Produto Cral ****/
	#produto-cral{
		padding: 40px 0 30px 0;
		background: linear-gradient(270deg, rgba(255,255,255,1) 90%, rgb(21, 28, 74) 90%, rgba(53,70,175,1) 100%);
	}

	#produto-cral h2 strong {
		display: block;
		font-size: 30px;
	}

	#produto-cral h2 {
		width: 90%;
		text-align: right;
		font-size: 22px;
		margin-bottom: 210px;
	}

	#produto-cral img{
		position: absolute;
		left: -40px;
		top: 60px;
		margin: 0;
		width: 150%;
		max-width: 300px;
	}

	#produto-cral p{
		width: 90%;
		margin-left: 10%;
		padding: 5px 5px 5px 0;
	}

	/*** Produto Cral WPP ***/
	#produto-craal-wpp{
		padding: 25px 0 38px 0;
	}

	/*** Unidades ***/	
	#unidades .col-md-6{
		padding: 0;
	}

	#unidades iframe{
		height: 350px;
	}

	#unidades .bloco{
		width: 95%;
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		margin: -40px auto 40px auto;
	}

	#unidades .bloco p.telefone{
		padding: 8px 4px;
		font-size: 14px;
	}

	/*** Atendimento ***/
	#atendimento{
		padding: 40px 0;
	}

	#atendimento h2{
		font-size: 25px;
		margin-bottom: 20px;
	}

	#atendimento .controle{
		width: 100%;
	}

	#atendimento .btn-enviar{
		margin: 2px 0 0 0;
	}

	#atendimento .retorno-formulario{
		margin-top: 20px;
		font-size: 12px;
	}


	/*** Rodapé ***/
	#rodape{
		padding: 20px 0;
	}	
	
	#rodape .marca{
		float: left;
		max-width: 180px;
		width: 100%;
		margin: 0 auto 40px auto;
	}
	
	#rodape .col-md-3{
		width: 50%;
		margin-top: 30px;
	}

	#rodape .menu-rodape{
		width: 100px;
		margin: 0 auto;
	}

	#rodape .menu-rodape li{
		padding: 4px 0;
	}

	#rodape .menu-rodape li a{
		font-size: 12px;
		letter-spacing: 0;
	}

	#rodape .dados-contato{
		margin: 40px 0 0 0 ;
		line-height: 150%;
		font-size: 12px;
		font-weight: normal;
	}

	#rodape .dados-contato .bloco{
		margin: 0 0 40px 0;
	}
	
	#rodape .dados-contato p{
		font-size: 12px;
	}
		
	
	/** Assinatura **/
	#assinatura{
		padding: 10px 0;
		font-size: 10px;
	}
	
	#assinatura p{
		text-align: center;
	}
}
