
.product__name{
    color: #575555;

    font-size: 24px;
    font-weight: 600;
}
.product__category__pill{
    color: #575555;

    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FAF8F7;
    border-radius: 16px;
    width: 68px;
    height: 30px;
    margin-bottom: 20px;
}
.product__description{
    color: #000000;

    font-size: 17px;
    font-weight: 400;
    margin-top: 15px;
    display: block;

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

}
.product__file__link{
    color: #F51707;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.product__file__link:hover{
    text-decoration: underline;
}
.product__btn__contacto{
    background-color: #F51707;

    font-size: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    text-decoration: none;
    height: 52px;
    width: 172px;
}
.product__btn__contacto:hover{
    color: #F51707;
    background-color: white;
    border: 1px solid #F51707;
}
.nav-underline .nav-link {
    font-size: 18px;
    text-transform: capitalize;
    color: #706E6E;
    font-weight: 500;
}
.nav-underline .nav-link.active, .nav-underline .show>.nav-link{
    color: #706E6E;
    font-weight: 600;
    border-bottom: 3px solid #706E6E;

}
.product__relatedTitle{

    font-weight: 700;
    font-size: 20px;
    color: #000000;
}
.product__card__a{
    text-decoration: none;
    color: #F51707;
    font-size: 14px;
    font-weight: 600;
    border-radius: 42px;
    border: 2px solid #F51707;
    width: 164px;
    margin: auto;
    margin-top: 20px;
}
.product__card__a:hover{
    color: #F51707;
    border: 2px solid #F51707;
}

.product__card__title{
    font-size:18px;

    font-weight:600;
    text-align: center;
    color: #575555;
    margin-top: 20px;
}
.product__card__brandsModels{
    color:#212FA4;
    text-transform:uppercase;

    font-size:15px;
}


.product__card__img{
    /*filter: grayscale(1);*/
}

.product_card__icon{
    position: relative;
    top:-240px;
    display:block;
    text-align:center;
    color:#036AB6;
    opacity:0;
}
.product__menu__item{
    font-size:14px;
    color:#969493;
    border-bottom: 1px solid #969493;
    padding: 10px 20px;
    text-decoration: none;
    width: 95%;
    margin: auto;
}
.product__menu__item.active{
    color: #F51707 !important;
}

.product__table tr:first-child th{
    background-color: #FAF8F7;
    color:#575555;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.product__table tr td {
    /* Estilos para todas las filas excepto la primera */
   color: #969493;  /* Ejemplo */
   font-size: 14px;
}

