.elementor-5205 .elementor-element.elementor-element-f72308f{overflow:visible;}.elementor-5205 .elementor-element.elementor-element-b346f0a{overflow:visible;}.elementor-5205 .elementor-element.elementor-element-6ef818c{overflow:visible;}.elementor-5205 .elementor-element.elementor-element-d8af0d5{overflow:visible;}.elementor-5205 .elementor-element.elementor-element-f1083d9{overflow:visible;}.elementor-5205 .elementor-element.elementor-element-a08cf78{overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS *//* RESET TOTAL */
.mdt, .mdt * { 
  margin: 0 !important; 
  padding: 0 !important; 
  box-sizing: border-box !important;
  border: none !important;
  outline: none !important;
}
.mdt { 
  font-family: 'Montserrat', -apple-system, sans-serif !important; 
  color: #1a2e1a !important; 
  line-height: 1.6 !important; 
  background: #fff !important;
  overflow-x: hidden !important;
  width: 100% !important;
}
.mdt img { 
  max-width: 100% !important; 
  height: auto !important; 
  display: block !important;
  border: none !important;
}
.mdt a { 
  text-decoration: none !important; 
  color: inherit !important;
  background: transparent !important;
}

/* CONTAINER */
.mdt-wrap { 
  width: 100% !important; 
  max-width: 1000px !important; 
  margin: 0 auto !important; 
  padding: 0 24px !important; 
}

/* ============================================
   HERO SECTION
   ============================================ */
.mdt-hero {
  position: relative !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.mdt-hero-shape {
  position: absolute !important;
  right: -20% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 70% !important;
  height: 120% !important;
  background: #1a2e1a !important;
  border-radius: 0 0 0 100% / 0 0 0 50% !important;
  z-index: 1 !important;
  overflow: hidden !important;
}
.mdt-hero-shape img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0.7 !important;
  filter: saturate(0.8) contrast(1.1) !important;
}

.mdt-hero-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 560px !important;
  padding: 80px 0 !important;
}

.mdt-hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #e8f5e0 !important;
  color: #4A6741 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  padding: 10px 16px !important;
  border-radius: 100px !important;
  margin-bottom: 28px !important;
  text-transform: uppercase !important;
}
.mdt-hero-badge::before {
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  background: #86bc25 !important;
  border-radius: 50% !important;
  animation: mdtPulse 2s ease infinite !important;
}

@keyframes mdtPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.mdt-hero h1 {
  font-size: clamp(32px, 6vw, 52px) !important;
  font-weight: 700 !important;
  color: #1a2e1a !important;
  margin-bottom: 20px !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.mdt-hero h1 span {
  color: #86bc25 !important;
}

.mdt-hero-text {
  font-size: 17px !important;
  color: #5a6b5a !important;
  margin-bottom: 32px !important;
  max-width: 440px !important;
  line-height: 1.7 !important;
}

/* ============================================
   BUTTONS
   ============================================ */
.mdt-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 16px 28px !important;
  border-radius: 7px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
}

.mdt-btn-primary,
.mdt-btn-whatsapp {
  background-color: #86bc25 !important;
  color: #1a2e1a !important;
  border-color: #86bc25 !important;
  box-shadow: 0 4px 20px rgba(134, 188, 37, 0.3) !important;
}
.mdt-btn-primary:hover,
.mdt-btn-whatsapp:hover {
  background-color: #78aa20 !important;
  border-color: #78aa20 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(134, 188, 37, 0.4) !important;
  color: #1a2e1a !important;
}

.mdt-btn-secondary,
.mdt-btn-outline {
  background-color: #ffffff !important;
  color: #1a2e1a !important;
  border: 2px solid #86bc25 !important;
}
.mdt-btn-secondary:hover,
.mdt-btn-outline:hover {
  background-color: #e8f5e0 !important;
  color: #1a2e1a !important;
}

.mdt-hero-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

/* ============================================
   HERO STATS
   ============================================ */
.mdt-hero-stats {
  display: flex !important;
  gap: 32px !important;
  margin-top: 48px !important;
  padding-top: 32px !important;
  border-top: 1px solid rgba(74, 103, 65, 0.1) !important;
}
.mdt-stat {
  text-align: left !important;
}
.mdt-stat-number {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #86bc25 !important;
  line-height: 1 !important;
}
.mdt-stat-label {
  font-size: 12px !important;
  color: #5a6b5a !important;
  margin-top: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* ============================================
   SOBRE SECTION
   ============================================ */
.mdt-sobre {
  padding: 80px 0 !important;
  background: #fafcf9 !important;
  position: relative !important;
}

.mdt-sobre-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

.mdt-sobre-content h2 {
  font-size: clamp(24px, 4vw, 36px) !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  color: #4A6741 !important;
  line-height: 1.2 !important;
}

.mdt-sobre-content p {
  font-size: 16px !important;
  margin-bottom: 24px !important;
  color: #5a6b5a !important;
  line-height: 1.7 !important;
}

.mdt-sobre-highlight {
  display: inline !important;
  background: linear-gradient(180deg, transparent 60%, rgba(109, 179, 63, 0.25) 60%) !important;
  font-weight: 600 !important;
  color: #4A6741 !important;
}

.mdt-sobre-list {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.mdt-sobre-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  font-size: 15px !important;
  color: #1a2e1a !important;
  line-height: 1.5 !important;
}
.mdt-sobre-list li::before {
  content: '' !important;
  flex-shrink: 0 !important;
  width: 20px !important;
  height: 20px !important;
  background: #86bc25 !important;
  border-radius: 50% !important;
  margin-top: 2px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") !important;
  background-size: 12px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ============================================
   PILARES SECTION
   ============================================ */
.mdt-pilares {
  padding: 80px 0 !important;
  background: #ffffff !important;
}

.mdt-section-header {
  text-align: center !important;
  max-width: 600px !important;
  margin: 0 auto 48px !important;
}
.mdt-section-header h2 {
  font-size: clamp(24px, 4vw, 32px) !important;
  margin-bottom: 12px !important;
  font-weight: 700 !important;
  color: #4A6741 !important;
  line-height: 1.2 !important;
}
.mdt-section-header p {
  font-size: 16px !important;
  color: #5a6b5a !important;
  line-height: 1.7 !important;
}

.mdt-pilares-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}

.mdt-pilar {
  background: #fafcf9 !important;
  padding: 32px 28px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(74, 103, 65, 0.08) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}
.mdt-pilar::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 4px !important;
  height: 0 !important;
  background: #86bc25 !important;
  border-radius: 0 4px 4px 0 !important;
  transition: height 0.3s ease !important;
}
.mdt-pilar:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 40px rgba(74, 103, 65, 0.1) !important;
}
.mdt-pilar:hover::before {
  height: 100% !important;
}

.mdt-pilar-icon {
  width: 56px !important;
  height: 56px !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 12px rgba(74, 103, 65, 0.08) !important;
}
.mdt-pilar-icon svg {
  width: 28px !important;
  height: 28px !important;
  color: #86bc25 !important;
}

.mdt-pilar h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #4A6741 !important;
  margin-bottom: 10px !important;
  line-height: 1.2 !important;
}
.mdt-pilar p {
  font-size: 14px !important;
  color: #5a6b5a !important;
  line-height: 1.6 !important;
}

/* ============================================
   MED+ SECTION
   ============================================ */
.mdt-medplus {
  padding: 80px 0 !important;
  background: #1a2e1a !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}

.mdt-medplus-shape {
  position: absolute !important;
  left: -10% !important;
  bottom: -30% !important;
  width: 50% !important;
  height: 80% !important;
  background: #86bc25 !important;
  border-radius: 50% !important;
  opacity: 0.1 !important;
  filter: blur(80px) !important;
}

.mdt-medplus-content {
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
}

.mdt-medplus-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(109, 179, 63, 0.15) !important;
  border: 1px solid rgba(109, 179, 63, 0.3) !important;
  color: #86bc25 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  padding: 10px 20px !important;
  border-radius: 100px !important;
  margin-bottom: 24px !important;
  text-transform: uppercase !important;
}

.mdt-medplus h2 {
  font-size: clamp(28px, 5vw, 42px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 16px !important;
  line-height: 1.15 !important;
}
.mdt-medplus h2 span {
  color: #86bc25 !important;
}

.mdt-medplus-text {
  font-size: 17px !important;
  color: rgba(255,255,255,0.75) !important;
  max-width: 560px !important;
  margin: 0 auto 32px !important;
  line-height: 1.7 !important;
}

.mdt-medplus-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 36px !important;
}
.mdt-tag {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  padding: 10px 18px !important;
  border-radius: 100px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.9) !important;
}

/* ============================================
   CTA / FORMULARIO SECTION
   ============================================ */
.mdt-cta {
  padding: 80px 0 !important;
  background: #fafcf9 !important;
  text-align: center !important;
}

.mdt-cta h2 {
  font-size: clamp(24px, 4vw, 36px) !important;
  margin-bottom: 12px !important;
  font-weight: 700 !important;
  color: #4A6741 !important;
  line-height: 1.2 !important;
}
.mdt-cta p {
  font-size: 16px !important;
  margin-bottom: 32px !important;
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #5a6b5a !important;
  line-height: 1.7 !important;
}

.mdt-cta-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: center !important;
}

/* Espaco para formulario Elementor */
.mdt-form-container {
  max-width: 500px !important;
  margin: 0 auto 32px !important;
  padding: 0 !important;
}

/* ============================================
   FOOTER
   ============================================ */
.mdt-footer {
  padding: 48px 0 24px !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(74, 103, 65, 0.1) !important;
}

.mdt-footer-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  text-align: center !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid rgba(74, 103, 65, 0.1) !important;
}

.mdt-footer-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 4px !important;
}
.mdt-footer-logo img {
  height: 80px !important;
  width: auto !important;
}

.mdt-footer-ans {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.mdt-footer-ans-logo {
  height: 40px !important;
  width: auto !important;
}

.mdt-footer-desc {
  font-size: 14px !important;
  color: #5a6b5a !important;
  max-width: 380px !important;
  line-height: 1.7 !important;
}

.mdt-footer-social {
  display: flex !important;
  gap: 10px !important;
}
.mdt-footer-social a {
  width: 40px !important;
  height: 40px !important;
  background: #86bc25 !important;
  border-radius: 7px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}
.mdt-footer-social a:hover {
  background: #78aa20 !important;
  transform: translateY(-2px) !important;
}
.mdt-footer-social svg {
  width: 18px !important;
  height: 18px !important;
  fill: #ffffff !important;
}

.mdt-footer-bottom {
  padding-top: 24px !important;
  text-align: center !important;
}
.mdt-footer-copy {
  font-size: 11px !important;
  color: #8a9a8a !important;
  line-height: 1.8 !important;
  margin-bottom: 12px !important;
}
.mdt-footer-links {
  display: flex !important;
  justify-content: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}
.mdt-footer-links a {
  font-size: 12px !important;
  color: #86bc25 !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
.mdt-footer-links a:hover {
  color: #78aa20 !important;
  text-decoration: underline !important;
}

/* ============================================
   RESPONSIVO
   ============================================ */
@media (min-width: 640px) {
  .mdt-hero-stats { gap: 48px !important; }
  .mdt-pilares-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .mdt-cta-buttons { flex-direction: row !important; justify-content: center !important; }
}

@media (min-width: 900px) {
  .mdt-hero-shape {
    right: -10% !important;
    width: 55% !important;
  }
  .mdt-hero-content { max-width: 520px !important; }
  .mdt-sobre-grid { grid-template-columns: 1fr 1fr !important; gap: 60px !important; }
  .mdt-pilares-grid { grid-template-columns: repeat(4, 1fr) !important; }
}

@media (max-width: 639px) {
  .mdt-hero {
    min-height: auto !important;
    padding: 60px 0 80px !important;
  }
  .mdt-hero-shape {
    display: none !important;
  }
  .mdt-hero-stats {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .mdt-stat {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .mdt-stat-number { font-size: 24px !important; }
}/* End custom CSS */