.producto__name{
    font-family: 'Inter-Regular';
    color: black;
    font-size: 35px;
    font-weight: 500;
}
.producto__description{
  
    font-family: 'Inter-Medium';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #CCCCCC;
    padding-left: 10px;
    padding-top: 5px;
}
.producto__btn{
    background-color: #008037;
    color: white;
    font-family: 'Inter-Medium';
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    width: 250px;
    margin-top: 25px;
}
.producto__btn:hover{
    background-color: white;
    color: #008037;
    border: 1px solid #008037;
}
.producto__btn_file{
    background-color: white;
    color: #008037;
    border: 1px solid #008037;
    font-family: 'Inter-Medium';
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
}
.producto__btn_file:hover{
    background-color: #008037;
    color: white;
}
.producto__table_title{
    font-family: 'Inter-Medium';
    font-size: 30px;
    font-weight: 400;
    color: black;
}
.producto_table_productos th{
    color: #008037;
    font-size: 18px;
    font-family: 'Inter-Bold';
}
.producto_table_productos td{
    color: #000000;
    font-size: 16px;
    font-family: 'Inter-Regular';
}
.producto__relatedTitle{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Inter-Medium';
}