/* 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/smart-home/images/vtn-smarthome-1.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;
}

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

@media (max-width: 640px) {
    .template-n1 .portada .img-portada {
        min-height: 406px;
        background-image: url(https://www.sodimac.cl/static/categorias/n1/smart-home/images/vtm-smarthome-1.jpg);
    }
    .template-n1 .portada .ctn-portada {
        height: 400px;
    }
}

.compatible {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.compatible a {
    width: 100%;
    height: 100%;
    display: block;
    color: #666;
    text-align: center;
    /*padding: 10px 20px;*/
    background-color: #fbfbfb;
    min-height: 60px;
    cursor: pointer;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.compatible a h2 {
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: normal;
}

.compatible a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #eee;
}

.acceso {
    width: 100%;
    height: 100%;
    /*max-height: 106px;*/
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 10px 13px;
}

.acceso:hover {
    background-color: #eeeeee;
}

.acceso a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.acceso img {
    width: 56px;
}

.acceso p {
    text-transform: lowercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
}