#presenca, #objetivos {
    padding: 100px 0;
}

#objetivos {
    background-color: #F7F7F7;
}

#presenca .container, #objetivos .container {
    justify-content: space-between;
}

.presenca-content {
    max-width: 475px;
    margin-right: 20px;
}

.objetivos-content {
    max-width: 568px;
}

.presenca-content-block, .objetivos-content-block {
    margin-bottom: 32px;
}

.presenca__content__title, .objetivos-content-block h2 {
    color: var(--green-primary);
}

.presenca__content__title{
	font-size: 32px;
	line-height: 38.4px;
}

.presenca-content-block p, .objetivos-content-block p {
    margin-top: 16px;
}

.presenca-img img {
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin-right: 52px;
}

.presenca-img-bg {
    width: 528.46px;
    height: 294.48px;

    background: #F3F3F3;
    border-radius: 5px;

    position: absolute;

    top: 42px;
    right: 0;
}

#numeros {
    padding-top: 90px;
    padding-bottom: 80px;
}

#numeros h2 {
    text-align: center;
    color: var(--green-primary);
    margin-bottom: 24px;
}

#banner-circulo {
    justify-content: center;
}

#unidades {
    padding: 100px 0;
    height: 607px;
}

#unidades .container {
    justify-content: space-between;
}

.unidades-content {
    max-width: 504px;
    float: left;
    width: 50%;
}

.unidades-content > h2 {
    color: var(--green-primary);
    margin-bottom: 24px;
}

.unidades-content > p {
    max-width: 475px;
}

@keyframes showBox {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

.unidades-slider {
    box-sizing: border-box;
    padding: 32px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 16px 16px 32px rgba(6, 57, 12, 0.1);
    border-radius: 10px;

    margin-top: 32px;
    min-height: 281px;

    animation-name: showBox;
    animation-duration: 200ms;
}

.unidades-img-container img {
    height: 100%;
    width: 100%;
    max-height: 271px;
    object-fit: cover;
}

.unidades-city {
    color: var(--green-primary);
    margin-bottom: 16px;
}

.unidades-city-state {
    margin-bottom: 16px;
    display: block;
}

.unidades-slider .glide__bullets {
    display: flex;    
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 16px;
} 

.unidades-slider .glide__bullet {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #BFD1C8;

    -webkit-transition: all 100ms ease-out;  
    -moz-transition: all 100ms ease-out;  
    -o-transition: all 100ms ease-out;  
    transition: all 100ms ease-out;
}

.unidades-slider .glide__bullet.glide__bullet--active {
    height: 11px;
    width: 11px;
    background-color: var(--orange-hover);
}

#unidades-mapa {
    float: right;
    position: absolute;
    right: 50%;
}