body{

    margin: 0;
    padding: 0;
    background-color: #faf7ee;

}

header{

    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;

}

.header-habitaciones{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;             
  padding: 0 48px;       
  height: 120px;

}

.fondo-habitaciones{

    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    z-index: -1;

}

.enlaces-menu{

    font-size: 30px;

}

.enlaces-menu a{
    
    
    color: #C8B272;
    text-decoration: none;
   
}

.enlaces-menu ul {
    list-style-type: none;
    
   
   
}
.enlaces-menu nav ul {
  display: flex;
  gap: 32px;            
  list-style: none;
  margin: 0;
  padding: 0;
}

.boton-reserva {
  display: flex;
  align-items: center;
}

.boton-reserva input[type="button"] {
  font-size: 1em;
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  background: #cea731;
  color: #333;
  cursor: pointer;
}

.logo img {
  height: 135px;
  width: 135px;
}

.titulo-habitaciones h1 {
  text-align: center;
  font-family: serif;
  font-size: 2em;
  margin: 32px 0 40px 0;
  color: #bfa666;
  letter-spacing: 2px;
}

.contenedor-h section {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.contenedor-h{
  background: #faf7ee;
}

.h-1, .h-2, .h-3 {
  background: #000000;
  border: 1px solid #e0d6b9;
  border-radius: 10px;
  box-shadow: 0 2px 8px #ebb84c21;
  padding: 18px 15px;
  width: 320px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h-1 h2, .h-2 h2, .h-3 h2 {
  font-size: 1.2em;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #614a16;
  text-align: center;
}

.img-h1 img,
.img-h2 img,
.img-h3 img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 7px;
}

a[title^="Mas Informacion"] {
  display: block;
  color: #a58e54;
  font-weight: bold;
  margin: 10px 0 0 0;
  font-size: 1em;
  text-align: center;
  transition: color 0.2s;
}
a[title^="Mas Informacion"]:hover {
  color: #bfa666;
}


footer{
    position: absolute;
    background-color: #C8B272;
    z-index: -1;
    margin: 0;
    width: 100%;
    
    

}

.footer-bloque{
    z-index: -1;
    margin: 0;
    justify-content: center;  
    align-items: center; 
    display: flex;
    width: 100%;
    flex-direction: row; 
    gap: 280px;

}


.footer-1{

color: black;
font-size: 20px;
margin: 30px;
padding: 10px;


}


.footer-2{

color: black;
font-size: 25px;
margin: 30px;
padding: 10px;


}

.footer-2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-2 ul a{
    text-decoration: none;
    color: black;
}


.footer-3{

color: black;
font-size: 20px;
margin: 30px;
padding: 10px;

}
.copy{

    text-align: center;
    
}

