@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("panels_colors.min.css");
:root {
  --jn-primary-color: #214799;
  --jn-secondary-color: #E4486D;
  --jn-hiperlink-color: #214799;
  --jn-hiperlink-hover-color: #214799;
  --jn-contrast-primary-color: #ffffff;
  --jn-background-color: #fff;
  --jn-base-text-color: #333;
  --jn-title-color: #111;
  --jn-aux-text-color: #555;
  --spacing-10: 4px;
  --spacing-20: 8px;
  --spacing-30: 16px;
  --spacing-40: 24px;
  --spacing-50: 40px;
  --spacing-60: 64px;
  --spacing-70: 104px;
  --font-line-height-spaced: 150%;
  --font-line-height-compact: 110%;
  --font-variation-settings-display-condensed-italic: initial;
  --font-variation-settings-display-condensed-roman: initial;
  --font-variation-settings-display-normal-italic: initial;
  --font-variation-settings-display-normal-roman: initial;
  --font-variation-settings-book-condensed-italic: initial;
  --font-variation-settings-book-condensed-roman: initial;
  --font-variation-settings-book-normal-italic: initial;
  --font-variation-settings-book-normal-roman: initial;
  --font-feature-settings-display-italic: initial;
  --font-feature-settings-display-roman: initial;
  --font-feature-settings-book-italic: initial;
  --font-feature-settings-book-roman: initial;
  --font-size-10-responsive-book-letter-spacing: 0.005em;
  --font-size-10-responsive-book: 10px;
  --font-size-20-responsive-book-letter-spacing: -0.01em;
  --font-size-20-responsive-book: 12px;
  --font-size-30-responsive-book-letter-spacing: -0.015em;
  --font-size-30-responsive-book: 14px;
  --font-size-40-responsive-book-letter-spacing: -0.02em;
  --font-size-40-responsive-book: 16px;
  --font-size-50-responsive-book-letter-spacing: -0.025em;
  --font-size-50-responsive-book: 18px;
  --font-size-60-responsive-book-letter-spacing: -0.03em;
  --font-size-60-responsive-book: 20px;
  --font-size-70-responsive-display-letter-spacing: -0.035em;
  --font-size-70-responsive-display: 24px;
  --font-size-80-responsive-display-letter-spacing: -0.04em;
  --font-size-80-responsive-display: 32px;
  --font-size-90-responsive-display-letter-spacing: -0.045em;
  --font-size-90-responsive-display: 40px;
  --font-size-100-responsive-display-letter-spacing: -0.05em;
  --font-size-100-responsive-display: 28px;
  --font-size-110-responsive-display-letter-spacing: -0.055em;
  --font-size-110-responsive-display: 56px;
  --font-size-120-responsive-display-letter-spacing: -0.06em;
  --font-size-120-responsive-display: 64px;
}
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #f9f9f9;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
}
a {
  text-decoration: none;
}

.header,.footer {
  background-color: var(--jn-contrast-primary-color);
  color: #214799;
  
}
.header{border-bottom: 3px solid #E4486D; background-color: #050505 !important;}
.header .busca_icon {
  fill: #ffffff;

  width: 24px;
}
.footer-bottom { background-color: var(--jn-secondary-color);}
.menu {
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
.menu .menu-label {
  padding-top: 0.1rem;
  display: block;
  float: left;
  padding-left: 5px;
  cursor: pointer;
}
#nav-icon1 {
  width: 30px;
  height: 30px;
  float: left;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 6px;
  left: 5px;
}
#nav-icon1 span:nth-child(2) {
  left: 5px;
  top: 12px;
}
#nav-icon1 span:nth-child(3) {
  left: 5px;
  top: 18px;
}
#nav-icon1.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .form_busca input.query {
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url(/front/assets/images/magnify.svg);
  background-position: right top;
  background-repeat: no-repeat;
  border: none;
  line-height: 35px;
  min-height: 35px;
  width: 200px;
  padding-right: 40px;
  padding-left: 10px;

  transition: all 0.7s ease 0s;
}
.header .form_busca input.query:focus {
  background-color: #fff;
  background-position: right bottom;
}

.menu__editorials, .menu__editorials ul {
  padding-left: 1rem;
}
.menu__editorials li {
  list-style: none;

  min-width: 100%;
  height: fit-content;
}
.menu__editorials li a{
    font-size: 16px;
    line-height: 35px;
    display: block;
    font-weight: 500;
    transition: all 200ms ease-in;
    padding-right: 48px;
}
.menu__editorials a:hover {
  background-color: var(--jn-secondary-color);
  color: #fff;
  padding-left: 14px
}
.post_tags .badge {text-transform: uppercase;}
.highlight__hat {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 0.5rem;
}
.highlight__hat_sm {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 0.5rem;
}
.highlight__title {
  font-size: var(--font-size-90-responsive-display);

  font-weight: 900 !important;
  line-height: 1.01;
  letter-spacing: -0.9px;
}
.highlight__title2 {
  font-size: var(--font-size-100-responsive-display);

  font-weight: 900 !important;
  line-height: 1.01;
  letter-spacing: -0.9px;
}
.highlight__title3 {
  font-size: var(--font-size-110-responsive-display);

  font-weight: 900 !important;
  line-height: 1.01;
  letter-spacing: -0.9px;
}
@media (max-width: 576px) {
  .highlight__title3 {
      font-size: 2rem;
  }
}
.highlight__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  color: #555;
}
.destaques .highlight__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.destaques .highlight__hat {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.3px;
  margin-bottom: 0.5rem;
}
.highlight__datetime {
  font-size: 12px;
  display: block;
  margin-top: 0.8rem;
}
.destaques .cropped {
  width: 100%;
  /* width of container */
  height: 150px;
  /* height of container */
  object-fit: cover;
}
.block__news__title {
 
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.block__news__title_sm {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 576px) {
  .highlight__title {
    font-size: 1.8rem;
  }
}

.CP_destaques {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.CP_destaques div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
}

.CP_destaques span.chapeu-simples {
  color: #fff;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.9rem;
  display: inline;
}

.CP_destaques div h4 {
  color: #fff;
  display: block;
  margin-top: 5px;
  font-weight: 900;
  font-size: 25px;
}
.CP_destaques div h5 {
  color: #fff;
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.CP_destaques .cropped {
  width: 100%;
  /* width of container */
  height: 510px;
  /* height of container */
  object-fit: cover;
  object-position: 50% 0%;
}

.block__title {
  padding: 0;
  font-size: 32px;
  font-weight: 900;

  margin: 0 0 12px 0;
  letter-spacing: -0.9px;
}
.block__title .dot {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
}
.chapeu-float {
  position: relative;
  font-size: 0.9rem;
  padding:2px 6px 3px 6px;
  background: var(--jn-secondary-color);
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;

  display: inline-block;
}
.chapeu-float:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: -8px;
  border-top: 8px solid var(--jn-secondary-color);;
  border-right: 8px solid transparent;
}
/* BLOCO MANCHETE */
.section--headlines .section__title {
  color: #fff;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 4px;
  line-height: 22.5px;
  display: inline-block;
  background-color: var(--accent-color);
}

.section--headlines .section__title::after {
  display: none;
}

/* Faz a listagem das matérias ter duas colunas */
.section--headlines .section__news__list {
  column-count: 2;
  column-gap: 32px;
  overflow: hidden;
}

.section--headlines .section__news__item {
  margin-bottom: 0;
  border-bottom: 0;
}

.section--headlines .section__news__item > a::before {
  width: 32px;
  height: 16px;
}

.section--headlines .section__news__item:not(:nth-last-child(2)) {
  border: none;
}

.section--headlines .section__news__item:not(:nth-last-child(2))::after {
  content: "";
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid var(--clr-cnn-grey-1);
}

.section--headlines .section__news__title {
  font-size: 18px;
}

.section--headlines .section__news__thumb img {
  width: 100%;
  height: auto;
}

.section--headlines .has--video .section__news__thumb::before {
  top: 92px;
}

.section__news__item.has--thumb + .section__news__item.has--thumb a.has--thumb {
  margin-top: 24px;
  display: block;
}

@media (min-width: 992px) {
  .section--headlines .section__read__more {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section--headlines .section__read__more {
    margin-bottom: 24px;
  }

  .section--headlines .section__news__list {
    column-count: 1;
    overflow: inherit;
  }

  .section--headlines .section__news__list ul.section__news__list {
    margin: 0 -16px;
  }

  .section--headlines .section__news__title {
    font-weight: 700;
  }

.section__news__thumb img {
    height:auto;
    border-radius: 0;
    min-width: 100vw;
    margin: 4px 0 8px -12px;
  }

  .section--headlines .has--video .section__news__thumb::before {
    top: 188px;
  }

  .section--headlines .section__news__item > .has--thumb::before {
    display: none;
  }

  .section--headlines .section__news__item .has--thumb figcaption {
    position: relative;
  }

  .section--headlines .section__news__item .has--thumb figcaption::before {
    position: absolute;
    bottom: -20px;
    left: -24px;
    content: "";
    width: 32px;
    height: 16px;
    background-color: var(--accent-color);
    display: block;
  }

  .section--headlines .section__news__thumb {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Nome do Autor da Materia */
.autor_home_block {
  color: #0c0c0c;
  font-size: 14px;
  line-height: 18px;
  display: block;
  letter-spacing: -0.225px;
}

.section__news__thumb .autor_home_block {
  margin-top: 13px;
}

.section__news__related__list .autor_home_block {
  padding-left: 22px;
}

.autor_home_block a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.autor_home_block a:hover {
  color: #cc0000;
}

.section__news__item .autor_home_block::before,
figure.section__news__thumb > a::before {
  content: "";
  display: block;
  position: relative;
  width: 32px;
  height: 16px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.section__news__item .autor_home_block::before {
  margin-bottom: 13px;
}

.section__news__thumb .autor_home_block::before {
  margin-top: 13px;
}

.autor_home_block ~ a .section__news__title::before {
  top: -28px;
}

.section__news__item .autor_home_block ~ a::before,
.section__news__related__list .autor_home_block::before,
.section__news__thumb .autor_home_block::before {
  display: none;
}

@media (max-width: 991px) {
  .section__news__item .section__news__thumb > a::before {
    display: none;
  }
}
hr {
opacity: .15 !important;
}

.circular__square { border-radius: 50%; }
.fixed_image_w80 {position: relative; overflow: hidden; width: 80px; height: 80px; float: left; margin-right: 20px;}
.fixed_image_h240 {position: relative; overflow: hidden; width: 100%; height: 240px;}
.fixed_image_w80 img {position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    transition: all 0.7s ease 0s;
}

.ads-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.ads_right {max-width: 300px; margin: 0 auto;}
article.post-content {max-width: 1200px !important; margin: 0 auto;}
article .entry-title {
  color: #000;
  line-height: 100%;
  letter-spacing: -1px;
}
.summary p,
article .summary {
  color: #666;
  font-size: 18px;
}
article .box_image {
  position: relative;
  background: #e9e9e9;
  text-align: left;
}
article abbr.data {
  font-size: 12px;
  color: #666;
  display: block;
}
article .texto-materia p {
  line-height: 150%;
  padding-bottom: 10px;
  text-align: justify !important;
}
article .twitter-share-button {
  height: 25px !important;
  float: left;
}
article .fb-share-button {
  height: 25px !important;
  float: left;
  margin-right: 10px;
}
article .box_image .credito_foto {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 2px;
  background: url(/library/images/bg_alpha75.png) repeat;
  color: #fff;
  font-size: 11px;
}
article .box_image .caption_image {
  padding: 5px;
  color: #333;
  font-size: 12px;
  display: block;
}
article .texto-materia {
  line-height: 150%;
  color: #333;
}
article .texto-materia a {
  color: #1b5497;
}
article .texto-materia a:hover {
  color: #1b5497;
  text-decoration: underline;
}
article .texto-materia h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 120%;
}
article .texto-materia a {
  color: #1b5497;
  font-weight: 700;
}
article .m-share-icons {
  text-align: center;
  list-style: none;
}
article .m-share-icons li {
  display: inline-block;
}
article .m-share-icons li a {
  text-decoration: none;
  color: #fff;
}
article .m-share-icons li a i.icon.icon-facebook {
  background-color: #3b5998;
}
article .m-share-icons li a i.icon.icon-twitter {
  background-color: #00aced;
}
article .m-share-icons li a i.icon.icon-whatsapp {
  background-color: #189d0e;
}
article .m-share-icons li a i.icon.icon-whatsapp-web {
  background-color: #189d0e;
}
article .m-share-icons li a i.icon.icon-email {
  background-color: #d0d0d0;
}
article .m-share-icons li a i.icon.icon-print {
  background-color: #555;
}
article .m-share-icons li a i.icon.icon-whatsapp-web {
  display: none;
}
article .m-share-icons li a i.icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
  margin: 0 6px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: 0 solid #fff;
  border-radius: 50%;
}
article .m-share-icons li a i.icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}


@media only screen and (max-width: 750px) {
  .subdestaques .foto {
    min-height: 120px;
  }
  article .texto-materia p {
    font-size: 15px !important;
  }
}
article .texto-materia p {
  font-size: 16px !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-gallery .owl-nav .owl-next,
.post-content .content-gallery .owl-nav .owl-prev {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6) !important;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: 0;
}
.post-content .content-gallery .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 5px;
}
.post-content .content-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 5px;
}
.content-gallery .owl-nav .owl-prev svg path,
.post-content .content-gallery .owl-nav .owl-next svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.content-gallery .owl-nav .owl-prev svg,
.post-content .content-gallery .owl-nav .owl-next svg path {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.post-content .embed-content iframe {
  width: 100%;
  max-width: 500px;
}
.post-content .content-quote .quote-citacao {
  font-family: Lora, serif;
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .content-quote .quote-citacao {
    font-size: 17px;
  }
}
.post-content .quote-author {
  font-size: 15px;
  text-transform: uppercase;
  color: #16b6df;
  font-weight: 700;
}
.post-content .post-signature time {
  font-size: 13px;
  font-weight: 700;

}
.post-content .post-signature {
  font-size: 13px;

}
.post-content .post-signature time svg {
  width: 16px;
  height: 16px;
  fill: #4c5157;
}
.post-content .wp-block-image img {
  width: 100% !important;
}
.post-content .post_tags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-content .post_tags .post-tag {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  padding: 5px;
}
.post_full_image__content .mask-image {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.post_full_image__content .fix-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 3;
}
.post_full_image__content .mask-image .wrap-text {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.post_full_image__content .article-header h1 {
  color: #fff;
  font-weight: 800;
}
.post_full_image__content .article-header h1 {
  font-size: 25px;
}
@media (min-width: 1200px) {
  .post_full_image__content .article-header h1 {
    font-size: 44px;
  }
}
.post_full_image__content .article-header .excerpt {
  margin-bottom: 30px;
  font-weight: 300;
  font-style: italic;
  margin-top: 0;
  font-size: 17px;
}
.post_full_image__content,
.post_full_image__content .autorandshare {
  color: #fff;
  border-top: 0;
  padding-top: 0;
}
.post_full_image__content .autorandshare .wrap-share,
.post_full_image__content .autorandshare__wrapautor {
  border-left: 4px solid #474c50;
}
.post_full_image__content .autorandshare__autor,
.post_full_image__content .autorandshare__date {
  padding-left: 10px;
  font-size: 15px;
  color: #fff;
}
.post_full_image__content .autorandshare__date svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}
.imgcredit span {
  font-size: 12px;
  padding: 0 0 10px;
  display: block;
  color: #6e6f73;
}
.post_full_image__content img {
  width: 100%;
}
.article-gradient {
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.7) 80%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.7) 80%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.7) 80%
  );
  background-repeat: repeat-x;
  display: block;
  top: 4px;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
article h1.entry-title {
  font-size: 60px;
  text-align: center;
  letter-spacing: -2px;
  line-height: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
article .entry-category{font-size: 14px; text-transform: uppercase; color: var(--jn-primary-color);}
/*article .texto-materia:first-of-type > p:first-of-type:first-letter{float:left;margin:.2rem 1rem 0 0;font-size:6.2rem;line-height:.7;font-weight:900}*/

article .texto-materia a{color:#d50000}
article .texto-materia a:hover{color:#d50000; text-decoration:underline}
@media (max-width: 991px) {

  article h1.entry-title {
    font-size: 35px;
   
  }
  article h2.summary{font-size: 16px;}
}
.whatsapp__cta {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none !important;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.whatsapp__cta__card {
  max-width: 396px;
  background: #fff;
  padding: 32px 16px;
  border-radius: 8px;
}

.whatsapp__cta__card .row {
  display: flex !important;
}

.whatsapp__cta__card img {
  padding: 6px;
  border-radius: 100%;
  background: #cc0101;
  width: 79px;
  height: 79px;
}

.whatsapp__button {
  padding: 8px;
  display: block;
  color: #0c0c0c;
  margin-top: 24px;
  border-radius: 4px;
  text-align: center;
  background: #25d366;
  transition: .3s ease;
  border: 1px solid transparent;
}

.whatsapp__button:hover {
  opacity: 0.5;
}

.whatsapp__button.close {
  border-color: #8c8c8c;
  background: transparent;
}

.whatsapp__button img {
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin: -3px 0 0 4px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}

.button__close {
  display: none;
}
.whatsapp__cta__imgs .whatsapp__cta__cnn {
      width: 100px;
      height: 100px;
      padding: 4px;
      position: static;
      border-radius: 100%;
      border: 2px solid #cc0101;
      display: block;
      background-image: url('/front/assets/images/icone_jn_novo.png');
      background-size: cover;

}
.whatsapp__cta__single {
  gap: 16px;
  padding: 16px;
  display: flex;
  background: #FAFAFA;
  margin-bottom: 0px;
  margin-top: 20px;
}

.whatsapp__cta__single p {
  margin-top: 0;
}

.whatsapp__cta__imgs {
  position: relative;
}

.whatsapp__cta__text {
  width: calc(100% - 156px);
}



.whatsapp__cta__imgs img {
  margin: 0;
  border-radius: 0;
}
.whatsapp__cta__single {
      border-radius: 4px;
      border: 2px solid #25D366;
  }

@media(min-width: 992px) {
  .whatsapp__cta__single {
      border-radius: 4px;
      border: 2px solid #25D366;
  }

  .whatsapp__cta__single,
  .whatsapp__cta__text {
      gap: 8px;
      align-items: center;
      justify-content: center;
  }

  .whatsapp__cta__text {
      width: 100%;
      display: flex;
      justify-content: space-between;
  }

  .whatsapp__cta__single p {
      margin: 0;
      font-size: 14px;
  }

  .whatsapp__cta__imgs img:not(.whatsapp__cta__cnn) {
      display: none;
  }

  .whatsapp__cta__imgs .whatsapp__cta__cnn {
      width: 48px;
      height: 48px;
      padding: 4px;
      position: static;
      border-radius: 100%;
      border: 2px solid #cc0101;
      display: block;
      background-image: url('/front/assets/images/icone_jn_novo.png');
      background-size: cover;
  }

  .whatsapp__cta__single .whatsapp__button {
      margin: 0;
      font-size: 14px;
  }
}

@media(max-width: 991px) {
  .whatsapp__cta {
      align-items: flex-start;
      padding-top: 115px;
  }

  .whatsapp__cta__card {
      position: relative;
      box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.25);
  }

  .whatsapp__cta__card img {
      padding: 3px;
      max-width: 54px;
      height: 54px;
  }

  .whatsapp__cta__single .whatsapp__cta__imgs img:not(:first-child) {
      height: 140px;
      width: 140px;
  }

  .whatsapp__button {
      margin-top: 16px;
  }

  .button__close {
      top: 16px;
      right: 16px;
      display: block;
      position: absolute;
      border-radius: 100%;
      border: 1px solid #6a6a6a;
  }

  .button__close img {
      display: block;
      max-width: 20px;
      filter: invert(1);
      height: 20px;
      background: transparent;
  }

  

}

.ultimas .block__news__title {font-size: 30px; line-height: 30px;}



.post_full_image__content .mask-image {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.post_full_image__content .fix-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 3;
}

.post_full_image__content .mask-image .wrap-text {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.post_full_image__content .article-header h1 {
  color: #fff;
  font-weight: 800;
}

.post_full_image__content .article-header h1 {
  font-size: 25px;
}

@media (min-width: 1200px) {
  .post_full_image__content .article-header h1 {
    font-size: 44px;
  }
}

.post_full_image__content .article-header .excerpt {
  margin-bottom: 30px;
  font-weight: 300;
  font-style: italic;
  margin-top: 0;
  font-size: 17px;
}

.post_full_image__content,
.post_full_image__content .autorandshare {
  color: #fff;
  border-top: 0;
  padding-top: 0;
}

.post_full_image__content .autorandshare .wrap-share,
.post_full_image__content .autorandshare__wrapautor {
  border-left: 4px solid #474c50;
}

.post_full_image__content .autorandshare__autor,
.post_full_image__content .autorandshare__date {
  padding-left: 10px;
  font-size: 15px;
  color: #fff;
}

.post_full_image__content .autorandshare__date svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

.imgcredit span {
  font-size: 12px;
  padding: 0 0 10px;
  display: block;
  color: #6e6f73;
}

.post_full_image__content img {
  width: 100%;
}
/*single-post-banner*/
.single-post-banner {
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.single-post-banner .single-post-content .post-title {
  font-size: 2.875rem;
  margin-bottom: 10px;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 1200px) {
  .single-post-banner .single-post-content {
    max-width: 80%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-post-banner {
    min-height: 500px;
    
  }
  .single-post-banner .single-post-content .post-title {
    font-size: 1.875rem;
  
  }
}

.rt-gradient-overaly {
  position: relative;
  z-index: 1;
}
.rt-gradient-overaly::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(59%, rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 59%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: -1;
}
@media (min-width: 992px) {
  .area-destaques .destaque{padding-right: 35px;}
  .area-destaques .subdestaques{padding-left: 35px; border-left: 1px solid #ebedef;}
 }


 
.sl-principal .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
  width: 25px;
  height: 25px;
}

.sl-principal .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 40%;
  width: 25px;
  height: 25px;
}

.sl-principal .owl-nav {
  color: #fff;
}

.sl-principal .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sl-principal .owl-dots .active span {
  background-color: var(--jn-secondary-color) !important;
}

.sl-principal .CP_destaques  div{padding:40px 20px 40px !important}