
.product__category{
    color: #3D7ABD;
    font-size: 24px;
    font-weight: 500;
}
.product__name{
    color: #333333;
    font-size: 36px;
    font-weight: 600;
}

.product__description{
    color: #333333;

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

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

}
.product__containerButtons{
    position: absolute;
    bottom: 105px;
    width: 100%;
}
.product__file__link{
    color: #3D7ABD;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #3D7ABD;
    background-color: none;
    height: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.product__file__link:hover{
    text-decoration: none;
}
.product__btn__contacto{
    background-color: #EB4700;

    font-size: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    height: 35px;
    width: 100%;
    margin-top: 20px;
}
.product__btn__contacto:hover{
    color: #EB4700;
    background-color: white;
    border: 1px solid #EB4700;
}
.product__dimensions{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.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__category{
    font-weight: 300;
    color: #3D7ABD;
    font-size: 14px;
}
.product__card__title{
    font-size:16px;
    font-weight:500;
    color: #333333;
    /*margin-top: 20px;*/
    text-align: center;
}
.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__title{
    color: #848484;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.product__menu__item{
    font-size:16px;
    color:#333333;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 20px;
    text-decoration: none;
    width: 95%;
    margin: auto;
}
.product__menu__item.active{

    font-weight: 600;
}

.product__table tr:first-child th{
    background-color: #333333;
    color:white;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.product__table tr td {
    /* Estilos para todas las filas excepto la primera */
   color: #0C0C0C;  /* Ejemplo */
   font-size: 15px;
   font-weight: 500;
   text-align: center;
}
@media (max-width:468px){
    .product__containerButtons{
        position:relative;
        bottom:0px;
    }
}
