@charset "UTF-8";
/*! ¡ATENCIÓN! Hoja de estilos generada con SASS, no modificar. */
.marco {
  max-width: 1280px;
  margin: auto;
}

.texto-blanco {
  color: #fff;
}

.texto-negro {
  color: #555;
}

.texto-primario {
  color: #2979ff;
}

.texto-secundario {
  color: #604c3f;
}

.hackNav {
  position: relative;
  top: -70px;
}

@media (max-width: 767px) {
  .hackNav {
    top: -50px;
  }
}

.seccion {
  position: relative;
}

.seccion__titulo {
  text-transform: uppercase;
  font-size: 3.6em;
  font-weight: 500;
}

.seccion__parrafo {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2;
}

.seccion__parrafo span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .seccion__parrafo {
    font-size: 1.8em;
  }
}

.seccion__pattern {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: url(../img/pattern.svg) repeat center center;
  opacity: .03;
}

.respuesta__item {
  padding: 30px;
}

.respuesta__item--exito {
  color: #00c853;
}

.respuesta__item--error {
  color: #e53935;
}

.respuesta__icono {
  font-size: 5em;
  color: inherit;
}

.respuesta__titulo {
  color: inherit;
}

.preloader {
  padding: 200px 50px;
}

.preloader svg {
  fill: #604c3f;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all ease 200ms;
  z-index: 99;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*&--activo{
    box-shadow: 0 3px 2px transparentize($negro,.9);
  }*/
}

@media (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header--fondo {
  background: rgba(255, 255, 255, 0.7);
}

.header__item {
  width: 180px;
}

.header__item--menu {
  width: auto;
}

.header__item--burger {
  display: none;
  margin-left: auto;
  width: auto;
}

@media (max-width: 767px) {
  .header__item {
    width: auto;
  }
}

@media (max-width: 992px) {
  .header__item--burger {
    display: block;
  }
}

.header__logo {
  position: fixed;
  top: 55px;
  left: 50%;
  transition: all ease 200ms;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 190px;
  display: block;
}

.header--activo .header__logo {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 15px;
  top: 10px;
  width: 100px;
}

@media (max-width: 767px) {
  .header__logo {
    width: 100px;
    top: 10px;
    left: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.header__burger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 20px;
  font-size: 3em;
  color: #604c3f;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all ease 200ms;
  cursor: pointer;
}

.header__burger:before {
  transition: all ease 200ms;
}

.header__burger.activo {
  background: #604c3f;
  color: #fff;
}

.header__burger.activo:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu__lista {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  transition: all ease 200ms;
}

.header--activo .menu__lista {
  height: 70px;
}

.menu__link {
  font-size: 2.2em;
  text-transform: uppercase;
  color: #604c3f;
  text-decoration: none;
  padding: 5px 15px;
  transition: all ease 200ms;
}

.menu__link:hover {
  color: #2979ff;
}

@media (max-width: 1200px) {
  .menu__link {
    font-size: 1.8em;
  }
}

.seccion-activa .menu__link {
  color: #2979ff;
}

@media (max-width: 992px) {
  .menu {
    display: none;
  }
}

.accesos {
  margin-top: -300px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .accesos {
    margin-top: 0;
  }
}

.accesos__item {
  background-size: cover;
  height: 100%;
  display: block;
}

.accesos__item--uno .accesos__capa {
  background: #00aad2;
}

.accesos__item--dos .accesos__capa {
  background: #9aa502;
}

.accesos__item--tres .accesos__capa {
  background: #ecb000;
}

.accesos__item:hover .accesos__capa {
  opacity: .6;
}

.accesos__item:hover img {
  opacity: 1;
}

.accesos__capa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all ease 200ms;
}

.accesos__contenido {
  position: relative;
  padding: 60px;
  padding-bottom: 30px;
  height: 100%;
}

@media (max-width: 767px) {
  .accesos__contenido {
    padding: 20px;
    height: auto;
  }
}

.accesos img {
  opacity: .7;
  transition: all ease 200ms;
}

.accesos__ico {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .accesos__ico {
    width: 100px;
    height: 100px;
    margin: 0 auto 0;
  }
}

.accesos__t {
  display: block;
  max-width: 260px;
  margin: auto;
}

@media (max-width: 767px) {
  .accesos__t {
    max-width: 200px;
  }
}

.nosotros {
  background: #604c3f;
  position: relative;
  padding: 170px 0 70px;
  margin-top: -80px;
}

.nosotros__contenido {
  position: relative;
}

.nosotros__llamado {
  display: inline-block;
  padding: 50px;
  font-size: 2.2em;
  background: #705e52;
  line-height: 1;
  font-weight: 300;
}

@media (max-width: 767px) {
  .nosotros__llamado {
    padding: 20px;
  }
}

.servicios {
  background: #2979ff;
  padding: 70px 0;
}

.servicios__carousel {
  margin-bottom: 50px;
}

.servicios__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

.servicios__icono svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .servicios__icono {
    margin-bottom: 15px;
  }
}

.servicios__texto {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .servicios__texto {
    padding: 0;
  }
}

.servicios__titulo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}

.servicios__parrafo {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1;
}

.instalaciones {
  padding: 70px 0;
}

.habitaciones {
  background: #604c3f;
  padding: 70px 0;
}

.habitaciones__carousel {
  position: relative;
}

@media (max-width: 992px) {
  .habitaciones__carousel {
    padding-bottom: 50px;
  }
}

.habitaciones__item {
  background: #fff;
}

.habitaciones__imagen {
  position: relative;
}

.habitaciones__img {
  display: block;
}

.habitaciones__titulo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 1;
}

.habitaciones__capa {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.habitaciones__destacado {
  padding: 30px;
  background: #2979ff;
}

.habitaciones__destacado__valor {
  font-size: 3.6em;
}

.habitaciones__destacado__titulo {
  font-size: 2em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .habitaciones__destacado {
    padding: 15px;
  }
}

.habitaciones__tarifas {
  padding: 20px;
}

.habitaciones__tarifas__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

.habitaciones__tarifas__item:last-of-type {
  border: 0;
}

@media (max-width: 767px) {
  .habitaciones__tarifas__item {
    padding: 10px 0;
  }
}

.habitaciones__tarifas__titulo {
  font-weight: 300;
  font-size: 2em;
  color: #777;
}

.habitaciones__tarifas__valor {
  font-size: 2.8em;
  font-weight: 500;
  color: #777;
}

@media (max-width: 767px) {
  .habitaciones__tarifas__valor {
    font-size: 2.2em;
  }
}

@media (max-width: 767px) {
  .habitaciones__tarifas {
    padding: 10px 15px;
  }
}

.contacto__form {
  padding: 70px 40px;
  margin-bottom: 0;
  max-width: 680px;
}

@media (max-width: 992px) {
  .contacto__form {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .contacto {
    padding: 0 15px;
  }
  .contacto__form {
    padding: 70px 0;
    margin: auto;
  }
}

.footer__top {
  background: #433831;
  padding: 50px 15px;
}

.footer__bottom {
  background: #322a25;
  padding: 20px 15px;
}

.footer__contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .footer__contenido {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer__item--logo {
  margin-right: 30px;
}

.footer__item--datos {
  font-size: 1.6em;
  color: #fff;
  opacity: .6;
  font-weight: 300;
}

.footer__item--pdfs {
  margin-left: auto;
}

.footer__item--redes {
  margin-left: auto;
}

@media (max-width: 992px) {
  .footer__item {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 30px;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
}

.footer__logo {
  display: inline-block;
  width: 135px;
}

.footer__dato {
  margin-bottom: 5px;
}

.footer__label {
  display: inline-block;
  width: 120px;
}

@media (max-width: 992px) {
  .footer__label {
    display: block;
    font-weight: 500;
    width: 100%;
  }
}

.footer__mail {
  display: block;
  padding-top: 15px;
}

.footer__pdf {
  display: inline-block;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  max-width: 170px;
  margin-left: 15px;
  font-weight: 300;
  transition: all ease 200ms;
}

@media (max-width: 992px) {
  .footer__pdf {
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.footer__pdf:hover {
  border: 1px solid #fff;
}

.footer__ico {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 2.5em;
  margin-bottom: 15px;
}

.footer__red {
  display: inline-block;
  font-size: 2.5em;
  color: #fff;
  text-decoration: none;
  transition: all ease 200ms;
}

.footer__red:hover {
  opacity: .5;
}

.selector {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.selector__item {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}

.selector__item--idioma {
  width: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .selector__item--idioma {
    width: 60px;
  }
}

.selector__item--activo {
  background: #fff;
}

.selector__r-ico {
  width: 70px;
  transition: all ease 200ms;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .selector__r-ico {
    width: 50px;
  }
}

.selector__r-ico svg {
  fill: #645145;
}

@media (max-width: 767px) {
  .selector__r-ico svg {
    width: 25px;
  }
}

.selector__r-ico img {
  display: block;
  width: 100%;
}

.selector__r-ico:hover {
  background: #fff;
}

.selector__residencias {
  position: absolute;
  top: 100%;
  right: 0;
  transition: all ease 200ms;
  background: #fff;
  box-shadow: 0 3px 2px rgba(51, 51, 51, 0.1);
  display: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.selector__item--activo .selector__residencias {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.selector__residencias__contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selector__residencias a:hover {
  opacity: .7;
  transition: all ease 400ms;
}

.selector__titulo {
  font-size: 2em;
  line-height: 1;
  padding: 10px;
  padding-right: 50px;
  text-decoration: none;
  color: #604c3f;
  transition: all ease 200ms;
}

.selector__titulo:hover {
  opacity: .6;
}

@media (max-width: 767px) {
  .selector__titulo {
    font-size: 1.6em;
    padding-right: 10px;
  }
}

.selector__icono {
  width: 70px;
}

@media (max-width: 767px) {
  .selector__icono {
    width: 50px;
  }
}

.selector__icono img {
  display: block;
  width: 100%;
}

.selector__links {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transition: all ease 200ms;
  background: #fff;
  box-shadow: 0 3px 2px rgba(51, 51, 51, 0.1);
  display: none;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.selector__item--activo .selector__links {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.selector__links a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
}

.selector__link {
  line-height: 70px;
  padding: 10px;
  font-size: 2em;
  text-decoration: none;
  color: #604c3f;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 767px) {
  .selector__link {
    line-height: 50px;
    padding: 10px 5px;
  }
}

.selector__link--activo {
  color: #908279;
  pointer-events: none;
}

.selector__link .flecha {
  font-size: 0.81818em;
}

.selector__link .flecha:before {
  line-height: 70px;
}

@media (max-width: 767px) {
  .selector__link .flecha:before {
    line-height: 50px;
  }
}

.banner__item {
  height: 850px;
  position: relative;
}

@media (max-width: 992px) {
  .banner__item {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .banner__item {
    height: 90vh;
    min-height: 350px;
  }
}

.banner__bg {
  position: absolute;
  top: -10%;
  right: 0;
  bottom: -10%;
  left: 0;
}

.banner__img {
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.banner__capa {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.banner__contenido {
  height: calc(100% - 400px);
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .banner__contenido {
    height: 100%;
  }
}

.banner__titulo {
  color: #fff;
  font-size: 7em;
  margin-bottom: 0;
  line-height: .75;
  margin-bottom: 10px;
}

.banner__titulo span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.71429em;
}

@media (max-width: 767px) {
  .banner__titulo {
    font-size: 5em;
  }
}

.banner__subtitulo {
  font-size: 3.6em;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 767px) {
  .banner__subtitulo {
    font-size: 2.5em;
  }
}

.galeria {
  padding-bottom: 30px;
}

.galeria__item {
  position: relative;
}

.galeria__item:hover .galeria__overlay {
  opacity: 1;
}

.galeria__img {
  display: block;
}

.galeria__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all ease 200ms;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 5em;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
}

.galeria .owl-next, .galeria .owl-prev {
  color: #555;
}

.mapa {
  position: relative;
  height: 100%;
}

.mapa__contenedor {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media (max-width: 767px) {
  .mapa__contenedor {
    height: 300px;
  }
}

.mapa__detalles {
  position: absolute;
  bottom: 0;
  left: 10px;
}

@media (max-width: 767px) {
  .mapa__detalles {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.mapa__item {
  margin-bottom: 10px;
  padding-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
}

.mapa__item__titulo {
  font-size: 2.2em;
  font-weight: 300;
  padding: 5px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mapa__item--locomocion .mapa__item__titulo {
  background: #2979ff;
}

.mapa__item--locomocion .mapa__svg {
  fill: #2979ff;
}

@media (max-width: 767px) {
  .mapa__item--locomocion {
    border: 1px solid #2979ff;
  }
}

.mapa__item--servicios .mapa__item__titulo {
  background: #604c3f;
}

.mapa__item--servicios .mapa__svg {
  fill: #604c3f;
}

@media (max-width: 767px) {
  .mapa__item--servicios {
    border: 1px solid #604c3f;
  }
}

.mapa__tipo {
  padding: 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapa__ico {
  margin-right: 10px;
}

.mapa__val {
  font-size: 2.2em;
  font-weight: 300;
  color: #666;
}

.menu-movil {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  height: calc(100vh - 70px);
  z-index: 100;
  background: #604c3f;
  width: 100%;
  max-width: 320px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -5px 0 10px rgba(51, 51, 51, 0.2);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all ease 200ms;
}

.menu-movil.activo {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 767px) {
  .menu-movil {
    top: 50px;
    height: calc(100% - 50px);
  }
}

@media (min-width: 992px) {
  .menu-movil {
    display: none;
  }
}

.menu-movil__residencias {
  padding: 20px;
  padding-top: 40px;
}

.menu-movil__residencias__contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-movil__titulo {
  width: 100%;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.menu-movil__icono {
  display: block;
  width: 70px;
}

.menu-movil__icono img {
  width: 100%;
  display: block;
}

.menu-movil__link {
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 300;
  transition: all ease 200ms;
}

.seccion-activa .menu-movil__link {
  background: #2979ff;
}
.chatbot .img-icon {
    height: 70px !important;
}

.chatbot {
    display:block;
    bottom: 10px;
    position: fixed;
    z-index: 99999999;
    height: 70px;
    width: 70px;
}



@media (max-width: 640px){
    
    
    .chatbot {
    display:block;
    bottom: 10px;
    position: fixed;
    z-index: 99999999;
    height: 70px;
    width: 70px;
}
    
}
/*# sourceMappingURL=estilos.css.map */





