@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.btn-red {
  background-color: #7D1020;
  color: #F5F5F5;
}
.btn-red:hover {
  background-color: #c2001d;
  color: #F5F5F5;
}

.section-head {
  font-family: "Cinzel Decorative", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 54px;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .section-head {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.text-body {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 31px;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .text-body {
    font-size: 1.2rem;
  }
}

.hero {
  background: linear-gradient(0deg, #E8E5DF 59%, #F5F5F5 50%);
}
@media (max-width: 575.98px) {
  .hero {
    background: #E8E5DF;
  }
}
.hero .head-hero {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  font-size: 2.7rem;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .hero .head-hero {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.hero .subhead-hero {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.5rem;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .hero .subhead-hero {
    font-size: 1.2rem;
  }
}

.about {
  background: #E8E5DF;
}

.content {
  background-color: #E8E5DF;
}
.content .content-text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 43px;
  color: #1C1C1C;
}

.footer {
  color: #E8E5DF;
  font-family: "Lato", sans-serif;
}
.footer .content-footer {
  background-image: url("../img/bg-footer.webp");
  background-size: cover;
}
.footer h4 {
  font-size: 32.7904px;
}
.footer h5 {
  font-weight: 700;
  font-size: 20px;
}
.footer a {
  color: #E8E5DF;
}
.footer iframe {
  width: 100%;
  height: 100%;
}
.footer .bar {
  background-color: #7D1020;
}

.card-flyer {
  background: #F5F5F5;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: all 0.2s ease-in;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
.card-flyer .image-box {
  overflow: hidden;
}
.card-flyer .image-box img {
  padding: 10px;
  border-radius: 10px;
  transition: all 0.9s ease;
  width: 100%;
  height: 200px;
  padding: 10px;
}
.card-flyer:hover {
  background: #F5F5F5;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in;
}
.card-flyer:hover .image-box img {
  opacity: 0.7;
  transform: scale(1.15);
}
.card-flyer .text-box .text-container {
  padding: 30px 18px;
}
@media (max-width: 575.98px) {
  .card-flyer .text-box .text-container {
    padding: 9px 9px;
  }
}
.card-flyer .text-box p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #979797;
}
@media (max-width: 575.98px) {
  .card-flyer .text-box p {
    font-size: 12px;
  }
}
.card-flyer .text-box h6 {
  margin-bottom: 4px;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: #1C1C1C;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .card-flyer .text-box h6 {
    font-size: 18px;
  }
}