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



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

/* Contenido desplazable */
.scrollbar{
    width: 60%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}
.scroll-content {
    display: flex;
    gap: 20px;
    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;
}



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: none!important;
    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;
}
.grilla_recetas{
    background: #E94E27;
    display: block;
    background-image: url(../img/bk_section_recetas.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
.recetas_misc{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 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: 49px;
    line-height: 45px;
    margin: 0 0 10px;
}
.encabezado_receta{
    padding: 50px 20px 0px;
    background: rgb(237,108,38);
    background: -moz-radial-gradient(circle, rgba(237,108,38,1) 0%, rgba(237,108,38,0) 50%);
    background: -webkit-radial-gradient(circle, rgba(237,108,38,1) 0%, rgba(237,108,38,0) 50%);
    background: radial-gradient(circle, rgba(237,108,38,1) 0%, rgba(237,108,38,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed6c26",endColorstr="#ed6c26",GradientType=1);
}
.tit_seccion_recetas{
    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;
}
.tit_ingredientes{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'kn69', sans-serif;
    font-size: 34px;
    line-height: 45px;
    padding: 20px 10%;
    position: relative;
}
.tit_margenes{
    padding: 80px 10% 20px!important;
}
.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%;
}
.ingredientes{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    padding: 0 10% 40px;
    list-style-type: disc!important;
}
.item_ingrediente{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'kn30', sans-serif;
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #ffffff;
    padding: 0 0 30px;
    float: none!important;
}
.item_ingrediente > span{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 2px 15px 2px 10px;
}
.contenedor_recetas{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    padding: 0 30px 40px;
    margin: 0 auto;
}
.caja_producto{
    width: 100%;
    height: 320px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 60px 0 50px 0;
    margin-bottom: 100px;

    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;
}
.caja_producto:hover .color_fondo_producto{
    background-color: rgb(244, 185, 7, .79)!important;
}
.item_boton_receta_onhover{
    background-color: #AE0F0A!important;
}
.item_boton_receta_entorno_onhover{
    background-color: rgb(244, 185, 7, .79)!important;
}
.color_fondo_producto{
    background-color: rgba(174, 15, 10, 0.79);
    width: calc(100% - 30px);
    height: 340px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    padding: 60% 20px 30px 20px;
    border-radius: 10px;

    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: 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;
}
.item_nombre{
    width: 100%;
    height: auto;
    display: block;
    font-size: 42px;
    line-height: 36px;
    font-family: 'kn69', sans-serif;
    color: #ffffff;
    text-align: left;
    margin-bottom: 10px;
}
.item_boton{
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 8px;
    color: #FCEE1D;
    font-family: 'kn68', sans-serif;
    text-decoration: underline;
    text-align: left;
}

.caja_receta{
    min-width: 300px;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 25px 28px;
    background-color: rgba(186, 29, 16, .79);
    border-radius: 10px;

    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;
}
.contenedor_preparacion{
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 50px;
    position: relative;
    background: rgba(174, 15, 10, 0.79);
    margin-bottom: 80px;
    border-radius: 50px;
}
.contenedor_preparacion .tit_ingredientes{
    padding: 20px 0px 20px;
    font-size: 43px;
    line-height: 45px;
}
.pasos{
    width: 100%;
    height: auto;
    display: block;
}
.num_paso{
    color: #FCEE1D;
    font-family: 'kn69', sans-serif;
    font-size: 34px;
    line-height: 45px;
    text-align: left;
}
.descripcion_paso{
    color: #ffffff;
    font-family: 'kn28', sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.cierre_paso{
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    font-family: 'kn69', sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 37px;
    text-align: center;
    padding: 80px 0 40px;
}
.img_receta{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 16px;
}
.item_nombre_receta{
    width: 100%;
    height: 100px;
    display: block;
    font-size: 36px;
    line-height: 32px;
    font-family: 'kn69', sans-serif;
    color: #ffffff;
    text-align: left;
    margin-bottom: 10px;
}
.item_nombre_receta > span{
    width: 100%;
    height: auto;
    display: block;
    font-family: 'kn30', sans-serif;
    font-size: 20px;
    line-height: 16px;
    color: #ffffff;
    margin-top: 10px;  
}
.item_boton_receta{
    width: 125px;
    height: 29px;
    display: block;
    font-size: 14px;
    line-height: 29px;
    background-color: #F5BA08;
    color: #ffffff;
    font-family: 'kn74', sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;

    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: 216px;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat;
    
}
.tit_recetas_slide{
    width: 90%;
    height: auto;
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 48px;
    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;
    margin: 0 auto;
}
.receta_slide{
    width: 100%;
    height: 693px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: url(../img/destacado_home_recetas.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.contenido_slide{
    margin: 0 auto;
    padding: 260px 0 0;
}
.nombre_receta_slide{
    width: 80%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 67px;
    line-height: 54px;
    font-family: 'kn69', sans-serif;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.67);
    margin: 0 auto;
}
.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: 80px 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){
    .scroll-content {
        display: flex;
        gap: 5px;
        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;
    }
    .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;
    }
    .caja_producto{
        width: calc((106%/3) - 30px);
        height: 380px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 60px 0 50px 0;
        margin-bottom: 0;
    }
    .color_fondo_producto{
        background-color: rgba(174, 15, 10, 0.79);
        width: calc(100% - 30px);
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        margin: 0 auto;
        padding: 140px 20px 10px 20px;
        border-radius: 10px;
    }
    .item_descripcion{
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
    }
    .item_nombre{
        width: 100%;
        height: auto;
        display: block;
        font-size: 40px;
        line-height: 38px;
        font-family: 'kn69', sans-serif;
        color: #ffffff;
        text-align: left;
        margin-bottom: 10px;
    }
    .item_boton{
        width: 100%;
        height: auto;
        display: block;
        font-size: 22px;
        line-height: 22px;
        color: #FCEE1D;
        font-family: 'kn68', sans-serif;
        text-decoration: underline;
        text-align: left;
    }
    .caja_receta{
        width: 70%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 25px 28px;
        margin: 0 15px;
    }
    .contenedor_preparacion{
        width: 100%;
        height: auto;
        display: block;
        padding: 60px 7%;
        position: relative;
        background: rgba(174, 15, 10, 0.79);
        margin-bottom: 80px;
        border-radius: 50px;
    }
    .tit_ingredientes{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        text-transform: uppercase;
        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%;
    }
    .contenedor_preparacion .tit_ingredientes{
        padding: 20px 0px 20px;
    }
    .pasos{
        width: 100%;
        height: auto;
        display: block;
    }
    .num_paso{
        color: #FCEE1D;
        font-family: 'kn69', sans-serif;
        font-size: 37px;
        line-height: 45px;
        text-align: left;
    }
    .descripcion_paso{
        color: #ffffff;
        font-family: 'kn28', sans-serif;
        font-size: 34px;
        line-height: 34px;
        text-align: left;
        margin-bottom: 20px;
    }
    .cierre_paso{
        width: 100%;
        height: auto;
        display: block;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        text-transform: uppercase;
        font-size: 43px;
        line-height: 47px;
        text-align: center;
        padding: 80px 0 40px;
    }
    .item_producto{
        width: 100%;
        height: auto;
        max-height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    
}
@media screen and (min-width:1024px){
    .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 80px;
    }
    .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: 0 30px;
    }   
    .youtube-video {
        aspect-ratio: 16 / 9;
        width: 100%;
    }
    .tit_seccion{
        width: 80%;
        height: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 102px;
        line-height: 96px;
        padding: 100px 0 20px;
        margin: 0 auto;
    }
    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;
    }
    .grilla_recetas{
        background: #E94E27;
        display: block;
        background-image: url(../img/bk_section_recetas.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top left;
    }
    .grilla{
        width: 100%;
        max-width: 1024px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .tit_seccion_recetas{
        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;
    }
    .tit_ingredientes{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        font-size: 69px;
        line-height: 69px;
        padding: 45px 40px;
    }
    .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: 5%;
        bottom: 28%;
    }
    .ingredientes{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        padding: 0 5% 40px;
    }
    .item_ingrediente{
        width: 100%;
        height: auto;
        text-align: left;
        font-family: 'kn30', sans-serif;
        font-size: 44px;
        line-height: 46px;
        display: block;
        color: #ffffff;
        padding: 0 0 30px;
    }
    .item_ingrediente > span{
        width: 12px;
        height: 12px;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 6px;
        margin: 8px 15px 8px 10px;
    }
    .contenedor_recetas{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
    }
    .caja_producto{
        width: calc((108%/3) - 30px);
        height: 430px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 60px 0 0 0;
    }
    .color_fondo_producto{
        background-color: rgba(174, 15, 10, 0.79);
        width: calc(100% - 30px);
        height: 340px;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        margin: 0 auto;
        padding: 60% 20px 30px 20px;
        border-radius: 10px;
    }
    .item_descripcion{
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 0;
    }
    .item_nombre{
        width: 100%;
        height: auto;
        display: block;
        font-size: 42px;
        line-height: 36px;
        font-family: 'kn69', sans-serif;
        color: #ffffff;
        text-align: left;
        margin-bottom: 10px;
    }
    .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;
    }
    .caja_receta{
        min-width: auto;
        width: calc((100%/3) - 30px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 25px 28px;
        margin: 0 15px 30px;
    }
    .contenedor_preparacion{
        width: 100%;
        height: auto;
        display: block;
        padding: 60px 0;
        position: relative;
        background: rgba(174, 15, 10, 0.79);
        margin-bottom: 80px;
        border-radius: 50px;
    }
    .pasos{
        width: 100%;
        height: auto;
        display: block;
    }
    .num_paso{
        color: #FCEE1D;
        font-family: 'kn69', sans-serif;
        font-size: 37px;
        line-height: 45px;
        text-align: left;
    }
    .descripcion_paso{
        color: #ffffff;
        font-family: 'kn28', sans-serif;
        font-size: 34px;
        line-height: 34px;
        text-align: left;
        margin-bottom: 20px;
    }
    .cierre_paso{
        width: 100%;
        height: auto;
        display: block;
        color: #ffffff;
        font-family: 'kn69', sans-serif;
        text-transform: uppercase;
        font-size: 43px;
        line-height: 47px;
        text-align: center;
        padding: 80px 0 40px;
    }
    .color_fondo_producto{
        background-color: rgba(174, 15, 10, 0.79);
        width: calc(100% - 30px);
        height: 290px;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        margin: 0 auto;
        padding: 60% 20px 30px 20px;
        border-radius: 10px;
    }
    .item_descripcion{
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 0;
    }
    .item_producto{
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .item_nombre_receta{
        width: 100%;
        height: 100px;
        display: block;
        font-size: 36px;
        line-height: 32px;
        font-family: 'kn69', sans-serif;
        color: #ffffff;
        text-align: left;
        margin-bottom: 10px;
    }
    .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: 465px;
        display: block;
    }
        
    .tit_recetas_slide{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 38%;
        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: calc(100vh - 90px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: url(../img/destacado_home_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;
    }
    
}