#mejores-momentos-home .contenedor-mmh {
    height: 350px;
    padding: 0px;
    margin: 0px;
    background-color: var(--color-blanco-bp);
    border-bottom: 0px solid var(--color-bp);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}




#mejores-momentos-home .contenedor-mmh:hover{
    height: 350px;
    padding: 0px;
    margin: 0px;
    background-color: var(--color-blanco-bp);
    border-bottom: 5px solid var(--color-bp);
}

#mejores-momentos-home .foto-portada {
    height: 200px;
    box-shadow: none;
}

#mejores-momentos-home .datos-soy-base h5 {
    font-size: 1rem;
    line-height: 100%;
    margin: 0px;
        margin-bottom: 0px;
    color: #000;
    margin-bottom: 5px;
}

#mejores-momentos-home .datos-soy-base h5::before {
    content: '“';
    display: block;
    font-size: 4rem;
    position: relative;
    color: #adadad;
    font-family: 'Trispace', sans-serif;
    transform: rotate(0deg);
    text-align: right;
    position: relative;
    top: 10px;
    left: -10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 30px;
}

#mejores-momentos-home .contenedor-mmh:hover h5::before{
    color: var(--color-bp);

}
    
    #mejores-momentos-home .datos-soy-base h6{
    font-size:0.9rem;
    line-height:100%; 
    margin:0px;
    color:#929292;   
    }

#mejores-momentos-home .caja-contenido-mmh {
    height: 120px;
    max-height: 120px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.imagen-portada {
    border: none;
    background: none;
}