.logo-main-banner{
    width: 80%;
}
.date-banner-principal{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}
.slogan-banner-principal{
    color: #FDFBF0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .adjust-height-home{
        height: auto !important;
    }
    .date-banner-principal{
        font-size: 12px;
        margin-top: -16px;
    }
    .slogan-banner-principal{
        font-size: 12px;
    }
    .img-banner-principal{
        width: 100% !important;
    }
}