/* Write your custom CSS here */

.tituloMenuArticulos {
    color:#222;
    font-weight: 400;
    font-size:12px;
}

div.breadcrumbs {
    font-size: 12px;
    padding-left: 15px;
    color: #222;
    margin-bottom: 12px;
    font-weight: 400;
}

div.breadcrumbs i {
    position:relative;
    top: 1px;
    font-size: 10px;
    color: #666;
}

div.breadcrumbs a {
    color: #222;
}

h1.title-section {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: -1px;
    border-bottom: 3px solid #e2e2e2;
    padding: 0px 0px 3px 0px;
}

div.reference {
    background-color: #dedede;
    color: #000;
    font-weight: 300;
    padding: 4px 5px 3px;
    text-align:center;
    border-radius: 25px;
    margin-bottom: 10px;
    max-width: 125px;
}


img.logo_dav {
    max-height: 55px;
    width: 120px;
    margin-top: 5px;
}

a.back_link {
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 0px 1px #666;
    font-size: 18px;
}

#back_icon{
    position: relative!important;
    top: 6px!important;
    text-shadow: 0px 0px 1px #666;
}

div.title-menu-cat {
    position: absolute;
    line-height: 1.1em;
    color: #FFF;
    bottom: 30px;
    left: 20px;
    font-size: 22px;
    text-shadow: 0px 0px 10px #000;
    font-weight: 800;
    max-width: 85%;
}

img.img-fab {
    width: 55px;
    position:absolute;
    top: -10px;
    left: 15px;
}

p.title-prod {
    font-size:14px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height:1em;
    margin-bottom:2px!important;
    min-height:30px;
    text-align:center;
}

img.inactive {
    display: none;
}

.btnKit {
    background-color: #131921;
    color:#FFF;
    font-weight: 300;
    font-size: 13px;
    padding: 4px 8px;
    width: 75%;

}

.title-gama {
    color:#000;
    font-weight: 300;
    font-size:50px;
    margin-bottom: 0.2em;
}

.image-gama {
    margin-top:1em;
    max-width: 200px;
    margin-left: 3em;
    float:none;
}

.descatalogado {
    font-weight:900;
    color:red!important;
    text-align:center;
    background-color: #d2d2d2;
    padding: 10px;
}

div.estilize p {
    font-weight: 400;
    color:#222;
}

.continue_nologin {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-align:center;
    width: 100%;
    margin-top: 2em;
    cursor: pointer;
}

.titulo_pre {
    border-color: #fff;
    color: #222!important;
    font-weight: 300!important;
    font-size: 18px!important;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

#detail_pre p {
    margin: 2px 0px 5px;
}

.vistapre p {
    margin: 2px 0px 5px;
}

#boxpassword {
    padding: 1em 1em;
    border-radius: 10px;
    border: 1px solid #999;
    margin: 10px 0px;
    background-color: #f7f7fc;
}

div.box-login-web {
    width: 25%;
    height: 100%;
    background-color: white;
    position: absolute;
    right: 0px;
    top:0px;
    padding: 3em 1em 1em 1em;
}

div.box-login-web h3 {
    text-align: center;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #222;
    font-size: 24px;
}

div.box-login-web h3 a {
    text-align: center;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #222;
    font-size: 20px;
    left: 0px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

@media (max-width: 900px) {

    .tituloMenuArticulos {
        font-size:10px;
        font-weight: 600;
    }

    .clear-row-xs {
        clear: both;
    }

    p.title-prod {
        font-size:12px;
    }

    div.title-menu-cat {
        font-size: 17px;
        bottom: 30px;
        left: 20px;
    }

    .title-gama {
        font-size: 30px;
    }

    .image-gama {
        float:right;
        max-width: 120px;
    }

    .btnKit {
        background-color: #131921;
        color:#FFF;
        font-weight: 300;
        font-size: 13px;
        padding: 4px 8px;
        width: 70%;
    
    }

    .descatalogado {
        font-weight:900;
        color:red!important;
        text-align:center;
        background-color: #d2d2d2;
        padding: 11px 0px 12px 0px ;
        font-size:12px;
    }

    div.box-login-web {
        width: 100%;
        height: 100%;
        background-color: white;
        position: absolute;
        right: 0px;
        top:0px;
        padding: 3em 1em 1em 1em;
    }
    


}