body{

    margin: 0;
    padding: 0;
    background-color: white;

}

header{

    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;

}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 48px;
  height: 120px;
}

.logo-menu {
  display: flex;
  align-items: center;
}

.logo-menu img {
  height: 135px;
  width: 135px;
}
.fondo-bar{

    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;
}

.bar-index {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background: #faf7ee;
  margin: 44px auto;
  max-width: 1040px;
  border-radius: 16px;
  box-shadow: 0 0 18px #d4bf9440;
  padding: 38px 50px;
  gap: 58px;
}

.izq-bar {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 16px;
}

.titulo-bar h1 {
  font-size: 2em;
  margin: 0 0 24px 0;
  color: #443511;
  font-family: serif;
  letter-spacing: 2px;
}

.strong-bar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 9px;
}
.strong-bar::before {
  content: "🕒";
  font-size: 1.35em;
  margin-right: 6px;
  color: #c2aa6a;
}

.strong-bar strong {
  color: #614a16;
  font-size: 1.1em;
  font-family: serif;
}

.izq-bar h3 {
  color: #7a5a13;
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 1.12em;
}

.izq-bar p {
  font-size: 15px;
  color: #444141;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 400px;
  text-align:justify;
}

.der {
  flex: 0 0 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
}
.img-bar img {
  border-radius: 12px;
  width: 330px;
  height: 320px;
  object-fit: cover;
  box-shadow: 0 4px 24px #d4bf9440;
  border: 1px solid #e7d8a4;
}


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;
    
}




