.menu {
  background-color: #e4094c;
}

.textoMenu {
  color: #ffffff;
}

.registrate {
  background-color: #e4094c;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5%;
}

#footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: #999;
}

.mayusculasRegistro {
  text-transform: uppercase;
}

.btnReg {
  background-color: #e4094c;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5%;
  width: 100%;
}

.dorado {
  color: #b28e5c;
}
.requerido {
  color: #9d2148;
  /* font-size: 1.2rem; */
}

#imgCabezera {
  height: 140px;
  object-fit: cover;
}

.medio {
  font-size: 1.5rem;
  font-weight: lighter;
}

.textoVerde {
  color: #107b37;
}

.textoRojo {
  color: #e4094c;
}

.bordeRojo {
  border-color: #e4094c !important;
}
.bordeVerde {
  border-color: #107b37 !important;
  border-width: 0.15vw !important;
}

.fondo {
  background-image: url("../img/fondo.png");
}
.opaco {
  backdrop-filter: blur(10px);
}
.navImg {
 max-width: 50%;
  height: auto;
}

.hmax {
  max-height: 8vh;
}

.negrita {
  font-size: 1.5rem;
  font-weight: 300; 
} 