/* ---------------------------------------------------------------------------------------------
	TEMPLATE SINGLE :: PROCESSOS SELETIVOS - ORGAOS
--------------------------------------------------------------------------------------------- */
.sogocdn-tableList.listProcessosOrgaos {
  margin: 0;
}
.sogocdn-tableList.listProcessosOrgaos
  .tableCards
  .card
  .info
  p.sogocdn-ellipsisTextMultiple {
  width: 100%;
  -webkit-line-clamp: 3;
}

/* ---------------------------------------------------------------------------------------------
	TEMPLATE PAGE :: CÂMARA VEREADORES - LEGISLATURA ATUAL
--------------------------------------------------------------------------------------------- */
.template-camaraVereadores {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--width_container);
}
.template-camaraVereadores .vereadores .sogocdn-boxProfile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .template-camaraVereadores .vereadores .sogocdn-boxProfile {
    justify-content: flex-start;
  }
}

.template-camaraVereadores .vereadores .sogocdn-boxProfile .card {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
@media screen and (min-width: 420px) {
  .template-camaraVereadores .vereadores .sogocdn-boxProfile .card {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
}
@media screen and (min-width: 600px) {
  .template-camaraVereadores .vereadores .sogocdn-boxProfile .card {
    width: calc(33.3% - 10px);
    margin: 0px 5px 10px 5px;
  }
}
@media screen and (min-width: 968px) {
  .template-camaraVereadores .vereadores .sogocdn-boxProfile .card {
    width: calc(25% - 10px);
    margin: 0px 5px 10px 5px;
  }
}

.template-camaraVereadores .vereadores .sogocdn-boxProfile .card .info {
  margin: 0 0 10px 0;
}
.template-camaraVereadores .vereadores .sogocdn-boxProfile .card .info h4 {
  min-height: 45px;
}

/* ---------------------------------------------------------------------------------------------
	TEMPLATE PAGE :: CÂMARA VEREADORES - LEGISLATURAS
--------------------------------------------------------------------------------------------- */
.template-camaraVereadores .legislatura {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.template-camaraVereadores .legislatura .sogocdn-pageTitle {
  font-size: 1.4rem;
  text-transform: none;
}
.template-camaraVereadores .legislatura .groupCards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.template-camaraVereadores .legislatura .groupCards .card {
  display: flex;
  background-color: rgba(1, 75, 140, 0.05);
  width: 100%;
  margin: 0 0 10px 0;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 600px) {
  .template-camaraVereadores .legislatura .groupCards .card {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 680px) {
  .template-camaraVereadores .legislatura .groupCards .card {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 960px) {
  .template-camaraVereadores .legislatura .groupCards .card {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
}
.template-camaraVereadores .legislatura .groupCards .card .image {
  display: flex;
  width: 65px;
  height: 65px;
}
.template-camaraVereadores .legislatura .groupCards .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}
.template-camaraVereadores .legislatura .groupCards .card .data {
  display: flex;
  flex-direction: column;
  width: calc(100% - 65px);
  padding: 0 0 0 5px;
}
.template-camaraVereadores .legislatura .groupCards .card .data h4 {
  color: var(--color_primary);
}
.template-camaraVereadores .legislatura .groupCards .card .data p {
  color: #5a5a5a;
}

/* ---------------------------------------------------------------------------------------------
	TEMPLATE PAGE :: CÂMARA VEREADORES - MESA DIRETORA
--------------------------------------------------------------------------------------------- */
.template-camaraVereadores .mesaDiretora-intro {
  font-size: 1.3rem;
}
.template-camaraVereadores .mesaDiretora-presidente {
  margin: 20px 0;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
  background-color: rgba(1, 75, 140, 0.05);
  background-color: var(--color_primary);
  position: relative;
  cursor: pointer;
}
.template-camaraVereadores .mesaDiretora-presidente .image {
  display: flex;
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 420px) {
  .template-camaraVereadores .mesaDiretora-presidente .image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 680px) {
  .template-camaraVereadores .mesaDiretora-presidente .image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 800px) {
  .template-camaraVereadores .mesaDiretora-presidente .image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 968px) {
  .template-camaraVereadores .mesaDiretora-presidente .image {
    width: 200px;
    height: 200px;
  }
}
.template-camaraVereadores .mesaDiretora-presidente .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}
.template-camaraVereadores .mesaDiretora-presidente h4 {
  font-size: 2rem;
  color: #ffffff;
}
.template-camaraVereadores .mesaDiretora-presidente span {
  display: inline-block;
  width: max-content;
  background-color: #ffffff;
  color: var(--color_primary);
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.template-camaraVereadores .mesaDiretora-presidente p {
  color: #fff;
  font-size: 1.6rem;
}

.template-camaraVereadores .mesaDiretora-presidente label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: right;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 50px;
  font-size: 1.6rem;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  color: var(--color_primary);
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 460px) {
  .template-camaraVereadores .mesaDiretora-presidente label {
    position: absolute;
  }
}
@media screen and (min-width: 680px) {
  .template-camaraVereadores .mesaDiretora-presidente label {
    position: relative;
  }
}
@media screen and (min-width: 800px) {
  .template-camaraVereadores .mesaDiretora-presidente label {
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .template-camaraVereadores .mesaDiretora-presidente label {
    background-color: var(--color_primary);
    color: #fff;
  }
}

.template-camaraVereadores .mesaDiretora-presidente:hover label {
  background-color: #fff;
  color: var(--color_primary);
  transition: all 0.3s ease;
}

.template-camaraVereadores .mesaDiretora-integrante {
}
.template-camaraVereadores .mesaDiretora-integrante .groupCards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-camaraVereadores .mesaDiretora-integrante .groupCards .card {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 10px 0;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid var(--color_primary);
}
.template-camaraVereadores .mesaDiretora-integrante .groupCards .card .image {
  display: flex;
  width: 65px;
  height: 65px;
}
@media screen and (min-width: 420px) {
  .template-camaraVereadores .mesaDiretora-integrante .groupCards .card .image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 680px) {
  .template-camaraVereadores .mesaDiretora-integrante .groupCards .card .image {
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 800px) {
  .template-camaraVereadores .mesaDiretora-integrante .groupCards .card .image {
    width: 100px;
    height: 100px;
  }
}
.template-camaraVereadores
  .mesaDiretora-integrante
  .groupCards
  .card
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}
.template-camaraVereadores .mesaDiretora-integrante .groupCards .card .data {
  display: flex;
  flex-direction: column;
  width: calc(100% - 65px);
  padding: 0 0 0 5px;
}
@media screen and (min-width: 420px) {
  .template-camaraVereadores .mesaDiretora-integrante .groupCards .card .data {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 680px) {
  .template-camaraVereadores .mesaDiretora-integrante .groupCards .card .data {
    width: calc(100% - 65px);
  }
}
@media screen and (min-width: 800px) {
  .template-camaraVereadores .mesaDiretora-integrante .groupCards .card .data {
    width: calc(100% - 100px);
  }
}
.template-camaraVereadores .mesaDiretora-integrante .groupCards .card .data h4 {
  font-size: 1.6rem;
  color: var(--color_primary);
}
.template-camaraVereadores
  .mesaDiretora-integrante
  .groupCards
  .card
  .data
  span {
  display: inline-block;
  width: max-content;
  background-color: var(--color_primary);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
}

.template-camaraVereadores .mesaDiretora-integrante .sogocdn-boxProfile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .template-camaraVereadores .mesaDiretora-integrante .sogocdn-boxProfile {
    justify-content: space-between;
  }
}

.template-camaraVereadores .mesaDiretora-integrante .sogocdn-boxProfile .card {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
@media screen and (min-width: 420px) {
  .template-camaraVereadores
    .mesaDiretora-integrante
    .sogocdn-boxProfile
    .card {
    width: calc(50% - 10px);
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 600px) {
  .template-camaraVereadores
    .mesaDiretora-integrante
    .sogocdn-boxProfile
    .card {
    width: calc(33.3% - 10px);
    margin: 0 0 10px 0;
  }
}

@media screen and (min-width: 680px) {
  .template-camaraVereadores
    .mesaDiretora-integrante
    .sogocdn-boxProfile
    .card {
    width: calc(50% - 10px);
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 968px) {
  .template-camaraVereadores
    .mesaDiretora-integrante
    .sogocdn-boxProfile
    .card {
    width: calc(33.3% - 10px);
    margin: 0 0 10px 0;
  }
}

.template-camaraVereadores
  .mesaDiretora-integrante
  .sogocdn-boxProfile
  .card
  .info
  h4 {
  min-height: 40px;
}

/* ---------------------------------------------------------------------------------------------
	TEMPLATE PAGE :: CÂMARA VEREADORES - REQUERIMENTOS
--------------------------------------------------------------------------------------------- */
.sogocdn-layoutPortalColumnDual .columnRight .requerimentos {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sogocdn-layoutPortalColumnDual .columnRight .requerimentos h2 {
  color: rgba(90, 90, 90, 1);
  margin: 20px 0 10px 0;
  font-size: 1.4rem;
}

/* ---------------------------------------------------------------------------------------------
	TEMPLATE PAGE :: CÂMARA VEREADORES - COMISSÔES
--------------------------------------------------------------------------------------------- */
@media screen and (min-width: 460px) {
  .template-camaraVereadores .comissoes .sogocdn-cardItemSmall .card {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 680px) {
  .template-camaraVereadores .comissoes .sogocdn-cardItemSmall .card {
    width: calc(100%);
  }
}

@media screen and (min-width: 720px) {
  .template-camaraVereadores .comissoes .sogocdn-cardItemSmall .card {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .template-camaraVereadores .comissoes .sogocdn-cardItemSmall .card {
    width: calc(33.3% - 10px);
    background-color: transparent;
  }

  .template-camaraVereadores .comissoes .sogocdn-cardItemSmall .card:hover {
    background-color: var(--color_primary);
  }
}

.template-camaraComissao .comissaoTitle h2 {
  margin: 30px 0 0 0;
  color: rgba(90, 90, 90, 1);
  font-size: 2rem;
  font-weight: 500;
}

.template-camaraComissao .comissaoMembers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  flex-wrap: wrap;
}
.template-camaraComissao .comissaoMembers .member {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  font-family: var(--font_family);
}

@media screen and (min-width: 600px) {
  .template-camaraComissao .comissaoMembers .member {
    width: 50%;
  }
}

@media screen and (min-width: 680px) {
  .template-camaraComissao .comissaoMembers .member {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .template-camaraComissao .comissaoMembers .member {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .template-camaraComissao .comissaoMembers .member {
    width: 33.3%;
  }
}

.template-camaraComissao .comissaoMembers .member label {
  width: 100%;
  font-weight: 500;
  color: var(--color_primary);
  text-transform: uppercase;
}

.template-camaraComissao .comissaoMembers .member p {
  padding: 5px;
  color: #5a5a5a;
}

.contentExportData {
  display: flex;
  font-size: 3rem;
  padding: 20px 0;
}

.contentExportData a {
  margin-right: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color_primary);
  border-radius: 5px;
  transition: 0.2s;
}
.contentExportData a:hover {
  color: #fff;
  background-color: var(--color_primary);
}
.sogocdn-tableDetails > .section .card p .spanDate {
  font-weight: 400;
}

/* cuidado com isso felipe, zerar o css dnovo, tá afetando todo o site para formatar apenas a home.
as variaveis de cores são definidas em outro lugar tbm. colocar um IF na pagina para incluir so se 
for a "home page 2" que seria a que tu ta desenvolvendo
:root {
  --color_primary: var(--color_primary);
  --color_alternate: #939995;
  --color_white: #fff;
  --color_secondary: #fda441;
}


*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 62.5%;
  transition: all ease 0.3s;
}


a {
  display: inline-block;
  text-decoration: none;
}
img {
  max-width: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container {
  max-width: 1200px;
}

.top_access {
  padding: 1.2rem 0;
  background-color: var(--color_primary);
}

.top_access .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.top_access .keyboard {
  display: flex;
}

.top_access .keyboard li {
  margin-right: 7px;
}

.top_access .keyboard li:last-of-type {
  margin-right: 21px;
}

.top_access .keyboard a,
.top_access .keyboard span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercas  e;
  color: #FFF;
}

.top_access .keyboard span {
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 11px;
  background-color: #FFF;
  color: var(--color_primary);
  text-align: center;
  border-radius: 5px;
}

.top_access .font {
  display: flex;
  list-style: none;
  align-items: center;
  height: 2.8rem;
  padding: 0 1.6rem;
}

.top_access .font li {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-right: 1.1rem;
}

.top_access .font a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.top_access .font li:last-of-type {
  margin-right: 0;
}

.top_access .accessibility {
  display: flex;
  padding: 0 2.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.top_access .accessibility li {
  margin-right: 1.7rem;
}

.top_access .accessibility li:last-of-type {
  margin-right: 0;
}

.top_access .accessibility i {
  color: #FFF;
}

.top_access .links {
  display: flex;
  padding: 0 2.4rem;
  align-items: center;
}

.top_access .links li {
  margin-right: 1.6rem;
}

.top_access .links i {
  display: flex;
  margin-right: 1.5rem;
  color: #FFF;
}

.top_access .links li:last-of-type {
  margin-right: 0;
}

.top_access .links span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.top_access .links a {
  display: flex;
  align-items: center;
}

/*MAIN HEADER*/
.main_header {
  padding: 4rem 0 0;
  box-shadow: none;
}
.main_header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 10% 62% 28%;
  align-items: center;
  justify-items: end;
  border-bottom: 1px solid #e5e5e5;
}

.main_header .logo {
  justify-self: start;
}

.main_header .menu {
  justify-self: flex-end;
}

.main_header .menu > ul {
  display: flex;
}

.main_header .menu li {
  position: relative;
  margin: 0 2rem;
  cursor: pointer;
}

.main_header .current_page_item > a::after {
  content: "";
  position: absolute;
  bottom: -59px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: var(--color_secondary);
}

.main_header .menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -13px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  top: 2px;
  color: #939995;
  transform: rotate(-5deg);
  background-image: url(../img/arrow-down.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-item-has-children > li {
  position: relative;
}

.main_header .menu .menu-item-has-children:hover ul {
  display: flex;
  z-index: 99;
  background-color: #fff;
}

.sub-menu li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin: 5px;
  transition: all ease 0.3s;
}

.sub-menu li:hover a {
  color: #fff !important;
}

.sub-menu li a {
  display: block;
  width: 100%;
}

.main_header .menu a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color_alternate);
  text-transform: uppercase;
}

.main_header .menu a:hover,
.main_header .menu a:active {
  color: #043f56;
}
.sogocdn-headerNavigation .navMenu ul li a {
  font-family: var(--font_family);
}

.btn_menu {
  display: none;
}
.main_header .form {
  width: 100%;
}
.main_header .form input {
  width: initial;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  border-radius: 5px;
  background-color: rgba(196, 196, 196, 0.1);
  border: none;
  width: 72%;
}

.main_header .form input[type="submit"] {
  position: relative;
  left: -3px;
  width: 88px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #043f56;
  border: none;
  border-radius: 2px;
}

.main_header .form input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #939995;
  z-index: 9;
  text-transform: uppercase;
}

.main_header .update {
  padding: 2rem 0 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #0c6384;
  text-align: right;
  align-items: flex-end;
  grid-area: 2 / 3;
  text-transform: uppercase;
}

.menu_close {
  display: none;
}

/*FAIXATOP HEADER*/
.heroInfo {
  margin-top: 20px;
  background-color: var(--color_primary);
}
.containerFaixa {
  padding: 10px 0;
  height: 65px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.heroInfo img {
  width: 25px;
}
.infoTitle {
  width: calc(100% - 150px);
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: var(--font_family);
}

.infoTitle h1 {
  font-weight: 400;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #fff;
}
.sogocdn-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sogocdn-breadcrumbs > span {
  color: #555;
  font-size: 1.2rem;
}
.sogocdn-breadcrumbs i {
  color: #555;
}
.heroInfo .links {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 150px;
  padding-top: 0px;
  padding-right: 0px;
}

.heroInfo .links i {
  color: var(--color_primary);
  background-color: #fff;
  font-size: 21px;
}

.heroInfo .links span {
  color: #fff;
}
.heroInfo .links .card {
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin-left: 10px;
  font-family: var(--font_family);
  font-size: 1rem;
}

.sogocdn-breadcrumbs-trans {
  padding: 10px 0 0 10px;
  position: absolute;
  left: 280px;
  z-index: 9;
  width: calc(100% - 270px);
}

/*NEWS && QUICK ACCESS*/
.intro_home {
  margin: 3.5rem 0 20px 0;
}

.intro_home .container {
  display: grid;
  align-items: stretch;
  grid-template-columns: 70% calc(30% - 15px);
  grid-gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.intro_home .news {
  display: grid;
  grid-template-columns: 46% 26% 26%;
  grid-template-rows: repeat(2, 218px);
  grid-gap: 10px;
  position: relative;
}

.intro_home .news .content {
  padding: 2rem;
}

.intro_home .news .item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.intro_home .news .content .excerpt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 20px;
  color: #ffffff;
}

.intro_home .news .item:hover img {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.intro_home .news .item:nth-of-type(1) {
  grid-row-start: 1;
  grid-row-end: span 2;
}

.intro_home .news .item:nth-of-type(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-end: span 2;
}

.intro_home .news .item:nth-of-type(3) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 2;
}

.intro_home .news .item:nth-of-type(4) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
  grid-column-start: 3;
}

.intro_home .news .item {
  position: relative;
}

.intro_home .news .item .img-content {
  position: absolute;
  top: 0;
  left: 0;
}

.intro_home .news .item .img_container {
  position: relative;
  height: 100%;
}

.intro_home .news .item .img_container::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
  pointer-events: none;
}

.intro_home .news .item .img_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}

.intro_home .news .item:nth-of-type(1) span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  background: var(--color_primary);
  border-radius: 3px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 5;
}

.intro_home .news .item:nth-of-type(1) img {
  height: 451px;
}

.intro_home .news .item:nth-of-type(2) img {
  height: 218px;
}

.intro_home .news .item:nth-of-type(3) img,
.intro_home .news .item:nth-of-type(4) img {
  height: 219px;
}

.intro_home .news .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro_home .news .content span {
  color: #fff;
}

.intro_home .news .content h1 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
}

.intro_home .news .content p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
}

.new_two_column h1,
.intro_home .news .card2 h1,
.intro_home .news .card3 h1 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 22px;
}

.new_two_column p {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}

.intro_home .more {
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 100%;
}

.intro_home .more p {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: var(--color_primary);
  text-align: right;
}

.intro_home .more p::before {
  content: "";
  display: block;
  width: 82%;
  height: 1px;
  position: relative;
  top: 12px;
  background-color: #e0e0e0;
}

.intro_home .btn_news {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  text-align: right;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  color: var(--color_primary);
  transition: all ease 0.3s;
}

.intro_home .btn_news:hover {
  color: var(--color_secondary);
  transition: all ease 0.3s;
}

.intro_home .btn_news::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: block;
  width: 81%;
  height: 1px;
  background-color: #e0e0e0;
}

/*QUICK ACCESS*/
.quick_access {
  padding: 3.8rem;
  background: #fff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  box-shadow: 0px 4px 18px rgba(198, 198, 198, 0.6);
  border-radius: 5px;
  box-sizing: border-box;
}

.quick_access .header h3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: var(--color_primary);
}

.quick_access .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color_primary);
}

.quick_access .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.quick_access .menu li {
  padding-bottom: 5px;
  margin: 14px 0 3rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: var(--color_primary);
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.quick_access .menu li.active {
  padding-bottom: 3px;
  font-weight: 700;
  color: #062b43;
  border-bottom: 2px solid var(--color_secondary);
}

.quick_access .title p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: var(--color_primary);
  transition: all 0.3s ease;
}

.quick_access .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 3px;
  background: var(--color_details);
  transition: all ease 0.3s;
  box-sizing: border-box;
}

.quick_access .item {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color_details);
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 1rem;
  transition: all ease 0.3s;
}

.quick_access .item:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--color_details);
  transition: all 0.3s ease;
}
.quick_access .item:hover .title p {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--color_secondary);
  transition: all ease-in-out 0.5s;
}

.quick_access .options {
  display: none;
  grid-template-columns: 33.3333% calc(33.3333%) 33.3333%;
  grid-gap: 1rem;
  transform: translateX(-30px);
  transition: all ease 0.5s;
}

.quick_access .options.active {
  display: grid;
  transform: translateX(0px);
  transition: all ease 0.5s;
  padding: 0.5rem;
  width: calc(100% - 15px);
}

.quick_access .title {
  text-align: center;
  align-self: center;
}

.quick_access .item .icon {
  text-align: center;
  margin-bottom: 1rem;
}

.quick_access .item .icon i {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  color: var(--color_primary);
}

/*DIGITAL MANAGEMENT*/
.digital_management {
  padding: 2.6rem 0 3.6rem;
}

.digital_management .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.digital_management > .container {
  text-align: center;
}

.digital_management h1 {
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  color: var(--color_alternate);
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
}

.digital_management h1 + span {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  width: 100%;
  height: 1px;
  background-color: var(--color_semilight);
}

.digital_management_bg {
  background-image: url("../img/bg-digital-management.svg");
  background-color: var(--color_secondary);
  background-repeat: no-repeat;
  background-position: left;
}

.digital_management_bg .container {
  display: grid;
  grid-template-columns: 11% 50% 39%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.digital_management .title {
  align-self: center;
}

.digital_management .title img {
  margin-bottom: 1rem;
}

.digital_management .title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  text-transform: uppercase;
}

.digital_management .title h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 28px;
  margin: 1rem 10rem 1rem auto;
  background-color: #fff;
}

.digital_management_bg .group_cards {
  display: grid;
  grid-template-columns: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(
      33.3333% - 15px
    );
  grid-gap: 15px;
}

.digital_management_bg .card {
  padding: 2rem;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  transition: all ease 0.3s;
  background-color: #fff;
}

.digital_management_bg .card:hover {
  background-color: #062b18;
  transition: all ease 0.3s;
  border: 1px solid #062b18;
}

.digital_management_bg .card:hover .card-icon,
.digital_management_bg .card:hover h3,
.digital_management_bg .card:hover p {
  color: #fff;
  transition: all ease 0.3s;
}

.digital_management_bg .card:hover h3::after {
  background-color: var(--color_secondary);
}

.digital_management_bg .card .card-icon,
.digital_management_bg .card h3 {
  margin-bottom: 0.5rem;
  color: #fff;
}

.digital_management .card .card-icon {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  color: var(--color_secondary);
}

.digital_management_bg .card h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: 8px auto;
  background-color: var(--color_secondary);
}

.digital_management_bg .card h3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: var(--color_secondary);
}

.digital_management_bg .card p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color_secondary);
}

.group_cards_info .sic {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding: 25px;
  background-color: var(--color_primary);
  border-radius: 5px;
}

.group_cards_info .sic h2 {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  font-variant: small-caps;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}

.group_cards_info .sic h2:after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 159px;
  height: 1px;
  background-color: #043f56;
}

.group_cards_info .sic h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.group_cards_info .sic .subTitle {
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
  text-transform: uppercase;
}

.group_cards_info .sic .endereco p {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #fff;
}

.group_cards_info .sic .endereco p:last-of-type {
  margin-bottom: 10px;
}

.group_cards_info .sic .col2 p:nth-of-type(2) {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}

.group_cards_info .sic h3 {
  position: relative;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.group_cards_info .sic h3.icon:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/esic-icon.svg");
  height: 33px;
  width: 33px;
  background-repeat: no-repeat;
  top: -10px;
  right: 0;
}

.group_cards_info .col2 p:nth-of-type(1) {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

.group_cards_info .col2 p:nth-of-type(2) {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #ffffff;
}

.group_cards_info .sic a {
  display: inline-block;
  position: relative;
  padding: 7px 25px;
  border: 1px solid #1db064;
  border-radius: 5px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  transition: all ease 0.3s;
  background-color: var(--color_primary);
}

.group_cards_info .sic a:hover {
  background-color: #1db064;
  transition: all ease 0.3s;
}

.group_cards_info .sic a::after {
  position: absolute;
  right: -11px;
  top: 6px;
  content: "";
  display: block;
  background-image: url("../img/mouse-esic.svg");
  transform: rotate(-4.71deg);
  width: 23px;
  height: 25px;
}

.group_cards_info .sic:nth-of-type(1) {
  margin-bottom: 1rem;
}

@media (min-width: 1108px) {
  .group_cards_info .sic:nth-of-type(1) {
    height: 193px;
  }
}

.group_cards_info .sic:nth-of-type(2) {
  display: grid;
  grid-template-columns: 80% 20%;
}

.group_cards_info .sic h3 {
  margin-bottom: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  font-variant: small-caps;
  color: #ffffff;
}

.group_cards_info .sic select {
  padding: 5px 10px;
  width: 48%;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--color_primary);
  border-radius: 5px;
  border: 1px solid #1db064;
}

.group_cards_info .sic select:first-of-type {
  margin-right: 1rem;
}

.group_cards_info .sic select option {
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: #062b43;
  border-radius: 5px;
  border: 1px solid #fda441;
}

.group_cards_info .sic img {
  align-self: end;
  justify-self: end;
}

/*IDX NEWS*/
.idx_news {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.idx_news > .container {
  margin: 0 auto;
  position: relative;
  text-align: center;
  justify-content: center;
  
}
.idx_news > .container > h1 {
  display: inline-block;
  background-color: #fff;
  padding: 0 1rem;
  position: relative;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  color: var(--color_alternate);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.idx_news > .container > h1 + span {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_semilight);
}

.idx_news .container:last-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin: 0 auto;
}

.idx_news .figure img {
  margin-bottom: 2rem;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.idx_news article h1 {
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #043f5a;
  font-weight: 400;
}

.idx_news article .btn {
  padding: 0.5rem 2.5rem;
  background: var(--color_primary);
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color_primary);
  font-weight: 700;
}

/*FOOTER*/
.main_footer {
  padding: 4rem 0;
  background-color: var(--color_primary);
}

.main_footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin: 0 auto;
}

.main_footer .logo {
  margin: 0 auto;
}
.main_footer .logo img {
  max-width:190px;
}

.main_footer .info h3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
}

.main_footer .info h3:after {
  content: "";
  display: block;
  margin: 12px 0 19px;
  width: 157px;
  height: 1px;
  background-color: #ffffff;
}

.main_footer .info {
  padding: 0 0 0 52px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.main_footer .info p {
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.main_footer .links a {
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  transition: all ease 0.3s;
}

.main_footer .links a:hover {
  color: #fda441;
  transition: all ease 0.3s;
}
.main_footer .links {
  padding: 0 0 0 100px;
}
.main_footer .links ul li a i {
  margin-right: 10px;
}
.main_footer_bar {
  padding: 1.2rem 0;
  background-color: var(--color_secondary);
}

.main_footer_bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.main_footer_bar p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  width: 100%;
}
.main_footer_bar .socialmedia {
  min-width: 140px;
}
.main_footer_bar .socialmedia a i {
  color: #FFF;
  margin-left: 1rem;
  font-size: 2rem;
}
.main_footer.contrast.active .links a{
text-decoration: underline;
}
.main_footer.contrast.active .links a:hover{
color: #FFF333;
}
/* ---------------------------------------------------------------------------------------------
SECTION HEADER
--------------------------------------------------------------------------------------------- */
.sogocdn-headerNavigation {
  z-index: 10;
  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;
  color: #282E2F;
}

.sogocdn-headerNavigation .heroLastUpdate > p > span {
  font-weight: 500;
  color: #282E2F;
}

.accessibility__libras .imgLibras{
  display: none;
  z-index: 999999;
  position: absolute;
  top: 20px;
  left: 58px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.accessibility__libras:hover .imgLibras{
  display: block;
}

@media only screen and (min-width: 1024px) {
  .sogocdn-headerNavigation .heroLastUpdate {
    font-size: 1rem;
    right: 0;
    padding: 2rem 0 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: var(--color_secondary);
    text-align: right;
    text-transform: uppercase;
  }

  .sogocdn-headerNavigation .heroLastUpdate > p {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #282E2F;
  }
}

@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%);
  }

  .intro_home .btn_news::before {
    width: 68%;
  }

}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    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: 140px;
    max-height: 60px;
    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;
    z-index: 99999;
  }
}

.sogocdn-headerNavigation > form input {
  height: 29px;
  width: 287px;
  background: #f9f9f9;
  border-radius: 5px 0 0 5px;
  border: 0;
  font-size: 1.2rem;
  padding: 0 2rem;
  font-family: "Roboto";
}

.sogocdn-headerNavigation > form button {
  border: 0;
  height: 29px;
  border-radius: 3px;
  padding: 0 15px;
  color: #fff;
  font-family: var(--font_family);
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 14px;
  text-transform: uppercase;
  transition: all 0.2s;
  background-color: var(--color_secondary);
}

.sogocdn-headerNavigation > form button:hover {
  background-color: var(--color_primary);
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation > form {
    display: none;
    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;
  }
}

@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_semilight);
    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: 2.1rem;
  }
}

@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;
    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 var(--color_alternate);
  }
}

@media screen and (min-width: 1024px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li:not(.current-menu-ancestor):hover
    > a {
    border-bottom: 7px solid var(--color_hover_sitemap);
    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;
    top: 63px;
  }
}

@media screen and (max-width: 1023px) {
  .sogocdn-headerNavigation
    .navMenu
    ul.menu
    > li.menu-item-has-children.childrenOpened
    > a {
    color: var(--color_semilight);
    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: 768px) {

  .top_access {
    display: none;
  }

  .governo_digital {
    grid-template-columns: 1fr;
    max-width: 767px;
  }
  .cardCaruaruDigital,
  .cardGoverno,
  .cardSicPresencial,
  .cardRedesSociais {
    grid-row: auto;
  }
}

@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 var(--color_hover_sitemap);
    color: #000000;
  }
  .sogocdn-headerNavigation .navMenu ul.sub-menu li.current-menu-item {
    border-bottom: none!important;
    margin-right: 0!important;
  }
  
  .sogocdn-headerNavigation .navMenu ul.menu > li.menu-item-has-children > ul.sub-menu li a {
    border-bottom: none!important;
  }

  .sogocdn-headerNavigation .navMenu ul.menu > li.menu-item-has-children:hover > ul.sub-menu li:not(:last-child) {
    margin: 0;
  }

  .sub-menu li {
    margin: 0;
  }
}

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

/*RESPONSIVO HOME*/
@media (max-width: 992px) {
  .top_access .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 768px;
    margin: 0 auto;
  }

  .top_access ul {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .top_access .keyboard li {
    margin-right: 0;
  }

  .top_access .keyboard a {
    font-size: 0.8rem;
  }

  .top_access .keyboard span {
    margin: 0 4px;
  }

  .top_access .links {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {

  .top_access {
    display: none;
  }

  .intro_home_temp .news .card0 h1 {
    margin-top: 50px;
  }

  .quick_access .menu {
    justify-content: space-around;
  }

  .main_footer .links {
    display: none;
  }
  
  /* .top_access .container {
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top_access ul {
    margin-bottom: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top_access ul:first-of-type {
    border: none;
  }

  .top_access .keyboard,
  .top_access .font,
  .top_access .accessibility {
    display: none;
  }
  .top_access .links {
    margin-bottom: 0;
  }

  .top_access .container {
    max-width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top_access ul {
    margin-bottom: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top_access ul:first-of-type {
    border: none;
  }

  .top_access .keyboard,
  .top_access .font,
  .top_access .accessibility {
    display: none;
  } */

  .main_footer .logo,
  .main_footer .info p:last-of-type {
    margin-bottom: 2rem;
  }

  .heroInfo .links {
    display: none;
  }

  .containerFaixa {
    padding: 0;
    color: var(--color_details);
  }

  .infoTitle h1 {
    font-size: 1.8rem;
    color: var(--color_details);
  }

  .sogocdn-breadcrumbs {
    padding-left: 14px;
  }

  .sogocdn-breadcrumbs-trans {
    left: 0;
    width: initial;
  }
}

@media (max-width: 1024px){
  .prefeitura-online__service-cards .card {
    margin: 0;
  }

  .prefeitura-online__service-cards {
    gap: 10px;
  }


  .prefeitura-online .container {
    grid-template-columns: 100%;
  }

  .prefeitura-online .title h2 {
    margin: 0 auto;
  }

  .prefeitura-online__service-cards {
    justify-content: center;
    margin: 20px 10px;
  }

  .prefeitura-online__sic {
    display: flex;
    gap: 15px;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto;
  }

  .sic__presencial {
    display: flex;
  }

  .governo__redes_sociais_cards {
    display: flex;
    width: 100%;
    grid-gap: 10px;
    width: 100%;
  }

  .options_social {
    width: 95%;
  }

  .main_footer .info,
  .main_footer .links {
    padding: 10px;
  }

  .sogocdn-headerNavigation > form input {
    width: 260px;
  }

}
@media (max-width: 1180px){
 
  .quick_access .menu{
    justify-content: space-around;
  }
}

@media (max-width: 1307px) {
  /* .main_header .container {
    padding: 0 1rem;
  }
  .main_header .menu li {
    margin: 0 1rem;
  } */
}

@media (max-width: 1275px) {
  /* .main_header .form input {
    width: 420px;
  } */
}

@media (max-width: 1182px) {
  /* .main_header .form input {
    width: 300px;
  } */

  .intro_home .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1107px) {
  /* .main_header .menu a {
    font-size: 1.2rem;
  } */

  .digital_management_bg .container {
    grid-template-columns: 20% 80%;
    grid-template-areas:
      ". ."
      "group_cards_info group_cards_info";
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .digital_management_bg .group_cards {
    margin-bottom: 20px;
  }

  .group_cards_info {
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 15px);
    grid-gap: 20px;
    grid-area: group_cards_info;
  }
}

@media (max-width: 983px) {
  /* .main_header .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      ". ."
      ". .";
  }

  .main_header .update {
    grid-area: initial;
  }

  .main_header .logo {
    justify-self: center;
  } */
}

@media (max-width: 768px) {
  /* .main_header {
    padding: 0;
  }
  .main_header .container {
    display: flex;
    justify-content: space-between;
  }

  .main_header .menu ul {
    position: absolute;
    left: -2000px;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }

  .main_header .menu ul.active {
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    display: block;
    padding: 4rem 2rem;
    height: 1000vh;
    width: 100%;
    background-color: var(--color_primary);
    transform: translateX(0);
    z-index: 2;
  }

  .main_header .menu ul.active li {
    margin-bottom: 2rem;
  }

  .main_header .menu ul.active a {
    font-size: 1.8rem;
    color: var(--color_white);
  }

  .main_header .active a::after {
    display: none;
  }

  .main_header .btn_menu {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 2rem 0;
    border-bottom: 2px solid var(--color_primary);
  }

  .main_header .btn_menu::after {
    content: "";
    display: block;
    position: relative;
    top: 22px;
    height: 2px;
    background-color: var(--color_primary);
  }

  .main_header .btn_menu::before {
    content: "";
    position: relative;
    top: 12px;
    display: block;
    height: 2px;
    background-color: var(--color_primary);
  }

  .main_header .btn_menu.active {
    border-bottom: none;
  }

  .main_header .btn_menu.active::after {
    transform: rotate(35deg);
  }

  .main_header .btn_menu.active::before {
    transform: rotate(138deg);
    top: 23px;
  }

  .main_header .form,
  .main_header .update {
    display: none;
  }

  .main_header .menu ul.active + .menu_close {
    position: fixed;
    top: 6rem;
    right: 4rem;
    display: block;
    height: 36px;
    width: 36px;
    z-index: 9;
  }

  .main_header .menu ul.active + .menu_close::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    transform: rotate(39deg);
    background-color: var(--color_alternate);
  }

  .main_header .menu ul.active + .menu_close::before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    transform: rotate(142deg);
    background-color: var(--color_alternate);
  }

  .main_header .menu .sub-menu.activeMobileClick ul {
    display: flex;
    position: relative;
    width: initial;
    max-width: 150px;
    padding: 1rem;
    opacity: 1;
    left: 40px;
    top: 0;
    background-color: var(--color_secondary);
    border-radius: 5px;
  } */
  .containerFaixa {
    height: initial;
  }
  .infoTitle {
    width: initial;
    padding: 1rem;
  }
  .sogocdn-headerNavigation > form {
    display: none;
  }
  /*NEWS INTRO*/
  .intro_home .news {
    display: flex;
    flex-direction: column;
  }

  .intro_home .news .item:nth-of-type(1),
  .intro_home .news .item:nth-of-type(2),
  .intro_home .news .item:nth-of-type(2),
  .intro_home .news .item:nth-of-type(3),
  .intro_home .news .item:nth-of-type(4) {
    grid-row-start: initial;
    grid-row-end: initial;
    grid-column-end: initial;
    grid-column-start: initial;
    max-width: 100%;
    height: 300px;
  }

  .intro_home .news .item:nth-of-type(1) img,
  .intro_home .news .item:nth-of-type(2) img,
  .intro_home .news .item:nth-of-type(2) img,
  .intro_home .news .item:nth-of-type(3) img,
  .intro_home .news .item:nth-of-type(4) {
    height: initial;
  }

  .intro_home .news .item .content {
    top: 0;
  }

  .group_cards_info {
    display: grid;
    grid-template-columns: 100%;
  }

  .group_cards_info .sic:nth-of-type(1) {
    margin-bottom: 0;
  }

  .digital_management_bg .group_cards {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }

  .digital_management_bg .container {
    display: flex;
    flex-direction: column;
  }

  .digital_management .title {
    text-align: center;
  }

  .digital_management .title h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 28px;
    margin: 1rem auto 2rem;
    background-color: var(--color_white);
  }

  .idx_news .container:last-of-type {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
  }

  .idx_news article {
    margin-bottom: 2rem;
    justify-self: center;
  }

  .main_footer .container {
    grid-template-columns: 1fr;
    align-items: center;
    align-items: center;
    text-align: center;
  }

  .main_footer .info {
    border-left: none;
    border-right: none;
  }

  .main_footer .info h3:after {
    margin: 0.5rem auto 1rem;
  }

  .main_footer_bar .container {
    flex-direction: column;
    align-items: center;
  }

  .main_footer_bar p {
    margin-bottom: 1rem;
  }
}

/*VACIDATA*/
/* ---------------------------------------------------------------------------------------------
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("../img/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: var(--color_light_green);
  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 var(--color_secondary);
  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_secondary);
  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_secondary);
}
.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) {
  margin: 0;
  color: #fff;
  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: 100px;
  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: 40%;
  }
  .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;
  }
  .digital_management_bg .group_cards {
    height: 324px;
  }
  .top_access .links {
    margin-bottom: 0;
  }
  .group_cards_info .sic .col1,
  .group_cards_info .sic .col2,
  .group_cards_info .sic h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .containerBanner .bannerRight .contentCards {
    padding: 0;
  }
}

/* VACIDATA OVER */
.vacinacaoTempoReal {
  margin: 0;
  display: flex;
  font-size: 1.1rem;
  line-height: 95%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #e8e8e8;
  flex-direction: row;
}

.vacinacaoTempoReal i {
  font-size: 2rem;
  margin-right: 12px;
  display: block;
  color: #e8e8e8;
}

.containerVacidata .bannerLeft .leftBottom > a {
  border: 1px solid var(--color_primary);
}

.vacinacaoTempoReal span {
  text-decoration: underline;
  color: #FFF;
}
.containerVacidata .bannerRight .contentUpdate p {
  font-size: 1.1rem;
  color: #FFF;
}
.containerVacidata .bannerRight {
  align-items: center;
  padding: 19px 30px;
  background-color: var(--color_secondary);
  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.sogo.com.br/sogothemecs/img/coronavirus/bg-banner-covid-transparencia.png);
}
.containerVacidata .bannerLeft {
  background-position: -205px;
  background-color: var(--color_primary);
}
.containerVacidata .bannerRight .contentCards .cardCount .title {
  max-width: 110px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #fff;
}

.containerVacidata .bannerRight .contentCards .cardCount {
  min-width: 155px;
  padding: 15px;
  background-color: #FFF;
  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: #FFF;
}
.containerVacidata .bannerRight .contentCards .cardCount > i {
  top: 10px;
  right: 15px;
  color: var(--color_details);
}
.containerVacidata .bannerRight .rightContent {
  margin: 9px 0 0 0;
}
.containerVacidata .bannerRight .rightTitle > .linha {
  margin-bottom: 7px;
}
.containerVacidata .bannerRight .rightTitle > h1 {
  font-size: 2.8rem;
  color: #fff;
}
.card-boletim-vacinacao .titulo-recebidas-aplicadas {
  width: 174px;
  font-size: 1.6rem;
  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: 4.5rem;
  font-weight: 500;
  color: #ffffff;
}



@media screen and (max-width: 335px) {
  .group_cards_info .sic h3.icon:after {
    right: -20px;
  }
}

@media screen and (max-width: 475px) {
  .group_cards_info .sic h3.icon:after {
    right: -20px;
  }

  .group_cards_info .sic select {
    width: 40%;
  }

  .group_cards_info .sic img {
    justify-self: self-start;
  }
}
.governo__redes_sociais_cards.contrast.active .options_social__list__item p{
  text-decoration: underline;
}
.governo__redes_sociais_cards.contrast.active .select-selected{
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: underline;
}
.governo__redes_sociais_cards.contrast.active .select-selected .select-items{
  background-color: #000000;
}
.governo__redes_sociais_cards.contrast.active .select-selected .select-items div{
  text-decoration: underline;
  color: #fff;
}
.governo__redes_sociais_cards.contrast.active .select-selected .select-items div:hover{
  color: #FFF333;
}
.governo__redes_sociais_cards.contrast.active .select-selected:hover{
  color: #FFF333
}
.governo__redes_sociais_cards.contrast.active .options_social__list__item:hover p{
  color: #FFF333;
}
/*=========================================================
=========================NOVA HOME V3======================
==========================================================*/

.intro_home_temp .news {
  grid-template-columns: 50% 49%;
  grid-template-areas:
    "card0 card1 card1"
    "card0 card2 card2";
}

.intro_home_temp .news .item:nth-of-type(2),
.intro_home_temp .news .item:nth-of-type(1),
.intro_home_temp .news .item:nth-of-type(3) {
  grid-row-start: initial;
  grid-row-end: initial;
  grid-column-start: initial;
  grid-column-end: initial;
}

.intro_home_temp .news .item:nth-of-type(3) {
  grid-row-start: 2;
  grid-row-end: 2;
}

.intro_home_temp .news .item:nth-of-type(1) {
  grid-row-start: 1;
  grid-row-end: span 2;
}

.intro_home_temp .news .card0 {
  grid-area: card0;
}

.intro_home_temp .news .card1 {
  grid-area: card1;
}

.intro_home_temp .news .card2 {
  grid-area: card2;
}

.intro_home_temp .news .card0 h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 31px;
  color: #ffffff;
}

.intro_home_temp .news .card1 h1,
.intro_home_temp .news .card1 h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 22px;
  color: #ffffff;
}

.intro_home_temp .news .item:nth-of-type(1) span {
  background-color: var(--color_details);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 18px;
}

.intro_home_temp .btn_news {
  color: #333;
}

.quick_access_temp .header {
  border-bottom: 1px solid var(--color_secondary);
}
.quick_access_temp .title p,
.quick_access_temp .item .icon i,
.quick_access_temp .menu li.active,
.quick_access_temp .header h3 {
  color: var(--color_secondary);
}

.quick_access_temp .item::after {
  background-color: var(--color_secondary);
}

@media (min-width: 1080px) {
  .quick_access_temp {
    height: 447px;
  }
}

.idx_news_temp > .container > h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 102.19%;
  color: var(--color_primary);
  padding: 0 4rem;
}

.idx_news_temp > .container > h1 + span {
  background-color: var(--color_hover_sitemap);
}

.idx_news_temp article h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 102.19%;
  color: var(--color_primary);
}

.idx_news_temp article .btn {
  background-color: var(--color_details);
}

.prefeitura-online {
  padding: 0px 0 20px;
}

.container-titulo {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.container-titulo h1 {
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  z-index: 1;

  font-family: var(--font_family);
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 102.19%;
  color: #333;
  text-transform: uppercase;
  z-index: 1;
}

.container-titulo span {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_hover_sitemap);
  z-index: -1;
}

.prefeitura-online__bg {
  margin-top: 20px;
  padding: 17px 0;
  background-color: var(--color_primary);
}

.prefeitura-online .container {
  display: grid;
  grid-template-columns: 15% 50% 35%;
  max-width: 1200px;
  margin: 0 auto;
}

.prefeitura-online .title {
  align-self: center;
}

.prefeitura-online .title img {
  margin-bottom: 10px;
}

.prefeitura-online .title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 116px;
}

.prefeitura-online .title h2::after {
  content: "";
  position: relative;
  left: 50px;
  display: block;
  height: 3px;
  width: 28px;
  margin: 0.5rem 5rem 1rem auto;
  background-color: #fff;
}

.prefeitura-online__service-cards {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.prefeitura-online__service-cards .card {
  padding: 20px;
  height: 151px;
  flex: 0 0 calc(198px - 15px);
  text-align: center;
  background-color: #FFF;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.prefeitura-online__service-cards .card:nth-of-type(1),
.prefeitura-online__service-cards .card:nth-of-type(2),
.prefeitura-online__service-cards .card:nth-of-type(3) {
  margin-top: 0;
}

.prefeitura-online__service-cards .card i {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #1B283A;
}

.prefeitura-online__service-cards .card h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 18px;
  color: var(--color_primary);
}

.prefeitura-online__service-cards .card h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px auto;
  background-color: var(--color_primary);;
}

.prefeitura-online__service-cards .card p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 15px;
  text-align: center;
  color: var(--color_primary);
}

.prefeitura-online__sic {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sic__presencial {
  position: relative;
  display: grid;
  grid-template-columns: 220px 163px;
  padding: 10px 20px;
  background-color: var(--color_secondary);
  border-radius: 4.36225px;
  background-image: url("../img/bg-esic.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 189px;
}

.sic__presencial_info {
  position: relative;
  color: #fff;
  font-family: "Roboto";
}

.sic__presencial_info::after {
  position: absolute;
  top: 12px;
  right: -8px;
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #fff;
}

.sic__presencial_info h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 400;
}

.sic__presencial_info h2 span {
  font-weight: 700;
}

.sic__presencial_info__subtitulo {
  margin-bottom: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.sic__presencial_info__endereco p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 12px;
  color: #ffffff;
  max-width: 185px;
}

.sic__presencial_info_btn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0.872449px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4.36225px;
  transition: all ease 0.3s;
}

.sic__presencial_info_btn::after {
  content: "";
  position: absolute;
  right: -14px;
  top: -2px;
  content: "";
  display: block;
  background-image: url(../img/mouse-esic.svg);
  transform: rotate(-4.71deg);
  width: 23px;
  height: 25px;
}

.sic__presencial_esic {
  padding: 0 0 0 25px;
}

.sic__presencial_esic__header {
  display: flex;
  justify-content: space-between;
}

.sic__presencial_esic__header img {
  position: relative;
  top: -2px;
  right: 0;
  height: 29px;
  width: 28px;
}

.sic__presencial_esic h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  max-width: 90px;
}

.sic__presencial_esic strong {
  font-weight: bold;
  font-size: 11px;
}

.sic__presencial_esic__atentimento {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 14px;
  right: 15px;
  max-width: 168px;
}

.options_card {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  padding: 11px 15px;
  width: 100%;
  background-color: var(--color_secondary);
  border-radius: 4.36225px;
}

.options_card .header__options {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.options_card .header__options h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}

.options_card .header__options h3::after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 57px;
  height: 1px;
  background-color: #fff;
}

.options_card .header__options img {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 5px;
  right: 0;
}

.options_card .custom__select {
  width: 152px;
}

.options_card .custom__select .select-selected {
  display: flex;
  height: 31px;
  padding: 7.983px 10px 7.983px 9px;
  align-items: center;
  gap: 11px;
  flex: 1 0 0;
  border-radius: 6px;
  background-color: #F1F3F9;
}

.options_card select {
  width: 145px;
  height: 27px;
  background: rgba(0, 0, 0, -0.7);
  color: #fff;

  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 14px;
  border: 0.872449px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4.36225px;

}

.options_card select option{
  width: 100%;
  padding: 0px 10px;
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  color: var(--color_details);
  font-family: 'Heebo';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}



.options_card select:first-of-type {
  margin-bottom: 10px;
}

.options_social {
  padding: 15px 20px;
  background-color: var(--color_secondary);
  background-image: url("../img/bg-redes-sociais-card.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 4.36225px;
}

.header_options_social {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.header_options_social h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 19px;
  color: #ffffff;
  text-transform: uppercase;
}

.header_options_social h3::after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 57px;
  height: 1px;
  background-color: #fff;
}

.options_social__list {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
}

.options_social__list__item {
  margin-bottom: 5px;
}

.options_social__list__item li {
  margin-bottom: 15px;
}

.options_social__list__item a {
  display: flex;
  align-items: center;
}

.options_social__list__item p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 18px;
  color: #ffffff;
}

.options_social__list__item i {
  font-size: 1.7rem;
  margin-right: 10px;
  margin-top: 2px;
  color: #fff;
}
.governo__redes_sociais_cards.contrast.active .options_social__list__item:hover i, .main_footer_bar.contrast.active .socialmedia a i:hover{
color: #FFF333;
}
.prefeitura-online__service-cards .card:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.prefeitura-online__service-cards .card:hover i,
.prefeitura-online__service-cards .card:hover h3,
.prefeitura-online__service-cards .card:hover p {
  color: #fff;
}

.prefeitura-online__service-cards .card:hover h3::after {
  background-color: #fff;
}

.sic__presencial_info_btn:hover {
  background-color: #fff;
  color: var(--color_primary);
  border: 0.872449px solid var(--color_primary);
}

@media (max-width: 768px) {

  .intro_home_temp .news .card0 h1 {
    margin-top: 44px;
  }

  .sogocdn-headerNavigation .heroLastUpdate {
    display: none;
  }

  .intro_home .btn_news {
    margin-right: 10px;
  }

  .main_footer .links,
  .main_footer .info {
    padding: 0;
  }

  .infoTitle h1 {
    color: #FFF;
  }
}

@media (max-width: 1024px) {
  .prefeitura-online .container {
    display: flex;
    flex-direction: column;
  }

  .prefeitura-online .title {
    margin-bottom: 20px;
  }

  .prefeitura-online__service-cards {
    justify-content: center;
    margin: 0 auto 20px;
  }

  .prefeitura-online__service-cards .card {
    margin: 0;
  }
}

.containerVacidata .bannerLeft {
  background-position: -205px;
}

.containerVacidata .bannerLeft .leftBottom > a {
  border: 1px solid #FFF;
}

.containerVacidata .bannerRight .contentCards .cardCount .title {
  max-width: 110px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #fff;
}
.containerVacidata .bannerRight .contentCards .cardCount {
  min-width: 155px;
  padding: 15px;
  background: var(--color_primary);
  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_details);
}
.containerVacidata .bannerRight .contentCards .cardCount > i {
  top: 10px;
  right: 15px;
  color: var(--color_details);
}
.containerVacidata .bannerRight .rightContent {
  margin: 9px 0 0 0;
}

.containerVacidata .bannerRight .rightTitle:nth-of-type(2) {
  margin-left: 80px;
}

.containerVacidata .bannerRight .rightTitle > .linha {
  margin-bottom: 7px;
}
.containerVacidata .bannerRight .rightTitle > h1 {
  font-size: 2.8rem;
  color: #fff;
}

@media (max-width: 767px) {
  .containerVacidataTemp .containerVaciTempoReal {
    margin-bottom: 20px;
  }

  .containerVacidataTemp .bannerRight .contentUpdate {
    right: 50%;
    transform: translateX(50%);
  }
}

.main_footer_temp {
  background-color: #1b283a;
}

.main_footer_temp .info h3:after {
  background-color: #fff;
}

.main_footer_temp .logo {
  text-align: center;
}

.main_footer_temp .logo img {
  max-width: 190px;
}

.main_footer_bar_temp {
  background-color: var(--color_primary);
}

.main_footer_bar_temp .container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: ". copy social";
}

.main_footer_bar_temp p {
  grid-area: copy;
}

.main_footer_bar_temp .socialmedia {
  grid-area: social;
  justify-self: end;
}

.main_footer_bar_temp .logo {
  text-align: center;
}

.main_footer_bar_temp .logo img {
  max-width: 190px;
}

@media (max-width: 767px) {
  .main_footer_bar_temp .container {
    display: flex;
    text-align: center;
  }
}

@media (max-width: 424px) {
  .sic__presencial {
    display: flex;
    flex-direction: column;
    margin: 10px;
  }

  .sic__presencial_esic {
    padding: 0;
  }

  .sic__presencial_esic__header {
    margin-top: 20px;
  }

  .sic__presencial_esic__header  img{
    top: -22px;
  }

  .governo__redes_sociais_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .options_card {
    margin-bottom: 10px;
  }
  
}