.banner {
  height: 130px;
  background-color: var(--green-shadow);
  padding: 37px;
  position: relative;
  overflow: hidden;
}

.banner .bg1 {
  position: absolute;
  width: 187px;
  height: 188px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  background-position: 0 100%;
}

.banner .bg2 {
  position: absolute;
  width: 950px;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-position: 0 100%;
}

.banner .title .doubleline,
.banner .title .doubleline::after {
  margin-bottom: 10px;
  background-color: #fff;
  max-width: 177px;
}

.title p {
  color: #fff;
}

.bcrumb {
  border-bottom: 1px solid #d6d6d6;
}

.bcrumb p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 12px 0 6px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #a9a9a9;
}

.bcrumb b {
  color: #2e2f36;
}

.bcrumb svg {
  margin-bottom: 3px;
}

/* Empresa */

.empresa {
  padding-top: 92px;
  background-size: 474px 511px;
  background-position: -3% -106%;
  background-repeat: no-repeat;
}

.empresa .row {
  padding-bottom: 92px;
  border-bottom: 1px solid #d6d6d6;
}

.empresa .img {
  width: 100%;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .empresa .img {
    margin-bottom: 30px;
  }
}

.empresa .img img {
  width: 100%;
}

.empresa p {
  color: #2e2f36;
  font-family: "Inter";
}

.empresa .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.empresa .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Galeria */

.galeria {
  padding: 48px 0;
  padding-bottom: 92px;
}

.galeria .title p {
  color: #2e2f36;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter";
}

.galeria img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .galeria .row {
    --bs-gutter-y: 1.5rem;
  }
}

/* Contato */

.contato {
  padding-bottom: 86px;
  background-size: 1541px 782px;
  background-position: -77% 24%;
  background-repeat: no-repeat;
}

.contato .data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contato .logo {
  border: 1px solid #d6d6d6;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 28px;
}

.contato .logo::after {
  position: absolute;
  left: 0;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #d6d6d6;
}

.contato .logo::before {
  position: absolute;
  right: 0;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #d6d6d6;
}

.contato .logo img {
  width: 109px;
  height: 87px;
  object-fit: contain;
}

.contato .text p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 992px) {
  .contato .text p {
    text-align: center;
  }
}

.contato a {
  background-color: #25d366;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-radius: 10px;
  padding: 10px 30px;
}
