@media (max-width: 767px) {
    body {
        text-align: center;
        overflow-x: hidden;
    }

    .conex-01 {
        background: url(/assets/bg/bg-mobile-1.webp) bottom center/cover no-repeat;
        padding: 0 0 50px;
        color: var(--branco);
    }

    .conex-2 {
        background: #0a764b;
        padding: 0px 0 50px;
    }

    .texto-borda {
        padding: 15 10px;
    }

    .text-section {
        padding: 50px !important;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .conex-4 img {
        margin-bottom: -100px;
    }
}

@media (max-width: 1200px) {

    .text-section {
        padding: 20px;
        border-radius: 8px;
    }

    h1 {
        margin-top: 150px;
        font-size: 55px !important;
        line-height: 55px;
    }

    .logo-mobile {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* Ajusta o centro do item */
        padding: 50px 0;
    }
}

@media (max-width: 1600px) {
    .cartao {
        display: none;
    }

    .conex-1 h1 {
        font-size: 70px;
    }

    h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .text-section {
        padding: 100px;
        border-radius: 8px;
    }

    .conex-4 {
        background: url(/assets/bg/bg-4.webp) left bottom/cover no-repeat;
    }

    .iso {
        display: none;
    }
}

@media (min-width: 1200px) {
    .logo-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {

    .logo-mobile {
        max-width: 300px;
    }

    .conex-1 p {
        font-size: 20px;
        margin-right: 0;
    }

}