
:root{
  --bg:#ffffff;
  --text:#222222;
  --muted:#555555;
  --brand:#003399;
  --brand-dark:#001e66;
  --accent:#cc9900;
  --card:#ffffff;
  --border:#dddddd;
}
*{box-sizing:border-box}
html,body{/*margin:0;padding:0*/;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;/*background:var(--bg);color:var(--text)*/}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:24px}

.nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.nav .logo{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.3px}
.nav .spacer{flex:1}
.nav a.btn{background:var(--brand);color:white;padding:10px 14px;border-radius:12px;font-weight:600}
.hero{position:relative;min-height:60vh;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}
.hero video,.hero .overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.hero .content{position:relative;z-index:2;text-align:center;padding:32px}
.hero h1{font-size:clamp(28px,4vw,35px);margin:0 0 12px}
.hero p{color:var(--muted);max-width:720px;margin:0 auto 24px;line-height:1.6}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.card{/*background:var(--bg-soft);border:1px solid rgba(255,255,255,.08);border-radius:16px;*/overflow:hidden}
.card .body{padding:18px}
.card h3{margin:0 0 8px}
.section{padding:48px 0;border-top:1px solid rgba(255,255,255,.08)}
.section h2{font-size:clamp(22px,3vw,34px);margin:0 0 12px}
.section p.lead{color:var(--muted);max-width:800px}
.gallery img{width:100%;display:block;border-radius:12px}
.videos iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:12px}
.kbd{display:inline-block;border:1px solid rgba(255,255,255,.2);border-bottom-width:3px;border-radius:8px;padding:2px 6px;font-weight:700}
.footer{padding:32px 0/*;background:#070b1a;color:var(--muted);border-top:1px solid rgba(255,255,255,.06)*/}
.form{display:grid;gap:12px;max-width:640px}
input,textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:var(--card);color:var(--text)}
button{background:var(--brand);color:white;padding:12px 16px;border:0;border-radius:12px;font-weight:700}
.badge {
  display: inline-block;
  background: var(--brand);        /* Azul corporativo */
  color: #ffffff;                  /* Texto blanco */
  border: 1px solid var(--brand-dark);
  padding: 4px 10px;
  border-radius: 999px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.list{padding-left:18px;line-height:1.9}
.map{width:100%;height:420px;border:0;border-radius:14px;overflow:hidden}
.small{font-size:14px;color:var(--muted)}
hr.sep{border:0;border-top:1px dashed rgba(255,255,255,.15);margin:18px 0}
@media (prefers-reduced-motion:no-preference){
  .fade{animation:fade .8s ease both}
  @keyframes fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  width: 60px;         /* tamaño visible */
  height: auto;
  border-radius: 6px;  /* opcional, queda más elegante */
}


/* White theme applied */
html,body{
  margin:0;
  padding:0;
  background:var(--bg);
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffffee; /* semi-transparent white */
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav a{
  color:var(--brand);
  font-weight:600;
}

.nav a.btn{
  background:var(--brand);
  color:#fff;
}

.card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
}

.hero .overlay{
  background:linear-gradient(180deg,rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 80%);
}

.hero h1{
  color:var(--brand-dark);
}

.section h2{
  color:var(--brand-dark);
}

input,textarea{
  background:#fff;
  border:1px solid var(--border);
  color:var(--text);
}

button{
  background:var(--brand);
  color:#fff;
}

.footer{
  background:#f5f5f5;
  color:var(--muted);
  border-top:1px solid var(--border);
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  padding: 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
}

.cookie-banner p {
  margin: 0;
  max-width: 70%;
  color: #222;
}

.cookie-buttons button {
  margin-left: 10px;
  background: #003399;
  border: none;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.cookie-buttons button:hover {
  opacity: 0.8;
}

.club-text {
    text-align: justify;
}
    
#club .lead {
    max-width: 100% !important;
}
    
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.85);
}

.image-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 85vh;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    
    font-size: 42px;
    font-weight: bold;
    cursor: pointer;
}

.gallery-item {
    cursor: pointer;
}
/*.map-image {
    transition: transform 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.map-image:hover {
    transform: scale(1.02);
    opacity: 0.95;
}*/
.map-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.map-image:hover,
.map-image:focus {
  transform: scale(1.03);
  opacity: 0.9;
}

a:hover .map-image,
a:focus-visible .map-image {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}
.hero-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
}

.section a:not(.btn) {
  text-decoration: underline;
}

