/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans|Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500');
/*DEFINICION DE VARIABLES*/
.accordeonArrowDown {
  background-image: url(../img/down.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.accordeonArrowUp {
  background-image: url(../img/up.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.contentInfoLeft {
  width: 90%;
  max-width: 750px;
  float: right;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 60px;
}
.contentInfoRight {
  width: 90%;
  max-width: 500px;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}
.contentInfoLeft,
.contentInfoRight {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contentInfoLeft.half,
.contentInfoRight.half {
  max-width: 625px;
}
/*ESTILOS GENERALES*/
/*bordes redondeados*/
/*box shadow inset*/
/*box sizing*/
/*flex*/
/*transitions*/
/*gradients*/
/*cover*/
/*RESET*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
img,
input,
table,
tr,
td,
th,
textarea,
select,
a,
span,
div,
iframe,
aside,
header,
footer,
section,
article,
hgroup,
nav {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*CLASES GLOBALES*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/*CONTENEDORES*/
.container {
  width: 100%;
  float: left;
}
/*ancho especifico y centrado*/
.wrap {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
/*BOTONES*/
/*estilo general de boton*/
.btn {
  height: 38px;
  display: inline-block;
  margin: 30px 5px;
  padding: 0 42px;
  background: transparent;
  border: 1px solid #e5e2e2;
  line-height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s;
}
.btn.btn-primary {
  padding: 0 30px;
  font-size: 14px;
  color: #919191;
  border: 1px solid #919191;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-secundary {
  margin: 0;
  padding: 0 30px;
  font-size: 14px;
  color: #fff;
  background: #61bfad;
  border: 1px solid #61bfad;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-secundary:hover {
  color: #61bfad;
}
.btn.btnHome {
  color: #e5e2e2;
}
.btn:hover {
  cursor: pointer;
  background: #fff;
  color: #919191;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
.col {
  width: 50%;
}
.col.left {
  width: 60%;
}
.col.right {
  width: 40%;
}
.down-arrow {
  background: url(../img/arrow.png) right 0 center no-repeat;
  width: 19px;
  height: 19px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.white_1 {
  background: #fafafa;
}
.white_2 {
  background: #f5f5f5;
}
/*ESTILOS PARA WYSIWYG*/
.wysiwyg h1 {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.wysiwyg h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.wysiwyg h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.wysiwyg h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.wysiwyg h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.wysiwyg h6 {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.wysiwyg p {
  display: block;
  margin-bottom: 10px;
}
.wysiwyg ul {
  display: block;
  list-style: circle;
  margin-left: 20px;
}
.wysiwyg ol {
  display: block;
}
/*origen animacion*/
/*LAYOUT*/
body {
  background: #ffffff;
  color: #535353;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
}
ul {
  list-style: none;
}
header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(60, 60, 60, 0.64);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  /**Menu mobile*/
}
header .logo {
  width: 164px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
header .logo img {
  width: 100%;
}
header .lang_sel {
  height: 65px;
  padding: 25px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
header .lang_sel ul {
  height: 100%;
  list-style: none;
}
header .lang_sel ul li {
  height: 100%;
}
header .lang_sel ul li a {
  display: block;
  padding: 0 19px;
  text-align: center;
}
header .lang_sel ul li a img {
  width: 20px;
}
header .lang_sel ul li ul {
  width: 60px;
  height: auto;
  display: none;
  position: absolute;
  top: 55px;
  left: 5px;
  overflow: hidden;
  background: rgba(47, 47, 47, 0.9);
  z-index: 99;
}
header .lang_sel ul li ul li {
  height: 50px;
  line-height: 50px;
  transition: all 0.4s;
}
header .lang_sel ul li ul li a {
  text-align: center;
}
header .lang_sel ul li ul li a img {
  width: 20px;
}
header .lang_sel ul li ul li:hover {
  background: rgba(0, 0, 0, 0.4);
}
header .lang_sel ul li:hover ul {
  display: block;
}
header #btnNav {
  width: 22px;
  height: 22px;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header #btnNav span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #e5e2e2;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #btnNav span:nth-child(1) {
  top: 2px;
}
header #btnNav span:nth-child(2),
header #btnNav span:nth-child(3) {
  top: 10px;
}
header #btnNav span:nth-child(4) {
  top: 18px;
}
header #btnNav.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header #btnNav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #btnNav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #btnNav.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
header nav .menu li {
  width: 110px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
header nav .menu li a {
  display: inline-block;
  color: #e5e2e2;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s;
}
header nav .menu li.dropdown {
  height: 100%;
  height: 65px;
  line-height: 65px;
}
header nav .menu li.dropdown ul {
  width: 240px;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 4px solid #61bfad;
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(47, 47, 47, 0.9);
}
header nav .menu li.dropdown ul li {
  width: 100%;
  height: auto;
  padding: 0 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  text-align: left;
  transition: all 0.4s;
}
header nav .menu li.dropdown ul li a {
  width: 100%;
  border-bottom: 1px solid rgba(149, 152, 154, 0.32);
  font-size: 12px;
  text-transform: capitalize;
}
header nav .menu li.dropdown ul li:hover {
  background: rgba(0, 0, 0, 0.4);
}
header nav .menu li.dropdown:hover ul {
  display: block;
}
header nav .social li {
  display: inline-block;
  margin: 0 10px;
}
header nav .social li a {
  transition: all 0.4s;
}
header nav .social li a img.instagram {
  width: 12.65px;
}
header nav .social li a img.tripadvisor {
  width: 20px;
}
header nav .social li a img.facebook {
  width: 7.27px;
}
header nav .social li a:hover {
  opacity: 0.7;
}
header .calendarBox {
  width: 100%;
  height: 60px;
  background: rgba(149, 152, 154, 0.32);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
header .calendarBox .booking {
  width: 100%;
  float: left;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
header .calendarBox .booking .boxFields {
  width: 15%;
  display: inline-block;
  color: #fff;
}
header .calendarBox .booking .boxFields input[type="text"],
header .calendarBox .booking .boxFields input[type="number"] {
  width: 100%;
  height: 38px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #838383;
  background: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
header .calendarBox .booking .boxFields input[type="text"]::-webkit-input-placeholder,
header .calendarBox .booking .boxFields input[type="number"]::-webkit-input-placeholder {
  color: #fff;
}
header .calendarBox .booking .boxFields input[type="text"]:-ms-input-placeholder,
header .calendarBox .booking .boxFields input[type="number"]:-ms-input-placeholder {
  color: #fff;
}
header .calendarBox .booking .boxFields input[type="text"]::-moz-placeholder,
header .calendarBox .booking .boxFields input[type="number"]::-moz-placeholder {
  color: #fff;
}
header .calendarBox .booking .boxFields input[type="text"].calendar,
header .calendarBox .booking .boxFields input[type="number"].calendar {
  cursor: pointer;
  background: url(../img/calendar2.svg) right 15px center no-repeat;
  background-size: 20px;
}
header .calendarBox .booking .boxFields input[type="text"].number,
header .calendarBox .booking .boxFields input[type="number"].number {
  cursor: pointer;
  background: url(../img/number.svg) right 15px center no-repeat;
  background-size: 20px;
}
header .calendarBox .booking .boxFields input[type="text"].promo,
header .calendarBox .booking .boxFields input[type="number"].promo {
  border: none;
}
header .calendarBox .booking .boxFields input[type="submit"] {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
header .calendarBox .booking .boxFields input[type="submit"]:hover {
  background: #fff;
  color: #61bfad !important;
}
header .mobileIcon {
  display: none;
  width: 100%;
  background: #262626;
}
header .mobileIcon ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: space-around;
  padding: 20px 0;
}
header .mobileIcon ul li a img.phone {
  width: 18.76px;
}
header .mobileIcon ul li a img.email {
  width: 20px;
}
header .mobileIcon ul li a img.location {
  width: 20px;
}
header.fixed {
  position: fixed;
}
header.fixed .logo,
header.fixed .lang_sel,
header.fixed nav {
  display: none;
}
/*CONTENIDO*/
#home {
  height: 100vh;
  position: relative;
  background: black;
}
#home .swiper-container {
  width: 100%;
  height: 100%;
}
#home .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
#home .swiper-container .swiper-wrapper .swiper-slide .info_slide {
  position: relative;
  text-align: center;
  z-index: 1;
}
#home .swiper-container .swiper-wrapper .swiper-slide .info_slide h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 400;
  color: #e5e2e2;
}
#home .swiper-container .swiper-wrapper .swiper-slide .info_slide h1,
#home .swiper-container .swiper-wrapper .swiper-slide .info_slide h2 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 400;
  color: #e5e2e2;
}
#home .swiper-container .swiper-wrapper .swiper-slide .info_slide h4 {
  display: none;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#home .swiper-container .swiper-wrapper .swiper-slide .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#home .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#home .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#home .swiper-container .next-arrow,
#home .swiper-container .prev-arrow {
  background-size: 24px;
}
#home .pagination {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(149, 152, 154, 0.6);
  z-index: 10;
}
#home .pagination li {
  width: 20%;
  margin-top: -5px;
  display: inline-block;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 4px solid transparent;
  cursor: pointer;
  color: #e5e2e2;
  transition: all 0.4s;
}
#home .pagination li span {
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #e5e2e2;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
#home .pagination li.active {
  border-top: 4px solid #e5e2e2;
}
#home .pagination li:hover {
  opacity: .7;
}
#home .mobileCalendar {
  width: 100%;
  position: absolute;
  bottom: 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  flex-flow: column;
  visibility: hidden;
  z-index: 4;
}
#home .mobileCalendar .booking {
  width: 100%;
  float: left;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-flow: column;
}
#home .mobileCalendar .booking .boxFields {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  color: #fff;
}
#home .mobileCalendar .booking .boxFields input[type="text"],
#home .mobileCalendar .booking .boxFields input[type="number"] {
  width: 100%;
  height: 38px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #fff;
  background: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
#home .mobileCalendar .booking .boxFields input[type="text"]::-webkit-input-placeholder,
#home .mobileCalendar .booking .boxFields input[type="number"]::-webkit-input-placeholder {
  color: #fff;
}
#home .mobileCalendar .booking .boxFields input[type="text"]:-ms-input-placeholder,
#home .mobileCalendar .booking .boxFields input[type="number"]:-ms-input-placeholder {
  color: #fff;
}
#home .mobileCalendar .booking .boxFields input[type="text"]::-moz-placeholder,
#home .mobileCalendar .booking .boxFields input[type="number"]::-moz-placeholder {
  color: #fff;
}
#home .mobileCalendar .booking .boxFields input[type="text"].calendar,
#home .mobileCalendar .booking .boxFields input[type="number"].calendar {
  cursor: pointer;
  background: url(../img/calendar.svg) right 15px center no-repeat;
  background-size: 20px;
}
#home .mobileCalendar .booking .boxFields input[type="text"].number,
#home .mobileCalendar .booking .boxFields input[type="number"].number {
  cursor: pointer;
  background: url(../img/number.svg) right 15px center no-repeat;
}
#home .mobileCalendar .booking .boxFields input[type="text"].promo,
#home .mobileCalendar .booking .boxFields input[type="number"].promo {
  border: none;
}
#home .mobileCalendar .booking .boxFields input[type="submit"] {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#home .mobileCalendar .booking .boxFields input[type="submit"]:hover {
  background: #fff;
  color: #61bfad !important;
}
#hotelAnnaHome {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#hotelAnnaHome .col {
  position: relative;
}
#hotelAnnaHome .col .contentInfoLeft h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#hotelAnnaHome .col .contentInfoLeft h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  padding: 5px 0 50px;
}
#hotelAnnaHome .col .contentInfoLeft h3:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#hotelAnnaHome .col .contentInfoLeft .wysiwyg {
  position: relative;
  padding: 0 0 0;
  line-height: 24px;
  font-size: 14px;
}
#hotelAnnaHome .col .contentInfoLeft .wysiwyg a {
  display: block;
}
#hotelAnnaHome .col .contentInfoLeft .wysiwyg a:hover {
  text-decoration: underline;
}
#hotelAnnaHome .col .contentInfoLeft .suppliesBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start;
  padding: 50px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#hotelAnnaHome .col .contentInfoLeft .suppliesBox img {
  margin: 0 50px 0 0;
}
#hotelAnnaHome .col .contentInfoLeft .suppliesBox img.framework {
  width: 125px;
}
#hotelAnnaHome .col .contentInfoLeft .suppliesBox img.wifi {
  width: 95.78px;
}
#hotelAnnaHome .col .contentInfoRight h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#hotelAnnaHome .col .contentInfoRight h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  padding: 5px 0 50px;
}
#hotelAnnaHome .col .contentInfoRight h3:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#hotelAnnaHome .col .contentInfoRight .wysiwyg {
  position: relative;
  padding: 0 0 0;
  line-height: 24px;
  font-size: 14px;
}
#hotelAnnaHome .col .contentInfoRight .wysiwyg a {
  display: block;
}
#hotelAnnaHome .col .contentInfoRight .wysiwyg a:hover {
  text-decoration: underline;
}
#hotelAnnaHome .col .contentInfoRight a {
  margin: 5px 0;
  font-size: 14px;
  text-decoration: none;
  color: #535353;
}
#hotelAnnaHome .col .mapMobile {
  display: none;
  margin: 30px 0;
  color: #61bfad;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
}
#hotelAnnaHome .col .mapMobile img {
  width: 25px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
#hotelAnnaHome .col .mapMobile:hover {
  text-decoration: underline;
}
#hotelAnnaHome .col #map3 {
  width: 100%;
  height: 410px;
  background: #000;
}
#roomsHome {
  position: relative;
  padding: 100px 0 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#roomsHome .wrap {
  width: 90%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#roomsHome .wrap h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#roomsHome .wrap h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#roomsHome .pagination {
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 60px auto;
  border-top: 1px solid #919191;
  z-index: 10;
}
#roomsHome .pagination li {
  width: 15%;
  display: inline-block;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: -5px;
  border-top: 4px solid transparent;
  cursor: pointer;
  color: #6c6c6c;
  transition: all 0.4s;
}
#roomsHome .pagination li span {
  width: 22px;
  height: 22px;
  display: inline-block;
  color: #919191;
  border: 1px solid #919191;
  margin: 0 10px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
#roomsHome .pagination li.active {
  border-top: 4px solid #a7a7a7;
}
#roomsHome .pagination li:hover {
  color: #61bfad;
}
#roomsHome .swiper-container {
  position: relative;
  width: 100%;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide {
  width: 90%;
  opacity: 0.3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: center;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxInfo {
  width: 40%;
  max-height: 560px;
  padding: 50px 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  background: #f0f0f0;
  text-align: center;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxInfo .titleBox {
  color: #535353;
  text-decoration: none;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxInfo .titleBox h3 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-transform: capitalize;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxInfo h4 {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #a7a7a7;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxInfo .wysiwyg {
  padding: 40px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 22px;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxImg {
  width: 60%;
  height: 55vw;
  max-height: 560px;
  float: right;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxImg .swiper-container {
  height: 100%;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxImg .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 1;
}
#roomsHome .swiper-container .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}
#roomsHome .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#roomsHome .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#roomsHome .swiper-container .next-arrow,
#roomsHome .swiper-container .prev-arrow {
  background-size: 24px;
}
#serviceHome {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  flex-direction: row-reverse;
}
#serviceHome .col {
  position: relative;
}
#serviceHome .col .contentInfoLeft h2,
#serviceHome .col .contentInfoRight h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#serviceHome .col .contentInfoLeft h3,
#serviceHome .col .contentInfoRight h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#serviceHome .col .contentInfoLeft .allEvents-btn,
#serviceHome .col .contentInfoRight .allEvents-btn {
  position: absolute;
  top: 120px;
  right: 60px;
  color: #61bfad;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
#serviceHome .col .contentInfoLeft .allEvents-btn:hover,
#serviceHome .col .contentInfoRight .allEvents-btn:hover {
  text-decoration: underline;
}
#serviceHome .col .contentInfoRight {
  position: relative;
}
#serviceHome .col .contentInfoRight .eventNewsContent {
  position: relative;
  margin: 45px 0;
}
#serviceHome .col .contentInfoRight .eventNewsContent article {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(149, 152, 154, 0.32);
  margin: 0 0 30px;
}
#serviceHome .col .contentInfoRight .eventNewsContent article h2 {
  font-size: 21px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: capitalize;
}
#serviceHome .col .contentInfoRight .eventNewsContent article h2 a {
  text-decoration: none;
  color: #61bfad;
  transition: all 0.4s;
}
#serviceHome .col .contentInfoRight .eventNewsContent article h2 a:hover {
  text-decoration: underline;
}
#serviceHome .col .contentInfoRight .eventNewsContent article h3 {
  margin: 10px 0;
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #61bfad;
  text-transform: capitalize;
}
#serviceHome .col .contentInfoRight .eventNewsContent article .wysiwyg {
  line-height: 22px;
}
#serviceHome .col .contentInfoRight .eventNewsContent article:last-child {
  border: none;
}
#serviceHome .col .contentInfoLeft .servicesContent {
  margin: 45px 0;
}
#serviceHome .col .contentInfoLeft .servicesContent li {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(149, 152, 154, 0.32);
  margin: 0 0 30px;
}
#serviceHome .col .contentInfoLeft .servicesContent li img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
#serviceHome .col .contentInfoLeft .servicesContent li h4 {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 21px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #6c6c6c;
  vertical-align: middle;
}
#serviceHome .col .contentInfoLeft .servicesContent li .wysiwyg {
  margin: 10px 0;
  line-height: 22px;
}
#serviceHome .col .contentInfoLeft .servicesContent li .wysiwyg a {
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 11px;
  text-decoration: none;
  color: #61bfad;
}
#serviceHome .col .contentInfoLeft .servicesContent li .wysiwyg a:hover {
  text-decoration: underline;
}
#serviceHome .col .contentInfoLeft .servicesContent li:last-child {
  border: none;
}
/*page room*/
#pageRoom .wrap {
  padding: 50px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#pageRoom .wrap h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#pageRoom .wrap h3 {
  padding-bottom: 50px;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#pageRoom .wrap .wysiwyg {
  position: relative;
  padding: 50px 0 0;
  line-height: 24px;
  font-size: 14px;
}
#pageRoom .wrap .wysiwyg a {
  display: block;
}
#pageRoom .wrap .wysiwyg a:hover {
  text-decoration: underline;
}
#pageRoom .wrap .wysiwyg:before {
  content: "";
  position: absolute;
  width: 68px;
  top: 0;
  left: 0;
  border-top: 1px solid #919191;
}
#sliderPageRoom {
  margin: 0px 0 30px;
}
#sliderPageRoom .pagination {
  width: 90%;
  max-width: 1250px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 170px auto 60px;
  border-top: 1px solid #919191;
  z-index: 10;
}
#sliderPageRoom .pagination li {
  display: inline-block;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: -5px;
  border-top: 4px solid transparent;
  cursor: pointer;
  color: #6c6c6c;
  transition: all 0.4s;
}
#sliderPageRoom .pagination li span {
  width: 22px;
  height: 22px;
  display: inline-block;
  color: #919191;
  border: 1px solid #919191;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
#sliderPageRoom .pagination li.active {
  border-top: 4px solid #a7a7a7;
}
#sliderPageRoom .pagination li:hover {
  color: #61bfad;
}
#sliderPageRoom .swiper-container {
  position: relative;
  width: 100%;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide {
  width: 90%;
  opacity: 0.3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: center;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo {
  width: 40%;
  max-height: 560px;
  padding: 30px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  text-align: center;
  background: #f0f0f0;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo .titleBox {
  color: #535353;
  text-decoration: none;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo .titleBox h3 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-transform: capitalize;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo h4 {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #a7a7a7;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo .wysiwyg {
  padding: 40px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 22px;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg {
  width: 60%;
  height: 55vw;
  max-height: 560px;
  float: right;
  background-size: cover;
  background-position: center center;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg a {
  width: 100%;
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg a .layer {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.33);
}
#sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}
#sliderPageRoom .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#sliderPageRoom .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#sliderPageRoom .swiper-container .next-arrow,
#sliderPageRoom .swiper-container .prev-arrow {
  background-size: 24px;
}
/*page location*/
#location {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#location .col {
  float: left;
  position: relative;
}
#location .col.left .contentInfoLeft h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#location .col.left .contentInfoLeft h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  padding: 5px 0 50px;
}
#location .col.left .contentInfoLeft h3:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#location .col.left .contentInfoLeft .wysiwyg {
  position: relative;
  line-height: 24px;
  font-size: 14px;
}
#location .col.left .contentInfoLeft .wysiwyg a {
  display: block;
  text-decoration: none;
  color: #535353;
}
#location .col.left .contentInfoLeft .wysiwyg a:hover {
  text-decoration: underline;
}
#location .col.left #map {
  height: 40vw;
  width: 100%;
  position: static;
  bottom: -3px;
}
#location .col .contentInfoRight .characteristicsContent .servicesBox {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0;
}
#location .col .contentInfoRight .characteristicsContent .servicesBox h4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  transition: all 0.4s;
}
#location .col .contentInfoRight .characteristicsContent .servicesBox h4:hover {
  color: #535353;
}
#location .col .contentInfoRight .characteristicsContent .servicesBox .content {
  padding: 15px 0;
  font-size: 14px;
  line-height: 24px;
}
#location .col .contentInfoRight .characteristicsContent .servicesBox .content ul li {
  font-size: 14px;
  color: #535353;
  line-height: 24px;
}
#location .col .contentInfoRight .characteristicsContent .servicesBox .content.active {
  display: block;
}
/*page Services*/
#services {
  margin: 0 0 30px;
  position: relative;
}
#services .row {
  margin: 0 0 10px;
}
#services .row .contentService {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#services .row .contentService .swiper-container .swiper-wrapper .swiper-slide {
  height: 50vh;
  min-height: 420px;
  max-height: 400px;
  background-size: cover;
  background-position: center center;
}
#services .row .contentService .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#services .row .contentService .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#services .row .contentService .swiper-container .next-arrow,
#services .row .contentService .swiper-container .prev-arrow {
  background-size: 15px;
  opacity: .6;
}
#services .row .contentService .servicesInfo {
  padding: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#services .row .contentService .servicesInfo h3 {
  padding-bottom: 25px;
  font-size: 31px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#services .row .contentService .servicesInfo .wysiwyg {
  position: relative;
  padding: 25px 0 ;
  line-height: 24px;
  font-size: 14px;
}
#services .row .contentService .servicesInfo .wysiwyg a {
  display: block;
  text-decoration: none;
  color: #535353;
}
#services .row .contentService .servicesInfo .wysiwyg a:hover {
  text-decoration: underline;
}
#services .row .contentService .servicesInfo .wysiwyg:before {
  content: "";
  position: absolute;
  width: 68px;
  top: 0;
  left: 0;
  border-top: 1px solid #919191;
}
#services .row:first-child {
  margin: 50px 0 10px;
}
#services #swiperMobile {
  width: 100%;
  display: none;
}
#services #swiperMobile .swiper-container {
  position: relative;
  width: 100%;
}
#services #swiperMobile .swiper-container .swiper-button-next,
#services #swiperMobile .swiper-container .swiper-button-prev {
  width: 17px;
  height: 34px;
  position: static;
  padding: 0 3vh;
  margin: 30px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-size: 17px 34px;
}
#services #swiperMobile .swiper-container .swiper-button-prev {
  float: left;
}
#services #swiperMobile .swiper-container .swiper-button-next {
  float: right;
}
#services #swiperMobile .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#services #swiperMobile .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#services #swiperMobile .swiper-container .next-arrow,
#services #swiperMobile .swiper-container .prev-arrow {
  background-size: 24px;
}
#services #swiperMobile .swiper-container .swiper-wrapper .swiper-slide {
  width: 90% !important;
  padding: 10px 2vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start;
}
#services #swiperMobile .swiper-container .swiper-wrapper .swiper-slide .boxImg {
  width: 100%;
  height: 40vh;
  max-height: 200px;
  background-size: cover;
  background-position: center center;
}
#services #swiperMobile .swiper-container .swiper-wrapper .swiper-slide h3 {
  margin: 25px 0 0;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#services #swiperMobile .swiper-container .swiper-wrapper .swiper-slide .wysiwyg {
  position: relative;
  padding: 25px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 24px;
  font-size: 13px;
}
#services #swiperMobile .swiper-container .swiper-wrapper .swiper-slide .wysiwyg:before {
  content: "";
  position: absolute;
  width: 68px;
  top: 0;
  left: 0;
  border-top: 1px solid #919191;
}
/*Page reservation*/
#reservation {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#reservation .col .contentInfoLeft h2 {
  padding-bottom: 50px;
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
}
#reservation .col .contentInfoLeft h2:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#reservation .col .contentInfoLeft .wysiwyg {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 14px;
}
#reservation .col .contentInfoRight h3 {
  padding-bottom: 50px;
  font-size: 23px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
}
#reservation .col .contentInfoRight form {
  padding: 25px 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  flex-direction: column;
}
#reservation .col .contentInfoRight form label {
  font-size: 14px;
  margin: 10px 0;
}
#reservation .col .contentInfoRight form input[type="text"],
#reservation .col .contentInfoRight form input[type="email"],
#reservation .col .contentInfoRight form input[type="number"],
#reservation .col .contentInfoRight form select,
#reservation .col .contentInfoRight form textarea {
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #D9D9D9;
  background-color: #fff!important;
  resize: none;
}
#reservation .col .contentInfoRight form input[type="text"].calendar,
#reservation .col .contentInfoRight form input[type="email"].calendar,
#reservation .col .contentInfoRight form input[type="number"].calendar,
#reservation .col .contentInfoRight form select.calendar,
#reservation .col .contentInfoRight form textarea.calendar {
  cursor: pointer;
  background: url(../img/calendar.svg) right 15px center no-repeat;
  background-size: 20px;
}
#reservation .col .contentInfoRight form .datepicker {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#reservation .col .contentInfoRight form .datepicker label {
  display: block;
  font-size: 14px;
  margin: 10px 0;
}
#reservation .col .contentInfoRight form .btnEnviar {
  width: 180px;
  margin: 30px auto;
  padding: 0 0px;
  color: #f2f2f2;
  background: #61bfad;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#reservation .col .contentInfoRight form .btnEnviar:hover {
  background: transparent;
  color: #61bfad;
  border-color: #61bfad;
}
/*Page The Hotel*/
#the-hotel {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#the-hotel .col {
  position: relative;
  padding: 0 0 100px;
}
#the-hotel .col .contentInfoLeft h2 {
  padding-bottom: 50px;
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
}
#the-hotel .col .contentInfoLeft h2:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#the-hotel .col .contentInfoLeft .wysiwyg {
  position: relative;
  padding: 0 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 14px;
}
#the-hotel .col .contentInfoLeft .wysiwyg p {
  margin-bottom: 30px;
}
#the-hotel .col .contentInfoRight h2 {
  padding-bottom: 50px;
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: capitalize;
}
#the-hotel .col .contentInfoRight .contentImg {
  width: 100%;
}
#the-hotel .col .contentInfoRight .contentImg img {
  width: 100%;
}
/*contact page */
#contact {
  margin: 0 0 50px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#contact .col {
  position: relative;
}
#contact .col .contentInfoLeft h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#contact .col .contentInfoLeft h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  padding: 5px 0 50px;
}
#contact .col .contentInfoLeft h3:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#contact .col .contentInfoLeft .wysiwyg {
  position: relative;
  padding: 0 0 0;
  line-height: 24px;
  font-size: 14px;
}
#contact .col .contentInfoLeft .wysiwyg a {
  display: block;
  text-decoration: none;
  color: #535353;
}
#contact .col .contentInfoLeft .wysiwyg a:hover {
  text-decoration: underline;
}
#contact .col #map2 {
  height: 40vw;
  width: 100%;
  position: static;
  bottom: -3px;
}
#contact .col .contentInfoRight .wysiwyg {
  position: relative;
  padding: 0 0 50px;
  line-height: 24px;
  font-size: 14px;
}
#contact .col .contentInfoRight .wysiwyg h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  padding: 5px 0 20px;
}
#contact .col .contentInfoRight .wysiwyg a {
  display: block;
  text-decoration: none;
  color: #535353;
}
#contact .col .contentInfoRight .wysiwyg a:hover {
  text-decoration: underline;
}
#contact .col .contentInfoRight .wysiwyg:before {
  content: "";
  width: 0;
  border-top: 0px ;
}
#contact .col .contentInfoRight form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  flex-direction: column;
}
#contact .col .contentInfoRight form label {
  font-size: 14px;
  margin: 10px 0;
}
#contact .col .contentInfoRight form input[type="text"],
#contact .col .contentInfoRight form input[type="email"],
#contact .col .contentInfoRight form textarea {
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #D9D9D9;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#contact .col .contentInfoRight form .btnEnviar {
  width: 180px;
  margin: 30px auto;
  padding: 0 0px;
  color: #f2f2f2;
  background: #61bfad;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#contact .col .contentInfoRight form .btnEnviar:hover {
  background: transparent;
  color: #61bfad;
  border-color: #61bfad;
}
/*page news events*/
#news-events {
  padding: 100px 0;
}
#news-events .wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  flex-direction: column;
}
#news-events .wrap .row article {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #d6d6d6;
}
#news-events .wrap .row article .thumbImg {
  width: 100%;
  height: 40vh;
  max-height: 229px;
  max-width: 286px;
  background-size: cover;
  background-position: center center;
}
#news-events .wrap .row article .infoBox {
  width: 50%;
  display: inline-block;
  padding: 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}
#news-events .wrap .row article .infoBox h2 {
  margin: 0 0 15px;
  font-size: 25px;
}
#news-events .wrap .row article .infoBox h2 a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-decoration: none;
  color: #61bfad;
}
#news-events .wrap .row article .infoBox h4 {
  font-size: 14px;
  font-weight: 400;
  color: #61bfad;
}
#news-events .wrap .row article .infoBox .wysiwyg {
  position: relative;
  padding: 50px 0 ;
  line-height: 24px;
  font-size: 14px;
}
#news-events .wrap .row article .infoBox .wysiwyg h3 {
  font-size: 23px;
  padding: 0;
  margin: 0 0 30px;
}
#news-events .wrap .row article .infoBox .wysiwyg a {
  display: block;
  text-decoration: none;
  color: #535353;
}
#news-events .wrap .row article .infoBox .wysiwyg a:hover {
  text-decoration: underline;
}
#news-events .wrap .row article .infoBox .wysiwyg:before {
  content: "";
  position: absolute;
  width: 68px;
  top: 0;
  left: 0;
  border-top: 1px solid #919191;
}
/*Cacellations*/
#cancellation {
  padding: 100px 0;
}
#cancellation .wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#cancellation .wrap h2 {
  padding-bottom: 50px;
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #6c6c6c;
}
#cancellation .wrap h2:after {
  content: "";
  width: 68px;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 50px;
  border-bottom: 1px solid #919191;
}
#cancellation .wrap .wysiwyg {
  padding: 0 0 0;
  font-size: 16px;
  line-height: 31px;
}
#cancellation .wrap .wysiwyg p {
  margin-bottom: 30px;
}
#cancellation .wrap .wysiwyg a {
  text-decoration: none;
  color: #61bfad;
}
#cancellation .wrap .wysiwyg a:hover {
  text-decoration: underline;
}
/*single news*/
#news {
  padding: 100px 0;
}
#news .wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#news .wrap h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #6c6c6c;
}
#news .wrap h4 {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #6c6c6c;
}
#news .wrap .wysiwyg {
  margin: 60px 0;
  font-size: 16px;
  line-height: 31px;
}
#news .wrap a {
  text-decoration: none;
  color: #535353;
  cursor: pointer;
}
#news .wrap a img {
  width: 12px;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
#news .wrap a:hover {
  text-decoration: underline;
}
/*single room*/
.coverPage {
  height: 70vh;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.coverPage .wrapper {
  width: 90%;
  height: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.coverPage h1 {
  bottom: 50px;
  left: 50px;
  font-weight: 400;
  font-size: 60px;
  font-family: 'Playfair Display', serif;
  color: #e5e2e2;
  z-index: 1;
}
.coverPage a {
  bottom: 25px;
  right: 50px;
  color: #e5e2e2;
  z-index: 1;
}
.coverPage .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(149, 152, 154, 0.5);
}
#singleRoom {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
#singleRoom .col {
  float: left;
  position: relative;
}
#singleRoom .col .contentInfoLeft h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#singleRoom .col .contentInfoLeft h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  padding: 5px 0 50px;
}
#singleRoom .col .contentInfoLeft .wysiwyg {
  position: relative;
  padding: 50px 0 0;
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 14px;
}
#singleRoom .col .contentInfoLeft .wysiwyg a {
  display: block;
}
#singleRoom .col .contentInfoLeft .wysiwyg:before {
  content: "";
  position: absolute;
  width: 68px;
  top: 0;
  left: 0;
  border-top: 1px solid #919191;
}
#singleRoom .col .contentInfoLeft .swiper-container .swiper-wrapper .swiper-slide {
  height: 60vh;
  max-height: 360px;
  background-size: cover;
  background-position: center center;
}
#singleRoom .col .contentInfoLeft .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#singleRoom .col .contentInfoLeft .swiper-container .swiper-wrapper .swiper-slide a img {
  position: absolute;
  top: 45%;
  left: 45%;
  opacity: 0;
  transition: all 0.4s;
}
#singleRoom .col .contentInfoLeft .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  opacity: 1;
}
#singleRoom .col .contentInfoLeft .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#singleRoom .col .contentInfoLeft .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#singleRoom .col .contentInfoLeft .swiper-container .next-arrow,
#singleRoom .col .contentInfoLeft .swiper-container .prev-arrow {
  background-size: 15px;
}
#singleRoom .col .contentInfoRight .characteristicsContent .servicesBox {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0;
}
#singleRoom .col .contentInfoRight .characteristicsContent .servicesBox h4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#singleRoom .col .contentInfoRight .characteristicsContent .servicesBox h4:hover {
  color: #535353;
}
#singleRoom .col .contentInfoRight .characteristicsContent .servicesBox .content {
  padding: 15px 0;
  font-size: 14px;
  line-height: 24px;
}
#singleRoom .col .contentInfoRight .characteristicsContent .servicesBox .content ul li {
  font-size: 14px;
  color: #535353;
  line-height: 24px;
}
#singleRoom .col .contentInfoRight .characteristicsContent .servicesBox .content.active {
  display: block;
}
#sliderRoom {
  margin: 150px 0 30px;
}
#sliderRoom .wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#sliderRoom .wrap h2 {
  font-size: 31px;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
  font-weight: 500;
  text-transform: capitalize;
}
#sliderRoom .wrap h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #6c6c6c;
}
#sliderRoom .wrap .pagination {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 60px auto;
  border-top: 1px solid #919191;
  z-index: 10;
}
#sliderRoom .wrap .pagination li {
  display: inline-block;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: -5px;
  border-top: 4px solid transparent;
  cursor: pointer;
  color: #6c6c6c;
  transition: all 0.4s;
}
#sliderRoom .wrap .pagination li span {
  width: 22px;
  height: 22px;
  display: inline-block;
  color: #919191;
  border: 1px solid #919191;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
#sliderRoom .wrap .pagination li.active {
  border-top: 4px solid #a7a7a7;
}
#sliderRoom .wrap .pagination li:hover {
  color: #61bfad;
}
#sliderRoom .swiper-container {
  position: relative;
  width: 100%;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide {
  width: 90%;
  opacity: 0.3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: center;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo {
  width: 40%;
  padding: 30px 20px;
  max-height: 560px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  text-align: center;
  background: #f0f0f0;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo .titleBox {
  text-decoration: none;
  color: #535353;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo .titleBox h3 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-transform: capitalize;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo h4 {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #a7a7a7;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo .wysiwyg {
  padding: 40px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 22px;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg {
  width: 60%;
  height: 55vw;
  max-height: 560px;
  float: right;
  background-size: cover;
  background-position: center center;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg a {
  width: 100%;
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg a .layer {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.33);
}
#sliderRoom .swiper-container .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}
#sliderRoom .swiper-container .next-arrow {
  background-image: url(../img/next.png);
  background-size: cover;
  background-position: center center;
}
#sliderRoom .swiper-container .prev-arrow {
  background-image: url(../img/prev.png);
  background-size: cover;
  background-position: center center;
}
#sliderRoom .swiper-container .next-arrow,
#sliderRoom .swiper-container .prev-arrow {
  background-size: 24px;
}
/*FOOTER*/
footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 100px 30px 0;
  text-align: center;
  background: #f5f5f5;
}
footer img {
  margin: 15px 0;
}
footer a {
  text-decoration: none;
}
footer a h4 {
  color: #535353;
  margin: 0 0 10px;
  font-weight: 500;
  transition: all 0.4s;
}
footer a h4:hover {
  color: #000;
}
footer a img {
  padding-bottom: 30px;
}
footer ul {
  width: 30%;
  margin: 30px auto;
  border-top: 1px solid rgba(149, 152, 154, 0.32);
  border-bottom: 1px solid rgba(149, 152, 154, 0.32);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
footer ul li {
  padding: 20px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
footer ul li a {
  color: #535353;
  text-transform: capitalize;
  transition: all 0.4s;
}
footer ul li a:hover {
  color: #61bfad;
}
@media (min-width: 300px) and (max-width: 360px) {
  #home .mobileCalendar .booking .boxFields {
    padding: 0 20px 5px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .coverPage .wrapper {
    padding: 0 17px;
  }
}
@media screen and (min-width: 1190px) and (max-width: 1400px) {
  .coverPage .wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 800px) and (max-width: 950px) {
  #roomsHome .wrap .pagination li {
    font-size: 7px;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  header .calendarBox form {
    padding: 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #roomsHome .pagination li {
    font-size: 7px;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  header .logo {
    width: 114px;
  }
  header nav .menu li {
    width: 80px;
    font-size: 8px;
  }
}
@media (max-width: 800px) {
  /*variable global*/
  .col {
    width: 100%;
  }
  .col.left,
  .col.right {
    width: 100%;
  }
  header {
    justify-content: space-around;
    background: #2b2b2b;
  }
  header #btnNav {
    display: block;
  }
  header nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: -100%;
    background: #333;
    justify-content: flex-end;
    align-items: flex-end;
    transition: all 0.4s;
  }
  header nav .menu {
    width: 100%;
  }
  header nav .menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #393939;
    padding: 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  header nav .menu li a {
    font-size: 21px;
  }
  header nav .menu li a span {
    display: none;
  }
  header nav .menu li.dropdown {
    height: auto;
    line-height: normal;
  }
  header nav .menu li.dropdown ul {
    display: none!important;
  }
  header nav .menu li:first-child {
    display: none;
  }
  header nav .social {
    width: 100%;
    height: 30%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: center;
    padding: 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
  }
  header nav .social li {
    padding: 0 30px;
  }
  header .open {
    left: 0;
    transition: all 0.4s;
  }
  header .calendarBox {
    display: none;
  }
  header .mobileIcon {
    display: block;
  }
  #home {
    min-height: 100vh;
    padding: 50px 0 0;
  }
  #home .swiper-container .swiper-wrapper .swiper-slide .wrap .info_slide {
    position: absolute;
    top: 20vh;
    left: 0;
    right: 0;
  }
  #home .swiper-container .swiper-wrapper .swiper-slide .wrap .info_slide h3 {
    font-size: 14px;
  }
  #home .swiper-container .swiper-wrapper .swiper-slide .wrap .info_slide h1 {
    font-size: 30px;
  }
  #home .swiper-container .swiper-wrapper .swiper-slide .wrap .info_slide h2 {
    font-size: 30px;
  }
  #home .swiper-container .swiper-wrapper .swiper-slide .wrap .info_slide h4 {
    display: block;
  }
  #home .swiper-container .swiper-wrapper .swiper-slide .wrap .info_slide a {
    display: none;
  }
  #home .swiper-container .next-arrow,
  #home .swiper-container .prev-arrow {
    display: none;
  }
  #home .wrap .pagination {
    display: none;
  }
  #home .mobileCalendar {
    visibility: visible;
  }
  #hotelAnnaHome {
    flex-flow: column;
    height: auto;
  }
  #hotelAnnaHome .col {
    padding: 50px 3vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #hotelAnnaHome .col .contentInfoLeft,
  #hotelAnnaHome .col .contentInfoRight {
    width: 100%;
    position: static;
    padding: 0;
  }
  #hotelAnnaHome .col .contentInfoLeft h2,
  #hotelAnnaHome .col .contentInfoRight h2 {
    font-size: 25px;
  }
  #hotelAnnaHome .col .contentInfoLeft h3,
  #hotelAnnaHome .col .contentInfoRight h3 {
    font-size: 16px;
  }
  #hotelAnnaHome .col .contentInfoLeft .suppliesBox,
  #hotelAnnaHome .col .contentInfoRight .suppliesBox {
    justify-content: space-between;
  }
  #hotelAnnaHome .col .contentInfoLeft .suppliesBox img,
  #hotelAnnaHome .col .contentInfoRight .suppliesBox img {
    margin: 0;
  }
  #hotelAnnaHome .col .mapMobile {
    display: inline-block;
  }
  #hotelAnnaHome .col #map3 {
    display: none;
  }
  #roomsHome .wrap {
    padding: 0 3vh;
  }
  #roomsHome .wrap h2 {
    font-size: 25px;
  }
  #roomsHome .wrap h3 {
    font-size: 16px;
  }
  #roomsHome .pagination {
    display: none;
  }
  #roomsHome .swiper-container {
    width: 100%;
  }
  #roomsHome .swiper-container .swiper-button-next,
  #roomsHome .swiper-container .swiper-button-prev {
    width: 17px;
    height: 34px;
    position: static;
    margin: 30px 0;
    padding: 0 3vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 17px 34px;
  }
  #roomsHome .swiper-container .swiper-button-prev {
    float: left;
  }
  #roomsHome .swiper-container .swiper-button-next {
    float: right;
  }
  #roomsHome .swiper-container .swiper-pagination {
    display: none;
  }
  #roomsHome .swiper-container .swiper-wrapper .swiper-slide {
    width: 90%;
  }
  #roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxInfo {
    width: 100%;
    padding: 50px 5px;
  }
  #roomsHome .swiper-container .swiper-wrapper .swiper-slide .boxImg {
    width: 100%;
    height: 60vw;
  }
  #serviceHome {
    height: auto;
    flex-flow: column;
  }
  #serviceHome .col .contentInfoLeft,
  #serviceHome .col .contentInfoRight {
    padding: 50px 3vh !important;
    float: none;
  }
  #serviceHome .col .contentInfoLeft h2,
  #serviceHome .col .contentInfoRight h2 {
    font-size: 25px;
  }
  #serviceHome .col .contentInfoLeft h3,
  #serviceHome .col .contentInfoRight h3 {
    font-size: 16px;
  }
  #serviceHome .col .contentInfoLeft .servicesContent li .wysiwyg a,
  #serviceHome .col .contentInfoRight .servicesContent li .wysiwyg a {
    display: none;
  }
  #serviceHome .col .contentInfoRight .allEvents-btn {
    top: 45px;
    right: 10px;
  }
  /*Page room*/
  .coverPage {
    height: 75vh;
  }
  .coverPage .layerCover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(149, 152, 154, 0.5);
  }
  .coverPage .wrapper {
    width: 100%;
  }
  .coverPage .wrapper h1 {
    position: absolute;
    bottom: 50px;
    left: 3vh;
    font-size: 21px;
  }
  .coverPage .wrapper .btn {
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background: #61bfad;
  }
  #pageRoom {
    padding: 50px 0;
  }
  #pageRoom .wrap h2 {
    font-size: 18px;
  }
  #pageRoom .wrap h3 {
    font-size: 14px;
  }
  #sliderPageRoom {
    margin: 20px 0;
  }
  #sliderPageRoom .pagination {
    display: none;
  }
  #sliderPageRoom .swiper-container {
    width: 100%;
  }
  #sliderPageRoom .swiper-container .swiper-button-next,
  #sliderPageRoom .swiper-container .swiper-button-prev {
    width: 17px;
    height: 34px;
    position: static;
    margin: 30px 0;
    padding: 0 3vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 17px 34px;
  }
  #sliderPageRoom .swiper-container .swiper-button-prev {
    float: left;
  }
  #sliderPageRoom .swiper-container .swiper-button-next {
    float: right;
  }
  #sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide {
    width: 90%;
  }
  #sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo {
    width: 100%;
    padding: 50px 5px;
  }
  #sliderPageRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg {
    width: 100%;
    height: 60vw;
  }
  /*Page location*/
  #location {
    flex-flow: column;
  }
  #location .col {
    height: auto;
  }
  #location .col .contentInfoLeft,
  #location .col .contentInfoRight {
    width: 100% !important;
    max-width: none!important;
    padding: 50px 3vh !important;
  }
  #location .col .contentInfoLeft h2,
  #location .col .contentInfoRight h2 {
    font-size: 18px !important;
  }
  #location .col .contentInfoLeft h3,
  #location .col .contentInfoRight h3 {
    font-size: 14px !important;
  }
  #location .col .contentInfoRight .characteristicsContent .servicesBox h4 {
    font-size: 18px;
  }
  #location .col #map {
    height: 312px !important;
    width: 100%;
  }
  /*Page services*/
  #services .row {
    display: none;
  }
  #services #swiperMobile {
    display: block;
  }
  /*page reservation*/
  #reservation .col .contentInfoLeft,
  #reservation .col .contentInfoRight {
    width: 100% !important;
    padding: 50px 3vh !important;
  }
  #reservation .col .contentInfoLeft h2,
  #reservation .col .contentInfoRight h2 {
    font-size: 18px !important;
  }
  #reservation .col .contentInfoLeft h3,
  #reservation .col .contentInfoRight h3 {
    font-size: 14px !important;
  }
  #reservation .col .contentInfoRight {
    border-top: 1px solid #d6d6d6;
  }
  /*The hotel*/
  #the-hotel .col .contentInfoLeft,
  #the-hotel .col .contentInfoRight {
    width: 100%;
    padding: 50px 3vh;
  }
  #the-hotel .col .contentInfoLeft h2,
  #the-hotel .col .contentInfoRight h2 {
    font-size: 18px;
  }
  #the-hotel .col .contentInfoLeft h3,
  #the-hotel .col .contentInfoRight h3 {
    font-size: 14px;
  }
  #the-hotel .col .contentInfoLeft .contentImg img,
  #the-hotel .col .contentInfoRight .contentImg img {
    width: 100%;
  }
  #the-hotel .col .contentInfoRight {
    max-width: none;
  }
  /*Page Contact*/
  #contact .col {
    position: relative;
  }
  #contact .col .contentInfoLeft,
  #contact .col .contentInfoRight {
    width: 100%;
    padding: 50px 3vh;
  }
  #contact .col .contentInfoLeft h2,
  #contact .col .contentInfoRight h2 {
    font-size: 18px !important;
  }
  #contact .col .contentInfoLeft h3,
  #contact .col .contentInfoRight h3 {
    font-size: 14px !important;
  }
  #contact .col .contentInfoRight {
    position: relative;
  }
  #contact .col .contentInfoRight:before {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    background: #d6d6d6;
  }
  #contact .col #map2 {
    width: 100%;
    height: 312px;
  }
  /*page news and events*/
  #news-events .wrap {
    padding: 0 3vh;
  }
  #news-events .wrap .row article .thumbImg {
    display: none;
  }
  #news-events .wrap .row article .infoBox {
    width: 100%;
    padding: 0;
  }
  #news-events .wrap .row article .infoBox h2 {
    font-size: 21px;
  }
  #news-events .wrap .row article .infoBox h4 {
    font-size: 15px;
  }
  /*Cacellations*/
  #cancellation {
    padding: 50px 0;
  }
  #cancellation .wrap {
    padding: 0 3vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #cancellation .wrap h2 {
    font-size: 21px;
  }
  #cancellation .wrap h4 {
    font-size: 15px;
  }
  #sliderRoom .wrap {
    padding: 0 3vh;
  }
  #sliderRoom .wrap h2 {
    font-size: 18px;
  }
  #sliderRoom .wrap h3 {
    font-size: 14px;
  }
  #sliderRoom .wrap .pagination {
    display: none;
  }
  #sliderRoom .swiper-container {
    width: 100%;
  }
  #sliderRoom .swiper-container .swiper-button-next,
  #sliderRoom .swiper-container .swiper-button-prev {
    width: 17px;
    height: 34px;
    position: static;
    margin: 30px 0;
    padding: 0 3vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 17px 34px;
  }
  #sliderRoom .swiper-container .swiper-button-prev {
    float: left;
  }
  #sliderRoom .swiper-container .swiper-button-next {
    float: right;
  }
  #sliderRoom .swiper-container .swiper-wrapper .swiper-slide {
    width: 90%;
  }
  #sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxInfo {
    width: 100%;
    padding: 50px 5px;
  }
  #sliderRoom .swiper-container .swiper-wrapper .swiper-slide .boxImg {
    width: 100%;
    height: 60vw;
  }
  /*Single news*/
  #news .wrap {
    padding: 0 3vh;
  }
  #news .wrap h2 {
    font-size: 25px;
  }
  #news .wrap h4 {
    font-size: 18px;
  }
  #news .wrap a {
    display: none;
  }
  /*Single Page*/
  #singleRoom .col {
    height: auto;
    padding: 50px 3vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #singleRoom .col .contentInfoLeft,
  #singleRoom .col .contentInfoRight {
    width: 100%;
    position: static;
    padding: 0;
  }
  #singleRoom .col .contentInfoLeft h2,
  #singleRoom .col .contentInfoRight h2 {
    font-size: 18px;
  }
  #singleRoom .col .contentInfoLeft h3,
  #singleRoom .col .contentInfoRight h3 {
    font-size: 14px;
  }
  #singleRoom .col .contentInfoLeft .characteristicsContent .servicesBox h4,
  #singleRoom .col .contentInfoRight .characteristicsContent .servicesBox h4 {
    font-size: 18px;
  }
  #sliderRoom {
    margin: 50px 0 30px;
  }
  footer {
    padding: 100px 0 0;
  }
  footer ul {
    width: 100%;
  }
  footer ul li {
    padding: 20px;
  }
}
.msgDone {
  height: 28px;
  display: block;
  background: #ECF9D2;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #690;
  margin-bottom: 15px;
}
.msgError {
  height: 28px;
  display: block;
  background: #FFE8DF;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #d00;
  margin-bottom: 15px;
}
