.elementor-775 .elementor-element.elementor-element-e41c2cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-775 .elementor-element.elementor-element-e41c2cc:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-e41c2cc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #101828 100%);}.elementor-775 .elementor-element.elementor-element-5e2f76b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-775 .elementor-element.elementor-element-5e2f76b:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-5e2f76b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-775 .elementor-element.elementor-element-ffe2982{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-775 .elementor-element.elementor-element-ffe2982:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-ffe2982 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #101828 100%);}.elementor-775 .elementor-element.elementor-element-4df53a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-775 .elementor-element.elementor-element-4df53a8:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-4df53a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-775 .elementor-element.elementor-element-8385a2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-775 .elementor-element.elementor-element-8385a2f:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-8385a2f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #101828 100%);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-1872da1 *//* =========================================
   HERO RESPONSABILIDAD CIVIL Y DAÑOS (DARK MODE)
   ========================================= */

.yz-heroc-wrap * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.yz-heroc-wrap {
  position: relative;
  background-color: transparent; /* Permite que Elementor maneje el fondo oscuro */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  overflow: hidden;
}

/* Brillo decorativo de fondo */
.yz-heroc-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  top: -100px;
  left: -200px;
  z-index: 0;
  pointer-events: none;
}

.yz-heroc-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.yz-heroc-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Etiqueta superior (Eyebrow) */
.yz-heroc-h1 {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c; /* Dorado */
  margin-bottom: 4px;
}

/* Titular principal */
.yz-heroc-display {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.yz-heroc-display em {
  font-style: normal;
  background: linear-gradient(135deg, #dfbc5e 0%, #c9a84c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Párrafo narrativo */
.yz-heroc-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}

/* Lista de valores */
.yz-heroc-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.yz-heroc-bullets li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7); /* Gris claro */
}

.yz-heroc-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #c9a84c;
  font-weight: 800;
  font-size: 18px;
}

.yz-heroc-bullets li strong {
  color: #ffffff;
  font-weight: 700;
}

/* Fila de Botones */
.yz-heroc-cta-row {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.yz-heroc-cta-primary,
.yz-heroc-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 99px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.yz-heroc-cta-primary {
  background: #c9a84c;
  color: #1a1a1a;
}

.yz-heroc-cta-primary:hover {
  background: #dfbc5e;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(201, 168, 76, 0.2);
}

.yz-heroc-cta-ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.yz-heroc-cta-ghost:hover {
  border-color: #c9a84c;
  color: #c9a84c;
  transform: translateY(-2px);
}

/* Columna de la Imagen */
.yz-heroc-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.yz-heroc-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform 0.5s ease;
}

.yz-heroc-image-wrap:hover img {
  transform: scale(1.02);
}

/* =========================================
   RESPONSIVIDAD
   ========================================= */

@media (max-width: 992px) {
  .yz-heroc-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .yz-heroc-image-wrap {
    order: -1;
  }
}

@media (max-width: 768px) {
  .yz-heroc-wrap {
    padding: 56px 16px;
  }
  .yz-heroc-display {
    font-size: 32px;
  }
  .yz-heroc-cta-row {
    flex-direction: column;
  }
  .yz-heroc-cta-primary,
  .yz-heroc-cta-ghost {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1061e7 *//* =========================================
   MÓDULO DE MODALIDADES - ASESORÍAS (LIGHT MODE)
   ========================================= */

.ase-reasons-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ase-reasons-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  background: transparent; /* Elementor controla el fondo claro (#ffffff) */
  scroll-margin-top: 80px; /* Mejora la navegación con anclas */
}

.ase-reasons-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Cabecera */
.ase-reasons-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ase-reasons-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c; /* Dorado */
  margin-bottom: 16px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 6px 16px;
  border-radius: 99px;
}

.ase-reasons-title {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important; /* Texto oscuro */
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.ase-reasons-title span {
  background: linear-gradient(135deg, #c9a84c 0%, #a38536 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ase-reasons-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
}

/* Cuadrícula de Tarjetas */
.ase-reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

/* Tarjetas */
.ase-reason-card {
  background: #ffffff;
  padding: 40px 32px;
  border-radius: 20px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ase-reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(201, 168, 76, 0.4);
}

/* Cabecera interna de la tarjeta */
.ase-reason-header-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.ase-reason-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(201, 168, 76, 0.1);
  color: #c9a84c;
  font-size: 18px;
  font-weight: 800;
  border-radius: 12px;
  flex-shrink: 0;
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.ase-reason-h3 {
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.2 !important;
}

.ase-reason-h3 em {
  font-style: normal;
  color: #c9a84c;
}

.ase-reason-p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a5568;
}

/* Responsividad */
@media (max-width: 768px) {
  .ase-reasons-section { 
    padding: 56px 16px; 
  }
  .ase-reason-card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4ed190 *//* =========================================
   MÓDULO DE ENFOQUE - ASESORÍAS (DARK MODE)
   ========================================= */

.ase-focus-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ase-focus-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  background: transparent; /* Permite que Elementor maneje el fondo oscuro */
  overflow: hidden;
}

.ase-focus-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Contenido Textual */
.ase-focus-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ase-focus-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c; /* Dorado */
  margin-bottom: 16px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 6px 16px;
  border-radius: 99px;
}

.ase-focus-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: #ffffff; /* Texto blanco para Dark Mode */
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.ase-focus-title span {
  background: linear-gradient(135deg, #c9a84c 0%, #dfbc5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ase-focus-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85); /* Gris claro */
  margin-bottom: 32px;
}

/* Lista de Beneficios */
.ase-focus-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.ase-focus-list li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.ase-focus-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: #c9a84c;
  font-weight: 800;
  font-size: 18px;
}

.ase-focus-list li strong {
  color: #ffffff; /* Negritas en blanco puro */
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

/* Botón CTA (Compacto) */
.ase-focus-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  background: #c9a84c;
  border-radius: 99px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.ase-focus-cta:hover {
  background: #dfbc5e;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(201, 168, 76, 0.2);
}

/* Columna de la Imagen */
.ase-focus-image-wrap {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05); /* Borde claro sutil */
}

.ase-focus-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Badge Flotante (CRO) - Dark Mode */
.ase-focus-badge {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: #1a1a1a; /* Fondo oscuro */
  padding: 20px 24px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #c9a84c;
  color: #1a1a1a;
  border-radius: 50%;
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
}

.badge-text-group {
  display: flex;
  flex-direction: column;
}

.badge-title {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff; /* Texto blanco */
  line-height: 1.2;
}

.badge-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

/* Responsividad */
@media (max-width: 992px) {
  .ase-focus-container {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  
  .ase-focus-image-wrap {
    order: -1;
    margin: 0 24px;
  }

  .ase-focus-badge {
    left: 24px;
    bottom: -24px;
    right: 24px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .ase-focus-section {
    padding: 56px 16px;
  }
  
  .ase-focus-title {
    font-size: 28px;
  }

  .ase-focus-image-wrap {
    margin: 0;
  }

  .ase-focus-badge {
    left: 16px;
    right: 16px;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eacdc37 *//* =========================================
   MÓDULO DE FAQS - ASESORÍAS (LIGHT MODE)
   ========================================= */

.ase-faqs-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ase-faqs-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  background: transparent; /* Elementor controla el fondo blanco */
}

.ase-faqs-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Cabecera */
.ase-faqs-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ase-faqs-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c; /* Dorado */
  margin-bottom: 16px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 6px 16px;
  border-radius: 99px;
}

.ase-faqs-title {
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important; /* Texto oscuro */
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.ase-faqs-title span {
  background: linear-gradient(135deg, #c9a84c 0%, #a38536 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ase-faqs-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
}

/* Contenedor del Acordeón */
.ase-faqs-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Elementos Details / Summary */
.ase-faq-item {
  background: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.ase-faq-item[open] {
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ase-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none; /* Oculta el marcador por defecto */
  user-select: none;
}

/* Ocultar la flecha por defecto en Safari/Chrome */
.ase-faq-question::-webkit-details-marker {
  display: none;
}

.ase-faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(201, 168, 76, 0.1);
  color: #c9a84c;
  font-size: 18px;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.ase-faq-item[open] .ase-faq-icon {
  transform: rotate(45deg);
  background: #c9a84c;
  color: #1a1a1a;
}

.ase-faq-answer {
  padding: 0 28px 24px 28px;
  border-top: 1px solid rgba(26, 26, 26, 0.04);
}

.ase-faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  padding-top: 16px;
}

/* Responsividad */
@media (max-width: 768px) {
  .ase-faqs-section {
    padding: 56px 16px;
  }
  
  .ase-faq-question {
    padding: 20px;
    font-size: 16px;
  }

  .ase-faq-answer {
    padding: 0 20px 20px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ff1580 *//* =========================================
   MÓDULO CTA COMPACTO - ASESORÍAS (DARK MODE)
   ========================================= */

.ase-cta-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ase-cta-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 64px 20px;
  background: transparent; /* Elementor maneja el fondo oscuro base */
}

.ase-cta-container {
  max-width: 900px; /* Ancho restringido para un diseño compacto tipo CTA */
  margin: 0 auto;
}

/* Tarjeta CTA Compacta */
.ase-cta-card {
  background: #1a1a1a; /* Fondo oscuro puro */
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  border: 1px solid rgba(201, 168, 76, 0.2); /* Borde sutil dorado */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), inset 0 0 80px rgba(201, 168, 76, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Titular */
.ase-cta-title {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 700px;
}

/* Descripción */
.ase-cta-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
}

/* Contenedor de Acción */
.ase-cta-action {
  margin-top: 8px;
}

/* Botón Compacto */
.ase-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  background: #c9a84c;
  border-radius: 99px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.ase-cta-btn:hover {
  background: #dfbc5e;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(201, 168, 76, 0.25);
}

.ase-cta-icon {
  display: flex;
  align-items: center;
}

/* Responsividad */
@media (max-width: 768px) {
  .ase-cta-section {
    padding: 40px 16px;
  }
  
  .ase-cta-card {
    padding: 40px 24px;
    border-radius: 20px;
  }

  .ase-cta-title {
    font-size: 24px;
  }
  
  .ase-cta-btn {
    width: 100%;
    padding: 16px 24px;
  }
}/* End custom CSS */