/* Header */
@media screen and (max-width: 1770px){
    .closeMenu{
        right: 225px;
    }

    .pseudoHeader::before{
        right: -330px;
    }
}

@media screen and (max-width: 1600px){
    .closeMenu{
        right: 146px;
    }

    .pseudoHeader::before{
        right: -450px;
    }
}

@media screen and (max-width: 1366px){
    .closeMenu{
        right: 29px;
    }

    .pseudoHeader::before{
        top: -610px;
        right: -575px;
    }
}

@media screen and (max-width: 1140px){
    header{
        padding: 15px 20px;
    }

    .logoH img{
        max-width: 180px;
    }

    .infoHeader a.whFit{
        display: none;
    }

    .closeMenu{
        right: 28px !important;
        top: 51px !important;
    }

    .pseudoHeader::before{
        top: -630px;
    }
}

@media screen and (max-width: 740px){
    .socialH{
        display: none;
    }
}

@media screen and (max-width: 400px){
    #full-menu{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .closeMenu{
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin: 52px 30px 15px auto !important;
        height: fit-content;
        height: -moz-fit-content;
    }
    .pseudoHeader::before{
        top: -588px;
        right: -660px;
    }
}

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


/* Banner home */
@media screen and (max-width: 1140px){
    .bannerHome{
        padding: 250px 20px 40px 20px;
    }
    .bannerHome h1{
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 810px){
    .bannerHome h1{
        font-size: 30px;
        line-height: 35px;
    }

    .fullButtonsBanner a{
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .fullButtonsBanner a div{
        margin-right: 10px;
    }
    .fullButtonsBanner a:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px){
    .fullButtonsBanner a{
        padding: 14px 15px;
        font-size: 12px;
    }
}


/* Serviços */
@media screen and (max-width: 1250px){
    .importRegistro{
        padding: 20px 30px;
    }
    .importRegistro h2{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1100px){
    .gridImport,
    .gridNaoRegistrar{
        grid-column-gap: 40px;
    }
}

@media screen and (max-width: 1050px){
    .comoFunciona{
        padding: 30px 35px;
    }

    .leftFunciona{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .leftFunciona::before{
        left: 50%;
        margin-left: -236px;
    }
    .leftFunciona h2{
        text-align: center;
        width: 100%;
    }

    .rightFunciona{
        width: 100%;
        text-align: justify;
    }

    .fullButtonsFunciona{
        margin-bottom: -40px;
    }
}

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

    .videoServ iframe{
        height: 400px;
    }
    .gridImport{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 810px){
    .fullButtonsFunciona a{
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .fullButtonsFunciona a div{
        margin-right: 10px;
    }
    .fullButtonsFunciona a:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px){
    .fullButtonsFunciona a{
        padding: 14px 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 720px){
    .importRegistro,
    .comoFunciona{
        padding: 20px 10px;
        border-radius: 5px 20px;
    }

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

@media screen and (max-width: 580px){
    .leftFunciona::before{
        margin-left: -125px;
        width: 250px;
        height: 35px;
        background-size: contain;
    }

    .fullButtonsFunciona{
        margin-top: 40px;
    }
}

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


/* Passo a Passo */
@media screen and (max-width: 1200px){
    .itemPasso2{
        margin-top: 110px;
    }
    .itemPasso5 {
        margin-top: 90px;
    }
}

@media screen and (max-width: 1100px){
    .passoApasso::before{
        display: none;
    }

    .itensPasso::before{
        display: flex;
    }

    .itemPasso1,
    .itemPasso2,
    .itemPasso3,
    .itemPasso4,
    .itemPasso5{
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
    }
    .numeroPassoApasso{
        margin-right: 15px;
    }
    .txtItemPasso h6 br{
        display: none;
    }

    .fullButtonsPasso{
        margin-top: 40px;
    }
}

@media screen and (max-width: 810px){
    .fullButtonsPasso a{
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .fullButtonsPasso a div{
        margin-right: 10px;
    }
    .fullButtonsPasso a:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 520px){
    .main-t {
        font-size: 26px;
        line-height: 31px;
    }

    .itensPasso::before{
        height: 80%;
    }
}

@media screen and (max-width: 450px){
    .fullButtonsPasso a{
        padding: 14px 15px;
        font-size: 12px;
    }
}


/* Sobre home */
@media screen and (max-width: 1050px){
    .leftSobreHome1,
    .leftSobreHome2{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .leftSobreHome2::before{
        left: 50%;
        margin-left: -236px;
        top: 50%;
        margin-top: -33px;
    }
    .leftSobreHome2 h2{
        text-align: center;
        width: 100%;
    }

    .rightSobreHome1,
    .rightSobreHome2{
        width: 100%;
    }
    .rightSobreHome1 p,
    .rightSobreHome2 p{
        text-align: justify;
    }

    .sobreHome2 h5{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 580px){
    .leftSobreHome2::before{
        margin-left: -125px;
        width: 250px;
        height: 35px;
        margin-top: -17.5px;
        background-size: contain;
    }

    .rightSobreHome2 p{
        margin-top: 15px;
    }
}


/* Viabilidade */
@media screen and (max-width: 1850px){
    .formViabilidade::before{
        top: 100px;
        width: 500px;
        height: 605px;
    }
}

@media screen and (max-width: 1650px){
    .formViabilidade::before{
        width: 400px;
        height: 605px;
        background-size: cover;
        background-position: bottom left;
    }
}

@media screen and (max-width: 1400px){
    .formViabilidade::before{
        width: 350px;
        height: 550px;
    }

    .formViabilidade .main{
        padding: 85px 350px;
    }
}

@media screen and (max-width: 1240px){
    .formViabilidade::before{
        display: none;
    }

    .formViabilidade .main{
        padding: 50px 150px;
    }
}

@media screen and (max-width: 900px){
    .formViabilidade .main{
        padding: 30px 20px;
        border-radius: 5px 20px;
    }

    .formViabilidade h4{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px){
    .formViabilidade p{
        text-align: justify;
    }

    .form-group.divided{
        width: 100%;
    }

    #form_viabilidade .button{
        font-size: 14px;
        padding: 14px 15px;
        text-align: left;
    }
}


/* Blog home */
@media screen and (max-width: 1200px){
    .imgItemBlog img{
        height: 280px;
    }
}

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

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

    .imgItemBlog img{
        height: 220px;
    }
}


/* Footer */
@media screen and (max-width: 1150px){
    footer{
        padding: 80px 20px 50px 20px;
    }

    .menuF{
        display: none;
    }
}

@media screen and (max-width: 1000px){
    footer{
        padding: 50px 20px;
    }

    footer .main{
        flex-direction: column;
        gap: 30px;
    }

    .contatoF{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .contatoF h6{
        margin-bottom: 20px;
    }
    .contatoF p{
        margin-bottom: 20px;
    }
    .linksContatoF{
        flex-direction: column;
        justify-content: center;
    }
    .linksContatoF a{
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .linksContatoF a div{
        margin-right: 0;
        margin-bottom: 15px;
    }

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

    .buttonsFooter{
        margin: 0 auto;
    }

    .copyright{
        margin-top: 50px;
    }
}

@media screen and (max-width: 810px){
    .buttonsFooter a{
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .buttonsFooter a div{
        margin-right: 10px;
    }
    .buttonsFooter a:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px){
    .buttonsFooter a{
        padding: 14px 15px;
        font-size: 12px;
    }
}


/* Sobre */
@media screen and (max-width: 1140px){
    .headerPage img{
        height: 220px;
    }
}

@media screen and (max-width: 1050px){
    .leftSobre{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .leftSobre::before{
        left: 50%;
        margin-left: -236px;
        top: 50%;
        margin-top: -33px;
    }
    .leftSobre h2{
        text-align: center;
        width: 100%;
    }

    .rightSobre{
        width: 100%;
    }
    .rightSobre p{
        text-align: justify;
    }
}

@media screen and (max-width: 900px){
    .sliderSobre{
        margin: 40px auto;
    }
    .sliderSobre a img{
        height: 280px;
    }
}

@media screen and (max-width: 580px){
    .leftSobre::before{
        margin-left: -125px;
        width: 250px;
        height: 35px;
        margin-top: -17.5px;
        background-size: contain;
    }

    .rightSobre p{
        margin-top: 15px;
    }

    .itemEquipe{
        padding: 30px 15px;
    }
    .imgItemEquipe{
        margin-top: -60px;
    }
}

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

    .sliderSobre a img{
        height: 200px;
    }
}


/* Blog */
@media screen and (max-width: 550px){
    .blog h5{
        margin-bottom: 30px;
    }
    .blog h3{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .formFilter{
        margin: 0 auto;
        max-width: 100%;
    }
}


/* Blog detalhes */
@media screen and (max-width: 500px){
    .tagShare{
        flex-direction: column;
    }
    .tagShare .tag{
        margin: 0 auto 15px auto;
    }
}



/* Fancybox Whatsapp */
@media screen and (max-width: 500px){
    .titleFbWpp i{
        font-size: 30px;
    }
}
