.topo-com-estatisticas {
    padding-bottom: 94px;
    position: relative;
    z-index: 0;
}
.topo-com-estatisticas + section,
.topo-com-estatisticas + section + section {
    position: relative;
    z-index: 1;
}
.topo-com-estatisticas__header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    max-width: 1800px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.topo-com-estatisticas__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topo-com-estatisticas__content h1 {
    font-size: 4.5rem;
    line-height: 1;
    color: var(--secundarias-secundaria-75);
    text-align: left;
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 70px;
}
.topo-com-estatisticas__text {
    width: 60%;
}
.topo-com-estatisticas__description,
.topo-com-estatisticas__description p,
.topo-com-estatisticas__description ul {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.22;
    letter-spacing: 0.05px;
    color: var(--branco);
}
.topo-com-estatisticas__ilustracao {
    width: 338px;
    height: 338px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primarias-principal-150);
    position: absolute;
    right: 25%;
    top: 99%;
    transform: translate( 50%, -50% );
}
.topo-com-estatisticas__ilustracao img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topo-com-estatisticas__stats-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
    position: relative;
    z-index: 2;
}
.topo-com-estatisticas__stat-item {
    margin-top: 95px;
    padding-left: 40px;
    padding-right: 40px;
    width: 25%;
}
.topo-com-estatisticas__stat-item h3 {
    margin-top: 17px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    color: var(--primarias-principal-150);
}
.topo-com-estatisticas__stat-text {
    font-family: var(--fontefamiliaopensans);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--preto);
}

.topo-com-estatisticas__stat-item[data-position="1"] {
    display: none;
}

@media (max-width: 1700px) {
    .topo-com-estatisticas__ilustracao {
        right: 20%;
    }
}
@media (max-width: 1400px) {
    .topo-com-estatisticas__ilustracao {
        right: 20%;
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 991px) {
    .topo-com-estatisticas__header {
        padding-bottom: 30px;
    }
    .topo-com-estatisticas__ilustracao {
        width: 37%;
        height: auto;
        padding-top: 37%;
    }
    .topo-com-estatisticas__ilustracao img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .topo-com-estatisticas__content h1 {
        font-size: 3.5rem;
        padding-top: 50px;
    }
    .topo-com-estatisticas__description,
    .topo-com-estatisticas__description p,
    .topo-com-estatisticas__description ul {
        font-size: 1rem;
    }

    .topo-com-estatisticas__stats-grid {
        margin-left: -40px;
        margin-right: -40px;
    }
    .topo-com-estatisticas__stat-item {
        padding-left: 40px;
        padding-right: 40px;
        width: 50%;
    }
    .topo-com-estatisticas__stat-item[data-position="1"] {
        display: block;
    }
    .topo-com-estatisticas__stat-item[data-position="3"] {
        display: none;
    }    
}
@media (max-width: 850px) {
    .topo-com-estatisticas__ilustracao {
        transform: translate( 50%, 70px );
        right: 25%;
    }
}
@media (min-width: 768px) {
    .topo-com-estatisticas__text-top {
        background-image: none !important;
    }
}
@media (max-width: 767px) {
    .topo-com-estatisticas__header {
        background-image: none !important;
    }
    .topo-com-estatisticas__text {
        width: 100%;
    }
    .topo-com-estatisticas__text-top {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100vw;
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
        border-bottom-left-radius: var(--radius-g);
        border-bottom-right-radius: var(--radius-g);
        padding-bottom: 33px;
    }
    .topo-com-estatisticas__content h1 {
        font-size: 2rem;
        margin-bottom: 0;
        padding-top: 65px;
        width: 55%;
    }
    .topo-com-estatisticas__description,
    .topo-com-estatisticas__description p,
    .topo-com-estatisticas__description ul {
        color: var(--preto);
    }
    .topo-com-estatisticas__ilustracao {
        transform: translate( 50%, 37px );
    }
    .topo-com-estatisticas__stats-grid {
        margin-left: -20px;
        margin-right: -20px;
    }
    .topo-com-estatisticas__stat-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .topo-com-estatisticas__stat-item h3 {
        font-size: 1.5rem;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .topo-com-estatisticas__stat-text {
        font-size: 0.95rem;
    }
}
@media (max-width: 525px) {
    .topo-com-estatisticas__stat-item {
        margin-top: 45px;
    }
}
@media (max-width: 420px) {
    .topo-com-estatisticas__ilustracao {
        right: 30%;
    }
    .topo-com-estatisticas__stat-item {
        margin-top: 35px;
    }
}
@media (max-width: 380px) {
    .topo-com-estatisticas__ilustracao {
        right: 25%;
    }
    .topo-com-estatisticas__stat-item {
        margin-top: 25px;
    }
}

.topo-com-estatisticas__ilustracao .onda {
    border-radius: 50%;
    border: 1px solid var(--primarias-principal-125);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: ondas 45s cubic-bezier(.48,.19,.84,.54) infinite;
}
.topo-com-estatisticas__ilustracao .onda:nth-child(2) {
    animation-delay: -9s;
}
.topo-com-estatisticas__ilustracao .onda:nth-child(3) {
    animation-delay: -18s;
}
.topo-com-estatisticas__ilustracao .onda:nth-child(4) {
    animation-delay: -27s;
}
.topo-com-estatisticas__ilustracao .onda:nth-child(5) {
    animation-delay: -36s;
}


@keyframes ondas {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
    97% {
        width: 700%;
        height: 700%;
        opacity: 0;
    }
    99% {
        width: 700%;
        height: 700%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}