html {
  scroll-behavior: smooth;
}

.navbar-item {
  font-weight: bold;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 1rem;
}

.cta-1, .cta-2 {
  padding: 12px 48px;
  background-color: #Fa1e1e;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
}

.cta-2 {
  background-color: #1d2331 !important;
}

.hero.is-halfheight {
  position: relative;
}
.hero.is-halfheight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero {
  background-image: url("img/hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .s-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hero .section-1 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  gap: 0.5rem;
}
.hero .section-1 img.logo {
  width: 160px;
}
.hero .section-1 h1.title, .hero .section-1 p.title {
  text-transform: uppercase;
  font-size: 2rem;
  color: #FFFFFF;
}
.hero .section-1 h2.subtitle, .hero .section-1 p.subtitle {
  color: #FFFFFF;
}

.section-2 {
  min-height: 250px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 4rem;
}
.section-2 p.title {
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  color: #1d2331;
}
.section-2 h2.subtitle, .section-2 p.subtitle {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  color: #1d2331;
}

#menu {
  background-color: #f5f5f5; /* color base */
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 2px, transparent 1px, transparent 10px);
}

.foto {
  min-height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f1 {
  background-image: url("img/int1.jpg");
}

.f2 {
  background-image: url("img/plato1.jpg");
}

.f3 {
  background-image: url("img/int2.jpg");
}

.f4 {
  background-image: url("img/plato2.jpg");
}

.f5 {
  background-image: url("img/p3.jpg");
}

.f6 {
  background-image: url("img/p1.jpg");
}

.f7 {
  background-image: url("img/p2.jpg");
}

.f8 {
  background-image: url("img/p4.jpg");
}

.section-3 {
  padding: 4em;
  min-height: 250px;
  background-color: #Fa1e1e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.section-3 p.title {
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
}
.section-3 h2.subtitle, .section-3 p.subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
}
.section-3 p.historia {
  color: #FFFFFF;
  text-align: justify;
}

.section-4 .map {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer .footer {
  padding: 2.5rem 0 2rem;
  min-height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
footer .footer .logo-footer {
  width: 80px;
  margin-bottom: 1.5rem;
}
footer .footer h2.title, footer .footer p.title {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem !important;
}
footer .footer h2.subtitle, footer .footer p.subtitle {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  color: #Fa1e1e;
}
footer .footer .ur {
  color: #6b6b6b;
  font-size: 1rem;
}

.btn-whatsapp {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.btn-whatsapp img {
  width: 35px;
  height: 35px;
}

.btn-whatsapp:hover {
  background-color: #20b955;
}

.stars i {
  color: gold;
  margin-right: 4px;
}

div.buttons {
  margin-top: 1.5rem !important;
  gap: 1.5rem !important;
}
div.buttons .button.is-dark:hover i.fa-facebook-f {
  color: #1877f2;
}
div.buttons .button.is-dark:hover i.fa-instagram {
  color: #e4405f;
}/*# sourceMappingURL=style.css.map */