@charset "UTF-8";
/*!
 * Fapes Relatório Integrado
 * Desenvolvido por Fattoria em: 16/04/2025
 */
/*=============================================
=            Cores            =
=============================================*/
/*=============================================
=            Tamanho de fonte            =
=============================================*/
/*=====  End of Tamanho de fonte  ======*/
/*!
 * Tipografia
 * Fapes Relatório Integrado
 * Desenvolvido por Fattoria em: 16/04/2025
 */
@font-face {
  font-family: "icones-fapes-relatorio-integrado";
  src: url("/relatorio2025/fonts/icones-fapes-relatorio-integrado-8075b76084802790818c89dc18f13e51.eot");
  src: url("/relatorio2025/fonts/icones-fapes-relatorio-integrado-8075b76084802790818c89dc18f13e51.eot?#iefix") format("embedded-opentype"), url("/relatorio2025/fonts/icones-fapes-relatorio-integrado-cc4189a5d418da3fa34f37949a61b34a.woff") format("woff"), url("/relatorio2025/fonts/icones-fapes-relatorio-integrado-5485d7f56d7d4848a2addc6818024bd9.ttf") format("truetype"), url("/relatorio2025/fonts/icones-fapes-relatorio-integrado-cf0b04ce2da41c270d2ad843b611d6d1.svg#icones-fapes-relatorio-integrado") format("svg");
  font-weight: normal;
}
.icones {
  font-family: "icones-fapes-relatorio-integrado" !important;
  font-size: inherit;
  font-style: normal !important;
  font-weight: normal !important;
  color: inherit;
  font-display: swap;
}

.icone-chat::before {
  content: "\e900";
}

.icone-seta-diagonal-direita::before {
  content: "\e901";
}

.icone-site::before {
  content: "\e902";
}

.icone-wpp::before {
  content: "\e903";
}

.icone-linkedin::before {
  content: "\e904";
}

.icone-seta-direita::before {
  content: "\e905";
}

.icone-seta-esquerda::before {
  content: "\e906";
}

.icone-calendario::before {
  content: "\e907";
}

.icone-play::before {
  content: "\e908";
}

.icone-link-externo::before {
  content: "\e909";
}

.icone-download::before {
  content: "\e90a";
}

.icone-setas-horizontais::before {
  content: "\e90b";
}

.icone-times::before {
  content: "\e90c";
}

/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
main {
  min-height: 100%;
  scroll-behavior: smooth;
}

img, iframe, object, video {
  max-width: 100%;
  width: auto;
  height: auto;
}

form:after, form:before {
  display: table;
  content: " ";
}
form:after {
  clear: both;
}

textarea {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

address {
  font-size: inherit;
}

/* ==========================================================================
    Geral
  ========================================================================== */
html, body {
  scroll-behavior: smooth;
}

body {
  color: black;
  background-color: #FAFAFA;
  font-family: "Poppins", sans-serif;
}

@keyframes progress-fill {
  from {
    --progress: 0%;
  }
  to {
    --progress: 100%;
  }
}
@property --progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
.container {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

.pt-menu {
  padding-top: 72px;
}
@media (min-width: 1200px) {
  .pt-menu {
    padding-top: 96px;
  }
}

.banner {
  overflow: hidden;
  width: calc(100% - 16px);
  height: 667px;
  border-radius: 20px;
  background-image: url("/relatorio2025/img/banner-mobile-2025-f6100882271f1eb6942f2808916bdb94.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 8px;
}
@media (min-width: 992px) {
  .banner {
    height: 623px;
    width: calc(100% - 48px);
    margin: 0 24px;
    background-image: url("/relatorio2025/img/banner-fullhd-2025-d774a9e5002ce27f60652b5d8c06b678.webp");
  }
}
@media (min-width: 1600px) {
  .banner {
    height: 900px;
    background-image: url("/relatorio2025/img/banner-fullhd-2025-d774a9e5002ce27f60652b5d8c06b678.webp");
  }
}
.banner .content {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .banner .content {
    justify-content: flex-start;
  }
}
.banner .img {
  display: block;
  max-width: 280px;
  padding-top: 56px;
}
@media (min-width: 992px) {
  .banner .img {
    max-width: 420px;
    padding-top: 162px;
  }
}
@media (min-width: 1200px) {
  .banner .img {
    max-width: 484px;
  }
}
@media (min-width: 1600px) {
  .banner .img {
    max-width: initial;
    padding-top: 282px;
  }
}

.destaques-sect {
  overflow: hidden;
  padding-bottom: 130px;
}
@media (min-width: 1200px) {
  .destaques-sect {
    padding-bottom: 217px;
  }
}
.destaques-sect .mouse-follower {
  display: none;
}
@media (min-width: 1200px) {
  .destaques-sect .mouse-follower {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #FAFAFA;
    background-color: #CCE7DC;
    box-shadow: 0px 4px 55.2px 0px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    color: #00854F;
    transform: scale(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}
.destaques-sect .mouse-follower.active {
  opacity: 1;
  transform: scale(1);
}
.destaques-sect .titulo {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .destaques-sect .titulo {
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .destaques-sect .titulo {
    margin-bottom: 52px;
  }
}
.destaques-sect .destaques-carousel {
  overflow: visible;
  width: 294px;
  margin: 0 auto;
  cursor: grab;
}
.destaques-sect .destaques-carousel .swiper-slide {
  width: auto;
  height: auto;
}
@media (min-width: 1200px) {
  .destaques-sect .destaques-carousel .swiper-slide-active .destaques-card {
    transform: translateY(-20px);
  }
}
.destaques-sect .destaques-carousel .swiper-slide-active .destaques-card::after {
  opacity: 1;
}
.destaques-sect .destaques-carousel .swiper-slide-active .destaques-card_text {
  color: white;
}
.destaques-sect .destaques-carousel .swiper-pagination {
  pointer-events: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  bottom: -49px;
}
@media (min-width: 1200px) {
  .destaques-sect .destaques-carousel .swiper-pagination {
    bottom: -64px;
    font-size: 18px;
  }
}
.destaques-sect .destaques-carousel .destaques-card {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 294px;
  height: 100%;
  padding: 32px;
  border-radius: 18px;
  border: 1px solid #E6E5E5;
  background: #FAFAFA;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .destaques-sect .destaques-carousel .destaques-card {
    height: 300px;
    width: 753px;
    border-radius: 24px;
    padding: 48px;
  }
}
.destaques-sect .destaques-carousel .destaques-card::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  content: "";
  background: linear-gradient(180deg, #00582E 0.17%, #00854F 124.58%);
  transition: 0.4s ease;
  opacity: 0;
}
@media (min-width: 1200px) {
  .destaques-sect .destaques-carousel .destaques-card::after {
    background: linear-gradient(180deg, #00582E 0.17%, #00854F 124.58%);
  }
}
.destaques-sect .destaques-carousel .destaques-card .loading-spinner {
  display: none;
  position: absolute;
  z-index: 5;
  right: 18px;
  top: 18px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: conic-gradient(white 0% var(--progress), #00854F var(--progress));
  mask-image: radial-gradient(circle 10px at center, transparent 10px, black 11px);
  -webkit-mask-image: radial-gradient(circle 10px at center, transparent 10px, black 11px);
  animation: progress-fill 6s linear forwards;
}
.destaques-sect .destaques-carousel .destaques-card_text {
  position: relative;
  z-index: 3;
  color: #00582E;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
  font-size: 18px;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .destaques-sect .destaques-carousel .destaques-card_text {
    font-size: 24px;
  }
}

.sect-50-anos {
  overflow: hidden;
  background: linear-gradient(180deg, #FAFAFA 0%, #E5F3ED 100%);
  margin-bottom: 80px;
  padding: 50px 0 92px;
}
@media (min-width: 1200px) {
  .sect-50-anos {
    margin-top: 40px;
    margin-bottom: 115px;
    background: initial;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos {
    margin-top: 105px;
  }
}
.sect-50-anos .top-part {
  padding-bottom: 27px;
}
@media (min-width: 1200px) {
  .sect-50-anos .top-part {
    padding: 88px 0 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #E5F3ED 100%);
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .top-part {
    padding: 40px 0 48px;
  }
}
.sect-50-anos .top-part .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part {
    padding: 80px 0 192px;
    background-color: #E5F3ED;
  }
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part {
    padding-bottom: 170px;
  }
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .wrapper {
    display: flex;
    gap: 121px;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .wrapper {
    gap: 24px;
  }
}
.sect-50-anos .bottom-part .container .content {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .content {
    width: 364px;
    min-width: 364px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .content {
    width: 536px;
    min-width: 536px;
  }
}
.sect-50-anos .bottom-part .container .content .texto {
  color: #272626;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .content .texto {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .content .texto {
    width: 536px;
    min-width: 536px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel {
  overflow: visible;
  width: 100%;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel {
    width: 364px;
    margin-left: initial;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel {
    width: 423px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-slide {
  height: auto;
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-pagination {
  bottom: -51px;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-pagination {
    display: none;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 8px;
  background-color: #B2DACA;
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-pagination-bullet-active {
  background-color: #00854F;
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next, .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev {
  display: none;
  top: initial;
  margin-top: initial;
  opacity: 1;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next, .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #00854F;
    color: #FAFAFA;
    font-size: 18px;
    bottom: -72px;
  }
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next::after, .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev::after {
    display: none;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next, .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 20px;
    bottom: -84px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next.swiper-button-disabled, .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev.swiper-button-disabled {
  background-color: #E6E5E5;
  color: #ADA9A9;
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next {
  right: initial;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next {
    left: 64px;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-next {
    left: 74px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev {
  right: initial;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .swiper-button-prev {
    left: 0;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card {
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: initial;
  transition: 0.4s ease;
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card:hover .anos-card_thumb_icon {
  opacity: 0.8;
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card:hover .anos-card_content_title {
  opacity: 0.8;
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card:hover .anos-card_content_intro_label {
  opacity: 0.8;
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb {
  position: relative;
  background-image: url("/relatorio2025/img/img-video-thumb-50-anos-cc25a9f169624382edf3cbe2934caf84.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 11px;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb {
    margin-bottom: 37px;
    border-radius: 12px;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb {
    margin-bottom: 43px;
    border-radius: 14px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb::after {
  content: "";
  display: block;
  padding-bottom: 56.59%;
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #00854F;
  color: #FAFAFA;
  font-size: 20px;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb_icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb_icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_thumb_icon .icone-play {
  margin-left: 4px;
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro {
    gap: 9px;
    margin-bottom: 9px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #848484;
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_date {
    gap: 7px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_date .icone-calendario {
  font-size: 16px;
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_date .icone-calendario {
    font-size: 19px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_date_text {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_date_text {
    font-size: 16px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_label {
  color: #162920;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: 0.4s ease;
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_intro_label {
    font-size: 16px;
  }
}
.sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_title {
  color: #162920;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_title {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card_content_title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sect-50-anos .bottom-part .container .anos-carousel .anos-card.off {
    transform: scale(0.3);
    opacity: 0;
    z-index: -1;
    transition: 0.1s ease;
  }
}

.nossos-numeros-sect {
  background: #E5F3ED;
  padding: 32px 0 85px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect {
    padding: 120px 0;
  }
}
.nossos-numeros-sect .titulo {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .titulo {
    margin-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  .nossos-numeros-sect .titulo {
    margin-bottom: 53px;
  }
}
.nossos-numeros-sect .numbers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .nossos-numeros-sect .numbers-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.nossos-numeros-sect .numbers-wrapper .number-card {
  text-align: center;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  .nossos-numeros-sect .numbers-wrapper .number-card {
    min-width: 250px;
  }
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .numbers-wrapper .number-card:nth-child(2) {
    transition-delay: 0.2s;
  }
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .numbers-wrapper .number-card:nth-child(3) {
    transition-delay: 0.4s;
  }
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .numbers-wrapper .number-card:nth-child(4) {
    transition-delay: 0.6s;
  }
}
.nossos-numeros-sect .numbers-wrapper .number-card_number {
  color: #00854F;
  font-size: 48px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .numbers-wrapper .number-card_number {
    font-size: 64px;
  }
}
.nossos-numeros-sect .numbers-wrapper .number-card_desc {
  color: #716F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .numbers-wrapper .number-card_desc {
    font-size: 16px;
  }
}
.nossos-numeros-sect .disclaimer {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  color: #ADA9A9;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .disclaimer {
    margin-top: 48px;
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .nossos-numeros-sect .disclaimer {
    font-size: 14px;
  }
}
.nossos-numeros-sect .info-box {
  width: 100%;
  padding: 24px;
  border-radius: 18px;
  background: #E7792B;
  margin: 32px 0 24px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .info-box {
    padding: 32px;
    margin: 120px 0 88px;
  }
}
.nossos-numeros-sect .info-box_text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .info-box_text {
    font-size: 24px;
  }
}
.nossos-numeros-sect .info-box_text_link {
  color: white;
}
.nossos-numeros-sect .info-box_text_link:hover {
  text-decoration: none;
}
.nossos-numeros-sect .logos-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
@media (min-width: 768px) {
  .nossos-numeros-sect .logos-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .logos-wrapper {
    gap: 94px;
  }
}
.nossos-numeros-sect .logos-wrapper .logo-selo {
  width: 131px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .logos-wrapper .logo-selo {
    width: initial;
  }
}
.nossos-numeros-sect .logos-wrapper .logo-principles {
  width: 164px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .logos-wrapper .logo-principles {
    width: initial;
  }
}
.nossos-numeros-sect .logos-wrapper .logo-iia {
  width: 64px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .logos-wrapper .logo-iia {
    width: initial;
  }
}
.nossos-numeros-sect .contact-cards {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards {
    flex-direction: row;
    gap: 25px;
    margin-top: 88px;
  }
}
@media (min-width: 1600px) {
  .nossos-numeros-sect .contact-cards {
    gap: 27px;
  }
}
.nossos-numeros-sect .contact-cards .contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 40px 24px;
  flex: 1;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards .contact-card:nth-child(2) {
    transition-delay: 0.2s;
  }
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards .contact-card:nth-child(3) {
    transition-delay: 0.4s;
  }
}
.nossos-numeros-sect .contact-cards .contact-card::after, .nossos-numeros-sect .contact-cards .contact-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.4s ease;
}
.nossos-numeros-sect .contact-cards .contact-card::after {
  z-index: 2;
  border-radius: 0 160px 0 0;
  background: linear-gradient(145deg, #00582E 0%, #00854F 101.16%);
  opacity: 0;
}
.nossos-numeros-sect .contact-cards .contact-card::before {
  z-index: 1;
  background-color: #FAFAFA;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards .contact-card {
    padding: 82px 64px;
    transition: 0.4s ease;
  }
  .nossos-numeros-sect .contact-cards .contact-card:hover::after {
    opacity: 1;
  }
  .nossos-numeros-sect .contact-cards .contact-card:hover::before {
    opacity: 0;
  }
  .nossos-numeros-sect .contact-cards .contact-card:hover .icones {
    color: #FAFAFA;
  }
  .nossos-numeros-sect .contact-cards .contact-card:hover .contact-card_info, .nossos-numeros-sect .contact-cards .contact-card:hover .contact-card_desc {
    color: #FAFAFA;
  }
  .nossos-numeros-sect .contact-cards .contact-card:hover .contact-card_cta {
    background-color: white;
    border-color: white;
  }
  .nossos-numeros-sect .contact-cards .contact-card:hover .contact-card_cta .icones {
    color: #00854F;
  }
}
.nossos-numeros-sect .contact-cards .contact-card .icones {
  position: relative;
  z-index: 3;
  line-height: 1;
  font-size: 60px;
  color: #003A1F;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards .contact-card .icones {
    font-size: 70px;
  }
}
.nossos-numeros-sect .contact-cards .contact-card_info {
  position: relative;
  z-index: 3;
  color: #003A1F;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin: 32px 0 8px;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards .contact-card_info {
    margin: 40px 0 8px;
  }
}
.nossos-numeros-sect .contact-cards .contact-card_desc {
  position: relative;
  z-index: 3;
  color: #8F8C8C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
  transition: 0.4s ease;
}
@media (min-width: 1200px) {
  .nossos-numeros-sect .contact-cards .contact-card_desc {
    margin-bottom: 40px;
  }
}
.nossos-numeros-sect .contact-cards .contact-card_cta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #E6E5E5;
  transition: 0.4s ease;
}
.nossos-numeros-sect .contact-cards .contact-card_cta .icones {
  font-size: 18px;
  color: #00854F;
}

.como-atuamos_sect {
  overflow: hidden;
  padding: 40px 0 80px;
}
@media (min-width: 992px) {
  .como-atuamos_sect {
    padding: 112px 0 150px;
  }
}
@media (min-width: 1600px) {
  .como-atuamos_sect {
    padding: 112px 0 180px;
  }
}
.como-atuamos_sect-left .titulo {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .como-atuamos_sect-left .titulo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .como-atuamos_sect-left .titulo {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .como-atuamos_sect-left .btn {
    width: 364px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .como-atuamos_sect-left .btn {
    margin-bottom: 40px;
  }
}
.como-atuamos_sect-left .texto {
  margin-bottom: 16px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .como-atuamos_sect-left .texto {
    margin-bottom: 0px;
    max-width: 318px;
    line-height: normal;
  }
}
@media (min-width: 1600px) {
  .como-atuamos_sect-left .texto {
    font-size: 16px;
    max-width: 404px;
  }
}
.como-atuamos_sect-right .texto {
  margin-bottom: 16px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .como-atuamos_sect-right .texto {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .como-atuamos_sect-right .texto {
    padding-left: 55px;
    font-size: 18px;
    max-width: 637px;
  }
}
.como-atuamos_sect-right .texto:last-of-type {
  margin-bottom: 0;
}
.como-atuamos_sect-right .btn {
  width: 100%;
  margin-bottom: 16px;
}
.como-atuamos_sect .texto {
  color: #272626;
  font-weight: 400;
  line-height: 160%;
}
.como-atuamos_sect .texto .link {
  text-wrap: nowrap;
  color: #00854F;
  text-decoration: underline;
  transition: all ease 0.3s;
}
.como-atuamos_sect .texto .link:hover {
  text-decoration: none;
  color: rgb(0, 82, 48.7067669173);
}
.como-atuamos_sect .texto .c-verde {
  color: #00582E;
}

.sect-acordo-pbb {
  overflow: hidden;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .sect-acordo-pbb {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .sect-acordo-pbb {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
@media (min-width: 1600px) {
  .sect-acordo-pbb {
    margin-bottom: 130px;
    margin-top: 130px;
  }
}
.sect-acordo-pbb .row {
  border-radius: 18px;
  background: #00854F;
  padding: 24px 10px 32px;
}
@media (min-width: 992px) {
  .sect-acordo-pbb .row {
    padding: 24px 10px 24px;
  }
}
.sect-acordo-pbb_img {
  border-radius: 14px;
  width: 100%;
}
@media (min-width: 992px) {
  .sect-acordo-pbb_img {
    aspect-ratio: 798/512;
  }
}
.sect-acordo-pbb_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .sect-acordo-pbb_info {
    padding: 0 70px 0 80px;
  }
}
.sect-acordo-pbb_info .titulo {
  color: #FAFAFA;
}
.sect-acordo-pbb_info .paragrafo {
  color: #FAFAFA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1600px) {
  .sect-acordo-pbb_info .paragrafo {
    font-size: 16px;
  }
}
.sect-acordo-pbb_info .btn {
  background-color: white;
  width: 100%;
}
@media (min-width: 1200px) {
  .sect-acordo-pbb_info .btn {
    max-width: 290px;
  }
}

.cards_sect {
  contain: paint;
}
.cards_sect .cards_sect-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cards_sect .cards_sect-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .cards_sect .cards_sect-wrapper {
    padding-bottom: 200px;
  }
}
.cards_sect-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s ease;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .cards_sect-card {
    opacity: 0.3;
    height: 600px;
    margin-bottom: 0;
  }
  .cards_sect-card.ativo {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .cards_sect-card {
    height: 560px;
  }
}
@media (min-width: 1600px) {
  .cards_sect-card {
    height: 675.5px;
  }
}
.cards_sect .card-img .imagem {
  border-radius: 20px;
  margin-bottom: 16px;
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 545px) {
  .cards_sect .card-img .imagem {
    height: 400px;
  }
}
@media (min-width: 767px) {
  .cards_sect .card-img .imagem {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .cards_sect .card-img {
    display: none;
  }
}
.cards_sect .card-left {
  order: 2;
}
@media (min-width: 992px) {
  .cards_sect .card-left {
    max-width: 405px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .cards_sect .card-left {
    max-width: 526px;
  }
}
@media (min-width: 1600px) {
  .cards_sect .card-left {
    max-width: 536px;
  }
}
.cards_sect .card-left .titulo {
  margin-bottom: 8px;
}
.cards_sect .card-left .texto {
  color: #272626;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cards_sect .card-left .texto {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .cards_sect .card-left .texto {
    font-size: 16px;
  }
}
.cards_sect .card-left .btn {
  min-width: 182px;
}
.cards_sect .card-left .btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cards_sect .card-right {
  order: 1;
}
@media (min-width: 992px) {
  .cards_sect .card-right {
    order: 2;
    position: sticky;
    top: calc(50vh - 235px);
    flex-shrink: 0;
    align-self: flex-start;
    width: 380px;
    height: 470px;
  }
}
@media (min-width: 1200px) {
  .cards_sect .card-right {
    top: calc(50vh - 260px);
    width: 420px;
    height: 520px;
  }
}
@media (min-width: 1600px) {
  .cards_sect .card-right {
    top: calc(50vh - 338px);
    width: 546px;
    height: 675.5px;
  }
}
.cards_sect .img-fixa {
  display: none;
}
@media (min-width: 992px) {
  .cards_sect .img-fixa {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 20px;
    object-fit: cover;
  }
}

.btn-contato {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9;
}

.animated-item {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
}
@media (min-width: 1200px) {
  .animated-item.fade-left-in {
    transform: translateX(-100px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .animated-item.fade-right-in {
    transform: translateX(100px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .animated-item.fade-top-in {
    transform: translateY(100px);
    opacity: 0;
  }
}
.animated-item.in {
  transform: initial;
  opacity: 1;
}

.fs-8 {
  font-size: 0.6rem !important;
}

.fs-10 {
  font-size: 0.65rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.15rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.4rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.65rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.9rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.65rem !important;
}

.fs-44 {
  font-size: 3rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.9rem !important;
}

.fs-70 {
  font-size: 4.4rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  to {
    transform: translate(0, 0);
  }
}
@keyframes scale-up {
  to {
    transform: scale(1);
  }
}
@keyframes slide-in-centered {
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes donuts-fade-1 {
  0% {
    top: 20px;
    opacity: 0;
  }
  50% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes donuts-fade-2 {
  0% {
    bottom: 20px;
    opacity: 0;
  }
  50% {
    bottom: 20px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/* ==========================================================================
    Botoes
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 40px;
  text-align: initial;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border: 0;
  outline: none;
  transition: 0.4s ease;
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  background-color: #E6E5E5;
  color: #ADA9A9;
}
.btn .icones {
  font-size: 18px;
}
.btn .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  transition: 0.4s ease;
}
.btn .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.4s ease;
  background-color: #E5F3ED;
  color: #00854F;
}
@media (min-width: 1200px) {
  .btn .cta {
    width: 40px;
    min-width: 40px;
    height: 40px;
    transform: translateX(200%);
    background-color: #00854F;
    color: white;
  }
}
.btn--custom {
  overflow: hidden;
  justify-content: space-between;
  min-height: 56px;
  border-radius: 64px;
  border: 1px solid #E6E5E5;
  gap: 12px;
  padding-right: 12px;
  color: #00854F;
}
@media (min-width: 1200px) {
  .btn--custom {
    gap: 8px;
    padding-right: 8px;
  }
}
.btn--custom:hover {
  background-color: #F7F6F6;
  border-color: #E6E5E5;
  color: #00854F;
}
.btn--custom:hover .cta {
  transform: translateX(0);
}
.btn--custom:focus, .btn--custom:focus-within {
  outline: none;
  border-color: #E6E5E5;
}
.btn--verde {
  background-color: #00854F;
  color: #FAFAFA;
}
.btn--verde .label {
  background-color: #FFF;
  color: #00854F;
}
.btn--verde:hover {
  background-color: #339D72;
  color: #FAFAFA;
}
.btn--verde:focus {
  background-color: #003A1F;
  color: #FAFAFA;
}
.btn--azul {
  background-color: #105AA5;
  color: #FAFAFA;
}
.btn--azul:hover {
  background-color: #15477A;
  color: #FAFAFA;
}
.btn--azul:focus {
  background-color: #093058;
  color: #FAFAFA;
}
.btn--cinza-claro {
  background-color: #FAFAFA;
  color: #00582E;
}
.btn--cinza-claro:hover {
  background-color: #339D72;
  color: #FAFAFA;
}
.btn--cinza-claro:focus {
  background-color: #003A1F;
  color: #FAFAFA;
}
.btn--cinza-claro .cta {
  background-color: #00582E;
  color: white;
}
.btn--outline-verde {
  color: #00854F;
  border: 2px solid #00854F;
}
.btn--outline-verde:hover {
  background-color: #339D72;
  color: #FAFAFA;
}
.btn--outline-verde:focus {
  background-color: #003A1F;
  color: #FAFAFA;
}

/* ==========================================================================
    Titulos
   ========================================================================== */
.titulo {
  color: #002E19;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .titulo {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .titulo {
    font-size: 56px;
  }
}
.titulo--sm {
  font-size: 32px;
}
@media (min-width: 1600px) {
  .titulo--sm {
    font-size: 40px;
  }
}

/* ==========================================================================
    Header
   ========================================================================== */
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  height: auto;
  transition: all 0.5s linear;
}
.header_topo {
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
}
@media (min-width: 1200px) {
  .header_topo {
    height: 96px;
  }
}
.header_topo .btn--verde:focus, .header_topo .btn--verde:active {
  background-color: #00854F;
  color: white;
}
.header_topo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_topo .logo {
  height: 40px;
}
.header_topo_btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header_topo .btn-hamburger {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_topo .btn-hamburger .btn-hamburger_icon {
  width: 18px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2px;
}
.header_topo .btn-hamburger .btn-hamburger_icon span {
  display: block;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
  height: 2px;
  transform-origin: center;
}
.header_topo .btn-hamburger .btn-hamburger_icon span:nth-child(1) {
  transform: scaleY(1.1) translate(0, -5.5px);
}
.header_topo .btn-hamburger .btn-hamburger_icon span:nth-child(2) {
  transform: scaleY(1.1) translate(0);
}
.header_topo .btn-hamburger .btn-hamburger_icon span:nth-child(3) {
  transform: scaleY(1.1) translate(0, 5.5px);
}
.header_topo .btn-hamburger .btn-hamburger_icon.active span:nth-child(1) {
  transform: rotate(45deg);
  height: 2px;
}
.header_topo .btn-hamburger .btn-hamburger_icon.active span:nth-child(2) {
  opacity: 0;
}
.header_topo .btn-hamburger .btn-hamburger_icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  height: 2px;
}
.header_content_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100dvh - 264px);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .header_content_wrapper {
    overflow-x: auto;
    overflow-y: auto;
    max-height: auto;
    margin-bottom: 76px;
  }
}
.header_content_wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.header_content_wrapper::-webkit-scrollbar-track {
  background: #E6E5E5;
  border-radius: 10px;
}
.header_content_wrapper::-webkit-scrollbar-thumb {
  background: #ADA9A9;
  border-radius: 10px;
}
.header_content {
  background-color: #FAFAFA;
  border-top: 0px solid #E6E5E5;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, border-top 0.3s ease-in-out;
}
.header_content .header-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 35px;
  height: calc(100dvh - 72px);
  max-height: calc(100dvh - 72px);
}
@media (min-width: 1200px) {
  .header_content .header-content-wrapper {
    padding-top: 48px;
    max-height: 468px;
  }
}
.header_content.open {
  border-top: 1px solid #E6E5E5;
  height: calc(100dvh - 72px);
  max-height: calc(100dvh - 72px);
}
@media (min-width: 1200px) {
  .header_content.open {
    max-height: 468px;
  }
}
.header_content_lista {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 24px;
}
@media (min-width: 1200px) {
  .header_content_lista {
    gap: 16px;
  }
}
.header_content_lista_item_link {
  color: #0A0A0A;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header_content_lista_item_link:hover {
  color: #00854F;
}
.header_content_lista-aux {
  display: none;
  flex-direction: column;
  list-style-type: none;
  gap: 24px;
  padding-left: 16px;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .header_content_lista-aux {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
  }
}
.header_content_lista-aux_item_link {
  color: #0A0A0A;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header_content_lista-aux_item_link:hover {
  color: #00854F;
}
.header_content .notificacao {
  min-width: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 4px;
  gap: 7.368px;
  border-radius: 11.37px;
  background: #003A1F;
  color: #FAFAFA;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 8.842px;
}
.header_content_footer {
  background-color: #F7F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
@media (min-width: 1200px) {
  .header_content_footer {
    padding: 14px 0;
  }
}
.header_content_footer_texto {
  color: #002E19;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}
.header_content_footer_link {
  color: #00854F;
  white-space: nowrap;
}
.header .btn-outline-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .header .btn-outline-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .btn-outline-wrapper .btn {
    width: 100%;
  }
}

/* ==========================================================================
    Modais
   ========================================================================== */
.modal-padrao .modal-dialog {
  max-width: 530px;
}
.modal-padrao .modal-content {
  border-radius: 20px;
  padding: 0;
}
.modal-padrao .modal-body {
  padding: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .modal-padrao .modal-body {
    padding: 56px;
  }
}
.modal-padrao .modal-body .btn-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 18px;
  color: #00582E;
  border-radius: 40px;
  border: 1px solid #E6E5E5;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
  opacity: 1;
  line-height: 0;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .modal-padrao .modal-body .btn-close {
    width: 48px;
    height: 48px;
    top: 24px;
    right: 24px;
  }
}
.modal-padrao .modal-body .btn-close:hover {
  background-color: #00582E;
  color: white;
}
.modal-padrao .modal-body .modal-title {
  color: #002E19;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
  padding-right: 32px;
}
.modal-padrao .modal-body .modal-texto {
  color: #272626;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.modal-padrao .modal-body .btn--custom {
  width: 100%;
  padding-left: 24px;
}
.modal-padrao .modal-body .btn--custom + .btn--custom {
  margin-top: 12px;
}

.modal-video .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-video .modal-content .modal-header {
  padding: 0 0 8px 0;
  border: none;
}
.modal-video .modal-content .modal-header .close {
  margin: 0 0 0 auto;
  padding: 0;
  text-shadow: none;
  color: white;
  opacity: 1;
  transition: opacity ease 0.4s;
  background-color: transparent;
  outline: none;
  border: 0;
  font-size: 24px;
}
.modal-video .modal-content .modal-header .close:hover {
  opacity: 0.6;
}
.modal-video .modal-content .modal-body {
  position: relative;
  height: 0;
  padding: 0 0 56.23%;
  font-size: 0;
  border-radius: 20px;
  overflow: hidden;
}
.modal-video .modal-content .modal-body video,
.modal-video .modal-content .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video .modal-dialog {
  max-width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .modal-video .modal-dialog {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .modal-video .modal-dialog {
    max-width: 800px;
  }
}

/* ==========================================================================
    Footer
   ========================================================================== */
.footer {
  width: 100%;
  padding: 24px 0;
  background-color: #00582E;
}
.footer .copy-text {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .footer .copy-text {
    line-height: 94%;
  }
}
/*# sourceMappingURL=estiloFapesRelatorio.css.map */
