/* ==========================================================================
SOBREPOSICAO DE COMPONENTE NA PAGINA CONVENIOS E OBRAS
========================================================================== */
.styleDates {
  width: 100%;
  display: flex;
}

.componente_pt-tableDetails {
  flex-grow: 0;
  box-shadow: 2px 2px 10px #999;
  margin-bottom: 25px;
}

.componente_pt-tableDetails h1 {
  margin: 5px 0;
}

.componente_pt-tableDetails .RegisterForm--data {
  border: 1px solid #ddd;
  padding: 5px;
}

.componente_pt-tableDetails .RegisterStyleGroup {
  border: 0px;
  padding: 0;
}

.componente_pt-tableDetails h2 {
  font-size: 1.8rem;
  border-left: 3px solid #990100;
  margin: 0;
}

.RegisterForm--data.field--size__20 {
  width: 20%;
}

.componente_pt-tableDetails .RegisterForm--data .field--title {
  color: #222;
  font-weight: 700;
}

.componente_pt-tableDetails .RegisterForm--data .field--info {
  color: #666;
}

.item-box {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 5px 5px 0 5px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.open-box {
  height: auto;
}

.item-box .close-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color_primary);
  height: 28px;
  width: 28px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: 15px;
  left: 90%;
}

@media screen and (min-width: 768px) {
  .item-box .close-box {
    left: 97%;
  }
}

.item-box .close-box i {
  padding: 25px;
  font-size: 14px;
  transform: rotate(45deg);
  transition: all 0.2s;
}

.open-box .close-box i {
  transform: rotate(90deg);
}

.item-box h1,
.item-box h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  width: 100%;

  color: var(--color_primary);
}

.item-box .info-box img {
  margin: 5px 10px 20px 0;
  width: 100px;
}

.item-box .title {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .item-box .title:after {
    content: "";
    display: block;
    height: 1px;
    opacity: 0.6;
    width: 50%;
    background-color: var(--color_primary);
    margin: 0 40px 0 auto;
  }
}

.item-box .title-box {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #d3393c;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 95%;
}

.item-box .text-box {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #828282;
}

.item-box .content-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.item-box .content-box .conteudo {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .item-box .content-box {
    flex-direction: row;
  }
  .item-box .content-box .conteudo {
    width: 33%;
  }
}

.item-box .content-box .conteudo h1 {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;

  color: var(--color_primary);
}

.item-box .bottom-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fafafa;
  padding: 10px 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .item-box .bottom-box {
    flex-direction: row;
  }
}

.item-box .bottom-box .content-bottom {
  width: 100%;
}

.item-box .bottom-box .content-bottom .aditivos {
}

.item-box .bottom-box .content-bottom .bottom-item .bottom-item_group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}
.item-box .bottom-box .content-bottom .bottom-item .bottom-item_group p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .item-box .bottom-box .content-bottom {
    display: flex;
  }

  .item-box .bottom-box .content-bottom .linha {
    display: block;
    width: 5px;
    height: 100%;
    background-color: var(--color_primary);
  }

  .item-box .bottom-box .content-bottom .bottom-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .item-box .bottom-box .content-bottom .bottom-item > span {
    display: block;
    width: 2px;
    height: 50%;
    background-color: #eee;
    margin: 0 25px;
  }

  .item-box .bottom-box .content-bottom .aditivos div {
    width: 33%;
  }

  .item-box .bottom-box .content-bottom .bottom-item .bottom-item_group {
    flex-direction: row;
  }

  .item-box .bottom-box .content-bottom .bottom-item .bottom-item_group span {
    display: block;
    width: 2px;
    height: 50%;
    background-color: #eee;
    margin: 0 25px;
  }

  .item-box .bottom-box .content-bottom .bottom-item .bottom-item_group p {
    margin: 0;
  }
}

.item-box .bottom-box .content-bottom .bottom-item .bottom-item_group p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #828282;
}

.item-box .bottom-box .content-bottom .bottom-item .bottom-item_group h1:after {
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
  background-color: #eee;
  margin: 10px 0;
}

/* ==========================================================================
SOBREPOSICAO DE COMPONENTE NA PAGINA INSTITUCIONAL EM COMPONENTE IFRAME
========================================================================== */
.instPageIframe .component-FullIframe iframe {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 1100px;
}

/* ==========================================================================
CORONA VIRUS - TIRE SUAS DUVIDAS
========================================================================== */
.sectionCoronaVirus-suasDuvidas {
  display: flex;
  flex-direction: column;
  font-family: var(--font_primary);
  margin-top: 20px;
}

.sectionCoronaVirus-suasDuvidas ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  counter-reset: li;
}

.sectionCoronaVirus-suasDuvidas ol li {
  margin: 0 0 15px 0;
  counter-increment: li;
  position: relative;
  padding-left: 40px;
  font-size: 1.4rem;
}

.sectionCoronaVirus-suasDuvidas ol li::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(li);
  margin-left: -40px;
  top: 0px;
  width: 25px;
  height: 25px;

  background-color: #2d9846;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.4rem;
}

.sectionCoronaVirus-suasDuvidas ol li h2 {
  font-weight: 500;
  font-size: 1.6rem;
  color: #2d9846;
  margin: 0 0 5px 0;
  line-height: normal;
}

.sectionCoronaVirus-suasDuvidas ol li p {
  font-size: 1.4rem;
  color: #5b5757;
  text-align: justify;
  margin: 0;
  line-height: normal;
  font-family: var(--font_primary);
}

/* ==========================================================================
CORONA VIRUS - LISTAGEM DE BOLETINS E NOTÍCIAS
========================================================================== */
.sectionCoronaVirus-listArticles {
  display: flex;
  flex-direction: column;
  font-family: var(--font_primary);
  width: 100%;
  min-height: 100vh;
  margin-top: 20px;
}

.sectionCoronaVirus-listArticles .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sectionCoronaVirus-listArticles .cards {
    justify-content: flex-start;
  }
}

.sectionCoronaVirus-listArticles .cards .card {
  width: 100%;
  min-width: 300px;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  padding: 5px;
  position: relative;
  text-decoration: none;
  border: 0;
}

.sectionCoronaVirus-listArticles .cards .card .header {
  height: 200px;
  position: relative;
}

.sectionCoronaVirus-listArticles .cards .card .header .image {
  height: 100%;
}

.sectionCoronaVirus-listArticles .cards .card .header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.sectionCoronaVirus-listArticles .cards .card .header .date {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #2d9846;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border-radius: 5px;
  z-index: 999;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.sectionCoronaVirus-listArticles .cards .card .header .date p {
  font-size: 1.2rem;
  margin: 0;
  line-height: normal;
  font-family: var(--font_primary);
}

.sectionCoronaVirus-listArticles .cards .card .header .date p:nth-of-type(2) {
  font-weight: 500;
}

.sectionCoronaVirus-listArticles .cards .card .header .seemore {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sectionCoronaVirus-listArticles .cards .card .header .seemore span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  background-color: #2d9846;
  color: #fff;
  border-radius: 50%;
}

.sectionCoronaVirus-listArticles .cards .card:hover {
  cursor: pointer;
}

.sectionCoronaVirus-listArticles .cards .card:hover .header .seemore {
  opacity: 1;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  border-radius: 5px;
}

.sectionCoronaVirus-listArticles .cards .card:hover .header .date {
  background-color: #fff;
  color: #2d9846;
}

.sectionCoronaVirus-listArticles .cards .card .title h2 {
  transition: all 0.3s ease;
  font-size: 1.6rem;
  color: #5b5757;
  padding: 15px 0 0 0;
  min-height: 30px;
  margin: 0;
  font-weight: 600;
  line-height: normal;
  font-family: var(--font_primary);
}

.sectionCoronaVirus-listArticles
  .cards
  .card
  .title
  p.component-overflowMultipleLines {
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
  line-height: normal;
  padding-top: 20px;
  transition: all 0.3s ease;
}

.sectionCoronaVirus-listArticles .cards .card:hover .title p,
.sectionCoronaVirus-listArticles .cards .card:hover .title h2 {
  color: #2d9846;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sectionCoronaVirus-listArticles .component-pagination .page-numbers {
  color: #2d9846;
  background-color: #fff;
  border: 1px solid #2d9846;
}

.sectionCoronaVirus-listArticles .component-pagination .page-numbers:hover {
  background: #2d9846;
  color: #fff;
}

.sectionCoronaVirus-listArticles .component-pagination .current {
  background: #2d9846;
  color: #fff;
}

.sectionCoronaVirus-listArticles .component-pagination .dots:hover {
  background-color: #ffffff;
  color: #2d9846;
}

/* ==========================================================================
CORONA VIRUS - BOLETIM DIÁRIO
========================================================================== */
.sectionCoronaVirus-boletimDiario {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: var(--font_primary);
  margin-top: 20px;
  padding: 10px;
}

.sectionCoronaVirus-boletimDiario .header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 25px;
  color: #5b5757;
}

.sectionCoronaVirus-boletimDiario .header span {
  margin-right: 5px;
  font-size: 1.8rem;
}

.sectionCoronaVirus-boletimDiario .header p {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 1.5rem;
}

.sectionCoronaVirus-boletimDiario .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

.sectionCoronaVirus-boletimDiario .cards .card {
  width: 300px;
  min-height: 120px;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  margin-bottom: 10px;
}

.sectionCoronaVirus-boletimDiario .cards .card__interrogation {
  border: 2px solid #ff8000;
  background-color: #ff8000;
  color: #ff8000;
}

.sectionCoronaVirus-boletimDiario .cards .card__confirm {
  border: 2px solid #df0101;
  background-color: #df0101;
  color: #df0101;
}

.sectionCoronaVirus-boletimDiario .cards .card__close {
  border: 2px solid #2d9846;
  background-color: #2d9846;
  color: #2d9846;
}

.sectionCoronaVirus-boletimDiario .cards .card .icone {
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionCoronaVirus-boletimDiario .cards .card .icone span {
  font-size: 4rem;
  color: #fff;
}

.sectionCoronaVirus-boletimDiario .cards .card .info {
  height: 100%;
  width: calc(100% - 60px);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sectionCoronaVirus-boletimDiario .cards .card .info p {
  margin: 0;
  line-height: normal;
  font-family: var(--font_primary);
}

.sectionCoronaVirus-boletimDiario .cards .card .info p:nth-of-type(1) {
  font-size: 5rem;
}

.sectionCoronaVirus-boletimDiario .cards .card .info p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 600;
}

.sectionCoronaVirus-boletimDiario .content {
  width: 100%;
  margin-top: 30px;
  font-size: 1.5rem;
}

.sectionCoronaVirus-boletimDiario .content .info {
  padding: 0px 10px 40px 10px;
}

.sectionCoronaVirus-boletimDiario .content .info p {
  margin: 0;
  line-height: normal;
  font-family: var(--font_primary);
}

.sectionCoronaVirus-boletimDiario .content .separator {
  display: flex;
  content: "";
  height: 10px;
  width: 75%;
  margin: 10px 12.5% 20px 12.5%;
  border-bottom: 4px double rgba(0, 0, 0, 0.1);
}

.sectionCoronaVirus-boletimDiario .share {
  margin-bottom: 20px;
  width: 100%;
}

/* ==========================================================================
CORONA VIRUS - NOTÍCIAS
========================================================================== */
.sectionCoronaVirus-noticia {
  display: flex;
  flex-direction: column;
  font-family: "Heebo";
  width: 100%;
  min-height: 100vh;
  margin-top: 20px;
}

.sectionCoronaVirus-noticia .header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
}

.sectionCoronaVirus-noticia .header .image {
  display: none;
}

@media screen and (min-width: 960px) {
  .sectionCoronaVirus-noticia .header .image {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 200px;
    overflow: hidden;
  }

  .sectionCoronaVirus-noticia .header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
}

.sectionCoronaVirus-noticia .header .resume {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sectionCoronaVirus-noticia .header .resume .card {
  display: inline;
  background-color: #ffffff;
  padding: 20px 20px;
  margin-left: 0px;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #2d9846;
  border: 0;
}

@media screen and (min-width: 960px) {
  .sectionCoronaVirus-noticia .header .resume .card {
    margin-left: -50px;
    border: 2px solid #2d9846;
  }
}

.sectionCoronaVirus-noticia .header .resume .card .date {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #2d9846;
  color: #fff;
  border-radius: 5px;
  z-index: 999;
  transition: all 0.3s ease;
  float: left;
  margin-right: 20px;
}

.sectionCoronaVirus-noticia .header .resume .card .date p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sectionCoronaVirus-noticia .header .resume .card .text {
  line-height: 20px;
  text-align: justify;
}

.sectionCoronaVirus-noticia .header .resume .card .text h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 1.8rem;
}

.sectionCoronaVirus-noticia .content {
  width: calc(100% - 100px);
  margin: 50px 50px 0 50px;
  text-align: justify;
}

.sectionCoronaVirus-noticia .content .separator {
  display: flex;
  content: "";
  height: 10px;
  width: 75%;
  margin: 10px 12.5% 20px 12.5%;
  border-bottom: 4px double rgba(0, 0, 0, 0.1);
}

.sectionCoronaVirus-noticia .share {
  margin-bottom: 20px;
  width: 100%;
}

.componente_pt-boxMenu {
  margin: 20px 0 30px 0;
}

/* ==========================================================================
PORTAL DA TRANSPARÊNCIA - HOME
========================================================================== */
.component_pt-Container
  .columnRight
  .rightContent
  .component_pt-pageTitle.title-combate-a-covid-19
  h2 {
  background-color: var(--color_secondary);
  padding-right: 20px;
  color: #ffffff;
}

.component_pt-Container
  .columnRight
  .rightContent
  .component_pt-cardItemBig.title-combate-a-covid-19
  .card:hover {
  background-color: var(--color_secondary);
}

.component_pt-Container
  .columnRight
  .rightContent
  .component_pt-cardItemBig.title-combate-a-covid-19
  .card:hover
  .card__arrowLink
  span {
  color: var(--color_secondary);
}

/* ==========================================================================
SOBREPOSICAO DO FOOTER E SUBFOOTER
========================================================================== */

.td-footer-wrapper {
  padding: 20px 0;
  color: #eaeaea;
  position: relative;
}

.td-footer-wrapper .td-pb-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.td-footer-wrapper .td-pb-row .td-pb-span4 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  max-width: 317px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .td-footer-wrapper .td-pb-row .td-pb-span4 {
    margin: 0;
  }
}

.td-footer-wrapper .td-pb-row .td-pb-span4 p {
  margin: 0;
}

.widget {
  margin: 0;
}

.td-sub-footer-container .td-pb-row {
  margin: 0;
  padding: 10px 0;
}

.td-sub-footer-container .td-pb-row .section-footer {
  width: 100%;
  margin-left: 5px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.td-sub-footer-container .td-pb-row .section-footer .left-content {
  margin: 0;
}

.td-sub-footer-container .td-pb-row .section-footer .right-content {
  display: flex;
  margin-top: 20px;
}

@media only screen and (min-width: 786px) {
  .td-sub-footer-container .td-pb-row .section-footer .right-content {
    margin-top: 0px;
  }
}

.td-sub-footer-container .td-pb-row .section-footer .right-content a {
  background-color: rgba(255, 255, 255, 0.03);
  border: solid 1px rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  margin-left: 10px;
  transition: all 0.3s;
}

.td-sub-footer-container
  .td-pb-row
  .section-footer
  .right-content
  a:nth-child(1):hover {
  color: var(--color_alternate);
}

.td-sub-footer-container
  .td-pb-row
  .section-footer
  .right-content
  a:nth-child(2):hover {
  color: var(--color_alternate);
}

@media (max-width: 767px) {
  .td-sub-footer-container {
    text-align: center;
    padding: 6px 0;
  }
}

.td-sub-footer-copy {
  line-height: 20px;
  margin: 0;
  display: flex !important;
  align-items: center;
  width: 100%;
  /* responsive portrait phone */
}

.td-footer-bottom-full {
  display: none;
}

/* ==========================================================================
SOBREPOSICAO DO HOME LAST NEWS GRID
========================================================================== */

.homeLastNews .groupCards .cards .card {
  margin-bottom: 2px !important;
}

@media screen and (min-width: 720px) {
  .homeLastNews .groupCards {
    display: grid;
    grid-template-columns: 50% auto auto;
    grid-template-rows: repeat(2, 200px);
  }

  .homeLastNews .groupCards .cards {
    width: 100% !important;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: span 2;
  }

  .homeLastNews .groupCards .cards .card {
    height: 100%;
    max-height: 100% !important;
    margin: 0 !important;
  }

  .homeLastNews .groupCards .card1 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-end: span 2;
  }

  .homeLastNews .groupCards .card0 .card .cardTitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .homeLastNews .groupCards .card1 .card .cardTitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
  }

  .homeLastNews .groupCards .card2 {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  .homeLastNews .groupCards .card3 {
    grid-column-start: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

/* VACIDATA OVER */
.vacinacaoTempoReal {
  margin: 0;
  display: flex;
  font-size: 11px;
  line-height: 95%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #e8e8e8;
  flex-direction: row;
}

.vacinacaoTempoReal i {
  font-size: 20px;
  margin-right: 12px;
  display: block;
  color: #e8e8e8;
}
.containerVacidata .bannerRight .contentUpdate p {
  font-size: 11px;
  color: #fff;
}
.containerVacidata .bannerRight {
  align-items: center;
  padding: 19px 30px;
  background-color: var(--color_primary);
  background-size: cover;
  background-position: -1010px;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-image: url(https://s3.us-east-1.amazonaws.com/cdn.ontop.com.br/ontopthemecs/img/coronavirus/bg-banner-covid-transparencia.png);
}
.containerVacidata .bannerLeft {
  background-position: -205px;
}
.containerVacidata .bannerRight .contentCards .cardCount .title {
  max-width: 110px;
  margin-bottom: 5px;
  font-size: 11px;
  color: #fff;
}
.containerVacidata .bannerRight .contentCards .cardCount {
  min-width: 155px;
  padding: 15px;
  background: var(--color_dark_green);
  border: none;
}
.containerVacidata .bannerRight .contentCards .cardCount .linha {
  margin: 4px 0;
  background-color: #fff;
}
.containerVacidata .bannerRight .contentCards .cardCount .count {
  font-weight: 400;
  color: #fff;
}
.containerVacidata .bannerRight .contentUpdate {
  width: auto;
}
.containerVacidata .bannerRight .contentUpdate > i {
  top: 4px;
  right: 0;
  left: -25px;
  color: var(--color_light_green);
}
.containerVacidata .bannerRight .contentCards .cardCount > i {
  top: 10px;
  right: 15px;
  color: #fff;
}
.containerVacidata .bannerRight .rightContent {
  margin: 9px 0 0 0;
}
.containerVacidata .bannerRight .rightTitle > .linha {
  margin-bottom: 7px;
}
.containerVacidata .bannerRight .rightTitle > h1 {
  font-size: 28px;
  color: #fff;
}
.card-boletim-vacinacao .titulo-recebidas-aplicadas {
  width: 174px;
  font-size: 16px;
  margin-bottom: 35px;
  margin-top: 28px;
  text-transform: capitalize;
  line-height: 20px;
  color: #ffffff;
  display: block;
  position: relative;
  font-weight: 400;
}
.card-boletim-vacinacao .valor-recebidas-aplicadas {
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
}

.containerVacidata .bannerRight .contentCards .cardCountWhite {
  background-color: #fff;
  color: var(--color_dark_green);
}
.containerVacidata .bannerRight .contentCards .cardCountWhite .linha {
  background: var(--color_dark_green);
}
.containerVacidata .bannerRight .contentCards .cardCountWhite .title {
  color: var(--color_dark_green);
}
.containerVacidata .bannerRight .contentCards .cardCountWhite .count {
  color: var(--color_dark_green);
  font-weight: bold;
}
.containerVacidata .bannerRight .contentCards .cardCountWhite i {
  color: var(--color_dark_green);
}
.containerVaciTempoReal {
  display: flex;
  align-items: center;
}
.containerBanner .bannerRight .rightTitle {
  margin-right: 20px;
}

@media screen and (min-width: 1024px) {
  .containerVacData .detalhe-enfermeira {
    width: auto;
    height: 289px;
    top: 81px;
    right: -104px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .card-boletim-vacinacao .valor-recebidas-aplicadas {
    font-size: 37px;
  }
  .card-boletim-vacinacao {
    min-width: 175px;
    max-width: 175px;
    height: 190px;
    padding: 12px;
  }
  .containerVacData .detalhe-enfermeira {
    width: auto;
    height: 217px;
    top: 122px;
    right: -68px;
  }
  .card-boletim-vacinacao .titulo-recebidas-aplicadas {
    line-height: 19px;
    font-size: 14px;
    width: 155px;
  }
  .sectionVacData::before {
    width: 90px;
    height: 95px;
  }
}
@media screen and (max-width: 1023px) {
  .containerVacidata .bannerRight .contentCards {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .containerVacidata .bannerRight .contentCards .cardCount {
    margin-bottom: 10px;
  }
  .containerVacidata .bannerRight .contentUpdate {
    height: 20px;
    align-items: center;
    margin-left: 27px;
  }
  .containerVacidata .bannerRight {
    padding: 20px 10px 20px 15px;
    justify-content: left;
    background-blend-mode: exclusion;
  }
  .containerVacidata .bannerLeft {
    padding: 30px 15px 30px 15px;
  }
}
.ontopcdn-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: var(--font_family);
}
.ontopcdn-pagination .page-numbers {
  color: var(--color_primary);
  background-color: #fff;
  float: left;
  margin: 4px 4px 4px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color_primary);
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .ontopcdn-pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.ontopcdn-pagination .page-numbers:hover {
  background: var(--color_primary);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ontopcdn-pagination .current {
  background: var(--color_primary);
  color: #fff;
  cursor: pointer;
}
.ontopcdn-pagination .prev,
.ontopcdn-pagination .next {
  font-size: 2rem;
}
@media screen and (min-width: 360px) {
  .ontopcdn-pagination .prev,
  .ontopcdn-pagination .next {
    font-size: 2.5rem;
  }
}
.ontopcdn-pagination .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 10px;
  transition: all 0.3s ease;
}
.ontopcdn-pagination .dots:hover {
  background-color: #ffffff;
  color: var(--color_primary);
  transition: all 0.3s ease;
}

.main-content-single a{
  color: var(--color_primary);
}

.main-content-single a:hover{
  color: #0056b3;
  text-decoration: underline;
}

.background__programs__list,
.background__programs {
  background: linear-gradient(180deg,#f3f3f3 300px,#fff 300px 100%);
}

.others__programs__list {
  background-color: #FFF;
}

.content__text h1 {
  color: var(--color_alternate);
}

.content__text h2 {
  background: linear-gradient(243.15deg, #F3F3F3 -20.14%, #F3F3F3 -1.89%, #FFFEFE 72.05%);
  border-radius: 4px;

  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #394053;

}

.content__text h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #00923D;
}

.content__text p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #394053;
}

.others__programs__list h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #00AD48;
}

.files__list__title h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #00AD48;
}

.files__list {
  background: linear-gradient(243.15deg, #F4F4F4 -20.14%, #F5F5F5 -1.89%, #FFFEFE 72.05%);
  mix-blend-mode: normal;
  border: 1px solid #FFFEFE;
  border-radius: 4px;
}

.file__button {
  color: var(--color_hover_sitemap);
}

.files__list h1 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #394053;
}

.files__list h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #565656;
}

.programs__item {
  background: linear-gradient(243.15deg, #F4F4F4 -20.14%, #F5F5F5 -1.89%, #FFFEFE 72.05%);
  mix-blend-mode: normal;
  border: 1px solid #FFFEFE;
  border-radius: 4px;
}

.programs__item h1 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--color_hover_sitemap);
  }

.programs__item h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  
  color: #565656;
}

.programs__item a i {
  background: #F0F0F0;
  color: var(--color_hover_sitemap);
}

.programs__item a img {
  bottom: 10px;
}

.detail__top__line {
  
}

.td-header-menu-wrap-full {
  background-color: #F3F8F5!important;
}
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a {
  color: var(--color_alternate)!important;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search {
	color: var(--color_alternate);
}

button:focus {
  outline: none;
}