.form-select{
    border-radius: 0px;
    height: 52px;
    color: #030408;
    font-weight: 300;
    border: 1px solid #AFAFB0;
}
.cardMaterial{
    text-decoration: none;
}
.cardMaterial: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;
}
.cardMaterial:hover .CardMaterial__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);
}
.CardMaterial__nombre{
    color: #3F3F40;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    height:75px;
    text-transform: capitalize;
    background-color: white;
    transition: 0.5s all ease-in-out;
}
.CardMaterial__precio{
    display: flex;
    background-color: #030408;
    color: white;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    width: 75px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
}
.swiper {
    width: 600px;
    height: 300px;
}
.material__nombre{
    font-size: 46px;
    color:#030408;
    border-bottom:1px solid;
    display:block;
    font-weight:300;
}
.material__descripcion{
    margin-top: 20px;
    color: #3F3F40;
    font-size: 16px;
    font-weight: 400;
}
.material__div__dato{
    margin-top: 18px;
}
.material__dato{
    font-weight: 600;
    font-size: 14px;
    color: #030408;
}
.material__color{
    width: 30px;
    height: 30px;
}
/* Ajuste visual de las miniaturas a la izquierda */
.img-thumbnail {
    cursor: pointer;
}
