#inicio {
     background-image: linear-gradient(to top, rgba(161,140,209,0.404) 0%,rgba(251,193,234,0.404) 100% ),url(imagenes/fondo\ \(1\).png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
    position: relative;
    height: 100vh;
    z-index: 0;
}

#inicio::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#inicio .container {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
}
body {
    font-family: unset;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

header {
    background-color: transparent; /* o simplemente elimínalo */
    color: white;
    padding: 20px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
}



.container h3{
    color: #339de4;
     font-family: "Manufacturing Consent", system-ui;
     font-size: 100px;
     text-shadow: 4px 4px 4px rgba(245, 237, 237, 0.897);
     -webkit-text-stroke: #ffffff;
     overflow-wrap: break-word;
}

section {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

h2 {
    color: #339de4;
    font-family: "Bitcount Single", system-ui;
}
.container label{
    color: #e0fbfc;
}

.container span{
        color: #fff;
}
form input, form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

form input[type="submit"] {
    background-color: #005f73;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.img-principal {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

ul.cards {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

ul.cards li {
    background-color: #e0fbfc;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
}


.reserva-confirmada {
    background: linear-gradient(to right, #005f73, #0a9396);
    color: white;
    padding: 80px 20px;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.reserva-confirmada .container {
    background-color: rgba(167, 28, 28, 0.1);
    padding: 40px;
    border-radius: 15px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.resumen-reserva {
    text-align: left;
    margin-top: 20px;
}

.resumen-reserva p {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 5px;
    margin: 8px 0;
}

.boton-volver {
    display: inline-block;
    margin-top: 30px;
    background-color: white;
    color: #005f73;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.boton-volver:hover {
    background-color: #e0fbfc;
}

#reserva p strong {
    font-size: 18px;
    color: #eef0f1;
}

/* ===== NAVBAR GENERAL ===== */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    color: white;
}

/* ===== NAVBAR IZQUIERDA ===== */
.navbar-left {
    position: relative;
}

/* Botón del dropdown */
.dropbtn {
    background-color: #339de4;         
    color: white;                      
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;             
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.dropbtn:hover {
    background-color: #1d79b6;        
    transform: translateY(-2px);       
}

/* Menú desplegable */
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 160px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}

.dropdown-content a {
    color: #023047;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
    
}

.dropdown-content a:hover {
    background-color: #e0fbfc;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* ===== NAVBAR CENTRO ===== */
.navbar-center a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-weight: bold;
    font-family: sans-serif;
}

.navbar-center{
    margin-left: 700px;
    word-spacing: 25px;
    
}

.navbar-center a:hover {
    color: #e0fbfc;
}

.navbar-left {
    position: relative;
    
}
.navbar-right {
  margin-left: 0; 
    margin-right: 20px;
  
}

/* ===== NAVBAR DERECHA ===== */
.logo-hotel {
    height: 90px;
    width: auto;
    margin-right: 60px;
    
    
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(rgba(59, 29, 15, 0.95), rgba(59, 29, 15, 0.95)), url('imagenes/fondo\ footer.jpg') no-repeat center center / cover;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-col {
  flex: 1 1 250px;
  margin: 20px;
}

.footer-col h4 {
  color: #00e6c3;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-col a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin: 6px 0;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ffcc00;
}

.footer-col input,
.footer-col button {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
}

.footer-col button {
  background-color: #ffcc00;
  color: #000;
  cursor: pointer;
}

.footer-col button:hover {
  background-color: #e6b800;
}

.footer-map iframe {
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

.logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  gap: 10px; /* espacio entre los íconos */
  margin-top: 10px;
}

.social-icons a {
  color: white;
  margin-right: 10px;
  font-size: 18px;
}

.footer-bottom {
  background-color: #2a120a;
  color: #ddd;
  text-align: center;
  padding: 15px;
}

.metodos-pago img {
  height: 30px;
  margin: 0 8px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    margin: 20px 0;
  }

  .metodos-pago img {
    margin: 5px;
  }
}














