/* 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/limpieza/images/vtn-simple-green.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 {
    margin-top: 0;
}
.logo-campana {
    width: 287px;
    float: right;
    margin-top: 219px;
}

@media (max-width: 768px){
    .template-n1 .portada .img-portada {
        min-height: 406px;
        background-image: url(https://www.sodimac.cl/static/categorias/n1/limpieza/images/vmb-simple-green.jpg);
    }
    .logo-campana {
	    width: 177px;
	    float: right;
	    margin-top: 246px;
	    margin-right: 27px;
	    position: absolute;
	    margin-left: 79px;
	}
}

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