@media screen and (max-width: 1600px) {
    body {
        zoom: 75%;
    }

    .top {
        height: 135vh;
    }

    .slide1 {
        background-size: cover;
        background-position: 230px;
    }

    .fundo-pop-up {
        width: 100%;
        height: 2500px;
        background: #0000007d;
        position: absolute;
    }
}


@media screen and (max-width: 1024px) {
    body {
        zoom: 60%;
    }

    .container {
        padding: 0 80px;
    }

    .sobre {
        background: #fff url("../images/Macbook.png") no-repeat -100px -52px;
        background-size: 1100px;
    }

    .linhas {
        right: 730px;
    }

    .sobre2 .linhas {
        right: 580px;
    }

    .modal-content {
        zoom: 130%;
        width: 50%;
    }
}


@media screen and (max-width: 800px) {
    body {
        zoom: 45%;
    }

    .box-mvv {
        height: 25rem;
    }

    .pop-up {
        right: 105px;
    }
}


@media screen and (max-width: 425px) {
    .mostra-pop-up {
        display: none;
    }

    body {
        zoom: 80%;
    }

    .container {
        padding: 0 50px;
    }

    #navbar ul, #navbar .login {
        display: none;
    }

    i.botaoAbrir, #navbar i.navAbrir {
        display: block;
    }

    #navbar {
        width: 100%;
        top: -200px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    header ul, header .login {
        display: none;
    }

    #menuMobile.fechado {
        right: -765px;
        pointer-events: none;
    }

    #menuMobile {
        height: 95%;
        width: 80%;
        background: #fff;
        z-index: 10000;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50px 0 0 10px;
        padding: 80px 20px 0 65px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 50px;
        transition: 500ms ease-in-out;
    }

    .fundoMenu {
        width: 120%;
        height: 120%;
        z-index: 9000;
        background: rgba(0, 0, 0, 0.63);
        position: fixed;
        opacity: 1;
        transition: 500ms ease;
    }

    .fundoMenuFechado{
        opacity: 0;
        pointer-events: none;
    }

    #menuMobile .logoEButton {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #menuMobile .logoHeader {
        width: 170px;
    }

    #menuMobile ul li {
        display: block;
        text-align: right;
        font-size: 26px;
        margin: 0 0 20px 0;
    }

    #navbar .btn-login, header .btn-login {
        display: none;
    }

    .btn-login {
        width: auto;
        padding: 20px 30px;
        font-size: 26px;
        color: #fff;
        align-self: center;
        border-radius: 30px 10px 10px;
    }

    .btn-login i {
        color: #fff;
        margin-right: 25px;
        font-size: 30px;
    }

    .modal-content {
        width: 90%;
        zoom: 120%;
        padding: 30px;
    }

    .modal-content .closeModal {
        font-size: 25px;
        top: 15px;
        right: 15px;
    }

    .top {
        height: 120vh;
    }

    header .logoHeader {
        width: 200px;
    }

    .slide1 {
        background: url("../images/low-angle-businessman.png") no-repeat -20px;
    }

    .slide1::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%,rgba(250, 250, 250, 0.8));
    }

    .slide1 img {
        left: -855px;
    }

    .hero {
        text-align: center;
    }

    .slide1 .btn-principal, a {
        margin: 0;
    }

    .slide-infos {
        width: 90%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .slide-infos h1, .slide-infos h2 {
        margin-bottom: 20px;
    }

    .sobre {
        padding-top: 60px;
        justify-content: flex-start;
        height: 1470px;
        background-size: 700px;
        background-position: -120px 910px;
    }

    .texto {
        width: auto;
        text-align: center;
    }

    .linhas {
        display: none;
    }

    .sobre2 {
        padding-bottom: 80px;
        justify-content: flex-end;
        height: 1344px;
    }

    .sobre2::after {
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 58%,rgba(250, 250, 250, 0.4) 85%);
    }

    .sobre2 .texto {
        text-align: center;
    }

    .sobre2 img {
        width: 900px;
        top: 0;
        right: -100px;
    }

    .titulo {
        height: auto;
        padding: 50px;
    }

    .titulo img {
        opacity: 0.5;
    }

    .blocos .bg {
        width: 1500px;
        bottom: 0;
    }

    .chamada {
        height: 1260px;
        padding: 80px 50px;
        text-align: center;
        justify-content: flex-start;
    }

    .chamada h1 {
        margin-bottom: 30px;
    }

    .chamada .btn-principal {
        width: 100%;
    }

    .chamada img.mulher {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .chamada img.cont-logo {
        width: 120%;
        left: 0;
    }

    .chamada img.formas-fundo {
        top: 20px;
    }

    .chamada img.formas-fundo2 {
        top: 640px;
        left: 20px;
    }

    #funcionalidades .blocos {
        padding: 50px 20px;
    }

    .box-funcionalidade {
        width: 100%;
        flex-direction: column;
    }

    .func1 {
        margin: 38px 0;
    }
    
    .func2 {
        margin: 38px 0;
    }
    
    .func3 {
        margin: 38px 0;
        width: 100%;
    }
    
    .func4 {
        width: 100%;
        margin: 38px 0;
    }
    
    .func5 {
        width: 100%;
        margin: 38px 0;
    }

    .box-funcionalidade img {
        margin: 0 0 40px;
    }

    .func-container .conex {
        display: none;
    }

    .clientes {
        height: 1730px;
        align-items: flex-start;
        padding: 100px 20px;
    }

    .clientes .infos {
        width: auto;
        position: relative;
    }

    .clientes .infos p {
        padding: 0;
    }

    .clientes-container {
        height: 600px;
    }

    .swiper {
        width: 450px;
    }

    .cliente {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 168px 1fr;
        justify-items: center;
        text-align: center;
        padding: 40px;
    }

    .clientes .cliente-feliz {
        bottom: -20px;
        right: -100px;
    }

    .local {
        padding: 60px 20px;
    }

    .contato {
        padding: 60px 20px;
    }

    .contato h4 {
        text-align: center;
    }

    .contato p {
        padding: 0 2rem;
    }

    .contato-content {
        width: 100%;
        padding: 50px 30px;
    }

    .contato-content fieldset {
        flex-direction: column;
        gap: 10px;
    }

    .mvv {
        padding: 5rem 2rem;
    }

    .texto-empresa p {
        padding: 0;
    }

    .box-mvv-container {
        flex-direction: column;
        gap: 3rem;
    }

    .box-mvv {
        width: 95%;
        height: 22rem;
        padding: 2rem;
    }

    footer.container {
        flex-direction: column;
        height: auto;
        padding: 80px;
        gap: 40px;
        text-align: center;
    }

    .logo-footer {
        width: 150px;
    }
}

@media screen and (max-width: 375px) {
    .sobre {
        height: 1600px;
        background-position: -120px 1100px;
    }

    .chamada {
        height: 1200px;
    }

    .swiper {
        width: 400px;
    }

    .cliente {
        padding: 50px;
    }
}

@media screen and (max-width: 320px) {
    .slide-infos h1 {
        font-size: 28px;
    }

    .slide-infos h2 {
        font-size: 20px;
    }

    .slide-infos .btn-principal {
        width: 350px;
    }

    .sobre {
        height: 1600px;
        background-position: -120px 1100px;
    }

    .box-diferencial {
        width: 90%;
    }

    .clientes {
        height: 1790px;
    }

    .swiper {
        width: 350px;
    }

    .cliente {
        padding: 50px 20px;
    }

    .box-mvv {
        height: 25rem;
    }
}