/* Header */
@media screen and (max-width: 1720px){
    header::before{
        width: 150px;
        height: 230px;
    }
    header::after{
        width: 100px;
    }
}

@media screen and (max-width: 1590px){
    header::before{
        width: 80px;
        height: 160px;
    }
    header::after{
        width: 50px;
        height: 80px;
        background-position: bottom left;
    }
}

@media screen and (max-width: 1380px){
    header::before,
    header::after{
        display: none;
    }
}

@media screen and (max-width: 1200px){
    .logoH img{
        max-width: 160px;
    }
}

@media screen and (max-width: 1100px){
    #menu .dl-menu > li > a,
    #menu .dl-subMenu > li > a{
        font-size: 15px;
    }

    #menu .dl-subMenu{
        right: 0;
        left: auto;
    }

    .socialH{
        display: none;
    }
}

@media screen and (max-width: 900px){
    header{
        padding: 15px 20px;
    }
    .logoH img{
        max-width: 155px;
    }
}

@media screen and (max-width: 500px){
    .linksPreH{
        width: 100%;
        justify-content: space-around;
    }
    .linksPreH a{
        margin-right: 0;
    }
}

/* Header scroll */
@media screen and (max-width: 900px){
    body.scroll .mb-menu{
        position: fixed;
        top: 11px;
    }
}


/* Banner */
@media screen and (max-width: 1200px){
    .mgTop{
        margin-top: 105px;
    }
}

@media screen and (max-width: 900px){
    .mgTop{
        margin-top: 84px;
    }

    .bannerDesk{
        display: none;
    }
    .bannerMobile{
        display: flex;
    }
}


/* Soluções home */
@media screen and (max-width: 1060px){
    .gridSolucoesH{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 900px){
    .big-t{
        font-size: 30px;
        line-height: 35px;
    }
    .main-t{
        font-size: 25px;
        line-height: 30px;
    }
    .sub-t{
        font-size: 22px;
        line-height: 26px;
    }
    .small-t{
        font-size: 18px;
        line-height: 22px;
    }

    .solucoesHome h2{
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 650px){
    .solucoesHome h2::before{
        display: none;
    }

    .gridSolucoesH{
        margin-top: 40px;
    }
    .itemSolucao{
        padding: 20px;
    }
}

@media screen and (max-width: 500px){
    .gridSolucoesH{
        grid-template-columns: repeat(1,1fr);
    }
}


/* Portfólio home */
@media screen and (max-width: 1400px){
    .portfolioHome{
        padding-top: 20px;
    }

    .itemPort img{
        height: 200px;
    }
}

@media screen and (max-width: 1050px){
    .gridPortHome{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 700px){
    .gridPortHome{
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px){
    .gridPortHome{
        grid-gap: 5px;
    }
    .itemPort img{
        height: 120px;
    }
}


/* Footer */
@media screen and (max-width: 1400px){
    .infoFooter .main::before{
        left: -50px;
        width: 120px;
        height: 350px;
    }
    .infoFooter .main::after{
        right: -50px;
        width: 340px;
        height: 368px;
    }
}

@media screen and (max-width: 1320px){
    .infoFooter .main::before{
        left: -20px;
    }
    .infoFooter .main::after{
        right: -20px;
        width: 200px;
        height: 275px;
    }

    .rightFooter{
        width: 35%;
    }
}

@media screen and (max-width: 1100px){
    .infoFooter .main{
        padding: 60px 120px;
    }

    .socialF{
        display: flex;
        margin: 15px auto 0 auto;
    }
}

@media screen and (max-width: 900px){
    .infoFooter .main::before,
    .infoFooter .main::after{
        display: none;
    }

    .infoFooter .main{
        border-radius: 60px 10px;
        padding: 40px 40px;
    }

    .leftFooter h2{
        font-size: 25px;
        line-height: 30px;
    }

    .rightFooter{
        width: 49%;
    }
}

@media screen and (max-width: 800px){
    .leftFooter{
        width: 100%;
        max-width: 380px;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0 auto 30px auto;
    }
    .leftFooter h2{
        font-size: 22px;
        line-height: 28px;
    }
    .leftFooter a{
        padding: 12px 40px;
        font-size: 15px;
    }

    .rightFooter{
        width: 100%;
    }

    .endF,
    .telF{
        flex-direction: column;
        justify-content: center;
    }
    .iconEndF,
    .iconTelF{
        align-self: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .txtEndF,
    .txtTelF{
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .infoFooter{
        padding: 10px 20px 40px 20px;
    }

    .infoFooter .main{
        border-radius: 40px 5px;
        padding: 30px 20px;
    }

    .copyright{
        padding: 0 20px 60px 20px;
    }
}


/* Sobre */
@media screen and (max-width: 1400px){
    .sliderSobre a img{
        height: 300px;
    }
}

@media screen and (max-width: 1000px){
    .mvvSobre{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .videoSobre{
        width: 100%;
        order: 2;
    }
    .videoSobre iframe{
        height: 400px;
    }
}

@media screen and (max-width: 900px){
    .sobre p.t-center{
        text-align: justify;
        margin-bottom: 35px;
    }

    .mvvSobre{
        padding: 20px;
    }
    .mvvSobre h6{
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px){
    .sliderSobre a img{
        height: 200px;
    }
}

@media screen and (max-width: 500px){
    .videoSobre iframe{
        height: 250px;
    }
}

@media screen and (max-width: 400px){
    .videoSobre iframe{
        height: 200px;
    }
}


/* Serviços */
@media screen and (max-width: 1050px){
    .gridServ{
        width: 100%;
        margin-bottom: 40px;
    }

    .rightServ{
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px){
    .gridServ{
        grid-template-columns: repeat(1,1fr);
    }

    .rightServ a{
        font-size: 16px;
        margin-left: -113.5px;
    }
    .rightServ img,
    .rightServ::before{
        border-radius: 50px 10px;
    }
}


/* Serviços detalhes */
@media screen and (max-width: 1050px){
    .leftDetalhes{
        width: 100%;
        margin-bottom: 40px;
    }
    .leftDetalhes a{
        font-size: 17px;
    }

    .rightDetalhes{
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px){
    .leftDetalhes  h6{
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 550px){
    .leftDetalhes a{
        margin-left: auto;
    }
}

@media screen and (max-width: 500px){
    .leftDetalhes h2{
        text-align: center;
    }

    .rightDetalhes img,
    .rightDetalhes::before{
        border-radius: 50px 10px;
    }

    .gridOutrasSolucoes{
        grid-template-columns: repeat(1,1fr);
    }

    .outrosServicos{
        margin-top: 60px;
    }
}


/* Portfólio */
@media screen and (max-width: 1050px){
    .gridPortfiolio{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 700px){
    .gridPortfiolio{
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 680px){
    .portfolio ul{
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .portfolio ul li{
        width: 48%;
    }
    .portfolio ul li:nth-child(3),
    .portfolio ul li:nth-child(4){
        margin-bottom: 0;
    }

    .portfolio ul li a{
        height: 100%;
        font-size: 14px;
        padding: 7px;
    }
}

@media screen and (max-width: 500px){
    .gridPortfiolio{
        grid-gap: 5px;
    }
}

@media screen and (max-width: 420px){
    .portfolio ul li a{
        font-size: 15px;
    }
}


/* Portfólio detalhes */
@media screen and (max-width: 500px){
    .portfolioDetalhes{
        margin-bottom: 40px;
    }

    .portfolioDetalhes .textoBlog h4{
        font-size: 20px;
        line-height: 25px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 380px){
    .linkPortfolio,
    .orcPort{
        width: 100%;
        padding: 12px 15px;
        justify-content: center;
        text-align: center;
    }
}


/* Parceiros */
@media screen and (max-width: 1050px){
    .leftParceiros{
        width: 100%;
        margin-bottom: 30px;
    }
    .leftParceiros h4{
        margin-top: 35px;
    }
    .leftParceiros a{
        font-size: 17px;
    }

    .rightParceiros{
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px){
    .leftParceiros h2{
        text-align: center;
    }

    .leftParceiros a{
        margin-left: auto;
    }
}

@media screen and (max-width: 500px){
    .rightParceiros img,
    .rightParceiros::before{
        border-radius: 50px 10px;
    }
}


/* Blog */
@media screen and (max-width: 1300px){
    .filterBlog{
        margin-bottom: 40px;
    }
    .gridBlog{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 900px){
    .gridBlog{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 700px){
    #form_searchN .input{
        width: 49%;
    }
    #form_searchN .button{
        width: 100%;
        margin: 5px auto 0 auto;
    }

    .imgItemBlog img{
        height: 200px;
    }
}

@media screen and (max-width: 550px){
    .gridBlog{
        grid-template-columns: repeat(1,1fr);
    }
}


/* Contato */
@media screen and (max-width: 900px){
    .formulario{
        margin-bottom: 40px;
    }

    .mapaIframe iframe{
        height: 300px;
    }
}

@media screen and (max-width: 550px){
    #form_contact .e_input,
    #form_contact .button{
        width: 100%;
    }
}


/* Trabalhe conosco */
@media screen and (max-width: 1050px){
    .leftTrabalhe{
        width: 100%;
        margin-bottom: 30px;
    }
    .leftTrabalhe h4{
        margin-top: 35px;
    }
    .leftTrabalhe a{
        font-size: 17px;
    }

    .rightTrabalhe{
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px){
    .leftTrabalhe h2{
        text-align: center;
    }
    .leftTrabalhe ul{
        grid-template-columns: repeat(1,1fr);
    }
    .leftTrabalhe a{
        padding: 12px 45px;
        margin-left: auto;
    }
}

@media screen and (max-width: 500px){
    .rightTrabalhe img,
    .rightTrabalhe::before{
        border-radius: 50px 10px;
    }
}

/* Pdf Sobre */


@media screen and (max-width: 620px){
    .pdfSobre a{
        width: 100%;
    }
}

@media screen and (max-width: 620px){
    .certificadosSobre{
        justify-content: center;
        gap: 10px;
    }
}
