:root {
	--colorPrincipal: white;
	--colorSecundario: #29292a;
	--colorSecundarioOscuro: #80b136;
	--colorSecundarioClaro: #89a6c8;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/* HOME */
.seccionHome.fondoColorPrincipal {
	background-color: #fff;
}

.header-comunidad.fixed .header-search {
	border: 1px solid var(--colorSecundario);
}

/* REGISTRO */
.seccionCrearCuenta.fondoColorPrincipal {
	background-color: #fff;
}

/* DATOS BASICOS */
.seccionDatosBasicos.fondoColorPrincipal {
	background-color: #fff;
}

/*Estilo Carla*/

.primary-home {
	min-height: 39vh !important;
}
/* .seccionHome.bannerImg,
#bannerHome.bannerImgV2 {
	min-height: 250px;
} */
/*Tamaño Proporcional banner principal*/
/* @media (min-width: 767px) {
	.seccionHome.bannerImg,
	#bannerHome.bannerImgV2 {
		background-size: cover;
		padding-top: 18.3% !important;
		position: relative !important;
		background-position: center !important;
	}
	.fondoBuscador,
	.fondoBuscadorV2 {
		flex-direction: column;
		justify-content: center;
		min-height: 0 !important;
		height: 0 !important;
		padding: 0;
		margin: 0;
		position: absolute;
		margin: 0;
		top: 50%;
	}
} */
