
.product__name{
    color: #1D1D1D;
    font-family: 'DMSans-Regular';
    font-size: 28px;
    font-weight: 600;
}
.product__description{
    color: #000000;
    font-family: 'DMSans-Regular';
    font-size: 17px;
    font-weight: 400;
    margin-top: 15px;
    display: block;

}
.product__description li{
    list-style-image: url('../images/check-circle.svg');

}
.product__btn{
    background-color: #007AC2;
    color: white;
    display: block;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    font-weight: 400;
}
.product__btn:hover{
    background-color: white;
    color: #007AC2;
    border: 1px solid #007AC2;
}
.product__btn__ficha{
    background-color: white;
    color: #007AC2;
    display: block;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #007AC2;
}
.product__btn__ficha:hover{
    background-color: #007AC2;
    color: white;
    border: 1px solid white;
    border: 1px solid #007AC2;
}
.product__titleAdd{
    font-family: 'DMSans-Medium';
    font-size: 24px;
    color: #000000;

}
.product__subtitleAdd{
    font-family: 'DMSans-Light';
    font-size: 20px;
    color: #000000;

}
.product__row__model{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
}
.product__model__code{
    font-family: 'DMSans-Medium';
    font-size: 18px;
    color: #000000;
}
.product__model__description{
    font-family: 'DMSans-Light';
    font-size: 18px;
    color: #000000;
}
.product__acabado__title{
    font-size: 10px;
    font-family: 'DMSans-Regular';
    color: #000000;
    text-align: center;
}
.product__relatedTitle{
    font-family: 'DMSans-Medium';
    font-size: 24px;
    color: #000000;
}
.product__card__a{
    text-decoration: none;
}
.product__card__a .card-body{
    /* background-color: #F2F2F2; */
}
.product__card__title{
    color:#131313;
    font-size:18px;
    font-family:'DMSans-Medium';
    font-weight:700;
    text-align: center;
}
.product__card__brandsModels{
    color:#212FA4;
    text-transform:uppercase;
    font-family:'DMSans-Medium';
    font-size:15px;
}

.product__card__a:hover .product__card__title{
    color: #007AC2;
}
.product__card__a:hover .product__card__brandsModels{
    color: white;
}
.product__card__a:hover .product__card__img{
    min-height:372px;
   /* background-color: #0000000D;*/
    border-radius: 14px;
    width: 80%;
    opacity:0.8;
}
.product__menu__item{
    font-size:18px;
    color:#131313;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
    text-decoration: none;
}
