.elementor-1057 .elementor-element.elementor-element-3bac57d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1057 .elementor-element.elementor-element-11d65f1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1057 .elementor-element.elementor-element-e680cb8{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1057 .elementor-element.elementor-element-a21b92c{--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-1057 .elementor-element.elementor-element-eee5028{--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-1057 .elementor-element.elementor-element-18e035c{--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-1057 .elementor-element.elementor-element-70238d3{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f65af36 *//* CARD DESTACADA */
.highlight-card {
  text-align: center;
  padding: 40px;
}

.highlight-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* GRID NORMATIVIDAD */
.norm-grid {
  margin-top: 30px;
}

/* TARJETAS PEQUEÑAS */
.small-card {
  padding: 18px 20px 18px 30px;
  font-size: 14px;
  color: #444;
}

/* CHECK VISUAL MÁS PRO */
.small-card::before {
  background: #1FC8BE;
}

/* HOVER MÁS SUTIL */
.small-card:hover {
  transform: translateY(-4px);
}
/* CONTENEDOR */
.corporate-container {
  font-family: 'Poppins', Arial, sans-serif;
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

/* SEPARADOR VISUAL */
.section {
  margin: 100px 0;
  position: relative;
}

.section::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #1FC8BE;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* TITULOS */
.section-title {
  font-size: 34px;
  color: #245183;
  font-weight: 700;
  text-align: center;
}

.section-subtitle {
  color: #1FC8BE;
  text-align: center;
  margin-bottom: 25px;
}

/* TEXTO */
.text {
  color: #666;
  line-height: 1.7;
  max-width: 750px;
  margin: 15px auto;
  text-align: center;
}

/* HERO */
.hero {
  text-align: center;
  margin-bottom: 80px;
}

.hero h1 {
  font-size: 46px;
  color: #245183;
}

/* BADGE */
.badge {
  display: inline-block;
  background: rgba(36,81,131,0.08);
  color: #245183;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* BANNERS PRO */
.banner-img {
  margin: 60px auto;
  border-radius: 22px;
  overflow: hidden;
  max-width: 1100px;
  position: relative;
}

.banner-img img {
  width: 100%;
  height: auto; /* 🔥 clave */
  object-fit: contain; /* opcional */
  display: block;
}

/* overlay elegante */
.banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36,81,131,0.15);
}

.banner-img:hover img {
  transform: scale(1.05);
}

/* GRID */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* TARJETAS DIFERENCIALES */
.card {
  background: #fff;
  padding: 30px 30px 30px 40px;
  border-radius: 16px;
  border: 1px solid #eef2f5;
  position: relative;
  transition: all 0.3s ease;
}

/* línea lateral */
.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: #1FC8BE;
  border-radius: 4px;
}

.card:hover {
  transform: translateY(-6px);
}

/* LISTAS */
.list {
  margin-top: 15px;
  padding-left: 18px;
}

.list li {
  margin-bottom: 10px;
  color: #555;
}

.list.numbered {
  list-style: decimal;
}

/* ANIMACION SCROLL */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 32px;
  }

  .banner-img img {
    height: 260px;
  }
}
/* TEXTO FULL WIDTH */
.text.full {
  max-width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

/* CONTENEDOR NORMATIVIDAD */
.norm-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* BLOQUES */
.norm-block {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eef2f5;
  transition: 0.3s;
}

.norm-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(31,200,190,0.12);
}

/* TITULO BLOQUE */
.norm-block h3 {
  color: #245183;
  font-size: 16px;
  margin-bottom: 15px;
}

/* ITEMS */
.norm-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.norm-item {
  font-size: 14px;
  color: #555;
  padding-left: 22px;
  position: relative;
}

/* CHECK PRO */
.norm-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1FC8BE;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .norm-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .norm-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a44beff */.seccion-cards {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  padding: 80px 20px;
}

.contenido-cards {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.titulo-cards {
  font-size: 32px;
  font-weight: 700;
  color: #245183;
}

.linea-cards {
  width: 60px;
  height: 3px;
  background: #1FC8BE;
  margin: 15px auto 25px;
}

.texto-cards {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* GRID */
.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  cursor: pointer;
  transition: 0.35s ease;
  border: 1px solid #eef2f5;
}

.card:hover {
  background: #1FC8BE;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(31,200,190,0.2);
}

/* ICONO PREMIUM */
.icono-card {
  width: 65px;
  height: 65px;
  margin: 0 auto 12px;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, rgba(31,200,190,0.12), rgba(36,81,131,0.08));
  border: 1px solid rgba(31,200,190,0.2);

  color: #1FC8BE;
  transition: 0.35s ease;
}

/* SVG */
.icono-card svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
}

/* HOVER ICONO */
.card:hover .icono-card {
  background: linear-gradient(135deg, #1FC8BE, #245183);
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(31,200,190,0.3);
}

/* TEXTO */
.titulo-card {
  font-weight: 600;
  color: #555;
  font-size: 15px;
  transition: 0.3s;
}

.card:hover .titulo-card {
  color: #ffffff;
}

/* MODAL */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.modal-contenido {
  background: #fff;
  max-width: 600px;
  margin: 80px auto;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.cerrar {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fe417ae *//* CONTENEDOR GENERAL */
.corporate-container,
.seccion-general,
.seccion-reporte {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  padding: 80px 20px;
}

.container,
.contenido-reporte {
  max-width: 1100px;
  margin: auto;
}

/* TITULOS */
.section-title,
.subtitulo,
.titulo-reporte,
.titulo-cards {
  font-size: 32px;
  font-weight: 700;
  color: #245183;
  text-align: center;
  margin-bottom: 10px;
}

.linea,
.linea-reporte,
.linea-cards {
  width: 60px;
  height: 3px;
  background: #1FC8BE;
  margin: 0 auto 25px;
  border-radius: 2px;
}

/* TEXTOS */
.text,
.texto,
.texto-reporte,
.texto-cards {
  color: #555;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  width: 100%;
}

/* GRID GENERALES */
.grid-2,
.grid-reporte {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
  margin-top: 35px;
}

/* CARDS */
.card,
.card-reporte,
.highlight-card,
.small-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #eef2f5;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.card:hover,
.card-reporte:hover,
.small-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(31,200,190,0.12);
}

.highlight-card {
  background: #f8fbfb;
  border-left: 4px solid #1FC8BE;
}

/* ICONOS */
/* ICONOS PREMIUM */
.icon,
.icono-card,
.icono-reporte {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(31, 200, 190, 0.10);
  color: #1FC8BE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 8px 20px rgba(31, 200, 190, 0.15);
  transition: all 0.3s ease;
}

/* NORMATIVIDAD */
.norm-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.small-card {
  text-align: center;
  font-weight: 500;
  color: #245183;
  background: #f8fbfb;
}

/* OBJETIVOS */
.grid-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  margin-top: 35px;
}

.grid-cards .card {
  text-align: center;
  cursor: pointer;
  background: #f8fbfb;
}

.grid-cards .card:hover {
  background: #1FC8BE;
  color: #fff;
}

.grid-cards .card:hover .icono-card,
.grid-cards .card:hover .titulo-card {
  color: #fff;
}

.titulo-card {
  color: #245183;
  font-weight: 600;
}

/* IMAGEN */
.contenedor-imagen img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* ACORDEONES */
.acordeon-item {
  margin-bottom: 15px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eef2f5;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.acordeon-item:hover {
  box-shadow: 0 16px 35px rgba(31,200,190,0.12);
}

.acordeon-header {
  padding: 18px;
  cursor: pointer;
  font-weight: 600;
  color: #245183;
  text-align: center;
  background: #ffffff;
  transition: all 0.3s ease;
}

.acordeon-header:hover {
  background: #1FC8BE;
  color: #fff;
}

.acordeon-body {
  display: none;
  padding: 20px;
  color: #555;
  line-height: 1.7;
  background: #f8fbfb;
  text-align: justify;
}

/* INDICADORES */
.grid-indicadores {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 30px;
}

.item-indicador {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #eef2f5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.item-indicador:hover {
  background: #1FC8BE;
  color: #fff;
  transform: translateY(-4px);
}

.item-indicador strong {
  color: #245183;
}

.item-indicador:hover strong {
  color: #fff;
}

/* BOTON */
.boton-container {
  text-align: center;
  margin-top: 35px;
}

.boton {
  display: inline-block;
  background: #1FC8BE;
  color: #fff !important;
  padding: 13px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

.boton:hover {
  background: #17a89f !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:768px){
  .grid-2,
  .grid-reporte,
  .grid-cards,
  .grid-indicadores,
  .norm-grid {
    grid-template-columns: 1fr;
  }

  .section-title,
  .subtitulo,
  .titulo-reporte {
    font-size: 28px;
  }
}/* End custom CSS */