.custom-hover-btn:hover {
    background-color: #bfbfbf !important;
}
.fondoheader{
background-color: black;
}

header{
background: black;
}
.footer {
width: 100%;
margin: 0 auto;
background-color: black; 
color: white; 
text-align: center;
padding: 10px 0;
}

.footerBlanco{
color: rgb(255, 255, 255);
}
.custom-img-size {
    width: 51.04px !important;
}
.boton{
    background-color: #dadada; 
    height: 40px; 
    width: 40px; 
    border-radius: 20%; 
    font-weight: bold; 
    font-size: 20px; 
    text-shadow: none; 
    transition: 0.3s; 
    line-height: 40px; 
    text-align: center;
}

@media (max-width: 375px) {
    .custom-img-size {
        width: 80px !important;
    }
}
.divGrande{
    height: auto;
}
.imagenes{
    border-top-left-radius: 15px; 
    border-bottom-right-radius: 15px;
}