body {
  background-color: #FFF;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}

/*Popup offer*/
#popup-background-offer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(168,168,168,0.47);
  width: 100%;
  height: 100%;
  z-index: 5;
}

#popup-offer {
  display: block;
  position: fixed;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsla(0, 0%, 60%, 0.212);
  left: 50%;
  top: 50%;
  padding: 0;
  max-height: 95vh;
  height: min-content;
  width: 800px;
  transform: translate(-50%, -50%);
  overflow: auto;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  #popup-offer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 80% !important;
  }
}

#popup-offer .body-popup {
  display: flex;
  position: relative;
  color: #948c84;
}

.body-popup .close-main-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.body-popup .info-popup {
  flex-basis: 50%;
  padding: 30px 30px 30px;
}

.info-popup .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .info-popup .title {
    font-size: clamp(1rem,4.5vw,2rem);
  }
}
@media screen and (max-width: 480px) {
  .info-popup .title {
    font-size: clamp(.7rem, 4.5vw, 1rem);
  }
}

.info-popup .title b {
  text-transform: initial;
  font-weight: 500;
  font-size: 35px;
}

.info-popup .subtitle {
  color: hsl(30, 7%, 55%) !important;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .info-popup .subtitle {
    font-size: clamp(.9rem, 4.5vw, 1.25rem);
  }
}
@media screen and (max-width: 480px) {
  .info-popup .subtitle {
    font-size: 0.8rem !important;
    line-height: 20px;
  }
}

.info-popup .info-discount {
  color: hsl(30, 7%, 55%) !important;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info-popup .info-discount {
    font-size: clamp(.7rem, 4.5vw, .9375rem);
  }
}
@media screen and (max-width: 480px) {
  .info-popup .info-discount {
    font-size: 0.7rem !important;
    line-height: 20px;
  }
}

.info-popup .code-discount {
  background-color: #87bd00;
  color: #fff !important;
  font-size: 2rem;
  font-family: 'Roboto Slab';
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  width: 90%;
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info-popup .code-discount {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .info-popup .code-discount {
    margin: 0;
    width: 100%;
  }
}

.info-popup .logo {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%) !important;
  border-radius: 5px;
  font-family: 'Roboto Slab';
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1px 5px;
  text-align: center;
  margin-top: 30px;
  width: 30px;
}

.body-popup .image {
  flex-basis: 50%;
  margin: 0;
}

.body-popup img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.body-popup i {
  background-color: #ffffffa6;
  color: #3a3a3a;
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  #popup-offer .body-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
  }

  .body-popup img{
    height: 190px;
  }

  .body-popup .logo{
      margin-top: 5px;
  }

  .body-popup .info-popup {
    padding: 0 15px 5px;
  }


  .info-popup .subtitle{
    font-size: 1.1rem;
    line-height: 0;
  }

  .info-popup .info-discount{
    font-size: 1rem;
  }

  .info-popup .code-discount{
    font-size: 1rem;
    margin-left: 0;
    width: auto;
    line-height: 9px;
  }

  .info-popup .title  b{
    font-size: 25px;
  }

  .info-popup .title {
    font-size: 20px;
  }
}
/*End Popup offer*/

#ui-datepicker-div {
  font-size: 15px;
}

#ui-datepicker-div .ui-datepicker-header {
  border: 1px solid #837A71;
  background: #837A71;
  color: #FFF;
}

h1 {
  color: #B9B6B2;
  font-family: 'Titillium Web', sans-serif;
  font-size: 4.5em;
  font-weight: 300;
  margin: 94px 0 8px;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: #B9B6B2;
  font-family: 'Titillium Web', sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.wrapper {
  margin: 0 6% 0 2.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* HEADER */

header {
  text-transform: uppercase;
}

header .wrapperHead {
  margin: 0 auto;
  width: 95%;
}

header #headSup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #837A71;
  height: 30px;
  font-size: 1.1em;
}

header #headSup .datos {
  float: left;
  padding-top: 10px;
  width: 50%;
}

header #headSup .datos a {
  color: #837A71;
}

header #headSup .datos a:hover {
  text-decoration: underline;
}

header #headSup .links {
  float: right;
  text-align: right;
  width: 50%;
}

header #headSup .links a {
  margin-left: 3px;
}

header #headSup .links .lang {
  display: inline-block;
  vertical-align: super;
}

header #headSup .links .lang select {
  border: none;
  color: #837A71;
  font-size: 1em;
  text-transform: uppercase;
}

header #headSup .links .blog {
  color: #837A71;
  display: inline-block;
  margin: 0 5px;
  vertical-align: super;
}

header #headSup .links .blog a {
  color: #837A71;
  margin: 0 10px;
}

header #headSup .links .blog a:hover {
  text-decoration: underline;
}

header #headSup .links .social {
  display: inline-block;
  margin-top: 7px;
  position: relative;
}

header #headSup .links .social a:hover {
  opacity: 0.5;
}

header #headSup .links .social ul.share {
  background-color: #FFF;
  border: solid 1px #DEDEDE;
  display: none;
  position: absolute;
  left: -3px;
  top: 23px;
  z-index: 1;
}

header #headSup .links .social ul.share li {
  background-color: #FFF;
  border-bottom: solid 1px #DEDEDE;
  font-size: 1.2em;
  padding: 8px 15px 8px 5px;
  position: relative;
  text-align: left;
  text-transform: initial;
}

header #headSup .links .social ul.share li:hover {
  background-color: rgba(0, 0, 0, .03);
}

header #headSup .links .social ul.share li:last-child {
  border-bottom: none;
}

header #headSup .links .social ul.share li a {
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  width: 100%;
}

header #headSup .links .social ul.share img {
  margin-right: 7px;
  vertical-align: middle;
}

header #headInf {
  position: relative;
  height: 80px;
}

header #headInf a.logo {
  display: inline-block;
  padding-top: 15px;
  vertical-align: top;
  width: 20%;
}

header #headInf nav {
  float: right;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  text-align: right;
  text-transform: capitalize;
  display: inline-block;
}

header #headInf li {
  color: #333;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  padding: 33px 3px 0;
  position: relative;
}

header #headInf li:hover {
  color: #837A71;
}

header #headInf li.select {
  box-shadow: inset 0px -5px 0px 0px #B8B6B2;
}

header #headInf li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#responsivemenu {
  display: none;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 32px;
  height: 100%;
  background: url(../img/menu-ico.png) center center no-repeat;
}

/* PROMO */

#promo {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  height: 400px;
  position: relative;
}

.accept-paxes-container {
  display: none;
  text-align: center;
  margin: 20px 0 30px;
  width: 100%;
  float: left;
}

.book-now-container {
  display: none;
  position: fixed;
  z-index: 3;
  background-color: rgba(90, 201, 228, 0.75);
  width: 90%;
  left: 0;
  right: 0;
  top: 365px;
  max-width: 100%;
  margin: 0 auto;
}

.book-now-container .advantages-list {
  columns: 2;
  padding: 0 30px;
  padding-bottom: 25px;
}

.book-now-container .advantages-list li {
  margin-bottom: 8px;
  color: #fff;
  display: inline-block;
  height: 35px;
}

.book-now-container .advantages-list li i {
  padding-right: 6px;
  float: left;
}

.book-now-container .advantages-list li p {
  display: inline;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.booking-form-container .book-now-container h4 {
  width: 75%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 0 auto;
  padding: 20px 0;
}

.booking-form-container {
  z-index: 5;
  background-color: rgb(90, 201, 228, 0.75);
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 692px;
  left: 0;
  right: 0;
  padding: 3px;
}

.booking-form-container .booking-info-box {
  display: flex;
  padding: 5px 2px 0 2px;
  position: relative;
  height: 210px;
}

.booking-form-container h4 {
  color: #fff;
  font-weight: bold;
  width: 70%;
  font-size: 19px;
  line-height: 29px;
  padding-top: 13px;
  padding-left: 30px;
}

.booking-form-container .info-box-title {
  width: 40%;
}

.booking-form-container .info-box-advantages {
  width: 100%;
}

.info-box-advantages ul {
  color: #fff;
  columns: 3;
}

.info-box-advantages ul li {
  display: inline-table;
  margin-bottom: 8px;
}

.info-box-advantages ul li i {
  display: inline;
  font-size: 28px;
  padding-right: 8px;
  vertical-align: middle;
}

.info-box-advantages ul li p {
  display: inline;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.info-box-advantages ul li span {
  display: block;
  padding-left: 38px;
  font-size: 14px;
  height: 20px
}

#bookingform .accept-paxes-container .accept-paxes {
  background-color: #999;
  border: 0;
  padding: 9px 62px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 13px;
  display: inline-block;
}

.booking-form-container.booking-form-fixed-container {
  top: 351px;
}

#bookingform .row-rooms {
  text-align: center;
}

#bookingform #roomCount {
  width: 200px;
}

#bookingform .booking-search-rooms-container {
  margin-bottom: 16px;
  text-align: center;
}

#bookingform .booking-search-rooms-container i {
  color: #837A71;
  font-size: 28px;
  vertical-align: middle;
  position: static;
}

#bookingform .booking-search-rooms-container .form-search-label {
  width: auto;
  float: initial;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  display: inline;
}

#bookingform .booking-search-room {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

#bookingform .booking-search-room li {
  width: auto;
}

#bookingform .booking-search-room li span, #bookingform .booking-search-room li select {
  display: inline-block;
  width: auto;
}

#bookingform .booking-search-room .room-title {
  vertical-align: middle;
  padding-top: 10px;
  font-size: 17px;
}

#bookingform .submit-button {
  background-color: #88bf00;
  color: #FFF;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  height: 37px;
  margin-top: 17px;
  border: 0 !important;
  width: auto;
  font-weight: 600;
  letter-spacing: 1px;
}

#bookingform .booking-form-fields li {
  width: 20%;
}

#select-paxes {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  height: 35px;
  border: solid 1px #E1E1E1;
  background-color: #fff;
  padding: 0px 15px;
  -webkit-appearance: none;
  cursor: pointer;
  width: auto;
}

#bookingform .paxes-icons {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#bookingform .paxes-icons div {
  padding-top: 6px;
  text-align: left;
}

#bookingform .paxes-icons div i, #bookingform .paxes-icons div span {
  vertical-align: middle;
  color: #837A71;
}

#bookingform .paxes-icons div span {
  display: inline;
  font-size: 15px;
}

#bookingform #booking-search-paxes {
  display: none;
  position: fixed;
  z-index: 100;
  width: 1000px;
  background-color: #fff;
  border: 1px solid #99999936;
  left: 50%;
  padding: 20px 70px;
  max-height: 95vh;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  height: min-content;
}

#bookingform {
  background-color: #E1E1E1;
  box-sizing: border-box;
  left: 0;
  padding: 20px 50px 10px;
  position: absolute;
  z-index: 10;
  right: 0;
  width: auto;
  margin: 0 auto;
  border: solid 1px #B9B6B2;
  bottom: 0px;
  margin: 3px;
}

#bookingform p {
  color: #837A71;
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.5em;
  line-height: 1em;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
}

#bookingform p+p {
  color: #B9B6B2;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#bookingform p {
  color: #837A71;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
}

#bookingform p+p {
  color: #B9B6B2;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#bookingform form span {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}

#bookingform a:hover {
  background-color: #6F6860;
}

#bookingform ul.habitacion .index-value {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

#bookingform ul.habitacion {
  float: left;
  margin-top: 10px;
  width: 100%;
}

#bookingform li {
  float: left;
  margin-right: 10px;
  width: 100%;
}

#bookingform li.w50 {
  width: 80px;
}

#bookingform li.w33 {
  display: inline-block;
  width: 31%;
  margin: 0;
  margin-right: 0px;
  margin-right: 2%;
}

/* #bookingform li.m0 {
  margin-right: 0;
} */

#bookingform span {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
}

#bookingform b {
  display: block;
  color: #837A71;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

#bookingform input {
  box-sizing: border-box;
  color: #837A71;
  font-size: 1.3em;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  border: solid 1px #E1E1E1;
  height: 37px;
}

#bookingform #checkin, #bookingform #checkout {
  cursor: pointer;
}

#bookingform select {
  box-sizing: border-box;
  color: #837A71;
  font-size: 1.3em;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
  height: 35px;
  border-radius: 2px;
  background-color: #fff;
}

#promo .videoBot {
  background-color: #837A71;
  border-radius: 5px 0 0 5px;
  color: #FFF;
  font-size: 1.4em;
  padding: 20px 20px 15px 20px;
  position: absolute;
  bottom: 30px;
  right: 0;
  text-transform: uppercase;
  z-index: 11;
}

#promo .videoBot img {
  margin-left: 15px;
  vertical-align: middle;
}

#promo .videoBot a {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#promo .videoBot:hover {
  background-color: #6F6860;
}

/* BOTÓN RESERVA */

#botonReserva {
  display: none;
}

#botonReserva a {
  background-color: #88bf00;
  color: #fff;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin: 10px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

/* CONTENT */

p {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 18px;
}

.contIzq {
  float: left;
  margin-top: 75px;
  position: absolute;
  width: 190px
}

.contIzq ul {}

.contIzq ul li {
  background: url(../img/sbm-line.gif) left bottom no-repeat;
  color: #B9B6B2;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  padding: 15px 0 10px;
  position: relative;
  text-transform: uppercase;
}

.contIzq ul li:first-child {
  padding-top: 0;
}

.contIzq ul li.select, .contIzq ul li:hover {
  color: #837A71;
}

.contIzq ul li a {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.contDer {
  float: right;
  width: calc(100% - 240px);
}

.contDer a {
  color: #666;
  text-decoration: underline;
}

.contDer a:hover {
  color: #333;
}

.contDer a.boton {
  background-color: #837A71;
  border-radius: 4px;
  color: #FFF;
  float: left;
  font-size: 1.6em;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.contDer a.boton:hover {
  background-color: #6F6860;
}

.text li {
  font-size: 1.5em;
  line-height: 1.4em;
  list-style-image: url(../img/list-point.png);
  list-style-position: inside;
  margin-bottom: 8px;
  padding-left: 15px;
}

.text ul {
  margin-bottom: 15px;
}
.text ul ul {
    margin-bottom: 6px;
    font-size: 0.65em;
    margin-top: 6px;
}

.galeria {
  float: left;
  margin-top: 50px;
}

.galeria ul li {
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 25%;
}

.galeria ul li img {
  float: left;
  height: auto;
  width: 100%;
}

.galeria ul li a {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.galeria ul li a:hover {
  background-color: rgba(255, 255, 255, .1);
}

.galeria ul li.virtual a {
  background: url(../img/360-ico.png) center center no-repeat;
}

.galeria ul li.virtual a:hover {
  background: url(../img/360-ico.png) center center no-repeat rgba(255, 255, 255, .1);
}

.descargas {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.descargas ul {
  margin-top: 20px;
}

.descargas ul li {
  border: solid 1px #E1E1E1;
  color: #837A71;
  float: left;
  font-size: 1.3em;
  margin: 0 10px 10px 0;
  padding: 10px 20px 10px 10px;
  position: relative;
}

.descargas ul li img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 1.3em;
}

.descargas ul li span {
  display: inline-block;
  padding-top: 2px;
  vertical-align: middle;
}

.descargas ul li a {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.descargas ul li a:hover {
  background-color: rgba(0, 0, 0, .03);
}

.listado {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.listado ul {
  float: left;
  margin-top: 5px;
}

.listado ul li {
  float: left;
  font-size: 1.5em;
  line-height: 1.4em;
  list-style-image: url(../img/list-point.png);
  list-style-position: inside;
  margin: 0 0% 14px 8px;
  width: 30%;
  height: 44px;
}

.listado-2 {
  float: left;
  margin-top: 15px;
  width: 100%;
}

.listado-2 ul {
  margin: 10px 0 10px 5px;
  font-size: 1.0em
}

.listado-2 ul {
  margin-top: 12px;
}

.listado-2 ul li {
  padding-left: 10px;
  list-style-image: url(../img/list-point.png);
  margin-bottom: 5px;
  width: 100%;
  height: 30px;
  font-size: 1.3em;
}

.listado-2 ul li ul {
  margin: 21px 0 10px 5px;
  height: 30px;
  margin-top: 17px;
}

.listado-2 ul li ul li {
  padding-left: 10px;
  list-style-image: url(../img/list-point.png);
  width: 100%;
  font-size: 1em;
}

/* CAPA */

.capa {
  display: none;
  background-color: #837A71;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.95;
  z-index: 1;
  width: 100%;
}

.capa a.close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.capa .texto {
  background: url(../img/form-arrow.png) left top no-repeat;
  color: #FFF;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-right: 20%;
  min-height: 40px;
  padding: 5px 0 0 60px;
  position: absolute;
  left: 270px;
  top: 300px;
}

#bookingform.fixed {
  position: fixed;
  display: inline;
}

#bookoffer_info .texto {
  display: none;
}

/* PREFOOTER */

#prefooter {
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  float: left;
  margin: 100px 0 40px;
  padding-top: 50px;
  width: 100%;
}

#prefooter .preBox {
  border-right: solid 1px #E3E3E3;
  box-sizing: border-box;
  float: left;
  padding: 0 40px;
  position: relative;
  width: 28.3%;
}

#prefooter .preBox:last-child {
  border-right: none;
  text-align: center;
  width: 15%;
}

#prefooter .preBox:last-child .texto {
  display: none;
}

#prefooter .preBox:last-child img {
  height: auto;
  max-width: 145px;
  width: 100%;
}

#prefooter .preBox a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#prefooter .preBox a:hover {
  background-color: rgba(255, 255, 255, .2);
}

#prefooter .foto {
  float: left;
  width: 64px;
}

#prefooter .texto {
  margin-left: 84px;
  padding-right: 20px;
}

#prefooter .preBox .texto span {
  color: #837A71;
  display: block;
  font-size: 1.6em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#prefooter .preBox:nth-child(3) .texto span {
  color: #88bf00;
  font-weight: 600;
}

#prefooter .preBox .texto b {
  display: block;
  font-size: 1.3em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* PREFOOTER-2 */

#prefooter-2 {
  float: left;
  margin: 30px 0 40px;
  padding-top: 50px;
  width: 100%;
}

#prefooter-2 .preBox {
  border-right: solid 1px #E3E3E3;
  box-sizing: border-box;
  float: left;
  padding: 0 40px;
  position: relative;
  width: 25%;
  margin-bottom: 60px;
}

#prefooter-2 .preBox a {
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#prefooter-2 .preBox a:hover {
  background-color: rgba(255, 255, 255, .2);
}

#prefooter-2 .foto {
  float: left;
  width: 64px;
}

#prefooter-2 .texto {
  margin-left: 84px;
  padding-right: 2px;
}

#prefooter-2 .preBox .texto span {
  color: #837A71;
  display: block;
  font-size: 1.6em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#prefooter-2 .preBox .texto b {
  display: block;
  font-size: 1.3em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* FOOTER */

#footer {
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  float: left;
  width: 100%;
}

#footer .fooSup {
  padding: 20px 0 18px;
  text-align: center;
}

#footer .fooSup .boton {
  background-color: #FFF;
  border: solid 1px #B9B6B2;
  border-radius: 4px;
  color: #837A71;
  display: inline;
  font-size: 1.6em;
  font-weight: 600;
  margin-right: 30px;
  padding: 11px 40px 14px 0;
  position: relative;
  text-transform: uppercase;
}

#footer .fooSup .boton:hover {
  background-color: rgba(0, 0, 0, .03);
}

#footer .fooSup .boton a {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#footer .fooSup .boton.agencias {
  background-color: #837A71;
  border: solid 1px #837A71;
  border-radius: 4px;
  color: #FFF;
}

#footer .fooSup .boton.agencias:hover {
  background-color: #6F6860;
}

#footer .fooSup .boton img {
  padding: 0 30px;
  vertical-align: middle;
}

#footer .fooSup .newsletter {
  display: inline-table;
  margin-right: 40px;
  text-align: left;
  width: 20%;
  vertical-align: top;
}

#footer .fooSup .newsletter span {
  color: #837A71;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
}

#footer .fooSup .newsletter input {
  border: solid 1px #E1E1E1;
  box-sizing: border-box;
  color: #837A71;
  height: 32px;
  padding-left: 5px;
  width: 80%;
  float: left;
  margin-right: 0;
}

.submit-newsletter {
  width: 20% !important;
}

#footer .fooSup .newsletter a {
  background-color: #837A71;
  color: #FFF;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  height: 32px;
  vertical-align: top;
  padding-top: 10px;
  box-sizing: border-box;
}

#footer .fooSup .newsletter a:hover {
  background-color: #6F6860;
}

.newsletter-success-message {
  display: none;
}

.newsletter-success-message p {
  color: #837A71;
  font-weight: 600;
  margin: 0;
  padding-top: 20px;
}

#footer .fooSup .logos {
  display: inline;
}

#footer .fooSup .logos img {
  padding-top: 14px;
  vertical-align: middle;
}

#footer .fooInf {
  border-top: solid 1px #E1E1E1;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px;
  text-align: center;
}

#footer .fooInf a {
  color: #666;
}

#footer .fooInf a:hover {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.8em;
  }
  #footer .fooSup {
    padding: 20px 1% 18px;
  }
  #footer .fooSup .newsletter {
    margin: 10px 0 0;
    width: 100%;
  }
  .galeria ul li {
    width: 50%;
  }
  .contIzq ul li {
    margin: 0 10px;
    padding: 10px 0;
    width: calc(100% - 20px);
  }
  .contIzq ul li:first-child {
    padding-top: 10px;
  }
  .descargas ul li {
    box-sizing: border-box;
    width: 100%;
  }
  #headSup .wrapperHead .links .social {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  header #headSup {
    height: 55px;
    display: none;
  }
  header #headSup .datos {
    text-align: center;
    width: 100%;
  }
  header #headSup .links {
    margin-top: 2px;
    text-align: center;
    width: 100%;
  }
  h1 {
    margin-top: 10px;
  }
  h3 {
    font-size: 2.4em;
    font-weight: 400;
  }
  /*header #headSup {
		display:none;
	}*/
  header #headInf {
    height: auto;
  }
  header #headInf a.logo {
    padding-bottom: 15px;
    width: 65%;
    max-width: 370px;
  }
  header #headInf a.logo img {
    height: auto;
    width: 100%;
  }
  #promo {
    background-attachment: scroll;
    background-size: cover;
    height: 55vw;
    min-height: 200px;
  }
  #footer .fooSup .boton img {
    display: none;
  }
  #footer .fooSup .boton {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.2em;
    margin: 0 1% 10px;
    padding: 10px;
  }
  .listado ul li {
    margin-right: 0;
    width: 100%;
  }
  .contIzq {
    margin-top: 0;
  }
  #headSup .wrapperHead .links .social {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .booking-form-container {
    width: 90%;
  }
  .booking-form-container h4 {
    padding-left: 0;
    width: 100%;
  }
  #bookingform {
    padding: 20px 20px 10px;
  }
  #bookingform .booking-form-fields li {
    width: auto;
    margin-right: 5px;
  }
  #bookingform .submit-button {
    font-size: 1.2em;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 1151px) {
  #bookingform input[name="promocode"] {
    width: 125px;
  }
}

@media screen and (max-width: 1023px) {
  #bookoffer_info .close img {
    height: 25px;
    width: 25px;
  }
  #bookingform input {
    margin-bottom: 0;
    width: 100%;
  }
  #bookingform input[name="promocode"] {
    width: 100%;
  }
  .booking-form-container {
    top: 68%;
    width: auto;
    background-color: initial !important;
  }
  .booking-form-container .booking-info-box {
    display: none;
  }
  .accept-paxes-container {
    display: block;
  }
  #bookingform #booking-search-paxes {
    width: 85%;
    padding: 20px 20px;
  }
  #bookingform #roomCount {
    font-size: 15px;
  }
  #bookingform .booking-search-rooms-container .form-search-label {
    font-size: 13px;
  }
  #bookingform .booking-search-room .room-title {
    font-size: 15px;
  }
  #bookingform .booking-search-room li span, #bookingform .booking-search-room li select {
    font-size: 13px;
  }
  #bookingform .booking-form-fields li {
    width: 100%;
    margin: 2px 0;
  }
  #bookingform .submit-button {
    width: 100%;
    margin-top: 10px;
  }
  #botonReserva {
    display: block;
  }
  #bookingform {
    display: none;
    width: 90%;
    max-width: 100%;
    top: 45px;
    bottom: initial;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .wrapper {
    margin: 0 auto;
    width: 98%;
  }
  .contIzq {
    display: none;
  }
  .contDer {
    width: 100%;
  }
  /* RESPONSIVE MENU */
  #responsivemenu {
    display: block;
  }
  header #headInf.auto {
    height: auto;
  }
  header #headInf nav {
    display: none;
  }
  header #headInf nav {
    width: 100%;
    float: none;
    position: relative;
    z-index: 999;
    padding: 10px 0;
    border-top: 1px solid #B9B6B2;
    margin-top: 20px;
  }
  header #headInf li {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 5px 0;
    background: #fff;
  }
  header #headInf li.select {
    box-shadow: none;
  }
  /*#prefooter {
		display:none;
	}*/
  .contIzq ul li {
    background: none;
    border: solid 1px #E1E1E1;
    float: left;
    text-align: center;
  }
  #prefooter {
    margin: 30px 0 10px;
    padding-top: 20px;
    text-align: center;
  }
  #prefooter .preBox {
    display: inline-block;
    float: none;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 0 10px;
    width: auto;
  }
  #prefooter .preBox:last-child {
    width: auto;
  }
  #prefooter .preBox:last-child .texto {
    display: block;
  }
  #prefooter .preBox:last-child img {
    display: none;
    width: auto;
  }
  #prefooter .foto {
    display: none;
  }
  #prefooter .texto {
    margin-left: 0;
    padding-right: 0;
  }
  #prefooter .texto p {
    display: none;
  }
  #prefooter .preBox .texto b {
    display: none;
  }
   /*#prefooter 2 */
  #prefooter-2 {
    margin: 30px 0 10px;
    padding-top: 20px;
    text-align: center;
    box-shadow: none;
  }
  #prefooter-2 .preBox {
    display: inline-block;
    float: none;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 0 10px;
    width: auto;
  }
  #prefooter-2 .preBox:last-child {
    width: auto;
  }
  #prefooter-2 .preBox:last-child .texto {
    display: block;
  }
  #prefooter-2 .preBox:last-child img {
    display: none;
    width: auto;
  }
  #prefooter-2 .foto {
    display: none;
  }
  #prefooter-2 .texto {
    margin-left: 0;
    padding-right: 0;
  }
  #prefooter-2 .texto p {
    display: none;
  }
  #prefooter-2 .preBox .texto b {
    display: none;
  }
}

@media screen and (min-width:1000px) and (max-width: 1260px) {
  header #headInf {
    height: 135px;
  }
  header #headInf a.logo {
    width: auto;
  }
  header .wrapperHead {
    text-align: center;
  }
  header #headInf nav {
    float: none;
    width: 100%;
    text-align: center;
    display: block !important;
  }
}

@media screen and (min-width:1261px) {
  header #headInf nav {
    display: inline-block !important;
  }
}

@media screen and (min-width:481px) and (max-width: 720px) {
  header #headInf nav {
    margin-top: 0;
  }
  h1 {
    font-size: 3.5em;
  }
  #footer .fooSup .newsletter {
    margin-top: 10px;
    width: 65%;
  }
  #footer .fooSup .logos img {
    padding-top: 35px;
  }
  .contIzq ul li {
    box-sizing: border-box;
    width: 50%;
  }
  .contIzq ul li:first-child {
    padding-top: 15px;
  }
  #content #ofertas .ofertaBox:last-child {
    display: none;
  }
}

@media screen and (min-width:721px) and (max-width: 999px) {
  h1 {
    font-size: 5em;
  }
  .contIzq {
    margin-top: 10px;
  }
  .contIzq ul li {
    box-sizing: border-box;
    width: 33.3%;
  }
  .contIzq ul li:first-child {
    padding-top: 15px;
  }
  *#botonReserva {
    display: block;
  }
}

@media screen and (min-width:721px) and (max-width: 1260px) {
  #botonReserva a {
    padding: 15px;
    position: absolute;
    top: 35px;
    right: 35px;
  }
}

@media screen and (min-width:721px) and (max-width: 1365px) {
  #footer .fooSup {
    padding: 20px 0 18px;
    text-align: center;
  }
  #footer .fooSup .boton {
    font-size: 1.2em;
    margin: 0 5px;
    padding-right: 10px;
  }
  #footer .fooSup .boton img {
    padding: 0 10px;
  }
  #footer .fooSup .newsletter {
    width: auto;
  }
  .listado ul li {
    box-sizing: border-box;
    margin-right: 0;
    padding-left: 2%;
    width: 50%;
  }
}

@media screen and (min-width:1000px) and (max-width: 1200px) {
  #prefooter .foto {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  #prefooter .texto {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.invalid-subscription {
  border: 2px solid red !important;
}

/*Estilos generales formulario plugin contacto*/

#required-fields {
  padding: 5px 0 15px;
  float: left;
  font-size: 1.3em;
}

#privacidad {
  padding: 10px 0;
}

#priviacidad #check-contact {
  vertical-align: top;
}

.g-recaptcha {
  height: 90px;
}

#btn-del, #send_contact_form {
  width: 100px;
  margin-right: 5px;
}

#send_contact_form:disabled {
  opacity: 0.5;
  background: inherit;
}

.invalid {
  border: 1px solid red !important;
  margin-bottom: 10px;
  background-color: #FFEBEE !important;
}

.popup {
  background-color: white;
  padding: 45px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  font-size: 1.3em;
}

.popup i {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

/**/

@media screen and (max-width: 340px) {
  .booking-form-container .book-now-container h4 {
    width: 95%;
  }
  .book-now-container .advantages-list {
    padding: 0 15px 25px 15px;
  }
}
