*{
    margin: 0px;
    padding: 0px;
    border: 0px;
}


body {
  font-family: 'Montserrat', Arial, sans-serif;
}

#topo-data-cidade{
    /* width:100%; */
    background:#1F47BF;
    color:#fff;
    padding:9px 3%;
    font-size:13px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#topo-data-cidade span{
    display:flex;
    align-items:center;
    gap:6px;
}



#cabecalho_primeiro_elemento{
    height: 50px;
    width: 100%;
    background: #1F47BF;
    display: none;
}

#cabecalho_segundo_elemento{
    height: 70px;
    /* width: 100%; */
    background: linear-gradient(120deg, #1F47BF, #2a56d8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3%;

}

.custom-logo {
    max-height: 35px;   /* controla a altura */
    width: auto;       /*mantém proporção*/
}

#logo {
    height: 70px;
    /* width: 50%; */
    display: flex;
    align-items: center;
    gap: 6px;
    /* padding-left: 3%; */
}

#pesquisa {
    height: 70px;
    width: 15%;
    display: flex;
    align-items: center;
    gap: 6px;
}

#contato{
    width: 50%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    float: left;
    display: flex;
    align-items: center;
}

#rede_social{
    width: 50%;
    height: auto;
}

/* #email{
    height: auto;
    font-size: 13px;
    padding-left: 6%;
    float: left;
    display: flex;
    align-items: center;
}

#telefone{
    height: auto;
    margin-left: 8%;
    display: flex;
    align-items: center;
}

#contato img{
    width: 27px;
} */

#rede_social{
    width: 13%;
    height: 50px;
    float: left;
     display: flex;
    align-items: center;
    padding-left: 27%;
}

.social{
    float: left;
    padding-left: 15%;
    display: flex;
    align-items: center;
}

.social img{
    width: 27px;
}

.search-form {
  display: flex;
  align-items: center;
}

.search-field {
  padding: 10px 40px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.search-form button {
  /* padding: 11px 10px; */
  border: none;
  /* background: #fff; */
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}


/* CONTAINER */
#pesquisa{
    width:100%;
    max-width:280px;
}

/* FORM */
.search-form{
    position:relative;
}

/* INPUT */
.search-field{
    width:100%;
    padding:7px 100px 7px 10px;
    border-radius:5px;
    border:1px solid #ddd;
    font-size:14px;
    outline:none;
    transition:.3s;
    background:#fff;
}

/* FOCUS */
.search-field:focus{
    border-color:#1F47BF;
    box-shadow:0 0 0 3px rgba(31,71,191,.15);
}

/* BOTÃO LUPA */
.btn-search{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

/* ÍCONE */
.btn-search img{
    width:20px;
    opacity:.6;
    transition:.3s;
}

/* HOVER NA LUPA */
.btn-search:hover img{
    opacity:1;
    transform:scale(1.1);
}



.menu {
    width: 100%;
    list-style: none;
    display: flex;
    /* gap: 20px; */
}

.menu-principal {
    height: 47px;
    display: flex;
    justify-content: center;
}

.menu li {
    width: 100%;
    position: relative;
    text-align: center;
}

.menu li a {
    color: #1F47BF;
    text-decoration: none;
    padding: 15px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.menu li a:hover {
   
}


/* LINKS DO MENU */
.menu li a{
    position: relative;
    padding: 10px 12px;
    transition: color .3s ease;
}

/* COR AO PASSAR O MOUSE */
.menu li a:hover{
    color: #455d8c; /* pode trocar */
}

/* LINHA ANIMADA */
.menu li a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:0%;
    height:2px;
    background: #455d8c;
    transition:.3s ease;
}

/* ANIMA A LINHA */
.menu li a:hover::after{
    width:100%;
}


/* Submenu */
.menu .sub-menu {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #455d8c;
    list-style: none;
    min-width: 180px;
    padding: 0;
    z-index: 99;
}

.menu .sub-menu li a {
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
}

.menu li.current-menu-item > a,
.menu li.current-menu-parent > a {
  background-color: #455d8c; /* cor ativa */
  color: #fff;
}

/* Hover */
.menu li:hover > .sub-menu {
    display: block;
}

.menu .sub-menu li a:hover {
    background: #fff;
    color: #455d8c;
}



/* Footer */
#footer_primeiro_elemento{
    width: 100%;
    height: 300px;
    /* background: #304e9d; */
    background: linear-gradient(120deg, #304e9d, #1F47BF);
}


#footer_segundo_elemento{
    width: 100%;
    height: 60px;
    color: #fff;
    background: #1f47bf;
    font-size: 16px;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
}

.footer_coluna{
    width: 25%;
    height: 100%;
    float: left;
}

#footer_logo{
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
}

#footer_link_uteis{
    /* display: grid;
    justify-content: center; 
    align-items: center;     */
}

#footer_link_uteis h4{
    margin-top: 50px;
    margin-left: 35%;
    font-size: 18px;
    color: #fff;
}

#footer_contato h4 {
    margin-top: 50px;
    margin-left: 35%;
    font-size: 18px;
    color: #fff;
}


#footer_contato li {
    color: #fff;
    font-size: 14px;
    list-style: none;
    margin-top: 10px;
    margin-left: 35%;
    display: flex;
    align-items: center;
}

#footer_contato #email img {
    width: 30px;
}

#footer_contato #telefone img {
    width: 30px;
}


#footer_link_uteis li{
    list-style: none;
    margin-top: 10px;
    margin-left: 35%;
}


#footer_link_uteis li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

#footer_link_uteis li a:hover{
   text-decoration: underline;
}

#footer_rede_social{
    /* display: grid;
    justify-content: center; 
    align-items: center;     */
}


.footer_social img{
    width: 33px; 
}


#footer_rede_social h4{
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
}

.footer_social{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */

}

#footer_rede_social h4{
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
    gap: 10px;
    max-width: 120px; /* opcional */
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
    margin-left: 37%;
    padding-top: 5px;
    padding-bottom: 5px;
}


#footer_segundo_elemento{
    text-align:center;
    font-size:15px;
    color:#6FA0E0;
}

#footer_segundo_elemento a{
    color:#1F47BF;
    font-weight:600;
    text-decoration:none;
}

#footer_segundo_elemento a:hover{
    text-decoration:underline;
}

.logo-websist img{
    height:60px;
    width:auto;
    vertical-align:middle;
    margin-left: -27px;
}




/* Pagina de Contato */
.contato #banner img{
    width: 100%;
}

#contato_conteudo{
    width: 100%;
    height: 730px;
}

#contato_mensagem{
    width: 30%;
    float: left;
    padding-top: 5%;
    padding-left: 10%;
}

#contato_mensagem p{
    color: #9c9b9b;
}

#contato_mensagem h3{
    text-align: center;
    margin-bottom: 15px;
}

#contato_formulario{
    width: 40%;
    padding: 5%;
    float: left;
}

#contato_formulario h3{
    text-align: center;
    margin-bottom: 15px;
}

#contato_formulario form{
   color: #9c9b9b;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.wpcf7 input[type="submit"] {
  background: #005a87;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* Banner Home */
.banner-swiper {
  height: 170px;
  width: 800px;
}

#home_banner1{
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
  .banner-swiper {
    height: 180px;
  }
}

/* Home */
#home_elemento2{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 50px;
}

#home_coluna1{
    width: 25%;
    float: left;
}

#home_coluna2{
    width: 50%;
    float: left;
}

#home_coluna3{
    width: 25%;
    float: left;
}


#home_coluna_mais_lidas{
    width: 90%;
    margin-left: 20%;
}

#home_coluna_mais_lidas li{
    list-style: none;
    margin-bottom: 30px;
}

#home_coluna_mais_lidas li:hover{

    h4{
        color: #0073aa;
    }
    img{
        opacity: 0.75;
        transition-duration: 1s;
    }
}

#home_coluna_mais_lidas li a{
   text-decoration: none;
}

#home_coluna_mais_lidas li a h4{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#home_coluna_mais_lidas h3{
    /* font-size: 25px;
    padding-left: 13%;
    font-weight: 600; */
}

.mais-lidas img {
    height: 180px;
    width: 80%;
    object-fit: cover;
}


#home_coluna_mais_lidas .titulo-mais-lida{
    padding-top: 10px;
    padding-left: 10px;
    width: 75%;
}


/* Pricipais Notícias*/
.categoria-principal{
    width: 90%;
}

.card-noticia {
    position: relative;
    display: block;
    overflow: hidden;
}

.card-noticia img {
    width: 100%;
    height: auto;
    /* object-fit: cover;
    display: block; */
}

/* Título sobre a imagem */
.titulo-sobre-imagem {
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 76%; */
    padding: 15px;
    margin: 0;

    color: #fff;
    font-size: 25px;
    font-weight: 500;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0)
    );
}

#home_coluna2{
    /* display: flex; */
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
}

#home_coluna2 h3{
    width:100%;
    text-align:center;
    position:relative;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:5px;
    padding-bottom:10px;

    /* border-bottom:3px solid #1F47BF; */

    letter-spacing:1px;
}

#home_coluna2 h3::after{
    content:'';
    width:50px;
    height:4px;
    background:#1F47BF;
    display:block;
    margin:8px auto 0;
}



#home_coluna2 h4{
    width: 97%;
    font-size: 20px;
    font-weight: 600;
}

/* GRID GERAL */
.categoria-principal {
    display: grid;
   padding-left: 5%;
}

.noticia-principal-item a{
    margin-bottom: 20px;
}

/* Título */
.titulo-sobre-imagem {
    font-size: 22px;
}

.destaque-pequeno .titulo-sobre-imagem {
    font-size: 16px;
}

.noticia-principal-item:hover{
    opacity: 0.75;
    transition-duration: 1s;
}




/* TITULO */
.mais-lidas .titulo-secao{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
    padding-left:10px;
    border-left:4px solid #1F47BF;
}

/* LISTA */
.mais-lidas ul{
    list-style:none;
    padding:0;
    margin:0;
}

/* ITEM */
/* .item-mais-lida{
    margin-bottom:12px;
} */

.item-mais-lida a{
    /* display:flex;
    gap:10px;
    text-decoration:none;
    color:#111; */
    transition:.3s;
}

/* HOVER */
.item-mais-lida a:hover{
    transform:translateX(5px);
}

/* THUMB */
.thumb-mais-lida img{
    /* width:80px;
    height:60px;
    object-fit:cover;
    border-radius:6px; */
}

/* TITULO */
/* .titulo-mais-lida h4{
    font-size:14px;
    line-height:1.3;
    margin:0;
} */

/* NUMERO */
.titulo-mais-lida h4 span{
    color:#1F47BF;
    font-weight:700;
}



/* 
.ultimas-noticias {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
} */


/* #home_coluna3 h3{
    width: 100%;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
    padding-left:10px;
    border-left:4px solid #1F47BF;
} */


#home_coluna3 h3{
    /* width:100%; */
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;

    text-align:right;

    padding-right:10px;
    border-right:4px solid #1F47BF;

    /* remove o antigo */
    padding-left:0;
    border-left:none;
}


/* Primeira notícia */
.noticia-grande img {
    height: 250px;
}

/* Demais */
.noticia-pequena img {
    height: 120px;
}

.ultimas-noticias img {
    width: 100%;
    object-fit: cover;
}

.ultimas-noticias h3 {
    font-size: 18px;
    margin-top: 8px;
}

.noticia-pequena h3 {
    font-size: 14px;
}

.noticia-pequena{
    width: 50%;
}

.ultimas-noticias {
    width: 73%;
    margin-left: 6%;
    grid-template-areas:
        "grande pequeno"
        "grande pequeno"
        "grande pequeno"
        "grande pequeno";
}

.noticia-grande { grid-area: grande; }
.noticia-pequena { grid-area: pequeno; }


/* Primeira notícia */
.noticia-destaque img {
    /* width: 90%; */
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.noticia-destaque h4 {
    width: 100%;
    font-size: 18px;
    color: #000;
    /* text-align: center; */
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 30px;
}

.noticia-destaque a {
    text-decoration: none;
}

/* Demais notícias */
.linha-noticia {
    height: 150px;
    display: flex;
    /* align-items: center; */
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
}

.linha-noticia img {
    width: 50%;
    border-radius: 5px;
    object-fit: cover;
}

.linha-noticia h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.linha-noticia:hover{
   opacity: 0.75;
   transition-duration: 1s;

   h4{
    color: #0073aa;
   }
}

.noticia-destaque:hover{
    opacity: 0.75;
    transition-duration: 1s;

    h4{
    color: #0073aa;
    }
}

.linha-noticia img {
    height: 120px;
    /* width: auto; */
    object-fit: cover;
    flex-shrink: 0;
}


/* Home Mais Notícias */
#home_elemento4{
    margin-top: 50px;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 50px;
}

#home_elemento4 h3{
    width: 100%;
    margin-left: 5%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

#home_elemento4 h5{
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #a0a0a0;
}


.ultimas-por-categoria {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.noticia-categoria {
    display: flex;
    gap: 20px;
    align-items: center;
}

.noticia-imagem {
    width: 35%;
    height: 320px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 5px;
}

.noticia-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* mantém proporção e corta */
    display: block;
}


.noticia-info {
    width: 63%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.noticia-meta {
    display: flex;
    align-items: center;
    gap: 50px; /* espaço entre categoria e data */
}

.noticia-categoria-nome {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1F47BF;
}

.noticia-data {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
}

.noticia-titulo a {
    font-size: 25px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.noticia-resumo {
    font-size: 18px;
    color: #444;
    text-align: justify;
}

.noticia-categoria {
    align-items: stretch;
}

#home_elemento4 .noticia-categoria{
    border-top: #444 solid 1px ;
    padding-top: 35px;
    margin-bottom: 10px;
}

.ver-mais-noticias {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.btn-ver-mais {
    display: inline-block;
    padding: 20px 40px;
    background: linear-gradient(135deg, #0d6efd, #304e9d);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
}

.btn-ver-mais:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
}

.noticia-link{
    display:flex;
    gap:15px;
    text-decoration:none;
    color:inherit;
}

.noticia-link:hover{
    color: #0073aa;
    span, p{
        color: #0073aa;
    }
}



/* Página Ultimas Noticias */
#ultimas_elemento1 #ultimas_titulo{
    width: 250px;
    /* height: 80px; */
    background: #304e9d;
    text-align: center;
    padding: 15px 2px;
    margin-left: 5%;
    margin-top: 20px;
    border-radius: 5px;
}

#ultimas_elemento1 #ultimas_titulo h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#ultimas_elemento1{
    height: 100px;
    width: 100%;
}

#ultimas_elemento2{
    height: auto;
    width: 90%;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 100px;

}

#ultimas_elemento2 #ultimas_listagem{
    height: auto;
    width: 65%;
    float: left;
    padding-right: 5%;

}

#ultimas_elemento2 #ultimas_listagem .noticia-categoria{
    border-top: #444 solid 1px ;
    padding-top: 40px;
}

#ultimas_elemento2 #ultimas_listagem .ultimas-por-categoria{
    gap: 40px;
}

#ultimas_elemento2 #ultimas_anuncio{
    height: auto;
    width: 30%;
    float: left;

}


/* Banner quadrado */
.banner-sidebar {
    position: relative;
    width: 350px;
    height: 380px;
    overflow: hidden;
    margin-bottom: 25px;
}

.banner-sidebar .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}

.banner-sidebar .slide.active {
    opacity: 1;
    z-index: 2;
}

.banner-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Botton Carregar Mais noticias */
#carregar-mais {
    display: block;
    margin: 40px auto;
    padding: 14px 40px;
    background: linear-gradient(135deg, #0d6efd, #304e9d);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

#carregar-mais:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
}

#carregar-mais:disabled {
    background: #8c8c8c;
    cursor: not-allowed;
    box-shadow: none;
}

#carregar-mais.loading {
    opacity: .6;
    pointer-events: none;
}

#carregar-mais-categoria{
    display: block;
    margin: 40px auto;
    padding: 14px 40px;
    background: linear-gradient(135deg, #0d6efd, #304e9d);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

#carregar-mais-categoria:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
}

.contador-resultados {
    font-size: 14px;
    color: #FFF;
    margin-left: 8px;
}

#carregar-mais-busca{
    display: block;
    margin: 40px auto;
    padding: 14px 40px;
    background: linear-gradient(135deg, #0d6efd, #304e9d);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

#carregar-mais-busca:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
}



/* Descrição Noticia */
#pagina-noticia {
    /* max-width: 900px; */
}

.noticia-categoria-topo {
    color: #0073aa;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.noticia-titulo-principal {
    font-size: 32px;
    margin-bottom: 10px;
}

.noticia-autor {
    font-size: 16px;
    font-weight: 600;
}

.noticia-detalhe .noticia-data {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.noticia-imagem-principal img {
    /* width: 100%;
    height: auto; */
    /* object-fit: cover; */
    /* display: block; */
    /* object-position:50% 30%; */
    max-height:500px;
    width:100%;
    height:auto;
    object-fit:contain;
}

.noticia-conteudo p {
    line-height: 1.8;
    margin-bottom: 15px;
}

#noticia_redes_sociais{
    width: 10%;
    height: auto;
    float: left;
}

#noticia_redes_sociais li{
   list-style: none;
}

#noticia_redes_sociais li img{
   width: 60%;
}

.noticia_descricao{
    width: 90%;
    height: auto;
    float: left;
    text-align: justify;
}

.noticia-titulo{
    font-size: 20px;
    font-weight: 600;
}

.credito-imagem{
    display:block;
    font-size:12px;
    color:#777;
    margin-top:6px;
    font-style:italic;
    text-align: center;
}

.noticia-conteudo{
    margin-top: 20px;
}



.descricao_ultimas_noticias {
    width: 80%;
    /* margin-left: 6%; */
    grid-template-areas:
        "grande pequeno"
        "grande pequeno"
        "grande pequeno"
        "grande pequeno";
}

.descricao_noticia_grande { grid-area: grande; }
.descricao_noticia_pequena { grid-area: pequeno; }


/* Primeira notícia */
.descricao_noticia_destaque img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.descricao_ultimas_noticias h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.descricao_noticia_destaque h4 {
    width: 100%;
    font-size: 18px;
    color: #000;
    /* text-align: center; */
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 30px;
}

.descricao_noticia_destaque a {
    text-decoration: none;
}

/* Demais notícias */
.descricao_linha_noticia {
    height: 105px;
    display: flex;
    /* align-items: center; */
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
}

.descricao_linha_noticia img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}


.descricao_linha_noticia h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.descricao_linha_noticia:hover{
    
    img{
        opacity: 0.75;
        transition-duration: 1s;
    }
   h4{
    color: #304e9d;
   }
}

.descricao_noticia_destaque:hover{
   
    img{
        opacity: 0.75;
        transition-duration: 1s;
    }
    h4{
        color: #304e9d;
    }
}

#ultimas_elemento3 #ultimas_titulo h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#ultimas_elemento3 #ultimas_titulo{
    width: 250px;
    /* height: 80px; */
    background: linear-gradient(135deg, #0d6efd, #304e9d);
    text-align: center;
    padding: 15px 2px;
    margin-left: 28%;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
}

#descricao_lista_noticias{
    width: 57%;
    margin-left: 5%;
    margin-bottom: 100px;
}


.ultimas-6{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.card-noticia{
    background:#fff;
}

.card-noticia:hover{
    .card-titulo{
        color: #0073aa;
    }
    .card-resumo{
        color: #0073aa;
    }
}

.card-link{
    display:block;
    text-decoration:none;
    color:#000;
}

.card-imagem img{
    width:100%;
    height:220px;
    object-fit:cover;
    object-position: 50% 15%;
    /* border-radius:6px; */
}

.card-titulo{
    margin:10px 0 5px;
    font-size:18px;
    font-weight:600;
}

.card-resumo{
    font-size:14px;
    color:#555;
}

.footer_social img{
    transition:.3s;
}

.footer_social:hover img{
    transform:scale(1.1);
}

.social img{
    transition:.3s;
}

.social:hover img{
    transform:scale(1.1);
}

.descricao_social img{
    transition:.3s;
}

.descricao_social:hover img{
    transform:scale(1.1);
}




/* PC */
@media(max-width:1630px){
    #footer_contato li {
        margin-left: 30%;
    }

    #footer_contato h4 {
        margin-left: 30%;
    }

}

/* PC */
@media(max-width:1520px){
    #footer_contato li {
        margin-left: 20%;
    }
    
    #footer_contato h4 {
        margin-left: 20%;
    }

}

/* PC */
@media(max-width:1340px){
    #footer_contato li {
        margin-left: 12%;
    }

    #footer_contato h4 {
        margin-left: 12%;
    }

    #footer_link_uteis li{
        margin-left: 22%;
    }

    #footer_link_uteis h4 {
        margin-left: 22%;
    }

    .grid{
        margin-left: 30%;
    }

}

/* PC */
@media(max-width:1210px){
    #footer_contato li {
        margin-left: 0;
    }

    #footer_contato h4 {
        margin-left: 0;
    }

}

/* Menu Mobile */
#menu-mobile-btn{
    display:none;
    font-size:28px;
    cursor:pointer;
}



/* Tablet */
@media(max-width:1024px){

    /*FOOTER*/
    #footer_primeiro_elemento {
        height: 600px;
    }

    #footer_logo img{
        width: 160px;
    }

    #footer_link_uteis h4{
        margin-top: 80px;
    }

    .footer_coluna {
        width: 50%;
        height: 50%;
        float: left;
    }

    #footer_contato li {
        margin-left: 25%;
    }

    #footer_contato h4 {
        margin-left: 25%;
    }

    .grid{
        margin-left: 37%;
    }

    #footer_link_uteis li{
        margin-left: 35%;
    }

    #footer_link_uteis h4 {
        margin-left: 35%;
    }

    #footer_segundo_elemento{
        font-size: 14px;
    }


    /* Noticia Listagem */
    .noticia-link {
        display: block;
    }

    .noticia-imagem {
        width: 100%;
        height: auto;
    }

    .noticia-imagem img {
        max-height: 260px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .noticia-meta{
        justify-content: space-between;
    }

    .noticia-info {
        width: 100%;
        gap: 10px;
        margin-top: 10px;
    }

    .banner-swiper{
         width:100%;
        height:auto;
        max-height:200px;
        object-fit:contain;
    }

    .banner-swiper .swiper-wrapper .swiper-slide a img{
        width:100%;
        height:auto;
        max-height:200px;
        object-fit:contain;
    }

    /* Mais Lidas Principais Ultimas */
    #home_elemento2{
        display: block;
    }

    #home_coluna1{
        float: none;
        width: 100%;
    }
    
    #home_coluna2{
        float: none;
        width: 100%;
        margin-top: 60px;
    }

    #home_coluna3{
        float: none;
        width: 100%;
        margin-top: 60px;
    }

    #home_coluna_mais_lidas {
        width: 100%;
        margin-left: 0;
    }

    #home_coluna_mais_lidas h3 {
        margin-left: 5%;
    }

    .ultimas-noticias{
        width: 94%;
        margin-left: 3%;
    }

    .mais-lidas img {
        max-height: 300px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #home_coluna_mais_lidas li a h4 {
        text-align: center;
    }

    #home_coluna_mais_lidas .titulo-mais-lida {
        width: 96%;
        margin-bottom: 50px;
    }

    .categoria-principal {
        padding-left: 0%;
    }
    .categoria-principal {
        width: 100%;
    }

    #home_coluna2 h4 {
        font-size: 16px;
    }

    /* Menu Mobile */
    #menu-mobile-btn{
        display:block;
        padding:10px;
    }

    /* .menu-principal{
        display:none;
        width:100%;
    } */

    .menu-principal{
        display: none;
        position: relative;
        top:0;
        left:0;
        width:95%;
        background:#fff;
        z-index: 9999;
    }

    .menu-principal.active{
        display:block;
    }

    .menu{
        flex-direction:column;
        background:#fff;
        padding:10px;
    }

    .menu li{
        border-bottom:1px solid #eee;
        padding:10px 0;
    }

}

/* Celular */
@media(max-width:768px){
    #footer_contato li {
        margin-left: 20%;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
    }

    #footer_contato h4 {
        margin-left: 20%;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
    }

    .grid{
        margin-left: 30%;
    }

    #footer_link_uteis li{
        margin-left: 30%;
    }

    #footer_link_uteis h4 {
        margin-left: 30%;
    }

    /* Noticia Listagem */


    /* Header */
    #topo-data-cidade{
        display: block;
    }

    #topo-data-cidade span{
        justify-content: center;
    }

    #cabecalho_segundo_elemento{
        display: block;
        height: auto;
    }

    #logo{
        justify-content: center;
    }

    .custom-logo{
        max-height: 28px;
    }

    #pesquisa{
        justify-content: center;
        margin-left: 15%;
    }

    /* Mais Lidas Principais Ultimas */
    .mais-lidas img {
        /* max-height: 250px; */
    }

    .noticia-destaque h4{
        font-size: 16px;
    }

    #home_elemento4 h5{
        font-size: 18px;
    }

    #home_elemento4 h3{
        font-size: 16px;
    }

    .noticia-categoria-nome {
        font-size: 16px;
    }

    .noticia-data {
        font-size: 16px;
    }

    .noticia-titulo {
        font-size: 16px;
    }

    .noticia-resumo {
        font-size: 15px;
    }

    #home_elemento4 {
        padding-left: 3%;
        padding-right: 3%;
    }

    #home_coluna_mais_lidas h3{
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-left: 0;
        padding-bottom: 10px;
        /* border-bottom: 3px solid #1F47BF; */
        letter-spacing: 1px;
        border-left: none;
    }

    #home_coluna2 h3 {
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        padding-bottom: 10px;
        /* border-bottom: 3px solid #1F47BF; */
        letter-spacing: 1px;
    }

    #home_coluna3 h3{
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        padding-bottom: 10px;
        /* border-bottom: 3px solid #1F47BF; */
        letter-spacing: 1px;
        border-right: none;
    }

    #home_coluna_mais_lidas h3::after {
        content: "";
        width: 50px;
        height: 4px;
        background: rgb(31, 71, 191);
        display: block;
        margin: 8px auto 0px;
    }

    #home_coluna3 h3::after {
        content: "";
        width: 50px;
        height: 4px;
        background: rgb(31, 71, 191);
        display: block;
        margin: 8px auto 0px;
    }

    .btn-ver-mais {
        padding: 14px 25px;
    }

    #ultimas_elemento2 {
        width: 94%;
        display: block;
        padding-left: 3%;
        padding-right: 3%;
    }

    #ultimas_elemento2 #ultimas_listagem {
        height: auto;
        width: 100%;
        float: none;
        /* display: flex; */
    }

    #ultimas_elemento2 #ultimas_anuncio {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    #ultimas_elemento1 #ultimas_titulo {
        margin-left: 20%;
    }

    .noticia-titulo-principal {
        font-size: 20px;
        text-align: center;
    }

    .noticia-detalhe .noticia-data {
        font-size: 14px;
    }

    #noticia_redes_sociais li {
        float: left;
    }

    .noticia-autor {
        font-size: 15px;
    }

    #noticia_redes_sociais {
        width: 12%;
    }

    .noticia_descricao {
        width: 100%;
        float: none;
        font-size: 15px;
    }

    #noticia_redes_sociais li img {
        width: 80%;
    }

    .banner-sidebar {
        margin-left: 4%;
    }

    .descricao_ultimas_noticias h3 {
        font-size: 20px;
    }

    .descricao_ultimas_noticias {
        width: 100%;
    }

    .descricao_noticia_destaque h4 {
        font-size: 16px;
    }

    #ultimas_elemento3 #ultimas_titulo {
        width: 200px;
        padding: 10px 2px;
        margin-left: 25%;
    }

    #ultimas_elemento3 #ultimas_titulo h3 {
        font-size: 16px;
    }

    #descricao_lista_noticias {
        width: 90%;
    }

    .card-titulo {
        font-size: 16px;
        text-align: center;
    }

    #contato_mensagem {
        width: 90%;
        float: none;
        padding-left: 5%;
        padding-top: 2%;
    }

    #contato_mensagem h3 {
        text-align: center;
        margin-bottom: 5px;
        font-size: 17px;
    }

     #contato_mensagem p {
        font-size: 15px;
        text-align: center;
    }

    #contato_formulario {
        width: 90%;
        padding: 5%;
        float: none;
    }

    #contato_formulario h3 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .wpcf7 input, .wpcf7 textarea {
        width: 93%;
    }

    .wpcf7 input[type="submit"] {
        width: 99%;
    }


}

/* Celular pequeno */
@media(max-width:480px){
     .grid{
        margin-left: 20%;
    }

    #footer_link_uteis li{
        margin-left: 15%;
    }

    #footer_link_uteis h4 {
        margin-left: 15%;
    }

     #footer_contato li {
        margin-left: 10%;
    }

    #footer_contato h4 {
        margin-left: 10%;
    }

    /* Noticia Listagem */
    

}






