:root {
  --pink: #f9e4e8;
  --accent: #ff2a24;
  --cta: #0103f3;
  --muted: #000000;
  --container: 1100px;
  --max-width: 1200px;
  --card-bg: #fff;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

body {
  margin: 0;
  color: #222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 30px 20px;
}

.badges {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 3.5rem;
}

.badge-pill {
  padding: 5px 15px;
    border-radius: 20px;
    border: 2px solid #454e52;
    font-size: 28px;
    color: #454e52;
    display: inline-block;
    font-weight: 600;
    line-height: 28px;
}

.badge-pill.outline {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
}
.text-red{
  color: var(--accent);
  font-weight: 600;
}

.hero {
  background: #f9e4e8;
  display: flex;
  padding: 28px 24px;
  border-radius: 6px;
  flex-wrap: wrap;
}

.hero .hero-text {
      flex: 1 1 420px;
    min-width: 300px;
    padding: 40px;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto 0 ;
}

.hero h1 {
  font-size: 35px;
  margin: 0;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero p.lead {
  margin: 0;
  color: var(--muted);
  line-height: normal;
  font-size: 18px;
  font-weight: 400;
}

.hero .lead-p {
  color: var(--muted);
  line-height: normal;
  font-size: 14px;
}

.btn-cta {
  display: inline-block;
  background: var(--cta);
  color: #fff;
  padding: 4px 25px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  font-size: 18px;
  border-radius: 20px;
}

.hero .hero-media {
  width: 625px;
  min-width: 260px;
  max-width: 100%;
  overflow: hidden;
}

.hero .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline {
  text-align: center;
  margin: 50px auto;
}

.timeline .title {
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 0;
  font-size: 30px;
}

.timeline .date-box, .timeline .programa {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  padding: 8px 30px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 50px;
}
.timeline .programa {
  font-size: 18px;
}
.logos > div >div{
  width: 20%;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
  align-items: start;
}

.info-card {
  background: #fff;
  padding: 22px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.info-card h3 {
  margin-top: 0;
  color: var(--accent);
}

.benefits {
  margin: 70px auto;
}
.benefits img{
  width: 100px;
}
.benefits .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.benefit {
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  background: transparent;
}

.benefit i {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
}

.benefit p {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}

.who {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 40px 0;
}

.who .who-text {
  flex: 1;
}
a{
  text-decoration: none;
}.splide__slide img {
  height: 40px;       /* ajusta al tamaño que quieras */
  width: auto;        /* mantiene proporción */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.who .who-media {
  width: 380px;
  min-width: 220px;
  border-radius: 6px;
  overflow: hidden;
  background: #ddd;
}

.who .who-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-strip {
  text-align: center;
  padding: 28px 12px;
  margin: 40px auto;
  border-radius: 8px;
}
.pr-0{
  padding-right:0 !important;
}
.pl-0{
  padding-left:0 !important;
}
p.bold{
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.mexico .title + img{
  width: 125px;
}
.mt-70{
  margin-top:70px;
}
.mb-70{
  margin-bottom:70px;
}
.mexico .lead{
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

footer {
  margin-top: 40px;
  padding: 28px 12px;
  color: #666;
  font-size: 13px;
  border-top: 1px solid #eee;
}

footer .logos {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .logos img {
  height:50px; opacity:0.9;
}
.fechas{
  margin-top:40px; 
  text-align:left; 
  max-width: 650px; 
  margin-left:auto; 
  margin-right:auto;
}
.fechas ul{
  list-style:none; 
  padding:0; 
  margin:0;
}
.fechas li{
  display:flex; 
  gap:12px; 
  align-items: center; 
  margin:15px 0;
}
.fechas img{
  width: 90px;
}
.fechas strong{
  font-size: 20px;
}
.redes{
  margin-top:28px; color:var(--muted); font-size:16px;
  display: flex;
}
.redes a{
        margin-left: 8px;
    color: inherit;
    text-decoration: none;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.info_programa{
  background: #ececec; padding:50px;
}
.info_participar{
  background: #ececec; padding:30px;
}
.fw-600{
  font-weight: 600 !important;
}
.fs-24{
  font-size: 24px !important;
}
.text-red{
  color: var(--accent) !important;
}

img { max-width: 100%;}

@media (max-width: 980px) {
  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 20px;
    justify-content: center;
  }

  .hero .hero-media {
    max-width: 100%;
    width: 100%;
  }

  .who {
    flex-direction: column;
  }

  .benefits .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero .hero-text{
    padding: 20px 0;
  }
  .badges{
    padding-left: 0;
    justify-content: center;
    gap: 2rem;
  }
  .logos > div{
    gap: 10px;
  }
.logos > div >div{
  width: fit-content;
}

}

@media (max-width:600px) {
  .benefits .grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 22px;
  }
}


 .hide_cel { display: block ;}
  .show_cel { display: none !important;}


@media (max-width: 442px) { 

  .hide_cel { display: none;}

  .show_cel { display: flex !important;}

}