<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#venta .sub-titulo, #renta .sub-titulo{
	text-align: center;
	padding:1rem 0rem 1rem;
}
#renta .sub-titulo p{
	font-size: 1.5rem;
}

.contacto .redes li i{
	color:var(--verde);
	font-size: 2.5rem;
	transition: .5s;
}
.contacto .titulo-redes{
	font-family: subTitulos !important;
	color: black !important;
	font-size: 2rem !important;
	transition: .5s;
}
.contacto .redes li i:hover{
	transform: scale(0.9);
}
.contacto .redes li .fa-whatsapp{
	color:green !important;
}</pre></body></html>