@font-face {
    font-family: fonteencontra;
    src: url("https://d3m7wa9t7jf9yj.cloudfront.net/fonts_guiasx/fonts/fonte-encontra.ttf");
}

#idbody{
	font-family:Arial, sans-serif;
	font-size:100%;
	color:#000;
	margin:0px;
	padding:0px;
	height: 99.9%;
	background: var(--fundo-primario);
}
#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:var(--cor-segundaria);
    position: relative;
}
.titulodotop .corlaranja:after{
    content: url(../imgs/logo.png);
    display: block;
    z-index: 0;
    position: absolute;
    top: -31px;
    right: 10px;
}
#cabecalhotopo{
	height: 40px;
	margin:10px auto;
	width:100%;
	position: relative;
}
.titulodotop {
    font-family: fonteencontra, Arial, sans-serif;
	color: var(--cor-logo-home) !important;
    font-weight: normal;
    text-decoration: none;
	font-size: 32px;
}
.imgfototopo{
	border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    position: relative;
    top: 0;
    cursor: pointer;
}
@media screen and (min-device-width: 1024px) {
	.titulodotop{
		margin-top: 5px;
		display: block;
	}
}
.titulodotop a{
	color: #fff !important;
}
#mioloprincipal{
	background-color: #f1f1f1;
	min-height:550px;
}
#divconteudo{
	margin:0px auto auto;
	min-height:350px;
	padding-top:2%;
}
#divdologo{
	float: left;
	width:35%;
	min-height:40px;
}
#divfrmbusca{
	float: right;
	width:55%;
	min-height:40px;
}
#campobuscatopo {
    float: left;
    margin-right: 1%;
    width: 100%;
	margin-top:1%;
	display:block;
}
.textbuscartopo{
	background-color:#fff;
    border: 0 none;
    border-radius: 0.3125em;
    margin: 0;
    min-height: 2.5em;
    text-align: left;
	float: left;
	width:40%;
	margin-right:1%;
	padding-left:0.5em;
	border: 1px solid #ccc;
}
#btnbuscar, #btnbuscarmob{
	background-color:var(--botao-buscar);
	border-color: var(--botao-buscar);
	vertical-align: middle;
	border: 0 none;
	cursor: pointer;
	border-radius: 0.3125em;
	width:5.7%;
	min-height: 2.5em;
	background-image:url("../img/lupa-busca.png");
	background-repeat: no-repeat;
    background-position: center;
	margin-top:0.1%;
}
#btnbuscarmobgrd{
	background-color:var(--botao-buscar);
	border-color: var(--botao-buscar);
	vertical-align: middle;
	border: 0 none;
	cursor: pointer;
	border-radius: 0.3125em;
	width:100%;
	min-height: 2em;
	color:#fff;
	margin-top:10px;
	font-size: 1.5em;
}
.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;
	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 var(--cor-segundaria);
	border-right:1px solid var(--cor-segundaria);
	border-bottom:1px solid var(--cor-segundaria);
	background-color:#fff;
	min-height:150px;
	-webkit-box-shadow: 0 4px 2px -2px var(--cor-segundaria);
	-moz-box-shadow: 0 4px 2px -2px var(--cor-segundaria);
	box-shadow: 0 4px 2px -2px var(--cor-segundaria);
	color: #717171;
}
.divdestaque{
	background-color:var(--cor-segundaria);
	border-color: var(--cor-segundaria);
	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-top:1%;
}
.divlistaempresasright{
	float:right;
	width:10%;
}

.estabendereco {
    overflow: hidden;
	padding-left:1.5%;
}
.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%;
	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%;
}

.estabwebsite {
    margin-top:1%;
	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%;
  width:33%;
  float:left;
  padding-left:1.5%;
}

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

.estabdescricao {
    margin-top:0;
    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:9%;
}

.divlistasubcategorias ul li::after {
    content: "";
	color: #717171;
}
.divlistasubcategorias ul li:last-child::after {
    content: "";
	color: #717171;
}
.divlistasubcategorias ul li {
    color: black;
    font-size: 15px;
    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;
    border: 1px solid #333;
	border-top:none;
    display: none;
    height: auto;
    margin: auto;
    padding: 0;
    position: fixed;
	left:12%;
    top:14%;
    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, #esqueceusenha{
	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:345px;
	background-color: #f6f9fa !important;
}
.campotext{
	width:100% !important;
	height: 40px !important;
	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 var(--cor-primaria);
    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 var(--cor-segundaria);
	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("https://d3m7wa9t7jf9yj.cloudfront.net/imagems_guias/btclose.png") 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:#000000;
	opacity:0.7;
	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;
}
.btnsalvar{
	background-color: var(--cor-segundaria);
	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;
}
.uluf li a {width: 100%;margin: 0;font-size: 14px;line-height: 40px;padding: 0;background: var(--cor-segundaria);border-radius: 5px;color: #fff;display: inline-block;text-align: center;position: relative;transition: all .10s;}
.uluf li a span {display: none;}
.uluf{width: 100%;margin: 0 auto;padding: 0;display: grid;grid-template-columns: repeat(9, 11.1%);}
.uluf li {width: 100%;margin: 0;padding: 2px;border: 0;display: inline-block;margin:auto;}
.modelul{
	width:100% !important;
}
.modelli{
	width: 100% !important;
}
#logo_img{max-width: 30px;    vertical-align: baseline;}
@media screen and (max-width: 500px) {
	.uluf{gap: 5px; grid-template-columns: repeat(9, 9.7%);}
	.uluf li{width: 32px !important;padding: 0  !important;}
	.titulo-principall{margin-top: 43px;}
	.esticawrow .col{padding-left: 12px;}
	.modelul{width: 93% !important;}
}
@media screen and (min-width: 500px) {
	.uluf.home{display: flex;}
}
#myModalLabelUF{font-size: 16px;}
.tamanhoimghome{width:170px;height:120px !important;}
.comBG{
    background: no-repeat center;
    background-attachment: fixed;
    background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../imgs/comentarios-bg.webp");
    background-size: cover;
}
.comBG .titulo-principall h4{
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: #fff;
    font-family: fonteencontra;
    font-weight: normal;
    font-size: xx-large;
    border-radius: 5px;
}

@media screen and (max-width:380px) {
	.uluf{width: 90%;}
	.uluf li {width: 19%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 2rem;}
	.hrefconfiramais{
		margin-left:0px !important;
	}
	#divfrmbusca{
		display:block;
		float:left;
		width:100%;
		min-height:0px;

	}
	.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%;
	}
	#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 (min-width:500px) and (max-width:768px) {
	.uluf{width: 90%;}
	.uluf li {width: 19%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 2rem;}
	.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; display:none;}
	#bannertopomobile{
		display:block;
	}
	.white_content1 {
		top:20px;
		left:1%;
		margin-left:0px;
		width:95%;
	}
	#divfrmbusca{
		display:block;
		float:left;
		width:100%;
		min-height:0px;

	}
	#divconteudo, #cabecalhotopo{
		width:100%;
		margin:auto;
	}
	.titulodotop {
		font-size:2.3em;
	}
	#divdologo{
		width:83%;
		
	}
	#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){
	.tamanhoimghome{width:110px;height:75px !important;}
	.uluf{width: 90%;}
	.uluf li {width: 19%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 2rem;}
	#menumobile {
		margin-right: 4% !important;
		margin-top: 0px !important;
		top: 0px !important;
		right: 0px !important;
	}
	#campobuscatopo {
		width: 85% !important;
		margin-top: 69%;
	}
	#campobuscatopo *:not(.divlogin, .imgfototopo){
		display:none;
	}
	#divconteudo h1{
		font-size: 1.5em !important;
	}
	#btnbuscahome{
		display:none;
	}
	#btnbuscahomegrd{
		display:block !important;
	}
	#divquacepouendereco{
		width: 100% !important;
	}
	#outrosproxx{
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 380px){
	.tamanhoimghome{width:110px;height:75px !important;}
	.uluf{width: 90%;}
	.uluf li {width: 19%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 2rem;}
	#menumobile {
		margin-right: 4% !important;
		margin-top: 0px !important;
		top: 0px !important;
	}
	#divconteudo h1{
		font-size: 1.3em !important;
	}
	#btnbuscahome{
		display:none;
	}
	#btnbuscahomegrd{
		display:block !important;
	}
	#divquacepouendereco{
		width: 100% !important;
	}
	#outrosproxx{
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 320px) and (min-width: 10px){
	.tamanhoimghome{width:80px;height:70px !important;}
	.uluf{width: 90%;}
	.uluf li {width: 19%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 2rem;}
	#menumobile {
		margin-right: 8% !important;
		margin-top: 0px !important;
		top: 0px !important;
	}
	#campobuscatopo{
		width: 80%;
		display:none;
	}
	#divconteudo h1{
		font-size: 1.2em !important;
	}
	#btnbuscahome{
		display:none;
	}
	#btnbuscahomegrd{
		display:block !important;
	}
	#divquacepouendereco{
		width: 100% !important;
	}
	#outrosproxx{
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 640px) and (min-width: 321px){
	#menumobile {
		top: 0;
		padding: 9px 15px 10px;
	
	}
	#divdologo {
		margin-top: 2px; 
		width: 78%;
	}
	#divfrmbusca{
		width: 35px;
		position: relative;
        right: 5px;
	}
	.divlogin *:not(.imgfototopo){
		display: none;
	}
	.imgfototopo{
		right: 0;
		width: 25px;
		height: 25px;
		top: 5px;
	}
	#divmenumobile:has(.menumobile .menumobile-item:not([id])){
		width: 95%;
		height: 380px !important;
		top: 42px;
	}

}
@media screen and (min-width:641px) and (max-width:768px) {
	.tamanhoimghome{width:115px;height:75px !important;}
}
@media screen and (min-width:769px) and (max-width:1024px) {
	.tamanhoimghome{width:115px;height:75px !important;}
}
@media screen and (min-width:1200px) and (max-width:1299px) {
    #menumobile{
        margin-top:10px;
    }
    #divdologo{
        width: 30%;
        margin-top: 4px;
    }
    #divfrmbusca{
        width: 63%;
    }
    .textbuscartopo, #btnbuscar{
        min-height: 30px;
        margin-bottom: -5px;
        margin-top: 3px;
    }
    .textbuscartopo{
        width: 50%;
    }
    #btnbuscar{
        width: 12%;
    }
    .divlogin{
        bottom: 22px !important;
    }
    
}
@media screen and (min-width:1300px) and (max-width:1920px) {
    #divdologo{
        width: 30%;
    }
    #divfrmbusca{
        width: 63%;
    }
    .textbuscartopo, #btnbuscar{
        min-height: 30px;
        margin-bottom: -5px;
    }
    .textbuscartopo{
        width: 50%;
    }
    #btnbuscar{
        width: 12%;
    }
}
@media screen 
  and (min-device-width: 600px) 
  and (max-device-width: 767px) 
  and (orientation: landscape) {
      .btnsalvarmobile{
          margin-top: 0% !important;
      }
}
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
      #cabecalhotopo, .divconteudo{
          width: 95%;
      }
      #divdologo{
          width: 33%;
      }
      .textbuscartopo{
          width: 80%;
          min-height: 40px;
      }
      #btnbuscar{
          width: 18%;
          min-height: 41px;
          margin-top: -1px;
      }
      #divmenumobile{
          left: 8%;
          top: 66px;
      }
}
@media screen 
  and (min-device-width: 1025px) 
  and (max-device-width: 1199px) 
   {
      #cabecalhotopo, .divconteudo{
          width: 95%;
      }
      #divdologo{
          width: 25%;
          margin-top: 10px;
      }
      #divfrmbusca{
          width: 67%;
          margin-top: 7px !important;
      }
      .textbuscartopo{
          width: 43%;
          min-height: 40px;
      }
      #btnbuscar{
          width: 10%;
          min-height: 41px;
          margin-top: -1px;
      }
      #divmenumobile{
          top: 12%;
          left: 7%;
      }
      .divlogin{
          right: -58% !important;
          bottom: 27px !important;
      }
      #menumobile{
          margin-top: 15px;
      }
}
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (orientation: portrait) {
      .btnsalvarmobile{
          margin-top: 0 !important;
      }
      #divfrmbusca{
          display: none;
      }
}
@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1199px) 
  and (orientation: portrait) {}


/*24/04*/
.uluf{
	margin-bottom: 20px;
}
#conteudoultimascadastradas{
	margin-bottom: 10px;
}
.divimghome{
	padding-left: 0px !important;
	  float: left !important;
	  width: 25% !important;
	  padding: 0px !important;
	  height: 102px;
	  overflow: hidden;
}
.divtextohome{
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: left !important;
	float: right !important;
	width: 70% !important;
	background: transparent !important;
}
@media screen and (min-width:10px) and (max-width:768px) {
	.home-comentarios ul{
		margin-bottom: 10px;
	}
	.uluf{
		margin-bottom: 0px;
	}
	#conteudoultimascadastradas{
		margin-bottom: 10px;
	}
	.divimghome{
		height: auto !important;
	}
	#outrosproxx {
	  margin-top: 25px !important;
	}
	#conteudoultimoscomentarios {
	  padding-bottom:15px !important;
	}
	.titulo-principall {
	  margin-top: 20px;
	}
	
}