/* requerimento.php */

.requerimento-row{
    width: fit-content;
    margin: auto;
}

.requerimento-row h3 {
    text-align: center;
}

.requerimento-row .requerimento-form{
    width: 500px;
    margin: 40px auto;
}

@media only screen and (max-width: 505px){
    .requerimento-row .requerimento-form{
        width: 310px;
    }
}
#menu-lateral{
    z-index: 999;
    display: none;
    position: fixed;
    top: 261px;
    right: 0;
    min-width: 50px;
}

#menu-lateral li{
    list-style: none;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    margin-bottom: 4px;
}

#menu-lateral li a{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

#menu-lateral li a{
    padding: 0px;
    height: 100%;
    width: 100%;
}

#menu-lateral li a img{
    width: 100%;
    height: 100%;
}

#menu-lateral li .description{
    color: #0066cc;
    font-size: 14px;
    display: none;
    padding: 0 12px;
}
/* 01-TOPO.PHP */

header{
    background-image: url('../images/background_header.png');
}

header .header-topo{
    display: flex;
    justify-content: center;
}

header .header-topo .topo{
    font-size: 16px;
    font-family: 'Roboto Condesed';
    background-color: white;
    display: inline-flex;
    padding: 15px 0px;
    border-radius: 0px 0px 11px 11px;
    align-items: center;
}

header .header-topo .topo .bd-r{
    border-right: 1px solid #999999;
}

header .header-topo .topo span i{
    font-size: 18px;
    padding-right: 4px;
}

header .header-topo .topo .padding-17{
    padding: 0px 17px;
}

header .header-topo .topo .link-mapa-topo a{
    color: #333333;
}

header .header-topo .topo .link-mapa-topo a img{
    padding-right: 4px;
}

header .header-topo .topo .botoes-acessibilidade{
    align-items: center;
    display: flex;
}

header .header-topo .topo .botoes-acessibilidade a{
    margin-right: 5px;
}

header .header-topo .topo .botoes-acessibilidade a:hover i{
    color: #999999;
}

header .header-topo .topo .botoes-acessibilidade a i{
    color: #333333;
    font-size: 27px;
}

header .header-topo .topo .botoes-acessibilidade button{
    border: none;
    background: transparent;
    height: 23px;
    outline: none;
    padding: 0;
    margin: 0px 10px;
}

header .header-topo .topo .botoes-acessibilidade button:hover{
    color: #999999;
}

@media only screen and (max-width: 1555px){
    header .header-topo .topo .acessibilidade-topo{
        display:none;
    }
}

@media only screen and (max-width: 1460px){
    header .header-topo .topo .telefone-topo{
        display:none;
    }
}

@media only screen and (max-width: 1385px){
    header .header-topo .topo .email-topo{
        display:none;
    }
}

@media only screen and (max-width: 915px){
    header .header-topo .topo .endereco-topo{
        display:none;
    }

    header .header-topo .topo .telefone-topo{
        display:block;
    }

    header .header-topo .topo .email-topo{
        display:block;
    }
}

@media only screen and (max-width: 765px){
    header .header-topo .topo .email-topo{
        display:none;
    }
}

@media only screen and (max-width: 620px){
    header .header-topo .topo .telefone-topo{
        display:none;
    }
}



/* 02-TOPO_MENU.PHP */
#button-search-id-responsivo{
    background: transparent;
    border: 0;
    color: white;
    font-size: 21px;
    display: none;
    outline: none;
}

#div-nav-responsivo{
    display: none;
    background: rgb(34, 63, 39);
    transition: left 0.3s;
    width: 200px;
    top: 0;
    left: -200px;
    position: fixed;
    z-index: 1;
}

.w-290{
    width: 290px !important;
}

.div-input-search-responsivo{
    position: absolute;
    left: 4px;
    top: 38px;
    display: inline-flex;
    background-color: white;
    color: #636363;
    border-radius: 9px;
    align-items: center;
    overflow: hidden;
    width: 0px;
    transition: width 0.3s;
    margin-bottom: 10px;
    height: 36px;
    transition: width 0.3s;
}

.div-input-search-responsivo form{
    display: contents;
}

.div-input-search-responsivo .a-div-search{
    margin: 0 !important;
    color: #636363;
    background: transparent;
    border: 0;
    outline: none;
}

.div-input-search-responsivo .a-div-search i{
    font-size: 20px;
    padding: 10px;
}

.div-input-search-responsivo input{
    color: #636363;
    border-radius: 9px;
    width: 100%;
    height: 36px;
    border: none;
    padding: 10px;
    outline: none;
    font-size: 17px;
    color: #636363;
}

.w-333{
    width: 333px !important;
}

.div-input-search{
    position: absolute;
    right: 0px;
    top: 45px;
    display: inline-flex;
    background-color: white;
    color: #636363;
    border-radius: 9px;
    align-items: center;
    overflow: hidden;
    width: 0px;
    transition: width 0.3s;
    margin-bottom: 10px;
}

.div-input-search form{
    display: contents;
}

.div-input-search i{
    font-size: 20px;
    padding: 10px;
    color: #636363;
}

.div-input-search .input-search{
    width: 295px;
    height: 35px;
    border: 0;
    outline: none;
    font-size: 15px;
    padding: 10px;
    border-radius: 16px;
}


header #back-opaco{
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0,0,0);
    opacity: 0;
    transition: opacity 0.5s;
}

header .header-logo-menu{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

header .header-logo-menu .topo-menu{
    display: inline-flex;
    width: 1401.11px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}

.link-topo-menu:hover{
    text-decoration: none;
}

header .header-logo-menu .topo-menu .bloco-logo{
    display: flex;
    color: white;
}

header .header-logo-menu .topo-menu .bloco-logo .div-titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}
header .header-logo-menu .topo-menu .bloco-logo .div-titulo h1{
    font-family: 'Montserrat';
    font-weight: 900;
    margin: 0;
}

header .header-logo-menu .topo-menu .bloco-logo .div-titulo p{
    margin: 0;
    font-family: 'Roboto Condensed';
    margin-left: 10px;
}

header .header-logo-menu .topo-menu .bloco-menu .button-hambuger{
    display: block;
    float: right;
    background: transparent;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    border-radius: 3px;
    outline: none;
    display: none;
}

header .header-logo-menu .topo-menu .bloco-menu ul{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-family: 'Exo';
    align-items: center;
}

header .header-logo-menu .topo-menu .bloco-menu ul .logo-menu-responsivo{
    display: none;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
    padding-bottom: 40px !important;
}

header .header-logo-menu .topo-menu .bloco-menu ul li .icone-responsivo{
    display: none;
    float: right;
    transition: transform 0.2s;
}

header .header-logo-menu .topo-menu .bloco-menu ul li .i-efeito{
    transform: rotate(180deg);
}

header .header-logo-menu .topo-menu .bloco-menu ul li .ul-drop{
    background: white;
    position: absolute;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 0;
    z-index: 3;
    top: 26px;
    left: 0px;
    transition: 0.2s;
    min-width: 150px;
    box-shadow: 0.1px 0.1px 2px #888888;
    font-family: 'Exo';
}

header .header-logo-menu .topo-menu .bloco-menu ul li .ul-drop a{
    text-decoration: none;
}

header .header-logo-menu .topo-menu .bloco-menu ul li .ul-drop a li{
    color: #333333;
    padding: 10px;
    border-bottom: 0.5px solid #888888;
    margin: 0;
}

header .header-logo-menu .topo-menu .bloco-menu ul li .ul-drop a li:hover{
    background-color: #F5F5F5;
}

header .header-logo-menu .topo-menu .bloco-menu ul li{
    color: white;
    margin: 0px 10px;
    cursor: pointer;
}

header .header-logo-menu .topo-menu .bloco-menu ul a .icon-home i{
    font-size: 20px;
    padding: 4px 2px;
    position: relative;
}

header .header-logo-menu .topo-menu .bloco-menu ul li:not(.icon-home){
    padding: 4px 2px;
    position: relative;
}



header .header-logo-menu .topo-menu .bloco-menu ul li button{
    background-color: transparent;
    border: 0;
    color: white;
    outline: none;
    padding: 4px 2px;
    font-size: 20px;
}



@media only screen and (min-width: 766px){
    header .header-logo-menu .topo-menu .bloco-menu ul li:hover:not(.icon-home) q::before{
        height: 2q;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li q::before{
        content: ' ';
        position: absolute;
        bottom: 0px;
        height: 0cm;
        width: 100%;
        background-color: white;
        left: 0px;
        transition: height 0.2s; 
        transition-timing-function: cubic-bezier(.18,.89,.32,1.28);
    }

    header .header-logo-menu .topo-menu .bloco-menu ul .icon-home i:hover q::before{
        height: 2q;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul a .icon-home i q::before{
        content: ' ';
        position: absolute;
        bottom: 0px;
        height: 0cm;
        width: 100%;
        background-color: white;
        left: 0px;
        transition: height 0.2s; 
        transition-timing-function: cubic-bezier(.18,.89,.32,1.28);
    }
}

@media only screen and (max-width: 1555px){
    header .header-logo-menu .topo-menu{
        width: 1247.19px;
    }
}

@media only screen and (max-width: 1460px){
    header .header-logo-menu .topo-menu{
        width: 1090.05px;
    }
}

@media only screen and (max-width: 1385px){
    header .header-logo-menu .topo-menu{
        width: 836.3px;
        flex-direction: column;
    }

    header .header-logo-menu .topo-menu .link-topo-menu{
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 765px){
    #button-search-id-responsivo{
        display: block;
    }

    #div-nav-responsivo{
        display: block;
    }

    header .header-logo-menu .topo-menu .bloco-logo{
        flex-direction: column;
        align-items: center;
    }

    header .header-logo-menu .topo-menu .bloco-logo .div-titulo{
        margin: 10px 0px 0px 0px;
        text-align: center;
    }

    header .header-logo-menu .topo-menu .bloco-logo .div-titulo p{
        margin: 0;
    }

    header .header-logo-menu .topo-menu .bloco-menu {
        width: 452.09px;
        display: flex;
        justify-content: space-between;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul {
        position: fixed;
        min-width: 200px;
        overflow: auto;
        top: 0;
        left: -200px;
        display: inline-block;
        height: auto;
        transition: left 0.3s;
        z-index: 2;
        background: rgb(34, 63, 39);
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li{
        display: block;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li q{
        display: none;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li .icone-responsivo{
        display: block;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul .logo-menu-responsivo{
        display: flex;
    }

    header .header-logo-menu .topo-menu .bloco-menu .button-hambuger{
        display: block;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul .a-icon-home {
        display: none;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul .button-search {
        display: none;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li {
        padding: 10px !important;
        margin: 0;
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li .ul-drop{
        position: relative;
        z-index: 2;
        top: 10px;
        box-shadow: none;
        background-color: transparent;
        
    }

    header .header-logo-menu .topo-menu .bloco-menu ul li .ul-drop a li{
        border-bottom: 1px solid white;
        color: white;
    }

}

@media only screen and (max-width: 620px){
    header .header-logo-menu .topo-menu .bloco-menu {
        width: 294.95px;
    }

}

/* 03-BANNER.PHP */

section .section-banner{
    display: flex;
    justify-content: center;
}

section .section-banner .banner{
    width: 100%;
}

section .section-banner .banner img{
    width: 100%;
    height: 520px;
}

@media only screen and (max-width: 1555px){
    section .section-banner .banner img{
        height: 500px;
    }
}

@media only screen and (max-width: 1460px){
    section .section-banner .banner img{
        height: 450px;
    }
}

@media only screen and (max-width: 1385px){
    section .section-banner .banner img{
        height: 400px;
    }
}

@media only screen and (max-width: 915px){
    section .section-banner{ 
        display: none;
    }
}

/* 04-ICONES_CENTRO.PHP */

section .icones-centro{
    display: flex;
    justify-content: center;
    background: #D5D5D5;
}

section .icones-centro .icones{
    display: inline-flex;   
    width: 1401.11px;
    justify-content: space-between;
}

section .icones-centro .icones a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    text-decoration: none;
    width: 200px;
}

section .icones-centro .icones a:hover{
    background-color: #cacaca;
}

section .icones-centro .icones a p{
    color: #1a3666;
    font-weight: 900;
}
    
section .icones-centro .icones a div{
    background: #1A3666;
    border-radius: 50px;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

@media only screen and (max-width: 1555px){
    section .icones-centro .icones{
        width: 1247.19px;
    }
}

@media only screen and (max-width: 1460px){
    section .icones-centro .icones{
        width: 1090.05px;
    }
}

@media only screen and (max-width: 1385px){
    section .icones-centro .icones{
        width: 836.3px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 915px){
    section .icones-centro .icones{ 
        justify-content: space-around;
    }
}

/* 05-NOTICIAS.PHP */

section .bloco-noticias {
    display: flex;
    justify-content: center;
}

section .bloco-noticias .noticias{
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
    width: 1401.11px;
    background: #E5E5E5;
}

section .bloco-noticias .noticias h3{
    text-align: center;
    font-weight: 900;
    margin: 40px 0;
    color: #231F20;
}

section .bloco-noticias .noticias .div-blocos, .div-blocos-row{
    display: inline-flex;
    justify-content: space-evenly;
}

section .bloco-noticias .noticias .div-blocos .div-border{
    padding-bottom: 15px;
    border-bottom: 6px solid #C5C5C5;
}

section .bloco-noticias .noticias .div-blocos .div-border .bloco{
    height: 380.72px;
}

section .bloco-noticias .noticias .div-blocos .div-border .bloco:hover, .bloco-row:hover{
    box-shadow: 2px 2px 2px 1px #ccc;
}

.bloco-row{
    display: flex;
}

.bloco-row img {
    height: 125px;
}

.bloco-row .div-texto{
    height: 125px;
    padding: 15px;
    text-align: justify;
    overflow: hidden;
}

.bloco-row .div-texto p{
    overflow: hidden;
    height: 100%;
    text-overflow: ellipsis;
}

.div-border{
    width: 420px;
}

.div-border a {
    text-decoration: none;
    color: #333333;
}

.div-border a .bloco, .div-border a .bloco-row{
    background: white;
    margin: 20px 0;
}

.div-border a .bloco .div-texto{
    padding: 20px;
}

.div-border a .bloco .div-texto p{
    text-align: justify;
}

section .bloco-noticias .noticias .div-blocos .div-border a .bloco img{
    width: 420px;
}

.div-button{
    text-align: center;
    margin: 25px 0;
}

.div-button a button{
    padding: 17px 177px;
    border: none;
    background: #C5C5C5;
    font-size: 21px;
    color: #333333;
    outline: none;
}

.div-button a button:hover{
    background: #a2a2a2;
}

@media only screen and (max-width: 1555px){
    section .bloco-noticias .noticias{
        width: 1247.19px;
    }

    .div-border{
        width: 330px;
    }

    section .bloco-noticias .noticias .div-blocos .div-border a .bloco img{
        width: 330px;
    }
}

@media only screen and (max-width: 1460px){
    section .bloco-noticias .noticias{
        width: 1090.05px;
    }
}

@media only screen and (max-width: 1385px){
    section .bloco-noticias .noticias{
        width: 836.3px;
    }

    section .bloco-noticias .noticias .div-blocos, .div-blocos-row{
        flex-wrap: wrap;
    }

    .div-border{
        width: 450px;
    }
    section .bloco-noticias .noticias .div-blocos .div-border a .bloco img{
        width: 450px;
    }

}

@media only screen and (max-width: 660px){
    .div-button a button{
        padding: 17px 100px;
    }
}

@media only screen and (max-width: 659px){
    .div-border{
        width: 400px;
    }
    section .bloco-noticias .noticias .div-blocos .div-border a .bloco img{
        width: 400px;
    }
}

@media only screen and (max-width: 460px){
    .div-button a button{
        padding: 17px 50px;
    }
}



@media only screen and (max-width: 400px){
    .div-border{
        width: 300px;
    }

    section .bloco-noticias .noticias .div-blocos .div-border a .bloco img{
        width: 300px;
    }
}

/* 07-ACESSO_RAPIDO.PHP */

.bloco-acesso-rapido{
    display: flex;
    justify-content: center;
}

.bloco-acesso-rapido .acesso-rapido{
    display: inline-flex;
    width: 1401.11px;
    justify-content: space-between;
}

.bloco-acesso-rapido .acesso-rapido .bloco-acesso-rapido{
    background-color: #E5E5E5;
    border-radius: 14px;
    margin: 15px 0;
    width: 260px;
}

.bloco-acesso-rapido .acesso-rapido .bloco-acesso-rapido{
    background-color: #E5E5E5;
    border-radius: 14px;
    margin: 15px 0;
    width: 260px;
}

.bloco-acesso-rapido .acesso-rapido .bloco-acesso-rapido:hover{
    box-shadow: 2px 2px 2px 1px #ccc;
}

.bloco-acesso-rapido .acesso-rapido .bloco-acesso-rapido a{
    padding: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    width: 100%;
    text-decoration: none;
    color: #333333;
}

.bloco-acesso-rapido .acesso-rapido .bloco-acesso-rapido a img{
    height: 55px;
}

.bloco-acesso-rapido .acesso-rapido .bloco-acesso-rapido a p{
    margin: 15px 0 0 0;
    font-weight: 600;
}

@media only screen and (max-width: 1555px){
    .bloco-acesso-rapido .acesso-rapido{
        width: 1247.19px;
    }
}

@media only screen and (max-width: 1460px){
    .bloco-acesso-rapido .acesso-rapido{
        width: 1090.05px;
    }
}

@media only screen and (max-width: 1385px){
    .bloco-acesso-rapido .acesso-rapido{
        width: 836.3px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 915px){
    .bloco-acesso-rapido .acesso-rapido{
        justify-content: space-around;
    }
}

/* 09-MENU_RODAPE */

footer {
    background-image: url('../images/background_footer.png');
}

footer .footer-menu {
    display: flex;
    justify-content: center;
}

footer .footer-menu .menu{
    width: 1401.11px;
    background-color: white;
    border-radius: 30px 30px 0px 0px;
    display: flex;
    justify-content: space-around;
    padding: 30px;
}

footer .footer-menu .menu div{
    display: inline-flex;
}

footer .footer-menu .menu div ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer-menu .menu div ul li{
    padding: 1px 0px;
}

footer .footer-menu .menu div ul li h5{
    font-weight: 900;
}

footer .footer-menu .menu div ul li a{
    color: #333333;
}



@media only screen and (max-width: 1555px){
    footer .footer-menu .menu{
        width: 1247.19px;
    }
}

@media only screen and (max-width: 1460px){
    footer .footer-menu .menu{
        width: 1090.05px;
    }
}

@media only screen and (max-width: 1385px){
    footer .footer-menu .menu{
        width: 836.3px;
    }
}

@media only screen and (max-width: 915px){
    footer .footer-menu{
        display: none;
    }
}

@media screen and (max-width: 1385px) {
  .fonte-rodape{
    font-size: 12px !important; 
  } 
  .fonte-rodape-sub{
    font-size: 11px !important; 
  }
}

/* 10-HORARIO.PHP */

footer .footer-horario{
    display: flex;
    justify-content: center;
}

footer .footer-horario .horario{
    background: #E5E5E5;
    display: flex;
    width: 1401.11px;
    margin-bottom: 40px;
    border-radius: 0px 0px 30px 30px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

footer .footer-horario .horario h4{
    font-weight: 800;
}

@media only screen and (max-width: 1555px){
    footer .footer-horario .horario{
        width: 1247.19px;
    }
}

@media only screen and (max-width: 1460px){
    footer .footer-horario .horario{
        width: 1090.05px;
    }
}

@media only screen and (max-width: 1385px){
    footer .footer-horario .horario{
        width: 836.3px;
    }

    footer .footer-horario .horario h4{
        font-size: 15px;
    }
}

@media only screen and (max-width: 915px){
    footer .footer-horario .horario{
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 765px){
    footer .footer-horario .horario h4{
        font-size: 11.2px;
        text-align: center;
    }
}

/* 11-DOWNLOADS.PHP */

footer .footer-download{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-download .download{
    display: inline-flex;
    color: white;
    padding: 8px;
}

footer .footer-download .download div{
    display: flex;
    align-items: center;
}

footer .footer-download .download p{
    margin: 0;
}

footer .footer-download .download .div-downloads{
    display: inline-flex;
    margin: 0px 336px; 
}

footer .footer-download .download .div-downloads .div-down-text{
    margin-right: 20px;
}

footer .footer-download .download .div-downloads .div-down-link{
    padding-left: 14px;
    border-left: 1px solid #464646;
}

@media only screen and (max-width: 1555px){
    footer .footer-download .download .div-downloads{
        margin: 0px 260px; 
    }
}

@media only screen and (max-width: 1460px){
    footer .footer-download .download .div-downloads{
        margin: 0px 175px; 
    }
}

@media only screen and (max-width: 1385px){
    footer .footer-download .download .div-downloads{
        margin: 0px 40px; 
    }
}

@media only screen and (max-width: 915px){
    footer .footer-download .download .div-downloads{
        margin: 0; 
    }
 
    footer .footer-download .download {
        width: 705.84px;
        justify-content: space-between;
    }

    footer .footer-download .download .div-atualizacoes{
        display: none;
    }
}

@media only screen and (max-width: 765px){
    footer .footer-download .download {
        width: 452.09px;
    }

}

@media only screen and (max-width: 620px){
    footer .footer-download .download {
        width: 294.95px;
        flex-direction: column;
        align-items: center;
    }

    footer .footer-download .download .div-downloads .div-down-text{
        display: none;
    }

    footer .footer-download .download .div-downloads .div-down-link{
        padding: 0;
        border: 0;
        margin-bottom: 15px;
    }
    
}