.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;
}
.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-image: url(../img/bk_productos.png);
    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;
}
.contenedor_productos{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
}
.caja_producto{
    width: calc((112%/2) - 30px);
    height: 290px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 60px 0 50px 0;
}
.color_fondo_producto{
    background-color: #ED6F26;
    width: calc(100% - 15px);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    padding: 80px 20px 10px 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;
    vertical-align: top;
    padding: 10px 0 20px;
}
.item_producto{
    width: 100%;
    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: 22px;
    line-height: 22px;
    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;

    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){   
    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 20px;
        display: block;
        background-image: url(../img/bk_productos.png);
        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{
        width: calc((106%/2) - 30px);
        height: 380px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 60px 0 50px 0;
    }
    .color_fondo_producto{
        background-color: #ED6F26;
        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_producto{
        width: 260px;
        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: 28px;
        line-height: 22px;
        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;
    }
    .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:1024px){    

    .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: 210px 20px 80px;
        display: block;
        background-image: url(../img/bk_productos.png);
        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;
    }
    .contenedor_productos{
        width: auto;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        margin: 0 auto;
        padding: 0 30px;
    }
    .caja_producto{
        width: calc((109%/3) - 30px);
        height: 430px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 60px 0 0 0;
    }
    .color_fondo_producto{
        background-color: #ED6F26;
        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_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: 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;
    }
    
}