
.product__title{
    color: black;
    font-size: 32px;
    font-weight: 400;
}

.product__description{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    display: block;

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

} */
.product__btn{
    background-color: #036AB6;
    font-size: 16px;
    color: white;
    border-radius: 0px;
    text-transform: uppercase;
    width: 184px;
}
.product__btn:hover{
    color: #036AB6;
    background-color: white;
    border: 1px solid #036AB6;
}
.product__btn_ficha{
    background-color: white;
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #036AB6;
    border-radius: 0px;
    text-transform: uppercase;
    border: 1px solid #036AB6;
    width: 184px;
}
.product__btn_ficha:hover{
    color: white;
    background-color: #036AB6;
    border: 1px solid #036AB6;
}
.product__relatedTitle{
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}
.product__card__a{
    text-decoration: none;
}
.product__card__a .card-body{
    /* background-color: #F2F2F2; */
}
.product__card__category{
    font-size:14px;
    font-family:'Nunito Sans';
    font-weight:800;
    text-align: center;
    color: #036AB6;
    text-transform: uppercase;
}
.product__card__title{
    font-size:18px;
    font-weight:400;
    text-align: center;
    color: #000000;
}
.product__card__price{
    font-size:25px;
    font-weight:700;
    text-align: center;
    color: #006884;
    margin-top: 20px;
}


.product__card__a:hover .product__card__title{
    /* color: #E41D1D; */
}
.product__card__a:hover .product__card__brandsModels{
    color: white;
}
.product__card__img{
    /* filter: grayscale(1); */
}
.product__card__a:hover .product__card__img{
    /* filter: grayscale(0);
    transition: all 0.5s; */
}
.product__card__a:hover .product_card__icon{
    opacity: 1;
}
.product_card__icon{
    position: relative;
    top:-240px;
    display:block;
    text-align:center;
    color:#036AB6;
    opacity:0;
}
.product__menu__item{
    font-size:16px;
    color:black;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}
.product__menu__item.active{
    font-weight: 700;
}
.product__price{
    font-size: 40px;
    font-weight: 700;
    color: #006884;
}
.product__feature {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product__feature:first-child{
    border-top: 1px solid #EAEAEA;
}

.product__feature:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.product__container__button{
    position: absolute;
    bottom: 102px;
    width: 100%;
}
.product__btnConsultar{
    position:absolute;
    background-color: #FF7500;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    width: 95%;
    bottom:0px;
}
.product__btnConsultar:hover{
    background-color: #FF7500;
    color: white;
}
.product__btnFicha{
    background-color: white;
    color: #FF7500;
    border: 1px solid #FF7500;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 20px;
}
.product__btnFicha:hover{
    background-color: #FF7500;
    color: white;
}
.product__btnAddCarrito{
    background-color: #FF7500;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;

}
.product__btnAddCarrito:hover{
    background-color: #FF7500;
    color: white;
}
@media (max-width:468px) {
    .product__container__button{
       position: relative;
       width: 100%;
       bottom: 0px;
    }
    .product__btnAddCarrito{
       font-size: 12px;
       height: 38px;
    }
}
