:root {
	--colorPrincipal: #6ab045;
	--colorSecundario: #183a5c;
	--colorSecundarioOscuro: #430600;
	--colorSecundarioClaro: #d7d5d5;
	--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;
}
@media(max-width:767px){
	.primary-home .home-search .search-field i{
		color: white !important;
	}
}

/*header fondo*/
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;
	}
}
/*Tamaño responsivo banner principal*/
@media(min-width:767px){
	.seccionHome.bannerImg {
	  background-size: cover;
	  padding-top: 20.83%  !important;
	  position: relative;
  }
  .fondoBuscador {
	flex-direction: column;
	justify-content: center;
	min-height: 0 !important;
	height: 0 !important;
	padding: 0;
	margin: 0;
	position: absolute;
	margin: 0;
	top: 50%;
  }
  }

