body {
  font-family: "Varela Round", sans-serif;
  font-size: 15px;
}
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

a {
  color: initial;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

*::-webkit-scrollbar {
  width: 0px;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}

.bottom-left {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 10px;
}

.top-left {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
}

.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}

.bottom-right {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
}

.centered {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-fw-share {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  width: 100%;
}

.bottom-social {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: auto;
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  width: 105%;
}

.navbar {
  padding: 15px 10px;
  background: #474746 !important;
  border: none;
  border-radius: 0;
}
.navbar .navbar-brand img {
  width: 15rem;
}
.navbar .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.btn-menu {
  background-color: #971b56;
  padding: 5px;
  color: #fff;
}
.btn-menu:hover {
  background-color: #971b56;
  opacity: 0.7;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.title-h {
  font-family: "IBM Plex Serif", serif;
  font-size: 10vw;
  font-weight: 500;
  color: #343a40;
}

.text-intro {
  font-family: "Cairo", sans-serif;
  font-size: 19px;
  line-height: 21px;
  color: #544B56;
}

.credit-h {
  font-family: "Molengo", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 500;
  color: #c8a8b4;
}

.cita-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.cita {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #554A56;
}

.portada-bg {
  background-color: #534a55;
}

.footer-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

.f-share-bg {
  background-color: #d73047;
}

.info-building {
  background-color: rgba(218, 216, 216, 0.4);
  bottom: -30px !important;
}

.text-info-head {
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
  font-size: 30px;
  color: #544955;
}

.text-info-title {
  font-family: "Molengo", sans-serif;
  font-size: 10px;
  color: #000;
}

.text-info-desc {
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
  font-size: 16px;
  color: #8d6b79;
  border-bottom: 1px dashed #000;
}

.sumary {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #544a55;
}

.text-story {
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.subtitle-story {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #444443;
}

.caption-image {
  font-family: "Varela Round", sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #979797;
}

.footer-gen {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  color: #8d8c8c;
}

.pag {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
}

/**
 * BeerSlider
 *
 */
/* Main Slider Container */
.beer-slider {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  /* Adapt to image's natural height */
  overflow: hidden;
}

/* Base Image (Determines the height of the component) */
.beer-slider > img:not(.expand-icon) {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.beer-slider img {
  margin-bottom: 0;
}

/* Reveal Layer (The container for the top image) */
.beer-reveal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* Stretches to match the base image height */
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Top Image inside the Reveal Layer */
.beer-reveal img:not(.expand-icon) {
  /* Critical: The width is synced via JS to prevent shifting while sliding */
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

/* Handle UI adjustment for mobile touch */
.beer-handle {
  z-index: 2;
}

/* Ensure the button stays above the slider layers */
.bottom-right {
  z-index: 3;
}

.expand-icon {
  width: 30px;
}

.modal {
  box-shadow: none;
}
.modal .close {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  z-index: 1060;
  padding: 10px;
  background-color: #971b56;
  color: #fff;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
}
.modal .close:hover {
  transform: scale(1.1);
}
.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
@media (max-width: 768px) {
  .modal-dialog {
    margin: 0.5rem;
    min-height: 100vh;
  }
}
.modal-lg-h .modal-dialog {
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
}
.modal#img-modal-generic {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal#img-modal-generic .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.modal#img-modal-generic .modal-dialog .modal-content {
  background-color: transparent;
}
.modal .modal-content {
  border: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 800px;
  }
}/*# sourceMappingURL=main.css.map */