/* --- GENERALES inicio --- */
html {
    scroll-behavior: smooth;
}

h1 {
    padding: 100px 70px;
    font-size: 42px;
    color: #fff;
    font-family: 'La Belle Aurore', cursive;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Source Sans 3', sans-serif;
}

h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'La Belle Aurore', cursive;
    padding-bottom: 40px;
    line-height: 50px;
}

h3.naranja {
    color: #C68152;
    font-size: 42px;
    font-weight: 500;
    font-family: 'La Belle Aurore', cursive;
    line-height: 50px;
}

h4 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Source Sans 3', sans-serif;
    text-align: left;
}

h5 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px !important;
}

i {
    text-decoration: none;
    color: #000;
    font-size: 30px;
}

/* --- GENERALES final --- */


/* --- NAVBAR HAMB BUTTON inicio --- */
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #C68152;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0;
}

/* when navigation is clicked */
.navbar-toggler .top-bar {
    margin-top: 0;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0;
    transform: rotate(-135deg);
}

/* state when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/* --- NAVBAR HAMB BUTTON final --- */

/* --- NAVBAR inicio --- */
nav {
    background-color: #fff;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    border-bottom: #C68152 solid 3px;
}

li.nav-item {
    padding-left: 50px;
}

.nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Source Sans 3', sans-serif;
    padding-top: 20px;
}

.nav-link.active {
    background-image: url(../imagenes/iconos/icon_agave_Black_PH.png) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 25px;
    padding-top: 20px;
    margin-top: 0;
}

.nav-link.mezcal.active {
    background-image: none !important;
    background-color: #000;
    color: #fff;
}

.mezcal {
    font-weight: 700 !important;
    border: dashed #000 1px;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

a.nav-link {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

a.nav-link:hover {
    background-color: #C68152 !important;
}

.lengua {
    padding-right: 30px;
}

a.nav-link.idioma:hover {
    background-color: #fff !important;
}

i.bi.bi-translate:hover {
    color: #C68152;
}

.bs-navbar-brand {
    padding: 0;
}

/* --- NAVBAR final --- */

/*-- EDAD inicio --*/
/*-- HEADER-EDAD inicio --*/
.papel-negro {
    background-image: url(../imagenes/edad/arrugado.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.hoja-puntos {
    background-color: #F2F2F2;
    padding: 210px 25px;
    margin-top: 15%;
    margin-bottom: 15%;
    outline-offset: -40px;
    outline: dashed 2px #000;
}

.hoja-puntos p {
    font-size: 18px;
}

.hoja-puntos h2 {
    font-size: 21px;
}

.bttn {
    background-color: #D7AE92;
}

.bttn:hover {
    background-color: #C68152;
}

.bttn p {
    margin-bottom: 0 !important;
    padding: 25px 0;
    font-weight: 500;
}

.bttn p:hover {
    font-weight: 700;
}

.logo-corto {
    margin-bottom: 50px;
}

/* --- NOSOTROS inicio --- */
/* --- HEADER-NOSOTROS inicio --- */
.parallax {
    background-image: url(../imagenes/nosotros/header_parallax_02.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax h1 {
    padding: 300px 5%;
}

/* --- HEADER-NOSOTROS final --- */


/* --- INICIOS-NOSOTROS inicio --- */
.texto {
    padding: 100px 100px;
}

.izquierdo {
    font-style: italic;
    margin-left: 20px;
}

.separador {
    background-image: url(../imagenes/iconos/Line_marker.svg);
    background-repeat: no-repeat;
    background-position: 65% 100%;
    background-size: 165px;
    padding-bottom: 10px;
}

.fuerte {
    font-weight: 700;
}

/* ABUE */
.abue img {
    padding-top: 100px;
    background-color: #000;
}

/* NARANJA Y TIERRA */
.tierra {
    background-image: url(../imagenes/nosotros/tierra_01_OP.png);
    background-repeat: no-repeat;
    background-size: 60%;
    /*background-position: 100% 45%;*/
    background-position: center right;
    padding-right: 80px;
}

/* --- INICIOS-NOSOTROS final --- */

/* --- CORAZON-NOSOTROS inicio --- */
.corazon {
    padding-right: 80px;
}

.tobala {
    box-shadow: 3px 3px 9px #a7a7a8;
}

/* --- CORAZON-NOSOTROS inicio --- */

/* --- MISION-NOSOTROS inicio --- */
.nuestra {
    padding-right: 85px;
    padding-left: 30px;
}

/* OWL-CAROUSEL ONE */
.owl-nav {
    position: absolute;
    top: 33%;
    left: 45%;
    margin-top: 0;
}

.owl-nav span {
    color: #A8A8A8;
}

.owl-nav span:hover {
    color: #747474;
}

.owl-prev,
.owl-next {
    font-size: 64px !important;
}

.owl-prev {
    position: absolute;
    right: 205px;
}

.owl-next {
    position: absolute;
    left: 250px;
}

.owl-dots {
    padding-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
    background: #C68152;
}

.owl-dot:hover span {
    background: #a7a7a8;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
}

/* --- MISION-NOSOTROS final --- */

/* --- VISION-NOSOTROS inicio --- */
.valor h3 {
    padding-bottom: 0 !important;
}

.vision {
    padding-left: 50px;
}

.mockup {
    box-shadow: 3px 3px 9px #a7a7a8;
}

/* --- VISION-NOSOTROS final --- */
/* --- NOSOTROS final --- */


/* --- PROCESO inicio --- */
/* --- DESCUBRE inicio --- */
.descubre {
    padding-top: 10%;
}

.jima {
    padding: 25px !important;
}

.bi.bi-chevron-double-down {
    color: #C68152;
}

/* --- DESCUBRE final --- */

/* --- ARTESANAL inicio --- */
.artesanal {
    padding-left: 115px;
}

.owl-carousel.two h5 {
    margin-top: 15px;
}

.owl-carousel.two a h5:hover {
    font-weight: 700;
}

/* --- ARTESANAL final --- */

/*-- PROCESO inicio --*/
.procesos img {
    vertical-align: bottom;
    margin-left: 3%;
    margin-right: 3%;
}

.col-lg-6.col-xl-7.pb-lg-5.texto {
    padding-right: 0 !important;
    padding-top: 35px !important;
}

.descubre img.w-100.p-0 {
    padding-top: 0% !important;
}

/*-- OWL-TWO inicio --*/
.owl-carousel.two .owl-nav {
    position: absolute;
    margin-top: 0;
}

/*.owl-carousel.two .owl-prev {
    position: absolute;
    right: 410px !important;
}

.owl-carousel.two .owl-next {
    position: absolute;
    left: 500px;
}*/
/*-- OWL-TWO final --*/

/* PASOS */
.pasos img {
    box-shadow: 3px 3px 9px #a7a7a8;
}

/* SEPARADOR 2 */
.separador-2 {
    padding-top: 100px !important;
}

/*-- PROCESO final --*/


/*-- PRODUCTOS inicio --*/
/*-- HEADER-PRODUCTOS inicio --*/
.parallax-productos {
    background-image: url(../imagenes/productos/parallax_productos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 265px 0;
    position: relative;
}

.parallax-productos h1 {
    text-align: center;
    color: #000;
    background-image: url(../imagenes/iconos/Line_marker.svg);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: 70% 65%;
    position: relative;
    top: 95px;
    padding-right: 25px;
    padding-left: 210px;
}

.parallax-productos i {
    position: absolute;
    bottom: 8%;
    left: 48%;
}

/*-- HEADER-PRODUCTOS final --*/

/*-- OWL-CAROUSEL PRODUCTOS inicio --*/
.product {
    padding-top: 85px;
}

.owl-carousel.three .owl-item img {
    display: block;
    width: 100%;
    border-radius: 20px;
    border: #a7a7a8 solid 1px;
    /*box-shadow: 3px 3px 9px #a7a7a8;*/
}

.owl-carousel.three p {
    margin-top: 25px;
}

.owl-carousel.three p,
.owl-carousel.three h4 {
    text-align: center;
    margin-bottom: 10px !important;
}

.owl-carousel.three span {
    color: #a7a7a8;
}

.owl-carousel.three span:hover {
    color: #747474;
}

.owl-carousel.three .owl-nav {
    position: absolute;
    top: 30%;
    left: 45%;
    margin-top: 0;
}

.owl-carousel.three .owl-prev {
    position: absolute;
    right: 410px !important;
}

.owl-carousel.three .owl-next {
    position: absolute;
    left: 500px;
}

/*-- OWL-CAROUSEL PRODUCTOS final --*/



/* RECUERDA */
.recuerda {
    margin-top: 80px;
}


/* fantasma */
.fantasma {
    opacity: 0;
}

.conoce {
    margin-top: 80px;
}

/*-- PRODUCTOS final --*/

/*-- CONTACTO inicio --*/
/* CONTACTO */
/* comunidad */
.comunidad {
    padding-top: 250px;
    padding-bottom: 50px;
}

.degustacion {
    margin-top: 100px;
    padding: 50px 80px;
    background-image: url(../imagenes/productos/Textura_Papel_Beige_OP_02.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 100%;
    border-radius: 15px;
}

.col-12.enviar {
    padding-bottom: 80px;
}

.probar {
    font-size: 28px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}

.nuevos {
    font-size: 28px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.form-label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Source Sans 3', sans-serif;
}

.form-control {
    background: rgba(198, 129, 82, 0.3);
    font-style: italic;
    border: #C68152 solid 1px;
}

.form-control.lugar {
    background-color: #fff;
    border: #000 solid 1px;
    font-style: italic;
}

.btn.btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
}

.btn.btn-primary:hover {
    background-color: #4E795E;
}

.retroalim {
    padding-top: 50px;
}

.form-label.apellido {
    opacity: 0;
}

/*-- CONTACTO final --*/

/*-- MEZCAL inicio --*/
/*-- OWL-CAROUSEL-four-MEZCAL inicio --*/
.owl-carousel.four p,
.owl-carousel.four h5 {
    text-align: center;
    margin-bottom: 10px !important;
}

.owl-carousel.four p {
    font-style: italic;
    font-size: 15px;
}

.owl-carousel.four h5 {
    font-weight: 700;
    font-size: 17px;
}

.marmo {
    padding-bottom: 24px;
}

.owl-carousel.four {
    height: 100%;
    width: auto;
}

.owl-carousel.four .card {
    transform: scale(.9);
    background-color: #F2F2F2;
}

.owl-carousel.four .card:hover {
    background-color: #D7C6AB;
    transform: scale(1);
}

.owl-carousel.four .owl-item img {
    padding-top: 20px;
}

.owl-carousel.four .owl-nav {
    position: absolute;
    top: 30%;
    left: 45%;
    margin-top: 0;
}

.owl-carousel.four .owl-prev {
    position: absolute;
    right: 520px !important;
}

.owl-carousel.four .owl-next {
    position: absolute;
    left: 635px;
}

.owl-carousel.four .owl-nav:hover {
    background-color: #fff;
}

/*-- OWL-CAROUSEL-four-MEZCAL final --*/

/*-- SLIDER-MEZCAL inicio --*/
.descrip {
    padding: 0 145px;
}

/*-- SLIDER-MEZCAL final --*/

/*-- INTERES-MEZCAL inicio --*/
.interes {
    background-image: url(../imagenes/mezcal/fondo_papel_reciclado.jpg);
    padding: 50px 0;
}

.owl-carousel.five .card {
    transform: scale(.9);
    background-color: #fff;
    opacity: .9;
}

.owl-carousel.five .card:hover {
    background-color: #D7C6AB;
    transform: scale(1);
    opacity: 1;
}

.owl-carousel.five .owl-prev {
    position: absolute;
    right: 240px !important;
}

.owl-carousel.five .owl-next {
    position: absolute;
    left: 295px;
}

/*-- INTERES-MEZCAL final --*/

/*-- FRASE-MEZCAL inicio --*/
.frase h1 {
    color: #000;
    background-image: url(../imagenes/iconos/Line_marker.svg);
    background-repeat: no-repeat;
    background-position: 74% 100%;
    background-size: 165px;
    padding-bottom: 2px;
}

/*-- FRASE-MEZCAL final --*/

/*-- MEZCAL final --*/





/* FOOTER */
footer {
    text-align: center;
    background-color: #D7C6AB;
    color: #000;
}

i.bi.bi-instagram:hover {
    color: #C68152;
}

i.bi.bi-facebook:hover {
    color: #C68152;
}

i.bi.bi-envelope-fill:hover {
    color: #C68152;
}

footer a {
    text-decoration: underline;
    color: #000;
}

footer a:hover {
    font-weight: 700;
    color: #C68152;
}

.aviso {
    margin-top: 50px;
}

.aviso p {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}



/*Full HD*/
@media (max-width: 1920px) {

    /*.owl-carousel.four .owl-prev {
        position: absolute;
        right: 725px !important;
    }
    .owl-carousel.four .owl-next {
        position: absolute;
        left: 880px;
    }*/
    .owl-carousel.four .owl-nav {
        position: absolute;
        top: 88%;
        left: 47%;
        margin-top: 0;
    }

    /*-- PROCESO inicio --*/
    /*-- OWL-TWO inicio--*/
    .owl-carousel.two .owl-next {
        position: absolute;
        left: 57px;
        top: 293px;
    }

    .owl-carousel.two .owl-prev {
        position: absolute;
        right: -30px;
        top: 293px;
    }

    /*-- OWL-TWO final--*/
    /*-- PROCESO final --*/
}

@media (max-width: 1400px) {
    .owl-carousel.four .owl-nav {
        position: absolute;
        top: 30%;
        left: 45%;
        margin-top: 0;
    }
}


/* Large devices (less than 1200px) */
@media (max-width: 1200px) {

    /* INICIOS inicio */
    .separador {
        background-position: 0% 100%;
    }

    /* ABUE */
    .abue img {
        padding-top: 360px;
    }

    /* INICIOS final */

    /* PRODUCTOS inicio */
    /* HEADER-PRODUCTOS inicio */
    .parallax-productos i {
        position: absolute;
        bottom: 12%;
        left: 48%;
    }

    /* HEADER-PRODUCTOS final */
    /* OWL-CAROUSEL-PRODUCTOS inicio */
    .set {
        margin-top: 38px;
    }

    .owl-carousel.three .owl-nav {
        position: absolute;
        top: 22%;
    }

    /* OWL-CAROUSEL-PRODUCTOS final */

    /*-- MEZCAL inicio --*/
    /*-- OWL-CAROUSEL-MEZCAL inicio --*/
    .owl-carousel.four .owl-prev {
        position: absolute;
        right: 440px !important;
    }

    .owl-carousel.four .owl-next {
        position: absolute;
        left: 538px;
    }

    /*-- OWL-CAROUSEL-MEZCAL final --*/

    /*-- SLIDER-MEZCAL inicio --*/
    .descrip {
        padding: 0 110px;
    }

    /*-- SLIDER-MEZCAL final --*/

    /*-- MEZCAL final --*/
}


/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {

    /*-- NOSOTROS inicio --*/
    /* NAV inicio */
    .navbar-brand img {
        width: 230px !important;
    }

    li.nav-item {
        padding-left: 30px;
    }

    a.nav-link.active.ms-lg-5 {
        margin-left: 0;
    }

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0.p-0 {
        margin-left: 0 !important;
    }

    /* NAV final */
    /* INICIOS inicio */
    /* ABUE */
    .abue img {
        padding-top: 0;
    }

    .texto {
        padding: 100px 0;
    }

    .separador {
        background-position: 55% 100%;
    }

    /* INICIOS final */
    /* MISION inicio */
    .owl-carousel.one .owl-prev {
        position: absolute;
        right: 155px;
    }

    .owl-carousel.one .owl-next {
        position: absolute;
        left: 185px;
    }

    /* MISION final */
    /* VISION inicio */
    .valor h3 {
        font-size: 32px;
    }

    /* VISION final */
    /*-- NOSOTROS final --*/

    /*-- PROCESO inicio --*/
    /*-- DESCUBRE inicio --*/
    .jima {
        padding-bottom: 85px !important;
    }

    /*-- OWL-TWO inicio--*/
    .owl-carousel.two .owl-next {
        position: absolute;
        left: 97px;
        top: 333px;
    }

    .owl-carousel.two .owl-prev {
        position: absolute;
        right: 56px;
        top: 333px;
    }

    /*-- OWL-TWO final--*/
    /*-- PROCESO final --*/

    /*-- DESCUBRE final --*/

    /*-- ARTESANAL inicio --*/
    .artesanal {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    /*-- ARTESANAL final --*/

    /*-- PRODUCTOS inicio --*/
    /*-- OWL-CAROUSEL-PRODUCTOS inicio --*/
    .parallax-productos {
        padding: 170px 0;
    }

    .parallax-productos h1 {
        background-position: 90% 65%;
        position: relative;
        top: 95px;
        padding-left: 168px;
    }

    .owl-carousel.three .owl-prev {
        position: absolute;
        right: 290px !important;
    }

    .owl-carousel.three .owl-next {
        position: absolute;
        left: 353px;
    }

    .owl-carousel.three .owl-nav {
        position: absolute;
        top: 18%;
    }

    .owl-carousel.three h4 {
        font-size: 21px;
    }

    .set {
        margin-top: 0;
    }

    /*-- OWL-CAROUSEL-PRODUCTOS final --*/
    /*-- PRODUCTOS final --*/

    /*-- MEZCAL inicio --*/
    /*-- OWL-CAROUSEL-MEZCAL inicio --*/
    .owl-carousel.four .owl-prev {
        position: absolute;
        right: 365px !important;
    }

    .owl-carousel.four .owl-next {
        position: absolute;
        left: 445px;
    }

    /*-- OWL-CAROUSEL-MEZCAL final --*/

    /*-- SLIDER-MEZCAL inicio --*/
    .descrip {
        padding: 0 65px;
    }

    /*-- SLIDER-MEZCAL final --*/

    /*-- FRASE-MEZCAL inicio --*/
    .frase h1 {
        padding: 100px 0;
        background-position: 74% 100%;
        background-size: 165px;
        padding-bottom: 2px;
    }

    /*-- FRASE-MEZCAL final --*/

    /*-- MEZCAL final --*/

}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {

    /* NAV HAMB inicio */
    .navbar-brand img {
        width: 60% !important;
        margin-left: 5px;
    }

    a.navbar-brand.pb-2 {
        text-align: left !important;
    }

    div#navbarsExample07 {
        text-align: center !important;
    }

    li.nav-item {
        padding-left: 0;
    }

    /* NAV HAMB final */

    /* INICIOS inicio */
    /*.texto {
        padding-top: 100px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }*/
    .separador {
        background-position: bottom right;
    }

    .complejo {
        text-align: center;
    }

    /*.sierra p {
        text-align: center;
    }*/
    /* INICIOS final */

    /* CORAZON inicio */
    .corazon {
        text-align: center;
        padding: 0 80px;
    }

    /* CORAZON final */

    /* MISION inicio */
    .nuestra {
        /*text-align: center;*/
        padding: 0;
    }

    .owl-carousel.one .owl-prev {
        position: absolute;
        right: 205px;
    }

    .owl-carousel.one .owl-next {
        position: absolute;
        left: 250px;
    }

    /* MISION final */

    /* VISION inicio */
    .botella {
        text-align: center;
        padding: 0 80px;
    }

    /* VISION final */

    /*-- ARTESANAL inicio --*/
    /*-- ARTESANAL final --*/

    /*-- PROCESO inicio --*/
    /*-- OWL-TWO inicio--*/
    .owl-carousel.two .owl-next {
        position: absolute;
        left: 295px;
        top: 0;
    }

    .owl-carousel.two .owl-prev {
        position: absolute;
        right: 245px;
        top: 0;
    }

    /*-- PROCESO final --*/
    /*-- OWL-TWO final--*/

    /*-- PASOS inicio --*/
    .maestra {
        margin-top: 150px;
    }

    /*-- PASOS final --*/

    /*-- PRODUCTOS inicio --*/
    /*-- HEADER-PRODUCTOS inicio --*/
    .parallax-productos h1 {
        background-position: 87% 59%;
        position: relative;
        top: 174px;
        padding-left: 0;
        padding-right: 0;
    }

    .parallax-productos {
        background-image: url(../imagenes/productos/parallax_productos_responsive.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 250px;
        position: relative;
    }

    .parallax-productos i {
        bottom: 10%;
    }

    /*-- HEADER-PRODUCTOS final --*/

    /*-- MEZCAL inicio --*/
    /*-- OWL-CAROUSEL-MEZCAL inicio --*/
    .owl-carousel.four .owl-prev {
        position: absolute;
        right: 250px !important;
    }

    .owl-carousel.four .owl-next {
        position: absolute;
        left: 307px;
    }

    .marmo {
        padding-bottom: 0;
    }

    /*-- OWL-CAROUSEL-MEZCAL final --*/

    /*-- SLIDER-MEZCAL inicio --*/
    .descrip {
        padding: 0;
    }

    .agave-texto {
        justify-content: center !important;
    }

    /*-- SLIDER-MEZCAL final --*/

    /*-- FRASE-MEZCAL inicio --*/
    .frase h1 {
        font-size: 38px;
    }

    /*-- FRASE-MEZCAL final --*/

    /*-- MEZCAL final --*/

    /* FOOTER inicio */
    .logo-foot {
        width: 50% !important;
    }

    /* FOOTER final */
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {

    /* INICIO inicio */
    .separador {
        background-position: 65% 100%;
    }

    /* INICIO final */

    /* MISION inicio */
    .owl-carousel.one .owl-prev {
        position: absolute;
        right: 150px;
    }

    .owl-carousel.one .owl-next {
        position: absolute;
        left: 180px;
    }

    /* MISION final */

    /* VISION inicio */
    /*.valor h3 {
        animation: none;
    }*/
    .vision {
        padding-left: 0;
    }

    /* VISION final */

    /*-- PROCESO inicio --*/
    /*-- OWL-TWO inicio--*/
    .owl-carousel.two .owl-next {
        position: absolute;
        left: 230px;
        top: 0;
    }

    .owl-carousel.two .owl-prev {
        position: absolute;
        right: 200px;
        top: 0;
    }

    /*-- PROCESO final --*/
    /*-- OWL-TWO final--*/

    /*-- PRODUCTOS inicio --*/
    /*-- HEADER-PRODUCTOS inicio --*/
    .parallax-productos {
        padding-top: 123px;
    }

    .parallax-productos h1 {
        font-size: 38px;
    }

    /*-- HEADER-PRODUCTOS final --*/

    /*-- OWL-CAROUSEL-PRODUCTOS inicio --*/
    .owl-carousel.three .owl-prev {
        position: absolute;
        right: 200px !important;
    }

    .owl-carousel.three .owl-next {
        position: absolute;
        left: 245px;
    }

    .owl-carousel.three .owl-nav {
        position: absolute;
        top: 18%;
    }

    /*-- OWL-CAROUSEL-PRODUCTOS final --*/

    /*-- MEZCAL inicio --*/
    /*-- OWL-CAROUSEL-MEZCAL inicio --*/
    .owl-carousel.four .owl-prev {
        position: absolute;
        right: 184px !important;
    }

    .owl-carousel.four .owl-next {
        position: absolute;
        left: 227px;
    }

    .marmo {
        padding-bottom: 22px;
    }

    /*-- OWL-CAROUSEL-MEZCAL final --*/

    /*-- INTERES-MEZCAL inicio --*/
    .owl-carousel.five .owl-prev {
        position: absolute;
        right: 175px !important;
    }

    .owl-carousel.five .owl-next {
        position: absolute;
        left: 215px;
    }

    .owl-carousel.five .owl-nav {
        position: absolute;
        top: 28%;
    }

    /*-- INTERES-MEZCAL final --*/

    /*-- FRASE-MEZCAL inicio --*/
    .frase h1 {
        font-size: 31px;
        background-position: 90% 100%;
    }

    /*-- FRASE-MEZCAL final --*/
    /*-- MEZCAL final --*/

    /*-- CONTACTO inicio --*/
    .degustacion {
        border-radius: 0;
    }

    .probar {
        font-size: 26px;
    }

    .comunidad h1 {
        font-size: 28px;
    }

    /*-- CONTACTO final --*/

    /* FOOTER inicio */
    .logo-foot {
        width: 65% !important;
    }

    /* FOOTER final */
}

@media (max-width: 375px) {

    /* GENERAL inicio */
    h5 {
        font-size: 12px;
    }

    h3 {
        padding-bottom: 35px;
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    h1 {
        font-size: 38px;
        text-align: center;
    }

    p {
        font-size: 16px;
    }

    /* NAV final */

    /* NAV inicio */
    /* NAV final */

    /* PARALLAX inicio */
    .parallax {
        background-position: top right;
    }

    .parallax h1 {
        padding: 225px 5%;
    }

    /* PARALLAX final */

    /* INICIO inicio */
    /* .texto {
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
    }*/
    .separador {
        background-position: 0% 100%;
    }

    /* INICIO final */

    /* CORAZON inicio */
    .corazon {
        padding: 0 15px;
    }

    .sierra h3 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .tobala {
        margin-top: 50px;
    }

    /* CORAZON final */

    /* MISION inicio */
    .owl-nav {
        position: absolute;
        top: 25%;
    }

    .owl-carousel.one .owl-prev {
        position: absolute;
        right: 113px;
    }

    .owl-carousel.one .owl-next {
        position: absolute;
        left: 137px;
    }

    /* MISION final */

    /* VISION inicio */
    .botella {
        text-align: center;
        padding: 0 25px;
        padding-top: 50px;
    }

    /* VISION final */

    /*-- PROCESO inicio --*/
    /*-- DESCUBRE inicio --*/
    .jima {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 85px !important;
    }

    /*-- DESCUBRE final --*/

    /*-- OWL-TWO inicio--*/
    .owl-carousel.two .owl-next {
        position: absolute;
        left: 140px;
        top: 0;
    }

    .owl-carousel.two .owl-prev {
        position: absolute;
        right: 120px;
        top: 0;
    }

    /*-- OWL-TWO final--*/

    /*-- ARTESANAL inicio --*/
    h3.naranja {
        font-size: 35px;
    }

    .owl-carousel.two h5 {
        font-size: 16px;
    }

    /*-- ARTESANAL final --*/

    /*-- PASOS inicio --*/
    .maestra {
        margin-top: 100px;
    }

    .jimador,
    .horneado,
    .molienda,
    .fermentacion,
    .destilado {
        margin-top: 80px;
    }

    .horneado,
    .fermentacion {
        margin-bottom: 25px;
    }

    /*-- PASOS final --*/

    /*-- SEPARADOR-CARBON inicio --*/
    .separador-2 {
        padding-top: 0 !important;
    }

    /*-- SEPARADOR-CARBON final --*/

    /*-- PRODUCTOS inicio --*/
    /*-- HEADER-PRODUCTOS inicio --*/
    .parallax-productos {
        font-size: 32px;
        padding-left: 25px;
        padding-top: 85px;
    }

    .parallax-productos h1 {
        font-size: 25px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        top: 100px;
        background-position: 94% 94%;
        background-size: 80px;
    }

    .parallax-productos i {
        font-size: 25px;
        bottom: 3%;
    }

    /*-- HEADER-PRODUCTOS final --*/
    /*-- OWL-CAROUSEL-PRODUCTOS inicio --*/
    .product {
        padding-top: 35px;
    }

    .product h4 {
        font-size: 21px;
    }

    .owl-carousel.three .owl-item img {
        border: none;
        border-radius: 0;
    }

    .owl-carousel.three .owl-prev {
        position: absolute;
        right: 100px !important;
    }

    .owl-carousel.three .owl-next {
        position: absolute;
        left: 120px;
    }

    .owl-carousel.three .owl-nav {
        position: absolute;
        top: 18%;
    }

    /*-- OWL-CAROUSEL-PRODUCTOS final --*/
    /*-- PRODUCTOS final --*/

    /*-- MEZCAL inicio --*/
    /*-- OWL-CAROUSEL-MEZCAL inicio --*/
    .owl-carousel.four .owl-prev {
        position: absolute;
        right: 117px !important;
    }

    .owl-carousel.four .owl-next {
        position: absolute;
        left: 144px;
    }

    .owl-carousel.four .card {
        border: none;
        border-radius: 0;
    }

    .agaves h4 {
        font-size: 21px;
    }

    /*-- OWL-CAROUSEL-MEZCAL final --*/

    /*-- INTERES-MEZCAL inicio --*/
    .owl-carousel.five .owl-prev {
        position: absolute;
        right: 100px !important;
    }

    .owl-carousel.five .owl-next {
        position: absolute;
        left: 125px;
    }

    .interes h4 {
        font-size: 21px;
    }

    /*-- INTERES-MEZCAL final --*/
    /*-- MEZCAL final --*/

    /*-- CONTACTO inicio --*/
    .degustacion {
        padding: 50px 50px;
    }

    /*-- CONTACTO final --*/

}