@font-face {
  font-family: "Bodoni";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(../fonts/BodoniXT.ttf);
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(../fonts/Muli-SemiBold.ttf);
}

.Titulo {
  font-family: Bodoni;
  color: #E63453;
}
.Subtitulo {
  font-family: Muli;
  color: #E63453;
}

hr {
  opacity: 1;
  color: #E63453;
  margin: 20px 40px;
}

p.nivel {
  margin-bottom: 0;
  line-height: 12px;
}

.Page {
  min-height: 100vh;
  background-image: url("../img/Fondo.jpg");
}

.Margen {
  padding-top: 140px;
}

.Cuadro {
  background-color: white;
  border-radius: 20px;
  margin: 0 100px;
}

.Logo {
  margin-top: -90px;
}

.Bienvenido {
  color: #F4A899;
}

.btn {
  border-radius: 20px; 
}
.btn-ingresar {
  background-color: #E63453;
  color: white;
  border: solid 1px #E63453;
}
.btn-ingresar:hover {
  background-color: white;
  color: #E63453;
  border: solid 1px #E63453;
}

.btn-nivel {
  background-color: white;
  color: #E63453;
  border: solid 1px #E63453;
}
.btn-nivel:hover {
  background-color: #E63453;
  color: white;
  border: solid 1px #E63453;
}

.proximamente {
  font-size: 10px;
}

.Footer {
  color: #989494;
}