.section-mainProducto1{
    width: 100%;
    background-color: #000;
    
}


.section-mainProducto1 h1{

    text-align: center;
    font-family: "Raleway";
    font-size: 48px;
    font-weight: 900;
    color: #fff;

}

@media(max-width:576px){

    .section-mainProducto1 h1{
        font-size: 24px;
    }
}


/********* PRODUCTOS ************/

.sectionListProductos {

    width: 100%; 
    
}

.rowProductosVHF{
    width: 90%;
    margin: auto;

}

.card-title{
    
    font-weight: bolder;
}
.card-text{
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;


}
.btn{

    font-family: "Raleway";
    font-weight: 600;
}