/*@font-face {
	font-family:"Roboto Bold";
	src:url("../fonts/Roboto-Bold.eot?") format("eot"),url("../fonts/Roboto-Bold.woff") format("woff"),url("../fonts/Roboto-Bold.ttf") format("truetype"),url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Roboto Light";
	src:url("../fonts/Roboto-Light.eot?") format("eot"),url("../fonts/Roboto-Light.woff") format("woff"),url("../fonts/Roboto-Light.ttf") format("truetype"),url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Roboto Medium";
	src:url("../fonts/Roboto-Medium.eot?") format("eot"),url("../fonts/Roboto-Medium.woff") format("woff"),url("../fonts/Roboto-Medium.ttf") format("truetype"),url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
	font-weight:normal;
	font-style:normal;}
@font-face {
	font-family:"Roboto Regular";
	src:url("../fonts/Roboto-Regular.eot?") format("eot"),url("../fonts/Roboto-Regular.woff") format("woff"),url("../fonts/Roboto-Regular.ttf") format("truetype"),url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}
*/
@font-face {
    font-family: fonteencontra;
    src: url(../fonts/fonte-encontra.ttf);
}
@font-face {
    font-family: fonteguia;
    src: url(../fonts/font-guia.ttf);
}

#idbody{
	/*font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;*/
	font-family:Arial, sans-serif;
	font-size:100%;
	color:#000;
	margin:0px;
	padding:0px;
	height: 99.9%;
	--cor-primaria:#4081ec;
	--cor-segundaria:#fff;
	--cor-contraste:#003168;
	--cor-cabecalho:#fcfcfc;
	--cor-fundo:#f5f5f5;
	--cor-texto:#666;
	--cor-i-texto:#f5f5f5;
	background-color: #fff;
}
/*#idbody a{
	color:#717171 !important;
	text-decoration:none !important;
}*/
#menutopo{
	border:none;
	border-bottom:1px solid #cbcdce;
	-webkit-box-shadow: 0 4px 2px -2px #cbcdce;
	-moz-box-shadow: 0 4px 2px -2px #cbcdce;
	box-shadow: 0 4px 2px -2px #cbcdce;
	height:25px;
}
#menunav{
	width:80%;
	margin:auto;
	padding-top:0.3%;
	padding-left:0.2%;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.corlaranja{
	color:#f6990d;
}
#cabecalhotopo{
	height: 40px;
	/*border:1px solid red;*/
	margin:10px auto;
	width:80%;
}
.titulodotop {
    font-family: fonteguia, Arial, sans-serif;
	color: #fff !important;
    font-weight: bold;
    text-decoration: none;
	font-size: 35px;
	text-transform: uppercase;
}
.titulodotop a{
	color: #fff !important;
}
#logo_img{
	position: relative;
    top: -4px;
    max-width: 26px;
}

#logo_img_rodape{
	position: relative;
	top: 0;
	max-width: 16px;
	filter: grayscale(1) brightness(100);
}
#mioloprincipal{
	background-color: #f6f9fa;
	min-height:550px;
}
#divconteudo{
	width:80%;
	/*border:1px solid red;*/
	margin:1% auto auto;
	min-height:350px;
}
#divdologo{
	float: left;
	width:35%;
	/*border:1px solid red;*/
	min-height:40px;
}
#divfrmbusca{
	float: right;
	width:55%;
	/*border:1px solid green;*/
	min-height:40px;
}
#campobuscatopo {
    float: left;
    margin-right: 1%;
    width: 100%;
	/*border:1px solid red;*/
	margin-top:2%;
}
.textbuscartopo{
	background-color:#fff;
    border: 0 none;
    border-radius: 0.3125em;
    margin: 0;
    min-height: 2em;
    text-align: left;
	float: left;
	width:40%;
	margin-right:1%;
	padding-left:0.5em;
}
#btnbuscar, #btnbuscarmob{
	background-color:#f6990d;
	border-color: #f6990d;
	vertical-align: middle;
	border: 0 none;
	cursor: pointer;
	border-radius: 0.3125em;
	width:5.7%;
	min-height: 2em;
	background-image:url("../img/lupa-busca.png");
	background-repeat: no-repeat;
    background-position: center;
	margin-top:0.1%;
}
.itemmenu{
	color: #717171;
    text-decoration: none;
	font-size: 0.9em;
}
#divconteudo h1{
	margin:0px;
	padding:0px;
	color:#71777c;
	font-size:1.5em;
	font-family:Arial, sans-serif;
    font-weight: bold;
	border:none !important;
	text-align:left;
}
#divconteudo h2{
	margin:5% 0 0;
	padding:0px;
	font-family:Arial, sans-serif;
    font-weight: bold;
}

#divconteudo h2:first-child{
	margin:2% 0 0;
}
#divconteudo h2 a{
	color:#f6990d;
	font-size:1.1em;
	text-decoration: none;
}
#divconteudo h3{
	margin:0px;
	padding:0px;
	font-family:Arial, sans-serif;
	color:#71777c;
	margin-bottom:1% !important;
	border:none !important;
}
#divconteudo p{
	margin:0px;
	padding:0px;
}
#divconteudoleft{
	float:left;
	/*border:1px solid red;*/
	min-height:300px;
	width:75%;
}
#divconteudoright{
	float:right;
	min-height:600px;
	width:23%;
}
.divlistaempresas{
	margin-top:4%;
	border-top:1px solid #fff;
	border-left:1px solid #cbcdce;
	border-right:1px solid #cbcdce;
	border-bottom:1px solid #cbcdce;
	background-color:#fff;
	min-height:120px;
	-webkit-box-shadow: 0 4px 2px -2px #cbcdce;
	-moz-box-shadow: 0 4px 2px -2px #cbcdce;
	box-shadow: 0 4px 2px -2px #cbcdce;
	color: #717171;
}

.divlistaempresasdestaque{
	margin-top:2%;
	border-top:1px solid #fff;
	border-left:1px solid #f6990d;
	border-right:1px solid #f6990d;
	border-bottom:1px solid #f6990d;
	background-color:#fff;
	min-height:150px;
	-webkit-box-shadow: 0 4px 2px -2px #f6990d;
	-moz-box-shadow: 0 4px 2px -2px #f6990d;
	box-shadow: 0 4px 2px -2px #f6990d;
	color: #717171;
}
.divdestaque{
	background-color:#f6990d;
	border-color: #f6990d;
	border: 0 none;
	width:100%;
	min-height:1.6em;
	margin-top:0.1%;
	color:#fff;
	text-align:center;
	margin-left:0%;
	font-size:0.9em;

}
.divlogoimg{
	margin-top:2%;
	text-align:center;
	margin-left:15%;
	padding-top:10%;
}
.divlogoimg img{
	width:70px;
	height:70px;
	border:none;
}
.divlistaempresasleft{
	float:left;
	width:100%;
	/*padding-left:1.5%;*/
	padding-top:1%;
	/*border:1px solid red;*/
}
.divlistaempresasright{
	float:right;
	width:10%;
	/*border:1px solid red;*/
}

.estabendereco {
    overflow: hidden;
	padding-left:1.5%;
	/*border:1px solid red;*/
}
.estabendereco img, .estabfone img, .estabwebsite img, .estabmandaemail img {
    float: left;
    margin-right: 5px;
	width:18px;
}
.estabtemerro img {
    float: right;
    margin-left: 5px;
	width:16px;
}
.estabtemerro {
	margin-top:1%;
	/*border:1px solid red;*/
	text-align:right;
	margin-right:5px;
	width:29%;
	float:right;
}
.estabtemerro a {
    color: #f6990d;
    text-decoration: none;
	font-size:0.9em;
	text-align:right;
}
.estabfone {
	margin-top:1%;
	overflow: hidden;
	padding-left:1.5%;
	/*border:1px solid red;*/
}

.estabwebsite {
    margin-top:1%;
	/*border:1px solid red;*/
	width:33%;
	float:left;
	padding-left:1.5%;
}

.estabwebsite a::before {
    padding-left: 10px;
    padding-right: 8px;
}
.estabwebsite a::before {
    padding-left: 10px;
    padding-right: 4px;
}
.estabwebsite a {
    color: #717171;
    text-decoration: none;
}

.estabmandaemail {
  margin-top:1%;
  /*border:1px solid red;*/
  width:33%;
  float:left;
  padding-left:1.5%;
}

.estabmandaemail a {
	text-decoration: none;
	color: #717171;	
}

.estabdescricao {
    margin-top:0;
	/*min-height: 115px;*/
    overflow: hidden;
	text-align:justify;
	padding:1% 1.5%;
	font-size:1em;
}
.divlistacategorias{
	display:block;
	margin-top:10px;
}
.divlistasubcategorias{
	overflow: hidden;
    padding-bottom:0px;
}
.divlistasubcategorias p {
    font-family:Arial, sans-serif;
	color:#f6990d;
	font-weight:bold;
    margin-bottom:1%;
    padding-left:0px;
	font-size:1.2;
}

.divlistasubcategorias a {
    color: #717171;
    text-decoration: none;
}
.divlistasubcategorias ul {
    margin-top:0.2%;
    /*padding-left:0.5%;*/
	padding-left:9%;
}

.divlistasubcategorias ul li::after {
    content: "";
	color: #717171;
}
.divlistasubcategorias ul li:last-child::after {
    content: "";
	color: #717171;
}
.divlistasubcategorias ul li {
    color: black;
    /*float: left;*/
    font-size: 15px;
    /*list-style: outside none none;*/
    padding-right: 10px;
}


.divlistasubcategoriash{
	overflow: hidden;
    padding-bottom:0px;
}
.divlistasubcategoriash p {
    font-family:Arial, sans-serif;
	color:#f6990d !important;
	font-weight:bold;
    margin-bottom:1%;
    padding-left:0px;
	font-size:1.2em;
}

.divlistasubcategoriash ul {
    margin-top:0.2%;
    padding-left:0.5%;
}

.divlistasubcategoriash ul li::after {
    content: ",";
	color: #717171;
}
.divlistasubcategoriash ul li:last-child::after {
    content: ".";
	color: #717171;
}
.divlistasubcategoriash ul li {
    color: black;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-right: 10px;
}
.divlistasubcategoriash ul li a {
    color: #717171 !important;
    text-decoration: none !important;
}
.white_content1 {
	background: #ffffff none repeat scroll 0 0;
	border-radius:0px; /*ALTERADO REZENDE antes: 5px*/
    border: 1px solid #333;
	border-top:none;
    display: none;
    height: auto;
    margin: auto;
    padding: 0;
    position: fixed;
	left:12%;
    top:14%;/*ALTERADO REZENDE antes: 20px*/
    width:75%;
    z-index: 1000005;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
   -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
   -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#cadastro, #loginjacadastrado{
	width: 100% !important;
}
.botaoverde:visited, .botaoverde:link, .botaoverde:active{
	width: 10% !important;
	padding: 10px 22px !important;
}
.btnfechar{
	margin-right:-2% !important;
}
.classlightregistre{
	left:35%;
    width:300px;/*ALTERADO REZENDE antes 25%*/
	background-color: #f6f9fa !important;
}
.campotext{
	width:100% !important;/*ALTERADO REZENDE*/
	height: 40px !important;/*ALTERADO REZENDE antse 9em*/
	line-height:3.5em !important;
}
.white_contentprimevez {
	display:none;
	position:fixed;
	top:20px;
	left:36%;
	margin-left:-300px;
	width:960px;
	background:#FFFFFF;
	padding:0px;
	border:2px solid #f3f8fc;
	z-index:1001;
	height:47.8%;
}
.lightboxprimevez {
    background: none repeat scroll 0 0 #5179b2;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 8px;
    text-shadow: 0 1px 0 #083f78;
}
.corpoprimevez{
	padding: 10px;
}
.desativo{
	opacity:0.2;
	filter:alpha(opacity=20);
}
#lightboxfalecomlugar {
	background: none repeat scroll 0 0 #FFFFFF;
}
#lightboxfalecomlugar .lightboxfalecom {
	background: none repeat scroll 0 0 #5179B2;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 8px;
	text-shadow: 0 1px 0 #083F78;
}
#lightboxfalecomlugar .corpofalecom {
	padding:10px 0 0 5px;
}
#lightboxfalecomlugar input, #lightboxfalecomlugar textarea, #lightboxfalecomlugar select {
	border: 1px solid #CCCCCC;
	font-size: 15px;
	padding: 5px 3px;
	width: 200px;
}
.btclose {
	background: url("../img/btclose.png?cache=2018-09-04T19:02:44") repeat scroll 0 0 transparent;
	display: block;
	font-size: 0;
	height: 35px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 37px;
}
.black_overlay{
	display:none;
	background:rgba(0, 0, 0, 0.70);/*REZENDE*/
	filter:alpha(opacity=70);
	position:fixed;
	top:0px;
	left:0px;
	min-width:100%;
	min-height:100%;
	height:auto;
	z-index:1000;
	overflow:hidden;
}
.divvejatb{
	padding:1%;
}
#bannerslat{
	border: 1px solid #cbcdce;
	min-height: 300px;
	margin-bottom:10%;
}
#idfooter{
	height: 50px;
}
#rodape{
	height:28px;
	margin: 1% auto auto;
    width: 80%;
}
#exibevejatb{
	display:none;
	margin-top:2%;
}
.listadivdosrelacionados h4{
	margin:0px;
	padding:0px;
	margin-top:2%;
	margin-bottom:0.5%;
	margin-left:1.5%;
	color: #2b296a;
    font-size: 1em;
}
.divlistarelacionados{
	overflow: hidden;
    padding-bottom:0px;
}
.divlistarelacionados a {
    color: #717171;
    text-decoration: none;
}
.divlistarelacionados ul {
    margin-top:0.2%;
    padding-left:1.8%;
}

.divlistarelacionados ul li::after {
    content: ",";
	color: #717171;
}
.divlistarelacionados ul li:last-child::after {
    content: ".";
	color: #717171;
}
.divlistarelacionados ul li {
    color: black;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-right: 10px;
}

.divexibeimg{
	overflow: hidden;
    padding-bottom:0px;
}
.divexibeimg a {
    color: #717171;
    text-decoration: none;
}
.divexibeimg ul {
    margin-top:0.2%;
    padding-left:1.8%;
}

.divexibeimg ul li {
    color: black;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-right:3%;
}
#bannertopomobile{
	display:none;
	height:100px;
	width:100%;
	color:#fff;
}
.textoconfiramais{
	cursor:pointer;
}
.hrefconfiramais{
	color: #71777c !important;
    text-decoration: none;
	font-size:0.7em !important;
	margin-left:5%;
	font-weight:bold;
}
/*#menumobile{
	float:right;
	display:none;
}*/

.btnsalvar{
	background-color: #f6990d;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 0.3125em;
	cursor: pointer;
	margin-top: 0.1%;
	min-height: 2em;
	vertical-align: middle;
	width:100%;
	font-size:1.5em;
	color:#fff;
	margin-top:5%;
}

/*.btnsalvar{
	background-color: #f6990d;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 0.3125em;
	cursor: pointer;
	margin-top: 0.1%;
	min-height: 2em;
	vertical-align: middle;
	width:100%;
	font-size:1.5em;
	color:#fff;
	margin-top:5%;
}*/

.btnsalvarmobile{
	margin-top:15% !important;
	font-size:1.5em;
	width:100% !important;
}

@media screen and (max-width:380px) {
	#menumobile{
		display:inline;
		text-align:center;
		/*width:100%;*/
	}
	.hrefconfiramais{
		margin-left:0px !important;
	}
	#divfrmbusca{
		display:none;
		/*float:left;
		width:100%;*/

	}
	#campobuscatopo{    width: 80%;
margin-top:0;}
	.textoconfiramais{
		display:block;
		margin-top:2%;
		margin-bottom:3%;
	}
	#bannertopomobile{
		display:block;
	}
	.divlistaempresasleft{
		width:99%;
	}
	.itemmenu{
		font-size: 0.6em;
	}
	.divlistaempresasright, .divreportaerro{
		display:none;
	}
	.estabwebsite{
		width:50%;
	}
	#divdologo{
		width:10%;
	}
	#divconteudo, #cabecalhotopo{
		width:96%;
		margin:auto;
	}
	.titulodotop {
		font-size:2.3em;
	}
	#divconteudoright{
		display:none;
	}
	#divconteudoleft{
		width:100%;
	}
	.divlogoimg img{
		width:40px;
		height:40px;
		border:none;
	}
	.divdestaque{
		font-size:0.8em;

	}
	.white_content1 {
		top:20px;
		left:1%;
		margin-left:0px;
		width:95%;
	}
	#exibevejatb{
		display:block;
	}
	#btnbuscar, #btnbuscarmob{
		width:20%;
	}
	.textbuscartopo{
		width:75%;
	}
}

@media screen and (max-width:768px) {
	.btnsalvarmobile{
		display:block !important;
	}
	.btnsalvar{
		display:none;
	}
	#menumobile{
		display:inline;
	}
	.hrefconfiramais{
		margin-left:0px !important;
	}
	.textoconfiramais{
		display:block;
		margin-top:2%;
		margin-bottom:3%;
	}
	#campobuscatopo{    margin-top:0 !important;}
	#bannertopomobile{
		display:block;
	}
	.white_content1 {
		top:20px;
		left:1%;
		margin-left:0px;
		width:95%;
	}
	#divfrmbusca{
		display:none;
		/*float:left;
		width:100%;*/

	}
	#divconteudo, #cabecalhotopo{
		width:90%;
		margin:auto;
	}
	.titulodotop {
		font-size:2.4em;
	}
	#divdologo{
		width:60%;
	}
	#divconteudoright{
		display:none;
	}
	#divconteudoleft{
		width:100%;
	}
	.divlogoimg img{
		width:40px;
		height:40px;
		border:none;
	}
	.divdestaque{
		font-size:0.8em;

	}
	#exibevejatb{
		display:block;
	}
	.divlistaempresasright, .divreportaerro{
		display:none;
	}
	.estabwebsite{
		width:50%;
	}
	#btnbuscar, #btnbuscarmob{
		width:20%;
		padding: 2%;
	}
	.textbuscartopo{
		width:75%;
		padding: 2%;
	}
}
@media screen and (max-width: 640px) and (min-width: 321px){
	#menumobile {
		    margin-right: 8%;
    margin-top: 7px;
    top: 16px ;/*Antes 49px*/
	}
	#divdologo {
		margin-top: 0px; 
	}
	#divmenumobile {
	   top:11%;/*Antes 16%*/
	}

}
@media screen and (min-width: 799px) and (orientation: portrait) {
    #divfrmbusca{
        display: none;
    }
    #divmenumobile{
        top: 84px;
    }
}
.uluf{
	padding-left:0 ;
}
.uluf li {
  width: 10%;
  margin: 0;
  padding: 9px;
  border: 0;
  display: inline-block;
  margin: auto;
}

@media screen and (max-width:500px) {
	.uluf li {
		width:24%;
	}
}

.uluf li a {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  background: var(--cor-contraste);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all .10s;
}
.uluf li a span {
  display: none;
}

/* CORRECAO BOXES HOME INICIO */
.so_mobile{display: none;}

@media screen and (max-width:500px) {
	.so_mobile{
		display: initial;
	}
	.boxes-home{
		display: grid;
		grid-template-columns: repeat(3,33%);
	}
	.boxes-home .box-categoria img{
		width: 100%;
		height: auto;
	}
	.boxes-home .box-categoria{
		margin: 10px 0;
		height: 120px;
		max-height: 120px;
	}
	.boxes-home .box-categoria .titulo{
		padding: 25px 0px;
	}
	.boxes-home .col-md-4:not(:first-child, :nth-child(2), :nth-child(3)) .box-categoria{
		margin-top: 0;
	}
	.boxes-home .col-md-4{
		padding: 0 5px ;
	}
	.boxes-home .col-md-4:where(:first-child, :nth-child(4), :nth-child(7)){
		padding-left: 15px;
	}
	.boxes-home .col-md-4:where(:nth-child(3), :nth-child(6), :nth-child(9)){
		padding-right: 15px;
	}
	.boxes-home .col-xs-12:nth-child(3){
		margin-left: 0;
		padding-right: 6px;
	}
}
/* CORRECAO BOXES HOME FINAL */
