@media screen and (max-width: 1250px){
    header, div.logoTitulo, #bloco1, #bloco2, #bloco3, #bloco4, #bloco5, #bloco6, footer{
        width: 100%;
    }
}

.mobile-menu{
    display: none;
}

.mobile-menu-icon{
    display: none;
}

/* Media query icones wpp, face, insta */
@media screen and (max-width: 550px){
    div.icons .wpp-link, div.icons .face-link, div.icons .insta-link{
        width: 30px;
        height: 25px;
        color: white;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        z-index: 1000;
    }
}

/* Media para menu responsivo */

@media screen and (max-width: 840px) {
    nav.nav-bar{
        background-color: #0d1e4be6;
    }
    nav.nav-bar div.imagemLogo{
        width: 75px;
        height: 65px;
        display: block;
    }
    nav.nav-bar div.imagemLogo img{
        width: 100%;
        height: 60px;
    }

    .navegacao .nav-item {
        display: none;
    }
    .mobile-menu{
        background-color: #0d1e4bf6;
        height: 270px;
        border: 1px solid #0d1e4bf6;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: white;
        padding: 15px;
        font-size: 1em;
    }
    .mobile-menu ul {
        margin: 0px;
        padding: 10px 0px;
        height: 20px;
        list-style: none;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .nav-item a:hover{
        color: darkgray;;
    }
    .open {
        display: block;
    }
    div.logoTitulo{
        height: 110px;
    }
    div.logoTitulo .titulo{
        width: 90%;
        margin: 0 auto;
    }
    .logoTitulo h1{
        font-size: 1.6em;
    }
    .logoTitulo h3{
        font-size: 1em;
    }
    .logoTitulo .logo{
        display: none;
    }
}

@media screen and (max-width: 770px){
    .logoTitulo h1{
        font-size: 1.3em;
        letter-spacing: 1.6px;
    }
    .logoTitulo h3{
        font-size: 0.8em;
    }
}

@media screen and (max-width: 660px){
    .logoTitulo h1{
        font-size: 1.2em;
        letter-spacing: 1.4px;
    }
    .logoTitulo h3{
        font-size: 0.7em;
    }
}

@media screen and (max-width: 560px){
    div.logoTitulo{
        padding: 10px 0px;
    }
    .logoTitulo h1{
        margin-top: 0px;
        font-size: 1.2em;
        letter-spacing: 0px;
    }
    .logoTitulo h3{
        font-size: 0.7em;
    }
}

/* Fim menu responsivo */

/* Media query bloco1 */

@media screen and (max-width: 840px){
    #bloco1{
        width: 500px;
        height: 250px;
    }
}

@media screen and (max-width: 560px){
    #bloco1{
        margin-top: 20px;
        width: 350px;
        height: 175px;
    }
    .bar{
        width: 7px;
        height: 7px;
        border: 1px solid white;
        margin: 4px;
    }
    .navigation{
        bottom: 20px;
    }
}

@media screen and (max-width: 360px){
    #bloco1{
        margin-top: 10px;
        width: 250px;
        height: 150px;
    }
}

/* Fim bloco1 */

/* Media query bloco2 */

@media screen and (max-width: 1250px){
    #bloco2{
        height: 570px;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    .conteudoB2 .paragrafoB2{
        font-size: 1.1em;
    }
    .conteudoB2 .imagensB2 .img1B2{
        width: 75%;
        height: 265px;
    }
    .conteudoB2 .imagensB2 .img2B2{
        width: 46%;
        height: 200px;
    }
    .conteudoB2 .imagensB2 .img3B2{
        width: 28%;
        height: 200px;
    }
}

@media screen and (max-width: 1006px){
    #bloco2{
        height: auto;
    }
    .conteudoB2{
        justify-content: space-around;
    }
    .conteudoB2 .paragrafoB2{
        font-size: 1.2em;
        padding-left: 0px;
    }
    .conteudoB2 .imagensB2{
        row-gap: 10px;
        height: 700px;
    }
    .conteudoB2 .imagensB2 .img1B2,
    .conteudoB2 .imagensB2 .img2B2,
    .conteudoB2 .imagensB2 .img3B2{
        width: 95%;
        height: 250px;
    }
    .conteudoB2 .imagensB2 .img2B2{
        margin-top: -110px;
    }
    .conteudoB2 .imagensB2 .img3B2{
        display: none;
    }
}

@media screen and (max-width: 660px){
    #bloco2{
        height: auto;
        background-color: white;
        color: #0d1e4be0;
    }
    .conteudoB2{
        flex-wrap: wrap;
    }
    .conteudoB2 .paragrafoB2{
        width: 95%;
        margin-bottom: 25px;
    }
    .conteudoB2 .paragrafoB2 p{
        text-align: center;
    }
    .conteudoB2 .imagensB2{
        row-gap: 25px;
        width: 95%;
        flex-wrap: wrap;
    }
    .conteudoB2 .imagensB2 .img1B2,
    .conteudoB2 .imagensB2 .img2B2,
    .conteudoB2 .imagensB2 .img3B2,
    .conteudoB2 .imagensB2 .img4B2{
        width: 75%;
        height: 220px;
    }

    .conteudoB2 .imagensB2 .img2B2{
        margin-top: 0px;
    }
    .conteudoB2 .imagensB2 .img4B2{
        display: block;
    }
}

@media screen and (max-width: 507px){
    #bloco2{
        height: auto;
    }
    .conteudoB2 .paragrafoB2{
        font-size: 1.1em;
    }
    .conteudoB2 .imagensB2 .img1B2,
    .conteudoB2 .imagensB2 .img2B2,
    .conteudoB2 .imagensB2 .img4B2{
        width: 70%;
        height: 200px;
    }
}

@media screen and (max-width: 430px){
    #bloco2{
        height: auto;
    }
    .conteudoB2 .imagensB2{
        row-gap: 5px;
        height: 550px;
    }
    .conteudoB2 .paragrafoB2{
        font-size: 1em;
    }
    .conteudoB2 .imagensB2 .img1B2,
    .conteudoB2 .imagensB2 .img2B2,
    .conteudoB2 .imagensB2 .img4B2{
        width: 85%;
        height: 170px;
    }
}

@media screen and (max-width: 370px){
    #bloco2{
        height: auto;
    }
    .conteudoB2 .imagensB2 .img1B2,
    .conteudoB2 .imagensB2 .img2B2,
    .conteudoB2 .imagensB2 .img4B2{
        width: 95%;
        height: 170px;
    }
}

/* Fim bloco2 */

/* Media query bloco3 */

@media screen and (max-width: 1250px){
    #bloco3{
        height: 650px;
    }
}

@media screen and (max-width: 1010px){
    #bloco3{
        height: 1050px;
    }
    .informacoes div{
        width: 45%;
    }
}

@media screen and (max-width: 675px){
    #bloco3{
        height: auto;
    }
    #bloco3 h1{
        font-size: 1.5em;
    }
    .informacoes div{
        width: 70%;
    }

}

@media screen and (max-width: 500px){
    .informacoes div{
        width: 90%;
    }
}

/* Fim bloco3 */

/* Media query bloco4 */

@media screen and (max-width: 1250px){
    #bloco4{
        width: 97vw;
    }
    #bloco4 iframe{
        width: 50%;
        height: 295px;
    }
    
    #bloco4 h1{
        color: #0d1e4be0;
        width: 90%;
        font-size: 1.8em;
    }
}

@media screen and (max-width: 960px){
    #bloco4 iframe{
        width: 60%;
        height: 270px;
    }
    
    #bloco4 h1{
        color: #0d1e4be0;
        font-size: 1.7em;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 800px){
    #bloco4{
        flex-wrap: wrap;
        height: 500px;
    }
    #bloco4 iframe{
        width: 70%;
        height: 300px;
    }   
}

@media screen and (max-width: 600px){
    #bloco4{
        height: 450px;
    }
    #bloco4 iframe{
        height: 260px;
        width: 85%;
    }   
    #bloco4 h1{
        font-size: 1.4em;
    }
}

@media screen and (max-width: 400px){
    #bloco4{
        height: 380px;
    }
    #bloco4 iframe{
        height: 170px;
        width: 85%;
    }   
    #bloco4 h1{
        font-size: 1em;
    }
}

/* Fim bloco4 */

/* Media query bloco5 */

@media screen and (max-width: 1250px){
    #bloco5{
    }
    #faq{
        width: 80%;
    }
    .faq-item button{
        width: 100%;
    }
}

@media screen and (max-width: 350px){
    #bloco5{
        width: 97vw;
    }
    #faq{
        width: 80%;
    }
    .faq-item button span{
        font-size: 0.8em;
    }
    .faq-item .faq-resp {
        font-size: 0.7em;
      }
}

/* Fim bloco5 */

/* Media query bloco6 */

@media screen and (max-width: 1250px){
    #bloco6{
    }
    #bloco6 div{
        margin: 0px auto;
        width: 85%;
    }
}

@media screen and (max-width: 800px){
    #bloco6 div{
        height: 350px;
    }
}

@media screen and (max-width: 600px){
    #bloco6 h1{
        font-size: 1.6em;
    }
    #bloco6 div{
        height: 250px;
    }
}

@media screen and (max-width: 400px){
    #bloco6 div{
        height: 180px;
    }
}

@media screen and (max-width: 300px){
    #bloco6 div{
        height: 150px;
    }
}

/* Fim bloco6 */

@media screen and (max-width: 1250px){
    footer{
    }
}

@media screen and (max-width: 1050px){
    footer div.flex{
    justify-content: center;
    column-gap: 20px;
    row-gap: 30px;
}
    footer .flex .imgRodape{
        width: 28%;
        height: auto;
    }
    footer .navRodape{
        width: 25%;
        height: auto;
    }
    footer .horarios{
        width: 35%;
        height: auto;
    }
    footer .contatos{
        width: 50%;
        height: auto;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px){
    footer{
        margin-top: 50px;
    }
    footer .flex .imgRodape{
        width: 40%;
        height: auto;
    }
    footer .navRodape{
        width: 55%;
        height: auto;
    }
    footer .navRodape ul{
        margin-top: 20% auto;
    }
    footer .horarios{
        width: 45%;
        height: auto;
    }
    footer .contatos{
        width: 50%;
        height: auto;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 650px){
    footer{
        margin-top: 100px;
    }
    footer .flex .imgRodape{
        width: 35%;
        height: auto;
    }
    footer .navRodape{
        width: 50%;
        height: auto;
    }
    footer .navRodape ul{
        margin-top: 20% auto;
        font-size: 0.9em;
    }
    footer .horarios{
        width: 40%;
        height: auto;
        font-size: 0.9em;
    }
    footer .horarios ul li{
        letter-spacing: 2px;
        text-align: center;
    }
    footer .contatos{
        width: 52%;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 500px){
    footer .flex .imgRodape{
        width: 55%;
        height: auto;
    }
    footer .navRodape{
        width: 80%;
        height: 220px;
    }
    footer .navRodape ul{
        margin-top: 20% auto;
        font-size: 1em;
    }
    footer .horarios{
        width: 80%;
        height: 250px;
        font-size: 1em;
    }
    footer .horarios ul{
        margin: 0 auto;
    }
    footer .contatos{
        width: 80%;
        font-size: 1em;
    }
}
@media screen and (max-width: 350px){
    footer .contatos{
        width: 80%;
        font-size: 0.8em;
    } 
}