/* Notebooks ou maiores */
@media screen and (min-width: 1024px) {
    .main-footer {
        background: url("../../../images/svg/iconSeedFooter.svg") -5% -50%
                no-repeat,
            url("../../../images/svg/iconSeedFooter.svg") 105% -50% no-repeat;
        background-color: var(--color-medium-green) !important;
    }

    .navigation-contact {
        display: none;
    }
}

@media screen and (min-width: 1200px) {

    .contact p,
    .right-part p {
        text-wrap: nowrap;
    }
}

/* Tablets */
@media screen and (max-width: 1023px) {
    .main-footer {
        height: auto;
        padding: 40px 16px;
    }

    .main-footer .container {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .images img {
        width: 400px;
        height: 90px;
    }

    .images,
    .navigation,
    .contact {
        margin: 40px 16px;
    }

    .images {
        min-height: 225px;
    }

    .navigation h6 {
        padding: 0;
    }

    .navigation .container {
        flex-direction: row;
        margin: 0;
    }

    .contact .address {
        align-self: flex-start;
    }

    .sub-footer {
        height: 64px;
    }

    .pop_up-container {
        max-width: 90%;
        padding: 16px;
    }
    

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navigation-contact .container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 32px;
        width: 100%;
    }
}

@media screen and (min-width: 486px) and (max-width: 767px) {
    .navigation .container {
        gap: 80px;
        display: flex;
        align-items: flex-start;
    }

    .navigation h6,
    .contact h6 {
        text-align: center;
    }
    
    .contact p,
    .right-part p {
        text-wrap: nowrap;
    }
}

/* Mobile */
@media screen and (max-width: 485px) {
    button.scroll-top {
        right: 10px;
    }

    a.redirect-service {
        bottom: 25px;
        right: 10px;
    }

    .main-footer .container {
        align-items: center;
        justify-content: space-between;
    }

    .navigation,
    .contact {
        width: 100%;
    }

    .images img {
        width: 100%;
    }

    .images p {
        text-align: start;
        white-space: wrap;
    }

    .sub-footer {
        height: 92px;
    }
 
    
    .pop_up-container h2{
        font-size: 25px;
    }

    .contact p,
    .right-part p {
        text-wrap: wrap;
    }
}
