:root {
	--colorPrincipal: white;
	--colorSecundario: #29962a;
	--colorSecundarioOscuro: #1f84c2;
	--colorSecundarioClaro: #89a6c8;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/* HOME */
.seccionHome.fondoColorPrincipal {
	background-color: #fff;
}

/* REGISTRO */
.seccionCrearCuenta.fondoColorPrincipal {
	background-color: #fff;
}

/* DATOS BASICOS */
.seccionDatosBasicos.fondoColorPrincipal {
	background-color: #fff;
}

.fondoBuscador {
	min-height: 500px !important;
}
header.header-comunidad.d-flex.align-items-center.w-100.flex-wrap.flex-xl-nowrap.fixed.color-principal.justify-content-between {
	background-color: white !important;
}
@media screen and (max-width: 768px) {
	.fondoBuscador {
		min-height: 250px !important;
	}
	.seccionHome.bannerImg {
		background-position: right !important;
	}
}
