.product__name{
    font-family: 'Roboto-Regular';
    color: #B22B3E;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #B22B3E;
    display: block;
}
.product__shortdescription{
    font-family: 'Roboto-Regular';
    margin-top: 10px;
    color: #383838;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}
.product__description{
  
    font-family: 'Roboto-Regular';
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 50px;
    display: block;
}

.producto__btn__file{
    background-color: white;
    color: #B22B3E;
    border: 1px solid #B22B3E;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
}
.producto__btn__file:hover{
    background-color: #B22B3E;
    color: white;
}
.product__sectionTables__title{
    font-family: 'Roboto-Medium';
    color: #383838;
    font-size: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B22B3E;
}
.product__table_title{
    font-family: 'Roboto-Medium';
    font-size: 20px;
    font-weight: 400;
    color: white !important;
    background-color: #B22B3E !important;
    text-align: center;
    text-transform: uppercase;
}
.product__table__title--row{
    display: block;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
.product__table__subtitles{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 400;
    color: #000000 !important;
    background-color: #B1B3B5 !important;
    text-align: center;
    text-wrap: nowrap;
}
.product__table__row{
    background-color: #C8CACB !important;
    color: black;
    font-family: 'Roboto-Regular';
    font-size: 15px;
}
.product__table__row--cart{
    display: flex;
}
.product__table__btn--cart{
    border: 1px solid #B22B3E;
    color: #1E1E1E;
}
.product__table__btn--cart:hover{
    border: 1px solid #B22B3E;
}
.product__tipoClientes__title{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
}
.product__tipoClientes__name{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
}
.product__contact__link{
    text-decoration: none;
    position: absolute;
    top: 3rem;
    left: 3rem;
}
.product__contact__title{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    display: block;
}
.product__contact__text{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto-Regular';
    
}
.containerTipoCliente:hover{
    cursor: pointer;
}
.containerTipoCliente:hover .iconoTipoCliente{
    transform: rotate(90deg);
    transition: ease-in-out 1s;
    cursor: pointer;
}