#mod-cards .cabecera{
    text-align: center;
}

#mod-cards .cabecera .titulo{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}

#mod-cards .card-producto {
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 22px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 22px 0 rgb(0 0 0 / 12%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}


#mod-cards .cuerpo .titulo-card{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

#mod-cards .cuerpo .descripcion-card{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

#mod-cards .cuerpo .sabermais,
#mod-cards .cuerpo .sabermais a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: underline;
}

#mod-cards .emcasa {
    background: url("/documents/46699/2356284/emcasa.jpg");
    background-size: cover;
    background-position: center;

}

#mod-cards .foracasa {
    background: url("/documents/46699/2356284/foracasa.jpg");
    background-size: cover;
    background-position: center;

}

@media (min-width: 576px) {
    #mod-cards {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    #mod-cards .cuerpo{
        display: flex;
        gap: 40px;
    }

    #mod-cards .cuerpo .descripcion-card{
        font-size: 24px;
        line-height: 32px;
    }

    #mod-cards .cuerpo .titulo-card{
        font-size: 40px;
        line-height: 44px;
    }
    
}

@media (min-width: 1200px) {
    #mod-cards .cuerpo{
        gap: 80px;
    }
    
}