.elementor-708 .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-708 .elementor-element.elementor-element-e41c2cc:not(.elementor-motion-effects-element-type-background), .elementor-708 .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-708 .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-708 .elementor-element.elementor-element-5e2f76b:not(.elementor-motion-effects-element-type-background), .elementor-708 .elementor-element.elementor-element-5e2f76b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-708 .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-708 .elementor-element.elementor-element-ffe2982:not(.elementor-motion-effects-element-type-background), .elementor-708 .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-708 .elementor-element.elementor-element-45e9276{--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-708 .elementor-element.elementor-element-45e9276:not(.elementor-motion-effects-element-type-background), .elementor-708 .elementor-element.elementor-element-45e9276 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-1872da1 *//* =========================================
   NUEVO HERO ABOUT US (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; /* Reducido ligeramente para acomodar el párrafo */
}

/* 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 del Sobre Mí */
.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 EQUIPO MULTIDISCIPLINARIO (LIGHT MODE)
   ========================================= */

.ins-team-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ins-team-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  background: transparent; /* Libre para que Elementor ponga fondo blanco/gris claro */
}

.ins-team-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Cabecera */
.ins-team-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ins-team-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;
}

.ins-team-title {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.ins-team-title span {
  background: linear-gradient(135deg, #c9a84c 0%, #a38536 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ins-team-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
}

/* Cuadrícula de Tarjetas */
.ins-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

/* Estructura de la Tarjeta */
.ins-team-card {
  background: #ffffff; /* Fondo sólido para que destaque sobre el fondo transparente */
  padding: 40px 32px;
  border-radius: 20px;
  border: 1px solid rgba(26, 26, 26, 0.05);
  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;
  align-items: flex-start;
}

.ins-team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(201, 168, 76, 0.3);
}

.ins-team-icon {
  font-size: 32px;
  margin-bottom: 24px;
  background: rgba(201, 168, 76, 0.1);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.ins-team-h3 {
  font-size: clamp(20px, 2vw, 22px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
}

.ins-team-h3 em {
  font-style: normal;
  color: #c9a84c;
}

.ins-team-p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a5568;
}

/* Responsividad */
@media (max-width: 768px) {
  .ins-team-section { 
    padding: 56px 16px; 
  }
  .ins-team-card {
    padding: 32px 24px;
  }
  .ins-team-icon {
    margin-bottom: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4ed190 *//* =========================================
   CÓDIGO DE ÉTICA Y CTA (DARK MODE)
   ========================================= */

.ins-ethics-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ins-ethics-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  background: transparent; /* Elementor controla el fondo oscuro */
}

.ins-ethics-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Cabecera */
.ins-ethics-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ins-ethics-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;
}

.ins-ethics-title {
  font-size: clamp(32px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.ins-ethics-title span {
  background: linear-gradient(135deg, #dfbc5e 0%, #c9a84c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ins-ethics-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Cuadrícula de Valores */
.ins-ethics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}

/* Tarjetas de Ética */
.ins-ethics-card {
  background: rgba(255, 255, 255, 0.03); /* Ligeramente más claro que el fondo negro */
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 32px;
  border-radius: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ins-ethics-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 168, 76, 0.4);
}

.ins-ethics-num {
  font-size: 48px;
  font-weight: 800;
  color: rgba(201, 168, 76, 0.15); /* Número de agua dorado al fondo */
  position: absolute;
  top: 16px;
  right: 24px;
  line-height: 1;
  pointer-events: none;
}

.ins-ethics-h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 16px !important;
  position: relative;
  z-index: 2;
}

.ins-ethics-p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}

/* Caja de Llamado a la Acción (CTA Final) */
.ins-ethics-cta {
  background: linear-gradient(145deg, rgba(201, 168, 76, 0.1) 0%, rgba(201, 168, 76, 0.02) 100%);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.ins-cta-content {
  flex: 1;
  min-width: 300px;
}

.ins-cta-title {
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}

.ins-cta-p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.ins-cta-btn {
  display: inline-block;
  background: #c9a84c;
  color: #1a1a1a;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 99px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ins-cta-btn:hover {
  background: #dfbc5e;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(201, 168, 76, 0.25);
}

/* Responsividad */
@media (max-width: 992px) {
  .ins-ethics-cta {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
  }
}

@media (max-width: 768px) {
  .ins-ethics-section { 
    padding: 56px 16px; 
  }
  .ins-ethics-card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93e4778 *//* =========================================
   MÓDULO DE CERTIFICACIÓN (LIGHT MODE)
   ========================================= */

.ins-badge-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ins-badge-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 40px 20px; 
  background: transparent; 
}

.ins-badge-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Estructura de la Tarjeta */
.ins-badge-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(26, 26, 26, 0.05);
  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;
  align-items: center;
  gap: 40px;
}

.ins-badge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(201, 168, 76, 0.3);
}

/* Contenido de texto */
.ins-badge-content {
  flex: 1;
}

.ins-badge-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;
}

.ins-badge-h3 {
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.ins-badge-h3 em {
  font-style: normal;
  background: linear-gradient(135deg, #c9a84c 0%, #a38536 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ins-badge-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 16px;
}

.ins-badge-p:last-child {
  margin-bottom: 0;
}

.ins-badge-p strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Imagen de la insignia */
.ins-badge-image {
  flex-shrink: 0;
  width: 180px;
}

.ins-badge-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Responsividad */
@media (max-width: 768px) {
  .ins-badge-section { 
    padding: 40px 16px; 
  }
  .ins-badge-card {
    flex-direction: column-reverse;
    padding: 32px 24px;
    text-align: center;
    gap: 24px;
  }
  .ins-badge-image {
    width: 150px;
  }
}/* End custom CSS */