/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 03:28:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.slide_inicial_fixo {
	
	/*background: linear-gradient( to right, #eee5d3 0%, #eee5d3 35%, #a6c8c2 75%, #a6c8c2 100%);*/
	background: linear-gradient( 110deg, #eee5d3 0%, #eee5d3 35%, #a6c8c2 65%, #a6c8c2 100%);
	/*background: linear-gradient( to right, #fdf8ee 0%, #fdf8ee 45%, #00c3e3 95%, #00c3e3 100% );*/
	
}
.slide_inicial_fixo_2{
	background-color: #f8f8ee;
}

.bannerPrincipal .wBackground {
  	/*background-position: right;
  	background-color: #f0f0f0;*/
	background-position: initial !important;
	background-color: initial !important;
}

.logomarcas_ao_topo{
	display: flex;
	align-content: center;
	justify-content: center;
}

.logomarcas_ao_topo .btImage{
	display: flex;
	align-content: center;
	justify-content: center;
}

.logomarcas_ao_topo img{
	width: 60%;
}

.cidades_banner_fixo{
	width: 100%;
	text-align: center;
} 

.cidades_banner_incor{
	color: #d11919 !important;
}

.cidades_banner_visum{
	color: #17949a !important;
}

.cidades_banner_botao_sobre_incor{
	background-color: #d11919 !important;
	border-color: #d11919 !important;
}

.cidades_banner_botao_sobre_incor:hover{
	background-color: red !important;
}
.cidades_banner_botao_sobre_visum:hover{
	background-color: #17949a !important;
}
