.elementor-23271 .elementor-element.elementor-element-21f3ad1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-23271 .elementor-element.elementor-element-50577cb{--display:flex;}.elementor-23271 .elementor-element.elementor-element-c2a38ef{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-23271 .elementor-element.elementor-element-1a7e87e{--display:flex;}.elementor-23271 .elementor-element.elementor-element-f235ce9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-23271 .elementor-element.elementor-element-96fb432{--display:flex;}@media(max-width:1024px){.elementor-23271 .elementor-element.elementor-element-21f3ad1{--justify-content:flex-start;}}/* Start custom CSS for html, class: .elementor-element-f91e529 *//* ====================== */
/* RESET Y ESTILOS GENERALES */
/* ====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

/* ====================== */
/* TIPOGRAFÍA PRINCIPAL */
/* ====================== */
h1, h2, h3 {
  font-family: 'Laila', serif;
  font-weight: 700;
  color: #a10964 !important;
}

/* ============================================= */
/* TÍTULO PRINCIPAL - Opiniones Consultivas */
/* ============================================= */
.evol-titulo-principal-container {
  text-align: center;
  margin-bottom: 50px;
}

.evol-titulo-principal {
  font-family: 'Laila', serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1000px;
}

/* ====================== */
/* CONTENEDOR GENERAL */
/* ====================== */
.container {
  width: 80%;
  margin: auto;
}

/* ============================================= */
/* SECCIÓN EVOLUCIÓN - CLASES ACTIVAS */
/* ============================================= */
.evol-intro-section {
  padding: 30px 0 30px;
}

.evol-hero-banner {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 0;

}

.evol-hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.evol-hero-texto {
  padding: 70px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.evol-titulo {
  font-family: 'Laila', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #a10964;
  line-height: 1.12;
}

.evol-texto-normal,
.evol-texto-full p {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #380635;
  text-align: justify;
}

.evol-texto-full {
  padding: 0 10px 0 15px;
  background: white;
}

/* ==================== */
/* IMAGEN HERO */
/* ==================== */
.evol-hero-imagen {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ==================== */
/* IMAGEN HERO - FÁCIL DE MODIFICAR */
/* ==================== */

.evol-hero-imagen {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;        /* Centrado por defecto */
    overflow: hidden;
}

.evol-img-principal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s ease;
}

/* Hover opcional */
.evol-hero-banner:hover .evol-img-principal {
    transform: scale(1.02);
}

/* ============================================= */
/* RESPONSIVE - ANCHOS Y CENTRADO POR DISPOSITIVO */
/* ============================================= */

/* ====================== */
/* PC / Desktop (grande)  */
/* ====================== */
@media (min-width: 993px) {
    .evol-hero-imagen {
        justify-content: flex-end;   /* Alineado a la derecha (como antes) */
        max-width: 620px;            /* ← Cambia aquí el ancho máximo en PC */
    }
}

/* ====================== */
/* TABLET                 */
/* ====================== */
@media (max-width: 992px) {
    .evol-hero-container {
        grid-template-columns: 1fr;
    }
    
    .evol-hero-imagen {
        justify-content: center;     /* Centrado en tablet */
        max-width: 520px;            /* ← Cambia aquí el ancho en Tablet */
        margin: 0 auto;              /* Centrado automático */
        border-radius: 24px 24px 0 0;
    }
    
    .evol-img-principal {
        border-radius: 24px 24px 0 0;
    }
}

/* ====================== */
/* CELULAR                */
/* ====================== */
@media (max-width: 768px) {
    .evol-hero-imagen {
        max-width: 420px;            /* ← Cambia aquí el ancho en Celular */
        margin: 0 auto;
    }
}

/* Celular muy pequeño */
@media (max-width: 480px) {
    .evol-hero-imagen {
        max-width: 340px;            /* ← Cambia aquí el ancho en celulares chicos */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3762f8e *//* ====================== */
/* RESET Y ESTILOS GENERALES */
/* ====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

/* ====================== */
/* TIPOGRAFÍA PRINCIPAL */
/* ====================== */
h1, h2, h3 {
  font-family: 'Laila', serif;
  font-weight: 700;
  color: #a10964 !important;
}
.evolucion{
    font-size: 2.5rem!important;
}

/* ====================== */
/* CONTENEDOR GENERAL */
/* ====================== */
.container {
  width: 80%;
  margin: auto;
}
.evo-img-principal {
  width: 100%;
  height: auto;
  max-height: 460px;           /* tamaño recomendado */
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
  margin-top: 15%;
}
/* ========================= */
/* HERO */
/* ========================= */
.hero {
  color: white;
  padding: 80px 0;
  text-align: center;
}
.hero h1 {
  font-size: 1rem;
}
.hero p {
  font-size: 1rem;
  opacity: 0.9;
  max-width: 700px;
  margin: auto;
}

/* ========================= */
/* DESCRIPCIÓN */
/* ========================= */
.descripcion {
  padding: 60px 0;
  text-align: left;
  line-height: 1.7;
  color: #4b5563;
}

/* ========================= */
/* BANNER ETAPAS ANTIGUOS (los que ya tenías) */
/* ========================= */
.etapa-banner {
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.etapa-texto {
  flex: 1;
}
.etapa-texto h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.etapa-banner-violeta {
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 50px;
}
.etapa-texto p {
  color: #6b7280;
  line-height: 1.6;
}
.etapa-img {
  width: 220px;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
}
.etapa-img img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

/* ========================= */
/* CARDS DE OC */
/* ========================= */
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 80px;
}

.card {
  border-radius: 18px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-4px);
}

.card-img {
  width: 10%;
  height: 130px;
  min-width: 130px;
  border-radius: 12px;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.oc-numero, .oc-id {
  color: #6C4CF1;
  font-weight: 600;
  margin-bottom: 5px;
}

.card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.card-content p {
  color: #6b7280;
  margin-bottom: 10px;
}

/* Botón Leer más */
.toggle-btn {
  margin-top: auto;
  align-self: flex-start;
  color: #380635;
  font-size: 1rem;
  background-color: #ff9700;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.toggle-btn:hover {
  background-color: #a10964;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Texto oculto */
.extra {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              transform 0.3s ease;
}
.card.active .extra {
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

/* Botón OC */
.oc-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background-color: #6C4CF1;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.oc-btn:hover {
  background-color: #5a3fd9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(108, 76, 241, 0.3);
}
.toggle-btn + .oc-btn {
  margin-left: 12px;
}

/* ========================= */
/* ESTILOS GENERALES DE PÁRRAFOS (tu último agregado) */
/* ========================= */
p {
  text-align: justify !important;
  font-family: 'Helvetica', Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.65;
  color: #380635;
  margin-bottom: 12px;
}

/* ========================= */
/* RESPONSIVE GENERAL */
/* ========================= */
@media (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .etapa-banner {
    flex-direction: column;
    text-align: center;
  }
  .etapa-img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 30px;
  }
  .hero p {
    font-size: 16px;
  }
  .card {
    flex-direction: column;
  }
  .card-img {
    width: 100%;
    height: 200px;
  }
  .card-content h3 {
    font-size: 20px;
  }
  .etapa-texto h2 {
    font-size: 24px;
  }
  .etapa-banner {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 60px 0;
  }
  .descripcion {
    padding: 40px 0;
  }
  .card {
    padding: 18px;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================= */
/* NUEVA SECCIÓN EVOLUCIÓN - CLASES INDEPENDIENTES (evo-) */
/* NO afecta a tus cards ni banners anteriores     */
/* ============================================= */

.evo-intro-section {
  padding: 100px 0 70px;
}

.evo-hero-banner {
  background: white;
  border-radius: 24px;
  overflow: hidden;

  margin-bottom: 80px;
}

.evo-hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.evo-hero-texto {
  padding: 65px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.evo-hero-texto h2 {
  font-family: 'Laila', serif;
  font-size: 2.75rem;
  color: #a10964;
  margin-bottom: 28px;
  line-height: 1.15;
}

.evo-destacado {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.65;
  color: #2c3e50;
  background: #f8f4ff;
  padding: 26px 30px;
  border-left: 7px solid #6C4CF1;
  margin-bottom: 32px;
  border-radius: 6px;
}

.evo-hero-texto p {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.78;
  color: #444444;
  text-align: justify;
  margin-bottom: 22px;
}

.evo-hero-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner de las 3 etapas */
.evo-etapas-banner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}

.evo-etapas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.evo-etapa-item {
  background: white;
  padding: 34px 28px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
  text-align: center;
}

.evo-etapa-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(108, 76, 241, 0.13);
}

.evo-etapa-num {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #ff9700;
  color: white;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 52px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.evo-etapa-item h3 {
  font-family: 'Laila', serif;
  font-size: 1.48rem;
  color: #a10964;
  margin-bottom: 14px;
}

.evo-etapa-item p {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #555;
}

/* Responsive para la sección evolución */
@media (max-width: 992px) {
  .evo-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .evo-hero-texto {
    padding: 50px 40px;
  }
}

@media (max-width: 768px) {
  .evo-hero-banner {
    margin-bottom: 60px;
  }
  
  .evo-etapas-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bd57c6 *//* ============================================= */
/* SECCIÓN 1 - OC 1 al 10 (Clases independientes) */
/* ============================================= */

.sec1-oc-section {
  padding: 40px 0 80px;
}

.sec1-etapa-banner {
  background-color: white;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.sec1-etapa-banner h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #a10964;
}

.sec1-etapa-banner p {
  color: #6b7280;
  line-height: 1.7;
}

/* Cards Sección 1 */
.sec1-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 80px;
}

.sec1-card {
  background: white;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.sec1-card:hover {
  transform: translateY(-4px);
}

.sec1-card-img {
  width: 30%;
  height: 130px;
  border-radius: 12px;
  object-fit: cover;
}

.sec1-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sec1-oc-id {
  color: #380635;
  font-weight: 600;
  margin-bottom: 5px;
}

.sec1-card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.sec1-card-content p {
  color: #380635;
  margin-bottom: 10px;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
}

/* Texto oculto */
.sec1-extra {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              transform 0.3s ease;
}

.sec1-card.active .sec1-extra {
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

/* Botones iguales para Sección 1 */
.sec1-card-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sec1-toggle-btn,
.sec1-oc-btn {
  padding: 13px 24px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 155px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Botón Leer más (naranja) */
/* ====================== */
/* BOTÓN TOGGLE (Resumen / Ver menos) - VERSIÓN FUERTE */
/* ====================== */

.sec1-toggle-btn {
  background-color: #ff9700 !important;
  color: #380635 !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Hover */
.sec1-toggle-btn:hover {
  background-color: #a10964 !important;
  color: white !important;
  transform: translateY(-2px);
}

/* Cuando la tarjeta está ABIERTA (Ver menos) */
.sec1-card.active .sec1-toggle-btn,
.card.active .sec1-toggle-btn {
  background-color: #ff9700 !important;
  color: #380635 !important;
}

/* Hover cuando está abierta */
.sec1-card.active .sec1-toggle-btn:hover,
.card.active .sec1-toggle-btn:hover {
  background-color: #a10964 !important;
  color: white !important;
}

/* === ELIMINA EL AZUL AL HACER CLIC (estado activo del navegador) === */
.sec1-toggle-btn:active,
.sec1-card.active .sec1-toggle-btn:active,
.card.active .sec1-toggle-btn:active {
  background-color: #ff9700 !important;
  color: #380635 !important;
  transform: none;
}

/* Botón OC (morado) */
.sec1-oc-btn {
  background-color: #a10964;
  color: white;
  text-decoration: none;
}

.sec1-oc-btn:hover {
    color: #ff9700; 
  background-color: #380635;
  transform: translateY(-2px);
}

/* Responsive Sección 1 */
@media (max-width: 768px) {
  .sec1-card {
    flex-direction: column;
  }
  
  .sec1-card-img {
    width: 100%;
    height: 200px;
  }
  
  .sec1-card-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .sec1-toggle-btn,
  .sec1-oc-btn {
    min-width: 100%;
  }
}/* End custom CSS */