/*
Theme Name: SINCOR - AM
Description: Sindicato dos Corretores de Seguros dos estados do Amazonas e Roraima
Version: 999999999999999999
*/
@import url('css/normalize.css');
@import url('css/foundation.css');

:root{
  --font-family-primary: 'Work Sans', arial;
  --font-family-secondary: 'Archivo', arial;
  --font-family-tertiary: 'Open Sans', arial;

  --global-bg-header: #0c1c36;
  --global-color-text-header: #ffffff;
  --global-color-text-hover-header: #ee0e0e;

  --global-bg-menu: #0c1c36;
  --global-color-text-menu: #ffffff;
  --global-color-text-hover-menu: #ee0e0e;

  --global-bg-menu-side: #0c1c36;
  --global-color-text-menu-side: #ffffff;
  --global-color-text-hover-menu-side: #ee0e0e;

  --global-bg-footer: #0c1c36;
  --global-color-text-footer: #ffffff;
  --global-color-text-hover-footer: #ee0e0e;

  --global-primary-color: #0b367a;
  --global-secondary-color: #ee0e0e;
  --ease-out: cubic-bezier(.22,.61,.36,1);
}

body{ font-family: arial, georgia, helvetica;  margin: 0; padding: 0; }

.row{ max-width: 1100px !important; }

#wrapper{ position: relative; }
.header{ height: 16px; }
.home .header{ height: 20px; }
.header-sidebar{ height: 16px; }
.fixa-search-mobile { z-index: 9999; position: fixed; width: 100%; } 
#form-busca-mobile{ background: #e8e8e8 !important; top: 148px; padding: 16px 0px 0px 0px; text-align: center; height: 68px; }
#form-busca-mobile.form-busca-mobile-scroll{ top: 59px; }
#form-busca-mobile input{ border: 2px solid #0d0d6b; }
#form-busca-mobile input:focus{ border: 2px solid #0d0d6b; }

a{ color: #161616; outline: 0 !important;  border:0 !important; }
a:hover{ color: #161616; text-decoration: none; }
a:focus{ color: #161616; }

.entry-content-page h2{
     font-family: var(--font-family-secondary);  
     font-size:25px; 
     line-height: 26px;
     font-weight:700; 
     letter-spacing: -0.2px;
     color: #161616;
}
.entry-content-page h3{
     font-family: var(--font-family-secondary);  
     font-size:22px; 
     line-height: 23px;
     font-weight:700; 
     letter-spacing: -0.2px;
     color: #161616;
}
.entry-content-page p{  
    font-family: var(--font-family-tertiary);
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333232;
}

.entry-content-single{ margin: 14px 0px 0px 0px; padding:0px; }
.entry-content-single h2{
     font-family: var(--font-family-secondary);  
     font-size: 23px;
     line-height: 27px;
     font-weight: 700;
     letter-spacing: -0.2px;
     color: #000000;
}
.entry-content-single h3{
     font-family: var(--font-family-secondary);  
     font-size: 20px;
     line-height: 25px;
     font-weight: 700;
     letter-spacing: -0.2px;
     color: #000000;
}
.entry-content-single p{  
    font-family: var(--font-family-secondary);
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333232;
}
.entry-content-single strong{ color: #161616; }

.entry-content-singlea li:first-child{ padding-bottom: 7px; margin-top: 15px; }
.entry-content-single li:last-child{ margin-bottom: 24px; }
.entry-content-single li{
    position: relative;
    padding-left: 25px;
    margin-left: -40px;
    margin-right: 30px;
    margin-bottom: 20px;
    list-style-position: inside;
    font-family: var(--font-family-secondary);  
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    list-style-type: none;
    -ms-transform: translate(22px); /* IE 9 */
    -webkit-transform: translate(22px); /* Chrome, Safari, Opera */
    transform: translate(22px);
}
.entry-content-single li::before{
position: absolute;
left: 0;
content: "\B7";
color: var(--global-secondary-color);
display: table;
font-size: 2.3rem;
font-weight: 700;
line-height: .9;
margin-left: 0px;
}

.entry-content-single a img{ background-size: 0px !important; }
.entry-content-single a{
  font-weight: 700;
  padding-bottom: 3px;
  background: linear-gradient(to bottom, var(--global-secondary-color) 0%,var(--global-secondary-color) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 3px;
  color: #161616; 
  text-decoration: none;
  transition: background-size 0.2s;
}
.entry-content-single a:hover{
  background-size: 3px 3px;
  color: var(--global-secondary-color);
}

.entry-content-single ol{
  list-style: none !important;
  counter-reset: my-awesome-counter !important;
}
.entry-content-single ol li:first-child{ margin-top: 30px; }
.entry-content-single ol li{
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 30px;
  line-height: 30px !important;
  color: #000000 !important;
  counter-increment: my-awesome-counter !important;
}
.entry-content-single ol li::before{
  content: counter(my-awesome-counter) " " !important;
  font-size: 24px !important;
  line-height: 30px !important;
  color: var(--global-secondary-color) !important;
  font-weight: bold !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -40px;
}
.entry-content-single blockquote{
  border-left: 5px solid var(--global-secondary-color);
  margin: 1.5em 10px;
  padding-left: 2rem;
  padding-bottom: 7px;
  quotes: "\201C""\201D""\2018""\2019";
}
.entry-content-single blockquote p{
  font-family: var(--font-family-secondary); 
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  display: inline;
}
.feature-post-cap{ width: 100% !important; }
.feature-post-cap img{ width: 100% !important; }
.feature-post-cap .wp-caption{ width: 100% !important; }
.feature-post{ width: 100% !important; }
.feature-post img{ width: 100% !important; }

.bg-head-page{
  background-color: var(--global-primary-color);
  margin-top: -16px;
  margin-bottom: 20px;
  padding: 36px 0 30px 0;
}
h1.page-title{
  font-family: var(--font-family-secondary); 
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 18px 0;
  text-align: left;
  text-transform: normal;
  letter-spacing: -0.4px;
}
h1.page-title::after{
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  margin-top: 8px;
  background-color: var(--global-secondary-color);
  border-radius: 2px;
}

h1.page-title-center{
  font-family: var(--font-family-primary); 
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  margin: 6px 0 18px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1.page-title-category{
  font-family: var(--font-family-primary); 
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  margin: 6px 0 18px 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1.page-title-category::after{
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  margin-top: 8px;
  background-color: var(--global-secondary-color);
  border-radius: 2px;
}
.date h1.page-title-category { font-size: 24px; }

h1.single-title{ font-family: var(--font-family-secondary); font-size: 34px; line-height: 42px; font-weight: 800; color: #000000;  margin-top: -10px; letter-spacing: -1px; }
h2.subtitle{ font-family: var(--font-family-secondary); font-size: 19px; line-height: 27px; font-weight: 400; color: #242323; padding-top: 0px; margin-bottom: 12px; }

h2.title-category-single{ margin-top: -10px; }
h2.title-category-single a{
font-family: var(--font-family-primary);
display: inline-block;
font-size: 14px;
line-height: 14px;
font-weight: 600;
color: #161616;
border-bottom: 3px solid var(--global-primary-color);
text-transform: uppercase;
letter-spacing: 0px;
}
h2.title-category-single a:hover{ color: var(--global-secondary-color); }

.line-bottom-single{ border-bottom: 1px solid rgb(221, 221, 221); padding-top:10px; margin-bottom: 10px; width: 100%;  content:".";  display:block; clear:both;   }

.entry-author{
font-family: var(--font-family-secondary); 
font-size: 15px; 
line-height: 19px;
color: #555555;
}
.entry-author .fa-clock{ font-size: 13px; }
.entry-social{ float: right; margin-top: -60px; margin-bottom: -50px; }
.text-bold{ font-weight: 700; }
.text-normal{ font-weight: 500; }

.wpusb .wpusb-item{ margin-right: 6px; }
.wpusb .wpusb-facebook svg{ color: #3b5998 !important; }
.wpusb .wpusb-twitter svg{ 
  color: #fff !important;
  background: #494646;
  border-radius: 100%;
  padding: 4px 6px 4px 7px;
}
.wpusb .wpusb-whatsapp svg{ color: #12C254 !important; }

/* ==========================================================================
    DESTAQUE LAYOUT 00
========================================================================== */
.box-destaque-00{
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  --grid-gutter: 18px;
  grid-gap: var(--grid-gutter);
}

.destaque-layout-001:after { clear: both; }
.destaque-layout-001 .item{
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.destaque-layout-001 .item:hover img{ opacity: 0.8; }
.destaque-layout-001 .item img{
object-fit: cover;
width: 100%;
height: 498px;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
      transition: all 0.4s;
}
.destaque-layout-001 .item .destaque-layout-001-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 20px 36px 30px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
}
.destaque-layout-001 .item .destaque-layout-001-item h2{
  position: relative;
  font-family: var(--font-family-secondary);
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
  color: #fff;
  text-shadow: 1.2px 1.2px 1.2px #000;
  letter-spacing: 0px;
}
.destaque-layout-001 .item .destaque-layout-001-item h2:hover{ 
  color: #fff;
  text-decoration: none; 
}
.destaque-layout-001 .item .destaque-layout-001-item p{
  font-family: var(--font-family-secondary);
  width: 94%;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.cat-noticia-layout-011{
    font-family: var(--font-family-secondary);
    display: inline-block;
    background-attachment: scroll;
    background-position: 0px 0px;
    background-repeat: repeat;
    padding: 5px 5px 4px 6px;
    margin-left: 0px;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #ffffff;
    background: var(--global-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0px;
}

.sub-destaque-layout-00{ margin-bottom: 19px; }
.sub-destaque-layout-00:after { clear: both; }
.sub-destaque-layout-00 .item {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.sub-destaque-layout-00 .item:hover img{ opacity: 0.8; }
.sub-destaque-layout-00 .item img {
object-fit: cover;
width: 100%;
height: 240px;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
      transition: all 0.4s;
}
.sub-destaque-layout-00 .item .sub-destaque-layout-00-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 20px 20px 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
}
.sub-destaque-layout-00 .item .sub-destaque-layout-00-item h2{
  position: relative;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0.4px 0.4px 0.4px #000;
  letter-spacing: 0px;
}
.sub-destaque-layout-00 .item .sub-destaque-layout-00-item h2:hover{ 
  color: #fff;
  text-decoration: none; 
}



/* ==========================================================================
    DESTAQUE SLIDE
========================================================================== */
.destaque-slide{
  position: relative;
  overflow: hidden;
  margin-top: 17px;
  margin-bottom: 8px;
}
.destaque-slide .item img {
  width: 100%;
}

.destaque-slide .item {
  position: relative;
}

/* OVERLAY PRETO */
.destaque-slide .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%; /* controla quanto sobe */
  background: linear-gradient(
    to top,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.98) 15%,
    rgba(0,0,0,0.9) 35%,
    rgba(0,0,0,0.75) 55%,
    rgba(0,0,0,0.4) 75%,
    rgba(0,0,0,0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* CONTEÚDO (texto) */
.destaque-slide .item .destaque-slide-item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 50px;
  z-index: 2; /* acima do overlay */
}

.destaque-slide .title-cat-home{
font-family: var(--font-family-secondary);
display: inline-block;
font-size: 12.5px;
line-height: 13px;
font-weight: 800;
color: #ffffff;
text-shadow: 1.1px 1.1px 1.1px #000;
padding-bottom: 5px;
margin-bottom: 6px;
border-bottom: 3px solid var(--global-secondary-color) !important;
text-transform: uppercase;
letter-spacing: -0.2px;
}
.destaque-slide h2{ 
font-family: var(--font-family-secondary);
font-size: 26px;
line-height: 36px;
font-weight: 700;
width: 90%;
color: #fff;
margin-bottom: 6px;
text-shadow: 1px 1px 1px #000 !important;
letter-spacing: 0px;
}
.destaque-slide h2 a{ color: #ffffff; }
.destaque-slide h2 a:hover{ color: #ffffff !important; }

/* ==========================================================================
   DESTAQUE LAYOUT 04
========================================================================== */
.destaque-layout-04::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #ccc; 
    width: 100%;
    transform: translateY(-1rem);
}
.destaque-layout-content-04{ margin-top: 20px; }
.destaque-layout-04 h2 { font-family: var(--font-family-secondary); font-size: 36px;  line-height: 39px; font-weight: 900; margin: 0px 0px 8px 0px;  letter-spacing: 0px; }
.destaque-layout-04 h2 a:hover{ color: #0d0d6b; }
.destaque-layout-04 img{ max-width: 480px; float: right;  position: relative; margin: 0px 0px 20px 20px;  }


.content-single-tags{ margin-top: 20px; padding-bottom: 60px; }
.single-tags a{
font-family: var(--font-family-secondary);
display: inline-block;
background-attachment: scroll;
background-position: 0px 0px;
background-repeat: repeat;
padding: 5px 5px 5px 5px;
float: left;
margin: 0px 0px 6px 6px;
font-size: 12px;
line-height: 12px;
font-weight: 600;
color: #ffffff;
background: #0b244c;
text-transform: uppercase;
letter-spacing: -0.2px;
}
.single-tags a:hover{ background: var(--global-secondary-color); }

h2.titulo-cat-relacionada{    
    font-family: var(--font-family-primary); 
    font-size:24px;
    line-height:24px;
    font-weight: 800;
    letter-spacing: -0.2px;
    text-transform:  uppercase;
    margin-top: 30px;
    margin-bottom: 14px;
    color: #161616;
}
h2.titulo-cat-relacionada::after{
    content: '';
    display: block;
    width: 100%;
    margin: 10px 0px 16px 0px;
    clear: both;
    border-top: 5px solid #e3e1e1;
}


/* ==========================================================================
   NOTÍCIAS RELACIONADAS PRIMARIO
========================================================================== */
#post-relacionado-primario {padding-top: 6px; }
#post-relacionado-primario ul { margin-left: 0px; }
#post-relacionado-primario li {border-bottom: 1px dotted rgb(204,204,204); width: 100%; content:"."; display:block;margin:10px 0px 20px 0px; }
#post-relacionado-primario h3 { font-family: var(--font-family-primary); font-size: 17px; line-height: 22px; font-weight: 700; margin-bottom: 18px; letter-spacing: -0.4px; }
#post-relacionado-primario h3 a:hover{ color: var(--global-secondary-color); }
#post-relacionado-primario img{ margin-bottom: 4px; }

/* ==========================================================================
   NOTÍCIAS RELACIONADAS SECUNDARIO
========================================================================== */
ul.post-relacionado-secundario{ margin-top: 30px; margin-left: 0px; }
ul.post-relacionado-secundario li {  content:".";  display:block;   clear: both;   }
ul.post-relacionado-secundario li:after{  
    content:" ";  
    display:block;   
    clear: both;  
    border-bottom: 1px solid #e5e5e5; 
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 13px 0px;
}
ul.post-relacionado-secundario li:last-child:after{
    border-bottom: none; 
}
ul.post-relacionado-secundario li a img{ 
width: 120px;
height: 100px;
float: left;
margin: 0px 10px 0px 0px; 
}
ul.post-relacionado-secundario li h3{ font-family: var(--font-family-secondary); font-size: 17px; line-height: 24px; font-weight: 600; padding-top: 4px; letter-spacing: 0px; }
ul.post-relacionado-secundario li h3 a:hover{ color: var(--global-secondary-color); }


/* ==========================================================================
  LIST HOME
========================================================================== */
.title-cat-list{
  font-family: var(--font-family-secondary);
  font-size: 12px;
  padding-top: 8px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.list-home h2 { font-family: var(--font-family-secondary); font-size: 21px; line-height: 28px; font-weight: 600; margin-bottom: 6px; letter-spacing: 0px; }
.list-home h2 a{ color: #000000; text-decoration: none;  }
.list-home h2 a:hover{ color: var(--global-secondary-color); text-decoration: none;  }
.list-home .list-home-item:after{
  content: " ";
  display: table;
  margin-top: 12px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e3e1e1;
}
.list-home img { width: 250px; height: 170px; float: left; margin: 2px 14px 22px 0px; }


/* ==========================================================================
   LIST ARCHIVE
========================================================================== */
h1.title-archive { font-family: var(--font-family-secondary); font-weight:700; font-size:30px; color:#363636; text-transform: uppercase;  letter-spacing: -2px;  margin-top: -6px; margin-left:2px; }
.list-archive h2 { font-family: var(--font-family-secondary); font-size: 23px; line-height: 30px; font-weight: 700; margin-bottom: 6px; letter-spacing: 0px; }
.list-archive h2 a{ color: #000000; text-decoration: none;  }
.list-archive h2 a:hover{ color: var(--global-secondary-color); text-decoration: none;  }
.list-archive .list-archive-item:after{
  content: " ";
  display: table;
  margin-top: 12px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e3e1e1;
}
.list-archive img { width: 220px; height: 150px; float: left; margin: 2px 14px 22px 0px; }
.date{ font-family: var(--font-family-tertiary); color: #363636; font-size:13px; line-height:20px; font-weight: 400; margin: 0px; padding-top:8px; }
.content-thumb-archive{ margin-right: 10px; }
p.resume-archive{ font-family: var(--font-family-secondary); font-size: 17px; line-height: 26px; font-weight: 400; color: #3a3737; }
p.resume-archive a{ color: #3a3737; }
p.resume-archive a:hover{ color: var(--global-secondary-color); }


/* ==========================================================================
   ARCHIVE AUTHOR
========================================================================== */
.card-row-author{
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  --grid-gutter: 24px;
  grid-gap: var(--grid-gutter);
  margin-bottom: 30px;
}
.card-row-author img{ width: 100%; }
.card-row-author h2{
  font-family: var(--font-family-secondary);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0px;
}
.card-row-author h2 a:hover{ color: var(--global-secondary-color); }


/* ==========================================================================
   MATERIA RELACIONADA POST
========================================================================== */
.content-materia-relacionada-post{ 
  background: #f1f1f1;
  padding: 20px 20px 16px 20px;
  margin-bottom: 20px;
 }
.content-materia-relacionada-post h3{
    font-family:var(--font-family-secondary); 
    font-weight: 600;
    color: #0d0d6b;
    font-size: 1.1em;
    margin-bottom: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.materia-relacionada-post li{
    position: relative !important;
    padding-left: 25px !important;
    padding-right: 20px !important;
    margin-left: -40px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    list-style-position: inside;
    font-family:var(--font-family-secondary);  
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    list-style-type: none;
    -ms-transform: translate(22px); /* IE 9 */
    -webkit-transform: translate(22px); /* Chrome, Safari, Opera */
    transform: translate(22px);
}
.materia-relacionada-post li::before{
position: absolute;
left: 0;
content: "\B7";
color: #0d0d6b;
display: table;
font-size: 2.3rem;
font-weight: 700;
line-height: .9;
margin-left: 0px;
}

.back-to-home { padding-top: 8px; padding-bottom: 8px; }
.back-to-home a{ font-family: var(--font-family-secondary);  font-weight: bold; letter-spacing: -0.2px;  }
.back-to-home a:hover{ color: var(--global-secondary-color); }

/* ==========================================================================
   PUBLICIDADE BOXES
========================================================================== */
p.text-pub{
  font-family: var(--font-family-secondary);
  font-size: 10px;
  color: #636262;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase; 
  float: right;
}
p.text-pub-side{
  font-family: var(--font-family-secondary);
  font-size: 10px;
  color: #636262;
  margin-bottom: -12px;
  font-weight: 400;
  text-transform: uppercase; 
  float: right;
}
.banner-leaderboard{ 
margin: 12px 0 0px 0;
padding: 0px 0px 0px 0px;
background-color: #f6f6f6;
text-align: center;
display: block;
}
.banner-leaderboard-center{ 
margin: 12px 0 0px 0;
padding: 0px 0px 0px 0px;
background-color: #f6f6f6;
text-align: center;
clear: both;
}
.banner-sidebar{
text-align: center;
padding: 0px;
background-color: #f6f6f6;
line-height: 0;
}


#wppdf-iframe-body .toolbarContainer{ 
background-color: var(--global-primary-color) !important;
box-shadow: 0 1px 0 var(--global-primary-color) !important;
}

.btn-download-wrap{
  display: flex;
  justify-content: center;
}
.button-download{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  padding: 0.6em 1.1em 0.6em 3em; /* espaço do ícone */
  margin-bottom: 20px;
  color: #ffffff;
  background: var(--global-primary-color);
  border: none;
  letter-spacing: 0.05em;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
a.button-download{ color: #ffffff; }
.button-download:hover{ background: var(--global-secondary-color); }
.button-download::before {
  content: "\f019"; 
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 1.1em;
  font-size: 20px;
  color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE IMAGES
========================================================================== */
.wp-caption{
margin: 0;
padding: 0;
max-width: 100%;
}
.wp-caption::after {
    content: " ";
    display: table;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
width: 100%;
border-bottom: 4px solid #1589de;
padding-bottom: 3px;
}
.wp-caption p.wp-caption-text{   
font-family: 'Open Sans', arial !important;   
font-size: 14px !important;
line-height: 19px !important;
font-weight: 500;
margin-bottom: 6px !important;
padding: 12px 0px 10px 0px !important;
color: #1c1c1c;
text-align: left;
}
.wp-caption p.wp-caption-text:before {
font-family: "Font Awesome 5 Free";
content: "\f030";
font-size: 13px;
font-weight: 600;
display: block;
float: left;
margin: 0 6px 0 0;
color: #1c1c1c;
}
.alignright{float: right;  margin:0px 0px 4px 12px; }
.alignleft{float: left;  margin:0px 14px 4px 0px;  }
.aligncenter{clear:both;  display: block;  margin-left:auto;  margin-right:auto; }

.wp-block-image{
margin: 0 !important;
padding: 0 !important;
max-width: 100% !important;
}
.wp-block-image figcaption{  
font-family: 'Open Sans' , arial !important;   
font-size: 13px !important;
line-height: 17px !important;
font-weight: 700 !important;
margin-bottom: 10px !important;
padding: 3px 0px 10px 0px !important;
color: #474747 !important;
text-align: left !important;
border-bottom: 1px solid #938f8f !important;
}

.fotorama--wp{
  background: #0c1c36 !important;
  padding: 0px 0px 0px 0px !important;
}
.fotorama__wrap{
  background: #0c1c36 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  position: relative !important;
}
.fotorama__caption__wrap{
  padding: 10px 0px 10px 0px !important;
  font-size: 13px !important;
  line-height: 14px !important;
  width: 100% !important;
  height: 100% !important;;
  background: #0c1c36 !important;
  text-align: center !important;
}
.fotorama__wrap img{ max-height: 200px; }
img.fotorama__img{
 top: 0 !important; 
 bottom: 0 !important; 
 height: 100% !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){ background: none !important; }


/* ===============================
   VIDEO RESPONSIVE – SEGURO
================================ */
.videoWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
}
/* SOMENTE VÍDEOS */
.videoWrapper iframe[src*="youtube.com"],
.videoWrapper iframe[src*="youtu.be"],
.videoWrapper iframe[src*="vimeo.com"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* ==========================================================================
   COMMENTS FORM
========================================================================== */
button.alm-load-more-btn{ 
font-family: var(--font-family-secondary) !important;
font-weight: 500 !important; 
letter-spacing: -0.4px;
width: 100% !important;
background: #ccc !important;
color: #000 !important;
margin-top: -10px !important;
margin-bottom: 0px !important;
font-size: 18px !important; 
height: 46px !important; 
text-transform: uppercase;
}
button.alm-load-more-btn:hover{ background: #1272b8; }
.alm-load-more-btn.done{ display: none !important; }

.show-comments{
font-family: var(--font-family-secondary); 
font-size: 21px;
padding: 14px 10px 14px 10px;
top: 50px;
font-weight: 900;
text-transform: uppercase;
text-align: center;
border: 2px solid #0c1c36;
color: #0c1c36;
background: transparent;
width: 100%;
cursor: pointer;
margin-bottom: 20px;
}
.show-comments i{ font-size: 21px !important; color: #0c1c36 !important; margin-right: 4px; }
.show-comments:hover{ border: 2px solid #0c1c36; color: #0c1c36; }
.show-comments:hover i{ color: #0c1c36 !important; }
    
/* COMMENTS */
.info-comment{
  font-family: var(--font-family-tertiary);
  background: #f2f1d4;
  color: #000000;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
#comments { margin-top: 20px; margin-bottom: 40px; }
#comments span.required { color: #C30 }
.commentlist { margin: 0 }
.commentlist .children { margin-left: 30px; }
.commentlist li { list-style: none; margin: 0; }
.commentlist .comment,
.commentlist .pingback { border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { display: block; border-radius: 4px; }
.comment-meta { margin-bottom: 10px }
.comment-meta .fn { font-family: var(--font-family-secondary); font-size: 17px; font-weight: 800; color: #0c1c36; display: block; }
.comment-date { display: inline-block; margin-right: 5px; }
.comment-details { margin-left: 0px; }
.comment-content p{ 
font-family: var(--font-family-tertiary);
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 10px;
color: #212121;
}
p.comment-notes{ 
font-family: var(--font-family-tertiary);
font-size: 14px;
line-height: 24px;
font-weight: 600;
color: #000;
margin-top: 10px;
}
.comment-date a,
a.comment-reply-link { font-family: var(--font-family-tertiary); font-size: 0.85em; color: #527bbe; font-weight: 600; font-style: italic; }
.comment-date { font-family: var(--font-family-tertiary); font-size: 0.8em; color: #51557b; font-weight: 500; font-style: italic; }
a#cancel-comment-reply-link { color: #d55353; display: inline; font-size: 1em; margin-left: 10px; }
a#cancel-comment-reply-link:hover { text-decoration: underline; }
#respond { margin: 40px 0 0; }
.commentlist li article { position: relative }
#log-out { float: right; margin-top: -56px; }
.comment-form-comment label[for="comment"] { display: none }
#reply-title { font-size: 1em; margin: 0 0 20px; }
#reply-title .heading { margin-bottom: 10px; }
p.logged-in-as { font-size: 0.9em; margin-bottom: 20px }
#comments .form-allowed-tags { display: none }
.comment-awaiting-moderation { background: #02AACE; color: #fff; display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }
#comments .pingback .comment-details { margin-left: 0; }

h3#reply-title{
    font-family: var(--font-family-secondary); 
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #0c1c36;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
h3#theChampReplyTitle{
    font-family: var(--font-family-secondary); 
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #0c1c36;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.theChampCommentingTabs ul{
    font-family: var(--font-family-secondary); 
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
li.theChampSelectedTab {
    color: #0c1c36 !important;
    padding-bottom: 4px !important;
    border-bottom: 3px solid #0c1c36 !important;
}
.comment-form-captcha label{ display: none !important; }
.comment-form-captcha span.required{ display: none !important; }

.cld-like-wrap{ color: #0c1c36; }
.cld-like-wrap .fa-thumbs-up{ color: #0c1c36; }
.cld-dislike-wrap{ color: #179013; }
.cld-dislike-wrap .fa-thumbs-down{ color: #179013; }

#feelbox-title{
    font-family: var(--font-family-secondary); 
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
#title span{ display: none !important; }
#sparkbardiv ul{ list-style-type: none !important; }
.sparkbar div{ height: 4px; }
.spark1, .spark2, .spark3, .spark4, .spark5, .spark6{ background-color: #ccc; }

h2#comments-title{
    font-family: var(--font-family-secondary); 
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #0c1c36;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
#comments label{
    display: none;
}
#comments .comment-form-author,
#comments .comment-form-email{
    float: left;
    width: 32%;
    margin-right: 13px;
    margin-bottom: 16px; 
}
#comments .comment-form-url{
    float: left;
    width: 32.5%;
    margin-right: 0px;
    margin-bottom: 16px; 
}

#comments input[type="text"] {
  font-family: var(--font-family-secondary) !important;
  width: 100%;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  border: 1px solid #977b7e;
  border-radius: 3px !important;
  padding: 12px 16px 12px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0px;
}
#comments input[type="text"]:focus{
  border: 1px solid #977b7e !important;
}
#comments input::placeholder{
  color: #696969;
}
#comments textarea {
  font-family: var(--font-family-secondary) !important;
  width: 100%;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  border: 1px solid #977b7e;
  border-radius: 3px !important;
  padding: 6px 16px 24px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 29px;
  margin-bottom: 0px;
}
#comments textarea:focus {
  border: 1px solid #977b7e !important;
}
#comments textarea::placeholder{
  color: #696969;
}
#comments input[type="submit"] {
  font-family: var(--font-family-secondary);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background: var(--global-primary-color);
  border: 0;
  border-radius: 0;
  padding: 12px 11px 12px 13px;
  color: #ffffff;
  cursor: pointer;
  margin-top: -20px;
  margin-bottom: -20px;
}
#comments input[type="submit"]:hover {
  background: var(--global-primary-color);
}
#comments .children{
    margin-left: 3em;
}


/* ==========================================================================
    GRAVITY FORM
========================================================================== */
/* =====================================================
   FORMULÁRIO GRAVITY FORMS – FORM-CADASTRO
   Estilo moderno, limpo e profissional
===================================================== */
.page-template-page-cadastro-filiados h1.page-title{
  font-family: var(--font-family-primary); 
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--global-primary-color);
  margin: 20px 0 18px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
.page-template-page-cadastro-filiados h1.page-title::after{
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  margin-top: 8px;
  background-color: transparent;
  border-radius: 2px;
}
.form-cadastro {
    background: #ececec;
    padding: 32px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 0 auto;
    font-family: var(--font-family-secondary) !important;
}

/* TÍTULO E DESCRIÇÃO */
.form-cadastro .gform_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
}

.form-cadastro .gform_description {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 28px;
}

/* CAMPOS */
.form-cadastro .gfield {
    margin-bottom: 22px;
}

/* LABEL */
.form-cadastro .gfield_label {
    font-weight: 600;
    font-size: 16px !important;
    color: #000000;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
}

/* INPUTS, SELECT E TEXTAREA */
.form-cadastro input[type="text"],
.form-cadastro input[type="email"],
.form-cadastro input[type="number"],
.form-cadastro input[type="tel"],
.form-cadastro input[type="password"],
.form-cadastro input[type="url"],
.form-cadastro select,
.form-cadastro textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    font-size: 15px;
    color: #111827;
    transition: all 0.25s ease;
}

/* PLACEHOLDER */
.form-cadastro ::placeholder {
    color: #9ca3af;
}

/* FOCO */
.form-cadastro input:focus,
.form-cadastro select:focus,
.form-cadastro textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* TEXTAREA */
.form-cadastro textarea {
    min-height: 120px;
    resize: vertical;
}

/* Alinhamento correto dos radios no Gravity Forms */
.form-cadastro .gfield_radio li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Remove margens bugadas do Gravity */
.form-cadastro .gfield_radio li label {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    cursor: pointer;
}

/* Ajuste fino do input radio */
.form-cadastro .gfield_radio input[type="radio"] {
    margin: 0;
    line-height: 30px;
    transform: translateY(-1px);
}

/* DESCRIÇÃO DO CAMPO */
.form-cadastro .gfield_description {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

/* ERROS */
.form-cadastro .gfield_error input,
.form-cadastro .gfield_error select,
.form-cadastro .gfield_error textarea {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.form-cadastro .validation_message {
    color: #dc2626;
    font-size: 13px;
    margin-top: 6px;
}

/* MENSAGEM DE ERRO GERAL */
.form-cadastro .validation_error {
    background: #fee2e2;
    color: #991b1b;
    border-left: 4px solid #dc2626;
    padding: 14px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 14px;
}

/* BOTÃO SUBMIT */
.form-cadastro .gform_footer {
    margin-top: 30px;
    text-align: right;
}

.form-cadastro input[type="submit"],
.form-cadastro button {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* HOVER BOTÃO */
.form-cadastro input[type="submit"]:hover,
.form-cadastro button:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

/* LOADING */
.form-cadastro .gform_ajax_spinner {
    margin-left: 12px;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .form-cadastro {
        padding: 22px;
    }

    .form-cadastro .gform_footer {
        text-align: center;
    }

    .form-cadastro input[type="submit"] {
        width: 100%;
    }
}

#field_1_44{ margin-top: 20px; }

.form-cadastro .gfield_required {
  color: #ec0404 !important;
}
.gfield_description_1_40 .gfield_description{ margin-top: 0px !important; padding-top: 0px !important; }

 .form-cadastro .gfield_description{
  font-size: 16px !important;
  padding-top: 0px !important;
  color: #2a3edd !important;
 }

.banner-qrcode{ max-width: 350px; }




/* ==========================================================================
   ENQUETE
========================================================================== */
.totalpoll-question-content p{
    font-family: var(--font-family-primary) !important;
    font-size: 23px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    color: #168c48 !important;
}
.totalpoll-question-choices-item-control {
    border-width: 0px !important;
    border-style: solid !important; 
    border-color: #138b6f !important;
    font-weight: 700 !important;
}
.totalpoll-question-choices-item-container{
    border-width: 1px !important;
    border-style: solid !important; 
    border-color: #696969 !important;
    font-weight: 700 !important;
}
.totalpoll-question-choices-item-votes{
    font-size: 17px !important;
    font-weight: 700 !important;
}
.totalpoll-question-choices-item-votes-bar{
    background: #12b891 !important;
    background: -moz-linear-gradient(left,#12b891 0%,#12b891 100%) !important;
    background: -webkit-linear-gradient(left,#12b891 0%,#12b891 100%) !important;
    background: linear-gradient(to right,#12b891 0%,#12b891 100%) !important;
}
.totalpoll-button{
    font-family: var(--font-family-primary) !important;
    font-size: 15px !important;
    line-height: 15px !important;
    padding: 12px 16px 11px 16px !important;
    font-weight: 700 !important;
    background: #168c48 !important;
    color: #ffffff !important;
    border-color: #168c48 !important;
    text-transform: uppercase !important;
}
.totalpoll-button:hover{
    background: #31b469 !important;
    color: #ffffff !important;
    border-color: #12b891 !important;
}


/* ==========================================================================
   SEARCH 404
========================================================================== */
h1.title-search{ 
  font-family: var(--font-family-secondary); 
  font-weight: 800; 
  font-size: 24px; 
  line-height: 31px; 
  margin-top: 18px;
  margin-bottom: 14px; 
  letter-spacing: -0.2px;  
}

.not-found h2{
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 700;
  color: var(--global-secondary-color);
  margin-bottom: 16px; 
  letter-spacing: -0.2px;
}
.not-found p.title-search{
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.2px;
}
.not-found p{
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: -0.2px;
}
.not-found-404{ min-height: 500px; margin-top: 20px; text-align: center; }
.not-found-404 h2{
  font-family: var(--font-family-secondary);
  font-size: 30px;
  font-weight: 900;
  color: #1c1c1c;
  letter-spacing: -0.2px;
}
.not-found-404 p.title-search{
  font-family: var(--font-family-secondary);
  font-weight: 700;
  font-size: 24px;
  color: #1c1c1c;
  letter-spacing: -0.2px;
}
.not-found-404 p{
  font-family: var(--font-family-tertiary);
  font-weight: 500;
  font-size: 16px;
  color: #1c1c1c;
  letter-spacing: -0.2px;
  padding: 0px 30px 0px 30px;
}
.not-found-404 .fa-exclamation-triangle{
  font-size: 16em;
  margin: 0 auto;
  color: #ccc;
}
a.btn-404{
font-family: var(--font-family-primary);
background: var(--global-primary-color) !important;
font-size: 14px;
font-weight: 700;
color: #ffffff;
display: inline-block;
padding: 4px 8px 4px 8px;
text-transform: uppercase;
}
a.btn-404:hover{ background: var(--global-secondary-color) !important; }


/* ==========================================================================
   SIDEBAR
========================================================================== */
.widget{
        border:1px solid #CFCFCF;
        margin-bottom: 40px;  
}
.widget img{ width: 100%; }
h3.widget-title{
  font-family: var(--font-family-primary) !important;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px 0px 12px 14px;
  border-bottom: 1px solid #CFCFCF;
  color: var(--global-primary-color);
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
#search-2{
    border: 0;
    margin-top:2px;
    margin-bottom: 10px;
}
#searchsubmit{ font-family: var(--font-family-secondary); font-size:14px; font-weight: 600;  text-transform:uppercase; border-radius: 0px 3px 3px 0px; }
input#s{ color:#696969; font-size:14px; line-height: 20px; font-weight: 600; }

#text-38{
    width: 100%;
    padding: 16px 0px 18px 0px !important;
    border: 0;
    margin-bottom: 0;
    background: none;

}
#text-3, #text-4, #execphp-9, #execphp-10{ border: 0; }

.ws-fb-like-box{ margin-top: -10px !important; }
#previsao{ margin-left: -8px; }

.covid-item{
    background: #e8efef !important;
    box-shadow: 0px 3px 5px #ffffff !important;
    border: 1px solid #ccc;
    font-weight: 800; 
    margin-bottom: -10px !important;
    background-image: url(images/world.png) !important;
    background-repeat: no-repeat !important;
    background-position: top 10px right 10px !important;
    background-blend-mode: overlay !important;
    background-size: 80px !important;
}
.covid-style-1{
      font-family: var(--font-family-primary) !important;
}
h4.covid-title{
     font-size: 16px !important;
     font-weight: 800; 
     text-transform: uppercase;
}
.covid-col.covid-deaths{
    color: #767373 !important;
}
.covid-col.covid-recovered{
  color: #2db02d !important;
}


/* ==========================================================================
   WHATSAPP
========================================================================== */
.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    font-family: var(--font-family-primary) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
  }
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    font-family: var(--font-family-primary) !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-family: var(--font-family-primary) !important;
    font-weight: 700 !important;
}
.wa__member_status{
    font-family: 'Open Sans', arial !important;
    font-weight: 700 !important;
    color: #F52323 !important;
    text-transform: uppercase !important;
}
.wa__popup_chat_box .wa__popup_notice {
    font-family: 'Open Sans', arial !important;
    font-weight: 400 !important;
    color: #4c4f57 !important;
}
.wa__btn_popup_txt{ display: none; }


/* ==========================================================================
   TAB WIDGET
========================================================================== */
  ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 40px;
    border-bottom:none;
    border-left: none;
    width: 100%;

  }

  ul.tabs h3{
    font-family:  var(--font-family-primary) ; 
    font-weight:700;
    font-size:18px;
    color:#363636;
    text-transform: uppercase;
    letter-spacing: -1px;
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 8px 0 8px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

  ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 10px ;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid  none; 
    border-left: 1px solid none;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -khtml-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
     transition: color 0.2s linear;
  }

h3.tab-border-left{  border-left: 1px solid  #CFCFCF;  }

  ul.tabs li:hover { color:#004284; } 
  ul.tabs li.active{  color:#004284; }

  .tab_container {
    border:none;
    clear: both;
    float: left; 
    width: 100%;
    background: #ffffff;
  }
  .tab_content {
    display: none;
  }
  #container {
    width: 100%;
    margin: 0 auto; 
    font-family:arial;
  }



/* ==========================================================================
   MAIS LIDAS HOR
========================================================================== */
.mvp-widget-trend-wrap{
  margin: 20px auto 0px;

}
.mvp-widget-trend-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0;
}
.mvp-widget-trend-title{
    font-family: var(--font-family-primary), georgia; 
    position: absolute;
    z-index: 3;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    background: var(--global-primary-color);
    padding: 5px 8px 4px 10px;
    top: 10px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.mvp-widget-trend-img {
  line-height: 0;
  overflow: hidden;
  width: 95%;
}
.mvp-widget-trend-text{
  padding: 5px 6px 0px 0px;
  position: relative;
}
p.mvp-widget-cat-trend{ font-family: var(--font-family-secondary); font-size:12px; margin-top:-2px;  margin-bottom: 0px;  font-weight:700; text-transform: uppercase; letter-spacing: 0.2px; color: var(--global-primary-color); }
.mvp-widget-trend-text h2{
  font-family: var(--font-family-primary), georgia; 
  color: #000;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.4px;
  font-weight: 700;
  margin-top: 0px;
  width: 95%;
}
.mvp-widget-trend-text h2:hover{ color: var(--global-secondary-color); }


/* ==========================================================================
   MAIS LIDAS VER
========================================================================== */
.mais-lidas { counter-reset: my-badass-counter; margin-top: 20px; margin-bottom: 18px; }
.mais-lidas dt::after {
    width: 100%; 
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    content:" ";  
    display:block; 
    clear: both; 
}
.mais-lidas img{ float: left; width: 120px; height: 84px; margin-right: 12px; }
.mais-lidas dt{
position: relative;
font-family: var(--font-family-secondary); 
font-size: 16px;
line-height: 20px;
font-weight: 600;
padding: 6px 0 10px 0;
line-height: 20px;
margin-right: 8px;
float: left;
letter-spacing: -0.2px;
}
.mais-lidas dt a:hover{ color: var(--global-secondary-color); }
.mais-lidas dt:before{
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
position: absolute;
left: 0;
top: 0;
font-family: var(--font-family-secondary);
font-size: 18px;
font-weight: 800;
padding: 8px 12px 6px 12px;
background-color: var(--global-primary-color) !important;
color: #ffffff;
margin-top: 6px;
margin-left: 10px;
}
.mais-lidas dd { margin: 0 0 50px 0; } 
.mais-lidas dt, .mais-lidas dd { padding-left: 10px; }


/* ==========================================================================
   MAIS LIDAS DA SEMANA
========================================================================== */
.mais-lidas-semana { counter-reset: my-badass-counter; margin-top: 20px; margin-bottom: 18px; }
.mais-lidas-semana dt {
position: relative;
font-family: var(--font-family-secondary); 
padding: 6px 0 24px 0;
line-height: 20px;
margin-right: 0px;
}
.mais-lidas-semana dt:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
position: absolute;
left: 0;
top: 0;
font-family: var(--font-family-secondary);
font-size: 60px;
padding: 4px 12px 6px 2px;
color: #696969;
margin-top: 12px;
margin-left: 0px;
letter-spacing: -8px;
}

.mais-lidas-semana dt { border-bottom: 1px dotted #B5B5B5; margin-left: 8px; margin-bottom: 30px; }
.mais-lidas-semana dt:last-child{ border-bottom: 0; }
 
.mais-lidas-semana dd { margin: 0 0 50px 0; } 
.mais-lidas-semana dt, .mais-lidas dd { padding-left: 50px; }

.mais-lidas-semana dt h2{
position: relative;
font-family: var(--font-family-secondary); 
font-size: 26px;
line-height: 28px;
font-weight: 700;
padding: 6px 0 24px 0;
margin-top: 8px;
margin-left: 20px;
margin-right: 0px;
}


/* ==========================================================================
   LIST MAIS LIDAS
========================================================================== */
.list-mais-lidas{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  --grid-gutter: 20px;
  grid-gap: var(--grid-gutter);
  counter-reset: section-popular;
}
.list-mais-lidas img{ width: 100%; height: 140px; margin-bottom: 6px; }
.list-mais-lidas h3{
  font-family: var(--font-family-secondary); 
  font-size: 17.5px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.list-mais-lidas h3:hover{ color: var(--global-secondary-color); }
.list-mais-lidas h3:before{
  counter-increment: section-popular;
  content: counter(section-popular);
  color: var(--global-primary-color);
  font-size: 26px;
  font-weight: 900;
  margin-top: 50px !important;
  margin-right: 10px;
}

/* ==========================================================================
   PAGINATION
========================================================================== */
#container_pagination{ margin-bottom: 20px; }

 .pagination {
    font-family: var(--font-family-tertiary);
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:13px;
    line-height:15px;
    }
     
    .pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 8px 5px 8px;
    text-decoration:none;
    width: auto;
    color: #fff;
    background: var(--global-bg-footer) !important;
    }
     
    .pagination a:hover{
    color: #ffffff;
    background: var(--global-secondary-color) !important;
    }
     
    .pagination .current{
    padding: 6px 8px 5px 8px;
    background: var(--global-secondary-color) !important;
    color: #ffffff;
    }


/* ==========================================================================
   AREA VÍDEOS HOME
========================================================================== */
#galeria-playlist-home{ 
    background: url('images/patterns/pattern10.png') repeat top left;
    background-color: #ee4b05 !important;
    padding: 16px 0 44px 0;
    position: relative;
    z-index: 1 !important;  
    position: relative !important;
 }
h2.videos{
    font-family: var(--font-family-primary) !important; 
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 4px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    -o-transition:color .2s ease-out, background 1s ease-in; -ms-transition:color .2s ease-out, background 1s ease-in;-moz-transition:color .2s ease-out, background 1s ease-in;-webkit-transition:color .2s ease-out, background 1s ease-in;/* ...and now override with proper CSS property */transition:color .2s ease-out, background 1s ease-in;
}


/* ==========================================================================
   programa CAROUSEL
========================================================================== */
.programa-container{
    overflow: hidden;
    background: white;
    padding: 30px 30px 10px 30px;
}
h2.programas{
    font-family:  var(--font-family-primary) !important; 
    font-weight:700;
    font-size:36px;
    line-height:36px;
    text-transform:  uppercase;
    letter-spacing: -2px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    color: #0e4f70;
    -o-transition:color .2s ease-out, background 1s ease-in; -ms-transition:color .2s ease-out, background 1s ease-in;-moz-transition:color .2s ease-out, background 1s ease-in;-webkit-transition:color .2s ease-out, background 1s ease-in;/* ...and now override with proper CSS property */transition:color .2s ease-out, background 1s ease-in;
}
h2.programas:after {
  content: '';
  display: block;
  width: 100%; 
  margin:12px 0px 0px 0px; 
  clear:both;
}
h2.programas:before {
    display:inline-block;
    margin-right: 2px;
    margin-left: 0px;
    content: " ";
}
span.cat_rodape_programa{
    border-bottom: 4px solid #e5e5e5;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
}

.programa-content{
   margin-top: -4px;
   padding-left: 29px;
}

.item-programa img{ 
    width: 220px;
    height: 130px;
    border-radius: 3px;
    margin-bottom: 6px;
}

.item-programa h3{
   font-family:  var(--font-family-primary) !important;
   max-width: 180px;
   font-size: 18px;
   line-height: 22px;
   font-weight: 700;  
   letter-spacing: -1px;
   color: #363636;
   -o-transition:color .2s ease-out, background 1s ease-in; -ms-transition:color .2s ease-out, background 1s ease-in;-moz-transition:color .2s ease-out, background 1s ease-in;-webkit-transition:color .2s ease-out, background 1s ease-in;/* ...and now override with proper CSS property */transition:color .2s ease-out, background 1s ease-in;
}

.item-programa h3 a:hover{
   color: #1c1c1c;
}

.item-programa p{
   color: #1c1c1c !important;
}

/* ==========================================================================
   FOOTER
========================================================================== */
footer{ 
  background-color: var(--global-bg-footer);
  color: var(--global-color-text-footer);  
  padding: 40px 0 40px 0;
}
.content-footer{ text-align: center; }
.box-footer{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
  --grid-gutter: 24px;
  grid-gap: var(--grid-gutter);
}
.selo-footer{ width: 300px; margin: 0 auto; margin-bottom: 10px; }
.selo-footer-2{ width: 180px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; }
.logo-footer{ width: 250px; margin: 0 auto; margin-top: 10px; margin-bottom: 20px; }

/* UL do menu */
.menu_footer{
  margin-left: -5px;
  margin-bottom: 14px;

  /* força horizontal */
  display: flex !important;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: center;

  padding: 0 !important;
  list-style: none !important;
}
/* LI */
.menu_footer > li{
  display: block !important;   /* no flex, o item vira bloco */
  margin: 0 !important;
  padding: 0 6px !important;
}
/* LINK */
.menu_footer > li > a{
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;            /* texto branco */
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0;
}
/* Hover */
.menu_footer > li > a:hover{
  color: var(--global-color-text-hover-footer);        /* branco “mais claro” no hover */
}

.dVYIqU{ bottom: 34px !important; }
.llcnCH{ bottom: 24px !important; }


/* ==========================================================================
   SOCIAL FOOTER
========================================================================== */
.social-footer__wrap {
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 10px;
    }

    /* LINHAS LATERAIS */
    .social-footer__line {
      flex: 1;
      height: 1px;             /* linha mais fina */
      background: rgba(255,255,255,.6);
    }

    /* SOCIAL */
    .social-footer__social {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 10px 0 10px 0;
    }

    .social-footer__social a {
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-decoration: none;
      transition: opacity .15s ease, transform .15s ease;
    }

    .social-footer__social a:hover {
      opacity: .85;
      transform: translateY(-1px);
    }

    .social-footer__social i {
      font-size: 18px;
    }
.social-footer__social i.fa-instagram{ font-size: 21px; }
.social-footer__social i.fa-whatsapp{ font-size: 21px; }

    /* RESPONSIVO */
    @media (max-width: 640px) {
      .social-footer__wrap {
        gap: 14px;
      }

      .social-footer__social i {
        font-size: 16px;
      }
    }

.contato-footer{
    font-family: var(--font-family-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 8px;
    padding-left: 0;
    text-align: center;
}

.contato-footer i{
    color: #ffffff;
    font-size: 17px;
    margin-right: 8px;
    vertical-align: middle;
}

.contato-footer i.fa-envelope{
    font-size: 19px;
}

.contato-footer a{
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity .15s ease, transform .15s ease;
}

.contato-footer a:hover{
    opacity: .85;
    transform: translateY(-1px);
}

.footer-copyright{ font-size: 13px; margin-top: 14px; }

#backtotop{
cursor:pointer;
display:none;
position:fixed;
padding:7px;
text-align:center;
font-size:14px;
z-index:1000;
bottom:0.51em;
right:0.50em;
width: 36px;
height: 36px;
color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70); 
}
#backtotop:hover{
opacity: 10;
filter: alpha(opacity=100);
}


/* ==========================================================================
   MEDIA QUERIES
========================================================================== */

/* maior que */
@media screen and (min-width: 980px) {
#col-primary{ width: 69%; }
#col-content-single{ width: 69%; }
#col-secondary{ width: 30%; margin-top: 20px; }
.slide-home{ margin-top: -30px; }
}

@media screen and (min-width: 240px) and (max-width: 600px) {
.header{ height: 80px; }
.home .header{ height: 84px; }
.header-sidebar{ height: 82px; }

.slide-home{ margin-top: -20px; }

h1.page-title{ text-align: center; }
h1.page-title::after{ margin: 8px auto 0; }

.box-destaque-00{ grid-template-columns: 1fr; }

.destaque-layout-001 .item .destaque-layout-001-item{ padding: 0px 22px 20px 22px; }
.destaque-layout-001 .item img{ height: auto; }
.destaque-layout-001 .item .destaque-layout-001-item h2{ font-size: 22px; line-height: 29px; text-shadow: none; }

.sub-destaque-layout-00 .item img { height: 250px; }

.sub-destaque-layout-00 .item .sub-destaque-layout-00-item{ padding: 0px 20px 12px 20px; }
.sub-destaque-layout-00 .item .sub-destaque-layout-00-item h2{ font-size: 19px; line-height: 27px; text-shadow: none; }

.destaque-slide .item .destaque-slide-item {
  padding: 0 30px 20px 30px;
}
.destaque-slide .title-cat-home{
font-size: 11.5px;
}
.destaque-slide h2{ 
font-size: 20px;
line-height: 26px;
text-shadow: 0.4px 0.4px 0.4px #000 !important;
}

h1.title-category-custom{ font-size: 36px; line-height:42px; margin-top: 39px; padding-top:60px; } 

h1.title-search{ font-size: 22px; }
h1.single-title{ font-size:30px; line-height:33px; letter-spacing: -0.6px; }
h2.subtitle{ font-size:18px; line-height:23px; }

ul.list-vertical-posts li a img{ width: 100%; margin: 0px 17px 6px 0px; }
ul.list-vertical-posts-archive li a img{ width: 100%; margin: 0px 17px 6px 0px; }
.social-share-home{ margin-top: -10px; }

.list-home::after{ margin-top: 18px; }
.list-home img{ width: 100%; height:auto !important; margin: 2px 0px 5px 0px; }
.list-home h2 { font-size: 22px; line-height: 26px; }
 
.list-archive::after{ margin-top: 18px; }
.list-archive img{ width: 100%; height:auto !important; margin: 2px 0px 5px 0px; }
.list-archive h2 { font-size: 20px; line-height: 26px; }

.card-row-author{ --grid-gutter: 12px; }

.wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption{ width: 100%; }
.wp-block-image .alignleft{ clear:both !important; float: none !important; text-align: center !important; 
 display: block !important;  margin-left:auto !important;  margin-right:auto !important; margin-bottom:14px;}
.wp-block-image .alignleft img{ width: 100%; }
.wp-block-image .alignright{ clear:both !important; float: none !important; text-align: center !important; 
 display: block !important;  margin-left:auto !important;  margin-right:auto !important; margin-bottom:14px;}
.wp-block-image .alignright img{ width: 100%; }
.alignright {clear:both !important; float: none !important; text-align: center !important; 
 display: block !important;  margin-left:auto !important;  margin-right:auto !important; margin-bottom:14px;}
.alignleft {clear:both !important; float: none !important; text-align: center !important; 
 display: block !important;  margin-left:auto !important;  margin-right:auto !important; margin-bottom:14px;}
.wp-caption p.wp-caption-text{ margin-top: -2px; }

/* blockquote style */
.entry-content-single blockquote{
    padding: 28px 20px 30px 10px;
}
.entry-content-single blockquote p{ font-size: 21px !important; line-height: 25px !important; }

.feature-post-cap{ margin-top: -1px; }
.feature-post{ margin-top: -1px; }

}

@media screen and (min-width: 601px) and (max-width: 768px) {
.slide-home{ margin-top: 44px; }
}

/* menor que */
@media screen and (max-width: 500px){
.hide-mobile{ display: none !important; }
}
/* maior que */
@media screen and (min-width: 501px){
.hide-desktop{ display: none !important; }
}

@media screen and (max-width: 640px){
#posts-relacionados-primario{ display: none ; }
#form-busca-mobile{ top: 63px; padding: 15px 0px 0px 0px; }
#form-busca-mobile.form-busca-mobile-scroll{ top: 62px; }
}
@media screen and (min-width: 641px) {
#posts-relacionados-secundario{ display: none; }
}