.elementor-24175 .elementor-element.elementor-element-5a19687{--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-24175 .elementor-element.elementor-element-55c8725{--display:flex;}.elementor-24175 .elementor-element.elementor-element-d6aaace{--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-24175 .elementor-element.elementor-element-7bb3154{--display:flex;}.elementor-24175 .elementor-element.elementor-element-446f718{--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-24175 .elementor-element.elementor-element-0abd455{--display:flex;}.elementor-24175 .elementor-element.elementor-element-6b4813ec{--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-24175 .elementor-element.elementor-element-17efad5a{--display:flex;}.elementor-24175 .elementor-element.elementor-element-403a5ae{--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;--justify-content:center;}.elementor-24175 .elementor-element.elementor-element-479127e{--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-24175 .elementor-element.elementor-element-09d3dcf{--display:flex;}@media(max-width:767px){.elementor-24175 .elementor-element.elementor-element-5a19687{--content-width:100%;--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-24175 .elementor-element.elementor-element-55c8725{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-24175 .elementor-element.elementor-element-5a19687{--content-width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24175 .elementor-element.elementor-element-5a19687{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-819f787 *//* ====================== */
/* 1. HERO + IMPORTANCE + QUOTE - Nuevos nombres de clases */
/* ====================== */

.main-hero-container {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 25px 15px 40px;
  box-sizing: border-box;
}

/* Título principal */
.main-title {
  font-family: 'MONTSERRAT', sans-serif!important;
  line-height: 1.05 !important;
  font-weight: 900!important;
  font-size: 2.4rem!important;
  color: #a10964 !important;
  margin-bottom: 1.2rem;
  text-align: left;
}

.title-highlight {
  color: #ff9700;
}
.importancia2{
    color: #ff9700;
}

/* HERO */
.hero-main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 3rem;
}

.hero-main-text {
   font-family: 'montserrat', sans-serif;
  font-size: 1.2rem!important;
  color: #380635;
  text-align: center;
  margin-bottom: 1rem!important;
  line-height: 1.3;
  text-align: justify;
}

.hero-main-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-main-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 16px;
}

/* IMPORTANCE */
.importance-main {
  margin: 3.5rem 0;
  padding: 1rem 0;
}

.importance-label {
  font-family: 'candal', sans-serif;
  font-size: 1.8rem!important;
  font-weight: 700;
  color: #a10964!important;
  text-align: center;
  margin-bottom: 3rem!important;
  line-height: 2.1rem;

}

.importance-list-main {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.importance-item-main {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.importance-icon {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 1px;
}

.importance-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.importance-title {
  font-family: 'candal', sans-serif;
  font-size: 1.5rem!important;
  color: #380635!important;
}

.importance-text {
   font-family: 'montserrat', sans-serif;
  font-size: 1.2rem!important;
  color: #380635;
  text-align: center;
  margin-bottom: 1rem!important;
  line-height: 1.3;
  text-align: justify;
}

.highlight-text { color: #a10964; }

/* QUOTE */
.quote-main {
  padding: 2.5rem 0;
}

.quote-main-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 28px;
  padding-right: 20px;
}

.quote-main-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #a10964, #ff9700);
  border-radius: 4px;
}

.main-quote {
  font-family: 'candal', serif;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #a10964;
  margin: 0;
  border: none !important;
  text-align: center;
}

/* ====================== */
/* RESPONSIVE */
/* ====================== */
@media (max-width: 992px) {
  .hero-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .main-title {
    font-size: 2.2rem !important;
  }
  .hero-main-image img {
    max-width: 380px;
  }
  .main-hero-container {
  max-width: 1280px;
  width: 100%;
}
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2rem !important;
  }
  .hero-main-image img {
    width: 90%;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .main-hero-container {
    width: 95%;
    padding: 15px 12px 30px;
  }
  .main-title {
    font-size: 1.85rem !important;
  }
  .hero-main-text {
    font-size: 1rem;
  }
  .hero-main-image img {
    max-width: 320px;
  }
  .importance-label {
    font-size: 1.15rem;
  }
  .main-quote {
    font-size: 1.65rem;
  }
  .main-title {
  font-family: 'MONTSERRAT', sans-serif!important;
  line-height: 1.05 !important;
  font-weight: 900!important;
  font-size: 2rem!important;
  color: #a10964 !important;
  margin-bottom: 1.2rem;
}
.importance-label {
  font-family: 'candal', sans-serif;
  font-size: 1.7rem!important;
  font-weight: 700;
  color: #a10964!important;
  text-align: left;
  margin-bottom: 3rem!important;
  line-height: 2.1rem;

}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b9e240 *//* ====================== */
/* TIMELINE ANTIGUA - Nuevos nombres de clases */
/* ====================== */

/* Banner principal */
.timeline-old-banner {
  text-align: center;
  margin-bottom: 4rem;
  padding: 2rem 0;
  position: relative;
}

/* Línea inferior con degradado */
.timeline-old-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 4px;
  background: linear-gradient(to right, #a10964, #ff9700);
  border-radius: 4px;
}

.timeline-old-banner h1 {
  font-family: 'candal', serif;
  font-size: 2.5rem !important;
  font-weight: 500;
  color: #a10964 !important;
}

/* Estilos específicos para esta timeline */
.timeline-old {
  max-width: 50em;
  margin: 0 auto;
}

/* Cada artículo */
.timeline-old-item {
  --size: 0.625em;
  --highlight: #a10964;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  background:
    radial-gradient(circle closest-side,
      var(--highlight) calc(100% - 1px),
      transparent) 50% 0 / 100% var(--size) no-repeat,
    linear-gradient(var(--highlight) 0 0) 50% / 2px 100% no-repeat;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 3em;
}

/* Primer artículo */
.timeline-old-item:first-child {
  background:
    linear-gradient(var(--highlight) 0 0) 50% 0 / var(--size) calc(0.5 * var(--size)) no-repeat,
    linear-gradient(var(--highlight) 0 0) 50% / 2px 100% no-repeat;
}

/* Imagen en artículos impares */
.timeline-old-item:nth-child(odd) img {
  grid-area: 1 / 1;
  justify-self: end;
}

/* Contenido */
.timeline-old-content {
  padding: 1.2em 1.5em;
  background: linear-gradient(to bottom, #380635 0%, #380635 30%, #a10964 70%, #a10964 100%);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: var(--size);
}

/* Títulos específicos de esta timeline */
.timeline-old-step {
  font-family: 'Laila', serif;
  font-size: 1.5rem !important;
  color: #e2e2e2 !important;
  margin: 0 0 0.5rem 0;
}

.timeline-old-title {
  font-family: 'candal', serif;
  font-size: 1.5rem !important;
  font-weight: 500;
  color: #e2e2e2 !important;
}

.timeline-old-content hr {
  opacity: 0.3;
  margin: 1.2em 0;
}

.timeline-old-content p {
font-family: 'montserrat', serif;
 font-size: 1.2rem;
  margin: 0;
  padding-top: 1em;
  color: #ededed;
  line-height: 1.65;
}

.timeline-old-content strong {
  color: #ff9700;
}

/* Imágenes */
.timeline-old-item img {
  box-sizing: border-box;
  width: 50%;
  border-radius: 4%;
}
strong{
    color: #ff9700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb5166e */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ====================== */
/* CONTENEDOR PRINCIPAL */
/* ====================== */
.container {
  max-width: 1280px;
  width: 90%;               /* Mejor que 80% fijo */
  margin: 0 auto;
  padding-top: 30px;
}

/* ====================== */
/* HERO */
/* ====================== */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.color { color: #380635 !important; }

.hero-text {
  font-family: 'montserrat', sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  text-align: justify;
  color: #380635;
  margin-top: 1.8rem;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  width: 80%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

h1.principaltitulo {
  font-family: 'candal', serif;
  line-height: 1.1 !important;
  font-size: 2.5rem !important;
  color: #a10964 !important;
}

.titulo-secundario { 
  color: #ff9700; 
}

/* ====================== */
/* IMPORTANCE */
/* ====================== */
.importance {
  margin: 3rem 0;
  padding: 1rem 0;
}

.section-label {
  font-size: 1.3rem;
  font-family: 'Laila', serif;
  text-transform: uppercase;
  color: #a10964;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 500 !important;
}

.importance-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.importance-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.importance-item .icon {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 1px;
}

.importance-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.importance-item h3 {
  font-family: 'Laila', serif;
  font-size: 1.45rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.importance-item p {
  font-size: 1.08rem;
  line-height: 1.78;
  color: #555;
}

.justificado { text-align: justify; }
.negrita { color: #a10964; }

/* ====================== */
/* QUOTE */
/* ====================== */
.quote-section {
  padding: 2rem 0;
}

.quote-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 28px;
  padding-right: 20px;
}

.quote-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #a10964, #ff9700);
  border-radius: 4px;
}

blockquote {
  font-family: 'Laila', serif;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.35;
  color: #a10964;
  margin: 0;
  font-style: italic;
  border: none !important;
  text-align: center;
}

/* ====================== */
/* TIMELINE MÓVIL (Solo para celular) */
/* ====================== */
.timeline-mobile {
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1rem 4rem;     /* ← Buen padding controlado */
  position: relative;
  box-sizing: border-box;
}

.section-banner {
  text-align: center;
  margin-bottom: 2.8rem;
}

.section-banner h1 {
  font-family: 'candal', serif;
  font-size: 2.2rem;
  color: #a10964;
  margin: 0;
}

.timeline-card {
  position: relative;
  margin-bottom: 3.2rem;
  background: linear-gradient(to bottom, #380635, #a10964);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.card-image {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Línea vertical centrada empezando desde Paso 1 */
.timeline-mobile::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 255px;
  bottom: 50px;
  width: 5px;
  background: linear-gradient(to bottom, #a10964, #ff9700);
  z-index: 1;
  border-radius: 4px;
}

.card-content {
  padding: 1.6rem 1.4rem 1.8rem;
  position: relative;
  z-index: 2;
}

.card-content h2 {
  font-family: 'Laila', serif;
  font-size: 1.4rem;
  color: white;
  margin: 0 0 0.6rem 0;
}

.card-content h3.titulo {
  font-family: 'candal', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0 0 1rem 0;
  line-height: 1.35;
}

.card-content hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 1.2rem 0;
}

.card-content p {
font-family: 'montserrat';
  color: #ededed;
  line-height: 1.7;
  font-size: 1.2rem;
}

.card-content strong { color: #ff9700; }
.card-content i { color: #ffcc5c; font-style: italic; }

strong{
    color: #ff9700;
}

/* ====================== */
/* CORRECCIÓN ADMIN BAR EN MÓVIL (IMPORTANTE) */
/* ====================== */
@media screen and (max-width: 782px) {
    body.admin-bar,
    body.logged-in {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    #wpadminbar {
        display: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45860886 *//* ====================== SECCIÓN VOLVER ====================== */
.volver-section {
  padding: 50px 20px;
  
}

.volver-container {
  width: 50%;
  margin: 0 auto;
  background: linear-gradient(#380635, #a10964);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 4rem;
}

.volver-image img {
  width: 100%;
  border-radius: 20px;
  
}

.volver-content h2 {
  font-family: 'CANDAL', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ff9700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.volver-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: white;
  line-height: 1.3;
  margin-bottom: 30px;
}

.volver-btn {
  display: inline-block;
  padding: 13px 32px 10px;
  background: linear-gradient(135deg, #ff9700, #ff9900);
  color: #ffffff !important;           /* Blanco fuerte */
  font-family: 'CANDAL', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(161, 9, 100, 0.35);
  transition: all 0.3s ease;
  border: none;                        /* Por si acaso */
  outline: none;
}

/* Estado normal + visited (para que nunca se ponga azul o morado) */
.volver-btn,
.volver-btn:visited,
.volver-btn:link {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff9700, #ff9900);
}

/* Hover - aquí le puse el color que pediste para el texto */
.volver-btn:hover,
.volver-btn:visited:hover {
  transform: translateY(-4px);
  color: #A10964 !important;           /* Color magenta oscuro que tenías */
  background: linear-gradient(135deg, #ff9700, #ff7700);  /* Naranja un poco más oscuro */
  box-shadow: 0 12px 30px rgba(161, 9, 100, 0.55);
  text-decoration: none;
}

/* Active (cuando haces click) */
.volver-btn:active,
.volver-btn:visited:active {
  transform: translateY(-2px);         /* Un poco menos de elevación */
  color: #A10964 !important;
  background: linear-gradient(135deg, #ff8800, #ff6600);
  box-shadow: 0 4px 15px rgba(161, 9, 100, 0.4);
}

/* Focus (cuando navegas con teclado) */
.volver-btn:focus {
  color: #380635 !important;
  box-shadow: 0 0 0 4px rgba(161, 9, 100, 0.3);
  outline: none;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 992px) {
  .volver-container {
      width: 70%;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .volver-content h2 {
    font-size: 1.9rem;
  }
}

@media (max-width: 600px) {
  .volver-content h2 {
    font-size: 1.7rem;
  }
  .volver-container {
      width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .volver-btn {
    font-size: 1rem;
    padding: 12px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0ebf55 *//* ====================== BANNER BOLETÍN - ESTILO 1 ====================== */
.boletin-banner {
  background: linear-gradient(0deg, #a10964, #380635);
  border-radius: 20px;
  padding: 1rem 1rem;
  margin: 3rem auto;
  max-width: 850px;
  box-shadow: 0 12px 35px rgba(161, 9, 100, 0.15);
  transition: all 0.4s ease;
}

.boletin-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(161, 9, 100, 0.22);
}

.boletin-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.boletin-icon {
  font-size: 4.5rem;
  line-height: 1;
  flex-shrink: 0;
  color: #380635;
  filter: drop-shadow(0 4px 8px rgba(255, 153, 0, 0.3));
}

.boletin-content {
  flex: 1;
  min-width: 280px;
}

.boletin-content h3 {
  font-family: 'CANDAL', sans-serif;
  font-size: 1.75rem;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
}

.boletin-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: white;
  margin-bottom: 1rem;
}

.boletin-content strong {
  color: #ff9700;
  font-weight: 600;
}

/* Botón */
.boletin-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff9700, #ff9900);
  color: white !important;
  font-family: 'CANDAL', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(161, 9, 100, 0.35);
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-top: 1rem;
}

.boletin-btn:hover {
  transform: translateY(-4px);
  color: #A10964 !important;
  background: linear-gradient(135deg, #ff9700, #ff7700);
  box-shadow: 0 12px 30px rgba(161, 9, 100, 0.45);
}

.boletin-btn:active {
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 640px) {
  .boletin-container {
    flex-direction: column;
    text-align: center;
  }
  
  .boletin-icon {
    font-size: 3.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f31615 *//* ====================== POPUP ====================== */
.popup-overlay {
  display: none;                    /* oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.popup-overlay.show {
  display: flex;
}

.popup-content {
  background: white;
  max-width: 460px;
  width: 90%;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: popupAnim 0.4s ease;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.popup-close:hover {
  color: #A10964;
}

.popup-content h3 {
  font-family: 'CANDAL', sans-serif;
  color: #A10964;
  font-size: 1.65rem;
  margin-bottom: 1.2rem;
}

.email-box {
  background: #fff0e6;
  padding: 14px 20px;
  border-radius: 12px;
  margin: 1.2rem 0;
  font-size: 1.15rem;
  color: #A10964;
  border: 2px solid #ff9700;
}

.asunto {
  margin: 1rem 0;
  font-size: 1.05rem;
}

.popup-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff9700, #ff7700);
  color: white !important;
  font-family: 'CANDAL', sans-serif;
  font-size: 1.15rem;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  margin: 1.5rem 0;
  box-shadow: 0 6px 20px rgba(161, 9, 100, 0.35);
  transition: all 0.3s ease;
}

.popup-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(161, 9, 100, 0.45);
}

.small {
  font-size: 0.95rem;
  color: #666;
  margin-top: 1rem;
}

/* Animación de entrada */
@keyframes popupAnim {
  from {
    opacity: 0;
    transform: scale(0.7) translateY(40px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}/* End custom CSS */