/*==================================================
HERO
==================================================*/

.hero-reservas{

position:relative;

height:60vh;

overflow:hidden;

}

.hero-reservas img{

width:100%;

height:100%;

object-fit:cover;

display:block;

}

.hero-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.55);

}

.hero-content{

position:absolute;

inset:0;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

color:#fff;

z-index:5;

}

.hero-content span{

font-family:"Inter",sans-serif;

font-size:15px;

letter-spacing:3px;

text-transform:uppercase;

opacity:.9;

}

.hero-content h1{

font-family:"Cormorant Garamond",serif;

font-size:4rem;

font-weight:700;

margin-top:15px;

}


/*==================================================
SECCIÓN
==================================================*/

.estado-reservas{

background:#f7f7f7;

padding:0 0 90px;

}


/*==================================================
TARJETA PRINCIPAL
==================================================*/

.estado-card{

background:#fff;

max-width:1200px;

margin:-80px auto 0;

padding:55px;

border-radius:22px;

box-shadow:0 20px 60px rgba(0,0,0,.10);

position:relative;

z-index:10;

}


/*==================================================
ICONO
==================================================*/

.estado-icono{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:#B71C1C;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.estado-icono i{

font-size:42px;

color:#fff;

}


/*==================================================
TEXTOS
==================================================*/

.estado-card h2{

font-family:"Cormorant Garamond",serif;

font-size:2.8rem;

font-weight:700;

color:#222;

text-align:center;

margin-bottom:20px;

}

.estado-card p{

max-width:850px;

margin:auto;

font-size:18px;

line-height:1.9;

color:#555;

text-align:center;

}

.estado-card hr{

margin:45px 0;

}

.estado-card h3{

text-align:center;

font-family:"Cormorant Garamond",serif;

font-size:2.1rem;

margin-bottom:10px;

color:#222;

}


/*==================================================
TARJETAS SEDES
==================================================*/

.sede-card{

height:100%;

background:#fff;

border:1px solid #ececec;

border-radius:18px;

padding:30px;

text-align:center;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.sede-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

border-color:#B71C1C;

}

.sede-icono{

width:70px;

height:70px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:#fff4f4;

display:flex;

align-items:center;

justify-content:center;

}

.sede-icono i{

font-size:30px;

color:#B71C1C;

}

.sede-card h4{

font-family:"Cormorant Garamond",serif;

font-size:2rem;

margin-bottom:18px;

color:#222;

}

.sede-card p{

margin-bottom:10px;

font-size:15px;

color:#666;

}

.sede-card p i{

color:#B71C1C;

margin-right:8px;

}


/*==================================================
BOTÓN LLAMAR
==================================================*/

.btn-llamar{

display:inline-flex;

align-items:center;

justify-content:center;

gap:10px;

width:100%;

margin-top:18px;

padding:14px;

border-radius:50px;

background:#B71C1C;

color:#fff;

font-weight:600;

text-decoration:none;

transition:.30s;

}

.btn-llamar:hover{

background:#931616;

color:#fff;

transform:translateY(-2px);

}


/*==================================================
VOLVER
==================================================*/

.volver{

text-align:center;

margin-top:50px;

}

.volver a{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 35px;

border:2px solid #B71C1C;

border-radius:50px;

text-decoration:none;

font-weight:600;

color:#B71C1C;

transition:.30s;

}

.volver a:hover{

background:#B71C1C;

color:#fff;

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:992px){

.hero-content h1{

font-size:3rem;

}

.estado-card{

padding:35px;

margin-top:-40px;

}

.estado-card h2{

font-size:2.2rem;

}

}

@media(max-width:768px){

.hero-reservas{

height:42vh;

}

.hero-content h1{

font-size:2.5rem;

}

.estado-card{

padding:25px 18px;

}

.estado-card h2{

font-size:2rem;

}

.estado-card p{

font-size:16px;

line-height:1.7;

}

.sede-card{

padding:22px;

}

.sede-card h4{

font-size:1.8rem;

}

}
