.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;
}
.grilla_recetas{
    background: #E94E27;
    padding: 0px 30px;
    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_recetas{
    width: 80%;
    height: auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: 'kn28', sans-serif;
    font-size: 36px;
    line-height: 33px;
    margin: 0 auto;
    padding: 40px 0;

    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);

}
.contenedor_recetas{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    padding: 0 0 40px;
    margin: 0 auto;
}
.caja_receta{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 25px 28px;
    margin: 0 0px 30px;
    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;
}
.img_receta{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 16px;
}
.color_fondo_producto{
    background-color: #ED6F26;
    width: calc(100% - 30px);
    height: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    padding: 10px 28px;
    border-radius: 10px;
    overflow: hidden;
}
.item_descripcion{
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
}
.item_producto{
    width: 70%;
    height: auto;
    max-width: 268px;
    display: inline-block;
    position: relative;
    top: -50%;
    left: auto;
    right: -10%;
    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;
}
.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: 20px;  
}
.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;
}
.item_boton_receta_onhover{
    background-color: #AE0F0A!important;
}
.item_boton_receta_entorno_onhover{
    background-color: rgb(244, 185, 7, .79)!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;
}
.recetas{
    width: 100%;
    height: 730px;
    display: block;
    position: relative;
}
.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/destacado_home_recetas.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.contenido_slide{
    margin: 0 auto;
    padding: 0;
}
.nombre_receta_slide{
    width: 60%;
    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){
    .caja_receta{
        width: 70%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 25px 28px;
        margin: 0 15px 30px;
    }
    .item_producto{
        width: 70%;
        height: auto;
        max-width: 268px;
        display: inline-block;
        position: relative;
        top: -50%;
        left: auto;
        right: -10%;
        bottom: 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;
    }
    .grilla_recetas{
        background: #E94E27;
        padding: 0px 20px;
        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: 'kn28', sans-serif;
        font-size: 60px;
        line-height: 57px;
        margin: 0 auto;
        padding: 180px 0 150px;
    }
    .contenedor_recetas{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
    }
    .caja_receta{
        width: calc((100%/3) - 30px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 25px 28px;
        margin: 0 15px 30px;
    }
    .color_fondo_producto{
        background-color: #ED6F26;
        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: calc(100vh - 90px);
        display: block;
        position: relative;
        background-color: #E94E27;
    }
    .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: 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: 0;
    }
    .nombre_receta_slide{
        width: 690px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 110px;
        line-height: 88px;
        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;
    }
    
}