:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-63966ff */*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Arial,Helvetica,sans-serif;

background:#F5F7FA;

color:#333;

line-height:1.7;

}

.contenedor{

max-width:1200px;

margin:auto;

padding:80px 30px;

}

.hero{

height:600px;

background:url("TU-FOTO.jpg") center center;

background-size:cover;

position:relative;

border-radius:20px;

overflow:hidden;

}

.hero-overlay{

position:absolute;

width:100%;

height:100%;

background:rgba(5,42,74,.75);

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

padding:40px;

}

.hero h1{

color:white;

font-size:58px;

margin-bottom:20px;

}

.hero p{

color:white;

font-size:22px;

max-width:700px;

margin-bottom:40px;

}

.btn{

background:#0A3D62;

color:white;

padding:18px 35px;

border-radius:8px;

text-decoration:none;

font-weight:bold;

transition:.3s;

}

.btn:hover{

background:#145DA0;

}

.intro{

margin-top:80px;

text-align:center;

}

.intro h2{

font-size:38px;

margin-bottom:20px;

color:#0A3D62;

}

.intro p{

font-size:18px;

max-width:800px;

margin:auto;

}

.equipamiento{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:70px;

}

.card{

background:white;

padding:35px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.3s;

text-align:center;

}

.card:hover{

transform:translateY(-8px);

}

.icono{

font-size:50px;

margin-bottom:20px;

}

.card h3{

margin-bottom:15px;

color:#0A3D62;

}

.horarios{

margin-top:80px;

}

.horarios h2{

text-align:center;

margin-bottom:30px;

font-size:36px;

color:#0A3D62;

}

table{

width:100%;

border-collapse:collapse;

background:white;

border-radius:15px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

th{

background:#0A3D62;

color:white;

padding:20px;

}

td{

padding:20px;

border-bottom:1px solid #EEE;

}

.reserva{

margin-top:80px;

text-align:center;

}

.reserva h2{

font-size:36px;

color:#0A3D62;

margin-bottom:20px;

}

#calendario{

margin-top:40px;

height:450px;

background:white;

border:3px dashed #DDD;

border-radius:20px;

display:flex;

justify-content:center;

align-items:center;

font-size:20px;

color:#999;

}

.reglamento{

margin-top:80px;

background:white;

padding:50px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.reglamento h2{

margin-bottom:30px;

color:#0A3D62;

}

.reglamento li{

margin-bottom:15px;

}

@media(max-width:900px){

.hero{

height:420px;

}

.hero h1{

font-size:40px;

}

.hero p{

font-size:18px;

}

.equipamiento{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:600px){

.equipamiento{

grid-template-columns:1fr;

}

.hero{

height:350px;

}

.hero h1{

font-size:34px;

}

.contenedor{

padding:40px 20px;

}

}/* End custom CSS */