@charset "UTF-8";
/* Componentes */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
.button-green,
.button-green2,
.button-black,
.button-outline-white {
  width: 11.155rem;
  height: 3.415rem;
  background-color: #A8C44F;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Gilroy-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
}

.button-green:hover {
  background-color: #66842C;
}

.button-green2 {
  background-color: #EDEEE5;
  color: #9AA35D;
}

.button-green2:hover {
  background-color: #66842C;
  color: #FFFFFF;
}

.button-black {
  width: 13.415rem;
  background-color: #171902;
  color: #FFFFFF;
}

.button-black:hover {
  background-color: #66842C;
}

.button-outline-white {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

.button-outline-white:hover {
  border: 1px solid #66842C;
  background-color: #66842C;
}

.header-pages {
  background: url(../images/bg-pages-header.jpg);
  width: 100%;
  height: 31.005rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-pages .hero img {
  width: 30rem;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .header-pages .hero img {
    max-width: 90%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .header-pages .hero img {
    max-width: 100%;
  }
}
/* Nav Bar
  --------------------------------------------- */
.navbar {
  padding: 1.5rem 0;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 9;
}
.navbar .navbar-toggler {
  border: 0;
  padding: 2px 6px;
  background-color: #FFFFFF;
}
.navbar .navbar-toggler-icon {
  border: 0;
}

.navbar-nav {
  gap: 4.5vw;
  margin-left: 6vw;
}
.navbar-nav .nav-link {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Gilroy-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navbar-brand img {
  height: 3.125rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0;
}

.active .nav-link {
  font-family: "Gilroy-Bold", serif;
  color: #808749;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .navbar-nav {
    margin: 0 1.5rem 0 0rem;
    display: flex;
    align-items: flex-start;
  }
  .navbar-nav .nav-item {
    margin: 0 0.2rem 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@font-face {
  font-family: Gilroy-Light;
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy-Regular;
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy-Medium;
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy-SemiBold;
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Gilroy-Bold;
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Nunito-Bold;
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}
/* Título das páginas
  --------------------------------------------- */
.title-pages {
  width: 100%;
  align-items: center;
  display: flex;
  text-align: left;
  position: relative;
}
.title-pages h1 {
  font-size: 6rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #E4E3CE;
  line-height: 95%;
  margin: 0 auto;
}
.title-pages img {
  max-width: 45%;
  height: auto;
  margin: 0 auto;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .title-pages img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1399px) {
  .title-pages h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .title-pages h1 {
    font-size: 5.5rem;
  }
  .title-pages img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .title-pages h1 {
    font-size: 5rem;
  }
  .title-pages img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .title-pages h1 {
    font-size: 4rem;
  }
  .title-pages img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .title-pages h1 {
    font-size: 2.5rem;
  }
}
.offcanvas.offcanvas-end {
  width: 250px;
}

.offcanvas-header .offcanvas-logo img {
  height: 34px;
}
.offcanvas-header .btn-close {
  border: 0;
  box-shadow: 0 0 0 0;
}

.offcanvas-body {
  padding: 12px 1rem 0 1rem;
}
.offcanvas-body ul {
  padding-left: 5px;
}
.offcanvas-body .nav-offcanvas {
  list-style: none;
  float: left;
}
.offcanvas-body .nav-offcanvas .active .nav-link {
  font-family: "Gilroy-Bold", serif;
  color: #808749;
}
.offcanvas-body .nav-offcanvas li {
  padding: 10px 0;
}
.offcanvas-body .nav-offcanvas li a {
  font-size: 16px;
  color: #171902;
  font-family: "Gilroy-Medium", sans-serif;
  text-transform: uppercase;
}

/* Footer
  --------------------------------------------- */
.footer {
  padding: 6.5rem 0 1rem 0;
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #171902;
}
.footer .faca-parte {
  background: url(../images/bg-faca-parte.png);
  width: 92.5rem;
  height: 7.935rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8rem;
  margin: 0 auto 4rem auto;
}
.footer .faca-parte h1 {
  font-size: 1.875rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #171902;
}
.footer .box-text {
  display: flex;
}
.footer .box-text .logo-footer {
  height: 5.375rem;
  margin-bottom: 1.4rem;
}
.footer .box-text p {
  font-size: 1.3rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #BBBBBB;
  white-space: pre-line;
  line-height: 130%;
  margin-bottom: 1.5rem;
}
.footer .box-text .box-email {
  display: flex;
  align-items: center;
}
.footer .box-text .box-email img {
  width: 1.2rem;
  margin-right: 12px;
}
.footer .box-text .box-email h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  margin: 0;
}
.footer .box-text .redes-sociais {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.footer .box-text .redes-sociais img {
  width: 3.5rem;
  height: auto;
}
.footer .menu-link h1 {
  font-size: 1.125rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.footer .menu-link ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}
.footer .menu-link ul li {
  list-style: none;
}
.footer .menu-link ul li a {
  font-size: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #BBBBBB;
}
.footer .menu-link ul li a:hover {
  color: #66842C;
}
.footer .endereco h1 {
  font-size: 1.125rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.footer .endereco p {
  font-size: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #BBBBBB;
  max-width: 85%;
  line-height: 3rem;
  margin-top: -12px;
}
.footer .criado h1 {
  font-size: 13px;
  font-family: "Gilroy-Medium", sans-serif;
  color: #BBBBBB;
  display: flex;
  align-items: flex-end;
}

/* Efeito subir ao clicar na seta
  --------------------------------------------- */
.btn-down {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  width: 44px;
  height: 44px;
  border-radius: 3.5px;
  background-color: #A8C44F;
  transition: background-color 0.8s;
}
.btn-down:hover {
  background-color: #66842C;
}
.btn-down .arrow_upward {
  color: #FFFFFF;
}

.btn-down:hover > .arrow_upward {
  color: #FFFFFF;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .footer .faca-parte {
    width: 81rem;
  }
}
@media only screen and (max-width: 1399px) {
  .footer .faca-parte {
    width: 69.5rem;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .faca-parte {
    width: 58.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer .faca-parte {
    width: 43.5rem;
    padding: 0 2rem;
  }
  .footer .faca-parte h1 {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .footer .endereco h1 {
    margin-top: 3rem;
  }
  .footer .endereco p {
    max-width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .faca-parte {
    width: 32rem;
  }
  .footer .faca-parte h1 {
    font-size: 1.3rem;
  }
  .footer .endereco p {
    max-width: 35%;
  }
  .footer .criado {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer .faca-parte {
    background-color: #A8C44F;
    width: 100%;
    height: 15rem;
    display: grid;
    padding: 2rem;
    align-items: center;
    justify-content: center;
  }
  .footer .endereco p {
    margin-top: -4rem;
    white-space: pre-line;
    max-width: 100%;
  }
  .footer .criado h2 {
    padding-right: 1rem;
  }
}
/* Página Home */
header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .bg-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* Hero
  --------------------------------------------- */
.hero {
  width: 100%;
  align-items: center;
  display: flex;
  text-align: left;
  position: relative;
}
.hero h1 {
  font-size: 6rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #E4E3CE;
  line-height: 95%;
  max-width: 50%;
}
.hero .box-buttons {
  display: flex;
  gap: 1.2rem;
  margin-top: 3rem;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .hero h1 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1399px) {
  .hero h1 {
    font-size: 5rem;
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .hero h1 {
    font-size: 5.5rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero .box-buttons {
    display: grid;
  }
}
@media only screen and (max-width: 425px) {
  .hero h1 {
    font-size: 2.2rem;
  }
  .hero .box-buttons {
    margin-top: 2rem;
  }
}
/* Feature
  --------------------------------------------- */
.features1 {
  display: flex;
  width: 100%;
  background: linear-gradient(to right, #171902 50%, #EDEEE5 50%);
}
.features1 .box-text {
  display: flex;
  align-items: flex-start;
}
.features1 .feature1 {
  background-color: #171902;
  display: flex;
  flex: 1;
  height: 24.546rem;
  align-items: center;
}
.features1 .feature1 h1 {
  font-size: 1.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #A8C44F;
  max-width: 60%;
}
.features1 .feature1 img {
  width: 4.625rem;
  margin-right: 3rem;
}
.features1 .feature2 {
  background-color: #EDEEE5;
  display: flex;
  flex: 1;
  height: 24.546rem;
  align-items: center;
}
.features1 .feature2 h1 {
  font-size: 1.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #9AA35D;
}
.features1 .feature2 img {
  width: 4.625rem;
  margin: 0 3rem 0 10rem;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .features1 .feature2 img {
    margin: 0 3rem 0 8rem;
  }
}
@media only screen and (max-width: 1199px) {
  .features1 .feature2 img {
    margin: 0 3rem 0 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features1 {
    background: linear-gradient(to bottom, #171902 50%, #EDEEE5 50%);
  }
  .features1 .feature1 {
    flex: none;
    height: 24.5rem;
  }
  .features1 .feature1 h1 {
    font-size: 1.5rem;
  }
  .features1 .feature2 {
    flex: none;
  }
  .features1 .feature2 h1 {
    font-size: 1.5rem;
  }
  .features1 .feature2 img {
    margin: 0 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .features1 .feature1 h1 {
    font-size: 1.25rem;
    max-width: 100%;
  }
  .features1 .feature2 h1 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .features1 .box-text {
    display: flex;
    padding-right: 2rem;
  }
  .features1 .feature1 img {
    width: 4.625rem;
  }
  .features1 .feature2 img {
    width: 4.625rem;
  }
}
@media only screen and (max-width: 420px) {
  .features1 .box-text {
    display: block;
  }
  .features1 .feature1 h1 {
    margin-top: 1.5rem;
  }
  .features1 .feature1 img {
    width: 4.5rem;
    margin-right: 0;
  }
  .features1 .feature2 h1 {
    margin-top: 1.5rem;
  }
  .features1 .feature2 img {
    width: 4.5rem;
    margin-right: 0;
  }
}
/* Feature
  --------------------------------------------- */
.features3 {
  display: flex;
  width: 100%;
}
.features3 .box-text {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  max-width: 100rem;
  width: 45rem;
}
.features3 .feature1 {
  background: url(../images/bg-revitalizacao.jpg);
  background-repeat: no-repeat;
  display: flex;
  flex: 1rem;
  align-items: center;
  margin-left: auto;
}
.features3 .feature1 h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  max-width: 30rem;
}
.features3 .feature1 h2 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  margin-bottom: 1.5rem;
}
.features3 .feature1 p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
  margin-bottom: 2rem;
  max-width: 60%;
}
.features3 .feature2 {
  flex: 3rem;
  height: 49.091rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  padding-right: calc(-0.5 * var(--bs-gutter-x));
}
.features3 .feature2 .img-fluid {
  max-width: 100%;
  height: 49.091rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .features3 .box-text {
    width: 40rem;
    padding-left: 12px;
  }
  .features3 .feature1 p {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1399px) {
  .features3 .box-text {
    width: 34.5rem;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .features3 .box-text {
    width: 100%;
  }
  .features3 .feature1 h1 {
    max-width: 25rem;
  }
  .features3 .feature1 h2 {
    font-size: 3.2rem;
  }
  .features3 .feature1 p {
    font-size: 1.15rem;
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .features3 .box-text {
    margin: 0 0 0 5.5rem;
    max-width: 720px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4rem;
  }
  .features3 .feature1 {
    padding-top: 4rem;
    flex: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -4rem;
  }
  .features3 .feature1 h2 {
    font-size: 3rem;
  }
  .features3 .feature1 p {
    max-width: 70%;
  }
  .features3 .feature2 {
    flex: none;
    height: auto;
    margin-left: auto;
    justify-content: center;
    align-items: flex-start;
    margin-left: calc(-0.25 * var(--bs-gutter-x));
  }
  .features3 .feature2 .img-fluid {
    max-width: 100%;
    min-width: 100vw;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .features3 .box-text {
    margin: 0 0 0 5.5rem;
    max-width: 540px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .features3 .feature1 h2 {
    font-size: 2.8rem;
  }
  .features3 .feature1 p {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .features3 .box-text {
    margin: 0 0 0 0;
    padding: 0 0 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .features3 .feature1 {
    background-size: 0;
  }
  .features3 .feature1 h1 {
    max-width: 100%;
  }
  .features3 .feature1 h2 {
    font-size: 2.2rem;
  }
  .features3 .feature1 p {
    max-width: 100%;
    font-size: 1rem;
  }
  .features3 .feature1 .box-buttons {
    display: grid;
  }
}
/* Cards
  --------------------------------------------- */
.cards {
  background: url(../images/bg-cards.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 42.875rem;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.cards .box-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #A1C533;
  width: 100%;
  height: 30.682rem;
  position: relative;
  padding: 3rem 10px 3rem 3rem;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.cards .box-text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  padding: 1px;
  background: linear-gradient(-45deg, rgb(211, 229, 145) 0%, rgba(211, 229, 145, 0) 50%, rgb(211, 229, 145) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.cards .box-text img {
  max-width: 4.625rem;
  margin-bottom: 1.6rem;
}
.cards .box-text h1 {
  font-size: 1.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #171902;
  margin-bottom: 1.8rem;
  white-space: pre-line;
}
.cards .box-text p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #171902;
  max-width: 90%;
}
.cards .box-text span {
  font-family: "Gilroy-Bold", sans-serif;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cards .box-text {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .cards {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cards .gap {
    row-gap: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .cards .box-text h1 {
    font-size: 1.5rem;
  }
  .cards .box-text p {
    font-size: 1rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .cards .box-text {
    padding: 2rem 1rem 2rem 2rem;
  }
}
/* Página Quem Somos */
/* Quem Somos
  --------------------------------------------- */
.quem-somos {
  background: url(../images/bg-quem-somos.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 36.818rem;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.quem-somos .box-text h1 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  margin-bottom: 1.5rem;
}
.quem-somos .box-text p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
  margin-bottom: 1.5rem;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .quem-somos {
    height: auto;
    padding: 6rem 0;
  }
  .quem-somos .box-text h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .quem-somos .box-text h1 {
    font-size: 2.5rem;
  }
  .quem-somos .box-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 440px) {
  .quem-somos .box-text h1 {
    font-size: 2.2rem;
  }
}
/* Profissionais
  --------------------------------------------- */
.profissionais {
  display: flex;
  width: 100%;
  background: linear-gradient(to right, #171902 50%, #EDEEE5 50%);
}
.profissionais .box-text {
  display: flex;
  align-items: flex-start;
}
.profissionais .profissional1 {
  background-color: #171902;
  display: flex;
  flex: 1;
  height: 42.955rem;
  align-items: flex-start;
}
.profissionais .profissional1 .box-profissional {
  display: flex;
  align-items: center;
  margin: 4rem 0 1rem 0;
}
.profissionais .profissional1 img {
  width: 5.5rem;
  height: auto;
  margin-right: 1.5rem;
}
.profissionais .profissional1 h1,
.profissionais .profissional1 h6 {
  font-size: 1.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #A8C44F;
  line-height: 100%;
}
.profissionais .profissional1 h6 {
  font-size: 0.938rem;
}
.profissionais .profissional1 p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
  max-width: 77%;
  margin-bottom: 1.5rem;
}
.profissionais .box-tudo {
  margin: 0 0rem 0 10rem;
}
.profissionais .profissional2 {
  background-color: #EDEEE5;
  display: flex;
  flex: 1;
  height: 42.955rem;
  align-items: flex-start;
}
.profissionais .profissional2 .box-profissional {
  display: flex;
  align-items: center;
  margin: 4rem 0 1rem 0;
}
.profissionais .profissional2 img {
  width: 5.5rem;
  height: auto;
  margin-right: 1.5rem;
}
.profissionais .profissional2 h1,
.profissionais .profissional2 h6 {
  font-size: 1.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #808749;
  line-height: 100%;
}
.profissionais .profissional2 h6 {
  font-size: 0.938rem;
}
.profissionais .profissional2 p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #949685;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .profissionais .box-tudo {
    margin: 0 0rem 0 5rem;
  }
}
@media only screen and (max-width: 1399px) {
  .profissionais .profissional1,
  .profissionais .profissional2 {
    height: auto;
    padding: 1rem 0 4rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .profissionais {
    background: linear-gradient(to bottom, #171902 50%, #EDEEE5 50%);
  }
  .profissionais .box-tudo {
    margin: 0;
  }
  .profissionais .profissional1 {
    flex: none;
    padding: 0 0 0 0;
  }
  .profissionais .profissional1 p {
    max-width: 100%;
  }
  .profissionais .profissional2 {
    flex: none;
    padding: 0 0 4rem 0;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .profissionais .profissional1 .box-profissional {
    margin: 4rem 0 1.3rem 0;
  }
  .profissionais .profissional1 h1 {
    font-size: 1.5rem;
  }
  .profissionais .profissional2 h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .profissionais .profissional1 h1,
  .profissionais .profissional2 h1 {
    font-size: 1.3rem;
  }
  .profissionais .profissional1 p,
  .profissionais .profissional2 p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 420px) {
  .profissionais .profissional1 .box-profissional,
  .profissionais .profissional2 .box-profissional {
    display: block;
  }
}
/* Nosso Negócios
  --------------------------------------------- */
.nosso-negocio {
  background: url(../images/bg-nosso-negocio.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 51.313rem;
  padding: 6rem 0;
  z-index: 3;
  align-items: flex-start;
  display: flex;
}
.nosso-negocio .box-text {
  display: flex;
  align-items: flex-start;
  padding-left: 5rem;
}
.nosso-negocio .box-text h1 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  margin: 0 0 10rem 0;
  text-align: left;
}
.nosso-negocio .timeline {
  display: flex;
  text-align: center;
  position: relative;
  gap: 4rem;
  padding: 0 4rem;
}
.nosso-negocio .timeline .box-timeline-top {
  width: 100%;
  height: 23.1rem;
  margin-top: -4rem;
  display: flex;
  align-items: flex-end;
}
.nosso-negocio .timeline h2 {
  font-size: 14px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #171902;
  max-width: 100%;
  margin: 0 auto 5rem auto;
  line-height: 140%;
}
.nosso-negocio .timeline span {
  font-size: 2px;
  color: #A9C54F;
  position: absolute;
  background-color: #A9C54F;
  width: 100%;
  top: 9rem;
  left: 0;
  right: 0;
}
.nosso-negocio .timeline .linha-vertical {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-bottom: 2rem;
  position: relative;
}
.nosso-negocio .timeline .linha-vertical::after {
  content: "|";
  position: absolute;
  color: #A9C54F;
  top: -12.2rem;
  left: -1px;
  right: 0;
  height: 40px;
  border-right: 3px solid #A9C54F;
}
.nosso-negocio .timeline .linha-vertical::before {
  content: "o";
  font-size: 2rem;
  color: #A9C54F;
  position: absolute;
  top: -14.3rem;
  left: -10px;
  right: 0;
}
.nosso-negocio .timeline h3 {
  font-size: 1.375rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A9C54F;
  position: relative;
  margin-bottom: 10px;
}
.nosso-negocio .timeline h3::before {
  content: "•";
  font-size: 4rem;
  color: #A9C54F;
  position: absolute;
  top: -3.2rem;
  left: 0;
  right: 0;
}
.nosso-negocio img {
  width: 6.813rem;
  height: auto;
  aspect-ratio: 3/3;
}
.nosso-negocio .box-timeline-down {
  width: 100%;
  height: 23.1rem;
  margin-top: -12px;
}
.nosso-negocio .box-timeline-down h2 {
  font-size: 14px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #171902;
  max-width: 100%;
  margin: 5rem auto 0 auto;
  line-height: 140%;
}
.nosso-negocio .box-timeline-down span {
  font-size: 2px;
  color: #A9C54F;
  position: absolute;
  background-color: #A9C54F;
  width: 100%;
  top: 9rem;
  left: 0;
  right: 0;
}
.nosso-negocio .box-timeline-down .linha-vertical {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-top: 2rem;
  position: relative;
}
.nosso-negocio .box-timeline-down .linha-vertical::after {
  content: "|";
  position: absolute;
  color: #A9C54F;
  top: -8.9rem;
  left: -1px;
  right: 0;
  height: 40px;
  border-right: 3px solid #A9C54F;
}
.nosso-negocio .box-timeline-down .linha-vertical::before {
  content: "o";
  font-size: 2rem;
  color: #A9C54F;
  position: absolute;
  top: -7.7rem;
  left: -10px;
  right: 0;
}
.nosso-negocio .box-timeline-down h3 {
  font-size: 1.375rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A9C54F;
  position: relative;
  margin-top: 10px;
}
.nosso-negocio .box-timeline-down h3::before {
  content: "•";
  font-size: 4rem;
  color: #A9C54F;
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
}
.nosso-negocio .box-timeline-down img {
  width: 6.813rem;
  height: auto;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .nosso-negocio .timeline {
    gap: 2rem;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .nosso-negocio .box-text h1 {
    font-size: 3.3rem;
  }
  .nosso-negocio .box-text .timeline {
    gap: 1.5rem;
    padding: 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .nosso-negocio {
    height: auto;
  }
  .nosso-negocio .box-text {
    display: inline-block;
    align-items: center;
    padding-left: 12px;
    text-align: center;
  }
  .nosso-negocio .box-text h1 {
    font-size: 3.2rem;
    margin: 0 0 4rem 0;
    text-align: center;
  }
  .nosso-negocio .timeline {
    display: grid;
    text-align: center;
    gap: 0;
    padding: 0 0;
  }
  .nosso-negocio .timeline .box-timeline-top {
    width: 100%;
    margin-top: 0;
    display: grid;
    align-items: center;
  }
  .nosso-negocio .timeline h2 {
    font-size: 1rem;
  }
  .nosso-negocio .timeline span {
    width: 0;
  }
  .nosso-negocio .box-timeline-down {
    width: 100%;
    height: 100%;
    margin-top: 0;
    rotate: 180deg;
  }
  .nosso-negocio .box-timeline-down h2 {
    font-size: 1rem;
    rotate: 180deg;
  }
  .nosso-negocio .box-timeline-down span {
    width: 0;
  }
  .nosso-negocio .box-timeline-down h3 {
    rotate: 180deg;
  }
  .nosso-negocio .box-timeline-down h3::before {
    top: -3.2rem;
  }
  .nosso-negocio .box-timeline-down img {
    rotate: 180deg;
  }
}
@media only screen and (max-width: 767px) {
  .nosso-negocio .box-text h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .nosso-negocio .box-text h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 440px) {
  .nosso-negocio .box-text h1 {
    font-size: 2.2rem;
  }
}
/* cards Projetos
  --------------------------------------------- */
.cards-projetos {
  background: url(../images/bg-cards-projetos.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 42.875rem;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.cards-projetos h1 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #2A2E1F;
  margin-bottom: 4.5rem;
  text-align: center;
}
.cards-projetos .box-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #A1C533;
  width: 38.25rem;
  height: 24.262rem;
  position: relative;
  padding: 3rem 3rem 3rem 6rem;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.cards-projetos .box-text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  padding: 1px;
  background: linear-gradient(-45deg, rgb(211, 229, 145) 0%, rgba(211, 229, 145, 0) 50%, rgb(211, 229, 145) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.cards-projetos .box-text img {
  max-width: 4.625rem;
  margin-bottom: 1.6rem;
}
.cards-projetos .box-text h1 {
  font-size: 1.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #171902;
  margin-bottom: 1.8rem;
  text-align: left;
}
.cards-projetos .box-text p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #171902;
  max-width: 80%;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cards-projetos .box-text {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .cards-projetos {
    height: auto;
  }
  .cards-projetos .box-text {
    padding: 3rem 3rem 3rem 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .cards-projetos {
    height: auto;
  }
  .cards-projetos h1 {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  .cards-projetos .gap {
    row-gap: 4rem;
  }
  .cards-projetos .box-text {
    padding: 3rem 3rem 3rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cards-projetos h1 {
    font-size: 3rem;
  }
  .cards-projetos .box-text {
    padding: 3rem 3rem 3rem 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .cards-projetos h1 {
    font-size: 2.5rem;
  }
  .cards-projetos .box-text {
    padding: 3rem 0rem 3rem 3rem;
  }
  .cards-projetos .box-text h1 {
    font-size: 1.5rem;
  }
  .cards-projetos .box-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 440px) {
  .cards h1 {
    font-size: 2.2rem;
  }
  .cards .box-text {
    padding: 2rem 1rem 2rem 2rem;
  }
}
/* Brasil e BWP
  --------------------------------------------- */
.brasil-bwp {
  background: url(../images/bg-brasil-bwp.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 52.438rem;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.brasil-bwp .box-text {
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
}
.brasil-bwp .box-text h1 {
  font-size: 4.8rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #2A2E1F;
  margin: 0 0 2.5rem 2rem;
}
.brasil-bwp .box-text p {
  font-size: 1.438rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #A1C533;
  max-width: 90%;
  background-color: #2A2E1F;
  padding: 1.2rem 2.5rem;
  border-radius: 0 10px 10px 10px;
}
.brasil-bwp .box-text h2 {
  font-size: 1.25rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #2A2E1F;
  margin: 2rem 0 1rem 2.5rem;
}
.brasil-bwp .box-text ul {
  margin-left: 1.8rem;
}
.brasil-bwp .box-text ul li {
  font-size: 1.25rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #2A2E1F;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .brasil-bwp .box-text {
    padding-left: 1.5rem;
  }
  .brasil-bwp .box-text p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .brasil-bwp .box-text h1 {
    font-size: 4.5rem;
  }
  .brasil-bwp .box-text p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .brasil-bwp {
    height: auto;
  }
  .brasil-bwp .box-text h1 {
    font-size: 4.2rem;
  }
  .brasil-bwp .box-text p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .brasil-bwp .box-text {
    padding-left: 12px;
    margin-bottom: 3rem;
  }
  .brasil-bwp .box-text h1 {
    font-size: 4rem;
  }
  .brasil-bwp .box-text p {
    font-size: 1.2rem;
  }
  .brasil-bwp .box-text ul li {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .brasil-bwp .box-text h1 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .brasil-bwp .box-text h1 {
    font-size: 2.5rem;
  }
  .brasil-bwp .box-text p {
    font-size: 1.1rem;
  }
  .brasil-bwp .box-text ul li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 440px) {
  .brasil-bwp .box-text h1 {
    font-size: 2.2rem;
  }
  .brasil-bwp .box-text p {
    font-size: 1rem;
  }
}
/* A BWP Florestal
  --------------------------------------------- */
.bwp-florestal {
  background: url(../images/bg-bwp-florestal.jpg) no-repeat center/cover;
  position: relative;
  width: 100%;
  height: 40.875rem;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.bwp-florestal .box-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10.5rem;
}
.bwp-florestal .box-text h1 {
  font-size: 4.8rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #A1C533;
  margin: 0 0 2.5rem 0;
}
.bwp-florestal .box-text .mensagem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #A1C533;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 0 10px 10px 10px;
  max-width: 96%;
}
.bwp-florestal .box-text .mensagem p {
  font-size: 1.25rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #2A2E1F;
  padding-right: 15px;
  margin: 0;
  line-height: 120%;
}
.bwp-florestal .box-text .mensagem img {
  width: 3.5rem;
  height: auto;
}
.bwp-florestal .box-text h2 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #FFFFFF;
  margin: 1rem 0 1.5rem 1.5rem;
  max-width: 85%;
  line-height: 140%;
}
.bwp-florestal .box-text h3 {
  color: #FFFFFF;
  font-size: 1.029rem;
  font-family: "Gilroy-Light", sans-serif;
  margin-left: 1.5rem;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .bwp-florestal .box-text {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1399px) {
  .bwp-florestal .box-text {
    padding-left: 1rem;
  }
  .bwp-florestal .box-text h1 {
    font-size: 4.5rem;
  }
  .bwp-florestal .box-text .mensagem {
    max-width: 95.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .bwp-florestal .box-text {
    padding-left: 1rem;
  }
  .bwp-florestal .box-text h1 {
    font-size: 4.2rem;
  }
  .bwp-florestal .box-text .mensagem {
    max-width: 90.5%;
  }
}
@media only screen and (max-width: 991px) {
  .bwp-florestal {
    height: auto;
  }
  .bwp-florestal .box-text {
    padding-left: 12px;
  }
  .bwp-florestal .box-text h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .bwp-florestal .box-text h1 {
    font-size: 3.8rem;
  }
  .bwp-florestal .box-text .mensagem {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .bwp-florestal .box-text h1 {
    font-size: 2.5rem;
  }
  .bwp-florestal .box-text .mensagem p {
    font-size: 1rem;
  }
  .bwp-florestal .box-text .mensagem img {
    width: 4rem;
  }
  .bwp-florestal .box-text h2,
  .bwp-florestal .box-text h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 440px) {
  .bwp-florestal .box-text h1 {
    font-size: 2.2rem;
  }
  .bwp-florestal .box-text .mensagem {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}
/* Imagens
  --------------------------------------------- */
.imagens {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  height: auto;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.imagens .box-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagens .box-text h1 {
  font-size: 4.8rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #2A2E1F;
  margin-bottom: 2.5rem;
}
.imagens .box-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .imagens .box-text h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .imagens .box-text h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .imagens .box-text h1 {
    font-size: 4rem;
  }
  .imagens .box-imgs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .imagens .box-text h1 {
    font-size: 3.8rem;
  }
  .imagens .box-imgs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .imagens .box-text h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 440px) {
  .imagens .box-text h1 {
    font-size: 2.2rem;
  }
}
/* Página reeco */
/* Quem Somos?
  --------------------------------------------- */
.quem-somos-reeco {
  background: url(../images/bg-quem-somos-reeco.jpg) no-repeat center/cover;
  background-position: 100%;
  width: 100%;
  height: auto;
  padding: 10rem 0;
  display: flex;
  align-items: center;
}
.quem-somos-reeco .box-text h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  max-width: 31rem;
}
.quem-somos-reeco .box-text h2 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  max-width: 94%;
  margin-bottom: 1.5rem;
}
.quem-somos-reeco .box-text p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
  margin-bottom: 1.5rem;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .quem-somos-reeco {
    background-position: 90%;
  }
}
@media only screen and (max-width: 1399px) {
  .quem-somos-reeco {
    background-position: 70%;
  }
  .quem-somos-reeco .box-text h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .quem-somos-reeco {
    background-position: 60%;
  }
  .quem-somos-reeco .box-text h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .quem-somos-reeco {
    padding: 6rem 0 6rem 0;
    background-position: 15%;
  }
  .quem-somos-reeco .box-text h1 {
    max-width: 100%;
  }
  .quem-somos-reeco .box-text h2 {
    font-size: 3.1rem;
    max-width: 100%;
  }
  .quem-somos-reeco .box-text p {
    font-size: 1.1rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .quem-somos-reeco {
    background-position: 10%;
  }
  .quem-somos-reeco .box-text h2 {
    font-size: 3rem;
  }
  .quem-somos-reeco .box-text p {
    font-size: 1rem;
  }
  .quem-somos-reeco .img-ni::after {
    width: 0;
  }
  .quem-somos-reeco .img-ni::before {
    width: 0;
  }
}
@media only screen and (max-width: 575px) {
  .quem-somos-reeco {
    background-position: 40%;
  }
  .quem-somos-reeco .box-text h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 440px) {
  .quem-somos-reeco .box-text h2 {
    font-size: 2.2rem;
  }
}
/* Estudo
  --------------------------------------------- */
.estudo {
  background: url(../images/bg-estudo.jpg) no-repeat center/cover;
  width: 100%;
  height: 49.063rem;
  position: relative;
  padding: 12rem 0 0 0;
  z-index: 2;
}
.estudo .timeline {
  display: flex;
  text-align: center;
  position: relative;
  gap: 0;
  padding: 0 2rem;
}
.estudo .timeline .box-timeline-top {
  width: 100%;
  height: 26rem;
  margin-top: -4rem;
  display: flex;
  align-items: flex-start;
}
.estudo .timeline h2 {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #FFFFFF;
  max-width: 60%;
  margin: 7rem auto 0 auto;
  line-height: 140%;
}
.estudo .timeline span {
  font-size: 2px;
  color: #A9C54F;
  position: absolute;
  background-color: #A9C54F;
  width: 100%;
  top: 9rem;
  left: 0;
  right: 0;
}
.estudo .timeline .linha-vertical {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-bottom: 2rem;
  position: relative;
}
.estudo .timeline .linha-vertical::after {
  content: "|";
  position: absolute;
  color: #A9C54F;
  top: -6.82rem;
  left: -1px;
  right: 0;
  height: 40px;
  border-right: 3px solid #A9C54F;
}
.estudo .timeline .linha-vertical::before {
  content: "o";
  font-size: 2rem;
  color: #A9C54F;
  position: absolute;
  top: -9rem;
  left: -10px;
  right: 0;
}
.estudo .timeline h3 {
  position: relative;
}
.estudo .timeline h3::before {
  content: "•";
  font-size: 4rem;
  color: #A9C54F;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
}
.estudo img {
  width: 18.063rem;
  height: 10.313rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.estudo .box-timeline-down {
  width: 100%;
  height: 30rem;
  margin-top: -4rem;
  display: flex;
  align-items: flex-end;
}
.estudo .box-timeline-down h2 {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #FFFFFF;
  max-width: 60%;
  margin: 0 auto 7rem auto;
  line-height: 140%;
}
.estudo .box-timeline-down span {
  font-size: 2px;
  color: #A9C54F;
  position: absolute;
  background-color: #A9C54F;
  width: 100%;
  top: 11rem;
  left: 0;
  right: 0;
}
.estudo .box-timeline-down .linha-vertical {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-top: 2rem;
  position: relative;
}
.estudo .box-timeline-down .linha-vertical::after {
  content: "|";
  position: absolute;
  color: #A9C54F;
  top: -15.8rem;
  left: -1px;
  right: 0;
  height: 40px;
  border-right: 3px solid #A9C54F;
}
.estudo .box-timeline-down .linha-vertical::before {
  content: "o";
  font-size: 2rem;
  color: #A9C54F;
  position: absolute;
  top: -14.5rem;
  left: -10px;
  right: 0;
}
.estudo .box-timeline-down h3 {
  position: relative;
}
.estudo .box-timeline-down h3::before {
  content: "•";
  font-size: 4rem;
  color: #A9C54F;
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
}
.estudo .box-timeline-down img {
  width: 18.063rem;
  height: 10.313rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .estudo .timeline .box-timeline-top {
    height: 26rem;
    margin-top: -3rem;
  }
  .estudo .timeline h2 {
    font-size: 1.1rem;
    max-width: 68%;
    margin: 5.5rem auto 0 auto;
  }
  .estudo .timeline .linha-vertical::after {
    top: -8.3rem;
  }
  .estudo .timeline .linha-vertical::before {
    top: -10.5rem;
  }
  .estudo .timeline h3::before {
    top: 1.5rem;
  }
  .estudo .box-timeline-down {
    height: 30rem;
    margin-top: -5rem;
  }
  .estudo .box-timeline-down h2 {
    font-size: 1.1rem;
    max-width: 68%;
    margin: 0 auto 5.5rem auto;
  }
  .estudo .box-timeline-down span {
    top: 11rem;
  }
  .estudo .box-timeline-down .linha-vertical::after {
    top: -14.5rem;
  }
  .estudo .box-timeline-down .linha-vertical::before {
    top: -13.2rem;
  }
  .estudo .box-timeline-down h3::before {
    top: -6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .estudo .timeline {
    padding: 0 0;
  }
  .estudo .timeline .box-timeline-top {
    margin-top: -2rem;
  }
  .estudo .timeline h2 {
    max-width: 80%;
    margin: 4.5rem auto 0 auto;
  }
  .estudo .timeline .linha-vertical::after {
    top: -9.3rem;
  }
  .estudo .timeline .linha-vertical::before {
    top: -11.4rem;
  }
  .estudo .timeline h3::before {
    top: 0.5rem;
  }
  .estudo .box-timeline-down {
    margin-top: -6rem;
  }
  .estudo .box-timeline-down h2 {
    max-width: 80%;
    margin: 0 auto 4.5rem auto;
  }
  .estudo .box-timeline-down span {
    top: 11rem;
  }
  .estudo .box-timeline-down .linha-vertical::after {
    top: -13.5rem;
  }
  .estudo .box-timeline-down .linha-vertical::before {
    top: -12.2rem;
  }
  .estudo .box-timeline-down h3::before {
    top: -5rem;
  }
}
@media only screen and (max-width: 991px) {
  .estudo {
    height: auto;
    padding: 6rem 0 6rem 0;
  }
  .estudo .timeline {
    display: grid;
    text-align: center;
    gap: 0;
    padding: 0 0;
  }
  .estudo .timeline .box-timeline-top {
    width: 100%;
    margin-top: 0;
    display: grid;
    align-items: center;
    gap: 0;
  }
  .estudo .timeline h2 {
    font-size: 1.1rem;
  }
  .estudo .timeline .linha-vertical::after {
    top: -8.3rem;
  }
  .estudo .timeline .linha-vertical::before {
    top: -10.4rem;
  }
  .estudo .timeline h3::before {
    top: 1.5rem;
  }
  .estudo .timeline span {
    width: 0;
  }
  .estudo .box-timeline-down {
    width: 100%;
    height: 100%;
    margin-top: 0;
    rotate: 180deg;
    display: grid;
    align-items: center;
    gap: 0;
  }
  .estudo .box-timeline-down h2 {
    rotate: 180deg;
  }
  .estudo .box-timeline-down .linha-vertical::after {
    top: -14.5rem;
  }
  .estudo .box-timeline-down .linha-vertical::before {
    top: -13.2rem;
  }
  .estudo .box-timeline-down span {
    width: 0;
  }
  .estudo .box-timeline-down h3 {
    rotate: 180deg;
  }
  .estudo .box-timeline-down h3::before {
    top: 1rem;
  }
  .estudo .box-timeline-down img {
    rotate: 180deg;
  }
}
@media only screen and (max-width: 575px) {
  .estudo .timeline h2 {
    font-size: 1rem;
  }
  .estudo .box-timeline-down h2 {
    font-size: 1rem;
  }
}
/* Nossas intenções
  --------------------------------------------- */
.nossas-intencoes {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  padding: 6rem 0;
  display: flex;
  align-items: center;
}
.nossas-intencoes .box-text h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  max-width: 31rem;
}
.nossas-intencoes .box-text h2 {
  font-size: 3.1rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  margin-bottom: 1.5rem;
}
.nossas-intencoes .box-text p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
  width: 100%;
  margin-bottom: 1.5rem;
}
.nossas-intencoes .img-ni {
  position: relative;
  z-index: 9;
}
.nossas-intencoes .img-ni::before {
  background: url(../images/style2.svg);
  background-repeat: no-repeat;
  content: "_";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(5%, 4%);
  position: absolute;
  color: transparent;
  z-index: -1;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .nossas-intencoes .box-text h2 {
    font-size: 3rem;
  }
  .nossas-intencoes .box-text p {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1399px) {
  .nossas-intencoes .box-text h2 {
    font-size: 2.3rem;
    word-break: normal;
  }
  .nossas-intencoes .img-ni::before {
    transform: translate(6%, 3%);
  }
}
@media only screen and (max-width: 991px) {
  .nossas-intencoes {
    padding: 6rem 0 6rem 0;
  }
  .nossas-intencoes .box-text {
    margin-bottom: 3rem;
  }
  .nossas-intencoes .box-text h1 {
    max-width: 100%;
  }
  .nossas-intencoes .box-text h2 {
    font-size: 3rem;
    max-width: 100%;
  }
  .nossas-intencoes .box-text p {
    font-size: 1.1rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .nossas-intencoes .box-text h2 {
    font-size: 2.5rem;
  }
  .nossas-intencoes .box-text p {
    font-size: 1rem;
  }
  .nossas-intencoes .img-ni::after {
    width: 0;
  }
  .nossas-intencoes .img-ni::before {
    width: 0;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-intencoes .box-text h2 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 440px) {
  .nossas-intencoes .box-text h2 {
    font-size: 2.2rem;
  }
}
/* Entregas
  --------------------------------------------- */
.entregas {
  background-color: #2A2E1F;
  width: 100%;
  height: auto;
  position: relative;
  padding: 5rem 0;
  z-index: 2;
}
.entregas .box-text h1 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #838A4F;
  margin-bottom: 7rem;
  text-align: center;
}
.entregas .box-imgs {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 3rem;
}
.entregas .box-imgs img {
  width: 4.625rem;
  height: auto;
}
.entregas .timeline {
  display: flex;
  text-align: center;
  position: relative;
  margin-top: 3rem;
  padding: 0 1.5rem;
}
.entregas .timeline .box-timeline-top {
  width: 100%;
  height: 15rem;
  margin-top: 14.5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.entregas .timeline h2 {
  font-size: 13px;
  font-family: "Gilroy-Medium", sans-serif;
  color: #FFFFFF;
  margin: 0 auto 1rem auto;
  line-height: 140%;
  width: 130%;
  margin-left: -1.8rem;
}
.entregas .timeline span {
  font-size: 2px;
  color: #838A4F;
  position: absolute;
  background-color: #838A4F;
  width: 100%;
  top: 2.2rem;
  left: 0;
  right: 0;
}
.entregas .timeline .linha-vertical-1::after {
  content: "|";
  position: absolute;
  color: #838A4F;
  bottom: 3.8rem;
  left: 49.5%;
  height: 30px;
  border-right: 3px solid #838A4F;
}
.entregas .timeline .linha-vertical-1::before {
  content: "•";
  font-size: 3rem;
  color: #838A4F;
  position: absolute;
  bottom: 1.2rem;
  left: 46%;
}
.entregas .timeline .linha-vertical-4::after {
  content: "|";
  position: absolute;
  color: #838A4F;
  bottom: 2.1rem;
  left: 50%;
  height: 30px;
  border-right: 3px solid #838A4F;
}
.entregas .timeline .box-timeline-top-2 {
  width: 100%;
  height: 18rem;
  margin-top: 12.9rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.entregas .timeline .box-timeline-top-3 {
  width: 100%;
  height: 18rem;
  margin-top: 4.4rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.entregas .timeline .linha-vertical-2 {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-bottom: 2rem;
  position: relative;
}
.entregas .timeline .linha-vertical-2::after {
  content: "|";
  position: absolute;
  color: #838A4F;
  top: -20.2rem;
  left: -1px;
  right: 0;
  height: 25px;
  border-right: 3px solid #838A4F;
}
.entregas .timeline .linha-vertical-3 {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-bottom: 2rem;
  position: relative;
}
.entregas .timeline .linha-vertical-3::after {
  content: "|";
  position: absolute;
  color: #838A4F;
  top: -15.3rem;
  left: -1px;
  right: 0;
  height: 25px;
  border-right: 3px solid #838A4F;
}
.entregas .timeline img {
  max-width: 120%;
  height: auto;
  margin-left: -1rem;
}
.entregas .box-meio {
  width: 100%;
  margin: 0 4rem;
}
.entregas .box-timeline-down {
  width: 100%;
  height: 15rem;
  margin-top: -4.8rem;
  display: flex;
  align-items: flex-end;
}
.entregas .box-timeline-down h2 {
  margin-top: 1rem;
}
.entregas .box-timeline-down span {
  font-size: 2px;
  color: #838A4F;
  position: absolute;
  background-color: #838A4F;
  width: 100%;
  top: 10rem;
  left: 0;
  right: 0;
}
.entregas .box-timeline-down .linha-vertical {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-top: 2rem;
  position: relative;
}
.entregas .box-timeline-down .linha-vertical::after {
  content: "|";
  position: absolute;
  color: #838A4F;
  top: -10.2rem;
  left: -1px;
  right: 0;
  height: 25px;
  border-right: 3px solid #838A4F;
}
.entregas .box-timeline-down h3 {
  position: relative;
}
.entregas .box-timeline-down h3::before {
  content: "•";
  font-size: 4rem;
  color: #838A4F;
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  display: none;
}
.entregas .box-timeline-down-2 {
  width: 100%;
  height: 15rem;
  margin-top: -6.2rem;
  display: flex;
  align-items: flex-end;
}
.entregas .box-timeline-down-2 h2 {
  margin-top: 12px;
}
.entregas .box-timeline-down-2 span {
  font-size: 2px;
  color: #838A4F;
  position: absolute;
  background-color: #838A4F;
  width: 100%;
  top: 11rem;
  left: 0;
  right: 0;
}
.entregas .box-timeline-down-2 .linha-vertical {
  font-size: 13px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #686868;
  margin-top: 2rem;
  position: relative;
}
.entregas .box-timeline-down-2 .linha-vertical::after {
  content: "|";
  position: absolute;
  color: #838A4F;
  top: -11rem;
  left: -1px;
  right: 0;
  height: 35px;
  border-right: 3px solid #838A4F;
}
.entregas .box-timeline-down-2 h3 {
  position: relative;
}
.entregas .box-timeline-down-2 h3::before {
  content: "•";
  font-size: 3rem;
  color: #838A4F;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .entregas .timeline h2 {
    margin-left: -1.5rem;
  }
}
@media only screen and (max-width: 1399px) {
  .entregas .timeline h2 {
    margin-left: -2.2rem;
    width: 150%;
  }
}
@media only screen and (max-width: 1199px) {
  .entregas .timeline .linha-vertical-1::before {
    left: 44%;
  }
  .entregas .timeline h2 {
    margin-left: -2rem;
  }
}
@media only screen and (max-width: 991px) {
  .entregas {
    height: auto;
  }
  .entregas .box-text h1 {
    font-size: 3.1rem;
    margin-bottom: 0;
  }
  .entregas .timeline {
    display: grid;
    text-align: center;
    gap: 0;
    padding: 0 0;
  }
  .entregas .timeline img {
    margin-left: 0;
  }
  .entregas .timeline .box-timeline-top,
  .entregas .timeline .box-timeline-top-2,
  .entregas .timeline .box-timeline-top-3 {
    width: 100%;
    margin: 1rem 0 1rem 0;
    display: grid;
    align-items: center;
  }
  .entregas .timeline h2 {
    font-size: 1.1rem;
    margin-left: 0;
    width: 100%;
  }
  .entregas .timeline h3 {
    display: none;
  }
  .entregas .timeline .linha-vertical-1,
  .entregas .timeline .linha-vertical-2,
  .entregas .timeline .linha-vertical-3,
  .entregas .timeline .linha-vertical-4 {
    display: none;
  }
  .entregas .timeline span {
    width: 0;
  }
  .entregas .box-meio {
    margin: 0 0;
  }
  .entregas .box-timeline-down,
  .entregas .box-timeline-down-2 {
    width: 100%;
    margin: 1rem 0 1rem 0;
    display: grid;
    align-items: center;
  }
  .entregas .box-timeline-down .linha-vertical,
  .entregas .box-timeline-down-2 .linha-vertical {
    display: none;
  }
  .entregas .box-timeline-down span,
  .entregas .box-timeline-down-2 span {
    width: 0;
  }
}
@media only screen and (max-width: 575px) {
  .entregas .timeline h2 {
    font-size: 1rem;
  }
  .entregas .box-timeline-down h2 {
    font-size: 1rem;
  }
}
/* Estrutura MRV
  --------------------------------------------- */
.estrutura-MRV {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  padding: 8rem 0 10rem 0;
  display: flex;
  align-items: center;
}
.estrutura-MRV .box-text h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  max-width: 40rem;
}
.estrutura-MRV .box-text h2 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  max-width: 94%;
  margin-bottom: 1.5rem;
}
.estrutura-MRV .box-text p {
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
  margin-bottom: 1.5rem;
}
.estrutura-MRV .box-text ol {
  counter-reset: li;
  list-style: none;
}
.estrutura-MRV .box-text ol li {
  position: relative;
  display: block;
  padding: 1rem 0 1rem 5rem;
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #B6B6B6;
}
.estrutura-MRV .box-text ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 60%;
  margin-top: -1.3em;
  background: #2F3322;
  color: #E3E2CD;
  height: 3.438rem;
  width: 3.438rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .estrutura-MRV .box-text h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .estrutura-MRV .box-text h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .estrutura-MRV {
    padding: 6rem 0 6rem 0;
  }
  .estrutura-MRV .box-text {
    margin-bottom: 3rem;
  }
  .estrutura-MRV .box-text h1 {
    max-width: 100%;
  }
  .estrutura-MRV .box-text h2 {
    font-size: 3.1rem;
  }
  .estrutura-MRV .box-text p {
    font-size: 1.1rem;
  }
  .estrutura-MRV .box-text ol li {
    padding: 1rem 0 1rem 3.5rem;
    font-size: 1.1rem;
  }
  .estrutura-MRV .box-text ol li:before {
    left: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .estrutura-MRV .box-text h2 {
    font-size: 3rem;
  }
  .estrutura-MRV .box-text p {
    font-size: 1rem;
  }
  .estrutura-MRV .box-text ol li {
    font-size: 1rem;
  }
  .estrutura-MRV .box-text ol li:before {
    left: -2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .estrutura-MRV .box-text h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 440px) {
  .estrutura-MRV .box-text h2 {
    font-size: 2.2rem;
  }
}
/* Prejeto reeco
  --------------------------------------------- */
.prejeto-reeco {
  background: url(../images/bg-projeto-reeco.jpg) no-repeat center/cover;
  width: 100%;
  height: 54.249rem;
  position: relative;
  padding: 0rem 0;
  z-index: 2;
}
.prejeto-reeco .image-1 {
  flex: 3rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.prejeto-reeco .image-1 .img-fluid {
  max-width: 100%;
  height: 49.091rem;
  margin-top: -3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 11.25rem;
}
.prejeto-reeco .box-text {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 10rem;
  max-width: 567px;
}
.prejeto-reeco .form {
  display: flex;
  flex: 1rem;
  align-items: center;
}
.prejeto-reeco .form span {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #66842C;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 12px;
  max-width: 31rem;
  opacity: 1;
  transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
}
.prejeto-reeco .form h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  max-width: 31rem;
}
.prejeto-reeco .form h2 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  max-width: 95%;
  margin-bottom: 1rem;
}
.prejeto-reeco .form .form-projeto {
  row-gap: 2rem;
}
.prejeto-reeco .form .form-projeto .form-control {
  box-shadow: 0 0 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E4E3CE;
  padding: 0.5rem 0 0.5rem 0;
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", serif;
  color: #A8C44F;
}
.prejeto-reeco .form .form-projeto .form-control:focus {
  border-color: #A8C44F;
  box-shadow: none;
}
.prejeto-reeco .form .form-projeto .form-control::-moz-placeholder {
  color: #B6B6B6;
}
.prejeto-reeco .form .form-projeto .form-control::placeholder {
  color: #B6B6B6;
}
.prejeto-reeco .form .form-projeto .box-button {
  text-align: right;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .prejeto-reeco .box-text {
    margin: 0 0 0 5rem;
  }
}
@media only screen and (max-width: 1399px) {
  .prejeto-reeco .box-text {
    max-width: 515px;
  }
  .prejeto-reeco .form {
    flex: 5rem;
  }
  .prejeto-reeco .form h1 {
    max-width: 30rem;
  }
  .prejeto-reeco .form h2 {
    font-size: 3.4rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .prejeto-reeco .box-text {
    margin: 0 0 0 4rem;
    max-width: 500px;
  }
  .prejeto-reeco .form {
    flex: 13rem;
  }
  .prejeto-reeco .form h2 {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .prejeto-reeco {
    height: auto;
    padding: 0 0 6rem 0;
  }
  .prejeto-reeco .image-1 .img-fluid {
    height: auto;
    border-bottom-right-radius: 1rem;
  }
  .prejeto-reeco .box-text {
    margin: 5rem 0 0 5.5rem;
    max-width: 720px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .prejeto-reeco .form {
    flex: none;
  }
  .prejeto-reeco .form h1 {
    max-width: 100%;
  }
  .prejeto-reeco .form h2 {
    font-size: 3.1rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .prejeto-reeco .box-text {
    max-width: 540px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .prejeto-reeco .form h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .prejeto-reeco .box-text {
    max-width: 100%;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .prejeto-reeco .form h2 {
    font-size: 2.8rem;
  }
  .prejeto-reeco .form .form-projeto .form-control {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 440px) {
  .prejeto-reeco .form h2 {
    font-size: 2.2rem;
  }
}
/* Página Contato */
/* Contato
  --------------------------------------------- */
.contato {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  height: auto;
  padding: 6rem 0;
  z-index: 3;
  align-items: center;
  display: flex;
}
.contato .box-text h1 {
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  color: #A8C44F;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  max-width: 35rem;
}
.contato .box-text h2 {
  font-size: 3.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  color: #686868;
  max-width: 60%;
}
.contato .box-text .box-icones-redes-sociais {
  display: flex;
  gap: 1.375rem;
  margin-top: 2rem;
}
.contato .box-text .box-icones-redes-sociais img {
  width: 4.625rem;
  height: auto;
}
.contato .form-contato {
  row-gap: 2rem;
}
.contato .form-contato .form-control {
  box-shadow: 0 0 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E4E3CE;
  padding: 0.5rem 0 0.5rem 0;
  font-size: 1.188rem;
  font-family: "Gilroy-Medium", serif;
  color: #A8C44F;
}
.contato .form-contato .form-control:focus {
  border-color: #A8C44F;
  box-shadow: none;
}
.contato .form-contato .form-control::-moz-placeholder {
  color: #B6B6B6;
}
.contato .form-contato .form-control::placeholder {
  color: #B6B6B6;
}
.contato .form-contato .box-button {
  text-align: right;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .contato .box-text h2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .contato .box-text h1 {
    max-width: 30rem;
  }
  .contato .box-text h2 {
    font-size: 3.3rem;
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .contato {
    padding: 6rem 0 15rem 0;
  }
  .contato .box-text h1 {
    max-width: 100%;
  }
  .contato .box-text h2 {
    font-size: 3.2rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .contato .box-text .box-icones-redes-sociais {
    position: absolute;
    bottom: 5rem;
  }
  .contato .form-contato .form-control {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .contato .box-text h2 {
    font-size: 3.1rem;
  }
  .contato .form-contato .form-control {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .contato {
    padding: 6rem 0 20rem 0;
  }
  .contato .box-text h2 {
    font-size: 2.5rem;
  }
  .contato .box-text .box-icones-redes-sociais {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    bottom: 6rem;
  }
  .contato .box-text .box-icones-redes-sociais img {
    width: 4rem;
  }
}
@media only screen and (max-width: 440px) {
  .contato .box-text h2 {
    font-size: 2.2rem;
  }
}
.mapa {
  background: #fff;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}/*# sourceMappingURL=style.css.map */