/*
-------------------------- RESET + HOVER --------------------------
*/
@import url("normalize.css");
@import url("hover.css");
@import url("animate.css");
/*
---------------------------- WEBFONTS -----------------------------
*/
@import url("webfonts.css");
/*
------------------------------ MENU -------------------------------
*/
@import url("menu.css");
/*
---------------------- REDEFINICAO CSS GLOBAL ---------------------
*/
html{font-size:62.5%;}
*{text-rendering:optimizeLegibility;}
::selection{background:#1b130f;color:#fff;}
::-moz-selection{background:#1b130f;color:#fff;}
.fleft{float:left}
.fright{float:right}
body {
	background: #fff;
	color: #3e3e3e;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	max-width: 2000px;
	min-width: 280px;
	position: relative;
	z-index: 2;
}
/*
------------------- CSS OCULTAR MOBILE EM DESKTOP ------------------
*/
@media screen and (min-width: 768px){.mobile{display:none!important;visibility:hidden!important;}}
/*
------------------- ESTRUTURA SECOES + ELEMENTOS -------------------
*/
.oculto{display:none!important;visibility: hidden !important;}
.banners.corpo,.titulos,.conteudos,#rodape,.rodape{box-sizing:border-box;overflow:visible;position:relative;z-index:5;}
main {
	float: none !important;
	overflow: visible;
	padding: 0 !important;
	position: relative;
}
#topo {
	background: url(../img/menu-sombra.png) no-repeat center bottom;
	/*overflow: hidden;*/
	padding: 0;
	padding-bottom: 5px;
	position: relative;
	z-index: 6;
	width: 100%;
}
#topo:before {
	background-image: -moz-linear-gradient( 0deg, rgb(223,223,223) 51%, rgb(239,239,239) 51%, rgba(255,255,255,0) 51%);
	background-image: -webkit-linear-gradient( 0deg, rgb(223,223,223) 51%, rgb(239,239,239) 51%, rgba(255,255,255,0) 51%);
	background-image: -ms-linear-gradient( 0deg, rgb(223,223,223) 51%, rgb(239,239,239) 51%, rgba(255,255,255,0) 51%);	
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 23px;
	width: 100%;
}
#topo:after {
	background: #dfdfdf;
	bottom: 64px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.topo {
	float: none;
	margin: 0 auto;
	max-width: 1170px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
.logo {
	display: inline-block;
	float: left;
	height: 119px;
	margin: 61px 0;
	margin-bottom: 26px;
	margin-left: 50px;
	max-width: 389px;
	position: relative;
	width: 100%;
	z-index: 5;
}
.logo a {
	background: url(../img/logo.png) no-repeat left top;
	background-size: contain;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}
/* LINKS DO TOPO */
.topo-links {
	float: right;
	height: 206px;
	max-height: 206px;
	max-width: 605px;
	padding-top: 23px;
	position: relative;
	width: 100%;
}
.topo-links:before {
	background: #dfdfdf;
	content: '';
	height: 100%;
	left: 35px;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: -1;
}
.topo-home-busca {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.topo-home-busca .col-xs-5 {
	max-width: 132px;
	padding: 0;
	width: 28.333333%;
}
.topo-home-busca .col-xs-7 {
	padding: 0;
	padding-left: 8px;
	width: 70.333333%;
}
/* BOTAO HOME */
.topo-home {
	background: #e42219;
	border: solid 1px #e42219;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 0.99px 0.01px rgba(22, 22, 22, 0.15);
	color: #fff;
	display: inline-block;
	font-family: 'bebasregular';
	font-size: 15px;
	padding: 1px 8px;
	text-align: center;
}
.topo-home:hover,.topo-home:focus {
	background: transparent;
	color: #cc0900;
	text-decoration: none;
}
/* BUSCA */
.topo-busca {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.topo-busca .form-group {
	display: inline;
	max-width: 297px;
	position: relative;
	top: -1px;
	width: 100%;
}
.topo-busca-email {
	background: #e42219;
	border: none;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	box-shadow: 0px 1px 0.99px 0.01px rgba(22, 22, 22, 0.15);
	color: #fff;
	font-family: 'bebasregular';
	font-size: 15px;
	height: auto;
	padding: 2px 8px;
	text-align: center;
	width: calc(100% - 34px)!important;
}
.topo-busca-email::-webkit-input-placeholder {
   color: rgba(255,255,255,1);
}
.topo-busca-email:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,1);
}
.topo-busca-email::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,1);
}
.topo-busca-email:-ms-input-placeholder {  
   color: rgba(255,255,255,1);
}

.topo-busca-bt {
	background: url(../img/icone-busca.png) no-repeat center center #cc0900;
	border: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	box-shadow: 0px 1px 0.99px 0.01px rgba(22, 22, 22, 0.15);
	height: auto;
	left: -3px;
	padding: 2px 15px;
	position: relative;
	text-indent: -9999px;
}
.topo-busca-bt:active {
	background-image: url(../img/icone-busca.png);
	outline: none;
}
.topo-busca-bt:focus {
	outline: none;
}
/* TELEFONE */
.topo-telefone {
	color: #e42219;
	display: block;
	float: left;
	font-family: 'bebasregular';
	font-size: 30px;
	margin-left: 24px;
	margin-top: 75px;
	max-width: 150px;
	padding-left: 35px;
	position: relative;
}
.topo-telefone:before {
	background: #e42219;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	content: '62';
	font-size: 15px;
	height: 23px;
	left: 0px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: 9px;
	width: 23px;
	z-index: 0;
}
.topo-telefone:hover,.topo-telefone:focus {
	color: #e42219;
	text-decoration: none;
}
/* EMAIL */
.topo-email {
	background: url(../img/icone-email.png) no-repeat center 77px;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	color: #e42219;
	display: block;
	float: left;
	font-family: 'bebasregular';
	font-size: 20px;
	height: calc(100% + 49px);
	left: -1px;
	margin-left: 21px;
	max-width: 200px;
	padding: 0 38px;
	padding-top: 130px;
	position: relative;
	text-align: center;
	top: -49px;
	z-index: 0;
}
.topo-email:after {
	color: #cc0900;
	content: 'fale conosco';
	display: block;
	font-family: 'bebasbold';
	font-size: 10px;
	left: -3px;
	letter-spacing: 7px;
	position: relative;
	text-align: center;
	top: -5px;
	width: 110%;
}
.topo-email:hover,.topo-email:focus {
	color: #e42219;
	text-decoration: none;
}
/* RESTRITO */
.topo-restrito {
	background: url(../img/icone-restrito.png) no-repeat center 77px;
	color: #e42219;
	display: block;
	float: left;
	font-family: 'bebasregular';
	font-size: 20px;
	height: calc(100% + 49px);
	left: -1px;
	max-width: 200px;
	padding: 0 38px;
	padding-top: 130px;
	position: relative;
	text-align: center;
	top: -49px;
	z-index: 0;
}
.topo-restrito:after {
	color: #cc0900;
	content: 'associados';
	display: block;
	font-family: 'bebasbold';
	font-size: 10px;
	left: -3px;
	letter-spacing: 7.5px;
	position: relative;
	text-align: center;
	top: -5px;
	width: 110%;
}
.topo-restrito:hover,.topo-restrito:focus {
	color: #e42219;
	text-decoration: none;
}
.corpo {
	background: #fff;
	display: block;
	float: none;
	margin: 0 auto;	
	max-width: 2000px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.corpo:before {
	background-image: -moz-linear-gradient( 0deg, rgb(220,55,66) 51%, rgb(51,62,72) 51%);
	background-image: -webkit-linear-gradient( 0deg, rgb(220,55,66) 51%, rgb(51,62,72) 51%);
	background-image: -ms-linear-gradient( 0deg, rgb(220,55,66) 51%, rgb(51,62,72) 51%);
	content: '';
	height: 112px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.corpo:after {
	background-image: -moz-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	bottom: 0;
	content: '';
	height: 251px;
	left: 0;
	max-width: 1705px;
	position: absolute;
	width: calc(85.25% - 15vw);
}
.conteudos {
	background: #fff;
	box-shadow: 0px 1px 26.73px 0.27px rgba(22, 22, 22, 0.1);
	float: none;
	font-size: 16px;
	letter-spacing: .05rem;
	line-height: 2.7rem;
	margin: 0 auto;
	max-width: 1140px;
	min-height: 600px;
	padding: 0 30px;
	padding-bottom: 35px;
	position: relative;
	width: 100%;
	z-index: 9;
}
.titulos-linhas {
	background: #fd2016;
	height: 1px;
	max-width: 1170px;
	position: absolute;
	right: 0;
	top: 99px;
	width: 100%;
	z-index: 12;
}
.titulos-linhas:before {
	background: #fd2016;
	content: '';
	display: block;
	height: 6px;
	left: -12px;
	position: relative;
	top: -3px;
	width: 6px;
}
.titulos {
	color: #90161c;
	display: block;
	float: none;
	font-family: 'bebasregular';
	font-size: 30px;
	letter-spacing: -.2px;
	line-height: 8px;
	margin-bottom: 15px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 40px 0;
	padding-bottom: 35px;
	position: relative;
	width: 100%;
	z-index: 9;
}
.titulos:before {
	background: #000;
	bottom: 36px;
	content: '';
	height: 1px;
	left: -30px;
	position: absolute;
	width: 23.5%;
	z-index: 12;
}
.titulos:after {
	background: #000;
	bottom: 20px;
	content: '';
	height: 17px;
	left: 201px;
	position: absolute;
	width: 1px;
	z-index: 12;
}
.titulos h1,.titulos h2,.titulos h3,.titulos h4,.titulos h5,.titulos h6 {
	display: inline-block;
	font-weight: 100;
	margin: 0;
	padding: 0 0 6px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
	z-index: 20;
}
.titulos h1 span,.titulos h2 span,.titulos h3 span,.titulos h4 span,.titulos h5 span,.titulos h6 span {
	color: #dc3742;
}
.titulos h1 {
	font-weight: 100;
}
.titulos h1,.titulos span {
	font-size: 3rem;
}
.titulos h2 {
	font-size: 2.8rem;
}
.titulos h3 {
	font-size: 2.5rem;
}
.titulos h4 {
	font-size: 2.3rem;
}
.titulos h5 {
	font-size: 2.2rem;
}
.titulos h6 {
	font-size: 2.1rem;
}
.conteudos-nav {
	margin: 0 auto;
	margin-top: 35px;
	max-width: 1170px;
	padding: 0 15px;
	text-align: right;
	position: relative;
	z-index: 1;
}
.conteudos-nav a {
	background-image: -moz-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	-ms-border-radius: 4px 0 4px 0;
	-o-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
	color: #fff;
	display: inline-block;
	font-family: 'bebasbold';
	font-size: 25px;
	height: 36px;
	letter-spacing: 3px;
	margin-right: 20px;
	text-align: center;
	width: 165px;
}
.conteudos-nav a:hover,.conteudos-nav a:focus {
	text-decoration: none;
}
#rodape {
	float: left;
	margin: 0 auto;
	margin-top: 25px;
	max-width: 2000px;
	overflow: hidden;
	padding: 25px 0;
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
.rodape { /* container fixo */
	float: none;
	margin: 0 auto;
	max-width: 1140px;
	overflow: visible;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
.rodape-linha1 {
	background: url(../img/mapa.png) no-repeat left center #918a80;
	background-size: cover;
	overflow: hidden;
}
.mapa {
}
.mapa a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.mapa a:hover,.mapa a:focus {
	background: rgba(0,0,0,0.3);
}
.contatos {
	background: #918a80;
	color: #fff;
	font-family: 'bebasregular';
	font-size: 35px;
	padding: 64px 37px;
}
.endereco {
	border-bottom: solid 1px #000;
	color: #fff;
	display: block;
	font-size: 25px;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	max-width: 520px;
	padding-bottom: 25px;
}
.endereco:hover,.endereco:focus,.rodape-telefone1:hover,.rodape-telefone1:focus,.rodape-telefone2:hover,.rodape-telefone2:focus {
	color: #fff;
	opacity: .6;
	text-decoration: none;
}
.rodape-telefone1 {
	background: url(../img/icone-telefone.png) no-repeat left center;
	color: #fff;
	display: inline-block;
	font-size: 35px;
	letter-spacing: 1.5px;
	margin-right: 10px;
	padding-left: 45px;
}
.rodape-telefone2 {
	color: #fff;
	display: inline-block;
	font-size: 35px;
	letter-spacing: 1.5px;
	margin-left: 10px;
}
.redes-sociais {
	margin-top: 20px;
}
.redes-sociais a {
	border: solid 2px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
}
.redes-sociais a:nth-child(2) {
	/*margin: 0 22px;*/
	margin: 0;
}
.redes-sociais a:hover,.redes-sociais a:focus {
	background: #fff;
	color: #918a80;
}
.redes-sociais span {
	font-size: 15px;
	margin-left: 25px;
	vertical-align: middle;
}
.newsletter {
	background: #fff;
	margin: 45px 0;
	margin-bottom: 25px;
	overflow: hidden;
}
.nl-titulo {
	color: #da3641;
	font-family: 'bebasbold';
	font-size: 35px;
	line-height: 35px;
	max-width: 200px;
	padding-left: 42px;
	position: relative;
}
.nl-titulo:before {
	border: solid 1px #e13d48;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: '';
	height: 22px;
	left: 0px;
	position: absolute;
	top: 5px;
	width: 22px;
}
.nl-titulo strong {
	color: #000;
}
.nl-titulo span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 15px;
	max-width: 160px;
}
.newsletter input {
	background: #ebebeb;
	border: none;
	border-bottom: solid 3px #c9c9c9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #0f0f0f;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	height: 50px;
	width: 100%!important;
}
.nl-nome {
	padding-left: 0;
	width: 30%;
}
.nl-nome input {
	text-transform: capitalize;
}
.nl-email {
	padding-left: 0;
	width: 30%;
}
.nl-email input {
	text-transform: lowercase;
}
.nl-bt {
	width: 15px;
}
.nl-bt button {
	background: transparent;
	border: none;
	color: #e13d48;
	font-family: 'bebasbold';
	font-size: 25px;
	margin-top: 2px;
}
.nl-bt button strong {
	color: #000;
}
.nl-bt button:hover,.nl-bt button:focus,.nl-bt button.active {
	color: #e13d48;
	opacity: .7;
	outline: none;
}
.rodape-divisao {
	background: #bebebe;
	height: 1px;
	position: relative;
	width: 100%;
}
.rodape-divisao:before {
	background: #e13d48;
	content: '';
	height: 1px;
	left: 0;
	max-width: 450px;
	position: absolute;
	top: -75px;
	width: 100%;
}
.copyright {
	color: #e13d48;
	padding-top: 55px;
}
.rodape-logo-container {
	text-align: center;
}
.rodape-logo {
	background: url(../img/logo-simbolo.png) no-repeat center center #333e48;
	display: block;
	max-height: 172px;
	max-width: 206px;
	padding: 75px 103px;
}
.rodape-logo:hover,.rodape-logo:focus {
	opacity: .6;
}
.gosites {
	padding-top: 55px;
	text-align: right;
}
.gosites a {
	color: #000;
}
.gosites a:hover,.gosites a:focus {
	opacity: .6;
	text-decoration: none;
}
.subir {
	background-image: -moz-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(218,54,65) 0%, rgb(226,62,73) 58%, rgb(233,69,80) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	bottom: 40px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	color: #fff !important;
	display: block;
	height: 45px;
	max-width: 45px;
	position: fixed;
	right: 3%;
	width: 100%;
	z-index: 10;
}
.subir:hover,
.subir:focus {
	color: #ffffff;
}
.subir:before {
	content: '\f106';
	font-size: 2rem;
	line-height: 4.2rem;
	right: 0;
	text-align: center;
	width: 100%;
}
/*
----------------------- CSS DE MEDIA QUERIES -----------------------
*/
@media screen and (max-width: 1710px){
	.corpo:before {
		height: 78px;
	}
	.titulos-linhas {
		background: transparent;
		background-image: -webkit-linear-gradient(left, rgb(0,0,0) 49%, rgb(253,32,22) 49%, rgb(253,32,22) 100%);
		background-image: -o-linear-gradient(left, rgb(0,0,0) 49%, rgb(253,32,22) 49%, rgb(253,32,22) 100%);
		background-image: linear-gradient(to right, rgb(0,0,0) 49%, rgb(253,32,22) 49%, rgb(253,32,22) 100%);
		max-width: 2000px;
		top: 66px;
	}
	.titulos-linhas:before {
		border: solid 3px #fff;
		height: 10px;
		left: 48.5%;
		top: -4px;
		width: 10px;
	}
	.titulos {
		padding: 20px 0;
	}
	.titulos:before,.titulos:after {
		display: none;
	}
}
@media screen and (max-width: 1150px){
	.rodape-linha1 {
		background-image: none;
	}
	.mapa,.contatos {
		display: block;
		float: none;
		width: 100%!important;
	}
	.mapa {
		background: url(../img/mapa.png) no-repeat left center;
		height: 33vw;
		min-height: 250px;
	}
	.contatos {
		margin:  0 auto;
		max-width: 580px;
		text-align: center;
	}
}
@media screen and (max-width: 1105px){
	#topo:before,.topo-links:before {
		display: none;
	}
	.logo {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.topo-links {
		border-bottom: solid 1px #dfdfdf;
		height: auto;
		left: 0;
		max-width: 1105px;
		padding: 0 15px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.topo-home-busca {
		display: inline-block;
		float: left;
		padding-top: 7px;
		width: 48%;
	}
	.topo-links .clearfix {
		display: none;
		visibility: hidden;
	}
	.topo-telefone {
		float: right;
		margin-left: 0;
		margin-top: 0;
	}
	.topo-email,.topo-restrito {
		float: right;
		height: auto;
		padding-top: 0;
		top: 0;
	}
	.topo-email {
		background: url(../img/icone-email.png) no-repeat 5px center;
		background-size: 25px 25px;
		height: 150%;
		margin-left: 0px;
		margin-right: 7px;
		padding: 0 38px;
		padding-right: 5px;
	}
	.topo-restrito {
		background: url(../img/icone-restrito.png) no-repeat 5px center;
		background-size: 25px 25px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 1000px){
	.topo-home-busca .col-xs-5 {
		width: 35px;
	}
	.topo-home-busca .col-xs-7 {
		width: calc(100% - 65px);
	}
	.topo-home {
		font-size: 0;
		padding: 0 5px;
		position: relative;
	}
	.topo-home:before {
		content: '\f015';
		font-family: 'FontAwesome';
		font-size: 18px;
	}
}
@media screen and (max-width: 965px){
	.topo-home-busca {
		width: 45%;
	}
}
@media screen and (max-width: 916px){
	.topo-home-busca {
		width: 84%;
	}
	.topo-telefone,.topo-email,.topo-restrito {
		background-position: center center;
		font-size: 0;
		height: 45px;
		margin: 0;
		padding: 0 5px;
		width: 5.3333%;
	}
	.topo-email:after,.topo-restrito:after {
		display: none;
	}
	.topo-telefone {
		margin-right: -15px;
		text-align: center;
	}
	.topo-telefone:before {
		background: #fff;
		border: solid 1px #e42219;
		color: #e42219;
		content: '\f095';
		display: inline-block;
		font-family: 'FontAwesome';
		height: 25px;
		left: auto;
		position: relative;
		top: 10px;
		width: 25px;
	}
}
@media screen and (max-width: 860px){
	.nl-titulo {
		display: block!important;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%!important;
	}
	.nl-nome,.nl-email,.nl-bt {
		display: block;
		margin: 15px 0;
		max-width: 860px;
		width: 100%;
	}
	.nl-bt {
		text-align: center;
	}
	.copyright {
		padding: 25px 0;
		text-align: center;
		width: 100%;
	}
	.rodape-logo-container {
		width: 100%;
		text-align: center;
	}
	.rodape-logo {
		display: inline-block;
	}
	.gosites {
		padding: 25px 0;
		text-align: center;
		width: 100%;
	}
}
/*
----------------------- CSS INFERIOR A 767px -----------------------
*/
@media screen and (max-width: 767px){
	/* ANIMACAO DE TODOS OS ELEMENTOS */
	*{text-rendering: geometricPrecision;-webkit-transition: all ease .7s;-moz-transition: all ease .7s;transition: all ease .7s;}
	
	/* OCULTAR ELEMENTOS DE DESKTOP */
	.desktop{display: none !important;visibility: hidden !important;}
	
	/* CONTORNO DE LINKS EM MOBILE */
	a:focus{outline: none;}
	
	/* EXIBIR ELEMENTOS DE MOBILE E EXIBIR EM BLOCO 100% */
	.mobile{display:block !important;float:none;visibility:visible !important;}
	#topo,.topo {
		margin-bottom: 0;
		overflow:hidden;
		padding: 0;
	}
	/* ESTRUTURA SECOES + ELEMENTOS */
	#topo {
		background-image: none;
		background: rgba(255,255,255,0.9);
		box-shadow: rgba(221, 221, 221, 0.329412) 0px 1px 5px 0px;
		left: 0px;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 20;
	}
	#topo:before,#topo:after {
		display: none;
		visibility: hidden;
	}
	.topo {
		background: transparent;
	}
	.logo {
		border: none;
		float: none;
		height: 59px;
		margin-bottom: 12px;
		margin-top: 8px;
		max-width: 187px;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 21;
	}
	.topo-links {
		border:none;
		padding-right: 85px;
		padding-top: 13px;
	}
	.topo-home-busca,.topo-home-busca .col-xs-7 {
		padding: 0;
		width: 65px;
	}
	.topo-links a {
		border: solid 1px #dfdfdf;
		display: inline-block;
		height: 45px;
		width: 45px;
	}
	.topo-home-busca .col-xs-5,.topo-busca div,.topo-busca-bt{
		display: none!important;
		visibility: hidden;
	}
	.busca-mobile {
		color: #e42219;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
	}
	.corpo:before {
		display: none;
	}
	.titulos-linhas {
		top: 130px;
	}
	.titulos {
		padding: 15px 0;
	}
	.titulos h1,.titulos span {
		font-size: 1.8rem;
	}
	.titulos h2 {
		font-size: 1.6rem;
	}
	.titulos h3 {
		font-size: 1.4rem;
	}
	.titulos h4 {
		font-size: 1.2rem;
	}
	.titulos h5 {
		font-size: 1rem;
	}
	.titulos h6 {
		font-size: .9rem;
	}
	.corpo {
		padding-top: 79px;
	}
	.conteudos {
		font-size: 1.45rem;
		margin-top: 0;
		min-height: 20px;
		padding: 6px 2% 0px 2%;
	}
}
@media screen and (max-width:680px) {
	.corpo:after {
		display: none;
	}
	.conteudos-nav {
		text-align: center;
	}
	.conteudos-nav a {
		margin: 0 auto;
	}
}
@media screen and (max-width:650px) {
	.logo {
		float: left;
		margin-left: 15px;
	}
	.topo-links {
		left: auto;
		max-width: 270px;
		padding-right: 55px;
		right: 0;
	}
	.topo-links a {
		float: none;
	}
	.topo-home-busca, .topo-home-busca .col-xs-7 {
		width: 44px;
	}
	.topo-email,.topo-restrito {
		left: 11px;
		position: relative;
		top: -19px;
	}
	.topo-restrito {
		left: 6px;
	}
}
@media screen and (max-width:560px) {
	.contatos {
		font-size: 0;
	}
	.endereco {
		font-size: 20px;
	}
	.rodape-telefone1,.rodape-telefone2 {
		font-size: 25px;
	}
	.redes-sociais span {
		margin-top: 15px;
		display: block;
	}
}
@media screen and (max-width:470px) {
	.logo {
		height: 45px;
		width: 45px;
	}
	.logo a {
		background-position: -57px 13px;
		background-size: cover;
	}
	.corpo {
		padding-top: 63px;
	}
	.titulos-linhas {
		top: 117px;
	}
}