/*FONTS*/

@font-face {
  font-family: "area-normal", sans-serif;
  src: url("../assets/fonts/AreaNormal-Regular.woff2") format("woff2"),
    url("../assets/fonts/AreaNormal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}




/*seccion logos*/

.sponsors {
  background: #f2f2f2;
  padding: 40px 20px;
}

.sponsors h2 {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.logos img {
  width: 100%;
  background: #fff;
  padding: 10px;
}

body {
  margin: 0;
}

/*ocultar h1 SEO*/

.seo-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);

}

.hero {



  display: flex;
  flex-direction: column;
  align-items: center;


  text-align: center;


  background-image: url("../assets/img/background_logo campana.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;

  margin-top: 70px;

}


/* =========================================
   HERO MODAL
========================================= */

.hero-modal {
  position: relative;
  padding: 30px 20px 35px 20px;
}

.hero-modal-box {
  position: relative;

  background: #ffffff;
  border: 1px solid #000;

  padding: 14px 20px;


  max-width: 265px;
  margin: 0 auto;
}

.hero-modal-box p {
  text-align: left;
  font-family: "area-normal", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.7px;
  color: #000;
  margin: 0;

}

.hero-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;

  width: 28px;
  height: 28px;

  background: #ffffff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  font-size: 16px;

}

#negocios,
#beneficios,
#sumate-aqui,
#terminos-y-condiciones {
  scroll-margin-top: 70px;
}



.hero-logo {
  padding-top: 40px;
  width: 80%;
  max-width: 210px;
  margin-bottom: 20px;
}


.hero-camiseta {

  width: 100%;
}


/* =========================
   SPONSORS SECTION
========================= */

.sponsors {
  background: #ffffff;
  padding: 0px;
}

.sponsors-header {
  background: #000;
  text-align: center;
  padding: 55px 20px;
}

.sponsors-header h2 {
  margin: 0px;
  font-family: "cofo-sans-pixel";
  font-size: 32px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
}

.sponsors-header button {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  font-family: "area-normal", sans-serif;

}

.sponsors-hero {
  text-align: center;
  padding: 120px 20px 36px;
  
}

.sponsors-hero h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  margin: auto;
 
  font-family: "cofo-sans-pixel";
  width: 336px;
}


.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}



.sponsors-cta {
  text-align: center;
  padding: 80px 20px;
  background: #111;
  color: #fff;
}

/* PAGE */

.sponsors-page {
  min-width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;

  display: grid;
  grid-template-columns: repeat(4, 1fr);


  height: auto;
  overflow: hidden;
}

/* LOGO CELL */

.sponsor-logo {
  border: 1px solid #cfcfcf;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 90px;
  overflow: hidden;
}

/* IMAGE */

.sponsor-logo img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  display: block;
}

.sponsor-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}



/* DOTS */

.sponsors-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.dot {
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0.23);
  border-radius: 50%;
}

.dot.active {
  background: #000000;
}


/*SECCION BENEFICIOS*/



.benefits {
  background: #ffffff;
  padding: 60px 20px;
}

.benefits-title {
  font-family: "cofo-sans-pixel", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  position: relative;
  justify-content: flex-start;
}

.benefit-item.reverse {
  justify-content: flex-end;
}

.benefit-number {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  font-family: "area-normal", sans-serif;
  font-size: 16px;
}

.benefit-item p {
  font-family: "cofo-sans-pixel", sans-serif;
  font-size: 18px;
  line-height: 1.05;
  margin: 0;
  max-width: 220px;
}

/* Líneas */

.benefit-item::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 260px;
  width: 30%;
  border-top: 1px dashed #bbb;
}

.benefit-item.reverse::after {
  left: auto;
  right: 290px;
}




/* =========================================
   JOIN / SUMATE
========================================= */

.join {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}


/* TITULO */

.join-title {
  font-family: "cofo-sans-pixel", sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0px;
}


/* BAJADA */

.join-subtitle {
  font-family: "area-normal", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  max-width: 290px;
  margin: 0 auto 30px;
}


/* CAMISETA */

.join-shirt {
  width: 100%;
  max-width: 337px;
  margin: 0 auto 30px;
  display: block;
}


/* =========================
   PLANES
========================= */

.plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}


/* ITEM */

.plan {
  display: flex;
  align-items: center;
  gap: 18px;

  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 10px 20px;

  cursor: pointer;

  width: 270px;
  max-width: 310px;
  /* centra visualmente */
}

/* RADIO */

.plan input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.plan input:checked {
  background: #fff;
}



/* LETRA */

.plan-letter {
  font-family: "area-normal", sans-serif;
  background: #fff;
  color: #000;
  width: 32px;
  height: 32px;
  font-weight: bold;
}


/* GRID VISUAL */

.plan-grid {
  width: 85px;
  height: auto;
  object-fit: contain;
}





/* INFO PRECIO */

.plan-info {
  margin-left: auto;
  text-align: right;
}

.plan-info strong {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  font-family: "area-normal", sans-serif;
  padding-bottom: 5px;
}

.plan-info small {
  font-family: "area-normal", sans-serif;
  border-top: 1px solid #8c8c8c;
  font-size: 10px;
  line-height: 1.3;
  font-weight: lighter;
  color: #aaa;

}


/* =========================
   FORMULARIO
========================= */


.join-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
  width: 312px;
}

.join-form input,
.join-form textarea {
  background: transparent;
  border: 1px solid rgba(120, 122, 134, 1);
  padding: 12px;
  color: rgba(171, 173, 186, 1);
  font-size: 16px;
  line-height: 1.3;
  font-family: "area-normal", sans-serif;
}

.join-form textarea {
  min-height: 81px;
}

.join-form input::placeholder {
  color: rgba(171, 173, 186, 1);
}

.join-form textarea::placeholder {
  color: rgba(171, 173, 186, 1);
}


/* BOTON */

.join-form button {
  background: #fff;
  color: #000;
  padding: 15px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  font-family: "area-normal", sans-serif;
}


/*pop up*/

.confirm-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.confirm-modal.active {
  display: flex;
}

.confirm-box {
  background: #ffffff;
  padding: 30px 20px;
  width: 90%;
  max-width: 280px;
  text-align: center;
  border: 1px solid #000;
}

.confirm-box p {

  font-family: "area-normal", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.confirm-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.confirm-actions button {
  flex: 1;
  padding: 12px;
  border: 1px solid #000;
  background: #fff;
  font-family: "area-normal", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.confirm-actions button:last-child {
  background: #000;
  color: #fff;
}




/* =========================================
   CLOSING BLOCK
========================================= */

.closing {
  position: relative;

  background: #fff;
  background-image: url("../assets/img/background_estamos-mas-cerca.webp");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;


  text-align: center;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.closing-title {
  font-family: "cofo-sans-pixel", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 8px;
}

.closing-logo {
  width: 120px;
  margin: 0 auto;
  display: block;
}

/* =========================================
   TERMS / CONDICIONES
========================================= */

.terms {

  background: #ffffff;

  text-align: center;
  margin-bottom: 50px;
  margin-top: 8px;
}


/* TITULO */

.terms-title {
  margin-top: 0px;
  position: relative;
  font-family: "cofo-sans-pixel", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 50px;
  padding-top: 50px;
}

.terms-title::before {
  content: "";
  position: absolute;
  top: 0;

  left: -20px;
  /* sale del padding */
  right: 0px;


  height: 2px;

  background-image:
    repeating-linear-gradient(to right,
      #999 0px,
      #999 5px,
      transparent 5px,
      transparent 12px);
}




/* CONTENIDO */

.terms-content {
  max-width: 320px;
  margin: 0 auto;
}


/* PARRAFOS */

.terms-content p {
  font-family: "area-normal", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: #333;
  margin: 0;
}


/* CITA FINAL */

.terms-quote {
  font-style: italic;
  font-weight: 700;
}


/* =========================================
   FOOTER
========================================= */

.footer {
  background: #000;
  color: #fff;
  padding: 40px 25px;
}


/* =========================
   REDES
========================= */

.footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.footer-social img {
  width: 22px;
  height: 22px;

}


.footer-line {
  width: 100%;
  height: 1px;
  background: #333;
  margin: 20px 0;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-family: "area-normal", sans-serif;
  font-size: 18px;
}

.footer-menu a:hover {
  opacity: 0.7;
}

/* =========================================
   HEADER
========================================= */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;

  background: #000;

  display: flex;
  align-items: center;

  border-top: 1px solid #fff;
  /* ← borde superior */
  border-bottom: 1px solid #fff;

  z-index: 1000;
}

.header-logo {
  width: 90px;
  display: flex;
  justify-content: center;
}

.header-logo img {
  width: 50px;
}

.header-space {
  flex: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 100%;
}

.menu-toggle {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  position: relative;
}


.menu-toggle span {
  position: absolute;

  width: 22px;
  height: 2px;
  background: #fff;

  transition: 0.3s;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-9px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(9px);
}


.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}


.mobile-menu {
  position: fixed;
  top: 70px;
  /* debajo header */
  left: 0;
  width: 100%;


  background: #000;

  padding: 30px 20px;

  display: flex;
  flex-direction: column;
  gap: 20px;

  transform: translateY(-100%);
  transition: 0.3s;

  z-index: 999;
}

.mobile-menu.active {
  transform: translateY(0);
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-family: "cofo-sans-pixel", sans-serif;
  font-size: 24px;
}








/* =========================
   DESKTOP LOCK EXPERIENCE
========================= */

.desktop-only {
  display: none;
}

@media (min-width:768px) {

  body {
    overflow: hidden;
  }

  .desktop-only {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    z-index: 9999;
  }

  .desktop-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    width: 100%;
  }

  .desktop-left {
    max-width: 500px;
    color: #fff;
  }

  .desktop-left h1 {
    font-family: "cofo-sans-pixel", sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
  }

  .desktop-left p {
    font-family: "area-normal", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
  }

  .desktop-sub {
    opacity: 0.6;
  }

  .desktop-right img {
    max-height: 85vh;
  }

}

.credits {
  text-align: center;

  font-size: 12px;
  opacity: 0.7;
  margin-top: 20px;
  font-family: "area-normal", sans-serif;
}