@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

.products{
    font-family: sans-serif;
     font-family: Roboto, Open Sans, sans-serif;
     margin-bottom: 100px;
     margin-top: 100px;
    
     
 }

 .card {  
    border: transparent !important;
 }
 
.titulo-producto{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color:  #c71315;
    height: 26px;   
    font-size: 22px;
}
.link-cards {
    color:  #c71315 !important;
    text-decoration: none !important;
}