@charset "UTF-8";
/* CSS POR QUÉ ASISTIR AL EVENTO */
/*=====================================
    ACERCA DEL SUMMIT
======================================*/
.about-summit {
  padding: 120px 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
/* INICIAMOS EL PROCESO VECTORIAL DEL FONDO */
.digital-network {
  position: absolute;
  width: 850px;
  height: 1100px;
  right: -280px;
  top: 50px;
  opacity: .45;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0, 164, 228, .85) 3px, transparent 4px);
  background-size: 45px 45px;
  border-radius: 50%;
	filter:
    drop-shadow(
        0 0 12px rgba(0,164,228,.45)
    );
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.about-summit::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: 120px;
  bottom: 80px;
  background:
    radial-gradient(circle, rgba(101, 88, 177, .35), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
/* =====================================
   NODOS DE RED DIGITAL
===================================== */

.digital-network::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 25%, #00A4E4 0, #00A4E4 6px, transparent 7px), radial-gradient(circle at 55% 18%, #6558B1 0, #6558B1 5px, transparent 6px), radial-gradient(circle at 75% 42%, #00A4E4 0, #00A4E4 7px, transparent 8px), radial-gradient(circle at 35% 65%, #E31837 0, #E31837 7px, transparent 9px), radial-gradient(circle at 70% 78%, #6558B1 0, #6558B1 6px, transparent 7px);
  filter:
    drop-shadow(0 0 12px rgba(0, 164, 228, .7));
	animation:
    nodePulse 5s ease-in-out infinite;
}
.digital-network::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(35deg, transparent 32%, rgba(0, 164, 228, .35) 32.2%, transparent 32.5%), linear-gradient(-25deg, transparent 48%, rgba(101, 88, 177, .35) 48.2%, transparent 48.5%), linear-gradient(70deg, transparent 60%, rgba(0, 164, 228, .25) 60.2%, transparent 60.5%);
  pointer-events: none;
	
}/* =====================================
   PULSO DE NODOS DIGITALES
===================================== */

@keyframes nodePulse {
  0% {
    opacity: .75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: .75;
    transform: scale(1);
  }
}
.digital-network {
  isolation: isolate;
}
.digital-network .anniversary-node {
  position: absolute;
}
/* FIN DEL PROCESO VECTORIAL */

.about-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #00A4E4;
  filter: blur(180px);
  opacity: .08;
  right: -150px;
  top: -100px;
  z-index: 0;
}
.about-glow::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #E31837;
  filter: blur(170px);
  opacity: .18;
  left: -250px;
  bottom: -250px;
}
.about-summit .container {
  position: relative;
  z-index: 2;
}
.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px;
}
.section-tag {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: rgba(0, 164, 228, .10);
  color: #00A4E4;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: .85rem;
}
.section-header h2 {
  margin-top: 25px;
  color: #1D2D5C;
  font-size: 3rem;
  font-family: var(--font-title);
  line-height: 1.15;
}
.section-line {
  width: 90px;
  height: 4px;
  background: #00A4E4;
  margin: 25px auto 0;
  border-radius: 20px;
}
/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 70px;
  align-items: center;
}
/* TEXTO */
.about-content .lead {
  font-size: 1.3rem;
  color: #1D2D5C;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.about-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 22px;
}
/* TARJETA */
.about-card {
  background: linear-gradient(135deg, #1D2D5C 0%, #2B3F79 35%, #6558B1 70%, #E31837 100%);
  color: #FFF;
  padding: 45px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .20);
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.about-card::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, .18);
  border-radius: 50%;
  filter: blur(120px);
  top: -140px;
  right: -100px;
  /*opacity: .25;*/
}
.about-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: #E31837;
  filter: blur(120px);
  opacity: .30;
  bottom: -100px;
  left: -80px;
}
.card-year {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 50px;
  color: #FFF;
  letter-spacing: 2px;
  font-weight: 700;
}
.about-card h3 {
  margin: 30px 0;
  font-size: 2rem;
  line-height: 1.3;
  color: #FFF;
}
.about-card p {
  color: rgba(255, 255, 255, .80);
  line-height: 1.8;
}
.card-divider {
  height: 1px;
  background: rgba(255, 255, 255, .25);
  margin: 35px 0;
}
.quote {
  font-style: italic;
  color: white;
}

@media (max-width:768px) {
  .digital-network {
    width: 500px;
    height: 700px;
    right: -220px;
    top: 120px;
    opacity: .45;
  }
}

/* =========================================================
   ACERCA — RESPONSIVE
   ========================================================= */

/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 991px) {

  .about-summit {
    padding: 90px 0;
  }

  .section-header {
    max-width: 700px;
    margin-bottom: 55px;
  }

  .section-header h2 {
    font-size: 2.5rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-content .lead {
    font-size: 1.2rem;
  }

  .about-card {
    padding: 40px;
  }

}


/* ---------------------------------------------------------
   MÓVIL
--------------------------------------------------------- */

@media (max-width: 768px) {

  .about-summit {
    padding: 75px 0;
  }

  .about-summit .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header {
    margin-bottom: 45px;
  }

  .section-tag {
    padding: 8px 18px;
    font-size: .75rem;
    letter-spacing: 2px;
  }

  .section-header h2 {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .section-line {
    margin-top: 20px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-content .lead {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .about-content p {
    font-size: .95rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .about-card {
    padding: 30px 25px;
    border-radius: 24px;
  }

  .card-year {
    padding: 7px 15px;
    font-size: .8rem;
  }

  .about-card h3 {
    margin: 22px 0;
    font-size: 1.55rem;
    line-height: 1.3;
  }

  .about-card p {
    font-size: .95rem;
    line-height: 1.7;
  }

  .card-divider {
    margin: 28px 0;
  }

  .digital-network {
    width: 500px;
    height: 700px;
    right: -300px;
    top: 120px;
    opacity: .30;
  }

}


/* ---------------------------------------------------------
   MÓVIL PEQUEÑO
--------------------------------------------------------- */

@media (max-width: 480px) {

  .about-summit {
    padding: 60px 0;
  }

  .about-summit .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-header {
    margin-bottom: 38px;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .about-grid {
    gap: 32px;
  }

  .about-content .lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .about-content p {
    font-size: .9rem;
    line-height: 1.7;
  }

  .about-card {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .about-card h3 {
    font-size: 1.4rem;
  }

  .about-card p {
    font-size: .9rem;
  }

}