/* Hotel El Solar - Estilos principales */

/* Cuerpo y layout general */
body {
    background: linear-gradient(135deg, #232526 0%, #393e46 100%);
    color: #f8f9fa;
}

/* Navigation */
nav {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

nav .brand-logo {
    font-size: 1.7rem;
    color: #ffe082 !important;
    font-family: 'Montserrat', 'Quicksand', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
}

nav ul a {
    font-weight: 500;
    transition: background-color 0.3s ease;
}

nav ul a:hover {
    background-color: rgba(255,255,255,0.1);
}

.menu-link {
    font-size: 1.2em;
    font-family: 'Montserrat', 'Quicksand', sans-serif;
    font-weight: 700;
    color: #ffd54f !important;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #111;
    text-transform: uppercase;
}

.nav-register-btn {
    font-size: 1.1em !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: linear-gradient(90deg,#43a047 80%,#388e3c 100%);
    border-radius: 7px;
    padding: 0 1em;
    margin-left: 12px;
    text-shadow: 0 2px 8px #222;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero Section */
.hero {
    position: relative;
    background: #222831;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.slider {
    height: 55vh;
    background: none;
}

.slider .slides {
    background: none;
}

.slider .slides li {
    height: 55vh;
}

.slider .slides li img {
    object-fit: cover;
    width: 100vw;
    height: 55vh;
    filter: brightness(0.6);
}

.slider-content-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 55vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.hero-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2rem;
    pointer-events: all;
}

.hotel-title {
    font-family: 'Montserrat', 'Quicksand', sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 0 4px 16px #111, 0 1px 0px #fff;
    color: #ffe082;
    text-align: center;
    margin-bottom: 0.4rem;
}

.hotel-subtitle {
    font-family: 'Montserrat', 'Quicksand', sans-serif;
    font-size: 1.4rem;
    color: #ffcc80;
    text-shadow: 0 2px 10px #222;
    margin-bottom: 0.9rem;
}

/* Logo esquina superior derecha - FIJO Y PERMANENTE */
.logo-hero {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.4) !important;
    z-index: 9999 !important;
    padding: 10px !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
    border: 3px solid #fff !important;
}

.logo-svg {
    width: 110px;
    height: 110px;
    margin-bottom: 0.3rem;
    background: none;
}

/* Secciones y Cards */
.section {
    padding: 3rem 0;
    background: rgba(44, 47, 59, 0.93);
    border-radius: 18px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 20px #1113;
}

.menu-full-section {
    margin-top: 3rem;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, rgba(33, 40, 50, 0.95) 0%, rgba(19, 24, 31, 0.95) 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    color: #fffbe6;
}

.menu-full-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffd54f;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.menu-full-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

.menu-full-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.menu-full-buttons .btn-large {
    width: 100%;
    max-width: 280px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
    color: #ffe082;
}

.card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: #393e46;
    color: #fffde7;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-image img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card:hover .card-image img {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffe082;
    margin-bottom: 0.5rem;
    font-family: 'Quicksand', 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.card-content {
    padding: 20px;
    background: none;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Menu cards específicos */
.menu-card {
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 24px;
    background: #222831;
    color: #f8f9fa;
    border-radius: 16px;
    box-shadow: 0 2px 16px #1113;
    transition: background 0.2s;
    position: relative;
    overflow: visible;
}

.menu-card.promo {
    background: #1b5e20 !important;
    border: 2px solid #43a047;
    color: #fffde7;
}

.promo-ribbon {
    position: absolute;
    top: 16px;
    left: -40px;
    z-index: 2;
    width: 160px;
    height: 32px;
    background: linear-gradient(90deg,#43a047 80%,#388e3c 100%);
    color: #fffde7;
    font-family: 'Montserrat', 'Quicksand', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    letter-spacing: 2px;
    box-shadow: 0 2px 6px #1116;
    transform: rotate(-45deg);
    border-radius: 4px;
    border: 2px solid #fff;
    text-shadow: 0 2px 8px #222;
    pointer-events: none;
}

.menu-img-area {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #393e46;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.menu-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    display: block;
}

.precio-promo {
    font-weight: bold;
    color: #69f0ae;
    font-size: 1.25em;
    background: #222;
    border-radius: 5px;
    padding: 2px 8px;
}

.precio-original {
    color: #bdbdbd;
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 8px;
    font-size: 1em;
    background: none;
}

.menu-promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 215, 79, 0.18);
    color: #ffd54f;
    border-radius: 999px;
    padding: 0.35rem 1rem;
    margin-top: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.menu-consulta {
    margin-top: 1.2rem;
    color: #69f0ae;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    letter-spacing: 0.3px;
}

.menu-promo-tag .material-icons,
.menu-consulta .material-icons {
    font-size: 18px;
    line-height: 1;
}

/* Formularios */
.input-field input:focus + label,
.input-field textarea:focus + label {
    color: #2c3e50 !important;
}

.input-field input:focus,
.input-field textarea:focus {
    border-bottom: 1px solid #2c3e50 !important;
    box-shadow: 0 1px 0 0 #2c3e50 !important;
}

.btn-large {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-large:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Footer */
.page-footer {
    background: #222831;
    color: #ffe082;
    border-top: 2px solid #ffe082;
    font-family: 'Montserrat', 'Quicksand', sans-serif;
    letter-spacing: 1px;
    padding-top: 40px;
}

.footer-copyright {
    background-color: rgba(0,0,0,0.2);
}

/* Botones flotantes */
.whatsapp-float { 
    position:fixed; 
    width:60px; 
    height:60px; 
    bottom:30px; 
    right:30px; 
    z-index:1000; 
    background:#25d366; 
    border-radius:50%; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    box-shadow:2px 2px 10px rgba(0,0,0,0.2);
}

.whatsapp-float:hover { 
    background:#128c7e;
}

.whatsapp-float svg { 
    width:36px; 
    height:36px; 
    fill:white; 
}

.instagram-float { 
    position:fixed; 
    width:60px; 
    height:60px; 
    bottom:100px; 
    right:30px; 
    z-index:1000; 
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
    border-radius:50%; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    box-shadow:2px 2px 10px rgba(0,0,0,0.2);
}

.instagram-float:hover { 
    box-shadow:0 0 16px #fd5949;
}

.instagram-float svg { 
    width:34px; 
    height:34px; 
    fill:white;
}

.back-to-top {
    position: fixed;
    bottom: 170px;
    right: 30px;
    z-index: 1200;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Mobile navigation */
.sidenav {
    background: #232526;
}

.sidenav .menu-link {
    color: #ffe082 !important;
    font-size: 1.35em;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidenav .nav-register-btn {
    color: #fffde7 !important;
    background: linear-gradient(90deg,#43a047 80%,#388e3c 100%);
    margin: 14px 0;
}

.sidenav .divider { 
    background: #393e46;
}

.sidenav .brand-logo {
    font-size: 2em;
    color: #ffd54f !important;
}

.sidenav .logo-svg {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Utilidades */
.mapa-responsive { 
    position:relative; 
    padding-bottom:56.25%; 
    height:0; 
    overflow:hidden; 
    border-radius:16px;
}

.mapa-responsive iframe { 
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}

/* Responsive Design */
@media (max-width: 992px) {
    nav .brand-logo { 
        font-size: 1.2em;
    }
    
    .logo-hero {
        width: 80px !important;
        height: 80px !important;
        top: 15px !important;
        right: 15px !important;
        padding: 8px !important;
    }
    
    .hotel-title {
        font-size: 2.5rem;
    }
    
    .hotel-subtitle {
        font-size: 1.1rem;
    }
    
    .section h2 {
        font-size: 2rem;
    }

    .menu-full-section {
        padding: 2.5rem 2rem;
    }

    .menu-full-buttons {
        align-items: stretch;
        margin-top: 2rem;
    }

    .menu-full-buttons .btn-large {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .logo-hero {
        width: 70px !important;
        height: 70px !important;
        top: 10px !important;
        right: 10px !important;
        padding: 6px !important;
        border: 2px solid #fff !important;
    }
    
    .hotel-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .hotel-subtitle {
        font-size: 1rem;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .menu-full-section {
        padding: 2.2rem 1.6rem;
        text-align: center;
    }

    .menu-full-buttons {
        align-items: center;
        gap: 1.2rem;
    }

    .instagram-float {
        bottom: 90px;
        right: 20px;
    }

    .back-to-top {
        bottom: 150px;
        right: 20px;
    }

    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Utilidades */
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.gradient-bg {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}