.cardAccesorio{
    text-decoration: none;
}
.cardAccesorio:hover .img-fluid{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    filter: brightness(0.8);
    transition: 0.5s all ease-in-out;
}
.cardAccesorio:hover .CardAccesorio__nombre{

    background-color: white;
   transform: translateY(-30px);
    /* z-index: 1000; */
   padding-top: 20px;
   padding-bottom: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.CardAccesorio__nombre{
    color: #3F3F40;
    font-size: 18px;
    padding-top: 10px;
    text-transform: capitalize;
    background-color: white;
    transition: 0.5s all ease-in-out;
}
.accesorio__nombre{
    font-size: 46px;
    color:#030408;
    border-bottom:1px solid;
    display:block;
    font-weight:300;
}
.accesorio__descripcion{
    margin-top: 20px;
    color: #3F3F40;
    font-size: 16px;
    font-weight: 400;
}
.accesorio__div__dato{
    margin-top: 18px;
}
.accesorio__dato{
    font-weight: 600;
    font-size: 14px;
    color: #030408;
}
.accesorio__color{
    width: 30px;
    height: 30px;
}
/* Ajuste visual de las miniaturas a la izquierda */
.img-thumbnail {
    cursor: pointer;
}


.btnConsulta{
    color:  white !important;
    border: 1px solid black;
    border-radius: 0px;
    background-color: black;
    font-size: 14px;
    width: 128px;
    padding: 10px 0px;
    position:absolute;
    bottom:0;
 }
 .btnConsulta:hover{
    color: black !important;
    background-color:white;
    border: 1px solid black;
 }

@media (max-width:478px){
    .btnConsulta{
        position: relative;
    }
}
