.navbar .navbar-brand img {
  width: 12rem;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
}

main .btn {
  width: 65%;
}

.llamado h2 {
  font-size: 2.3rem;
}
.llamado a:hover {
  color: #fff;
}

.fechas h2 {
  font-size: 2.5rem;
}

.botones {
  margin-top: 5rem;
}
.botones .texto-botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.botones .texto-botones:hover {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
.botones .texto-botones img {
  border-radius: 3.5rem;
  margin: 0 auto;
}
.botones .texto-botones .texto {
  padding: 1.5rem;
  text-align: center;
}
.botones .texto-botones .texto a {
  color: #fff;
  text-decoration: none;
}

.footer {
  margin-top: 3.5rem;
  padding: 1.5rem;
}
.footer .titulo {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.footer .imagen {
  margin-top: 1.4rem;
}
.footer .imagen .las-condes {
  width: 8.125rem;
}
.footer .media-partner {
  margin-top: 2rem;
}
.footer .media-partner .titulo {
  font-size: 1rem;
}
.footer .media-partner .imagen img {
  max-height: 6rem;
}/*# sourceMappingURL=custom-style.css.map */

.contenedor-btn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.contenedor-btn .boton {
  padding: 10px;
  text-align: center;
}
.contenedor-btn .boton img {
  border-radius: 3.5rem;
}