/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");


/*masthead*/
.hero-image {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
@media screen and (min-width: 730px) {
  .hero-image {
    height: 70vh;
  }
}

.masthead {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-text2 {
  background-color: #b30000;
  color: white;
  width: fit-content;
  padding: 4px;
}

/*contenido*/
.btn.btn-primary {
  background-color: #b30000;
  border-color: #b30000;
  --bs-btn-hover-bg: #cb1c1c;
  --bs-btn-hover-border-color: #cb1c1c;
  --bs-btn-active-bg: #d72525;
  --bs-btn-active-border-color: #b30000;
  font-family: "Open Sans", sans-serif;
}

h5.card-title {
  color: #b30000;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
}

.subtitle {
  text-align: center;
  text-decoration: underline;
  color: #b30000;
  font-family: "Open Sans", sans-serif;
}
.logo {
  width: 112px;
  height: 80px;
}