/* Estilos relevantes do footer legado */
@media (min-width: 1200px) {
  #footer .container,
  #copy .container {
    max-width: 1200px !important;
  }
}

#footer .container,
#copy .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#footer .row,
#copy .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#footer .col-12,
#copy .col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#footer {
  margin-bottom: 80px;
}

#footer .line-footer h3 {
  text-align: left;
  font: normal normal 600 37px/47px Poppins, sans-serif;
  color: #019796;
  margin-bottom: 15px;
  max-width: 1250px;
}

#footer .line-footer h3 span {
  color: #002053;
}

#footer .line-footer.first {
  display: flex;
  justify-content: space-between;
}

#footer .title-line-footer {
  width: 38%;
}

#footer .text-line-footer {
  width: 58%;
}

#footer p {
  line-height: 25px;
  letter-spacing: 0.06px;
  font-size: 14px;
  color: #6a6a6a;
}

#footer .button-footer {
  text-align: center;
  margin-top: 40px;
}

#footer .button-footer a {
  background-color: #019796;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.06px;
  font-weight: 600;
  line-height: 25px;
  padding: 12px 35px;
  border-radius: 116px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

#footer .button-footer a:hover {
  background-color: #002053;
}

#footer .line-footer.second {
  display: flex;
}

#footer .text-line-footer-second {
  width: 37%;
  margin-right: 3.8rem;
}

#footer .subtitle-line-footer {
  width: 38%;
}

#footer .subtitle-line-footer h4 {
  font: normal normal 600 20px/26px Poppins, sans-serif;
  color: #002053;
}

#copy {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(560px 260px at 12% 12%, rgba(110, 168, 76, 0.16), transparent 70%),
    radial-gradient(520px 280px at 92% 0%, rgba(243, 200, 95, 0.2), transparent 65%),
    linear-gradient(180deg, #f8fbf4 0%, #fff8ec 100%);
  padding-top: 56px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(63, 107, 47, 0.15);
}

#copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 62, 44, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 62, 44, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.22;
  pointer-events: none;
}

#copy .container {
  position: relative;
  z-index: 1;
}

#copy .copy-text {
  text-align: center;
  margin-bottom: 18px;
}

#copy .copy-text p {
  margin-bottom: 0;
  color: #2f3e2c;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 13px;
}

#copy .copy-text p + p {
  margin-top: 5px;
  font-weight: 600;
}

#copy .pagamentos {
  margin-top: 24px;
  margin-bottom: 28px;
  padding: 0;
}

#copy .pagamentos p {
  text-align: center;
  margin-bottom: 14px;
  color: #2f3e2c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

#copy .payment-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#copy .payment-list__item {
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(47, 62, 44, 0.12);
  background: #fff;
}

#copy .seguranca {
  text-align: center;
  margin-top: 6px;
  padding: 0;
}

#copy .seguranca img {
  max-width: 250px;
  margin: auto;
}

#copy .seguranca p {
  text-align: center;
  margin: 8px 0 0;
  color: #3f6b2f;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 769px) {
  #footer {
    margin-bottom: 50px;
  }

  #footer .line-footer.first,
  #footer .line-footer.second {
    flex-direction: column;
  }

  #footer .title-line-footer,
  #footer .text-line-footer,
  #footer .text-line-footer-second,
  #footer .subtitle-line-footer {
    width: 100%;
  }

  #footer .line-footer h3 {
    text-align: center;
    font: normal normal 600 26px/34px Poppins, sans-serif;
    max-width: 100%;
  }

  #footer p,
  #footer .subtitle-line-footer h4 {
    text-align: center;
  }
	
	#hero h1 {
		margin-bottom: 325px;
	}
	
	.text-subhero {
		margin-bottom: 10px !important;
	}
}

.img-so3 {
	text-align: center;
}

.img-so3 img {
	max-width: 100%;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 13rem;
	z-index: -1;
}

