@media screen and (max-width: 1199px) {

    #presenca {
        padding: 56px 0;
    }

    #presenca .container {
        flex-direction: column;
    }

    .presenca-content {
        margin: 0;
    }

    .presenca__content__title, .objetivos-content-block h2 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .presenca-content-block p, .objetivos-content-block p {
        font-size: 14px;
        line-height: 16.8px;
    }

    .presenca-img {
        width: 100%;
    }

    .presenca-img img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    #objetivos {
        padding: 56px 0;
    }

    #objetivos .container {
        flex-direction: column-reverse;
    }

    .objetivos-img {
        width: 100%;
    }

    .objetivos-img img {
        width: 100%;
        height: auto;
    }

    #numeros {
        padding: 56px 0;
    }

    #unidades {
        padding: 56px 0;
        height: auto;
    }

    #unidades .container {
        flex-direction: column;
    }

    .unidades-content {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .unidades-content > h2 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 16px;
    }

    .unidades-slider img {
        width: 100%;
        height: auto;
    }

    .unidades-city {
        font-size: 18px;
        line-height: 21.6px;
        margin-bottom: 8px;
    }

    .unidades-city-state {
        font-size: 14px;
        line-height: 21px;
    }

    #unidades-mapa {
        position: static;
        float: none;
        right: 0;
    }

    #map-wrapper {
        width: 100% !important;
        position: relative !important;
    }

    #unidades-mapa img {
        width: 100%;
    }

    .unidades-mapa {
        margin-top: 32px;
    }

    .unidades-mapa svg {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px){
    .objetivos-img picture {
        margin-right: 12px;
    }
}
