/* ---------------------------------------------------------------------------------------------
SOBREPONDO CSS DO CDN
--------------------------------------------------------------------------------------------- */
.ontopcdn-bannerFull a {
  height: auto;
}

/* ---------------------------------------------------------------------------------------------
GENERAL CONFIGS TO HOME
--------------------------------------------------------------------------------------------- */
.containerHome {
  max-width: 1200px;
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}

.containerFull {
  width: 100%;
}

.containerMaster {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px auto;
}

.homeSectionTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  position: relative;
  padding: 10px 0;
}

.homeSectionTitle span {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(210, 217, 225, 1);
  position: absolute;
}

.homeSectionTitle h1 {
  background-color: #ffffff;
  padding: 0 10px;
  z-index: 9;
  font-family: var(--font_family);
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}

/* ---------------------------------------------------------------------------------------------
SECTION ALL BANNERS
--------------------------------------------------------------------------------------------- */
.ontopcdn-bannerFull {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.ontopcdn-bannerFull a {
  display: flex;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.ontopcdn-bannerFull a img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
}

.ontopcdn-containerPage {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.ontopcdn-bannerMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.ontopcdn-bannerMiddle a {
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  overflow: hidden;
}

.ontopcdn-bannerMiddle a img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .ontopcdn-bannerMiddle {
    flex-direction: row;
  }

  .ontopcdn-bannerMiddle a {
    max-width: 49%;
    margin-bottom: 0px;
  }
}

/* ---------------------------------------------------------------------------------------------
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_dark_green);
  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: 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_light_green);
  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_light_green);
}

.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;
  }
}

@media only screen and (min-width: 1024px) {
  .containerBanner .bannerRight .contentCards {
    padding: 0;
  }
}

/* ---------------------------------------------------------------------------------------------
SECTION ACESSO RÁPIDO
--------------------------------------------------------------------------------------------- */
/* COMPONENT TABS TWO --- BEGIN */
section.services--tabsOrgaos {
  width: 100%;
}

.component-systemTabsTwo {
  width: 100%;
  margin: 0 auto;
}

.component-systemTabsTwo ul.tabs {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;

  width: 100%;
  margin: 0 0 5px 0;
}

.component-systemTabsTwo ul.tabs li {
  background-color: var(--color_primary);
  cursor: pointer;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px;
  margin: 0;
  transition: all 0.3s ease;
}

.component-systemTabsTwo ul.tabs li a {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  display: none;
}

.component-systemTabsTwo ul.tabs li span {
  color: #fff;
  font-size: 1.5rem;
}

.component-systemTabsTwo ul.tabs li a:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.component-systemTabsTwo ul.tabs li:hover {
  background-color: var(--color_secondary);
  transition: all 0.3s ease;
}

.component-systemTabsTwo ul.tabs li.active {
  width: 100%;
  background-color: var(--color_secondary);
}

.component-systemTabsTwo .tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_container .tab_group {
  display: none;
}

.tab_container .tab_group .tab_cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.tab_container .tab_group .tab_cards .card {
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 1px;
  color: #fff;
  padding: 10px;
  min-height: 58px;
  transition: all 0.3s;
  background: var(--color_primary);

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.tab_container .tab_group .tab_cards .card:hover {
  background-color: var(--color_secondary);
  transition: all 0.2s ease;
}

.tab_container .tab_group .tab_cards .card span {
  font-size: 3.2rem;
}

.tab_container .tab_group .tab_cards .card label {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  line-height: 18px;
  margin: 0 auto;
}

@media screen and (min-width: 680px) {
  .component-systemTabsTwo ul.tabs {
    flex-wrap: initial;
  }

  .component-systemTabsTwo ul.tabs li span {
    display: none;
  }

  .component-systemTabsTwo ul.tabs li a {
    display: initial;
  }

  .tab_container .tab_group .tab_cards .card {
    max-width: 33%;
    padding: 0 10px;
  }

  .tab_container .tab_group .tab_cards .card:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}

/* COMPONENT TABS TWO --- END */

.containerFastAccess {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.containerFastAccess>.itens {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.containerFastAccess>.itens>a {
  width: 100%;
  margin: 1px;
  color: #fff;
  padding: 10px;
  min-height: 58px;
  transition: all 0.3s;
  background: var(--color_primary);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.containerFastAccess>.itens>a>span {
  font-size: 3.2rem;
  color: #fff;
}

.containerFastAccess>.itens>a>p {
  margin: 0 auto;
  text-align: center;
}

.containerFastAccess>.itens>a:hover {
  background-color: var(--color_secondary);
}

.containerFastAccess>.options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
}

.containerFastAccess>.options .governo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}

.containerFastAccess>.options .governo>.link {
  width: 100%;
  /* margin: 5px 0; */
  display: block;
  /* padding: 8px 6px; */
  transition: 0.3s;
  text-align: center;
  color: var(--color_primary);
  /* border: 1px solid var(--color_primary); */
}

.containerFastAccess>.options .governo>.link:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 3px 2px 15px #cecece;
  background-color: var(--color_primary);
}

.containerFastAccess>.options .governo img {
  max-width: 210px;
  width: 100%;
  /* padding: 20px 0; */
}

.containerFastAccess>.options .esic {
  padding: 20px 0;
  background-color: #eee;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.containerFastAccess>.options .esic .top {
  padding: 5px;
  display: flex;
  justify-content: center;
}

.containerFastAccess>.options .esic .top>i {
  font-size: 5rem;
  color: #f6b121;
}

.containerFastAccess>.options .esic .top>.title {
  padding: 0 10px;
  width: 115px;
}

.containerFastAccess>.options .esic .top h1 {
  margin: 0;
  color: #236842;
  line-height: 1;
  font-weight: 600;
}

.containerFastAccess>.options .esic .top p {
  margin: 0;
  color: #555;
  font-size: 9px;
  line-height: 1;
}

.containerFastAccess>.options .esic>.service {
  font-size: 1.3rem;
  color: #236842;
  font-weight: 600;
  text-align: center;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
  width: 100%;
  margin: 0 35px;
}

.containerFastAccess>.options .esic .bottom {
  padding: 10px 5px;
  text-align: center;
}

.containerFastAccess>.options .esic .bottom>h1 {
  margin: 0;
  color: #555;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 600;
}

.containerFastAccess>.options .esic .bottom>p {
  margin: 0;
  color: #555;
  font-size: 9px;
  line-height: 1;
}

@media only screen and (min-width: 640px) {
  .containerFastAccess>.itens>a {
    width: 33%;
  }
}

@media only screen and (min-width: 768px) {
  .containerFastAccess>.options {
    flex-direction: row;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 1024px) {
  .containerFastAccess {
    flex-direction: row;
  }

  .containerFastAccess>.itens {
    width: 60%;
  }

  .containerFastAccess>.options {
    margin: 0;
    width: 40%;
  }

  .containerFastAccess>.options .governo {
    width: 37%;
  }

  .containerFastAccess>.options .esic {
    margin: 0;
    width: 60%;
    padding: 0;
  }
}

/* ---------------------------------------------------------------------------------------------
SECTION CANAIS
--------------------------------------------------------------------------------------------- */
.containerCanais {
  background-color: var(--color_alternate);
  border-top: solid 3px var(--color_secondary);
  border-bottom: solid 3px var(--color_secondary);
  margin: 20px 0 10px 0;
}

.contentCanais {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 20px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .contentCanais {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5%;
  }
}

.contentCanais .title {
  max-width: 190px;
  width: 100%;
}

.contentCanais .title>h2 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: 900;
  margin: 0;
}

.contentCanais .title>h2 span {
  color: var(--color_secondary);
}

.contentCanais .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contentCanais .cards>.item {
  margin: 10px;
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s;
  box-shadow: 0px 0px 40px #394053;
}

.contentCanais .cards>.item .front {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contentCanais .cards>.item .front i {
  font-size: 4rem;
  color: #222;
}

.contentCanais .cards>.item .front p {
  margin: 5px 0;
  color: #8e8e8e;
}

.contentCanais .cards>.item .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color_secondary);
  color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.contentCanais .cards>.item:nth-child(1):hover>.front {
  top: -25px;
  left: -20px;
}

.contentCanais .cards>.item:nth-child(2):hover>.front {
  top: -25px;
}

.contentCanais .cards>.item:nth-child(3):hover>.front {
  top: -25px;
  left: 20px;
}

/* ---------------------------------------------------------------------------------------------
SECTION ÚLTIMAS NOTÍCIAS
--------------------------------------------------------------------------------------------- */
.homeLastNews {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.homeLastNews .groupCards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.homeLastNews .groupCards .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@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 {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(125, 125, 125, 0.25) 50%,
      rgba(255, 255, 255, 0.25) 100%);
  transition: all 0.3s ease;
  font-size: 1.8rem;
  color: #ffffff;
  font-family: var(--font_family);
  margin: 0;
  line-height: normal;
}

.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 .cardTitle {
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
}

.homeLastNews .lastNewsMore {
  display: flex;
  justify-content: flex-end;
  margin: 5px 5px;
}

.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: 8px;
  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;
}

@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 -- COMPONENT BANNER FULL
--------------------------------------------------------------------------------------------- */
.componentBannerFull {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.componentBannerFull a {
  display: flex;
  width: 100%;
  height: 100%;
}

.componentBannerFull a img {
  width: 100%;
  height: 100%;
  min-width: 0;
}

/* ---------------------------------------------------------------------------------------------
SECTION -- COMPONENT BANNER MIDDLE
--------------------------------------------------------------------------------------------- */
.componentBannerMiddle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .componentBannerMiddle {
    flex-direction: row;
  }
}

.componentBannerMiddle a {
  width: 100%;
  height: 100%;
  max-height: 190px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .componentBannerMiddle a {
    max-width: 49%;
    margin-bottom: 0px;
  }
}

.componentBannerMiddle a img {
  width: 100%;
  height: 100%;
  min-width: 0;
}

/* ---------------------------------------------------------------------------------------------
SECTION ACESSO RÁPIDO
--------------------------------------------------------------------------------------------- */
.homeFastAccess {
  display: flex;
  flex-direction: column;
}

.homeFastAccess .linksEsic {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic {
    flex-direction: row;
    justify-content: space-between;
  }
}

.homeFastAccess .linksEsic .faLinks {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .homeFastAccess .linksEsic .faLinks {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic .faLinks {
    width: 60%;
    margin-bottom: 0px;
  }
}

.homeFastAccess .linksEsic .faLinks .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #a5cae5;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 0;
}

.homeFastAccess .linksEsic .faLinks .card:nth-of-type(1),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(4),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(7),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(10) {
  background-color: #1e3978;
}

.homeFastAccess .linksEsic .faLinks .card:nth-of-type(2),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(5),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(11),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(8) {
  background-color: #4b6193;
}

.homeFastAccess .linksEsic .faLinks .card:nth-of-type(3),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(6),
.homeFastAccess .linksEsic .faLinks .card:nth-of-type(9) .homeFastAccess .linksEsic .faLinks .card:nth-of-type(12) {
  background-color: #264796;
}

@media screen and (min-width: 768px) {
  .homeFastAccess .linksEsic .faLinks .card {
    width: 25%;
    min-height: 135px;
    padding: 10px;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic .faLinks .card:hover {
    transition: all 0.3s ease;
    transform: scale(1.02);
    box-shadow: 0px 10px 26px -6px rgba(0, 0, 0, 0.75);
    cursor: pointer;
  }
}

.homeFastAccess .linksEsic .faLinks .card span {
  width: 100%;
  text-align: right;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 300;
  border: 0;
  position: absolute;
  top: 5px;
}

@media screen and (min-width: 768px) {
  .homeFastAccess .linksEsic .faLinks .card span {
    position: relative;
  }
}

.homeFastAccess .linksEsic .faLinks .card h2 {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: var(--font_family);
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  line-height: normal;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .homeFastAccess .linksEsic .faLinks .card h2 {
    padding: 0;
    text-align: left;
  }
}

.homeFastAccess .linksEsic .faEsic {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic .faEsic {
    width: calc(40% - 10px);
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall {
  background-color: #1e3978;
  background-blend-mode: multiply;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px 10px 10px 10px;
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic .faEsic .esicCall {
    min-height: 180px;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallBg {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.4;
}

/*CENTRALIZAR ESIC - BEGIN*/
.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo,
/*.homeFastAccess .linksEsic .faEsic .esicCall .esicCallLine,*/
.homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

/*CENTRALIZAR ESIC - END*/

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo {
    flex-direction: row;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: var(--font_family);
  margin-bottom: 10px;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: fit-content;
    width: 180px;
    order: 2;
    text-align: right;
    padding: 0px 5px 10px 5px;
    margin: 0;
    border-left: 1px solid rgba(242, 242, 242, 0.1);
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .icons i {
  font-size: 4rem;
  margin-right: 5px;
  color: #ffffff;
  transition: all 0.3s ease;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .icons {
    order: 2;
    margin-right: 0;
    padding: 0 5px;
  }

  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .icons i {
    font-size: 65px;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 0 10px 0;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .title {
    padding: 0;
    align-items: flex-start;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .title label {
  font-size: 3.5rem;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .title label {
    font-size: 2.5rem;
    line-height: 25px;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .title p {
  font-size: 1.6rem;
  line-height: normal;
  margin: 0;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .header .title p {
    font-size: 1.1rem;
    line-height: 14px;
    text-align: left;
    padding-right: 0;
    width: 95px;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 9;
  color: #ffffff;
  font-family: var(--font_family);
  padding: 5px;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details {
    width: calc(100% - 180px);
    padding: 0px;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .title {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .title {
    justify-content: flex-start;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .title h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
  color: #ffffff;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .title h2 strong {
  font-weight: 700;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .title>span {
  content: "";
  position: absolute;
  width: 66px;
  height: 6px;
  background-color: #3d89cc;
  bottom: 0;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .description {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .description span {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .description p {
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: 400;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .description p {
    max-width: 235px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 600px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .description p {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallInfo .details .description p {
    max-width: 235px;
    font-size: 1.2rem;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallLine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallLine span {
  content: "";
  width: calc(100% - 100px);
  height: 3px;
  background-color: #3d89cc;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallLine label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallLine label i {
  font-size: 45px;
  color: #ffffff;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter {
    flex-direction: row;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter button {
  width: 150px;
  text-align: center;
  border: 0;
  height: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  margin-bottom: 5px;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  background-color: #d73e43;
  color: #ffffff;
}

@media screen and (min-width: 460px) {
  .homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter button {
    margin: 0;
  }
}

.homeFastAccess .linksEsic .faEsic .esicCall:hover .esicCallFooter button {
  color: #d73e43;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter p {
  padding: 0 10px;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: var(--font_family);
  margin: 0;
}

.homeFastAccess .linksEsic .faEsic .esicCall .esicCallFooter p strong {
  font-weight: 700;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1e3978;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno .esicGovernoBg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -50px;
  overflow: hidden;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno h2 {
  font-size: 2.5rem;
  font-family: var(--font_family);
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  line-height: normal;
  margin: 0;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno .forms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno .forms form {
  width: calc(50% - 10px);
  max-width: 300px;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno .forms form:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .homeFastAccess .linksEsic .faEsic .esicGoverno .forms form {
    max-width: 135px;
  }
}

@media screen and (min-width: 1120px) {
  .homeFastAccess .linksEsic .faEsic .esicGoverno .forms form {
    max-width: 150px;
  }
}

.homeFastAccess .linksEsic .faEsic .esicGoverno .forms form select {
  width: 100%;
  padding: 4px 10px;
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  color: #1e3978;
}

.homeFastAccess .linksEsic .faEsic .esicGoverno .forms form select option {
  cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------
SECTION GESTÃO DIGITAL
--------------------------------------------------------------------------------------------- */
.homeDigitalManagement {
  display: flex;
  background-color: rgba(4, 19, 45, 1);
  width: 100%;
  min-height: 275px;
  position: relative;
  padding: 10px 0;
}

@media screen and (min-width: 1024px) {
  .homeDigitalManagement {
    padding: 40px 0;
  }
}

.homeDigitalManagement .backgroundDigitalManagement {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.homeDigitalManagement .backgroundDigitalManagement img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.homeDigitalManagement .containerMaster {
  z-index: 9;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .homeDigitalManagement .containerMaster {
    flex-direction: row;
  }
}

.homeDigitalManagement .containerMaster h1 {
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4rem;
  font-family: var(--font_family);
  line-height: normal;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .homeDigitalManagement .containerMaster h1 {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 250px;
  }

  .homeDigitalManagement .containerMaster h1 span {
    width: 100%;
    line-height: 40px;
    margin: 0;
    padding: 0;
  }

  .homeDigitalManagement .containerMaster h1 span:nth-of-type(1) {
    text-align: left;
  }

  .homeDigitalManagement .containerMaster h1 span:nth-of-type(2) {
    text-align: right;
  }
}

.homeDigitalManagement .containerMaster .groupCards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .homeDigitalManagement .containerMaster .groupCards {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .homeDigitalManagement .containerMaster .groupCards {
    width: calc(100% - 250px);
  }
}

.homeDigitalManagement .containerMaster .groupCards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .homeDigitalManagement .containerMaster .groupCards .card {
    width: 19%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .homeDigitalManagement .containerMaster .groupCards .card:hover {
    transform: scale(1.08);
    transition: all 0.3s ease;
    cursor: pointer;
  }
}

.homeDigitalManagement .containerMaster .groupCards .card span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  color: rgba(4, 19, 45, 1);
  font-family: "icomoon";
}

.homeDigitalManagement .containerMaster .groupCards .card h2 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: var(--font_family);
  color: rgba(4, 19, 45, 1);
  line-height: normal;
  margin: 0;
}

.homeDigitalManagement .containerMaster .groupCards .card p {
  font-size: 1.4rem;
  font-family: var(--font_family);
  color: rgba(4, 19, 45, 1);
  text-align: center;
  margin: 0;
}

/* ---------------------------------------------------------------------------------------------
SECTION OTHER NEWS
--------------------------------------------------------------------------------------------- */
/* .homeOtherNews {} */

.homeOtherNews .groupCards {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .homeOtherNews .groupCards {
    justify-content: space-between;
  }
}

.homeOtherNews .groupCards .card {
  width: 100%;
  min-width: 225px;
  margin-bottom: 10px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 460px) {
  .homeOtherNews .groupCards .card {
    width: 24%;
  }
}

.homeOtherNews .groupCards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.homeOtherNews .groupCards .card .cardTitle {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(125, 125, 125, 0.25) 50%,
      rgba(255, 255, 255, 0.25) 100%);
  transition: all 0.3s ease;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: var(--font_family);
  line-height: normal;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .homeOtherNews .groupCards .card .cardTitle {
    font-size: 1.4rem;
  }
}

.homeOtherNews .groupCards .card.card:hover {
  cursor: pointer;
}

.homeOtherNews .groupCards .card:hover img {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.homeOtherNews .groupCards .card:hover .cardTitle {
  background-color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
}

.logo-falabr {
  max-width: 85px;
}

.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}