@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;700&family=Quicksand:wght@400;600&display=swap');

body {
    font-family: "Quicksand", sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    line-height: 1.6;
}

/* NAVBAR */
nav {
    background: linear-gradient(90deg, #fe172a, #8b2029);
    padding: 8px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

nav a {
    font-family: "Quicksand", sans-serif;
    text-decoration: none;
    padding: 5px 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s;
}

nav a:hover,
nav a.active {
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
}


h1 {
    color: #8b2029;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    margin: 30px 0 10px 20px;
    font-size: 2.6rem;
}

p {
    margin-left: 20px;
    max-width: 600px;
    font-size: 1rem;
}


.promos {
    text-align: center;
    margin-top: 10px;
}

.promos h2 {
    color: #8b2029;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.promo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}

.promo-item {
    width: 160px;
    text-align: center;
    background: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px #dcdcdc;
    transition: 0.3s;
}

.promo-item:hover {
    transform: scale(1.05);
}

.promo-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}


.carrusel {
    margin-top: 30px;
    text-align: center;
}

.carrusel h2 {
    color: #8b2029;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.carrusel .carousel-inner {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 12px #bbb;
}

.carrusel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carrusel .carousel-control-prev,
.carrusel .carousel-control-next {
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.carrusel .carousel-control-prev {
    left: -55px;
}

.carrusel .carousel-control-next {
    right: -55px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(139, 32, 41, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(254, 23, 42, 0.9);
}

.nav-bebidas {
    background: linear-gradient(90deg, #fe172a, #8b2029);
    padding: 12px 0;
    text-align: center;
    margin-top: 30px;
    border-radius: 12px;
}


.nav-bebidas h2 {
    color: white;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.3rem;
    margin: 0;
}

.visit-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}


.mapa-borde {
    border: 5px solid #fe172a; 
    padding: 10px;
    border-radius: 12px;
}


.formulario-borde {
    border: 5px solid #fe172a; 
    padding: 20px;
    border-radius: 12px;
    width: 350px;
    background: white;
}


.formulario-borde input,
.formulario-borde button {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.formulario-borde button {
    background: #fe172a;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.formulario-borde button:hover {
    background: #8b2029;
}

.contacto-container {
    width: 500px;
    margin: 40px auto;
    text-align: center;
    padding: 25px;
    background: white;
    border: 5px solid #fe172a;
    border-radius: 12px;
}


.contacto-container select {
    width: 90%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}


.contacto-form {
    text-align: left;
    margin-top: 20px;
}

.contacto-form label {
    font-weight: bold;
}

.contacto-form input,
.contacto-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
}


.contacto-form button {
    width: 100%;
    padding: 12px;
    background: #fe172a;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

.contacto-form button:hover {
    background: #8b2029;
}

.imagen-derecha {
    position: absolute;
    top: -70px;     
    right: -50px;    
    width: 400px;    
    height: auto;
    z-index: 1000; 
}

.imagen-abajo-izquierda {
    position: fixed;  
    bottom: -80px;    
    left: -120px;       
    width: 500px;    
    height: auto;
    z-index: 1000;   
}
.imagen-izquierda {
    position: fixed;
}

.nav-superior {
    
    top: 0;            
    left: 0;          
    width: 100%;       
    height: auto;      
    
}
/* ================================================ */
/*   AJUSTE REAL DE TIPOGRAFÍA PARA TELÉFONOS      */
/* ================================================ */

@media (max-width: 600px) {

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 1.6rem !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.4rem !important;
        line-height: 1.2;
    }

    h3 {
        font-size: 1.2rem !important;
    }

    p {
        font-size: 0.9rem !important;
    }

    nav a {
        font-size: 14px !important;
    }

    .promo-item {
        font-size: 0.85rem !important;
    }

    .contacto-form input,
    .contacto-form textarea,
    .formulario-borde input {
        font-size: 0.9rem !important;
    }

    .contacto-form button,
    .formulario-borde button {
        font-size: 0.95rem !important;
    }

    .nav-bebidas h2 {
        font-size: 1.5rem !important;
    }

    .promos h2 {
        font-size: 1.6rem !important;
    }

    .carrusel h2 {
        font-size: 1.4rem !important;
    }

    .contacto-container {
        font-size: 0.9rem !important;
    }
}

