.titulo_producto {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
    
    .brand{
       max-height: 5rem;
      margin-bottom: 1rem;
    }

.atributos .linea {
    text-align: center;
}
.atributos .atributo {
    width: 30%;
    font-weight: bold;
    text-transform: uppercase;
}
.vpg {
   
    border: 1px solid #e4e4e4;
    padding: 1rem;
    background: #fff;
    border-radius: .25rem;
    width: 100%;
    text-align: center;

 
}
    
    
.vpg img {
 cursor: pointer;
    width: 100%;
    max-width: 400px;
 
}    

    
#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7) url(../_IMG/loading_w.svg) center no-repeat;
    text-align: center;
    z-index: 40000;
    display: none;
    opacity: 0;
}
#lightbox #content {
    opacity: 0;
    width: 100%;
    height: 100%;
}
#lightbox #content img {
    height: 90vh;
    padding: 10px;
}

    
    .btn-quote .material-icons{
        font-size: 1.2rem;
        margin-right: 0.4rem;
    }   
    
    .btn-quote {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight:500;
        font-size: 1.4rem;
    }