@font-face {
    font-family: 'fonteencontra';
    src:
        local('Impact'),
        local('Impact Regular'),
        url('https://guiax-bq7.pages.dev/fonts_guiasx/fonts/fonte-encontra.woff2') format('woff2'),
        url('https://guiax-bq7.pages.dev/fonts_guiasx/fonts/fonte-encontra.woff') format('woff');
    font-display: swap;
}

.paginacao {
	text-align:center;
	padding:20px 0px;
}
.paginacao b {color:var(--cor-primaria);margin:0px 2px;}
.paginacao a {color:#FF8B00;margin:0px 2px;font-weight:bold;}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {display: inline;}
ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 3px;
}
ul.pagination li a.active {
    background: var(--cor-primaria);
    color: white;
    border: 1px solid var(--cor-primaria);
}
ul.pagination li a:hover:not(.active) {background-color: var(--cor-segundaria); color:#fff;}
.blocopaginacao{
	display:block;
	margin-top:5%;
	margin-bottom:5%;
	width:100%;
	text-align: center;
}
.mostrarpag{
	display: inline !important;
}
.esconderpag{
	display: none !important;
}
#idbody{
	font-family:Arial, sans-serif;
	font-size:100%;
	color:#000;
	margin:0px;
	padding:0px;
	
	background-color: var(--fundo-primario);
}
#menutopo{
	border:none;
	font-size:0.9em;
	height:25px;
	position: fixed;
    top:48px;
    width: 100%;
	background: var(--fundo-menu-bradcamp);
}
#menunav{
	width:80%;
	margin:auto;
	padding-top:3px;
	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: -1;
    position: absolute;
    top: -23px;
    right: 8px;
}
#cabecalhotopo{
	margin:0px auto;
	width:100%;
	padding-top: 10px;
}
.titulodotop {
    font-family: Impact, fonteencontra, Arial, sans-serif;
	color: var(--cor-logo-subpag) !important;
    font-weight: normal;
    text-decoration: none;
	font-size: 2em;
}
.titulodotop a{
	color: #fff !important;
}
#logo_img{
	max-width: 30px;
}
#mioloprincipal{
	background-color: #fff;
	min-height:550px;
}
#divconteudo{
	width:80%;
	margin:1% auto auto;
	min-height:350px;
}
#divdologo{
	float: left;
	width:38%;
	min-height:40px;
	margin-top:0px;
}
#divfrmbusca{
	float: right;
	width:57%;
	min-height:40px;
}
#campobuscatopo {
    float: left;
    margin-right: 3%;
    width: 100%;
	margin-top:9px;
}
.divlogin{
	color: var(--cor-link-login);
	font-size:13px;
	float: left;
	display:block;	
	position: absolute;
	bottom: 38%;
	right: 3%;
}
.divlogin a{
	color:currentColor;
	text-decoration:underline
}
.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:0px !important;
	padding-left:0.5em !important;
	border: 1px solid #cccccc;
}
#btnbuscar{
	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.1em;
	background-image:url("../img/lupa-busca.png");
	background-repeat: no-repeat;
    background-position: center;
	margin-top:0.1%;
}
.itemmenu{
	color: var(--cor-letra-bradcamp);
    text-decoration: none;
	font-size: 0.9em;
}

#divconteudo h1{
	margin:0px;
	padding:0px;
	color:#71777c;
	font-size:1.4em;
	font-family: Arial, sans-serif;
	margin-left:0px;
	margin-top:25px;
}
#divconteudo h2{
	margin:5% 0 0;
	padding:0px;
	font-size:1.4em;
	font-family: Arial, sans-serif;
}

#divconteudo h2:first-child{
	margin:2% 0 0;
}
#divconteudo h2 a{
	color:var(--cor-segundaria);
	font-size:0.7em;
	font-weight:bold;
	text-decoration: none;
}
.tituloo{
	color:var(--cor-segundaria);
	font-size:1.1em;
	font-weight:bold;
	text-decoration: none;
}
#divconteudo h3{
	margin:0px;
	padding:0px;
	font-size:1.1em;
	font-family: Arial, sans-serif;
	color:#71777c;
	margin-bottom:1%;
}
#divconteudo p{
	margin:15px 0px;
	padding:0px;
}
#divconteudoleft{
	float:left;
	min-height:300px;
	width:70%;
	margin-top:70px;
}
#divconteudoright{
	height:550px;
    width:320px;
    position: absolute;
    margin-left:57%;
    top:135px;
    z-index: 3;
    margin-top: 0;
}
.divlistaempresas{
	margin-top:2%;
	border-top:1px solid rgba(0, 0, 0, 0.08);
	border-left:1px solid rgba(0, 0, 0, 0.08);
	border-right:1px solid rgba(0, 0, 0, 0.08);
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
	background-color:#fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
	color: #000;
	height:auto;
	padding-right:3%;
	padding-left:3%;
    border-radius: 0.3125em;
}

.divlistaempresasdestaque{
	margin-top:2%;
	border: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;
	min-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%;
	height:auto;
}
.divlistaempresasright{
	width:10%;
	position:absolute;
	top:21px;
	right:0px;
}

.estabendereco {
	padding-left:1.5%;
	font-size:15px;
	margin-top:2%;
	margin-bottom:2%;
	min-height:auto;
}
.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%;
	margin-bottom: 2%;
	padding-left: 1.5%;
	margin-right:5px;
	height: auto;
	width:40%;
}
.estabtemerro a {
    color: var(--cor-segundaria);
    text-decoration: none;
	font-size:.8em;
	text-align:right;
}
.estabfone {
	font-size:15px;
	margin-top:2%;
	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 {
	font-size:15px;
  margin-top:1%;
  width:33%;
  float:left;
  padding-left:1.5%;
  height:25px;
  margin-bottom:2%;
}

.estabmandaemail a {
	text-decoration: none;
	color: #717171;	
}
#outrosprox p{
	line-height:2.5em;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #bbb;
}
.estabdescricao {
    margin-top:0;
    overflow: hidden;
	text-align:justify;
	padding:1% 1.5%;
	font-size:15px;
}
.divlistacategorias{
	display:block;
	margin-top:10px;
}
.divlistasubcategorias{
	overflow: hidden;
    padding-bottom:0px;
}
.divlistasubcategorias p {
    font-family: Arial, sans-serif;
	color:var(--cor-segundaria);
	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: 14px;
    padding-right: 10px;
}

.divlistasubcategoriash{
	overflow: hidden;
    padding-bottom:0px;
}
.divlistasubcategoriash p {
    font-family: Arial, sans-serif;
	color:var(--cor-segundaria) !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);
}
.btnfechar{
	margin-right:-2% !important;
}
.classlightregistre{
	left:35%;
    width:364px;
	background-color: #f6f9fa !important;
}
.campotext{
	width:85% !important;
	height: 40px !important;
	line-height:3.5em !important;
}
.white_contentprimevez {
	display:none;
	position:fixed;
	top:90px;
	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, #lightboxfalecomlugarfone {
	background: none repeat scroll 0 0 #FFFFFF;
}
#lightboxfalecomlugar .lightboxfalecom, #lightreinvidique .lightboxfalecom, #lightboxfalecomlugarfone .lightboxfalecom, .lightdonoboxfalecom {
	background: none repeat scroll 0 0 var(--cor-segundaria);
	color: white;
	font-size:1em !important;
	font-weight: bold;
	padding: 6px 8px;
	text-shadow: 0 1px 0 #083F78;
}
.textareamensgem{
	width:90%;height:50px;
}
#lightboxfalecomlugar .corpofalecom {
	padding:10px 0 0 5px;
}
#lightboxfalecomlugar input, #lightboxfalecomlugar textarea, #lightboxfalecomlugar select, #lightboxfalecomlugarfone input {
	border: 1px solid #CCCCCC;
	font-size: 15px;
	padding: 5px 3px;
	width: 200px;
}
.btclose {
	background: url("https://guiax-bq7.pages.dev/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:#000;
	opacity:0.5;
	filter:alpha(opacity=90);
	position:fixed;
	top:0px;
	left:0px;
	min-width:100%;
	min-height:100%;
	height:auto;
	z-index:1000000;
	overflow:hidden;
}
.divvejatb{
	padding:1%;
}
#bannerslat:has(ins){
	border: 1px solid #cbcdce;
	min-height: 250px;
	margin-bottom:5%;
	margin-top:199px;
}
.sobreempresa{
	margin-top:100px !important;
}
.listaestadods{
	margin-top:50px !important;
}
#idfooter{
	position: relative;
}
#rodape{
	background: var(--cor-rodape);
	font-size: 0.8em;
}
.container-footer{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.box1-rodape, .box2-rodape, .box3-rodape{
	width: 33%;
	margin-right: 0;
	height: auto;
	color: #fff;
	padding: 2em 0em 2em 0;
	line-height: 1.35;
}
.box1-rodape{
	width: calc(70% - 10px);
    padding-right: 10px;
}
.box2-rodape{
	width: 30%;
}
.box3-rodape{
	margin-right: 0;
}
.box4-rodape{
	width: 100%;
	background: #fff;
	line-height: 1.5;
}
.menurodape{
	list-style: none;
	margin: 0;
	padding: 0;
}
.link-branco{
	color: #000;
	text-decoration: underline;
}
.titulo-rodape{
	font-size: 1.5em;
	margin-bottom: 1em;
	position: relative;
	font-weight: normal;
	font-family: Impact, fonteencontra, Arial, sans-serif;
}
.titulo-rodape:after{
	content: '';
	width: 40px;
	height: 3px;
	background-color: #fff;
	z-index: 99;
	position: absolute;
	bottom: 0;
	left: 0;
}
.texto-rodape{
	margin-bottom: 1.25em;
}
.links-rodape{
	line-height: 2;
}
.links-rodape .link-branco{
    color:#fff;
}
.final-footer{
	text-align: center;
	padding: 1em;
}
.redes-sociais-rodape{
	margin-top: 1em;
	margin-right: 0.7em;
	background: var(--botao-rede-social);
	height: 30px;
	width: 30px;
	box-sizing: border-box;
	color: #fff;
    border-radius: 4px;
}
.fa-facebook-f, .fa-x-twitter, .fa-youtube, .fa-google-plus, .fa-instagram{
	text-align: center;
	padding-top: 14px;
    box-sizing: border-box;
}
#exibevejatb{
	display:none;
	margin-top:2%;
}
.listadivdosrelacionados h4{
	margin:0px;
	padding:0px;
	margin-top:2%;
	margin-bottom:0.5%;
	margin-left:1.5%;
	color: var(--cor-primaria);
    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:0px;
	margin-top: 15px;
}
.divexibeimg a {
    color: #717171;
    text-decoration: none;
}
.divexibeimg ul {
    margin-top:0.2%;
    padding-left:0px;
}

.divexibeimg ul li {
    color: black;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-right:3%;
}
#bannertopomobile{
	display:none;
	height:100px;
	width:98%;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
#bannertopodesktop{display:block}
.textoconfiramais{
	cursor:pointer;
}
.hrefconfiramais{
	color: #71777c !important;
    text-decoration: none;
	font-size:0.7em !important;
	margin-left:5%;
	font-weight:normal;
	font-family: Arial, sans-serif;
}
.hrefconfiramaisbairro{
	color: #71777c !important;
    text-decoration: none;
	font-size:1em !important;
	margin-left:0px !important;
	font-weight:normal;
	font-family: Arial, sans-serif;
}
#menumobile{
	float:left;
	margin-top:-3px;
	margin-right:5px;
	padding:10px 15px 10px 0px;
	margin-right:6px;
	cursor:pointer;
	font-size: large;
    z-index: 3;
}
.voltarTopo {
    background: url(../imgs/top.png) no-repeat center;
    border: none;
    border-radius: 5px;
    bottom: 20px !important;
    color: transparent;
    display: block;
    height: 38px;
    padding: 8px 10px;
    position: fixed;
    right:10px;
    text-decoration: inherit;
    text-transform: uppercase;
    width: 40px;
	z-index:1000;
}
.voltarTopo:active {
    background-color: var(--cor-segundaria);
}
#divmenumobile{
	z-index:-1;
	height:auto;
	background: var(--cor-menu-mobile);
    box-shadow: 0 0 5px #000;
	position:fixed;
	top:48px;
    transition: all 0.5s ease 0s;
	display:none;
    width:25%;
	padding-top: 5px;
}

#headertop{
	width:100%;
	height:50px;
	background:var(--fundo-primario);
	position:fixed;
	z-index:30;
	margin:auto;
	top:0px;
}

.aZ-todas:after{content: '';display: table;clear: both;}
.aZ-todas .aZ-individual{
    text-align: center;
}
.aZ-todas a{
    margin: 8px 1px;
    background: var(--cor-segundaria);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: large;
    transition: all .4s ease;
    width: 2%;
    display: block;
    float: left;
}
.aZ-todas a:hover{
    transform: scale(1.4);
    transition: all .4s ease;
}
@media screen and (max-width:500px){
	.aZ-todas{
		display: flex;
		flex-wrap: wrap;
	}
	.aZ-todas a.ahrefcida{
		flex: 0 0 calc(9% - 9px);
        margin: 0 3px 5px 3px;
        padding: 5px 0;
	}
}
@media screen and (min-width:1900px){
    .aZ-todas{display: flex;}
    .aZ-todas a{flex: 1;}
}
.busca-porletras {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: .4em 0;
    margin: 10px 0;
}

.menumobile {
    color: var(--cor-txt-menu);
    font-size: 1em;
    padding: 5px 0;
    z-index: 999;
	/*margin-top:65px;*/
}
.menumobile li a{
    color: var(--cor-txt-menu) !important;
}
.menumobile li {
    list-style: outside none none;
    text-decoration: none;
	display: block;
}
.menumobile-item {
    border-bottom: 1px solid #000;
    display: block;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    padding-right: 15px;
}

.menumobile-item a{
	color: var(--cor-txt-menu);
}

.menumobile-item:hover, .menumobile li a:hover {
    background: var(--cor-primaria);
    color: #fff !important;
    transition: all .3s;
}

.menurodape {
    color: #fff;
    font-size: 1em;
    padding: 5px 0;
    z-index: 999;
	margin-top:0px;
}
.menurodape .final-footer{
    color:#000;
}
.menurodape-item {
    display: inline;
    padding: 10px;
    cursor: pointer;
    padding-right: 15px;
}

.menu-link-branco {
    color: #ffffff;
    cursor: pointer;
}
.btnsdele{
	float:left;margin:auto;margin-top:0px;
}
.btnprimeiro{
	margin-left:0;
}
.comentedesk{
}
.estabfonemobile{
	float:left;margin-left:0px;width:20px;overflow:hidden;white-space:nowrap;margin-top:12px;
}

.estabfonemobilebtn{
	background-color: #000066;border: 1px solid #000066;border-radius: 5px;color: #fff;float: left;margin-left: 0;padding: 5px;height:20px;
}
.botao-sucesso {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.botao-sucesso:focus, .botao-sucesso.focus {
    background-color: #449d44;
    border-color: #255625;
    color: #fff;
}
.botao-sucesso:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}
.botao-sucesso:active, .botao-sucesso.active, .open > .botao-sucesso.dropdown-toggle {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}
.botao-sucesso:active:hover, .botao-sucesso:active:focus, .botao-sucesso.focus:active, .botao-sucesso.active:hover, .botao-sucesso.active:focus, .botao-sucesso.active.focus, .open > .botao-sucesso.dropdown-toggle:hover, .open > .botao-sucesso.dropdown-toggle:focus, .open > .botao-sucesso.dropdown-toggle.focus {
    background-color: #398439;
    border-color: #255625;
    color: #fff;
}

.bbotao {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, color;
    transition-timing-function: ease;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
a {
    color: var(--cor-link);
    font-weight: normal;
    text-decoration: none;
}
.botao-red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.botao-red:focus, .botao-red.focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff;
}
.botao-red:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.botao-red:active, .botao-red.active, .open > .botao-red.dropdown-toggle {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.botao-red:active:hover, .botao-red:active:focus, .botao-red.focus:active, .botao-red.active:hover, .botao-red.active:focus, .botao-red.active.focus, .open > .botao-red.dropdown-toggle:hover, .open > .botao-red.dropdown-toggle:focus, .open > .botao-red.dropdown-toggle.focus {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff;
}

.textofixosobre{
	display:inline-block;margin-left:1%;margin-right:1%;padding:0px;margin-top:0px;line-height:1.5em;margin-bottom:2%;
}
.btnssaimabias{
	display:inline-block;
	margin:1%;
	padding:0px;
	margin-top:0px !important;
	line-height:1.5em;
	margin-bottom:2% !important;
	text-align: center;
    width: 100%;
	margin:auto;
	padding-left: 1%;
}

.btnlight {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 -4px 0 0 #ccc inset;
    color: var(--cor-icones);
    display: inline-block;
    font-size: 12px;
    padding: 10px 15px 12px;
	margin-right:25px;
	min-width:100px;
	cursor: pointer;
	text-align: center;
}
.btnlight:hover {
    background-color: var(--cor-icones);
    box-shadow: 0 -4px 0 0 var(--cor-primaria) inset;
    color: #fff;
}
.btnlight:active {
    box-shadow: 0 -2px 0 0 var(--cor-primaria) inset;
}
.nomargin{
	margin-right:0px !important;
}
.editaperfil{
 margin-top:120px !important; /*ALTERADO*/
}

.corpofalecomyoutube iframe{
	height:315px;
	width:560px;
}
.divreporterror1a{
	z-index:100;position:absolute;display:none;text-align: left; overflow: hidden;
}
.divreporterror2a{
	z-index: 100; background: white none repeat scroll 0% 0%; border: 1px solid rgb(140, 140, 140); overflow: hidden; width:275px; height: 170px;
}
.divreporterror3a{
	text-shadow: 1px 1px 0 #ffffff;font-weight: 600;font-size:0.8em;background:#f5f5f5;padding:8px 12px;border-bottom:#e2e2e2 1px solid
}
.divreporterror4a{
	float:left;width:90%;color:var(--cor-primaria);margin-top:5px;
}
.divreporterror5a{
	color:var(--cor-primaria);font-size:2em;margin-top:-5px;float:right;width:25px;cursor:pointer;text-align:center;
}
.divreporterror6a{
	color: black;font-size: 12px;padding:5px 0px
}
.divreporterror7a{
	font-size: 16px;font-weight: 600;margin-top: 10px;
}
.pequenoajust{
	 padding: 0px 3px !important;
	 font-size: 12px !important;
}
.imgtelfone{
	height:16px;position: relative;top: 2px;
}
.imgtelfonezap{
	height:16px;position: relative;top: 2px;
}
.exibetelfeone{
	float:left;
	width:60%;
	margin-left:1%;
	height: 30px;
}
.exibetelfeonebtns{
	float:right;
	width:37%;
	text-align:right;
}
.divreporterror8a{
	height: 20px;margin:0px;margin:0px;
}
.divreporterror9a{
	float:left;width:70%;padding-left:1.5%;
}
.divreporterror10a{
	height:auto;
	position:relative;
}
.divreporterror10a :where(.fa-solid:not(.fa-dollar-sign), .fa:not(.fa-phone, .fa-circle-thin, .fa-stack-2x, .fa-stack-1x, .fa-stack)) { color: var(--cor-icones); }

.divreporterror11a{
	height:37px;
	margin-bottom:2%;
}
.divreporterror12a{
	float:left;margin-left:0px;width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    margin-top: 2%;
}
.divreporterror13a{
	float:left;margin-left:0px;padding-left:0px;
}
.divreporterror14a{
	width:100%;min-height:600px;border:1px solid #e5e5e5;border-radius:5px;margin-top:0px;margin-bottom:30px;padding-top:20px;
	
}
.divfototopo{
	height:6.5em;
	width:99%;
}
.imgfotocapa{
	border-radius:50%;width:6em;height:6em;
}
.imgfototopo{
	border-radius:50%;width:2.5em;height:2.5em;position: relative;top: 10px;cursor:pointer;
}
.divtitfotocapa{
	float:left;
}
.titfotocapa{
	margin:0px;padding:0px;font-size:1.4em;
}
.divimgfotocapa{
	float:left;width:6em;
}
.divreporterror15a{
	height:25px;background-color:#000088;color:white;border:none;padding:3px;border-radius:5px;margin:5px;cursor:pointer;
}
.divreporterror16a{
	margin-top:8px;margin-bottom:5px;
}
.divreporterror17a{
	width:85%;height:100px;margin:auto;
}
.divreporterror18a{
	float:left;color:#fff;text-align:center;margin-top:15px;margin-bottom:15px;
	background-color:#a0a0a0;margin-right:10px;width:100px;height:70px;
}
.divreporterror19a{
	font-weight:bold;display:block;height:15px;
}
.divreporterror20a{
	font-size:12px;display:block;
}
.divreporterror21a{
	font-size:16px;font-weight:bold;line-height:40px;
}
.divreporterror22a{
	float:left;color:#fff;text-align:center;margin-top:15px;margin-bottom:15px;
	background-color:#a0a0a0;margin-right:10px;width:100px;height:70px;
}
.divreporterror23a{
	margin-top:25px;margin-right:0px;width:50%;height:70px;
}
.divreporterror24a{
	padding-top:0px;padding-bottom:10px;color:#fff;
}
.divreporterror25a{
	width:100%;border:1px solid #e5e5e5;border-radius:5px;margin-bottom:30px;
}
.divreporterror26a{
	width:100%;
}
.divreporterror27a{
	width:100%;	
}
.divreporterror28a{
	margin-left:90px;margin-bottom:20px;margin-top:25px;
}
.divreporterror29a{
	width:100% !important;
}
.divreporterror30a{
	min-height:20px;
}
.divreporterror31a{
	width:50% !important;
	
}
.max-size{
	width:100% !important;
}
.divreporterror32a{
	float:left;width:45%;
	
}
.divreporterror33a{
	float:right;width:40%;
	
}
#framedocometario{
	height:600px;
	width:100%;
	border:none;
}
.textacampo{
	width: 96%;
}
.tablecomentario{
	width:100%;
	border:none;
}
.classde1{
	width:190px;float:right;height:20px;margin-top: -25px;
}
.classde2{
	width:35%;min-height:150px;float:left;
}
.classde3{
	width:35%;min-height:150px;float:left;margin-right:2%;
}
.btnlightcomart{
	margin-top:5px;
}
.classde4{
	color:#fff;font-size:1.3em;
}
.baixoendereco{
	display:none;
}
.ladonome{
	display:block;
}
.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;}
.modal-body:has(.uluf.modelul) .col-lg-12{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
.bars-menu{
	width: 35px;
	height: 5px;
	margin-bottom: 4px;
	background: var(--botao-menu-mobile);
	box-sizing: border-box;
	border-radius: 3px;
  }  
	.bar-1 {
	  transform-origin: top left;
	  transition: .5s
	}
	.bar-2{
	  opacity: 100%;
	  transition: 1s;
	}
	.bar-3 {
	  transform-origin: bottom left;
	  transition: .5s
	}  
	.bar1-x{
	  transform: rotate(40deg) translate(4px, -3px);
	  transition: .5s;
	}
	.bar2-x{
	  opacity: 0;
	  transition: .5s;
	}  
	.bar3-x{
	  transform: rotate(-40deg) translate(3px, 7px);
	  transition: .5s;
	}    
@media screen and (min-width:800px){
	#divconteudoright {
		position: fixed;
		top: 110px;
	}
}
@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;}
	#divdologo{
		width: 84%;
		min-height: auto;
        position: relative;
        top: -3px;
	}
}
@media screen and (min-width:10px) and (max-width:320px) {
	.uluf{width: 90%;}
	.uluf li {width: 19%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 1rem;}
	.divexibeimg ul li{
		padding-right: 2%;
        width: calc(33% - 2%);
	}
    .divexibeimg ul li img{width: 100%;}
	#menunav{width:95%;padding-top: 1%;}
	.divfototopo{
		margin-top:210px !important;
		height:4.6em;
	}

	.imgfotocapa{
		width:4.5em;height:4.5em;
	}
	.divimgfotocapa{
		width:4.5em;
	}


	#rodape{
	display: block;
	}
	.container-footer { width: 100%; } 
	.box3-rodape{
		display:none;
	}
	.box1-rodape, .box2-rodape{
		width:calc(100% - 4em) !important;
		padding:2em !important;
	}
	.box4-rodape, .chama-pesquisa{
			position: absolute;
	}
	.baixoendereco{
		display:block;
	}
	.ladonome{
		display:none;
	}
	#divmenumobile{
		right: 0;
		width:68%;
		top:52px;
	}
	#headertop{
		height: 90px;
	}
	.voltarTopo{
		display:none;
	}

	.hrefconfiramais{
		margin-left:0px !important;
	}
	#divfrmbusca{
		display:block;
		float:left;
		width:100%;

	}
	.textoconfiramais{
		display:block;
		margin-top:2%;
		margin-bottom:3%;
	}
	#bannertopomobile{
		display:block;
	}
	.divlistaempresasleft{
		width:99%;
	}
	.itemmenu{
		font-size: 0.6em;
	}
	.divlistaempresasright, .divreportaerro{
		display:block;
	}
	.estabwebsite{
		width:50%;
	}
	#divdologo{
		width:72%;
	}
	.titulodotop{
		font-size: 23px !important;
	}
	#divconteudo{
		width:96%;
	}
	#divconteudo, #cabecalhotopo{
		margin:auto;
	}
	#cabecalhotopo{
		padding-top:2%;
	}
	.titulodotop {
	}
	#divconteudoright{
		position: relative !important;
        margin-left: auto !important;
        margin-right: auto;
        top: 0;
		clear: both;
	}
	#divconteudoleft{
		width:100%;
	}
    .sobreEmpresas #divconteudoleft{
        margin-top:75px;
    }
    .listaEmpresas #divconteudoleft{
        margin-top:50px;
    }
	.divlogoimg img{
		width:40px;
		height:40px;
		border:none;
	}
	.divdestaque{
		font-size:0.8em;
		margin-left: -100%;

	}
	.corpofalecom{
		font-size:0.7em;
	}
	#exibevejatb{
		display:block;
	}
	#btnbuscar{
		width:20%;
	}
	.textbuscartopo{
	}
	#divdologo{
		margin-top:0px;
	}

	.btnsdele{
		width:45%;
		margin-top:0px;
		margin-bottom:4%;
	}
	.btnfechar{
		margin-right:3% !important;
	}
	.btnprimeiro{
		margin-top:0px
	}
	.comentedesk{
		width:96%;
	}
	.textofixosobre{
		margin-top:0px;
	}
	.menudeslogad, #menutopo{
        top: 50px !important;
	}
	.menudeslogad{
		height:25px !important;
	}
	#divacibusca{
		width: 100%;
		margin-top: -14px;
	}
	.textbuscartopo{
		width: 73%;
	}
	.menunav div{
		line-height:210%;
	}
	.divlistaempresas{
		min-height:auto;
		height:auto;
		margin-top:4% !important;
	}
	#divconteudo h3{
		margin-bottom:2%;
	}
	.divreporterror9a{
		float: none;
		width: 99%;
		padding-left: 1.5%;
	}
	.divreporterror2a{
		width:275px;
		height: 170px;
	}
	.bbotao{
		padding:6px 7px;
	}
	.textareamensgem{
		height:25px;
	}
	.sainocelular{
		display:none;
	}


	.estabendereco{
	}
	
	.divreporterror10a{
		
	}
	.divreporterror11a{
		
	}
	.white_content1 {
		background: #ffffff none repeat scroll 0 0;
		border: 2px solid #f3f8fc;
		display: none;
		height: auto;
		margin: auto;
		padding: 0;
		position: fixed;
		left:1%;
		top:5px;
		width:97%;
		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);
	}
	.campotext{
		width:85% !important;
		height: 3em !important;
		line-height:3.5em !important;
	}
	.divreporterror17a{
		width:95%;
		margin:auto;
		padding:auto;
		text-align:center;
	}
	.divreporterror18a, .divreporterror22a{
		width:88px;
		margin-right:10px;
	}
	#campobuscatopo{
		float: none;
		margin-top: 5%;
		width: 100%;
	}
	.divlogin{display:none}
	.corpofalecomyoutube iframe{
		width:280px !important;
	}
	
	
	.temfloat{
		float:right;
		margin-right:0px;

	}
	#divconteudo h1{
		font-size:1em;
		margin-top:25px !important;
		margin-left:1px !important;
	}
	.divreporterror23a{
		width:95%;
		font-size:16px;
	}
	.divreporterror14a{
		margin-top:210px;
	}
	.divreporterror14ahome{
		margin-top:10px !important;
	}
	.divreporterror24a{
		padding-top:0px;
	}
	.editaperfil{
		margin-top: 0px !important; /*ALTERADO 11/12/2024 */
	}
	.fields{
		padding:5px 5px 0 !important;
	}
	.divreporterror28a{
		padding-left:1% !important;
		margin-left:0px !important;
	}
	.divreporterror29a{
		width:95% !important;
	}
	.max-size{
		width:95% !important;
	}
	.divreporterror30a{
		min-height:0px;
	}
	.inline{
		display:block;
	}
	.divreporterror31a{
		width:95% !important;
	}
	.divreporterror26a{
		width:95% !important;
	}
	.editaperfil fieldset{
		padding:0px;
	}

	.ui-tabs .ui-tabs-panel{
		padding:0px !important;
	}
	.radio-wrapper {
		margin-top:0px !important;
	}
	.btn{
		padding: 10px 8px !important;
	}

	.divreporterror32a{
		float:none;
		width:90%;
		
	}
	.divreporterror33a{
		float:none;
		width:90%;
		
	}
	#menumobile{
		margin-left: 0;
        margin-right: 0%;
        margin-top: 5px;
        position: absolute;
        top: 0;
        right: 0;
		font-size: x-large;
		border: none !important;
	}
	.poi-write-review{
		width:82%;
	}
	.poi-write-reviewtexto{
		width:90%;
	}
	.tablecomentario{
		width:96%;
	}
	.estrelass img{
		width:32px;
		height:32px;
	}
	#divcaptcaah iframe{
		width:280px !important;
	}
	.classlightregistre{
		top:20px;
		width:95%;
	}
	.classde1{
		display:none;
	}
	.classde2{
		display:none;
	}
	.classde3{
		width:50%;
	}
	.btnlightcomart{
		margin-top:50px;
	}
	.menurodape-item {
		display: block;
	}
	.menurodape li {
		display:list-item;
	}
	.oprimiero{
		padding-right:0px !important;
	}
	.estabtemerro{
		top: 80px;
		width: 35%;
	}
    #divoquebuscar {
		float: none;
		height: 40px;
		width: 100%;
	}
	#divondebuscar {
		float: none;
		height: 40px;
		width: 100%;
	}
	#headertop {
		height: 50px;
	}
	#cabecalhotopo {
		margin: 0px auto !important;
	}
    .mostra-breadcrumb{
        top:90px !important;
         transition: all 0.32s;
    }
    .mostra-pesquisa{
        display: block !important;
        transition-duration: 0.3s;
        opacity: 1;
    }
    .desce-conteudo{
        width:100%;
        margin-top: 120px;
    }
    .sobreEmpresas #divconteudoleft.desce-conteudo{
        margin-top: 120px;
    }
    .listaEmpresas #divconteudoleft.desce-conteudo{
        margin-top: 85px;
    }
    #divfrmbusca, .sainocelular{
        display: none;
    }
    #divmenumobile.desce-menu{
        top: 75px;
    }
    .chama-pesquisa{
        display: block !important;
		width: 35px;
        right: 17%;
        padding: .19em;
        top: 14.45px;
        text-align: center;
        font-weight: 700;
        background-color: #fff;
        color: #000;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .aumenta-cabecalo{
        height: 90px !important;
        transition: all 0.32s;
    }
    #divdologo{margin-top: 5px;}
    .estabtemerro{
        width: 97%;
    }
    .final-footer{
        padding-left: 0.1em;
        padding-right: 0.1em;
        font-size:10px;
    }
    .divreporterror9a{
        width:calc(100% - 1.5%);
    }
    .menorque3{display: block;}
	.divprincgraf{display: block;margin: 0 auto;}
	.divlistaempresasright { top: -5px; }
    
}
@media screen and (min-width:321px) and (max-width:640px) {
	.uluf{width: 95%;}
	.uluf li {width: 15%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 1rem;}
	.divlistaempresas{
		margin-top:4% !important;
	}
	.divexibeimg ul li{
		padding-right: 2%;
        width: calc(33% - 2%);
	}
    .divexibeimg ul li img{width: 100%;}
	#menunav{width:95%;padding-top: 1%;}

	.divreporterror2a{
			height: 170px;
		}
		#rodape{
		display: block;
	
	 }
	 .container-footer { width: 100%; } 
	.box3-rodape{
		display:none;
	}
	.box1-rodape, .box2-rodape{
		width:calc(100% - 4em);
		padding:2em !important;
	}
 	.box4-rodape, .chama-pesquisa{
			position: absolute;
	}
	.baixoendereco{
		display:block;
	}
	.ladonome{
		display:none;
	}
	.menurodape-item {
		display: block;
	}
	.menurodape li {
		display:list-item;
	}
	.btnsdele{
		width:100%;
		margin-top:0px;
		margin-bottom:4%;
	}
	.btnfechar{
		margin-right:3% !important;
	}
	.comtres{
	}
	.corpofalecom{
		font-size:0.7em;

	}
	.btnprimeiro{
		margin-top:0px;
	}
	.comentedesk{
		width:96%;
	}
	.textofixosobre{
		margin-top:0px;
	}
	.menutopo{
        top: 50px !important;
	}
	.menudeslogad{
		height:25px !important;
	}
	.divreporterror18a, .divreporterror22a{
		width:88px;
		margin-right:10px;
	}
	.menunav{
		width:98%;
		padding-top:0.5%;
		padding-left:2%;
	}
	#divacibusca{
		width:100%;
	}
	
	.menunav div{
		line-height: 180%;

	}
	#divconteudoright{
		position: relative !important;
        margin-left: auto !important;
        margin-right: auto;
        top: 0;
		clear: both;
	}
	#divconteudoleft{
		width:100%;
		margin-top:70px;
	}
	.divdestaque{
		font-size:0.8em;
		margin-left: -100%;
	}
	.textareamensgem{
		height:25px;
	}
	.sainocelular{
		display:none;
	}
	#divconteudo{
		width:95%;
	}
	#menumobile{
		width:5%;
		margin-right:1px;
		margin-top:2px !important;
		position: absolute;
        top: 0;
        right: 11px;
		font-size: x-large;
		border: none !important;
		padding: 10px 8px 10px 0;
	}
	#divfrmbusca{
		width:100%;
        display: none;
	}
	#headertop{
		height: 50px;
	}
	#btnbuscar{
		width:20%;
	}
	.titulodotop {
		font-size:1.9em;
	}
	#divacibusca{
		width: 100%;
		margin-top: -14px;
	}
	.textbuscartopo{
		width: 73%;
	}
	#campobuscatopo{
		margin-top:14px;
		margin-right: 0;
	}
	.divlogin *:not(.imgfototopo){display:none}
	.divlogin:has(.imgfototopo){
		position: absolute;
        right: 112px;
        top: -3px;
	}
	.imgfototopo{
		width: 24px;
		height: 24px;
		top: 14px;
		position: absolute;
	}
	.white_content1 {
		background: #ffffff none repeat scroll 0 0;
		border: 2px solid #f3f8fc;
		display: none;
		height: auto;
		margin: auto;
		padding: 0;
		position: fixed;
		left:1%;
		top:5px;
		width:97%;
		z-index: 1000005;
		box-shadow: 0px 0px 0 #333;
	   -webkit-box-shadow: 0px 0px 0 #333;
	   -moz-box-shadow: 0px 0px 0 #333;
	}
	.corpofalecomyoutube iframe{
		width:300px !important;
	}
	.campotext{
		width:85% !important;
		height: 3em !important;
		line-height:3.5em !important;
	}
	#divmenumobile{
		right: 0;
		width:60%;
        top:52px;
	}
	#divmenumobile:has(.menumobile .menumobile-item:not([id])){
		width: 84%;
	}
    #divmenumobile.desce-menu{
        top: 82px;
    }
	.temfloat{
		float:right;
		margin-right:0px;

	}
	#divconteudo h1{
		font-size:1em;
		margin-top:10px !important;
		margin-left:1px !important;
	}
	.divreporterror23a{
		width:95%;
		font-size:16px;
	}
	.divfototopo{
		margin-top:10px !important;
		height:4.6em;
	}

	.imgfotocapa{
		width:4.5em;height:4.5em;
	}
	.divimgfotocapa{
		width:4.5em;
	}
	.divreporterror14a{
		margin-top:180px;
	}
	.divreporterror14ahome{
		margin-top:10px !important;
	}
	.divreporterror24a{
		padding-top:0px;
	}
	.editaperfil{
		margin-top:110px !important; /*Alterado*/
	}
	.fields{
		padding:5px 5px 0 !important;
	}
	.divreporterror28a{
		padding-left:1% !important;
		margin-left:15px !important;
	}
	.divreporterror29a{
		width:100%;
	}
	.max-size{
		width:95% !important;
	}
	.divreporterror30a{
		min-height:0px;
	}
	.inline{
		display:block;
	}
	.divreporterror31a{
		width:95% !important;
	}
	.divreporterror26a{
		width:95% !important;
	}
	.editaperfil fieldset{
		padding:0px;
	}
	.divreporterror29a{
		width:95% !important;
	}
	.btn{
		padding: 10px 8px !important;
	}
	.divreporterror32a{
		float:none;
		width:90%;
		
	}
	.divreporterror33a{
		float:none;
		width:90%;
		
	}
	.poi-write-review{
		width:90%;
	}
	.poi-write-reviewtexto{
		width:98%;
	}
	.tablecomentario{
		width:96%;
	}
	.estrelass img{
		width:32px;
		height:32px;
	}
	#divcaptcaah iframe{
		width:280px !important;
	}
	.classlightregistre{
		top:20px;
		width:95%;
	}
	.classde1{
		display:none;
	}
	.classde2{
		display:none;
	}
	.classde3{
		width:50%;
	}
	.btnlightcomart{
		margin-top:50px;
	}
	.estabtemerro{
		top:0px;
	}
	#bannertopomobile{
		display:block;
	}
    .desce-conteudo{
        width:100%;
        margin-top: 115px !important;
        float: none;
    }
    .estabtemerro{
        width: 97%;
    }
    .aumenta-cabecalo{
        height: 90px !important;
        transition: all 0.32s;
    }
    .mostra-breadcrumb{
        top: 91px !important;
         transition: all 0.32s;
    }
    .mostra-pesquisa{
        display: block !important;
        transition-duration: 0.3s;
        opacity: 1;
		margin-top: 10px !important;
    }
    .chama-pesquisa{
        display: block !important;
        width: 30px;
        right: 13%;
        padding: .19em;
        top: 11.45px;
        text-align: center;
        font-weight: 700;
        background-color: #fff;
        color: #000;
        border-radius: 3px;
        cursor: pointer;
        box-sizing: border-box;
    }
	.bars-menu{
		width: 30px;
	}
	.bar1-x{
		transform: rotate(40deg) translate(4px, -2px);
	}
	.bar3-x{
		transform:rotate(-40deg) translate(3px, 4px);
	}
    .final-footer{
        padding-left: 0.1em;
        padding-right: 0.1em;
        font-size:10px;
    }
    .divreporterror9a{
        width:calc(100% - 1.5%);
    }
    .menorque3{display: block;}
	.divprincgraf{display: block;margin: 0 auto;}
	.divprincgraf{
		display: block;
		margin: 0 auto;
	}
	.divlistaempresasright { 
		top: -5px;
		}
	.chama-pesquisa .fa{
		position: relative;
        top: 1px;
	}
}
@media screen and (min-width:769px) and (max-width:1025px) {
    /*#divconteudo, #cabecalhotopo, #menunav { REZENDE*/
    #divconteudo, #menunav {
        width: 97%;
    }
    #divconteudoleft{
        width: 65%;
    }
    #divfrmbusca{
        position: absolute;
        right: 46px;
        width: 55%;
        float: none;
    }
    #divconteudoright {
        margin-left: 65% !important;
		top: 118px !important;
    }
    #menumobile{
        padding: 10px 15px 10px 2px;
    }
}
@media screen and (min-width:641px) and (max-width:768px) {
	.uluf{width: 95%;}
	.uluf li {width: 15%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 1rem;}
	.divlistaempresas{
		margin-top:4% !important;
	}
	
	#menunav{width:90%;padding-top: 1%;}

	.divreporterror2a{
		height: 170px;
	}
	#rodape{
		display: flex;
	 }
	.box3-rodape{
		display:none;
	}
	.box1-rodape, .box2-rodape{
		width:49% !important;
		padding:2em 0.5em 2em 2em !important;
	}
 	.box4-rodape, .chama-pesquisa{
			position: absolute;
	}
	.baixoendereco{
		display:block;
	}
	.ladonome{
		display:none;
	}
	#divmenumobile{
		right:0;
		width:60%;
	}
	#headertop{
		height: 90px;
	}
	.voltarTopo{
		display:none;
	}
	.hrefconfiramais{
		margin-left:0px !important;
	}
	.btnfechar{
	}
	.textoconfiramais{
		display:block;
		margin-top:2%;
		margin-bottom:3%;
	}
	#bannertopomobile{
		display:block;
	}
	#bannertopodesktop{display:none}
	.white_content1 {
		top:100px;
		left:1%;
		margin-left:0px;
		width:95%;
		font-size:0.8em;
	}
	#divfrmbusca{
		display:block;
		float:left;
		width:100%;

	}
	#divconteudo{
		width:90%;
	}
	#divconteudo, #cabecalhotopo{
		margin:auto;
	}
	#cabecalhotopo{
		padding-top:2%;
	}
	.titulodotop {
		font-size:1.7em;
	}
	#divdologo{
		margin-left:0%;
		width:60%;
	}
	#divconteudoright{
		display:none;
	}
	#divconteudoleft{
		width:100%;
		margin-top:100px;
	}
	.divlogoimg img{
		width:40px;
		height:40px;
		border:none;
	}
	.divdestaque{
		font-size:0.8em;
		margin-left: 0%;
	}
	#exibevejatb{
		display:block;
	}
	.divlistaempresasright, .divreportaerro{
		display:block;
	}
	.estabwebsite{
		width:50%;
	}
	#btnbuscar{
		width:20%;
	}
	.textbuscartopo{
		width:73%;
	}
	.btnsdele{
		width:45%;
		margin-top:0px;
		margin-bottom:4%;
	}
	.comtres{
	}
	.btnprimeiro{
		margin-top:0px;
	}
	.comentedesk{
		width:96%;
	}
	.textofixosobre{
		margin-top:0px;
	}
	.menutopo{
		height:60px;
		padding-top:25px;
	}
	.menudeslogad{
		height:25px !important;
	}
	.menunav{
		width:90%;
		padding-top:0.5%;
		padding-left:2%;
	}

	#divacibusca{
		width: 80%;
		float: left;
		margin-top: -15px;
	}
	.textbuscartopo{
		width: 73%;
	}
	#campobuscatopo{
		margin-top:10px;
		margin-right: 0;
	}
	.divreporterror14ahome{
		margin-top:10px !important;
	}
	
	.menunav div{
		line-height: 180%;
	}
	.textareamensgem{
		height:25px;
	}
	.sainocelular{
		display:none;
	}
	.divlogin{display:none}
	#menumobile{
		margin-top:1px !important;
		position: absolute;
		top: 45px;
		right: -7px;
	}
	.white_content1 {
		background: #ffffff none repeat scroll 0 0;
		border: 2px solid #f3f8fc;
		display: none;
		height: auto;
		margin: auto;
		padding: 0;
		position: fixed;
		left:5%;
		top:5px;
		width:95%;
		z-index: 1000005;
		box-shadow: 0px 0px 0 #333;
	   -webkit-box-shadow: 0px 0px 0 #333;
	   -moz-box-shadow: 0px 0px 0 #333;
	}
	.campotext{
		width:100% !important;
		height: 3em !important;
		line-height:3.5em !important;
	}
	.temfloat{
		float:right;
		margin-right:0px;

	}
	#divconteudo h1{
		font-size:1em;
		margin-top:10px !important;
		margin-left:1px !important;
	}
	.divreporterror23a{
		width:95%;
		font-size:16px;
	}
	.divreporterror14a{
		margin-top:180px;
	}
	.divreporterror24a{
		padding-top:0px;
	}
	.editaperfil{
		margin-top:160px !important;
	}
	.fields{
		padding:5px 5px 0  !important;
	}
	.divreporterror28a{
		padding-left:1% !important;
		margin-left:15px !important;
	}
	.divreporterror29a{
		width:100%;
	}
	.max-size{
		width:95% !important;
	}
	.divreporterror30a{
		min-height:0px;
	}
	.inline{
		display:block;
	}
	.divreporterror31a{
		width:100% !important;
	}
	.divreporterror26a{
		width:95% !important;
	}
	.editaperfil fieldset{
		padding:0px;
	}
	.divreporterror29a{
		width:95% !important;
	}
	.btn{
		padding: 10px 8px !important;
	}
	.divreporterror32a{
		float:none;
		width:90%;
		
	}
	.divreporterror33a{
		float:none;
		width:90%;
		
	}
	.poi-write-review{
		width:82%;
	}
	.poi-write-reviewtexto{
		width:98%;
	}
	.tablecomentario{
		width:100%;
	}
	.estrelass img{
		width:32px;
		height:32px;
	}
	#divcaptcaah iframe{
		width:280px !important;
	}
	.classlightregistre{
		top:20px;
		width:95%;
	}
	.classde1{
		display:none;
	}
	.classde2{
		display:none;
	}
	.classde3{
		width:50%;
	}
	.btnlightcomart{
		margin-top:50px;
	}
	.estabtemerro{
		top: 80px;
	}
}
@media screen and (min-width:769px) and (max-width:1000px) {
	.uluf{width: 95%;}
	.uluf li {width: 15%;padding: 3px;}
	.esticawrow {margin-right: -40px;margin-left: -35px;}
	#myModalLabelUF{font-size: 1rem;}
	.divfototopo{
		margin-top:210px !important;
		height:4.6em;
	}

	.imgfotocapa{
		width:4.5em;height:4.5em;
	}
	.divimgfotocapa{
		width:4.5em;
	}
	.divreporterror14ahome{
			margin-top:10px !important;
		}
	.divreporterror2a{
		height: 170px;
	}
	.baixoendereco{
		display:block;
	}
	.ladonome{
		display:none;
	}
	#divmenumobile{
		right: 0;
		width:60%;
	}
	#headertop{
		height: 90px;
	}
	.voltarTopo{
		display:none;
	}
	.hrefconfiramais{
		margin-left:0px !important;
	}
	.btnfechar{
	}
	.textoconfiramais{
		display:block;
		margin-top:2%;
		margin-bottom:3%;
	}
	#bannertopomobile{
		display:block;
	}
	#bannertopodesktop{display:none}
	.white_content1 {
		top:100px;
		left:1%;
		margin-left:0px;
		width:95%;
		font-size:0.8em;
	}
	#divfrmbusca{
		display: block;
		float: left;
		margin-left:-40px;
		width: 100%;
		margin-top:-10px;

	}
	.divreporterror14ahome{
		margin-top:10px !important;
	}
	#divconteudo{
		width:97%;
	}
	#divconteudo, #cabecalhotopo{
		margin:auto;
	}
	.titulodotop {
		font-size:1.7em;
	}
	#divdologo{
		margin-left:0%;
		width:60%;
		margin-top:12px;
	}
	#divconteudoright{
		display:none;
	}
	#divconteudoleft{
		width:100%;
		margin-top:100px;
	}
	.divlogoimg img{
		width:40px;
		height:40px;
		border:none;
	}
	.divdestaque{
		font-size:0.8em;

	}
	#exibevejatb{
		display:block;
	}
	.divlistaempresasright, .divreportaerro{
		display:block;
	}
	.estabwebsite{
		width:50%;
	}
	#btnbuscar{
		width:20%;
	}
	.textbuscartopo{
		width:73%;
	}
	.btnsdele{
		width:45%;
		margin-left:0px !important;
		margin-top:0px;
		margin-bottom:4%;
	}
	.comtres{
	}
	.btnprimeiro{
		margin-top:0px;
	}
	.comentedesk{
		width:96%;
	}
	.textofixosobre{
		margin-top:0px;
	}
	.menutopo{
		height:30px !important;
		padding-top:25px;
	}
	#menunav{
		width:90%;
		padding-top:0.8%;
		padding-left:2%;
        margin: 0;
	}
	#divacibusca{
		display: block;
		float: left;
		margin-left:-60px;
		width: 100%;
		margin-top:-10px;
	}
	.textbuscartopo{
		width: 73%;
	}
	.menunav div{
		line-height: 180%;
	}
	.textareamensgem{
		height:25px;
	}
	.sainocelular{
		display:none;
	}
	#campobuscatopo{
		margin-top: 17px;
		margin-right: 55px;
		width: 80%;
	}
	.divlogin{display:none}
	#menumobile{
		margin-top:5px !important;
		position: absolute;
		top: 31px;
		right: -7px;
	}
	.white_content1 {
		background: #ffffff none repeat scroll 0 0;
		border: 2px solid #f3f8fc;
		display: none;
		height: auto;
		margin: auto;
		padding: 0;
		position: fixed;
		left:5%;
		top:5px;
		width:95%;
		z-index: 1000005;
		box-shadow: 0px 0px 0 #333;
	   -webkit-box-shadow: 0px 0px 0 #333;
	   -moz-box-shadow: 0px 0px 0 #333;
	}
	.campotext{
		width:100% !important;
		height: 3em !important;
		line-height:3.5em !important;
	}
	.temfloat{
		float:right;
		margin-right:0px;

	}
	#divconteudo h1{
		font-size:1em;
		margin-top:10px !important;
		margin-left:1px !important;
	}
	.divreporterror23a{
		width:95%;
		font-size:16px;
	}
	.divreporterror14a{
		margin-top:180px;
	}
	.divreporterror24a{
		padding-top:0px;
	}
	.editaperfil{
		margin-top:160px !important;
	}
	.fields{
		padding:5px 5px 0  !important;
	}
	.divreporterror28a{
		padding-left:1% !important;
		margin-left:15px !important;
	}
	.divreporterror29a{
		width:100%;
	}
	.max-size{
		width:95% !important;
	}
	.divreporterror30a{
		min-height:0px;
	}
	.inline{
		display:block;
	}
	.divreporterror31a{
		width:100% !important;
	}
	.divreporterror26a{
		width:95% !important;
	}
	.editaperfil fieldset{
		padding:0px;
	}
	.divreporterror29a{
		width:95% !important;
	}
	.btn{
		padding: 10px 8px !important;
	}
	.divreporterror32a{
		float:none;
		width:90%;
		
	}
	.divreporterror33a{
		float:none;
		width:90%;
		
	}
	.poi-write-review{
		width:82%;
	}
	.poi-write-reviewtexto{
		width:98%;
	}
	.tablecomentario{
		width:100%;
	}
	.estrelass img{
		width:32px;
		height:32px;
	}
	#divcaptcaah iframe{
		width:280px !important;
	}
	.classlightregistre{
		top:20px;
		width:95%;
	}
	.classde1{
		display:none;
	}
	.classde2{
		display:none;
	}
	.classde3{
		width:50%;
	}
	.btnlightcomart{
		margin-top:50px;
	}
	.estabtemerro{
		top: 80px;
	}
	.menudeslogad{
		height:25px !important;
	}
	.divlogin{display:none}
}
@media screen and (min-width:1194px) {
.divreporterror14ahome{
	margin-top:10px !important;
}
.divreporterror2a{
	height: 170px;
}
.classde1{
	margin-top: 0;
}
#divmenumobile{
	left: 10%;
}
}
@media screen and (min-width:800px) {
    .voltarTopo{
		display:none !important;
        opacity: 0 !important;
	}
}
@media only screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1022px) 
  and (orientation: portrait){
      #divfrmbusca{
          position: relative;
          right:0;
          margin-left: 0;
      }
       #divacibusca{
            margin-left: 0;
       }
}
@media only screen
    and (min-device-width:1001px) 
    and (max-device-width:1193px)
    and (orientation: portrait) {
    .divreporterror14ahome{
        margin-top:10px !important;
    }
    .divreporterror2a{
        height: 170px;
    }
    .divdestaque{
        font-size: 0.8em;
    }
    #divmenumobile{
        left: 1%;
    }
}
@media only screen
    and (min-device-width:1001px) 
    and (max-device-width:1025px)
    and (orientation: portrait) {
    #divfrmbusca{
        position: absolute;
        width: 63%;
    }   
    #campobuscatopo{
        float: right;
    }
    
}
@media only screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1022px) {
  
      #divfrmbusca{
          position: relative;
          right:0;
          margin-left: 0;
      }
       #divacibusca{
            margin-left: 0;
       }
}
.cordosiconssobre{
	font-size:20px;
	color:var(--cor-primaria);
}
.btnlight:hover .cordosiconssobre{
	color: #fff;
}


@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  animation-duration: .3s;
  animation-iteration-count: 1;
}

/*24/04*/
.itemmenu {
  color: var(--cor-letra-bradcamp);
}
.setavoltabradcamp{
	font-size: .9em;
    font-weight: bold;
}
.textobradcamp{
	margin-left:5px;
	position:relative;
	top:0px;
}
#menutopo {
  top: 55px;
}
.outrosproxlista{
	width: 70%;
}

#btnCompartilhar {
  display: inline-block;
  padding: 0 16px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 18px;
  width: fit-content;
  background: #f2f2f2;
  margin-left: 10px;
  border: 0;
  cursor: pointer;
}
.tituloh1 ~ #montadedosecuritu {
  padding: 0 16px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 18px;
  width: fit-content;
  background: #f2f2f2;
  align-items: center;
  display: inline-flex;
}
.tituloh1~#montadedosecuritu .quercurtir {
  font-size:1.4rem;
  color:#333;
  cursor:pointer;
  transition:.3s;
  margin-right:6px;
  padding-right:6px;
  border-right:1px solid #d9d9d9;
}
.tituloh1~#montadedosecuritu .quernaocurtir {
  font-size: 1.4rem;
  color: #333;
  cursor: pointer;
  transition: all .3s;
}
@media screen and (min-width:10px) and (max-width:768px) {
    #menutopo {
        padding-top: 0
    }

    .listaufbradcamp {
        padding-top: 0 !important
    }

    .listacidadesbradcamp {
        padding-top: 3px !important
    }

    .sobreempresabradcamp {
        padding-top: 4px !important
    }

    .curtir-empresa {
        margin-top: 15px !important
    }

    .outrosproxlista {
        width: 100%
    }

    #divconteudo h1 {
        font-size: 18px
    }
}
@media screen and (min-width: 800px) {
  #bannerslat.sobreempresa {
    width: 70%;
  }
  body.listaEmpresas #bannerslat.sobreempresa {
	margin: 0 auto;
  }
  .tudo-sobre #divconteudoright{
	top: 7vh;
	}
  .tudo-sobre #bannerslat{
	margin-top: 0;
	}
}
.so_mobile{display: none;}
.so_desktop{display: initial;}
.sobreEmpresas .btnssaimabias{
	padding-left: 0;
}
#div-telefone{
	display: flow-root;
    margin-bottom: 15px;
}
.nodesktopp{
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(2, calc(50% - 3px));
	margin-top: 15px;
	width: 91%;
}
.nodesktopp .btnsdele{
	float: none;
	margin: 0;
	width: 100%;
	& .btnlight{
		margin-right: 0;
        width: 100%;
        box-sizing: border-box;
	}
}
:where(#mensagem-copiada, .mensagem-copiada){
	position: absolute;
    top: -26px;
    left: 0;
    background-color: var(--cor-primaria);
    color: var(--cor-txt-menu);
    padding: 5px 10px !important;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	white-space: nowrap;
}
:where(#mensagem-copiada, .mensagem-copiada).show {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 700px) {
	:where(#headertop #idbody, #menutopo, #divconteudo, #rodape) .container {
		padding: 0 !important;
	}
	#headertop #idbody .container{
		width: 95%;
		margin: 0 auto;
	}
	#cabecalhotopo{
   		display: flow-root;
		min-height: 40px;
	}
	.aumenta-cabecalo #cabecalhotopo{
		padding-bottom: 0;
	}
	body[itemtype="https://schema.org/WebPage"]:not(.listaEmpresas, .sobreEmpresas) #divconteudoleft{
		margin-top: 0px;
	}
	
	.site-txt{
		width: calc(100% - 19vw);
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
		vertical-align: bottom;
	}
	
	/* ATUALIZACAO BREADCUMP LOGADO - INICIO */
	.so_mobile{
		display: initial;
	}
	.so_desktop{
		display: none;
	}
	#menutopo.logado{
		height: 33px;
	}
	#menutopo.logado #menunav{
		padding-top: 4px;
	}
	#divmenumobile.logado{
		top: 57px;
	}
	#divmenumobile.logado.maior:has(.menumobile li.menumobile-item:not([id])){
		width: 85%;
	}
	.fields.escolha-imagens{
		display: grid;
		grid-template-columns: repeat(2,50%);
	}
	.confirmados{
		width: 100%;
	}
	.btn.green.bottom-button[value="Ver minhas empresas Cadastradas"]{
		width: 100% !important;
	}
	#divconteudoright.pag-confirmados{
		display: none;
	}
	#menutopo.logado{
		top: 55px;
	}
	.divexibeimg{
		margin-top: 15px;
	}
	.listaEmpresas .btnssaimabias{
		display: grid;
		grid-template-columns: repeat(2, 137px);
		margin: 0;
		padding-left: 1.5%;
	}
}
@media screen and (min-width:478px) and (max-width:700px) {
	.listaEmpresas .btnssaimabias{
		grid-template-columns: repeat(3, 137px);
	}
}
#menutopo.logado{
	z-index: 999;
}
.editaperfil .divreporterror25a{
	background-color: #f5f5f5;
}
#divmenumobile.logado:has(.menumobile li.menumobile-item:not([id])):not(.maior) .menumobile .menumobile-item{
		display: grid;
		grid-template-columns: 25px calc(100% - 25px);
}
@media screen and (max-width: 375px) {
	.cidade-meu-perfil {
        display: none;
	}
	.btn.green.bottom-button[value="Ver minhas empresas Cadastradas"]{
		font-size: 16px;
	}
}
@media screen and (min-device-width: 1024px) {
	#menutopo.logado{
		height: 33px;
	}
	#divmenumobile.logado{
		top: 62px;
	}
	.confirmados{
		float:left;
		width:670px;
	}
	/* ATUALIZACAO BREADCUMP LOGADO - FIM */
	#idbody .container{
		position: relative;
	}
	#headertop{
		height: auto;
	}
	#cabecalhotopo{
		display: grid;
		grid-template-columns: 50px 350px calc(100% - 727px) 326px;
		grid-template-areas: "menu logo busca login";
	}
	.area-menu{
		grid-area: menu;
	}
	#divdologo{
		width: 100% !important;
		grid-area: logo;
	}
	#divfrmbusca{
		grid-area: busca;
		position: initial !important;
		float: none;
		width: 100% !important;
	}
	.divlogin{
		grid-area: login;
		position: initial !important;
		text-align: right;
        margin-top: 10px;
	}
	.divlogin:has(.imgfototopo){
		margin-top: -10px;
	}
	#campobuscatopo{
		float: none !important;
        margin-left: 0 !important;
		margin-right: 0 !important;
        width: 100%  !important;
		margin-top: 0;
	}
	#divmenumobile{
		position: absolute;
		left: 15px;
	}
	#divmenumobile:has(.menumobile .menumobile-item:not([id])){
		width: 30%;
	}
	#menunav{
		width: 100% !important;
	}
	#divconteudo{
		width: 100%;
		margin-top: 100px;
	}
	#divarealeft, body.listaEmpresas #divconteudoleft{
		width: calc(100% - 330px);
		float: left;
	}
	#divconteudoleft{
		margin-top: 0;
	}
	#divconteudoright{
		margin-left: 0 !important;
		top: initial;
	}
	#divarearight{
		position: relative;
        float: right;
		width: 320px;
	}
	body.sobreEmpresas #divconteudoleft, #divlatitude, #bannerslat.sobreempresa, .outrosproxlista{
		width: 100%;
	}
	body.sobreEmpresas .divlistaempresas{
		margin-top: 0 !important;
	}
	#divconteudo h1{
		margin-top: 0;
	}
	.textbuscartopo{
		background: #fff !important;
        text-indent: 0 !important;
        min-height: 34px;
        width: 87%;
	}
	#btnbuscar{
		min-height: 36px;
        width: 9%;
	}
	#rodape .container{
		display: flex;
	}
	.box1-rodape{
		width: calc(100% - 330px);
	}
	.box2-rodape{
		width: 320px;
	}
	.nodesktopp{
		display: flex;
		gap: 15px;
		justify-content: flex-start;
		width: 400px;
	}
}

@media screen and (min-device-width: 1345px) and (max-device-width: 1380px) {
	#lightcomentario.white_content1{
		top: 0;
	}
	.btnfechar{
		position: relative;
		top: 21px;
	}
}