/* Main Color */
/* Secondary Color */
/* Neutral Colors */
/* Additional Colors */
/* Functional Colors */
/* Dataviz Colors */
/* GBU Colors */
body.post-type-archive-corrente {
  background: #f8f8f8;
}
body.post-type-archive-corrente .container {
  display: none;
}
body.post-type-archive-corrente .section-breadcrumb-header {
  display: none;
}
body.post-type-archive-corrente .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 87px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .banner {
    padding-top: 87px;
    height: 115vh;
  }
}
body.post-type-archive-corrente .banner .box-img {
  width: 100%;
  height: 100%;
}
body.post-type-archive-corrente .banner .box-img img {
  width: 100%;
  height: 100%;
}
body.post-type-archive-corrente .banner .box-img .img-desktop {
  display: none;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .banner .box-img .img-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-height: 830px) {
  body.post-type-archive-corrente .banner .box-img .img-desktop {
    -o-object-fit: initial;
       object-fit: initial;
  }
}
body.post-type-archive-corrente .banner .box-img .img-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .banner .box-img .img-mobile {
    display: none;
  }
}
body.post-type-archive-corrente .banner-doar {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .banner-doar {
    padding: 0;
    height: 112px;
  }
}
body.post-type-archive-corrente .banner-doar .box-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body.post-type-archive-corrente .banner-doar .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-corrente .banner-doar .wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .banner-doar .wrapper {
    gap: 24px;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
  }
}
body.post-type-archive-corrente .banner-doar .wrapper .box-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  gap: 8px;
  border: 1px solid #fff;
  padding: 10px 20px;
  width: 167px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .banner-doar .wrapper .box-card {
    width: initial;
    padding: 16px 32px;
    gap: 20px;
  }
}
body.post-type-archive-corrente .banner-doar .wrapper .box-card .label-card {
  white-space: nowrap;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
body.post-type-archive-corrente .sobre-campanha {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .sobre-campanha {
    padding: 120px 0;
  }
}
body.post-type-archive-corrente .sobre-campanha .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .sobre-campanha .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-img {
  width: 100%;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo {
  width: 100%;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .label {
  color: #00abfe;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .titulo-campanha {
  color: #00abfe;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  max-width: 90%;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .titulo-campanha {
    font-size: 32px;
  }
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .description {
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 24px;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue {
  background: #0f6995;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue p {
  color: #fff;
  padding: 14px 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue:hover {
  background: #00abfe;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue-v2 {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 8px;
  border: 1.5px solid #0f6995;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue-v2 p {
  color: #0f6995;
  padding: 14px 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue-v2:hover {
  background: #00abfe;
  border: 1.5px solid transparent;
}
body.post-type-archive-corrente .sobre-campanha .wrapper .box-conteudo .box-links .link-blue-v2:hover p {
  color: #fff;
}
body.post-type-archive-corrente .como-doar {
  padding: 0 0 64px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .como-doar {
    padding: 0 0 120px;
  }
}
body.post-type-archive-corrente .como-doar .wrapper .label {
  color: #00abfe;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}
body.post-type-archive-corrente .como-doar .wrapper .titulo-campanha {
  color: #00abfe;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  max-width: 90%;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .como-doar .wrapper .titulo-campanha {
    font-size: 32px;
  }
}
body.post-type-archive-corrente .como-doar .wrapper .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .como-doar .wrapper .em-breve {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  color: #7c7c7c;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar {
  overflow: hidden;
  padding: 0px 0 80px;
  position: relative;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  border: 0.6px solid rgba(0, 171, 254, 0.3);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  height: 780px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide {
    height: initial;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto {
  width: 100%;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto {
    max-width: 40%;
  }
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .passo-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  height: 38px;
  padding: 0 12px 0 16px;
  border-radius: 19px;
  background: #00abfe;
  margin-bottom: 32px;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .passo-badge svg {
  width: 22px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .passo-badge .passo-label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .description {
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 16px;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .description span, body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .description strong {
  font-weight: 800;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-texto .description a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-img {
  width: 100%;
  height: 420px;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-wrapper .swiper-slide .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: initial;
  bottom: 35px;
  max-width: 200px;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(238, 5, 97, 0.25);
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00abfe;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .box-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  height: 40px;
  gap: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  pointer-events: none;
  padding: 0 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .box-buttons svg {
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .box-buttons svg circle {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .box-buttons svg:hover {
  scale: 1.02;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .box-buttons svg:hover circle {
  stroke-width: 2;
}
body.post-type-archive-corrente .como-doar .wrapper .swiper-doar .box-buttons .swiper-button-disabled {
  opacity: 0;
}
body.post-type-archive-corrente .posts {
  position: relative;
  background-color: #fff;
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .posts {
    padding: 124px 0;
  }
}
body.post-type-archive-corrente .posts .bg-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
body.post-type-archive-corrente .posts .bg-svg svg {
  height: 100vh;
  width: 100%;
}
body.post-type-archive-corrente .posts .wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.post-type-archive-corrente .posts .wrapper .label {
  color: #00abfe;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}
body.post-type-archive-corrente .posts .wrapper .titulo-campanha {
  color: #00abfe;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  max-width: 620px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .posts .wrapper .titulo-campanha {
    font-size: 32px;
  }
}
body.post-type-archive-corrente .posts .wrapper .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  display: none;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .posts .wrapper .box-posts-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item {
  border-radius: 16px;
  border: 0.6px solid #00abfe;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 408px;
  width: 100%;
  min-height: 480px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .corrente-image {
  height: 219px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  width: 100%;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .corrente-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .corrente-image .label-post {
  position: absolute;
  top: 18px;
  right: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 15.875px;
  font-size: 10px;
  padding: 7px 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .box-textos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .box-textos .corrente-title {
  color: #00abfe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .box-textos .descricao {
  color: #7c7c7c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 140%; /* 21px */
}
body.post-type-archive-corrente .posts .wrapper .box-posts-desktop .corrente-item .box-textos .saiba-mais {
  border-radius: 8px;
  background: rgba(108, 6, 204, 0.1);
  color: #0f6995;
  padding: 8px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .posts .wrapper .box-posts-mobile {
    display: none;
  }
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container {
  overflow: hidden;
  padding: 0px 0 80px;
  position: relative;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: initial;
  bottom: 35px;
  max-width: 200px;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(238, 5, 97, 0.25);
  opacity: 1;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00abfe;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .box-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  height: 40px;
  gap: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  pointer-events: none;
  padding: 0 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .box-buttons svg {
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .box-buttons svg circle {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .box-buttons svg:hover {
  scale: 1.02;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .box-buttons svg:hover circle {
  stroke-width: 2;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-container .box-buttons .swiper-button-disabled {
  opacity: 0;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .swiper-slide {
  width: 100% !important;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item {
  border-radius: 16px;
  border: 0.6px solid #0af;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 480px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .corrente-image {
  height: 219px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .corrente-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .corrente-image .label-post {
  position: absolute;
  top: 18px;
  left: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 15.875px;
  font-size: 10px;
  padding: 7px 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .box-textos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .box-textos .corrente-title {
  color: #00abfe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .box-textos .descricao {
  color: #7c7c7c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 140%; /* 21px */
}
body.post-type-archive-corrente .posts .wrapper .box-posts-mobile .corrente-item .box-textos .saiba-mais {
  border-radius: 8px;
  background-color: rgba(108, 6, 204, 0.1);
  color: #0f6995;
  padding: 8px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.post-type-archive-corrente .faq {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq {
    padding: 120px 0;
  }
}
body.post-type-archive-corrente .faq .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq .wrapper {
    gap: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq .wrapper .box-textos {
    width: 40%;
  }
}
body.post-type-archive-corrente .faq .wrapper .box-textos .label {
  color: #00abfe;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}
body.post-type-archive-corrente .faq .wrapper .box-textos .titulo-campanha {
  color: #00abfe;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq .wrapper .box-textos .titulo-campanha {
    font-size: 32px;
    max-width: 360px;
  }
}
body.post-type-archive-corrente .faq .wrapper .box-textos .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .faq .wrapper .box-textos .description {
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 24px;
}
body.post-type-archive-corrente .faq .wrapper .box-textos .description span {
  font-weight: 800;
}
body.post-type-archive-corrente .faq .wrapper .box-textos .description a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq .wrapper .box-textos .description {
    max-width: 515px;
  }
}
body.post-type-archive-corrente .faq .wrapper .box-textos .link-blue {
  background: #0f6995;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .faq .wrapper .box-textos .link-blue p {
  color: #fff;
  padding: 14px 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.post-type-archive-corrente .faq .wrapper .box-textos .link-blue:hover {
  background: #00abfe;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq .wrapper .box-accordion {
    width: 60%;
  }
}
body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover {
  border-bottom: 1px solid rgba(0, 171, 254, 0.3);
}
body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover .toggle {
  gap: 20px;
  padding: 24px 0;
}
body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover .toggle-icon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover .rotate-icon {
  rotate: 180deg;
}
body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover .paragraph-Accordion {
  display: none;
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 12px;
}
body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover .title-hecto {
  color: #00abfe;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .faq .wrapper .box-accordion .acc-hover .title-hecto {
    font-size: 18px;
  }
}
body.post-type-archive-corrente .formulario {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  body.post-type-archive-corrente .formulario {
    height: 90vh;
  }
}
body.post-type-archive-corrente .formulario .box-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body.post-type-archive-corrente .formulario .box-img .bg {
  display: none;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .formulario .box-img .bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.post-type-archive-corrente .formulario .box-img .bg-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .formulario .box-img .bg-mobile {
    display: none;
  }
}
body.post-type-archive-corrente .formulario .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-corrente .formulario .wrapper {
  height: 100%;
  width: 100%;
}
body.post-type-archive-corrente .formulario .box-container {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 40px 0 0;
}
@media (min-width: 1200px) {
  body.post-type-archive-corrente .formulario .box-container {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.post-type-archive-corrente .formulario .box-container .box-form {
  border-radius: 16px;
  border: 0.6px solid var(--gradiente-engie, #0af);
  background: #fff;
  margin: auto;
  padding: 20px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .formulario .box-container .box-form {
    padding: 32px;
  }
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-response-output {
  display: none;
}
body.post-type-archive-corrente .formulario .box-container .box-form .titulo-campanha {
  color: #7c1e5b;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .formulario .box-container .box-form .titulo-campanha {
    font-size: 32px;
    max-width: 360px;
  }
}
body.post-type-archive-corrente .formulario .box-container .box-form .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .formulario .box-container .box-form .description {
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 16px;
  max-width: 95%;
}
body.post-type-archive-corrente .formulario .box-container .box-form .description span {
  font-weight: 800;
}
body.post-type-archive-corrente .formulario .box-container .box-form .description a {
  color: #52bfdc;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form label {
  color: #7c7c7c;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form label span {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form label span textarea {
  width: 100%;
  height: 85px;
  border-radius: 8px;
  border: 1px solid #7c7c7c;
  opacity: 0.5;
  padding: 16px 24px;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form label span input {
  border-radius: 8px;
  border: 1px solid #7c7c7c;
  opacity: 0.5;
  padding: 16px 24px;
  width: 100%;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form .wpcf7-submit {
  background: #52bfdc;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 16px 24px;
  width: fit-content;
  color: #fff;
  transition: 0.6s;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.post-type-archive-corrente .formulario .box-container .box-form .wpcf7-form .wpcf7-submit:hover {
  background: #ffa869;
}
@media (min-width: 1200px) {
  body.post-type-archive-corrente .formulario .box-container .box-svg-leao {
    height: 850px;
    width: 500px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive-corrente .formulario .box-container .box-svg-leao svg {
    height: 850px;
  }
}
body.post-type-archive-corrente .formulario .box-container .box-svg-leao .svg-desktop {
  display: none;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .formulario .box-container .box-svg-leao .svg-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.post-type-archive-corrente .formulario .box-container .box-svg-leao .svg-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .formulario .box-container .box-svg-leao .svg-mobile {
    display: none;
  }
}
body.post-type-archive-corrente .fale-conosco {
  padding: 80px 0 0;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .fale-conosco {
    padding: 80px 0;
  }
}
body.post-type-archive-corrente .fale-conosco .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .fale-conosco .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 160px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .fale-conosco .box-textos {
    width: 40%;
  }
}
body.post-type-archive-corrente .fale-conosco .box-textos .label {
  color: #00abfe;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}
body.post-type-archive-corrente .fale-conosco .box-textos .titulo-campanha {
  color: #00abfe;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .fale-conosco .box-textos .titulo-campanha {
    font-size: 32px;
    max-width: 370px;
  }
}
body.post-type-archive-corrente .fale-conosco .box-textos .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .fale-conosco .box-textos .description {
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 24px;
}
body.post-type-archive-corrente .fale-conosco .box-textos .description span {
  font-weight: 800;
}
body.post-type-archive-corrente .fale-conosco .box-textos .description a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .fale-conosco .box-textos .description {
    max-width: 515px;
  }
}
body.post-type-archive-corrente .fale-conosco .box-textos .link-blue {
  background: #0f6995;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .fale-conosco .box-textos .link-blue p {
  color: #fff;
  padding: 14px 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.post-type-archive-corrente .fale-conosco .box-textos .link-blue:hover {
  background: #00abfe;
}
body.post-type-archive-corrente .parcerias-do-bem {
  padding: 48px 0 80px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .parcerias-do-bem {
    padding: 94px 0 80px;
  }
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .parcerias-do-bem .wrapper {
    gap: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos {
    width: 40%;
  }
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .label {
  color: #00abfe;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .titulo-campanha {
  color: #00abfe;
  margin-bottom: 16px;
  font-size: 28px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .titulo-campanha {
    font-size: 32px;
    max-width: 350px;
  }
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .titulo-campanha span {
  font-weight: 900;
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .description {
  color: #7c7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 24px;
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .description span {
  font-weight: 800;
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .description a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .description {
    max-width: 515px;
  }
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .link-blue {
  background: #0f6995;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .link-blue p {
  color: #fff;
  padding: 14px 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.post-type-archive-corrente .parcerias-do-bem .wrapper .box-textos .link-blue:hover {
  background: #00abfe;
}
body.post-type-archive-corrente .box-footer-corrente {
  background-color: #fff;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop {
  padding: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  display: none;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop svg {
  max-width: 130px;
  max-height: 130px;
  width: 100%;
  height: 100%;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop .box-realizacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop .box-realizacao .label-realizacao {
  color: #7c7c7c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 16px;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop .box-realizacao .imagens-realizacao {
  gap: 40px;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop .box-logo-sem-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 850px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop .box-logo-sem-texto img, body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-desktop .box-logo-sem-texto svg {
  height: 140px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-mobile {
  width: 324px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-mobile {
    display: none;
  }
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-mobile svg,
body.post-type-archive-corrente .box-footer-corrente .wrapper .box-svgs-logos-mobile img {
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
body.post-type-archive-corrente .box-footer-corrente .wrapper .label-realizacao-mobile {
  color: #7c7c7c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 80px 0 16px;
  line-height: normal;
}
@media (min-width: 1024px) {
  body.post-type-archive-corrente .box-footer-corrente .wrapper .label-realizacao-mobile {
    display: none;
  }
}
body.post-type-archive-corrente .box-footer-corrente .border-bg {
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0af), to(#23d2b5));
  background: linear-gradient(90deg, #0af 0%, #23d2b5 100%);
}
body.post-type-archive-corrente .box-footer-corrente .copy {
  padding: 33px 0;
  color: #7c7c7c;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.post-type-archive-corrente .nj-footer,
body.post-type-archive-corrente .otgs-development-site-front-end {
  display: none;
}
/*# sourceMappingURL=archive-corrente-do-bem.css.map */
