.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-81a5bbb:#2478B0;--e-global-color-45e7406:#FFFFFF;--e-global-color-388aff9:#141F3F;--e-global-color-d31b81c:#DB4D4D;--e-global-color-666bc4f:#60DB4D;--e-global-color-a08f675:#F8FAFC;--e-global-color-96eab90:#F8FAFC;--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-8 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 *//* === CHECKBOXES COMO TARJETAS === */

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-subgroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option {
  position: relative;
  margin: 0;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  color: #141F3F;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 52px;
  user-select: none;
  width: 100%;
  box-sizing: border-box;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option label:hover {
  border-color: #2478b0;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option label::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
  background: transparent;
  transition: all 0.2s ease;
  margin-left: 10px;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option input[type="checkbox"]:checked + label {
  border-color: #2478b0;
  box-shadow: 0 0 0 1px #2478b0;
}

.form-servicios-cards .elementor-field-type-checkbox .elementor-field-option input[type="checkbox"]:checked + label::after {
  background: #2478b0;
  border-color: #2478b0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4L4.5 7.5L11 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

@media (max-width: 767px) {
  .form-servicios-cards .elementor-field-type-checkbox .elementor-field-subgroup {
    grid-template-columns: 1fr;
  }
}

/* === PESTAÑAS COMO TARJETAS BLOQUE A/B/C (n-tabs) === */
.pestanas-bloques .e-n-tabs-heading {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  background: transparent !important;
  border: none !important;
  padding: 0 0 24px 0;
}
.pestanas-bloques .e-n-tab-title {
  background: #ffffff !important;
  border: 1.5px solid #e7e7e7 !important;
  border-radius: 12px !important;
  padding: 20px 22px !important;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  color: #141F3F !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  position: relative;
  min-height: 120px;
  width: 100%;
  box-shadow: none !important;
}
.pestanas-bloques .e-n-tab-title:nth-child(1)::before { content: 'BLOQUE A'; }
.pestanas-bloques .e-n-tab-title:nth-child(2)::before { content: 'BLOQUE B'; }
.pestanas-bloques .e-n-tab-title:nth-child(3)::before { content: 'BLOQUE C'; }
.pestanas-bloques .e-n-tab-title::before {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #2478b0;
  margin-bottom: 8px;
  display: block;
}
.pestanas-bloques .e-n-tab-title:hover {
  border-color: #2478b0 !important;
  box-shadow: 0 2px 12px rgba(36,120,176,0.1) !important;
}
.pestanas-bloques .e-n-tab-title[aria-selected="true"],
.pestanas-bloques .e-n-tab-title.e-active {
  border-color: #2478b0 !important;
  box-shadow: 0 0 0 2px rgba(36,120,176,0.25), 0 4px 16px rgba(36,120,176,0.12) !important;
  background: #ffffff !important;
  color: #141F3F !important;
}
.pestanas-bloques .e-n-tabs-content {
  border: 1.5px solid #e7e7e7 !important;
  border-radius: 12px !important;
  padding: 28px !important;
  background: #ffffff;
}
@media (max-width: 767px) {
  .pestanas-bloques .e-n-tabs-heading {
    grid-template-columns: 1fr !important;
  }
}
/* Fix: icono activo visible (Elementor n-tabs usa fill:white en tab activa) */
.pestanas-bloques .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg,
.pestanas-bloques .e-n-tab-title.e-active .e-n-tab-icon svg {
  fill: #54595f !important;
}/* End custom CSS */