:root {
  --black: black;
  --green: #03a61c;
  --green-dark: #008021;
  --bg: #f7f7f7;
  --red: #fc3636;
  --light-green: #bae4c5;
  --borde-line: #e0e2e7;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-nav {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s cubic-bezier(.988, -.011, .006, 1.012);
  display: flex;
}

.link-nav:hover {
  color: var(--green-dark);
}

.link-nav.w--current {
  border-bottom: 2px solid var(--green-dark);
  color: var(--green-dark);
  font-weight: 700;
}

.navbar {
  background-color: #0000;
}

.company-logo {
  background-image: url('../images/68da4e1804ed2b1e05dbf1a8_Logotipo-oficial-ADRA-35-ANOS.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  position: relative;
}

.company-logo._1 {
  background-image: url('../images/AA1.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.button {
  background-color: var(--green-dark);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: all .35s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: #03a61c;
}

.button.white {
  color: #111;
  background-color: #fff;
}

.button.white:hover {
  background-color: #fffffff5;
}

.button.news {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 50px;
  position: absolute;
  inset: 0 0% 0% auto;
}

.button.search {
  border-radius: 0 10px 10px 0;
  height: 70px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  width: 95%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navigation {
  background-color: #fafafa;
  border-top: 1px solid #e3e4e8;
  border-bottom: 1px solid #e3e4e8;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px -1px #0003;
}

.navigation.fixed {
  z-index: 2000;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.code-embed {
  margin-left: 20px;
}

.code-embed.mobile {
  display: none;
}

.icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.icon.donate {
  width: 70px;
  height: 70px;
}

.icon.nav {
  background-color: var(--green-dark);
  border-radius: 5px;
  width: 42px;
  height: 42px;
}

.icon._1 {
  color: var(--green);
  width: 32px;
  height: 32px;
}

.icon.back {
  color: var(--green);
  width: 1.3rem;
  height: 30px;
  margin-right: 15px;
}

.icon.back._1 {
  color: #ff585b;
}

.icon._2 {
  color: var(--green);
  width: 30px;
  height: 30px;
}

.icon.arrow {
  color: var(--green);
  width: 42px;
  height: 42px;
}

.icon.avac {
  color: #000000a6;
  width: 36px;
  height: 36px;
  transform: rotate(90deg);
}

.icon.rec {
  color: #000000a6;
  width: 36px;
  height: 36px;
  transform: rotate(-90deg);
}

.icon.del {
  color: var(--red);
  width: 20px;
}

.right-contain {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.wrapper {
  color: #fff;
  background-color: #f2f2f2;
  background-image: linear-gradient(34deg, #427f46, #407c44b0), url('../images/pr-07.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.div-block-3 {
  display: flex;
}

.icon-contact {
  color: #111;
  width: 16px;
  height: 16px;
}

.icon-contact._1 {
  color: #fff;
}

.icon-contact._2 {
  color: var(--green);
  width: 20px;
  height: 20px;
}

.div-block-8 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px;
  display: flex;
}

.text-conctact {
  margin-left: 10px;
}

.text-conctact._1 {
  margin-left: 0;
  margin-right: 20px;
}

.social-midia {
  color: #fff;
  background-color: #03a61c;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  transition: all .3s ease-in-out;
  display: flex;
}

.social-midia:hover {
  background-color: #111;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.div-block-6 {
  background-color: #03a61c;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.left-contain {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-list {
  left: 1px;
}

.dropdown-list.w--open {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #e2e2e2b3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 210px;
  top: 100%;
  bottom: 0;
  left: 0;
}

.dropdown-list._1.w--open {
  height: 210px;
}

.dropdown-list._2.w--open {
  height: 125px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown {
  position: relative;
}

.dropdown-link {
  color: #111;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.dropdown-link:hover {
  color: #04bf20;
}

.dropdown-link.w--current {
  color: var(--green);
}

.div-block-10 {
  width: auto;
  margin-left: 40px;
  position: relative;
}

.content-news {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.contain-slider {
  display: none;
  position: relative;
}

.wrapper-materia-slider {
  border-left: 5px solid #03a61c;
  margin-top: 24px;
  padding-left: 20px;
}

.slider {
  background-color: #0000;
  min-height: 600px;
}

.regional-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-left: 24px;
  display: flex;
}

.regional-wrapper._1 {
  margin-top: 15px;
}

.regional-wrapper._2 {
  padding-left: 0;
}

.regional-wrapper._3 {
  margin-top: 35px;
  padding-left: 0;
}

.date {
  color: #111;
  font-weight: 400;
}

.date._1 {
  color: #fff;
}

.div-block-12 {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-13 {
  background-image: linear-gradient(45deg, #00510c1f, #092e0f99 50%, #1111116e);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #111;
  font-size: 42px;
  line-height: 1.2;
}

.heading.white {
  color: #fff;
}

.line-v {
  background-color: #04bf20;
  border: 1px solid #04bf20;
  border-radius: 5px;
  width: 3px;
  height: 20px;
}

.line-v.white {
  background-color: var(--bg);
  border-color: #fff;
}

.paragraph {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.paragraph.black {
  color: #111;
  font-family: Lato, sans-serif;
}

.paragraph.black._1 {
  line-height: 2;
}

.paragraph.black._2 {
  font-size: 18px;
}

.paragraph._2 {
  font-size: 15px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  font-size: 10px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  z-index: 0;
  min-height: 600px;
}

.image-3 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-39 {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.div-block-41 {
  width: 50%;
}

.div-block-38 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  height: 630px;
  display: flex;
}

.div-block-40 {
  background-color: var(--green-dark);
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 35px;
  display: flex;
}

.div-block-43 {
  width: 70%;
  text-decoration: none;
  display: flex;
}

.description {
  color: #616161;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.tag {
  color: var(--green-dark);
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 20px;
}

.image-4 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.heading-2 {
  flex-flow: column;
  line-height: 1.5;
  display: flex;
}

.heading-2._1 {
  word-break: break-all;
}

.heading-2._2 {
  color: #fff;
  margin-top: 0;
}

.heading-2._3 {
  margin-top: 0;
}

.hero-section {
  background-color: var(--bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.img-about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/about-us-adra.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.oqf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.sede, .hero-section.und {
  background-image: linear-gradient(#00000080, #00000080), url('../images/about-us-adra.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.project {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2305.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/97539.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.donative {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2148917977.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.history {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6469.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.hararq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/158.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.leader {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20940.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.publish {
  background-image: linear-gradient(#00000080, #00000080), url('../images/585784.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.news {
  background-image: linear-gradient(#00000080, #00000080), url('../images/29610.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.histori {
  background-image: linear-gradient(#00000080, #00000080), url('../images/46103.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-42 {
  border-radius: 5px;
  height: 74%;
  display: block;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-4 {
  background-color: var(--green-dark);
  height: 550px;
}

.div-block-48 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-47 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-50 {
  width: 180px;
}

.div-block-45 {
  width: 45%;
}

.div-block-49 {
  background-image: url('../images/bic-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 25px;
}

.div-block-49.bfa {
  background-image: url('../images/bfa-logo.png');
}

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.div-block-51 {
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-61 {
  height: 100%;
  display: flex;
}

.heading-3 {
  color: #111;
  line-height: 1.5;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white._1 {
  margin-top: 0;
}

.heading-3._1 {
  margin-top: 0;
  font-weight: 600;
}

.heading-3._2 {
  margin-top: 0;
  margin-bottom: 3px;
}

.heading-3.green-1 {
  color: #04bf20;
  margin-bottom: 20px;
  font-weight: 600;
}

.heading-3.green-1._2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.heading-3._3 {
  font-weight: 600;
}

.card-news-1 {
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
}

.image-6 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
}

.image-6._1 {
  border-radius: 5px;
}

.div-block-62 {
  border-radius: 5px;
  width: 100%;
  height: 370px;
  position: relative;
}

.more-link {
  color: #04bf20;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.more-link:hover {
  color: #fff;
  background-color: #03a61c;
}

.more-link.white {
  color: #fff;
  text-underline-offset: 3px;
  text-decoration: underline;
  display: inline-flex;
}

.more-link.white:hover {
  color: #616161;
  background-color: #fff;
  text-decoration: none;
}

.div-block-56 {
  height: 100%;
}

.img-news-1 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-54 {
  padding: 50px;
}

.wrapper-img-news-1 {
  border-radius: 5px;
  overflow: hidden;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  display: none;
}

.div-block-53 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 350px;
}

.wrapper-text-news-1 {
  margin-top: 24px;
}

.card-project {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 10px -3px #0003;
}

.card-project._1 {
  height: 100%;
}

.div-block-18 {
  border-radius: 5px;
  height: 300px;
}

.heading-4 {
  color: #111;
  font-size: 42px;
  line-height: 1.2;
}

.heading-4.white {
  color: #fff;
}

.heading-4.black {
  font-size: 18px;
  font-weight: 600;
}

.heading-4._1 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-55 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 130%;
}

.div-block-52 {
  overflow: hidden;
}

.section-project {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-58 {
  border-left: 3px solid #fff;
  margin-bottom: 10px;
  padding-left: 15px;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div-block-26._1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-64 {
  height: 100%;
  display: flex;
}

.text-block-3 {
  color: #f9f9f9e6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

.section-5 {
  background-image: url('../images/76290_11zon.avif');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: none;
}

.div-block-65 {
  width: 50%;
}

.div-block-59 {
  background-color: #04bf20e6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-60 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-22 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

.heading-5 {
  color: #111;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-23 {
  text-align: center;
  margin-top: 24px;
}

.text-block {
  color: #111;
}

.logo-partner {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  margin-bottom: 50px;
}

.section-2 {
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.partners {
  flex-flow: wrap;
  padding-left: 24px;
  display: flex;
}

.wrapper-partner {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 24px;
  padding: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 0 10px -4px #0003;
}

.wrapper-partner:hover {
  transform: translate(0, -10px);
}

.wrapper-partner._1 {
  width: auto;
  margin: 0;
}

.section-3 {
  background-color: #f9f9f9;
}

.galery {
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.contain-img-galery {
  justify-content: space-between;
  display: flex;
}

.wrapper-img-galery {
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.div-block-27 {
  width: 100%;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-6 {
  color: #111;
  line-height: 1.5;
}

.heading-6.pub {
  color: #111;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pub-tag {
  color: #fff;
  letter-spacing: .6px;
  background-color: #04bf20;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 10px;
  display: none;
}

.wrapper-text-pub {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.img-pub {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
}

.div-block-28 {
  margin-top: 50px;
}

.card-pub {
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 8px -1px #0003;
}

.link {
  color: #111;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  transition: all .35s ease-in-out;
  display: inline-flex;
}

.link:hover {
  color: #fff;
  background-color: #04bf20;
  text-decoration: none;
}

.link-img-pub {
  border-radius: 8px 8px 0 0;
  height: 300px;
  text-decoration: none;
  position: relative;
}

.div-block-66 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div-block-66._1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 20px;
}

.field-label {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 25px;
}

.field-label._1 {
  margin-bottom: 8px;
  font-size: 16px;
}

.heading-7 {
  color: #111;
  line-height: 1.5;
}

.heading-7.white {
  color: #fff;
}

.icon-social-midia {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.div-block-31._1 {
  flex-flow: row;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-35 {
  position: relative;
}

.form-block {
  margin-top: 40px;
}

.div-block-33 {
  padding-right: 60px;
}

.div-block-34 {
  border-top: 1px solid #4e4e4e26;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-30._2 {
  align-items: stretch;
  padding-left: 40px;
}

.div-block-30._1 {
  padding-left: 40px;
}

.copyright {
  color: #ffffff80;
  font-size: 12px;
}

.footer {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 50px;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #ffffffe6;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.link-footer:hover {
  color: #04bf20;
}

.logo-dev {
  background-image: url('../images/Select_Services_Logo_Orange_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 30px;
}

.icon-footer {
  width: 16px;
  height: 16px;
}

.text-field-2 {
  border-radius: 5px;
  height: 50px;
  position: relative;
}

.search-icon {
  z-index: 2;
  width: 24px;
  height: 24px;
}

.div-block-15 {
  color: #fff;
  cursor: pointer;
  background-color: #03a61c;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  transition: all .35s ease-in-out;
  display: flex;
}

.div-block-15:hover {
  color: #03a61c;
  background-color: #111;
  transform: translate(0, -3px);
}

.form-block-2 {
  margin-bottom: 0;
}

.text-field {
  z-index: 1;
  color: #111;
  background-color: #f2f2f2;
  border-radius: 10px;
  height: 70px;
  padding-left: 60px;
  padding-right: 150px;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border: 1px solid #04bf20;
  box-shadow: 0 0 25px -5px #04bf20;
}

.text-field.search {
  height: 55px;
  padding: 0 80px 0 12px;
  font-size: 14px;
}

.text-field.search:hover {
  border: 1px solid var(--green);
}

.text-field.search:focus {
  box-shadow: 0 0 12px -6px #04bf20;
}

.text-field._1 {
  height: 50px;
  margin-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}

.text-field.select {
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-field.select._1 {
  border: 1px solid #cecece;
  width: 100%;
}

.text-field.area {
  height: 120px;
  padding-left: 12px;
  padding-right: 12px;
}

.wrapper-button {
  z-index: 2;
  width: 180px;
  position: absolute;
  inset: auto 0 0 auto;
}

.div-block-36 {
  position: relative;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-37 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.div-block-16 {
  width: 900px;
  margin-right: 50px;
  position: relative;
}

.search-contain {
  z-index: 6000;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-67 {
  position: relative;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-69 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.feedback {
  flex-flow: row;
  display: flex;
}

.div-block-71 {
  width: 200px;
}

.div-block-72 {
  z-index: 2;
  background-color: #fff;
  border-radius: 5px;
  width: 420px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  display: none;
  position: relative;
  box-shadow: 0 0 4px #0003;
}

.div-block-73 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-74 {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.div-block-75 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.image-7 {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.div-block-76 {
  flex-flow: column;
  display: flex;
}

.div-block-77 {
  z-index: 2;
  margin-bottom: 30px;
  position: relative;
}

.div-block-78 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-79 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-aspa {
  color: #e9fbf4;
  width: 100%;
  height: 100%;
}

.div-block-80 {
  background-color: #04bf20;
  width: 100px;
  height: 2px;
}

.div-block-81 {
  height: 80%;
  margin-top: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-depoimento {
  background-color: var(--bg);
  padding-top: 120px;
  padding-bottom: 140px;
}

.overlay {
  background-image: linear-gradient(#00000059, #00000059);
  position: absolute;
  inset: 0%;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.div-block-82 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

.wrapper-project-new {
  height: 100%;
  text-decoration: none;
  display: block;
}

.view-video {
  color: #000;
}

.view-video:hover {
  color: #04bf20;
}

.div-block-83 {
  margin-top: 10px;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-news {
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-85 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.navigation-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover, .navigation-link.green {
  color: #04bf20;
}

.div-block-86 {
  background-color: #fff;
  width: 15px;
  height: 3px;
  margin-top: 3px;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-6.bg {
  background-color: #f7f7f7;
}

.div-block-87 {
  margin-bottom: 80px;
  display: flex;
}

.div-block-87._1 {
  margin-bottom: 0;
}

.div-block-88 {
  width: 40%;
  position: relative;
}

.div-block-88._1 {
  background-color: var(--green-dark);
  border-radius: 8px;
  width: 40%;
  padding: 50px;
}

.div-block-88._2 {
  width: 50%;
}

.div-block-89 {
  width: 60%;
  padding: 25px 25px 25px 150px;
}

.div-block-89._1 {
  width: 60%;
  padding-left: 25px;
  padding-right: 220px;
}

.div-block-89._2 {
  width: 50%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 140px;
}

.div-block-90 {
  border-radius: 8px;
  height: 600px;
  position: relative;
}

.image-8 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-91 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -15% 0% auto;
}

.div-block-92 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #f8f8f8;
  text-align: center;
  background-color: #03a61c;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 25px 25px 25px 24px;
  display: flex;
}

.text-block-6 {
  font-size: 52px;
  font-weight: 800;
  line-height: 100%;
}

.text-block-7 {
  font-size: 22px;
  font-weight: 300;
}

.div-block-93 {
  border-left: 4px solid #03a61c;
  margin-bottom: 30px;
  padding-left: 30px;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block-94 {
  margin-bottom: 34px;
}

.div-block-94._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.section-7 {
  background-color: var(--bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.card-about {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.div-block-95 {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.img-icon {
  width: 64px;
  height: 64px;
}

.img-icon-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-9 {
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-7 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-7._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 34px;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-dark);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  transition: all .35s ease-in-out;
  display: flex;
}

.div-block-96:hover {
  background-color: var(--green);
}

.div-block-96._1 {
  padding-left: 20px;
  padding-right: 20px;
}

.number {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.number-text {
  color: var(--bg);
  font-size: 16px;
}

.div-block-97 {
  padding-top: 40px;
}

.wrapper-valores {
  display: flex;
  overflow: hidden;
}

.valor-1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 25px;
  margin-bottom: 35px;
  margin-right: 25px;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 5px -1px #0003;
}

.div-block-99 {
  width: 64px;
  height: 64px;
}

.text {
  font-size: 18px;
  font-weight: 600;
}

.div-block-100 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-101 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.div-block-102 {
  width: 50%;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-104 {
  height: 500px;
}

.div-block-104._1 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-105 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding-left: 60px;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 30%;
  display: flex;
}

.div-block-106._1 {
  width: 100%;
}

.prev, .next {
  background-color: var(--light-green);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 42px;
  display: flex;
}

.section-10 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-8 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-video {
  border-radius: 8px;
}

.embed-video {
  border-radius: 8px;
  height: 250px;
  overflow: hidden;
}

.title-video {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.tabs {
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 30%;
  padding-right: 40px;
  display: flex;
}

.tabs-content {
  width: 70%;
}

.tab-link-tab-2 {
  background-color: var(--bg);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.tab-link-tab-2:hover {
  border: 1px solid var(--green);
}

.tab-link-tab-2.w--current {
  background-color: var(--green);
  color: #fff;
}

.grid-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-person {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none;
  overflow: hidden;
}

.img-person {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 450px;
}

.img-person._1 {
  height: 600px;
  position: relative;
}

.bio-person {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  padding: 20px 0;
  display: block;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
}

.position-person {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.action-icon {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.div-block-107 {
  border-top: 1px solid var(--green);
  margin-top: 10px;
  padding-top: 10px;
}

.float-language {
  z-index: 500;
  width: 200px;
  height: 200px;
  position: fixed;
  inset: auto 5% 0 auto;
}

.div-block-108 {
  position: relative;
}

.grid-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.grid-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-11._1 {
  grid-template-columns: 1fr 1fr;
}

.card-project-1 {
  z-index: 5;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 20px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px -3px #0003;
}

.card-project-1:hover {
  background-color: #00000080;
}

.card-project-1.green {
  background-color: #217135;
}

.line-1 {
  background-color: #9696964d;
  width: 55px;
  height: 5px;
}

.line-1.white {
  background-color: #fff;
}

.h3 {
  color: #969696;
  font-weight: 500;
}

.h3.black {
  color: #1d2127;
  margin-top: 10px;
}

.overlay-img {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.overlay-img._1 {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.title-1 {
  margin-bottom: 16px;
  font-size: 22px;
}

.list-item {
  margin-bottom: 12px;
  font-size: 16px;
}

.div-block-109 {
  margin-bottom: 24px;
}

.div-block-110 {
  border-right: 1px none var(--green);
  flex-flow: column;
  padding-left: 60px;
  display: flex;
}

.div-block-110._1 {
  border-right-style: none;
}

.line-h {
  background-color: var(--green);
  width: 100px;
  height: 4px;
  margin-top: 8px;
}

.lightbox-link {
  height: 300px;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-111 {
  height: 300px;
  position: relative;
}

.div-block-112 {
  background-image: linear-gradient(#0000000d, #0000000d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  background-color: var(--green);
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.form-grid._1 {
  grid-template-columns: .75fr 1fr 1fr;
}

.wrapper-field {
  position: relative;
}

.wrapper-field._1 {
  margin-bottom: 24px;
}

.div-block-113 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.search-button {
  background-color: var(--green);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  display: flex;
}

.search-button:hover {
  background-color: var(--green-dark);
}

.field-date {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.field-date:hover {
  border-color: var(--green);
}

.field-date:focus {
  border-color: var(--green-dark);
}

.filtro-wrapper {
  margin-bottom: 60px;
}

.grid-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.date-pub {
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
}

.div-block-114 {
  width: 60%;
  padding-right: 80px;
}

.div-block-115 {
  background-color: #bae4c5;
  border-radius: 8px;
  width: 40%;
  padding: 25px 30px;
}

.div-block-115._1 {
  width: auto;
  padding-left: 60px;
  padding-right: 40px;
  position: sticky;
  top: 120px;
}

.div-block-116 {
  display: flex;
  position: relative;
}

.div-block-117 {
  width: 300px;
}

.div-block-118 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid-14 {
  grid-template-rows: auto;
  display: flex;
}

.div-block-119 {
  width: 50%;
  height: 120px;
}

.image-13 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-120 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
  padding: 10px;
  display: flex;
}

.date-pub-1 {
  color: #fffc;
  font-size: 15px;
}

.title-pub {
  color: #000;
  font-size: 18px;
  line-height: 150%;
}

.card-pub-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-121._1 {
  position: static;
}

.code-embed-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-122 {
  border-radius: 8px;
  height: 330px;
}

.grid-15 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.grid-15._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.slide-wrapper {
  margin-bottom: 60px;
}

.slider-4 {
  background-color: #0000;
  border-radius: 20px;
  height: 250px;
}

.banner {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-14 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.number-navigation {
  border: 1px solid var(--green);
  color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.number-navigation.corrent {
  background-color: var(--green);
  color: #fff;
}

.text-number {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-back-int {
  color: #000;
}

.wrapper-number-navigation {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.line-z {
  background-color: var(--green);
  width: 2px;
  height: 15px;
  transform: skew(-15deg);
}

.div-block-123 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.back-page-int {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--green);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrapper-navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper-navigation._1 {
  margin-top: 60px;
}

.icon-2 {
  width: 24px;
  height: 24px;
}

.div-block-124 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pvr-icon {
  width: 42px;
  height: 42px;
}

.next-icon {
  background-color: var(--green-dark);
  border-radius: 5px;
  width: 42px;
  height: 42px;
}

.grid-16 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-11 {
  background-color: var(--green-dark);
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar-img {
  box-shadow: none;
  border-radius: 500px;
  height: 530px;
}

.image-15 {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.div-block-125 {
  display: flex;
}

.div-block-126 {
  grid-row-gap: 40px;
  flex-flow: row;
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
}

.div-block-126._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-9 {
  color: #fffc;
  font-size: 20px;
  line-height: 1.5;
}

.div-block-127 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-128 {
  width: 200px;
}

.wrapper-project, .video-wrapper, .pub-wrapper {
  margin-bottom: 60px;
}

.grid-18 {
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.div-block-129 {
  height: 300px;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-130 {
  height: 250px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-131 {
  position: sticky;
  top: 20px;
}

.text-area {
  background-color: var(--bg);
  border-radius: 10px;
  min-height: 150px;
}

.form-block-3 {
  margin-bottom: 0;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.text-info {
  font-size: 16px;
  line-height: 1.5;
}

.div-block-132 {
  margin-bottom: 40px;
}

.div-block-133 {
  margin-top: 40px;
}

.photo-contain {
  max-width: 90px;
}

.form-button-icon {
  float: left;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 0;
}

.choice-header {
  font-size: 16px;
  font-weight: 500;
}

.uploaded-photo-content {
  background-color: #f5f5f559;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.section-header-wrapper {
  margin-bottom: 24px;
}

.uploaded-photo-wrapper {
  display: none;
}

.div-block {
  flex: 1;
}

.choice-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field.no-bg-fill {
  color: #111210;
  background-color: #0000;
  border-width: 2px;
  border-color: #3479e5;
}

.photo-upload-input-field.no-bg-fill:hover {
  background-color: #f7faff;
}

.header {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.header.thinner {
  font-weight: 400;
}

.header.thinner.cntrd.pgmnto {
  margin-bottom: 6px;
}

.comprovativo-icon {
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  margin-bottom: 14px;
  overflow: hidden;
}

.choice-tab-content {
  min-height: 100px;
  padding-top: 16px;
}

.choice-icon {
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: 35px;
  margin-right: 16px;
  font-size: 50px;
  line-height: 35px;
}

.choice-icon.loose {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.choice-icon.loose.phone {
  width: 60px;
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 3px;
  line-height: 100%;
  overflow: hidden;
}

.image-18 {
  width: 100%;
}

.uploaded-image-resolution {
  color: #767676;
  font-size: 14px;
}

.choice-tab-link {
  color: #767676;
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 16px;
  height: 96px;
  padding: 0;
}

.choice-tab-link:hover {
  border-color: #ccc;
}

.choice-tab-link.w--current {
  border-color: var(--green);
  color: #111210;
  background-color: #fff;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.comprovativo-data {
  padding-top: 36px;
}

.uploaded-photo-div {
  border-right: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.photo-upload-input-wrapper.no-line {
  border-bottom-style: none;
}

.selected-tab-pane {
  border: 1px #3a86ff;
  border-radius: 16px;
  min-height: 200px;
}

.photo-upload-text {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: #767676;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
}

.photo-upload-text.small-gray.tap {
  display: none;
}

.pagamento-data {
  color: #767676;
  font-size: 18px;
  line-height: 1;
}

.choice-item {
  text-align: center;
  height: 94px;
}

.choice-item.no-line {
  padding-bottom: 3px;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.bigger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.sub-delete-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.sub-delete-button:active {
  transform: scale(.98);
}

.sub-delete-button.gray {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
}

.pagamento-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  display: grid;
}

.choice-content {
  text-align: left;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.choice-content.wider {
  grid-column-gap: 8px;
}

.instructions-wrapper {
  padding-top: 20px;
}

.section-12 {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-140 {
  background-image: linear-gradient(34deg, var(--green-dark), #000);
  background-position: 0 0;
  align-items: center;
  width: 100%;
  padding-left: 220px;
  display: flex;
}

.div-block-141 {
  background-color: #fff;
  border-radius: 8px;
  width: 30%;
  padding: 60px;
  font-family: Open Sans, sans-serif;
  overflow: visible;
}

.div-block-142 {
  background-image: url('../images/68da4e1804ed2b1e05dbf1a8_Logotipo-oficial-ADRA-35-ANOS.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 120px;
  margin-bottom: 50px;
}

.text-field-3 {
  border-radius: 5px;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 17px;
}

.text-field-3._3 {
  margin-bottom: 40px;
}

.button-2 {
  text-align: center;
  background-color: #22398e;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2._100 {
  background-color: var(--green-dark);
  text-transform: uppercase;
  background-image: none;
  width: 100%;
  font-weight: 700;
  position: static;
}

.div-block-143 {
  margin-bottom: 24px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 24px;
  display: flex;
}

.text-1 {
  color: #000;
  margin-bottom: 8px;
  font-size: 17px;
}

.text-1._1 {
  color: #000;
  margin-bottom: 1.3em;
  font-size: 24px;
  line-height: 120%;
}

.text-1._2 {
  color: #000;
  font-size: 16px;
  line-height: 120%;
}

.text-1._2._3 {
  color: var(--green);
  margin-left: 5px;
  line-height: 120%;
  text-decoration: none;
}

.text-1._2._3:hover {
  text-decoration: underline;
}

.div-block-144 {
  margin-bottom: 25px;
  position: relative;
}

.login-background {
  background-image: linear-gradient(34deg, #277350, #0f643c 50%, var(--green)), linear-gradient(to bottom, #00000040, #00000040);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.overlaw {
  background-image: linear-gradient(#00000052, #00000052);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.login {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  width: 480px;
  margin-left: 15vw;
  padding: 40px 60px;
  position: relative;
}

.image-19 {
  width: 150px;
  height: 100px;
}

.link-10 {
  color: #20638c;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.text-field-4 {
  z-index: 1;
  background-color: var(--bg);
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding: 1em;
  font-size: 17px;
  line-height: 100%;
  position: relative;
}

.logo {
  width: 59%;
  margin-bottom: 20px;
}

.submit-button {
  color: #091426;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}

.form-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-145 {
  margin-bottom: 20px;
  position: relative;
}

.not-valid {
  display: none;
}

.text-block-117 {
  font-size: 17px;
  line-height: 1.2;
}

.nav-lin {
  color: #0b051f;
  align-items: center;
  min-height: 60px;
  padding: 10px 35px 10px 45px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-lin:hover {
  color: var(--green);
  background-color: #ffffff0d;
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  color: var(--green);
  background-color: #ffffff0d;
  border-left: 4px solid #3cb33c;
}

.nav-lin.logout {
  color: #0b051f;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main {
  width: 100%;
}

.navigation-2 {
  z-index: 1000;
  background-color: var(--bg);
  border-right: 1px solid #a0aec052;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100vh;
  position: fixed;
}

.brand-wrapper {
  border-bottom: 1px solid #dbdbdb;
  height: 150px;
  padding: 45px;
}

.brand-2 {
  background-image: url('../images/68da4e1804ed2b1e05dbf1a8_Logotipo-oficial-ADRA-35-ANOS.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 150px;
  height: 85px;
  display: block;
}

.brand-2.w--current {
  background-image: url('../images/logo-original-4.png');
  width: 120px;
  margin-top: 10px;
}

.div-block-147 {
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-10 {
  margin-top: 2px;
  margin-right: 20px;
  font-size: 1.3rem;
  line-height: 1;
}

.grid-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.text-block-169 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-152 {
  color: #39393966;
}

.txt {
  color: #072e3c40;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.card-wrapper-2 {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #344e9814;
}

.card-wrapper-2:hover {
  border: 1px solid #219d2d3d;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.text-block-168 {
  color: #00000087;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.card-item-2 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item-2.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
}

.card-item-2.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item-2.data-1.x {
  width: 15%;
}

.card-item-2.data-1.x._10 {
  width: 20%;
}

.card-item-2.name {
  color: #223;
  flex: 0 auto;
  align-items: center;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-item-2.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item-2.img._900 {
  width: 20%;
}

.heading-17 {
  margin-top: 0;
}

.heading-17.box {
  flex: 0 auto;
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  overflow: hidden;
}

.heading-17.box._1 {
  flex: 1;
}

.side-a {
  width: 90%;
  display: flex;
}

.div-block-281 {
  flex: 1;
  width: 60%;
  display: flex;
}

.container-2 {
  max-width: 1200px;
  margin-left: 60px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
  overflow: hidden;
}

.text-block-164 {
  color: #294dd3;
  margin-top: 3px;
  line-height: 1;
}

.content-wrapper {
  height: auto;
  margin-left: 300px;
  padding-bottom: 50px;
  position: static;
  inset: 0%;
  overflow: visible;
}

.div-block-164 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
}

.button-3 {
  text-align: center;
  text-transform: uppercase;
  background-color: #344e98;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 96%;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.button-3:hover {
  background-color: #5878d2;
  font-weight: 700;
}

.button-3.bx {
  color: #fff;
  text-transform: uppercase;
  background-color: #2a48db;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.div-block-260-copy {
  padding-top: 0;
}

.text-block-167 {
  color: #fff;
  text-align: center;
  background-color: #a8a8a88f;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: var(--green);
}

.text-block-170 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.hold-the-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.legenda-wrapper {
  border-top: 1px solid #344e981f;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-150 {
  color: #0b051f;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-151 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.div-block-170 {
  background-color: var(--bg);
  border: 1px #e2e2e2;
  border-radius: 8px;
  height: 220px;
  padding: 50px 35px 35px;
  position: relative;
  box-shadow: 1px 1px 3px #157a9f0a;
}

.arrow-back {
  margin-right: 40px;
}

.search-no-filtro-2 {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.search-no-filtro-2._1 {
  width: 50%;
}

.div-block-263 {
  background-color: var(--bg);
  text-align: center;
  border: 1px #e0e2e7;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: static;
  box-shadow: 0 0 8px -2px #282b322e;
}

.search-input-2 {
  border: 1px solid var(--green);
  background-color: #0000;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.select-field-2 {
  border: 1px solid var(--green);
  color: #000;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-23._80 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-23._80._1 {
  grid-template-columns: 1fr 1fr;
}

.form-3 {
  width: 100%;
  display: block;
}

.form-block-5 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.form-block-5._1 {
  width: 50%;
}

.search-button-3 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-3._89 {
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  margin-top: 3px;
  top: 2px;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.form-success {
  z-index: 1000;
  background-color: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

.uploaded-photo-div-2 {
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field-label-description {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.form-text-field-3 {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

.form-text-field-3:hover {
  background-color: #fff;
}

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

.form-text-field-3::placeholder {
  color: #9c9c9c;
}

.form-text-field-3._1 {
  margin-top: 10px;
}

.uploaded-photo-content-2 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-282 {
  flex: 1;
}

.photo-upload-input-field-2 {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field-2:hover {
  background-color: #fff;
}

.photo-upload-input-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field-2::placeholder {
  color: #9c9c9c;
}

.form-left-side-2 {
  background-color: var(--bg);
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.button-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-4.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-4.success-continue:hover {
  background-color: #058317;
}

.button-4.mensagem {
  text-align: center;
  text-transform: uppercase;
  background-color: #3158b1;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.button-4.mensagem:hover {
  background-color: #157a9f;
}

.button-4.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-4.success-continue-copy:hover {
  background-color: #00000052;
}

.button-4.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

.button-4.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-4.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
}

.button-4.gray.apagar {
  display: inline-flex;
}

.button-4.gray.apagar._1 {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 45px;
  display: flex;
}

.button-4.mensagem-copy {
  color: #0b051f;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0b051f;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  transition: none;
  display: block;
}

.button-4.mensagem-copy:hover {
  color: #fff;
  background-color: #072e3cb3;
  border-style: none;
}

.button-4.red-lines {
  color: red;
  background-color: #0000;
  border: 1px solid red;
  font-size: 17px;
}

.button-4.red-lines:hover {
  color: #fff;
  background-color: red;
}

.button-4.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-4.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: #0000;
}

.button-4.gray.apagar:hover {
  background-color: #fc3636;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-283 {
  margin-bottom: 25px;
}

.div-block-283._9 {
  margin-top: 35px;
}

.div-block-283._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-success-content {
  background-color: #fff;
  border-radius: 4px;
  min-width: 200px;
  max-width: 1000px;
  height: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px #00000042;
}

.form-success-content.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px #00000042;
}

.success-flex {
  display: flex;
}

.uploaded-image-resolution-2 {
  color: #9c9c9c;
}

.grid-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

.form-field-label {
  color: #222233db;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1;
}

.uploaded-image-name-2 {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.form-button-icon-2 {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.link-4 {
  color: red;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.fomr-alt-text {
  flex: 1;
  width: 80%;
  font-size: .8rem;
  line-height: 1;
}

.uploaded-photo-info-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.texto {
  border-radius: 8px;
  padding-bottom: 259px;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.div-1.eie._1 {
  margin-top: 25px;
  margin-bottom: 0;
}

.test-form-block {
  background-color: #fff;
  border-radius: 4px;
  height: 947px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  background-color: #0000;
  height: auto;
  padding: 0;
}

.test-form-block.zero-padding-all._4000, .test-form-block.zero-padding-all._290 {
  width: 800px;
}

.confirmation-check-icon {
  color: #05b32e;
  text-align: center;
  background-color: #0000;
  border: 3px solid #05b32e;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  inset: 15px auto auto 20px;
}

.error-message {
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-20 {
  object-fit: contain;
  max-height: 80%;
}

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field:hover {
  background-color: #fff;
}

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field.last-item:focus {
  border-color: #1675bd;
}

.form-4 {
  display: flex;
}

.form-4.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-4.round-corners._10 {
  border-style: none;
  border-radius: 8px;
  margin-left: 0;
  box-shadow: 1px 1px 3px #344e9829;
}

.photo-upload-text-2 {
  margin-top: 15px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-input-wrapper-2 {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.photo-upload-input-wrapper-2.line-none {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.div-block-146 {
  background-color: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.grid-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.texto-2 {
  color: #33333382;
  margin-bottom: 10px;
  font-size: 17px;
}

.div-block-274 {
  flex: 1;
  padding-left: 50px;
}

.div-block-274._2 {
  padding-left: 0;
}

.div-block-272 {
  background-color: var(--bg);
  border-radius: 5px;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 3px #344e9826;
}

.titulo {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-284 {
  margin-bottom: 25px;
}

.icon-del {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.div-block-285 {
  padding-left: 150px;
}

.delete {
  background-color: var(--bg);
  color: #949494;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.grid-25 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-25._1 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--bg);
  color: #606060;
  border-radius: 5px;
  flex-flow: column;
  padding: 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border: 1px solid var(--green);
}

.link-block._1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  font-size: 18px;
  font-weight: 600;
}

.uploaded-photo-div-3 {
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uploaded-photo-content-3 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-286 {
  flex: 1;
}

.form-left-side-3 {
  background-color: var(--bg);
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.div-block-287 {
  margin-bottom: 25px;
}

.div-block-287.line {
  border-bottom: 1px solid var(--borde-line);
  padding-bottom: 12px;
}

.uploaded-image-resolution-3 {
  color: #9c9c9c;
}

.form-button-icon-3 {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.div-block-172 {
  margin-top: 25px;
}

.uploaded-photo-info-3 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.image-21 {
  object-fit: contain;
  max-height: 80%;
}

.form-5 {
  display: flex;
}

.form-5.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-5.round-corners._10 {
  border-style: none;
  border-radius: 8px;
  margin-left: 0;
  box-shadow: 1px 1px 3px #344e9829;
}

.photo-upload-text-3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-text-4 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 100%;
}

.photo-upload-text-4.small-gray {
  color: #667999;
  margin: 10px 25px 0;
  font-size: 15px;
}

.img-profile {
  border-radius: 500px;
  width: 120px;
  height: 120px;
}

.image-22 {
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: 100%;
}

.text-block-171 {
  cursor: pointer;
  background-color: #e3e3e3;
  border-radius: 5px;
  padding: 9px 35px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-171:hover {
  background-color: var(--green);
  color: #fff;
}

.card-wrapper-3 {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #344e9814;
}

.card-wrapper-3:hover {
  border: 1px solid #072e3c3d;
}

.text-block-172 {
  color: #00000087;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-173 {
  color: #294dd3;
  margin-top: 3px;
  line-height: 1;
}

.text-block-174 {
  color: #fff;
  text-align: center;
  background-color: #a8a8a88f;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-174:hover {
  background-color: #01141b;
}

.div-block-288 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-289 {
  width: 150px;
}

.div-block-290 {
  display: flex;
}

.div-block-291 {
  width: 55%;
}

.div-block-292 {
  width: 45%;
  padding-top: 20px;
  padding-left: 55px;
  padding-right: 55px;
}

.div-block-293 {
  overflow: hidden;
}

.image-23 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-294 {
  height: 250px;
}

.div-block-295 {
  padding-top: 140px;
}

.grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-296 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-297 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.text-block-175 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.title-dropdown {
  line-height: 1.5;
}

.title-dropdown._1 {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
}

.div-block-298 {
  width: 50%;
}

.div-block-299 {
  background-color: var(--light-green);
  background-image: none;
  border-radius: 5px;
  height: auto;
  padding: 50px;
}

.grid-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-300 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-300._1 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-301 {
  border-left: 5px solid var(--green);
  width: 50%;
  padding-left: 25px;
}

.div-block-301._1 {
  border-left-style: none;
}

.section-13 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-302 {
  display: flex;
}

.div-block-303 {
  background-image: url('../images/21008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.div-block-303._1 {
  background-image: none;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-304 {
  margin-bottom: 24px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-305 {
  margin-bottom: 24px;
}

.div-block-305._1 {
  margin-bottom: 0;
}

.map {
  height: 530px;
}

.div-block-306 {
  margin-bottom: 24px;
}

.grid-28 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-28._1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  padding-right: 60px;
}

.cargo {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.cargo._1 {
  color: var(--green);
}

.div-block-307 {
  position: relative;
  overflow: hidden;
}

.nome_lider {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.nome_lider:hover {
  color: var(--green);
}

.nome_lider._1 {
  margin-bottom: 5px;
  font-size: 32px;
}

.div-block-308 {
  width: 650px;
  margin-bottom: 60px;
}

.div-block-309 {
  width: 60%;
}

.div-block-310 {
  width: 40%;
}

.div-block-311 {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-312 {
  margin-top: 24px;
}

.div-block-313 {
  position: sticky;
  top: 20px;
}

.div-block-314 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-315 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.title-2 {
  font-size: 16px;
  font-weight: 600;
}

.title-2._1 {
  color: #9e9e9e;
  margin-left: 5px;
  font-size: 16px;
}

.div-block-316 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-midia-lider {
  color: var(--green);
  background-color: #f1f1f1;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
}

.social-lider-icon {
  width: 20px;
  height: 20px;
}

.div-block-317 {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-318 {
  background-color: var(--green);
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: auto;
  margin-bottom: 100px;
  margin-left: -80px;
  padding: 25px;
  display: flex;
}

.div-block-319 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--bg);
  flex-flow: column;
  flex: 1;
  font-size: 32px;
  line-height: 100%;
  display: flex;
}

.div-block-320 {
  color: var(--bg);
  flex: 1;
  font-size: 17px;
  line-height: 150%;
}

.number-1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-321 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-322 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.text-button {
  border-radius: 8px;
  padding: 10px 30px;
}

.card-history {
  background-color: #fff;
  padding: 25px 30px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  box-shadow: 0 0 3px 1px #0003;
}

.card-history:hover {
  transform: translate(0, -5px);
}

.card-history._1 {
  flex: none;
  width: 500px;
  margin: 25px 25px 25px 10px;
}

.div-block-323 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-324 {
  background-color: #c2eece;
  width: 200px;
  height: 3px;
}

.div-block-325 {
  background-color: #c2eece;
  border-radius: 500px;
  width: 15px;
  height: 15px;
}

.div-block-326 {
  position: relative;
}

.icon-quote {
  transform-style: preserve-3d;
  width: 42px;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.div-block-327 {
  color: #abe2c1;
  padding-left: 40px;
}

.div-block-328 {
  position: relative;
}

.div-block-329 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20% 0% auto;
}

.image-24 {
  object-fit: cover;
  border-radius: 500px;
  width: 150px;
  height: 150px;
}

.div-block-330 {
  background-color: var(--light-green);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  padding: 70px 25px 30px;
  display: flex;
}

.div-block-331 {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-177 {
  color: #959595;
}

.div-block-332 {
  margin-top: 24px;
}

.div-block-333 {
  border: 2px solid var(--bg);
  border-radius: 500px;
}

.text-block-178 {
  background-color: var(--green);
  color: var(--bg);
  border-radius: 8px;
  padding: 8px 25px;
}

.text-block-178:hover {
  background-color: var(--green-dark);
}

.grid-29 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-334 {
  height: 500px;
  position: relative;
}

.image-25 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-335 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--green);
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 5% -5% auto;
}

.text-block-179 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-180 {
  color: #fffc;
  font-size: 20px;
}

.div-block-336 {
  padding-top: 0;
  padding-left: 20px;
}

.div-block-337 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.div-block-338 {
  background-color: #bae4c5;
  padding: 20px 60px 40px;
  position: sticky;
  top: 120px;
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-339 {
  height: 120px;
}

.image-26 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-340 {
  padding: 0 20px 8px;
}

.div-block-341 {
  margin-bottom: 40px;
}

.div-block-342 {
  margin-bottom: 24px;
  text-decoration: none;
}

.div-block-344 {
  margin-bottom: 60px;
}

.div-block-345 {
  height: 500px;
  padding-left: 60px;
  padding-right: 60px;
}

.code-embed-3 {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.name-project {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-346 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-347 {
  background-color: #bae4c5;
  width: 100%;
  height: 3px;
  margin-left: 60px;
}

.div-block-348 {
  width: 40%;
}

.div-block-349 {
  margin-bottom: 40px;
}

.div-block-350 {
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 630px;
  display: flex;
  position: relative;
}

.div-block-350._1 {
  background-image: url('../images/Orgãos-Executivos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.div-block-351 {
  background-color: var(--light-green);
  color: #333;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.div-block-351._1 {
  margin-left: 220px;
}

.div-block-352 {
  background-color: var(--green);
  width: 3px;
  height: 500px;
}

.div-block-353 {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 370px;
}

.div-block-354 {
  text-align: center;
  background-color: #b2b2b233;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: -63px;
  margin-right: 40px;
  padding: 20px;
  display: flex;
}

.div-block-355 {
  text-align: center;
  background-color: #b2b2b233;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding: 20px;
  display: flex;
}

.div-block-356 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 60px;
  display: flex;
  position: absolute;
  bottom: 140px;
}

.div-block-357 {
  width: 200px;
}

.div-block-358 {
  text-align: center;
  background-color: #b2b2b233;
  border-radius: 8px;
  width: 200px;
  padding: 20px;
}

.div-block-359 {
  border: 1px dashed var(--green);
  width: 100px;
}

.div-block-359._1 {
  align-self: center;
  width: 25px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.column-7, .column-8 {
  padding-right: 0;
}

.div-block-360 {
  background-color: var(--green);
  color: var(--bg);
  text-align: center;
  border-radius: 8px;
  width: 200px;
  padding: 20px;
}

.div-block-361 {
  margin-bottom: 80px;
  padding-left: 75px;
}

.div-block-362 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-363 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  padding-left: 190px;
  display: flex;
  position: absolute;
  bottom: 350px;
}

.div-block-364 {
  background-color: var(--light-green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 170px;
  display: flex;
}

.div-block-364._1 {
  margin-right: 40px;
}

.div-block-365 {
  text-align: center;
  background-color: #b2b2b233;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-366 {
  width: 100%;
  padding-left: 120px;
  display: flex;
  position: absolute;
  bottom: 220px;
}

.div-block-367 {
  background-color: var(--light-green);
  border-radius: 8px;
  align-self: center;
  padding: 20px;
}

.section-14 {
  height: 850px;
  padding-top: 100px;
}

.div-block-368 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.wrapper_whatsapp {
  z-index: 400;
  color: #333;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto 2% 13% auto;
}

.whatsapp_link {
  background-color: var(--green);
  color: var(--bg);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.icon_zap {
  width: 30px;
  height: 30px;
}

.text-block-181 {
  background-color: var(--light-green);
  border: 1px solid #a3c7b1;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 20px;
  padding: 10px;
}

.mapa {
  width: 900px;
  height: 100%;
}

.mapa.mobile {
  display: none;
}

.grid-32 {
  grid-column-gap: 20px;
}

.div-block-369 {
  margin-bottom: 20px;
}

.div-block-370 {
  margin-top: 20px;
}

.slide-2 {
  height: 100%;
}

.grid-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

.div-block-371 {
  background-color: #e4e4e4eb;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-11 {
  color: red;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.link-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: var(--black);
    font-size: 28px;
  }

  .menu-button.w--open {
    color: var(--green);
    background-color: #0000;
  }

  .div-block-2 {
    width: auto;
  }

  .link-nav {
    color: var(--bg);
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #111;
    width: 80%;
    height: 100vh;
    padding: 24px 80px 20px;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: clip;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container._1 {
    width: 100%;
  }

  .code-embed {
    display: none;
  }

  .code-embed.mobile {
    display: block;
  }

  .right-contain {
    width: 20%;
  }

  .text-conctact {
    font-size: 12px;
  }

  .left-contain {
    width: 80%;
  }

  .dropdown-list {
    position: static;
  }

  .div-block-9 {
    width: auto;
  }

  .dropdown {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-12 {
    width: 100%;
  }

  .paragraph.black._2 {
    font-size: 16px;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-38 {
    flex-flow: column;
    height: auto;
  }

  .div-block-43 {
    width: 100%;
  }

  .hero-section.oqf {
    background-image: linear-gradient(#00000080, #00000080), url('../images/about-us-adra.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-42 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-4 {
    height: auto;
  }

  .div-block-45 {
    width: 100%;
  }

  .div-block-46 {
    padding-right: 0;
  }

  .div-block-51 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-61 {
    flex-flow: column;
  }

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

  .section-project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-26._1 {
    margin-bottom: 34px;
  }

  .div-block-64 {
    flex-flow: column;
  }

  .div-block-65 {
    width: 100%;
  }

  .div-block-59 {
    width: 100%;
    height: 100%;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-66._1 {
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-30._1 {
    padding-left: 0;
  }

  .div-block-16 {
    width: 600px;
  }

  .div-block-68 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-69 {
    width: 100%;
  }

  .feedback {
    width: 100%;
    padding-left: 0;
  }

  .div-block-71 {
    width: 180px;
  }

  .section-depoimento {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .section-6, .section-6.bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-87 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-87._1.flex {
    flex-flow: row;
  }

  .div-block-88 {
    width: 100%;
    margin-bottom: 24px;
  }

  .div-block-88._1, .div-block-88._2 {
    width: 100%;
  }

  .div-block-89 {
    width: 100%;
    padding-left: 25px;
  }

  .div-block-89._1 {
    width: 100%;
    padding-right: 25px;
  }

  .div-block-89._2 {
    width: 100%;
    padding-left: 25px;
  }

  .div-block-90 {
    flex-flow: column;
    height: 400px;
    margin-bottom: 24px;
    position: static;
  }

  .div-block-91 {
    position: static;
    inset: auto 0% 0% auto;
  }

  .div-block-92 {
    width: 100%;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .columns {
    flex-flow: column;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-101 {
    flex-flow: column;
  }

  .div-block-102 {
    width: 100%;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    flex-flow: row;
    width: 100%;
    padding-right: 10px;
  }

  .tabs-content {
    width: 100%;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-110 {
    padding-left: 0;
  }

  .div-block-110._1 {
    padding-top: 34px;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr;
  }

  .tab-pane-tab-1 {
    padding-top: 40px;
  }

  .form-grid._1, .grid-13 {
    grid-template-columns: 1fr 1fr;
  }

  .date-pub {
    margin-top: 20px;
  }

  .div-block-114 {
    width: 50%;
    padding-right: 20px;
  }

  .div-block-115 {
    width: 50%;
    padding: 25px;
  }

  .div-block-115._1 {
    padding: 25px;
  }

  .div-block-119 {
    width: 100%;
  }

  .div-block-120 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card-pub-link.w--current {
    flex-flow: column;
  }

  .div-block-121 {
    top: 40px;
  }

  .grid-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-15._1 {
    grid-template-columns: 1fr;
  }

  .back-page-int {
    display: none;
  }

  .wrapper-navigation {
    justify-content: center;
    align-items: center;
    padding-right: 40px;
  }

  .grid-16 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-17 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .avatar-img {
    height: 450px;
  }

  .div-block-126 {
    width: 100%;
    padding-left: 34px;
  }

  .div-block-126._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-9 {
    line-height: 1.4;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .choice-header.pgmnt {
    text-align: center;
    width: auto;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .choice-icon {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 90px;
    height: auto;
  }

  .choice-icon.loose.phone {
    width: 90px;
  }

  .choice-tab-link {
    height: auto;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .choice-item.no-line {
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
  }

  .div-block-140 {
    width: 50%;
  }

  .div-block-141 {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-142 {
    width: 150px;
    height: 70px;
  }

  .button-2 {
    font-size: 15px;
  }

  .login {
    margin-left: 5vw;
  }

  .not-valid, .navigation-2 {
    display: none;
  }

  .card-item-2.img {
    flex: none;
  }

  .heading-17 {
    font-size: 2rem;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .legenda-wrapper {
    display: none;
  }

  .text-block-150 {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
  }

  .text-block-151 {
    font-size: 35px;
  }

  .div-block-170 {
    height: auto;
    padding: 25px;
  }

  .form-left-side-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-274 {
    padding-left: 35px;
  }

  .div-block-272 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-left-side-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-290 {
    flex-flow: column;
  }

  .div-block-291 {
    width: 100%;
  }

  .div-block-292 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-295 {
    padding-top: 60px;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .div-block-300 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-301 {
    width: 100%;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-302 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-303 {
    width: 100%;
    height: 450px;
  }

  .div-block-303._1 {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-28 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-308 {
    width: auto;
  }

  .div-block-309, .div-block-310 {
    width: 50%;
  }

  .div-block-311 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-318 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .grid-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-338 {
    padding: 20px;
    top: 20px;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .div-block-339 {
    height: 170px;
  }

  .div-block-340 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-348 {
    width: 50%;
  }

  .div-block-361 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-6.bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-navigation {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .choice-header.pgmnt {
    text-align: left;
    width: auto;
  }

  .photo-upload-input-field.no-bg-fill {
    border-width: 3px;
    height: auto;
    min-height: 170px;
    padding: 24px;
  }

  .header, .header.thinner {
    font-weight: 600;
  }

  .header.thinner.cntrd {
    text-align: center;
  }

  .header.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .choice-icon {
    margin-bottom: 0;
    font-size: 40px;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin-right: 10px;
  }

  .choice-icon.loose.phone {
    min-width: 26px;
    max-width: 26px;
  }

  .choice-tab-link {
    flex: 1;
  }

  .photo-upload-text {
    font-size: 17px;
  }

  .photo-upload-text.small-gray.click {
    display: none;
  }

  .photo-upload-text.small-gray.tap {
    display: block;
  }

  .choice-item.no-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .material-icons {
    padding-top: 11px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

  .choice-content {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .choice-content.wider {
    grid-column-gap: 0px;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .section-12 {
    flex-direction: column;
  }

  .div-block-140 {
    width: 100%;
    height: 400px;
  }

  .div-block-141 {
    width: 100%;
    padding-top: 50px;
  }

  .div-block-142 {
    width: 150px;
  }

  .not-valid {
    z-index: 1000;
    background-image: linear-gradient(#091426f0, #091426f0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .heading-17 {
    font-size: 1.5rem;
  }

  .form-4.round-corners._10, .form-5.round-corners._10 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .company-logo {
    width: 150px;
    height: 100px;
  }

  .nav-menu {
    padding-left: 5px;
    padding-right: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-contain {
    width: 50%;
  }

  .text-conctact._1 {
    font-size: 11px;
  }

  .div-block-7 {
    display: none;
  }

  .left-contain {
    width: 50%;
  }

  .div-block-10 {
    margin-left: 10px;
  }

  .regional-wrapper._1 {
    padding-left: 0;
  }

  .heading {
    font-size: 28px;
  }

  .heading.white {
    font-size: 32px;
  }

  .paragraph.black._1 {
    text-align: left;
  }

  .image-3 {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .div-block-41 {
    width: 100%;
    height: 350px;
  }

  .div-block-40 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .heading-2 {
    font-size: 24px;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-3._3 {
    font-size: 20px;
  }

  .card-news-1 {
    padding: 10px;
  }

  .div-block-54 {
    padding: 25px;
  }

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

  .heading-4 {
    font-size: 36px;
  }

  .section-project {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-26 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .section-5 {
    height: auto;
  }

  .div-block-59 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    margin-bottom: 24px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .partners {
    padding-left: 0;
  }

  .wrapper-img-galery {
    width: 180px;
    height: 180px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-66._1 {
    width: 100%;
  }

  .field-label {
    font-size: 22px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .heading-7.white {
    font-size: 20px;
  }

  .div-block-31 {
    margin-top: 10px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-bottom: 40px;
  }

  .text-field {
    padding-left: 40px;
    padding-right: 95px;
  }

  .wrapper-button {
    width: 90px;
  }

  .div-block-17 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    width: 40px;
  }

  .div-block-16 {
    width: auto;
    margin-right: 0;
  }

  .quick-stack {
    padding: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-87 {
    margin-bottom: 40px;
  }

  .div-block-88._1 {
    padding: 15px;
  }

  .div-block-89 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-89._1 {
    margin-bottom: 20px;
    padding: 0;
  }

  .div-block-89._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-94 {
    margin-bottom: 24px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-about {
    padding: 20px;
  }

  .grid-7, .grid-7._1 {
    grid-template-columns: 1fr;
  }

  .div-block-104 {
    height: 350px;
  }

  .div-block-104._1 {
    height: auto;
  }

  .div-block-105 {
    margin-top: 20px;
    padding-left: 20px;
  }

  .grid-8 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    scrollbar-width: thin;
    overflow: auto;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 50px;
    padding: 12px 40px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .img-person._1 {
    height: 450px;
  }

  .grid-10, .grid-11 {
    grid-template-columns: 1fr;
  }

  .card-project-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h3 {
    font-size: 17px;
  }

  .h3.black {
    font-size: 22px;
  }

  .lightbox-link, .div-block-111 {
    height: 250px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .form-grid, .form-grid._1, .grid-13 {
    grid-template-columns: 1fr;
  }

  .div-block-114 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-115 {
    width: 100%;
    margin-top: 40px;
    padding: 15px;
  }

  .div-block-115._1 {
    padding: 20px;
  }

  .div-block-116 {
    flex-flow: column;
  }

  .div-block-117 {
    width: auto;
    padding-bottom: 60px;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .number-navigation {
    margin-right: 0;
  }

  .wrapper-number-navigation {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navigation {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-right: 0;
  }

  .div-block-124 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pvr-icon {
    display: none;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .div-block-125 {
    flex-flow: column;
  }

  .div-block-126 {
    padding-left: 0;
  }

  .div-block-126._1 {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .grid-18 {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
    max-width: none;
  }

  .section-header-wrapper {
    margin-bottom: 24px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    scrollbar-width: thin;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .choice-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .choice-icon.loose.phone {
    width: 70px;
    min-width: auto;
    max-width: none;
    padding-left: 3px;
    padding-right: 3px;
  }

  .tabs-2 {
    width: 100%;
  }

  .choice-tab-link {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .selected-tab-pane {
    min-height: auto;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

  .choice-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .column-2, .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-141 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .div-block-142 {
    width: 130px;
    margin-bottom: 35px;
  }

  .text-1 {
    font-size: 16px;
  }

  .text-1._1 {
    font-size: 18px;
  }

  .text-1._2 {
    font-size: 14px;
  }

  .login-background {
    width: auto;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

  .login {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .not-valid {
    display: none;
  }

  .text-block-169 {
    margin-bottom: .3rem;
  }

  .card-wrapper-2 {
    height: auto;
    padding: 15px;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .card-item-2.data-1 {
    width: 100%;
  }

  .card-item-2.img {
    padding-left: 0;
  }

  .heading-17.box {
    margin-bottom: 0;
  }

  .side-a {
    flex-direction: column;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-164 {
    min-width: 150px;
    max-width: 160px;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    margin-top: 12px;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-150 {
    height: auto;
  }

  .form-left-side-2 {
    padding: 35px 25px;
  }

  .button-4.mensagem, .button-4.mensagem-copy {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .div-block-274 {
    padding-left: 0;
  }

  .div-block-272 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-left-side-3 {
    padding: 35px 25px;
  }

  .card-wrapper-3 {
    height: auto;
    padding: 15px;
  }

  .div-block-291 {
    order: 9999;
  }

  .div-block-292 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .div-block-299 {
    padding: 25px;
  }

  .div-block-300._1 {
    flex-flow: column;
  }

  .grid-28 {
    grid-template-columns: 1fr;
  }

  .div-block-309 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-310 {
    width: 100%;
  }

  .div-block-311 {
    flex-flow: column;
  }

  .div-block-315 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-316 {
    justify-content: center;
    align-items: center;
  }

  .social-midia-lider {
    width: 50px;
    height: 50px;
  }

  .div-block-319 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 24px;
  }

  .text-block-176 {
    align-self: stretch;
    padding-left: 30px;
  }

  .card-history._1 {
    width: 320px;
    min-width: 320px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-330 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-331 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-178 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-29 {
    grid-template-columns: 1fr;
  }

  .div-block-334 {
    height: 430px;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .div-block-339 {
    height: 200px;
  }

  .div-block-345 {
    height: 430px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-346 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-347 {
    width: 130px;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-348 {
    width: 100%;
  }

  .div-block-350 {
    height: 370px;
  }

  .div-block-350._1 {
    height: 300px;
  }

  .div-block-361 {
    margin-bottom: 40px;
  }

  .section-14 {
    height: 900px;
    padding-top: 60px;
  }

  .mapa {
    width: 370px;
  }

  .mapa.mobile {
    display: block;
  }

  .grid-31 {
    grid-template-columns: 1fr;
  }
}

#w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c256e-34b542e7 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c256f-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c2589-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c2595-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c25ac-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c25b8-34b542e7 {
  grid-row: span 2 / span 2;
}

#w-node-_956f714c-2d76-0e75-ea2b-98b29ebf14e4-9e9e4056 {
  justify-self: auto;
}

#w-node-_887aa6af-0f0c-a1e6-17d3-f102b79236de-b3c123ab, #w-node-_25d8656a-e0cf-53c8-f3c7-7a7cd519c964-b3c123ab, #w-node-_8bd14b49-efe1-7f1a-a79d-6437600d0e9b-b3c123ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0a39e85-311e-c82b-216f-a03bc1bf18b6-892e51fa, #w-node-c0a39e85-311e-c82b-216f-a03bc1bf18bd-892e51fa, #w-node-c0a39e85-311e-c82b-216f-a03bc1bf18c4-892e51fa, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a5d-1614019e, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a6d-1614019e, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a5d-bb6cd564, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a6d-bb6cd564, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a5d-33d083f4, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a6d-33d083f4, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a5d-be7b6cdd, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a6d-be7b6cdd, #w-node-_7d1b6b98-d8f8-eb57-7007-872ca9f1e659-fcdf609d, #w-node-cab747b6-c2d2-41bc-a106-37be80c808de-fcdf609d, #w-node-_3a84ff3c-9882-a08b-ef1e-ee891a84aaa3-fcdf609d, #w-node-_74fe37c3-eb96-2604-24c5-3ca252cd655c-fcdf609d, #w-node-a1fcd2d3-d5db-b130-da79-251dc740c0bc-fcdf609d, #w-node-_43fc3b90-a39a-c6e7-8091-e1a4d67c7680-fcdf609d, #w-node-_6904c5b1-30f0-c7c5-012d-864652c3fc1e-3deabf24, #w-node-_6904c5b1-30f0-c7c5-012d-864652c3fc24-3deabf24, #w-node-_6904c5b1-30f0-c7c5-012d-864652c3fc2a-3deabf24, #w-node-_6904c5b1-30f0-c7c5-012d-864652c3fc30-3deabf24, #w-node-_6904c5b1-30f0-c7c5-012d-864652c3fc36-3deabf24, #w-node-_6904c5b1-30f0-c7c5-012d-864652c3fc3c-3deabf24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f669e32-662b-2f43-90ec-6d367a4f4673-23c7135d {
  justify-self: start;
}

#w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a5d-bcac04f6, #w-node-_03e5f8cb-97e1-c99f-b17e-ee8a46303a6d-bcac04f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c256e-34b542e7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c256f-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c2589-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c2595-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c25ac-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c25b8-34b542e7 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c256e-34b542e7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c256f-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c2589-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c2595-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c25ac-34b542e7, #w-node-_40245f4a-1f2b-e0c0-9dac-6d1f5e3c25b8-34b542e7 {
    grid-row: span 2 / span 2;
  }
}


