.qwitcher-grypen-regular {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 400;
  font-style: normal;
}

.qwitcher-grypen-bold {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
  font-style: normal;
}

.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}

body{
    font-family: Baskervville !important;

}
h2{
    font-family: Qwitcher Grypen;
    font-weight: 700 !important;
}
h4, .h4 {
    font-size: 1.5em;
    line-height: 0.9em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.bg-primary {
    background-color: #000000 !important;
}
.index-page .page-header .container>.content-center {
    top: 50%;
}
.clear-filter[filter-color="orange"] {
    background: rgba(44, 44, 44, 0.2);
    background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), #412a2a);
    background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    /* background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6)); */
}

.section-story-overview .image-container:nth-child(2) {
    margin-top: 250px;
    margin-left: 0px;
    margin-bottom: 15PX;
}

.btn-primary {
    background-color: #326af9;
    color: #FFFFFF;
}

.sidebar-collapse .navbar-collapse:before {

}

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse:before {
    background: #f96332;
    background: -webkit-linear-gradient(#f96332 0%, #000 80%);
    background: -o-linear-gradient(#f96332 0%, #000 80%);
    background: -moz-linear-gradient(#f96332 0%, #000 80%);
    background: linear-gradient(#9e0000 0%, #000 80%);
    opacity: 0.76;
    filter: alpha(opacity=76);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;    }
}

p {
    line-height: 1.61em;
    font-weight: 500;
    color: grey !important;
    font-size: 1em;
}

.blockquote {
    border-left: none;
    border: 1px solid #888888;
    border-radius: 7px;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.blockquote.blockquote-primary {
    border-color: #dc3545;
    color: #f96332;
}

a {
    color: #dc3545;
}

#map {
    height: 350px;
    width: 100%;
}

/* Asegúrate de que el fondo del modal cubra todo con suficiente opacidad */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 20); /* Fondo oscuro para bloquear visibilidad de contenido */
  z-index: 1040; /* Asegura que el fondo oscuro esté por debajo del modal pero por encima del resto del contenido */
}

/* Ajuste para el modal */
.modal-content {
  z-index: 1050; /* Asegura que el modal esté encima del fondo oscuro */
}


.age-notification {
  background-color: #ff4444;
  color: white;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  display: none;
}

.age-notification.visible {
  display: block;
}

.notificacion {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  background-color: #28a745;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
}

.notificacion.error {
  background-color: #dc3545;
}

.notificacion.success {
  background-color: #28a745;
}

.notificacion {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.notificacion.success {
  background-color: #28a745; /* Verde para éxito */
}

.notificacion.error {
  background-color: #dc3545; /* Rojo para error */
}

.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    z-index: 100;
/*    box-shadow: 2px 2px 3px #fff;*/
}

.whatsapp-float img {
    margin-top: 10px;
    width: 40px;
    height: 40px;
}

.index-page .page-header {
    height: 430px !important;
}

.page-header {
    min-height: 430px !important;
    max-height: 999px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

img{
    border-radius: 12px !important;
}


/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: auto;
  height: auto;
  width: auto;
  object-fit: contain; /* Para mantener la proporción de la imagen */
}



.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.navbar {
  z-index: 1000; /* Asegúrate de que el modal tenga un z-index mayor que este */
}

.btn-sm {
    font-size: 14px;
    border-radius: 0.1875rem;
    padding: 5px 12px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .show>.btn-primary.dropdown-toggle, .show>.btn-primary.dropdown-toggle:focus, .show>.btn-primary.dropdown-toggle:hover {
    background-color: #960c08;
    color: #FFFFFF;
    box-shadow: none;
}

.btn-primary2 {
    background-color: #960c08;
    color: #FFFFFF;
}

#mezcal_1 {
    scroll-margin-top: 50px !important; /* Ajusta el valor según la altura de tu navbar */
}
#mezcal_2 {
    scroll-margin-top: 50px !important; /* Ajusta el valor según la altura de tu navbar */
}
#mezcal_3 {
    scroll-margin-top: 50px !important; /* Ajusta el valor según la altura de tu navbar */
}
#mezcal_4 {
    scroll-margin-top: 50px !important; /* Ajusta el valor según la altura de tu navbar */
}

/* Ajustes para imágenes en pantallas pequeñas */
@media (max-width: 576px) {
    img {
        max-width: 100%;
        width: 100% !important;
        height: auto;
        object-fit: cover; /* Mantiene la proporción de la imagen */
    }

    .carousel-item {
        width: 100%;
    }
    #mezcal div{
        width: 100% !important;
    }
    #productos div{
        width: 100% !important;
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.modal-content {
    position: static !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
/*    width: 100%;*/
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-responsive iframe,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: white !important;
  }

  .navbar-nav .nav-item a {
    color: white !important;
  }
}
