body {
    font-family: 'Roboto';
}
@font-face {
    font-family: 'Acumin Variable Concept';
    src: url('../fonts/AcuminVariableConcept.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}   

html {
    scroll-behavior: smooth;
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.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 */


/* Header */

header {
    background-color: #CB6843;
    overflow: hidden;
    height: 175px;
}

header .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
}

header .mobile-logo {
    display: none;
}

header .navbar {
    padding: 0;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

header .navbar-brand {
    /* background: url(../img/bg2.png) no-repeat; */
    /* background-size: contain; */
    width: 200px;
    /* height: 180px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

header .navbar-brand img {
    width: 100%;
}

header .navbar .d-flex.align-items-center {
    padding-top: 60px;
}

header .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

a.btn-grupo-whatsapp {
    background: #25D366;
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
}

a.btn-grupo-whatsapp svg {
    margin-right: 5px;
}

a.btn-grupo-whatsapp:hover {
    color: #fff;
}

:is(header, footer) .redes-sociais svg {
    margin: 0 6px;
    transition: .5s;
}

:is(header, footer) .redes-sociais a:hover svg {
    transform: scale(1.2);
}

.form-control {
    background: #FFFFFF;
    width: 100%;
    min-height: 60px;
    padding: 0.7rem 3rem 0.5rem;
    border: 1px solid #8C301E;
    box-sizing: border-box;
    border-radius: 5px;
    color: #828282;
    font-weight: lighter !important;

}

.form-control::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #828282;
}

.form-control:focus {
    color: #828282;
    background-color: #fff;
    border-color: #E0E0E0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c5c5c545;
}


.search {
    align-items: center;
    position: relative;
    left: 10%;
    color: #828282;

}

.search .pulse {
    color: #828282;
}

h1.fake {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #fdcce1;
}

section.banner {
    margin-top: 10px;
}


/* Footer */

footer {
    background-color: #CB6843;
    width: 100%;
    color: white;
}

footer .row {
    min-height: 50px;
}

footer p {
    font-size: 16px;
    font-weight: normal;
}

footer .redes-sociais {
    float: right;
}


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

.noticias.interna .post p iframe {
    max-width: 100%;
}

section.noticias {
    padding: 3rem 0;
}

section.noticias .post:not(:first-child) {
    margin-top: 4rem;
}

section.noticias .post .data {

    transform: skew(-20deg);
    padding: 5px 0px;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-radius: 3px;
}

section.noticias .post .data p {
    margin-bottom: 0;
    transform: skew(20deg);
    color: #828282;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .6px;
    margin: 0;
    line-height: 1.2;
}

section.noticias .post h4 {
    margin: 1.3rem 0 0.8rem;
    font-size: 32px;
    font-weight: bold;
    color: #4F4F4F;
    transition: .5s;
}

.excerpt-home p {
    font-size: 18px;
    color: #828282;
}

section.interna .content,
section.interna .post p,
section.interna .post li {
    font-size: 22px;
    color: #4F4F4F;
    margin: 2rem 0;
    line-height: 1.7;
}

section.noticias .post h4:hover {
    color: #CB6843;
}

section.interna .post h4:hover {
    color: #4F4F4F;
}

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

}

section.noticias .post a:hover {
    color: #050505;
    border-bottom: 1px solid #353131;
}

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

nav.pagination-container {
    text-align: center; /* Centraliza o contêiner da paginação */
}

.pagination {
    display: inline-block; /* Permite que o contêiner interno seja centralizado */
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.pagination li {
    display: inline; /* Alinha os itens em linha */
}

.pagination a.page-link, .pagination span.page-link {
    display: inline-block; /* Garante que os elementos tenham largura e altura */
    border: none;
    margin: .5rem;
    padding: 0.5rem 1rem; /* Padroniza o tamanho dos botões */
    color: #fff;
    background: #CB6843;
    transition: .4s;
    border-radius: 15px;
    text-decoration: none; /* Remove sublinhado dos links */
}

.paginator-home {
    padding-top: 10%;
    text-align: center;
}

.pagination .disabled .page-link {
    background: #fff; /* Novo background para itens desativados */
    color: #CB6843; /* Cor do texto para itens desativados */
    margin-top: 8px;
    border: 1px solid #CB6843;
    border-radius: 15px;
}

nav .pagination { 
    justify-content: center;
}

.pagination a.page-link:hover,
.pagination a.page-link.active {
    color: #C15A34;
    background-color: #fff;
    border: 1px solid #CB6843;
}

/* 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;
}


/* Mais lidas */

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

.mais-lidas h2::after {
    content: "";
    background-color: #E30069;
    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: #E30069;
    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: #E30069;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#wtpsw-post-list-widget-2 h2::after {
    content: "";
    background-color: #E30069;
    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: #E30069;
    margin-bottom: 0;
    transition: .5s;
}

#wtpsw-post-list-widget-2 a.wtpsw-post-title:hover {
    color: #ff7bb4;
}


/* Interna */

section.comentários {
    padding: 2rem 0;
}

section.comentários h3#reply-title {
    font-size: 24px;
    color: #4F4F4F;
    font-weight: bold;
    margin-bottom: 10px;
}

section.comentários textarea#comment {
    height: 70px;
    padding: 22px 30px 0;
    border: 1px solid #E0E0E0;
    width: 100%;
}

section.comentários .comment-form-author input,
section.comentários .comment-form-email input,
section.comentários .comment-form-url input {
    border: 0;
    border: 1px solid #E0E0E0 !important;
    border-radius: 0;
    padding-left: 3px;
    width: 100%;
}

section.comentários input#submit {
    background: #E30069;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

section.comentários ol.commentlist {
    list-style: none;
}

section.comentários .comment-body a {
    color: #E30069;
}

section.comentários p {
    color: #CB6843;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

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

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

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

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

section.comentários form button.enviar {
    background-color: #E30069;
    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.comentários form button.enviar:hover {
    color: #E30069;
    background-color: white;
    border: 2px solid #E30069;
}

.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: #E30069 !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: #E30069;
}

#primeiro nav {
    color: #fff;
    background-color: #E30069;
    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: #CB6843;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    margin: .35rem;
    border-radius: 5px;
}

.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(min-width:769px) {
    .wp_bannerize.banner-mobile {
        display: none;
    }
}

@media(max-width:991px) {
    .search {
        top: 55px;
        left: 0;
        bottom: 10px;
        color: #4F4F4F;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .desktop-img {
        display: none;
    }

    .widget-area img {
        margin-top: -20px;
        position: relative;
        left: 24%;
    }
}


@media(max-width:768px) {
    header .thaisa {
        position: relative;
        display: block;
        padding-bottom: 45px;
    }

    h1.fake {
        position: relative;
        right: 0;
        top: 0;
        font-size: 14px;
        color: #ff82b7;
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .selo-15anos {
        position: absolute;
        width: 70px;
        right: 5px;
        margin-top: -70px;
    }

    section.noticias .post h4 {
        font-size: 30px;
    }

    .wp_bannerize.anuncio.no-mobile {
        display: none;
    }

    .wp_bannerize.banner-mobile img {
        width: 75%;
        margin: 40px auto;
        display: table;
        object-fit: contain;
    }

    section.noticias {
        padding: 1rem 0;
    }

    section.banner-anuncio-principal img {
        width: 100% !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 .hashtag {
        display: none;
    }

    header .desktop-img {
        display: none;
    }

    header .desktop-logo {
        display: none;
        width: 100% !important;
    }

    header .mobile-logo {
        display: block;
        position: absolute;
        width: 40% !important;
        padding-bottom: 10px;
    }

    header .navbar-brand {

        width: 100px;
        height: 103px;
        overflow: hidden;
    
    }

    header .redes-sociais {
        position: relative;
        bottom: 10px;
    }

    .search {
        top: 55px;
        left: 0;
        bottom: 0px;
        color: #4F4F4F;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.banner {
        margin-top: -103px;
    }

    section.banner img {
        min-height: 116px;
        object-fit: cover;
        object-position: left;
    }

    footer .row {
        flex-direction: column-reverse;
    }

    footer .row div {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    footer p {
        text-align: center;
        font-size: 12px;
    }

    footer {
        padding: 25px 0;
    }

    .widget-area img {
        height: 359px;
        width: auto;
        margin-top: -20px;
        position: relative;
        left: 18%;
    }
}

@media only screen and (max-width:399px) {
    header .thaisa {
        display: block;
        width: 50% !important;
        top: 30px;
        position: relative;
        padding-bottom: 40px;
    }

    .widget-area img {
        margin-top: -20px;
        position: relative;
        left: 5%;
    }

    header .form-control {
        width: 150px;
    }

    header .mobile-logo {
        display: block;
        width: 100% !important;
        padding-bottom: 45px;
    }

    header .navbar-brand {
        width: 120px;
        height: 125px;
        
    }

    section.banner img {
        min-height: 85px;
        object-fit: cover;
        object-position: left;
    }

    .selo-15anos {
        position: absolute;
        width: 55px;
        right: 5px;
        margin-top: -45px;
    }
   
}
.line-menu{
    background:#C15A34;
    height: 45px;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.line {
    width: 102px;
    height: 5px;
    background-color:
        #DD885E;
    border: none;
    margin-left: 0;
    position: relative;
    top: 19px;

}

.data-line {
    width: 70px;
    height: 2px;
    background-color: #CB6843;
    border: none;
    margin-left:40px;
    position: relative;
    top: 20px;
    right: 50%;

}

.data-dot {
    width: 1px;
    height: 1px;
    background-color: #CB6843;
    border: none;
    margin-left: 5px;
    position: relative;
    top: 20px;
    right: 50%;
    border-radius: 50%;
    border: 1px solid #CB6843;

}

.divider {
    flex-grow: 1;
    /* Faz a linha crescer para preencher o espaço */
    height: 1px;
    /* Espessura da linha */
    /* background-color: #E1B6A1;  */
    background-image: linear-gradient(to right, #dd885e, #db845b, #d98057, #d67c54, #d47851);
    margin: 0 15px;
    /* Margens laterais */
    position: relative;
    top: 85px;
}

.divider-mobile {
    flex-grow: 1;
    height: 1px;
    background-image: linear-gradient(to right, #dd885e, #db845b, #d98057, #d67c54, #d47851);
    margin: 0 15px;
    position: relative;
    top: 20px;
}

.hashtag {
    color: #fff;
    margin-top: -15px;
    font-family: 'Acumin Variable Concept', sans-serif;
    font-weight: 200;
}
.hashtag-home {
    color:#CB6843;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Acumin Variable Concept', sans-serif;
    font-weight: 200;
}