.elementor-kit-45{--e-global-color-primary:#C5A689;--e-global-color-secondary:#163832;--e-global-color-text:#181818;--e-global-color-accent:#163832;--e-global-color-3bc96f9:#F8F9FA;--e-global-typography-primary-font-family:"Grift";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Grift";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Grift";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Grift";--e-global-typography-accent-font-weight:500;}.elementor-kit-45 e-page-transition{background-color:#FFBC7D;}.elementor-kit-45 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* ============================================
   ESTILOS PERSONALIZADOS PARA WP FORMS
   Botón estilo Parque Vega
   ============================================ */

/* Botón Submit Principal */
.wpforms-submit,
.wpforms-form button[type="submit"],
.wpforms-form input[type="submit"] {
  /* Tamaño y espaciado */
  padding: 32px 38px !important;
  min-width: 280px !important;
  
  /* Colores */
  background-color: #1A3A2E !important;
  color: #FFFFFF !important;
  border: none !important;
  
  /* Tipografía */
  font-family: 'Grift', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  
  /* Forma */
  border-radius: 4px !important;
  
  /* Efectos */
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  
  /* Display */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  
  /* Otros */
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* Estado Hover */
.wpforms-submit:hover,
.wpforms-form button[type="submit"]:hover,
.wpforms-form input[type="submit"]:hover {
  background-color: #0F1F19 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(26, 58, 46, 0.25) !important;
  color: #FFFFFF !important;
}

/* Estado Active/Focus */
.wpforms-submit:active,
.wpforms-form button[type="submit"]:active,
.wpforms-form input[type="submit"]:active {
  transform: translateY(-1px) !important;
}

.wpforms-submit:focus,
.wpforms-form button[type="submit"]:focus,
.wpforms-form input[type="submit"]:focus {
  outline: 2px solid #C8A47E !important;
  outline-offset: 4px !important;
}

/* Agregar icono de flecha después del texto */
.wpforms-submit::after,
.wpforms-form button[type="submit"]::after,
.wpforms-form input[type="submit"]::after {
  content: "→" !important;
  margin-left: 8px !important;
  font-size: 18px !important;
  transition: transform 0.3s ease !important;
  display: inline-block !important;
}

.wpforms-submit:hover::after,
.wpforms-form button[type="submit"]:hover::after,
.wpforms-form input[type="submit"]:hover::after {
  transform: translateX(5px) !important;
}

/* Contenedor del botón */
.wpforms-submit-container {
  text-align: left !important;
  padding-top: 0px !important;
}

/* Responsive - Tablet */
@media (max-width: 768px) {
  .wpforms-submit,
  .wpforms-form button[type="submit"],
  .wpforms-form input[type="submit"] {
    padding: 16px 32px !important;
    font-size: 13px !important;
    min-width: 240px !important;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  .wpforms-submit,
  .wpforms-form button[type="submit"],
  .wpforms-form input[type="submit"] {
    padding: 14px 28px !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    min-width: 100% !important;
    width: 100% !important;
  }
  
  .wpforms-submit-container {
    text-align: center !important;
  }
}

/* Estado Disabled */
.wpforms-submit:disabled,
.wpforms-form button[type="submit"]:disabled,
.wpforms-form input[type="submit"]:disabled {
  background-color: #6F7B78 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  transform: none !important;
}

.wpforms-submit:disabled:hover,
.wpforms-form button[type="submit"]:disabled:hover,
.wpforms-form input[type="submit"]:disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}


/* texto strong para ajuste manual en color ocre */

strong {
    font-weight: 500!important;
    color: #C5A689!important;
}


/* ============================================
   CLASE PV-HERO-PULSE
   Título Hero para Parque Vega
   ============================================ */

.pv-hero-pulse {
  /* Tipografía */
  font-family: 'Grift', sans-serif !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  
  /* Color */
  color: #1A3A2E !important;
  
  /* Espaciado */
  margin: 0 !important;
  padding: 0 !important;
  
  /* Otros */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* =========================
   RESPONSIVE
========================= */

/* Desktop Large */
@media (max-width: 1200px) {
  .pv-hero-pulse {
    font-size: 56px !important;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .pv-hero-pulse {
    font-size: 52px !important;
  }
}

@media (max-width: 992px) {
  .pv-hero-pulse {
    font-size: 48px !important;
  }
}

/* Tablet Small */
@media (max-width: 768px) {
  .pv-hero-pulse {
    font-size: 44px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .pv-hero-pulse {
    font-size: 40px !important;
  }
}

@media (max-width: 480px) {
  .pv-hero-pulse {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }
}

/* Mobile Extra Small */
@media (max-width: 360px) {
  .pv-hero-pulse {
    font-size: 32px !important;
  }
}

/* =========================
   ACCESIBILIDAD
========================= */
@media (prefers-reduced-motion: reduce) {
  .pv-hero-pulse {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-Regular-1.woff2') format('woff2');
}
@font-face {
	font-family: 'Grift';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://parquevega.com/wp-content/uploads/2025/12/Grift-SemiBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
