.conexao {
    height: 60vh;
    margin: 40px 0;
}

.conexao .container.flex.relative {
    height: 100%;
}

.conexao .box1 {
    width: 40%;
    flex-direction: column;
    justify-content: center;
}

.conexao .box1 .box-txt {
    width: 80%;
}

.conexao .box1 .box-numeros .boxUm .box-txt,
.conexao .box1 .box-numeros .boxDois .box-txt,
.conexao .box1 .box-numeros .boxTres .box-txt {
    margin: 0 auto;
}

.conexao .box1 .box-numeros .boxUm .info-numbers h2,
.conexao .box1 .box-numeros .boxUm .box-txt p,
.conexao .box1 .box-numeros .boxDois .info-numbers h2,
.conexao .box1 .box-numeros .boxDois .box-txt p,
.conexao .box1 .box-numeros .boxTres .info-numbers h2,
.conexao .box1 .box-numeros .boxTres .box-txt p {
    text-align: center;
}

.conexao .box1 .box-numeros .boxUm {
    border-left: 1px solid #DD9037;
    border-right: 1px solid #DD9037;
}

.conexao .box1 .box-numeros .box {
    border-right: 1px solid #DD9037;
}

.conexao .box2 {
    width: 60%;
}

.conexao .box .imgFrente {
    left: 5%;
    width: 60%;
    bottom: 15%;
}

.conexao .box .imgFundo {
    width: 80%;
    right: 0;
}

.conexao__titulo {
    width: 602px;
}

.conexao__titulo h2 {
    font-size: 3.235rem !important;
    line-height: 102% !important;
    font-weight: bold !important;
    color: #454545 !important;
}

.conexao .box.box1 h2,
.conexao .box .info-numbers h2 {
    color: #454545;
    font-family: "OwnersText-Bold";
}

.conexao__numeros {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 587px;
    margin: 54px auto 0;
}

.js-counter {
    font-weight: bold !important;
    font-size: 4.847rem;
    color: #454545 !important;
}

.conexao__stat {
    border-left: 1px solid #DD9037;
    border-right: 1px solid #DD9037;
}

.conexao__stat-label {
    font-size: 1.212rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: "OwnersText-Light", sans-serif !important;
    color: #454545 !important;
}

.conexao__stat-label p {
    font-size: 1.212rem !important;
    color: #454545 !important;
}

.conexao .box .box-txt p {
    color: #454545;
    font-size: 12px;
}

.conexao .box .box-img img {
    border-radius: 30px;
    aspect-ratio: 2;
    object-fit: cover;
}

.conexao .esfera-laranja {
    width: 10%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: -5%;
    left: 15%;
    background: rgba(221, 144, 55, 0.65);
    backdrop-filter: blur(12.5px);
}

.conexao .esfera-cinza {
    width: 20%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    bottom: 15%;
    right: 0;
    background-color: rgb(69 69 69 / 84%) !important;
    backdrop-filter: blur(12.5px);
}

.conexao .box-numeros .box {
    width: calc(80% / 3);
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .conexao__titulo {
        width: 410px;
    }

    .conexao__titulo h2 {
        font-size: 2.125rem !important;
    }

    .js-counter {
        font-size: 3.25rem;
    }

    .conexao__stat-label p {
        font-size: 0.875rem !important;
    }

    .conexao__stat {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .conexao {
        height: auto;
        padding: 60px 0;
    }

    .conexao .container.flex.relative {
        flex-direction: column;
        gap: 50px;
    }

    .conexao .box1,
    .conexao .box2 {
        width: 100%;
    }

    .conexao .box1 {
        align-items: center;
    }

    .conexao__titulo {
        width: 100%;
        max-width: 560px;
        text-align: center;
    }

    .conexao__titulo h2 {
        font-size: 2.5rem !important;
    }

    .conexao__numeros {
        max-width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .conexao__stat {
        padding: 0 24px;
    }

    .js-counter {
        font-size: 3rem;
    }

    .conexao__stat-label p {
        font-size: 1rem !important;
    }

    .conexao .box .imgFundo {
        width: 100%;
        right: unset;
    }

    .conexao .box .imgFrente {
        width: 50%;
        bottom: 20%;
    }

    .conexao .esfera-cinza {
        width: 15%;
        bottom: 10%;
    }
}

@media (max-width: 767px) {
    .conexao {
        height: auto;
    }

    .conexao .container.flex.relative {
        flex-direction: column;
    }

    .conexao__titulo {
        width: 100%;
    }

    .conexao__titulo h2 {
        font-size: 1.375rem !important;
        text-align: center;
    }

    .js-counter {
        font-size: 1.25rem;
    }

    .conexao__stat-label p {
        font-size: 0.813rem !important;
    }

    .conexao__stat {
        padding: 10px;
    }

    .conexao__numeros {
        justify-content: center;
        max-width: 100%;
    }
}