/* ---------------------------------------------------------------------------------------------
FORMATAÇÃO GENERICA OVERFLOW
--------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sf-menu .td-menu-item a {
  color: #939995;
}
.sf-menu > .current-menu-item a {
  color: #000000;
}

/* ---------------------------------------------------------------------------------------------
SECTION ÚLTIMAS NOTÍCIAS
--------------------------------------------------------------------------------------------- */
.homeLastNews {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.homeLastNews .groupCards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.homeLastNews .groupCards .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.homeLastNews .news--cards__date {
  color: #fff;
  background-color: #bf0811;
  padding: 5px 20px;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  position: absolute;
  top: 25px;
}

.cardDate {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 16px;
}

.cardDesc {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.container_btn_all_news {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 107%;
}

.container_btn_all_news hr {
  display: inline-block;
  width: 77%;
}

.container_btn_all_news a {
  display: inline-block;
  font-family: "Roboto", "sans-serif";
  font-size: 1.6rem;
  line-height: 102.19%;
  color: #285d35;
  margin-left: 10px;
  transition: all ease 0.3s;
}

.container_btn_all_news a:hover {
  color: var(--color-primary_green);
}

.container_btn_all_news a:before {
  content: "→";
  display: inline-block;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .homeLastNews .groupCards .cards {
    margin: 2px 2px 0 2px;
  }
}

.homeLastNews .groupCards .cards:not(:last-child) {
  margin-bottom: 2px;
}

.homeLastNews .groupCards .cards:nth-of-type(3) .card:nth-of-type(1) {
  margin-bottom: 2px;
}

.homeLastNews .groupCards .cards .card {
  overflow: hidden;
  width: 100%;
  height: 150px;
  position: relative;
}

.homeLastNews .groupCards .cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.homeLastNews .groupCards .cards .card .cardTitle {
  display: block;
}

#anchorContainer .containerNewHome .containerLeft .card .cardTitle {
  font-family: "Roboto";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#anchorContainer .containerNewHome .containerLeft .card0 .cardTitle {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#anchorContainer .containerNewHome .containerLeft .card1 .cardTitle {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#anchorContainer .containerNewHome .containerLeft .card1 .cardDesc {
  font-size: 1.4rem;
  margin-top: 5px;
}

.homeLastNews .groupCards .cards .card:hover {
  cursor: pointer;
}

.homeLastNews .groupCards .cards .card:hover img {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.homeLastNews .groupCards .cards .card:hover {
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
}

.homeLastNews .lastNewsMore {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.homeLastNews .lastNewsMore button {
  display: flex;
  flex-direction: row;
  align-items: center;

  background-color: #ffffff;
  max-width: 180px;
  padding: 10px 20px;
  border-radius: 3px;
  color: var(--color_primary);
  border: solid 1px var(--color_primary);
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.homeLastNews .lastNewsMore button i {
  font-size: 0.8rem;
  margin-left: 5px;
  font-family: var(--font_family);
}

.homeLastNews .lastNewsMore button:hover {
  background-color: var(--color_primary);
  color: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contentCard {
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: flex-end;
  bottom: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  color: #ffffff;
  margin: 0;
  background: linear-gradient(
    180.05deg,
    rgb(0 0 0 / 25%) 0.05%,
    #000000 134.55%
  );
  transition: all 0.3s ease;
}
.contentCard p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .homeLastNews .groupCards {
    flex-direction: row;
  }

  .homeLastNews .groupCards .cards {
    height: 360px;
  }

  .homeLastNews .groupCards .cards .card {
    height: 100%;
  }

  .homeLastNews .groupCards .cards:nth-of-type(1) {
    width: 40%;
  }

  .homeLastNews .groupCards .cards:nth-of-type(2) {
    width: 30%;
  }

  .homeLastNews .groupCards .cards:nth-of-type(3) {
    width: 30%;
  }

  .homeLastNews .groupCards .cards:nth-of-type(3) .card {
    max-height: 180px;
  }
}

/* ---------------------------------------------------------------------------------------------
SECTION BANNERS
--------------------------------------------------------------------------------------------- */

#container-banners {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  padding: 10px;
  border: 1px solid rgb(0 0 0 / 15%);
  box-shadow: 4.87696px 4.87696px 9.75391px rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
}

.container-title-banner {
  margin: 0 auto;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.container-title-banner .title-banners {
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  width: 120px;
  font-weight: bold;
  line-height: 25px;
  font-size: 2.2rem;
  color: var(--color_alternate);
  margin-bottom: 15px;
}

.container-title-banner .title-banners::before {
  content: "";
  width: 45px;
  position: absolute;
  display: block;
  height: 4px;
  background-color: #eee961;
  bottom: 0;
  left: 0;
}

#container-banners .item-banner {
  background-color: #f4f4f4;
  width: 100%;
  padding: 0;
  height: 115px;
  margin: 5px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
}
#container-banners .item-banner a {
  width: 100%;
  height: 100%;
}
#container-banners .item-banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#container-banners .item-banner:last-child {
  margin-bottom: 0;
}
#container-banners .sliderBanner .slick-list {
  display: flex;
  flex-direction: column;
}
.containerFlickrGoverno .slick-slider {
  max-height: 466px;
  overflow: hidden;
}
.slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slick-slide img:focus {
  border: none;
  outline: none;
}
.slick-slide:focus {
  border: none;
  outline: none;
}
.dotsClass {
  display: flex;
  font-size: 0;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.dotsClass li {
  line-height: 0;
  margin-left: 5px;
}
.dotsClass li button {
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
  height: 10px;
  border: 1px solid #2d9846;
  outline: none;
}

.dotsClass .slick-active button {
  background: #2d9846;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------------------------------
SECTION BANNER VACINAÇÃO
--------------------------------------------------------------------------------------------- */
.containerBanner {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 10px auto;
  display: flex;
  flex-direction: column;
}

.containerBanner .bannerLeft {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 57px 30px 33px;
  background-size: cover;
  background-position: -360px;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: var(--color_primary);
  background-image: url(/wp-content/themes/Newspaper/alfa_components/images/bg-banner-covid-transparencia.png);
}
.containerBanner .bannerLeft > h1 {
  margin: 0;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 118%;
  letter-spacing: 0.05em;
}
.containerBanner .bannerLeft > h1 span {
  font-weight: bold;
}
.containerBanner .bannerLeft > .bannerLinha {
  display: block;
  height: 1px;
  width: 97px;
  background: #fff;
  margin: 9px 0 12px;
}
.containerBanner .bannerLeft .leftBottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerBanner .bannerLeft .leftBottom > p {
  margin: 0;
  color: #fff;
  width: 150px;
  font-size: 1.4rem;
  line-height: 118%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.containerBanner .bannerLeft .leftBottom > a {
  height: 31px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 118%;
  font-weight: bold;
  border-radius: 5px;
  font-style: normal;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  border: solid 1px #fff;
  text-transform: uppercase;
}
.containerBanner .bannerLeft .leftBottom > a:hover {
  background-color: #fff;
  color: var(--color_primary);
}
.containerBanner .bannerRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--color-alternate_orange);
  padding: 33px;
}
.containerBanner .bannerRight .rightTitle {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.containerBanner .bannerRight .rightTitle > .linha {
  display: flex;
}
.containerBanner .bannerRight .rightTitle > .linha > span {
  display: block;
  height: 2px;
  background-color: var(--color_alternate);
}
.containerBanner .bannerRight .rightTitle > .linha > span:nth-child(1) {
  width: 43px;
}
.containerBanner .bannerRight .rightTitle > .linha > span:nth-child(2) {
  width: 33px;
  margin: 0 3px;
}
.containerBanner .bannerRight .rightTitle > .linha > span:nth-child(3) {
  width: 17px;
}
.containerBanner .bannerRight .rightTitle > h1 {
  margin: 0;
  color: #fff;
  line-height: 118%;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: var(--color_alternate);
}

.containerBanner .bannerRight .rightTitle > h1:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  margin: 0;
  line-height: 118%;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}

.containerBanner .bannerRight .rightTitle > h1 span {
  font-weight: bold;
}

.containerBanner .bannerRight .rightTitle > h1 > i {
  position: absolute;
  right: -5px;
  bottom: 0px;
  font-size: 2rem;
  color: #fff;
}
.containerBanner .bannerRight .rightTitle > p {
  margin: 0;
  display: flex;
  font-size: 1.4rem;
  line-height: 95%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: var(--color_alternate);
}
.containerBanner .bannerRight .rightTitle > p > i {
  font-size: 2.5rem;
  margin-right: 12px;
  display: none;
  color: var(--color_alternate);
}
/* .containerBanner .bannerRight .rightTitle > p > span {
  padding-right: 40px;
} */
.containerBanner .bannerRight .rightContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin: 15px 0 0 0;
}
.containerBanner .bannerRight .contentCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 33px;
}
.containerBanner .bannerRight .contentCards .cardCount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 99px;
  height: 110px;
  position: relative;
  padding: 19px 17px;
  border-radius: 10px;
  margin: 5px;
  border: solid 1px var(--color_alternate);
}
.containerBanner .bannerRight .contentCards .cardCount > i {
  position: absolute;
  color: var(--color_alternate);
  top: 6px;
  right: 10px;
  width: 17px;
  font-size: 1.7rem;
}
.containerBanner .bannerRight .contentCards .cardCount .title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 118%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: var(--color_alternate);
  max-width: 60px;
}
.containerBanner .bannerRight .contentCards .cardCount .linha {
  height: 1px;
  width: 39px;
  margin: 2px;
  display: block;
  background: var(--color_alternate);
}
.containerBanner .bannerRight .contentCards .cardCount .count {
  margin: 0;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 118%;
  font-style: normal;
  letter-spacing: 0.05em;
  color: var(--color_alternate);
}
.containerBanner .bannerRight .contentUpdate {
  display: flex;
  flex-direction: row;
  position: relative;
}
.containerBanner .bannerRight .contentUpdate > i {
  position: absolute;
  top: -32px;
  left: 5px;
  width: 19px;
  font-size: 1.9rem;
  color: var(--color_alternate);
}
.containerBanner .bannerRight .contentUpdate p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 92.5%;
  letter-spacing: 0.05em;
  color: var(--color_alternate);
  margin: 0 5px;
}
.containerBanner .bannerRight .contentUpdate p:nth-child(1) {
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .containerBanner .bannerRight .contentCards .cardCount .count {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 550px) {
  .containerBanner .bannerRight {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .containerBanner .bannerLeft {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .containerBanner {
    flex-direction: row;
  }
  .containerBanner .bannerLeft {
    width: 45%;
  }
  .containerBanner .bannerLeft .leftBottom {
    flex-direction: row;
  }
  .containerBanner .bannerLeft .leftBottom > p {
    max-width: 150px;
    width: 100%;
    margin-right: 10px;
  }
  .containerBanner .bannerLeft .leftBottom > a {
    margin: 0;
    max-width: 180px;
  }
  .containerBanner .bannerRight {
    width: 60%;
    justify-content: space-between;
  }
  .containerBanner .bannerRight {
    padding: 33px 33px 30px 45px;
  }
  .containerBanner .bannerRight .rightContent {
    margin: 0;
    align-items: center;
    flex-direction: row;
  }
  .containerBanner .bannerRight .rightTitle > p > i {
    display: initial;
  }
  .containerBanner .bannerRight .rightTitle > p > span {
    padding-right: 40px;
  }

  .containerBanner .bannerRight .contentUpdate {
    flex-direction: column;
    width: 90px;
  }
  .containerBanner .bannerRight .contentUpdate > i {
    top: -20px;
    right: 20px;
    left: initial;
  }
  .containerBanner .bannerRight .contentUpdate p:nth-child(1) {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .containerBanner .bannerRight .contentCards {
    padding: 0;
  }
}

/* SECTION NEW ACESSO RAPIDO */
.titleIntersection {
  padding: 0 30px;
  background-color: #ffffff;
  width: auto;
  text-align: center;
  margin: 0px auto 30px auto;
  z-index: 2;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: var(--color_alternate);
}

.titleIntersectionDetail {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  bottom: 0;
  background-color: #efe961;
}
.containerFullTitle {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.containerFullAcessoRapido {
  width: 100%;
  display: block;
  padding: 25px 0;
  background-color: var(--color_primary);
  position: relative;
}
.containerFullAcessoRapido .container {
  display: flex;
}
.servicosMaisUtilizados {
  min-width: 482px;
}
.itensAcessoRapido {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.itensAcessoRapido li {
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 130px;
  height: 130px;
  margin: 0 8px 8px 0;
  transition: 0.4s;
}
.itensAcessoRapido li a {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.itensAcessoRapido li:hover {
  background-color: #ffffff;
}
.itensAcessoRapido li:hover a i {
  color: var(--color_primary);
}
.itensAcessoRapido li:hover a h3 {
  color: var(--color_primary);
}

.itensAcessoRapido li i {
  width: 100%;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 2.5rem;
}

.itensAcessoRapido h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.itensAcessoRapido .titleItem {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.itensAcessoRapido .titleItem:hover {
  background-color: transparent;
}
.itensAcessoRapido .titleItem:hover .detailTitle {
  color: #ffffff;
}
.itensAcessoRapido .titleItem:hover .titleAcessoRapido {
  color: #ffffff;
}

.itensAcessoRapido .titleAcessoRapido {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 26px;
  color: #fff;
  margin: 0;
}

.detailTitle {
  width: 40px;
  height: 3px;
  background-color: var(--color_details);
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

.titleServicosUtilizados {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 26px;
  margin: 0;
  color: #ffffff;
}

/** GALERIA FLICKR **/
.containerFlickrGoverno {
  display: grid;
  grid-template-columns: auto 482px;
  overflow: hidden;
  grid-gap: 20px;
  max-height: 565px;
}
.containerGovernoSicDigital {
  max-width: 482px;
  overflow: auto;
}

.governo_digital {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.galeriaFlickr {
  display: block;
  position: relative;
  overflow: auto;
}

.titleFlickr {
  position: absolute;
  top: 10px;
  left: 5px;
  height: 37px;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
  background: #394053;
  border-radius: 5px;
  color: #fff;
  padding: 11px 48px;
}

.titleFlickr h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.slider-item img {
  object-fit: cover;
  width: 100%;
}
.slider-nav-item {
  position: relative;
  height: 75px;
  cursor: pointer;
}
.slider-nav-item.slick-center::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(
    0deg,
    rgba(239, 233, 97, 0.7),
    rgba(239, 233, 97, 0.7)
  );
}
.slider-nav-item.slick-center::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  display: block;

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(239, 233, 97, 0.7);
}

/* TAB ORGÃOS*/
.servicosTabOrgaos {
  width: 100%;
  min-height: 225px;
  padding: 10px 20px;
  background-color: #ffffff;
  display: block;
  position: relative;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
  border-radius: 5px;
  height: 225px;
}

.tabsOrgaos .tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  border-bottom: 2px solid var(--color-alternate_lightgray);
}

.tabsOrgaos .tabs li {
  padding: 5px 0 10px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 5px -2px;
  transition: all 0.3s ease;
}

.tabsOrgaos .tabs li.active {
  border-bottom: 2px solid var(--color_primary);
}
.tabsOrgaos .tabs li.active a {
  font-weight: bold;
  color: var(--color_primary);
}

.tabsOrgaos .tabs li a {
  color: var(--color_primary);
  line-height: 15px;
  font-weight: 400;
  font-size: 1.3rem;

  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.tabsOrgaos .tabs li a:hover {
  font-weight: 700;
  color: var(--color_primary);
}

.tabContainer .tabGroup .tabCards {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
}
.tabContainer .tabGroup .tabCards li {
  width: 100%;
  margin: 5px 0;
  border: 0;
}

.tabContainer .tabGroup .tabCards li a {
  display: flex;
  width: 100%;
  margin: 0;
  border: 0;

  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.tabContainer .tabGroup .tabCards li a i {
  color: var(--color_primary);
}

.tabContainer .tabGroup .tabCards li a h3 {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  margin: 0;
  transition: all ease 0.3s;
  line-height: 1.2;
}

.tabContainer .tabGroup .tabCards li a .iconeCirculo {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color_details);
  border-radius: 50%;
  margin-right: 10px;
  transition: all ease 0.3s;
}

.tabContainer .tabGroup .tabCards li a:hover h3 {
  font-weight: 700;
  text-decoration: underline;
}
.tabContainer .tabGroup .tabCards li a:hover .iconeCirculo {
  background-color: var(--color_details);
}

.tabContainer .tabGroup .tabCards li a div {
  display: flex;
}

.tabContainer .tabGroup .grid-column-one {
  grid-column-start: 1;
}
.tabContainer .tabGroup .grid-column-two {
  grid-column-start: 2;
}

/* ---------------------------------------------------------------------------------------------
CardGOVERNO
--------------------------------------------------------------------------------------------- */
.cardGoverno {
  grid-row: 2 / 2;
  display: block;
  background-color: var(--color_dark);
  padding: 20px;
  height: 85px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("/wp-content/themes/Newspaper/alfa_components/images/brasao-governo.png");
}
.cardGoverno h1 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #fff;
}
.contentCardGoverno {
  display: flex;
}
.services--orgaos__listaForm {
  width: 150px;
}
.services--orgaos__listaForm:first-child {
  margin-right: 10px;
}
.services--orgaos__listaForm select {
  width: 150px;
  height: 22px;
  border-radius: 5px;
  color: var(--color_primary);
  background-color: #ffffff;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 1.2rem;
}

/* ---------------------------------------------------------------------------------------------
CARD SIC PRESENCIAL
--------------------------------------------------------------------------------------------- */
.cardSicPresencial {
  grid-row: span 2;
  display: block;
  background-color: var(--color_dark);
  padding: 20px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(/wp-content/themes/Newspaper/alfa_components/images/detalhe-sic-presencial.png);
}
.containerSicPresencial {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cardSicPresencial h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.2rem;
  margin: 0;
  position: relative;
  margin-bottom: 0;
}
.cardSicPresencial h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 2px;
  background-color: var(--color_details);
  bottom: 0;
  left: 0;
}

.cardRedesSociais {
  grid-row: span 2;
  padding: 15px 10px;
  border: 2px solid var(--color-secondary_darkgreen);
  border-radius: 5px;
}

.cardRedesSociais h1 {
  position: relative;
  font-size: 2rem;
  text-transform: capitalize;
  margin: 0 0 20px;
  line-height: 25px;
  color: var(--color-secondary_darkgreen);
}

.cardRedesSociais li {
  margin-left: 0;
  margin-bottom: 10px;
  transition: 0.3s all ease;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 5px;
}

.cardRedesSociais li:hover {
  background: rgba(196, 196, 196, 0.15);
}

.cardRedesSociais li a {
  font-size: 1.6rem;
  color: var(--color-secondary_darkgreen);
  transition: 0.3s all ease;
  cursor: pointer;
}

.cardRedesSociais li a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #555555;
}

.cardRedesSociais li i {
  position: relative;
  top: 2px;
  margin-right: 15px;
  font-size: 2rem;
}

.cardRedesSociais h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 2px;
  background-color: var(--color_details);
  bottom: -5px;
  left: 0;
}
.sigChamada {
  font-size: 1.6rem;
  margin: 0;
  color: #fff;
  font-weight: 900;
}
.sicEndereco {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.containerDetalhesSicPresencial {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SeparadorHorizontalSicPresencial {
  width: 80%;
  height: 2px;
  background-color: var(--color_details);
  display: block;
  margin: 8px 0 15px 0;
}
.containerConsultarSic {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 7px;
}
.containerConsultarSic p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}

.btn_banner_hover {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #bf0811;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.btn_banner_hover:hover {
  background-color: #fff;
  color: #bf0811;
}
.esicCard {
  width: 264px;
  display: flex;
  border-left: 1px solid rgba(242, 242, 242, 0.1);
  padding-left: 10px;
}
.esicCard h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0;
}
.esicCard p {
  color: #fff;
  font-size: 1rem;
  line-height: 12px;
}
.esicCard i {
  font-size: 5.5rem;
  color: #fff;
}
/* ---------------------------------------------------------------------------------------------
CARD CARUARU DIGITAL
--------------------------------------------------------------------------------------------- */
.cardCaruaruDigital {
  grid-row: 1 / 2;
  display: block;
  background-color: var(--color_dark);
  padding: 16px 20px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(/wp-content/themes/Newspaper/alfa_components/images/detalhe-caruaru-digital.png);
}

.cardCaruaruDigital h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.2rem;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}
.cardCaruaruDigital h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 2px;
  background-color: var(--color_details);
  bottom: 0;
  left: 0;
}
.containerListCaruaruDigital {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.containerListCaruaruDigital ul li {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--color_details);
  margin: 0;
  line-height: 16px;
}

.containerListCaruaruDigital ul li a {
  background-color: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}
.containerListCaruaruDigital ul li a:hover {
  color: #fff;
}

/* ---------------------------------------------------------------------------------------------
OUTRAS NOTICIAS
--------------------------------------------------------------------------------------------- */
.otherNews .otherNews--cards {
  margin-bottom: 40px;
}
.otherNews--cards__card {
  max-width: 390px;
}
.otherNews .otherNews--cards__card {
}
.otherNews--cards__cardImage {
  height: 202px;
}
.otherNews .otherNews--cards .otherNews--cards__cardTitle h3 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 18px;
  color: var(--color_alternate);
}
.otherNews .otherNews--cards .otherNews--cards__cardTitle h3:hover {
}
.otherNews--cards__date {
  color: #fff;
  background-color: #bf0811;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .containerFlickrGoverno {
    grid-template-columns: auto;
  }
  .containerGovernoSicDigital {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .servicosMaisUtilizados {
    max-width: 100%;
    min-width: 100%;
  }
  .containerFlickrGoverno {
    grid-template-columns: auto;
  }
  .containerFullAcessoRapido .container {
    flex-wrap: wrap;
  }
  .itensAcessoRapido {
    justify-content: center;
  }
  .homeLastNews .groupCards .cards .card {
    height: 245px;
  }
}

@media screen and (min-width: 600px) {
  .otherNews .otherNews--cards__card {
    width: 33%;
    padding-bottom: 0px;
  }
}

/* ---------------------------------------------------------------------------------------------
SECTION HEADER ACCESSIBILITY
--------------------------------------------------------------------------------------------- */
.sogocdn-headerAccessibility {
  background-color: #285d35;
  padding: 10px 5px;
  font-family: var(--font_family);
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerAccessibility {
    padding: 5px 10px;
  }
}

.sogocdn-headerAccessibility .containerAccessibility {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerAccessibility .containerAccessibility {
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.sogocdn-headerAccessibility .containerAccessibility .left {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerAccessibility .containerAccessibility .left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}

.sogocdn-headerAccessibility .containerAccessibility .left > label {
  margin: 0;
  width: 100%;
  margin-right: 10px;
  font-size: 1.2rem;
}

.sogocdn-headerAccessibility .containerAccessibility .left .groupCards {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.sogocdn-headerAccessibility .containerAccessibility .left .groupCards .card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
  background: transparent;
  border: 0;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .left
  .groupCards
  .card:not(:last-child) {
  margin-right: 10px;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .left
  .groupCards
  .card
  span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: var(--color_primary);
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .left
  .groupCards
  .card
  > span {
  background-color: #ffffff;
  border-radius: 5px;
  width: 21px;
  height: 15px;
}

.sogocdn-headerAccessibility .containerAccessibility .left .groupCards .card p {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 1px;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .left
  .groupCards
  .card
  p
  span {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  left: -100%;
  background-color: transparent;
  width: 100%;
  height: 2px;
  bottom: -2px;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .left
  .groupCards
  .card:hover
  p
  span {
  bottom: -2px;
  background-color: var(--color_light);
  left: 0;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.sogocdn-headerAccessibility .containerAccessibility .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .sogocdn-headerAccessibility .containerAccessibility .right {
    flex-direction: row;
  }
}

.sogocdn-headerAccessibility .containerAccessibility .right > label {
  width: auto;
  margin: 0;
  margin-right: 10px;
  font-size: 1.2rem;
}

.sogocdn-headerAccessibility .containerAccessibility .right .groupCards {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .sogocdn-headerAccessibility .containerAccessibility .right .groupCards {
    padding: 0;
  }
}
.separadorIconesAcessibilidade {
  width: 1px;
  height: 28px;
  display: block;
  margin: auto 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sogocdn-headerAccessibility .containerAccessibility .right .groupCards .card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 1.4rem;
  margin-right: 5px;
  background: transparent;
  border: 0;
  color: #fff;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .right
  .groupCards
  .card
  span {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerAccessibility
    .containerAccessibility
    .right
    .groupCards
    .card
    span {
    font-size: 1.2rem;
  }
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .right
  .groupCards
  .card.cardLibras
  img {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 35px;
  z-index: 999999;
  border-radius: 5px;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .right
  .groupCards
  .card.cardLibras:hover
  img {
  display: block;
  min-width: 100px;
}

.sogocdn-headerAccessibility .containerAccessibility .right > button {
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
}

.sogocdn-headerAccessibility .containerAccessibility .right > button a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sogocdn-headerAccessibility .containerAccessibility .right > button a p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 0;
  margin-left: 5px;
}

.sogocdn-headerAccessibility .containerAccessibility .right > button a p span {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  left: -100%;
  background-color: transparent;
  width: 100%;
  height: 2px;
  bottom: -3px;
}

.sogocdn-headerAccessibility
  .containerAccessibility
  .right
  > button:hover
  a
  p
  span {
  bottom: -3px;
  background-color: var(--color_light);
  left: 0;
  transition: all 0.3s ease;
  border-radius: 5px;
}

#real-accessability {
  display: none;
}

/*# sourceMappingURL=h.css.map */

/* ---------------------------------------------------------------------------------------------
SECTION HEADER
--------------------------------------------------------------------------------------------- */
.sogocdn-headerNavigation {
  position: relative;
}

.sogocdn-headerNavigation .heroLastUpdate {
  position: absolute;
  bottom: -2px;
  right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 12px;
  color: #002b57;
  text-transform: uppercase;
}

.sogocdn-headerNavigation .heroLastUpdate > p {
  margin: 0;
  font-size: 0.9rem;
}

.sogocdn-headerNavigation .heroLastUpdate > p > span {
  font-weight: 500;
}

@media only screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .heroLastUpdate {
    font-size: 1rem;
    right: 0;
  }

  .sogocdn-headerNavigation .heroLastUpdate > p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 133px;
    border-bottom: solid 1px #e5e5e5;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation > span {
    font-size: 2.5rem;
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation > span {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation > .navLogo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation > .navLogo img {
    height: 60px;
    padding: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation > .navLogo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sogocdn-headerNavigation > .navLogo img {
    max-width: 150px;
    max-height: 100px;
    padding: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu {
    background: linear-gradient(
      to bottom,
      var(--color_primary) 0%,
      var(--color_secondary) 100%
    );
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    transition: all 0.3s ease-in-out;
    z-index: 99999;
  }
}

.sogocdn-headerNavigation > form input {
  height: 29px;
  background: #c4c4c433;
  border-radius: 5px 0 0 5px;
  border: 0;
  font-size: 1rem;
}

.sogocdn-headerNavigation > form button {
  border: 0;
  height: 29px;
  border-radius: 3px;
  padding: 0 15px;
  color: #fff;
  background-color: var(--color_secondary);
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 14px;
  text-transform: uppercase;
  transition: all 0.2s;
  background-color: var(--color_primary);
}

.sogocdn-headerNavigation > form button:hover {
  background-color: var(--color_primary);
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation > form {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    position: absolute;
    right: -100%;
    top: 100%;
    background-color: #fff;
  }

  .sogocdn-headerNavigation > form.searchOpen {
    top: 100%;
    z-index: 99;
    opacity: 1;
    right: 10px;
    padding: 0 20px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation > form {
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu {
    display: flex;
    z-index: 99999;
    min-height: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu span {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu span {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu span i {
    font-size: 2rem;
    color: var(--color_details);
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu ul li {
    margin-left: 0;
    line-height: normal;
    font-family: var(--font_family);
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul li {
    margin-left: 0;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu ul.menu {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu {
    display: flex;
    flex-direction: row;
    margin: 0;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu li a {
    display: flex;
    padding: 17px 15px 10px 10px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li {
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li > a {
    display: flex;
    color: #ffffff;
    width: 100%;
    padding: 10px 5px;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li > a {
    border-bottom: 7px solid transparent;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    color: #939995;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li.current-menu-ancestor > a {
    border-bottom: 7px solid #be0810;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li:not(.current-menu-ancestor):hover
    > a {
    border-bottom: 7px solid #be0810;
    color: #000000;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li.menu-item-has-children {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li.menu-item-has-children > a {
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > a::before {
    content: "\e90e";
    width: 10px;
    height: 10px;
    font-family: "icomoon" !important;
    position: absolute;
    color: #ffffff;
    font-weight: 900;
    z-index: 9999;
    right: 15px;
    top: 18px;
    transition: all 0.3s ease;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > a::before {
    content: "\e90e";
    width: auto;
    height: 5px;
    font-family: "icomoon" !important;
    position: absolute;
    color: #939995;
    font-weight: 900;
    z-index: 9999;
    right: 0px;
    transform: rotate(90deg);
    font-size: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children.childrenOpened
    > a {
    color: var(--color_details);
    transition: all 0.3s ease;
    background-color: #ffffff;
    border-radius: 10px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children.childrenOpened
    > a::before {
    transform: rotate(90deg);
    color: var(--color_secondary);
    top: 18px;
    transition: all 0.5s ease;
  }

  .governo_digital {
    grid-template-columns: 1fr 1fr;
    max-width: 1020px;
    padding: 0 20px;
  }

  .sicEndereco {
    font-size: 1.2rem;
  }

  .esicCard {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .governo_digital {
    grid-template-columns: 1fr;
    max-width: 767px;
  }
  .cardCaruaruDigital,
  .cardGoverno,
  .cardSicPresencial,
  .cardRedesSociais {
    grid-row: auto;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > ul.sub-menu {
    display: none;
    opacity: 0;
    margin-left: 30px;
    box-shadow: none;
    transition: 2s;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > ul.sub-menu {
    display: none;
    transform: translate3d(-30px, 0, 0);
    position: absolute;
    margin: 0;
    top: 132px;
    min-width: 250px;
    padding: 10px 0;
    transition: 0.4s;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > ul.sub-menu
    > li
    > a {
    display: flex;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 300;
    font-size: 1.6rem;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > ul.sub-menu
    li
    a {
    display: flex;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 1.2rem;
    color: #000000;
    transition: 0.4s;
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children
    > ul.sub-menu
    li.current-menu-item
    a {
    background-color: var(--color_primary);
    color: #ffffff;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children:hover
    > ul.sub-menu {
    display: block;
    flex-direction: column;
    z-index: 9999;
    background-color: #ffffff;
    width: 100%;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children:hover
    > ul.sub-menu
    li:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children:hover
    > ul.sub-menu
    li:hover
    a {
    background-color: var(--color_primary);
    color: #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu > li:last-child > ul.sub-menu {
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .navMenu ul.menu li.current-menu-item > a,
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    li.sogocdn-current-menu-ancestor
    > a {
    border-bottom: 7px solid #be0810;
    color: #000000;
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    li.sogocdn-current-menu-ancestor
    ul
    li.current-page-ancestor
    a {
    background-color: var(--color_primary);
    color: #ffffff;
  }
}

.sogocdn-headerNavigation .navMenu.menuOpened {
  left: 0;
  position: fixed;
  overflow: auto;
  padding: 0 5px;
}

/* ---------------------------------------------------------------------------------------------
SECTION NEW FOOTER
--------------------------------------------------------------------------------------------- */
.container-bg-dark {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #285d35;
  position: relative;
}

.logoFooterBranca {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.bandeiraDetalheFooter {
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  width: 32px;
  height: 17px;
}

.container-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.container-footer > div {
  margin: 23px 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.container-footer > div > h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.container-footer > div > h3::after {
  content: "";
  height: 1px;
  width: 157px;
  display: block;
  background: #fda441;
  margin: 12px 0 31px 0;
}

.container-footer > div > p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 21px;
  margin: 0;
  color: #fff;
}

.container-footer > div > a {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 38px;
  color: #fff;
  transition: all 0.3s ease;
  max-width: 240px;
}

.container-footer > div > a:hover {
  color: var(--color-alternate_orange);
}

.container-footer > div > a i {
  margin: 0 16px 0 0;
}

.container-sub-footer {
  background-color: #1b4024;
  width: 100%;
}

.container-sub-footer .content-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  min-height: 59px;
}

.container-sub-footer .content-footer > h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 38px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
}

.container-sub-footer .content-footer > h1 a {
  color: #fff;
  font-weight: bold;
}

.container-sub-footer .content-footer > h1 a:hover {
  color: var(--color-alternate_orange);
}
.container-sub-footer.contrast.active .content-footer > h1 a:hover{
  color: #fff;
  text-decoration: underline;
}

.container-sub-footer .content-footer div > a {
  font-size: 2.2rem;
  color: #fff;
  margin: 0 5px;
}

@media only screen and (min-width: 768px) {
  .container-footer {
    flex-direction: row;
  }

  .container-footer > div {
    width: 33%;
  }

  .container-footer > .linha {
    display: block;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    height: 174px;
    margin: 0 60px;
  }

  .container-sub-footer .content-footer {
    flex-direction: row;
  }
}
