.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* ===== TAG - ESTILOS GLOBALES ===== */

/* Reset espaciado secciones */
.elementor-section, .e-con {
  padding: 80px 5% !important;
}

/* Hero section - primera sección */
.e-con:first-child {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 40px 5% !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

/* Títulos principales */
.elementor-heading-title {
  margin-bottom: 20px !important;
}

h1.elementor-heading-title {
  font-size: clamp(32px, 5vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #FFFFFF !important;
}

h2.elementor-heading-title {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #1A1A2E !important;
  margin-bottom: 25px !important;
}

/* Subtítulos naranja */
h4.elementor-heading-title {
  font-size: 13px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #FF3D00 !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}

/* Texto párrafos */
.elementor-text-editor p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  max-width: 700px !important;
}

/* ===== SOBRE NOSOTROS - 2 columnas ===== */
.e-con:nth-child(2) {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
}
.e-con:nth-child(2) > .e-con {
  flex: 1 !important;
  min-width: 300px !important;
  padding: 20px !important;
}

/* ===== QUÉ HACEMOS - sección oscura parallax ===== */
.e-con:nth-child(3) {
  background-color: rgba(26,26,46,0.88) !important;
  background-attachment: fixed !important;
  text-align: center !important;
}
.e-con:nth-child(3) h2.elementor-heading-title {
  color: #FFFFFF !important;
}
.e-con:nth-child(3) .elementor-text-editor p {
  color: rgba(255,255,255,0.85) !important;
  margin: 0 auto !important;
}

/* ===== SERVICIOS - Grid de cards ===== */
.e-con:nth-child(4) {
  background: #F5F5F5 !important;
}

/* Grid de servicios */
.e-con:nth-child(4) > .e-con:not(:first-child) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
}

/* Cards individuales */
.elementor-icon-box-wrapper {
  background: #FFFFFF !important;
  border-radius: 15px !important;
  padding: 35px 25px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
  transition: all 0.3s ease !important;
  border-bottom: 3px solid transparent !important;
  text-align: center !important;
}
.elementor-icon-box-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 35px rgba(255,61,0,0.15) !important;
  border-bottom-color: #FF3D00 !important;
}

/* Iconos de servicio */
.elementor-icon-box-icon {
  margin-bottom: 20px !important;
}
.elementor-icon-box-icon .elementor-icon {
  font-size: 45px !important;
  color: #FF3D00 !important;
}
.elementor-icon-box-icon i {
  color: #FF3D00 !important;
}

/* Título de servicio */
.elementor-icon-box-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1A1A2E !important;
  margin-bottom: 12px !important;
}

/* Descripción de servicio */
.elementor-icon-box-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #666 !important;
}

/* ===== POR QUÉ ELEGIRNOS - oscuro ===== */
.e-con:nth-child(5) {
  background: #1A1A2E !important;
  text-align: center !important;
}
.e-con:nth-child(5) h2.elementor-heading-title {
  color: #FFFFFF !important;
}
.e-con:nth-child(5) .elementor-text-editor p {
  color: rgba(255,255,255,0.75) !important;
  margin: 0 auto 40px !important;
}

/* Counters */
.elementor-counter-number-wrapper {
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #FF3D00 !important;
  margin-bottom: 8px !important;
}
.elementor-counter-title {
  font-size: 14px !important;
  color: rgba(255,255,255,0.7) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.elementor-counter {
  text-align: center !important;
  padding: 20px !important;
}

/* ===== CTA FINAL ===== */
.e-con:nth-child(6) {
  background: linear-gradient(135deg, #FF3D00, #FF6F3C) !important;
  text-align: center !important;
  padding: 70px 5% !important;
}
.e-con:nth-child(6) h2.elementor-heading-title {
  color: #FFFFFF !important;
  font-size: clamp(26px, 4vw, 40px) !important;
}
.e-con:nth-child(6) .elementor-text-editor p {
  color: rgba(255,255,255,0.9) !important;
  margin: 0 auto 30px !important;
}
.e-con:nth-child(6) .elementor-button {
  background: #FFFFFF !important;
  color: #FF3D00 !important;
  border-radius: 30px !important;
  padding: 15px 45px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
}
.e-con:nth-child(6) .elementor-button:hover {
  background: #1A1A2E !important;
  color: #FFFFFF !important;
  transform: translateY(-3px) !important;
}

/* ===== FOOTER ===== */
.e-con:nth-child(7) {
  background: #1A1A2E !important;
  padding: 50px 5% 20px !important;
}
.e-con:nth-child(7) .elementor-text-editor p,
.e-con:nth-child(7) .elementor-heading-title {
  color: rgba(255,255,255,0.7) !important;
}
.e-con:nth-child(7) .elementor-icon-list-text {
  color: rgba(255,255,255,0.7) !important;
}

/* ===== BOTONES GENERALES ===== */
.elementor-button {
  border-radius: 30px !important;
  padding: 14px 35px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.elementor-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 20px rgba(255,61,0,0.3) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .elementor-section, .e-con {
    padding: 50px 4% !important;
  }
  .elementor-counter-number-wrapper {
    font-size: 36px !important;
  }
  .elementor-icon-box-wrapper {
    padding: 25px 20px !important;
  }
}

/* Smooth scroll global */
html { scroll-behavior: smooth; }/* End custom CSS */