.banner-inter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    font-family: 'Montserrat Bold';
    gap: 6%;
}

.texto-inter {
    color: #000;
    max-width: 100%;
}

.titulo1-inter {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8px;
}

.titulo2-inter {
    font-size: 110px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 75px;
}

.subtitulo-inter {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin-top: 8%;
}

.foto-inter img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: -12% !important;
}

@media(max-width: 768px) {
    .banner-inter {
        flex-direction:column;
        margin: 0;
        padding: 0;
    }

    .titulo2-inter {
        font-size: 56px;
        line-height: 32px;
    }

    .titulo1-inter {
        font-size: 28px;
    }

    .subtitulo-inter {
        font-size: 22px;
    }

    .foto-inter {
        max-width: 240px;
    }
    .foto-inter img {
    margin-top: 0px !important;
    margin-bottom: -4% !important;
}
}

#content>div>div.intermedia-page-container>div>div>div>div>section:nth-child(1) {
    background: #2bc46e!important;
}

#content > div > div > div > div > div > div > section:nth-child(5){
	background: #f0f0f0!important;
}