/*
Theme Name: Plantão Jaru
Description: Portal de notícias
Version: 999999999999999999999999999999999
*/
@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: #1c1c1c;
  --global-color-text-header: #ffffff;
  --global-color-text-hover-header: #ffffff;

  --global-bg-menu: #1c1c1c;
  --global-color-text-menu: #ffffff;
  --global-color-text-hover-menu: #ffffff;

  --global-bg-menu-side: #1c1c1c;
  --global-color-text-menu-side: #ffffff;
  --global-color-text-hover-menu-side: #ffffff;

  --global-bg-footer: #1c1c1c;
  --global-color-text-footer: #ffffff;
  --global-color-text-hover-footer: #ffffff;

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

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

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

#wrapper{ position: relative; }
.header{ height: 20px; }
.header-sidebar{ height: 8px; }
.fixa-search-mobile { z-index: 9999; position: fixed; width: 100%; } 
#form-busca-mobile{ background: #2e2b3c !important; top: 88px; padding: 16px 0px 0px 0px; text-align: center; height: 68px; }
#form-busca-mobile.form-busca-mobile-scroll{ top: 60px; }

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

.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: 20px 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; }

.entry-content-page{ margin:0px; padding:0px; }
.entry-content{ margin: 20px 0px 0px 0px; padding:0px;  max-width: 730px; border-bottom: 1px solid rgb(221, 221, 221);  }
.entry-content p{ font-size:17px; line-height:24px; padding-bottom:10px; margin:10px 0; }
h1.entry-title{ font-size: 32px; }
.tag-color{ color: var(--global-primary-color); }
h1.page-title{ font-family: var(--font-family-secondary); font-size: 29px; font-weight: 800; color: #000000; text-transform: uppercase; letter-spacing: -0.2px; }
h1.page-title-category { font-family: var(--font-family-primary); font-weight: 800; font-size: 25px; color: var(--global-secondary-color); text-transform: uppercase; letter-spacing: -0.2px; margin-top: 2px; }
h1.page-title-category::after {
  content: '';
  display: block;
  width: 100%;
  margin: 10px 0px 20px 0px;
  clear: both;
  border-top: 5px solid #e3e1e1;
}
.date h1.page-title-category { font-size: 24px; }

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

h2.title-category-single{ margin-top: -12px; }
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; 
color: #555555;
}
.entry-author .fa-clock{ font-size: 13px; }
.entry-social{ float: right; margin-top: -60px; margin-bottom: -18px; }
.text-bold{ font-weight: 700; }
.text-normal{ font-weight: 500; }

.wpusb{ margin-top: 20px !important; margin-left: -5px !important; }
.wpusb .wpusb-item{ margin-right: 6px !important; } 

.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; }

.elfsight-widget-pdf-embed{ margin-bottom: 20px; }
.elfsight-widget-pdf-embed .eape-embed-file-link{ display: none !important; }
.elfsight-widget-pdf-embed .eape-title-component{ display: none !important; }
.elfsight-widget-pdf-embed .eape-embed-file-icon{ display: none !important; }
.elfsight-widget-pdf-embed .eape-embed-file-name{ display: none !important; }

.time-read{ 
font-family: 'Bitter', arial;
font-size: 17px;
font-weight: 500;
text-align: center; 
margin-top: -10px;
margin-bottom: 14px; 
}
.single-voicer{
margin-top: -20px;
margin-bottom: 0px;
}
#listenButton1{
font-family: 'Nunito', arial !important;
font-size: 15px !important;
font-weight: 500 !important;
border-radius: 100px !important;
border: 0;
background: #2d2e47 !important;
color:  #ffffff !important;
padding: 6px 8px 5px 8px !important;
}
#listenButton1 img{ display: none !important; }
img.emoji{ display: none !important; }
#listenButton1 span:before{
font-family: "Font Awesome 5 Free";
content: "\f028";
font-size: 17px !important;
font-weight: 600;
display: block;
float: left;
margin: 1px 6px 0 0;
color: #ffffff;
display: none !important;
}

.btn-google a{
font-family: var(--font-family-tertiary) !important;
font-weight: 500;
letter-spacing: -0.1px;
color: #4782e3;
margin-top: -40px;
padding: 6px 10px 7px 10px;
display: inline-block;
border-radius: 50px;
float: right;
font-size: 13px;
}
.btn-google .fa-google{ font-size: 17px; }

a.btn-ctt-whats{
font-family: var(--font-family-tertiary) !important;
font-size: 18px;
line-height: 18px;
font-weight: 700;
letter-spacing: 0px;
border: 2px solid #1c1c1c !important;
padding: 0px 16px 16px 16px;
margin-top: 10px;
margin-bottom: 20px;
display: inline-block;
border-radius: 5px;
}
a.btn-ctt-mail{
font-family: var(--font-family-tertiary) !important;
font-size: 18px;
line-height: 18px;
font-weight: 700;
letter-spacing: 0px;
border: 2px solid #1c1c1c !important;
padding: 16px 16px 16px 16px;
margin-top: 10px;
margin-bottom: 20px;
display: inline-block;
border-radius: 5px;
}

.info-opiniao{
  font-family: var(--font-family-tertiary);
  background: #fcfcfc;
  color: #484646;
  font-size: 15px;
  line-height: 22px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #a6a1a1;
  border-radius: 10px;
}
p.text-link-share{
font-family: var(--font-family-tertiary);
font-size: 18px !important;
line-height: 28px;
font-weight: 500;
font-style: italic;
letter-spacing: 0px;
color: #1c1c1c; 
}
p.text-link-share 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;
}
p.text-link-share a:hover{
  background-size: 3px 3px;
  color: var(--global-secondary-color);
}

.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: #1c1c1c;
text-transform: uppercase;
letter-spacing: -0.2px;
}
.single-tags a:hover{ background: var(--global-secondary-color); }

.cat-title{
  display:flex;
  align-items:center;
  gap:2px;

  font-size:24px;
  font-weight:800;
  font-family: var(--font-family-primary);
  text-transform: uppercase;

  color: var(--global-secondary-color);

  position: relative;
  padding-bottom:10px;
  margin:0 0 18px;
  letter-spacing: -0.6px;
}
.cat-title a{ color: var(--global-secondary-color); }
.cat-title a:hover{ color: var(--global-primary-color); }
.cat-title .icon-plus{
  color:#004796;
  font-size:28px;
  font-weight:900;
  line-height:1;
}
/* linha fina abaixo */
.cat-title::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1.1px;
  background:#e0e0e0;
}

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

.u_next_story{  }
.u_next_story.nav-slide h3{
  font-family: var(--font-family-primary);
  font-size: 19px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
}
.u_next_story.nav-reveal div h3 span{
  display: none !important;
}
.u_next_story.nav-reveal img{
  width: 100px;
  height: 100px;
}
.u_next_story.nav-reveal h3{
  font-size: 15px;
  line-height: 20px;
}


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

.destaque-layout-001:after { clear: both; }
.destaque-layout-001 .item{
  position: relative;
  overflow: hidden;
  background: #0023ff;
}
.destaque-layout-001 .item:hover img{ opacity: 0.4; }
.destaque-layout-001 .item img{
object-fit: cover;
width: 100%;
height: 539px;
  -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: 34px;
  line-height: 42px;
  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: 24px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.sub-destaque-layout-00{ margin-bottom: 8px; }
.sub-destaque-layout-00:after { clear: both; }
.sub-destaque-layout-00 .item {
  position: relative;
  overflow: hidden;
}
.sub-destaque-layout-00 .item:hover img{ opacity: 0.9; }
.sub-destaque-layout-00 .item img {
object-fit: cover;
width: 100%;
height: 260px;
  -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; 
}


/* ==========================================================================
    BOX NEWS BLOCK
========================================================================== */
  .news-block-bg{
    background: #f5f5f5;
  }
  .news-block {
    padding-bottom: 0px;
  }

  .news-block__container {
    margin: 2px auto;
    padding: 0px 0px 0px 0px;
  }

  .news-block__date {
    font-size: 14px;
    color: #777;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .news-block__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 26px;
  }

  /* IMAGE WRAPPER */
  .news-block__image-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
  }

  .news-block__image-wrapper img {
  width: 100%;
  height: 396px;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease-in-out;
}

.news-block__image-wrapper:hover img {
  opacity: 0.9;
}

  .news-block__category {
    font-family: var(--font-family-primary);
    position: absolute;
    bottom: -12px;
    left: 0;
    background: var(--global-secondary-color);
    padding: 5px 10px 5px 11px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 3;
  }

  /* TITLES */
  .news-block__title {
    font-family: var(--font-family-secondary);
    margin-top: 20px;
    font-size: 31px;
    font-weight: 800;
    color: #1c1c1c;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }
  .news-block__title a:hover{ color: var(--global-secondary-color); }
  .news-block__main:hover .news-block__title a{ color: var(--global-secondary-color); }

  .news-block__subtitle {
    font-family: var(--font-family-secondary);
    margin-top: 12px;
    font-size: 17px;
    line-height: 26px;
    color: #383838;
    margin-top: -2px;
    letter-spacing: -0.4px;
  }
  .news-block__subtitle a:hover{ color: var(--global-secondary-color); }
  .news-block__main:hover .news-block__subtitle a{ color: var(--global-secondary-color); }

  /* SIDE COLUMNS */
  .news-block__side {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  /* CARD */
  .news-block__card-title {
    font-family: var(--font-family-secondary);
    margin-top: 22px;
    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.6px;
    margin-bottom: 0px;
  }

  .news-block__card-title a:hover{ color: var(--global-secondary-color); }
  .news-block__card:hover .news-block__card-title a{ color: var(--global-secondary-color); }
  .news-block__card .news-block__image-wrapper img { height: 194px; }


/* ==========================================================================
    DESTAQUE LAYOUT 01
========================================================================== */
.box-destaque{
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  --grid-gutter: 0px;
  grid-gap: var(--grid-gutter);
}
.destaque-layout-01:after { clear: both; }
.destaque-layout-01 .item{
  position: relative;
  overflow: hidden;
  background: #0c0c82;
}
.destaque-layout-01 .item:hover img{ opacity: 0.4; }
.destaque-layout-01 .item img{
object-fit: cover;
width: 100%;
height: 440px;
  -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-01 .item .destaque-layout-01-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%);
}
.destaque-layout-01 .item .destaque-layout-01-item h2{
position: relative;
font-family: var(--font-family-secondary);
font-size: 32px;
line-height: 39px;
font-weight: 600;
color: #fff;
text-shadow: 1.4px 1.4px 1.4px #000;
letter-spacing: 0px;
}
.destaque-layout-01 .item .destaque-layout-01-item h2:hover{ 
  color: #fff;
  text-decoration: none; 
}
.destaque-layout-01 .item .destaque-layout-01-item p{
  font-family: var(--font-family-secondary);
  width: 94%;
  font-size: 17px;
  line-height: 24px !important;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.cat-noticia-layout-01{
    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;
}

.destaque-layout-02:after { clear: both; }
.destaque-layout-02 .item {
  position: relative;
  overflow: hidden;
  background: #0c0c82;
}
.destaque-layout-02 .item:hover img{ opacity: 0.4; }
.destaque-layout-02 .item img {
object-fit: cover;
width: 100%;
height: 440px;
  -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-02 .item .destaque-layout-02-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%);
}
.destaque-layout-02 .item .destaque-layout-02-item h2{
  width: 94%;
  position: relative;
  font-family: var(--font-family-secondary);
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1.4px 1.4px 1.4px #000;
  /*text-shadow: 3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;*/
  letter-spacing: 0px;
}
.destaque-layout-02 .item .destaque-layout-02-item h2:hover{ 
  color: #fff;
  text-decoration: none; 
}


.destaque-layout-03{ margin-bottom: 0px; }
.destaque-layout-03:after { clear: both; }
.destaque-layout-03 .item {
  position: relative;
  overflow: hidden;
  background: #0c0c82;
}
.destaque-layout-03 .item:hover img{ opacity: 0.4; }
.destaque-layout-03 .item img {
object-fit: cover;
width: 100%;
height: 220px;
  -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-03 .item .destaque-layout-03-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%);
}
.destaque-layout-03 .item .destaque-layout-03-item h2{
  width: 94%;
  position: relative;
  font-family: var(--font-family-secondary);
  font-size: 18.5px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  /*text-shadow: 3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;*/
  letter-spacing: 0px;
}
.destaque-layout-03 .item .destaque-layout-03-item h2:hover{ 
  color: #fff;
  text-decoration: none; 
}


/* ==========================================================================
   BLOCO SUB DESTAQUES 
========================================================================== */
.box-destaque-02{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  --grid-gutter: 16px;
  grid-gap: var(--grid-gutter);
}
.box-destaque-03{
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  --grid-gutter: 16px;
  grid-gap: var(--grid-gutter);
}

/* ==========================================================================
   LIST CAT VERTICAL
========================================================================== */
.title-cat-home-02{
font-family: var(--font-family-primary);
display: inline-block;
font-size: 12px;
line-height: 13px;
font-weight: 700;
color: #161616; 
padding-bottom: 4px;
margin-bottom: 3px;
border-bottom: 3px solid var(--global-secondary-color);
text-transform: uppercase;
letter-spacing: 0px;
}
.list-cat-vertical-home .list-item:after{
  content: " ";
  display: table;
  margin-top: 7px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e3e1e1;
}
.list-cat-vertical-home .list-item:last-child:after{
  content: " ";
  display: table;
  margin-top: 7px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: none;
}
.list-cat-vertical-home img{ float: left; margin: 2px 14px 17px 0px; width: 120px; height: 106px; }
.list-cat-vertical-home h3{ font-family: var(--font-family-secondary); font-size: 17px; line-height: 22px; font-weight: 600; padding-top: 0px; letter-spacing: 0.2px; }
.list-cat-vertical-home h3 a:hover{ color: var(--global-secondary-color); }

.list-cat-vertical-home p.title-cat-home{ margin-bottom: 0px; }
.list-cat-vertical-home .title-cat-home a{
font-family: var(--font-family-secondary);
display: inline-block;
font-size: 11px;
line-height: 11px;
font-weight: 700;
color: #ffffff;
padding: 5px 5px 4px 6px;
background: var(--global-secondary-color);
margin-bottom: 0px;
text-transform: uppercase;
letter-spacing: 0px;
}



/* ==========================================================================
  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: 310px; height: 190px; 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: 21px; line-height: 28px; font-weight: 600; 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: 290px; height: 184px; 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 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;
}


/* ==========================================================================
   VÍDEO POPUP
========================================================================== */
.html5-title h3{
font-family: var(--font-family-secondary) !important;
font-size: 20px !important;
line-height: 20px;
color: #ffffff !important;
font-weight: 700 !important;
letter-spacing: -0.2px;
}
.html5-elem-wrap{ 
  background-color: #0d0d6b !important; 
  border-top: 4px solid #ffffff !important; 
  border-left: 4px solid #ffffff !important; 
  border-right: 4px solid #ffffff !important;
  border-bottom: none !important;
}
.html5-elem-data-box{ 
  background-color: #0d0d6b !important; 
  border-top: none !important; 
  border-left: 4px solid #ffffff !important; 
  border-right: 4px solid #ffffff !important;
  border-bottom: 4px solid #ffffff !important;
}


/* ==========================================================================
   PLAY BUTTON DESTAQUE
========================================================================== */
.play-button-destaque{
  margin: 0 auto;
  text-align: center;
  float: left;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.play-button-destaque:before{
  content: "\f04b";
  font-family: FontAwesome;
  color: #ffffff;
  background: #ffffff;
  font-size: 30px;
  text-align: center;
  padding: 8px 0 0 9px;
  position: absolute;
  top: 44px;
  left: 41px;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}


/* ==========================================================================
   PLAY BUTTON SUB DESTAQUE
========================================================================== */
.play-button-sub-destaque{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  float: left;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.play-button-sub-destaque:before{
  content: "\f04b";
  font-family: FontAwesome;
  color: #ffffff;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 6px 0 0 6px;
  position: absolute;
  top: 32px;
  left: 30px;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}


/* ==========================================================================
   PLAY BUTTON LIST
========================================================================== */
.play-button-list{
  margin: 0 auto;
  text-align: center;
  float: left;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.play-button-list:before{
  content: "\f04b";
  font-family: FontAwesome;
  color: #ffffff;
  background: #ffffff;
  font-size: 34px;
  text-align: center;
  padding: 5px 0 0 6px;
  position: absolute;
  top: 44px;
  left: 41px;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}


/* ==========================================================================
    NOTÍCIAS LISTA DESTAQUE HOME BLOCO 3 SECUNDARIO
========================================================================== */
#lista-sub-destaques-secundario-bloco-6{ padding-top: 2px; }
#lista-sub-destaques-secundario-bloco-6 ul { margin-left: 0px; }
#lista-sub-destaques-secundario-bloco-6 li { border-bottom: 1px dotted rgb(204,204,204);  width: 100%;  content:".";  display:block;margin:10px 0px 20px 0px; }
#lista-sub-destaques-secundario-bloco-6 li:last-child{ border-bottom: none; margin-bottom: 34px; } 
#lista-sub-destaques-secundario-bloco-6 h3 { font-family:  var(--font-family-primary);   font-size: 20px; line-height:23px; margin-bottom: 18px;   margin-top: -4px;  letter-spacing: -1px;}


/* ==========================================================================
  DESTAQUES SIDEBAR
========================================================================== */
#text-10, #text-11, #text-12{ margin-top: 40px !important; }
.destaque-noticia-sidebar-item{ padding: 10px 12px 0px 14px !important; }
.destaque-noticia-sidebar img{ width: 100%; margin-top: 0px; }
.destaque-noticia-sidebar h3{ font-family:var(--font-family-secondary); font-size: 22px; line-height:25px; font-weight:700; letter-spacing: -1px; }

.box-video-sidebar .fa-youtube-play{ 
  font-size: 34px !important; 
  color: #25a1eb !important; 
}
.box-video-sidebar{ 
  background: #091042; 
  padding: 8px 14px 18px 14px;
}
.box-video-sidebar h2{ 
  font-family: var(--font-family-secondary); 
  font-size: 30px; 
  font-weight: 700;
  color: #ffffff; 
}
.box-video-sidebar img{ width: 100%; margin-bottom: 0px; }
.content-video-sidebar{ 
  background: #0e1b82; 
  margin-top: 0px;
  padding: 20px 16px 14px 16px; 
}
.content-video-sidebar h3 a{
  font-family: var(--font-family-secondary);
  font-size: 17.5px;
  line-height: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-top: -4px;
}
.content-video-sidebar h3{ line-height: 18px; }


/* ==========================================================================
   WIDGET PRIMEIRA PÁGINA
========================================================================== */
.container-widget-destaques{ padding-top: 10px; padding-left: 14px; padding-right: 12px; }
.destaque-primeira-pagina{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.destaque-primeira-pagina a{
  flex: 0 0 114px; /* largura da imagem */
}

.destaque-primeira-pagina img {
  width: 114px;
  height: 90px;
  display: block;
}

.destaque-primeira-pagina .conteudo-primeira-pagina {
  flex: 1;
}

.destaque-primeira-pagina h3 {
  font-family:  var(--font-family-secondary); 
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.destaque-primeira-pagina h3 a:hover{ color: var(--global-secondary-color); }

.back-to-home { padding-top: 0px; padding-bottom: 14px; }
.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); }

.u_next_story.nav-growpop h3{
  font-family:  var(--font-family-secondary) !important; 
  font-size: 17px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-top: 0px !important;
}
.u_next_story.nav-fillslide > div div{ top: 1px !important; }
.u_next_story.nav-fillslide .prev a img{ top: 28px; right: 25px !important; }
.u_next_story.nav-fillslide .next a img{ top: 28px; left: 25px !important; }
.u_next_story.nav-growpop img { width: 100px !important; height: 100px !important; }
.u_next_story.nav-fillslide h3{
  font-family:  var(--font-family-secondary) !important; 
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-top: 0px !important;
}

/* ==========================================================================
   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 20px 0;
padding: 0px 0px 0px 0px;
background-color: #f6f6f6;
text-align: center;
display: block;
}
.banner-leaderboard-center{ 
margin: 0px 0 30px 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;
}
/* headlines with lines */
.post-into-title{
     overflow: hidden;
     text-align: center;
     margin-bottom: 10px;
 }
.post-into-title > p{
    position: relative;
    display: inline-block;
    font-family:var(--font-family-secondary);
    font-size: 10px;
    color: #929090;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase; 
}
.post-into-title > p:before, .post-into-title > p:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #ccc;
    width: 592px; /* half of limiter */
    margin: 0 20px;
}
.post-into-title > p:before{
    right: 100%;
}
.post-into-title > p:after{
    left: 100%;
}
.post-into-line{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#adrotate_widgets-4, #adrotate_widgets-5, #adrotate_widgets-7{ border: 0 !important; }


.fotorama__thumb {
    border-radius: 4px;
}

.fotorama__thumb-border {
    border: 3px solid #e30613 !important;
    border-radius: 4px;
}

/* ==========================================================================
   RESPONSIVE IMAGES
========================================================================== */
.feature-post-cap img{ border-bottom: 4px solid var(--global-secondary-color); width: 100%; padding-bottom: 3px; }

.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 var(--global-secondary-color);
padding-bottom: 3px;
}
.wp-caption p.wp-caption-text{   
font-family: var(--font-family-primary) !important;   
font-size: 15px !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: var(--font-family-tertiary) !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: #1c1c1c !important;
  padding: 0px 0px 0px 0px !important;
}
.fotorama__wrap{
  background: #1c1c1c !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: #1c1c1c !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: 700 !important; 
letter-spacing: -0.4px;
width: 100% !important;
background: #e6e6e6 !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: var(--global-secondary-color) !important; color: #fff !important; }
.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 #1c1c1c;
color: #1c1c1c;
background: transparent;
width: 100%;
cursor: pointer;
margin-bottom: 20px;
}
.show-comments i{ font-size: 21px !important; color: #1c1c1c !important; margin-right: 4px; }
.show-comments:hover{ border: 2px solid var(--global-primary-color); color: var(--global-primary-color); }
.show-comments:hover i{ color: var(--global-primary-color) !important; }

#comments{ margin-bottom:50px; }
textarea#comment{ width:70%; height:140px;}

.info-comment{
  font-family: var(--font-family-secondary);
  background: #f2f1d4;
  color: #1c1c1c;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
.fb-comments{
margin-bottom: 50px;
}

.box-link-single{ 
  background: transparent;
  padding: 0px;
  display: inline-block;
  margin-bottom: 16px;
}
.box-link-single img{ 
  float: left;
  margin-right: 10px;
  width: 160px;
  height: 90px; 
  border-left: 5px solid var(--global-secondary-color);
}
.box-link{
  font-family: var(--font-family-secondary); 
  font-size: 20px; 
  line-height: 28px;
  font-weight: 700;
  padding-top: 20px;
  display: inline;
  letter-spacing: 0px;
  color: #1c1c1c;
}
.box-link:hover{ color: var(--global-secondary-color); }


/* ==========================================================================
    GRAVITY FORM
========================================================================== */
.entry-content-contato p{
  font-family: var(--font-family-secondary); 
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #363636 !important;
}
.meu-form label{ 
  font-family: var(--font-family-secondary); 
  font-size:17px !important;
  font-weight:500 !important;
  color: #0d0d6b !important;
}
.meu-form input[type="text"]{
  font-family: var(--font-family-secondary) !important;  
  width: 100%;
  font-size: 16px !important; 
  font-weight: 500 !important; 
  background: #e9ebf0 !important;
  width: 100% !important;
  padding: 24px 16px 24px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0px;
  border: 2px solid #ccc;
}
.meu-form input[type="text"]:focus{ border: 2px solid #0d0d6b; }

.meu-form textarea{
  font-family: var(--font-family-secondary) !important;  
  width: 100%;
  font-size: 16px !important; 
  font-weight: 500 !important; 
  background: #e9ebf0 !important;
  width: 100% !important;
  padding: 4px 16px 24px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 29px;
  margin-bottom: 0px;
  border: 2px solid #ccc;
}
.meu-form textarea:focus{ border: 2px solid #0d0d6b; }

.meu-form input[type="submit"]{
    background-color: #115F8E;
    font-size:15px !important;
    color:#ffffff;
    border:0;
    cursor:pointer;
    border-radius: 0px;
    padding: 9px 16px 8px 16px !important;
    text-transform:uppercase;
}
.meu-form input[type="submit"]:hover{
    background-color: #0d0d6b;
}
.send-ok{
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #0a721e;
  letter-spacing: -1px;
}
.meu-form div.validation_error{ 
color: #ef1414 !important;
border-top: 2px solid #ef1414 !important;
border-bottom: 2px solid #ef1414 !important;
width: 98% !important;
}
.meu-form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
  border: 2px solid #ef1414 !important;
}
.meu-form .validation_message{ color: #ef1414 !important; }
.meu-form li.gfield.gfield_error.gfield_contains_required div.gfield_description{ padding-top: 6px !important; }

.meu-form li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background-color: transparent !important;
border-top: 0px !important;
border-bottom: 0px !important;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
padding-top: 0px !important;
box-sizing: border-box !important;
}

/* ==========================================================================
   ENQUETE
========================================================================== */
.totalpoll-question-content p{
    font-family: var(--font-family-secondary) !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-secondary) !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-bg-header) !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: 4px solid #f6f6f6;
        margin-bottom: 40px;  
}
h3.widget-title{
    font-family: var(--font-family-primary) !important; 
    font-weight: 800;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 14px 0px 16px 14px;
    border-bottom: 1px solid #CFCFCF;
    color: var(--global-secondary-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; }

.widget_sp_image{ border: 0; }

#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-secondary) !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;
}


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



/* ==========================================================================
   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-secondary); 
    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); 
  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
========================================================================== */
/* item */
.mais-lidas-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:10px 12px;
}

/* thumbnail container */
.mais-lidas-thumb{
    flex-shrink:0;
    width:90px;
}

/* imagem corrigida */
.mais-lidas-item img{
    width: 94px;
    height: 78px;
    display:block;
    object-fit:cover;
    vertical-align:top;
}

/* texto alinhado */
.mais-lidas-text{
    flex:1;
}

.mais-lidas-text a{
    font-family: var(--font-family-secondary);
    display:block;
    color:#000;
    font-size: 16px;
    font-weight:700;
    line-height:1.3;
    text-decoration:none;
}
.mais-lidas-text a:hover{ color: var(--global-secondary-color); }

/* ranking */
.rank{
    width:26px;
    height:26px;
    min-width:26px;
    border-radius:50%;
    background: var(--global-secondary-color);
    color: #fff;
    font-size:13px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}



/* ==========================================================================
   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-secondary-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-header) !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-secondary) !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-secondary) !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-secondary) !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: 14px 0 30px 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: 310px; margin: 0 auto; text-align: center; margin-top: 10px; margin-bottom: 18px; }

/* UL do menu */
.menu_footer{
  margin-top: -10px;
  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: var(--global-color-text-footer);   /* 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: 16px;
    }

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

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

    .social-footer__social a:hover {
      color: var(--global-color-text-hover-footer);  
      transform: translateY(-1px);
    }

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

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

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

p.email-footer{ font-family: var(--font-family-secondary); font-size: 16px; line-height: 16px; font-weight: 400; text-align: center; color: var(--global-color-text-footer); margin-top: 20px; margin-bottom: 14px; letter-spacing: 0.2px; }
p.email-footer a{ color: var(--global-color-text-footer); }
p.email-footer a:hover{ color: var(--global-color-text-hover-footer); }
.footer-copyright{ font-size: 12px; margin-top: 0px; text-align: center; }

#backtotop {
cursor:pointer;
display:none;
position:fixed;
padding:7px;
text-align:center;
font-size:17px;
z-index:1000;
bottom:0.51em;
right:0.50em;
width: 36px;
height: 36px;
background: var(--global-primary-color);
color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
}
#backtotop:hover{
    opacity: 10;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


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

/* maior que */
@media screen and (min-width: 600px) {
#col-home-destaque-left{ width: 69%; }
.home #col-home-destaque-left{ margin-top: 18px; }
#col-content-single{ width: 69%;}
#col-home-destaque-right{ width: 30%; }
}

@media screen and (min-width: 240px) and (max-width: 600px) {
.header{ height: 78px; }
.header-sidebar{ height: 66px; }

.destaque-layout-001{ margin-top: -6px; }

h1.page-title-category{ margin-top: -4px; }
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: 20px; 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: -20px; }
.feature-post{ margin-top: -12px; }

}

/* 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: 59px; padding: 15px 0px 0px 0px; }
#form-busca-mobile.form-busca-mobile-scroll{ top: 59px; }
}
@media screen and (min-width: 641px) {
#posts-relacionados-secundario{ display: none; }
}

@media screen and (min-width: 240px) and (max-width: 599px){
.box-destaque-00{ margin-top: 6px; }
.box-destaque, .box-destaque-00, .news-block__grid{ grid-template-columns: 1fr; }

.news-block__grid { grid-template-columns: 1fr; gap: 0px; }
.news-block__container { max-width: 100%; padding: 0px; margin: 0; }
.news-block__side { gap: 18px; margin-bottom: 16px; }
.news-block__image-wrapper img { height: auto; }
.news-block__title { font-size: 24px; line-height: 1.2; }
.news-block__subtitle{ margin-bottom: 18px; line-height: 24px; }
.news-block__card-title { font-size: 20px; line-height: 1.3; }

.card-black { flex-direction: column; }
.card-black-left, .card-black-right { width: 100%; }
.card-black-right { padding: 18px 24px; }
.card-black-left { min-height: 36vh; }
.card-black .tag{ margin-top: 4px; margin-bottom: 10px; }
.card-black h2{ font-size: 19px; line-height: 30px; margin-bottom: 6px; }
.card-black p{ font-size: 15px; line-height: 26px; margin-bottom: 4px; }

.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: 28px; text-shadow: none; }

.sub-destaque-layout-00{ margin-bottom: 4px; }
.sub-destaque-layout-00 .item img { height: 250px; }
.sub-destaque-layout-00 .item .sub-destaque-layout-00-item{ padding: 0px 16px 12px 16px; }
.sub-destaque-layout-00 .item .sub-destaque-layout-00-item h2{ font-size: 19px; line-height: 25px; text-shadow: none; }

.destaque-layout-01 .item img{ height: auto; }
.destaque-layout-01 .item .destaque-layout-01-item { padding: 35px 20px 10px 20px; }
.destaque-layout-01 .item .destaque-layout-01-item h2{ width: 90%; font-size: 23px; line-height: 28px; font-weight: 500; text-shadow: none; }

.destaque-layout-02 .item img{ height: auto; }
.destaque-layout-02 .item .destaque-layout-02-item { padding: 35px 20px 10px 20px; }
.destaque-layout-02 .item .destaque-layout-02-item h2{ width: 90%; font-size: 19px; line-height: 26px; font-weight: 500; text-shadow: none; }

.destaque-layout-03 .item img{ height: auto; }
.destaque-layout-03 .item .destaque-layout-03-item { padding: 35px 20px 10px 20px; }
.destaque-layout-03 .item .destaque-layout-03-item h2{ width: 90%; font-size: 19px; line-height: 26px; font-weight: 500; text-shadow: none; }

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

@media screen and (min-width: 601px) and (max-width: 980px){

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

}


@media screen and (max-width: 479px) {
#super-destaque-wrap{
    margin: 0 auto; /* 20 / 440 */
    }
    
  #super-destaque-img{
    width: 100%;
    }
    
  #super-destaque-img:after {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    }
    
  #super-destaque-text{
    float: left;
    margin-top: -90px;
    padding: 0px 24px 24px 24px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    }
    
  #super-destaque-text h2 {
    font-size: 1.3rem !important;
    line-height: 1.3 !important;
    }
}


@media screen and (max-width: 599px) and (min-width: 480px){
#super-destaque-wrap {
    margin: -20px 0 40px -4.54545454%; /* 20 / 440 */
    width: 108%; /* 480 / 440 */
    }
    
  #super-destaque-img {
    width: 100%;
    }
    
  #super-destaque-img:after {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    }
    
  #super-destaque-text {
    float: left;
    margin-top: -70px;
    padding: 0 4.16666666% 20px; /* 20 / 480 */
    position: relative;
    top: auto;
    left: auto;
    width: 91.66666666%; /* 440 / 480 */
    }
    
  #super-destaque-text h2 {
    font-size: 2.2rem;
    }
    
  #super-destaque-text p {
    font-size: 1rem;
    margin-top: 15px;
    }
}

@media screen and (max-width: 767px) and (min-width: 660px){
  #super-destaque-wrap {
    margin: -20px 0 40px -3.225806452%; /* 20 / 620 */
    width: 108px; /* 660 / 620 */
    }
    
  #super-destaque-img {
    width: 100%;
    }
    
  #super-destaque-img:after {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    }
    
  #super-destaque-text {
    float: left;
    margin-top: -100px;
    padding: 0 4.54545454% 30px; /* 30 / 660 */
    position: relative;
    top: auto;
    left: auto;
    width: 90.9090909%; /* 600 / 660 */
    }
    
  #super-destaque-text h2 {
    font-size: 2.8rem;
    }
    
  #super-destaque-text p {
    font-size: 1.1rem;
    margin-top: 15px;
    }
}