body {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

.navbar {
    padding: 0 15px;
    background: #0e4a8c;
    background: -moz-linear-gradient(left, #0e4a8c 0%, #135993 100%);
    background: -webkit-linear-gradient(left, #0e4a8c 0%,#135993 100%);
    background: linear-gradient(to right, #0e4a8c 0%,#135993 100%);            
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.logo-principal{
    width: 199px;
    padding: 5px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding: 20px 15px;
}

.navbar .navbar-nav .nav-link:hover {
    box-shadow: inset 0px -6px 0px 0px rgb(255, 222, 46) ;
}

.navbar-nav .dropdown-menu {
    top: auto;
}
.scrollable-menu {
    max-height: 500px; 
    overflow-x: hidden; 
    height: auto;
}

.services {
    background-color: #ffffffe3;
    font-weight: bold;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.services li {
    font-size: 18px;
    
}

.services i {
    font-size: 2em;
}

.transparencia a {
    color: #132D67;
}

.transparencia a:hover {
    color: #091734;
}

.ouvidoria a {
    color: #1F6713;
}

.ouvidoria a:hover {
    color: #14410c;
}

.licitacoes a {
    /* color: #FFCA2B; */
    color: #c99f23;
}

.licitacoes a:hover {
    /* color: #FFCA2B; */
    color: #826717;
}

.iptu a {
    color: #B92222;
}

.iptu a:hover {
    color: #6c1414;
}
        
.box-service {
    height: 55px;
    font-weight: 500;
    background-color: #135993;
    padding-left: 25px;
    padding-right: 10px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.box-service:hover {
    background-color: #0d5087;
}

.box-service i {
    font-size: 1.5em;
}

.box-service:hover {
    transform: scale(1.1)
}

.box-publics .box-public {
    width: 49%;
}

.box-publics {
    padding: 5px 0;
}

.box-public {
    align-content: end;
    height: 150px;
    background-color: #E49538;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-out;
    box-sizing: border-box;
    overflow: hidden;
}

.box-public:hover {
    transform: scale(1.07);
}

.container {
    max-width: 1170px;
}

.overlay {
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* camada escura */
    z-index: 1;
}

h2.titulo {
    font-family: 'Raleway', sans-serif;
    margin: 25px 0px 20px 0px;
    color: #dc3822;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-bottom: 2px solid #4a4a4a;
}

h2.titulo a {
    font-family: 'Raleway', sans-serif;
    color: #11694b;
    font-weight: bold;
    /* font-size: 26px; */
}

h2.titulo span {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #4a4a4a transparent transparent transparent;
}

.scrollable-menu {
    height: auto;
}

.subtitulo_destaque {
    float: left;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3em;
    margin: 3rem;
    position: absolute;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.subtitulo_secundario {
    float: left;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3em;
    margin: 2rem;
    position: absolute;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.noticia-principal {
    bottom: 2rem;
}

.noticia-secundaria {
    bottom: 1rem;
}

.titulos h2 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #13402C;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.titulos h3 {
    text-align: center;
    width: auto;
    float: left;
    padding: 5px 0px;
    font-size: 12px;
    color: #575151;
    font-weight: 700;
    border-bottom: 2px solid rgb(255, 222, 46);
}

.bloco-photo {
    height: 350px;
    overflow: hidden;
    
}

.bloco-photo__photo {
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}

.noticia-principal-height {
    height: 350px;
}

.noticia-height {
    height: 150px;
}

.bloco-photo__photo.photo1 {
    background-image: url(/imagens/noticias/thumb_400x400_nota-de-pesar-2.jpg);            
}
.bloco-photo__photo.photo2 {
    background-image: url(/imagens/noticias/thumb_400x400_comprarterreno-social-media-prefeitura-de-morretes.png);            
}

.bloco-photo:hover .bloco-photo__photo {
    transform: scale(1.07);
}

.bloco-pequeno {
    height: 200px;
}

.bloco-pequeno:first-child {
    /*margin-bottom: 25px;*/
}

.bloco-pequeno h2 {
    font-size: 20px;
}

.mais-noticias {
    margin-top: 20px;
    border-top: 1px solid #90909042;
    padding-top: 20px;
}

.mais-noticias .bloco-pequeno{
    height: auto;
}

.mais-noticias h2.titulo {
    text-align: right;
}

.mais-noticias .titulos h2 {
    color: #132D67;
}

.titulo__mais-noticias {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    width: 200px;
    float: right;
    background-color: #004532;
    color: white;
    padding: 0 10px 0 0;
}

.titulo__mais-noticias:hover {    
    background-color: white;
    outline: 1px solid #d82511;
    color: #004532;
}

.veja-mais img {
    margin: 10px 0;
    max-height: 120px;
}

.mais-noticias .titulos h2 {
        margin-bottom: 0;
}

.box {
    /* margin-top: 30px; */
    /* box-shadow: 1px 1px 8px #b8b6b6; */
    border-radius: 5px;

    padding: 15px 30px;
}


/* .thumbnails {
    width:210px; 
    height:118px;
    margin-bottom: 10px;
} */

.thumbnails {
    width:280px; 
    height:168px;
    margin-bottom: 15px;
}

.footer-barra01 {
    padding: 20px;
    margin-left: 14px;
}

.footer-barra01 .menu h4 {
    color: #135993;
    padding: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}

.footer-barra02 img {
    max-width: 100%;
}

.footer-barra01 .menu ul {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-barra01 .menu ul li a {
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    font-weight: 400;
    transition: 0.3s;
}

.footer-barra02 img {
    max-width: 100%;
}

.footer-barra02 ul {
    list-style: none;
    width: 100%;
    min-height: 80px;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer-barra02 ul li {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.footer-barra02 ul li a {
    width: 100%;
    display: block;
    font-size: 30px;
    padding: 7px 7px;
    text-align: center;
    color: #135993;
    transition: 0.3s;
    border-top: 1px solid #135993;
}

.footer-barra02 ul li a:hover {
    border-top: 5px solid #135993;
}

.footer-barra02 .menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-barra02 .menu .bt-rodape {
    padding:10px;
    color: #FFF;
    background-color: #135993;
    margin-left: 0px;
    transition: 0.3s;
}

.footer-barra03 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background-color: #135993;
    margin-top: 2rem;
}

.footer-barra03 .copyright {
    text-align: center;
    color: #FFF;
    padding: 10px 0 5px 0;
    font-size: 14px;
}

@media all and ( min-width: 992px ) and ( max-width: 1268px ) {
    
    /* .box-service {
        font-size: 12px;
        height: 65px;
        padding: 0 5px;
    } */
    
    .navbar .navbar-nav .nav-link {
        padding: 20px 10px;
    }
    
    .navbar-nav {
        font-size: 14px;
    }

}

@media all and ( max-width: 578px ) {
    .navbar {
        padding: 0 5px 0 0;
    }

    .box {
        padding: 12px;
        margin-top: 15px;
    }

    .services .container {
        padding: 0;
    }

    .services li {
        font-size: 14px;
        letter-spacing: 0.9px;
    }
    
    .services i {
         font-size: 2.1em;
    }

    h2.titulo {
        margin-bottom: 15px;
    }

    h2.titulo a {
        font-size: 22px;
    }

    .bloco-photo {
        height: 408px;
    }

    .bloco-pequeno {
        height: 280px;
    }

    .bloco {
        height: 280px;
        margin-bottom: 20px;
    }
    
    .bloco-pequeno:first-child {
        margin-bottom: 20px;

    }

    .bloco-pequeno {
        margin-bottom: 20px;
    }

    .mais-noticias {
        margin-top: 10px;
    }
    
    .scrollable-menu {
        height: 300px;
        max-height: 450px;
        overflow-x: hidden;
    }
   
    .navbar .navbar-nav .nav-link {
        padding: 15px;
    }
  

    .footer-barra02 ul li { 
        width: 30px;
    }

    .footer-barra02 ul li a {
        font-size: 20px;
    }    
    
    .footer-barra02 ul {
        display: inline-block;
        width:initial;        
        margin-bottom: 0;       
    }

    .footer-barra02 .menu {
        margin-top: 20px;
    }

    .footer-barra02 .box-logo, .footer-barra02 .menu, .footer-barra02 ul { 
        text-align: center;
    }

}