/* CSS FILE. SODIMAC CHILE - MKT. 2019 */
/*
.template-n1 .portada .img-portada { background-position: center; width: 100%; min-height: 500px; position: absolute; background-size: cover;
    background-image: url(https://www.sodimac.cl/static/categorias/n1/juegos-deportes/images/vtn-juegos-deportes.jpg);
}
@media (max-width: 768px){
.template-n1 .portada .img-portada { 
    min-height: 406px;
    background-image: url(https://www.sodimac.cl/static/categorias/n1/juegos-deportes/images/vmb-juegos-deportes.jpg);
}
}
*/

/* 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/juegos-deportes/images/vtn-juegos-deportes.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: 250px;
    float: right;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.logo-campana:hover{ opacity: 0.9 }

@media (max-width: 768px){
    .template-n1 .portada .img-portada {
        min-height: 406px;
        background-image: url(https://www.sodimac.cl/static/categorias/n1/juegos-deportes/images/vmb-juegos-deportes.jpg);
    }
    
    .logo-campana {
    width: 250px;
    float: right;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.logo-campana:hover{ opacity: 0.9 }
}

@media (max-width: 640px){
    .template-n1 .portada .img-portada {
        min-height: 406px;
        background-image: url(https://www.sodimac.cl/static/categorias/n1/juegos-deportes/images/vmb-juegos-deportes.jpg);
    }
    .template-n1 .portada .ctn-portada {
        height: 400px;
    }
    
    .logo-campana {
    width: 250px;
    float: right;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.logo-campana:hover{ opacity: 0.9 }
}