/* Barras de rolagem */

::-webkit-scrollbar{ width:10px; }
::-webkit-scrollbar-track:enabled{ background-color:#E6E6E6; }
::-webkit-scrollbar-thumb:vertical{ background-color: #999; }
::-webkit-scrollbar-thumb:horizontal{ background-color: #999; }


body{ z-index:00; }

:hover { -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; -o-transition: 0.2s ease-in }

::selection { background:#2981D9; color:#003166; } ::-moz-selection { background:#2981D9; color:#003166; }

*{ font-family: 'Open Sans', sans-serif; line-height:120%; }



/* Padrão de cores
Azul Claro: #2981D9;
Azul Escuro: #003166;
Cinza: #E6E6E6;
*/



.content{
    width: 95%;
    margin: 0 auto;
}

.d_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}



/* Tamanhos dos títulos */

h1{
    font-size:35px;
}

h2{
    font-size:30px;
    color: #4D4D4D;
}

h3{
    font-size:25px;
}

h4{
    font-size:20px;
}

h5{
    font-size:15px;
}

p{
    font-size:16px;
    color: #4D4D4D;
}

span{
    font-size:14px;
    font-weight: 600;
}



/* Estilo de galeria de Imagens */

.galeria img{
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.galeria img:hover{
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.publicidade{
    font-size: 9px;
    color: #000;
    margin-bottom: 5px;
}

.aviso_continua{
    flex-basis: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 15px;
}



/* Página de Erro */

.erro404{
    padding:50px 0;
}

.erro404 h1{
    font-size:125px;
    font-weight:bold;
    color:#003166;
    letter-spacing:-7px;
    margin:0;
}

.erro404 h2{
    font-size:30px;
    margin:0;
    color:#4D4D4D;
    letter-spacing:-1px;
    font-weight:400;
}

.erro404 p{
    margin:0;
    margin-top:20px;
    color:#4D4D4D;
    font-weight:400;
    text-align: left;
    max-width:500px;
}


/* Tamanho da Publicidade */

.publicidade_mobile{
    display: none;
}


/* Banner identificação da cidade */

.banner_cidade{ 
    width: 100%; 
    overflow: hidden; 
    padding: 150px 0 25px 0;
    background: url(../../imagens/banner_cidade.png) no-repeat bottom center;
    text-align: center;     
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_cidade_pontilhado{ 
    width: 100%; 
    overflow: hidden; 
    background:url(../../imagens/fundo-pontilhado-escuro.png); 
    background-repeat: repeat;
    text-shadow: 0 0 10px #000; 
}

.banner_cidade .intro{
    font-size: 25px;
    letter-spacing: -1px;
}

.banner_cidade h2{
    font-size: 60px;
    letter-spacing: -6px; 
    margin: 0;
    color: #FFF;
    margin-top: -5px;
    font-style: italic;
    line-height: 80%;
}



/* Estilo de Formulário */

form{
    width:100%;
}

form article{
    margin-bottom:25px;
    width:100%;
}

form article label{
    padding-bottom:5px;
    display:block;
    width:100%;
    color:#555;
    font-size:16px;
    font-weight:500;
}

form input, textarea{
    width:100%;
    padding:20px; 
    border:1px solid #999;
    font-size:14px;
    color:#333;
}

form select{
    width:100%;
    height:48px;
    padding:10px 15px; 
    border:1px solid #999;
    font-size:14px;
    color:#333;
}

form input:required,
form select:required,
form textarea:required{
    border-left:5px solid #999;
}

form textarea{
    height:150px;
}

form input:disabled,
form select:disabled{
    background:#E3E3E3;
    color:#333;
}

form select option:disabled{
    color:#DD4B39;
}



/* Menu Mobile */

.abre_menu_mobile{
    display: none;
    color: #FFF;
    font-size: 17px;
    padding: 25px 0;
    cursor: pointer;
}

.menu_mobile{
    position: fixed !important; 
    position: absolute; 
    top: 0px; 
    z-index: 20; 
    width: 90%; 
    max-width: 400px;
    height: 100%; 
    left: -100%;
    justify-content: center;
    align-items: center;
    background: #EEE;
    flex-wrap: wrap;
    overflow: hidden; 
    overflow-y: auto;
    border-right: 1px solid #999;
}

.menu_mobile .close{
    padding: 10px 15px 20px 20px;
    font-size: 20px;
    font-weight: bold;
    right: 0;
    top: 0;
    background: #003166;
    cursor: pointer;
    position: absolute;
    border-radius: 0 0 0 50px;
    color: #FFF;
}

.menu_mobile .close:hover{
    background: #2981D9;
}

.menu_mobile img{
    width: 250px;
    max-width: 80%;
    margin: 35px 0;
}

.menu_mobile nav{
    flex-basis: 100%;
    list-style: none;
    margin:0;
    text-align: center;
}

.menu_mobile nav li a{
    padding: 13px;
    text-align: left;
    color: #555;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.menu_mobile nav li a:hover{
    background: #2981D9;
    color: #FFF;
}

.submenu_mobile_categorias{
    display: none;
}

.submenu_mobile_cidades{
    display: none;
}

.submenu_mobile_prefeituras{
    display: none;
}

.submenu a{
    font-size: 15px;
}


/* Identificação de página */

.id_pagina{
    flex-basis: 100%;
    font-size: 40px;
    color: #555;
    margin-bottom: 35px;
    letter-spacing: -4px;
    font-style: italic;
    font-weight: bold;
}

.id_lateral{
    flex-basis: 100%;
    font-size: 25px;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: -2px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Header */

header{  }

header .space{
    margin: 25px 0;
}

header .textos{
    color: #4D4D4D;
    font-style: italic;
    font-size: 14px;
}

header .textos .icon-envelop{
    color: #2981D9;
}

header .textos .icon-whatsapp{
    color: #25D366;
    margin-left: 10px;
}

header .logomarca{
    margin-top: 25px;
    max-width: 350px;
    margin-right: 35px;
}

header .social{
    padding: 25px 0 10px 0;
    display: block;
    font-size: 12px;
}

header .social span{
    padding: 12px;
    margin-left: 5px;
    background: #EEE;
    color: #999;
}

header .social span:hover{
    background: #999;
    color: #FFF;
}


header .publicidade{
    width: 60%;
    text-align: center;
    background:url(../../imagens/fundo-pontilhado.png); 
    background-repeat:repeat;
}

header .publicidade img{
    width: 700px;
    max-width: 100%;
}


.sobre_menu{
    height: 15px;
    background: url(../../imagens/fundo-pontilhado.png); 
    background-repeat: repeat;
    display: block;
}


.menu{
    background: #003166;
}

.menu nav.navegacao{
    display: flex;
    list-style: none;
    justify-content: space-between;
}

nav.navegacao li{
    position: relative;
}

nav.navegacao li a{
    color: #FFF;
    font-size: 17px;
    padding: 25px 10px;
    display: block;
}

nav.navegacao li a:hover{
    background: #2981D9;
}


nav.navegacao .submenu{
    display: none; 
    position: absolute; 
    top:100%; 
    left:0; 
    width: 220px; 
    background: #003166; 
    z-index:99;
    border: 2px solid #EEE;
    border-top: 0;
}

nav.navegacao .submenu li a{
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

nav.navegacao li:hover .submenu{
    display: block;
}



.menu form{
    flex-basis: 250px;
}

.menu form input{
    height: 45px;
    border: 0;
    background: #FFF;
    font-size: 13px;
}

.detalhe_menu{
    height: 5px;
    background: linear-gradient(to right, #FFF, #CCC, #FFF); 
}

.prefeitura{
    padding: 35px 0;
    background: #FAFAFA;
    border-bottom: 1px solid #EEE;
}

.prefeitura .brasao{
    padding: 25px;
    background: #FFF;
    border-radius: 15px;
    margin-right: 25px;
}

.prefeitura .brasao img{
    width: 75px;
}

.prefeitura .informativo{
    font-size: 14px;
}

.prefeitura .nome{
    font-size: 30px;
    font-weight: 600;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Anúncio Principal */

.anuncio_principal{
    margin-top: 35px;
    background:url(../../imagens/fundo-pontilhado.png); 
    background-repeat:repeat;
    text-align: center;
}

.anuncio_principal img{
    width: 1150px;
    max-width: 100%;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Rodapé */

footer{
    padding: 35px 0;
    background: #003166;
}

.rodape{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

footer .portal{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer img{
    width: 300px;
    max-width: 100%;
}

footer .assinatura{
    font-size: 14px;
    color: #FFF;
    margin-left: 25px;
}

footer .categorias{
    flex-basis: 30%;
    min-width: 400px;
}

footer .categorias h5{
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}

footer .categorias .lista_categorias{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .categorias .lista_categorias span a{
    padding: 5px;
    border: 1px solid #FFF;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    margin: 2px;
    display: block;
    font-weight: normal;
}

footer .categorias .lista_categorias span a:hover{
    background: #FFF;
    color: #003166;
}


.copyright{
    padding:15px 0;
    color:#999;
    font-size:0.9em;
}

.copyright .criacao{
    margin-top:5px;
    color:#4D4D4D;
}

.copyright .criacao a{
    color:#4D4D4D;
    font-weight: bold;
}

.copyright .criacao a:hover{
    color:#0095C9;
}




.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

* {box-sizing:border-box}

.slideshow-container {
    position: relative;
}

.mySlides {
    display: none;
    width: 100%;
    height: 400px;
    display: flex;
    margin-bottom: 35px;
    border-radius: 0;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}