/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@font-face {
  font-family: 'pignose-calendar-icon';
  src: url("../fonts/pignose.calendar.eot?gpa4vl");
  src: url("../fonts/pignose.calendar.eot?gpa4vl#iefix") format('embedded-opentype'), url("../fonts/pignose.calendar.ttf?gpa4vl") format('truetype'), url("../fonts/pignose.calendar.woff?gpa4vl") format('woff'), url("../fonts/pignose.calendar.svg?gpa4vl#pignose.calendar") format('svg');
  font-weight: normal;
  font-style: normal;
}
.pignose-calendar .icon-arrow-left,
.pignose-calendar .icon-arrow-right {
  font-family: 'pignose-calendar-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pignose-calendar .icon-arrow-left:before {
  content: '\e90b';
}
.pignose-calendar .icon-arrow-right:before {
  content: '\e90a';
}
.pignose-calendar-wrapper {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 360px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  z-index: 50001;
  overflow: hidden;
  box-shadow: 0 4px 16px #000000;
  transform: translate3d(0, 160px, 0);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.5s ease-out;
}
.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.pignose-calendar-wrapper .pignose-calendar {
  max-width: auto;
  width: 100%;
  border: none;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
  width: 50%;
  display: block;
  float: left;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #efefef;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #ffffff;
  background-color: #2fabb7;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
  background-color: #49c4d0;
}
.pignose-calendar-wrapper-overlay {
  background-color: #000000;
  opacity: 0;
  transition: opacity .3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
}
.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
  opacity: .7;
}
.pignose-calendar {
  width: 80%;
  max-width: 360px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  font-size: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.pignose-calendar .pignose-calendar-top {
  padding: 2.6em 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  position: relative;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.8em 0;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year,
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  display: block;
  text-align: center;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  font-size: 115%;
  color: rgba(0, 0, 0, 0.5);
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  margin-bottom: .4em;
  font-size: 130%;
  font-weight: 600;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  display: inline-block;
  color: #777777;
  font-size: 115%;
  font-weight: 600;
  vertical-align: middle;
  margin-top: -10px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #555555;
  font-size: 160%;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  float: left;
  margin-left: 1.6em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
  margin-left: .2em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  float: right;
  margin-right: 1.6em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
  margin-right: .2em;
}
.pignose-calendar .pignose-calendar-header {
  padding: 0 1.2em;
  margin-top: 1.2em;
  font-weight: 600;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  float: left;
  width: 14.28%;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
  color: #fa4832;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
  width: 14.32%;
}
.pignose-calendar .pignose-calendar-body {
  padding: 1.2em;
}
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-unit {
  float: left;
  display: block;
  height: 3.8em;
  width: 14.28%;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-unit:last-child {
  width: 14.32%;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
  line-height: .5em;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
  display: inline-block;
  background-color: #777777;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  margin-right: .2em;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
  margin-right: 0;
}
.pignose-calendar .pignose-calendar-unit a {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #49c4d0;
  line-height: 2.4em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pignose-calendar .pignose-calendar-unit a:active {
  background-color: #d8d8d8;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: .5;
  background-color: #efefef;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #2fabb7;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a {
  color: #ffffff;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
  border-radius: 0;
  width: 100%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #b2b9bb;
  background-color: #e1e1e1;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #fa4832;
}
.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
  color: #cccccc !important;
}
.pignose-calendar.pignose-calendar-default.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
  color: #cccccc !important;
}
.pignose-calendar.pignose-calendar-dark {
  border-color: #323537;
  background-color: #4b4f51;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
  background-color: #3f4244;
  border-bottom-color: #323537;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
  color: #bdc2c5;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #a2a9ab;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #a2a9ab;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
  color: #bdc2c5;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sun,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sat {
  color: #ff6060;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #51cfd2;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #ff6060;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  color: #868e8f;
  background-color: #5d6365;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #ffffff;
  background-color: #31bbbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #8b8f94;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #5a5d62;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #727a7c;
  background-color: #4f5558;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
  border-top: 1px solid #323537;
  overflow: hidden;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #5a5d62;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #ffffff;
  background-color: #31bbbf;
}
.pignose-calendar.pignose-calendar-blue {
  background-color: #fafafa;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
  background-color: #009fe3;
  border-bottom-color: #e1e1e1;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
  color: #5c6270;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun,
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
  color: #fa4832;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #5c6270;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #fa4832;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  background-color: #efefef;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #ffffff;
  background-color: #009fe3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #cccccc;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  background-color: #efefef;
}

body {
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.hidden-custom {
  display: none;
}
.menu-top-mobile {
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
.menu-top-mobile .logo-menu {
  display: none;
}
.menu-top-mobile.menu-section,
.menu-top-mobile.menu-section-home {
  background-color: #fff;
  box-shadow: 3px 2px 4px 0 rgba(0,0,0,0.22);
}
.menu-top-mobile.menu-section .btn-menu div span,
.menu-top-mobile.menu-section-home .btn-menu div span {
  background: #979797;
}
.menu-top-mobile.menu-section .logo-menu,
.menu-top-mobile.menu-section-home .logo-menu {
  display: block;
  margin: 15px auto 0;
}
.menu-top-mobile.menu-section .btn-phone,
.menu-top-mobile.menu-section-home .btn-phone {
  color: #979797;
}
.menu-top-mobile .btn-menu {
  width: 32px;
  height: 25px;
  opacity: 0.9;
}
.menu-top-mobile .btn-menu div {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s;
  cursor: pointer;
}
.menu-top-mobile .btn-menu div span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s;
}
.menu-top-mobile .btn-menu div span:nth-child(1) {
  top: 0;
}
.menu-top-mobile .btn-menu div span:nth-child(2),
.menu-top-mobile .btn-menu div span:nth-child(3) {
  top: 8px;
}
.menu-top-mobile .btn-menu div span:nth-child(4) {
  top: 16px;
}
.menu-top-mobile .btn-menu div.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menu-top-mobile .btn-menu div.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-top-mobile .btn-menu div.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-top-mobile .btn-menu div.open span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}
.menu-top-mobile .btn-menu,
.menu-top-mobile .btn-phone {
  position: relative;
  margin-top: 15px;
  z-index: 999;
}
.menu-top-mobile .btn-phone {
  display: block;
  color: #fff;
  font-size: 30px;
  margin-top: 8px;
  text-align: right;
}
.menu-top-mobile .menu-mobile {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
}
.menu-top-mobile .menu-mobile .header {
  height: 54px;
  line-height: 54px;
  background-color: #351a50;
}
.menu-top-mobile .menu-mobile .header a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.menu-top-mobile .menu-mobile .header a:hover {
  text-decoration: none;
}
.menu-top-mobile .menu-mobile .menu-container {
  height: 446px;
  overflow: auto;
}
.menu-top-mobile .menu-mobile .menu-container:after {
  content: "";
  background: url("../images/sunset-bg.png");
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.menu-top-mobile .menu-mobile .menu-container ul {
  margin: 20px 0 0 26px;
  padding: 0 0 0;
}
.menu-top-mobile .menu-mobile .menu-container ul li {
  list-style-type: none;
  padding-bottom: 20px;
}
.menu-top-mobile .menu-mobile .menu-container ul li a {
  color: #fff;
}
.menu-top-mobile .menu-mobile .menu-container ul li a:hover {
  text-decoration: none;
}
.icon-wellnessing {
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-wellnessing.menu-bars {
  margin-left: 0;
  width: 32px;
  height: 20px;
  background-image: url("../images/icons/menu.svg");
  background-size: 32px 20px;
}
.icon-wellnessing.phone {
  margin-right: 0;
  width: 23px;
  height: 23px;
  background-image: url("../images/icons/phone.svg");
  background-size: 23px 23px;
}
.icon-wellnessing.fb {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/facebook.svg");
  background-size: 44px 44px;
}
.icon-wellnessing.twr {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/twitter.svg");
  background-size: 44px 44px;
}
.icon-wellnessing.inst {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/instagram.svg");
  background-size: 44px 44px;
}
.icon-wellnessing.google {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/google-plus.svg");
  background-size: 44px 44px;
}
.icon-wellnessing.pinterest {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/pinterest.svg");
  background-size: 44px 44px;
}
.icon-wellnessing.mail {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/mail.svg");
  background-size: 44px 44px;
}
.icon-wellnessing.print {
  width: 44px;
  height: 44px;
  background-image: url("../images/icons/print.svg");
  background-size: 44px 44px;
}
.section {
  position: relative;
}
.section > {
  display: inline-block;
}
.widget {
  position: relative;
  overflow: auto;
}
.title {
  font-size: 32px;
  text-transform: uppercase;
}
.title span {
  display: block;
  font-size: 16px;
}
.title.underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #bcb221;
}
.title.square {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #bcb221;
  position: absolute;
  font-size: 23px;
}
.title.square.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subtitle {
  font-size: 23px;
  text-transform: uppercase;
}
.subtitle.underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #bcb221;
}
.btn {
  display: block;
  padding: 2px 12px;
  margin: 20px auto;
  line-height: unset;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.btn:hover {
  color: #fff;
}
.btn.default {
  background-color: #bcb221;
}
.btn.small {
  width: 124px;
  height: 33px;
  line-height: 29px;
}
.btn.form {
  width: 145px;
  height: 33px;
  background-color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 7px;
  background-color: #9b9b9b;
}
.owl-theme .owl-dots .owl-dot.active span {
  margin: 5px 7px;
  width: 14px;
  height: 14px;
  background-color: #9b9b9b;
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto !important;
  background: none !important;
  font-size: 35px !important;
}
.owl-theme .owl-prev {
  left: 15px;
}
.owl-theme .owl-next {
  right: 15px;
}
.slider-widget {
  position: relative;
}
.slider-widget .inner-container .item {
  position: relative;
}
.slider-widget.type1 .inner-container .item .img {
  margin: 0 auto;
}
.slider-widget.type1 .inner-container .item .img img {
  width: 100%;
}
.slider-widget.type1 .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.slider-widget.type1 .owl-dots .owl-dot span {
  margin: 5px 3px;
  width: 7px;
  height: 7px;
  background-color: #fff;
}
.slider-widget.type1 .owl-dots .owl-dot.active span {
  margin: 4px 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.slider-widget.type2 .inner-container .item .img {
  margin: 0 auto;
  width: 201px;
  height: 222px;
}
.slider-widget.type2 .inner-container .item .img img {
  width: 100%;
}
.slider-widget.type2 .owl-dots {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
}
.slider-widget.type2 .owl-dots .owl-dot span {
  margin: 5px 3px;
  width: 7px;
  height: 7px;
  background-color: #9b9b9b;
}
.slider-widget.type2 .owl-dots .owl-dot.active span {
  margin: 4px 0;
  width: 10px;
  height: 10px;
  background-color: #9b9b9b;
}
.form-control {
  display: block;
  margin: 0 0 15px;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
}
.form-control.default {
  border-radius: 2px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 2px 0 rgba(255,255,255,0.5);
  border: solid 1px #bcb221;
}
footer {
  margin-top: 161px;
  background-color: #ececec;
}


.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.widget {
  padding: 10px 0 10px;
}

.widget.stay-healthy {
  overflow: hidden;
  min-height: 250px;
  margin-top: 25px;
}
.widget.stay-healthy .left-container {
  float: left;
  padding-top: 40px;
  width: 153px;
}
.widget.stay-healthy .left-container h2 {
  font-size: 26px;
  text-align: center;
}
.widget.stay-healthy .left-container p {
  width: 100%;
}
.widget.stay-healthy .slider-widget .inner-container,
.widget.stay-healthy .slider-widget .owl-dots {
  bottom: -5px;
}
.widget.stay-healthy .plate-stay-healthy {
  position: absolute;
  float: right;
  right: -155px;
  width: 298px;
  height: 259px;
  background-image: url("../images/widgets/stay-healthy/be-healthy.png");
  background-size: cover;
  background-position: center;
}
.widget.destinations {
  margin-top: 25px;
}
.widget.destinations .slider-widget .inner-container .item .btn {
  margin-top: 52px;
}
.widget.destinations .slider-widget .inner-container .item .img {
  position: relative;
}
.widget.destinations .slider-widget .inner-container .item .img .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  text-align: center;
}
.widget.destinations .slider-widget .inner-container .item .img .caption span {
  font-size: 21px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.widget.destinations .slider-widget .owl-dots {
  bottom: 55px;
}
.widget.resorts {
  min-height: 540px;
  background-image: url("../images/widgets/resorts/resorts.jpg");
  background-size: cover;
  background-position: center;
}
.widget.resorts .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 12px;
  width: 266px;
  color: #fff;
}
.widget.suite-wellness .content {
  width: 100%;
}
.widget.spa {
  height: 430px;
  position: relative;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/widgets/spa/spa.png");
  background-size: cover;
  background-position: 0 -70px;
}
.widget.spa .content {
  margin-top: 240px;
}
.widget.blog {
  background-color: #f0f0f0;
}
.widget.blog .img {
  margin-top: 10px;
  width: 247px;
  height: 250px;
  overflow: hidden;
}
.widget.blog .img img {
  width: 100%;
}
.widget.blog .title {
  font-size: 20px;
}
.widget.blog .slider-widget .inner-container .item .content {
  margin-top: 30px;
}
.widget.blog .slider-widget .owl-dots {
  bottom: 106px;
}
.widget.blog .slider-widget .owl-dots .owl-dot span {
  background-color: #9b9b9b;
}
.widget.blog .slider-widget .owl-dots .owl-dot.active span {
  background-color: #9b9b9b;
}
.widget.wellness-360 {
  min-height: 625px;
  background-image: url("../images/widgets/wellness-360/wellness360.png");
  background-size: cover;
  background-position: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
.widget.wellness-360 .home {
  overflow: auto;
}
.widget.wellness-360 .title {
  margin-top: 10px;
  color: #bcb221;
  font-size: 48px;
  line-height: 1.1;
}
.widget.wellness-360 .widget-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget.wellness-360 .widget-footer .content {
  margin: 12px auto;
  width: 235px;
  line-height: 1.22;
}
.widget.wellness-360 .widget-footer .btn {
  margin: 0 auto;
  width: 200px;
  height: 36px;
  line-height: 33px;
}
.widget.gallery .gallery-container {
  margin: 0 auto;
  float: none;
}
.widget.gallery .gallery-container .instagram {
  display: inline-block;
  width: 49%;
}
.widget.gallery .gallery-container .instagram:nth-child(even) {
  float: right;
}
.widget.gallery .gallery-container a {
  display: block;
  float: left;
  width: 100%;
  height: 125px;
}
.widget.gallery .gallery-container a:nth-child(even) {
  float: right;
}
.widget.gallery .gallery-container a img {
  width: 100%;
  height: 100%;
}
.widget.awards {
  margin-top: 62px;
}
.widget.awards .awards-title {
  font-size: 18px;
  text-align: center;
  color: #9b9b9b;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.widget.awards .awards-container {
  margin: 18px 0 0;
  text-align: center;
}
.widget.divisor {
  margin: 30px auto 0;
  width: 85%;
}
.widget.divisor .square {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background-image: url("../images/icon-divisor.svg");
  background-size: cover;
  border-radius: 50%;
}
.widget.divisor .square:after,
.widget.divisor .square:before {
  position: absolute;
  width: 35%;
  height: 3px;
  content: '';
  border-top: 1px solid #bdb32f;
  margin-top: 1.5em;
}
.widget.divisor .square:before {
  left: 0;
}
.widget.divisor .square:after {
  right: 0;
}
.widget.divisor .square-mini {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background-image: url("../images/icon-divisor.svg");
  background-size: cover;
  border-radius: 50%;
}
.widget.divisor .square-mini:after,
.widget.divisor .square-mini:before {
  position: absolute;
  width: 35%;
  height: 3px;
  content: '';
  border-top: 1px solid #bdb32f;
  margin-top: 1.2em;
}
.widget.divisor .square-mini:before {
  left: 0;
}
.widget.divisor .square-mini:after {
  right: 0;
}
@media only screen and (min-width: 320px) {
  .title,
  .subtitle {
    margin: 15px auto 0;
    text-align: center;
    line-height: 0.93;
  }
  .content {
    margin: 15px auto;
    text-align: center;
  }
  .content .subtitle {
    margin: 0 auto 0;
    font-size: 20px;
    color: #c7bf44;
  }
  .section.home-section .home {
    min-height: 1035px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .section.home-section .home.night {
    background-image: url("../images/night-sky.png");
  }
  .section.home-section .home.night .sea {
    display: none;
  }
  .section.home-section .home.day {
    background-image: url("../images/sky-clouds.png");
  }

  .section.home-section .home .logo {
    display: block;
    margin: 112px auto 0;
    width: 200px;
  }
  .section.home-section .home .logo-photo {
    position: absolute;
    top: 490px;
    left: -127px;
    width: 312px;
    height: 306px;
    background-image: url("../images/logo-photo.png");
  }
  .section.home-section .home p {
    color: #fff;
    margin: 0 auto;
  }
  .section.home-section .home p.welcome-text {
    margin-top: 96px;
    width: 154px;
    text-align: center;
  }
  .section.home-section .home p.home-footer-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 62px;
    width: 221px;
    text-align: center;
  }
  .section.home-section .home p.home-footer-text span {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 32px;
  }
  .section.home-section .home .fa-angle-double-down {
    color: #fff;
    position: relative;
    font-size: 3.5rem;
    text-align: center;
    display: block;
    margin-top: 40px;
  }
  .section.home-section .home .sea {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 514px;
    background-image: url("../images/sea.png");
    background-size: cover;
    background-position: center;
    opacity: 0.4;
  }


  .section.destinations .home {
    position: relative;
    margin-bottom: 67px;
    padding-top: 50px;
    min-height: 525px;
    background-image: url("../images/destinations/destinations-home.jpg");
    background-size: cover;
    background-position: 0 10px;
  }
  .section.destinations .home h1.title {
    color: #fff;
  }
  .section.destinations .home .title {
    margin: 20px auto 0;
  }
  .section.destinations .home .intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section.destinations .home .intro .title {
    font-size: 20px;
  }
  .section.destination .home {
    padding-top: 100px;
  }



  .section.resort .home {
    padding-top: 80px;
    width: 100%;
    min-height: 455px;
    background-size: cover;
    background-position: -100px 0;
  }
  .section.resort .home img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .section.resort .home.rm {
    background-image: url("../images/resorts/riviera-maya/riviera-maya-resort.jpg");
  }
  .section.resort .home.rn {
    background-image: url("../images/resorts/riviera-nayarit/nayarit-resort.jpg");
    background-position: center;
  }
  .section.resort .home.pv {
    background-image: url("../images/resorts/puerto-vallarta/vallarta-resort.jpg");
    background-position: right;
    background-repeat: no-repeat;
  }
  .section.resort .home.lc {
    background-image: url("../images/resorts/los-cabos/los-cabos-resort.jpg");
  }
  .section.resort .amenities .amenities-list {
    position: relative;
    margin-top: 30px;
    border: 1px solid #bcb221;
    padding: 20px 10px;
  }
  .section.resort .amenities .amenities-list p {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 114px;
    background-color: #fff;
  }
  .section.resort .amenities .amenities-list ul {
    padding-left: 0;
  }
  .section.resort .amenities .amenities-list ul li {
    margin-bottom: 5px;
    font-size: 15px;
    list-style: none;
    background: url("../images/resorts/amenidades-bullet.svg") no-repeat 0 0;
    padding-left: 29px;
    background-position: 0 3px;
  }
  .section.resort .spa {
    position: relative;
    margin-top: 100px;
  }
  .section.resort .spa .title {
    position: relative;
  }
  .section.resort .spa .img {
    min-height: 381px;
    background-size: cover;
    background-position: 0 0;
  }
  .section.resort .spa .img.rm {
    background-image: url("../images/resorts/riviera-maya/spa.jpg");
  }
  .section.resort .spa .img.lc {
    background-image: url("../images/resorts/los-cabos/spa.jpg");
    background-position: center;
  }
  .section.resort .spa .img.rn {
    background-image: url("../images/resorts/riviera-nayarit/spa.jpg");
    background-position: center;
  }
  .section.resort .spa .img.pv {
    background-image: url("../images/resorts/puerto-vallarta/spa.jpg");
  }
  .section.resort .spa .btn {
    position: absolute;
    margin: 0 auto;
    bottom: -12px;
    left: 0;
    right: 0;
  }

  .section.spa {
    padding-top: 90px;
  }
  .section.spa .home .content .subtitle {
    margin: 20px auto 15px;
    font-size: 19px;
  }

  .section.spa-se .home,
  .section.spa-abja .home {
    padding-top: 47px;
  }
  .section.spa-se .home .img,
  .section.spa-abja .home .img {
    min-height: 452px;
    background-size: cover;
    background-position: center;
  }
  .section.spa-se .home .img.spa-se,
  .section.spa-abja .home .img.spa-se {
    background-image: url("../images/spa/spa-se/spa-se.jpg");
  }
  .section.spa-se .home .img.spa-se img,
  .section.spa-abja .home .img.spa-se img {
    padding: 25px;
  }
  .section.spa-se .home .img.spa-abja,
  .section.spa-abja .home .img.spa-abja {
    background-image: url("../images/spa/spa-abja/spa-abja.jpg");
  }
  .section.spa-se .home .img.spa-abja img,
  .section.spa-abja .home .img.spa-abja img {
    padding: 25px;
  }


  .section.wellness-360 .home {
    min-height: 465px;
    background-image: url("../images/widgets/wellness-360/wellness-360.png");
    background-size: cover;
    background-position: -258px 35px;
    overflow: auto;
  }
  .section.wellness-360 .home .title {
    margin-top: 70px;
    color: #bcb221;
    font-size: 48px;
    line-height: initial;
  }
  .section.wellness-360 .about-wellness-schedule {
    margin-top: 20px;
  }
  .section.wellness-360 .about-wellness-schedule .img {
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
  .section.wellness-360 .about-wellness-schedule .title {
    font-size: 22px;
    color: #4a4a4a;
  }
  .section.wellness-360 .about-wellness-schedule .choose-resort {
    margin-top: 42px;
    color: #bcb221;
    text-align: center;
  }
  .section.wellness-360 .about-wellness-schedule .choose-resort i {
    display: block;
  }
  .section.wellness-360 .resort-item {
    position: relative;
    margin-top: 30px;
    min-height: 410px;
  }
  .section.wellness-360 .resort-item .title {
    font-size: 23px;
    line-height: 1.22;
    width: 84%;
  }
  .section.wellness-360 .resort-item .img {
    width: 100%;
    background-size: cover;
    height: 300px;
    background-position: center;
  }
  .section.wellness-360 .resort-item .img.rm {
    background-image: url("../images/resorts/riviera-maya-resorts.jpg");
  }
  .section.wellness-360 .resort-item .img.rn {
    background-image: url("../images/resorts/riviera-nayarit-resort.jpg");
  }
  .section.wellness-360 .resort-item .img.pv {
    background-image: url("../images/resorts/vallarta-resort.jpg");
  }
  .section.wellness-360 .resort-item .img.lc {
    background-image: url("../images/resorts/los-cabos-resorts.jpg");
  }
  .section.wellness-360 .resort-item .price {
    margin: 14px auto 9px;
    color: #9b9b9b;
    text-align: center;
    font-size: 17px;
  }
  .section.wellness-360 .resort-item .resort-item-footer {
    position: relative;
  }
  .section.wellness-stay .home {
    padding-top: 47px;
    min-height: 453px;
    background-size: cover;
    background-position: 0 0;
  }
  .section.wellness-stay .home.rm {
    background-image: url("../images/wellness-360/wellness-riviera-maya.jpg");
    background-position: center;
  }
  .section.wellness-stay .home.lc {
    background-image: url("../images/wellness-360/wellness-los-cabos.jpg");
  }
  .section.wellness-stay .home.rn {
    background-image: url("../images/wellness-360/wellness-riviera-nayarit.jpg");
    background-position: center;
  }
  .section.wellness-stay .home.pv {
    background-image: url("../images/wellness-360/wellness-puerto-vallarta.jpg");
  }
  .section.wellness-stay .home .title {
    margin-top: 22px;
    font-size: 48px;
    line-height: 1.08;
    color: #fff;
  }
  .section.wellness-stay .suite .title {
    width: 90%;
  }
  .section.wellness-stay .suite:nth-of-type(3) {
    margin-top: 60px;
  }
  .section.wellness-stay .content {
    padding: 0;
  }
  .section.wellness-stay .content p {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    color: #4a4a4a;
  }
  .section.wellness-stay .wellness-stay-list {
    position: relative;
    margin-top: 30px;
  }
  .section.wellness-stay .wellness-stay-list p {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #bcb221;
    text-transform: uppercase;
  }
  .section.wellness-stay .wellness-stay-list p.type-2 {
    line-height: 1;
  }
  .section.wellness-stay .wellness-stay-list p.type-2:before,
  .section.wellness-stay .wellness-stay-list p.type-2:after {
    top: 75%;
  }
  .section.wellness-stay .wellness-stay-list p.type-3 {
    line-height: 1;
  }
  .section.wellness-stay .wellness-stay-list p.type-3:before,
  .section.wellness-stay .wellness-stay-list p.type-3:after {
    top: 75%;
  }
  .section.wellness-stay .wellness-stay-list p.type-3:before {
    margin-left: -45%;
    text-align: right;
  }
  .section.wellness-stay .wellness-stay-list p:before,
  .section.wellness-stay .wellness-stay-list p:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #bcb221;
  }
  .section.wellness-stay .wellness-stay-list p:before {
    margin-left: -52%;
    text-align: right;
  }
  .section.wellness-stay .wellness-stay-list p:after {
    margin-left: 2%;
    text-align: right;
  }
  .section.wellness-stay .wellness-stay-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .section.wellness-stay .wellness-stay-list ul li {
    padding-left: 30px;
    font-size: 15px;
    color: #4a4a4a;
    text-indent: 0;
    line-height: 1.7;
  }
  .section.wellness-stay .wellness-stay-list ul li:before {
    position: absolute;
    left: 15px;
    margin-right: 20px;
    content: "•";
    color: #bcb221;
  }
  .section.wellness-stay .price {
    position: relative;
    margin-top: 43px;
    background-color: #bcb221;
    width: 100%;
    max-height: 93px;
  }
  .section.wellness-stay .price .icon {
    position: relative;
    display: block;
    top: -15px;
    margin: 0 auto 0;
    width: 35px;
    height: 35px;
    background-image: url("../images/wellness-360/icon-divisor-white.svg");
    background-size: cover;
    border-radius: 50%;
  }
  .section.wellness-stay .price p {
    position: relative;
    top: -13px;
    text-align: center;
    color: #fff;
  }
  .section.wellness-stay .price .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: 0 auto;
    width: 150px;
    background-color: #fff;
    border: 3px solid #bcb221;
    color: #bcb221;
    z-index: 1;
  }
  .section.wellness-stay .price-condition {
    font-size: 12px;
    text-align: center;
    width: 80%;
    margin: 27px auto 0;
    color: #9b9b9b;
  }

  .section.wellness-suite {
    overflow: auto;
  }
  .section.wellness-suite .home {
    margin-top: 94px;
    margin-bottom: 15px;
  }
  .section.wellness-suite .home .title {
    margin-bottom: 10px;
    color: #9b9b9b;
  }
  .section.wellness-suite .home h3 {
    text-align: center;
    font-size: 23px;
    color: #4a4a4a;
  }
  .section.wellness-suite .restore-your-energy {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .section.wellness-suite .restore-your-energy .title {
    font-size: 23px;
  }
  .section.wellness-suite .restore-your-energy .content .subtitle {
    margin: 15px auto 20px;
  }
  .section.wellness-suite .amenities-and-features .nav-tabs li.active a {
    background-color: #a39a19;
  }
  .section.wellness-suite .amenities-and-features .nav-tabs li a {
    margin: 0;
    padding: 5px 11px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    background-color: #bcb221;
    color: #fff;
  }
  .section.wellness-suite .amenities-and-features .tab-content #amenities,
  .section.wellness-suite .amenities-and-features .tab-content #features {
    padding: 20px 44px;
  }
  .section.wellness-suite .amenities-and-features .tab-content #amenities ul,
  .section.wellness-suite .amenities-and-features .tab-content #features ul {
    padding: 0;
  }
  .section.wellness-suite .amenities-and-features .tab-content #amenities ul li,
  .section.wellness-suite .amenities-and-features .tab-content #features ul li {
    font-size: 14px;
  }
  .section.wellness-suite .amenities-and-features .tab-content #features ul li {
    line-height: 1.4;
  }
  .section.wellness-suite .amenities-and-features .btn {
    margin: 0 auto;
  }
  .section.contact {
    overflow: auto;
  }
  .section.contact .home {
    margin-top: 48px;
    padding-top: 40px;
    min-height: 131px;
    text-align: center;
    background: linear-gradient(to bottom, #51255d 0%, #76326f 50%, #6e326c 100%);
  }
  .section.contact .home .title {
    color: #fff;
    border: 3px solid #fff;
    width: 75%;
    font-size: 25px;
    line-height: 1.7;
    margin-top: 0;
  }
  .section.contact .home .title.underlined {
    border-color: #fff;
  }
  .section.contact .content {
    margin-top: 40px;
  }
  .section.contact .content .subtitle {
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .section.contact .content p {
    width: 80%;
    margin: 0 auto;
  }
  .section.contact .contact-item {
    margin: 35px auto;
  }
  .section.contact .contact-item h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .section.contact .contact-item:last-child {
    margin-bottom: 0;
  }
  .section.contact .contact-item .info-contact {
    width: 85%;
    margin: 0 auto;
  }
  .section.contact .contact-item .info-contact p {
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;
    margin: 10px 0;
    vertical-align: middle;
    width: 80%;
  }
  .section.contact .contact-item .info-contact a {
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
    width: 80%;
  }
  .section.contact .contact-item .info-contact .fa {
    font-size: 28px;
    color: #bcb221;
    vertical-align: middle;
    margin: 10px 12px 10px 0;
    width: 10%;
  }
  .section.contact .green-line {
    width: 75%;
    margin: 15px auto 0;
    background: #c7bf44;
    height: 1px;
  }


  .section.alchymist {
    padding-top: 50px;
    min-height: 371px;
  }
  .section.alchymist .home {
    padding: 30px 0;
    background: linear-gradient(to bottom, #51255d 0%, #76326f 50%, #6e326c 100%);
  }
  .section.alchymist .home .img {
    margin: 0 auto 30px;
    min-height: 200px;
    background-size: 100% 100%;
    background-position: center;
    background-image: url("../images/alchymist-white.svg");
  }
  .section.alchymist .home .title {
    border: 3px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 48px;
    font-size: 25px;
  }
  .section.alchymist .search-form {
    margin-top: 38px;
  }
  .section.alchymist .search-form p {
    font-size: 20px;
    color: #4a4a4a;
    text-align: center;
  }
  .section.alchymist .search-form input {
    margin: 20px auto 0;
    width: 250px;
  }
  .section.alchymist .faqs {
    margin-top: 38px;
  }
  .section.alchymist .faqs .title {
    font-size: 18px;
  }
  .section.alchymist .faqs .panel-group .panel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section.alchymist .faqs .panel-group .panel-heading {
    padding: 15px 30px;
    border-bottom: 1px solid #bcb221;
  }
  .section.alchymist .faqs .panel-group .panel-heading a {
    display: block;
    position: relative;
    padding-right: 40px;
    width: 100%;
    border: none;
  }
  .section.alchymist .faqs .panel-group .panel-heading a.collapsed .arrow-down {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .section.alchymist .faqs .panel-group .panel-heading a .arrow-down {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #bcb221;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section.alchymist .faqs .panel-group .panel-heading a:hover,
  .section.alchymist .faqs .panel-group .panel-heading a:active {
    text-decoration: none;
  }
  .section.alchymist .faqs .panel-group .panel-collapse .panel-body {
    padding: 15px 30px;
    border-top: none;
    border-bottom: 1px solid #bcb221;
  }
  .section.alchymist .form-alchymist {
    display: none;
  }
  .section.alchymist .form-alchymist form textarea {
    height: 116px;
  }
  .section.alchymist .form-alchymist form .btn-enviar {
    width: 133px;
    height: 35px;
  }
  .bottom-menu-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .bottom-menu-mobile .btn-bottom-menu-tap {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 38px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.18);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    line-height: 34px;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile {
    position: relative;
    display: block;
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 49px;
    background-color: #502458;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile:hover,
  .bottom-menu-mobile .btn-bottom-menu-mobile:active,
  .bottom-menu-mobile .btn-bottom-menu-mobile:focus {
    text-decoration: none;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile i {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 13px;
    font-size: 14px;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile.hide {
    bottom: -50px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content {
    padding: 15px;
    width: 100%;
    min-height: 520px;
    background-color: rgba(80,36,88,0.9);
    transition: 0.5s;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content.open {
    bottom: 0 !important;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .btn-reservar {
    display: block;
    color: #fff;
    padding: 5px 15px;
    line-height: 2;
    background-color: rgba(255,255,255,0.18);
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
    width: 45%;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-menu {
    padding: 0;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-menu li {
    display: block;
    margin-bottom: 10px;
    padding: 0 15px;
    height: 53px;
    line-height: 53px;
    list-style-type: none;
    background-color: rgba(255,255,255,0.18);
    border-radius: 5px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-menu li a {
    color: #fff;
    font-size: 18px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-menu li a i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 26px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #502458;
    transition: 0.5s;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.open {
    left: 0 !important;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.tab-resorts {
    padding: 34px 15px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.tab-resorts p {
    margin-bottom: 55px;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.tab-resorts ul {
    padding: 0;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.tab-resorts ul li {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: solid 1px rgba(255,255,255,0.39);
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.tab-resorts ul li a {
    display: inline-block;
    padding: 20px 28px;
    color: #fff;
    font-size: 20px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content .bottom-tabs .bottom-tab.tab-resorts ul li:first-child a {
    padding-top: 0;
  }
  .bottom-menu-mobile .calendar {
    margin-top: -20px;
  }
  .bottom-menu-mobile .calendar .pignose-calendar {
    padding-top: 15px;
    width: 100%;
    background-color: #502458;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.39);
    box-shadow: none;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-top {
    padding: 0.5em 0;
    box-shadow: none;
    border: none;
    background-color: #502458;
    color: #fff;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    padding: 0.5em 0;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date span:first-child {
    margin-right: 10px;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
    color: #fff;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-header {
    margin-top: -5px;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    color: #fff;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-body {
    padding: 0;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-unit {
    height: 2.8em;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-unit a {
    color: #fff;
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: rgba(255,255,255,0.5);
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
    background-color: rgba(255,255,255,0.5);
  }
  .bottom-menu-mobile .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
    opacity: 0.2;
    background-color: transparent;
  }
  .bottom-menu-mobile .selected-dates {
    margin-top: 18px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  .bottom-menu-mobile .selected-dates span {
    margin: 0 32px;
  }
  .bottom-menu-mobile .restriction {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .bottom-menu-mobile .num-adults {
    text-decoration: none;
  }
  .bottom-menu-mobile .num-adults .btn-count {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #fff;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 18px;
    border-radius: 50%;
  }
  .bottom-menu-mobile .num-adults .counter {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .menu-top-mobile .menu-mobile .header a:hover {
    text-decoration: none;
  }
  .menu-top-mobile .menu-mobile .menu-container {
    height: 700px;
  }
  .menu-top-mobile .menu-mobile .menu-container:after {
    content: "";
    background: url("../images/sunset-bg.png");
    background-size: 100% 100%;
    height: 720px;
  }
  .menu-top-mobile .menu-mobile .menu-container ul li {
    list-style-type: none;
    padding-bottom: 20px;
    height: 60px;
  }
  .menu-top-mobile .menu-mobile .menu-container ul li a {
    font-size: 20px;
    color: #fff;
  }
  .menu-top-mobile .menu-mobile .menu-container ul li a:hover {
    text-decoration: none;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile {
    position: relative;
    display: block;
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 49px;
    background-color: #502458;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile:hover,
  .bottom-menu-mobile .btn-bottom-menu-mobile:active,
  .bottom-menu-mobile .btn-bottom-menu-mobile:focus {
    text-decoration: none;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile i {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 13px;
    font-size: 14px;
  }
  .bottom-menu-mobile .btn-bottom-menu-mobile.hide {
    bottom: -50px;
  }
  .bottom-menu-mobile .bottom-menu-mobile-content.open {
    bottom: 0;
  }
  .title {
    display: block;
    font-size: 45px;
    text-align: center;
    line-height: 1.15;
  }
  .title.underlined {
    border-bottom: 1px solid #bcb221;
    padding-bottom: 10px;
  }
  .content {
    font-size: 20px;
    line-height: 1.5;
  }
  .btn.small {
    width: 280px;
    height: 45px;
    font-size: 20px;
    padding: 7px;
    margin: 30px auto;
  }
  .section.home-section .home {
    min-height: 1532px;
  }
  .section.home-section .home .logo {
    width: 300px;
    margin: 150px auto 0;
  }
  .section.home-section .home .logo-photo {
    position: absolute;
    top: 720px;
    left: 0;
    width: 525px;
    height: 788px;
    background-image: url("../images/logo-photo-tablet.png");
    background-size: cover;
  }
  .section.home-section .home p.welcome-text {
    font-size: 26px;
    margin-top: 150px;
    width: 30%;
  }
  .section.home-section .home p.home-footer-text {
    right: -40%;
    bottom: 20%;
    width: 34%;
    font-size: 20px;
    line-height: 1.5;
  }
  .section.home-section .home .fa-angle-double-down {
    font-size: 60px;
    margin-top: 120px;
  }
  .section.home-section .home .sea {
    bottom: 0;
    height: 770px;
  }

  .section.destinations .home {
    margin-bottom: 100px;
    min-height: 585px;
    background-position: 0 -25px;
  }
  .section.destinations .home .intro {
    bottom: 0;
  }
  .section.destinations .home .intro .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .section.destinations .home .intro .content {
    font-size: 20px;
    padding: 0 110px;
  }

  .section.destination .home {
    padding-top: 50px;
  }
  .section.destination .home .title {
    width: 45%;
    margin-top: 90px;
  }
  .section.destination .home .content {
    width: 45%;
    margin-top: 60px;
  }


  .section.resort .home {
    min-height: 705px;
    background-position: center;
    padding-top: 100px;
  }
  .section.resort .home img {
    width: 40%;
  }
  .section.resort .amenities {
    margin-top: 50px;
  }
  .section.resort .amenities .title {
    width: 33%;
    font-size: 30px;
    line-height: 1;
  }
  .section.resort .amenities .content {
    margin: 25px auto;
  }
  .section.resort .amenities .content p {
    width: 80%;
    margin: 0 auto;
  }
  .section.resort .amenities .amenities-list {
    padding: 40px 15px 0;
    width: 88%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section.resort .amenities .amenities-list p {
    font-size: 30px;
    top: -20px;
    width: 267px;
  }
  .section.resort .amenities .amenities-list ul {
    padding-left: 0;
    -webkit-columns: 2;
    columns: 2;
  }
  .section.resort .amenities .amenities-list ul li {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    padding-left: 29px;
    background-position: 0 8px;
  }


  .section.resort .spa {
    margin-top: 150px;
  }
  .section.resort .spa .title {
    width: 265px;
    height: 45px;
    font-size: 30px;
    padding: 7px;
    margin: 30px auto;
  }
  .section.resort .spa .content {
    margin: 25px 0;
  }
  .section.resort .spa .content p {
    width: 82%;
    margin: 0 auto;
  }
  .section.resort .spa .img {
    min-height: 600px;
    background-position: center;
  }
  .section.resort .spa .btn {
    bottom: -20px;
  }
  .section.spa {
    padding-top: 90px;
  }
  .section.spa .home .title {
    width: 40%;
  }
  .section.spa .home .content .subtitle {
    margin: 15px auto 20px;
    font-size: 20px;
  }
  .section.spa .home .content p {
    width: 80%;
    margin: 0 auto;
  }

  .section.spa-se .home,
  .section.spa-abja .home {
    padding-top: 47px;
  }
  .section.spa-se .home .img,
  .section.spa-abja .home .img {
    min-height: 667px;
    background-position: center;
  }
  .section.spa-se .home .img.spa-se,
  .section.spa-abja .home .img.spa-se {
    background-image: url("../images/spa/spa-se/spa-se.jpg");
  }
  .section.spa-se .home .img.spa-se img,
  .section.spa-abja .home .img.spa-se img {
    margin: 0 auto;
    padding: 50px 25px 25px;
  }
  .section.spa-se .home .img.spa-abja,
  .section.spa-abja .home .img.spa-abja {
    background-image: url("../images/spa/spa-abja/spa-abja.jpg");
  }
  .section.spa-se .home .img.spa-abja img,
  .section.spa-abja .home .img.spa-abja img {
    margin: 0 auto;
    padding: 50px 25px 25px;
  }
  .section.wellness-suite {
    overflow: auto;
  }
  .section.wellness-suite .home {
    margin-top: 94px;
    margin-bottom: 15px;
  }
  .section.wellness-suite .home .title {
    width: 48%;
  }
  .section.wellness-suite .home h3 {
    margin-top: 10px;
    font-size: 30px;
  }
  .section.wellness-suite .restore-your-energy {
    margin-top: 50px;
  }
  .section.wellness-suite .restore-your-energy .title {
    font-size: 30px;
    width: 50%;
  }
  .section.wellness-suite .restore-your-energy .content p {
    width: 80%;
    margin: 25px auto;
  }
  .section.wellness-suite .restore-your-energy .content .subtitle {
    margin: 15px auto 20px;
  }
  .section.wellness-suite .amenities-and-features .nav-tabs {
    width: 60%;
    margin: 0 auto;
  }
  .section.wellness-suite .amenities-and-features .nav-tabs li {
    width: 50%;
    text-align: center;
  }
  .section.wellness-suite .amenities-and-features .nav-tabs li a {
    font-size: 20px;
  }
  .section.wellness-suite .amenities-and-features .tab-content {
    width: 60%;
    margin: 0 auto;
  }
  .section.wellness-suite .amenities-and-features .tab-content #amenities,
  .section.wellness-suite .amenities-and-features .tab-content #features {
    padding: 20px;
  }
  .section.wellness-suite .amenities-and-features .tab-content #amenities ul li,
  .section.wellness-suite .amenities-and-features .tab-content #features ul li {
    font-size: 20px;
    line-height: 1.6;
  }
  .section.wellness-suite .amenities-and-features .btn {
    margin: 0 auto;
  }
  .section.wellness-360 .home {
    min-height: 900px;
    background-position: center;
  }
  .section.wellness-360 .home .title {
    font-size: 55px;
    margin-top: 90px;
  }
  .section.wellness-360 .about-wellness-schedule {
    margin-top: 20px;
  }
  .section.wellness-360 .about-wellness-schedule .img {
    margin: 20px auto 80px;
  }
  .section.wellness-360 .about-wellness-schedule .img img {
    width: 211.6px;
  }
  .section.wellness-360 .about-wellness-schedule .title {
    font-size: 30px;
    line-height: 1;
    width: 50%;
  }
  .section.wellness-360 .about-wellness-schedule .content {
    width: 80%;
    margin: 25px auto;
  }
  .section.wellness-360 .about-wellness-schedule .choose-resort {
    font-size: 23px;
  }
  .section.wellness-360 .resort-item {
    position: relative;
    margin-top: 30px;
    min-height: 410px;
  }
  .section.wellness-360 .resort-item .title {
    font-size: 30px;
    width: 50%;
  }
  .section.wellness-360 .resort-item .img {
    width: 100%;
    background-size: cover;
    height: 700px;
    background-position: center;
  }
  .section.wellness-360 .resort-item .img.rm {
    background-image: url("../images/resorts/riviera-maya-resorts.jpg");
  }
  .section.wellness-360 .resort-item .img.rn {
    background-image: url("../images/resorts/riviera-nayarit-resort.jpg");
  }
  .section.wellness-360 .resort-item .img.pv {
    background-image: url("../images/resorts/vallarta-resort.jpg");
  }
  .section.wellness-360 .resort-item .img.lc {
    background-image: url("../images/resorts/los-cabos-resorts.jpg");
  }
  .section.wellness-360 .resort-item .price {
    font-size: 20px;
    margin: 25px auto;
  }
  .section.wellness-stay .home {
    padding-top: 47px;
    min-height: 669px;
    background-size: cover;
    background-position: center;
  }
  .section.wellness-stay .suite .title {
    margin-top: 50px;
    width: 50%;
    font-size: 30px;
  }
  .section.wellness-stay .suite:nth-of-type(3) {
    margin-top: 60px;
  }
  .section.wellness-stay .suite .content {
    width: 100%;
  }
  .section.wellness-stay .suite .content p {
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: 25px auto;
  }
  .section.wellness-stay .suite .wellness-stay-list {
    float: none;
    margin: 0 auto;
  }
  .section.wellness-stay .suite .wellness-stay-list p {
    overflow: inherit;
    font-size: 20px;
  }
  .section.wellness-stay .suite .wellness-stay-list p:before,
  .section.wellness-stay .suite .wellness-stay-list p:after {
    top: 93%;
    overflow: hidden;
    width: 25%;
  }
  .section.wellness-stay .suite .wellness-stay-list p:before {
    margin-left: -27%;
  }
  .section.wellness-stay .suite .wellness-stay-list p:after {
    margin-left: 2%;
  }
  .section.wellness-stay .suite .wellness-stay-list ul li {
    font-size: 20px;
    line-height: 1.7;
  }
  .section.wellness-stay .suite .wellness-stay-list ul li:before {
    position: absolute;
    left: 15px;
    margin-right: 20px;
    content: "•";
    color: #bcb221;
  }
  .section.wellness-stay .suite .price {
    margin-top: 70px;
    max-height: 150px;
  }
  .section.wellness-stay .suite .price .icon {
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .section.wellness-stay .suite .price p {
    font-size: 20px;
    margin-top: 20px;
    top: -35px;
  }
  .section.wellness-stay .suite .price .btn {
    width: 265px;
    height: 45px;
    font-size: 20px;
    padding: 7px;
    margin: 30px auto;
    bottom: -50px;
  }
  .section.wellness-stay .suite .price-condition {
    font-size: 14px;
    margin: 35px auto 0;
  }


  .section.contact .home {
    padding-top: 98px;
    min-height: 300px;
  }
  .section.contact .home .title {
    width: 320px;
    font-size: 45px;
  }
  .section.contact .content {
    margin-top: 70px;
  }
  .section.contact .content .subtitle {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .section.contact .content p {
    width: 35%;
    margin: 0 auto;
  }
  .section.contact .square-mini {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    background-image: url("../images/icon-divisor.svg");
    background-size: cover;
    border-radius: 50%;
  }
  .section.contact .square-mini:after,
  .section.contact .square-mini:before {
    position: absolute;
    width: 46%;
    height: 3px;
    content: '';
    border-top: 1px solid #bdb32f;
    margin-top: 1.5em;
  }
  .section.contact .square-mini:before {
    left: 0;
  }
  .section.contact .square-mini:after {
    right: 0;
  }
  .section.contact .contact-item {
    width: 50%;
    float: left;
    margin: 35px auto;
  }
  .section.contact .contact-item h3 {
    font-size: 30px;
  }
  .section.contact .contact-item:last-child {
    margin-bottom: 0;
  }
  .section.contact .contact-item .info-contact {
    width: 85%;
    margin: 0 auto;
  }
  .section.contact .contact-item .info-contact p {
    font-size: 20px;
  }
  .section.contact .contact-item .info-contact a {
    display: inline-block;
    color: #4a4a4a;
    width: 80%;
    font-size: 20px;
  }
  .section.alchymist .home {
    min-height: 669px;
  }
  .section.alchymist .home .img {
    min-height: 300px;
    margin: 50px auto;
  }
  .section.alchymist .home .title {
    font-size: 30px;
    width: 367px;
    line-height: 1.6;
  }
  .section.alchymist .search-form p {
    font-size: 30px;
  }
  .section.alchymist .search-form input {
    width: 65%;
    height: 50px;
  }
  .section.alchymist .search-form ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
    font-size: 16px;
  }
  .section.alchymist .search-form ::-moz-placeholder {
/* Firefox 19+ */
    font-size: 16px;
  }
  .section.alchymist .search-form :-ms-input-placeholder {
/* IE 10+ */
    font-size: 16px;
  }
  .section.alchymist .search-form :-moz-placeholder {
/* Firefox 18- */
    font-size: 16px;
  }
  .section.alchymist .faqs {
    margin-top: 38px;
  }
  .section.alchymist .faqs .title {
    font-size: 30px;
    width: 45%;
  }
  .section.alchymist .faqs .panel-group {
    margin: 30px auto;
    width: 65%;
  }
  .section.alchymist .faqs .panel-group .panel a,
  .section.alchymist .faqs .panel-group .panel-heading a {
    font-size: 20px;
  }
  .section.alchymist .faqs .panel-group .panel a .arrow-down,
  .section.alchymist .faqs .panel-group .panel-heading a .arrow-down {
    font-size: 14px;
  }
  .section.alchymist .faqs .panel-group .panel-collapse .panel-body {
    font-size: 20px;
  }
  .section.alchymist .faqs .form-alchymist {
    display: none;
    width: 65%;
    margin: 0 auto;
    float: none;
  }
  .section.alchymist .faqs .form-alchymist input {
    margin-bottom: 30px;
  }
  .widget.stay-healthy {
    min-height: 653px;
    margin-top: 0;
  }
  .widget.stay-healthy .left-container {
    float: left;
    padding-top: 120px;
    width: 50%;
  }
  .widget.stay-healthy .left-container .silueta {
    position: absolute;
    width: 468px;
    z-index: -1;
    top: 10px;
  }
  .widget.stay-healthy .left-container h2 {
    font-size: 45px;
    text-align: center;
  }
  .widget.stay-healthy .left-container p {
    width: 65%;
    font-size: 20px;
    line-height: 1.5;
  }
  .widget.stay-healthy .slider-widget .owl-dots {
    bottom: -15px;
  }
  ..widget.stay-healthy .slider-widgettype2 .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  .widget.stay-healthy .plate-stay-healthy {
    right: -115px;
    width: 500px;
    top: 30px;
    height: 450px;
  }
  .widget.destinations {
    min-height: 691px;
    margin-top: 0;
  }
  .widget.destinations .intro-destinations {
    display: block;
    position: relative;
    width: 100%;
  }
  .widget.destinations .intro-destinations h2 {
    width: 33%;
  }
  .widget.destinations .intro-destinations p.content {
    font-size: 30px;
    margin: 25px auto;
    width: 80%;
  }
  .widget.destinations .slider-widget {
    width: 100%;
    margin-top: 100px;
  }
  .widget.destinations .slider-widget .inner-container .item .btn {
    margin: 60px auto;
    width: 150px;
    height: 45px;
  }
  .widget.destinations .slider-widget .inner-container .item .img {
    position: relative;
    width: 82%;
    height: auto;
    margin: 0 auto;
  }
  .widget.destinations .slider-widget .inner-container .item .img .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
  }
  .widget.destinations .slider-widget .inner-container .item .img .caption span {
    font-size: 20px;
    color: #4a4a4a;
    text-transform: uppercase;
  }
  .widget.destinations .slider-widget .owl-dots {
    bottom: 120px;
  }
  .widget.resorts {
    min-height: 883px;
  }
  .widget.resorts .title {
    width: 35%;
  }
  .widget.resorts .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 12px;
    color: #fff;
    font-size: 30px;
    width: 80%;
  }
  .widget.suite-wellness {
    min-height: 576px;
  }
  .widget.suite-wellness .intro-suite-wellness {
    display: inline-block;
    position: absolute;
    right: 40px;
    width: 35%;
    top: 92px;
  }
  .widget.suite-wellness .intro-suite-wellness .content {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
  .widget.suite-wellness .btn {
    position: absolute;
    right: 80px;
    bottom: 120px;
  }
  .widget.suite-wellness .slider-widget {
    width: 60%;
    margin-top: 85px;
  }
  .widget.suite-wellness .slider-widget .inner-container .item .img {
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .widget.suite-wellness .slider-widget .inner-container .item .img .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
  }
  .widget.suite-wellness .slider-widget .inner-container .item .img .caption span {
    font-size: 30px;
    color: #4a4a4a;
    text-transform: uppercase;
  }
  .widget.spa {
    min-height: 650px;
    background-image: url("../images/widgets/spa/spa.png");
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 25px;
  }
  .widget.spa .title {
    width: 32%;
  }
  .widget.spa .content {
    font-size: 30px;
    position: absolute;
    margin: 30px 0;
    line-height: 1.2;
    bottom: 60px;
    width: 92%;
  }
  .widget.spa .btn {
    position: absolute;
    bottom: 20px;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .widget.blog {
    min-height: 768px;
  }
  .widget.blog .title {
    width: 65%;
    font-size: 45px;
  }
  .widget.blog .slider-widget .inner-container .item .content {
    margin-top: 15px;
    height: 60px;
    width: 100%;
    line-height: 1.2;
  }
  .widget.blog .slider-widget .inner-container .item .img {
    width: 300px;
    height: auto;
  }
  .widget.blog .content {
    font-size: 20px;
    line-height: 1.5;
    width: 579px;
    margin: 15px auto;
  }
  .widget.blog .btn {
    margin: 15px auto;
  }
  .widget.wellness-360 {
    min-height: 875px;
    background-image: url("../images/widgets/wellness-360/wellness360.png");
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 25px;
  }
  .widget.wellness-360 .widget-footer .content {
    font-size: 20px;
    width: 50%;
    line-height: 1.5;
  }
  .widget.wellness-360 .widget-footer .btn {
    width: 280px;
    height: 45px;
    font-size: 20px;
    padding: 7px;
    margin: 30px auto;
  }
  .widget.gallery .title {
    width: 39%;
    text-transform: lowercase;
  }
  .widget.gallery .content {
    font-size: 20px;
    margin: 25px auto;
    line-height: 1.5;
    width: 65%;
  }
  .widget.gallery .gallery-container .instagram {
    width: 16.66%;
    padding-right: 5px;
  }
  .widget.gallery .gallery-container .instagram a {
    height: 146px;
  }
  .widget.awards .awards-title {
    font-size: 25px;
  }
  .widget.awards .awards-container img {
    width: 20%;
    margin: 15px 0;
  }
  .widget.divisor .square:after,
  .widget.divisor .square:before {
    width: 46%;
  }

}
@media only screen and (min-width: 1170px) {
  .menu-top {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .menu-top a {
    color: #fff;
  }
  .menu-top a:hover,
  .menu-top a:visited,
  .menu-top a:focus {
    text-decoration: none;
  }
  .menu-top .info-menu {
    float: right;
    margin: 20px 0;
  }
  .menu-top .info-menu a {
    display: inline-block;
    vertical-align: middle;
  }
  .menu-top .info-menu a .icon-wellnessing {
    margin: 0 5px;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
  .menu-top .info-menu a .icon-wellnessing.fb {
    background-image: url("../images/icons/facebook-white.svg");
  }
  .menu-top .info-menu a .icon-wellnessing.twr {
    background-image: url("../images/icons/twitter-white.svg");
  }
  .menu-top .info-menu a .icon-wellnessing.inst {
    background-image: url("../images/icons/instagram-white.svg");
  }
  .menu-top .info-menu a.phone-number,
  .menu-top .info-menu a.menu-contact {
    margin: 0 15px;
  }
  .menu-top .info-menu a.lang {
    margin-left: 15px;
    border: 1px solid #fff;
    padding: 4px;
    line-height: 1;
  }
  .menu-top .info-menu p {
    display: inline-block;
    margin: 0 10px;
  }
  .menu-top .logo-menu {
    margin-top: 10px;
    width: 20%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
  }
  .menu-top .logo-menu a {
    display: block;
    width: 200px;
    height: 93px;
    background-image: url("../images/wellnessing-logo-white.svg");
    background-size: cover;
  }
  .menu-top .menu-list {
    width: 80%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
  }
  .menu-top .menu-list ul {
    text-align: right;
    padding-left: 0;
  }
  .menu-top .menu-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0 12px;
    font-size: 14px;
  }
  .menu-top.menu-section {
    border-bottom: 1px solid rgba(151,151,151,0.5);
    padding-bottom: 10px;
    top: 0;
  }
  .menu-top.menu-section a {
    color: #4a4a4a;
  }
  .menu-top.menu-section a .icon-wellnessing.fb {
    background-image: url("../images/icons/facebook.svg");
  }
  .menu-top.menu-section a .icon-wellnessing.twr {
    background-image: url("../images/icons/twitter.svg");
  }
  .menu-top.menu-section a .icon-wellnessing.inst {
    background-image: url("../images/icons/instagram.svg");
  }
  .menu-top.menu-section a.lang {
    border: 1px solid #4a4a4a;
  }
  .menu-top.menu-section .logo-menu a {
    background-image: url("../images/logo-wellness.svg");
  }
  .section.home-section .home {
    min-height: 1535px;
  }
  .section.home-section .home .logo-photo {
    position: absolute;
    top: 720px;
    left: 0;
    width: 525px;
    height: 788px;
  }
  .section.home-section .home p.welcome-text {
    font-size: 45px;
    line-height: 1.2;
    margin-top: 350px;
    width: 458px;
  }
  .section.home-section .home p.home-footer-text {
    right: -40%;
    bottom: 20%;
    width: 468px;
  }
  .section.home-section .home .fa-angle-double-down {
    margin-top: 180px;
  }


  .section.destinations .home {
    margin-top: 114px;
    margin-bottom: 120px;
    min-height: 639px;
    background-position: 0 -140px;
  }
  .section.destination .home {
    padding-top: 114px;
  }
  .section.resort .home {
    min-height: 659px;
    background-position: center;
    padding-top: 50px;
    margin-top: 114px;
  }
  .section.resort .home img {
    width: 391px;
  }
  .section.resort .amenities {
    margin-top: 50px;
  }
  .section.resort .amenities .title {
    width: 569px;
  }
  .section.resort .amenities .content p {
    width: 770px;
  }
  .section.resort .amenities .amenities-list {
    width: 770px;
  }


  .section.spa {
    padding-top: 114px;
  }
  .section.spa .home {
    margin-top: 66px;
  }
  .section.spa .home .title {
    font-size: 40px;
    width: 370px;
  }
  .section.spa .home .content p {
    width: 769px;
  }

  .section.spa-se .home,
  .section.spa-abja .home {
    padding-top: 114px;
  }
  .section.spa-se .home .img,
  .section.spa-abja .home .img {
    min-height: 656px;
  }


  .section.wellness-suite .home {
    margin-top: 114px;
    margin-bottom: 15px;
  }
  .section.wellness-suite .home .title {
    margin-top: 66px;
    width: 569px;
  }
  .section.wellness-suite .restore-your-energy .content p {
    width: 769px;
  }
  .section.wellness-suite .amenities-and-features .nav-tabs {
    width: 490px;
  }
  .section.wellness-suite .amenities-and-features .tab-content {
    width: 490px;
  }
  .section.wellness-suite .amenities-and-features .tab-content #amenities,
  .section.wellness-suite .amenities-and-features .tab-content #features {
    padding: 30px 20px;
  }


  .section.contact .home {
    margin-top: 114px;
    padding-top: 98px;
    min-height: 314px;
  }
  .section.contact .home .title {
    width: 369px;
    line-height: 2.2;
  }
  .section.contact .content {
    margin-top: 100px;
  }
  .section.contact .content .subtitle {
    letter-spacing: 0;
  }
  .section.contact .content p {
    width: 369px;
  }
  .section.wellness-360 .home {
    margin-top: 114px;
    min-height: 786px;
    background-position: center;
  }
  .section.wellness-360 .home .title {
    margin-top: 50px;
  }
  .section.wellness-360 .about-wellness-schedule {
    margin-top: 20px;
  }
  .section.wellness-360 .about-wellness-schedule .img {
    margin: 20px auto 80px;
  }
  .section.wellness-360 .about-wellness-schedule .title {
    width: 415px;
  }
  .section.wellness-360 .about-wellness-schedule .content {
    width: 769px;
  }
  .section.wellness-360 .resort-item .img {
    height: 687px;
  }
  .section.wellness-stay .home {
    margin-top: 114px;
  }
  .section.wellness-stay .suite .title {
    margin-top: 50px;
    width: 460px;
  }
  .section.wellness-stay .suite .content {
    width: 100%;
  }
  .section.wellness-stay .suite .content p {
    width: 769px;
  }
  .section.wellness-stay .suite .price .btn {
    width: 370px;
    height: 45px;
  }
  .section.wellness-stay .suite .price-condition {
    font-size: 16px;
  }
  .section.alchymist {
    padding-top: 114px;
  }
  .section.alchymist .home {
    min-height: 588px;
  }
  .section.alchymist .home .title {
    line-height: 2.1;
  }
  .section.alchymist .search-form p {
    font-size: 30px;
  }
  .section.alchymist .search-form input {
    width: 569px;
    height: 45px;
  }
  .section.alchymist .faqs {
    margin-top: 38px;
  }
  .section.alchymist .faqs .title {
    font-size: 30px;
    width: 380px;
  }
  .section.alchymist .faqs .panel-group {
    width: 713px;
  }
  .section.alchymist .form-alchymist {
    width: 713px;
  }
  .widget.stay-healthy {
    min-height: 653px;
    margin-top: 0;
  }
  .widget.stay-healthy .left-container {
    float: left;
    padding-top: 120px;
    width: 50%;
  }
  .widget.stay-healthy .left-container .silueta {
    width: 468px;
  }
  .widget.stay-healthy .left-container p {
    width: 268px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
  }
  .widget.stay-healthy .left-container .btn.small {
    width: 265px;
    height: 45px;
    font-size: 20px;
    padding: 7px;
    margin: 30px auto;
  }
  .widget.stay-healthy .plate-stay-healthy {
    right: 0;
    width: 530px;
    top: 70px;
    height: 450px;
  }
  .widget.destinations .intro-destinations h2 {
    width: 310px;
  }
  .widget.destinations .intro-destinations p.content {
    line-height: 1;
    font-size: 30px;
    width: 726px;
    margin: 31px auto;
  }
  .widget.resorts {
    background-size: 100% 100%;
  }
  .widget.resorts .title {
    width: 35%;
  }
  .widget.suite-wellness .container {
    position: relative;
  }
  .widget.suite-wellness .container .intro-suite-wellness {
    right: 100px;
    width: 367px;
  }
  .widget.suite-wellness .container .btn {
    right: 140px;
    bottom: 30px;
  }
  .widget.suite-wellness .container .slider-widget {
    width: 50%;
  }
  .widget.spa {
    min-height: 1029px;
    background-size: cover;
    background-position: center;
  }
  .widget.spa .content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 35px 0;
    bottom: 90px;
    width: 969px;
  }
  .widget.spa .btn {
    bottom: 50px;
  }
  .widget.blog .title {
    width: 591px;
  }
  .widget.blog .slider-widget .inner-container .item .content {
    margin-top: 30px;
    width: 100%;
    height: 60px;
  }
  .widget.blog .slider-widget .inner-container .item .img {
    width: 350px;
  }
  .widget.blog .content {
    width: 579px;
  }
  .widget.wellness-360 {
    min-height: 1063px;
    margin-bottom: 25px;
  }
  .widget.wellness-360 .widget-footer .content {
    font-size: 30px;
    width: 969px;
  }
  .widget.wellness-360 .widget-footer .btn {
    width: 300px;
    height: 50px;
  }
  .widget.gallery .title {
    width: 369px;
  }
  .widget.gallery .content {
    margin: 35px auto;
    width: 769px;
  }
  .widget.awards .awards-container img {
    width: 182px;
  }
  .widget.divisor {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget.divisor .square:after,
  .widget.divisor .square:before {
    width: 530px;
  }
  .widget.divisor .square:before {
    left: 16px;
  }
  .widget.divisor .square:after {
    right: 16px;
  }

  footer .content {
    width: 611px;
  }
  footer form {
    width: 542px;
    margin: 0 auto;
  }

}

/*# sourceMappingURL=app.css.map */

/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.link:hover,
.link:focus {
  text-decoration: none;
}
.hide {
  display: none;
}
.input-error {
  outline: 2px double #f00 !important;
}
.request-post.box-error label {
  line-height: 35px !important;
  font-size: 15px !important;
  font-family: Questrial !important;
  color: #f00 !important;
}
.request-post.box-success {
  display: block;
}
.request-post.box-success label {
  line-height: 35px !important;
  font-size: 15px !important;
  font-family: Questrial !important;
  color: #4a4a4a;
}
.uk-tooltip {
  font-size: 15px;
  font-family: Questrial;
  font-weight: 700;
  background: #4a4a4a;
}
.menu-top-mobile {
  z-index: 1001;
}
.content-newsletter.success-send {
  padding: 47px 20%;
  text-align: center;
}
.content-newsletter.success-send label {
  line-height: 1.3;
  font-size: 20px;
  font-family: Questrial;
  font-weight: 700;
  color: #4a4a4a;
}
.owl-theme .owl-dots .owl-dot {
  background: transparent;
  border: 0;
  padding: 1px;
}
.slider-custom .owl-theme .owl-dots {
  bottom: 50px;
}
.slider-custom .owl-theme .owl-dots .owl-dot {
  padding: 1px;
}
.uk-notification-bottom-left {
  top: auto;
  bottom: 60px;
  left: calc(8.33333333% + 30px);
  z-index: 1000;
  margin: 0;
  background-color: #ffbfcb;
}
.uk-notification-bottom-left .uk-close {
  opacity: 0;
  color: #ffbfcb;
}
.uk-notification-bottom-left .uk-notification-message-error {
  background-color: #ffbfcb;
  font-size: 16px;
  font-family: Questrial;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 40px;
  margin-bottom: 0;
}
.uk-notification-bottom-left .uk-notification-message-error .text {
  margin-left: 10px;
  color: #392154;
}
.uk-notification-bottom-left .uk-notification-message-error .icon-c {
  color: #392154;
  font-weight: 600;
}
.sticky {
  position: fixed;
  bottom: 0;
  left: calc(8.33333333% + 30px);
  z-index: 1000;
  right: calc(8.33333333% + 15px);
  background-color: rgba(255,255,255,0.7);
}
.box-calendar {
  display: none;
  position: relative;
  top: -434px;
}
.box-calendar.visible {
  display: block;
}
.box-calendar .selected-dates {
  position: relative;
  top: -26px;
  text-align: center;
  color: #392154;
  font-size: 18px;
  font-family: Questrial;
  font-weight: 600;
}
.box-calendar .calendar .pignose-calendar {
  width: 100%;
  height: 430px;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-unit {
  height: 45px;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled-range a {
  color: #fff;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active a,
.box-calendar .calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active a {
  background-color: #bcb221;
  color: #fff;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-unit a {
  color: #bcb221;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top {
  padding: 25px 0;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav span {
  font-size: 35px;
  color: #fff;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 15px 0;
  background-color: #392154;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date span {
  color: #fff;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .icon-arrow-right::before {
  content: '\e90a';
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .icon-arrow-left::before {
  content: '\e90b';
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-top span {
  margin-bottom: 0;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-header {
  margin-top: 0;
  padding: 0 10px;
  font-family: Questrial;
  color: #392154;
  font-size: 15px;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.box-calendar .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #392154;
}
.box-calendar .calendar .pignose-calendar .pignose-calendar-body {
  padding: 0;
}
.snip1534 {
  font-family: 'Muli', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 5px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #000;
}
.snip1534 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75;
}
.snip1534:hover > img,
.snip1534.hover > img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.snip1534 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.btn.btn-first {
  width: 265px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background-color: #bcb221;
  font-family: Questrial;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
}
.btn.default:hover,
.btn.with-hover:hover {
  background: #801336;
}
.title.underlined {
  border-bottom: solid 2px #bcb221;
}
.underline {
  border-bottom: solid 2px #bcb221;
  font-family: Questrial;
  color: #4a4a4a;
}
.title-section {
  padding-left: 0;
}
.underlin {
  border-bottom: solid 2px #bcb221;
  font-family: Questrial;
  color: #4a4a4a;
  padding-bottom: 10px;
}
footer {
  overflow: hidden;
  margin-top: 0;
  padding-top: 100px;
  background-color: transparent;
}
footer .box-newsletter {
  position: relative;
  margin-bottom: 60px;
}
footer .newsletter-form {
  width: 100%;
  height: 120px;
  min-height: 120px;
  padding: 0;
  top: -57px;
  border-radius: 4px;
  background-color: #beb33a;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
footer .newsletter-form form {
  width: 100%;
}
footer .newsletter-form form .form-control {
  margin: 40px 0 0;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #7b6e66;
}
footer .newsletter-form form .content {
  margin-top: 40px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.2;
  font-family: Questrial;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
footer .newsletter-form .box-news {
  width: 100%;
  padding: 0 15px;
}
footer .btn.form {
  margin: 0;
  width: 90%;
  margin-top: 40px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  font-family: Questrial;
  font-size: 18px;
  text-align: center;
  color: #4a4a4a;
}
footer .fix-content {
  position: relative;
  width: 1170px;
  margin: 30px auto 0;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-top {
  margin-bottom: 40px;
}
footer .footer-top .item-head {
  font-family: Questrial;
  font-size: 18px;
  line-height: 1.44;
  text-align: left;
  color: #4a4a4a;
  margin-top: 25px;
  text-transform: uppercase;
}
footer .footer-top .line-right {
  border-right: solid 1.3px #7b6e66;
  padding-right: 20px;
}
footer .footer-top .item-box .item-title {
  padding-top: 10px;
  font-family: Questrial;
  font-size: 16px;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 10px;
}
footer .footer-top .item-box .item-title .link {
  color: #4a4a4a;
}
footer .footer-top .item-box .item-title .link:hover,
footer .footer-top .item-box .item-title .link:active {
  color: #bcb221;
}
footer .footer-top .item-box .item-text {
  display: block;
  font-family: Questrial;
  font-size: 16px;
  text-align: left;
  color: #4a4a4a;
  text-decoration: none;
  line-height: 1;
}
footer .footer-top .item-box .item-text:hover,
footer .footer-top .item-box .item-text:active {
  color: #bcb221;
}
footer .footer-mid {
  background-color: #ececec;
  position: relative;
  border-top: 8px solid #bcb221;
  padding: 30px 0;
  top: 6px;
}
footer .footer-mid .item-box .item-list-title {
  font-family: Questrial;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 25px;
  text-transform: uppercase;
}
footer .footer-mid .item-box .box-social {
  padding-left: 0;
}
footer .footer-mid .item-box .box-social li {
  padding: 0;
  list-style-type: none;
  text-align: left;
  margin-bottom: 15px;
  display: inline-block;
  width: 33%;
  float: left;
}
footer .footer-mid .item-box .box-social li .item-li {
  font-size: 30px;
  text-align: left;
  color: #4a4a4a;
  text-decoration: none;
}
footer .footer-mid .item-box .box-social li .item-li:hover,
footer .footer-mid .item-box .box-social li .item-li:active {
  color: #bcb221;
}
footer .footer-mid .item-box .box-list {
  padding: 0;
}
footer .footer-mid .item-box .box-list li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
}
footer .footer-mid .item-box .box-list li .item-li {
  font-family: Questrial;
  font-size: 16px;
  text-align: left;
  color: #4a4a4a;
  text-decoration: none;
}
footer .footer-mid .item-box .box-list li .item-li:hover,
footer .footer-mid .item-box .box-list li .item-li:active {
  color: #bcb221;
}
footer .footer-mid .item-box .box-list li.no-margin {
  margin-bottom: 0;
}
footer .footer-logos {
  height: 75px;
  background-color: #333;
  display: inline-block;
  width: 100%;
  top: 6px;
  position: relative;
}
footer .footer-logos .custom-col-4 {
  width: 31%;
  float: left;
  display: inline-block;
}
footer .footer-logos .custom-col-3 {
  width: 33.333%;
  float: left;
  display: inline-block;
}
footer .footer-logos .box-img {
  position: relative;
  height: 35px;
  margin-top: 20px;
}
footer .footer-logos .box-img.line-right {
  border-right: 1px solid #fff;
}
footer .footer-logos .box-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
}
footer .footer-url {
  background-color: #ececec;
  height: 85px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  top: 0;
}
footer .footer-url.f_home {
  padding: 20px 0 120px;
}
.menu-top.menu-section {
  border-bottom: 0;
}
.menu-top.menu-section .menu-list a {
  color: rgba(0,0,0,0.5);
}
.menu-top.menu-section .menu-list a:hover {
  color: #000;
}
.menu-top.menu-section .info-menu .social-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #565656;
  margin: 0 2px;
  border-radius: 100%;
}
.menu-top.home .menu-list a {
  color: rgba(255,255,255,0.5);
}
.menu-top.home .menu-list a:hover {
  color: #fff;
}
.menu-top.home .social-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.5);
  margin: 0 2px;
  border-radius: 100%;
}
.menu-top.home .social-icon:hover,
.menu-top.home .social-icon:active {
  border-color: #bcb221;
  color: #bcb221;
}
.menu-top.after_morningclass .logo-menu a,
/*.menu-top.morningclass .logo-menu a {
  background-image: url("/images/icon/logo-wellness.svg");
}*/
.menu-top.after_morningclass .info-menu .social-icon,
.menu-top.morningclass .info-menu .social-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #565656;
  margin: 0 2px;
  border-radius: 100%;
}
.menu-top.after_morningclass .info-menu .social-icon:hover,
.menu-top.morningclass .info-menu .social-icon:hover,
.menu-top.after_morningclass .info-menu .social-icon:active,
.menu-top.morningclass .info-menu .social-icon:active {
  border-color: #bcb221;
  color: #bcb221;
}
.menu-top.after_morningclass .info-menu a.lang,
.menu-top.morningclass .info-menu a.lang {
  border: 1px solid #fff;
}
.menu-top.after_morningclass .info-menu a.lang:hover,
.menu-top.morningclass .info-menu a.lang:hover,
.menu-top.after_morningclass .info-menu a.lang:active,
.menu-top.morningclass .info-menu a.lang:active {
  border-color: #bcb221;
  color: #bcb221;
}
.menu-top.after_morningclass .info-menu a,
.menu-top.morningclass .info-menu a {
  color: #fff;
}
.menu-top.after_morningclass .info-menu a span.icon-wellnessing.fb,
.menu-top.morningclass .info-menu a span.icon-wellnessing.fb {
  background-image: url("/images/icons/facebook-white.svg");
}
.menu-top.after_morningclass .info-menu a span.icon-wellnessing.twr,
.menu-top.morningclass .info-menu a span.icon-wellnessing.twr {
  background-image: url("/images/icons/twitter-white.svg");
}
.menu-top.after_morningclass .info-menu a span.icon-wellnessing.inst,
.menu-top.morningclass .info-menu a span.icon-wellnessing.inst {
  background-image: url("/images/icons/instagram-white.svg");
}
.menu-top.after_morningclass .info-menu a:hover,
.menu-top.morningclass .info-menu a:hover {
  border-color: #bcb221;
  color: #bcb221;
}
.menu-top.after_morningclass .menu-list .snip1241 a,
.menu-top.morningclass .menu-list .snip1241 a {
  color: #fff;
}
.menu-top.after_morningclass .menu-list .snip1241:hover a,
.menu-top.morningclass .menu-list .snip1241:hover a {
  color: #fff;
}
.menu-top .menu-list .snip1241 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-top .menu-list .snip1241 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.menu-top .menu-list .snip1241 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 0;
  padding: 0;
}
.menu-top .menu-list .snip1241 a {
  padding: 0.5em 0.7em;
  position: relative;
  text-decoration: none;
}
.menu-top .menu-list .snip1241 a:before,
.menu-top .menu-list .snip1241 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.menu-top .menu-list .snip1241 a:before {
  right: 0;
  top: 0;
  border-right: 3px solid #bcb221;
  border-top: 3px solid #bcb221;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}
.menu-top .menu-list .snip1241 a:after {
  left: 0;
  bottom: 0;
  border-left: 3px solid #bcb221;
  border-bottom: 3px solid #bcb221;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.menu-top .menu-list .snip1241 a:hover:before,
.menu-top .menu-list .snip1241 .current a:before,
.menu-top .menu-list .snip1241 a:hover:after,
.menu-top .menu-list .snip1241 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
.widget.gallery {
  overflow: hidden;
}
.widget.awards {
  display: inline-block;
  width: 100%;
}
.widget.awards .box-divisor {
  overflow: hidden;
}
.widget.blog .slider-widget .owl-nav {
  display: none;
}
.widget.blog .slider-widget .item .img {
  width: 100%;
  max-width: 100%;
}
.widget.blog .slider-widget .item .img.snip1534 img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.widget.blog .slider-widget .item .img img {
  min-height: 350px;
  object-fit: cover;
}
.widget.wellnessing-360 {
  background-image: url("/images/home/wellness-back.png");
  height: 675px;
  overflow: hidden;
}
.widget.wellnessing-360 .box-360 {
  background-image: url("/images/home/wellness_360.svg");
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  width: 312px;
  height: 312px;
  border-radius: 100%;
  background-color: transparent;
  padding: 10px;
}
.widget.wellnessing-360 .box-360 .box-int {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  float: left;
}
.widget.wellnessing-360 .box-360 .box-int .title {
  font-family: JosefinSans;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #fff;
  top: 20%;
  position: relative;
}
.widget.wellnessing-360 .box-360 .box-int .content {
  font-family: Vidaloka;
  font-size: 110px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  top: 15%;
}
.widget.wellnessing-360 .box-left {
  background-image: url("/images/home/img-left.png");
  width: 260px;
  height: 260px;
  position: absolute;
  top: 280px;
  left: -78px;
}
.widget.wellnessing-360 .box-right {
  background-image: url("/images/home/img-right.png");
  width: 310px;
  height: 310px;
  position: absolute;
  top: 227px;
  right: -40px;
}
.widget.wellnessing-360 .box-bottom {
  height: 90px;
  position: absolute;
  width: 100%;
  background-color: rgba(188,178,33,0.5);
  bottom: 0;
}
.widget.wellnessing-360 .btn {
  border-radius: 2px;
  border: solid 1px #4a4a4a;
  font-family: Questrial;
  font-size: 22px;
  line-height: 45px;
  padding: 0;
  margin: 25px auto;
  letter-spacing: 1.4px;
  text-align: center;
  background: transparent;
  color: #4a4a4a;
}
.widget.wellnessing-360 .box-info {
  position: absolute;
  top: 390px;
  left: 0;
  right: 0;
  margin: auto;
}
.widget.wellnessing-360 .box-info .content {
  font-family: Questrial;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #4a4a4a;
  width: 520px;
}
.widget.wellnessing-360 .box-info .content.width-custom {
  width: 480px;
}
.widget.wellnessing-360 .box-info .content span {
  display: block;
  font-family: Questrial;
  font-size: 36px;
  line-height: 0.97;
  text-align: center;
  color: #4a4a4a;
  text-transform: inherit;
}
.widget.divisor {
  width: 100%;
  padding: 0;
}
.widget.divisor .square {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background: #fff;
  position: relative;
}
.widget.divisor .square::after {
  border-top: 2px solid #bdb32f;
  margin-right: 55px;
  width: 475px;
}
.widget.divisor .square::before {
  border-top: 2px solid #bdb32f;
  margin-left: 55px;
  width: 475px;
}
.widget.divisor .square .logo-square {
  width: 55px;
  height: 55px;
  background-image: url("/images/home/icon-divisor.svg");
  background-size: cover;
  position: absolute;
  z-index: 2;
}
.widget.destinations .slider-widget .inner-container .item {
  width: 100%;
}
.widget.destinations .slider-widget .inner-container .item .img {
  width: 100%;
}
.widget.destinations .slider-widget .inner-container .item .img .caption {
  bottom: -30px;
}
.widget.destinations .slider-widget .inner-container .item .box-img {
  height: 260px;
  overflow: visible;
  text-align: center;
}
.widget.destinations .slider-widget .inner-container .item .box-img .video_item.lc {
  width: 80%;
  margin: 0 10%;
}
.widget.resorts {
  background-image: url("/images/home/resorts_y_hoteles_wellness_spa_en_mexico.png");
  min-height: 670px;
  padding-top: 100px;
}
.widget.resorts .title {
  color: #4a4a4a;
}
.widget.resorts .content {
  max-width: 700px;
  bottom: 0;
}
.widget.resorts .content .text-content {
  line-height: 1.2;
}
.widget.resorts .content .small {
  width: 200px;
  margin: 25px auto 10px;
}
.widget.spa {
  padding-top: 48px;
  background-image: url("/images/home/spa_en_mexico.png");
  min-height: 500px;
}
.widget.spa .box-body {
  padding: 50px 50px 30px;
  width: 400px;
  height: 424px;
  opacity: 0.9;
  background-color: #fff;
}
.widget.spa .box-title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.widget.spa .box-content {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
}
.widget.spa .btn {
  bottom: 0;
  margin-top: 50px;
  position: relative;
}
.widget.gallery .gallery-container .instagram {
  width: 20%;
}
.home-section .section.after_morningclass {
  background-image: url("/images/home/spa.jpg");
}
.home-section .section.morningclass {
  background-image: url("/images/home/spa.jpg");
}
.home-section .section.afternoonclass {
  background-image: url("/images/home/spa.jpg");
}
.home-section .section.nightclass {
  background-image: url("/images/home/spa.jpg");
}
.home-section .section.wellnesing {
  min-height: 1204px;
  overflow: unset;
}
.home-section .section.wellnesing .sea {
  opacity: 0;
}
.home-section .section.wellnesing p.welcome-text {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin-top: 0;
}
.home-section .section.wellnesing p.welcome-text.after_morningclass,
.home-section .section.wellnesing p.welcome-text.morningclass {
  color: #fff;
}
.home-section .section.wellnesing .icon-down {
  margin-top: 0;
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
}
.home-section .section.wellnesing .icon-down.after_morningclass,
.home-section .section.wellnesing .icon-down.morningclass {
  color: #fff;
}
.home-section .section.wellnesing .logo-photo {
  position: absolute;
  top: 827px;
  left: -28px;
  width: 412px;
  height: 617px;
}
.home-section .section.wellnesing div.home-footer-text {
  right: 0;
  bottom: 10%;
  width: 50%;
  text-align: left;
  left: 460px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto 0 0;
  position: absolute;
}
.home-section .section.wellnesing div.home-footer-text h1 {
  text-align: left;
  display: block;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  font-family: Questrial;
}
.home-section .wellness-alchymist {
  min-height: 400px;
  position: relative;
}
.home-section .wellness-alchymist .container {
  width: 100%;
}
.home-section .wellness-alchymist .alchymist-chat {
  border: solid 10px rgba(188,178,33,0.2);
  border-radius: 100px;
  width: auto;
  padding: 0;
  position: absolute;
  display: block;
  right: 24px;
}
.home-section .wellness-alchymist .alchymist-chat.alchymist-chat-fixed {
  position: fixed;
  top: 15%;
  z-index: 2;
  transition: all;
}
.home-section .wellness-alchymist .alchymist-chat img.alchymist-img {
  margin: 7px;
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
}
.home-section .wellness-alchymist .alchymist-chat .icon-custom {
  position: absolute;
  right: 1px;
  top: -10px;
  font-size: 22px;
  background: transparent;
  border-radius: 100px;
  padding: 3px;
  color: #bcb221;
  z-index: 0;
}
.home-section .wellness-alchymist .box-img .alchymist-img {
  margin: 2% 0 0 220px;
  display: inline-block;
  float: left;
  width: 150px;
}
.home-section .wellness-alchymist .box-alchymist {
  float: left;
  width: 55%;
  display: inline-block;
  padding: 65px 0 0 50px;
}
.home-section .wellness-alchymist .box-alchymist .title-efect {
  width: 95%;
}
.home-section .wellness-alchymist .box-alchymist .title {
  margin: 0 0 35px 0;
  text-align: left;
  width: 100%;
  font-family: Questrial;
}
.home-section .wellness-alchymist .box-alchymist .content {
  margin: 0;
  text-align: left;
  width: 100%;
  font-family: Questrial;
}
.home-section .stay-healthy {
  position: relative;
  min-height: 500px;
}
.home-section .stay-healthy .item {
  width: 100%;
  position: relative;
  z-index: 1;
}
.home-section .stay-healthy .item .left-container {
  position: absolute;
  top: 150px;
  width: 35%;
  padding: 0;
}
.selectBox-dropdown-menu li a {
  text-decoration: none;
  color: #392154;
}
.item {
  float: left;
  display: inline-block;
}
.item.destine,
.item.date {
  width: 30%;
  padding: 12px 30px 13px 70px;
  text-align: right;
}
.item.destine .select-b,
.item.date .select-b {
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 100%;
  color: #392154;
  font-family: Questrial;
  line-height: 60px;
  text-align: center;
  outline: 0;
  text-decoration: none;
}
.item.destine .select-b .selectBox-arrow,
.item.date .select-b .selectBox-arrow {
  border: 0;
  height: 60px;
  color: #392154;
}
.item.destine .select-b .selectBox-arrow::after,
.item.date .select-b .selectBox-arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  color: #392154;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.item.destine {
  top: 0;
  padding: 0;
  border: 0;
  margin: 0;
  text-transform: uppercase;
}
.item.date {
  position: relative;
  padding: 0;
  height: 60px;
  display: inline-block;
}
.item.date .to_date {
  position: absolute;
  top: 0;
  background: transparent;
  border: 0;
  color: #392154;
  font-family: Questrial;
  margin: 0;
  line-height: 56px;
  width: 100%;
  outline: 0;
  text-decoration: none;
}
.item.date .to_date .fa {
  margin-left: 20px;
  font-size: 18px;
}
.item.box-btn,
.item.adults {
  text-transform: uppercase;
  width: 20%;
}
.motor-container {
  height: 60px;
  margin-top: 620px;
  border-radius: 5px;
  background-color: #fff9f9;
}
.motor-container .quantity {
  line-height: 60px;
}
.motor-container .circle_ext {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 30px;
  border: 1px solid #392154;
  text-align: center;
  vertical-align: text-bottom;
}
.motor-container .circle_ext .icon-custom {
  font-size: 8px;
  line-height: 21px;
  color: #392154;
  vertical-align: top;
}
.motor-container .text-content {
  font-family: Questrial;
  font-size: 16px;
  text-align: left;
  color: #392154;
  margin-right: 15px;
  font-weight: 400;
}
.motor-container .number_id {
  margin: 0 15px;
  font-family: Questrial;
  font-size: 16px;
  color: #392154;
}
.motor-container .box-btn {
  height: 60px;
  background-color: #392154;
  border-radius: 0 5px 5px 0;
}
.motor-container .box-btn .btn {
  color: #fff;
  margin: 0;
  line-height: 60px;
}
.motor-container .dropdown .dropdown-toggle {
  border-right: 2px solid #392154;
  margin: 0;
  width: 90%;
  height: 35px;
  background-color: transparent;
  color: #392154;
}
.motor-container .dropdown .dropdown-toggle:hover,
.motor-container .dropdown .dropdown-toggle:focus,
.motor-container .dropdown .dropdown-toggle:active {
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  color: #392154;
  outline: none;
}
.motor-container .dropdown ul {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .box-calendar {
    top: -120px;
    z-index: 1;
    width: calc(100% + 50px);
    left: -25px;
  }
  .box-calendar .calendar .pignose-calendar {
    width: 100%;
    height: 405px;
    left: 0;
  }
  .motor-movil .motor-container {
    height: 0;
    overflow: hidden;
    border-radius: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    bottom: 0;
    transition-timing-function: ease-in;
    transition: 1s;
  }
  .motor-movil .motor-container.out-effect {
    transition-timing-function: ease-in;
    transition: 1s;
    z-index: 1002;
  }
  .motor-movil .motor-container .box-motor {
    padding: 60px 25px 0;
    width: 100%;
    display: inline-block;
  }
  .motor-movil .motor-container .text-content {
    line-height: 1.5;
    padding-left: 12px;
    float: left;
    margin-top: 10px;
  }
  .motor-movil .motor-container .social-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .motor-movil .motor-container .social-box .social-list {
    padding-left: 0;
    list-style: none;
  }
  .motor-movil .motor-container .social-box .social-list li {
    display: inline-block;
    margin: 0 5%;
  }
  .motor-movil .motor-container .social-box .social-list li a {
    text-decoration: none;
    font-family: Questrial;
    font-size: 35px;
    text-align: center;
    color: #392154;
    border: 1px solid #392154;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
  }
  .motor-movil .motor-container .social-box .social-list li .icon-wellnessing {
    line-height: 40px;
    font-size: 30px;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
  }
  .motor-movil .motor-container .quantity {
    width: 100%;
    margin-top: 60px;
    text-align: right;
  }
  .motor-movil .motor-container .quantity .circle_ext {
    width: 31px;
    height: 31px;
  }
  .motor-movil .motor-container .quantity .circle_ext .icon-custom {
    font-size: 18px;
    line-height: 31px;
    color: #392154;
    vertical-align: top;
  }
  .motor-movil .motor-container .quantity .number_id {
    margin: 0 15px;
    font-size: 25px;
    line-height: 1.5;
  }
  .motor-movil .motor-container .quantity .box-btn {
    height: 60px;
    background-color: #392154;
    border-radius: 0 5px 5px 0;
  }
  .motor-movil .motor-container .quantity .box-btn .btn {
    color: #fff;
    margin: 0;
    line-height: 60px;
  }
  .motor-movil .motor-container .item {
    display: inline-block;
  }
  .motor-movil .motor-container .item .icon-down-custom {
    position: absolute;
    right: 15px;
    color: #392154;
    top: 10px;
    font-size: 15px;
  }
  .motor-movil .motor-container .item.destine,
  .motor-movil .motor-container .item.date {
    width: 100%;
    padding: 0 10px;
    text-align: left;
  }
  .motor-movil .motor-container .item.destine div.select-b,
  .motor-movil .motor-container .item.date div.select-b {
    border-bottom: 2px solid #392154;
    line-height: 40px;
    padding-left: 7px;
  }
  .motor-movil .motor-container .item.destine {
    top: 0;
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .motor-movil .motor-container .item.date {
    border-bottom: 2px solid #392154;
    margin-top: 50px;
    padding-bottom: 50px;
    height: 53px;
  }
  .motor-movil .motor-container .item.date .to_date {
    text-align: left;
    line-height: 56px;
    width: 100%;
    padding-left: 0;
    text-transform: unset;
  }
  .motor-movil .motor-container .item.adults {
    width: 100%;
  }
  .item-header {
    background-color: #392154;
    height: 55px;
  }
  .item-header .icon-close,
  .item-header .icon-phone {
    font-size: 31px;
    color: #fff;
    line-height: 55px;
    margin-left: 10px;
  }
  .item-header .icon-phone {
    float: right;
    margin-right: 10px;
  }
  .item-header .logo-menu {
    margin: 20px auto 0;
  }
  .motor-btn {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #392154;
    z-index: 1002;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .motor-btn a {
    width: 100%;
    color: #fff;
    font-family: Questrial;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .menu-top-mobile.afternoonclass a,
  .menu-top-mobile.nightclass a {
    color: #fff;
  }
  .menu-top-mobile.afternoonclass a span.icon-wellnessing.fb,
  .menu-top-mobile.nightclass a span.icon-wellnessing.fb {
    background-image: url("/images/icons/facebook-white.svg");
  }
  .menu-top-mobile.afternoonclass a span.icon-wellnessing.twr,
  .menu-top-mobile.nightclass a span.icon-wellnessing.twr {
    background-image: url("/images/icons/twitter-white.svg");
  }
  .menu-top-mobile.afternoonclass a span.icon-wellnessing.inst,
  .menu-top-mobile.nightclass a span.icon-wellnessing.inst {
    background-image: url("/images/icons/instagram-white.svg");
  }
  .menu-top-mobile.after_morningclass,
  .menu-top-mobile.morningclass {
    color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .btn-phone,
  .menu-top-mobile.morningclass .btn-phone {
    color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .btn-menu div span,
  .menu-top-mobile.morningclass .btn-menu div span {
    color: #4a4a4a;
    background: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .menu-mobile .menu-container ul li a,
  .menu-top-mobile.morningclass .menu-mobile .menu-container ul li a {
    color: #fff;
    border-color: #fff;
  }
  .menu-top-mobile.after_morningclass .menu-mobile .menu-container .social-list li,
  .menu-top-mobile.morningclass .menu-mobile .menu-container .social-list li {
    color: #4a4a4a;
    border-color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-night.svg");
  }
  .menu-top-mobile.morningclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-night.svg");
  }
  .menu-top-mobile.afternoonclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-night.svg");
  }
  .menu-top-mobile.nightclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-night.svg");
  }
  .menu-top-mobile.change_color {
    -webkit-transition: color 2s ease-out;
    -moz-transition: color 2s ease-out;
    -o-transition: color 2s ease-out;
    transition: color 2s ease-out;
  }
  .menu-top-mobile.change_color .btn-phone {
    color: #fff;
  }
  .menu-top-mobile.change_color .btn-menu div span {
    color: #fff;
    background: #fff;
  }
  .menu-top-mobile .menu-mobile .menu-container {
    text-align: center;
  }
  .menu-top-mobile .menu-mobile .header {
    font-family: Questrial;
    font-size: 18px;
    letter-spacing: 1.3px;
    -webkit-text-stroke: 1px #fff;
    height: 58px;
    line-height: 58px;
  }
  .menu-top-mobile .menu-mobile .menu-container::after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 650px;
    opacity: 1;
  }
  .menu-top-mobile .menu-mobile .menu-container ul {
    margin-left: 0;
  }
  .menu-top-mobile .menu-mobile .menu-container ul li {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.1px;
    font-weight: 600;
  }
  .menu-top-mobile .menu-mobile .menu-container .social-list li {
    display: inline-block;
    margin: 0 5%;
  }
  .menu-top-mobile .menu-mobile .menu-container .social-list li .social-icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    border-radius: 100%;
    font-size: 23px;
  }
  .section.home-section {
    overflow: hidden;
  }
  .section.home-section .section {
    text-align: center;
    min-height: 1000px;
  }
  .section.home-section .section .logo {
    display: inline-block;
  }
  .section.home-section .section .logo.obs {
    display: none;
  }
  .section.home-section .section p.welcome-text {
    width: 200px;
    padding-left: 0;
    font-size: 20px;
    top: 300px;
  }
  .section.home-section .section .icon-down {
    padding-left: 0;
    top: 450px;
    font-size: 40px;
  }
  .section.home-section .section.wellnesing .logo-photo {
    top: 527px;
    left: -110px;
    background-repeat: no-repeat;
  }
  .section.home-section .section.wellnesing .box-info .home-footer-text {
    margin-left: 5%;
    padding-left: 0;
    width: 90%;
    text-align: center;
    top: 830px;
    bottom: auto;
    left: 0;
    line-height: 1;
  }
  .section.home-section .section.wellnesing .box-info .home-footer-text span {
    text-align: center;
    font-size: 16px;
  }
  .section.home-section .section.after_morningclass .logo,
  .section.home-section .section.morningclass .logo {
    display: none;
  }
  .section.home-section .section.after_morningclass .logo.obs,
  .section.home-section .section.morningclass .logo.obs {
    display: inline-block;
  }
  .section.home-section .wellness-alchymist .alchymist-chat {
    right: 10px;
  }
  .section.home-section .wellness-alchymist .box-img {
    text-align: center;
  }
  .section.home-section .wellness-alchymist .box-img .alchymist-img {
    margin: 0;
    float: unset;
    width: 110px;
  }
  .section.home-section .wellness-alchymist .box-alchymist {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .section.home-section .wellness-alchymist .box-alchymist .title-efect {
    width: 100%;
    margin: 0;
  }
  .section.home-section .wellness-alchymist .box-alchymist .title-efect .title {
    text-align: center;
    margin: 25px 0 15px;
    padding: 0;
    color: #4a4a4a;
    line-height: 1.05;
  }
  .section.home-section .wellness-alchymist .box-alchymist .content {
    text-align: center;
    line-height: 1.3;
  }
  .section.home-section .widget.stay-healthy .uk-slidenav {
    top: 75%;
  }
  .section.home-section .widget.stay-healthy .uk-slideshow-items {
    min-height: 500px;
    height: 500px;
  }
  .section.home-section .widget.stay-healthy .uk-slideshow-items li .uk-position-cover .uk-cover {
    min-height: 500px;
    height: 500px;
    left: 0;
  }
  .section.home-section .widget.stay-healthy .item {
    width: 100%;
  }
  .section.home-section .widget.stay-healthy .item .left-container {
    position: absolute;
    top: 300px;
    width: 80%;
    left: 10%;
  }
  .section.home-section .widget.stay-healthy .item .left-container .content {
    width: 70%;
  }
  .section.home-section .widget.stay-healthy .item .left-container .btn-first {
    width: 155px;
    line-height: 35px;
    font-size: 18px;
    height: 35px;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .owl-dots {
    display: none;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .owl-nav button {
    position: absolute;
    top: 39%;
    border: 0;
    outline: none;
    color: #c8c8c8;
    font-size: 20px !important;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .owl-nav .owl-prev {
    left: -5%;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .owl-nav .owl-next {
    right: -5%;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item {
    width: 100%;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .btn {
    margin-top: 110px;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .img {
    width: 100%;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .img .caption {
    bottom: -90px;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .box-img {
    height: 260px;
    display: inline-block;
    width: 100%;
    overflow: visible;
    text-align: center;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .box-img .video_item.lc {
    height: 260px;
    width: auto;
  }
  .section.home-section .widget.spa {
    background-image: url("/images/home/spa_en_mexico_movil.png");
    padding-top: 0;
    background-position: 0;
  }
  .section.home-section .widget.spa .box-body {
    width: 100%;
    background: transparent;
    padding: 0;
  }
  .section.home-section .widget.spa .box-body .box-title {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .section.home-section .widget.spa .box-body .box-content {
    padding: 0 10px;
    font-size: 16px;
  }
  .section.home-section .widget.spa .box-body .btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 200px;
  }
  .section.home-section .widget.wellnessing-360 {
    height: 970px;
  }
  .section.home-section .widget.wellnessing-360 .box-360 {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 15px;
    width: calc(100% - 30px);
    top: 35px;
    border-radius: 0;
    height: 300px;
  }
  .section.home-section .widget.wellnessing-360 .box-360 .title {
    font-family: JosefinSans;
  }
  .section.home-section .widget.wellnessing-360 .box-360 .content {
    font-family: Vidaloka;
  }
  .section.home-section .widget.wellnessing-360 .box-left {
    position: absolute;
    top: 670px;
    left: -55px;
    width: 180px;
    height: 180px;
    background-size: contain;
  }
  .section.home-section .widget.wellnessing-360 .box-right {
    position: absolute;
    top: 495px;
    height: 250px;
    right: -25px;
    width: 250px;
    background-size: contain;
  }
  .section.home-section .widget.wellnessing-360 .box-info {
    position: absolute;
    top: 330px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section.home-section .widget.wellnessing-360 .box-info .content {
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    line-height: 1.2;
  }
  .section.home-section .widget.wellnessing-360 .box-info .content.width-custom {
    width: 100%;
    line-height: 1;
    margin-bottom: -5px;
  }
  .section.home-section .widget.wellnessing-360 .box-bottom {
    padding: 15px;
  }
  .section.home-section .widget.wellnessing-360 .box-bottom .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 10px 0;
  }
  .section.home-section .widget.gallery {
    padding-top: 35px;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container {
    padding: 0;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container .instagram {
    width: 50%;
    margin-bottom: 2px;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container .instagram:last-child {
    display: none;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container .instagram:nth-child(odd) {
    padding-right: 5px;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container .instagram:nth-child(even) {
    padding-left: 5px;
  }
  .section.home-section .widget.awards .awards-title {
    font-size: 25px;
  }
  .section.home-section .widget.blog {
    padding-top: 35px;
  }
  .section.home-section .widget.blog .box-title .title {
    font-size: 32px;
    line-height: 1.03;
    letter-spacing: 1px;
  }
  .section.home-section .widget.blog .content {
    margin: 20px auto 25px;
  }
  .section.home-section .widget.blog .slider-widget {
    padding-bottom: 30px;
  }
  .section.home-section .widget.blog .slider-widget .inner-container .item {
    text-align: center;
  }
  .section.home-section .widget.blog .slider-widget .inner-container .item .content {
    margin: 10px 0 20px;
    font-size: 20px;
    color: #4a4a4a;
  }
  .section.home-section .widget.blog .slider-widget .inner-container .item .btn {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0;
  }
  .section.home-section .widget.blog .slider-widget .owl-dots {
    width: 100%;
    bottom: 0;
    display: inline-block;
    position: relative;
  }
  .section.home-section .widget.blog .slider-widget .owl-dots .owl-dot {
    padding: 0;
  }
  .section.home-section .widget.suite-wellness {
    padding-top: 50px;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness {
    margin-left: 0;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness .title {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness .content {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .section.home-section .widget.suite-wellness .slider-widget .carousel .owl-stage-outer .owl-stage .owl-item .item .img img {
    min-height: 300px;
    object-fit: cover;
  }
  .section.home-section .widget.resorts {
    background-position: left;
    min-height: 550px;
  }
  .section.home-section .widget.resorts .content .btn {
    margin: 15px auto;
    width: 155px;
  }
  .container-footer .newsletter-form {
    height: 270px;
  }
  .container-footer .newsletter-form .box-news {
    text-align: center;
  }
  .container-footer .newsletter-form .box-news .content {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: unset;
  }
  .container-footer .newsletter-form .box-news .form-control {
    margin-top: 13px;
  }
  .container-footer .newsletter-form .box-news .btn {
    width: 130px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 25px 0;
  }
  footer .footer-logos {
    padding: 10px 0 30px;
    height: auto;
    width: 100%;
    text-align: center;
  }
  footer .footer-logos .custom-col-4,
  footer .footer-logos .custom-col-3 {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: unset;
    margin: 5px 0;
  }
  footer .footer-logos .custom-col-4 {
    width: 70%;
  }
  footer .footer-logos .box-img {
    height: auto;
    margin-top: 20px;
  }
  footer .footer-logos .box-img.line-right {
    border: 0;
  }
  footer .footer-logos .box-img img {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-calendar {
    top: -120px;
    z-index: 1;
    width: calc(100% + 50px);
    left: -25px;
  }
  .box-calendar .calendar .pignose-calendar {
    width: 100%;
    height: 405px;
    left: 0;
  }
  .motor-movil .motor-container {
    height: 0;
    overflow: hidden;
    border-radius: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    bottom: 0;
    transition-timing-function: ease-in;
    transition: 1s;
  }
  .motor-movil .motor-container.out-effect {
    transition-timing-function: ease-in;
    transition: 1s;
    z-index: 1002;
  }
  .motor-movil .motor-container .box-motor {
    padding: 60px 25px 0;
    width: 100%;
    display: inline-block;
  }
  .motor-movil .motor-container .text-content {
    line-height: 1.5;
    padding-left: 12px;
    float: left;
    margin-top: 10px;
  }
  .motor-movil .motor-container .social-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .motor-movil .motor-container .social-box .social-list {
    padding-left: 0;
    list-style: none;
  }
  .motor-movil .motor-container .social-box .social-list li {
    display: inline-block;
    margin: 0 5%;
  }
  .motor-movil .motor-container .social-box .social-list li a {
    text-decoration: none;
    font-family: Questrial;
    font-size: 35px;
    text-align: center;
    color: #392154;
    border: 1px solid #392154;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
  }
  .motor-movil .motor-container .social-box .social-list li .icon-wellnessing {
    line-height: 40px;
    font-size: 30px;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
  }
  .motor-movil .motor-container .quantity {
    width: 100%;
    margin-top: 60px;
    text-align: right;
  }
  .motor-movil .motor-container .quantity .circle_ext {
    width: 31px;
    height: 31px;
  }
  .motor-movil .motor-container .quantity .circle_ext .icon-custom {
    font-size: 18px;
    line-height: 31px;
    color: #392154;
    vertical-align: top;
  }
  .motor-movil .motor-container .quantity .number_id {
    margin: 0 15px;
    font-size: 25px;
    line-height: 1.5;
  }
  .motor-movil .motor-container .quantity .box-btn {
    height: 60px;
    background-color: #392154;
    border-radius: 0 5px 5px 0;
  }
  .motor-movil .motor-container .quantity .box-btn .btn {
    color: #fff;
    margin: 0;
    line-height: 60px;
  }
  .motor-movil .motor-container .item {
    display: inline-block;
  }
  .motor-movil .motor-container .item .icon-down-custom {
    position: absolute;
    right: 15px;
    color: #392154;
    top: 10px;
    font-size: 15px;
  }
  .motor-movil .motor-container .item.destine,
  .motor-movil .motor-container .item.date {
    width: 100%;
    padding: 0 10px;
    text-align: left;
  }
  .motor-movil .motor-container .item.destine div.select-b,
  .motor-movil .motor-container .item.date div.select-b {
    border-bottom: 2px solid #392154;
    line-height: 40px;
    padding-left: 7px;
  }
  .motor-movil .motor-container .item.destine {
    top: 0;
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .motor-movil .motor-container .item.date {
    border-bottom: 2px solid #392154;
    margin-top: 50px;
    padding-bottom: 50px;
    height: 53px;
  }
  .motor-movil .motor-container .item.date .to_date {
    text-align: left;
    line-height: 56px;
    width: 100%;
    padding-left: 0;
    text-transform: unset;
  }
  .motor-movil .motor-container .item.adults {
    width: 100%;
  }
  .item-header {
    background-color: #392154;
    height: 55px;
  }
  .item-header .icon-close,
  .item-header .icon-phone {
    font-size: 31px;
    color: #fff;
    line-height: 55px;
    margin-left: 10px;
  }
  .item-header .icon-phone {
    float: right;
    margin-right: 10px;
  }
  .item-header .logo-menu {
    margin: 20px auto 0;
  }
  .motor-btn {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #392154;
    z-index: 1002;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .motor-btn a {
    width: 100%;
    color: #fff;
    font-family: Questrial;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .menu-top-mobile {
    border-left: 1px solid #fff;
    border-bottom: 0;
    width: calc(100% + 2px);
    left: -1px;
  }
  .menu-top-mobile.menu-section .logo-menu {
    height: 30px;
    margin: 20px auto 0;
  }
  .menu-top-mobile.menu-section .box-social .social-icon {
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
  }
  .menu-top-mobile.menu-section a.lang {
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
  }
  .menu-top-mobile.menu-section-home .logo-menu {
    height: 30px;
    margin: 20px auto 0;
  }
  .menu-top-mobile.menu-section-home .box-social a:hover,
  .menu-top-mobile.menu-section-home .box-social a:active {
    border-color: #bcb221;
    color: #bcb221;
  }
  .menu-top-mobile.menu-section-home .box-social a.lang {
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
  }
  .menu-top-mobile.afternoonclass .box-social .social-icon,
  .menu-top-mobile.nightclass .box-social .social-icon {
    border-color: #fff;
    color: #fff;
  }
  .menu-top-mobile.afternoonclass .box-social .lang,
  .menu-top-mobile.nightclass .box-social .lang {
    color: #fff;
    border: 1px solid #fff;
  }
  .menu-top-mobile.afternoonclass .menu-mobile .menu-container .social-list .social-icon,
  .menu-top-mobile.nightclass .menu-mobile .menu-container .social-list .social-icon {
    border-color: #fff;
    color: #fff;
  }
  .menu-top-mobile.after_morningclass,
  .menu-top-mobile.morningclass {
    color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .btn-phone,
  .menu-top-mobile.morningclass .btn-phone {
    color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .btn-menu div span,
  .menu-top-mobile.morningclass .btn-menu div span {
    color: #fff;
    background: #fff;
  }
  .menu-top-mobile.after_morningclass .menu-mobile .menu-container ul li a,
  .menu-top-mobile.morningclass .menu-mobile .menu-container ul li a {
    color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .menu-mobile .menu-container .social-list li,
  .menu-top-mobile.morningclass .menu-mobile .menu-container .social-list li {
    color: #4a4a4a;
  }
  .menu-top-mobile.after_morningclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-after_morning.svg");
  }
  .menu-top-mobile.morningclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-morning.svg");
  }
  .menu-top-mobile.afternoonclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-afternoon.svg");
  }
  .menu-top-mobile.nightclass .menu-mobile .menu-container::after {
    background-image: url("/images/home/menu-night.svg");
  }
  .menu-top-mobile.change_color {
    -webkit-transition: color 2s ease-out;
    -moz-transition: color 2s ease-out;
    -o-transition: color 2s ease-out;
    transition: color 2s ease-out;
  }
  .menu-top-mobile.change_color .btn-phone {
    color: #fff;
  }
  .menu-top-mobile.change_color .btn-menu div span {
    color: #fff;
    background: #fff;
  }
  .menu-top-mobile .btn-menu {
    margin-top: 20px;
  }
  .menu-top-mobile .box-social {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .menu-top-mobile .box-social .icon-wellnessing {
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 4px;
  }
  .menu-top-mobile .box-social .social-icon {
    margin: 0 2px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
    border-color: #fff;
    text-align: center;
    color: #fff;
  }
  .menu-top-mobile .box-social .social-icon:hover,
  .menu-top-mobile .box-social .social-icon:active {
    border-color: #bcb221;
    color: #bcb221;
  }
  .menu-top-mobile .box-social .lang {
    border: 1px solid #fff;
    padding: 2px 7px;
    color: #fff;
    margin: 0 4px;
    float: right;
  }
  .menu-top-mobile .box-social .lang:hover,
  .menu-top-mobile .box-social .lang:active {
    border-color: #bcb221;
    color: #bcb221;
  }
  .menu-top-mobile .menu-mobile .header {
    font-family: Questrial;
    font-size: 18px;
    letter-spacing: 1.3px;
    -webkit-text-stroke: 1px #fff;
    height: 58px;
    line-height: 58px;
  }
  .menu-top-mobile .menu-mobile .menu-container {
    text-align: center;
    height: 900px;
  }
  .menu-top-mobile .menu-mobile .menu-container::after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 1024px;
  }
  .menu-top-mobile .menu-mobile .menu-container ul {
    padding: 40px 0 0;
  }
  .menu-top-mobile .menu-mobile .menu-container ul li {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.1px;
    font-weight: 600;
  }
  .menu-top-mobile .menu-mobile .menu-container .social-list li {
    display: inline-block;
    margin: 0 5%;
  }
  .menu-top-mobile .menu-mobile .menu-container .social-list li .social-icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    border-radius: 100%;
    font-size: 23px;
    border-color: #4a4a4a;
    text-align: center;
    color: #4a4a4a;
  }
  .section {
    overflow: hidden;
  }
  .section.home-section .section {
    text-align: center;
    min-height: 1024px;
  }
  .section.home-section .section .logo {
    margin: 10px 0 0;
    width: 180px;
    display: inline-block;
    top: 10px;
    position: relative;
  }
  .section.home-section .section .logo.obs {
    display: none;
  }
  .section.home-section .section p.welcome-text {
    top: 180px;
    font-size: 45px;
    line-height: 1.22;
    width: 400px;
    padding-left: 0;
  }
  .section.home-section .section .icon-down {
    top: 320px;
    font-size: 50px;
    padding-left: 0;
  }
  .section.home-section .section.wellnesing .box-info .home-footer-text {
    top: auto;
    margin-left: 40%;
    width: 60%;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    bottom: 50px;
    left: 0;
  }
  .section.home-section .section.wellnesing .box-info .home-footer-text span {
    text-align: left;
    font-size: 30px;
  }
  .section.home-section .section.after_morningclass .logo,
  .section.home-section .section.morningclass .logo {
    display: none;
  }
  .section.home-section .section.after_morningclass .logo.obs,
  .section.home-section .section.morningclass .logo.obs {
    display: inline-block;
  }
  .section.home-section .section .logo-photo {
    top: 700px;
    left: -45px;
    width: 320px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section.home-section .wellness-alchymist {
    padding-top: 110px;
    margin: 0;
    min-height: 453px;
  }
  .section.home-section .wellness-alchymist .box-img {
    width: 30%;
    padding: 0 3%;
    float: left;
    display: inline-block;
  }
  .section.home-section .wellness-alchymist .box-img .alchymist-img {
    width: 100%;
    margin: 2% 0 0;
  }
  .section.home-section .wellness-alchymist .alchymist-chat {
    top: 50px;
    padding: 5px 5px;
  }
  .section.home-section .wellness-alchymist .alchymist-chat.alchymist-chat-fixed {
    top: 15%;
  }
  .section.home-section .wellness-alchymist .alchymist-chat .alchymist-img {
    margin: 2% 0 0;
  }
  .section.home-section .wellness-alchymist .box-alchymist {
    width: 70%;
    text-align: left;
    padding: 0 15px 0 10px;
  }
  .section.home-section .wellness-alchymist .box-alchymist .title-efect {
    width: 100%;
    margin: 0;
  }
  .section.home-section .wellness-alchymist .box-alchymist .title-efect .title {
    text-align: left;
    margin: 42px 0 33px;
    font-size: 44px;
    padding: 0;
  }
  .section.home-section .wellness-alchymist .box-alchymist .content {
    text-align: left;
  }
  .section.home-section .widget.stay-healthy .uk-slideshow-items li .uk-position-cover .uk-cover {
    left: 50%;
  }
  .section.home-section .widget.stay-healthy .item .left-container {
    top: 150px;
    width: 50%;
    left: 5%;
  }
  .section.home-section .widget.stay-healthy .item .left-container .btn-first {
    width: 70%;
    line-height: 45px;
    font-size: 22px;
    height: 45px;
  }
  .section.home-section .widget.destinations {
    min-height: 550px;
  }
  .section.home-section .widget.destinations .intro-destinations .title {
    color: #4a4a4a;
  }
  .section.home-section .widget.destinations .intro-destinations p.content {
    width: 700px;
    line-height: 1.1;
    font-size: 20px;
  }
  .section.home-section .widget.destinations .slider-widget {
    margin-top: 50px;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item {
    width: 100%;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .btn {
    margin: 50px auto 40px;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .img {
    width: 100%;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .img .caption {
    bottom: -35px;
    line-height: 1;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .box-img {
    height: 165px;
  }
  .section.home-section .widget.resorts {
    background-position: left;
    min-height: 650px;
    padding-top: 50px;
  }
  .section.home-section .widget.resorts .title {
    width: 50%;
  }
  .section.home-section .widget.resorts .content .btn {
    margin: 15px auto;
    width: 155px;
  }
  .section.home-section .widget.suite-wellness {
    min-height: 100%;
  }
  .section.home-section .widget.suite-wellness .slider-widget {
    margin-top: 45px;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness {
    top: 50px;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness .title {
    font-size: 30px;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness .content {
    line-height: 1.2;
    padding: 0 5px;
  }
  .section.home-section .widget.suite-wellness .btn {
    margin: 10px 0 0;
    bottom: 10px;
    right: 40px;
    width: 35%;
    float: left;
  }
  .section.home-section .widget.spa {
    padding-top: 48px;
    background-image: url("/images/home/spa_en_mexico.png");
    min-height: 500px;
    margin-top: 60px;
    background-position: 73%;
  }
  .section.home-section .widget.spa .box-body {
    padding: 50px 35px 30px;
    width: 45%;
    height: 424px;
    opacity: 0.9;
    background-color: #fff;
    position: relative;
  }
  .section.home-section .widget.spa .box-body .box-title {
    font-family: Questrial;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #4a4a4a;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .section.home-section .widget.spa .box-body .box-content {
    font-family: Questrial;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #4a4a4a;
  }
  .section.home-section .widget.spa .box-body .btn {
    bottom: 0;
    margin-top: 50px;
    position: relative;
    width: 100%;
    transform: translateX(0%);
    left: 0;
  }
  .section.home-section .widget.blog {
    min-height: 650px;
  }
  .section.home-section .widget.blog .slider-widget .owl-nav,
  .section.home-section .widget.blog .slider-widget .owl-dots {
    display: none;
  }
  .section.home-section .widget.blog .slider-widget .item {
    width: 100%;
  }
  .section.home-section .widget.blog .slider-widget .item .content {
    height: 80px;
  }
  .section.home-section .widget.blog .slider-widget .item .content .title-blog {
    font-size: 20px;
  }
  .section.home-section .widget.blog .slider-widget .item .btn {
    width: 60%;
  }
  .section.home-section .widget.blog .slider-widget .item .img {
    width: 100%;
    max-width: 100%;
  }
  .section.home-section .widget.blog .slider-widget .item .img.snip1534 img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
  .section.home-section .widget.blog .slider-widget .item .img img {
    min-height: 250px;
    object-fit: cover;
  }
  .section.home-section .widget.wellnessing-360 {
    height: 675px;
  }
  .section.home-section .widget.wellnessing-360 .box-360 {
    width: 312px;
    margin: 0 auto;
    top: 65px;
  }
  .section.home-section .widget.wellnessing-360 .box-left {
    top: 290px;
    width: 260px;
    height: 260px;
  }
  .section.home-section .widget.wellnessing-360 .box-right {
    top: 240px;
    width: 310px;
    height: 310px;
    right: -90px;
  }
  .section.home-section .widget.wellnessing-360 .box-bottom {
    height: 90px;
    position: absolute;
    width: 100%;
    background-color: rgba(188,178,33,0.5);
    bottom: 0;
  }
  .section.home-section .widget.wellnessing-360 .box-bottom .btn {
    width: 300px;
    margin: 22px auto;
  }
  .section.home-section .widget.wellnessing-360 .box-info {
    top: 410px;
  }
  .section.home-section .widget.wellnessing-360 .box-info .content {
    width: 460px;
    font-size: 18px;
    line-height: 1.5;
  }
  .section.home-section .widget.gallery .content {
    width: 700px;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container .instagram {
    width: 20%;
  }
  .section.home-section .widget.gallery .box-intagram .gallery-container .instagram:last-child {
    display: inline-block;
  }
  footer .container-footer .newsletter-form {
    height: 120px;
    padding-top: 20px;
  }
  footer .container-footer .newsletter-form .box-news {
    text-align: left;
  }
  footer .container-footer .newsletter-form .box-news .form-control {
    margin-top: 20px;
  }
  footer .container-footer .newsletter-form .box-news .btn {
    width: 100%;
    margin: 20px 0;
  }
  footer .container-footer .newsletter-form form .content {
    margin-top: 20px;
  }
  footer .container-footer .footer-box .footer-top {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
  footer .container-footer .footer-box .footer-top .line-right {
    padding-right: 5px;
  }
  footer .container-footer .footer-box .footer-logos {
    height: 75px;
    padding: 0;
    background-color: #333;
    display: inline-block;
    width: 100%;
  }
  footer .container-footer .footer-box .footer-logos .custom-col-4 {
    width: 31%;
    float: left;
    display: inline-block;
  }
  footer .container-footer .footer-box .footer-logos .custom-col-3 {
    width: 33.333%;
    float: left;
    display: inline-block;
  }
  footer .container-footer .footer-box .footer-logos .box-img {
    position: relative;
    height: 35px;
    margin-top: 20px;
  }
  footer .container-footer .footer-box .footer-logos .box-img.line-right {
    border-right: 1px solid #fff;
  }
  footer .container-footer .footer-box .footer-logos .box-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
  }
  footer .container-footer .footer-box .footer-url {
    padding: 20px 0;
  }
  footer .container-footer .footer-box .footer-url.f_home {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-calendar {
    top: -410px;
  }
  .menu-top-mobile .box-social .icon-wellnessing,
  .menu-top-mobile .box-social .lang {
    margin: 0 7px;
  }
  .menu-top-mobile .menu-mobile .menu-container {
    height: 768px;
  }
  .menu-top-mobile .menu-mobile .menu-container::after {
    height: 768px;
  }
  .menu-top-mobile .menu-mobile .menu-container ul {
    padding: 40px 0 0;
  }
  .menu-top-mobile .menu-mobile .menu-container ul li {
    margin: 0;
  }
  .menu-top-mobile .menu-mobile .menu-container .social-list {
    padding-top: 20px;
  }			
  .section.home-section .section.wellnesing .box-info .home-footer-text {
    margin-left: 30%;
    width: 60%;
    bottom: 80px;
  }
  .section.home-section .section .logo-photo {
    top: 450px;
  }
  .section.home-section .wellness-alchymist .box-img {
    padding: 0 6%;
  }
  .section.home-section .wellness-alchymist .box-img .alchymist-img {
    width: 180px;
  }
  .section.home-section .wellness-alchymist .box-alchymist .title {
    margin: 52px 0 33px;
  }
  .section.home-section .widget.destinations {
    min-height: 550px;
  }
  .section.home-section .widget.destinations .slider-widget .inner-container .item .box-img {
    height: 220px;
  }
  .section.home-section .widget.stay-healthy .item .left-container .btn-first {
    width: 40%;
  }
  .section.home-section .widget.blog .slider-widget .item .img img {
    min-height: 307px;
  }
  .section.home-section .widget.spa .box-body {
    width: 37%;
  }
  .section.home-section .widget.suite-wellness .intro-suite-wellness .content {
    line-height: 1.5;
    padding: 25px 5px;
  }
  .section.home-section .widget.suite-wellness .btn {
    bottom: 60px;
  }
  .item.destine .select-b,
  .item.date .select-b {
    padding-left: 20px;
    text-transform: uppercase;
  }
  .item.destine .select-b::after,
  .item.date .select-b::after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #392154;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
  }
  .item.destine {
    width: 25%;
  }
  .item.date {
    width: 30%;
  }
  .item.date .to_date {
    width: 100%;
  }
  .item.adults {
    width: 25%;
  }
  footer .container-footer .footer-box .footer-url {
    margin-bottom: 0;
  }
}

h1,
h2,
h3 {
  font-family: Questrial;
}
.pagination-list {
  text-align: center;
}
.pagination-list .pagination li {
  margin: 0 15px;
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #bcb221;
}
.pagination-list .pagination li a {
  font-family: Questrial;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #bcb221;
  background: transparent;
  border: 0;
  text-transform: uppercase;
}
.pagination-list .pagination li.item-number {
  margin: 0 3px;
}
.box-temporal {
  margin: 100px 0 100px;
}
.box-temporal .title {
  font-size: 30px;
  width: 300px;
}
.box-temporal .linea-bot {
  margin: 10px auto 0;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.padding-md-0 {
  padding: 0;
}
.div-animation {
  position: relative;
}
.linea-bot {
  position: absolute;
  left: 0;
  right: 0;
  margin: 55px auto 0;
  width: 360px;
  height: 2px;
  background-color: #bcb221;
}
.destination .box-welcome {
  margin-top: 150px;
  padding-top: 45px;
  min-height: 657px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.destination .box-welcome.los-cabos {
  background: url("/images/destinations/los-cabos/wellness_en_los_cabos.png") no-repeat center 0/cover;
}
.destination .box-welcome.puerto-vallarta {
  background: url("/images/destinations/puerto-vallarta/wellness_en_puerto_vallarta.png") no-repeat center 0/cover;
}
.destination .box-welcome.riviera-nayarit {
  background: url("/images/destinations/riviera-nayarit/wellness_spa_en_riviera_nayarit.png") no-repeat center 0/cover;
}
.destination .box-welcome.riviera-maya {
  background: url("/images/destinations/riviera-maya/wellness_en_riviera_maya.png") no-repeat center 0/cover;
}
.destination .box-welcome .box-info {
  text-align: center;
}
.destination .box-welcome .title-section {
  color: #4a4a4a;
  font-family: Questrial;
  font-size: 45px;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.destination .box-welcome .content-section {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  color: #4a4a4a;
}
.destination .box-text {
  text-align: center;
  min-height: 500px;
  padding-top: 45px;
  font-family: Questrial;
  color: #4a4a4a;
}
.destination .box-text .item-title {
  font-size: 45px;
  margin-bottom: 50px;
  font-family: Questrial;
  color: #4a4a4a;
}
.destination .box-text .item-content {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}
.destination .box-text .box-gallery {
  position: relative;
}
.destination .box-text .box-gallery.cabos .item-a {
  background-image: url("/images/destinations/los-cabos/deportes_en_los_cabos.png");
}
.destination .box-text .box-gallery.cabos .item-c {
  background-image: url("/images/destinations/los-cabos/esnorquel_y_buceo_en_los_cabos.png");
}
.destination .box-text .box-gallery.cabos .item-b {
  background-image: url("/images/destinations/los-cabos/tours_en_los_cabos.png");
}
.destination .box-text .box-gallery.vallarta .item-a {
  background-image: url("/images/destinations/puerto-vallarta/tours_en_puerto_vallarta.png");
}
.destination .box-text .box-gallery.vallarta .item-c {
  background-image: url("/images/destinations/puerto-vallarta/restaurantes_en_puerto_vallarta.png");
}
.destination .box-text .box-gallery.vallarta .item-b {
  background-image: url("/images/destinations/puerto-vallarta/ecoturismo_en_puerto_vallarta.png");
}
.destination .box-text .box-gallery.nayarit .item-a {
  background-image: url("/images/destinations/riviera-nayarit/tours_en_nuevo_vallarta_riviera_nayarit.png");
}
.destination .box-text .box-gallery.nayarit .item-c {
  background-image: url("/images/destinations/riviera-nayarit/jugar_golf_en_nuevo_vallarta_riviera_nayarit.png");
}
.destination .box-text .box-gallery.nayarit .item-b {
  background-image: url("/images/destinations/riviera-nayarit/barco_privado_en_nuevo_vallarta_riviera_nayarit.png");
}
.destination .box-text .box-gallery.maya .item-a {
  background-image: url("/images/destinations/riviera-maya/barco_privado_riviera_maya.png");
}
.destination .box-text .box-gallery.maya .item-c {
  background-image: url("/images/destinations/riviera-maya/flyboard_riviera_maya.png");
}
.destination .box-text .box-gallery.maya .item-b {
  background-image: url("/images/destinations/riviera-maya/que_hacer_en_riviera_maya.png");
}
.destination .box-text .box-gallery .box-img {
  width: 30%;
  float: right;
  margin-left: 3%;
  height: 230px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}
.destination .box-destines {
  text-align: center;
  min-height: 500px;
  padding-top: 15px;
}
.destination .box-destines .item-title {
  font-size: 45px;
  margin-bottom: 50px;
  font-family: Questrial;
  color: #4a4a4a;
}
.destination .box-destines .box-item {
  background-color: #f0f0f0;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.destination .box-destines .box-item .fl-left {
  float: left;
}
.destination .box-destines .box-item .fl-right {
  float: right;
}
.destination .box-destines .box-item .box-information {
  padding: 30px 50px;
  text-align: center;
}
.destination .box-destines .box-item .box-information .box-content .item-logo {
  width: 330px;
  margin-bottom: 10px;
}
.destination .box-destines .box-item .box-information .box-content .item-title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.destination .box-destines .box-item .box-information .box-bottom {
  font-family: Questrial;
  padding-top: 0;
  color: #4a4a4a;
}
.destination .box-destines .box-item .box-information .box-bottom .item-all {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-family: Questrial;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 1.5;
}
.destination .box-destines .box-item .box-information .box-bottom .item-content {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.destination .box-destines .box-item .box-information .box-bottom .btn {
  border-radius: 2px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  width: 260px;
  display: inline-block;
}
.destination .box-destines .box-item .box-information .box-bottom .btn.btn-destine {
  border: solid 1px #4a4a4a;
  font-size: 22px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #4a4a4a;
}
.destination .box-destines .box-item .box-information .box-bottom .btn.btn-resort {
  background-color: #bcb221;
  font-family: Questrial;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-top: 17px;
}
.destination .box-destines .box-item .box-information .box-bottom .btn.with-hover:hover {
  background-color: #801336;
}
.destination .box-destines .box-item .box-image {
  height: 500px;
  display: block;
  width: 100%;
}
.destination .box-destines .box-item .box-image.cabos {
  background: url("/images/destinations/los-cabos/hotel_wellness_en_los_cabos.png") no-repeat center center/cover;
}
.destination .box-destines .box-item .box-image.vallarta {
  background: url("/images/destinations/puerto-vallarta/hotel_wellness_en_puerto_vallarta.png") no-repeat center center/cover;
}
.destination .box-destines .box-item .box-image.nayarit {
  background: url("/images/destinations/riviera-nayarit/hotel_wellness_spa_en_riviera_nayarit.png") no-repeat center center/cover;
}
.destination .box-destines .box-item .box-image.maya {
  background: url("/images/destinations/riviera-maya/hotel_wellness_en_riviera_maya.png") no-repeat center center/cover;
}
.box-subtitle {
  display: block;
  text-align: center;
  margin-bottom: 45px;
}
.box-subtitle .b-title {
  font-family: Questrial;
  font-size: 30px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
  position: relative;
}
.box-subtitle .b-title.underline-short::after {
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  left: 5%;
  right: 5%;
  border-bottom: 2px solid #bcb221;
}
.box-subtitle .btn.small {
  position: relative;
  margin: 0;
  display: inline-block;
}
.destinations .box-welcome {
  margin-top: 150px;
  padding-top: 45px;
  background: url("/images/destinations/destinos_wellness_en_mexico.png") no-repeat center 0/cover;
  min-height: 657px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.destinations .box-welcome .box-info {
  text-align: center;
}
.destinations .box-welcome .box-info .title-section {
  color: #fff;
  font-family: Questrial;
  font-size: 45px;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.destinations .box-welcome .box-info .content-section {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.destinations .box-text {
  text-align: center;
  min-height: 390px;
  padding-top: 65px;
  font-family: Questrial;
  color: #4a4a4a;
}
.destinations .box-text .item-title {
  font-size: 45px;
  margin-bottom: 44px;
  font-family: Questrial;
  color: #4a4a4a;
}
.destinations .box-text .item-content {
  font-size: 20px;
  line-height: 1.5;
}
.destinations .box-destines .box-item {
  background-color: #f0f0f0;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.destinations .box-destines .box-item .fl-left {
  float: left;
}
.destinations .box-destines .box-item .fl-right {
  float: right;
}
.destinations .box-destines .box-item .box-information {
  padding: 30px 50px;
  text-align: center;
}
.destinations .box-destines .box-item .box-information .box-content {
  border-bottom: solid 2px #bcb221;
}
.destinations .box-destines .box-item .box-information .box-content .item-logo {
  width: 230px;
  margin-bottom: 10px;
}
.destinations .box-destines .box-item .box-information .box-content .item-title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.destinations .box-destines .box-item .box-information .box-bottom {
  font-family: Questrial;
  padding-top: 30px;
  color: #4a4a4a;
}
.destinations .box-destines .box-item .box-information .box-bottom .item-content {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.destinations .box-destines .box-item .box-information .box-bottom .btn {
  border-radius: 2px;
  height: 45px;
  line-height: 45px;
  margin: 0;
}
.destinations .box-destines .box-item .box-information .box-bottom .btn.btn-destine {
  border: solid 1px #4a4a4a;
  font-size: 20px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #4a4a4a;
}
.destinations .box-destines .box-item .box-information .box-bottom .btn.btn-resort {
  background-color: #bcb221;
  font-family: Questrial;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-top: 17px;
}
.destinations .box-destines .box-item .box-information .box-bottom .btn.with-hover:hover {
  background-color: #801336;
}
.destinations .box-destines .box-item .box-image {
  height: 500px;
  width: 100%;
  display: block;
}
.destinations .box-destines .box-item .box-image.cabos {
  background: url("/images/destinations/vacaciones_wellness_en_los_cabos.png") no-repeat center center/cover;
}
.destinations .box-destines .box-item .box-image.vallarta {
  background: url("/images/destinations/vacaciones_wellness_en_puerto_vallarta.png") no-repeat center center/cover;
}
.destinations .box-destines .box-item .box-image.nayarit {
  background: url("/images/destinations/vacaciones_wellness_en_riviera_nayarit.png") no-repeat center center/cover;
}
.destinations .box-destines .box-item .box-image.maya {
  background: url("/images/destinations/vacaciones_wellness_en_riviera_maya.png") no-repeat center center/cover;
}
.wellness-suite .home .slider-text {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.wellness-suite .home .slider-text .title {
  margin-top: 30px;
}
.wellness-suite .slider-widget .owl-carousel .owl-stage-outer .owl-item .item {
  width: 100%;
  max-height: 650px;
}
.wellness-suite .box-list {
  padding: 0 0 20px;
  height: 430px;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #c7bf44;
  text-align: center;
}
.wellness-suite .box-list.suite-lc {
  height: 530px;
}
.wellness-suite .box-list.map_room {
  padding: 0 90px 20px;
}
.wellness-suite .box-list .lbl-list {
  position: relative;
  top: -20px;
  background: #fff;
  display: inline-block;
  width: 250px;
  height: 31px;
  font-family: Questrial;
  font-size: 30px;
  text-align: center;
  color: #4a4a4a;
  font-weight: 400;
}
.wellness-suite .box-list .ul-list {
  margin: 0 0 0 30px;
}
.wellness-suite .box-list .ul-list li {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #9b9b9b;
}
.wellness-suite .box-list .img-map {
  margin: 25px 0 0;
}
.wellness-suite .restore-your-energy .linea-bot {
  margin: 10px auto 0;
}
.resort .home.lc-resort,
.w-suites .home.lc-resort {
  background: url("/images/resorts/los-cabos/grand_velas_wellness_resort_todo_incluido_los_cabos.png") no-repeat center center/cover;
}
.resort .home.rn-resort,
.w-suites .home.rn-resort {
  background: url("/images/resorts/riviera-nayarit/grand_velas_wellness_resort_todo_incluido_riviera_nayarit.png") no-repeat center center/cover;
}
.resort .home.pv-resort,
.w-suites .home.pv-resort {
  background: url("/images/resorts/puerto-vallarta/casa_velas_wellness_hotel_todo_incluido_puerto_vallarta.png") no-repeat center center/cover;
}
.resort .home.rm-resort,
.w-suites .home.rm-resort {
  background: url("/images/resorts/riviera-maya/grand_velas_wellness_resort_todo_incluido_riviera_maya.png") no-repeat center center/cover;
}
.resort .box-welcome,
.w-suites .box-welcome {
  margin-top: 120px;
  padding-top: 30px;
  background: url("/images/resorts/grand_velas_wellness_resorts_en_mexico.png") no-repeat center 0/cover;
  min-height: 657px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.resort .box-welcome .slider-text,
.w-suites .box-welcome .slider-text {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
  background-image: linear-gradient(to top, rgba(255,255,255,0), #fff);
}
.resort .box-welcome .slider-widget .inner-container .item,
.w-suites .box-welcome .slider-widget .inner-container .item {
  width: 100%;
  max-height: 650px;
}
.resort .box-welcome.suites,
.w-suites .box-welcome.suites {
  background: #fff;
  padding-top: 0;
}
.resort .box-welcome .box-info,
.w-suites .box-welcome .box-info {
  text-align: center;
}
.resort .box-welcome .box-info .title-section,
.w-suites .box-welcome .box-info .title-section {
  color: #fff;
  font-family: Questrial;
  font-size: 45px;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.resort .box-welcome .box-info .title-section.suites,
.w-suites .box-welcome .box-info .title-section.suites {
  color: #9b9b9b;
}
.resort .box-welcome .box-info .content-section,
.w-suites .box-welcome .box-info .content-section {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.resort .amenities .amenities-list .header-list,
.w-suites .amenities .amenities-list .header-list {
  font-size: 30px;
  top: -20px;
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  font-family: Questrial;
  color: #4a4a4a;
}
.resort .box-text,
.w-suites .box-text {
  text-align: center;
  min-height: 300px;
  padding-top: 65px;
  font-family: Questrial;
  color: #4a4a4a;
}
.resort .box-text.suites,
.w-suites .box-text.suites {
  margin-bottom: 100px;
}
.resort .box-text .item-title,
.w-suites .box-text .item-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #bcb221;
  font-family: Questrial;
}
.resort .box-text .item-content,
.w-suites .box-text .item-content {
  font-size: 20px;
  line-height: 1.5;
}
.resort .box-text .item-content.suites,
.w-suites .box-text .item-content.suites {
  margin-bottom: 35px;
}
.resort .box-text .choose-resort,
.w-suites .box-text .choose-resort {
  font-family: Questrial;
  font-size: 20px;
  text-align: center;
  color: #bcb221;
}
.resort .box-text .choose-resort i,
.w-suites .box-text .choose-resort i {
  display: block;
  margin: 0;
}
.resort .box-destines .box-item,
.w-suites .box-destines .box-item {
  background-color: #f0f0f0;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.resort .box-destines .box-item .fl-left,
.w-suites .box-destines .box-item .fl-left {
  float: left;
}
.resort .box-destines .box-item .fl-right,
.w-suites .box-destines .box-item .fl-right {
  float: right;
}
.resort .box-destines .box-item .box-information,
.w-suites .box-destines .box-item .box-information {
  padding: 30px 50px;
  text-align: center;
}
.resort .box-destines .box-item .box-information .box-content .item-logo,
.w-suites .box-destines .box-item .box-information .box-content .item-logo {
  width: 335px;
  margin-bottom: 10px;
}
.resort .box-destines .box-item .box-information .box-content .item-logo.mid-size,
.w-suites .box-destines .box-item .box-information .box-content .item-logo.mid-size {
  width: 260px;
}
.resort .box-destines .box-item .box-information .box-content .item-title,
.w-suites .box-destines .box-item .box-information .box-content .item-title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.resort .box-destines .box-item .box-information .box-bottom,
.w-suites .box-destines .box-item .box-information .box-bottom {
  font-family: Questrial;
  padding-top: 0;
  color: #4a4a4a;
}
.resort .box-destines .box-item .box-information .box-bottom .min-size,
.w-suites .box-destines .box-item .box-information .box-bottom .min-size {
  font-size: 20px;
  color: #4a4a4a;
  font-family: Questrial;
  margin-bottom: 0;
}
.resort .box-destines .box-item .box-information .box-bottom .item-content,
.w-suites .box-destines .box-item .box-information .box-bottom .item-content {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.resort .box-destines .box-item .box-information .box-bottom .item-content.price,
.w-suites .box-destines .box-item .box-information .box-bottom .item-content.price {
  font-size: 24px;
  margin-bottom: 30px;
}
.resort .box-destines .box-item .box-information .box-bottom .btn,
.w-suites .box-destines .box-item .box-information .box-bottom .btn {
  border-radius: 2px;
  height: 45px;
  line-height: 45px;
  margin: 0;
}
.resort .box-destines .box-item .box-information .box-bottom .btn.btn-destine,
.w-suites .box-destines .box-item .box-information .box-bottom .btn.btn-destine {
  border: solid 1px #4a4a4a;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #4a4a4a;
}
.resort .box-destines .box-item .box-information .box-bottom .btn.btn-resort,
.w-suites .box-destines .box-item .box-information .box-bottom .btn.btn-resort {
  background-color: #bcb221;
  font-family: Questrial;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.resort .box-destines .box-item .box-information .box-bottom .btn.with-hover:hover,
.w-suites .box-destines .box-item .box-information .box-bottom .btn.with-hover:hover {
  background-color: #801336;
}
.resort .box-destines .box-item .box-image,
.w-suites .box-destines .box-item .box-image {
  height: 500px;
  display: block;
  width: 100%;
}
.resort .box-destines .box-item .box-image.cabos,
.w-suites .box-destines .box-item .box-image.cabos {
  background: url("/images/resorts/grand_velas_wellness_resort_en_los_cabos.png") no-repeat center center/cover;
}
.resort .box-destines .box-item .box-image.vallarta,
.w-suites .box-destines .box-item .box-image.vallarta {
  background: url("/images/resorts/casa_velas_wellness_resort_en_puerto_vallarta.png") no-repeat center center/cover;
}
.resort .box-destines .box-item .box-image.nayarit,
.w-suites .box-destines .box-item .box-image.nayarit {
  background: url("/images/resorts/grand_velas_wellness_resort_en_riviera_nayarit.png") no-repeat center center/cover;
}
.resort .box-destines .box-item .box-image.maya,
.w-suites .box-destines .box-item .box-image.maya {
  background: url("/images/resorts/grand_velas_wellness_resort_en_riviera_maya.png") no-repeat center center/cover;
}
.resort .box-suites,
.w-suites .box-suites {
  height: 767px;
  text-align: center;
}
.resort .box-suites.maya,
.w-suites .box-suites.maya {
  background: url("/images/resorts/riviera-maya/suites_de_lujo_en_grand_velas_wellness_resort_riviera_maya.png") no-repeat center center/cover;
}
.resort .box-suites.cabos,
.w-suites .box-suites.cabos {
  background: url("/images/resorts/los-cabos/suites_de_lujo_en_grand_velas_wellness_resort_los_cabos.png") no-repeat center center/cover;
}
.resort .box-suites.nayarit,
.w-suites .box-suites.nayarit {
  background: url("/images/resorts/riviera-nayarit/suites_de_lujo_en_grand_velas_wellness_resort_riviera_nayarit.png") no-repeat center center/cover;
}
.resort .box-suites.vallarta,
.w-suites .box-suites.vallarta {
  background: url("/images/resorts/puerto-vallarta/suites_de_lujo_en_casa_velas_wellness_hotel_puerto_vallarta.png") no-repeat center center/cover;
}
.resort .box-suites .b-title,
.w-suites .box-suites .b-title {
  font-family: Questrial;
  font-size: 30px;
  color: #4a4a4a;
  margin-top: 50px;
}
.resort .box-suites .b-content,
.w-suites .box-suites .b-content {
  margin-top: 40px;
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
}
.resort .box-restaurante,
.w-suites .box-restaurante {
  margin: 120px 0;
  display: inline-block;
  width: 100%;
  height: 364px;
}
.resort .box-restaurante .box-image,
.w-suites .box-restaurante .box-image {
  width: 95%;
  height: 364px;
}
.resort .box-restaurante .box-image.maya,
.w-suites .box-restaurante .box-image.maya {
  background: url("/images/resorts/riviera-maya/restaurantes_en_grand_velas_wellness_resort_riviera_maya.png") no-repeat center center/cover;
}
.resort .box-restaurante .box-image.cabos,
.w-suites .box-restaurante .box-image.cabos {
  background: url("/images/resorts/los-cabos/restaurantes_en_grand_velas_wellness_resort_los_cabos.png") no-repeat center center/cover;
}
.resort .box-restaurante .box-image.nayarit,
.w-suites .box-restaurante .box-image.nayarit {
  background: url("/images/resorts/riviera-nayarit/restaurantes_en_grand_velas_wellness_resort_riviera_nayarit.png") no-repeat center center/cover;
}
.resort .box-restaurante .box-image.vallarta,
.w-suites .box-restaurante .box-image.vallarta {
  background: url("/images/resorts/puerto-vallarta/restaurantes_en_casa_velas_wellness_hotel_puerto_vallarta.png") no-repeat center center/cover;
}
.resort .box-restaurante .box-content,
.w-suites .box-restaurante .box-content {
  padding-top: 50px;
}
.resort .box-restaurante .box-content .box-subtitle,
.w-suites .box-restaurante .box-content .box-subtitle {
  margin-bottom: 65px;
}
.resort .box-restaurante .box-content .box-subtitle .b-title.underline-short::after,
.w-suites .box-restaurante .box-content .box-subtitle .b-title.underline-short::after {
  left: -20%;
  right: -20%;
}
.resort .box-info,
.w-suites .box-info {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #4a4a4a;
  display: block;
  padding: 0;
}
.resort .box-spa,
.w-suites .box-spa {
  padding-top: 40px;
  min-height: 500px;
}
.resort .box-spa.maya,
.w-suites .box-spa.maya {
  background: url("/images/resorts/riviera-maya/spa_de_lujo_en_grand_velas_wellness_resort_riviera_maya.png") no-repeat center center/cover;
}
.resort .box-spa.cabos,
.w-suites .box-spa.cabos {
  background: url("/images/resorts/los-cabos/spa_de_lujo_en_grand_velas_wellness_resort_los_cabos.png") no-repeat center center/cover;
}
.resort .box-spa.nayarit,
.w-suites .box-spa.nayarit {
  background: url("/images/resorts/riviera-nayarit/spa_de_lujo_en_grand_velas_wellness_resort_riviera_nayarit.png") no-repeat center center/cover;
}
.resort .box-spa.vallarta,
.w-suites .box-spa.vallarta {
  background: url("/images/resorts/puerto-vallarta/spa_de_lujo_en_casa_velas_wellness_hotel_puerto_vallarta.png") no-repeat center center/cover;
}
.resort .box-spa .box-body,
.w-suites .box-spa .box-body {
  padding: 25px 50px 30px;
  width: 400px;
  height: 424px;
  background: rgba(19,17,17,0.769);
  margin-left: 80px;
}
.resort .box-spa .box-title,
.w-suites .box-spa .box-title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.17;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.resort .box-spa .box-title span,
.w-suites .box-spa .box-title span {
  font-size: 20px;
  line-height: 1.75;
  display: block;
}
.resort .box-spa .box-content,
.w-suites .box-spa .box-content {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.resort .box-spa .btn,
.w-suites .box-spa .btn {
  bottom: 0;
  margin-top: 30px;
  position: relative;
}
.resort .box-location,
.w-suites .box-location {
  padding-top: 50px;
}
.resort .box-location .box-subtitle .b-title,
.w-suites .box-location .box-subtitle .b-title {
  font-size: 45px;
}
.resort .box-location .box-map,
.w-suites .box-location .box-map {
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
.resort .box-location .box-map.maya,
.w-suites .box-location .box-map.maya {
  background: url("/images/resorts/riviera-maya/ubicacion_de_grand_velas_riviera_maya.png") no-repeat center center/cover;
}
.resort .box-location .box-map.cabos,
.w-suites .box-location .box-map.cabos {
  background: url("/images/resorts/los-cabos/ubicacion_de_grand_velas_los_cabos.png") no-repeat center center/cover;
}
.resort .box-location .box-map.nayarit,
.w-suites .box-location .box-map.nayarit {
  background: url("/images/resorts/riviera-nayarit/ubicacion_de_grand_velas_riviera_nayarit.png") no-repeat center center/cover;
}
.resort .box-location .box-map.vallarta,
.w-suites .box-location .box-map.vallarta {
  background: url("/images/resorts/puerto-vallarta/ubicacion_de_casa_velas_puerto_vallarta.png") no-repeat center center/cover;
}
.resort .box-location .map,
.w-suites .box-location .map {
  height: 450px;
  position: relative;
  transform: translateY(-100%);
}
.resort .box-location .map.out-effect,
.w-suites .box-location .map.out-effect {
  transition-timing-function: ease-in;
  transition: 1s;
  transform: translateY(0);
}
.resort .box-location .btn,
.w-suites .box-location .btn {
  position: absolute;
  bottom: 30px;
  margin: 0;
  left: 30px;
}
.resort .box-blog .box-subtitle,
.w-suites .box-blog .box-subtitle {
  margin-top: 60px;
  margin-bottom: 35px;
}
.resort .box-blog .slider-widget .owl-carousel .owl-stage-outer .owl-item,
.w-suites .box-blog .slider-widget .owl-carousel .owl-stage-outer .owl-item {
  width: calc(90% / 3);
  margin-right: calc(10% / 3);
}
.resort .box-blog .slider-widget .item,
.w-suites .box-blog .slider-widget .item {
  width: 100%;
  padding: 0 12px;
  min-height: 460px;
}
.resort .box-blog .slider-widget .item .img,
.w-suites .box-blog .slider-widget .item .img {
  width: 100%;
  max-width: 100%;
  background: transparent;
}
.resort .box-blog .slider-widget .item .img img,
.w-suites .box-blog .slider-widget .item .img img {
  min-height: 276px;
  object-fit: cover;
}
.resort .box-blog .btn.small,
.w-suites .box-blog .btn.small {
  width: 193px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.general-schedule .box-welcome {
  margin-top: 150px;
  background: url("/images/general_schedule/programas_wellness_en_grand_velas_resorts_mexico.png") no-repeat center center/cover;
  min-height: 657px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.general-schedule .box-welcome .box-info {
  left: 45px;
  position: absolute;
  max-width: 630px;
  top: 50px;
}
.general-schedule .box-welcome .box-info h1.title-section {
  margin-bottom: 0;
}
.general-schedule .box-welcome .box-info .title-section {
  color: #fff;
  font-family: Questrial;
  font-size: 24px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 2.08;
}
.general-schedule .box-welcome .box-info .title-section span {
  font-size: 45px;
  line-height: 1.11;
}
.general-schedule .box-welcome .box-info .content-section {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  color: #4a4a4a;
}
.general-schedule .box-content {
  min-height: 700px;
}
.general-schedule .box-content.general {
  padding-top: 85px;
}
.general-schedule .box-content .box-head {
  margin-bottom: 75px;
}
.general-schedule .box-content .box-head .title-section {
  height: 25px;
  font-family: Questrial;
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}
.general-schedule .box-content .box-accordeon .line-bottom {
  border-bottom: solid 2px rgba(155,155,155,0.5);
}
.general-schedule .box-content .box-accordeon .uk-accordion li {
  margin-top: 0;
}
.general-schedule .box-content .box-accordeon .uk-open .uk-accordion-title::after {
  content: "-";
}
.general-schedule .box-content .box-accordeon .uk-accordion-content {
  font-family: Questrial;
  margin-top: 10px;
}
.general-schedule .box-content .box-accordeon .uk-accordion-content .accordeon-content {
  padding-left: 85px;
}
.general-schedule .box-content .box-accordeon .uk-accordion-content .accordeon-content .c_description {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 25px;
}
.general-schedule .box-content .box-accordeon .uk-accordion-content .accordeon-content .c_title {
  font-family: Questrial;
  font-size: 25px;
  text-align: left;
  color: #bcb221;
}
.general-schedule .box-content .box-accordeon .uk-accordion-content .accordeon-content .list_services {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
}
.general-schedule .box-content .box-accordeon .uk-accordion-content .accordeon-content .list_services li {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #4a4a4a;
  padding-left: 10px;
}
.general-schedule .box-content .box-accordeon .uk-accordion-title::after {
  font-family: Questrial;
  font-size: 45px;
  line-height: 75px;
  text-align: center;
  color: #bcb221;
  content: "+";
  background-image: unset;
}
.general-schedule .box-content .box-accordeon .item-accordeon {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 79px;
  border-top: solid 2px rgba(155,155,155,0.5);
}
.general-schedule .box-content .box-accordeon .item-accordeon .accordeon-left {
  display: inline-block;
  float: left;
  width: 75px;
  height: 75px;
  padding: 10px;
}
.general-schedule .box-content .box-accordeon .item-accordeon .accordeon-right {
  padding-left: 15px;
  padding-top: 10px;
  font-family: Questrial;
  display: inline-block;
  float: left;
  width: auto;
  height: 75px;
}
.general-schedule .box-content .box-accordeon .item-accordeon .accordeon-right .c_subtitle {
  font-size: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
  display: inherit;
}
.general-schedule .box-content .box-accordeon .item-accordeon .accordeon-right .c_title {
  font-size: 30px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  width: 100%;
  line-height: 1;
}
.box-wellnessing .box-top {
  height: 300px;
  padding-top: 100px;
}
.box-wellnessing .box-top .box-int {
  position: absolute;
}
.box-wellnessing .box-top .box-int .title {
  font-family: Questrial;
  font-size: 45px;
  line-height: 1;
  text-align: center;
  color: #bcb221;
  top: 20%;
  position: relative;
}
.box-wellnessing .box-top .box-int .content {
  font-family: Questrial;
  font-size: 120px;
  line-height: 1;
  text-align: center;
  color: #bcb221;
  display: block;
  position: relative;
  top: 15%;
}
.box-wellnessing .box-bottom {
  background: url("/images/home/wellness-back.png") no-repeat center bottom/cover;
  height: 275px;
}
.box-wellnessing .box-bottom .box-left .content {
  margin: 25px 0 0 0;
  font-family: Questrial;
  font-size: 18px;
  line-height: 1.67;
  text-align: justify;
  color: #4a4a4a;
  width: 100%;
}
.box-wellnessing .box-bottom .box-left .content.width-custom {
  margin-top: 15px;
}
.box-wellnessing .box-bottom .box-left .content span {
  display: inline-block;
  font-family: Questrial;
  font-size: 36px;
  line-height: 0.97;
  text-align: center;
  color: #4a4a4a;
  text-transform: inherit;
  margin: 0 0 0 15px;
}
.box-wellnessing .box-bottom .box-left .btn {
  border-radius: 2px;
  font-family: Questrial;
  font-size: 22px;
  line-height: 45px;
  padding: 0;
  margin: 25px auto;
  letter-spacing: 1.5px;
  text-align: center;
  background: #bcb221;
  color: #fff;
  float: left;
  width: 300px;
}
.box-wellnessing .box-bottom .box-right {
  background-image: url("/images/image_360.png");
  width: 300px;
  height: 300px;
  position: absolute;
  top: -150px;
  right: 0;
}
.spa .slider-widget .inner-container .item {
  width: 100%;
}
.spa .box-text {
  margin: 90px 0;
}
.spa .box-text .content {
  padding: 0 5%;
}
.spa .box-text .content .subtitle {
  font-family: Questrial;
  font-size: 20px;
  text-align: center;
  color: #c7bf44;
  margin-bottom: 20px;
}
.spa .box-text .content .b-content {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  color: #4a4a4a;
}
.spa .box-welcome {
  padding-top: 45px;
  background: url("/images/spa/hoteles_y_spa_wellness_en_mexico.png") no-repeat center 0/cover;
  min-height: 657px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.spa .box-welcome .box-info {
  text-align: center;
}
.spa .box-welcome .box-info .title-section {
  color: #4a4a4a;
  font-family: Questrial;
  font-size: 45px;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.spa .box-welcome .box-info .content-section {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  color: #4a4a4a;
}
.spa .box-spa {
  margin-bottom: 45px;
}
.spa .box-spa .box-int-spa {
  padding-top: 40px;
  min-height: 500px;
  width: 100%;
  position: relative;
  left: 0;
}
.spa .box-spa .box-int-spa.abja-spa {
  background: url("/images/spa/abja_spa_by_casa_velas_en_mexico_1.jpg") no-repeat center center/cover;
}
.spa .box-spa .box-int-spa.abja-spa-c {
  background: url("/images/spa/abja_spa_by_casa_velas_en_mexico_2.jpg") no-repeat center center/cover;
}
.spa .box-spa .box-int-spa.abja-spa-b {
  background: url("/images/spa/abja_spa_by_casa_velas_en_mexico_3.jpg") no-repeat center center/cover;
}
.spa .box-spa .box-int-spa.se-spa {
  background: url("/images/spa/se_spa_by_grand_velas_en_mexico_1.jpg") no-repeat center center/cover;
}
.spa .box-spa .box-int-spa.se-spa-c {
  background: url("/images/spa/se_spa_by_grand_velas_en_mexico_2.jpg") no-repeat center center/cover;
}
.spa .box-spa .box-int-spa.se-spa-b {
  background: url("/images/spa/se_spa_by_grand_velas_en_mexico_3.jpg") no-repeat center center/cover;
}
.spa .slider-widget .box-body {
  padding: 25px 50px 30px;
  width: 400px;
  height: 424px;
  background: rgba(19,17,17,0.769);
  margin-left: 50px;
  position: absolute;
  z-index: 3;
  top: 40px;
}
.spa .slider-widget .box-title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.17;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.spa .slider-widget .box-title span {
  font-size: 20px;
  line-height: 1.75;
  display: block;
}
.spa .slider-widget .box-content {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.spa .slider-widget .btn {
  position: absolute;
  bottom: 30px;
  margin-top: 30px;
}
.spa-show {
  margin-top: 134px;
}
.spa-show .box-welcome {
  padding-top: 85px;
  min-height: 657px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.spa-show .box-welcome.se-spa {
  background: url("/images/spa/spa-se/se_spa_by_grand_velas.png") no-repeat center 0/cover;
}
.spa-show .box-welcome.abja-spa {
  background: url("/images/spa/spa-abja/abja_spa_by_casa_velas_puerto_vallarta.jpg") no-repeat center 0/cover;
}
.spa-show .box-welcome .box-logo {
  text-align: center;
  position: relative;
}
.spa-show .box-welcome .box-logo .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.spa-show .box-welcome .box-logo .b-text {
  font-family: Questrial;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.spa-show .box-text .box-subtitle {
  margin: 140px 0 50px;
}
.spa-show .box-text .box-subtitle .b-title {
  text-align: center;
}
.spa-show .box-text .box-subtitle .linea-bot {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
}
.spa-show .box-text .box-info {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
  color: #4a4a4a;
}
.spa-show .box-text .box-list {
  padding: 0 100px;
  margin-top: 150px;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #c7bf44;
  text-align: center;
  padding-bottom: 25px;
}
.spa-show .box-text .box-list .lbl-list {
  position: relative;
  top: -20px;
  background: #fff;
  display: inline-block;
  width: 250px;
  height: 31px;
  font-family: Questrial;
  font-size: 30px;
  text-align: center;
  color: #4a4a4a;
  font-weight: 400;
}
.spa-show .box-text .box-list .ul-list {
  margin: 0 0 0 30px;
}
.spa-show .box-text .box-list .ul-list li {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #9b9b9b;
}
.section-blog {
  position: relative;
  top: 134px;
  padding-bottom: 100px;
}
.section-blog .btn-tag {
  border-radius: 2px;
  border: solid 1px #bcb221;
  width: 105px;
  height: 25px;
  font-family: Questrial;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #bcb221;
  display: inline-block;
  padding: 0;
  line-height: 25px;
  text-decoration: none;
  margin: 0 2px;
  text-transform: uppercase;
}
.section-blog .btn-tag:hover,
.section-blog .btn-tag:active {
  color: #fff;
  background-color: #bcb221;
}
.section-blog .box-welcome .item-title {
  text-align: center;
  margin: 50px 0;
}
.section-blog .box-welcome .item-title .linea-bot {
  margin: 0 auto 10px;
}
.section-blog .box-welcome .item-title .title-section {
  font-family: Questrial;
  font-size: 40px;
  text-align: center;
  color: #9b9b9b;
  text-transform: uppercase;
}
.section-blog .box-welcome .background-image {
  background: url("/images/blog/background.png") no-repeat center 0/cover;
  min-height: 500px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.section-blog .box-welcome .background-image.show-preview {
  background: url("/images/blog/background.png") no-repeat center 0/cover;
}
.section-blog .box-welcome .background-image .box-information {
  position: absolute;
  width: 100%;
  bottom: 25px;
}
.section-blog .box-welcome .background-image .box-tags {
  text-align: center;
}
.section-blog .box-welcome .background-image .box-text {
  text-align: center;
  margin-top: 10px;
}
.section-blog .box-welcome .background-image .box-text .subtitle-section {
  font-family: Questrial;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.section-blog .box-welcome .background-image .box-text .date-section {
  font-family: Questrial;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.section-blog .box-blogs {
  padding-top: 40px;
}
.section-blog .box-blogs .layout-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.section-blog .box-blogs .layout-blog .image-wrapper {
  width: 40%;
  display: inline-block;
  float: left;
}
.section-blog .box-blogs .layout-blog .image-wrapper .img-responsive {
  width: 100%;
  height: auto;
}
.section-blog .box-blogs .layout-blog .content-wrapper {
  width: 60%;
  display: inline-block;
  float: left;
  padding-left: 15px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-title {
  margin-bottom: 15px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-title .title-blog {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: #4a4a4a;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-date .btn-tag {
  width: auto;
  padding: 0 15px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-date .separator-left {
  width: 1px;
  height: 19px;
  display: inline-block;
  background-color: #4a4a4a;
  color: #4a4a4a;
  position: relative;
  top: 5px;
  left: 15px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-date .item-date {
  font-family: Questrial;
  line-height: 1.67;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 25px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-description {
  margin-bottom: 25px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-description .item-description {
  font-family: Questrial;
  line-height: 1.67;
  text-align: left;
  color: #4a4a4a;
  font-size: 18px;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-btn .btn-blog {
  font-family: Questrial;
  font-size: 18px;
  text-align: left;
  color: #4a4a4a;
  text-decoration: none;
}
.section-blog .box-blogs .layout-blog .content-wrapper .box-btn .btn-blog:hover,
.section-blog .box-blogs .layout-blog .content-wrapper .box-btn .btn-blog:active {
  color: #bcb221;
}
.section-blog .filter-wrapper .m-medium {
  padding: 25px 0;
}
.section-blog .filter-wrapper .m-medium .title-filter {
  margin-bottom: 25px;
}
.section-blog .filter-wrapper .m-bottom {
  padding: 35px 0 15px;
}
.section-blog .filter-wrapper .box-filter {
  border-left: 2px solid #bcb221;
  border-bottom: 2px solid #bcb221;
  padding-left: 25px;
}
.section-blog .filter-wrapper .box-filter.b-bottom {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-blog .filter-wrapper .box-filter .title-filter {
  font-family: Questrial;
  font-size: 24px;
  line-height: 2.29;
  text-align: left;
  color: #bcb221;
}
.section-blog .filter-wrapper .box-filter .group-search {
  border-bottom: solid 2px #9b9b9b;
  position: relative;
  margin-bottom: 50px;
}
.section-blog .filter-wrapper .box-filter .group-search .search_text {
  border: 0;
  color: #9b9b9b;
  font-size: 18px;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 5px;
  height: 40px;
  outline: none;
  padding-bottom: 0;
}
.section-blog .filter-wrapper .box-filter .group-search .btn-search {
  position: absolute;
  font-size: 25px;
  border: 0;
  color: #9b9b9b;
  top: 0;
  left: 0;
  background: transparent;
}
.section-blog .filter-wrapper .box-filter .list-categories {
  padding-left: 0;
  list-style-type: none;
}
.section-blog .filter-wrapper .box-filter .list-categories li {
  margin-bottom: 15px;
}
.section-blog .filter-wrapper .box-filter .list-categories li a {
  text-decoration: none;
  font-family: Questrial;
  font-size: 18px;
  text-align: left;
  color: #9b9b9b;
}
.section-blog .filter-wrapper .box-filter .list-categories li a:hover,
.section-blog .filter-wrapper .box-filter .list-categories li a:active {
  color: #bcb221;
}
.section-blog .filter-wrapper .box-filter .list-social {
  padding-left: 0;
  list-style-type: none;
}
.section-blog .filter-wrapper .box-filter .list-social li {
  margin-right: 15px;
  display: inline-block;
}
.section-blog .filter-wrapper .box-filter .list-social li a {
  text-decoration: none;
  font-family: Questrial;
  font-size: 35px;
  text-align: center;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
}
.section-blog .filter-wrapper .box-filter .list-social li a:hover,
.section-blog .filter-wrapper .box-filter .list-social li a:active {
  color: #bcb221;
  border-color: #bcb221;
}
.section-blog .filter-wrapper .box-filter .list-social li a i {
  line-height: 40px;
  font-size: 30px;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.section-blog .filter-wrapper .box-filter .group-blog .layout-mini {
  min-height: 105px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.section-blog .filter-wrapper .box-filter .group-blog .layout-mini:last-child {
  margin-bottom: 5px;
}
.section-blog .filter-wrapper .box-filter .group-blog .layout-mini .image-wrapper {
  width: 45%;
  margin-right: 5%;
  float: left;
  display: inline-block;
}
.section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper {
  width: 50%;
  float: left;
  display: inline-block;
}
.section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper .title-blog {
  font-family: Questrial;
  font-size: 14px;
  text-align: left;
  color: #4a4a4a;
  margin: 10px 0;
}
.section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper .description-blog {
  font-family: Questrial;
  font-size: 12px;
  text-align: left;
  color: #4a4a4a;
}
.section-blog .box-blog-item {
  margin-top: 43px;
}
.section-blog .box-blog-item .header-blog .box-date .separator-left {
  width: 1px;
  height: 19px;
  display: inline-block;
  background-color: #4a4a4a;
  color: #4a4a4a;
  position: relative;
  top: 5px;
  left: 15px;
}
.section-blog .box-blog-item .header-blog .box-date .item-date {
  font-family: Questrial;
  line-height: 1.67;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 25px;
}
.section-blog .box-blog-item .header-blog .box-title .title-blog {
  font-family: Questrial;
  font-size: 40px;
  line-height: 1.25;
  text-align: left;
  color: #4a4a4a;
  padding-right: 10%;
  margin-top: 15px;
}
.section-blog .box-blog-item .box-social {
  width: 100%;
  text-align: center;
}
.section-blog .box-blog-item .box-social .title-social {
  display: inline-block;
  text-transform: uppercase;
  font-family: Questrial;
  font-size: 14px;
  text-align: center;
  color: #4a4a4a;
  margin: 10px 0 0;
  width: 100%;
}
.section-blog .box-blog-item .box-social .share-social {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
}
.section-blog .box-blog-item .box-social .share-social li {
  display: inline-block;
  margin: 0 10px;
}
.section-blog .box-blog-item .box-social .share-social li .jssocials-share-link {
  text-decoration: none;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  border: 2px solid #9b9b9b;
  border-radius: 100px;
  color: #9b9b9b;
}
.section-blog .box-blog-item .box-social .share-social li .jssocials-share-link:hover {
  color: #bcb221;
  border-color: #bcb221;
}
.section-blog .box-blog-item .box-social .share-social li .jssocials-share-link i {
  font-size: 16px;
  line-height: 25px;
}
.section-blog .box-blog-item .box-content {
  padding-top: 50px;
}
.section-blog .box-blog-item .box-content .text {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  color: #4a4a4a;
}
.section.contact .home {
  background: url("/images/contact/background.png") no-repeat center center/cover;
}
.section.contact .box-contact .layout-destine {
  padding: 0 20px 25px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-bottom: 2px solid #bcb221;
  display: inline-block;
}
.section.contact .box-contact .layout-destine .title-item {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #4a4a4a;
  display: block;
  margin-bottom: 25px;
}
.section.contact .box-contact .layout-destine .box-info .text,
.section.contact .box-contact .layout-destine .box-info .c_mail,
.section.contact .box-contact .layout-destine .box-info .tel {
  font-family: Questrial;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #4a4a4a;
  width: calc(100% - 30px);
  display: inline-block;
  float: left;
  padding-left: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.section.contact .box-contact .layout-destine .box-info i {
  font-size: 26px;
  color: #bcb221;
  width: 25px;
  float: left;
}
.section.alchymist .home {
  background: url("/images/alchymist/background.png") no-repeat center center/cover;
}
.section.alchymist .home .title {
  font-family: Questrial;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.section.alchymist .home .title.underlined {
  border-bottom: 2px solid #bcb221;
}
.section.alchymist .search-form {
  margin: 130px 0 70px;
}
.section.alchymist .search-form input.form-control {
  width: 100%;
  padding-left: 45px;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
}
.section.alchymist .faqs .title {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #4a4a4a;
}
.section.alchymist .faqs .title.underlined {
  border-bottom: 2px solid #bcb221;
}
.section.alchymist .faqs .content {
  margin-bottom: 50px;
}
.section.alchymist .faqs .panel-group .panel.default {
  border-bottom: 2px solid #bcb221;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}
.section.alchymist .faqs .panel-group .panel .panel-heading {
  border: 0;
}
.section.alchymist .faqs .panel-group .panel .panel-heading .panel-title .title_search {
  color: #4a4a4a;
  font-family: Questrial;
  font-size: 20px;
  text-decoration: none;
}
.section.alchymist .faqs .panel-group .panel .panel-heading .panel-title .title_search:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.section.alchymist .faqs .panel-group .panel .panel-collapse .panel-body {
  border: 0;
}
.section.alchymist .faqs .form-alchymist {
  margin: 0;
  width: 100%;
}
.section.alchymist .faqs .form-alchymist .form-control {
  height: 60px;
  line-height: 60px;
  font-family: Questrial;
  font-size: 20px;
  text-align: left;
  color: #9b9b9b;
  padding-left: 20px;
}
.section.alchymist .faqs .form-alchymist .form-control.txtarea {
  height: 140px;
  resize: none;
}
.section.wellness-360b {
  top: 135px;
  padding-top: 25px;
  position: relative;
  min-height: 590px;
  padding-bottom: 100px;
}
.section.wellness-360b .box-text.suites {
  margin-bottom: 0;
  min-height: 50px;
  padding-top: 0;
  position: relative;
  top: -50px;
}
.section.wellness-360b .section-wellness-360 .box-top {
  padding-top: 0;
  z-index: 1;
  position: relative;
}
.section.wellness-360b .section-wellness-360 .box-top .box-int {
  top: 0;
}
.section.wellness-360b .section-wellness-360 .box-top .box-int .title {
  font-family: Questrial;
  font-size: 55px;
  line-height: 1;
  text-align: left;
  color: #bcb221;
  margin-top: 0;
}
.section.wellness-360b .section-wellness-360 .box-top .box-int .content {
  font-family: Questrial;
  font-size: 170px;
  line-height: 0.89;
  text-align: left;
  color: #bcb221;
}
.section.wellness-360b .section-wellness-360 .box-bottom {
  background: url("/images/wellness-360/background.png") no-repeat center bottom/cover;
  height: 395px;
  top: -165px;
  position: relative;
}
.section.wellness-360b .section-wellness-360 .box-bottom .box-left {
  top: 100px;
  position: relative;
}
.section.wellness-360b .section-wellness-360 .box-bottom .box-left .content {
  font-family: Questrial;
  font-size: 18px;
  line-height: 1.67;
  text-align: justify;
  color: #4a4a4a;
  margin-top: 15px;
}
.section.wellness-360b .section-wellness-360 .box-bottom .box-left .content.width-custom {
  font-family: Questrial;
  font-size: 30px;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.5px;
}
.section.wellness-360b .section-wellness-360 .box-bottom .box-right {
  display: block;
  background: url("/images/wellness-360/wellness_360.png") no-repeat center center/cover;
  width: 100%;
  height: 590px;
  position: absolute;
  top: -150px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .pagination-list .pagination li {
    margin: 0 3px;
  }
  .pagination-list .pagination li a {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .pagination-list .pagination li.pag-movil a,
  .pagination-list .pagination li.pag-movil span {
    font-size: 35px;
    line-height: 29px;
    height: 37px;
  }
  .padding-xs-0 {
    padding: 0;
  }
  .linea-bot {
    margin: 5px auto 0;
    width: 90%;
  }
  .widget.awards .awards-title {
    font-size: 25px;
  }
  .widget.divisor {
    overflow: hidden;
  }
  .widget.divisor .square::after {
    margin-right: 60px;
    margin-top: 1.7em;
  }
  .widget.divisor .square::before {
    margin-left: 60px;
    margin-top: 1.7em;
  }
  footer {
    padding-top: 100px;
  }
  .section .box-wellnessing {
    line-height: 1;
  }
  .section .box-wellnessing .box-top {
    height: auto;
    padding-top: 20px;
    display: inline-block;
  }
  .section .box-wellnessing .box-top .box-int {
    position: relative;
  }
  .section .box-wellnessing .box-top .box-int .title {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    font-size: 35px;
  }
  .section .box-wellnessing .box-top .box-int .content {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 110px;
    top: 0;
    margin-top: 0;
  }
  .section .box-wellnessing .box-bottom {
    background-position-y: -250px;
    height: auto;
    padding-top: 15px;
  }
  .section .box-wellnessing .box-bottom .box-left {
    position: relative;
    width: 100%;
    display: grid;
    text-align: center;
  }
  .section .box-wellnessing .box-bottom .box-left .content {
    margin: 0 0 20px;
    order: 2;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
  }
  .section .box-wellnessing .box-bottom .box-left .width-custom {
    order: 1;
  }
  .section .box-wellnessing .box-bottom .box-left .width-custom span {
    width: 100%;
    margin: 0;
  }
  .section .box-wellnessing .box-bottom .box-right {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    height: 246px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section .box-wellnessing .box-bottom .btn {
    height: 50px;
    line-height: 50px;
    width: calc(100% + 30px);
    margin: 0;
    left: -15px;
    position: relative;
    padding: 0;
    text-align: center;
    font-size: 22px;
  }
  .section .box-welcome {
    min-height: 770px;
    margin-top: 0;
  }
  .section .box-welcome .box-info {
    padding: 15px 0 0;
    position: relative;
    left: 0;
    text-align: center;
  }
  .section .box-welcome .box-info .title-section {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .section .box-welcome .box-info .title-section span {
    line-height: 1.15;
    font-size: 32px;
  }
  .section .box-welcome .box-bot .content-section {
    font-size: 16px;
    line-height: 1.25;
  }
  .section.general-schedule .box-welcome {
    background-position-x: 88%;
  }
  .section.general-schedule .box-content.general {
    padding-top: 40px;
  }
  .section.general-schedule .box-content.general .box-head {
    margin-bottom: 25px;
  }
  .section.general-schedule .box-content.general .box-head .title-section {
    height: auto;
    font-size: 26px;
    line-height: 1.35;
    text-align: center;
    color: #4a4a4a;
  }
  .section.general-schedule .box-content.general .box-accordeon .item-accordeon {
    height: 70px;
  }
  .section.general-schedule .box-content.general .box-accordeon .accordeon-left {
    width: 51px;
    height: 70px;
    padding: 20px 10px 10px;
  }
  .section.general-schedule .box-content.general .box-accordeon .accordeon-right .c_title {
    font-size: 18px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    color: #4a4a4a;
  }
  .section.general-schedule .box-content.general .box-accordeon .accordeon-right .c_subtitle {
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #4a4a4a;
  }
  .section.general-schedule .box-content.general .box-accordeon .uk-accordion-content .accordeon-content {
    padding-left: 50px;
  }
  .section.general-schedule .box-content.general .box-accordeon .uk-accordion-content .accordeon-content .c_description {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .section.general-schedule .box-content.general .box-accordeon .uk-accordion-content .accordeon-content .c_title {
    font-size: 20px;
  }
  .section.general-schedule .box-content.general .box-accordeon .uk-accordion-content .accordeon-content .list_services {
    margin-top: 10px;
  }
  .section.general-schedule .box-content.general .box-accordeon .uk-accordion-content .accordeon-content .list_services li {
    font-size: 16px;
    padding-left: 0;
  }
  .section .box-destines .box-item {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .section .box-destines .box-item .aux-movil {
    float: left;
    width: 100%;
  }
  .section .box-destines .box-item .div-animation .box-information {
    padding: 0;
    width: 100%;
  }
  .section .box-destines .box-item .div-animation .box-information.pv .box-content .item-logo {
    width: 170px;
    margin-bottom: 265px;
  }
  .section .box-destines .box-item .div-animation .box-information .box-content {
    padding-top: 30px;
  }
  .section .box-destines .box-item .div-animation .box-information .box-content .item-logo {
    margin-bottom: 250px;
    width: 220px;
  }
  .section .box-destines .box-item .div-animation .box-information .box-content .item-title {
    margin-bottom: 5px;
    font-size: 26px;
  }
  .section .box-destines .box-item .div-animation .box-information .box-bottom {
    padding: 20px 15px;
  }
  .section .box-destines .box-item .div-animation .box-information .box-bottom .item-content {
    font-size: 16px;
    line-height: 1.25;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .section .box-destines .box-item .div-animation .box-information .box-bottom .btn {
    border-radius: 0;
    position: relative;
    width: 100%;
    margin: 15px auto;
  }
  .section .box-destines .box-item .box-image {
    height: 220px;
    position: absolute;
    top: 150px;
  }
  .section.destination .box-welcome,
  .section.resort .box-welcome {
    padding-top: 50px;
    min-height: 565px;
    background-position-x: 50%;
    background-position-y: 40px;
  }
  .section.destination .box-welcome .box-info,
  .section.resort .box-welcome .box-info {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
  .section.destination .box-welcome .box-info .title-section,
  .section.resort .box-welcome .box-info .title-section {
    font-size: 32px;
    color: #4a4a4a;
  }
  .section.destination .box-welcome .box-info .box-bot .content-section,
  .section.resort .box-welcome .box-info .box-bot .content-section {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
  .section.destination .box-text,
  .section.resort .box-text {
    min-height: auto;
    padding-top: 25px;
  }
  .section.destination .box-text .item-title,
  .section.resort .box-text .item-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .section.destination .box-text .item-content,
  .section.resort .box-text .item-content {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 35px;
    text-align: center;
  }
  .section.destination .box-text .box-gallery .box-img,
  .section.resort .box-text .box-gallery .box-img {
    width: 48%;
    height: 175px;
  }
  .section.destination .box-text .box-gallery .box-img.item-a,
  .section.resort .box-text .box-gallery .box-img.item-a {
    margin-left: 2%;
  }
  .section.destination .box-text .box-gallery .box-img.item-b,
  .section.resort .box-text .box-gallery .box-img.item-b {
    margin-right: 2%;
    margin-left: 0;
  }
  .section.destination .box-text .box-gallery .box-img-movil,
  .section.resort .box-text .box-gallery .box-img-movil {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    display: inline-block;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
  }
  .section.destination .box-text .box-gallery .box-img-movil.movil-cabos,
  .section.resort .box-text .box-gallery .box-img-movil.movil-cabos {
    background-image: url("/images/destinations/los-cabos/los-cabos-movil.png");
  }
  .section.destination .box-text .box-gallery .box-img-movil.movil-vallarta,
  .section.resort .box-text .box-gallery .box-img-movil.movil-vallarta {
    background-image: url("/images/destinations/puerto-vallarta/item-movil.png");
  }
  .section.destination .box-text .box-gallery .box-img-movil.movil-nayarit,
  .section.resort .box-text .box-gallery .box-img-movil.movil-nayarit {
    background-image: url("/images/destinations/riviera-nayarit/item-movil.png");
  }
  .section.destination .box-text .box-gallery .box-img-movil.movil-maya,
  .section.resort .box-text .box-gallery .box-img-movil.movil-maya {
    background-image: url("/images/destinations/riviera-maya/item-movil.png");
  }
  .section.destination .box-destines .item-title,
  .section.resort .box-destines .item-title {
    font-size: 26px;
    line-height: 1.35;
    text-align: center;
    color: #4a4a4a;
  }
  .section.destination .box-destines .box-item,
  .section.resort .box-destines .box-item {
    display: inline-block;
    width: 100%;
  }
  .section.destination .box-destines .box-item .box-information,
  .section.resort .box-destines .box-item .box-information {
    width: 100%;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-logo,
  .section.resort .box-destines .box-item .box-information .box-content .item-logo {
    width: 220px;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom .item-content,
  .section.resort .box-destines .box-item .box-information .box-bottom .item-content {
    padding: 0 5%;
  }
  .section.resort .home {
    min-height: 585px;
  }
  .section.resort .box-welcome .box-info .title-section {
    color: #fff;
    line-height: 1;
  }
  .section.resort .box-text .item-content {
    padding: 0 15px;
  }
  .section.resort .amenities {
    padding: 0 15px;
  }
  .section.resort .amenities .box-subtitle {
    margin-top: 25px;
    font-size: 26px;
    margin-bottom: 15px;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
  .section.resort .amenities .content {
    padding: 0;
  }
  .section.resort .amenities .amenities-list .header-list {
    font-size: 26px;
    color: #4a4a4a;
    width: 200px;
    top: -17px;
  }
  .section.resort .amenities .amenities-list ul li {
    font-size: 20px;
    line-height: 1.5;
  }
  .section.resort .box-suites {
    height: 450px;
    background-position-y: 0;
    position: relative;
  }
  .section.resort .box-suites .b-content {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #4a4a4a;
  }
  .section.resort .box-suites .aux-movil {
    position: absolute;
    bottom: -25px;
    left: 0;
  }
  .section.resort .box-suites .aux-movil .btn {
    width: 100%;
    height: 50px;
    font-size: 22px;
    letter-spacing: 1.5px;
    line-height: 50px;
    margin: 0;
  }
  .section.resort .box-restaurante {
    margin: 70px 0;
    position: relative;
  }
  .section.resort .box-restaurante .box-content {
    padding: 0;
  }
  .section.resort .box-restaurante .box-content .box-subtitle {
    margin-bottom: 240px;
  }
  .section.resort .box-restaurante .box-content .box-info {
    font-size: 16px;
    line-height: 1.38;
    padding-top: 15px;
  }
  .section.resort .box-restaurante .to-movil {
    position: absolute;
    width: 100%;
    top: 60px;
  }
  .section.resort .box-restaurante .box-image {
    height: 215px;
    background-size: contain;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
  .section.resort .box-restaurante .linea-bot {
    margin: 45px auto 0;
  }
  .section.resort .box-spa {
    min-height: 230px;
    height: 230px;
    padding: 0;
    margin-bottom: 400px;
  }
  .section.resort .box-spa.cabos .box-body,
  .section.resort .box-spa.nayarit .box-body,
  .section.resort .box-spa.vallarta .box-body {
    height: 390px;
  }
  .section.resort .box-spa.cabos .box-body .box-content,
  .section.resort .box-spa.nayarit .box-body .box-content,
  .section.resort .box-spa.vallarta .box-body .box-content {
    letter-spacing: -0.4px;
  }
  .section.resort .box-spa .box-body {
    width: calc(100% + 60px);
    left: -30px;
    position: relative;
    margin: 0;
    top: 230px;
    padding: 15px 15px 0;
    height: 360px;
  }
  .section.resort .box-spa .box-body .box-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .section.resort .box-spa .box-body .btn {
    bottom: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .section.resort .box-location .box-subtitle .b-title {
    font-size: 26px;
    line-height: 1.35;
  }
  .section.resort .box-location .linea-bot {
    margin: 45px auto 0;
  }
  .section.resort .box-location .aux-movil {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .section.resort .box-location .box-map {
    overflow: visible;
    height: 200px;
    min-height: 200px;
    width: calc(100% + 30px);
    left: -15px;
  }
  .section.resort .box-location .box-map .map {
    height: 200px;
    min-height: 200px;
  }
  .section.resort .box-location .box-map .btn {
    bottom: -50px;
    width: calc(100% + 30px);
    margin: 0;
    height: 50px;
    left: -15px;
    line-height: 50px;
    font-size: 22px;
  }
  .section.resort .box-blog .item .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
  }
  .section.resort .box-blog .item .img.snip1534 img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
  .section.resort .box-blog .owl-dots {
    width: 100%;
    bottom: 0;
    display: inline-block;
    position: relative;
  }
  .section.resort .box-blog .owl-dots .owl-dot {
    padding: 0;
  }
  .section.resort .box-blog .owl-dots .owl-dot span {
    color: #9b9b9b;
  }
  .section.resort .box-blog .owl-nav button {
    position: absolute;
    top: 30%;
    border: 0;
    outline: none;
    color: #c8c8c8;
    font-size: 20px !important;
  }
  .section.resort .box-blog .owl-nav .owl-prev {
    left: -25px;
  }
  .section.resort .box-blog .owl-nav .owl-next {
    right: -25px;
  }
  .section.resort .box-blog .owl-nav .item {
    width: 100%;
  }
  .section.resort .box-blog .owl-nav .item .btn {
    margin-top: 110px;
  }
  .section.resort .box-blog .owl-nav .item .img {
    width: 100%;
  }
  .section.resort .box-blog .owl-nav .item .img .caption {
    bottom: -90px;
  }
  .section.resort .box-blog .owl-nav .item .box-img {
    height: 260px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .section.spa {
    padding-top: 0;
  }
  .section.spa .box-welcome {
    min-height: 565px;
    background-position-x: 59%;
    background-position-y: 0;
  }
  .section.spa .box-welcome .box-info {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
  .section.spa .box-welcome .box-info .title-section {
    font-size: 32px;
    color: #4a4a4a;
    margin-top: 15px;
  }
  .section.spa .box-welcome .box-info .box-bot {
    display: none;
  }
  .section.spa .box-text {
    min-height: auto;
    padding-top: 25px;
    margin: 0;
  }
  .section.spa .box-text .content {
    padding: 0;
  }
  .section.spa .box-text .subtitle {
    font-size: 26px;
  }
  .section.spa .box-text .b-content {
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 40px;
  }
  .section.spa .box-text .item-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .section.spa .box-text .item-content {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 35px;
  }
  .section.spa .box-spa {
    padding: 0;
    margin-bottom: 0;
  }
  .section.spa .box-spa .box-int-spa {
    min-height: 230px;
    height: 230px;
    padding: 0;
    width: 100%;
    left: 0;
  }
  .section.spa .slider-widget {
    margin-bottom: 350px;
  }
  .section.spa .slider-widget .owl-theme .owl-dots {
    bottom: 0;
  }
  .section.spa .slider-widget .box-body {
    width: 100%;
    left: 0;
    position: absolute;
    margin: 0;
    top: 230px;
    padding: 15px 15px 0;
    height: 300px;
  }
  .section.spa .slider-widget .box-body .box-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .section.spa .slider-widget .box-body .btn {
    border-radius: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .section.spa-show {
    margin-top: 0;
  }
  .section.spa-show .box-welcome {
    min-height: 570px;
    background-position-x: 67%;
    padding: 85px 20px 0;
  }
  .section.spa-show .box-text {
    min-height: auto;
    padding-top: 25px;
    margin: 0;
  }
  .section.spa-show .box-text .box-subtitle {
    margin: 0 0 20px;
  }
  .section.spa-show .box-text .box-subtitle .b-title {
    font-size: 26px;
    color: #4a4a4a;
  }
  .section.spa-show .box-text .box-info {
    font-size: 16px;
    line-height: 1.38;
  }
  .section.spa-show .box-text .box-list {
    margin: 45px 0 0;
    padding: 0;
    text-align: center;
  }
  .section.spa-show .box-text .box-list .lbl-list {
    top: -22px;
  }
  .section.spa-show .box-text .box-list .ul-list {
    margin: 0 0 30px 0;
  }
  .section.spa-show .box-text .box-list .ul-list li {
    font-size: 20px;
    color: #4a4a4a;
  }
  .section.w-suites {
    margin-top: 0;
  }
  .section.w-suites .box-welcome {
    min-height: 570px;
    background-position-x: 50%;
    padding: 0;
    top: 50px;
    margin-bottom: 30px;
  }
  .section.w-suites .box-welcome .slider-text {
    top: 0;
    padding: 0;
    background-image: linear-gradient(to top, rgba(255,255,255,0), #fff);
  }
  .section.w-suites .box-welcome .box-info .title-section {
    font-size: 32px;
    line-height: 1.13;
    text-align: center;
    color: #4a4a4a;
  }
  .section.w-suites .box-welcome .slider-widget .carousel .owl-stage-outer .owl-stage .owl-item .item .img img {
    height: 480px;
    object-fit: cover;
  }
  .section.w-suites .box-text {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .section.w-suites .box-text .item-title {
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .section.w-suites .box-text .item-content {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.38;
    color: #4a4a4a;
  }
  .section.w-suites .box-text .choose-resort {
    font-size: 26px;
  }
  .section.w-suites .box-text .choose-resort i {
    font-size: 14px;
  }
  .section.wellness-suite .home {
    position: relative;
    top: 50px;
    z-index: 2;
    margin: 0;
    width: 100%;
  }
  .section.wellness-suite .home .title {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.13;
    text-align: center;
    color: #4a4a4a;
  }
  .section.wellness-suite .slider-widget .carousel .owl-stage-outer .owl-stage .owl-item .item .img img {
    height: 480px;
    object-fit: cover;
  }
  .section.wellness-suite .slider-widget .owl-dots .owl-dot {
    padding: 0;
  }
  .section.wellness-suite .slider-widget .owl-dots .owl-dot span {
    color: #fff;
  }
  .section.wellness-suite .restore-your-energy {
    margin-top: 50px;
  }
  .section.wellness-suite .restore-your-energy .title {
    font-size: 26px;
    line-height: 1.2;
  }
  .section.wellness-suite .restore-your-energy .content {
    margin: 35px auto 0;
    padding: 0;
  }
  .section.wellness-suite .box-information .box-list {
    margin: 45px 0 0;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .section.wellness-suite .box-information .box-list .img-map {
    padding: 15px;
  }
  .section.wellness-suite .box-information .box-list .lbl-list {
    top: -22px;
  }
  .section.wellness-suite .box-information .box-list .ul-list {
    margin: 0 0 30px 0;
  }
  .section.wellness-suite .box-information .box-list .ul-list li {
    font-size: 20px;
    color: #4a4a4a;
  }
  .section.destinations .box-welcome {
    min-height: 570px;
    background-position-x: 88%;
  }
  .section.destinations .box-welcome .box-info .title-section {
    font-size: 32px;
  }
  .section.destinations .box-welcome .box-info .box-bot .content-section {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
  .section.destinations .box-text {
    min-height: auto;
    padding-top: 0;
  }
  .section.destinations .box-text .item-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .section.destinations .box-text .item-content {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 35px;
  }
  .section.contact .home {
    min-height: 270px;
    padding-top: calc(50% - 60px);
  }
  .section.contact .home .title {
    height: 70px;
    line-height: 70px;
  }
  .section.contact .content .subtitle {
    font-size: 26px;
  }
  .section.contact .content p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #4a4a4a;
    width: calc(100% - 30px);
  }
  .section.contact .box-contact .layout-destine {
    padding: 0 0 15px;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
    margin: 30px 0 0;
  }
  .section.contact .box-contact .layout-destine.last-item {
    border: 0;
  }
  .section.contact .box-contact .layout-destine .title-item {
    text-align: left;
  }
  .section.contact .box-contact .layout-destine .box-info .text {
    text-align: left;
  }
  .section.contact .box-contact .layout-destine .box-info .tel {
    text-align: left;
  }
  .section.contact .box-contact .layout-destine .box-info .c_mail {
    text-align: left;
  }
  .section.wellness-360b {
    top: 80px;
  }
  .section.wellness-360b .box-wellnessing .box-top .box-int .title {
    font-size: 35px;
    text-align: center;
  }
  .section.wellness-360b .box-wellnessing .box-top .box-int .content {
    font-size: 110px;
    letter-spacing: -4.4px;
    text-align: center;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom {
    top: 0;
    position: relative;
    height: 500px;
    margin-bottom: 200px;
    padding-top: 25px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-right {
    top: 0;
    height: 350px;
    width: calc(100% - 30px);
    left: 15px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left {
    top: 0;
    position: relative;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left .content {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.38;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left .content.width-custom {
    font-size: 26px;
  }
  .section.alchymist .home {
    padding-top: 50px;
    height: 520px;
  }
  .section.alchymist .home .img {
    margin: 0 auto 50px;
    min-height: 250px;
  }
  .section.alchymist .home .title {
    width: 210px;
    font-size: 26px;
    line-height: 25px;
    padding: 20px 0;
  }
  .section.alchymist .search-form {
    margin: 50px 0;
  }
  .section.alchymist .search-form p {
    font-size: 26px;
    line-height: 1;
  }
  .section.alchymist .search-form input.form-control {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
  .section.alchymist .faqs .title {
    font-size: 26px;
    line-height: 1.15;
  }
  .section.alchymist .faqs .panel-group .panel {
    margin: 0;
  }
  .section.alchymist .faqs .panel-group .panel-heading {
    padding: 15px;
  }
  .section.alchymist .faqs .panel-group .panel-heading .panel-title .title_search {
    line-height: 1.2;
  }
  .section.alchymist .faqs .panel-group .panel-heading a {
    padding-right: 25px;
  }
  .section.alchymist .faqs .panel-group .panel-heading a i {
    font-size: 20px;
    top: 5px;
  }
  .section.alchymist .faqs .panel-group .panel-body.content_search {
    padding: 15px;
  }
  .section-blog {
    top: 50px;
  }
  .section-blog .box-welcome .item-title {
    margin: 30px 0;
  }
  .section-blog .box-welcome .item-title .title-section {
    text-align: center;
    margin: 50px 0 0;
    font-size: 32px;
    line-height: 1.13;
  }
  .section-blog .btn-tag {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .section-blog .box-blogs .blog-result .layout-blog .image-wrapper {
    width: 100%;
  }
  .section-blog .box-blogs .blog-result .layout-blog .image-wrapper .link img {
    width: 100%;
  }
  .section-blog .box-blogs .blog-result .layout-blog .content-wrapper {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }
  .section-blog .box-blogs .blog-result .layout-blog .content-wrapper .box-title .title-blog {
    text-align: center;
  }
  .section-blog .box-blogs .blog-result .layout-blog .content-wrapper .box-date {
    text-align: left;
  }
  .section-blog .box-blogs .blog-result .layout-blog .content-wrapper .box-date .separator-left {
    display: none;
  }
  .section-blog .box-blogs .blog-result .layout-blog .content-wrapper .box-date .item-date {
    font-size: 14px;
    color: #9b9b9b;
    margin: 10px 0 0;
  }
  .section-blog .box-blogs .blog-result .layout-blog .content-wrapper .box-btn {
    text-align: left;
    margin-bottom: 25px;
  }
  .section-blog .box-blog-item {
    margin-top: 25px;
  }
  .section-blog .box-blog-item .header-blog .box-date {
    text-align: center;
  }
  .section-blog .box-blog-item .header-blog .box-date .separator-left {
    display: none;
  }
  .section-blog .box-blog-item .header-blog .box-date .item-date {
    font-size: 14px;
    color: #9b9b9b;
    margin: 10px 0 0;
  }
  .section-blog .box-blog-item .header-blog .box-title .title-blog {
    padding: 0;
    font-size: 30px;
    text-align: center;
  }
  .section-blog .box-blog-item .box-social .share-social li {
    margin: 0 3px;
  }
  .section-blog .box-blog-item .box-social .share-social li .jssocials-share-link {
    height: 45px;
    width: 45px;
  }
  .section-blog .box-blog-item .box-social .share-social li .jssocials-share-link i {
    line-height: 45px;
  }
  .section-blog .box-blog-item .box-content {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .section-blog .box-blog-item .box-content .text {
    font-size: 16px;
    line-height: 1.56;
  }
  .section-blog .filter-wrapper .box-filter {
    border: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .linea-bot {
    margin: 50px auto 0;
    width: 230px;
  }
  .section {
    overflow: hidden;
  }
  .section.general-schedule .box-welcome {
    margin-top: 50px;
  }
  .section.general-schedule .box-welcome .box-info {
    width: 500px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .section.general-schedule .box-welcome .box-info .title-section {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .section.general-schedule .box-welcome .box-info .title-section span {
    font-size: 44px;
  }
  .section.general-schedule .box-welcome .box-info .box-bot .content-section {
    font-size: 18px;
  }
  .section.general-schedule .box-content .box-head .title-section {
    font-size: 40px;
    line-height: 1;
  }
  .section.destinations .box-text,
  .section.resort .box-text,
  .section.w-suites .box-text {
    min-height: 360px;
  }
  .section.destinations .box-text .intro .item-title,
  .section.resort .box-text .intro .item-title,
  .section.w-suites .box-text .intro .item-title {
    line-height: 1;
    margin-bottom: 30px;
  }
  .section.destinations .box-welcome,
  .section.resort .box-welcome,
  .section.w-suites .box-welcome {
    margin-top: 50px;
    min-height: 500px;
  }
  .section.destinations .box-welcome.suites,
  .section.resort .box-welcome.suites,
  .section.w-suites .box-welcome.suites {
    padding: 0;
  }
  .section.destinations .box-welcome .slider-text,
  .section.resort .box-welcome .slider-text,
  .section.w-suites .box-welcome .slider-text {
    top: 0;
    padding-top: 30px;
    background-image: linear-gradient(to top, rgba(255,255,255,0), #fff);
  }
  .section.destinations .box-welcome .slider-text .box-info .title-section.suites,
  .section.resort .box-welcome .slider-text .box-info .title-section.suites,
  .section.w-suites .box-welcome .slider-text .box-info .title-section.suites {
    color: #9b9b9b;
    width: 500px;
    display: inline-block;
  }
  .section.destinations .box-welcome .slider-widget.type1 .inner-container .item .img img,
  .section.resort .box-welcome .slider-widget.type1 .inner-container .item .img img,
  .section.w-suites .box-welcome .slider-widget.type1 .inner-container .item .img img {
    min-height: 520px;
  }
  .section.destinations .box-destines .box-item .box-information,
  .section.resort .box-destines .box-item .box-information,
  .section.w-suites .box-destines .box-item .box-information {
    width: 100%;
    padding: 30px 5px;
  }
  .section.destinations .box-destines .box-item .box-information .box-content .item-logo.mid-size,
  .section.resort .box-destines .box-item .box-information .box-content .item-logo.mid-size,
  .section.w-suites .box-destines .box-item .box-information .box-content .item-logo.mid-size {
    width: 235px;
  }
  .section.destinations .box-destines .box-item .box-information .item-title,
  .section.resort .box-destines .box-item .box-information .item-title,
  .section.w-suites .box-destines .box-item .box-information .item-title {
    font-size: 27px;
  }
  .section.destination .box-welcome {
    margin-top: 50px;
  }
  .section.destination .box-text .box-gallery .box-img {
    height: 200px;
  }
  .section.destination .box-destines .box-item {
    margin-bottom: 0;
  }
  .section.destination .box-destines .box-item .box-image {
    height: 400px;
  }
  .section.destination .box-destines .box-item .box-information {
    padding: 30px 15px 15px;
    height: 400px;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-logo {
    width: 335px;
    margin-bottom: 0px;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-logo.mid-size {
    width: 260px;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-title {
    margin-bottom: 20px;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom {
    padding-top: 10px;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom .item-all {
    margin-bottom: 10px;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom .btn {
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    bottom: 20px;
  }
  .section.resort .box-restaurante {
    margin: 70px 0;
    display: inline-block;
    width: 100%;
    height: 364px;
  }
  .section.resort .box-restaurante .box-image {
    width: 95%;
    height: 364px;
  }
  .section.resort .box-restaurante .box-content {
    padding-top: 25px;
    width: calc(100% + 15px);
    left: -15px;
    position: relative;
  }
  .section.resort .box-restaurante .box-content .box-subtitle {
    margin-bottom: 45px;
  }
  .section.resort .box-restaurante .linea-bot {
    margin: 15px auto 0;
    display: inline-block;
    position: relative;
  }
  .section.resort .box-spa .box-body {
    width: 350px;
    padding: 25px 23px;
    margin-left: 0;
  }
  .section.resort .box-spa .btn {
    margin-top: 25px;
  }
  .section.resort .box-location .box-map {
    width: calc(100% + 60px);
    left: -30px;
    position: relative;
  }
  .section.resort .box-blog .slider-widget .item {
    padding: 0;
  }
  .section.resort .box-blog .slider-widget .item .img {
    min-width: 100%;
  }
  .section.resort .box-blog .slider-widget .item .img img {
    filter: none;
    opacity: 1;
    min-height: 233px;
    object-fit: cover;
  }
  .section.wellness-suite .home {
    position: relative;
    top: 50px;
    z-index: 2;
    margin: 0;
    width: 100%;
  }
  .section.wellness-suite .home .title {
    width: 70%;
  }
  .section.wellness-suite .box-list {
    margin-top: 50px;
    padding: 0 25px 20px;
  }
  .section.wellness-suite .map_room {
    padding: 0 75px 20px;
  }
  .section.wellness-suite .map_room.suite-lc {
    height: 450px;
  }
  .section.spa .slider-widget .box-body {
    padding: 25px 35px 30px;
    margin-left: 20px;
    width: 300px;
    position: absolute;
  }
  .section.spa .slider-widget .box-body .btn {
    position: absolute;
    margin: auto;
    width: calc(100% - 70px);
    bottom: 20px;
  }
  .section.spa-show {
    margin-top: 0;
  }
  .section.spa-show .box-welcome {
    margin-top: 50px;
  }
  .section.spa-show .box-text .box-subtitle {
    margin: 70px 0 50px;
  }
  .section.spa-show .box-text .box-subtitle .b-title {
    display: block;
  }
  .section.spa-show .box-text .box-list {
    margin-top: 100px;
  }
  .section.spa-show .box-text .box-list .ul-list {
    padding-left: 0;
  }
  .section.contact .box-contact .layout-destine {
    padding: 0 5px 25px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom {
    height: 365px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-right {
    height: 544px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left {
    top: 80px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left .content {
    width: calc(100% + 60px);
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left .content.width-custom {
    padding-right: 10px;
  }
  .section-blog {
    top: 50px;
  }
  .section-blog .filter-wrapper {
    margin-top: 50px;
  }
  .section-blog .filter-wrapper .m-medium {
    padding: 15px 0 0;
  }
  .section-blog .filter-wrapper .m-medium .title-filter {
    margin-bottom: 25px;
  }
  .section-blog .filter-wrapper .m-bottom {
    padding: 15px 0 0;
  }
  .section-blog .filter-wrapper .box-filter {
    border-left: 0;
    border-bottom: 0;
  }
  .section-blog .filter-wrapper .box-filter .group-search {
    margin-bottom: 0;
  }
  .section-blog .filter-wrapper .box-filter .title-filter {
    text-align: center;
  }
  .section-blog .filter-wrapper .box-filter .list-categories li {
    text-align: center;
  }
  .section-blog .filter-wrapper .box-filter .list-categories li a {
    text-align: center;
  }
  .section-blog .filter-wrapper .box-filter .group-tag {
    text-align: center;
  }
  .section-blog .filter-wrapper .box-filter .group-tag .list-social li {
    text-align: center;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .image-wrapper .img-responsive {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper .title-blog {
    font-size: 20px;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper .description-blog {
    font-size: 16px;
  }
  .box-wellnessing .box-top .box-int {
    top: 20px;
    padding-left: 20px;
    position: relative;
  }
  .box-wellnessing .box-top .box-int .title {
    text-align: left;
  }
  .box-wellnessing .box-top .box-int .content {
    text-align: left;
    margin: 0;
  }
  .box-wellnessing .box-bottom .box-left .content {
    padding: 0 20px;
  }
  .box-wellnessing .box-bottom .box-left .btn {
    margin-left: 20px;
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section {
    overflow: hidden;
  }
  .section.general-schedule .box-welcome .box-info {
    left: 45px;
    margin: 0;
  }
  .section.general-schedule .box-welcome .box-info .title-section {
    text-align: left;
  }
  .section.destinations .box-destines .box-item .box-information {
    width: 100%;
    padding: 30px 15px;
  }
  .section.destination .box-welcome {
    margin-top: 50px;
  }
  .section.destination .box-text .box-gallery .box-img {
    height: 200px;
  }
  .section.destination .box-destines .box-item {
    margin-bottom: 0;
  }
  .section.destination .box-destines .box-item .box-image {
    height: 500px;
  }
  .section.destination .box-destines .box-item .box-information {
    padding: 30px 50px 15px;
    height: 500px;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-logo {
    width: 335px;
    margin-bottom: 10px;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-logo.mid-size {
    width: 260px;
  }
  .section.destination .box-destines .box-item .box-information .box-content .item-title {
    margin-bottom: 20px;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom {
    padding-top: 0;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom .item-all {
    margin-bottom: 20px;
  }
  .section.destination .box-destines .box-item .box-information .box-bottom .btn {
    width: calc(100% - 100px);
    left: 50px;
    bottom: 80px;
  }
  .section.resort .box-restaurante {
    height: 364px;
  }
  .section.resort .box-restaurante .box-image {
    width: 100%;
  }
  .section.resort .box-restaurante .box-content {
    padding-top: 25px;
    width: 100%;
    left: 0;
  }
  .section.resort .box-restaurante .box-content .box-subtitle {
    margin-bottom: 45px;
  }
  .section.resort .box-restaurante .linea-bot {
    width: 270px;
  }
  .section.resort .box-spa .box-body {
    width: 400px;
  }
  .section.resort .box-blog .slider-widget .item {
    padding: 0;
  }
  .section.resort .box-blog .slider-widget .item .img {
    min-width: 100%;
  }
  .section.resort .box-blog .slider-widget .item .img img {
    filter: none;
    opacity: 1;
    min-height: 245px;
    object-fit: cover;
  }
  .section.spa .box-spa .box-body .btn {
    bottom: 50px;
  }
  .section.wellness-suite .home .title {
    width: 50%;
  }
  .section.wellness-suite .box-list {
    margin-top: 50px;
  }
  .section.wellness-suite .box-list.suite-lc {
    height: 530px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom {
    height: 395px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-right {
    height: 590px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left {
    top: 100px;
  }
  .section.wellness-360b .section-wellness-360 .box-bottom .box-left .content {
    width: 100%;
  }
  .section-blog .box-blogs .layout-blog .content-wrapper .box-title .title-blog {
    font-size: 28px;
  }
  .section-blog .box-blogs .layout-blog .content-wrapper .box-description .item-description {
    line-height: 1.3;
  }
  .section-blog .filter-wrapper {
    margin-top: 0;
  }
  .section-blog .filter-wrapper .m-medium {
    padding: 15px 0 0;
  }
  .section-blog .filter-wrapper .m-medium .title-filter {
    margin-bottom: 25px;
  }
  .section-blog .filter-wrapper .m-bottom {
    padding: 15px 0 0;
  }
  .section-blog .filter-wrapper .box-filter {
    border-left: 2px solid #bcb221;
    border-bottom: 2px solid #bcb221;
  }
  .section-blog .filter-wrapper .box-filter .group-search {
    margin-bottom: 35px;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .image-wrapper {
    width: 43%;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .image-wrapper .img-responsive {
    width: 85%;
    margin: 0 0 0 15%;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper {
    width: 52%;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper .title-blog {
    font-size: 16px;
    margin-top: 0;
  }
  .section-blog .filter-wrapper .box-filter .group-blog .layout-mini .content-wrapper .description-blog {
    font-size: 14px;
  }
  .box-wellnessing .box-top {
    height: 250px;
    padding-top: 50px;
  }
  .box-wellnessing .box-top .box-int {
    padding-left: 0;
  }
  .box-wellnessing .box-bottom .box-left .content {
    padding: 0 40px 0 0;
    margin: 15px 0 0 0;
  }
  .box-wellnessing .box-bottom .box-left .btn {
    margin-left: 0;
  }
}

/*# sourceMappingURL=main.min.css.map */
