﻿:root {
  --hotel-bg: #f6f4ef;
  --hotel-surface: #ffffff;
  --hotel-line: #e5e0d5;
  --hotel-text: #2d312f;
  --hotel-muted: #656b68;
  --hotel-accent: #7b6a52;
  --hotel-accent-soft: #f0ebe2;
}

* {
  box-sizing: border-box;
}

html,
body {
  color: var(--hotel-text);
  background: var(--hotel-bg);
}

body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

a {
  color: #5f4f3b;
}

a:hover {
  color: #3d3427;
}

#posicionamiento {
  width: 1020px;
  max-width: calc(100% - 20px);
  margin: 16px auto;
  height: auto;
}

#principal {
  width: 100%;
  min-height: auto;
  padding: 0 14px;
  background: transparent;
}

.cabecera {
  float: left;
  width: 100%;
  height: auto;
  background: var(--hotel-surface);
  border: 1px solid var(--hotel-line);
  border-radius: 10px;
  padding: 10px 16px 14px;
  box-shadow: 0 4px 14px rgba(34, 38, 36, 0.06);
}

.cabecera h1 {
  float: left;
  width: auto;
  padding: 5px 0 0 0;
}

.cabecera h1 img {
  max-width: 230px;
  width: 100%;
  height: auto;
}

#sesion {
  margin-top: 6px;
  color: var(--hotel-muted);
  font-size: 0.8em;
  display: none;
}

#sesion a {
  color: var(--hotel-muted);
}

#sesion li {
  padding: 3px 6px;
}

.navegacion {
  margin-top: 20px;
}

.navegacion li {
  margin-left: 5px;
}

.separador {
  background: none;
}

.navegacion a {
  display: block;
  padding: 6px 10px;
  border: 1px solid var(--hotel-line);
  border-radius: 999px;
  background: var(--hotel-surface);
  color: var(--hotel-text);
}

.navegacion a:hover,
.navegacion li.activo a {
  background: var(--hotel-accent-soft);
  border-color: #d9cfbe;
  color: #4b402f;
}

h2,
h3,
h3.detalle,
h3.subrayado,
h3.tipo2,
h3.ayuda,
h3.preguntas,
#contenidoIzq h2,
#contenedor h2 {
  color: #4f4638;
  font-family: Georgia, "Times New Roman", serif;
  margin: 8px 0 12px;
  padding: 0;
  background: none;
}

#cuerpo {
  float: left;
  width: 100%;
  min-height: auto;
  margin-top: 12px;
  padding: 0;
  background: transparent;
}

#contenedor,
#contenidoIzq,
#noticias {
  background: var(--hotel-surface);
  border: 1px solid var(--hotel-line);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(34, 38, 36, 0.06);
}

#contenedor {
  float: left;
  width: 740px;
  padding: 12px;
}

#contenidoIzq {
  float: left;
  width: 740px;
  padding: 12px;
}

#noticias {
  width: 100%;
  padding: 14px;
}

#contenidoIzqHm {
  float: left;
  width: 220px;
  padding-top: 0;
  background: transparent;
}

#contenidoCenHm {
  float: left;
  width: 480px;
  padding: 0 8px;
  min-height: 194px;
}

#contenidoDer3,
#contenidoDer,
.contenidoDer {
  float: left;
  width: 200px;
}

.contenidoIzq3 {
  float: left;
  width: 200px;
  padding-top: 0;
}

.contenidoCen3 {
  float: left;
  width: 440px;
  padding-top: 0;
}

.txtbas,
.txtbasit,
.txtbasb,
.txtbasn,
.txtbasdet,
.txtreg {
  color: var(--hotel-muted);
  line-height: 1.6;
}

.txtbasn,
.txtbasnn,
.naranja {
  color: #715e45;
}

#contenidoCenHm img,
#contenidoIzq img,
#noticias img,
#listaCentral img,
#listaSugerencias img,
#listaIdeas img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#listaCentral li,
#listaSugerencias li,
#listaIdeas li,
#listaNoticias li,
#listaNoticiasDerecha li,
#listaTiendas li {
  border: 1px solid var(--hotel-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

#listaCentral li,
#listaSugerencias li {
  width: 47%;
  margin: 8px 1.5% 8px 1.5%;
  height: auto;
}

#listaNoticias li,
#listaNoticiasDerecha li {
  margin-bottom: 8px;
  background-image: none;
}

#contenidoIzq.habitaciones-amplias {
  width: 820px;
}

#contenidoIzq.habitaciones-amplias #listaCentral li {
  width: 100%;
  margin: 10px 0;
  height: auto;
}

#contenidoIzq.habitaciones-amplias #listaCentral li > a:first-child {
  display: block;
  width: 100%;
}

#contenidoIzq.habitaciones-amplias #listaCentral li > a:first-child img {
  display: none;
}

#contenidoIzq.habitaciones-amplias #listaCentral li > a:first-child img:first-child {
  display: block;
  width: 100% !important;
  height: 330px !important;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

#contenidoIzq.habitaciones-amplias #listaCentral h4,
#contenidoIzq.habitaciones-amplias #listaCentral span {
  width: 100%;
  padding-left: 0;
}

.tablaConsultar {
  width: 100%;
  margin: 10px 0;
  font-size: 0.9em;
}

.tablaConsultar thead,
.tablaConsultar .linea1,
.tablaConsultar .finLinea {
  background: none;
}

.tablaConsultar td,
.tablaConsultar th {
  border-bottom: 1px solid var(--hotel-line);
  padding: 9px;
}

a.bt_grande {
  background: none;
  height: auto !important;
  line-height: normal;
}

a.bt_grande span {
  border: 1px solid #d6c9b5;
  border-radius: 8px;
  background: linear-gradient(#fff, #f1ece3);
  color: #584a36;
  padding: 9px 14px;
}

a.bt_grande:hover span {
  background: linear-gradient(#f8f2e8, #ece2d4);
  color: #3f3528;
}

#pie {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 12px;
  padding: 14px 10px;
  border: 1px solid var(--hotel-line);
  border-radius: 10px;
  background: var(--hotel-surface);
  text-align: center;
  position: static;
  color: var(--hotel-muted);
  line-height: 1.7;
}

#pie img {
  max-width: 120px;
  height: auto;
  margin: 6px 4px 0;
  vertical-align: middle;
}

@media (max-width: 980px) {
  #posicionamiento {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  #principal {
    padding: 0 10px;
  }

  .cabecera {
    padding: 10px;
  }

  .cabecera h1 {
    float: none;
    width: 100%;
    text-align: center;
  }

  #sesion,
  .navegacion,
  .cabeceraLista {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .navegacion li {
    float: none;
    display: inline-block;
    margin: 3px;
  }

  #cuerpo,
  #contenedor,
  #contenidoIzq,
  #contenidoIzqHm,
  #contenidoCenHm,
  #contenidoDer3,
  #contenidoDer,
  .contenidoDer,
  .contenidoIzq3,
  .contenidoCen3,
  .contenidoCenGes {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
  }

  #contenedor,
  #contenidoIzq,
  #noticias {
    padding: 10px;
  }

  #contenidoIzq.habitaciones-amplias {
    width: 100%;
  }

  #contenidoIzq.habitaciones-amplias #listaCentral li > a:first-child img:first-child {
    height: 220px !important;
  }

  #listaCentral li,
  #listaSugerencias li,
  #listaIdeas li,
  #listaNoticias li,
  #listaNoticiasDerecha li,
  #listaTiendas li {
    float: none;
    width: 100%;
    margin: 8px 0;
  }
}
