@font-face {
    font-family: 'coltraneregular_demo';
    src: url('../fonts/coltrane-regular_demo-webfont.woff2') format('woff2'),
         url('../fonts/coltrane-regular_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'emily_austinregular';
    src: url('../fonts/emilyaustin-webfont.woff2') format('woff2'),
         url('../fonts/emilyaustin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p#age_okay_title{
  font-family: 'emily_austinregular'!important;
  font-size: 80px!important;
  font-weight: initial!important;
}

p#age_okay_desc {
    font-size: 14px!important;
}

#age_okay_form input {
    font-size: 15px;
    height: 40px !important;
}

#age_okay_container #age_okay_inner .age_okay_button {
    font-size: 14px!important;
    margin-bottom: 4rem;
}

p#age_okay_endtext {
    font-size: 16px !important;
    margin-top: 3rem !important;
}

html,
body{
  color: #fff;
  overflow-x: hidden;
  font-family: 'coltraneregular_demo';
  text-align: center;
}

.navbar-toggler{
  color: #fff;
}


header{
  padding: 2rem 0 1rem;
  width: 100%;
  float: left;
  background: #010101;
  position: relative;
  z-index: 1;
}

header nav li{
  padding: 0 1rem ;
}

nav .nav-link{
  color: #fff;
  font-size: 13px;
}

header .nav-link:hover,
header .nav-link.active{
  color: #fff;
}

/* Estilo base para los enlaces del menú */
.navbar-nav .nav-link {
  position: relative;
  color: #fff; /* Ajusta al color de tu menú */
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

/* Línea debajo del link (oculta al inicio) */
.navbar-nav .nav-link::before,
.dropdown-ite::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* se coloca justo debajo del texto */
  width: 0%;
  height: 2px; /* grosor de la línea */
  background-color: #fff; /* color de la línea */
  transition: width 0.3s ease;
}

/* Hover → la línea crece de izq. a der. */
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active::before,
.dropdown-item:hover::before,
.dropdown-item.active,
.dropdown-item.active::before{
  width: 100%;
  color: #fff;
  background: transparent;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show{
  color: #fff;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
}

.dropdown-menu {
    --bs-dropdown-color: #1e1d1d;
    --bs-dropdown-bg: #1e1d1d;
    --bs-dropdown-border-color: #1e1d1d;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 0;
    border: 0;
}

.dropdown-item{
  color: #fff;
  background: transparent;
  padding: 1rem 0;
}


a.nav-link.dropdown-toggle:hover .dropdown-menu{
  display: block;
}

.dropdown-item:focus, 
.dropdown-item:hover {
    background: transparent;
    color: #fff;
}

.slider{
  width: 100%;
  float: left;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}

.slider h1{
    font-family: 'emily_austinregular';
    font-size: 180px;
    line-height: 100px;
}

.slider p{
  margin-top: 7rem;
  font-size: 16px;
}

.slider .flickity-slider-home{
  width: 100%;
  float: left;
}

.slider .flickity-slider-home .carousel-cell{
  width: 100%;
  float: left;
}


.slider .flickity-slider-home .carousel-cell img{
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.slider .texto{
  position: absolute;
  top: 35%;
  width: 100%;
  float: left;
  z-index: 1;
}

.slider .texto a{
  width: 100%;
  display: block;
  padding: 10px 15px;
  background: #454544;
  border: 1px solid #454544;
  color: #fff;
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  animation: pulse 2s infinite;

}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(69,69,68,0.6); }
  70% { box-shadow: 0 0 0 20px rgba(69,69,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(69,69,68,0); }
}

.slider .texto a:hover{
  background: transparent;
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(69,69,68,0.7);
 }


.slider .flickity-page-dots {
    width: 3%;
    bottom: 50%;
    right: 2%;
    z-index: 999;
}

.slider .flickity-page-dots .dot {
    border:1px solid #fff;
    background: transparent;
    margin-bottom: 10px;
    width: 12px;
    height: 12px;
    opacity: 1
}


.slider .flickity-page-dots .dot.is-selected {
     border:2px solid #fff;
    background: #fff;
}

.slider .imagen-central{
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.slider .overlay-black{
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background: lch(0 0 0 / 0.49);
  float: left;
}

.fondo{
  background: #161616 url(../img/fondo-home.png)no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  float: left;
  background-attachment: fixed;
}

.nuestro-tequila{
  width: 100%;
  float: left;
  padding: 8rem 0;
  position: relative;
}


.nuestro-tequila .card-tequila{
  width: 100%;
  float: left;
  position: relative;
}

.nuestro-tequila h2{
  font-size: 100px;   
  font-family: 'emily_austinregular';
  text-align: center;
  margin-bottom: 6rem;
}

.card-tequila{
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.card-tequila .prox {
    font-family: 'emily_austinregular';
    font-size: 60px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .65), 0 2px 0 rgba(0, 0, 0, .85);
}

.nuestro-tequila .apariencia{
  position: absolute;
  top: 5%;
  right: 0;
  width: 40%;  
  transition: transform 0.4s ease, box-shadow 0.4s ease;

}

.card-tequila:hover .apariencia{
  transform: scale(1.10); /* aumenta 5% */
  box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* opcional, sombra elegante */
}

.card-tequila:hover svg {
  transform: rotate(180deg); /* o 360deg para giro completo */
}

.card-tequila a span{
  display: block;
  width: 100%;
  float: left;
}

.card-tequila a svg{
  float: right;
  transition: transform 0.4s ease;
}

.nuestra-historia{
  width: 100%;
  float: left;
  background-position: center;
  padding: 5rem 0;
}

.nuestra-historia h2{
  font-size: 100px;   
  font-family: 'emily_austinregular';
  text-align: center;
  margin-bottom: 6rem;
}

.nuestra-historia p{
  font-size: 25px; 
}

.nuestra-historia a{
  width: 100%;
  display: block;
  padding: 10px 15px;
  background: #454544;
  border: 1px solid #454544;
  color: #fff;
  margin-top: 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  animation: pulse 2s infinite;
  font-size: 16px;
  margin: 5rem 0;
}

.nuestra-historia a:hover{
  background: transparent;
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(69,69,68,0.7);
 }

 .parallax-fixed{
  width: 100%;
  float: left;
   min-height: 400px;                 /* altura del bloque */
   background-image: var(--bg);
   background-size: 100%;
   background-position: center top;
   background-attachment: fixed;     /* efecto parallax en desktop */
 }

.blog-home{
  width: 100%;
  float: left;
  padding: 6rem 0;
  background: #282828;
}

.blog-home h2{
  font-size: 100px;   
  font-family: 'emily_austinregular';
  text-align: left;
  margin-bottom: 6rem;
}

.blog-home h3{
  border: 1px solid #fff;
  padding: 15px 15px;
  text-align: left;
  min-height: 95px;
}

.card-blog{
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 7rem;
}

.card-blog:hover svg {
  transform: rotate(180deg); /* o 360deg para giro completo */
}

.card-blog:hover svg {
  transform: rotate(180deg); /* o 360deg para giro completo */
}

.card-blog svg{
  float: right;
  transition: transform 0.4s ease;
}

.card-blog img{
  height: 710px;
  object-fit: cover;
}

.card-blog span{
  /*min-height: 63px;
  display: block;*/
}

.redes{
  position: fixed;
  top: 70%;
  right:1%;
  z-index: 99999;
}

.redes ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.redes li{
  margin-bottom: 1rem;
}

.redes svg{
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.redes svg:hover{
  transform: scale(1.4);
}

footer{
  background: url(../img/pie.png)no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  padding: 12rem 0 4rem;
  text-align: left;
  background-attachment: fixed;
}

.menu-footer{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

footer h5{
  margin-bottom: 2rem;
}

footer a.links{
  display:  block;
  margin-bottom: 1rem;
}

footer p,
.sobre-nosotros footer p{
  font-size: 9px;
  margin-top: 8rem;
}

.menu-footer a{
  padding: 0.5rem 0 2rem;
}

/* Estilo base para los enlaces del menú */
footer a {
  position: relative;
  color: #fff; /* Ajusta al color de tu menú */
  transition: color 0.3s ease;
  padding-bottom: 10px;
}

/* Línea debajo del link (oculta al inicio) */
footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* se coloca justo debajo del texto */
  width: 0%;
  height: 2px; /* grosor de la línea */
  background-color: #fff; /* color de la línea */
  transition: width 0.3s ease;
}

/* Hover → la línea crece de izq. a der. */
footer a:hover::after {
  width: 100%;
}
.page .fondo{
  padding: 6rem 0;
}

.fondo h1{
  font-size: 100px;   
  font-family: 'emily_austinregular';
  text-align: left;
  margin-bottom: 6rem;
  text-align: center;
}

.fondo .card-blog h3{
  border: 1px solid #fff;
  padding: 15px 15px;
  text-align: left;
  min-height: 94px;
}

.sobre-nosotros p{
  font-size: 20px;
}

.single .fondo h1{
  font-size: 35px;   
  font-family: 'coltraneregular_demo';
  text-align: left;
  margin-bottom: 6rem;
  text-align: center;
}


.single .fondo p{
  font-size: 20px;   
}


.single .contenedor-imagen{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 10%;
}


.single .contenedor-imagen .botella{
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  z-index: 1;
}

.iconografia{
  padding: 10rem 0;
  width: 100%;
  float: left;
}

.iconografia .border-laterales{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.zoom{
  display:inline-block;
  border-radius:12px;        /* opcional, esquinas suaves */
  transition: box-shadow .35s ease, transform .35s ease;
  will-change: transform;
}
.zoom img{
  display:block;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
  transform-origin: center;
  backface-visibility:hidden;
}
.zoom:hover img,
.zoom:focus-visible img{
  transform: scale(1.06);    /* ajusta 1.03–1.10 */
}
.zoom:hover{
  box-shadow: 0 12px 28px rgba(0,0,0,.18); /* opcional */
}
.zoom--lift:hover{ transform: translateY(-4px); }

/* Accesibilidad / dispositivos táctiles */
@media (hover: none){ .zoom:hover img{ transform:none; } }

.cocteleria{
  width: 100%;
  float: left;
  padding: 6rem 0;
  background: #282828;
}

.cocteleria h2{
  font-size: 100px;   
  font-family: 'emily_austinregular';
  text-align: left;
  margin-bottom: 6rem;
}

.cocteleria h3{
  border: 1px solid #fff;
  padding: 15px 15px;
  text-align: left;
  min-height: 75px;
}


.cocteleria h2 a {
    font-size: 80px;
}

.card-coctel{
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.card-coctel:hover svg {
  transform: rotate(180deg); /* o 360deg para giro completo */
}

.card-coctel:hover svg {
  transform: rotate(180deg); /* o 360deg para giro completo */
}

.card-coctel img{
  height: 710px;
  object-fit: cover;
}

.card-coctel svg{
  float: right;
  transition: transform 0.4s ease;
}

.contacto .fondo{
  padding: 0 0 6rem;
}

.contacto .fondo h1{
  font-size: 35px;
  font-family: 'coltraneregular_demo';
 
}

.contacto .fondo-contacto{
  background-size: 100%;
  background-position: center top;
  float: left;
  width: 100%;
  padding: 10rem 0;
  min-height: 300px;
  background-attachment: fixed;
}

.contacto .contenido{
  padding: 4rem 0;
}


.contacto .contenido svg {
  margin-bottom: 2rem;
}

.contacto .contenido svg path{
  fill:#fff;
}

.contacto .contenido p{
  font-size: 23px;
  text-align: left;
}

.contacto form{
  width: 100%;
  float: left;
  margin-top: 3rem;
}

.contacto form label{
  text-align: left;
  font-size: 20px;
}

.contacto form input,
.contacto form textarea{
  width: 100%;
  float: left;
  resize: none;
  background: transparent;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contacto input.wpcf7-form-control.wpcf7-submit{
  width: 30%;
  float: right;
  background: #454545;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  margin-top: 2rem;


  background: #454544;
  border: 1px solid #454544;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  animation: pulse 2s infinite;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 4em 0.5em 1em;
}

.contacto input.wpcf7-form-control.wpcf7-submit:hover{
  background: transparent;
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(69,69,68,0.7);
 }

 .aviso-de-privacidad p,
 .aviso-de-privacidad ul{
  font-size: 14px;
  text-align: justify;
 }

 .aviso-de-privacidad p strong{
  font-size: 22px;
  text-align: justify;
 }

 .donde-encontrarnos iframe{
  width: 100%!important;
  min-height: 100vh;
 }

 .donde-encontrarnos p{
  font-size: 20px;
  margin-bottom: 4rem;
 }

 .single .cocteles p,
 .single .cocteles ul {
    font-size: 18px;
    margin-bottom: 2rem;
 }

.category-cocteles .fondo{
  padding: 8rem 0 15rem;
}

.category .fondo {
    padding: 4rem 0 6rem;
}

/*  Animaciones  */

/* Estado inicial: oculto y ligeramente abajo */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}

/* Al entrar en viewport */
.reveal.show {
  opacity: 1;
  transform: none;
}

/* Respeta reducción de movimiento */
@media (prefers-reduced-motion: reduce){
  .reveal { transition: none; opacity: 1; transform: none; }
} 
.reveal-left  { transform: translateX(-16px); }
.reveal-right { transform: translateX(16px);  }



.reveal-up    { transform: translate3d(0, 28px, 0); }
.reveal-down  { transform: translate3d(0,-28px, 0); }
.reveal-zoom  { transform: scale(.96); }
.reveal-blur  { filter: blur(6px); }


/* Media  */

 @media (min-width: 1920px){
  
  .slider{
    height: 90vh;
    overflow: hidden;
  }

  .category .fondo {
    padding: 7rem 0 15rem;
  }


  .slider .flickity-page-dots {
    width: 2%;
  }


 }

 @media (min-width: 768px) and (max-width: 1024px){
  nav.navbar.navbar-expand-lg.justify-content-center.d-flex{
    justify-content: space-between!important;
  }

  .slider{
    height: 90vh;
    overflow: hidden;
  }

  .slider h1 {
      font-size: 134px;
  }

  .slider .flickity-page-dots {
      z-index: 999999999999999999999999;
  }

  .wp-block-spacer {
      clear: both;
      display: none;
  }
  
  footer p{
    margin-top: 6rem  ;
  }

  .sobre-nosotros footer p{
    font-size: 9px;
  }

  button.navbar-toggler {
      font-size: 30px;
  }

  .dropdown-item {
      text-align: center;
      font-size: 15px;
  }

  .single .contenedor-imagen {
      padding-left: 0;
  }

  .destacada{
    margin-bottom: 4rem;
  }

  .single .contenedor-imagen .botella {
      position: absolute;
      left: 43%;
      top: 10%;
      height: 80%;
      z-index: 1;
  }

  .single .fondo p {
      font-size: 20px;
      padding: 0 1.5rem;
  }

 }

 @media (max-width: 767px){

  .redes-footer{
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .links svg{
    margin: 1rem auto;
    display: block;
  }

  .links{
    text-align: center;
  }

  .menu-footer a {
      padding: 0.5rem 0 1rem;
  }

  footer .redes-footer a{
    margin: 0 auto;
    display: block;
  }

  .navbar-nav .nav-link {
      padding: 1rem 1rem;
  }

  nav.navbar.navbar-expand-lg.justify-content-center.d-flex{
    justify-content: space-between!important;
  }

  .slider{
    height:80vh;
    overflow: hidden;
  }

  .slider .texto {
      position: absolute;
      top: 10%;
      width: 85%;
      left: 7.5%;
      float: left;
      z-index: 1;
      height: 100%;
  }

  .slider h1 {
    font-size: 60px;
    line-height: 40px;
  }

  .slider .texto a {
      width: 60%;
  }

  .slider p {
      margin-top: 14rem;
      margin-bottom: 6rem;
      text-shadow: 0 4px 10px rgba(0,0,0,.65), 0 2px 0 rgba(0,0,0,.85);
   }

  .slider .flickity-page-dots {
        width : 8%;
      z-index: 999999999999999999999999;
  }

  .wp-block-spacer {
      clear: both;
      display: none;
  }

  .nuestra-historia h2 {
      line-height: 79px;
  }

  .nuestro-tequila .card-tequila{
    margin-bottom: 4rem;
  }

  footer p{
    margin-top: 6rem  ;
  }

  .sobre-nosotros footer p{
    font-size: 9px;
  }

  button.navbar-toggler {
      font-size: 30px;
  }

  .dropdown-item {
      text-align: center;
      font-size: 15px;
  }

  .single .contenedor-imagen {
      padding-left: 0;
  }

  .destacada {
      margin-bottom: 15rem;
      height: 200px;
      object-fit: cover;
      width: 100%;
      object-position: center top;
  }

  .single .contenedor-imagen .botella {
      position: absolute;
      left: 43%;
      top: 10%;
      height: 80%;
      z-index: 1;
  }

  .single .fondo p {
      font-size: 14px;
      padding: 0 1.5rem;
  }

  .nuestra-historia p {
      font-size: 14px;
  }

  footer a,
  footer p{
    text-align: center;
  }

  footer h5{
    text-align: center;
  }

  .sobre-nosotros p {
      font-size: 14px;
  }

  .zoom img {
      margin-bottom: 1rem;
      width: 50%;
      margin: 0 auto 1rem;
  }

  .cocteleria h2{
    text-align: center;
  }

  .card-coctel .p-0{

  }

  .cocteleria h2 a{
    text-align: center;
  }

  .contacto .fondo h1 {
      font-size: 23px;
  }

  .contacto .fondo-contacto {
      min-height: 150px;
      background-attachment: fixed;
      padding: 5rem 0;
  }

  .contacto .contenido p {
      font-size: 14px;
      text-align: center;
  }

  .contacto form input,
  .contacto form textarea{
    font: 14px;
  }

  .contacto input.wpcf7-form-control.wpcf7-submit {
      width: 80%;
      margin: 2rem 10%;
  }

  .single .fondo h1 {
      font-size: 25px;
  }

  .contacto form label {
      font-size: 16px;
  }

  footer {
      padding: 4rem 0 4rem;
  }

  footer a.links {
    display: block;
    margin-bottom: 2rem;
    font-size: 10px;
  }

  .sobre-nosotros .fondo h1,
  .nuestro-tequila h2 {
      line-height: 75px;
  }

  footer p, .sobre-nosotros footer p {
      font-size: 9px;
      margin-top: 5rem;
  }

  .donde-encontrarnos p{
    font-size: 14px;
  }

  .donde-encontrarnos iframe {
      width: 100% !important;
      min-height: 60vh;
  }

  .blog-home h2{
    text-align: center;
  }

  .card-blog img{
    height: 390px;
  }

.parallax-fixed{
  min-height: 100px;
  height: 100px;
}

.slider .imagen-central {
    width: 70%;
    left: 15%;
}

 }