@media (max-width: 1230px) and (min-width: 600px) {
    .container, .hero-box-text {
        padding: 1rem;
    }

    .icon-1 {
        width: 8rem;
    }

    .hide-on-phone {
        display: none;
    }

   .menu-items {
        display: flex;
    }

    h1 {
        font-size: 3rem;
    }

    .hero-text-image {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .hero-contact-box {
        align-self: center;
    }

    .system-img {
        height: 20rem;
        width: 50vw;
        margin: 1rem;
        padding: 1rem 0.5rem 1rem 0.5rem;
        background-color: #f6f9fc;
        border-radius: 0.75rem;
    }

    .system-mobile {
        right: -5.5rem;
        bottom: -3.5rem;
        height: 18rem;
    }

    .system-imgs {
        align-self: center;
    }

    .hero-box-text {
        align-items: center;
        padding-left: 1rem;
        text-align: center;
    }

    .shape-divider {
        height: 90vh;
    }

    .extra-padding {
        padding-top: 5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .span-orange, .sub-section-title {
        font-size: 1rem;
    }

    #solution .section-title .sub-section-title .span-orange {
        text-align: center;
    }

    #process .section-title .sub-section-title .span-orange {
        text-align: center;
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
    }

    #system-gif {
        width: 100%;
    }

    .app-features-grid {
        grid-template-columns: 1fr 1fr;
    }

    #companies p {
        text-align: center;
    }

    .testimonial-card {
        padding: 1rem;
        min-width: 25vw;
    }

    .testimonial-card p {
        font-size: small;
    }

    .testimonial-client {
        width: 50px;
        height: 50px
    }


    .yt-videos {
        grid-template-columns: 1fr 1fr;
    }

    #brazil-map {
        width: 50%;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
    }

    .stats-start {
        border-radius: 0.75rem 0.75rem 0 0;
    }
    
    .stats-end {
        border-radius: 0 0 0.75rem 0.75rem;
    }

    .chooseUsContentArea {
        flex-direction: column;
    }


    .choose-us-cards {
        flex-direction: column;
        gap: 1rem;
    }

    .chooseUsCard {
        max-width: fit-content;
    }

    .whatsapp-icon {
        right: 0.5rem;
        bottom: 4rem;
    }

    #contact-modal {
        width: 35vw;
        gap: 0.5rem;
    }

    .name-email-form {
        flex-direction: column;
    }

    #optional-message {
        height: 16px;
    }

    .or-contact-whats p {
        margin: 5px;
    }

    .contact-info-footer p {
        font-size: 0.7rem;
    }

    .contact-info-footer .icon_bm {
        width: 30px;
    } 

    .footer-section-top, .footer-link {
        font-size: small;
    }

    .bm-address {
        max-width: 100px;
    }

    .social-medias p {
        font-size: small;
    }

    .social-medias img {
        height: 1.3rem;
    }

    .padding-tb-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #hero-sub-text {
        letter-spacing:normal;
    }
    .span-orange, .companies-title, .section-title, .sub-section-title, .span-orange {
        letter-spacing: normal;
    }
    header {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 600px) {
    .container, .hero-box-text {
        padding: 1rem;
    }

    .icon-1 {
        width: 8rem;
    }

    .hide-on-phone {
        display: none;
    }

   .menu-items {
        display: flex;
    }

    h1 {
        font-size: 3rem;
    }

    .hero-text-image {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }

    .hero-contact-box {
        align-self: flex-start;
    }

    .system-img {
        height: 20rem;
        width: 70vw;
    }

    .system-mobile {
        right: -5.5rem;
        bottom: -3.5rem;
        height: 18rem;
    }

    .system-imgs {
        align-self: flex-end;
    }

    .hero-box-text {
        align-items: center;
        padding-left: 1rem;
    }

    .shape-divider {
        height: 50vh;
    }

    .extra-padding {
        padding-top: 5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .span-orange, .sub-section-title {
        font-size: 1rem;
    }

    .section-title, .sub-section-title, .span-orange {
        text-align: start;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    #system-gif {
        width: 100%;
    }

    .app-features-grid {
        grid-template-columns: 1fr;
    }

    #companies p {
        text-align: center;
    }

    .testimonial-card {
        padding: 1rem;
        min-width: 75vw;
    }

    .testimonial-card p {
        font-size: small;
    }

    .testimonial-client {
        width: 50px;
        height: 50px
    }


    .yt-videos {
        grid-template-columns: 1fr;
    }

    .stats-and-map {
        flex-direction: column;
    }

    #brazil-map {
        width: 100%;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .stats-start {
        border-radius: 0.75rem 0.75rem 0 0;
    }
    
    .stats-end {
        border-radius: 0 0 0.75rem 0.75rem;
    }

    .chooseUsContentArea {
        flex-direction: column;
    }

    .imageChooseUs {
        width: 100%;
        height: 20vh;
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .chooseUsBoxText {
        width: 100%;
        padding: 0;
    }

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

    .choose-us-cards {
        flex-direction: column;
        gap: 1rem;
    }

    .chooseUsCard {
        max-width: fit-content;
    }

    .whatsapp-icon {
        right: 0.5rem;
        bottom: 4rem;
    }

    #contact-modal {
        width: 80vw;
        gap: 0.5rem;
    }

    .name-email-form {
        flex-direction: column;
    }

    #optional-message {
        height: 16px;
    }

    .or-contact-whats p {
        margin: 5px;
    }

    .contact-info-footer p {
        font-size: 0.7rem;
    }

    .contact-info-footer .icon_bm {
        width: 30px;
    } 

    .footer-section-top, .footer-link {
        font-size: small;
    }

    .bm-address {
        max-width: 100px;
    }

    .social-medias p {
        font-size: small;
    }

    .social-medias img {
        height: 1.3rem;
    }

    .padding-tb-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #hero-sub-text {
        letter-spacing:normal;
    }
    .span-orange, .companies-title, .section-title, .sub-section-title, .span-orange {
        letter-spacing: normal;
    }
    .contact-btn-from-header {
        display: none;
    }
    header {
        position: absolute;
        background-color: unset;
    }
}
