.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.caja_detalle_prod{
    aspect-ratio: 4 / 1.7;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    background-color: #ED6F26;
    padding: 60% 50px 60px;
    position: relative;
    margin: 0 auto;
}
.img_detalle_prod{
    width: 90%;
    max-width: 450px;
    display: block;
    position: absolute;
    left: 0;
    top: -25%;
    right: 0;
    bottom: auto;
    margin: 0 auto;

}
.img_detalle_prod > div{
    aspect-ratio: 1 / 1;
}
.info_detalle_prod{
    width: 100%;
    height: auto;
    display: inline-block;
}
.tit_detalle_prod{
    font-family: 'kn69', sans-serif;
    font-size: 65px;
    line-height: 63px;
    display: block;
    color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
}
.bajada_detalle_prod{
    font-family: 'kn30', sans-serif;
    font-size: 17px;
    line-height: 17px;
    display: block;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}
.presentaciones_detalle_prod{
    font-family: 'kn30', sans-serif;
    font-size: 19px;
    line-height: 17px;
    display: block;
    color: #FCEE1D;
    text-align: left;
}

/* Contenedor principal */
.scroll-container {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 0;
}

/* Contenido desplazable */
.scrollbar{
    width: 60%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}
.scroll-content {
    display: flex;
    overflow: auto;
    scrollbar-width: none; /* Oculta la barra en Firefox */
    -ms-overflow-style: none; /* Oculta la barra en Internet Explorer/Edge */
    scroll-behavior: smooth; /* Para un desplazamiento fluido */
    height: 420px;
    padding: 0 30px;
}

.scroll-content::-webkit-scrollbar {
    display: none; /* Oculta la barra en Chrome, Safari y otros navegadores basados en WebKit */
}

/* Estilo de las cajas */

/* Riel de la barra */
.scrollbar {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 10px;
    background: #FCC3A1;
    border-radius: 18px;
    display: block;
}

/* Dragger */
.dragger {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 50px;
    background: #F4B907;
    border-radius: 18px;
    cursor: pointer;
}
.tit_ingredientes{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    color: #ffffff;
    font-family: 'kn69', sans-serif;
    font-size: 34px;
    line-height: 45px;
    padding: 20px 10%;
    position: relative;
}
.tit_ingredientes > a{
    font-family: 'kn68', sans-serif;
    font-size: 28px;
    line-height: 45px;
    display: block;
    color: #F4B907;
    text-transform: none;
    text-decoration: underline;
    position: absolute;
    left: auto;
    top: auto;
    right: 10%;
    bottom: 28%;
}
main{
    padding: 90px 0 0;
    background-color: #AE0F0A;
}
.destacado_slider{
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}
.owl-dots{
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
}
.owl-dot{
    background-color: #ffffff!important;
    opacity: 0.2!important;
    width: 14px;
    height: 14px;
    display: inline-block;
    z-index: 20;
    border-radius: 10px;
    margin: 0 5px;
}
.owl-dots > .active{
    background-color: #ffffff!important;
    opacity: 1!important;
}
.owl-nav{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: calc(50% - 22px);
    bottom: auto;
    left: 0;
    right: 0;
}
.owl-prev{
    left: 4%;
    right: auto;
    position: absolute;
}
.owl-next{
    right: 4%;
    left: auto;
    position: absolute;
}
.slide1{
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 600px;
    background: url(../img/bn_destacado_mobile_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.slide2{
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 600px;
    background: url(../img/bn_destacado_mobile_02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.slide3{
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 600px;
    background: url(../img/bn_destacado_mobile_03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.productos{
    background: rgb(189,29,25);
    padding: 100px 0px 40px;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.pie_prod{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.grilla{
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}
.tit_seccion{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'kn69', sans-serif;
    font-size: 71px;
    line-height: 57px;
    margin: 0 0 80px;
}
.tit_seccion_tabletas{
    width: 80%;
    height: auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: 'kn30', sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0px 0 20px;
    overflow: visible;
}
.contenedor_productos{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
}
.caja_producto{
    min-width: 350px;
    width: 100%;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
    margin: 0 0 13px;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.color_fondo_producto{
    background-color: #ED6F26;
    width: calc(100% - 30px);
    height: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    padding: 10px 28px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.item_descripcion{
    width: 50%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.item_producto{
    width: 70%;
    height: auto;
    max-width: 268px;
    display: inline-block;
    position: absolute;
    top: -30%;
    left: auto;
    right: -10%;
    bottom: auto;
}
.item_nombre{
    width: 100%;
    height: auto;
    display: block;
    font-size: 28px;
    line-height: 26px;
    font-family: 'kn69', sans-serif;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0px;
}
.item_boton{
    width: 100%;
    height: auto;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #FCEE1D;
    font-family: 'kn68', sans-serif;
    text-decoration: underline;
    text-align: left;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.item_boton_onhover{
    color: #ED6F26!important;
}
.item_boton_entorno_onhover{
    background-color: #F5BA08!important;
}
.btn_conocemas_blanco{
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-family: 'kn74', sans-serif;
    margin: 30px auto 0;
    text-decoration: underline;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 10;
    position: relative;
}
.recetas{
    width: 100%;
    height: 693px;
    display: block;
    position: relative;
    background-color: lightgreen;
}
.tit_recetas_slide{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 70px;
    list-style: 55px;
    font-family: 'kn69', sans-serif;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    z-index: 10;
}
.receta_slide{
    width: 100%;
    height: 693px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: url(../img/bk_recetas_mobile.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.contenido_slide{
    margin: 0 auto;
    padding: 200px 0 0;
}
.nombre_receta_slide{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 98px;
    line-height: 74px;
    font-family: 'kn69', sans-serif;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
}
.btn_receta_slide{
    width: 232px;
    height: 57px;
    display: block;
    border: 1px solid #ffffff;
    border-radius: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 57px;
    margin: 40px auto;
    font-family: 'kn74', sans-serif;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    text-decoration: none;
}
.comercial{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background: #D92A18;
    background-image: url(../img/mancha_video_mobile.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 90px 20px;
}
.logo_merecido{
    width: 100%;
    height: auto;
    max-width: 181px;
    display: block;
    margin: 0 auto 20px;
}
.contenedor_video{
    width: 100%;
    max-width: 883px;
    height: auto;
    display: block;
    background-color: #000;
    margin: 0 auto;
}
@media screen and (min-width:540px){   
    .caja_detalle_prod{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        background-color: #ED6F26;
        padding: 40% 50px 60px;
        position: relative;
        margin: 0 auto;
    }
    .img_detalle_prod{
        width: 100%;
        max-width: 450px;
        display: block;
        position: absolute;
        left: 0;
        top: -25%;
        right: 0;
        bottom: auto;
        margin: 0 auto;
    
    }
    .tit_ingredientes{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 34px;
        line-height: 45px;
        padding: 20px 7%;
    }
    .tit_ingredientes > a{
        font-family: 'kn68', sans-serif;
        font-size: 28px;
        line-height: 45px;
        display: block;
        color: #F4B907;
        text-transform: none;
        text-decoration: underline;
        position: absolute;
        left: auto;
        top: auto;
        right: 10%;
        bottom: 28%;
    }
    main{
        padding: 90px 0 0;
        background-color: #AE0F0A;
    }
    .destacado_slider{
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .owl-dots{
        text-align: center;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 20px;
    }
    .owl-dot{
        background-color: #ffffff!important;
        opacity: 0.2!important;
        width: 14px;
        height: 14px;
        display: inline-block;
        z-index: 20;
        border-radius: 10px;
        margin: 0 5px;
    }
    .owl-dots > .active{
        background-color: #ffffff!important;
        opacity: 1!important;
    }
    .owl-nav{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: calc(50% - 22px);
        bottom: auto;
        left: 0;
        right: 0;
    }
    .owl-prev{
        left: 4%;
        right: auto;
        position: absolute;
    }
    .owl-next{
        right: 4%;
        left: auto;
        position: absolute;
    }
    .slide1{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_mobile_01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide2{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_mobile_02.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide3{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_mobile_03.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .productos{
        background: rgb(189,29,25);
        padding: 80px 0px;
        display: block;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .grilla{
        width: 100%;
        max-width: 1024px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .tit_seccion{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 71px;
        line-height: 57px;
        margin: 0 0 80px;
    }
    .contenedor_productos{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
    }
    .caja_producto{
        min-width: 530px;
        width: 100%;
        height: 170px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0;
        margin: 0 0 20px;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .color_fondo_producto{
        background-color: #ED6F26;
        width: calc(100% - 30px);
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        margin: 0 auto;
        padding: 10px 28px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .item_descripcion{
        width: 50%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 10px 0;
    }
    .item_producto{
        width: 70%;
        height: auto;
        max-width: 350px;
        display: inline-block;
        position: absolute;
        top: -30%;
        left: auto;
        right: 0;
        bottom: auto;
    }
    .item_nombre{
        width: 100%;
        height: auto;
        display: block;
        font-size: 38px;
        line-height: 36px;
        font-family: 'kn69', sans-serif;
        color: #ffffff;
        text-align: left;
        margin-bottom: 30px;
    }
    .item_boton{
        width: 100%;
        height: auto;
        display: block;
        font-size: 24px;
        line-height: 30px;
        color: #FCEE1D;
        font-family: 'kn68', sans-serif;
        text-decoration: underline;
        text-align: left;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }    
    .btn_conocemas_blanco{
        color: #ffffff;
        font-size: 20px;
        line-height: 28px;
        font-family: 'kn74', sans-serif;
        margin: 30px auto 0;
        text-decoration: underline;
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .recetas{
        width: 100%;
        height: 693px;
        display: block;
        position: relative;
        background-color: lightgreen;
    }
    .tit_recetas_slide{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        bottom: auto;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 70px;
        list-style: 55px;
        font-family: 'kn69', sans-serif;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
        z-index: 10;
    }
    .receta_slide{
        width: 100%;
        height: 693px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: url(../img/bk_recetas_mobile.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
    }
    .contenido_slide{
        margin: 0 auto;
        padding: 200px 0 0;
    }
    .nombre_receta_slide{
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 98px;
        line-height: 74px;
        font-family: 'kn69', sans-serif;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    }
    .btn_receta_slide{
        width: 232px;
        height: 57px;
        display: block;
        border: 1px solid #ffffff;
        border-radius: 40px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        line-height: 57px;
        margin: 40px auto;
        font-family: 'kn74', sans-serif;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
        text-decoration: none;
    }
    .comercial{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background: #D92A18;
        background-image: url(../img/mancha_video_mobile.png);
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 90px 20px;
    }
    .logo_merecido{
        width: 100%;
        height: auto;
        max-width: 181px;
        display: block;
        margin: 0 auto 20px;
    }
    .contenedor_video{
        width: 100%;
        max-width: 883px;
        height: auto;
        display: block;
        background-color: #000;
        margin: 0 auto;
    }
    
}
@media screen and (min-width:670px){
    .scroll-container {
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
        padding: 0;
    }
    .color_fondo_producto{
        background-color: #ED6F26;
        width: calc(100% - 30px);
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        border-radius: 10px;
    }
}
@media screen and (min-width:980px){
    .caja_detalle_prod{
        width: 98%;
        height: auto;
        display: block;
        border-radius: 10px;
        background-color: #ED6F26;
        padding: 60px 50px;
        position: relative;
        margin: 0 auto;
    }
    .img_detalle_prod{
        width: 40%;
        max-width: initial;
        display: block;
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }
    .img_detalle_prod > div{
        aspect-ratio: 1 / 1;
    }
    .info_detalle_prod{
        width: 60%;
        height: auto;
        display: inline-block;
    }
    .tit_detalle_prod{
        font-family: 'kn69', sans-serif;
        font-size: 79px;
        line-height: 72px;
        display: block;
        color: #ffffff;
        text-align: left;
        margin-bottom: 30px;
    }
    .bajada_detalle_prod{
        font-family: 'kn30', sans-serif;
        font-size: 33px;
        line-height: 33px;
        display: block;
        color: #ffffff;
        text-align: left;
        margin-bottom: 20px;
    }
    .presentaciones_detalle_prod{
        font-family: 'kn30', sans-serif;
        font-size: 23px;
        line-height: 21px;
        display: block;
        color: #FCEE1D;
        text-align: left;
    }
    .tit_ingredientes{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 69px;
        line-height: 69px;
        padding: 45px 10px;
    }
    .tit_ingredientes > a{
        font-family: 'kn68', sans-serif;
        font-size: 28px;
        line-height: 45px;
        display: block;
        color: #F4B907;
        text-transform: none;
        text-decoration: underline;
        position: absolute;
        left: auto;
        top: auto;
        right: 2.5%;
        bottom: 28%;
    }
    .scrollbar {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: 10px;
        background: #FCC3A1;
        border-radius: 18px;
        display: none;
    }
    .scroll-container {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0 20px;
    }
    .scroll-content {
        gap: auto; /* Espaciado mayor en desktop */
        display: block;
        overflow: auto;
        scrollbar-width: none; /* Oculta la barra en Firefox */
        -ms-overflow-style: none; /* Oculta la barra en Internet Explorer/Edge */
        scroll-behavior: smooth; /* Para un desplazamiento fluido */
        height: auto;
        padding: 0px;
    }  

    .youtube-video {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
   
    main{
        padding: 90px 0 0;
        background-color: #AE0F0A;
    }
    .destacado_slider{
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .slide1{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 620px;
        background: url(../img/bn_destacado_01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide2{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_02.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .slide3{
        width: 100%;
        height: calc(100vh - 90px);
        min-height: 600px;
        background: url(../img/bn_destacado_03.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }
    .productos{
        background: rgb(189,29,25);
        padding: 80px 0px;
        display: block;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .grilla{
        width: 100%;
        max-width: 1024px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .tit_seccion{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 83px;
        line-height: 69px;
        margin: 0 0 80px;
    }
    .tit_seccion_tabletas{
        width: 80%;
        height: auto;
        display: block;
        text-align: center;
        color: #ffffff;
        font-family: 'kn30', sans-serif;
        font-size: 44px;
        line-height: 42px;
        margin: 0 auto;
        padding: 60px 0 80px;
    }
    .contenedor_productos{
        width: auto;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        margin: 0 auto;
        padding: 0 30px;
    }
    .caja_producto{
        width: calc((108%/3) - 30px);
        min-width: initial;
        height: 430px;
        aspect-ratio: 2 / 3;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 60px 0 0 0;
    }
    .color_fondo_producto{
        background-color: #ED6F26;
        width: calc(100% - 30px);
        aspect-ratio: 2 / 4;
        max-height: 360px;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        margin: 0 auto;
        padding: 60% 20px 30px 20px;
        border-radius: 10px;
        position: initial;
        overflow: visible;
    }
    .item_descripcion{
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 0;
    }
    .item_producto{
        width: 100%;
        height: auto;
        max-height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .item_nombre{
        width: 100%;
        height: auto;
        display: block;
        font-size: 42px;
        line-height: 36px;
        font-family: 'kn69', sans-serif;
        color: #ffffff;
        text-align: left;
    }
    .item_boton{
        width: 100%;
        height: auto;
        display: block;
        font-size: 30px;
        line-height: 40px;
        color: #FCEE1D;
        font-family: 'kn68', sans-serif;
        text-decoration: underline;
        text-align: left;
    }
    .btn_conocemas_blanco{
        color: #ffffff;
        font-size: 27px;
        line-height: 27px;
        font-family: 'kn74', sans-serif;
        margin: 90px auto 0;
        text-decoration: underline;
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .recetas{
        width: 100%;
        height: 500px;
        display: block;
        position: relative;
        background-color: lightgreen;
    }
    .tit_recetas_slide{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        bottom: auto;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 88px;
        list-style: 88px;
        font-family: 'kn69', sans-serif;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    }
    .receta_slide{
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: url(../img/bk_recetas.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
    }
    .contenido_slide{
        margin: 0 auto;
        padding: 200px 0 0;
    }
    .nombre_receta_slide{
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 98px;
        line-height: 74px;
        font-family: 'kn69', sans-serif;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    }
    .btn_receta_slide{
        width: 232px;
        height: 70px;
        border: 1px solid #ffffff;
        border-radius: 40px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
        font-size: 19px;
        line-height: 70px;
        margin: 40px auto;
        font-family: 'kn74', sans-serif;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    }
    .comercial{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background: #D92A18;
        background-image: none;
        padding: 90px 20px;
    }
    .logo_merecido{
        width: 100%;
        height: auto;
        max-width: 420px;
        display: block;
        margin: 0 auto 100px;
    }
    .contenedor_video{
        width: 100%;
        max-width: 883px;
        height: auto;
        display: block;
        background-color: #000;
        margin: 0 auto;
    }
    
}