.CabeceraExplorarProductos .titulo{
    font-family: Playfair Display;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0;
    text-align: left;
}

.CabeceraExplorarProductos .texto{

    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    letter-spacing: 0;

}
.CabeceraExplorarProductos .imagen img{
    width: 100%;
    object-fit: cover;
}