@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --bg-default:   #fffeff;
    --font1:        #333333;
    --theme-color1: #092b63;
    --theme-color2: #ffffff;
    --icon-color1:  #212121;
    --icon-color2:  #1667EB;    
    --icon-color3:  #9AA0A6;    
    --icon-color4:  #BDC1C6; 
    --icon-color5:  #fccb03;  
    --bg-header:    #092b63; 
    --bg-footer:    #092b63;
    --bg-home:      #f1f3f4;
}


.biosection{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 25px;
    box-shadow: 0 4px 8px -7px rgba(0,0,0,0.2);
}


.info-autor figure {
    width: 200px;
    height: 200px;
    position: relative;
    left: 36px;
    -webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    border: 2px solid var(--bg-header);
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
}



@-webkit-keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-top {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}



.info-bio {
    background: var(--bg-header);
    padding: 14px 14px 14px 60px;
    border-radius: 13px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
    width: 70%;
    min-height: 250px;
}

.info-bio p {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
        vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
      -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.info-bio.active p{
    -webkit-line-clamp:none;
}



.info-bio .title-bio {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 700;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.card-news a{
    display: block;
    width: 100%;
}

.layout-for-cards .first-sec-card{

    background: #ffffff;
    padding: 0;
    margin-bottom: 10px;
}
.layout-for-cards{
    background: var(--bg-home);
}

.layout-for-cards .card-news{
    padding: 6px 7px;
    background: var(--bg-default);
}

.layout-for-cards .aside-item{
     background: var(--bg-default);
}

.layout-for-cards .aside-item{
    border:none;
    box-shadow: none;
    border-radius: 0;
}
.layout-for-cards .card-w.w-getcontent {
    background: #ffffff;
    padding-top: 10px;
}

.itemcard-type-1 a{
    width: 100%;
}
.data-post-list{
    position: absolute;
    bottom:0;
}

.time-post-widget{
    color: var(--theme-color1);
    font-weight: 900;
    font-size: 0.8rem;
}
.data-post-widget {
    font-size: 0.8rem;
    color: var(--bs-dark);
}

.card-subtitle-2{
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-subtitle-default{
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
}

.bloco-busca .card-subtitle-default{

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cards-destaques .title-default{
    font-size: 1.4rem;
    line-height: 140%;
}

.cards-destaques .card-title {
    font-size: 2.0rem;
}

.cards-destaques .itemcard-type-1 .title-default, .cards-destaques .itemcard-type-1 .card-title {
    -webkit-line-clamp:4;
        font-size: 1.5rem;

}

.cards-destaques .itemcard-type-2 .title-default, .cards-destaques .itemcard-type-2 .card-title {
    -webkit-line-clamp: 4;
        font-size: 1.5rem;
}

.itemcard-type-1, .itemcard-type-2,.shadow-card {
   box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    border-radius: 2px;
    padding: 5px 9px;
}

.itemcard-type-0 .indicator-category, .itemcard-type-0 .time-post{
    display:none;
}

.itemcard-type-1 .image-block{
    display: none;
}
.shadow-default{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    border-radius: 2px;
    background: var(--bg-default);
}

.layout-for-cards .card-w.w-getcontent{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    border-radius: 2px;
    background: var(--bg-default);
}

.row.shadow-default{
        padding:14px 9px 5px 9px;
}
.itemcard-type-1 .text-card, .itemcard-type-2 .text-card,
.card-item-list .text-card{
    position: relative;
    padding: 0;
}
.card-item-list .text-card {
       max-width: 95%;
}

.card-item-list .theme-post{
    position: static;
    left:0;
}

.itemcard-type-1 .master-category,.itemcard-type-2 .master-category, .w-getcontent .master-category{
    background: transparent!important;
    color: var(--theme-color1);
    padding: 0;
    text-transform: uppercase;
}

.itemcard-type-1 .indicator-category{
    padding: 0px;
}

.home-column{
    margin-top: 11px;
}

.flex-h-auto {
    flex: 1 1 auto;
    align-items: center;
/*    max-height: clamp(15rem, 26vh, 23rem);*/
}

   .sticky-form textarea.form-control{
        height:100px;
    }

@media (min-width: 1400px){
    .sticky-form textarea.form-control{
        height:200px;
    }
}
/* DESKTOP */
@media (min-width: 992px) {


  .r89-desktop-billboard-atf { min-height: 250px; margin: 20px 0; }
  .r89-desktop-billboard-btf { min-height: 250px; margin: 20px 0; }
  .r89-desktop-video-outstream { min-height: 250px; margin: 20px 0; }
  .r89-desktop-InContent { min-height: 250px; margin: 20px 0; }
  .r89-desktop-rectangle-atf { min-height: 250px; margin: 20px 0; }
}

/* MOBILE */
@media (max-width: 991px) {
  .r89-mobile-billboard-top { min-height: 250px; margin: 20px 0; }
  .r89-mobile-video-outstream { min-height: 250px; margin: 20px 0; }
  .r89-Mobile-Rectangle-Mid-300x600 { min-height: 600px; margin: 20px 0; }
  .r89-mobile-rectangle-infinite { min-height: 250px; margin: 20px 0; }
}


.bg-trend {
    background: var(--icon-color5);
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 95px;
}

.bc-trend-news {
    background-color: var(--icon-color5);
    display: block;
    padding: 8px 0px 8px 30px;
    position: relative;
}

.bc-trend-news>div {
    display: flex;
    position: relative;
}

.bc-trend-news>div>div a {
    background-color: var(--icon-color5);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.3rem;
    margin-left: 20px;
    white-space: nowrap;
    height: 100%;
}

.bc-trend-news>div>div a:nth-child(odd){
    color: #ffffff;
}
.bc-trend-news>div>div a:nth-child(even){
    color: var(--bg-header);
}

.bc-trend-news>div:before {
    background: linear-gradient(90deg,var(--icon-color5),transparent);
    content: "";
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2;
}


.bc-trend-news:after, .bc-trend-news:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
}

.bc-trend-news:before {
    background: var(--icon-color5) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDgwMCA4MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwMCA4MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDkyYjYzO30KPC9zdHlsZT4KPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIj4KPC9nPgo8ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIj4KPC9nPgo8ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+Cgk8dGl0bGU+dHJlbmQ8L3RpdGxlPgoJPGcgaWQ9IlBhZ2UtMSI+CgkJPGcgaWQ9IkNvbWJpbmVkLVNoYXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NC4wMDAwMDAsIDY0LjAwMDAwMCkiPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAyLjcsMzZsMCw1MzMuM2w1MzMuMywwVjYzNmwtNTMzLjMsMGwwLDBIMzZWMzZIMTAyLjd6IE02MDcuMiwzMzAuOGwyNC4zLDQzLjdsLTE1Ny44LDg3LjdsLTE4MC4zLTMyLjggICAgIEwxNjkuMSw1MzguMWwtMzIuOS0zNy42bDE0Mi40LTEyNC42TDQ2NSw0MDkuOEw2MDcuMiwzMzAuOHogTTU4NSwxMDEuN2wzNS40LDM1LjRMNDI5LjcsMzI3LjdIMjQ3LjVMMTU1LDQzNS42bC0zOC0zMi41ICAgICBsMTA3LjUtMTI1LjRoMTg0LjRMNTg1LDEwMS43eiIgZmlsbD0iIzAwMDAwMCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4=) no-repeat;
    bottom: 0;
    height: 30px;
    background-position: center;
    background-size: contain;
    left: -12px;
    padding-left: 3px;
    margin: auto 0;
    width: 37px;
    z-index: 9999999;
}


.bc-trend-news:after {
    background: linear-gradient(270deg, var(--icon-color5) 66% , transparent);
    height: 100%;
    right: -30px;
    width: 94px;
}

.bc-trend-news>div>div:first-child {
/*    animation: slideLeft 50s linear infinite;*/
    padding-right: 0;
}

.bc-trend-news>div>div {
    /* animation: slideLeft 50s linear infinite; */
    border: none;
    display: flex;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    min-height: 22px;
}


.bc-trend-news {
    overflow: hidden;
    position: relative;
}

.list-itens {
    display: flex;
    will-change: transform;
}


@keyframes slideLeft {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}


body.cads-loading {
    overflow: hidden;
}

body.cads-loading .cads-preloader-bc {
    opacity: 1;
    pointer-events: auto;
}

body .cads-preloader-bc{
    position: fixed;
    background-color: #092b63;
    z-index: 2147483647;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
}

.custom_loader_spinner {
  width: 60px;
  height: 60px;
  position: relative;
}

.custom_loader_spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #40546a;
    margin-top: 41px;
    border-radius: 50%;
    animation: custom_spin 1s infinite linear;
}

@keyframes custom_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.picturePropaganda {
    position: absolute;
    width: 350px;
    height: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    right: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
}
.picturePropaganda.active{
    pointer-events: auto;
    opacity: 1;
}

.picturePropaganda iframe{
    position: relative;
    top: 35px;
}

.picturePropaganda .wrapper:empty{
    background: linear-gradient(90deg, #e6e6e6 0%, #f3f3f3 50%, #e6e6e6 100%);
    background-size: 200% 100%;
    animation: shimmer 1.2s linear infinite;
}



.anunciosSite {
     background: linear-gradient(90deg, #e6e6e6 0%, #f3f3f3 50%, #e6e6e6 100%);
    background-size: 200% 100%;
    animation: shimmer 1.2s linear infinite;
}

/*.anunciosSite:has(> div[loaded]) {
    background: linear-gradient(90deg, #e6e6e6 0%, #f3f3f3 50%, #e6e6e6 100%);
    background-size: 200% 100%;
    animation: shimmer 1.2s linear infinite;
}*/

.anunciosSite.lateral{
    height: 250px;
    min-width: 100%;
}




.picturePropaganda .wrapper{
    position: relative;
}

.picturePropaganda .wrapper:before:empty{
    position: absolute;
    content: "PUBLICIDADE";
    width: 100%;
    height: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
}

.picturePropaganda .wrapper:before{
    position: absolute;
    content: "PUBLICIDADE";
    color: #000000;
    background: #ffffff5c;
    font-size: 8px;
    width: 100%;
    left: 0;
    font-weight: 600;
    top: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
    line-height: normal;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picturePropaganda .wrapper,.content-prop{
    width: 100%;
    height: 100%;
    display: flex;
}

.picturePropaganda .back{
    position: absolute;
    left: 0;
    z-index: 9999;
    align-self: start;
    justify-self: start;
}

.reset-button.back i{
    color: #000000;
}

.w-getcontent:not(.catcard-item){
    min-height: 645px;
      overflow: hidden;
  position: relative;
}


.w-getcontent:empty {
  background: linear-gradient(90deg, #e6e6e6 0%, #f3f3f3 50%, #e6e6e6 100%);
  background-size: 200% 100%;
  animation: shimmer 1.2s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: -150% 0; }
  100% { background-position: 150% 0; }
}


.trigger-pagination{
    display: block;
    width: 100%;
    height: 30px;
}
.text-clique {
    font-size: 0.5rem;
    margin-top: 4px;
    margin-right: 1rem;
}

.scrollpoint {
    width: 100%;
    height: 20px;
    display: block;
}

.home-prop {
    padding-top: 130px;
}

.home-prop  #header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999999;
}

.sticky-form{
    position: sticky;
    top: 8rem;
}

.sticky-form .form-default label.form-check-label {
    font-size: 0.7rem;
}

.info-c{
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px 0px;
}

.list-contacts h3 {
    color: var(--theme-color1);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 4px;
    margin-top: 16px;
}
.list-contacts p {
    font-size: 0.8rem;
    margin-bottom: 2px;
    padding-left: 10px;
}
.form-default input::-webkit-outer-spin-button,
.form-default input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-default input[type=number] {
  -moz-appearance: textfield;
}


.form-default label{
    color: var(--theme-color1);
}
.list-contacts a {
    color: var(--bg-header);
    font-weight: 900;
}
.list-contacts strong {
    color: #000000;
    font-weight: 900;
}
.form-default span.error{
    pointer-events: none;
    color: var(--theme-color1);
}

.sticky-form .form-default span.error {
    color: #ff0000;
    font-size: 12px;
    right: 7px;
    bottom: 5px;
    top: initial;
}
.perfil-photo{
    border-radius: 20px;
}

.theme-post {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 17px;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
    line-height: normal;
    font-size: 0.7rem;
    background: var(--theme-color1);
    text-transform: uppercase;
}

.home-desktop img, .destaqueSlide img{
    object-fit: cover;
    object-position: top;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animacao-slide{
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.editor-content .ez-toc-counter nav ul li a::before {
    counter-increment: inherit;
}

.editor-content #ez-toc-container {
    font-family: Manrope;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 12px!important;
    padding: 21px 22px;
    color: var(--theme-color1);
    width:  100%;
    display:block;
}

.editor-content #ez-toc-container ul li::before{
    display: none;
}

/*Indice de conteudo*/


.biografia-interna .swiper-button-next{
    right:  2%;
}
.biografia-interna .swiper-button-prev{
    left:  2%;
}
.biografia-interna{
    max-width: 100%;
    overflow: hidden;
}
.bioSlide .swiper-slide{
        -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    padding: 0;
    transition: all 500ms ease-in-out;
}

.bioSlide .swiper-slide:hover{
   transform: scale(1.08);
   z-index: 999;
}

.adjust.slide-bio-bloco {
    width: 100%;
    max-height: 360px;
    background: linear-gradient(
    to right,
    #002f6c 20%,  /* azul escuro sólido na primeira coluna */
    #003a99 20%, #003a99 40%, /* azul médio na segunda coluna */
    #004ecc 40%, #004ecc 60%, /* azul mais claro na terceira */
    #0066ff 60%, #0066ff 80%, /* azul ainda mais claro na quarta */
    #0080ff 80%, #0080ff 100% /* azul claro na última */
  );
    opacity: 0.1;
}
.adjust.slide-bio-bloco *{
visibility: hidden;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.bioItem{
    transition: all 500ms ease-in-out;
}

.bioItem:hover{
    transform: scale(1.1);
}

.item-slide-bio {
  position: relative;
  border-radius: 14px;            
  perspective: 900px;          
}

.item-slide-bio figure::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    top:0;
    z-index: 2;
}

.item-slide-bio figure {
  position: relative;
  margin: 0;
  transform-style: preserve-3d;
  transition: transform .18s ease-out; /* suaviza entrar/sair */
  will-change: transform;
  overflow: hidden;
}
.item-slide-bio figure:hover{
    transform: scale(1.1);
}

.item-slide-bio img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;                   
  transform: translateZ(40px) scale(1.06);
  transition: transform .18s ease-in-out;
  will-change: transform;
  z-index: 1;
}

.item-slide-bio figure:hover img{
    z-index: 2;
}

.item-slide-bio figcaption {
  position: absolute;
  inset: auto 0 0 0;               
  padding: 16px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.2);
  transform: translateZ(80px);
  transition: all .18s ease-out;
  will-change: transform;
  pointer-events: none;
  z-index: 5;
}
.item-slide-bio figure:hover figcaption{
    background: rgba(0,0,0,0.2);

}

.item-slide-bio figcaption h5{
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 700;
}

.item-slide-bio figcaption p{
    color: #ffffff;
    font-size: 0.8rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-slide-bio figure:hover figcaption p{
    color: #ffffff;
    font-size: 0.8rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-slide-bio .shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .55;
  transition: opacity .18s ease-out;
  mix-blend-mode: screen;
  background: radial-gradient(
    circle at var(--mx, 50%) var(--my, 50%),
    rgba(255,255,255,.45),
    rgba(255,255,255,0) 55%
  );
}



/* Acessibilidade: reduz animação se o usuário preferir */
@media (prefers-reduced-motion: reduce) {
  .item-slide-bio figure,
  .item-slide-bio img,
  .item-slide-bio figcaption {
    transition: none !important;
  }
}


/* Bloco Luiz bacci*/

.bloco-menus .btn:hover{
    background: transparent;
    color: #ffffff;
}

#menuDesktop{
      width: 290px;
    background: #fafafa;
    overflow: hidden;
}

.compartilhar a{
    width: 70px;
    height: 35px;
    border-radius: 16px;
    font-size: 1.3rem;
    display: inline-block;
    background: #f5f6f7;
    text-align: center;
    border: 1px solid #ffffff;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
}


.compartilhar a.l-facebook{
    color: #0866ff;
}

.compartilhar a.l-facebook:hover{
    background: #0866ff;
    color: #ffffff;
}

.compartilhar a.l-twitter{
    color: #000000;
}
.compartilhar a.l-twitter:hover{
    color: #ffffff;
    background: #000000;
}

.compartilhar a.l-whatsapp{
    color: #0dca54;
}

.compartilhar a.l-whatsapp:hover{
    background: #0dca54;
    color: #ffffff;
}

.compartilhar a.l-mail{
    color: var(--theme-color1);
}

.compartilhar a.l-mail:hover{
    background: var(--theme-color1);
    color: #ffffff;
}

.padrao-menu-desktop .nav-link, .padrao-menu-desktop  .dropdown-item{
    position: relative;
    color: var(--theme-color1);
    font-size: 1.1rem;
    font-weight: 500;
    padding: 8px 0px;
}
.padrao-menu-desktop .nav-link:before{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--theme-color1);
    transition: all 600ms ease-in-out;
}


.padrao-menu-desktop .nav-link:hover::before {
    width: 60%;
}
.padrao-menu-desktop .nav-link:hover,
.padrao-menu-desktop  .dropdown-item:hover{
    color:var(--theme-color1);
    opacity: 0.6;
}


.padrao-menu-desktop .nav-link:hover:before{
    width: 100%!important;
}



/*Menu flexivel*/

/*@media (min-width: 768px) {*/

#header .offcanvas-body{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}


.offcanvas-body::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.offcanvas-body::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color1);
    border-radius: 2px;
     width: 2px;
}



.desktop-nav-menu .dropdown-item.active, 
.desktop-nav-menu .dropdown-item:active{
background: transparent;
border:     none;

}
.menu-desktop .btn-check:checked+.btn, 
.menu-desktop .btn.active, 
.menu-desktop .btn.show, 
.menu-desktop .btn:first-child:active, 
.menu-desktop :not(.btn-check)+.btn:active{
    background:     transparent;
    color: #ffffff;
}
.desktop-nav-menu .dropdown-menu{
     top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    padding: 63px 13px 21px 15px;
    transition: transform 1s ease-in-out;
    overflow-y: scroll;
}

.desktop-nav-menu .dropdown-label i.theme-icon{
    background: var(--theme-color1);
    position: relative;
    top: 2px;
    margin: 0px 2px 0px 0px;
}
.desktop-nav-menu .dropdown-label{
    position: absolute;
    top: 0;
    padding: 15px 18px 13px 17px;
    border-bottom: 2px solid var(--theme-color1);
    color: var(--theme-color1);
    font-size: 1.3rem;
    font-weight: 800;
    background: #ffffff;
    display: block;
    width: 100%;
    left: 0;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.1));
}

.desktop-nav-menu li[data-label] >  .dropdown-menu::before {
    content: attr(data-label);
    font-size: 10px;
    position:   absolute   ;
    top: 0px;
    left: 30px;
    color: var(--theme-color1);
}
.desktop-nav-menu .dropdown-menu.show{
    transform: translate(0px, 0px)!important;
}
.desktop-nav-menu .dropdown-menu:not(.show){
    transform: translate(600px, 0px)!important;
} 

  .desktop-nav-menu ul.nav, .desktop-nav-menu .dropdown  {
    position: static;
  }

  .desktop-nav-menu .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0;
  }

  .desktop-nav-menu .sub-menu.open {
    display: block;
    left: 0;
  }

  .desktop-nav-menu .menu-back {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
  }

  .desktop-nav-menu .menu-item-has-children > a::after {
       content: ">"!important;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--theme-color1);
    font-weight: bold;
    background: transparent!important;
    border: none;
    border: none!important;
    font-size: 19px;
  }

  .desktop-nav-menu .submenu-open > .sub-menu {
    display: block;
    left: 0;
  }
/*}*/

/*Menu flexivel*/



#listblogitems .item-list{
      border-radius: 0;
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid #b0b0b042;
}
#listblogitems .card-title-home-cat {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-footer{
    max-width: 100%;
    overflow: hidden;
}

.cards-mais-lidos .card-title{
        font-size: 0.9rem;
} 

.cards-mais-lidos .indicator-category {
    padding: 4px 8px;
    font-size: 0.7rem;
}

label.error {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ff0000;
    font-size: 12px;
}
.newsletter .content{
    max-width: 700px;
    margin: 0 auto;
}
.newsletter{
    background: #e8e8e8;
    padding: 15px 0px;
}
.col-destaque2{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.aside-item img{
    max-width: 100%;
}
.aside-item .catcard-item {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 0;
    margin-bottom: 0;
}

.catcard-item .content-card.row {
    padding: 7px 0px 8px 0px;
    margin: 3px 0px;
}
.col-destaque1, .item-destaque-1 .card-news figure{
    max-height: 500px;
}

.item-destaque-2 .card-news figure{
    height: 240px;
}

/*.destaqueSlidePopularVertical .card-news figure{
    height: 240px;
}*/
.item-destaque-2 .card-news figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}
.bg-title{
    background-color: #f5f6f8;
}
.aside-item {
    border-radius: 7px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    top: 45px;
    margin-top: 10px;
}

/* Estilizar scroll no Chrome, Edge, Safari */
.aside-item::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.aside-item::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.aside-item::-webkit-scrollbar-thumb {
    background-color: var(--theme-color1);
    border-radius: 2px;
     width: 2px;
}


.aside-item .title {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 0.7rem 1rem;
    color: var(--theme-color1);
    font-weight: 800;
}
.title-widget-top {
    color: var(--theme-color1);
    font-weight: 800;
    margin-bottom: 0;
    padding: 0;
    line-height: normal;
}

.widget img{
    max-width: 100%;
}
.editor-content *{
     max-width: 100%;
    word-wrap: break-word;
}
.editor-content img{
    height: auto!important;
}
aside .content.item{
    border-radius: 1px;
    padding: 12px 6px;
}
#menu-menu-do-footer-1{
    padding:0;
    margin:0;
}
.mn-auto{
    min-width: auto!important;
}
.item-recent{
    font-family: Manrope;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 140%;
    color: var(--icon-color4);
    vertical-align: middle;
    cursor: pointer;
}

.iframe-feed iframe {
    width: 100%;
    min-height: 350px;
}

body.modal-open-ios {
  position: fixed;
  width: 100%;
  overflow: hidden;
}



  .social-icon:hover {
    background-color: #fff;
    color: #002a5e; /* azul escuro do fundo */
  }

/*  .social-container {
  }
*/
.btn-back,.btn-back:active, .btn-back:focus{
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 8;
    border-radius: 100%;
    line-height: 0;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    border:none;
}
.btn-back i.theme-icon{
    width: 24px;
    height: 24px;
}
.btn-back.t1{
    background: rgba(255,255,255,0.2);
}
.btn-back.t2{
    left: 0;
    top:0;
    background: rgb(0 0 0 / 6%);
}
.btn-back.t2 i.theme-icon{
    background: #0E1013;
}
.title-page h1{
    margin: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.nav-tabs.tabs-default{
    border:none;
}
.tabs-default .nav-item{
    padding: 0;
}
.tabs-default .nav-link{
    white-space: nowrap;
}
.nav-tabs.tabs-default .nav-item.show .nav-link, .nav-tabs.tabs-default .nav-link.active{
    border: none;
    transition: all 300ms ease-in-out;
}
.nav-tabs.tabs-default .nav-link.active{
    color: var(--icon-color2);
    font-weight: 600;
    border-bottom: 3px solid var(--icon-color2);
}
.nav-tabs.tabs-default .nav-link:not(.active){
    color: var(--icon-color3);
}


.tabs-default.nav-tabs.scroll-item {
    overflow-y: hidden;
    overflow-x: auto; /* ou scroll */
    max-width: 100%;
    scrollbar-color: #007bff #e0e0e0; /* Para Firefox */
    scrollbar-width: thin;
}

/* Estilizar scroll no Chrome, Edge, Safari */
.tabs-default.nav-tabs.scroll-item::-webkit-scrollbar {
    height: 6px;
}
.tabs-default.nav-tabs.scroll-item::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.tabs-default.nav-tabs.scroll-item::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 4px;
}
.tabs-default.nav-tabs.scroll-item {
    position: relative;
    background: linear-gradient(to right, white 90%, rgba(0, 0, 0, 0.1)),
                linear-gradient(to left, white 10%, rgba(0, 0, 0, 0.1));
    background-repeat: no-repeat;
    background-size: 30px 100%;
    background-position: right center, left center;
    background-attachment: scroll;
}



.aside-with-scroll.scroll-item {
    max-width: 100%;

}

/* Estilizar scroll no Chrome, Edge, Safari */
.aside-with-scroll.scroll-item::-webkit-scrollbar {
    height: 1px;
}

.aside-with-scroll.scroll-item::-webkit-scrollbar-track {
    background: var(--theme-color3);
     height: 1px;
     width: 1px;
}

.aside-with-scroll.scroll-item::-webkit-scrollbar-thumb {
    background-color: var(--bg-header);
    border-radius: 1px;
     height: 1px;
}

.aside-with-scroll.scroll-item {
    height: 90vh;
    overflow-y: scroll;
}




/*Vi no instagram*/
.checkItem.scroll-item {
    overflow-y: hidden;
    overflow-x: auto; /* ou scroll */
    max-width: 100%;
    scrollbar-color: #007bff #e0e0e0; /* Para Firefox */
    scrollbar-width: thin;
}

/* Estilizar scroll no Chrome, Edge, Safari */
.checkItem.scroll-item::-webkit-scrollbar {
    height: 6px;
}
.checkItem.scroll-item::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.checkItem.scroll-item::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 4px;
}
.checkItem.scroll-item {
    position: relative;
    background: linear-gradient(to right, white 90%, rgba(0, 0, 0, 0.1)),
                linear-gradient(to left, white 10%, rgba(0, 0, 0, 0.1));
    background-repeat: no-repeat;
    background-size: 30px 100%;
    background-position: right center, left center;
    background-attachment: scroll;
}



.checkItem .btn-check + .btn {
    border: 2px solid var(--icon-color2);
    color: var(--icon-color2);
      background-color: white;
      border-radius: 0;
}


.checkItem .btn-check:checked + .btn {
  background-color: var(--icon-color2);
  color: white;
  border-color: transparent;
  border-radius: 0;
}

.card-video{
    display: block;
    width: 100%;
}
.card-video img{
    width: 100%;
}
.sec-title .title{
  
    font-weight: 600;
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--icon-color1);
    margin: 0;
}
.sec-title i {
    color: var(--theme-color1);
    font-size: 1.4rem;
}
.swiper {
  position: relative;
  padding-bottom: 30px;
}
.indicator-category{
    padding: 7px 18px;
    font-weight: 700;
    border-radius: 26px;
    font-size: 0.8rem;
}
.secondary-category {
    background: rgb(121 111 111 / 50%);
}
.master-category {
    background: #1667eb !important;
}
.time-post {
    color: #ffffff;
    font-size: 12px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: var(--theme-color1);
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}

.swiper-pagination-bullet-active {
  background:  var(--theme-color1);
  transform: var(--theme-color1);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background: var(--theme-color1);
}

.card-news{
    position: relative;
    overflow: hidden;
    max-width: auto;
    width: 100%;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.card-news figure {
    aspect-ratio: 4 / 3;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*.card-news figure{
    overflow: hidden;
    border-radius: 2rem;
}*/
.card-news figure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.card-news figure .placeholder-img {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
     z-index: -1;
    filter: blur(4px);
}
aside .card-title-home-cat{
     -webkit-line-clamp: 3;
}

.card-news figure img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    max-height: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/*.card-item-list.card-news figure{
    object-fit: none;
}

.card-item-list.card-news figure img {
    height: auto!important;
}*/

.catcard-item img{
    border-radius: 10px!important;
}


.card-title-home-cat {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 140%;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-default,
.card-title {
    font-size: 1.9rem;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.small-card .indicator-category {
    font-size: 0.6rem;
}

.small-card .card-title{
    font-size: 0.9rem;
      line-height: 120%;
}
.card-news .content{
    overflow: hidden;
    position: relative;
}
.text-card{
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    z-index: 9;
}
.reset-button, .reset-button:active,.reset-button:focus{
    background: none;
    border:none;
    box-shadow: none;
    outline: none;
}
.reset-button i{
    color: var(--theme-color2);
    font-size: 1.1rem;
}
.bg-header{
   background: var(--bg-header); 
   height: 96px;
}

.color-1{
    color: var(--icon-color1)!important;
}
.color-2{
    color: var(--theme-color2)!important;
}
.color-3{
    color: var( --icon-color3)!important;
}

.bloco-menu-e-busca {
    background: #ffffff;
    border-radius: 10px;
}

.menu-desktop span, 
.menu-desktop i{
    color: var(--theme-color1);
}
.item-centered{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
}


.section-default, section{
       font-family: Manrope;
}
.section-default{
         min-height: 330px;
}
.fs-8{
    font-size: 0.8rem;
}
.fs-7{
    font-size: 0.9rem;
}



.btn-default:active, .btn-default:focus,.btn-default:hover{
    border: none;
    outline: none;
    color: #ffffff;
    opacity: 0.7;
}

.btn-default{
    background: var(--theme-color1)!important;
    color: #ffffff;
    border-radius: 12px!important;
    border: none;
    outline: none;
    transition: all 200ms ease-in-out;
    font-weight: 600;
    padding: 10px 10px;
    min-width: 200px;
}

.swiper-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0s linear;
}

.timer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
  font-weight: bold;
}


body a{
    text-decoration: none;
}
*,html{
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    list-style: none;
    font-family: "Manrope";
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--bg-default);
    /*font-family: 'Gotham';*/
}
main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
figure{
    margin:0;
    padding: 0;
}
p{
    color: #394452;
    font-size: 1rem;
    line-height: normal;
    vertical-align: text-top;
}
h1{
    color: var(--font1);
    font-size: 1.8rem;
}
h2{
    color: #2C3A4B;
    font-size: 1.3rem;
}
h3{
    color: var(--font1);
    font-size: 1.4rem;
}

.content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4,
.content-editor h5,
.content-editor h6{
    color: var(--theme-color1);

}

header ul.navbar-nav > li.destaque a {
    padding: 10px 10px;
    background: var(--theme-color1);
    color: var(--bg-default);
}

header ul.navbar-nav > li > a {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    color: var(--theme-color2);
}
header .nav-link:focus, header .nav-link:hover{
    color:#ffffff;

}
.pointer{
    cursor: pointer;
}

.color-principal{
    color: var(--theme-color1);
}


.padrao input:-webkit-autofill,
.padrao input:-webkit-autofill:hover, 
.padrao input:-webkit-autofill:focus, 
.padrao input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


label{
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}
.form-control.input-valor{
    display: block;
    height: 75px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px!important;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: translateZ(0);
    padding: 0;
    color: #ffffff;
    font-weight: bold;
}
.input-valor::placeholder{
    color: var(--theme-color1);
    font-weight: bold;
    
}
.form-check-input:checked {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.form-check-input:focus{
    box-shadow: none;
    border-color: var(--theme-color1);
}
.form-check .radio-valor{
    width: 75px;
    height: 35px;
}
.form-check .radio-valor:checked,
.form-check .radio-valor:hover{
    --bs-form-check-bg-image: none!important;
    background-color: var(--theme-color1);
    border: none!important;
}
.form-check .radio-valor ~ label {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    color: var(--theme-color1);
}
.form-check .radio-valor:checked ~ label,
.form-check .radio-valor:focus ~ label,
.form-check .radio-valor:hover ~ label {
    color: #ffffff;
}


::-ms-input-placeholder { /* Edge 12-18 */
  color: transparent;
}

::placeholder {
  color: transparent;
}

.form-padrao .form-floating>label{
    color:#ffffff;
    font-weight: normal;
    padding: 0.5rem .75rem;

}
.form-control:not(:placeholder-shown),
.form-control:focus,
.form-select {
    border: 2px solid var(--theme-color1);
    color: var(--theme-color1);
}

.form-padrao .form-control,.form-padrao select.form-select{
    border: 1px solid #ffffff;
    border-radius: 0px!important;
    color: #ffffff;
    text-indent: 5px;
    padding: 0px 12px;
    background: transparent;
    height: 40px;
    font-size: 14px;

}

.form-control:focus{
    background-color: initial;
    box-shadow: none;
    color: var(--theme-color1);
}
span.error{
    position: absolute;
    top: 50%;
    right: 15%;
    color: var(--theme-color1);
    text-align: right;
}
i.theme-icon{
    width: 20px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
}

i.theme-icon.font-size{
    background:#ffffff;
    -webkit-mask: url("../../imagens/icones/font-size.svg") center / contain no-repeat;
}

.btn-icon{
    background: transparent;
    border: none;
}

.font-size-function {
    position: absolute;
    right: 16px;
    bottom: 10px;
}

.upgrade-font {
    background: #092b63;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 13px;
}

footer{
    background: var(--bg-footer);
}

footer p{
    color: #fff;
}

.autor-info p{
 
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin:0;
}
.catcard-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding:0;
}

.card-hero {
    border-radius: 1rem;
}


@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.feed.card-hero {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--icon-color1);
    -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
         animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.feed.card-hero img{
    width: 100%;
}
.card-hero::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: linear-gradient(0deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  border-radius: inherit;
}
.card-hero.feed::before {
    background: linear-gradient(236deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 21%) 34%, rgba(0, 0, 0, 0) 100%);
}
.feed .icon{
    position: absolute;
    right: 10px;
    top:10px;
    z-index: 9;
    color: var(--bs-white);
}

.card-hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-hero figcaption {
  z-index: 2;
}
.card-hero h5, .card-hero .title-1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.card-hero h6, .card-hero .title-2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.card-hero p{
 
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
    margin:0;
}



.card-categoria::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(62deg, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 26%) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    border-radius: inherit;
}

.card-categoria img:hover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-categoria figcaption {
    z-index: 2;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

figure.card-categoria {
    aspect-ratio: 5/3;
}

.card-categoria figcaption h5, .card-categoria figcaption .title-3{
 
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
}

/*Internas Noticias*/
.topo-destaque {
  position: relative;
  overflow: hidden;
}

.topo-destaque figure {
  margin: 0;
  position: relative;
  height: 100%;
}

.topo-destaque figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.6));
  z-index: 1;
}

.topo-destaque img {
  width: 100%;
  height: auto;
  display: block;
}

.topo-destaque .conteudo {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 2rem 0;
}

.topo-destaque .conteudo .container {
  color: #fff;
}

.topo-destaque h1{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: 0%;
}

.editor-content a{
    color: var(--theme-color1);
    font-weight: 900;
}
.editor-content a:hover{
    text-decoration: underline;
}

.editor-content blockquote{
    position: relative;
    padding: 30px 10px;
}

.editor-content blockquote > :first-child::before, .editor-content blockquote > :first-child::after{
  content: ''; 
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0;
  background: #d8d8d8;
  z-index: -1;
}

.editor-content ol {
  list-style: none; 
  counter-reset: item;
}

.editor-content ol li {
    counter-increment: item;
    position: relative;
    padding-left: 2.3rem;
    margin-bottom: 7px;
}

.editor-content ol li::before {
  content: counter(item) ". "; 
  position: absolute;
  left: 0;
  color: var(--theme-color1);
  font-weight: bold;
}


.editor-content ul {
  list-style: none; 
  counter-reset: item;
}

.editor-content ul li {
    counter-increment: item;
    position: relative;
    padding-left: 2.3rem;
    margin-bottom: 7px;
}

.editor-content code {
    background: rgba(0,0,0,0.5);
    padding: 21px 10px;
    margin: 0;
    border-radius: 10px;
    height: auto;
    display: block;
    color: #ffffff;
}

.editor-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: linear-gradient(90deg,  #092b63 0%, #154db2 100%);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}



.editor-content blockquote > :first-child::before {
  top: 1px;
}

.editor-content blockquote > :first-child::after {
  bottom: 1px;
}

.editor-content blockquote p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.editor-content blockquote:before, .editor-content blockquote:after{
    position: absolute;
    content: "";
    width: 20%;
    height: 4px;
    background-image: linear-gradient(90deg,  #092b63 0%, #154db2 100%);
    display: block;
    margin: 0 auto;
    border-radius: 15px 4px 15px 4px;
}
.editor-content blockquote:before{
        top:0;
    left: 0;
    right: initial;
}
.editor-content blockquote:after{
        bottom:0;
    right: 0;
    left: initial;
}



.editor-content del {
    background-image: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
    transition: background-size 0.8s ease-in-out;
    color: #ffffff;
    text-decoration: none;
}

/* Ativar animação ao entrar na tela */
/*
.editor-content del.in-view {
    animation: bh-highlight 0.8s forwards;
}

@keyframes bh-highlight {
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
*/

/*Editor */
.post-adicionais button.accordion-button {
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 12px!important;
    padding: 21px 22px;
    border: 1px solid #ffffff;
    color: var(--theme-color1);
}

.post-adicionais .accordion-button:not(.collapsed) {
    color: initial;
    background-color: #ffffff;
    box-shadow:none;
    color: var(--theme-color1);
}

.post-adicionais .accordion-button::before {
  content: "Ver resumo";
  width: 100%;
  text-align: left;
  color: inherit;
}
.post-adicionais .accordion-button:not(.collapsed)::before {
  content: "Resumo";
}


.post-title-text {
    font-size: 2.7rem;
}
.post-subtitle-text{
    font-size:1rem;
}

.title-post-container {
    padding: 16px 0px;
}

.hide-content .bloco-view {
    display: flex;
}

.bloco-view {
    background: #ffffff;
    height: 90px;
    display: none;
    justify-content: center;
    align-items: center;
}

.hide-content.editor-default {
    margin-bottom: 0;
}


.btn-ler-mais.btn-default {
    height: 45px;
}

.hide-content.editor-default  .editor-content{
    position: relative;
    height: 270px;
    overflow: hidden;
}

.hide-content.editor-default .editor-content:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(0deg, white, rgb(255 255 255 / 100%), rgb(255 255 255 / 88%), rgb(255 255 255 / 62%), rgb(255 255 255 / 29%));
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    z-index: 99;
}

/*.content-article {
    position: sticky;
    top: 50px;
}*/

.post-content .wp-caption-text {
    font-size: 0.8rem;
    padding: 2px 4px;
}

.post-content p{
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 140%;
}







/*SeachModal*/
.modal.search-box-page {
    --bs-modal-bg: #fff;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999999999999;
}

.search-box-page .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.search-box-page .modal-content {
  border-radius: 0;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem;
}


.input-icon{
    width: 100%;
}

.input-icon i.theme-icon{
    background: var(--icon-color3);
    position: absolute;
    top: 15px;
    left: 10px;
    width: 22px;
    height: 22px;
}

.search-input {
    padding: 14px 10px 14px 40px;
    border-radius: 14px;
    border: 1px solid #0E1013;
    color:var(--theme-color1);
}


.recent-search li,
.popular-tags .badge {
  font-size: 0.875rem;
}

.popular-tags .badge {
  background-color: #aeaeae;
  margin: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
}

.popular-tags .badge.active {
  background-color: #dbeafe;
  color: #2563eb;
}

.list-news .card {
  border: none;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.list-news .card img {
/*  width: 80px;
  height: 80px;*/
  object-fit: cover;
  border-radius: 0.75rem;
}

.btn-close-search {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000;
}
.feed .btn-default{
    font-size: 1rem;
    padding: 3px 14px;
    min-width: auto;
    border-radius: 0!important;
    color: var(--bs-white);
    background: var(--icon-color2)!important;
    -webkit-animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.feed .btn-default.none-item{
   display: none; 
}
.feed:hover .btn-default.none-item{
   display: inline-block; 
}
/*.feed-item a{
    display: inline-block;
}*/


@-webkit-keyframes tilt-in-bottom-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
            transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-bottom-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
            transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}



.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #ffffff;
}
@media (min-width: 1500px) {

}

.logo-info img{
    width: 80px;
    height: auto;
}

.info-site h5 {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
}
.info-site .social-container a {
    font-size: 0.7rem;
}
.info-site .contents a {
    font-size: 0.8rem;
}
.info-site .contents li{
    padding: 0px!important;
}
.info-site {
    margin-bottom: 10px;
}
  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: 0 4px;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
  }

.biografia-interna .swiper-button-next:after, 
.biografia-interna .swiper-button-prev:after{
     font-size: 13px;
    font-weight: bold;
    color: var(--theme-color1);
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

 .swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.4));
}

.swiper-button-next{
    right: 0%;
}
.swiper-button-prev{
    left: 0%;
}

.page-spacer{
    padding: 0px 10%;
}

@media (max-width: 992px){
    #loadPostsTodosAuthor{
        padding: 0px 14px;
    }
.info-autor .figure {
    width: 200px;
    height: 200px;
    position: relative;
    left: 11vh;
    bottom: -59px;
}
.info-autor figure {
    position: static;
}

.info-bio {
    width: 100%;
    padding: 63px 14px 14px 14px;
}
    .home-prop {
        padding-top: 0;
    }

.home-prop #header {
    position: static;
    margin-bottom: 30px;
}

.card-item-list .text-card {
    max-width: 100%;
}

.title-default, .card-title {
    font-size: 1.3rem;
}
    .cards-destaques .title-default, .cards-destaques .card-title {
     font-size: 1.2rem!important;
    line-height: normal;
}

.card-item-list .theme-post {
  position: absolute;
  left: 10px;
}

.col-padding-mobile{
    padding: 0;
}
.col-card-mobile.col-destaque{
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.col-card-mobile{
    position: static;
    padding-bottom: 0;
}

.col-card-mobile .text-card{
    padding: 10px 7px;
}

.row.shadow-default{
    padding-inline: 0;
}

.col-card-mobile.col-destaque .time-post, 
.col-card-mobile.col-destaque .card-title{
    color:#ffffff!important;
}
/*.w-getcontent.catcard-item img, .w-getcontent .card-news figure{
    border-radius: 0!important;
}*/


.col-card-mobile .card-subtitle-2{
    display: none;
}
.w-getcontent.card-w .card-item-list.shadow-card, .itemcard-type-1, .itemcard-type-2, .shadow-card{
      box-shadow: none;
}
.w-getcontent.card-w .card-item-list.shadow-card{
      padding: 0px!important;
}
.w-getcontent.card-w .card-item-list
.itemcard-type-0 .time-post{
    display:block;
}

.card-w.w-getcontent {
   padding: 0;
}


.w-getcontent .card-subtitle-default{
    display: none;
}

.itemcard-type-1 .image-block{
    display: block;
}


  
    .bg-title{
        background: transparent;
    }
    .social-share-items  .compartilhar {
            width: 100%;
            display: flex;
            gap: 7px;
            flex-wrap: nowrap;
    }
    .aside-item img {
        width: 100%;
    }
    .menu-desktop  .btn i{
        font-size: 1rem;
        position: relative;
        top: 0.7px;
        left: 0px;
    }
    .bloco-menu-e-busca {
        background: #ffffff;
        border-radius: 8px;
        width: 69px;
        height: 25px;
        justify-content: center;
    }

    .box-search .reset-button{
        padding: 0;  
        margin: 0;
    }
    .text-clique{
        font-size: 0.4rem;
        margin-right: 7px;
    }
    .bloco-menu-e-busca .btn{
        --bs-btn-font-size: 0;
        padding: 0;
    }  
    .bloco-menu-e-busca .reset-button i {
        font-size: 1rem!important;
        margin: 0!important;
        padding: 0;
        position: relative;
        top: 1px;
    }
    .item-sidbar-destaque-home {
        position: relative;
        top:4px;
    }
    .item-sidbar-destaque-home img {
         max-width: 81px;
         height: auto;
    }
    .item-centered img {
         max-width: 125px;
        height: auto;
    }
    .page-spacer{
        padding: 0px 0%;
    }
    .bioSlide .swiper-slide:hover{
       transform: scale(1);
       z-index: 999;
    }
    .title-mobile, .time-post, .post-subtitle-text{
        color: var(--theme-color1);
    }
    .title-mobile h1{
        font-size:1.8rem;
    }

    .post-subtitle-text{
                 font-size: 1rem;
    }




    .indicator-category {
    font-size: 0.7rem;
}
    .destaqueSlidePopularVertical .swiper-button-prev,
    .destaqueSlidePopularVertical .swiper-button-next{
        display: none;
    }

    .mobile-caption{
    position: absolute;
    top: 10px;
    right: 14px;
    color: #ffffff;
    z-index: 9;
    font-size: 12px;

    }
 
    .topo-destaque h1 {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: calc(1.3em * 4);
}

    .hide-content.editor-default .editor-content:before{
        display: none;
    }
    .hide-content .bloco-view {
        display: none;
    }
    .hide-content.editor-default .editor-content{
        height:     auto;
    }

    .destaqueSlidePopularVertical  img{
        object-fit: cover;
        height: 100%;
        
    }

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--theme-color1)!important;
}
.social-icon {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 13px;
  }
    .feed .btn-default.none-item{
   display: inline-block; 
}
.feed:hover .btn-default.none-item{
   display: inline-block; 
}
.iframe-feed iframe {
    width: 100%;
    min-height: 350px;
}
    .feed .btn-default{

        font-size: 0.6rem;
        width: 100%;
        padding: 0;

    }
  
    .logo-info img {
        width: inherit;
        max-width: 80px;
    }

    .info-site{
            margin-top: 20px;
    }
    .logo-info{
        text-align: center;
    }

    .info-site h5{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 6px;
    }

    header ul.navbar-nav > li > a {
        color: var(--theme-color1);
        font-weight: 800;
    }

    .mobile-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1040;
      display: none;
      transition: opacity 0.3s ease;
    }

/* Mostra o backdrop */
    .mobile-backdrop.show {
      display: block;
    }

/* Travar o scroll (compatível com iOS) */
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  touch-action: none;
}

.modal.search-box-page{
    width: 100%;
}

 .search-box-page.modal{
    z-index: 999999999;
 } 
 .search-box-page .modal-dialog {
      max-width: 500px;
      margin: 0!important;
      height: auto;
    }

  .search-box-page .modal-content {
    border-radius: 0!important;
    height: auto;
  }
    
    .card-hero h6 {
        font-size: 1rem;
    }

    .post-content{
        position: static;
        top: initial;
        background: #ffffff;
        border-radius: 18px;
        z-index: 90;
    }

     .topo-destaque .conteudo {
        align-items: flex-end;
        padding: 1rem;
        bottom:21px;
      }

    .card-hero {
        border-radius: 1rem;
    }

  /*  a.navbar-brand {
    margin: 0px 25px 0px 6px;
    padding-left: 12px;
    padding-bottom: 0;
    }*/
    .info-site a{
        font-size: 0.9rem;
    }
    .section-default {
        min-height: 325px;
    }
    .card-title-home-cat{
           -webkit-line-clamp: 3;
    }
    .card-news{
        max-width: initial!important;
        width: 100%;
    }
    .input-border .form-control {
        height: 40px;
    }
    .menu {
        height: 70px;
        align-items: center;
    }
    .btn-default{
        width: 100%;
        margin-bottom: 10px;
    }
    .btn-light-blue,.btn-light-blue:hover,
    .btn-light-blue:focus,
    .btn-light-blue:active{
        height: auto;
    }
    .dropdown-menu[data-bs-popper]{
        margin-top: 0!important;
    }
    header .navbar-toggler, header .navbar-toggler:focus, header .navbar-toggler:active{
        outline: none;
        box-shadow: none;
        border:none;
        padding: 0;
    }
    header .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
        background: url("../../imagens/icones/close.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 2.6rem;
        height: 2.6rem;
        font-size: 0;
        background-color:none;
    }
    header .navbar-toggler .navbar-toggler-icon{
        background: url("../../imagens/icones/menu-default.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 2.1rem;
        height: 2.1rem;
        font-size: 0;
    }
    .navbar-toggler.collapsed{
    position: relative;
    top: 7px;
    left: 0;
    z-index: 9999;
    width: auto;
    padding: 0;
    }
    .navbar-toggler:not(.collapsed){
         position: fixed;
        top: 20px;
        right: 13px;
        z-index: 999999999;
        background: none;
        transition: 500ms ease-in-out;
    }
    header .navbar-nav {
    background: var(--theme-color2);
    position: absolute;
    top: 0;
    left: -15px;
    width: 85%;
    height: 100vh;
    padding: 6px 0px 125px 0px;
    z-index: 999;
    overflow-x: scroll;
    margin: 0;
    }
        header li.nav-item.border-mobile  {
            border-bottom: 1px solid;
        }
        header li.nav-item{
      position: relative;
    padding: 0px 10px;
        }

   

    header .notifications.active .box-notifications {
        left: -140px;
    }

      #menu.show {
        transform: translateX(0); /* Move o menu para a posição visível */
    }
     #menu {
           transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
        background: transparent!important;
        position: fixed;
        width: 90%;
        z-index: 9999;
        top: 0;
    }
    .navbar-toggler{
           transition: transform 0.4s ease-in-out; /* Suaviza a transição */
    }
    header .nav-link>*{
        width: 100%;
    }
    header .nav-link.active{
           color: var(--theme-color1);
    }
    header .nav-link.active i.theme-icon{
        background: var(--bg-btn-default);
    }
    header .dropdown .nav-link::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .fmr {
        max-width: 100%;
    }

    .point-info{
        font-size:3.5rem!important;
    }
}

@media only screen and (max-width: 991px){
}