@charset "utf-8";
/* Estilos gerais */
.a1 {color: #A7A7A7; text-decoration: none;} .a1:hover { color: #FA6B4B;}
	
.log_app {margin-right: 310px;}

.ann-distancia {
	font-weight: 400;
	overflow: hidden;
	margin: 0 0 0 8px;
	color: #6F6F6F;
}
#criar_login {
  position: fixed;
  top: 80px;
  right: 36px;
	left: 378px;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  display:block;
}

#criar_login.oculto-scroll {
  opacity: 0;
  transform: translateY(-40px);
  pointer-events: none;
}


	
/* ------------------*/
@media (min-width: 1150px) {	
	.a1 {color: #A7A7A7; text-decoration: none;}	
	.a1:hover { color: #FA6B4B;}	
	.log_con {display:none}		
	#caix_log1 {display: block; margin-right: 313px;}		
}

@media (max-width: 1150px) {		
	.log_con {
		display: block;
		width: 260px;
		cursor: pointer;
		margin: 40px auto 50px auto;
		font-weight: 500;
		background-color: #67A81F;
		font-size: 16px;
		border: 1px solid #67A81F;
		line-height: 48px;
		text-align: center;
		border-radius: 24px;
		color: #fff;
	}		
	#caix_log1 {display: none}
}
/* ------------------*/





.botao_filtros {
	all: unset; 
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight: 500;
	color: #000; 
	border: thin solid #E0E0E0;
	border-radius: 16px;
	line-height: 32px;
	text-align: center;
	width: 170px;
	display: block;
	background-color: #F8F8F8;
    flex-shrink: 0;
	cursor: pointer;
	 transition: all 0.3s ease;
}	
	
	
.botao-ativo, .botao_filtros[data-ativo="true"] {
  background-color: #67A81F !important;
  color: white !important;
}

.botao-ativo:hover, .botao_filtros[data-ativo="true"]:hover {
  background-color: #6AB913 !important;
}
	
.botao_filtros:hover {
	color: #FFFFFF;
	background-color:#67A81F;
} 

.an-botao-criar-login {
	width: 90px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	font-weight: 500;
	background-color: #fff;
	font-size: 12px;
	line-height: 20px;
	border-radius: 999px;
	border: thin solid #D3D3D3;
	color: #5A5A5A;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;     
	-ms-user-select: none;  
	transition: color 0.3s ease, border 0.3s ease;
}	
.botao-login-r {
	right: 0;
	left: auto;

}
.an-botao-criar-login:hover {
	color: #000000;
	border: thin solid #505050;
}	
.an-botao-login {
	width: 110px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0; 
	top: 0;
	z-index: 2;
	cursor: pointer;
	font-weight: 500;
	background-color: #fff;
	font-size: 13px;
	line-height: 24px;
	border-radius: 999px;
	border: thin solid #D3D3D3;
	color: #5A5A5A;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;     
	-ms-user-select: none;  
	transition: color 0.3s ease, border 0.3s ease;
}	
.an-botao-login:hover {
	color: #000000;
	border: thin solid #505050;
}

.an-encExp {
	margin: 25px 30px 5px 30px; 
	font-size: 23px; 
	text-align: center; 
	line-height: 28px;
}	
.an-aprest {
	font-size: 17px; 
	text-align: center; 
	position: relative;
	max-width: 880px;
	margin: auto;
}	
.an-filtros{
  margin: 35px auto;
  max-width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px; 
  border: thin solid #CCC;
  padding: 30px 30px;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}

.an-filtros_texto{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0 10px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
}

.an-filtros_contador{
	position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
    color: #555;
    font-size: 14px;
	font-weight: 500;
}

@media (max-width: 1300px) {	
	
#criar_login {
  top: 80px;
  right: 12px;
  left: 12px;
}

} 
@media (max-width: 900px) {	
	.log_app {margin-right: 0;}
}

@media (max-width: 600px) {
	.botao_filtros {right: -144px;}	
	.botao_filtros:hover {right: -146px;}
}		

@media (max-width: 460px) {
    /* Adicione seus estilos para 460px aqui */
}

@media (max-width: 600px) {
    .botao_filtros {
        right: -144px;
		width: 100%;
    }
    
    .botao_filtros:hover {
        right: -146px;
    }
}