/* === Hero superior === */
.top-hero{position:relative;background-image:url("../img/img-index/hero.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;height:40vh;min-height:260px;display:flex;justify-content:center;align-items:center;text-align:center;}
.top-hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);}
.hero-content{position:relative;color:#fff;max-width:800px;padding:0 1.5rem;}
.hero-content h1{font-size:2.5rem;margin:0 0 .5rem;font-family:'Indie Flower',cursive;}
.hero-content p{font-size:1.2rem;margin:.5rem 0;text-shadow:1px 1px 4px rgba(0,0,0,.6);}
@keyframes fadeIn{to{opacity:1;}}
@media(max-width:768px){
  .top-hero{height:40vh;min-height:220px;}
  .hero-content h1{font-size:2.1rem;}
}

/* === Contenido legal genérico === */
.legal-content{padding:4rem 2rem;max-width:1000px;margin:0 auto 4rem;line-height:1.6;color:#333;}
.legal-content h2{font-size:1.6rem;margin-top:2.5rem;margin-bottom:.5rem;color:var(--color5);text-transform:uppercase;}
.legal-content h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.3rem;color:#444;}
.legal-content p{margin-top:.4rem;margin-bottom:.4rem;}
.legal-content ul{list-style:disc;padding-left:1.5rem;margin:.8rem 0;}
.legal-content li{margin-bottom:.6rem;}
.legal-content a{color:var(--color4);text-decoration:none;word-break:break-all;}
.legal-content a:hover{text-decoration:underline;}
@media(max-width:768px){.legal-content h2{font-size:1rem;}}

/* === Tabla de cookies (solo usada en cookies-policy) === */
.cookies-table-wrapper{overflow-x:auto;margin-top:1rem;margin-bottom:1.5rem;}
table.cookies-table{border-collapse:collapse;width:100%;font-size:.95rem;}
table.cookies-table th,table.cookies-table td{border:1px solid #ddd;padding:.5rem .6rem;text-align:left;vertical-align:top;}
table.cookies-table th{background:#f2f2f2;font-weight:600;}

/* === Footer común === */
footer{background:rgba(36,125,127,.8);color:#fff;padding:1rem 2rem;}
.footer-content{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.5rem;text-align:center;}
.footer-content p{margin:0;font-size:.9rem;}
.footer-content a{color:#fff;text-decoration:none;}
.footer-content a:hover{text-decoration:underline;}

.social-icons{display:flex;justify-content:center;}
.social-icons a{margin-left:.5rem;display:inline-flex;align-items:center;transition:opacity .3s;}
.social-icons a:hover{opacity:.7;}

.mobile-break{display:none;}
@media(max-width:768px){
  .mobile-break{display:block;}
  .footer-content{flex-direction:column;gap:.8rem;}
  .footer-content p{font-size:.8rem;}
  .social-icons svg{width:20px;height:20px;}
}

/* === Utilidades / estilos especiales === */
.Estilo1{font-weight:bold;}

/* === Banner de cookies === */
.cookie-banner{position:fixed;left:0;right:0;bottom:0;background:rgba(7,115,137,.9);color:#fff;padding:1rem 1.5rem;font-size:.9rem;z-index:9999;}
.cookie-banner__content{max-width:1100px;margin:0 auto;}
.cookie-banner a{color:var(--color5);text-decoration:underline;}
.cookie-banner__buttons{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.5rem;}
.cookie-banner__buttons button{border:none;padding:.45rem .8rem;cursor:pointer;border-radius:4px;font-size:.9rem;font-weight:500;}
#cookie-reject-all,#cookie-accept-all{background:#f0f0f0;color:#077389;}
@media(max-width:600px){.cookie-banner{font-size:.8rem;}}
