body{
    background-attachment: fixed;
	background-size: 200px;
}
header{
    margin-top: -30px;
}
.menu_titulos{
    padding: 10px 0;
   background-image: url(../img/fundo_menu.jpg);
    color: rgb(0,0,0);
}


.fundoindex{
    background-attachment: fixed;
    background-size: 1180px;
    background-repeat: no-repeat;
    
}
#fundoindexm{
    
    margin-right: -40%;
}
#fundoindex2{
    background-image: url(../img/imagensfundo10.jpeg);
    background-attachment: fixed;
    background-size: 1020px;
    background-repeat: no-repeat;
}
#fundoindex3{
    background-image: url(../img/imagensfundo2.jpg);
    background-attachment: fixed;
    background-size: 1020px;
    background-repeat: no-repeat;
}
#fundoindex4{
        background: url(../img/imagensfundo3.jpeg);
        background-attachment: fixed;
        background-size: 1200px;
        background-repeat: no-repeat;
}
#fundoindex5{
        background: url(../img/imagensfundo4.jpg);
        background-attachment: fixed;
        background-size: 1200px;
        background-repeat: no-repeat;
}
.titulocentral{
    text-align: center;
}

html, body{
    height: 100%;
    overflow-x: hidden;
}
p{
    font-size: 16px;
}
.p_obs{
    font-size: 12px;
}
h2{
    margin-top: 20px;
    font-family: 'Compotes Basilic';
    font-weight: bold;
}
h4{
    margin-top: 20px;
    font-family: 'Compotes Basilic';
    font-weight: bold;
}
h5{
    margin-top: 20px;
    font-family: 'Compotes Basilic';
    font-weight: bold;
}
a{
    color:black;
}
a:hover{
    color:rgb(3,19,93);
    text-decoration: none;
    
}
.home{
    height: 100%;
    overflow-x: hidden;
    
}
.home2{
    height: 70%;
    overflow-x: hidden;
    background: rgba(0,0,0,.04);
}
/*
Formatações do topo
-----------------------------------------------------------------------------------------------
*/
/*3,19,93*/
.conteudo{
    background-color: rgba(242 218 255 / 60%);
    color: black ;
}
nav.nav-transp{
	padding: 10px 0;
	background-image: url(../img/fundonuvem.jpg);
    background-size: cover;
    background-repeat: no-repeat:
}
nav ul li a{
    margin-top: 0px;
    padding-bottom: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(999,999,999);
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
}
#nav-principal{
    margin-right: 10%
}
#nav-principal-imagens{
    margin-right: 10%
    margin-top: 10%;
}
.navbar-dark .nav-item .nav-link:hover{
    color: rgba(175,128,184,.9);
    font-weight: bold;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(175,128,184,.9);
}
.capa {
	text-align: center;
}
.carousel-indicators li {
    background-color: white;
}
.carousel-control-next, .carousel-control-prev,
.carousel-control-next:focus, .carousel-control-prev:focus,
.carousel-control-next:hover, .carousel-control-prev:hover {
    color: gray;
    opacity: 1;
}
#carousel a{
    color: white;
}
#flechad{
    width: 50%;
}
/*Rodapé--------------------------------------------------------------------------------------------------*/
.rodape {
    text-align: center;
}
.rodape a{
    font-size: 14px;
    letter-spacing: 2px;

}
.rodape1{
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}
.rodape2{
   text-align: center; 
}
.rodape2 a{
    font-size: 12px;
}
footer{
    height: 26%
}
footer ul{
    list-style: none;
}
footer ul li{
    float: right;
    margin:0 10px;
}

@media(max-width:575.98px){ 
    .nav-principal-imagens{
        visibility: hidden;
        height: 0px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
    .apresentacao{
        font-size: 12pt;
    }
    #fundoindexm{
        margin-right: -20%;
    }
    #fundoindexm a img{
        width: 45%;
    }
    .img-body{
        width: 90%;
    }
    .fundoindex{
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 2%;
    }
    #fundoindex2{
        background: url(../img/imagensfundo10.jpeg);
        background-attachment: fixed;
        height: auto;
        background-repeat: no-repeat;
    }
    #fundoindex3{
         background: url(../img/imagensfundo2.jpeg);
        background-attachment: fixed;
        background-size: 650px;
        height: auto;
        background-repeat: no-repeat;
    }
    #fundoindex4{
         background: url(../img/imagensfundo3.jpg);
        background-attachment: fixed;
        background-size: 650px;
        background-repeat: no-repeat;
        height: auto;
    }
    #fundoindex5{
        background: url(../img/imagensfundo4.jpg);
        background-attachment: fixed;
        background-size: 650px;
        background-repeat: no-repeat;
        height: auto;
}
    .home{
        height: 93%;
        overflow-x: hidden;
    }
    nav .container a .img-logo{
        margin-left: 0px;
    }
    nav .container button{
        margin-right: 0px;
    }
    nav ul{
        margin-top: 50px;
    }
    nav ul li{
        margin-left: 10px;
    }
    .menu-text{
        font-size: 1.2em;
    }
    .img-logo{
        width: 150px;
        margin: -20px 0 -45px 0;
    }
    table{
        font-size: 15px;
    }
    p{
       font-size: 14px;
    }
   
    .fa-3x {
        display: none !important;
    }
}

@media(min-width:576px) and (max-width:767.98px){
    .home{
        height: 93%;
        overflow-x: hidden;
    }
    .nav-principal-imagens{
        visibility: hidden;
        height: 0px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
    .apresentacao{
        font-size: 12pt;
    }
    #fundoindexm{
        margin-right: -20%;
    }
    #fundoindexm a img{
        width: 45%;
    }
    .img-body{
        width: 90%;
    }
    .fundoindex{
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex2{
         background: url(../img/imagensfundo10.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: auto;
    }
    #fundoindex3{
         background: url(../img/imagensfundo2.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: auto;
    }
    #fundoindex4{
         background: url(../img/imagensfundo3.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: auto;
    }
    #fundoindex5{
        background: url(../img/imagensfundo4.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: auto;
}
    nav ul{
        margin-top: 50px;
    }
    .menu-text{
        font-size: 1.2em;
    }
    .img-logo{
        width: 200px;
        margin-bottom: -50px;
        margin-top: -20px;
    }
    table{
        font-size: 18px;
    }
    p{
        font-size: 17px;
    }
    .fa-3x {
        display: none !important;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .nav-principal-imagens ul li img{
        width: 100px;
        margin-left: -10px;
    }
    .menu_titulos{
        font-size: 10pt;
    }
    #fundoindexm{
        margin-right: -20%;
    }
    #fundoindexm a img{
        width: 45%;
    }
    .img-body{
        width: 90%;
    }
    .menu-text{
        font-size: 1.2em;
    }
    .img-logo{
        width: 200px;
        margin: -20px 0 -50px -30px;
    }
    .fundoindex{
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex2{
         background: url(../img/imagensfundo10.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: repeat-y;
        height: 40%;
    }
    #fundoindex3{
         background: url(../img/imagensfundo2.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: repeat-y;
        height: 40%;
    }
    #fundoindex4{
         background: url(../img/imagensfundo3.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: repeat-y;
        height: 40%;
    }
    #fundoindex5{
        background: url(../img/imagensfundo4.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: repeat-y;
        height: 40%;
}
}
@media(min-width:992px) and (max-width:1199.98px){
  .menu-text{
        font-size: 1.2em;
    }
    .img-logo{
        width: 200px;
        margin: -20px 0 -50px -30px;
    }
    .fundoindex{
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex2{
         background: url(../img/imagensfundo10.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 60%;
    }
    #fundoindex3{
         background: url(../img/imagensfundo2.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 60%;
    }  
    #fundoindex4{
         background: url(../img/imagensfundo3.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 60%;
    }
    #fundoindex5{
        background: url(../img/imagensfundo4.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 60%;
}
}
@media(min-width:1200px){
   .menu-text{
        font-size: 1.2em;
    }
    .img-logo{
        width: 200px;
        margin: -20px 0 -50px -30px;
    }
    .fundoindex{
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex2{
        background: url(../img/imagensfundo10.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex3{
         background: url(../img/imagensfundo2.jpeg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex4{
         background: url(../img/imagensfundo3.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #fundoindex5{
        background: url(../img/imagensfundo4.jpg);
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
}
}
