* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Inter';
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}


.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}
/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pulseIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* end: Preloader */


h2.subtitulo {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #BE1522;
    border-left: 7px solid #BE1522;
    padding-left: 10px;
    margin: 0 0 25px;
}

/* Header */

header {
    background: #244779;
    padding: 20px 0;
}
header .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
header .nav-link:hover {
    font-weight: 700;
}
header .navbar {
    padding: 0;
    width: 100%;
    justify-content: space-between;
}
header .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
header .redes-sociais {
    margin-left: 15px;
}

.destaque-principal {
    padding: 25px 0 20px;
    background: url(../img/bg-destaque.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.destaque-principal .item {
    margin-bottom: 5px;
}
.destaque-principal .item figure {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin: 0;
}
.destaque-principal .item a:hover img {
    transform: scale(1.15);
}
.destaque-principal .item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
    transform: scale(1);
}
.destaque-principal .item .conteudo {
    position: relative;
    height: 260px;
    margin-top: -260px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px 15px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 1.45%, rgba(0, 0, 0, 0) 100%);
}
.destaque-principal .item .conteudo p {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 10px 0 0;
}
.destaque-principal .item .conteudo span {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.destaque-principal .categorias ul {
    padding-left: 0;
}
.destaque-principal .categorias li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 16px;
}
.destaque-principal .categorias li a {
    font-size: 14px;
    line-height: 16px!important;
}
.destaque-principal .col-6.col-md-6.col-sm-6:first-child {
    padding-right: 0.25rem!important;
}
.destaque-principal .col-6.col-md-6.col-sm-6:nth-child(2) {
    padding-left: 0.25rem!important;
}
.destaque-principal .col-6.col-md-6.col-sm-6:nth-child(3) {
    padding-right: 0.25rem!important;
}
.destaque-principal .col-6.col-md-6.col-sm-6:last-child {
    padding-left: 0.25rem!important;
}


h2.titulo-geral {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #244779;
    margin: 15px 0;
}
h2.titulo-geral:after {
    content: "";
    width: 32px;
    height: 4px;
    background: #BE1522;
    border-radius: 15px;
    display: table;
    margin-top: 5px;
}

.perfil img {
    border-radius: 5px;
}
.perfil p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
}
.perfil a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #BE1522;
    float: right;
}
.perfil a:hover {
    color: #244779
}

/* Footer */
footer {
    background-color: #244779;
    width: 100%;
    color: white;
    padding: 20px 0;
}
footer p {
    font-size: 14px;
    font-weight: normal;
}

/* Noticias Index */
.noticias.interna .post p img {
    max-width: 100%;
    height: auto;
}
.noticias.interna .post p iframe {
    max-width: 100%;
}

section.noticias {
    padding: 50px 0;
}

section.noticias .post:not(:first-child),
.banner-anuncio {
    margin-top: 40px;
}

section.noticias .post span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4F4F4F;
}
section.noticias .post h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #244779;
    transition: .5s;
    margin: 10px 0;
}
section.noticias .post p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    margin: 0 0 10px;
}
section.noticias .post a.leia-mais {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #BE1522;
    display: table;
    width: 100%;
    text-align: right;
}

section.interna .content, section.interna .post p, section.interna .post li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    margin: 2rem 0;
}
section.noticias .post h4:hover {
    color: #BE1522;
}
section.interna .post h4:hover {
    color: #BE1522;
}

section.noticias .post :is(small, a) {
    color: #828282;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    transition: .5s;
}

section.noticias .post a:hover {
    color: #244779;
    font-weight: 700;
}

section.interna .content {
    font-size: 16px;
    color: #4F4F4F;
    margin: 2rem 0;
    line-height: 1.3;
}


/* Pagination */
.pagination a.page-link {
    border: none;
    margin: .5rem;
    color: #4F4F4F;
    transition: .4s;
    border-radius: 5px;
}
.pagination a.page-link:hover,
.pagination a.page-link.active {
    color: white;
    background-color: #BE1522;
}

/* Anuncios */
section.banner-anuncio,
section.banner-anuncio-principal {
    margin: 3rem 0;
}

section.banner-anuncio a {
    width: 80%;
    margin: 0 auto;
}

section.banner-anuncio img,
section.banner-anuncio-principal img {
    border-radius: 5px;
}


.categorias ul {
    padding-left: 20px;
    list-style: none;
}
.categorias li {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.categorias li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #B9453B;
}

/* Mais lidas */

.mais-lidas h2 {
    color: #BE1522;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mais-lidas h2::after {
    content: "";
    background-color: #BE1522;
    width: 100px;
    height: 5px;
    display: block;
    position: relative;
    top: 15px;
}

.mais-lidas .item {
    min-height: 100px;
    padding: 10px 5px;
    border-top: 1px solid #F2F2F2;
}

.mais-lidas .item:nth-child(6) {
    border-bottom: 1px solid #F2F2F2;
}

.mais-lidas .item h1 {
    font-size: 50px;
    font-weight: bold;
    color: #E0E0E0;
    margin-bottom: 0;
    margin-right: 12px;
}

.mais-lidas .item p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #BE1522;
    margin-bottom: 0;
    transition: .5s;
}

.w-56{
    width: 56.8% !important;
}

.mais-lidas .item p:hover {
    color: #ff7bb4;
}

li#wtpsw-post-list-widget-2 {
    margin-bottom: 30px;
}
#wtpsw-post-list-widget-2 h2 {
    color: #BE1522;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#wtpsw-post-list-widget-2 h2::after {
    content: "";
    background-color: #BE1522;
    width: 100px;
    height: 5px;
    display: block;
    position: relative;
    top: 5px;
}
#wtpsw-post-list-widget-2 .wtpsw-post-li {
    padding: 20px 0!important;
    list-style: none;
}
#wtpsw-post-list-widget-2 a.wtpsw-post-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #BE1522;
    margin-bottom: 0;
    transition: .5s;
}
#wtpsw-post-list-widget-2 a.wtpsw-post-title:hover {
    color: #ff7bb4;
}


/* Interna */

section.comentarios {
    padding: 2rem 0;
}
section.comentarios h3#reply-title {
    font-size: 24px;
    color: #4F4F4F;
    font-weight: bold;
    margin-bottom: 10px;
}
section.comentarios textarea#comment {
    height: 70px;
    padding: 22px 30px 0;
    border: 1px solid #E0E0E0;
    width: 100%;
}
section.comentarios .comment-form-author input,
section.comentarios .comment-form-email input,
section.comentarios .comment-form-url input {
    border: 0;
    border: 1px solid #E0E0E0!important;
    border-radius: 0;
    padding-left: 3px;
    width: 100%;
}
section.comentarios input#submit {
    background: #BE1522;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
section.comentarios ol.commentlist {
    list-style: none;
}
section.comentarios .comment-body a {
    color: #BE1522;
}
section.comentarios p {
    color: #828282;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

section.comentarios form textarea {
    height: 70px;
    padding: 22px 30px 0;
    border: 1px solid #E0E0E0;
}

section.comentarios .form-group :is(textarea, input)::placeholder {
    color: #828282;
    font-size: 16px;
}

section.comentarios .form-group:not(:first-child) {
    padding-left: 25px;
    margin-top: 1.8rem;
}

section.comentarios form input {
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    padding-left: 3px;
}

section.comentarios form button.enviar {
    background-color: #BE1522;
    border-radius: 20px;
    height: 55px;
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 30px;
    transition: .3s;
    border: 2px solid transparent;
}

section.comentarios form button.enviar:hover {
    color: #BE1522;
    background-color: white;
    border: 2px solid #BE1522;
}

.wp_bannerize.anuncio.no-mobile img {
    /*width: 75%!important;*/
    margin: 50px auto 0;
    display: table;
}

ul#primeiro {
    padding: 0;
}
#primeiro table {
    width: 100%;
    display: table;
}
#primeiro caption {
    text-transform: capitalize;
    font-weight: bold;
    background-color: #BE1522!important;
    color: #fff;
    padding: 4px;
    caption-side: top;
    text-align: center;
}
#primeiro thead {
    border-bottom: 1px solid #d0d0d0;
}
#primeiro td, #primeiro th {
    padding: 8px 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #ccc;
}
#primeiro td a {
    color: #BE1522;
}
#primeiro nav {
    color: #fff;
    background-color: #BE1522;
    width: 100%;
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
}
#primeiro nav a {
    color: #fff;
}

.navigation ul.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    padding: 0;
    margin-top: 50px;
    justify-content: center!important;
}
.navigation span.page-numbers.current,
.navigation a.page-numbers:hover {
    color: white;
    background-color: #BE1522;
    position: relative;
    line-height: 1.25;
    margin: 0.5rem;
    border-radius: 30px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation a.page-numbers {
    border: none;
    margin: .5rem;
    color: #4F4F4F;
    transition: .4s;
    border-radius: 5px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}
.navigation span.page-numbers.dots {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    margin: .5rem;
    border-radius: 5px;
}

.selo-15anos {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 80px;
}

@media(min-width:1200px) {
    header .navbar {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    header {
        padding: 10px 0;
    }
    header a.navbar-brand img {
        width: 100px;
    }
    header li.nav-item {
        margin-left: 13px;
    }
    ul.navbar-nav {
        text-align: center;
    }
    header .nav-link {
        padding: 0.5rem 10rem;
        font-size: 12px;
        line-height: 14px;
    }
    .destaque-principal .item figure,
    .destaque-principal .item img {
        height: 140px;
    }
    .destaque-principal .item .conteudo {
        height: 140px;
        margin-top: -140px;
        padding: 5px;
    }
    .destaque-principal .item .conteudo span {
        font-size: 9px;
        line-height: 11px;
    }
    .destaque-principal .item .conteudo p {
        font-size: 11px;
        line-height: 13px;
        margin-top: 5px;
    }
    .destaque-principal section.categorias.mb-5 {
      margin-top: 10px;
  	}
    .destaque-principal .categorias li a {
      font-size: 12px;
      line-height: 14px!important;
  	}
    .destaque-principal .categorias li {
      margin-bottom: 5px;
      padding-bottom: 5px;
      line-height: 16px;
  	}
    .destaque-principal section.categorias.mb-5 {
      margin-top: 10px;
      margin-bottom: 0!important;
  	}
    .destaque-principal .categorias ul {
      padding-left: 0;
      margin-bottom: 0;
  }
  
    section.perfil.mb-5 {
        margin-top: 15px;
    }
    section.perfil.mb-5 img {
        margin: 0 auto;
        display: table;
    }
    
	section.noticias .post h4 {
        font-size: 30px;
    }
    section.noticias {
        padding: 1rem 0;
    }
    section.banner-anuncio-principal img {
        width: 60%!important;
        margin: 0 auto;
    }
    section.banner-anuncio img,
    section.banner-anuncio-principal img {
        display: flex;
        justify-content: center;
    }
    section.banner-anuncio img {
        width: 75%!important;
        margin: 0 auto;
    }
    section.noticias .mais-lidas {
        margin-top: 2rem;
    }
    header .desktop-logo {
        display: none;
    }
    header .mobile-logo {
        display: block;
        width: 65px!important;
    }
    footer p {
        text-align: center;
        font-size: 10px;
    }
    footer {
        padding: 15px 0;
    }
}