@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "din-pro-300";
  src: url("../fonts/din-pro-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro-400";
  src: url("../fonts/din-pro-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro-500";
  src: url("../fonts/din-pro-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro-600";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro-700";
  src: url("../fonts/din-pro-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro_condensed-700";
  src: url("../fonts/din-pro_condensed-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro-800";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-pro-900";
  src: url("../fonts/din-pro-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --open: "Open Sans", sans-serif;
  --din-300: "din-pro-300";
  --din-400: "din-pro-400";
  --din-500: "din-pro-500";
  --din-600: "din-pro-600";
  --din-700: "din-pro-700";
  --din-con-700: "din-pro_condensed-700";
  --din-800: "din-pro-800";
  --din-900: "din-pro-900";
  --color-black: #000000;
  --color-black-m: #1b1b1f;
  --color-blue: #0064b4;
  --color-blueLight: #0051e0;
  --color-blueMedium: #2f64ac;
  --color-blueSolid: #1f2d52;
  --color-blueSolid2: #0c2856;
  --color-white: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: var(--din-400);
}
/* ----------- GERAL ------------- */
/* -------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-blueSolid);
  font-weight: 700 !important;
}
p {
  font-family: var(--din-400);
  color: var(--color-black);
  font-size: 1.25rem;
}
a {
  font-family: var(--din-400);
  color: var(--color-blueLight);
  font-size: 1.25rem;
  text-decoration: none !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
strong {
  font-weight: bold !important;
}
.none {
  display: none !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}

.video-full {
  width: 100%;
  height: 558px;
}
video {
  width: 100% !important;
}
.flex-center {
  display: flex !important;
  align-items: center;
}
#sp-slider .bannerheader,
#sp-slider .bannerfooter {
  font-family: var(--din-700);
  color: var(--color-blueSolid);
  font-size: 2.5rem;
  text-transform: initial;
}
.pagination {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 140px;
}
.pagination .page-link a {
  line-height: 1.2;
  font-family: var(--din-400);
  font-size: 1.063rem;
}
.pagination .page-link {
  border: transparent;
  line-height: 1.2;
  font-family: var(--din-400);
  font-size: 1.063rem;
  margin: 5px;
  border-radius: 50px;
}
.pagination .page-item.active .page-link {
  border-radius: 50px;
  background-color: var(--color-blue);
}
.pagination .page-item.active .page-link:hover {
  background-color: var(--color-blueLight);
}
.page-item:last-child .page-link {
  background-color: transparent;
}
ul#awesomplete_list_1 {
  background: #fff;
  z-index: 9999;
}
.logo-alto-contraste {
  display: none;
}
li.page-item {
  display: block;
}
li.disabled.page-item {
  display: none;
}
/* ----------- POG ----------- */
/* ------------------------------- */
#sp-menu {
  width: 73%;
  display: flex;
  justify-content: center;
}
#sp-acessibilidade {
  width: 10%;
}
#sp-logo .list-accessibility {
  display: none;
}
/* ----------- BOTÕES ----------- */
/* ------------------------------- */
.btn-slider {
  font-family: var(--din-700);
  padding: 13px 32px;
  background-color: var(--color-blueMedium);
  color: var(--color-white);
  border-radius: 5px;
  display: inline-block;
  box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.3);
}
.btn-slider:hover {
  color: var(--color-white);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.btnNews {
  padding: 10px 35px;
  color: var(--color-white);
  background-color: var(--color-blueMedium);
  border-radius: 4px;
  display: inline-block;
}
.btnNews:hover {
  color: var(--color-white);
  /* -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); */
}
.btnMedias {
  font-family: var(--din-700);
  color: var(--color-white);
  font-size: 0.875rem;
  background-color: var(--color-blueSolid);
  padding: 4px 70px;
  border-radius: 24px;
  display: inline-block;
}
.btnMedias:hover {
  color: var(--color-white);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
/* ----------- OVERRIDE ----------- */
/* -------------------------------- */
#sp-top-bar .sp-module {
  display: initial;
  margin: 0;
}
.sp-module ul > li > a:before {
  display: none;
}
#sp-header {
  height: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}
.sp-module .sp-module-title {
  font-family: var(--din-700);
  color: var(--color-blueSolid);
  font-size: 2.188rem;
  text-transform: initial;
}
#sp-main-body {
  padding: 0;
}
.sp-module ul > li {
  border-bottom: none;
}
#sp-menu .sp-megamenu-parent {
  float: left;
}
.scrollup {
  background-color: var(--color-blue);
  border-radius: 8px;
  border: transparent;
  width: 45px;
  height: 45px;
}
.scrollup span {
  font-family: var(--open);
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  width: 98px;
  left: -92px;
  position: relative;
  top: 8px;
}
.scrollup:before {
  width: 45px;
  top: 2px;
  font-size: 17px;
  color: var(--color-white);
}
/* ----------- MENU ----------- */
/* ---------------------------- */
#sp-header {
  padding: 5px 0px;
}
#sp-menu .sp-megamenu-parent > li > a,
#sp-menu .sp-megamenu-parent > li > span,
#sp-menu li a {
  font-family: var(--din-700);
  font-size: 0.9rem;
  color: var(--color-blueSolid);
  text-transform: initial;
}
#sp-menu .sp-megamenu-parent > li > a:hover,
#sp-menu .sp-megamenu-parent > li > span:hover,
#sp-menu .sp-megamenu-parent > li.active > a,
#sp-menu .sp-megamenu-parent > li.active > span,
#sp-menu li a:hover {
  color: var(--color-blueMedium);
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  line-height: 50px;
}
#sp-menu .sp-megamenu-parent > li > a,
#sp-menu .sp-megamenu-parent > li > span {
  padding: 0 8px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: transparent;
}
/* --------------- BUSCA  ------------- */
/* ------------------------------------ */
.mod-finder.busca {
  margin-bottom: 19px;
}
.mod-finder.busca,
.mod-finder.busca .awesomplete {
  position: relative;
  width: 100%;
}
.mod-finder.busca .awesomplete input {
  color: #444240;
  font-size: 1.25rem;
}
.mod-finder.busca button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 5px 10px;
  border: transparent;
  background-color: transparent;
}
.mod-finder.busca input {
  color: #444240;
  font-size: 1.25rem;
  border: transparent;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  box-shadow: none;
}
/* ----------- BANNER HOME  ----------- */
/* ------------------------------------ */
#banner-slider {
  overflow: hidden;
  max-height: 350px;
}
/* #banner-slider .filter-bg{
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
    height: 100%;
    width: 100%;
} */
#banner-slider .item {
}
#banner-slider .item img {
  object-fit: cover;
  max-height: 350px;
}
#banner-slider .item .box-info-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#banner-slider .item .box-info-banner .text-main {
}
#banner-slider .item .box-info-banner .text-main h1 {
  font-size: 4.875rem;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 1);
  line-height: 1;
}
#banner-slider .item .box-info-banner .text-main h2 {
  font-size: 4.25rem;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 1);
  line-height: 1;
}
#banner-slider .item .box-info-banner .text-main h3 {
  font-size: 2.813rem;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 1);
}
#banner-slider .item .box-info-banner .text-main h4 {
  font-size: 2.375rem;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 1);
}
#banner-slider .item .box-info-banner .text-main h5 {
  font-size: 1.875rem;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 1);
}
#banner-slider .item .box-info-banner .text-main h6 {
  font-size: 1.563rem;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 1);
}
#banner-slider .owl-dots {
  position: relative;
  margin-top: -37px;
  bottom: 15px;
}
#banner-slider .owl-dots span {
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
  opacity: 0.5;
}
#banner-slider .owl-dots .active span {
  background-color: var(--color-white);
  opacity: 1;
}
/* ----------- BUSCA NOTÍCIAS  ----------- */
/* -------------------------------------- */
.finder.busca-noticias #search-form {
  display: none;
}
.finder.busca-noticias .main {
  margin-top: 0;
}
.finder.busca-noticias .result-tags {
  margin-bottom: 10px;
}
.finder.busca-noticias .result-tags p,
.finder.busca-noticias .result-tags span {
  display: inline-block;
  font-size: 0.938rem;
  font-family: var(--din-500);
  color: var(--color-blueMedium);
}
.finder.busca-noticias .result-tags span:last-child {
  display: none;
}
.finder.busca-noticias .result__item {
  display: grid;
  grid-template-columns: 1fr 6fr 3fr;
  gap: 20px;
  margin-top: 2.5em;
  padding-top: 2.5em;
}
.finder.busca-noticias .result__date {
  font-family: var(--din-500);
  font-size: 0.875rem;
  color: #8a8a8a;
}
.finder.busca-noticias .result__item + .result__item {
  border-top: 1px solid #f1f1f1;
}
.finder.busca-noticias .result__item .result__date::after {
  display: none;
}
.finder.busca-noticias .result__title {
  margin-bottom: 30px;
}
.finder.busca-noticias .result__title,
.finder.busca-noticias .result__title-text {
  font-family: var(--din-700);
  font-size: 1.5rem;
  color: var(--color-blueSolid);
  text-transform: uppercase;
  line-height: 32px;
}
.finder.busca-noticias .result__title a:hover .result__title-text {
  text-decoration: none;
}
.finder.busca-noticias .result__description {
  font-family: var(--din-400);
  font-size: 1.125rem;
  color: var(--color-black);
  margin-bottom: 15px;
}
.finder.busca-noticias .time {
}
.finder.busca-noticias .time p {
  color: #8a8a8a;
  font-family: var(--din-500);
  font-size: 0.75rem;
}
.finder.busca-noticias .result__image {
  overflow: hidden;
  border-radius: 18px;
  height: 225px;
}
.finder.busca-noticias .result__image a {
  display: inline-block;
}
.finder.busca-noticias .result__image img {
  border-radius: 18px;
  object-fit: cover;
  height: 225px;
}
.finder.busca-noticias .result__image a img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* .finder.busca-noticias .result__image a img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */
.breadcrumb {
  margin-bottom: 0;
  padding: 30px 0;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  font-size: 0.938rem;
}
.breadcrumb .breadcrumb-item {
  color: var(--color-blueSolid);
  font-family: var(--din-400);
}
.breadcrumb .breadcrumb-item a {
  color: #2764ae;
  font-family: var(--din-700);
}
/* ----------- NOTÍCIAS DESTAQUES ----------- */
/* ------------------------------------------ */
.featured-news {
  padding-bottom: 200px;
}
.featured-news .box-big {
  padding: 30px 0 50px;
}
.featured-news .box-big .image {
  border-radius: 20px;
  overflow: hidden;
  height: 365px;
}
.featured-news .box-big .image a {
}
.featured-news .box-big .image img {
  border-radius: 18px;
  object-fit: cover;
  height: 365px;
}
.featured-news .box-big .image a img {
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* .featured-news .box-big .image a img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */
.featured-news .box-big .text {
}
.featured-news .box-big .text .date {
  margin-bottom: 15px;
}
.featured-news .box-big .text .date p {
  font-family: var(--din-500);
  color: var(--color-black-m);
  font-size: 1rem;
  margin-bottom: 0;
}
.featured-news .box-big .text h2 {
  line-height: 32px;
  margin-bottom: 18px;
}
.featured-news .box-big .text h2 a {
  font-family: var(--din-700);
  color: var(--color-blueSolid2);
  font-size: 1.5rem;
}
.featured-news .box-big .text h2 a:hover {
  color: var(--color-blueLight);
}
.featured-news .box-big .text p {
  font-family: var(--din-400);
  color: var(--color-black);
  font-size: 1.125rem;
  margin-bottom: 25px;
}
.featured-news .box-big .time p {
  font-family: var(--din-400);
  color: #a1a09f;
  font-size: 1.063rem;
}
.ultimos-artigos {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #444240;
}
.galeria-artigo > h3,
.ultimos-artigos .box-middle > h3 {
  padding-bottom: 20px;
}
.featured-news .box-middle {
}
.featured-news .box-middle .box-news-features {
  margin-bottom: 100px;
}
.featured-news .box-middle .box-news-features .image,
.ultimos-artigos .box-middle .box-news-features .image {
  border-radius: 20px;
  overflow: hidden;
  height: 238px;
}
.featured-news .box-middle .box-news-features .image img,
.ultimos-artigos .box-middle .box-news-features .image img {
  border-radius: 18px;
  object-fit: cover;
  height: 238px;
}
.featured-news .box-middle .box-news-features .image a img,
.ultimos-artigos .box-middle .box-news-features .image a img {
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* .featured-news .box-middle .box-news-features .image a img:hover,
.ultimos-artigos .box-middle .box-news-features .image a img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */
.featured-news .box-middle .box-news-features .text .date,
.ultimos-artigos .box-middle .box-news-features .text .date {
  padding-top: 30px;
  padding-bottom: 15px;
}
.featured-news .box-middle .box-news-features .text .date p,
.ultimos-artigos .box-middle .box-news-features .text .date p {
  font-family: var(--din-300);
  color: var(--color-black);
  font-size: 0.875rem;
  margin-bottom: 0;
}
.featured-news .box-middle .box-news-features .text h2,
.ultimos-artigos .box-middle .box-news-features .text h2 {
  font-size: 1.375rem;
  line-height: 25px;
  margin-bottom: 18px;
}
.featured-news .box-middle .box-news-features .text h2 a,
.ultimos-artigos .box-middle .box-news-features .text h2 a {
  font-family: var(--din-700);
  color: var(--color-blueSolid);
}
/* .featured-news .box-middle .box-news-features .text h2 a:hover,
.ultimos-artigos .box-middle .box-news-features .text h2 a:hover{
    color: var(--color-blueLight);
} */
.featured-news .box-middle .box-news-features .text p,
.ultimos-artigos .box-middle .box-news-features .text p {
  font-family: var(--din-400);
  color: var(--color-black);
  font-size: 1.125rem;
  margin-bottom: 18px;
}
.featured-news .box-middle .box-news-features .text .time,
.ultimos-artigos .box-middle .box-news-features .text .time {
  margin-bottom: 40px;
}
.featured-news .box-middle .box-news-features .text .time p,
.ultimos-artigos .box-middle .box-news-features .text .time p {
  font-family: var(--din-400);
  color: #a1a09f;
  font-size: 0.875rem;
}

/* ----------- RODAPÉ  ----------- */
/* -------------------------------------- */
#sp-footer {
  position: relative;
  padding: 90px 0 80px;
  margin-top: 0;
}
#sp-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -95px;
  background: url("../../../images/programacao/img-rodape.png");
  width: 100%;
  height: 96px;
}
.footer-1 {
}
.footer-1 ul {
  display: flex;
}
.footer-1 ul li {
}
.footer-1 .logo-footer {
  margin-right: 18px;
}
.footer-1 .logo-footer a {
}

.footer-1 .logo-footer a img {
  max-width: 175px;
}

.footer-1 .text {
  text-align: left;
}
.footer-1 .text p {
  font-family: var(--din-400);
  font-size: 0.75rem;
  color: var(--color-white);
  line-height: 1.5;
  margin: 0;
}
.footer-1 .text p strong {
  font-family: var(--din-700);
}
.footer-2 {
}
.footer-2 .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-2 .one-box {
}
.footer-2 .two-box {
}
.footer-2 .logo {
  float: left;
  margin-right: 17px;
}
.footer-2 .logo img {
}
.footer-2 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
  margin-right: 50px;
}
.footer-2 ul li {
}
.footer-2 ul li img {
}
.footer-2 ol {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 15px;
}
.footer-2 ol li {
}
.footer-2 ol li a {
}
.footer-2 ol li a img {
  max-width: 35px;
}
/* ----------- COPYRIGHT ----------- */
/* ------------------------------- */
.mod_logos {
  padding: 20px 0;
}
.mod_logos ul {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
}
.mod_logos ul li {
  /* float: left; */
}
.mod_logos ul li p {
  font-family: var(--din-700);
  font-size: 0.875rem;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mod_logos ul li a {
  float: left;
}
.mod_logos ul li img {
}
/* ----------- ARTIGOS  ----------- */
/* -------------------------------- */
article.item-artigo {
  margin-bottom: 100px;
}
article.item-artigo .tags {
  margin-bottom: 15px;
}
article.item-artigo .tags a {
  font-family: var(--din-700);
  font-size: 1rem;
  color: var(--color-blueMedium);
}
.tags > p {
  font-family: var(--din-700);
  font-size: 1rem;
  color: var(--color-blueMedium);
}
article.item-artigo .tags span {
  display: none;
}
article.item-artigo .data-artigo {
  margin-top: 15px;
}
article.item-artigo .data-artigo p {
  font-family: var(--din-500);
  font-size: 1rem;
  color: #8d8d8f;
}
article.item-artigo .body-article {
  margin-top: 50px;
}
article.item-artigo .body-article .image-default {
}
article.item-artigo .pull-left,
article.item-artigo .pull-right {
  float: initial !important;
}
article.item-artigo .entry-image.full-image img,
article.item-artigo .body-article .image-default img {
  object-fit: cover;
  width: 100%;
  height: 520px;
  border-radius: 18px;
  max-width: 90%;
  margin: 20px auto;
}
article.item-artigo .body-article p,
article.item-artigo .body-article li {
  font-size: 1.25rem;
  color: var(--color-black-m);
  line-height: 40px;
}
article.item-artigo .body-article p,
article.item-artigo .body-article ol,
article.item-artigo .body-article ul {
  margin-bottom: 3.125rem;
}
article.item-artigo .body-article h1,
article.item-artigo .body-article h2 {
  margin-bottom: 1.875rem;
}
article.item-artigo .body-article h3,
article.item-artigo .body-article h4 {
  margin-bottom: 1.563rem;
}
article.item-artigo .body-article h5,
article.item-artigo .body-article h6 {
  margin-bottom: 0.938rem;
}
article.item-artigo blockquote {
  padding: 10px 20px 13px;
  margin: 0 0 20px;
  border-left: 5px solid #fad008;
}

article.item-artigo .article-footer-wrap {
  margin-top: 25px;
}
article.item-artigo .galeria-artigo {
  padding-top: 40px;
}
article.item-artigo .galeria-artigo .item {
}
article.item-artigo .galeria-artigo .item img {
  object-fit: cover;
  height: 430px;
  border-radius: 18px;
}
article.item-artigo .galeria-artigo .owl-dot.active span {
  background: var(--color-blueMedium);
}
article.item-artigo .galeria-artigo .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
}
article.item-artigo .galeria-artigo .owl-dots {
  padding: 10px 0 20px;
}
article.item-artigo .descricao p {
  font-family: var(--din-400);
  font-style: italic;
  font-size: 1.125rem;
  color: #a4a4a4;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
article.item-artigo img.f-left,
article.item-artigo figure.f-left {
  padding: 0 18px 18px 0;
}
article.item-artigo img.f-right,
article.item-artigo figure.f-right {
  padding: 0 0 18px 18px;
}
article.item-artigo p.f-left {
  padding: 0 18px 0 0;
}
article.item-artigo p.f-right {
  padding: 0 0 0 18px;
}
article.item-artigo .i-left {
  text-align: left;
}
article.item-artigo .i-right {
  text-align: right;
}
article.item-artigo .i-center {
  text-align: center;
}
article.item-artigo figure {
  margin: 0;
}
article.item-artigo figure img {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}
article.item-artigo figcaption {
  font-family: var(--din-500);
  font-size: 1.25rem;
  color: var(--color-blueMedium);
  padding-top: 15px;
  margin: 0;
}
article.item-artigo .img-radius {
  border-radius: 10px;
}
article.item-artigo .traco {
  position: relative;
}
article.item-artigo .traco::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #fad008;
  left: 0;
  bottom: -20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
article.item-artigo .body-article a.externo {
  display: block;
  width: fit-content;
  position: relative;
  padding-right: 50px;
  color: #1b1b1f;
}
article.item-artigo .body-article a.externo:hover {
  color: var(--color-blueLight);
}
article.item-artigo .body-article a.externo::before {
  position: absolute;
  content: "";
  background: url("../../../images/programacao/icon/icon-externo.png") no-repeat;
  width: 19px;
  height: 19px;
  right: 20px;
  top: 10px;
}
article.item-artigo .body-article a.externo.contraste::before {
  position: absolute;
  content: "";
  background: url("../../../images/programacao/icon/icon-externo-contraste.png")
    no-repeat;
  width: 19px;
  height: 19px;
  right: 20px;
  top: 10px;
}
/* ----------- OUVIDORIA  ----------- */
/* -------------------------------- */
.menu-ouvidoria {
}
.menu-ouvidoria ul {
}
.menu-ouvidoria ul li {
  text-align: center;
}
.menu-ouvidoria ul li a {
  display: block;
  background-color: var(--color-white);
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 35px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(216, 216, 216, 0.71);
  -moz-box-shadow: 0px 4px 10px 1px rgba(216, 216, 216, 0.71);
  box-shadow: 0px 4px 10px 1px rgba(216, 216, 216, 0.71);
}
.menu-ouvidoria ul li.box {
  margin-bottom: 24px;
}
.menu-ouvidoria ul li.box a {
  min-height: 191px;
}
.menu-ouvidoria ul li.box a .comment {
  display: flex;
  width: 205px;
  padding: 14px 25px 14px 30px;
  height: 100px;
  align-items: center;
  text-align: left;
}

.menu-ouvidoria ul li.box a .comment p {
  font-family: var(--din-400);
  font-size: 1rem;
  color: var(--color-white);
  line-height: 20px;
  margin-bottom: 0;
}
/* .menu-ouvidoria ul li a:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  color: var(--color-blueSolid);
} */
.menu-ouvidoria ul li img {
  margin: 0 auto;
  object-fit: contain;
  width: 90px;
  height: 90px;
}
/* ----------- LISTA DE ARTIGOS  ------ */
/* ------------------------------------- */
.list-artigos {
}
.list-artigos ul {
  padding-left: 0;
  background-color: var(--color-white);
  padding: 10px 15px;
  border-radius: 6px;
  -webkit-box-shadow: -1px 3px 13px -1px rgba(71, 71, 71, 0.23);
  -moz-box-shadow: -1px 3px 13px -1px rgba(71, 71, 71, 0.23);
  box-shadow: -1px 3px 13px -1px rgba(71, 71, 71, 0.23);
  margin-bottom: 40px;
}
.list-artigos ul li {
  padding: 10px 0;
  display: flex;
  min-height: 100px;
  align-items: center;
  border-bottom: 1px solid var(--color-blueSolid);
}
.list-artigos ul li p {
  font-family: var(--din-400);
}
.list-artigos ul li p a {
  font-family: var(--din-400);
  color: var(--color-blueMedium);
  font-size: 1rem;
  display: inline-block;
}

/* ----------- MODULO MÍDIAS ---------- */
/* ------------------------------------- */
.box-midia {
  background-color: var(--color-white);
  border-radius: 6px;
  -webkit-box-shadow: -1px 3px 13px -1px rgba(71, 71, 71, 0.23);
  -moz-box-shadow: -1px 3px 13px -1px rgba(71, 71, 71, 0.23);
  box-shadow: -1px 3px 13px -1px rgba(71, 71, 71, 0.23);
  max-height: 500px;
}
.box-midia ul {
  border-bottom: 0;
}
.box-midia ul li {
}
.box-midia ul li .nav-link {
  padding: 10px;
}
.box-midia ul li .nav-link.active {
  background-color: var(--color-blueMedium) !important;
  border-color: transparent;
}
.box-midia ul li .nav-link.active .desactive,
.box-midia ul li .nav-link .active {
  display: none;
}

.box-midia ul li .nav-link.active .active,
.box-midia ul li .nav-link .desactive {
  display: block;
}
/* ----------- BUSCA GERAL  ----------- */
/* -------------------------------- */
section#sp-breadcrumb #sp-breadcrumb {
  border-bottom: 1px solid#D0CFCF;
  margin-bottom: 40px;
}
.finder.geral {
  margin-bottom: 150px;
}
.finder.geral h1 {
  font-family: var(--din-700);
  font-size: 2.188rem;
  margin-top: 20px;
  margin-bottom: 35px;
}
.finder.geral .search-results {
  padding-bottom: 50px;
}
#search-query-explained span {
  font-family: var(--din-400);
  font-size: 1.25rem;
  color: #707070;
}
.finder.geral .search-results.list-striped li {
  border-top: 1px solid #0064b4;
  padding: 40px 0;
}

.finder.geral .search-results li .result-title {
  margin-bottom: 20px;
}
.finder.geral .search-results li .result-title a {
  font-family: var(--din-700);
  font-size: 1.375rem;
  color: var(--color-blueSolid2);
}
.finder.geral .search-results li p {
  font-size: 1.25rem;
  color: var(--color-black);
  line-height: 40px;
}
.finder.geral .pagination {
  padding-top: 20px;
}
.finder.geral .search-pagination .search-pages-counter {
  font-family: var(--din-400);
  font-size: 1.063rem;
}
.finder.geral .search-pagination strong {
  font-family: var(--din-700);
}
.sp-megamenu-wrapper {
  display: flex;
  justify-content: center;
}
/* CHAT */
.open-chat {
  cursor: pointer;
}
#chatModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 600px;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 10px;
}

#closeChat {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
/* LICITAÇÃO */
.container-licitacao {
  margin-bottom: 100px;
}
.container-licitacao .header {
  margin-bottom: 50px;
}
h2.header.results {
  font-size: 25px;
  color: var(--color-blue);
  margin-bottom: 10px;
}
.licitacao {
  padding: 20px 0;
  border-top: 2px solid var(--color-blueMedium);
}
.licitacao a {
  font-family: var(--din-700);
  font-weight: 600;
  color: var(--color-blueSolid);
}
.corpo-licitacao {
  margin-top: 20px;
}
.corpo-licitacao p {
  font-family: var(--din-300);
  margin: 0;
  line-height: 1.5em;
  font-size: 20px;
}
.corpo-licitacao strong {
  font-family: var(--din-700);
  color: #0064b4;
}
span.filtrepor {
  font-family: var(--din-700);
  color: var(--color-blue);
  font-size: 25px;
}
.finder-licitacoes label {
  font-family: var(--din-700);
  color: var(--color-blueSolid);
  font-size: 22px;
}
.js-stools.clearfix.licitacoes_filter {
  margin-top: 25px;
}
.group .tit,
.group .text {
  font-size: 20px;
  font-family: var(--din-300);
  color: var(--color-black-m);
  line-height: 1.5em;
}
.group .text a {
  font-family: var(--din-300);
}
.group .tit {
  color: #0064b4;
  font-weight: 600;
}
.tit_pag,
.documentos h4 {
  color: var(--color-blueSolid);
  font-weight: 700 !important;
  font-size: 30px;
  border: none;
}
.tit_pag::after {
  display: block;
  content: " ";
  width: 100px;
  height: 3px;
  background-color: #fad008;
  margin-top: 10px;
}
.documentos h4::after {
  display: block;
  content: " ";
  width: 100px;
  height: 3px;
  background-color: #fad008;
  margin-top: 10px;
}
.container-licitacao h2 {
  font-family: var(--din-700);
}
.header.results p {
  font-family: var(--din-700);
  margin: 10px;
  font-weight: bold;
  color: #707070;
  font-size: 1.5rem;
}
.header.results {
  display: flex;
  align-items: center;
}
.header.results h2 {
  color: #0064b4;
}
.header.results h2 {
  color: #0064b4;
}
.header.results strong {
  color: #0064b4;
}
.sp-module.slider-desktop {
  display: block;
}
.sp-module.slider-mobile {
  display: none;
}
.alert-danger {
  display: none;
}
/* PUBLICAÇÃO */
.container-publicacao {
  margin-bottom: 100px;
}
.container-publicacao .header {
  margin-bottom: 50px;
}
h2.header.results {
  font-size: 25px;
  color: var(--color-blue);
  margin-bottom: 10px;
}
.publicacao {
  padding: 20px 0;
  border-top: 2px solid var(--color-blueMedium);
}
.publicacao a {
  font-family: var(--din-700);
  font-weight: 600;
  color: var(--color-blueSolid);
}
.corpo-publicacao {
  margin-top: 20px;
}
.corpo-publicacao p {
  font-family: var(--din-300);
  margin: 0;
  line-height: 1.5em;
  font-size: 20px;
}
.corpo-publicacao strong {
  font-family: var(--din-700);
  color: #0064b4;
}
span.filtrepor {
  font-family: var(--din-700);
  color: var(--color-blue);
  font-size: 25px;
}
.finder-licitacoes label {
  font-family: var(--din-700);
  color: var(--color-blueSolid);
  font-size: 22px;
}
.js-stools.clearfix.licitacoes_filter {
  margin-top: 25px;
}
.group .tit,
.group .text,
.group .text p {
  font-size: 20px;
  font-family: var(--din-300);
  color: var(--color-black-m);
  line-height: 1.5em;
  margin: 0;
}
.group .text a {
  font-family: var(--din-300);
}
.group .tit {
  color: #0064b4;
  font-weight: 600;
}
.tit_pag,
.documentos h4 {
  color: var(--color-blueSolid);
  font-weight: 700 !important;
  font-size: 30px;
  border: none;
}
.tit_pag::after {
  display: block;
  content: " ";
  width: 100px;
  height: 3px;
  background-color: #fad008;
  margin-top: 10px;
}
.documentos h4::after {
  display: block;
  content: " ";
  width: 100px;
  height: 3px;
  background-color: #fad008;
  margin-top: 10px;
}
.container-licitacao h2 {
  font-family: var(--din-700);
}
.header.results p {
  font-family: var(--din-700);
  margin: 10px;
  font-weight: bold;
  color: #707070;
  font-size: 1.5rem;
}
.header.results {
  display: flex;
  align-items: center;
}
.header.results h2 {
  color: #0064b4;
}
.header.results h2 {
  color: #0064b4;
}
.header.results strong {
  color: #0064b4;
}
.sp-module.slider-desktop {
  display: block;
}
.sp-module.slider-mobile {
  display: none;
}
.alert-danger {
  display: none;
}
.js-stools.clearfix.alienacao_filter {
  margin-top: 25px;
}
div#system-message {
  display: flex;
  justify-content: center;
}
.alert-success {
  position: fixed;
  z-index: 9999;
  width: 60%;
  top: 30%;
}
