:root {
  --green: #009952;
  --green-dark: #006535;
  --green-soft: #2fcb71;
  --green-light: #e8f6ee;
  --purple: #874a8c;
  --text: #203128;
  --muted: #53645c;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0, 101, 53, 0.12);
  --radius: 1rem;
  --font-base: "Poppins", Arial, sans-serif;
  --font-display: "Nunito", "Poppins", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 0.95rem;
  font-family: var(--font-base);
  color: var(--text);
  background-color: #f0f9f3;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease;
}

a:hover {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button:focus,
input:focus,
textarea:focus,
a:focus-visible {
  outline: 3px solid rgba(0, 153, 82, 0.25);
  outline-offset: 2px;
}

.lineNav {
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, rgba(0, 153, 82, 1) 0%, rgba(135, 74, 140, 1) 100%);
}

.bg-white {
  background-color: var(--white);
}

.height-box {
  min-height: 250px;
  display: flex;
  align-items: center;
}

.logo-wrap {
  padding: 1.5rem 0;
}

.form-control {
  border-color: rgba(0, 101, 53, 0.22);
  box-shadow: none;
}

.form-control:focus {
  border-color: rgba(0, 101, 53, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(0, 153, 82, 0.12);
}

.quick-whatsapp {
  background: linear-gradient(180deg, #0f9a4e 0%, #0b7e3f 100%);
  border-radius: 1rem;
  padding: 0.35rem;
  box-shadow: var(--shadow);
}

.quick-whatsapp .form-control {
  min-height: 52px;
  border: 0;
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  padding-right: 12rem;
}

.quick-whatsapp .form-control::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.btn-agendar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background-color: var(--green-dark);
  color: var(--white);
  border: 0;
  border-radius: 0.85rem;
  padding: 0.85rem 1.2rem;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
  box-shadow: 0 12px 28px rgba(0, 101, 53, 0.18);
}

.btn-agendar:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.posiAbs {
  position: absolute;
  inset: 0.35rem 0.35rem 0.35rem auto;
}

.hero-summary {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fntpopReg,
.fntpanton {
  font-family: var(--font-base);
}

.fntpopLight,
.fntcocosharp {
  font-family: var(--font-display);
}

.fntTil {
  font-size:2.2rem;
  line-height: 1.16;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 1.5rem;
}

.fntTil span {
  color: var(--green);
}

.hero-copy,
.ftnsubdra,
.fntFoot,
label,
.modal-body {
  color: var(--muted);
}

.hero-copy,
.ftnsubdra {
  font-size: 1rem;
  line-height: 1.85;
}

.hero-copy strong {
  color: var(--green-dark);
}

.line27 {
  line-height: 1.85;
}

.line33 {
  line-height: 2;
}

.line38 {
  line-height: 1.5;
}

.txt-greem {
  color: var(--green);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 0.98rem;
  line-height: 1.5;
}

.feature-icon {
  width: 2.7rem;
  min-width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 153, 82, 0.11);
  color: var(--green-dark);
  font-size: 1rem;
  box-shadow: inset 0 0 0 1px rgba(0, 101, 53, 0.08);
}

.pyBox1 {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.pbBox2 {
  padding-bottom: 5rem;
}

.pbBox3 {
  padding-bottom: 5rem;
}

.img1 {
  position: relative;
  z-index: 2;
  border-radius: 1.5rem 1.5rem 28% 1.5rem;
  box-shadow: 20px 20px 0 rgba(135, 74, 140, 0.95);
}

.ftnDra {
  font-size: 1.4rem;
  color: var(--purple);
  font-family: var(--font-base);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.ftnsubdra {
  font-size: 1rem;
}

.section-card {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: var(--shadow);
  height: 100%;
}

.titleForm {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  margin-bottom: 1rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  min-height: 58px;
  height: calc(3.5rem + 2px);
}

.form-floating > textarea.form-control {
  min-height: 200px;
  height: auto;
}

.form-floating > label {
  color: #5a6d63;
  font-weight: 500;
}

.form-check-label {
  color: var(--muted);
}

.form-note {
  margin: 0.25rem 0 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.btn-enviar {
  background-color: var(--green-dark);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 0.9rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.75rem 1rem;
  box-shadow: 0 14px 30px rgba(0, 101, 53, 0.18);
}

.btn-enviar:hover {
  color: var(--white);
  opacity: 0.96;
}

.btn-enviar.is-loading {
  pointer-events: none;
  opacity: 0.88;
}

.form-feedback {
  display: none;
  margin-top: 1rem;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.form-feedback.is-success {
  display: block;
  background: rgba(0, 153, 82, 0.12);
  color: var(--green-dark);
}

.form-feedback.is-error {
  display: block;
  background: rgba(169, 35, 35, 0.08);
  color: #8c2222;
}

.invalid-feedback {
  font-size: 0.88rem;
}

.map-frame {
  width: 100%;
  height: 430px;
  border: 0;
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
}

.py-footer {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4.25rem;
}

.bg-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 62%, rgba(47, 203, 113, 0.18), transparent 13%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.04), transparent 10%),
    linear-gradient(180deg, #009952 0%, #009952 100%);
}

.bg-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%2088%27%20preserveAspectRatio%3D%27none%27%3E%0A%3Cpath%20d%3D%27M0%2054C430%206%201010%206%201440%2054V0H0Z%27%20fill%3D%27%23006535%27/%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.bg-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%20900%20420%27%20preserveAspectRatio%3D%27xMidYMid%20meet%27%3E%0A%3Cpath%20d%3D%27M450%20360C346%20281%20182%20180%20182%2081c0-42%2034-76%2076-76%2059%200%20105%2058%20192%20162C537%2063%20583%205%20642%205c42%200%2076%2034%2076%2076%200%2099-164%20200-268%20279Z%27%0Afill%3D%27none%27%20stroke%3D%27%2322b573%27%20stroke-width%3D%2716%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.14%27/%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: min(62vw, 840px) auto;
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.fntFoot {
  font-family: var(--font-base);
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.98);
}

.fntFoot strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
}

.footer-link {
  color: var(--white);
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.88);
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.footer-social a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
}

.footer-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(180deg, #37d671 0%, #25b45c 100%);
  box-shadow: 0 18px 35px rgba(0, 101, 53, 0.28);
  z-index: 1035;
}

.whatsapp-float::before,
.whatsapp-float::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.whatsapp-float::before {
  inset: -0.85rem;
  background: rgba(47, 203, 113, 0.12);
}

.whatsapp-float::after {
  inset: -0.35rem;
  border: 2px solid rgba(47, 203, 113, 0.35);
}

.whatsapp-float i {
  position: relative;
  z-index: 1;
  font-size: 2rem;
}

.whatsapp-float:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.whatsapp-float .pulse-ring {
  position: absolute;
  inset: -0.35rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
  animation: pulse-whatsapp 2.3s ease-out infinite;
}

@keyframes pulse-whatsapp {
  0% {
    transform: scale(0.92);
    opacity: 0.85;
  }
  70% {
    transform: scale(1.14);
    opacity: 0;
  }
  100% {
    transform: scale(1.14);
    opacity: 0;
  }
}

.modal-header {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--green-dark);
}

.modal-body {
  line-height: 1.8;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1199.98px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .height-box {
    min-height: 250px;
  }

  .hero-summary,
  .pyBox1,
  .pbBox2,
  .pbBox3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-card {
    padding: 1.5rem;
  }

  .py-footer {
    padding-top: 4.6rem;
    padding-bottom: 2.5rem;
  }

  .footer-grid {
    gap: 1.5rem;
  }

  .bg-footer::after {
    background-size: min(96vw, 680px) auto;
    background-position: center 48px;
  }
}

@media (max-width: 767.98px) {
  .logo-wrap {
    padding: 1.25rem 0;
  }

  .height-box {
    min-height: 220px;
  }

  .quick-whatsapp {
    padding: 0.6rem;
  }

  .quick-whatsapp .form-control {
    padding-right: 1rem;
    margin-bottom: 0.65rem;
  }

  .posiAbs {
    position: static;
    width: 100%;
  }

  .hero-summary {
    text-align: center;
  }

  .feature-item {
    font-size: 0.95rem;
  }

  .img1 {
    box-shadow: 14px 14px 0 rgba(135, 74, 140, 0.92);
  }

  .map-frame {
    height: 320px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .fntFoot {
    font-size: 1rem;
  }

  .whatsapp-float {
    width: 4rem;
    height: 4rem;
    right: 1rem;
    bottom: 1rem;
  }

  .whatsapp-float i {
    font-size: 1.8rem;
  }
}

@media (max-width: 420px) {
  .h50 {
    height: 60px;
  }

  .btn-agendar {
    font-size: 0.82rem;
    padding-inline: 1rem;
  }

  .titleForm {
    font-size: 1.2rem;
  }
}
