body{
    font-family: sans-serif;
}

html{
    scroll-behavior: smooth;
}

/* Cabeçalho */

header{
    margin: 0 auto;
    width: 97vw;
}

header .nav-bar{
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    height: 25%;
}

div.nav-list{
    margin: 0 auto;
}

nav.nav-bar{
    background-color: #0d1e4bf6;
    border-bottom: 1px solid #0d1e4bf6;
    display: flex;
    padding: 10px;
}

nav.nav-bar div.imagemLogo{
    display: none;
}


/*
ul{
    margin: 0px;
    padding: 10px 0px;
    height: 20px;
    list-style: none;
}
*/

header .nav-bar .ataul{
    border: 0.5px solid white
}

header .nav-bar li{
    display: inline;
    margin-right: 15px;
    font-size: 1em;
    padding: 10px;
}

header .icones{
    margin-left: 5px;
    color: white;
}

header .icones li{
    margin-right: 10px;
}

.navegacao a, .mobile-menu a{
    color: white;
    text-decoration: none;
}

.navegacao a:hover{
    color: darkgray;
}


div.logoTitulo{
    display: flex;
    border: 0px solid black;
    margin: 0 auto;
    width: 97vw;
    height: 140px;
    background-color: #0d1e4be6;
}

div.titulo{
    border: 0px solid #0d1e4bf7;
    padding: 15px;
    border: 0px solid red;
    width: 61%;
}

.logoTitulo h1{
    margin: 15px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.9em;
}

.logoTitulo h3{
    margin: 0px;
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}

.logoTitulo .logo{
    width: 18%;
    padding: 5px;
}

.logoTitulo .logo img{
    width: 95%;
    height: 100%;
}

/* Fim cabeçalho */

div.icons{

}

div.icons ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 75px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

div.icons ul li{
    padding: 15px;
    margin-top: 15px;
}

div.icons .wpp-link, div.icons .face-link, div.icons .insta-link{
    width: 40px;
    height: 35px;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
}
div.icons .wpp-link{
    background-color: #25d366;
}

div.icons .face-link{
    background-color: #08088A;
}

div.icons .insta-link{
    background-color: #DF01A5;
}

/* Inicio Carrosel de imagens */

#bloco1{
    height: 400px;
    width: 800px;
    padding: 0px;
    overflow: hidden;
    margin: 15px auto 50px auto;
    z-index: 10;
}

.slides{
    display: flex;
    width: 400%;
    height: 100%;
}

.slide{
    width: 25%;
    transition: 1s;
}

#bloco1 .slide img{
    width: 100%;
    height: 100%;
}

.navigation{
    bottom: 35px;
    display: flex;
    justify-content: center;
    position: relative;
}

.bar{
    width: 10px;
    height: 10px;
    border: 2px solid white;
    margin: 6px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.5s ease;
}

.bar:hover{
    background-color: white;
}

.input{
    display: none;
}

#slide1:checked ~ .img1{
    margin-left: 0;
}

#slide2:checked ~ .img1{
    margin-left: -25%;
}

#slide3:checked ~ .img1{
    margin-left: -50%;
}

#slide4:checked ~ .img1{
    margin-left: -75%;
}

/* Fim Carrosel de imagens */

/* Inicio Bloco 2 */

#bloco2{
    margin: 50px auto 0px auto;
    background-color: #0d1e4be0;
    width: 1270px;
    height: 570px;
    color: white;
}

#bloco2 h1{
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
}

.conteudoB2{
    display: flex;
    justify-content: center;
}

.conteudoB2 .paragrafoB2{
    width: 40%;
    font-family: sans-serif;
    font-size: 1.2em;
    padding-left: 30px;
}

.conteudoB2 .imagensB2{
    width: 50%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
}

.conteudoB2 .imagensB2 .img1B2{
    width: 75%;
    height: 265px;
    margin: 0 auto;
    box-shadow: 3px 3px 6px black;
}

.conteudoB2 .imagensB2 .img2B2{
    width: 46%;
    height: 215px;
    box-shadow: 3px 3px 6px black;
}

.conteudoB2 .imagensB2 .img3B2{
    width: 28%;
    height: 215px;
    box-shadow: 3px 3px 6px black;
}

.conteudoB2 .imagensB2 .img4B2{
    display: none;
    box-shadow: 3px 3px 6px black;
}

.imagensB2 div img{
    width: 100%;
    height: 100%;
}

/* Fim Bloco 2 */

/* Inicio Bloco 3 */

#bloco3{
    padding-top: 10px;
    width: 1270px;
    margin: 0 auto;
}

#bloco3 h1{
    color: #0d1e4be0;
    text-align: center;
    font-size: 1.7em;
    padding: 15px;
}

#bloco3 .informacoes{
    color: #0d1e4be0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 1%;
    row-gap: 30px;
    font-size: 1.0em;
}

.informacoes div{
    width: 32%;
}

.informacoes div p{
    text-align: center;
}

/* Fim bloco 3 */

/* Inicio bloco 4 (video) */

#bloco4{
    width: 1270px;
    margin: 35px auto;
    margin-bottom: 100px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
}

#bloco4 iframe{
    margin-top: 30px;
    box-shadow: 3px 3px 6px black;
    width: 45%;
    height: 320px;
}

#bloco4 h1{
    color: #0d1e4be0;
    width: 100%;
    font-size: 2em;
    text-align: center;
}

/* Fim bloco 4 */

/* Inicio bloco5 */

#bloco5{
    width: 1270px;
    margin: 0 auto;
    padding: 35px 0px;
    font-family: sans-serif;
    text-align: center;
    background-color: #0d1e4be0;
}

#faq{
    width: 700px;
    margin: 0 auto;
}

#bloco5 h1{
    color: white;
    text-align: center;
    font-size: 1.7em;
}

.faq-item button{
    width: 700px;
    padding: 14px;
    background-color: #0d1e4be0;
    color: white;
    border: 0px;
    box-shadow: 1px 1px 3px black;
    display: flex;
    justify-content: center;
}

.faq-item button:hover{
    cursor: pointer;
}

.faq-item button span{
    border: 0px solid red;
    display: block;
    width: 87%;
}

.faq-item button i{
    border: 0px solid red;
    display: block;
    padding: 2px;
    width: 8%;
    text-align: end;
}

.faq-item .faq-resp {
    background-color: #f3f3f3;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    margin: 0;
  }
  
  .faq-item .action {
    max-height: 10rem;
    padding: 1rem;
    transition: all 0.5s ease-in-out;
  }

  .faq-item i{
    transition: all 0.5s ease-in-out;
  }

  .faq-item i.rotate{
    transform: rotate(180deg);
  }


/* Fim bloco5 */

/* Inicio bloco6 */

#bloco6{
    width: 1270px;
    margin: 0 auto;
}

#bloco6 h1{
    margin-top: 50px;
    color: #0d1e4be0;
    text-align: center;
    font-size: 2.3em;
}

#bloco6 div{
    margin: 0px auto;
    width: 800px;
    height: 450px;
}

#bloco6 div iframe{
    width: 100%;
    height: 100%;
}

/* Fim bloco 6 */

/* Rodape */

footer{
    width: 1270px;
    margin: 20px auto 0px auto;
    background-color: #0d1e4be6;
    padding-top: 30px;
    box-shadow: 3px 3px 6px black;
}

footer div.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

footer div.flex div{
    color: white;
}

footer .flex .imgRodape{
    width: 17%;
    height: 170px;
}

footer .imgRodape img{
    width: 100%;
    height: 100%;
}

footer div ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .navRodape{
    width: 17%;
}

footer .navRodape ul{
    text-align: center;
}

footer .navRodape ul li{
    margin-top: 10px;
    letter-spacing: 5px;
    font-size: 1em;
}

footer .navRodape li a{
    text-decoration: none;
    color: white;
}

footer .navRodape li a:hover{
    color: darkgray;
}

footer .horarios{
    width: 27%;
}

footer .horarios ul{
    text-align: center;
    margin-right: 15%;
}

footer .horarios ul li{
    margin-top: 5px;
    letter-spacing: 5px;
    font-size: 1em;
}

footer .contatos{
    width: 27%;
    padding-top: 10px;
    padding-bottom: 40px;
    height: 200px;
}

footer .contatos .icones{
    list-style: none;
    text-align: center;
    color: white;
}

footer .contatos .icones a{
    color: white;
}

footer .contatos .icones li{
    display: inline;
    margin-right: 25px;
}

footer .contatos h3{
    margin-bottom: 5px;
}

footer .copyright{
    background-color: #0d1e4bf6;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    color: white;
}