/**** 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: #D03438;
	--corSecundaria: #F0B532;
	--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: 34px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}

#topo .marca{
	position: absolute;
	top: 12px;
	left: 2px;
	margin: 3px auto;
	max-width: 215px;
}

#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: var(--corTexto);
	font-family: "Inter";
	padding: 10px 35px 10px 35px;
	margin: 15px auto 7px auto;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}

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

#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(--corPrimaria);
}

#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: 16px auto 0 auto;
	border-radius: 4px; 
}

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


/*** Banner ***/
#banner{
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 450px;
	box-shadow: 0 1px 8px #666;
	background: url("../imagens/banner2.jpg") 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.4);
}

#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;
}

/*** Formulário Banner ***/
/*
#formulario-banner{
	margin: 0;
	padding: 16px 8px;	
	background-color: #fff;
	position: absolute;
	bottom: -80px;
	box-shadow: 0 1px 20px #333;
	z-index: 999999;
}

#formulario-banner h5{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

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

#formulario-banner .btn-enviar{
	display: block;
	font-size: 16px;
	padding: 12px 0;
	font-weight: bold;
	text-align: center;
	line-height: 80%;
	border: 0;
	background-color: var(--corSecundaria);
	color: #333;
	letter-spacing: 2px;
	margin: 2px auto 0 auto;
	width: 100%;
	outline: none;
	border-radius: 4px;
}

#formulario-banner .btn-enviar:hover{
	background-color: #14698D;
	color: #fff;
}

#formulario-banner .btn-enviar i{
	font-size: 14px;
	padding: 0;
}

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


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

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

#quem-somos h1 strong{
	color: #FFCA06;
	font-size: 24px;
	text-align: left;
}

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

#quem-somos img{
	position: absolute; 
	margin: 15px 0 0 -160px;
	max-width: 100%;
	box-shadow: 0 1px 10px #333;
}


/*** 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;
}

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

/*** Produto Bosch ***/
#produto-bosch{
	padding: 60px 0 60px 0;
	background: linear-gradient(270deg, rgba(255,255,255,1) 62%, rgba(148,29,32,1) 62%, rgba(225,41,46,1) 100%);
}

#produto-bosch h2{
	color: #e1292e;
	font-weight: normal;
	font-size: 28px;
}

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

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

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

/*** Produto Bosch WPP ***/
#produto-bosch-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-bosch-wpp h4{
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

#produto-bosch-wpp h4 strong{
	color: #e1292e;
}

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

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


/*** 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: 120px;
	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;
}


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

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

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

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

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

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


/*** Atendimento ***/
#atendimento{
	margin: 0;
	padding: 200px 0 60px 0;
	background: linear-gradient(270deg, rgba(20,105,141,1) 0%, rgba(30,72,89,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: #14698D;
	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){
	/*** Formulário Banner ***/
	/*
	#formulario-banner{
		left: -40px;
	}
	*/

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

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

	/*** Produto Bosch ***/
	#produto-bosch{
		background: linear-gradient(270deg, rgba(255,255,255,1) 68%, rgba(148,29,32,1) 68%, rgba(225,41,46,1) 100%);
	}

	/*** 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%);
	}
}

@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 5px 0;
	}

	#topo .marca{
		margin: 5px 0;
		max-width: 180px;
		float: left;
	}
	
	#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.8);
		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: 290px;
		background: url("../imagens/banner2.jpg") center 10px no-repeat;
	}

	#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: -150%;
		left: 50%;
		transform: translateX(-50%);
	}

	/*** Formulário Banner ***/
	/*
	#formulario-banner{
		width: 90%;
		margin: 0 auto;
		bottom: -150%;
		left: 50%;
		transform: translateX(-50%);
	}
	*/

	/*** Quem Somos ***/
	#quem-somos{
		padding: 30px 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-5{
		max-width: 90%;
	}

	#quem-somos img{
		position: relative; 
		margin: 15px auto 0 auto;
	}

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

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

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

	/*** Produto Bosch ***/
	#produto-bosch{
		padding: 40px 0;
		background: linear-gradient(270deg, rgba(255,255,255,1) 90%, rgba(148,29,32,1) 90%, rgba(225,41,46,1) 100%);
	}

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

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

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

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

	/*** Produto Bosch WPP ***/
	#produto-bosch-wpp{
		padding: 25px 0;
	}


	/*** Produto Moura ***/
	#produto-moura{
		padding: 40px 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: -40px;
		top: 60px;
		margin: 0;
		width: 150%;
		max-width: 300px;
	}

	/*** Produto Moura WPP ***/
	#produto-moura-wpp{
		padding: 25px 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: 24px;
		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;
	}
}

@media only screen and (max-width: 670px){
	/** Topo **/

	/*
	#topo .marca{
		margin: 5px 0;
		max-width: 180px;
		float: left;
	}
	
	#topo .menu-m{
		color: #fff;
		display: block;
		font-size: 24px;
		float: right;
		margin: 20px 15px 0 0;
	}
	
	#topo .col-md-6{
		width: 100%;
	}
	
	#topo .menu{
		position: absolute;
		background-color: var(--corPrimaria);
		float: none;
		width: 100% !important;
		display: none;
		z-index: 9999999;
		margin: 0;
		left: 0;
		transform: none;
	}
	
	#topo .menu li{
		float: none;
		padding: 0;
	}
	
	#topo .menu li a{
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		font-size: 16px;
	}

	#topo .link-wpp{
		float: left;
		margin: 8px 0 0 0;
	}

	#topo .btn-atendimento{
		margin: 0;
	}
*/
}