.elementor-kit-5{--e-global-color-primary:#1A3C2A;--e-global-color-secondary:#6B8F5E;--e-global-color-text:#6B6B65;--e-global-color-accent:#FEFCF9;--e-global-color-12fe6ff:#3D5E3A;--e-global-color-36b4562:#C49A3C;--e-global-color-91e45ed:#8B6914;--e-global-color-7f472e8:#F5F0E8;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-3f71a4a-font-family:"Playfair Display";--e-global-typography-3f71a4a-font-size:20px;--e-global-typography-3f71a4a-font-weight:700;--e-global-typography-5b3ad79-font-family:"DM Sans";--e-global-typography-5b3ad79-font-size:11px;--e-global-typography-5b3ad79-font-weight:600;--e-global-typography-dfcb85a-font-family:"DM Sans";--e-global-typography-dfcb85a-font-size:13px;--e-global-typography-dfcb85a-font-weight:500;background-color:#FEFCF9;color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Playfair Display", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-5 h2{font-family:"Playfair Display", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-5 h3{font-family:"Playfair Display", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:500;border-radius:50px 50px 50px 50px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === FUENTES === */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=DM+Sans:wght@300;400;500;700&display=swap');

/* === BODY === */
body {
  background: #fefcf9;
  color: #1a1a18;
}

/* === ANIMACIONES HOVER PARA CARDS === */
.tierra-card {
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
.tierra-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26,60,42,0.1);
  box-shadow: 0 20px 50px rgba(26,60,42,0.08);
}

/* === BARRA SUPERIOR EN CARDS === */
.tierra-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #6b8f5e, #c49a3c);
  opacity: 0;
  transition: opacity 0.3s;
}
.tierra-card:hover::before {
  opacity: 1;
}

/* === BOTÓN PRIMARIO === */
.btn-tierra-primary {
  background: #1a3c2a !important;
  border-radius: 50px !important;
  border: 2px solid #1a3c2a !important;
  transition: all 0.3s !important;
}
.btn-tierra-primary:hover {
  background: #3d5e3a !important;
  border-color: #3d5e3a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26,60,42,0.2);
}

/* === SCROLL SUAVE === */
html { scroll-behavior: smooth; }/* End custom CSS */