html,
body {
  width: 100%;
  height: 100%;
}

*::-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;
}

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

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
}

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

.bg_img {
  position: fixed;
}

#intro {
  display: block;
  visibility: visible;
  transition: opacity 600ms, visibility 600ms;
}

.intro-no-active {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
  animation: fade 1s;
}

#stories {
  display: none;
  visibility: hidden;
  background-color: rgb(33, 37, 41);
  padding: 3rem 0;
  transition: opacity 600ms, visibility 600ms;
}
#stories.stories-active {
  display: block !important;
  visibility: visible !important;
  opacity: 1;
  animation: fade 1s;
}

#stories-books {
  max-width: 800px;
}

.book-view {
  background-color: rgb(33, 37, 41);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 1;
  }
}
a.to-book:hover .title-story {
  display: none !important;
}
a.to-book:hover .dir-story {
  display: block !important;
}

figure {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.item figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.item figure:hover img {
  transform: scale(1.3);
}

.navbar {
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

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

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

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 1031;
  background: #971b56;
  font-family: "Cairo", sans-serif;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
  left: 0;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #971b56;
}
#sidebar ul.components {
  padding: 20px 0;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}
#sidebar ul li a:hover {
  color: #971b56;
  opacity: 0.7;
  background: #fff;
}
#sidebar ul li.active > a {
  color: #fff;
  background: #971b56;
  opacity: 0.7;
}
#sidebar ul ul a {
  font-size: 15px !important;
  padding-left: 30px !important;
  background: #971b56;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: normal;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #971b56;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
#dismiss:hover {
  background: #fff;
  color: #971b56;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

ul.CTAs {
  padding: 20px;
}
ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #971b56;
}

a.article,
a.article:hover {
  background: #971b56 !important;
  color: #fff !important;
}

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

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

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

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

.title-h {
  position: relative;
  font-family: "IBM Plex Serif", serif;
  font-size: 47px;
  line-height: 49px;
  font-weight: 500;
  color: #e9e3de;
}

.cita-container {
  margin: 1.5rem 0;
  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;
}

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

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

.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.7);
}

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

.text-info-title {
  font-family: "Molengo", sans-serif;
  font-size: 12px;
  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: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #544a55;
}

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

.title-story,
.dir-story {
  font-family: "Molengo", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 12px;
  position: relative;
}

.dir-story {
  display: none;
  animation: fade 1s;
}

.subtitle-story {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  color: #444443;
}

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

/**
 * BeerSlider
 *
 */
.beer-slider {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

/* Base image */
.beer-slider img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* The revealed top layer */
.beer-reveal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.beer-reveal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image fills the reveal area */
  display: block !important;
}

/**
 * Handle Height Restrictions per ID
 */
#beer-sonora,
#beer-saratoga {
  height: 450px;
}

#beer-coquimbo {
  height: 300px;
}

#beer-erebsamen {
  height: 250px;
}

/* Desktop-only: maintain fixed heights */
@media (min-width: 768px) {
  .beer-slider img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*
#juxtapose-sonora {
    min-height: 450px;
}

#juxtapose-coquimbo {
    min-height: 300px;
}

#juxtapose-saratoga {
    min-height: 450px;
}

#juxtapose-erebsamen {
    min-height: 250px;
}
*/
.footer-gen {
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  font-family: "Cairo", sans-serif;
  font-size: 0.7vw;
  color: #8d8c8c;
}

.figure-caption {
  font-size: 10px !important;
  line-height: 12px;
}

.expand-icon {
  width: 30px;
}

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

.pag-next {
  position: fixed;
  bottom: 45px;
  right: 50px;
}

.pag-last {
  position: absolute;
  bottom: 20px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 9999;
}

.pag-prev {
  position: fixed;
  bottom: 45px;
  left: 50px;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.modal {
  z-index: 9999;
}
.modal .modal-content {
  background-color: transparent;
}
.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-body {
  padding: 20px 0 0 0;
}
.modal .modal-content .close {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(221, 221, 221, 0.7);
  color: #333;
  border: none;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=main.css.map */