@charset "UTF-8";
@import url("https://use.typekit.net/sju8hph.css");
@font-face {
  font-family: "Medhorn";
  src: url("../fonts/Medhorn.otf") format("opentype"), url("../fonts/Medhorn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KidsChalk";
  src: url("../fonts/Chalkkidzy.otf") format("opentype"), url("../fonts/Chalkkidzy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #F2EAD3;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

header {
  background-color: #1F3D2C;
  color: #F2EAD3;
  font-family: "Medhorn", serif;
}
header a {
  color: #F2EAD3;
  text-decoration: none;
}
header a:hover {
  color: #F7931E;
}
header a.active {
  color: #F7931E;
}

#portada {
  position: relative;
  overflow: hidden;
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1F3D2C;
  padding-bottom: 50px;
}

.portada-deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: clamp(35px, 5vw, 75px);
}
.portada-deco--circulo {
  top: 6%;
  left: 5%;
}
.portada-deco--fl-tl {
  bottom: 10%;
  left: -1%;
  width: clamp(40px, 10vw, 138px);
}
.portada-deco--fl-tr {
  top: 5%;
  right: 5%;
  width: clamp(40px, 10vw, 160px);
}
.portada-deco--fl-bl {
  top: 28%;
  left: 5%;
  width: clamp(40px, 6vw, 90px);
}
.portada-deco--cruz-izq {
  bottom: 30%;
  left: 5%;
  width: clamp(28px, 4vw, 55px);
}
.portada-deco--cruz-der {
  bottom: 20%;
  right: 4%;
  width: clamp(28px, 4vw, 55px);
}

.portada-wave {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: clamp(60px, 10vw, 130px);
  display: block;
}

.portada-titulo {
  font-family: "Medhorn", serif;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.portada-titulo__mundialistas {
  display: block;
  color: #F7931E;
  font-size: clamp(2.5rem, 8vw, 6.5rem);
}
.portada-titulo__del-futuro {
  display: block;
  color: #F2EAD3;
  font-size: clamp(2rem, 6vw, 5rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.portada-logo {
  max-width: clamp(240px, 70vw, 480px);
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1F3D2C;
  background-color: #F7931E;
  border-color: #F7931E;
}

.btn-outline-warning:hover {
  color: #1F3D2C;
  background-color: #F7931E;
  border-color: #F7931E;
}

.btn-outline-warning {
  color: #F7931E;
  border-color: #F7931E;
}

.btn-warning {
  color: #1F3D2C;
  background-color: #F7931E;
}
.btn-warning:hover {
  color: #F7931E;
  background-color: #1F3D2C;
  border-color: #F7931E;
}

.btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #1F3D2C;
  background-color: #F7931E;
  border-color: #F7931E;
}

.form-dropzone {
  border: 2px dashed rgba(247, 147, 30, 0.4) !important;
  border-radius: 12px !important;
  background: rgba(247, 147, 30, 0.04) !important;
  min-height: 90px !important;
  padding: 1.25rem 1.5rem !important;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-content: flex-start;
}
.form-dropzone:hover, .form-dropzone.dz-drag-hover {
  border-color: #F7931E !important;
  background: rgba(247, 147, 30, 0.1) !important;
}
.form-dropzone .dz-message {
  flex: 0 0 100%;
  margin: 0;
  pointer-events: none;
}
.form-dropzone__titulo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #F7931E;
}
.form-dropzone__hint {
  display: block;
  color: rgba(242, 234, 211, 0.75);
  font-size: 0.85rem;
  margin-top: 0.3rem;
  font-family: "Medhorn", serif;
}
.form-dropzone .dz-preview {
  flex: 0 0 auto;
  margin: 0 !important;
  min-height: unset !important;
  text-align: center;
}
.form-dropzone .dz-thumb {
  position: relative;
  width: 110px;
  height: 110px;
}
.form-dropzone .dz-thumb .dz-image {
  width: 110px !important;
  height: 110px !important;
  border-radius: 10px;
  overflow: hidden;
}
.form-dropzone .dz-thumb .dz-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.form-dropzone .dz-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  background: #F7931E;
  color: #1F3D2C;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 10;
  transition: background 0.15s;
}
.form-dropzone .dz-remove:hover {
  background: rgba(247, 147, 30, 0.12);
}
.form-dropzone .dz-filename {
  font-size: 0.65rem;
  color: rgba(242, 234, 211, 0.65);
  margin: 0.3rem 0 0;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-dropzone .dz-filesize {
  font-size: 0.65rem;
  color: rgba(242, 234, 211, 0.4);
  margin: 0;
}
.form-dropzone .dz-error-message {
  font-size: 0.65rem;
  color: #ff6b6b;
  margin: 0.2rem 0 0;
  max-width: 110px;
  word-break: break-word;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translate(-50%, -16px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.toast-notif {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  min-width: 280px;
  max-width: 90vw;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  animation: toast-in 0.3s ease forwards;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  pointer-events: auto;
}
.toast-notif--ok {
  background: #1F3D2C;
  border: 2px solid #F7931E;
  color: #F7931E;
}
.toast-notif--error {
  background: #2a0a0a;
  border: 2px solid #ff6b6b;
  color: #ff6b6b;
}
.toast-notif__icono {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.toast-notif__texto {
  flex: 1;
  line-height: 1.3;
}
.toast-notif__cerrar {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.3rem;
  opacity: 0.6;
  padding: 0;
  line-height: 1;
  margin-left: 0.25rem;
  flex-shrink: 0;
}
.toast-notif__cerrar:hover {
  opacity: 1;
}

@keyframes popup-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.popup-inscripcion {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 10000;
  backdrop-filter: blur(4px);
}
.popup-inscripcion__caja {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1F3D2C;
  border: 3px solid #F7931E;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  width: min(520px, 92vw);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: popup-in 0.28s ease forwards;
}
.popup-inscripcion__icono {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #F7931E;
  color: #1F3D2C;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 72px;
  margin: 0 auto 1.25rem;
}
.popup-inscripcion__titulo {
  font-family: "Medhorn", serif;
  font-size: clamp(1.5rem, 5vw, 2rem);
  color: #F7931E;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.popup-inscripcion__texto {
  font-family: "gotham", sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}
.popup-inscripcion__alerta {
  font-family: "gotham", sans-serif;
  font-size: 1.05rem;
  color: #F7931E;
  line-height: 1.5;
  margin: 0 0 1.75rem;
}
.popup-inscripcion__alerta strong {
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}
.popup-inscripcion__btn {
  background: #F7931E;
  color: #1F3D2C;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2.5rem;
  font-family: "Medhorn", serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}
.popup-inscripcion__btn:hover {
  opacity: 0.85;
}
.popup-inscripcion__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@keyframes marquesee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#marquesee {
  overflow: hidden;
  background-color: #F7931E;
  padding: 0.8rem 0;
}
#marquesee .marquesee-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquesee-scroll 18s linear infinite;
}
#marquesee .marquesee-inner:hover {
  animation-play-state: paused;
}
#marquesee .marquesee-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#marquesee .marquesee-list li {
  font-family: "gotham", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: #1F3D2C;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0.5rem;
}
#marquesee .marquesee-list li::before {
  content: "★";
  margin-right: 0.5rem;
  font-size: 0.75em;
  vertical-align: middle;
}

.logo img {
  max-width: 80%;
}
.logo .btn {
  width: auto;
  font-family: "Medhorn", serif;
  font-size: clamp(1.1rem, 3.5vw, 2.25rem);
  padding: 10px 28px;
  border-radius: 88px;
  border: 3px solid;
  line-height: 1.25;
  white-space: nowrap;
}

#premios {
  padding: 120px 0;
}
#premios .portaImagen {
  background-color: #F7931E;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#premios .portaImagen:hover {
  background-color: #1F3D2C;
  transition: all 0.3s linear;
}

#anotate {
  position: relative;
  background: url("../img/background-formulario.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
#anotate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/background-formulario.png") center/cover no-repeat;
  filter: grayscale(1);
  z-index: 0;
}
#anotate .card {
  background-color: rgba(31, 61, 44, 0.7);
  border-radius: 30px;
}
#anotate .card h2 {
  font-family: "Medhorn", serif;
  color: #FFFFFF;
}
#anotate .card label {
  color: #F7931E;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
#anotate .card .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F7931E;
  background-color: #1F3D2C;
  background-clip: padding-box;
  border: 2px solid #F7931E;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#anotate .card .form-control:focus {
  color: #F7931E;
  background-color: #1F3D2C;
  border-color: #F7931E;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 147, 30, 0.25);
}

#marquesee {
  padding: 10px 0px;
  background-color: #F7931E;
  color: #1F3D2C;
  font-family: "gotham", sans-serif;
  font-weight: 700;
}

#clubes {
  padding: 120px 0;
  background-image: url("../img/fondo_verde.png");
}
#clubes h1 {
  font-family: "Medhorn", serif;
  color: #FFFFFF;
  font-family: 1.85rem;
}
#clubes .tarjeta {
  position: relative;
  background-color: #F2EAD3;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#clubes .tarjeta .tarjeta-top {
  background: url("../img/vector.png");
  width: 100%;
  height: 80px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "Medhorn", serif;
  padding: 8px 22px;
}
#clubes .tarjeta .tarjeta-top h4 {
  font-size: 1.2rem;
}
#clubes .tarjeta .ubicacion {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 14px;
  padding: 0.25rem 0.75rem;
  background-color: #F7931E;
  color: #1F3D2C;
  font-weight: 700;
  font-family: "gotham", sans-serif;
  white-space: nowrap;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#clubes .tarjeta .tarjeta-btn-votar {
  position: absolute;
  bottom: 1px;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: none;
  background: #F7931E;
  color: #1F3D2C;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: "gotham", sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  z-index: 2;
}
#clubes .tarjeta .tarjeta-btn-votar:hover {
  background: #1F3D2C;
  color: #FFFFFF;
  transform: scale(1.05);
}

.br-30 {
  border-radius: 30px;
}

.clubes-buscador {
  position: relative;
  display: flex;
  align-items: center;
}
.clubes-buscador__icono {
  position: absolute;
  left: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  pointer-events: none;
}
.clubes-buscador__input {
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 2.75rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.clubes-buscador__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.clubes-buscador__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.clubes-buscador__input:focus {
  border-color: #F7931E;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 3px rgba(247, 147, 30, 0.25);
}
.clubes-buscador__input::-webkit-search-cancel-button {
  display: none;
}
.clubes-buscador__limpiar {
  position: absolute;
  right: 0.65rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.clubes-buscador__limpiar:hover {
  background: #F7931E;
}

.clubes-sin-resultados {
  color: #FFFFFF;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
  opacity: 0.85;
}

.clubes-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 1rem;
  min-height: 2rem;
}

.clubes-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.clubes-dot:hover {
  background: rgba(247, 147, 30, 0.5);
  border-color: #F7931E;
}
.clubes-dot--activo {
  background: #F7931E;
  border-color: #F7931E;
  transform: scale(1.3);
}

.clubes-nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
  flex-shrink: 0;
}
.clubes-nav:hover:not(:disabled) {
  background: rgba(247, 147, 30, 0.5);
  border-color: #F7931E;
}
.clubes-nav:disabled {
  opacity: 0.2;
  cursor: default;
}

#clubes-grid {
  transition: opacity 0.2s ease;
}
#clubes-grid.clubes-fade {
  opacity: 0;
}

#redes {
  background-color: #F7931E;
  padding: 140px 0 0;
}
#redes .carrusel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 clamp(1rem, 4vw, 3rem);
  cursor: grab;
}
#redes .carrusel::-webkit-scrollbar {
  display: none;
}
#redes .carrusel:active {
  cursor: grabbing;
}
#redes .box {
  flex: 0 0 clamp(200px, 22vw, 280px);
  aspect-ratio: 4/5;
  background-color: #F2EAD3;
  border: 2.5px solid #1F3D2C;
  border-radius: 20px;
}
#redes .redes-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
}
#redes .redes-texto {
  font-family: "KidsChalk", cursive;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #1F3D2C;
  margin: 0;
  line-height: 1.35;
}
#redes .redes-flecha {
  width: clamp(80px, 17vw, 220px);
  opacity: 0.85;
}
#redes .redes-iconos {
  display: flex;
  gap: 0.6rem;
}
#redes .redes-iconos a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #1F3D2C;
  border-radius: 50%;
  color: #1F3D2C;
  font-size: 1.3rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
#redes .redes-iconos a:hover {
  background-color: #1F3D2C;
  color: #F7931E;
}

footer {
  background-color: #F2EAD3;
  padding: 3.5rem 0 0;
  position: relative;
}
footer .footer-btn-bases {
  display: inline-block;
  background-color: #1F3D2C;
  color: #F7931E;
  font-family: "Medhorn", serif;
  font-size: clamp(0.9rem, 1.5vw, 1.5rem);
  padding: 0.75rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 2rem;
}
footer .footer-btn-bases:hover {
  background-color: #F7931E;
  color: #1F3D2C;
}
footer .footer-logo {
  margin-bottom: 2.5rem;
}
footer .footer-logo img {
  max-width: 90px;
}

.footer-wave {
  display: block;
  width: 100%;
  height: clamp(50px, 8vw, 100px);
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tmodal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.tmodal[hidden] {
  display: none;
}
.tmodal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.tmodal__card {
  position: relative;
  z-index: 1;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  max-width: 580px;
  width: 100%;
  background: #1F3D2C;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  animation: modal-in 0.25s ease;
}
.tmodal__cerrar {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F7931E;
  color: #1F3D2C;
  border: none;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmodal__foto {
  width: 200px;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.tmodal__info {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.6rem;
  flex: 1;
  overflow-y: auto;
  max-height: 90vh;
}
.tmodal__nombre {
  font-family: "Medhorn", serif;
  color: #F7931E;
  font-size: clamp(1.4rem, 4vw, 2rem);
  margin: 0;
  line-height: 1.15;
}
.tmodal__loc {
  color: #F2EAD3;
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.tmodal__acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.tmodal__redes {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tmodal__redes[hidden] {
  display: none;
}
.tmodal__red {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s, filter 0.15s;
}
.tmodal__red:hover {
  transform: scale(1.12);
  filter: brightness(1.15);
}
.tmodal__red--fb {
  background: #1877F2;
  color: #fff;
}
.tmodal__red--wa {
  background: #25D366;
  color: #fff;
}
.tmodal__red--ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}
.tmodal__red--x {
  background: #000;
  color: #fff;
}

@media (max-width: 500px) {
  .tmodal {
    padding: 0.5rem;
  }
  .tmodal__card {
    flex-direction: column;
    max-height: calc(100svh - 1rem);
  }
  .tmodal__foto {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
  }
  .tmodal__info {
    padding: 1.25rem 1.1rem;
    max-height: none;
    min-height: 0;
    flex: 1;
  }
  .voto-form__row {
    flex-direction: column;
    gap: 0;
  }
  .voto-form__input {
    font-size: 16px;
    padding: 0.55rem 0.7rem;
  }
  .voto-form__label {
    font-size: 0.8rem;
  }
  .voto-form__btn {
    font-size: 1rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}
.voto-honeypot {
  display: none !important;
}

.voto-exito {
  margin-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0.75rem;
  text-align: center;
}
.voto-exito__check {
  font-size: 2.75rem;
  color: #6ee7b7;
  margin-bottom: 0.4rem;
  line-height: 1;
}
.voto-exito__titulo {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}
.voto-exito__cta {
  color: #F2EAD3;
  font-size: 0.82rem;
  line-height: 1.45;
  margin-bottom: 0.6rem;
}
.voto-exito__cta strong {
  color: #F7931E;
}
.voto-exito__imagen-wrap {
  margin-bottom: 0.5rem;
}
.voto-exito__generando {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  padding: 0.5rem 0;
}
.voto-exito__preview {
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin: 0 auto 0.6rem;
  border: 2px solid #F7931E;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.voto-exito__acciones {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}
.voto-exito__red--dl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  transition: transform 0.15s, filter 0.15s;
}
.voto-exito__red--dl:hover {
  transform: scale(1.12);
  filter: brightness(1.15);
}
.voto-exito__hint {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  margin: 0;
  line-height: 1.4;
}
.voto-exito__hint strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.voto-vale5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: #F7931E;
  color: #1F3D2C;
  font-weight: 700;
  font-size: 1.05rem;
  font-family: "Medhorn", serif;
  animation: vale5-in 0.4s ease;
}
.voto-vale5 i {
  font-size: 1.3rem;
}
.voto-vale5[hidden] {
  display: none;
}

@keyframes vale5-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.voto-form-wrap {
  margin-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0.75rem;
}

.voto-form__titulo {
  font-family: "Medhorn", serif;
  color: #F7931E;
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}
.voto-form__row {
  display: flex;
  gap: 0.5rem;
}
.voto-form__row .voto-form__group {
  flex: 1;
}
.voto-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
.voto-form__label {
  color: #F2EAD3;
  font-size: 0.75rem;
  font-weight: 600;
}
.voto-form__label small {
  opacity: 0.65;
  font-weight: 400;
}
.voto-form__input {
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #FFFFFF;
  padding: 0.4rem 0.65rem;
  font-size: 0.85rem;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
}
.voto-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.voto-form__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.voto-form__input:focus {
  border-color: #F7931E;
  background: rgba(255, 255, 255, 0.15);
}
.voto-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.voto-form__select option {
  background: #1F3D2C;
  color: #FFFFFF;
}
.voto-form__ci-estado {
  font-size: 0.72rem;
  font-weight: 600;
  min-height: 1em;
}
.voto-form__ci-estado--ok {
  color: #6ee7b7;
}
.voto-form__ci-estado--err {
  color: #fca5a5;
}
.voto-form__btn {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  width: 100%;
}
.voto-form__btn:disabled {
  opacity: 0.6;
  cursor: default;
}
.voto-form__mensaje {
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.voto-form__mensaje--ok {
  background: rgba(110, 231, 183, 0.2);
  color: #6ee7b7;
  border: 1px solid rgba(110, 231, 183, 0.4);
}
.voto-form__mensaje--error {
  background: rgba(252, 165, 165, 0.2);
  color: #fca5a5;
  border: 1px solid rgba(252, 165, 165, 0.4);
}

@media (max-width: 767px) {
  header .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
  }
  #portada {
    height: auto;
    min-height: 100svh;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  #premios {
    padding: 60px 0;
  }
  #premios .portaImagen {
    width: 220px;
    height: 220px;
  }
  #anotate {
    padding: 60px 0;
  }
  #clubes {
    padding: 60px 0;
  }
  #clubes .tarjeta {
    margin-bottom: 1.5rem;
  }
}/*# sourceMappingURL=estilos.css.map */