/* CSS FILE. SODIMAC CHILE - MKT. 2019 */
.container.breadcrumb {
    top: 5px !important;
}
.template-n1 .portada .img-portada { background-position: center; width: 100%; height: 300px; min-height: 300px; position: absolute; background-size: cover;
    background-image: url(https://www.sodimac.cl/static/categorias/n1/parrillas/images/vtn-parrillas-2020.jpg);
}
.template-n1 .portada .ctn-portada {
    height: 300px;
}
.template-n1 .portada .ctn-portada .asidemenu { 
    margin-top: 236px; 
    background-color: #fff; 
    border-radius: 8px 8px 0 0;
}

.template-n1 .portada .ctn-portada .promo {
    width: 200px;
    height: auto;
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
}

@media (max-width: 768px){
    .template-n1 .portada .img-portada {
        min-height: 406px;
        background-image: url(https://www.sodimac.cl/static/categorias/n1/parrillas/images/vmb-parrillas-2020.jpg);
    }
}

@media (max-width: 640px){
    .template-n1 .portada .img-portada {
        min-height: 406px;
        background-image: url(https://www.sodimac.cl/static/categorias/n1/parrillas/images/vmb-parrillas-2020.jpg);
    }
    .template-n1 .portada .ctn-portada {
        height: 400px;
    }
    .template-n1 .portada .ctn-portada .promo {
        width: 160px;
    }
}