@media (min-width: 1200px) {
    .section-container {
        max-width: 1140px;
    }
}

@media(min-width: 992px) {
    .product_item {
        max-width: 350px;
    }

    .section-container {
        max-width: 960px;
    }
}

@media(min-width: 768px) {

    .nav-sticky.navbar-custom .navbar-nav,
    .navbar-custom .navbar-nav {
        right: 75px;
    }

    .section-container {
        max-width: 720px;
    }

    .enterprise_container img {
        width: 350px;
    }
}

@media(min-width: 576px) {
    .section-container {
        max-width: 540px;
    }


}

@media(max-width: 425px) {

    .nav-sticky.navbar-custom .navbar-nav,
    .navbar-custom .navbar-nav {
        right: 33px;
    }

    .enterprise_container img {
        width: 200px;
    }


}

@media (max-width: 960px) {

    p {
        font-size: 1.5rem;
    }

    body {
        text-align: justify;
    }

    /* Header  */

    .header .menu {
        display: block;
    }

    .header .navbar-nav {
        display: none;
    }

    .header .responsive-nav-container input:checked~.nav-container .navbar-nav {
        display: block;
    }

    .nav-sticky.navbar-custom .responsive-nav-container .navbar-nav {
        position: absolute;
        top: 88px;
        z-index: 1;
        width: 80%;
        background: linear-gradient(135deg, rgba(77, 212, 216, 1) 0%, rgba(2, 140, 146, 1) 100%);
        padding: 20px;
        text-align: center;
    }

    .container {
        margin: 0;
        gap: 3rem;
    }

    .navbar-custom .responsive-nav-container .navbar-nav {
        position: absolute;
        top: 100px;
        z-index: 1;
        width: 80%;
        background-color: #fff;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
        padding: 20px;
        text-align: center;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link {
        color: #333;
        margin: 0;
    }

    .header .container img,
    .nav-sticky.navbar-custom .container img {
        max-width: 150px;
        content: url("../images/logo-credi-salario-branco.svg");
    }

    .nav-item {
        padding: 1rem 3rem;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link:hover::after {
        width: 0;
    }

    .responsive-nav-container {
        display: flex;
        flex-direction: row-reverse;
    }

    .responsive-nav-container .download-btn {
        font-size: 1rem;
        white-space: nowrap;
    }

    /* Hero Section */

    .hero-text {
        padding: 0 2rem;
    }

    .hero-text h1 {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }

    .hero-text p {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    /* Algoritm Section */

    .algoritmo h2 {
        font-size: 2rem;
    }

    .card-container {
        flex-direction: column;
    }

    .card h3 {
        font-size: 1.8rem;
    }

    .card p {
        font-size: 1.5rem;
    }

    .card:hover {
        scale: 1;
    }

    /* Diferentials Section */

    .diff_container {
        display: flex;
        flex-wrap: wrap;
    }

    .diff_item {
        padding: 15px;
        border-radius: 1rem;
    }

    .diff_item i {
        font-size: 40px;
    }

    .diff_item h3 {
        font-size: 2rem;
    }

    .diff_item p {
        font-size: 1.8rem;
    }

    /* Enterprise Section */

    .enterprise_container {
        flex-direction: column;
        text-align: justify;
    }



    .enterprise_container ul {
        text-align: center;
    }

    /* Partners Section */

    .partners {
        text-align: justify;
    }

    .partners_container {
        flex-direction: column;
        align-items: center;
    }

    .partners_card {
        flex-direction: column;
        align-items: center;
    }

    .partner_card li {
        display: flex;
        gap: 15px;
        margin: 30px 0;
    }

    .partner_card p {
        font-size: 1.8rem;
        margin: 0;
        padding: 0;
        letter-spacing: 0;
        text-align: left;
    }

    .partner_card h3 {
        font-size: 2rem;
    }

    .partners-list-p {
        font-weight: bold;
        margin-bottom: 5px;
        display: inline-block;
        color: #028C92;
    }

    .list-block {
        display: block;
    }

    .growth-strategy {
        padding: 3rem 1rem;
    }

    .growth-strategy .text-content {
        padding: 0 2rem;
    }

    .growth-container {
        flex-direction: column;
    }

    /* Footer */

    .footer-content {
        flex-direction: column;
        gap: 3rem;
    }

    /* Modal */

    .modal-card {
        margin: 1.5rem;
    }

    .modal-content h2 {
        font-size: 1.8rem;
    }

    .close-modal {
        font-size: 1.8rem;
        right: 2rem;
    }

    .app-links {
        flex-direction: column;
    }

    .app-links .link a {
        justify-content: center;
        width: 100%;
    }

}