html, body {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  color: #444;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

:root {
  --azul: #0E2865;
  --celeste: #5EA1D3;
  --gris: #626262;
}

.boton {
  background: var(--azul);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.30);
  font-size: 25px;
  border: solid 2px var(--celeste);
  color: #FFF;
  border-radius: 5px;
  padding: 15px 15px;
  text-decoration: none;
  cursor: pointer;
  display: table;
  line-height: 1;
  transition: transform 100ms;
  outline: none;
  user-select: none;
}

.boton:hover {
  transform: scale(1.05);
}

.swal-button, .swal-button:focus {
  background-color: var(--azul) !important;
}

.textobajo{
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
}