.main_banner {
    font-size: calc(25px + (40 - 25) * ((100vw - 600px) / (1300 - 600)));
}

.complemento_title {
    font-family: 'Gotham';
    font-size: 30px;
    color: var(--mex-pink);
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.complemento_desc {
    font-family: 'Gotham';
    font-size: 17px;
    color: var(--marine-blue);
    font-weight: 200;
    text-align: center;
}

.brotimex_img {
    width: 100%;
    max-width: 380px;
}

.corona_img {
    width: 400%;
    max-width: 380px;
}

.complemento_img {
    text-align: center;
    height: 300px;
}
