@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../fonts/AcuminVariableConcept-1.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panama Regular';
    src: url('../fonts/Panama Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'VTCEva-Peron';
    src: url('../fonts/VTCEva-Peron.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-Compressed-Regular';
    src: url('../fonts/Interstate-Compressed-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-Compressed-Bold';
    src: url('../fonts/Interstate-Compressed-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-LightCompressed';
    src: url('../fonts/Interstate-LightCompressed.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-BlackCompressed';
    src: url('../fonts/Interstate-BlackCompressed.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'HelveticaNeue', sans-serif;
    background-color: #f4f1ed;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

body .menu-idioma{
    background-color: #33363a;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 30;
    display: flex;
    width: 100%;
}
body .menu-idioma ul{
    margin: 0 0 0 auto;
    padding: 4px 10px;
}
body .menu-idioma ul li {
    list-style: none;
    display: inline-flex;
    padding: 0 4px;
}
body .menu-idioma ul li a.active label{
    color: #a76c50;
   
}

body .menu-idioma ul li a{
    cursor: pointer;
    font-family: 'Panama Regular';
    text-transform: uppercase;
    font-weight: bolder;
    text-decoration: none;
    color: #fff;
}
body .menu-idioma ul li a{
    text-decoration: none;
}
body .menu-idioma ul li a label{
    cursor: pointer;
    font-family: 'Panama Regular';
    text-transform: uppercase;
    font-weight: bolder;
    text-decoration: none;
    color: #fff;
}

body .menu-idioma ul li a label:hover{
        color: #6d3433;
}

        .modal-dialog.modal-dialog-centered{
            display: flex;
            align-items: center;
            max-width: 60% !important;
        }
        .modal-dialog.modal-dialog-centered .modal-content {
            background-color: transparent;
            background-image: url('../img/general/modal.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 600px;
            margin: 0 auto;
            display: flex;
            border: none;
        }

        .modal-dialog.modal-dialog-centered .modal-content .modal-body{
            position: relative;
            display: block;
            margin: auto;
            flex: none;
           }
        .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos{
            position: relative;
                margin: 50px 0 0 0;
                text-align: center;
        }

        .modal-dialog.modal-dialog-centered .modal-content .modal-body picture{
            display: block;
                width: 100%;
                margin: 50px 0 0 0;
        }
        .modal-dialog.modal-dialog-centered .modal-content .modal-body picture img{
                    height: 100px;
                    width: auto;
                    display: block;
                    margin: auto;
                }


    .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url('../img/general/linea-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    }
    .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url('../img/general/linea-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    z-index: 1;
    top: -30px;
    }


    .modal-backdrop.show {
        opacity: 0.95 !important;
        background-color: rgba(0, 0, 0, 0.95) !important;
    }
    

         .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos label{
                font-family: 'Panama Regular';
                font-weight: bolder;
                color: #000;
         }
         .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos ul {
               margin: auto;
                padding: 0;
         }
         .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos ul li{
            display: inline-block;
         }
        .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos ul li button{

            background-color: transparent;
            border: none;
            cursor: pointer;
            font-family: 'Panama Regular';
            color: #000;
            font-size: 18px;
            font-weight: bolder;
        }




body header{
    margin-top: 15px;
    position: fixed;
    display: flex;
    background-image: url('../img/general/botones.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}
body header ul{
    margin: 20px auto;
    padding: 0;
}
body header ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}
body header ul li a{
    text-decoration: none;
}
body header ul li a label{
    cursor: pointer;    
    font-family: 'Panama Regular';
    text-transform: uppercase;
    font-size: 20px;
    color: #6d3433;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: bolder;
}

#header picture.logo_blanco{
    position: absolute;
    top: calc(50% - 140px);
    left: 40px;
    transform: none;
    width: 450px;
    height: auto;
    z-index: 6;
}
#header picture.logo_blanco img{
    display: block;
    width: 100%;
    height: auto;
}
#header{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 3;
}
#header picture{
    display: flex;
    width: 100%;
    height: auto;
}
#header picture img{
    display: block;
    width: 100%;
    height: auto;
}
.sin-margen{
    margin-left: 0!important;
    margin-right: 0!important;
}
.sin-padding{
    padding-left: 0!important;
    padding-right: 0!important;
}

/* Contenedores principales */
.container-fluid,
.container {
    max-width: 100%;
}

/* Control de overflow en secciones principales - Escritorio */
section.story,
section.galeria,
section.productions,
section.productometodos,
section.fotogaleria,
section.contacto {
    overflow-x: clip;
    overflow-y: visible;
}

/* section.ubicacion necesita overflow-x hidden pero overflow-y visible para las imágenes absolutas */
section.ubicacion {
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
}

* {
    box-sizing: border-box;
}






/*btn_flotante inicio*/
.iconoflotante_shopifybuy_cart{
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2147483645;
    font-family: 'Quantico';
    font-style: normal;
    font-weight: 400;
    font-family: Quantico, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    background-color: #6d3332;
    color: #fff;
    border-radius: 3px 0 0 3px;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    min-width: 46px;
    margin-right: 0;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
        margin-bottom: 10px;
}
.iconoflotante_shopifybuy_cart i{
    height: 20px;
    width: 20px;
}

/*btn_flotante fin*/











/*section mensaje uno*/

section#mensajeuno .marco{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
section#mensajeuno .marco label{
    margin: auto;
    font-family: 'Panama Regular';
    font-size: 40px;
    color: #000;
    text-align: center;
    padding: 40px 20px;
    line-height: 1.2;
}


section#mensajeuno .marco label span.linea-uno{
    top: 0;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    background-image: url('../img/general/linea-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
}
section#mensajeuno .marco label span.linea-dos {
    bottom: 0;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    background-image: url('../img/general/linea-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
}

section#mensajeuno .marco:before {
    top: 0;
}

section#mensajeuno .marco:after {
    bottom: 0;
}
section#mensajeuno .marco label{
    position: relative;
    /* overflow: hidden; */
    z-index: 2;
}
section#mensajeuno .marco label:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/general/tlaloc-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
}

section#mensajeuno .marco label:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/general/tlaloc-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
}
section#mensajeuno .marco label:before {
    top: 40px;
    left: -30px;
}

section#mensajeuno .marco label:after{
    top: 40px;
    right: -30px;
}
section#mensajeuno picture.tlaloc{
    display: flex;
    width: 100%;
    height: auto;
    margin:auto;
}
section#mensajeuno picture.tlaloc img{
    height: 126px   ;
    width:auto;
    margin: auto;
    display: block;
}
/*seccion story*/
section.story .marco-animado{
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    height: 460px;
    overflow: visible;
    display: flex;
    margin: 60px auto;
    padding: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Cuando el elemento está visible */
section.story .marco-animado.animate-in {
    opacity: 1;
    transform: translateY(0);
}

section.contacto .social-icons{
    display: block;
     height: auto;
     width: auto;
     position: absolute;
     bottom: 25%;
     right: 14px;
   }
   section.contacto .social-icons a{
       width: 55px;
       height: 55px;
       background-color: #000;
       border-radius: 50%;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       font-size: 26px;
       text-decoration: none;
       transition: all 0.3s ease;
   }

   

/* Activar animaciones de flotación solo cuando está visible */
section.story .marco-animado.animate-in .img-foto {
    animation: flotarXY1 8s ease-in-out infinite;
    animation-delay: 0.2s;
}

section.story .marco-animado.animate-in .img-fruto {
    animation: flotarXY2 10s ease-in-out infinite;
    animation-delay: 0.4s;
}

section.story .marco-animado.animate-in .img-hoja {
    animation: flotarXY 12s ease-in-out infinite;
    animation-delay: 0.6s;
}

section.story .marco-animado.animate-in .img-planta {
    animation: flotarXY1 9s ease-in-out infinite;
    animation-delay: 0.8s;
}
section.story .marco-texto{
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 20px 0;
}
section.story .marco-texto .marco-texto-dos{
  margin: auto;
  display: block;
  width: 80%;
}
section.story .marco-texto .marco-texto-dos h2{
    font-weight: bolder;
    position: relative;
    font-family: 'Panama Regular';
    font-size: 35px;
    text-transform: uppercase;
    color: #6d3433;
    transition: all 0.3s ease;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
section.story .marco-texto .marco-texto-dos h2::before{
    content: "";
    position: absolute;
    background-image: url('../img/general/linea-prod.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:  left center;
    width: 100%;
    height: 13px;
    bottom: -50px;
    left: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
section.story .marco-texto .marco-texto-dos p{
    margin: 0;
    padding: 20px 0 0 0;
    font-family: 'Interstate-LightCompressed';
    color: #000;
    text-align: left;
    font-size: 20px;
}
section.story .marco-texto .marco-texto-dos p b{
    font-family: 'VTCEva-Peron';
    color: #000;
    font-weight: bolder;
    font-size: 21px;
}
section.story .marco-texto .marco-texto-dos p label{
    font-family: 'Interstate-BlackCompressed';
    font-weight: bolder;
    font-size: 21px;
}



#menuModal{
    display: none;
}

    /* Animación de flotación suave en X e Y - estilo 1 */
    @keyframes flotarXY {
      0%, 100%   { transform: translate(0, 0); }
      25%  { transform: translate(10px, -12px); }
      50%  { transform: translate(-5px, -20px); }
      75%  { transform: translate(-10px, -8px); }
    }

    /* Animación de flotación suave - estilo 2 */
    @keyframes flotarXY1 {
      0%, 100%   { transform: translate(0, 0); }
      25%  { transform: translate(-8px, 10px); }
      50%  { transform: translate(5px, 18px); }
      75%  { transform: translate(12px, 8px); }
    }
    
    /* Animación de flotación suave - estilo 3 */
    @keyframes flotarXY2 {
      0%, 100%   { transform: translate(0, 0) rotate(0deg); }
      25%  { transform: translate(-12px, 15px) rotate(1deg); }
      50%  { transform: translate(8px, 25px) rotate(-1deg); }
      75%  { transform: translate(15px, 10px) rotate(0.5deg); }
    }

    @keyframes slideInFromLeft {
      0%   { 
        opacity: 0;
        transform: translateX(-100px); 
      }
      100% { 
        opacity: 1;
        transform: translateX(0); 
      }
    }

    @keyframes slideInFromRight {
      0%   { 
        opacity: 0;
        transform: translateX(100px); 
      }
      100% { 
        opacity: 1;
        transform: translateX(0); 
      }
    }

    @keyframes fadeInUp {
      0%   { 
        opacity: 0;
        transform: translateY(50px); 
      }
      100% { 
        opacity: 1;
        transform: translateY(0); 
      }
    }

    @keyframes fadeIn {
      0%   { 
        opacity: 0;
      }
      100% { 
        opacity: 1;
      }
    }
section.story .marco-animado > div {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Hacer visibles los elementos cuando el contenedor está animado */
section.story .marco-animado.animate-in > div {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* Animaciones individuales con delay */
section.story .img-foto {
    background-image: url('../img/general/story-1.png');
    width: 244px;
    height: 320px;
    top: 75px;
    left: 60px;
    z-index: 6;
    transition-delay: 0.2s;
}

section.story .img-fruto {
    background-image: url('../img/general/story-2.png');
    width: 170px;
    height: 165px;
    bottom: 0px;
    right: calc(100% / 2 - 140px);
    z-index: 3;
    transition-delay: 0.4s;
}

section.story .img-hoja {
    background-image: url(../img/general/story-3.png);
    width: 180px;
    height: 180px;
    bottom: 97px;
    left: 220px;
    z-index: 2;
    transition-delay: 0.6s;
}

section.story .img-planta {
    background-image: url('../img/general/story-4.png');
    width: 404px;
    height: 163px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition-delay: 0.8s;
}

/* Keyframes */
@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.padding-expacio-5{
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}
section.galeria{
    position: relative;
    background-image: url('../img/general/papel seccion 2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
    padding: 120px 0;
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    gap: 20px;
}
section.galeria > .container{
    max-width: 95%;
    padding: 0 20px;
}
section.galeria .img-galeria-titulo{
    display: flex;
    height: 510px;
    margin: 5px;
}
.imaggenera{
     position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
}
section.galeria .container{
    position: relative;
    z-index: 6;
}
section.galeria .img-galeria-titulo img{
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
    /* object-fit: cover; */
}
section.galeria .img-galeria-titulo-dos{
    height: 250px;
    display: flex;
    width: 100%;
    margin: 5px;
}
section.galeria .img-galeria-titulo-dos img{
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
}

section.productions .marco-centro{
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    padding: 80px 0 40px 0;
    justify-content: center;
}

section.productions .marco-centro label{
    font-weight: bolder;
    position: relative;
    font-family: 'Panama Regular';
    font-size: 32px;
    text-transform: uppercase;
    color: #6d3433;
    transition: all 0.3s ease;
    display: flex;
    letter-spacing: 1px;
    line-height: 1.2;
}

section.productions .marco-centro label::before {
    content: "";
    position: absolute;
    background-image: url('../img/general/linea-prod.png');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: left center;
    width: 100%;
    height: 13px;
    bottom: -30px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}


section.productions .marcco{
    position: relative;
    display: flex;
    width: 100%;
    height: 450px;
    margin: auto;
    padding: 10px;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

section.productions .marcco .imgen-natural{
    position: absolute;
    left: 0;
    background-image: url('../img/general/foto 01 produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120%;
    height: 380px;
    display: flex;
    margin: auto;
    z-index: 10;
    bottom: 0;
    left: -60px;
}
section.productions .marcco .imgen-dibujo-maguey{
    position: absolute;
    background-image: url('../img/general/maguey 01 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 280px;
    display: flex;
    margin: auto;
    z-index: 10;
    bottom: -30px;
    right: 20px;
}
section.productions .marcco .imgen-dibujo-desierto{
    position: absolute;
    right: 45px;
    background-image: url('../img/general/papel 01 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 320px;
    display: flex;
    margin: auto;
    top: -40px;
}
section.productions .marcco-dos{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 20px 10px 20px;
    z-index: 6;
}
section.productions .marcco-dos span.titulos{
    position: relative;
    font-family: 'Interstate-BlackCompressed';
    font-size: 25px;
    text-transform: uppercase;
    color: #6d3433;
    transition: all 0.3s ease;
    display: block;
    width: auto;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
section.productions ul li span{
    font-family: 'Interstate-LightCompressed';
    font-size: 22px;
    text-transform:none;
    text-align: left;
    color: #000;
    display: inline;
    margin: 0;
    font-weight: 900;
    letter-spacing: 0.1px;
}
section.productions ul li span.maestro{
    font-family: 'Interstate-BlackCompressed';
    font-size: 22px;
    text-transform:none;
    text-align: left;
    color: #000;
    display: inline;
    margin: 0;
}
section.productions ul li label{
    position: relative;
    font-family: 'Interstate-BlackCompressed';
    font-weight: normal;
    font-size: 22px;
    line-height: 1.7;
    color: #000;
    display: inline;
    letter-spacing: 0.1px;
}
section.productions ul li{
    margin-bottom: 0px;
    line-height: 1.8;
}

.orden1,.orden2,.orden3,.orden4,.orden5,.orden6,.orden7,.orden8{
    order: 0;
}

/* Espaciado general para productions */
section.productions {
    padding: 40px 0;
}

section.productions .container {
    padding-top: 0;
    padding-bottom: 0;
}

/* Alineación vertical de los elementos en productions - Solo Desktop */
@media (min-width: 769px) {

    #menuModal{
        display: none !important;
    }
    
    /* Control de overflow para escritorio */
    section.story .marco-animado {
        overflow: hidden;
    }
    
    section.productions .marcco {
        overflow: hidden;
    }
    
    section.productometodos .marco-especial {
        overflow: hidden;
    }
    
    section.productometodos .container-colorr-dos .img-cooking {
        overflow: hidden;
    }
    
    section.productions .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap: 40px;
    }

    section.productions .col-md-6 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        min-height: 450px;
    }

    /* Asegurar que el contenido ocupe todo el espacio disponible */
    section.productions .col-md-6 > .marcco {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 450px;
    }
    
    section.productions .col-md-6 > .marcco-dos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100px;
    }

    section.productions .col-md-6 > ul {
        display: block;
        margin-top: 0;
    }
}

section.productions .marcco-dos span.titulos::before {
    content: "";
    position: absolute;
    background-image: url('../img/general/linea 02 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    width: 60%;
    height: 3px;
    top: 40px;
    left: 0px;
    image-rendering: initial;
    opacity: 0.8;
}
section.productions ul{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 20px 20px 20px;
    list-style: none;
}

/* Animaciones para elementos de productions */
section.productions .col-md-6.orden1,
section.productions .col-md-6.orden3,
section.productions .col-md-6.orden5,
section.productions .col-md-6.orden7 {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.productions .col-md-6.orden2,
section.productions .col-md-6.orden4,
section.productions .col-md-6.orden6,
section.productions .col-md-6.orden8 {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Clase que se activa cuando el elemento es visible */
section.productions .col-md-6.animate-in {
    opacity: 1;
    transform: translateX(0);
}

/* Delays escalonados para que entren uno tras otro */
section.productions .col-md-6.orden1 { transition-delay: 0.1s; }
section.productions .col-md-6.orden2 { transition-delay: 0.2s; }
section.productions .col-md-6.orden3 { transition-delay: 0.3s; }
section.productions .col-md-6.orden4 { transition-delay: 0.4s; }
section.productions .col-md-6.orden5 { transition-delay: 0.5s; }
section.productions .col-md-6.orden6 { transition-delay: 0.6s; }
section.productions .col-md-6.orden7 { transition-delay: 0.7s; }
section.productions .col-md-6.orden8 { transition-delay: 0.8s; }

/* Animaciones para títulos de sección */
section.productions .marco-centro {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.productions .marco-centro.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animaciones para section.story */
section.story .marco-texto,
section.story .marco-animado {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.story .marco-texto.animate-in,
section.story .marco-animado.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animaciones para section mensajeuno */
section#mensajeuno .marco,
section#mensajeuno picture.tlaloc {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section#mensajeuno .marco.animate-in,
section#mensajeuno picture.tlaloc.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animaciones para galeria */
section.galeria .img-galeria-titulo,
section.galeria .padding-expacio-5 {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.galeria .img-galeria-titulo.animate-in,
section.galeria .padding-expacio-5.animate-in {
    opacity: 1;
    transform: scale(1);
}

/* Animaciones para productometodos */
section.productometodos .marco,
section.productometodos .marco-especial {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.productometodos .marco.animate-in,
section.productometodos .marco-especial.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animaciones para contacto */
section.contacto .marco-centro {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.contacto .marco-centro.animate-in {
    opacity: 1;
    transform: translateY(0);
}

section.productions .marcco .imgen-dibujo-paisaje{
    position: absolute;
    right: 0;
    background-image: url('../img/general/foto 02 pproducction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 350px;
    display: flex;
    margin: auto;
    top: 50px;
}
section.productions .marcco .imgen-dibujo-f1{
    position: absolute;
    right: 0;
    background-image: url('../img/general/papel 04 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 110%;
    height: 420px;
    display: flex;
    margin: auto;
    top: 0;
}
section.productions .marcco .imgen-dibujo-f2 {
    position: absolute;
    right: 0;
    background-image: url('../img/general/illustration 02 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 110%;
    height: 420px;
    display: flex;
    margin: auto;
    top: -300px;
}


section.productions .marcco .imgen-dibujo-mezcal{
    position: absolute;
    background-image: url('../img/general/foto 03 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 100%;
    display: flex;
    margin: auto;
    z-index: 10;
    top: 0;
    left: -20px;
}
section.productions .marcco .imgen-dibujo-mezcal-l1{
    position: absolute;
    background-image: url('../img/general/ilustracuion 03 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 160px;
    display: flex;
    margin: auto;
    z-index: 12;
    bottom: 38px;
    right: 150px;
}
section.productions .marcco .imgen-dibujo-mezcal-l2{
    position: absolute;
    background-image: url('../img/general/illustracion 03-01 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 85px;
    height: 85px;
    display: flex;
    margin: auto;
    z-index: 11;
    bottom: 1px;
    right: 250px;
}
section.productions .marcco .imgen-dibujo-mezcal-l3{
    position: absolute;
    background-image: url('../img/general/papel 03 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 280px;
    display: flex;
    margin: auto;
    z-index: 9;
    bottom: -50px;
    right: 140px;
}



section.productions .marcco .imgen-vaso-fondo{
    position: absolute;
    background-image: url('../img/general/papel 07 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 110%;
    height: 110%;
    top: -10px;
    left: -10px;
    display: flex;
    margin: auto;
    z-index: 10;
}
section.productions .marcco .imgen-vaso{
    position: absolute;
    background-image: url('../img/general/foto 04 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 110%;
    height: 400px;
    top: -40px;
    left: 0px;
    display: flex;
    margin: auto;
    z-index: 11;
}
section.productions .marcco .imgen-dibujo-limon{
    position: absolute;
    background-image: url('../img/general/illustracion 04 producction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 220px;
    bottom: 0;
    display: flex;
    margin: auto;
    z-index: 12;
    left: -10px;
}

section.ubicacion .container{
    position: relative;
    padding:0;
    background-image: url('../img/general/fondo 01 secc 04.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: auto;
    margin: auto;
    z-index: 3;
    overflow-x: clip;
}

.marco-titulo{
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    margin: 50px auto;
    justify-content: center;
    background-image: url('../img/general/linea 01 secc 04 origen.png');
    background-size: 100% 13px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

section.ubicacion .marco-mapa{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    margin: auto;
    padding: 0px;
    justify-content: center;
    z-index: 1;
}

section.ubicacion .marco-mapa picture.img-mapa-titulo img{
    position: absolute;
    top: -30px;
    height: 550px;
    width: auto;
    right: 0; 
}

section.ubicacion .marco-mapa picture.img-mapa-botella{
    position: absolute;
    right: 0;
    top: -98px;
    z-index: 100;
    height: 800px;
    width: auto;
}

section.ubicacion .marco-mapa picture.img-mapa-botella img{
    position: relative;
    height: 800px;
    width: auto;
    display: block;
}

section.ubicacion .marco-mapa picture.img-mapa-brujula{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

section.ubicacion .marco-mapa picture.img-mapa-brujula img{
    position: absolute;
    height: 250px;
    width: auto;
    left: 15px;
    top: -30px;
}

section.ubicacion .marco-texto-mapa .marco-text h2{
    top: -20px;
    position: relative;
    text-align: center;
    font-family: "Panama Regular";
    font-size: 29px;
    text-transform: uppercase;
    color:#fff;
    display: block;
    width: auto;
    font-weight: bolder;
    transition: 0.3s;
    margin: 0;
}

section.ubicacion .marco-texto-mapa .marco-text h2::before {
    content: "";
    position: absolute;
    background-image: url('../img/general/lineamapa.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    top: 0px;
    left:0px;
    background-position: center center;
}

section.ubicacion .marco-texto-mapa .marco-text p{
    line-height: 1.1;
    font-family: 'Interstate-LightCompressed';
    display: block;
    color: #fff;
    font-size: 23px;
}
section.ubicacion .marco-texto-mapa .marco-text p b{
    font-family: 'Interstate-BlackCompressed';
    font-weight: bolder;
    font-size: 23px;
}

section.ubicacion .marco-texto-mapa .marco-text label.fdtexto{
display: block;
   font-family: 'VTCEva-Peron';
    color: #fff;
    text-align: justify;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    top: 180px;
    left: calc(100% / 2 - 80px);
    width: 95px;
    z-index: 55;
}

.marco-text-descripcion{
    position: relative;
    bottom: 80px;
    left: 10%;
}

.marco-text-descripcion .col-md-6 p{
    position: relative;
    padding-left: 20px;
}

.marco-text-descripcion .col-md-6 p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #8b5840;
    display: inline-block;
}
section.fotogaleria .marco-centro{
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 50px 0;
    justify-content: center;
}

section.fotogaleria .marco-centro label {
    text-align: center;
    position: relative;
    font-family: "Panama Regular";
    font-size: 35px;
    text-transform: uppercase;
    color: rgb(109, 52, 51);
    display: flex;
    transition: 0.3s;
    padding: 0 80px;
}
section.fotogaleria .marco-centro label::before {
    content: "";
    position: absolute;
    background-image: url('../img/general/linea-prod.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 13px;
    bottom: -15px;
    left: 0;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}


section.fotogaleria .item picture.img-galeria-v1 {
    display: inline-block;
    padding: 0 5px;
    margin: auto;
    height: 400px; 
    box-sizing: border-box;
}

/* Las imágenes dentro del picture */
section.fotogaleria .item picture.img-galeria-v1 img {
display: block;
    width:auto;
    height: 100%;
    object-fit: contain;
    max-width: none;
}



section.fotogaleria .owl-dots{
    display: none;
}
section.fotogaleria .carousel-uno.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-bottom: 10px;
}

section.productometodos {
    margin-top: 40px;
}

section.productometodos .marco{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
section.productometodos .marco label{
    margin: auto;
    font-family: 'Panama Regular';
    font-size: 35px;
    color: #000;
    text-align: center;
    padding: 35px 20px;
    line-height: 1.2;
}


section.productometodos .marco label span.linea-uno{
    content: "";
    position: absolute;
    left: -10%;
    width: 120%;
    height: 40px;
    background-image: url('../img/general/linea-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
    top: 0;
}

section.productometodos .marco label span.linea-dos {
    content: "";
    position: absolute;
    left: -10%;
    width: 120%;
    height: 40px;
    background-image: url('../img/general/linea-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
    bottom: 0;
}

section.productometodos .marco:before {
    top: 0;
}

section.productometodos .marco:after {
    bottom: 0;
}
section.productometodos .marco label{
    position: relative;
    /* overflow: hidden; */
    z-index: 2;
}
section.productometodos .marco label:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/general/tlaloc-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
}

section.productometodos .marco label:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/general/tlaloc-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
    z-index: 1;
}
section.productometodos .marco label:before {
    top: 40px;
    left: -30px;
}

section.productometodos .marco label:after{
    top: 40px;
    transform: rotate(0deg);
    right: -30px;
}
section.productometodos picture.tlaloc{
    display: flex;
    width: 100%;
    height: auto;
    margin:auto;
}
section.productometodos picture.tlaloc img{
    height: auto   ;
    width: 126px;
    margin: auto;
    display: block;
}

section.productometodos.tres{
margin-top: 0 !important;
background-color: #fff;
}
section.productometodos .container-colorr{
    background-color: #6c3232;
}
section.productometodos .marco-especial{
    padding: 30px 0;
}
section.productometodos .marco-especial .img-metodos{
    position: relative;
 background-image: url('../img/home/marco-2.png');
 background-size: cover;
 background-repeat: no-repeat;
 background-position: top left;
 width: 350px;
 height: 700px;
 display: block;
 margin: auto;
 z-index: 10;
 position: relative;
 padding: 0;   
}
section.productometodos .marco-especial .img-metodos.dos label.numero {
    position: relative;
    font-family: "Panama Regular";
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    font-weight: bolder;
    margin: auto;
    transition: 0.3s;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    top: 34px;
    left: 0%;
}
section.productometodos .marco-especial .img-metodos label.numero::before {
    content: "";
    display: none;
}
section.productometodos .marco-especial .img-metodos label.numero {
    position: relative;
    font-family: "Panama Regular";
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    font-weight: bolder;
    margin: auto;
    transition: 0.3s;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    top: 11px;
    left: 0%;
    z-index: 5;
}
section.productometodos .marco-especial .img-metodos.dos label.numero::before {
    content: "";
    display: none;
}
section.productometodos .marco-especial .img-metodos.dos{
    position: relative;
    background-image: url('../img/home/marco-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 350px;
    height: 700px;
    display: block;
    margin: auto;
    z-index: 10;
    position: relative;
    padding: 0;   
}
section.productometodos.cuatro .marco-especial .img-metodos{
    background-image: url('../img/home/marco-5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 350px;
    height: 700px;
    display: block;
    margin: auto;
    z-index: 10;
    position: relative;
    padding: 0;   
   }

   


section.productometodos .marco-especial .img-metodos .cuadro-imagenes{
        position: relative;
        height: 300px;
        display: block;
        margin: auto;
        width: 100%;
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Cuando el elemento está visible */
section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in {
    opacity: 1;
    transform: translateY(0);
}
section.productometodos .marco-especial .img-metodos label{
    position: relative;
    font-family: 'Panama Regular';
    font-size: 25px;
    text-transform: uppercase;
    color: #8b5840;
    margin: 0 15%;
    transition: all 0.3s ease;
    display: block;
    width: auto;
    font-weight: bolder;
}
section.productometodos .marco-especial .img-metodos label::before{
    content: "";
    position: absolute;
    background-image: url('../img/general/linea metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 70px;
    top: 0px;
    left: -30px;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen1{
    content: "";
    position: absolute;
    background-image: url('../img/general/papel 01 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

/* Activar animaciones cuando está visible */
section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen1 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 8s ease-in-out infinite;
    animation-delay: 0.2s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen2{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 02-01 ,etodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 9px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen2 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 10s ease-in-out infinite;
    animation-delay: 0.4s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen3{
    content: "";
    position: absolute;
    background-image: url('../img/general/illustration 01 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
    height: 100%;
    top: 0px;
    left:0px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.4s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen3 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 12s ease-in-out infinite;
    animation-delay: 0.6s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen4{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01-01 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 70%;
    top: 0px;
    left: -40px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.5s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen4 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 9s ease-in-out infinite;
    animation-delay: 0.8s;
}


section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen5{
    content: "";
    position: absolute;
    background-image: url('../img/general/papel 02 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
    top: -30px;
    right: 0;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen5 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 9s ease-in-out infinite;
    animation-delay: 0.3s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen6{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 02-02 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 4;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen6 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 11s ease-in-out infinite;
    animation-delay: 0.5s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen7{
    content: "";
    position: absolute;
    background-image: url('../img/general/illustracion 02 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70%;
    height: 100%;
    bottom: -35px;
    left: 0;
    z-index: 5;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.4s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen7 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 10s ease-in-out infinite;
    animation-delay: 0.7s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen8{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01-02 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
    height: 100%;
    top: -25px;
    left: 0px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.5s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen8 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 12s ease-in-out infinite;
    animation-delay: 0.9s;
}
section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen9{
    content: "";
    position: absolute;
    background-image: url('../img/general/papel 06 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 350px;
    top: -50px;
    left: calc(100% / 2 - 80px);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes.animate-in .imggen9 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 10s ease-in-out infinite;
    animation-delay: 0.3s;
}

section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen10{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 02-03 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 350px;
    top: -45px;
    left: calc(100% / 2 - 250px);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes.animate-in .imggen10 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 11s ease-in-out infinite;
    animation-delay: 0.5s;
}

section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen11{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01-03 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 350px;
    bottom: -25px;
    right: 60px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.4s;
}

section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes.animate-in .imggen11 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 12s ease-in-out infinite;
    animation-delay: 0.7s;
}
section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen12{
    content: "";
    position: absolute;
    background-image: url('../img/general/illustracoin 03 m3todos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
    height: 350px;
    top: 55px;
    right: 20px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.5s;
}

section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes.animate-in .imggen12 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 9s ease-in-out infinite;
    animation-delay: 0.9s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen13{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01-04 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 350px;
    top: 0px;
    left: -25px;
    z-index: 4;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen13 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 10s ease-in-out infinite;
    animation-delay: 0.3s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen14{
content: "";
    position: absolute;
    background-image: url('../img/general/papel 04 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 350px;
    top: -59px;
    right: 20px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen14 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 11s ease-in-out infinite;
    animation-delay: 0.5s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen15{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 02-04 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: 350px;
    top: 0px;
    right: 4px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.4s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen15 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 12s ease-in-out infinite;
    animation-delay: 0.7s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen16{
    content: "";
    position: absolute;
    background-image: url('../img/general/papel 05 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 145px;
    height: 350px;
    top: 2px;
    right: 10px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen16 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 9s ease-in-out infinite;
    animation-delay: 0.3s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen17{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01-05 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 230px;
    height: 230px;
    top: 65px;
    left: 30px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen17 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 10s ease-in-out infinite;
    animation-delay: 0.5s;
}
section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen18{
    content: "";
    position: absolute;
    background-image: url('../img/general/illustracion 04 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 170px;
    bottom: -60px;
    right: 50px;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.4s;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen18 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 11s ease-in-out infinite;
    animation-delay: 0.7s;
}
section.productometodos .marco-especial .img-metodos .numero-espacio{
    width: 100%;
    height: 100px;
    background-color: transparent;
    margin: auto;
}
section.productometodos .marco-especial .img-metodos p{
    margin: 10px 5%;
    color: #fff;
    font-size: 20px;
    font-family: 'Interstate-LightCompressed';
}

section.productometodos .container-colorr-dos{
    background-color: #fff;
    padding: 20px 0;
}
section.productometodos .container-colorr-dos .img-cooking .acomodo-detalles{
    background-color: #fff;
    width: 100%;
    display: flex;
}
section.productometodos .container-colorr-dos .img-cooking{
    /* background-image: url('../img/home/marco-3.png'); */
    background-image: url('../img/home/linea-03.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 35%;
    height: auto;
    display: block;
    margin: auto;
    z-index: 10;
    position: relative;
    padding: 0;   
}
section.productometodos .container-colorr-dos .img-cooking .numero-espacio{
    width: 100%;
    height: 100px;
    background-color: transparent;
    margin: auto;
}
section.productometodos.tres .container-colorr-dos .img-cooking label.numero {
     position: relative;
    font-family: "Panama Regular";
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    font-weight: bolder;
    margin: auto;
    transition: 0.3s;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #6d3332;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    top: 40px;
    left: 0%;
    z-index: 5;
}
section.productometodos.tres .container-colorr-dos .img-cooking label.numero::before {
    content: "";
    display: none;
}

section.productometodos.cuatro .container-colorr .marco-especial .img-metodos label.numero {
    position: relative;
    font-family: "Panama Regular";
    font-size: 23px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    font-weight: bolder;
    margin: auto;
    transition: 0.3s;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    top: 65px;
    left: 0%;
}
section.productometodos.cuatro .container-colorr .marco-especial .img-metodos label.numero::before {
    content: "";
    display: none;
}


section.productometodos .marco-especial .img-metodos .cuadro-imagenes {
    position: relative;
    height: 300px;
    display: block;
    margin: auto;
    width: 100%;
}
section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes {
    position: relative;
    height: 300px;
    display: block;
    margin: auto;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Cuando el elemento está visible */
section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes.animate-in {
    opacity: 1;
    transform: translateY(0);
}

section.productometodos .container-colorr-dos .img-cooking p{
    color: #000;
    margin: 10px 5%;
    font-size: 20px;
    font-family: 'Interstate-LightCompressed';
}
section.productometodos .container-colorr-dos .img-cooking label{
    position: relative;
    font-family: 'Panama Regular';
    font-size: 25px;
    text-transform: uppercase;
    color: #8b5840;
    margin: 0 10%;
    transition: all 0.3s ease;
    display: block;
    width: auto;
    font-weight: bolder;
}
section.productometodos .container-colorr-dos .img-cooking label::before{
    content: "";
    position: absolute;
    background-image: url('../img/general/linea metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 75px;
    top: 0px;
    left:0px;
}

section.productometodos.cuatro{
       background-color: #1e1f1c;
    margin-top: 0 !important;
}
section.productometodos.cuatro .container-colorr{
    background-color: #1e1f1c;
    padding: 20px 0;
}
section.productometodos.cuatro .container-colorr .marco-especial .img-metodos.dos{
    position: relative;
    background-image: url('../img/home/marco-4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 350px;
    height: 700px;
    display: block;
    margin: auto;
    z-index: 10;    
}

section.productometodos.cuatro .container-colorr .marco-especial .img-metodos label {
    position: relative;
    font-family: 'Panama Regular';
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10%;
    transition: all 0.3s ease;
    display: block;
    width: auto;
    font-weight: bolder;
}

section.productometodos.cuatro .container-colorr .marco-especial .img-metodos label::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 70px;
    top:40px;
    left:0px;
}
section.productometodos.cuatro .container-colorr .marco-especial .img-metodos p {
    margin: 10px 5%;
    color: #fff;
    font-size: 20px;
    font-family: 'Interstate-LightCompressed';
}




section.productometodos.cinco{
    margin-top: 0 !important;
}
section.productometodos.cinco .container-colorr{
    background-color: #fff;
    padding: 20px 0;
}
section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes {
    position: relative;
    height: 200px;
    display: block;
    margin: auto;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Cuando el elemento está visible */
section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes.animate-in {
    opacity: 1;
    transform: translateY(0);
}
section.productometodos.cinco .container-colorr .marco-especial .img-metodos label.numero {
     position: relative;
    font-family: "Panama Regular";
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    font-weight: bolder;
    margin: auto;
    transition: 0.3s;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #a2674b;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    top: 11px;
    left: 0%;
}


section.productometodos.cinco .container-colorr .marco-especial .img-metodos.uno{
    position: relative;
    background-image: url('../img/home/marco-6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 350px;
    height: 600px;
    display: block;
    margin: auto;
    z-index: 10;
}
section.productometodos.cinco .container-colorr .marco-especial .img-metodos.dos{
    position: relative;
    background-image: url('../img/home/marco-7.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 350px;
    height: 600px;
    display: block;
    margin: auto;
    z-index: 10;
}
section.productometodos.cinco .container-colorr .marco-especial .img-metodos label{
    position: relative;
    font-family: "Panama Regular";
    font-size: 25px;
    text-transform: uppercase;
    color: rgb(139, 88, 64);
    display: block;
    width: auto;
    font-weight: bolder;
    margin: 0px 10%;
    transition: 0.3s;
}
section.productometodos.cinco .container-colorr .marco-especial .img-metodos label::before {
    content: "";
    position: absolute;
    background-image: url('../img/general/linea metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    background-position: center center;
}

section.productometodos.cinco .container-colorr .marco-especial .img-metodos p {
    font-size: 20px;
    color:#000;
    margin: 10px 10%;
    font-family: 'Interstate-LightCompressed';
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen19{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01-06 metodos de produyccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: 220px;
    top: -15px;
    left: 10px;
    z-index: 4;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen19 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 10s ease-in-out infinite;
    animation-delay: 0.3s;
}
section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen20{
    content: "";
    position: absolute;
    background-image: url('../img/general/papel 03 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 180px;
    top: 5px;
    left: 100px;
    z-index: 3;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen20 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 11s ease-in-out infinite;
    animation-delay: 0.5s;
}
section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen21{
    content: "";
    position: absolute;
    background-image: url('../img/general/illustracion 06 metodos de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 150px;
    top: 80px;
    right: 25px;
    z-index: 5;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.4s;
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen21 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY 12s ease-in-out infinite;
    animation-delay: 0.7s;
}


section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen22{
    content: "";
    position: absolute;
    background-image: url('../img/general/foto 01 -07 metodo de produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 490px;
    height: 210px;
    top: -40px;
    left: -130px;
    z-index: 3;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen22 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY1 10s ease-in-out infinite;
    animation-delay: 0.3s;
}
section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen23{
     content: "";
    position: absolute;
    background-image: url('../img/general/papel 02 produccion.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 230px;
    height: 235px;
    top: -40px;
    right: 40px;
    z-index: 2;
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes.animate-in .imggen23 {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: flotarXY2 11s ease-in-out infinite;
    animation-delay: 0.5s;
}
section.story .marco-texto .marco-texto-dos p b{
    font-size: 18px;
}


section.logo_mezcalcharla{
    background-color: #fff;
}
section.logo_mezcalcharla .marc{
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    padding:0;
    justify-content: center;
}
section.logo_mezcalcharla .marc a{
    text-decoration: none;
    display: block;
    height: auto;
    width: auto;
    margin: auto;
}
section.logo_mezcalcharla .marc a picture{
    display: flex;
    width: 100%;
    height: 126px;
    margin: auto;
}
section.logo_mezcalcharla .marc a picture img{
    display: block;
    width: auto;
    height: 126px;
    margin: auto;
}

section.contacto{
    padding-top: 120px;
    background-color: #fff;
}

section.productions .marcco .imgen-natural{
   bottom: 100px;
}
section.productions .marcco .imgen-dibujo-maguey{
    right: -40px;
}

label.boulet::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #8b5840;
    display: inline-block;
}


section.contacto .marco-centro{
    position: relative;
    background-image: url('../img/general/cuadro de contact.png');
    height: 320px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 60% top;
    display: flex;
    margin: auto;
    padding: 20px;
    justify-content: center;
}
section.contacto .marco-centro.ingles::before {
    content: "Contact";
    display: block;
    font-size: 25px;
    color: #6c3232;
    font-weight: bolder;
    font-family: 'Panama Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 32px;
    text-align: center;
    position: absolute;
    left: calc(100% / 2 - -40px);
    top: -40px;
}
section.contacto .marco-centro.espanol::before {
    content: "Contacto";
    display: block;
    font-size: 25px;
    color: #6c3232;
    font-weight: bolder;
    font-family: 'Panama Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 32px;
    text-align: center;
    position: absolute;
    left: calc(100% / 2 - -40px);
    top: -40px;
}
section.contacto .marc {
    position: relative;
    height: 300px;
    display: flex;
    padding: 0;
    margin: 0;
}
section.contacto .marc form{
    position: relative;
    width: 100%;
    margin: 0;
}
section.contacto .marc form label{
    transition: all 0.3s ease;
    color: #6c3232;
    font-weight: bolder;
    font-family: 'AcuminVariableConcept';
    font-size: 17px;
    text-transform: uppercase;
    display: block;
}
section.contacto .marc form input{
    padding: 8px;
    border-bottom: 2px solid #000;
    width: 95%;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    outline: none;
}

    section.contacto .marc form input::placeholder {
        text-transform: uppercase;
        color: #6c3232; /* Rojo */
        opacity: 0.5;     /* Asegura que el color se vea bien */
        font-size: 14px; 
    }
section.contacto .marc form textarea::placeholder {
    text-transform: uppercase;
    color: #6c3232; /* Rojo */
    opacity: 0.5;
    font-size: 14px;     /* Asegura que el color se vea bien */
}
section.contacto .marc form textarea{
    padding: 8px;
    border-bottom: 2px solid #000;
    width: 95%;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    outline: none;
}
section.contacto .marc form button{
    margin-top: 5%;
    padding: 3px 40px;
    background-color: #6c3232;
    color: #fff;
    font-family: 'Panama Regular';
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
section.contacto .marc form button:hover{
    border: 1px solid #6c3232;
    background-color: #fff;
    color: #8b5840;
}


section.contacto .marc-uno{
    position: relative;
    width: 350px;
    height: 400px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
    left: calc(100% / 2 - 100%);
    top: -15%;
}
section.contacto .marc-uno picture.contact-tlaloc{
    width: 80px;
    height: 80px;
    display: none;
    margin-bottom: 20px;
}
section.contacto .marc-uno picture.contact-tlaloc img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.contacto .marc-uno picture{
    width: 100%;
    height: 100%;
    display: flex;
}
section.contacto .marc-uno picture img{
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
}




.ocultando-texto.color-uno{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    align-items: center;
    justify-content: center;
}
.ocultando-texto.color-uno .acomodo-texto{
    margin: auto;
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.ocultando-texto.color-uno .acomodo-texto label{
    font-family: 'VTCEva-Peron';
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}
.ocultando-texto.color-uno .acomodo-texto p{
    font-family: 'Interstate-LightCompressed';
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.4;
    margin: 0 0 5px 0;
    max-width: 340px;
}
.ocultando-texto.color-uno .acomodo-texto .icono-hover{
    width: 140px;
    height: 40px;
    margin: 10px auto 0;
    background-image: url('../img/general/icono-secc-02.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*
 section.contacto .marc form::before {
    content: "";
    position: absolute;
    background-image: url('../img/general/foto contact.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 350px;
    display: flex;
    margin: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
    left: calc(100% / 2 - 70%);
    top: -15%;
} */


footer{
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px 0;
    justify-content: center;
    background-color: rgb(108, 50, 50);
    z-index: 3;
}
footer::before {
    content: "";
    position: absolute;
    background-image: url('../img/home/f-pie-22.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 250px;
    display: flex;
    margin: auto;
    padding: 0px;
    bottom: 80px;
    /* Agregamos la transformación para invertir la imagen verticalmente */
}

.espacio_ini{
   display: block;
    width: 100%;
    height: 300px;
    padding: 0px;
    background-color: white;
}

footer label.footer-label{
    position: relative;
    font-family: 'Panama Regular';
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
    display: block;
    width: auto;
    font-weight: bolder;
    text-align: center;
    margin: auto;
}

footer .marco-footer ul li:not(:first-child) {
  border-left: 3px solid white;
  padding-left: 10px; /* Espacio entre la línea y el texto */
}

footer .marco-footer ul li {
 cursor: pointer;
  padding-right: 10px; /* Espacio entre el texto y la siguiente línea */
  animation: pulse 2s infinite;
}

footer .marco-footer{
     background-color: rgb(108, 50, 50);
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px;
    justify-content: center;
}
footer .marco-footer ul{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 0px 0px 0px;
    justify-content: center;
    text-align: center;
}
footer .marco-footer ul li{
    list-style: none;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
footer .marco-footer ul li a{
    cursor: pointer;
    text-decoration: none;
    font-family: 'Interstate-Compressed-Bold';
    font-size: 20px;
    color: #fff;
}

footer .marco-footer ul li a label{
    letter-spacing: 1px;
    font-family: 'Interstate-Compressed-Bold';
}

section.story .marco-texto .marco-texto-dos h2::before{
    bottom: -20px;
}


.menu-mobile {
  background-color: #333;
  padding: 10px;
}

.menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-mobile li {
  margin: 10px 0;
}

.menu-mobile a {
  text-decoration: none;
  color: #6d3433;
  display: block;
  padding: 10px;
  background-color: #444;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.menu-mobile a:hover {
  background-color: #555;
}


/* Botón de menú */
#menuToggle {
   font-family: 'Panama Regular';
   text-transform: uppercase;
   font-weight: bolder;
  display: none;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1001;
  background-color:transparent;
  color: #6d3433;
  padding: 10px 15px;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* Modal del menú */
.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
    background-image: url('../img/home/menomb.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.menu-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-modal li {
  margin: 15px 0;
}

.menu-modal a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

#closeMenu {
    color: #6d3433;
    padding: 5px;
    border: none;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 20px;
}
@media only screen and (max-width: 768px) {
  /* Estilos para móviles */

    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .container-fluid,
    .container,
    section {
        overflow-x: hidden;
        max-width: 100vw;
    }

    #menuModal{
        display: none;
    }

.orden1{
    order:1;
}
.orden2{
    order:2;
}
.orden3{
    order:3;
}
.orden4{
    order:4;
}
.orden5{
    order:5;
}
.orden6{
    order:6;
}
.orden7{
    order:7;
}
.orden8{
    order:8;
}

/* Animaciones habilitadas en móviles con ajustes optimizados */
section.productions .marco-centro,
section.productions .col-md-6.orden1,
section.productions .col-md-6.orden2,
section.productions .col-md-6.orden3,
section.productions .col-md-6.orden4,
section.productions .col-md-6.orden5,
section.productions .col-md-6.orden6,
section.productions .col-md-6.orden7,
section.productions .col-md-6.orden8,
section.story .marco-texto,
section.story .marco-animado,
section#mensajeuno .marco,
section#mensajeuno picture.tlaloc,
section.galeria .img-galeria-titulo,
section.galeria .padding-expacio-5,
section.productometodos .marco,
section.productometodos .marco-especial,
section.contacto .marco-centro {
    /* Animaciones más suaves para móvil */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out !important;
    /* Optimización de rendimiento */
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Animaciones optimizadas para elementos flotantes en móvil */
@media only screen and (max-width: 768px) {
    section.story .marco-animado > div {
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

body header{
   background-position: center;
}
body header ul{
    display: none;
}
section#mensajeuno .marco label {
    padding: 40px 0px;
    font-size: 17px;
}
#menuToggle {
    top: 30px;
display: block;
}
.padding-expacio-5 {
padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: none;
}
#header picture.logo_blanco {
    position: absolute;
    left: 20px;
    transform: none;
    width: 180px;
    height: auto;
    z-index: 6;
    top: 24px;
}
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .menu-mobile ul {
    display: flex;
    flex-direction: column;
  }
    #menuModal ul {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 75px;
    }
    #menuModal ul li{
        display: block;
          margin: 10px 20px;
    }
     #menuModal ul li a label{
        font-size: 15px;
        padding: 0px 10px;
     }

    #header {
        margin-top: 50px;
    }
    section#mensajeuno .marco:before,
    section#mensajeuno .marco:after {
        content: "";
        position: absolute;
        left: calc(100% / 2 - 45%);
        width: 90%;
        height: 40px;
        background-image: url('../img/general/linea-01.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;    
        z-index: 1;
    }
section.story .marco-texto .marco-texto-dos p label {
    position: relative;
    font-family: 'Interstate-BlackCompressed';
    font-weight: bolder;
    font-size: 18px;
}
section.galeria {
    padding: 40px 0;
    margin: 20px auto 0 auto;
        background-position: left center;
        background-size: cover;
}

section.productions .marcco .imgen-dibujo-f2 {
    top: -230px;

}



section.galeria > .container{
    max-width: 100vw;
    padding: 0 ;
}
.padding-expacio-5 {
    padding-right: 0;
    padding-left: 0;
}

section.story .marco-texto .marco-texto-dos p{
           font-weight: bolder;
            margin: 0px 0 0 0;
            display:inline-block;
            letter-spacing: 0px;
            padding: 20px 10px 0 15px;
            line-height: 1.4;
    }
    #header picture.logo_blanco img {
        left: 0px;
        right: 0px;
    }
    section.productions .marco-centro {
        padding: 40px 0;
    }
    section.productions .marco-centro label{
        text-align: center;
        font-size: 26px;
    }
    section.productions .marco-centro label::before{
        left: 0px;
    }
    section.productions .marcco-dos span.titulos{
        font-size: 20px;
    }
    section.productions ul li label,
    section.productions ul li span{
        font-size: 18px;
    }

    section.productions ul li span.maestro{
        font-size: 18px;
    }

    .padding-expacio-5 .marco-centro .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    
    .padding-expacio-5 .marco-centro .row .col-md-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .padding-expacio-5 .marco-centro .row .col-md-6.uno{
        padding-right: 0px;
    }
    .padding-expacio-5 .marco-centro .row .col-md-6.dos{
        padding-right: 0px;
    }

    section.productometodos.tres .container-colorr-dos .img-cooking label.numero {
        top: -25px;
    }
    section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen1{
        right: 13px;
    }
    section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen2{
        width: 200px;
        height: 330px;
        top: 0px;
        left: 90px;
    }
    section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen18{
        bottom: -35px;
    }
    section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen19{
        width: 170px;
        height: 200px;
        top: -3px;
        left: 10px;
    }
    section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen21{
        height: 150px;
        top: 50px;
        right: -30px;
    }

section.contacto .marco-centro {
    position: relative;
    height: auto;
    width: auto;
    background-size: contain;
    background-image:none;
    background-repeat: no-repeat;
    background-position: 0% top;
    display: block;
    margin: auto;
    padding: 0;
    justify-content: center;
   overflow: visible;
}
section.productometodos .container-colorr-dos .img-cooking{
    height: auto;
    min-height: 800px;
    /* margin: 10px auto; */
    width: 100%;
    background-size: contain;
        /* max-width: 300px;
        background-position: top;
    padding: 30px 10px; */
    position: relative;
}
.marco-text-descripcion {
    position: relative;
    bottom: 80px;
    left: 0;
}
section.productions .marcco-dos {
  padding: 10px 15px 5px 15px;
}
section.story .marco-texto {
    overflow: hidden;
}
section.story .marco-texto .marco-texto-dos {
  width: 100%;
  overflow: hidden;
}
section.contacto .marc-uno{
width: 100%;
padding: 20px 0;
}
section.story .img-planta {
    width: 300px;
}

section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen22 {
width: 100%;
left: 0px;
}
section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes .imggen23 {
width: 100%;
left: 0px;
}

section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen14 {
    width: 250px;
}

section.productions .marcco .imgen-dibujo-mezcal-l1{
    right:0;
}
section.productions .marcco .imgen-dibujo-mezcal-l2{
    right: 40px;
}
section.productions .marcco .imgen-dibujo-mezcal-l3{
    right: -30px;
}
section.contacto {
    padding-top: 0px;
}
    section#mensajeuno .marco label:after{
        right: -50px;
        top: 30px;
    }
    section#mensajeuno .marco label:before{
        left: -50px;
        top: 30px;
    }
    section.story .marco-animado {
        padding: 20px 0;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
    }
    
    /* Animaciones de flotación más suaves en móviles */
    section.story .marco-animado.animate-in .img-foto {
        animation: flotarXY1 10s ease-in-out infinite;
    }
    
    section.story .marco-animado.animate-in .img-fruto {
        animation: flotarXY2 12s ease-in-out infinite;
    }
    
    section.story .marco-animado.animate-in .img-hoja {
        animation: flotarXY 14s ease-in-out infinite;
    }
    
    section.story .marco-animado.animate-in .img-planta {
        animation: flotarXY1 11s ease-in-out infinite;
    }
    section.productions .marcco{
        padding: 10px 0;
        overflow: hidden !important;
        height: 360px;
    }
    section.ubicacion .marco-mapa{
        overflow: hidden;
        height: 500px;
    }
    section.ubicacion .col-md-6.orden2 .marco-mapa{
         overflow: visible;
        height: 200px;
    }
    section.ubicacion .marco-mapa picture.img-mapa-brujula img{
        height: 150px;
        width: auto;
        right: 7px;
        left: 9px;
        top: -70px;
    }
    section.ubicacion .marco-texto-mapa .marco-text label.fdtexto{
        display: block;
        font-family: 'VTCEva-Peron';
        color: #fff;
        font-size: 27px;
        text-transform: uppercase;
        position: absolute;
        top: 50px;
        left: calc(100% / 2 - 155px);
        width: auto;
        text-align: center;
    }
    section.productometodos.cinco .container-colorr .marco-especial .img-metodos.uno{
        overflow: hidden;
    }
     section.productometodos.cinco .container-colorr .marco-especial .img-metodos.dos{
        overflow: hidden;
        margin: 20px auto;
        height: 550px;
     }
     section.productometodos.cinco .marco-especial .img-metodos .cuadro-imagenes {
        overflow: hidden;
        width: 80%;;
     }
     section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes {
        overflow: visible;
        height: 300px;
        position: relative;
     }
     
     /* Ajustar imágenes individuales para mobile */
     section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen9 {
        width: 160px;
        height: 350px;
        top: -40px;
        left: calc(50% - 80px);
     }
     
     section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen10 {
        width: 260px;
        height: 400px;
        top: -65px;
        left: calc(50% - 160px);
     }
     
     section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen11 {
        width: 220px;
        height: 300px;
        bottom: 70px;
        right: 0px;
     }
     
     section.productometodos .container-colorr-dos .img-cooking .cuadro-imagenes .imggen12 {
        width: 140px;
        height: 400px;
        top: 10px;
        right: 10px;
     }
     section.productometodos .marco-especial .img-metodos .cuadro-imagenes {
            overflow: hidden !important;
    }
    section.productometodos .marco-especial .img-metodos .cuadro-imagenes .imggen13{
            left: 0px;
    }
    section.contacto .marc-uno{
        left:0;
        top: 0;
        height: auto;
        width: 100%;
        padding: 20px 0;
    }
    section.contacto .marc-uno picture.contact-tlaloc{
        display: flex;
        width: 100px;
        height: 100px;
        margin: 20px auto;
    }
    section.contacto .marc-uno picture:not(.contact-tlaloc){
        width: 90%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 20px;
    }
    section.contacto .marc-uno picture:not(.contact-tlaloc) img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    section.galeria .img-galeria-titulo {
        display: flex;
        height: auto;
    }
    section.galeria .img-galeria-titulo-dos {
        margin-top: 15px;
        width: auto;
    }
    .ocultando-texto.color-uno .acomodo-texto label{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ocultando-texto.color-uno .acomodo-texto p{
        font-size: 16px;
        max-width: 220px;
    }
    .ocultando-texto.color-uno .acomodo-texto .icono-hover{
        width: 140px;
        height: 35px;
    }
    section.productions .marcco .imgen-vaso {
        width: 90%;
        height: 400px;
        top: 0px;
        right: 0;
    }
    section.productions .marcco .imgen-dibujo-limon{
            width: 50%;
            height: 150px;
            left: -15px;
    }
    section.productions .marcco .imgen-vaso-fondo{
            width: 300px;
            height: 400px;
    }
    section.productions .marcco .imgen-dibujo-mezcal{
            width: 100%;
    }
    section.productometodos .marco label {
        font-size: 25px;
    }
    section.productions .marcco .imgen-natural{
        height: 250px;
    }
    section.contacto .marc-uno picture img{
        object-fit: cover;
        margin: auto;
        width: 100%;
    }
    section.productions .marcco .imgen-dibujo-maguey{
        left: 0px;
    }
    section.productometodos .container-colorr-dos .img-cooking p {
        font-size: 20px;
        margin: 0;
        line-height: 1.6;
        position: relative;
        z-index: 10;
        padding: 0 20px;
    }
    section.productometodos .container-colorr-dos .img-cooking label {
        margin: 0 10%;
        position: relative;
        z-index: 10;
    }
    section.productometodos .container-colorr-dos .img-cooking label::before {
        width: 80%;
        left: 0;
    }
    
    section.productometodos .container-colorr-dos .img-cooking label.numero {
        margin: 0 10%;
        position: relative;
        z-index: 11;
    }
  section.contacto .marc form button{
    display: flex;
    margin: 25px auto;
    padding: 10px 35px;
  }
    footer{
            height: auto;
            padding: 15px 0;
    }
    footer label{
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    footer .marco-footer ul li{
        display: block;
        margin: 8px 0;
    }
    footer .marco-footer ul li:not(:first-child) {
        border-left: 0px;
        padding-left: 0px;
    }
    footer .marco-footer ul li {
        padding-right: 0px;
    }
     footer .marco-footer ul li a{
        font-size: 14px;
        display: block;
     }
     footer .marco-footer ul li a label{
        font-size: 14px;
     }
     section.ubicacion .marco-mapa picture.img-mapa-titulo img {
        top: 180px;
        left: 0;
        width: 100%;
        height: 300px;
        right: 0;
     }
     label.negrita {
       font-weight: bolder;
        font-family: 'Interstate-BlackCompressed';
    }

     section.ubicacion .marco-mapa picture.img-mapa-botella img{
        height: 475px;
        top: 160px;
        right: calc(100% / 2 - 65px);
     }
     section.productions .marcco-dos span.titulos::before {
        left: 0px;
     }
     .marco-titulo {
        background-size: contain;
     }
    section.productometodos .marco:before, section.productometodos .marco:after{
        width: 90%;
        background-size: contain;
        left: calc(100% / 2 - 45%);
     }
     
     section.productometodos .marco label span.linea-uno,
     section.productometodos .marco label span.linea-dos {
        left: 0;
        width: 100%;
     }
     
     section.productions .marcco .imgen-natural {
        width: 100%;
        left: 0;
     }
     
     section.productions .marcco .imgen-dibujo-f1,
     section.productions .marcco .imgen-dibujo-f2 {
        width: 100%;
        right: 0;
     }
     
     section.productions .marcco .imgen-vaso-fondo,
     section.productions .marcco .imgen-vaso {
        width: 100%;
        left: 0;
     }
     section.productometodos .marco label:before {
        top: 30px;
     }
     section.productometodos .marco label:after {
        top: 30px;
     }
     section.ubicacion .marco-texto-mapa .marco-text p{
            font-size: 18px;
            margin: 0px;
            display: inline-block;
     }
      section.ubicacion .marco-texto-mapa .marco-text b{
        font-family: 'AcuminVariableConcept';
        font-weight: bolder;
      }
      section.ubicacion .marco-texto-mapa .marco-text h2::before{
            background-repeat: no-repeat;
            width: 90%;
            height: 70px;
            top: 0px;
            left: calc(100% / 2 - 180px);
            background-position: center center;
      }
      .marco-titulo.nuevo{
            margin: 20px auto;
      }
      section.fotogaleria .marco-centro{
        padding: 20px 0 50px 0;
      }
      section.productometodos .marco-especial .img-metodos{
        margin-top: 20px;
      }
      section.contacto .marco-centro::before{
        font-size: 24px;
        left: 50% !important;
        transform: translateX(-50%);
        top: 0;
        margin-bottom: 0px !important;
        text-align: center;
        position: relative !important;
      }
      section.contacto .marco-centro{
        text-align: center;
        padding-top: 40px;
      }
     section.contacto .marco-centro .row .col-md-8 .marc{
                background-color: #fff;
                background-image: url('../img/home/fodocb.png'); 
                /* background-image: url('../img/general/cuadro de contact.png'); */
                height: auto;
                background-position: top;
                width: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                padding: 40px 40px;
                display: flex;
                flex-direction: column;
            }
    section.contacto .marc form {
                position: relative;
                width: 100%;
                margin: 0;
                padding: 0 20%;
                display: flex;
                flex-direction: column;
            }
    section.contacto .marc form label{
        font-size: 11px;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
        display: block;
        font-weight: 900;
    }
    section.contacto .marc form input,
    section.contacto .marc form textarea{
        margin-bottom: 10px;
        border-bottom: 2px solid #000;
        padding: 8px 0px;
        font-size: 14px;
        font-family: 'Panama Regular';
        background: transparent;
    }
    section.contacto .marc form textarea{
        min-height: 60px;
        resize: vertical;
    }
    section.contacto .marc form button{
        width: auto;
        padding: 10px 40px;
        border-radius: 25px;
        margin: auto;
        font-size: 12px;
        letter-spacing: 1.5px;
        font-weight: bold;
    }
    section.contacto .marc{
        position: relative;
    }
    section.logo_mezcalcharla{
        display: none;
    }
    section.contacto .social-icons{
        display: flex !important;
        justify-content: center;
        gap: 20px;
        margin-top: 25px;
        padding-bottom: 20px;
        width: 100%;
        position: relative;
    }
    section.contacto .social-icons a{
        width: 55px;
        height: 55px;
        background-color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 26px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    section.contacto .social-icons a:hover{
        background-color: #6c3232;
        transform: scale(1.1);
    }
    section.contacto .fomr-group{
        margin-bottom: 15px;
    }
            .espacio_ini {
                height: 200px;
            }

            .modal-dialog.modal-dialog-centered {
                max-width: 100% !important;

            }


            .modal-dialog.modal-dialog-centered .modal-content .modal-body picture img{
                height: 50px;
            }          
            .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos label {
                font-size: 12px;
            }
            .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos {
                position: relative;
                margin: 0px 0 0 0;
            }
            .modal-dialog.modal-dialog-centered .modal-content .modal-body picture {
                margin: 30px 0 0 0;
            }
            .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos ul li button {
                font-size: 12px;
            }
            .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos::before {
                top: -5px;
            }
            .modal-dialog.modal-dialog-centered .modal-content .modal-body .testos::after {
                top: 40px;
            }
            #closeMenu {
                top: 25px;
            }
            section.story .marco-texto .marco-texto-dos h2 {
                text-align: center;
                font-weight: bolder;
                line-height: 1.0;
                margin-bottom: 20px;
                font-size: 30px;
            }

            section.contacto .marc-uno .social-icons{
                position: relative;
            }
            footer::before {
                background-position: left;
            }

}   
@media (min-width: 769px) and (max-width: 1380px) {
    body header ul li {
        margin: 0 8px;
    }
    body header ul li a label {
        font-size: 15px;
        white-space: nowrap;
        padding: 10px 12px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    body header ul li {
        margin: 0 5px;
    }
    body header ul li a label {
        font-size: 14px;
        white-space: nowrap;
        padding: 10px 8px;
    }
}