@media(max-width: 1100px) {
    .seja__um__mantenedor {
        flex-wrap: wrap;
        min-height: 0;
        position: relative;
    }

    .seja__um__mantenedor__imagem {
        max-width: 40rem;
        min-height: 30rem;
    }

    .seja__um__mantenedor__imagem img {
        max-width: 100%;
    }

    .seja__um__mantenedor .seja__um__mantenedor__informacao {
        max-width: 35rem;
        min-height: 15rem;
        position: absolute;
        bottom: -100px;
        margin: 0px 8%;
    }
}

@media (max-width: 820px) {
    #menu-icon {
        display: block;
    }

    .header__nav {
        position: absolute;
        top: 9%;
        left: 0;
        width: 100%;
        padding: 1rem 3%;
        background-color: var(--cor-primaria);
        border-top: .1rem solid rgba(0, 0, 0, .2);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
        display: none;
    }

    .header__nav.active {
        display: block;
    }

    .header__nav a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
    }

    .header__nav a::before {
        display: none;
    }

    /*  .main__semfronteira {
        background: url('/imagens/home1000.jpg') no-repeat right;
    } */

    /* MAIN TRABALHO */
    .main__trabalho {
        flex-wrap: wrap;
        gap: 0rem;
    }

    .trabalho__imagems img {
        width: 100%;
    }

    .trabalho__informacoes p {
        max-width: 30rem;
        margin: 2rem 0;
    }


    /* Testenhumo */
    article>.testimonial-container {
        height: 0;
    }

    .testimonial-container .testimonial-wrapper {
        min-height: 100%;
        padding: 5rem 0px 0px;
    }

    .testimonial-slide {
        background-color: black;
    }

    .testimonial__informacao {
        position: relative;
        bottom: 0;
        height: 100%;
    }

    .testimonial__informacao__box {
        max-width: 100%;
        border-top-left-radius: 0px;
    }

    .testimonial__btn,
    .testimonial-box .swiper-button-next,
    .testimonial-box .swiper-button-prev {
        display: none;
    }

    .testimonial-box .swiper-pagination {
        bottom: 0rem;
    }

    /* FOOTER */
    .footer__div {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .footer__box {
        min-height: 10rem;
    }

    .footer__box img {
        align-self: center;
    }
}

@media (max-width: 610px){
    .header__nav {
        top: 11%;
    }
}


@media (max-width: 480px) {
    .footer__box {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .header__nav {
        top: 12%;
    }
}