:root {
  --colorPrincipal: #fff;
  --colorSecundario: #356ab7;
  --colorSecundarioOscuro: #1c3a66;
  --colorSecundarioClaro: #4585e6;
  --colorTitulos: #3e3e3c;
  --colorTextos: #595959;
  --colorFondo: #ffffff;
  --colorFondoCv: #f1f1f1;
  --colorColumna: #dddcdc;
  --colorFondoFooter: #ffffff;
}
/* HOME */
/*HEADER DISTINTO DE BLANCO
header.header-comunidad {
  background: #000 !important;
}
.seccionHome.fondoColorPrincipal {
  background-color: #fff;
}*/

/* REGISTRO */
.seccionCrearCuenta.fondoColorPrincipal {
  background-color: #fff;
}

/* DATOS BASICOS */
.seccionDatosBasicos.fondoColorPrincipal {
  background-color: #fff;
}
/*.color-principal {
  background: #041e60 !important;
  background-color: #041e60 !important;
}*/
@media screen and (max-width: 768px) {
  .fondoBuscador {
    min-height: 250px !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%;
  }
}
