@charset "UTF-8";
/* Variables de color y fuentes */
/* Mixins */
/* Timeline */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Work+Sans:300, 400,500,700");
.timeline .arrow-container {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0; }
  .timeline .arrow-container .arrow-1 {
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: -8px;
    animation: scroll 2s infinite; }
  .timeline .arrow-container .arrow-2 {
    position: absolute;
    left: 0px;
    bottom: 25px;
    display: table;
    text-align: center;
    width: 30px; }
    .timeline .arrow-container .arrow-2:before {
      content: "";
      border: 2px solid #fff;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px; }
    .timeline .arrow-container .arrow-2 i {
      font-size: 15px;
      text-align: center;
      display: block;
      top: 10px;
      left: 2px;
      position: relative;
      color: #fff; }
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
#fullpage .section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  #fullpage .section.fp-completely .content-time {
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%); }
    #fullpage .section.fp-completely .content-time .label {
      -webkit-transition: ease-in-out 1.2s;
      -moz-transition: ease-in-out 1.2s;
      -ms-transition: ease-in-out 1.2s;
      transition: ease-in-out 1.2s;
      opacity: 1;
      left: 10%;
      -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      transform: translateY(-10%); }
    #fullpage .section.fp-completely .content-time p.h1 {
      -webkit-transition: ease-in-out 2.3s;
      -moz-transition: ease-in-out 2.3s;
      -ms-transition: ease-in-out 2.3s;
      transition: ease-in-out 2.3s;
      opacity: 1;
      left: 10%;
      -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      transform: translateY(-10%); }
    #fullpage .section.fp-completely .content-time .text-time {
      -webkit-transition: ease-in-out 4s;
      -moz-transition: ease-in-out 4s;
      -ms-transition: ease-in-out 4s;
      transition: ease-in-out 4s;
      opacity: 1;
      left: 10%;
      -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
      transform: translateY(-10%); }
  #fullpage .section .content-time {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    max-width: 385px;
    min-width: 380px; }
    #fullpage .section .content-time .label {
      color: #fff;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 25px;
      display: block;
      opacity: 0;
      left: 0%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      font-weight: 300;
      text-transform: uppercase; }
    #fullpage .section .content-time p.h1 {
      color: #fff;
      font-family: "Playfair Display", serif;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 50px;
      opacity: 0;
      left: 0%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    #fullpage .section .content-time .text-time {
      opacity: 0;
      left: -5%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
      #fullpage .section .content-time .text-time p {
        color: #fff;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        line-height: 25px; }
  #fullpage .section .velo {
    background: rgba(41, 41, 41, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

#fp-nav ul li {
  margin-bottom: 20px; }
  #fp-nav ul li:hover a span, #fp-nav ul li:active a span, #fp-nav ul li:focus a span {
    height: 2px;
    width: 20px;
    margin: -6px 0 0 -6px;
    border-radius: 0;
    background: #fff; }
    #fp-nav ul li:hover a span .num, #fp-nav ul li:active a span .num, #fp-nav ul li:focus a span .num {
      position: absolute !important;
      left: -33px !important;
      top: -10px !important;
      color: #fff !important; }
  #fp-nav ul li a.active:hover span, #fp-nav ul li a.active:active span, #fp-nav ul li a.active:focus span {
    height: 2px;
    width: 20px;
    margin: -6px 0 0 -6px;
    border-radius: 0;
    top: 11px;
    background: #fff; }
    #fp-nav ul li a.active:hover span .num, #fp-nav ul li a.active:active span .num, #fp-nav ul li a.active:focus span .num {
      position: absolute !important;
      left: -30px !important;
      top: -10px !important;
      color: #fff !important; }
  #fp-nav ul li a.active span {
    height: 2px;
    width: 20px;
    margin: -6px 0 0 -6px;
    border-radius: 0;
    top: 11px;
    background: #fff; }
    #fp-nav ul li a.active span .num {
      position: absolute !important;
      left: -30px !important;
      top: -10px !important;
      color: #fff !important; }
  #fp-nav ul li a span {
    background: transparent; }
    #fp-nav ul li a span .num {
      position: absolute !important;
      left: -33px !important;
      top: -10px !important;
      color: #fff !important;
      font-style: normal; }

@media (max-width: 675px) {
  #fp-nav {
    display: none; }

  #fullpage .section.fp-completely .content-time {
    max-width: 300px;
    min-width: 300px;
    left: 40px; } }
/* Fancybox */
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }

  .fancybox-button--thumbs span {
    font-size: 23px; }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* Hotel */
.page-template-page-hoteles .page-interior {
  margin-top: 110px; }
  .page-template-page-hoteles .page-interior h1 {
    width: 30%; }

.ficha-hotel {
  margin-top: 88px;
  background: #f5f5f5; }
  .ficha-hotel .hotel-imgs {
    position: relative; }
    .ficha-hotel .hotel-imgs i.mosaic {
      position: absolute;
      bottom: 20px;
      right: 25px;
      z-index: 1;
      color: white;
      font-size: 20px;
      cursor: pointer; }
    .ficha-hotel .hotel-imgs .slider-hotel .slider-hotel-item {
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 570px; }
    .ficha-hotel .hotel-imgs .slick-prev {
      width: 32px;
      height: 32px;
      left: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: solid 1px #DEE7ED;
      padding: 5px 4px;
      background: #fff;
      z-index: 1; }
      .ficha-hotel .hotel-imgs .slick-prev:before {
        font-family: 'balneario' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #3697D2; }
    .ficha-hotel .hotel-imgs .slick-next {
      width: 32px;
      height: 32px;
      right: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: solid 1px #DEE7ED;
      padding: 5px 7px;
      background: #fff;
      z-index: 1; }
      .ficha-hotel .hotel-imgs .slick-next:before {
        font-family: 'balneario' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #3697D2; }
  .ficha-hotel .single-content {
    position: relative;
    top: -90px;
    margin-bottom: 60px; }
    .ficha-hotel .single-content .titular {
      width: 50%;
      background: #fff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      padding: 30px 30px 0px 85px;
      height: 90px; }
      .ficha-hotel .single-content .titular h1 {
        font-size: 48px;
        line-height: 40px;
        display: inline-block; }
      .ficha-hotel .single-content .titular .valoracion {
        display: inline-block;
        float: right;
        margin-top: 23px; }
    .ficha-hotel .single-content .single-destacado {
      padding: 45px 30px 60px 72px;
      background: #fff; }
    .ficha-hotel .single-content .info-hotel {
      background: #fff;
      overflow: hidden; }
      .ficha-hotel .single-content .info-hotel .info-adicional {
        position: relative;
        margin-top: 40px; }
        .ficha-hotel .single-content .info-hotel .info-adicional h2.title {
          line-height: 40px;
          margin-bottom: 45px; }
          .ficha-hotel .single-content .info-hotel .info-adicional h2.title:before {
            content: '';
            height: 1px;
            width: 60px;
            background: #292929;
            display: inline-block;
            vertical-align: middle;
            margin-right: 18px; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs {
          margin-left: 40px;
          margin-right: 50px;
          padding-top: 40px; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li h2 {
            font-size: 14px;
            font-weight: 400;
            font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content {
            min-height: 500px; }
            .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content .tab-item .extras {
              list-style: none;
              padding: 5px 10px;
              border: 1px solid #DEE7ED;
              border-radius: 2px; }
              .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content .tab-item .extras li {
                color: #7D7E7E;
                display: inline-block;
                width: 48%;
                margin-bottom: 10px; }
                .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content .tab-item .extras li > img {
                  position: relative;
                  width: 45px;
                  left: 0;
                  vertical-align: -14px; }
            .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content .tab-item img {
              position: absolute;
              left: -100%;
              top: 0; }
      .ficha-hotel .single-content .info-hotel .info-servicios {
        position: relative;
        margin-top: 40px; }
        .ficha-hotel .single-content .info-hotel .info-servicios h2.title {
          line-height: 40px;
          margin-bottom: 45px; }
          .ficha-hotel .single-content .info-hotel .info-servicios h2.title:before {
            content: '';
            height: 1px;
            width: 60px;
            background: #292929;
            display: inline-block;
            vertical-align: middle;
            margin-right: 18px; }
        .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li h2 {
          font-size: 14px;
          font-weight: 400;
          font-family: "Work Sans", sans-serif; }
      .ficha-hotel .single-content .info-hotel .info-opiniones {
        position: relative;
        margin-top: 40px; }
        .ficha-hotel .single-content .info-hotel .info-opiniones h2.title {
          line-height: 40px;
          margin-bottom: 45px; }
          .ficha-hotel .single-content .info-hotel .info-opiniones h2.title:before {
            content: '';
            height: 1px;
            width: 60px;
            background: #292929;
            display: inline-block;
            vertical-align: middle;
            margin-right: 18px; }
        .ficha-hotel .single-content .info-hotel .info-opiniones .opinion {
          padding: 40px 0 60px;
          border-bottom: solid 1px #DEE7ED; }
          .ficha-hotel .single-content .info-hotel .info-opiniones .opinion p.name {
            color: #292929;
            font-family: "Work Sans", sans-serif;
            font-size: 18px;
            line-height: 21px;
            display: inline-block;
            width: 49%; }
          .ficha-hotel .single-content .info-hotel .info-opiniones .opinion span {
            color: #7C7C7C;
            font-family: "Work Sans", sans-serif;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 40px; }
          .ficha-hotel .single-content .info-hotel .info-opiniones .opinion p {
            color: #7C7C7C;
            font-family: "Work Sans", sans-serif;
            font-size: 14px;
            line-height: 25px; }
      .ficha-hotel .single-content .info-hotel .formulario-valoracion {
        width: 80%;
        margin-top: 50px;
        padding-bottom: 40px; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion h3#comments {
          line-height: 40px;
          margin-bottom: 45px;
          margin-left: -73px; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion h3#comments:before {
            content: '';
            height: 1px;
            width: 60px;
            background: #292929;
            display: inline-block;
            vertical-align: middle;
            margin-right: 18px; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist {
          padding: 0;
          margin-bottom: 50px; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li {
            padding: 40px 0 60px;
            border-bottom: solid 1px #DEE7ED;
            position: relative; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li:after {
              content: '';
              display: none; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li:before {
              content: '';
              display: none; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li .comment-body .comment-author.vcard .fn {
              color: #292929;
              font-family: "Work Sans", sans-serif;
              font-size: 18px;
              line-height: 21px;
              display: inline-block;
              width: 49%;
              font-style: inherit;
              margin-bottom: 12px; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li .comment-body .comment-author.vcard .says {
              display: none; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li .comment-body .comment-meta.commentmetadata a {
              color: #7C7C7C;
              font-family: "Work Sans", sans-serif;
              font-size: 14px;
              line-height: 16px;
              margin-bottom: 30px;
              margin-top: 17px;
              display: block; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li .comment-body p {
              color: #7C7C7C;
              font-family: "Work Sans", sans-serif;
              font-size: 14px;
              line-height: 25px; }
              .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li .comment-body p.stars {
                margin-right: 5px;
                font-size: 17px;
                position: absolute;
                top: 40px;
                right: 30%; }
                .ficha-hotel .single-content .info-hotel .formulario-valoracion ol.commentlist li .comment-body p.stars .icon-starok:before {
                  content: "\e903";
                  color: #294F99 !important;
                  margin-right: 5px; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion p {
          color: #292929;
          font-size: 24px;
          line-height: 32px;
          font-family: "Playfair Display", serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion p.comment-form-author {
            margin-top: 30px; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion h3 {
          color: #292929;
          font-size: 24px;
          line-height: 32px;
          font-family: "Playfair Display", serif;
          margin-bottom: 40px; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .comment-notes {
          display: none; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform label {
          display: block;
          font-size: 14px;
          line-height: 23px;
          color: #7c7c7c;
          font-family: "Work Sans", sans-serif; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input {
          border: none;
          border-bottom: solid 1px #DEE7ED;
          -webkit-border-radius: 0%;
          -moz-border-radius: 0%;
          -ms-border-radius: 0%;
          border-radius: 0%;
          line-height: 14px;
          font-size: 16px;
          padding: 10px 0px;
          color: #7c7c7c;
          width: 60%;
          font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input:active, .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input:focus, .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input:hover {
            outline: 0 !important; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input.placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input:-moz-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input::-moz-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input:-ms-input-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input::-webkit-input-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform input#submit {
          width: 180px;
          height: 56px;
          border-radius: 3px;
          color: #fff;
          font-size: 16px;
          background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
          cursor: pointer;
          border: none;
          font-family: "Work Sans", sans-serif; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform textarea#comment {
          border: none;
          border-bottom: solid 1px #DEE7ED;
          -webkit-border-radius: 0%;
          -moz-border-radius: 0%;
          -ms-border-radius: 0%;
          border-radius: 0%;
          line-height: 14px;
          font-size: 16px;
          padding: 10px 0px;
          display: block;
          color: #7c7c7c;
          width: 75%;
          font-family: "Work Sans", sans-serif; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group {
          width: 80%;
          border-radius: 0;
          margin-bottom: 20px;
          position: relative; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group label {
            font-size: 14px;
            line-height: 23px; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control {
            border: none;
            border-bottom: solid 1px #DEE7ED;
            -webkit-border-radius: 0%;
            -moz-border-radius: 0%;
            -ms-border-radius: 0%;
            border-radius: 0%;
            line-height: 14px;
            font-size: 16px;
            padding: 10px 0px;
            color: #7c7c7c; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control:active, .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control:focus, .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control:hover {
              outline: 0 !important; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control.placeholder {
              color: #7c7c7c;
              font-size: 16px;
              line-height: 14px;
              font-family: "Work Sans", sans-serif; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control:-moz-placeholder {
              color: #7c7c7c;
              font-size: 16px;
              line-height: 14px;
              font-family: "Work Sans", sans-serif; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control::-moz-placeholder {
              color: #7c7c7c;
              font-size: 16px;
              line-height: 14px;
              font-family: "Work Sans", sans-serif; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control:-ms-input-placeholder {
              color: #7c7c7c;
              font-size: 16px;
              line-height: 14px;
              font-family: "Work Sans", sans-serif; }
            .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group .form-control::-webkit-input-placeholder {
              color: #7c7c7c;
              font-size: 16px;
              line-height: 14px;
              font-family: "Work Sans", sans-serif; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group textarea {
            border: none;
            border-bottom: solid 1px #DEE7ED;
            -webkit-border-radius: 0%;
            -moz-border-radius: 0%;
            -ms-border-radius: 0%;
            border-radius: 0%;
            line-height: 14px;
            font-size: 16px;
            padding: 10px 0px;
            display: block;
            color: #7c7c7c;
            width: 100%; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group.has-error label {
            display: none; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group.has-error small.help-block {
            position: absolute;
            top: -15px;
            color: red; }
          .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .form-group.has-error .form-control {
            border: none;
            border-bottom: solid 1px red; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform.fv-form.fv-form-bootstrap .form-group {
          margin-bottom: 30px; }
        .ficha-hotel .single-content .info-hotel .formulario-valoracion #commentform .logged-in-as {
          display: none; }
  .ficha-hotel #fancygalery {
    display: none; }
    .ficha-hotel #fancygalery.opened {
      display: block; }
  .ficha-hotel .fancybox-container {
    z-index: 99999999999999; }

.fancybox-container {
  z-index: 99999999999999; }

@media all and (max-width: 1300px) {
  .ficha-hotel .single-content .titular {
    width: 70%; }
  .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs {
    margin-left: 20px;
    margin-right: 20px; } }
@media all and (max-width: 1091px) {
  .ficha-hotel .single-content .titular {
    width: 100%;
    padding: 30px 15px; }
  .ficha-hotel .single-content .single-destacado {
    padding: 15px; }
    .ficha-hotel .single-content .single-destacado > .texto-2columns {
      overflow: visible; }
      .ficha-hotel .single-content .single-destacado > .texto-2columns .description {
        display: block !important; }
        .ficha-hotel .single-content .single-destacado > .texto-2columns .description p {
          columns: 1;
          float: none; }
  .ficha-hotel .single-content .info-hotel {
    overflow: visible; }
    .ficha-hotel .single-content .info-hotel .info-adicional {
      margin-top: 0px;
      padding-top: 40px; }
      .ficha-hotel .single-content .info-hotel .info-adicional h2:before {
        content: '';
        width: 0px; }
      .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs {
        margin: 0px 15px; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs {
          overflow-x: visible;
          width: auto;
          overflow-y: visible; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs .nav-item + .nav-item {
            padding-left: 30px; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content .tab-item img {
          display: none; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content .tab-item .extras li > img {
          display: inline-block; }
    .ficha-hotel .single-content .info-hotel .info-servicios {
      overflow: visible; }
      .ficha-hotel .single-content .info-hotel .info-servicios h2:before {
        content: '';
        width: 0px; }
      .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs {
        margin: 0px 15px; }
        .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs {
          overflow-x: visible;
          width: auto;
          overflow-y: visible; }
          .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs .nav-item + .nav-item {
            padding-left: 30px; }
        .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .tab-content .tab-item img {
          display: none; }
    .ficha-hotel .single-content .info-hotel .info-opiniones, .ficha-hotel .single-content .info-hotel .formulario-valoracion {
      display: none; } }
@media all and (max-width: 867px) {
  .page-template-page-hoteles .page-interior {
    margin-top: 110px; }
    .page-template-page-hoteles .page-interior h1 {
      width: 100%; }

  .ficha-hotel {
    overflow: hidden;
    margin-top: 71px; }
    .ficha-hotel > .container.slidehotel {
      padding: 0px; }
    .ficha-hotel .hotel-imgs i.mosaic {
      bottom: 50px;
      right: 15px; }
    .ficha-hotel .hotel-imgs .slider-hotel .slider-hotel-item {
      height: 375px; }
    .ficha-hotel .single-content {
      top: -35px; }
      .ficha-hotel .single-content .titular h1 {
        display: block;
        font-size: 40px; }
      .ficha-hotel .single-content .titular .valoracion {
        display: block;
        float: none; }
      .ficha-hotel .single-content .single-destacado {
        padding: 40px 0; }
      .ficha-hotel .single-content .info-hotel .info-adicional h2.title, .ficha-hotel .single-content .info-hotel .info-servicios h2.title {
        padding: 0px 15px;
        margin-bottom: 30px; }
        .ficha-hotel .single-content .info-hotel .info-adicional h2.title:before, .ficha-hotel .single-content .info-hotel .info-servicios h2.title:before {
          display: none; }
      .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .tab-content, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .tab-content {
        padding: 0px;
        min-height: auto; }
      .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item {
        white-space: initial !important;
        display: block;
        width: 100%; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item + .nav-item, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item + .nav-item {
          padding-left: 0px; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item.active .box, .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item.active .box-alt, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item.active .box, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item.active .box-alt {
          display: block; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .nav-link, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .nav-link {
          border-bottom: solid 1px;
          padding-bottom: 10px;
          margin-bottom: 22px;
          position: relative; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .nav-link:after, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .nav-link:after {
            content: "\e90f";
            font-family: 'balneario' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #3697D2;
            position: absolute;
            right: 10px;
            bottom: 16px; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .nav-link .line-tab, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .nav-link .line-tab {
            display: none; }
        .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box, .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box-alt, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box-alt {
          display: none; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item img, .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item img, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item img, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item img {
            display: none; }
          .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item .extras, .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item .extras, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item .extras, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item .extras {
            list-style: none;
            padding: 5px 10px;
            border: 1px solid #DEE7ED;
            border-radius: 2px; }
            .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item .extras li, .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item .extras li, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item .extras li, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item .extras li {
              display: block;
              width: 100%;
              margin-bottom: 10px;
              color: #7D7E7E; }
              .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item .extras li > img, .ficha-hotel .single-content .info-hotel .info-adicional .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item .extras li > img, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item .extras li > img, .ficha-hotel .single-content .info-hotel .info-servicios .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item .extras li > img {
                display: inline-block;
                position: relative;
                width: 45px;
                left: 0;
                vertical-align: -14px; } }
/* Fuentes */
@font-face {
  font-family: 'balneario';
  src: url("../fonts/balneario.eot?dg3ptu");
  src: url("../fonts/balneario.eot?dg3ptu#iefix") format("embedded-opentype"), url("../fonts/balneario.ttf?dg3ptu") format("truetype"), url("../fonts/balneario.woff?dg3ptu") format("woff"), url("../fonts/balneario.svg?dg3ptu#balneario") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'balneario' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-heart2:before {
  content: "\e917"; }

.icon-twitter:before {
  content: "\e912"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-instagram:before {
  content: "\e914"; }

.icon-facebook:before {
  content: "\e915"; }

.icon-phone-call_2:before {
  content: "\e900"; }

.icon-menugrid:before {
  content: "\e901"; }

.icon-starblack:before {
  content: "\e902"; }

.icon-starok:before {
  content: "\e903";
  color: #efce4a; }

.icon-star:before {
  content: "\e904"; }

.icon-cross-out:before {
  content: "\e905"; }

.icon-view:before {
  content: "\e906"; }

.icon-calendar:before {
  content: "\e907"; }

.icon-shopping-cart:before {
  content: "\e908"; }

.icon-search_2:before {
  content: "\e909"; }

.icon-right-arrow:before {
  content: "\e90a"; }

.icon-down-arrow:before {
  content: "\e90b"; }

.icon-left-arrow:before {
  content: "\e90c"; }

.icon-top-arrow:before {
  content: "\e90d"; }

.icon-right-icon:before {
  content: "\e90e"; }

.icon-down-icon:before {
  content: "\e90f"; }

.icon-left-icon:before {
  content: "\e910"; }

.icon-top-icon:before {
  content: "\e911"; }

.icon-google-plus-2:before {
  content: "\e916"; }

.icon-calendar_3:before {
  content: "\e920";
  color: #7c7c7c; }

.icon-shopping-cart_3:before {
  content: "\e921"; }

.icon-heart:before {
  content: "\e925";
  color: #7c7c7c; }

.icon-minus:before {
  content: "\e926"; }

.icon-phone-call:before {
  content: "\e927"; }

.icon-plus:before {
  content: "\e928"; }

.icon-refresh:before {
  content: "\e92a"; }

.icon-search_3:before {
  content: "\e92b"; }

/*contacto*/
.page-contacto .contact-box {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }
  .page-contacto .contact-box .info-contact {
    padding-left: 85px;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-right: 30px; }
    .page-contacto .contact-box .info-contact h1 {
      font-family: "Playfair Display", serif;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 20px; }
    .page-contacto .contact-box .info-contact p {
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0px;
      width: 90%; }
    .page-contacto .contact-box .info-contact a {
      text-decoration: underline; }
    .page-contacto .contact-box .info-contact #contacto {
      margin-top: 40px; }
      .page-contacto .contact-box .info-contact #contacto #form-name, .page-contacto .contact-box .info-contact #contacto #form-email {
        width: 80%; }
      .page-contacto .contact-box .info-contact #contacto .form-group {
        width: 100%;
        border-radius: 0;
        margin-bottom: 20px;
        position: relative; }
        .page-contacto .contact-box .info-contact #contacto .form-group label {
          font-size: 14px;
          line-height: 23px;
          color: #7c7c7c; }
        .page-contacto .contact-box .info-contact #contacto .form-group .form-control {
          border: none;
          border-bottom: solid 1px #DEE7ED;
          -webkit-border-radius: 0%;
          -moz-border-radius: 0%;
          -ms-border-radius: 0%;
          border-radius: 0%;
          line-height: 14px;
          font-size: 16px;
          padding: 10px 0px;
          color: #292929;
          box-shadow: none; }
          .page-contacto .contact-box .info-contact #contacto .form-group .form-control:active, .page-contacto .contact-box .info-contact #contacto .form-group .form-control:focus, .page-contacto .contact-box .info-contact #contacto .form-group .form-control:hover {
            outline: none !important; }
          .page-contacto .contact-box .info-contact #contacto .form-group .form-control.placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .page-contacto .contact-box .info-contact #contacto .form-group .form-control:-moz-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .page-contacto .contact-box .info-contact #contacto .form-group .form-control::-moz-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .page-contacto .contact-box .info-contact #contacto .form-group .form-control:-ms-input-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
          .page-contacto .contact-box .info-contact #contacto .form-group .form-control::-webkit-input-placeholder {
            color: #7c7c7c;
            font-size: 16px;
            line-height: 14px;
            font-family: "Work Sans", sans-serif; }
        .page-contacto .contact-box .info-contact #contacto .form-group textarea {
          border: none;
          border-bottom: solid 1px #DEE7ED;
          -webkit-border-radius: 0%;
          -moz-border-radius: 0%;
          -ms-border-radius: 0%;
          border-radius: 0%;
          line-height: 14px;
          font-size: 16px;
          padding: 10px 0px;
          display: block;
          color: #292929;
          width: 100%; }
        .page-contacto .contact-box .info-contact #contacto .form-group.has-error label {
          display: none; }
        .page-contacto .contact-box .info-contact #contacto .form-group.has-error small.help-block {
          position: absolute;
          top: -15px;
          color: red; }
        .page-contacto .contact-box .info-contact #contacto .form-group.has-error .form-control, .page-contacto .contact-box .info-contact #contacto .form-group.has-error textarea {
          border: none;
          border-bottom: solid 1px red; }
      .page-contacto .contact-box .info-contact #contacto .checkbox.has-error label {
        display: inline-block; }
      .page-contacto .contact-box .info-contact #contacto .checkbox.has-error small.help-block {
        position: absolute;
        top: -15px;
        color: red;
        left: 0; }
      .page-contacto .contact-box .info-contact #contacto .checkbox.has-error .form-control, .page-contacto .contact-box .info-contact #contacto .checkbox.has-error textarea {
        border: none;
        border-bottom: solid 1px red; }
      .page-contacto .contact-box .info-contact #contacto.fv-form.fv-form-bootstrap .form-group {
        margin-bottom: 30px; }
  .page-contacto .contact-box #map_wrapper {
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat; }
  .page-contacto .contact-box #map_canvas {
    width: 100%;
    height: 100%; }

@media all and (max-width: 1300px) {
  .page-contacto .contact-box .info-contact {
    padding-left: 25px;
    padding-right: 25px; } }
@media all and (max-width: 1091px) {
  .page-contacto .contact-box .info-contact {
    padding-left: 105px; } }
@media all and (max-width: 867px) {
  .page-contacto .contact-box .info-contact {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px; }
    .page-contacto .contact-box .info-contact #contacto #form-name, .page-contacto .contact-box .info-contact #contacto #form-email {
      width: 100%; }
    .page-contacto .contact-box .info-contact #contacto .form-group .btn-form {
      width: 100%;
      display: block; }
  .page-contacto .contact-box #map_wrapper {
    height: 400px; } }
/*promocion*/
.ficha-promocion {
  margin-top: 88px;
  background: #f5f5f5; }
  .ficha-promocion .hero-promo {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .ficha-promocion .promo-content {
    position: relative;
    top: -90px;
    margin-bottom: 0px;
    background: #fff;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 60px;
    padding-top: 33px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: -70px;
    overflow: hidden; }
    .ficha-promocion .promo-content h1 {
      font-size: 48px;
      line-height: 48px;
      display: inline-block;
      margin-bottom: 0px; }
    .ficha-promocion .promo-content .etiqueta {
      display: inline-block;
      width: 124px;
      height: 33px;
      padding: 5px 10px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      margin: 30px 0px; }
    .ficha-promocion .promo-content .price {
      line-height: 1.2;
      margin-top: 14px;
      font-size: 32px;
      font-weight: 500;
      font-weight: 800;
      color: #294F99; }
      .ficha-promocion .promo-content .price span {
        display: block;
        font-size: 16px;
        font-weight: 400; }
    .ficha-promocion .promo-content .description-product {
      margin-bottom: 70px; }
    .ficha-promocion .promo-content .item-promo-info {
      margin-top: 40px; }
      .ficha-promocion .promo-content .item-promo-info h2 {
        line-height: 40px;
        margin-bottom: 45px;
        margin-left: -70px; }
        .ficha-promocion .promo-content .item-promo-info h2:before {
          content: '';
          height: 1px;
          width: 70px;
          background: #292929;
          display: inline-block;
          vertical-align: middle;
          margin-right: 50px; }
      .ficha-promocion .promo-content .item-promo-info p {
        color: #7D7E7E;
        font-size: 14px; }
        .ficha-promocion .promo-content .item-promo-info p strong {
          color: #292929;
          font-size: 16px;
          font-weight: 500;
          line-height: 19px; }
      .ficha-promocion .promo-content .item-promo-info ul {
        padding-left: 17px; }
        .ficha-promocion .promo-content .item-promo-info ul li {
          color: #7D7E7E;
          font-size: 14px;
          line-height: 25px;
          margin-bottom: 15px;
          padding-left: 18px; }
  .ficha-promocion .sidebar-promo-check {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 21px 20px;
    margin-top: 40px; }
    .ficha-promocion .sidebar-promo-check h2 {
      font-family: "Playfair Display", serif;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 35px; }
    .ficha-promocion .sidebar-promo-check p {
      margin-bottom: 5px; }
    .ficha-promocion .sidebar-promo-check .hotel {
      display: block;
      cursor: pointer;
      background-color: #fff;
      padding: 20px 10px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      color: #7D7E7E;
      border: solid 1px #7C7C7C;
      position: relative;
      font-size: 12px;
      margin-bottom: 8px;
      font-weight: normal; }
      .ficha-promocion .sidebar-promo-check .hotel:hover {
        background-color: #294F99;
        color: #fff;
        text-decoration: none; }
        .ficha-promocion .sidebar-promo-check .hotel:hover span {
          color: #fff; }
      .ficha-promocion .sidebar-promo-check .hotel span {
        color: #294F99;
        font-size: 19px;
        font-weight: 800;
        float: right;
        line-height: 18px; }
    .ficha-promocion .sidebar-promo-check .yith-wcwl-add-to-wishlist {
      display: none !important; }
    .ficha-promocion .sidebar-promo-check.especial .variations {
      display: none; }
      .ficha-promocion .sidebar-promo-check.especial .variations .especial_hide {
        display: none; }
    .ficha-promocion .sidebar-promo-check.especial .single_variation_wrap .woocommerce-variation-add-to-cart > label.inline {
      display: none; }
    .ficha-promocion .sidebar-promo-check.especial .single_variation_wrap .woocommerce-variation-add-to-cart .cant {
      display: none; }
    .ficha-promocion .sidebar-promo-check.especial .single_variation_wrap .woocommerce-variation-add-to-cart button {
      display: none; }
  .ficha-promocion form {
    background: #fff; }
    .ficha-promocion form .variations select {
      display: none !important; }
    .ficha-promocion form .radios-promo input[type="radio"] {
      visibility: hidden;
      height: 0;
      width: 0;
      display: none; }
    .ficha-promocion form .radios-promo label {
      display: table;
      width: 100%;
      vertical-align: middle;
      text-align: left;
      cursor: pointer;
      background-color: #fff;
      padding: 20px 10px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      color: #7D7E7E;
      border: solid 1px #7C7C7C;
      position: relative;
      font-size: 12px;
      margin-bottom: 8px;
      font-weight: normal; }
      .ficha-promocion form .radios-promo label span {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        font-weight: normal; }
      .ficha-promocion form .radios-promo label .price {
        font-size: 19px;
        color: #294F99;
        font-weight: 800;
        display: table-cell;
        vertical-align: middle;
        text-align: right; }
    .ficha-promocion form .radios-promo input[type="radio"]:checked + label {
      background-color: #294F99;
      color: #fff; }
      .ficha-promocion form .radios-promo input[type="radio"]:checked + label span {
        color: #fff; }
    .ficha-promocion form .radios-promo > [type="radio"]:checked + label:after, .ficha-promocion form .radios-promo > [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 0px;
      height: 0px;
      background: transparent;
      position: absolute; }
    .ficha-promocion form label {
      color: #7D7E7E; }
    .ficha-promocion form .cant {
      display: block;
      text-align: center; }
      .ficha-promocion form .cant span.info_persona {
        color: #3697D2;
        font-size: 9px;
        display: block;
        text-align: left;
        margin-bottom: 5px; }
      .ficha-promocion form .cant i {
        color: #3697D2;
        font-weight: normal;
        font-size: 32px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        border: solid 1px #f5f5f5;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .ficha-promocion form .cant i:hover {
          background: #3697D2;
          color: #fff; }
      .ficha-promocion form .cant input {
        width: 50px;
        color: #7D7E7E;
        border: 0;
        text-align: center;
        vertical-align: middle;
        height: 38px;
        line-height: 50px;
        font-size: 24px;
        font-weight: lighter;
        box-shadow: none;
        outline: 0; }
      .ficha-promocion form .cant input[type=number]::-webkit-inner-spin-button,
      .ficha-promocion form .cant input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
    .ficha-promocion form .btn-form {
      width: 100%; }
  .ficha-promocion .condiciones-promo {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-bottom: 120px; }
    .ficha-promocion .condiciones-promo h2 {
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      margin-bottom: 10px;
      font-family: "Work Sans", sans-serif; }
    .ficha-promocion .condiciones-promo p {
      margin-bottom: 5px; }
  .ficha-promocion .mobile-promo {
    display: none; }
  .ficha-promocion .mobile-promo-form {
    display: none; }

@media all and (max-width: 1091px) {
  .ficha-promocion .promo-content {
    padding-left: 40px;
    padding-right: 40px; } }
@media all and (max-width: 867px) {
  .ficha-promocion {
    margin-top: 71px; }
    .ficha-promocion form .cant input {
      line-height: 33px; }
    .ficha-promocion .promo-content {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 15px;
      margin-right: 15px; }
      .ficha-promocion .promo-content h1 {
        font-size: 38px;
        line-height: 45px; }
      .ficha-promocion .promo-content .item-promo-info h2 {
        margin-left: 0px; }
        .ficha-promocion .promo-content .item-promo-info h2:before {
          content: '';
          display: none; }
    .ficha-promocion form#promocion-checkout .radios label {
      width: 100%; }
    .ficha-promocion .sidebar-promo-check {
      max-width: 425px;
      margin: 20px auto 0px;
      box-shadow: none; }
    .ficha-promocion .mobile-promo {
      display: block;
      position: fixed;
      bottom: 0;
      display: block;
      height: 88px;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
      z-index: 99;
      text-align: left;
      padding: 15px 16px; }
      .ficha-promocion .mobile-promo .price {
        line-height: 1.2;
        font-size: 22px;
        font-weight: 500;
        font-weight: 800;
        color: #294F99; }
        .ficha-promocion .mobile-promo .price span {
          display: block;
          font-size: 13px;
          font-weight: 400; }
      .ficha-promocion .mobile-promo .btn-form {
        float: right; }
    .ficha-promocion .mobile-promo-form {
      display: block; }

  .mobile-promo-form {
    position: fixed;
    background: white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    z-index: 9999999999;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding: 0px;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    overflow-y: scroll; }
    .mobile-promo-form.open {
      left: 0px; }
    .mobile-promo-form i.close-booking {
      display: block;
      font-size: 24px;
      position: absolute;
      top: 12px;
      right: 15px;
      cursor: pointer; } }
/*checkout*/
#checkout_form {
  width: 80%;
  margin: 75px auto 0; }
  #checkout_form .checkout-part {
    margin-bottom: 55px; }
    #checkout_form .checkout-part .otradireccion {
      display: none; }
    #checkout_form .checkout-part h2 {
      margin-bottom: 40px;
      font-family: "Playfair Display", serif; }
    #checkout_form .checkout-part .woocommerce-invalid label {
      color: red; }
    #checkout_form .checkout-part .form-row {
      width: 80%;
      border-radius: 0;
      margin-bottom: 20px;
      position: relative; }
      #checkout_form .checkout-part .form-row label {
        font-size: 14px;
        line-height: 23px;
        color: #7c7c7c; }
        #checkout_form .checkout-part .form-row label.error {
          color: red; }
      #checkout_form .checkout-part .form-row .woocommerce-input-wrapper {
        width: 100%; }
      #checkout_form .checkout-part .form-row .input-text {
        border: none;
        border-bottom: solid 1px #DEE7ED;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        border-radius: 0%;
        line-height: 14px;
        font-size: 16px;
        padding: 14px 0px;
        color: #7c7c7c;
        box-shadow: none; }
        #checkout_form .checkout-part .form-row .input-text:active, #checkout_form .checkout-part .form-row .input-text:focus, #checkout_form .checkout-part .form-row .input-text:hover {
          outline: none !important; }
        #checkout_form .checkout-part .form-row .input-text.placeholder {
          color: #292929;
          font-size: 16px;
          line-height: 19px;
          font-family: "Work Sans", sans-serif;
          font-size: 300; }
        #checkout_form .checkout-part .form-row .input-text:-moz-placeholder {
          color: #292929;
          font-size: 16px;
          line-height: 19px;
          font-family: "Work Sans", sans-serif;
          font-size: 300; }
        #checkout_form .checkout-part .form-row .input-text::-moz-placeholder {
          color: #292929;
          font-size: 16px;
          line-height: 19px;
          font-family: "Work Sans", sans-serif;
          font-size: 300; }
        #checkout_form .checkout-part .form-row .input-text:-ms-input-placeholder {
          color: #292929;
          font-size: 16px;
          line-height: 19px;
          font-family: "Work Sans", sans-serif;
          font-size: 300; }
        #checkout_form .checkout-part .form-row .input-text::-webkit-input-placeholder {
          color: #292929;
          font-size: 16px;
          line-height: 19px;
          font-family: "Work Sans", sans-serif;
          font-size: 300; }
      #checkout_form .checkout-part .form-row select {
        display: block;
        width: 100%;
        border: none;
        height: 26px;
        background: white;
        padding: 0;
        margin-left: -8px;
        margin-bottom: 10px;
        border-bottom: 1px solid #D8EFFD;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        border-radius: 0%;
        color: #454545; }
      #checkout_form .checkout-part .form-row select#billing_state {
        height: 48px !important; }
      #checkout_form .checkout-part .form-row.middle {
        width: 50%; }
      #checkout_form .checkout-part .form-row.checkbox label {
        vertical-align: -3px; }
      #checkout_form .checkout-part .form-row.has-error label {
        display: none; }
      #checkout_form .checkout-part .form-row.has-error small.help-block {
        position: absolute;
        top: -15px;
        color: red; }
      #checkout_form .checkout-part .form-row.has-error .form-control {
        border: none;
        border-bottom: solid 1px red; }
    #checkout_form .checkout-part.fv-form.fv-form-bootstrap .form-group {
      margin-bottom: 30px; }
  #checkout_form #payment {
    margin-top: 20px; }
    #checkout_form #payment p {
      color: #292929;
      font-family: "Work Sans", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 23px;
      padding-bottom: 15px;
      border-bottom: solid 1px #DEE7ED; }
    #checkout_form #payment .radios {
      margin-bottom: 15px; }
      #checkout_form #payment .radios label {
        vertical-align: -2px;
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 13px;
        line-height: 17px;
        margin-right: 20px; }
        #checkout_form #payment .radios label img {
          width: 34px; }
    #checkout_form #payment .checkbox label {
      vertical-align: -2px;
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 13px;
      line-height: 17px; }
      #checkout_form #payment .checkbox label a {
        text-decoration: underline; }
    #checkout_form #payment button#form-submit {
      width: 100%; }

#review_order_checkout h2 {
  margin-bottom: 40px; }
#review_order_checkout .checkout-step {
  border: 0.5px solid #7c7c7c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 16px;
  margin-bottom: 3px; }
  #review_order_checkout .checkout-step .form-group {
    margin-bottom: 0px; }
    #review_order_checkout .checkout-step .form-group .input-text {
      border: none;
      border-bottom: solid 1px #DEE7ED;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%;
      line-height: 14px;
      font-size: 16px;
      padding: 0px;
      height: 27px;
      color: #7c7c7c;
      box-shadow: none; }
      #review_order_checkout .checkout-step .form-group .input-text:active, #review_order_checkout .checkout-step .form-group .input-text:focus, #review_order_checkout .checkout-step .form-group .input-text:hover {
        outline: none !important; }
      #review_order_checkout .checkout-step .form-group .input-text.placeholder {
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px; }
      #review_order_checkout .checkout-step .form-group .input-text:-moz-placeholder {
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px; }
      #review_order_checkout .checkout-step .form-group .input-text::-moz-placeholder {
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px; }
      #review_order_checkout .checkout-step .form-group .input-text:-ms-input-placeholder {
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px; }
      #review_order_checkout .checkout-step .form-group .input-text::-webkit-input-placeholder {
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px; }
  #review_order_checkout .checkout-step #order_review {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 15px; }
    #review_order_checkout .checkout-step #order_review::-webkit-scrollbar {
      width: 2px;
      background: #DEE7ED;
      border: none; }
    #review_order_checkout .checkout-step #order_review::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      background: #7c7c7c;
      -webkit-box-shadow: none; }
    #review_order_checkout .checkout-step #order_review::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(124, 124, 124, 0.4); }
    #review_order_checkout .checkout-step #order_review table .cart_item {
      border-bottom: 1px solid #DEE7ED;
      padding: 10px 0px;
      min-height: 40px;
      height: 150px; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product img {
        width: 30%;
        float: left;
        margin-right: 11px; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product .product-name {
        color: #292929;
        font-family: "Playfair Display", serif;
        font-size: 16px;
        line-height: 20px; }
        #review_order_checkout .checkout-step #order_review table .cart_item .product .product-name .variation {
          color: red; }
          #review_order_checkout .checkout-step #order_review table .cart_item .product .product-name .variation dt {
            float: left;
            margin-right: 5px; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product .product-quantity {
        color: #292929;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        line-height: 22px;
        display: block;
        vertical-align: bottom; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product-total {
        color: #294F99;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        vertical-align: middle;
        text-align: right; }
    #review_order_checkout .checkout-step #order_review table .cart-subtotal {
      height: 35px; }
      #review_order_checkout .checkout-step #order_review table .cart-subtotal th {
        color: #292929;
        font-family: "Work Sans", sans-serif;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        text-transform: uppercase; }
      #review_order_checkout .checkout-step #order_review table .cart-subtotal td {
        color: #294F99;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        text-align: right; }
    #review_order_checkout .checkout-step #order_review table .shipping {
      height: 50px;
      border-bottom: 1px solid #DEE7ED; }
      #review_order_checkout .checkout-step #order_review table .shipping th {
        color: #292929;
        font-family: "Work Sans", sans-serif;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        text-transform: uppercase; }
      #review_order_checkout .checkout-step #order_review table .shipping td {
        color: #7c7c7c;
        font-family: "Work Sans", sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        text-align: right; }
    #review_order_checkout .checkout-step #order_review table .order-total {
      height: 75px; }
      #review_order_checkout .checkout-step #order_review table .order-total th {
        color: #294F99;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px; }
      #review_order_checkout .checkout-step #order_review table .order-total td {
        color: #294F99;
        font-family: "Work Sans", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 22px;
        text-align: right; }

.woocommerce-checkout h1 {
  display: none; }
.woocommerce-checkout footer {
  display: none; }

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
  color: #292929; }

@media all and (max-width: 1300px) {
  #checkout_form {
    width: 100%; } }
@media all and (max-width: 867px) {
  #checkout_form {
    margin-top: 30px; }
    #checkout_form h2 {
      text-align: center; }
    #checkout_form .checkout-part .form-group {
      width: 100%; }
    #checkout_form .checkout-part h2 {
      margin-bottom: 20px; }
    #checkout_form .checkout-part .form-row {
      width: 100%; }

  #review_order_checkout .checkout-step #order_review {
    max-height: 1200px;
    padding-right: 0px; }
    #review_order_checkout .checkout-step #order_review table .cart_item {
      padding: 10px 0px;
      height: auto; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product img {
        width: 30%; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product .product-name {
        font-size: 13px;
        line-height: 16px;
        display: block; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product .product-quantity {
        font-size: 11px;
        vertical-align: bottom;
        margin-top: 20px;
        margin-bottom: 15px; }
      #review_order_checkout .checkout-step #order_review table .cart_item .product-total {
        vertical-align: bottom; }
        #review_order_checkout .checkout-step #order_review table .cart_item .product-total span {
          display: inline-block;
          padding-bottom: 8px; } }
/*producto*/
.ficha-producto {
  position: relative; }
  .ficha-producto > .container {
    position: relative; }
    .ficha-producto > .container .pagination-product {
      position: absolute;
      right: 20px;
      top: -60px; }
      .ficha-producto > .container .pagination-product a {
        border: solid 1px #DEE7ED;
        display: inline-block;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13); }
        .ficha-producto > .container .pagination-product a.prev {
          margin-right: 10px; }
        .ficha-producto > .container .pagination-product a > i {
          display: inline-block;
          font-size: 26px;
          padding: 10px;
          color: #7D7E7E; }
  .ficha-producto .breadcrumb {
    margin-left: -15px; }
  .ficha-producto h1 {
    font-size: 40px;
    line-height: 48px;
    font-family: "Playfair Display", serif;
    margin-bottom: 29px;
    margin-top: 15px; }
  .ficha-producto .price span {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    font-family: "Work Sans", sans-serif;
    color: #294F99; }
  .ficha-producto .price ins {
    text-decoration: none !important; }
  .ficha-producto .price del {
    display: none !important; }
  .ficha-producto .descripcion {
    margin: 30px 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 75px; }
    .ficha-producto .descripcion p {
      color: #7D7E7E;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      line-height: 25px; }
  .ficha-producto .addwhislist {
    cursor: pointer; }
    .ficha-producto .addwhislist i.addlist {
      display: inline-block;
      font-size: 30px;
      vertical-align: -9px;
      margin-right: 15px; }
      .ficha-producto .addwhislist i.addlist:before {
        content: "\e925";
        font-family: 'balneario' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .ficha-producto .addwhislist i.addlist.active {
        color: #fd0808; }
        .ficha-producto .addwhislist i.addlist.active:before {
          content: "\e917";
          font-family: 'balneario' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
    .ficha-producto .addwhislist span {
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 15px;
      text-decoration: underline; }
  .ficha-producto i {
    display: block; }
  .ficha-producto form {
    margin-top: 32px; }
    .ficha-producto form .cant {
      display: block;
      margin-top: 10px; }
      .ficha-producto form .cant i {
        color: #3697D2;
        font-weight: normal;
        font-size: 32px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        border: solid 1px #f5f5f5;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .ficha-producto form .cant i:hover {
          background: #3697D2;
          color: #fff; }
      .ficha-producto form .cant input {
        width: 34px;
        color: #7D7E7E;
        border: 0;
        text-align: center;
        vertical-align: middle;
        height: 38px;
        line-height: 50px;
        font-size: 24px;
        font-weight: lighter;
        box-shadow: none; }
        .ficha-producto form .cant input:active, .ficha-producto form .cant input:focus, .ficha-producto form .cant input:hover {
          outline: none !important; }
      .ficha-producto form .cant input[type=number]::-webkit-inner-spin-button,
      .ficha-producto form .cant input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
    .ficha-producto form .btn-form {
      width: 75%;
      margin-top: 25px; }
    .ficha-producto form label.inline {
      color: #7D7E7E; }
  .ficha-producto .info-pruducto {
    position: relative;
    margin-top: 40px; }
    .ficha-producto .info-pruducto h2.title {
      line-height: 40px;
      margin-bottom: 45px; }
      .ficha-producto .info-pruducto h2.title:before {
        content: '';
        height: 1px;
        width: 60px;
        background: #292929;
        display: inline-block;
        vertical-align: middle;
        margin-right: 18px; }
    .ficha-producto .info-pruducto .bloque-tabs {
      margin-left: 64px;
      margin-right: 100px;
      padding-top: 40px; }
      .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li h2 {
        font-size: 16px;
        font-weight: 400;
        font-family: "Work Sans", sans-serif; }
      .ficha-producto .info-pruducto .bloque-tabs .tab-content .tab-item img {
        position: absolute;
        left: -100%;
        top: 0; }

/* Botones: wishlist */
.yith-wcwl-add-to-wishlist {
  position: relative;
  display: inline-block;
  width: 80%; }
  .yith-wcwl-add-to-wishlist:before {
    content: "\e925";
    font-family: 'balneario' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    cursor: pointer;
    color: #7D7E7E; }
  .yith-wcwl-add-to-wishlist.added:before {
    content: "\e917";
    font-family: 'balneario' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    color: #fd0808;
    cursor: pointer; }

.yith-wcwl-add-to-wishlist:hover:before,
.yith-wcwl-add-to-wishlist:active:before,
.yith-wcwl-add-to-wishlist:focus:before {
  content: "\e917";
  font-family: 'balneario' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  color: #fd0808;
  cursor: pointer; }

body #yith-wcwl-popup-message {
  position: absolute;
  top: -10px;
  left: 42px;
  width: 190px;
  font-size: 14px;
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 !important; }

.yith-wcwl-wishlistexistsbrowse.show > span,
.yith-wcwl-add-button .ajax-loading {
  display: none;
  color: transparent; }

.yith-wcwl-wishlistaddedbrowse.show a,
.yith-wcwl-wishlistexistsbrowse.show > a {
  font-size: 14px !important;
  color: #7D7E7E; }

.yith-wcwl-add-button .add_to_wishlist,
body .yith-wcwl-wishlistexistsbrowse,
body .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  top: 7px;
  left: 43px;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  font-size: 14px !important;
  color: #7D7E7E; }

.yith-wcwl-add-to-wishlist .feedback {
  display: inline-block;
  margin-right: 13px; }

.yith-wcwl-wishlistaddresponse {
  display: none; }

body.woocommerce-wishlist .woocommerce-message {
  display: none !important; }
body.woocommerce-wishlist .hero-short {
  display: none; }
body.woocommerce-wishlist .wishlist-title {
  margin-top: 40px; }
  body.woocommerce-wishlist .wishlist-title h2 {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    color: #292929; }
body.woocommerce-wishlist .wishlist_table td.product-add-to-cart a {
  line-height: 43px; }

@media all and (max-width: 1091px) {
  .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs {
    overflow-x: visible;
    width: 100%; }

  body.single-product .woocommerce-breadcrumb {
    display: block !important; } }
@media all and (max-width: 867px) {
  body.single-product .woocommerce-breadcrumb {
    display: none !important; }

  .ficha-producto form .btn-form {
    width: 100%; }
  .ficha-producto form .cant i {
    font-size: 24px; }
  .ficha-producto .info-pruducto .bloque-tabs {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px; }

  .yith-wcwl-add-to-wishlist {
    width: 100%;
    margin-bottom: 30px; }

  body.woocommerce-wishlist .wishlist-title h2 {
    font-size: 40px; } }
@media all and (max-width: 676px) {
  .ficha-producto .mb-nm {
    padding-right: 0px;
    padding-left: 0px; }
  .ficha-producto .breadcrumb {
    display: none; }
  .ficha-producto h1 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 38px; }
  .ficha-producto .add-carrito-producto {
    position: fixed;
    background: white;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 0px 10px; }
    .ficha-producto .add-carrito-producto p {
      margin-bottom: 0px;
      padding-top: 12px;
      display: inline-block; }
    .ficha-producto .add-carrito-producto .cant {
      text-align: left; }
  .ficha-producto .descripcion {
    display: none; }
  .ficha-producto .price {
    margin-bottom: 35px; }
  .ficha-producto form .btn-form {
    width: 100%; }
  .ficha-producto form .cant {
    margin-top: 0px; }
  .ficha-producto form.cart {
    position: fixed;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 99;
    margin-bottom: 0 !important;
    padding: 10px; }
    .ficha-producto form.cart .cant {
      margin-top: 10px;
      margin-bottom: 0; }
      .ficha-producto form.cart .cant input {
        width: 18px;
        line-height: 50px;
        font-size: 18px; }
      .ficha-producto form.cart .cant i {
        font-size: 32px; }
  .ficha-producto .info-pruducto {
    margin-top: 0px; }
    .ficha-producto .info-pruducto h2.title {
      margin-bottom: 50px; }
      .ficha-producto .info-pruducto h2.title:before {
        display: none; }
    .ficha-producto .info-pruducto .bloque-tabs {
      margin-left: 0px;
      margin-right: 0px;
      padding-top: 0px; }
      .ficha-producto .info-pruducto .bloque-tabs .tab-content {
        padding: 0px; }
      .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs {
        overflow-x: visible;
        width: 100%; }
        .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item {
          white-space: initial !important;
          display: block;
          width: 100%; }
          .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item + .nav-item {
            padding-left: 0px; }
          .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item.active .box, .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item.active .box-alt {
            display: block; }
          .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .nav-link {
            border-bottom: solid 1px;
            padding-bottom: 10px;
            margin-bottom: 22px;
            position: relative; }
            .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .nav-link:after {
              content: "\e90f";
              font-family: 'balneario' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #3697D2;
              position: absolute;
              right: 10px;
              bottom: 16px; }
            .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .nav-link .line-tab {
              display: none; }
          .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .box, .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .box-alt {
            display: none; }
            .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .box .tab-item img, .ficha-producto .info-pruducto .bloque-tabs .nav.nav-tabs li.nav-item .box-alt .tab-item img {
              display: none; } }
/*login*/
header.alternativo {
  border: 1px solid #DEE7ED; }
  header.alternativo .logo {
    display: block; }
    header.alternativo .logo img {
      margin: 0 auto;
      display: block; }

.page-login h1 {
  text-align: center;
  margin: 40px 0;
  font-size: 32px;
  line-height: 40px; }
  .page-login h1.align-left {
    text-align: left; }
.page-login .box-login {
  border: 1px solid #7C7C7C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 34px 40px; }
  .page-login .box-login h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 40px;
    color: #292929; }
  .page-login .box-login p {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    margin: 0 auto; }
  .page-login .box-login .login-social ul {
    display: block;
    text-align: center;
    padding-left: 0; }
    .page-login .box-login .login-social ul li {
      display: inline-block;
      margin-right: 5px; }
      .page-login .box-login .login-social ul li a {
        display: table;
        border: 1px solid #292929;
        background: transparent;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .page-login .box-login .login-social ul li a:hover {
          text-decoration: none; }
        .page-login .box-login .login-social ul li a i {
          display: table-cell;
          font-size: 20px;
          vertical-align: middle;
          text-align: center;
          color: #292929; }
.page-login .social {
  cursor: not-allowed; }
.page-login .login-panel.mostrar {
  display: block; }
.page-login .login-panel.ocultar {
  display: none; }
.page-login .register-panel.mostrar {
  display: block; }
.page-login .register-panel.ocultar {
  display: none; }
.page-login .register-panel h2 {
  margin: 40px 0;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #292929; }
.page-login .register-panel .box-account {
  border: 1px solid #7C7C7C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 34px 40px; }
.page-login form a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #3697D2;
  margin-bottom: 15px;
  display: block; }
.page-login form span {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block; }
  .page-login form span > a {
    display: inline; }
  .page-login form span.togglePlanel {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    color: #3697D2;
    margin-bottom: 15px;
    display: block;
    cursor: pointer; }
.page-login form .form-group {
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
  position: relative; }
  .page-login form .form-group label {
    font-size: 14px;
    line-height: 23px;
    color: #7c7c7c; }
  .page-login form .form-group .form-control {
    border: none;
    border-bottom: solid 1px #DEE7ED;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    line-height: 14px;
    font-size: 16px;
    padding: 10px 0px;
    color: #7D7E7E;
    box-shadow: none; }
    .page-login form .form-group .form-control:active, .page-login form .form-group .form-control:focus, .page-login form .form-group .form-control:hover {
      outline: none !important; }
    .page-login form .form-group .form-control.placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form .form-group .form-control:-moz-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form .form-group .form-control::-moz-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form .form-group .form-control:-ms-input-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form .form-group .form-control::-webkit-input-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
  .page-login form .form-group .btn-form {
    display: inline-block;
    width: 100%;
    margin: 15px 0px; }
  .page-login form .form-group select {
    display: block;
    width: 100%;
    border: none;
    height: 48px;
    background: white;
    padding: 0;
    margin-left: -8px;
    border-bottom: solid 1px #DEE7ED;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%; }
  .page-login form .form-group.short {
    width: 35%; }
  .page-login form .form-group.middle {
    width: 50%; }
  .page-login form .form-group.checkbox label {
    vertical-align: 4px; }
  .page-login form .form-group.has-error label {
    display: none; }
  .page-login form .form-group.has-error small.help-block {
    position: absolute;
    top: -15px;
    color: red; }
  .page-login form .form-group.has-error .form-control {
    border: none;
    border-bottom: solid 1px red; }
.page-login form.fv-form.fv-form-bootstrap .form-group {
  margin-bottom: 30px; }
.page-login form h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 40px; }
.page-login form p {
  text-align: left;
  font-size: 14px;
  line-height: 23px;
  color: #7c7c7c; }
  .page-login form p input {
    border: none !important;
    border-bottom: solid 1px #DEE7ED !important;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    line-height: 14px;
    font-size: 16px;
    padding: 10px 0px;
    color: #7D7E7E;
    box-shadow: none;
    height: 48px; }
    .page-login form p input:active, .page-login form p input:focus, .page-login form p input:hover {
      outline: none !important; }
    .page-login form p input.placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form p input:-moz-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form p input::-moz-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form p input:-ms-input-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
    .page-login form p input::-webkit-input-placeholder {
      color: #7D7E7E;
      font-size: 16px;
      line-height: 14px;
      font-family: "Work Sans", sans-serif; }
.page-login .btn-no-login {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #3697D2;
  color: #3697D2;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  margin: 20px 0px;
  padding: 15px; }
  .page-login .btn-no-login:hover {
    background: #3697D2;
    color: #fff; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0px solid transparent;
  padding: 0;
  margin: 0; }

body.woocommerce-account .dashboard {
  margin-top: 25px; }
body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation h1 {
    font-size: 25px;
    margin-bottom: 20px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation p {
    font-size: 15px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation p.usuario span {
      font-weight: 800;
      color: #294F99; }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
      display: block;
      line-height: 36px;
      border-bottom: 1px solid #7c7c7c; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        display: block;
        color: #7D7E7E;
        font-size: 15px; }
        body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          text-decoration: none; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li.volver-sesion a {
        color: #294F99; }
body.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
  border: 1px solid #7C7C7C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 20px 20px 20px 20px; }
  body.woocommerce-account .woocommerce-MyAccount-content .intro {
    position: relative; }
    body.woocommerce-account .woocommerce-MyAccount-content .intro .centrado {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body.woocommerce-account .woocommerce-MyAccount-content .intro .centrado h2 {
        text-align: center; }
  body.woocommerce-account .woocommerce-MyAccount-content h2.title-account {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
    border-bottom: solid 1px #7c7c7c;
    padding-bottom: 10px; }
    body.woocommerce-account .woocommerce-MyAccount-content h2.title-account span {
      font-size: 13px;
      float: right;
      color: #7D7E7E;
      font-family: "Work Sans", sans-serif;
      line-height: 34px; }
  body.woocommerce-account .woocommerce-MyAccount-content .label.subrayado {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
    border-bottom: solid 1px #7c7c7c;
    padding-bottom: 10px;
    color: #294F99;
    font-family: "Playfair Display", serif; }
  body.woocommerce-account .woocommerce-MyAccount-content section {
    padding: 20px 0px !important; }
  body.woocommerce-account .woocommerce-MyAccount-content .addresses .col-1, body.woocommerce-account .woocommerce-MyAccount-content .addresses .col-2 {
    width: calc(50% - 5px);
    max-width: 100% !important; }
  body.woocommerce-account .woocommerce-MyAccount-content .addresses .title .edit {
    line-height: 36px; }
  body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    color: #7c7c7c;
    display: block;
    width: 47%;
    margin-bottom: 25px; }
    body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row label, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
      display: block;
      width: 100%; }
    body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input {
      border: none !important;
      border-bottom: solid 1px #DEE7ED !important;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%;
      line-height: 14px;
      font-size: 16px;
      padding: 10px 0px;
      color: #7D7E7E;
      box-shadow: none;
      height: 48px; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input:active, body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input:focus, body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input:hover, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:active, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:focus, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:hover {
        outline: none !important; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input.placeholder, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input.placeholder {
        color: #7D7E7E;
        font-size: 16px;
        line-height: 14px;
        font-family: "Work Sans", sans-serif; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input:-moz-placeholder, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:-moz-placeholder {
        color: #7D7E7E;
        font-size: 16px;
        line-height: 14px;
        font-family: "Work Sans", sans-serif; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input::-moz-placeholder, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input::-moz-placeholder {
        color: #7D7E7E;
        font-size: 16px;
        line-height: 14px;
        font-family: "Work Sans", sans-serif; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input:-ms-input-placeholder, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:-ms-input-placeholder {
        color: #7D7E7E;
        font-size: 16px;
        line-height: 14px;
        font-family: "Work Sans", sans-serif; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input::-webkit-input-placeholder, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input::-webkit-input-placeholder {
        color: #7D7E7E;
        font-size: 16px;
        line-height: 14px;
        font-family: "Work Sans", sans-serif; }
      body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row input.btn-gradient, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input.btn-gradient {
        color: #fff; }
  body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row-first, body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row-last, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
    float: none; }
  body.woocommerce-account .woocommerce-MyAccount-content .change-address-form a.atras, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm a.atras {
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #7D7E7E; }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-bottom: 0px;
    margin-top: 8px; }
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title {
      margin-top: 20px;
      font-size: 20px; }
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details p, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
      color: #292929;
      font-weight: 400; }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin-bottom: 0px;
    margin-top: 8px; }
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
      margin-top: 20px;
      font-size: 20px; }
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details p, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details address {
      color: #292929;
      font-weight: 400; }

body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input {
  border: none !important;
  border-bottom: solid 1px #DEE7ED !important;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  line-height: 14px;
  font-size: 16px;
  padding: 10px 0px;
  color: #7D7E7E;
  box-shadow: none;
  height: 48px; }
  body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input:active, body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input:focus, body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input:hover {
    outline: none !important; }
  body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input.placeholder {
    color: #7D7E7E;
    font-size: 16px;
    line-height: 14px;
    font-family: "Work Sans", sans-serif; }
  body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input:-moz-placeholder {
    color: #7D7E7E;
    font-size: 16px;
    line-height: 14px;
    font-family: "Work Sans", sans-serif; }
  body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input::-moz-placeholder {
    color: #7D7E7E;
    font-size: 16px;
    line-height: 14px;
    font-family: "Work Sans", sans-serif; }
  body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input:-ms-input-placeholder {
    color: #7D7E7E;
    font-size: 16px;
    line-height: 14px;
    font-family: "Work Sans", sans-serif; }
  body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p input::-webkit-input-placeholder {
    color: #7D7E7E;
    font-size: 16px;
    line-height: 14px;
    font-family: "Work Sans", sans-serif; }
body.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p button {
  width: auto;
  height: 56px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
  cursor: pointer;
  border: none;
  margin-top: 25px; }

@media all and (max-width: 1091px) {
  .page-login .box-login {
    padding: 25px 20px; } }
@media all and (max-width: 867px) {
  .page-login .box-login {
    margin-bottom: 25px; }
    .page-login .box-login form .form-grouop.short {
      width: 100%; }
    .page-login .box-login form .form-grouop.middle {
      width: 100%; }

  body.woocommerce-account dashboard {
    margin-top: 25px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 50px; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 5px; }
    body.woocommerce-account .woocommerce-MyAccount-content .addresses .col-1, body.woocommerce-account .woocommerce-MyAccount-content .addresses .col-2 {
      width: calc(100%);
      max-width: 100% !important; }
    body.woocommerce-account .woocommerce-MyAccount-content .addresses .title .edit {
      line-height: 36px; }
    body.woocommerce-account .woocommerce-MyAccount-content .change-address-form .form-row, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
      width: 100%; }
    body.woocommerce-account .woocommerce-MyAccount-content h2.title-account span {
      float: none;
      display: none; }
  body.woocommerce-account .woocommerce table.my_account_orders td, body.woocommerce-account .woocommerce table.my_account_orders th {
    padding: 8px 8px;
    vertical-align: middle; } }
/* Header */
.page-template-page-hoteles-php, .page-template-page-contacto, .search-results, .page-template-page-producto-php, .page-template-page-promocion-php, .page-template-page-promociones-php, .single-hotel, .single-product, .tax-product_cat, .search, .post-type-archive-product, .woocommerce-wishlist, .error404 {
  margin-top: 88px; }
  .page-template-page-hoteles-php .header, .page-template-page-contacto .header, .search-results .header, .page-template-page-producto-php .header, .page-template-page-promocion-php .header, .page-template-page-promociones-php .header, .single-hotel .header, .single-product .header, .tax-product_cat .header, .search .header, .post-type-archive-product .header, .woocommerce-wishlist .header, .error404 .header {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    background: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1); }
    .page-template-page-hoteles-php .header .main-menu .logo .logo__link.azul, .page-template-page-contacto .header .main-menu .logo .logo__link.azul, .search-results .header .main-menu .logo .logo__link.azul, .page-template-page-producto-php .header .main-menu .logo .logo__link.azul, .page-template-page-promocion-php .header .main-menu .logo .logo__link.azul, .page-template-page-promociones-php .header .main-menu .logo .logo__link.azul, .single-hotel .header .main-menu .logo .logo__link.azul, .single-product .header .main-menu .logo .logo__link.azul, .tax-product_cat .header .main-menu .logo .logo__link.azul, .search .header .main-menu .logo .logo__link.azul, .post-type-archive-product .header .main-menu .logo .logo__link.azul, .woocommerce-wishlist .header .main-menu .logo .logo__link.azul, .error404 .header .main-menu .logo .logo__link.azul {
      display: block; }
    .page-template-page-hoteles-php .header .main-menu .logo .logo__link.blanco, .page-template-page-contacto .header .main-menu .logo .logo__link.blanco, .search-results .header .main-menu .logo .logo__link.blanco, .page-template-page-producto-php .header .main-menu .logo .logo__link.blanco, .page-template-page-promocion-php .header .main-menu .logo .logo__link.blanco, .page-template-page-promociones-php .header .main-menu .logo .logo__link.blanco, .single-hotel .header .main-menu .logo .logo__link.blanco, .single-product .header .main-menu .logo .logo__link.blanco, .tax-product_cat .header .main-menu .logo .logo__link.blanco, .search .header .main-menu .logo .logo__link.blanco, .post-type-archive-product .header .main-menu .logo .logo__link.blanco, .woocommerce-wishlist .header .main-menu .logo .logo__link.blanco, .error404 .header .main-menu .logo .logo__link.blanco {
      display: none; }
    .page-template-page-hoteles-php .header .main-menu .menu > .menu-item > a, .page-template-page-contacto .header .main-menu .menu > .menu-item > a, .search-results .header .main-menu .menu > .menu-item > a, .page-template-page-producto-php .header .main-menu .menu > .menu-item > a, .page-template-page-promocion-php .header .main-menu .menu > .menu-item > a, .page-template-page-promociones-php .header .main-menu .menu > .menu-item > a, .single-hotel .header .main-menu .menu > .menu-item > a, .single-product .header .main-menu .menu > .menu-item > a, .tax-product_cat .header .main-menu .menu > .menu-item > a, .search .header .main-menu .menu > .menu-item > a, .post-type-archive-product .header .main-menu .menu > .menu-item > a, .woocommerce-wishlist .header .main-menu .menu > .menu-item > a, .error404 .header .main-menu .menu > .menu-item > a {
      color: #7D7E7E; }
    .page-template-page-hoteles-php .header .main-menu .menu > .menu-item > i, .page-template-page-contacto .header .main-menu .menu > .menu-item > i, .search-results .header .main-menu .menu > .menu-item > i, .page-template-page-producto-php .header .main-menu .menu > .menu-item > i, .page-template-page-promocion-php .header .main-menu .menu > .menu-item > i, .page-template-page-promociones-php .header .main-menu .menu > .menu-item > i, .single-hotel .header .main-menu .menu > .menu-item > i, .single-product .header .main-menu .menu > .menu-item > i, .tax-product_cat .header .main-menu .menu > .menu-item > i, .search .header .main-menu .menu > .menu-item > i, .post-type-archive-product .header .main-menu .menu > .menu-item > i, .woocommerce-wishlist .header .main-menu .menu > .menu-item > i, .error404 .header .main-menu .menu > .menu-item > i {
      color: #7D7E7E; }
    .page-template-page-hoteles-php .header .main-menu .menu-right, .page-template-page-contacto .header .main-menu .menu-right, .search-results .header .main-menu .menu-right, .page-template-page-producto-php .header .main-menu .menu-right, .page-template-page-promocion-php .header .main-menu .menu-right, .page-template-page-promociones-php .header .main-menu .menu-right, .single-hotel .header .main-menu .menu-right, .single-product .header .main-menu .menu-right, .tax-product_cat .header .main-menu .menu-right, .search .header .main-menu .menu-right, .post-type-archive-product .header .main-menu .menu-right, .woocommerce-wishlist .header .main-menu .menu-right, .error404 .header .main-menu .menu-right {
      color: #7D7E7E;
      position: relative; }
      .page-template-page-hoteles-php .header .main-menu .menu-right a, .page-template-page-hoteles-php .header .main-menu .menu-right span, .page-template-page-contacto .header .main-menu .menu-right a, .page-template-page-contacto .header .main-menu .menu-right span, .search-results .header .main-menu .menu-right a, .search-results .header .main-menu .menu-right span, .page-template-page-producto-php .header .main-menu .menu-right a, .page-template-page-producto-php .header .main-menu .menu-right span, .page-template-page-promocion-php .header .main-menu .menu-right a, .page-template-page-promocion-php .header .main-menu .menu-right span, .page-template-page-promociones-php .header .main-menu .menu-right a, .page-template-page-promociones-php .header .main-menu .menu-right span, .single-hotel .header .main-menu .menu-right a, .single-hotel .header .main-menu .menu-right span, .single-product .header .main-menu .menu-right a, .single-product .header .main-menu .menu-right span, .tax-product_cat .header .main-menu .menu-right a, .tax-product_cat .header .main-menu .menu-right span, .search .header .main-menu .menu-right a, .search .header .main-menu .menu-right span, .post-type-archive-product .header .main-menu .menu-right a, .post-type-archive-product .header .main-menu .menu-right span, .woocommerce-wishlist .header .main-menu .menu-right a, .woocommerce-wishlist .header .main-menu .menu-right span, .error404 .header .main-menu .menu-right a, .error404 .header .main-menu .menu-right span {
        color: #7D7E7E;
        bottom: 2px;
        position: relative;
        font-size: 15px;
        font-weight: 300; }
      .page-template-page-hoteles-php .header .main-menu .menu-right .cart-contents, .page-template-page-contacto .header .main-menu .menu-right .cart-contents, .search-results .header .main-menu .menu-right .cart-contents, .page-template-page-producto-php .header .main-menu .menu-right .cart-contents, .page-template-page-promocion-php .header .main-menu .menu-right .cart-contents, .page-template-page-promociones-php .header .main-menu .menu-right .cart-contents, .single-hotel .header .main-menu .menu-right .cart-contents, .single-product .header .main-menu .menu-right .cart-contents, .tax-product_cat .header .main-menu .menu-right .cart-contents, .search .header .main-menu .menu-right .cart-contents, .post-type-archive-product .header .main-menu .menu-right .cart-contents, .woocommerce-wishlist .header .main-menu .menu-right .cart-contents, .error404 .header .main-menu .menu-right .cart-contents {
        vertical-align: -3px; }
        .page-template-page-hoteles-php .header .main-menu .menu-right .cart-contents i, .page-template-page-contacto .header .main-menu .menu-right .cart-contents i, .search-results .header .main-menu .menu-right .cart-contents i, .page-template-page-producto-php .header .main-menu .menu-right .cart-contents i, .page-template-page-promocion-php .header .main-menu .menu-right .cart-contents i, .page-template-page-promociones-php .header .main-menu .menu-right .cart-contents i, .single-hotel .header .main-menu .menu-right .cart-contents i, .single-product .header .main-menu .menu-right .cart-contents i, .tax-product_cat .header .main-menu .menu-right .cart-contents i, .search .header .main-menu .menu-right .cart-contents i, .post-type-archive-product .header .main-menu .menu-right .cart-contents i, .woocommerce-wishlist .header .main-menu .menu-right .cart-contents i, .error404 .header .main-menu .menu-right .cart-contents i {
          color: #7D7E7E;
          font-weight: 400;
          font-size: 17px; }
          .page-template-page-hoteles-php .header .main-menu .menu-right .cart-contents i span.cart-count, .page-template-page-contacto .header .main-menu .menu-right .cart-contents i span.cart-count, .search-results .header .main-menu .menu-right .cart-contents i span.cart-count, .page-template-page-producto-php .header .main-menu .menu-right .cart-contents i span.cart-count, .page-template-page-promocion-php .header .main-menu .menu-right .cart-contents i span.cart-count, .page-template-page-promociones-php .header .main-menu .menu-right .cart-contents i span.cart-count, .single-hotel .header .main-menu .menu-right .cart-contents i span.cart-count, .single-product .header .main-menu .menu-right .cart-contents i span.cart-count, .tax-product_cat .header .main-menu .menu-right .cart-contents i span.cart-count, .search .header .main-menu .menu-right .cart-contents i span.cart-count, .post-type-archive-product .header .main-menu .menu-right .cart-contents i span.cart-count, .woocommerce-wishlist .header .main-menu .menu-right .cart-contents i span.cart-count, .error404 .header .main-menu .menu-right .cart-contents i span.cart-count {
            background: #3697D2;
            color: white;
            border-radius: 100%;
            padding: 3px 6px;
            font-size: 12px;
            position: absolute;
            bottom: 9px;
            font-family: "Work Sans", sans-serif; }
      .page-template-page-hoteles-php .header .main-menu .menu-right i, .page-template-page-contacto .header .main-menu .menu-right i, .search-results .header .main-menu .menu-right i, .page-template-page-producto-php .header .main-menu .menu-right i, .page-template-page-promocion-php .header .main-menu .menu-right i, .page-template-page-promociones-php .header .main-menu .menu-right i, .single-hotel .header .main-menu .menu-right i, .single-product .header .main-menu .menu-right i, .tax-product_cat .header .main-menu .menu-right i, .search .header .main-menu .menu-right i, .post-type-archive-product .header .main-menu .menu-right i, .woocommerce-wishlist .header .main-menu .menu-right i, .error404 .header .main-menu .menu-right i {
        color: #7D7E7E;
        font-weight: 800; }
      .page-template-page-hoteles-php .header .main-menu .menu-right #language, .page-template-page-contacto .header .main-menu .menu-right #language, .search-results .header .main-menu .menu-right #language, .page-template-page-producto-php .header .main-menu .menu-right #language, .page-template-page-promocion-php .header .main-menu .menu-right #language, .page-template-page-promociones-php .header .main-menu .menu-right #language, .single-hotel .header .main-menu .menu-right #language, .single-product .header .main-menu .menu-right #language, .tax-product_cat .header .main-menu .menu-right #language, .search .header .main-menu .menu-right #language, .post-type-archive-product .header .main-menu .menu-right #language, .woocommerce-wishlist .header .main-menu .menu-right #language, .error404 .header .main-menu .menu-right #language {
        position: absolute !important;
        right: -15px !important;
        top: 30px !important; }
        .page-template-page-hoteles-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .page-template-page-hoteles-php .header .main-menu .menu-right #language .menu > #manu-idioma, .page-template-page-contacto .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .page-template-page-contacto .header .main-menu .menu-right #language .menu > #manu-idioma, .search-results .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .search-results .header .main-menu .menu-right #language .menu > #manu-idioma, .page-template-page-producto-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .page-template-page-producto-php .header .main-menu .menu-right #language .menu > #manu-idioma, .page-template-page-promocion-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .page-template-page-promocion-php .header .main-menu .menu-right #language .menu > #manu-idioma, .page-template-page-promociones-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .page-template-page-promociones-php .header .main-menu .menu-right #language .menu > #manu-idioma, .single-hotel .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .single-hotel .header .main-menu .menu-right #language .menu > #manu-idioma, .single-product .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .single-product .header .main-menu .menu-right #language .menu > #manu-idioma, .tax-product_cat .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .tax-product_cat .header .main-menu .menu-right #language .menu > #manu-idioma, .search .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .search .header .main-menu .menu-right #language .menu > #manu-idioma, .post-type-archive-product .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .post-type-archive-product .header .main-menu .menu-right #language .menu > #manu-idioma, .woocommerce-wishlist .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .woocommerce-wishlist .header .main-menu .menu-right #language .menu > #manu-idioma, .error404 .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma, .error404 .header .main-menu .menu-right #language .menu > #manu-idioma {
          width: auto !important; }
          .page-template-page-hoteles-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .page-template-page-hoteles-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .page-template-page-hoteles-php .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .page-template-page-hoteles-php .header .main-menu .menu-right #language .menu > #manu-idioma li, .page-template-page-contacto .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .page-template-page-contacto .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .page-template-page-contacto .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .page-template-page-contacto .header .main-menu .menu-right #language .menu > #manu-idioma li, .search-results .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .search-results .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .search-results .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .search-results .header .main-menu .menu-right #language .menu > #manu-idioma li, .page-template-page-producto-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .page-template-page-producto-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .page-template-page-producto-php .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .page-template-page-producto-php .header .main-menu .menu-right #language .menu > #manu-idioma li, .page-template-page-promocion-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .page-template-page-promocion-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .page-template-page-promocion-php .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .page-template-page-promocion-php .header .main-menu .menu-right #language .menu > #manu-idioma li, .page-template-page-promociones-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .page-template-page-promociones-php .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .page-template-page-promociones-php .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .page-template-page-promociones-php .header .main-menu .menu-right #language .menu > #manu-idioma li, .single-hotel .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .single-hotel .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .single-hotel .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .single-hotel .header .main-menu .menu-right #language .menu > #manu-idioma li, .single-product .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .single-product .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .single-product .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .single-product .header .main-menu .menu-right #language .menu > #manu-idioma li, .tax-product_cat .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .tax-product_cat .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .tax-product_cat .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .tax-product_cat .header .main-menu .menu-right #language .menu > #manu-idioma li, .search .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .search .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .search .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .search .header .main-menu .menu-right #language .menu > #manu-idioma li, .post-type-archive-product .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .post-type-archive-product .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .post-type-archive-product .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .post-type-archive-product .header .main-menu .menu-right #language .menu > #manu-idioma li, .woocommerce-wishlist .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .woocommerce-wishlist .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .woocommerce-wishlist .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .woocommerce-wishlist .header .main-menu .menu-right #language .menu > #manu-idioma li, .error404 .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item, .error404 .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma li, .error404 .header .main-menu .menu-right #language .menu > #manu-idioma > .wpml-ls-menu-item, .error404 .header .main-menu .menu-right #language .menu > #manu-idioma li {
            padding: 0 !important;
            line-height: 10px;
            float: left !important;
            padding: 0 !important;
            margin-bottom: 10px !important; }
    .page-template-page-hoteles-php .header .main-menu #hamburger span, .page-template-page-contacto .header .main-menu #hamburger span, .search-results .header .main-menu #hamburger span, .page-template-page-producto-php .header .main-menu #hamburger span, .page-template-page-promocion-php .header .main-menu #hamburger span, .page-template-page-promociones-php .header .main-menu #hamburger span, .single-hotel .header .main-menu #hamburger span, .single-product .header .main-menu #hamburger span, .tax-product_cat .header .main-menu #hamburger span, .search .header .main-menu #hamburger span, .post-type-archive-product .header .main-menu #hamburger span, .woocommerce-wishlist .header .main-menu #hamburger span, .error404 .header .main-menu #hamburger span {
      background: #7D7E7E; }
    .page-template-page-hoteles-php .header .main-menu .btn-call, .page-template-page-contacto .header .main-menu .btn-call, .search-results .header .main-menu .btn-call, .page-template-page-producto-php .header .main-menu .btn-call, .page-template-page-promocion-php .header .main-menu .btn-call, .page-template-page-promociones-php .header .main-menu .btn-call, .single-hotel .header .main-menu .btn-call, .single-product .header .main-menu .btn-call, .tax-product_cat .header .main-menu .btn-call, .search .header .main-menu .btn-call, .post-type-archive-product .header .main-menu .btn-call, .woocommerce-wishlist .header .main-menu .btn-call, .error404 .header .main-menu .btn-call {
      display: none; }
    .page-template-page-hoteles-php .header .main-menu #language_mobile, .page-template-page-contacto .header .main-menu #language_mobile, .search-results .header .main-menu #language_mobile, .page-template-page-producto-php .header .main-menu #language_mobile, .page-template-page-promocion-php .header .main-menu #language_mobile, .page-template-page-promociones-php .header .main-menu #language_mobile, .single-hotel .header .main-menu #language_mobile, .single-product .header .main-menu #language_mobile, .tax-product_cat .header .main-menu #language_mobile, .search .header .main-menu #language_mobile, .post-type-archive-product .header .main-menu #language_mobile, .woocommerce-wishlist .header .main-menu #language_mobile, .error404 .header .main-menu #language_mobile {
      display: none; }
    .page-template-page-hoteles-php .header .container .main-menu #hamburger span, .page-template-page-contacto .header .container .main-menu #hamburger span, .search-results .header .container .main-menu #hamburger span, .page-template-page-producto-php .header .container .main-menu #hamburger span, .page-template-page-promocion-php .header .container .main-menu #hamburger span, .page-template-page-promociones-php .header .container .main-menu #hamburger span, .single-hotel .header .container .main-menu #hamburger span, .single-product .header .container .main-menu #hamburger span, .tax-product_cat .header .container .main-menu #hamburger span, .search .header .container .main-menu #hamburger span, .post-type-archive-product .header .container .main-menu #hamburger span, .woocommerce-wishlist .header .container .main-menu #hamburger span, .error404 .header .container .main-menu #hamburger span {
      background: #7D7E7E; }

.page-template-page-login-php header.header, .page-template-page-checkout-php header.header, .page-template-page-crear-cuenta-php header.header {
  display: none; }

.product-template-default .header .main-menu .menu-right #language {
  display: none; }

.header {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  box-shadow: none;
  overflow: hidden; }
  .header:hover {
    background: #fff;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
    overflow: visible; }
    .header:hover .main-menu .logo .logo__link.azul {
      display: block; }
    .header:hover .main-menu .logo .logo__link.blanco {
      display: none; }
    .header:hover .main-menu .menu > .menu-item > a {
      color: #7D7E7E; }
    .header:hover .main-menu .menu > .menu-item > i {
      color: #7D7E7E; }
    .header:hover .main-menu .menu-right {
      color: #7D7E7E;
      position: relative; }
      .header:hover .main-menu .menu-right a, .header:hover .main-menu .menu-right span {
        color: #7D7E7E;
        bottom: 2px;
        position: relative;
        font-size: 15px;
        font-weight: 300; }
      .header:hover .main-menu .menu-right .cart-contents i {
        color: #7D7E7E; }
        .header:hover .main-menu .menu-right .cart-contents i span.cart-count {
          background: #3697D2;
          color: white; }
      .header:hover .main-menu .menu-right #language {
        position: absolute !important;
        right: -15px !important;
        top: 30px !important; }
        .header:hover .main-menu .menu-right #language > menu-idioma-container > #manu-idioma {
          width: auto !important; }
          .header:hover .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item {
            padding: 0 !important;
            line-height: 10px;
            float: left !important;
            padding: 0 !important;
            margin-bottom: 10px !important; }
  .header.js-nav-s {
    background: #fff; }
    .header.js-nav-s .main-menu .logo .logo__link.azul {
      display: block; }
    .header.js-nav-s .main-menu .logo .logo__link.blanco {
      display: none; }
    .header.js-nav-s .main-menu .menu .menu-item > a {
      color: #7D7E7E; }
    .header.js-nav-s .main-menu .menu .menu-item > i {
      color: #7D7E7E; }
    .header.js-nav-s .main-menu .menu-right {
      color: #7D7E7E;
      position: relative; }
      .header.js-nav-s .main-menu .menu-right a, .header.js-nav-s .main-menu .menu-right span {
        color: #7D7E7E;
        bottom: 2px;
        position: relative;
        font-size: 15px;
        font-weight: 300; }
      .header.js-nav-s .main-menu .menu-right #language {
        position: absolute !important;
        right: -15px !important;
        top: 30px !important; }
        .header.js-nav-s .main-menu .menu-right #language > menu-idioma-container > #manu-idioma {
          width: auto !important; }
          .header.js-nav-s .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item {
            padding: 0 !important;
            line-height: 10px;
            float: left !important;
            padding: 0 !important;
            margin-bottom: 10px !important; }
      .header.js-nav-s .main-menu .menu-right .cart-contents {
        vertical-align: -3px; }
        .header.js-nav-s .main-menu .menu-right .cart-contents i {
          color: #7D7E7E;
          font-weight: 400;
          font-size: 17px; }
          .header.js-nav-s .main-menu .menu-right .cart-contents i span.cart-count {
            background: #3697D2;
            color: white;
            border-radius: 100%;
            padding: 3px 6px;
            font-size: 12px;
            position: absolute;
            bottom: 9px;
            font-family: "Work Sans", sans-serif; }
  .header.scrollHide {
    visibility: hidden;
    opacity: 0;
    top: -100px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s; }
  .header .main-menu {
    width: 100%;
    height: 88px; }
    .header .main-menu .logo {
      float: left;
      width: 12%;
      line-height: 88px; }
      .header .main-menu .logo a {
        display: block; }
      .header .main-menu .logo span {
        display: block; }
      .header .main-menu .logo.js-logo-mobile {
        float: none;
        width: 100%;
        text-align: center; }
      .header .main-menu .logo .logo__link.azul {
        display: none; }
      .header .main-menu .logo img {
        width: 218px; }
    .header .main-menu .menu {
      float: left;
      width: 78%;
      padding: 0;
      margin-bottom: 0;
      list-style: none;
      text-align: center;
      font-size: 12px; }
      .header .main-menu .menu > .menu-item {
        display: inline-block;
        padding: 0 1px;
        line-height: 88px; }
        .header .main-menu .menu > .menu-item:hover .submenubox {
          display: block;
          transition: all 200ms;
          -webkit-transition: all 200ms; }
        .header .main-menu .menu > .menu-item a {
          text-decoration: none;
          text-transform: uppercase;
          color: #fff; }
        .header .main-menu .menu > .menu-item i {
          color: #fff;
          font-size: 15px;
          vertical-align: -3px;
          margin-left: 6px; }
        .header .main-menu .menu > .menu-item .submenubox {
          display: none;
          position: absolute;
          left: 0;
          margin: 0 auto;
          padding: 10px 0px 0px;
          background: #fff;
          width: 100%;
          top: 88px; }
          .header .main-menu .menu > .menu-item .submenubox .wrapper {
            max-width: 1200px;
            margin: 0 auto; }
          .header .main-menu .menu > .menu-item .submenubox .sub-menu {
            padding: 0;
            text-align: center; }
            .header .main-menu .menu > .menu-item .submenubox .sub-menu > li {
              padding: 0 10px;
              list-style: none;
              width: 22%;
              display: inline-block; }
              .header .main-menu .menu > .menu-item .submenubox .sub-menu > li:hover a img {
                vertical-align: middle;
                opacity: 1; }
              .header .main-menu .menu > .menu-item .submenubox .sub-menu > li a {
                overflow: hidden; }
                .header .main-menu .menu > .menu-item .submenubox .sub-menu > li a img {
                  opacity: 0.6;
                  display: block;
                  padding: 0px !important;
                  -webkit-transition: 0.5;
                  -moz-transition: 0.5;
                  -ms-transition: 0.5;
                  transition: 0.5;
                  max-width: 100%; }
                .header .main-menu .menu > .menu-item .submenubox .sub-menu > li a span {
                  display: block;
                  color: #7D7E7E;
                  font-size: 12px;
                  line-height: 2; }
      .header .main-menu .menu > .wpml-ls-menu-item {
        padding: 0 !important;
        line-height: 10px;
        float: left !important;
        padding: 0 !important;
        margin-bottom: 10px !important; }
    .header .main-menu .btn-call {
      display: none; }
    .header .main-menu #language_mobile {
      display: none; }
    .header .main-menu .menu-right {
      position: relative;
      float: right;
      width: 10%;
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 88px;
      color: #fff; }
      .header .main-menu .menu-right a, .header .main-menu .menu-right span {
        color: #fff;
        text-decoration: none;
        bottom: 2px;
        position: relative;
        font-size: 15px;
        font-weight: 300; }
      .header .main-menu .menu-right .search-box, .header .main-menu .menu-right .carrito, .header .main-menu .menu-right .language {
        display: inline-block;
        padding: 0 10px;
        cursor: pointer; }
      .header .main-menu .menu-right .cart-contents {
        vertical-align: -3px; }
        .header .main-menu .menu-right .cart-contents i {
          color: #fff;
          font-weight: 400;
          font-size: 17px; }
          .header .main-menu .menu-right .cart-contents i span.cart-count {
            background: #3697D2;
            color: #fff;
            border-radius: 100%;
            padding: 3px 6px;
            font-size: 12px;
            position: absolute;
            bottom: 9px;
            font-family: "Work Sans", sans-serif; }
      .header .main-menu .menu-right #language {
        position: absolute !important;
        right: -15px !important;
        top: 30px !important; }
        .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma {
          width: auto !important; }
          .header .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item {
            padding: 0 !important;
            line-height: 10px;
            float: left !important;
            padding: 0 !important;
            margin-bottom: 10px !important; }
    .header .main-menu__block.js-menu-mobile {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 99;
      top: 0;
      left: -100%;
      right: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      z-index: 1;
      background-color: white;
      text-align: center;
      color: #3697D2; }
      .header .main-menu__block.js-menu-mobile .megamenu {
        position: relative;
        top: 0; }
      .header .main-menu__block.js-menu-mobile.open {
        left: 0;
        overflow-x: hidden; }
        .header .main-menu__block.js-menu-mobile.open .menu-right {
          display: none; }
        .header .main-menu__block.js-menu-mobile.open .js-apertura-menu-mobile.cross.js-color-button-close:before, .header .main-menu__block.js-menu-mobile.open .js-apertura-menu-mobile.cross.js-color-button-close span, .header .main-menu__block.js-menu-mobile.open .js-apertura-menu-mobile.cross.js-color-button-close:after {
          background: grey; }
    .header .main-menu #hamburger {
      display: none; }

@media all and (max-width: 1400px) {
  .header .container {
    max-width: 100%; }
    .header .container .main-menu .logo {
      width: 10%; }
    .header .container .main-menu .menu {
      width: 80%;
      font-size: 11px; }
      .header .container .main-menu .menu .menu-item {
        padding: 0 8px; }
    .header .container .main-menu .menu-right {
      width: 10%;
      position: relative; }
      .header .container .main-menu .menu-right #language, .header .container .main-menu .menu-right .carrito, .header .container .main-menu .menu-right .search-box {
        padding: 0 7px; }
      .header .container .main-menu .menu-right #language {
        position: absolute !important;
        right: -15px !important;
        top: 30px !important; }
        .header .container .main-menu .menu-right #language > menu-idioma-container > #manu-idioma {
          width: auto !important; }
          .header .container .main-menu .menu-right #language > menu-idioma-container > #manu-idioma > .wpml-ls-menu-item {
            padding: 0 !important;
            line-height: 10px;
            float: left !important;
            padding: 0 !important;
            margin-bottom: 10px !important; } }
@media all and (max-width: 1160px) {
  .header .container {
    max-width: 100%; }
    .header .container .main-menu .menu {
      font-size: 11px; }
      .header .container .main-menu .menu .menu-item {
        padding: 0 5px; }
        .header .container .main-menu .menu .menu-item .submenubox .wrapper {
          max-width: 991px; }
          .header .container .main-menu .menu .menu-item .submenubox .wrapper .sub-menu > li {
            width: 21%; }
            .header .container .main-menu .menu .menu-item .submenubox .wrapper .sub-menu > li a img {
              max-width: 100%; }
    .header .container .main-menu .menu-right .cart-contents {
      vertical-align: -3px; } }
@media all and (max-width: 1091px) {
  .header.js-nav-s .container .main-menu #hamburger span {
    background: #7D7E7E; }
  .header .container .main-menu .menu {
    display: none; }
  .header .container .main-menu .btn-call {
    width: 200px;
    padding: 18px 40px;
    display: inline-block;
    color: #3697D2;
    border: solid 1px #3697D2;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px; }
    .header .container .main-menu .btn-call i {
      font-size: 20px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: -4px;
      font-weight: 800; }
  .header .container .main-menu #language_mobile {
    display: block; }
  .header .container .main-menu .js-apertura-menu-mobile {
    display: block; }
  .header .container .main-menu .js-apertura-menu-mobile:before, .header .container .main-menu .js-apertura-menu-mobile span, .header .container .main-menu .js-apertura-menu-mobile:after {
    background: white; }
  .header .container .main-menu .logo {
    float: none;
    width: 160px;
    margin: 0 auto; }
  .header .container .main-menu .menu-right {
    width: 25%;
    position: absolute;
    top: 29px;
    right: 20px;
    line-height: 44px;
    text-align: right; }
    .header .container .main-menu .menu-right .search-box {
      font-size: 30px; }
    .header .container .main-menu .menu-right .carrito {
      font-size: 30px; }
    .header .container .main-menu .menu-right .cart-contents i {
      font-size: 31px; }
      .header .container .main-menu .menu-right .cart-contents i span.cart-count {
        bottom: 19px;
        left: 24px; }
  .header .container .main-menu:hover #hamburger span {
    background: #7D7E7E; }
  .header .container .main-menu #hamburger {
    display: block;
    width: 40px;
    height: 45px;
    position: absolute;
    top: 33px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .header .container .main-menu #hamburger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .header .container .main-menu #hamburger span:nth-child(1) {
        top: 0px; }
      .header .container .main-menu #hamburger span:nth-child(2) {
        top: 12px; }
      .header .container .main-menu #hamburger span:nth-child(3) {
        top: 24px; }
    .header .container .main-menu #hamburger.open {
      z-index: 99; }
      .header .container .main-menu #hamburger.open span {
        background: #7D7E7E; }
        .header .container .main-menu #hamburger.open span:nth-child(1) {
          top: 12px;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg); }
        .header .container .main-menu #hamburger.open span:nth-child(2) {
          opacity: 0;
          left: -60px; }
        .header .container .main-menu #hamburger.open span:nth-child(3) {
          top: 12px;
          -webkit-transform: rotate(-135deg);
          -moz-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          transform: rotate(-135deg); }
  .header .container .main-menu__block.js-menu-mobile .js-cierre-menu-mobile {
    float: left;
    padding: 30px 15px;
    font-size: 20px;
    cursor: pointer; }
    .header .container .main-menu__block.js-menu-mobile .js-cierre-menu-mobile.on {
      display: block; }
  .header .container .main-menu__block.js-menu-mobile .menu {
    display: block;
    width: 100%;
    margin-top: 84px;
    text-align: left; }
    .header .container .main-menu__block.js-menu-mobile .menu .menu-item {
      display: block;
      line-height: 55px;
      margin: 0 20px;
      border-bottom: 1px solid #e6e6e6;
      cursor: pointer; }
      .header .container .main-menu__block.js-menu-mobile .menu .menu-item > a {
        text-align: left;
        color: #7D7E7E;
        font-size: 16px; }
      .header .container .main-menu__block.js-menu-mobile .menu .menu-item:hover .submenubox {
        display: none; }
      .header .container .main-menu__block.js-menu-mobile .menu .menu-item i {
        display: block;
        float: right;
        height: 35px;
        padding: 20px 24px;
        margin: 0;
        color: #7D7E7E;
        font-size: 24px; }
        .header .container .main-menu__block.js-menu-mobile .menu .menu-item i.activ {
          color: #3697D2; }
      .header .container .main-menu__block.js-menu-mobile .menu .menu-item .submenubox {
        position: relative;
        padding: 0px;
        margin-bottom: 25px;
        top: 0px; }
        .header .container .main-menu__block.js-menu-mobile .menu .menu-item .submenubox .wrapper {
          max-width: auto; }
          .header .container .main-menu__block.js-menu-mobile .menu .menu-item .submenubox .wrapper .sub-menu > li {
            width: 100%;
            padding: 0;
            margin: 0 5px;
            border-bottom: none; }
            .header .container .main-menu__block.js-menu-mobile .menu .menu-item .submenubox .wrapper .sub-menu > li img {
              display: none; }
    .header .container .main-menu__block.js-menu-mobile .menu > .wpml-ls-menu-item {
      float: none !important;
      display: inline-block !important;
      margin: 0 auto !important;
      border-bottom: none !important; }
  .header .container .main-menu__block.js-menu-mobile ul#menu-idioma {
    margin-top: 20px !important;
    text-align: center !important; }
  .header .container .main-menu__block.js-menu-mobile .menu-right {
    color: #3697D2; }
    .header .container .main-menu__block.js-menu-mobile .menu-right__language {
      float: left;
      padding-left: 15px; } }
@media all and (max-width: 867px) {
  .page-template-page-hoteles-php, .page-template-page-contacto, .search-results, .page-template-page-producto-php, .page-template-page-promocion-php, .page-template-page-promociones-php .single-hotel, .single-product, .tax-product_cat, .search, .post-type-archive-product, .woocommerce-wishlist, .error404 {
    margin-top: 71px; }
    .page-template-page-hoteles-php .header, .page-template-page-contacto .header, .search-results .header, .page-template-page-producto-php .header, .page-template-page-promocion-php .header, .page-template-page-promociones-php .single-hotel .header, .single-product .header, .tax-product_cat .header, .search .header, .post-type-archive-product .header, .woocommerce-wishlist .header, .error404 .header {
      height: 71px; }

  .header {
    height: 71px;
    overflow: visible; }
    .header .container .main-menu {
      height: 72px; }
      .header .container .main-menu .logo {
        width: 120px;
        position: relative;
        right: 3px;
        line-height: 71px; }
      .header .container .main-menu .menu-right {
        width: 30%;
        right: 16px;
        top: 15px; }
        .header .container .main-menu .menu-right .carrito {
          font-size: 20px; }
          .header .container .main-menu .menu-right .carrito i {
            font-weight: 700; }
        .header .container .main-menu .menu-right .cart-contents i {
          font-size: 25px; }
        .header .container .main-menu .menu-right .search-box {
          font-size: 20px; }
          .header .container .main-menu .menu-right .search-box i {
            font-weight: 700; }
      .header .container .main-menu #hamburger {
        width: 25px;
        top: 24px; }
        .header .container .main-menu #hamburger span:nth-child(1) {
          top: 0px; }
        .header .container .main-menu #hamburger span:nth-child(2) {
          top: 10px; }
        .header .container .main-menu #hamburger span:nth-child(3) {
          top: 20px; }
        .header .container .main-menu #hamburger.open {
          z-index: 99; }
          .header .container .main-menu #hamburger.open span {
            background: #7D7E7E; }
            .header .container .main-menu #hamburger.open span:nth-child(1) {
              top: 7px; }
            .header .container .main-menu #hamburger.open span:nth-child(2) {
              opacity: 0; }
            .header .container .main-menu #hamburger.open span:nth-child(3) {
              top: 7px; }
    .header .container .main-menu__block.js-menu-mobile .menu .menu-item > a {
      font-size: 13px; }
    .header .container .main-menu__block.js-menu-mobile .menu .menu-item i {
      font-size: 17px; }
    .header.navbar {
      padding: 0px; } }
/* Addons */
.product-template-default .form-check {
  margin-bottom: 20px;
  line-height: 20px;
  cursor: pointer; }
.product-template-default .addons-wrapper {
  display: none; }
  .product-template-default .addons-wrapper .product-addon h3.addon-name {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-right: 20px;
    font-weight: 400; }
  .product-template-default .addons-wrapper .product-addon input.addon-custom {
    border: none;
    border-bottom: solid 1px #DEE7ED;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    line-height: 14px;
    font-size: 16px;
    padding: 0px;
    height: 27px;
    color: #7c7c7c;
    box-shadow: none; }
    .product-template-default .addons-wrapper .product-addon input.addon-custom:active, .product-template-default .addons-wrapper .product-addon input.addon-custom:focus, .product-template-default .addons-wrapper .product-addon input.addon-custom:hover {
      outline: none !important; }
    .product-template-default .addons-wrapper .product-addon input.addon-custom.placeholder {
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px; }
    .product-template-default .addons-wrapper .product-addon input.addon-custom:-moz-placeholder {
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px; }
    .product-template-default .addons-wrapper .product-addon input.addon-custom::-moz-placeholder {
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px; }
    .product-template-default .addons-wrapper .product-addon input.addon-custom:-ms-input-placeholder {
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px; }
    .product-template-default .addons-wrapper .product-addon input.addon-custom::-webkit-input-placeholder {
      color: #7c7c7c;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px; }

form.cart .product-addon h3.addon-name {
  color: #7c7c7c;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin-right: 20px; }
form.cart .product-addon input.addon-custom {
  border: none;
  border-bottom: solid 1px #DEE7ED;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  line-height: 14px;
  font-size: 16px;
  padding: 0px;
  height: 27px;
  color: #7c7c7c;
  box-shadow: none; }
  form.cart .product-addon input.addon-custom:active, form.cart .product-addon input.addon-custom:focus, form.cart .product-addon input.addon-custom:hover {
    outline: none !important; }
  form.cart .product-addon input.addon-custom.placeholder {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
  form.cart .product-addon input.addon-custom:-moz-placeholder {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
  form.cart .product-addon input.addon-custom::-moz-placeholder {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
  form.cart .product-addon input.addon-custom:-ms-input-placeholder {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
  form.cart .product-addon input.addon-custom::-webkit-input-placeholder {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }

/* Footer */
.footer .nav-footer {
  border-top: solid 1px #f5f5f5;
  padding-top: 60px;
  margin-top: 60px;
  margin-bottom: 40px; }
  .footer .nav-footer .title {
    text-transform: uppercase; }
  .footer .nav-footer .bloque {
    padding-bottom: 20px; }
    .footer .nav-footer .bloque.bloque-social {
      padding-left: 40%; }
      .footer .nav-footer .bloque.bloque-social a:hover {
        text-decoration: none; }
      .footer .nav-footer .bloque.bloque-social a i {
        display: none; }
    .footer .nav-footer .bloque .title {
      font-size: 16px;
      font-weight: 500;
      color: #292929; }
    .footer .nav-footer .bloque a {
      color: #7D7E7E;
      font-size: 13px; }
  .footer .nav-footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer .nav-footer ul li {
      padding: 5px 0; }
  .footer .nav-footer .sellos {
    display: flex;
    padding-top: 40px; }
    .footer .nav-footer .sellos img {
      padding: 10px;
      margin-right: 10px; }
.footer .copy-logo {
  padding: 25px 0px;
  overflow: hidden; }
  .footer .copy-logo .hr2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .footer .copy-logo .copy {
    padding: 20px 0px 10px;
    color: #7D7E7E;
    font-size: 12px; }
    .footer .copy-logo .copy a {
      color: #7D7E7E; }
      .footer .copy-logo .copy a:hover {
        color: #7D7E7E; }
  .footer .copy-logo.ver {
    margin-bottom: 100px; }
  .footer .copy-logo .logo-footer {
    padding: 10px 0;
    text-align: right; }
    .footer .copy-logo .logo-footer a {
      display: block; }
      .footer .copy-logo .logo-footer a img {
        height: 40px; }

.page-template-page-login-php .footer, .page-template-page-checkout-php .footer, .page-template-page-crear-cuenta-php .footer, .page-template-page-timeline-php .footer, .woocommerce-account .footer {
  display: none; }

@media all and (max-width: 867px) {
  .footer .sellos {
    display: none; }
  .footer .copy-logo {
    padding: 0px 16px 16px;
    overflow: hidden; }
    .footer .copy-logo .hr2 {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .footer .copy-logo .copy {
      text-align: center; }
    .footer .copy-logo .logo-footer {
      text-align: center; }
  .footer .nav-footer {
    border-top: solid 0px #f5f5f5;
    padding-top: 0px;
    margin-bottom: 0px; }
    .footer .nav-footer .bloque {
      border-top: solid 1px #f5f5f5;
      padding-bottom: 0;
      padding-top: 20px; }
      .footer .nav-footer .bloque .title {
        cursor: pointer;
        position: relative; }
        .footer .nav-footer .bloque .title:after {
          content: "\e90f";
          font-family: 'balneario' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #3697D2;
          position: absolute;
          right: 10px;
          bottom: 3px;
          font-size: 22px; }
      .footer .nav-footer .bloque.bloque-social {
        padding-left: 0px; }
        .footer .nav-footer .bloque.bloque-social .title {
          display: none; }
        .footer .nav-footer .bloque.bloque-social ul {
          display: block;
          text-align: center; }
          .footer .nav-footer .bloque.bloque-social ul li {
            display: inline-block;
            margin-right: 5px; }
            .footer .nav-footer .bloque.bloque-social ul li a {
              display: table;
              border: 1px solid #292929;
              background: transparent;
              width: 40px;
              height: 40px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
              .footer .nav-footer .bloque.bloque-social ul li a span {
                display: none; }
              .footer .nav-footer .bloque.bloque-social ul li a i {
                display: table-cell;
                font-size: 20px;
                vertical-align: middle;
                text-align: center;
                color: #292929; }
      .footer .nav-footer .bloque ul {
        display: none; }
        .footer .nav-footer .bloque ul.opened {
          display: block; } }
/* UIkit */
.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 570px;
  overflow: hidden; }
  .hero .container .box {
    position: relative;
    height: 570px; }
    .hero .container .box .hero-box {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .hero .container .box .hero-box .title, .hero .container .box .hero-box .description p {
        color: #fff; }
      .hero .container .box .hero-box .title {
        padding-bottom: 20px; }

.formulario-sticky {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 30px;
  z-index: 999;
  transition: ease-in-out 0.3s;
  -webkit-box-shadow: 0px 0px 12px -1px #8f8f8f;
  -moz-box-shadow: 0px 0px 12px -1px #8f8f8f;
  box-shadow: 0px 0px 12px -1px #8f8f8f; }
  .formulario-sticky.nover {
    bottom: -100px; }
  .formulario-sticky.ver {
    bottom: 0px; }
  .formulario-sticky .form-booking .scrollview {
    display: block; }
  .formulario-sticky .form-booking .form-group {
    width: 90%;
    position: relative; }
    .formulario-sticky .form-booking .form-group input.form-control {
      width: 100%;
      box-shadow: none; }
    .formulario-sticky .form-booking .form-group.has-error label {
      display: none; }
    .formulario-sticky .form-booking .form-group.has-error small.help-block {
      position: absolute;
      top: 45px;
      color: red; }
    .formulario-sticky .form-booking .form-group.has-error .form-control {
      border: none;
      border-bottom: solid 1px red; }
  .formulario-sticky .form-booking.fv-form.fv-form-bootstrap .form-group {
    margin-bottom: 0px; }

.formulario-bottom {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 15px;
  transition: ease-in-out 0.3s;
  border-top: solid 1px "Work Sans", sans-serif;
  bottom: 0px;
  z-index: 999999;
  display: none; }
  .formulario-bottom .bootstrap-datetimepicker-widget {
    position: absolute !important; }
  .formulario-bottom .form-booking .scrollview {
    display: block; }
  .formulario-bottom .form-booking .form-group {
    width: 100%;
    position: relative; }
    .formulario-bottom .form-booking .form-group label {
      width: 90%; }
    .formulario-bottom .form-booking .form-group input.form-control {
      width: 90%;
      box-shadow: none; }
    .formulario-bottom .form-booking .form-group.has-error label {
      display: block; }
    .formulario-bottom .form-booking .form-group.has-error small.help-block {
      position: absolute;
      top: 100%;
      color: red; }
    .formulario-bottom .form-booking .form-group.has-error .form-control {
      border: none;
      border-bottom: solid 1px red; }
  .formulario-bottom .form-booking.fv-form.fv-form-bootstrap .form-group {
    margin-bottom: 0px; }

.motor-booking {
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 80%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 20px 17px 20px; }

.booking-box-mb i.close-booking {
  display: none; }

.form-booking {
  position: relative; }
  .form-booking .scrollview {
    display: none; }
  .form-booking .form-group {
    margin-bottom: 0px; }
    .form-booking .form-group label {
      color: #7C7C7C;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      display: block; }
      .form-booking .form-group label i {
        display: inline-block;
        float: right;
        top: 32px;
        left: 0px;
        position: relative;
        font-size: 19px;
        cursor: pointer;
        z-index: 1px; }
      .form-booking .form-group label.inline {
        display: inline;
        vertical-align: -12px; }
    .form-booking .form-group input.form-control {
      border: none;
      border-bottom: 1px solid #D8EFFD;
      width: 100%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%;
      padding: 4px 0px;
      font-size: 16px;
      box-shadow: none;
      z-index: 2; }
      .form-booking .form-group input.form-control:active, .form-booking .form-group input.form-control:focus, .form-booking .form-group input.form-control:hover {
        outline: none !important; }
      .form-booking .form-group input.form-control.placeholder {
        color: #454545;
        font-family: "Work Sans", sans-serif;
        font-weight: 400; }
      .form-booking .form-group input.form-control:-moz-placeholder {
        color: #454545;
        font-family: "Work Sans", sans-serif;
        font-weight: 400; }
      .form-booking .form-group input.form-control::-moz-placeholder {
        color: #454545;
        font-family: "Work Sans", sans-serif;
        font-weight: 400; }
      .form-booking .form-group input.form-control:-ms-input-placeholder {
        color: #454545;
        font-family: "Work Sans", sans-serif;
        font-weight: 400; }
      .form-booking .form-group input.form-control::-webkit-input-placeholder {
        color: #454545;
        font-family: "Work Sans", sans-serif;
        font-weight: 400; }
    .form-booking .form-group select {
      display: block;
      width: 100%;
      border: none;
      height: 33px;
      background: white;
      padding: 0;
      border-bottom: 1px solid #D8EFFD;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      border-radius: 0%;
      color: #454545;
      font-size: 15px;
      font-weight: 400;
      -webkit-appearance: none;
      cursor: pointer; }
      .form-booking .form-group select:active, .form-booking .form-group select:focus, .form-booking .form-group select:hover {
        outline: none !important; }
    .form-booking .form-group > .btn-gradient {
      float: right;
      height: 63px;
      width: 100%; }
    .form-booking .form-group .btn.btn-call {
      padding: 15px 40px;
      display: inline-block;
      color: #3697D2;
      border: solid 1px #3697D2;
      font-family: "Work Sans", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 34px;
      text-align: center;
      cursor: pointer;
      height: 63px; }
      .form-booking .form-group .btn.btn-call i {
        font-size: 27px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: -7px;
        font-weight: 800; }
      .form-booking .form-group .btn.btn-call:hover {
        color: #fff;
        background: #3697D2; }
    .form-booking .form-group .cant {
      display: inline-block;
      float: right; }
      .form-booking .form-group .cant i {
        color: #3697D2;
        font-weight: normal;
        font-size: 32px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        border: solid 1px #f5f5f5;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .form-booking .form-group .cant i:hover {
          background: #3697D2;
          color: #fff; }
      .form-booking .form-group .cant input {
        width: 50px;
        color: #7D7E7E;
        border: 0;
        text-align: center;
        vertical-align: middle;
        height: 38px;
        line-height: 50px;
        font-size: 24px;
        font-weight: lighter; }
    .form-booking .form-group.has-error label {
      display: none; }
    .form-booking .form-group.has-error small.help-block {
      position: absolute;
      top: 45px;
      color: red; }
    .form-booking .form-group.has-error .form-control {
      border: none;
      border-bottom: solid 1px red; }

.hero.video {
  overflow: hidden; }
  .hero.video .arrow-container {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
    .hero.video .arrow-container .arrow-1 {
      background: #fff;
      opacity: 0.5;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      bottom: -2px;
      left: -8px;
      animation: scroll 2s infinite; }
    .hero.video .arrow-container .arrow-2 {
      position: absolute;
      left: 0px;
      bottom: 25px;
      display: table;
      text-align: center;
      width: 30px; }
      .hero.video .arrow-container .arrow-2:before {
        content: "";
        border: 2px solid #fff;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px; }
      .hero.video .arrow-container .arrow-2 i {
        font-size: 15px;
        text-align: center;
        display: block;
        top: 10px;
        left: 2px;
        position: relative;
        color: #fff; }
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
.hero.video video#bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("placeholder.jpg") no-repeat;
  background-size: cover;
  overflow: hidden; }

.hero-short {
  position: relative;
  width: 100%;
  height: 562px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero-short .container {
    position: relative; }
    .hero-short .container .hero__box {
      position: absolute;
      top: 277px;
      left: 5%;
      right: 35%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #fff; }
      .hero-short .container .hero__box__title {
        font-family: "Playfair Display", serif; }
      .hero-short .container .hero__box .name {
        text-transform: uppercase;
        color: #fff;
        font-family: "Work Sans", sans-serif; }
  .hero-short .arrow-container {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
    .hero-short .arrow-container .arrow-1 {
      background: #fff;
      opacity: 0.5;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      bottom: -2px;
      left: -8px;
      animation: scroll 2s infinite; }
    .hero-short .arrow-container .arrow-2 {
      position: absolute;
      left: 0px;
      bottom: 25px;
      display: table;
      text-align: center;
      width: 30px; }
      .hero-short .arrow-container .arrow-2:before {
        content: "";
        border: 2px solid #fff;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px; }
      .hero-short .arrow-container .arrow-2 i {
        font-size: 15px;
        text-align: center;
        display: block;
        top: 10px;
        left: 2px;
        position: relative;
        color: #fff; }
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
.resultados-busqueda .title {
  color: #292929;
  font-size: 32px;
  font-family: "Playfair Display", serif; }
.resultados-busqueda .resultados {
  position: relative;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .resultados-busqueda .resultados:last-of-type {
    border-bottom: none; }
  .resultados-busqueda .resultados .subtitle {
    padding: 30px 0; }
    .resultados-busqueda .resultados .subtitle h2 {
      font-size: 24px;
      font-family: "Playfair Display", serif; }
      .resultados-busqueda .resultados .subtitle h2 a {
        color: #294F99; }
  .resultados-busqueda .resultados .description p {
    display: inline-block; }
  .resultados-busqueda .resultados .description a {
    font-size: 16px;
    text-decoration: underline; }
  .resultados-busqueda .resultados p {
    margin-bottom: 0; }
  .resultados-busqueda .resultados hr {
    margin-top: 4rem;
    margin-bottom: 0rem; }

.consejos .title {
  color: #292929;
  font-size: 32px;
  font-family: "Playfair Display", serif; }
.consejos .resultados {
  position: relative; }
  .consejos .resultados .subtitle {
    padding: 30px 0;
    color: #294F99;
    font-size: 24px;
    font-family: "Playfair Display", serif; }
  .consejos .resultados .description {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 75px;
    color: #fff; }
    .consejos .resultados .description a {
      font-size: 16px;
      text-decoration: underline; }
  .consejos .resultados .leermas {
    position: absolute;
    bottom: -25px;
    left: 0; }
  .consejos .resultados p {
    margin-bottom: 0; }
  .consejos .resultados hr {
    margin-top: 4rem;
    margin-bottom: 0rem; }

.texto-tipo1 .description {
  width: 75%;
  margin-left: 5%; }

.text-principal {
  width: 80%;
  margin: 0 auto; }

.texto-tipo2 {
  text-align: center; }
  .texto-tipo2 quote {
    margin: 0 50px; }

section {
  padding: 80px 0;
  overflow: hidden; }

.texto-2columns {
  overflow: hidden; }
  .texto-2columns .container {
    padding: 0px 40px; }
    .texto-2columns .container .title {
      padding-bottom: 30px; }
    .texto-2columns .container .description {
      margin-top: 28px; }
      .texto-2columns .container .description p {
        float: left;
        column-count: 2;
        column-gap: 37px; }

.bloque-aviso .box-aviso {
  padding: 50px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1); }
  .bloque-aviso .box-aviso .description {
    padding-bottom: 15px; }

.bloque-tabs .title {
  margin-bottom: 50px; }
.bloque-tabs .nav.nav-tabs {
  padding: 0;
  border-bottom: 0; }
  .bloque-tabs .nav.nav-tabs .nav-item {
    border: 0; }
    .bloque-tabs .nav.nav-tabs .nav-item + .nav-item {
      padding-left: 50px; }
    .bloque-tabs .nav.nav-tabs .nav-item .nav-link {
      padding: 0;
      border: 0;
      color: #7D7E7E; }
      .bloque-tabs .nav.nav-tabs .nav-item .nav-link.active {
        position: relative;
        border: 0;
        color: #3697D2; }
        .bloque-tabs .nav.nav-tabs .nav-item .nav-link.active .line-tab {
          position: absolute;
          bottom: -25px;
          left: 2%;
          right: 2%;
          height: 2px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          transition: ease-in-out 0.2s;
          background: #3697D2; }
      .bloque-tabs .nav.nav-tabs .nav-item .nav-link:hover {
        border: 0; }
.bloque-tabs .tab-content {
  padding: 50px 0; }

.destacado-img-texto img {
  padding: 20px 0; }
.destacado-img-texto .container {
  position: relative; }
  .destacado-img-texto .container .box {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    height: 60%;
    background: #ECF7FF; }
  .destacado-img-texto .container .bloque-enlace {
    display: block;
    position: relative;
    height: 520px;
    width: 90%;
    margin: auto auto;
    color: #fff;
    text-align: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .destacado-img-texto .container .bloque-enlace .bloque-text {
      position: absolute;
      width: 50%;
      top: 50%;
      right: 0;
      padding-right: 15%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .destacado-img-texto .container .bloque-enlace .bloque-text .title {
        margin-bottom: 0;
        color: #fff; }
      .destacado-img-texto .container .bloque-enlace .bloque-text .subtitle {
        padding-bottom: 20px;
        color: #fff;
        font-size: 40px; }
      .destacado-img-texto .container .bloque-enlace .bloque-text .content {
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
        height: 100px;
        color: #fff; }
        .destacado-img-texto .container .bloque-enlace .bloque-text .content p {
          color: #fff; }
      .destacado-img-texto .container .bloque-enlace .bloque-text .enter {
        color: #fff; }
        .destacado-img-texto .container .bloque-enlace .bloque-text .enter:hover {
          color: #fff; }
        .destacado-img-texto .container .bloque-enlace .bloque-text .enter i {
          font-size: 17px;
          vertical-align: -3px;
          margin-left: 10px; }

.destacado-img-texto2 .container {
  position: relative; }
  .destacado-img-texto2 .container .box {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    height: 200px;
    background: #ECF7FF; }
  .destacado-img-texto2 .container .bloque-enlace {
    display: block;
    position: relative;
    width: 90%;
    height: 520px;
    margin: auto auto;
    color: #fff;
    text-align: left;
    background: url("https://via.placeholder.com/1080x520");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .destacado-img-texto2 .container .bloque-enlace .bloque-text {
      position: absolute;
      width: 50%;
      top: 50%;
      left: 25%;
      padding-right: 15%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .destacado-img-texto2 .container .bloque-enlace .bloque-text .title {
        margin-bottom: 0;
        color: #fff; }
      .destacado-img-texto2 .container .bloque-enlace .bloque-text .subtitle {
        position: relative;
        padding-bottom: 20px;
        color: #fff;
        font-size: 40px; }
        .destacado-img-texto2 .container .bloque-enlace .bloque-text .subtitle .line {
          display: block;
          width: 75px;
          height: 1px;
          background: #292929; }
        .destacado-img-texto2 .container .bloque-enlace .bloque-text .subtitle::before {
          position: absolute;
          top: 25px;
          left: -115px;
          content: "";
          width: 75px;
          height: 1px;
          background: #fff; }
      .destacado-img-texto2 .container .bloque-enlace .bloque-text .content {
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
        height: 100px;
        color: #fff;
        margin-bottom: 20px; }
        .destacado-img-texto2 .container .bloque-enlace .bloque-text .content p {
          color: #fff; }
      .destacado-img-texto2 .container .bloque-enlace .bloque-text .enter {
        color: #fff; }

.destacado-slider-bloque .container {
  position: relative; }
  .destacado-slider-bloque .container .destacado {
    padding: 50px;
    /* progress bar */ }
    .destacado-slider-bloque .container .destacado::after {
      content: "";
      position: absolute;
      width: 60%;
      height: 100%;
      right: 0;
      top: 0;
      padding: 50px;
      background: linear-gradient(90.93deg, #FAF9F8 0%, #F2F1EE 100%);
      z-index: -1; }
    .destacado-slider-bloque .container .destacado .slick-list.draggable {
      z-index: 1; }
    .destacado-slider-bloque .container .destacado .slick-img-item {
      height: 500px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .destacado-slider-bloque .container .destacado .destacado-item-content {
      position: absolute;
      width: 110%;
      top: 50%;
      left: 15%;
      padding: 50px 30px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #fff;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
      z-index: 4; }
      .destacado-slider-bloque .container .destacado .destacado-item-content .title {
        padding-bottom: 20px; }
      .destacado-slider-bloque .container .destacado .destacado-item-content .description {
        -webkit-line-clamp: 4;
        height: 100px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .destacado-slider-bloque .container .destacado .destacado-item-content .link {
        display: block;
        padding: 15px 0;
        text-decoration: none;
        color: #3697D2; }
        .destacado-slider-bloque .container .destacado .destacado-item-content .link i {
          font-size: 17px;
          vertical-align: -3px;
          margin-left: 10px; }
    .destacado-slider-bloque .container .destacado .slider-progress {
      width: 100%;
      height: 8px;
      background: #292929;
      z-index: 1; }
    .destacado-slider-bloque .container .destacado .slider-progress .progress {
      width: 0%;
      height: 8px;
      background: #3697D2;
      z-index: 1; }

.destacado-slider-bloque2 {
  padding-bottom: 220px; }
  .destacado-slider-bloque2 .container {
    position: relative; }
    .destacado-slider-bloque2 .container .destacado {
      padding: 0 50px;
      /* progress bar */ }
      .destacado-slider-bloque2 .container .destacado::after {
        content: "";
        position: absolute;
        width: 60%;
        height: 100%;
        left: 0;
        top: 15%;
        padding-bottom: 50px;
        background: linear-gradient(90.93deg, #FAF9F8 0%, #F2F1EE 100%);
        z-index: -1; }
      .destacado-slider-bloque2 .container .destacado .slick-list.draggable {
        z-index: 1; }
      .destacado-slider-bloque2 .container .destacado .slick-img-item {
        height: 500px;
        background: url("https://via.placeholder.com/780x500");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .destacado-slider-bloque2 .container .destacado button.slick-prev.slick-arrow, .destacado-slider-bloque2 .container .destacado button.slick-next.slick-arrow {
        position: absolute;
        right: 0; }
      .destacado-slider-bloque2 .container .destacado .destacado-item-content {
        position: absolute;
        width: 40%;
        bottom: -40%;
        left: 15%;
        padding: 50px 30px;
        background: #fff;
        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
        z-index: 4; }
        .destacado-slider-bloque2 .container .destacado .destacado-item-content .title {
          padding-bottom: 20px; }
        .destacado-slider-bloque2 .container .destacado .destacado-item-content .description {
          -webkit-line-clamp: 4;
          height: 100px;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .destacado-slider-bloque2 .container .destacado .destacado-item-content .link {
          display: block;
          padding: 15px 0;
          text-decoration: none; }
      .destacado-slider-bloque2 .container .destacado .slider-progress {
        width: 100%;
        height: 8px;
        background: #292929;
        z-index: 1; }
      .destacado-slider-bloque2 .container .destacado .slider-progress .progress {
        width: 0%;
        height: 8px;
        background: #3697D2;
        z-index: 1; }

.bloque-links .link-item {
  height: 128px;
  width: 386px;
  border: 1px solid #DEE7ED;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: table-cell; }
  .bloque-links .link-item + .link-item {
    border-left: none; }
  .bloque-links .link-item a {
    display: block;
    color: #7D7E7E;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    padding-top: 40px;
    font-family: "Playfair Display", serif; }

.promociones-slider {
  /*
  	.next-slider {
  		position: absolute;
  	    top: 50%;
  	    transform: translateY(-50%);
  	    -webkit-transform: translateY(-50%);
  	    -ms-transform: translateY(-50%);
  	    color: $gris-label;
  	    font-size: 20px;
  		padding: 5px;
  		right: 30px;
  		z-index: 999999;
  	    &:hover {
  		    cursor: pointer;
  		    color: $principal;
  	    }	
  	}
  	.prev-slider {
  		position: absolute;
  	    top: 50%;
  	    transform: translateY(-50%);
  	    -webkit-transform: translateY(-50%);
  	    -ms-transform: translateY(-50%);
  	    color: $gris-label;
  	    font-size: 20px;
  		padding: 5px;
  		left: 30px;
  		z-index: 999999;
  	    &:hover {
  		    cursor: pointer;
  		    color: $principal;
  	    }
  	}
  */ }
  .promociones-slider .bloque-text {
    padding: 0 30px 0 100px; }
    .promociones-slider .bloque-text .title {
      padding-bottom: 20px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .promociones-slider .bloque-text .title::before {
        position: absolute;
        top: 25px;
        left: 15px;
        content: "";
        width: 75px;
        height: 1px;
        background: #292929; }
    .promociones-slider .bloque-text a i {
      font-size: 17px;
      vertical-align: -3px;
      margin-left: 10px; }
  .promociones-slider .fondo {
    position: absolute;
    top: -60px;
    width: 100%;
    left: 0;
    height: 200px;
    background: #ECF7FF; }
  .promociones-slider .bloque-slider .bloque-slider-item {
    padding: 0 15px; }
    .promociones-slider .bloque-slider .bloque-slider-item .card {
      text-decoration: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .promociones-slider .bloque-slider .bloque-slider-item .card .card-img-top {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
      .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .top .etiqueta {
        display: inline-table;
        width: 144px;
        height: 33px;
        padding: 5px 5px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        background: #93DCDA; }
        .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .top .etiqueta + .etiqueta {
          display: none; }
      .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .top .price {
        line-height: 1.2;
        font-size: 24px;
        font-weight: 500;
        color: #294F99; }
        .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .top .price span {
          display: block;
          font-size: 14px; }
      .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .content .card-title {
        margin: 20px 0;
        color: #292929;
        font-family: "Playfair Display", serif;
        -webkit-line-clamp: 2;
        height: 57px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .content .card-text {
        -webkit-line-clamp: 4;
        height: 100px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .promociones-slider .slick-prev {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #DEE7ED;
    padding: 5px 4px; }
    .promociones-slider .slick-prev:before {
      font-family: 'balneario' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3697D2; }
  .promociones-slider .slick-next {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #DEE7ED;
    padding: 5px 4px; }
    .promociones-slider .slick-next:before {
      font-family: 'balneario' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3697D2; }

.bloque-img-texto .container .img-texto {
  padding: 0 10%;
  background: #fff; }
  .bloque-img-texto .container .img-texto .title {
    position: relative;
    padding-bottom: 20px;
    margin-left: 115px; }
    .bloque-img-texto .container .img-texto .title span {
      position: absolute;
      top: 20px;
      left: -115px;
      width: 75px;
      height: 1px;
      background: #292929; }
  .bloque-img-texto .container .img-texto .bloque-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-right: 50px; }
  .bloque-img-texto .container .img-texto .bloque-img-fondo {
    width: 100%;
    margin-left: 60px;
    margin-top: -40px; }
  .bloque-img-texto .container .img-texto.fondo-derecho .bloque-text {
    position: relative;
    top: 50px; }
  .bloque-img-texto .container .img-texto.fondo-derecho .bloque-img {
    position: absolute;
    top: 0;
    margin-right: 50px; }
  .bloque-img-texto .container .img-texto.fondo-derecho .bloque-img-fondo {
    margin-left: 60px;
    margin-top: -40px; }
  .bloque-img-texto .container .img-texto.fondo-izquierdo .bloque-text {
    position: relative;
    top: 50px; }
  .bloque-img-texto .container .img-texto.fondo-izquierdo .bloque-img {
    position: absolute;
    top: 0; }
  .bloque-img-texto .container .img-texto.fondo-izquierdo .bloque-img-fondo {
    margin-left: -60px;
    margin-top: -40px; }

.bloque-3elementos .bloque-text {
  padding-left: 120px; }
  .bloque-3elementos .bloque-text .title {
    margin-bottom: 20px; }
    .bloque-3elementos .bloque-text .title::before {
      position: absolute;
      top: 25px;
      left: 20px;
      content: "";
      width: 75px;
      height: 1px;
      background: #292929; }

.bloque-img-texto2 .container .img-texto {
  background: #fff; }
  .bloque-img-texto2 .container .img-texto .bloque-text {
    height: 100%;
    margin: 0 auto; }
    .bloque-img-texto2 .container .img-texto .bloque-text .content {
      padding: 0 100px; }
      .bloque-img-texto2 .container .img-texto .bloque-text .content .title {
        position: relative;
        padding-bottom: 20px;
        margin-left: 115px; }
        .bloque-img-texto2 .container .img-texto .bloque-text .content .title .line {
          position: absolute;
          top: 20px;
          left: -115px;
          width: 75px;
          height: 1px;
          background: #292929; }

.bloque2img-texto .bloque-text {
  height: 100%;
  margin: 0 auto; }
  .bloque2img-texto .bloque-text .content {
    padding: 0 100px; }
    .bloque2img-texto .bloque-text .content .title {
      position: relative;
      padding-bottom: 20px;
      margin-left: 115px; }
      .bloque2img-texto .bloque-text .content .title .line {
        position: absolute;
        top: 20px;
        left: -115px;
        width: 75px;
        height: 1px;
        background: #292929; }

.bloque-img-texto-hoteles .container .img-texto {
  background: #fff; }
  .bloque-img-texto-hoteles .container .img-texto .bloque-text {
    height: 100%;
    margin: 30px auto; }
    .bloque-img-texto-hoteles .container .img-texto .bloque-text .content {
      padding: 0 100px; }
      .bloque-img-texto-hoteles .container .img-texto .bloque-text .content .title {
        position: relative;
        padding-bottom: 20px; }
      .bloque-img-texto-hoteles .container .img-texto .bloque-text .content .valoracion {
        padding-bottom: 20px; }
      .bloque-img-texto-hoteles .container .img-texto .bloque-text .content .description {
        padding-bottom: 15px; }
      .bloque-img-texto-hoteles .container .img-texto .bloque-text .content a {
        font-family: "Work Sans", sans-serif;
        font-weight: 500;
        line-height: 54px;
        text-align: center;
        cursor: pointer;
        width: 180px;
        height: 56px;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        display: inline-block; }

.previo-hoteles .container {
  position: relative; }
  .previo-hoteles .container .titulo-descripcion {
    width: 65%;
    height: 760px;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
    background: #fafaf8; }
    .previo-hoteles .container .titulo-descripcion .descripcion {
      padding: 20px 0; }
    .previo-hoteles .container .titulo-descripcion .listado {
      position: absolute;
      left: 0%; }
  .previo-hoteles .container .card {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }
    .previo-hoteles .container .card:hover {
      text-decoration: none; }
    .previo-hoteles .container .card .card-img-top {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .previo-hoteles .container .card .card-body .card-title {
      text-align: left;
      font-size: 24px;
      font-family: "Playfair Display", serif;
      color: #292929; }
    .previo-hoteles .container .card .card-body .valoracion {
      text-align: right; }
    .previo-hoteles .container .card .card-body .card-text {
      -webkit-line-clamp: 1;
      height: 20px;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left; }
    .previo-hoteles .container .card .card-body .enter {
      color: #7D7E7E;
      float: right; }

.donde-estamos .donde-estamos-box {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff 0%, #f2f2f2 100%); }
  .donde-estamos .donde-estamos-box .bloque-donde-estamos {
    margin: 90px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff; }
    .donde-estamos .donde-estamos-box .bloque-donde-estamos .info {
      height: 100%;
      padding: 100px;
      background: #fff; }
      .donde-estamos .donde-estamos-box .bloque-donde-estamos .info .title {
        margin-bottom: 50px;
        font-family: "Playfair Display", serif;
        font-size: 32px; }
      .donde-estamos .donde-estamos-box .bloque-donde-estamos .info .subtitle {
        margin: 10px 0 10px 0;
        text-transform: uppercase;
        font-size: 16px; }
      .donde-estamos .donde-estamos-box .bloque-donde-estamos .info .telefono, .donde-estamos .donde-estamos-box .bloque-donde-estamos .info .email {
        margin: 15px 0; }
      .donde-estamos .donde-estamos-box .bloque-donde-estamos .info .telefono a {
        font-size: 18px;
        font-weight: 500; }
    .donde-estamos .donde-estamos-box .bloque-donde-estamos #map_wrapper {
      height: 600px;
      background-size: cover;
      background-repeat: no-repeat; }
    .donde-estamos .donde-estamos-box .bloque-donde-estamos #map_canvas {
      width: 100%;
      height: 100%; }

.searchpage {
  display: none;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  background: rgba(41, 41, 41, 0.5);
  height: 100%;
  right: 0%;
  top: 0; }
  .searchpage.opened {
    display: block;
    z-index: 99999999999999; }
  .searchpage .close {
    position: relative;
    top: 25px;
    right: 30px;
    font-size: 25px; }
  .searchpage .form_search {
    background: #fff;
    padding: 50px; }
    .searchpage .form_search .input-group {
      width: 80%;
      border-radius: 0; }
      .searchpage .form_search .input-group .form-control {
        border: none;
        border-bottom: solid 1px #DEE7ED;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        border-radius: 0%;
        padding: 15px 0px;
        font-size: 24px;
        box-shadow: none; }
        .searchpage .form_search .input-group .form-control:active, .searchpage .form_search .input-group .form-control:focus, .searchpage .form_search .input-group .form-control:hover {
          outline: none !important; }
        .searchpage .form_search .input-group .form-control.placeholder {
          color: #7c7c7c;
          font-size: 24px;
          line-height: 28px;
          font-family: "Work Sans", sans-serif;
          font-weight: 300; }
        .searchpage .form_search .input-group .form-control:-moz-placeholder {
          color: #7c7c7c;
          font-size: 24px;
          line-height: 28px;
          font-family: "Work Sans", sans-serif;
          font-weight: 300; }
        .searchpage .form_search .input-group .form-control::-moz-placeholder {
          color: #7c7c7c;
          font-size: 24px;
          line-height: 28px;
          font-family: "Work Sans", sans-serif;
          font-weight: 300; }
        .searchpage .form_search .input-group .form-control:-ms-input-placeholder {
          color: #7c7c7c;
          font-size: 24px;
          line-height: 28px;
          font-family: "Work Sans", sans-serif;
          font-weight: 300; }
        .searchpage .form_search .input-group .form-control::-webkit-input-placeholder {
          color: #7c7c7c;
          font-size: 24px;
          line-height: 28px;
          font-family: "Work Sans", sans-serif;
          font-weight: 300; }

#ui-datepicker-div.ui-widget.ui-widget-content {
  box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.1), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2);
  border: none;
  width: 300px;
  padding: 10px; }
#ui-datepicker-div .ui-datepicker-header {
  background: #fff;
  border: none;
  text-transform: uppercase; }
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-corner-all {
    border: solid 1px #7D7E7E;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    height: 30px;
    width: 35px;
    top: 2px !important;
    left: 2px !important; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-corner-all .ui-icon {
      background-image: url("images/ui-icons_444444_256x240.png");
      background-position-y: -32px;
      background-position-x: -97px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-corner-all:hover {
      top: 2px !important;
      left: 2px !important;
      background: #fff;
      cursor: pointer;
      border: solid 1px #7D7E7E; }
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-corner-all {
    border: solid 1px #7D7E7E;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    height: 30px;
    width: 35px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-corner-all .ui-icon {
      background-image: url("images/ui-icons_444444_256x240.png");
      background-position-y: -32px;
      background-position-x: -31px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-corner-all:hover {
      top: 2px !important;
      right: 2px !important;
      background: #fff;
      cursor: pointer;
      border: solid 1px #7D7E7E; }
#ui-datepicker-div .ui-datepicker-calendar td {
  border: 0;
  padding: 0px; }
  #ui-datepicker-div .ui-datepicker-calendar td .ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td .ui-widget-header .ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-button:active, #ui-datepicker-div .ui-datepicker-calendar td .ui-button:active, #ui-datepicker-div .ui-datepicker-calendar td .ui-button.ui-state-active:hover {
    border: none;
    background: #3697D2 !important;
    font-weight: normal;
    color: #fff !important; }
  #ui-datepicker-div .ui-datepicker-calendar td .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar td .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar td .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar td .ui-button, #ui-datepicker-div .ui-datepicker-calendar td html .ui-button.ui-state-disabled:hover, #ui-datepicker-div .ui-datepicker-calendar td html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
    color: #7D7E7E;
    text-align: center;
    height: 35px;
    padding-top: 6px; }

#promofilter .selector_opcion {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  margin-right: 15px; }
  #promofilter .selector_opcion .btn {
    padding: 18px 5px;
    min-width: 120px;
    display: inline-block;
    color: #7D7E7E;
    border: 1px solid #DEE7ED;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    cursor: pointer; }
    #promofilter .selector_opcion .btn:hover {
      color: #fff;
      background: #3697D2; }
  #promofilter .selector_opcion .box {
    border: 1px solid #DEE7ED;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 4px 7px 0 rgba(4, 4, 4, 0.2);
    padding: 15px;
    margin-top: 3px;
    min-width: 250px;
    display: none;
    position: absolute;
    z-index: 1; }
    #promofilter .selector_opcion .box .form-group {
      margin-bottom: 0px; }
      #promofilter .selector_opcion .box .form-group input {
        vertical-align: 0px; }
      #promofilter .selector_opcion .box .form-group label {
        vertical-align: 5px; }
    #promofilter .selector_opcion .box .radios [type="radio"]:checked + label:after, #promofilter .selector_opcion .box [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 0px;
      height: 0px;
      background: transparent; }
    #promofilter .selector_opcion .box span .radio label {
      margin-left: 8px;
      cursor: pointer; }
    #promofilter .selector_opcion .box span.all {
      display: none; }
#promofilter .isotope-reset {
  padding: 18px 5px;
  min-width: 120px;
  display: inline-block;
  color: #7D7E7E;
  border: 1px solid #DEE7ED;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  cursor: pointer; }
  #promofilter .isotope-reset:hover {
    color: #fff;
    background: #3697D2; }
#promofilter .woocommerce-ordering {
  position: relative;
  right: 0px; }
  #promofilter .woocommerce-ordering .orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    color: #7D7E7E;
    border: 1px solid #DEE7ED;
    font-family: "Work Sans", sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 25px 15px 15px;
    cursor: pointer;
    width: 100%; }
    #promofilter .woocommerce-ordering .orderby:hover, #promofilter .woocommerce-ordering .orderby:focus, #promofilter .woocommerce-ordering .orderby:active {
      outline: 0; }
  #promofilter .woocommerce-ordering:after {
    content: '\e90f';
    font-family: 'balneario' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7E7E;
    right: 5px;
    top: 22px;
    position: absolute; }

.allfilter {
  position: relative;
  width: 100px;
  padding-top: 18px;
  padding-bottom: 9px;
  min-width: 120px;
  display: inline-block;
  color: #7D7E7E;
  border: 1px solid #DEE7ED;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  cursor: pointer; }
  .allfilter:hover {
    background: #3697D2;
    color: #fff; }
  .allfilter input {
    display: none; }
  .allfilter [type="radio"]:not(:checked) + label:after {
    content: ' ';
    width: 0;
    height: 0;
    visibility: 0; }

#promolist {
  margin-top: 40px; }
  #promolist .grid .grid-item {
    width: 25%;
    padding: 0 15px; }
  #promolist .promo-item {
    margin: 15px 0px; }
    #promolist .promo-item .card {
      text-decoration: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      #promolist .promo-item .card .card-img-top {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        max-height: 300px; }
      #promolist .promo-item .card .card-body .top {
        height: 60px; }
        #promolist .promo-item .card .card-body .top .etiqueta {
          display: inline-table;
          width: 150px;
          height: 33px;
          padding: 5px 5px;
          text-transform: uppercase;
          text-align: center;
          color: #fff;
          background: #93DCDA; }
        #promolist .promo-item .card .card-body .top .price {
          line-height: 1.2;
          font-size: 24px;
          font-weight: 500;
          color: #294F99; }
          #promolist .promo-item .card .card-body .top .price span {
            display: block;
            font-size: 14px; }
      #promolist .promo-item .card .card-body .content .card-title {
        padding: 20px 0;
        color: #292929;
        -webkit-line-clamp: 2;
        height: 85px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: "Playfair Display", serif;
        font-size: 24px; }
      #promolist .promo-item .card .card-body .content .card-text {
        color: #292929;
        -webkit-line-clamp: 4;
        height: 105px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }

.hero-tarifa {
  position: relative;
  width: 100%;
  height: 562px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .hero-tarifa .container {
    position: relative; }
    .hero-tarifa .container .hero__box {
      position: absolute;
      top: 277px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff; }
      .hero-tarifa .container .hero__box__title {
        font-family: "Playfair Display", serif;
        font-size: 56px;
        line-height: 48px;
        margin-bottom: 38px; }
      .hero-tarifa .container .hero__box .name {
        color: #fff;
        font-family: "Work Sans", sans-serif;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 22px; }
  .hero-tarifa #motor-fechas {
    background: #fff;
    width: 600px;
    padding: 22px 27px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .hero-tarifa #motor-fechas .form-group {
      margin-bottom: 0px; }
      .hero-tarifa #motor-fechas .form-group label {
        text-align: left;
        display: block;
        margin-bottom: 0; }
        .hero-tarifa #motor-fechas .form-group label i {
          left: -1px;
          top: 24px; }
      .hero-tarifa #motor-fechas .form-group input.form-control {
        display: inline-block;
        padding: 6px 0;
        font-size: 14px; }

.bloque_tarifa {
  margin: 30px 0px; }
  .bloque_tarifa h2 {
    color: #292929;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px; }
  .bloque_tarifa .tabla-borde {
    border: 1px solid #DEE7ED;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .bloque_tarifa .tabla-borde table {
      width: 100%; }
      .bloque_tarifa .tabla-borde table tbody tr {
        border-bottom: 1px solid #DEE7ED; }
        .bloque_tarifa .tabla-borde table tbody tr:last-of-type {
          border-bottom: none; }
        .bloque_tarifa .tabla-borde table tbody tr td {
          line-height: 70px; }
          .bloque_tarifa .tabla-borde table tbody tr td.type {
            color: #294F99;
            font-family: "Work Sans", sans-serif;
            font-size: 15px;
            font-weight: 400;
            height: 70px;
            padding: 0 25px;
            text-align: left;
            border-right: 1px solid #DEE7ED;
            width: 50%; }
          .bloque_tarifa .tabla-borde table tbody tr td.price {
            color: #292929;
            font-family: "Work Sans", sans-serif;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            width: 50%; }

.tarifas {
  padding: 40px 0px;
  position: relative; }
  .tarifas .loading.load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 99999999999;
    background: #fff url("../img/spinner.gif") no-repeat center; }
  .tarifas p {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    margin-top: 20px; }
  .tarifas #tarihora h4 {
    font-size: 28px;
    color: #294F99;
    margin-bottom: 35px;
    display: none; }
  .tarifas #tarihora p {
    color: #7c7c7c;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 35px; }

.newstyles .bootstrap-datetimepicker-widget {
  position: absolute !important; }

@media all and (max-width: 1300px) {
  .bloque-img-texto2 .container .img-texto {
    background: #fff; }
    .bloque-img-texto2 .container .img-texto .bloque-text {
      height: 100%;
      margin: 0 auto; }
      .bloque-img-texto2 .container .img-texto .bloque-text .content .description {
        -webkit-line-clamp: 4;
        height: 105px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }

  .donde-estamos .donde-estamos-box .bloque-donde-estamos .info {
    padding: 50px; }

  /*
  	.motor-booking{
  	    width: 100%;
  	}
  */
  .formulario-sticky {
    padding: 20px 10px; }

  .form-booking .form-group {
    width: 100%; }
    .form-booking .form-group > .btn-gradient {
      width: 145px; }
    .form-booking .form-group label {
      font-size: 12px;
      width: 100%; }
      .form-booking .form-group label i {
        font-size: 16px; }
    .form-booking .form-group select {
      height: 34px; }
    .form-booking .form-group .form-control {
      font-size: 14px; }
    .form-booking .form-group .btn.btn-call {
      padding: 15px 20px; }

  .previo-hoteles .container .card .card-body .row {
    margin-left: 0px;
    margin-right: 0px; }
    .previo-hoteles .container .card .card-body .row div[class^="col"], .previo-hoteles .container .card .card-body .row div[class*="col"] {
      padding-left: 0;
      padding-right: 0; }
      .previo-hoteles .container .card .card-body .row div[class^="col"] .valoracion, .previo-hoteles .container .card .card-body .row div[class*="col"] .valoracion {
        text-align: right; }
        .previo-hoteles .container .card .card-body .row div[class^="col"] .valoracion i, .previo-hoteles .container .card .card-body .row div[class*="col"] .valoracion i {
          font-size: 10px; } }
@media all and (max-width: 1091px) {
  .hero.video .container {
    max-width: 100%; }
  .hero.video .hero-box {
    width: 100%; }

  .motor-booking {
    width: 100%; }

  .form-booking .form-group label {
    font-size: 11px;
    left: 20px; }
    .form-booking .form-group label i {
      font-size: 13px;
      top: 28px; }
    .form-booking .form-group label.inline {
      color: #292929;
      font-weight: 400; }
  .form-booking .form-group input.form-control {
    font-size: 13px; }
  .form-booking .form-group select {
    bottom: 6px;
    position: relative;
    font-size: 13px;
    color: #454545;
    margin-left: 0px; }

  .formulario-sticky .form-booking .scrollview {
    display: none; }

  .formulario-bottom .form-booking .scrollview {
    display: none; }

  .bloque-links .link-item a i {
    display: none; }

  .hero-short .hero__box__title {
    font-size: 40px; }

  .texto-tipo1 .description {
    width: auto;
    padding: 65px 0;
    margin-left: 0; }

  .texto-tipo2 quote {
    margin: auto; }

  .bloque-img-texto .container .img-texto {
    padding: 0;
    background: #fff; }
    .bloque-img-texto .container .img-texto .bloque-img {
      width: auto;
      left: 15px;
      right: 15px; }
    .bloque-img-texto .container .img-texto .bloque-img-fondo {
      width: auto; }
    .bloque-img-texto .container .img-texto.fondo-izquierdo .bloque-img-fondo, .bloque-img-texto .container .img-texto.fondo-derecho .bloque-img-fondo {
      top: -50px;
      margin-left: 50px; }
    .bloque-img-texto .container .img-texto .bloque-text {
      padding-top: 20px; }
      .bloque-img-texto .container .img-texto .bloque-text .content {
        padding-bottom: 20px; }
        .bloque-img-texto .container .img-texto .bloque-text .content .title {
          margin-left: 0; }
          .bloque-img-texto .container .img-texto .bloque-text .content .title .line {
            display: none; }

  .destacado-img-texto .container .bloque-enlace, .destacado-img-texto2 .container .bloque-enlace {
    width: 100%; }
    .destacado-img-texto .container .bloque-enlace .subtitle:before, .destacado-img-texto2 .container .bloque-enlace .subtitle:before {
      content: none; }
    .destacado-img-texto .container .bloque-enlace .bloque-text, .destacado-img-texto2 .container .bloque-enlace .bloque-text {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      right: 0;
      padding-right: 0;
      padding: 0 15px;
      margin: 0 0px; }

  .previo-hoteles .container .box {
    height: 260px; }
  .previo-hoteles .container .titulo-descripcion {
    width: auto;
    height: auto;
    padding: 20px; }
    .previo-hoteles .container .titulo-descripcion .title {
      padding: 20px 0; }
    .previo-hoteles .container .titulo-descripcion .descripcion {
      display: none; }
    .previo-hoteles .container .titulo-descripcion .listado {
      position: inherit;
      top: inherit;
      left: inherit;
      transform: none;
      margin-right: auto; }
      .previo-hoteles .container .titulo-descripcion .listado .card {
        margin-bottom: 50px; }

  .bloque-img-texto-hoteles .container .img-texto .bloque-text .content {
    padding: 0; }

  .destacado-slider-bloque .container .destacado {
    padding: 0; }
    .destacado-slider-bloque .container .destacado::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 65%;
      right: 0;
      top: 30%;
      padding: 50px;
      background: linear-gradient(90.93deg, #FAF9F8 0%, #F2F1EE 100%);
      z-index: -1; }
    .destacado-slider-bloque .container .destacado .destacado-item-content {
      position: relative;
      width: auto;
      top: auto;
      left: 0;
      margin: 0 20px;
      padding: 15px;
      transform: none; }

  .destacado-slider-bloque2 .container .destacado {
    padding: 0; }
    .destacado-slider-bloque2 .container .destacado::after {
      content: none; }
    .destacado-slider-bloque2 .container .destacado .destacado-item-content {
      position: absolute;
      bottom: -35%;
      width: auto;
      left: 35px;
      right: 35px;
      padding: 15px; }

  .texto-2columns .container {
    padding-right: 16.5px;
    padding-left: 16.5px; }
  .texto-2columns .title {
    font-size: 40px; }
  .texto-2columns .description {
    display: none; }

  .promociones-slider .container {
    max-width: 100%; }
    .promociones-slider .container .row {
      margin-right: -30px; }
    .promociones-slider .container .fondo {
      width: 1400px;
      top: -30px;
      left: -400px; }
    .promociones-slider .container .bloque-text {
      padding: 0;
      margin-bottom: 50px; }
      .promociones-slider .container .bloque-text .title:before {
        content: none; }

  .bloque2img-texto .bloque-text .content {
    padding: 20px 0; }
    .bloque2img-texto .bloque-text .content .title {
      margin-left: 0; }
      .bloque2img-texto .bloque-text .content .title .line {
        display: none; }

  .donde-estamos .donde-estamos-box .bloque-donde-estamos {
    margin: 0; }
    .donde-estamos .donde-estamos-box .bloque-donde-estamos .info {
      padding: 30px; }

  .bloque-3elementos .bloque-text {
    padding: 30px 0; }
    .bloque-3elementos .bloque-text .title::before {
      content: none; }

  .bloque-img-texto2 .container .img-texto .bloque-text {
    padding: 20px 0; }
    .bloque-img-texto2 .container .img-texto .bloque-text .content {
      padding: 0; }
      .bloque-img-texto2 .container .img-texto .bloque-text .content .title {
        margin-left: 0; }
        .bloque-img-texto2 .container .img-texto .bloque-text .content .title .line {
          display: none; }

  .bloque-tabs .nav.nav-tabs {
    overflow-x: scroll;
    width: 100vw; }
    .bloque-tabs .nav.nav-tabs .nav-item {
      display: inline-block;
      white-space: nowrap; }

  .bloque-aviso .box-aviso {
    padding: 40px; }

  #promolist .grid .grid-item {
    width: 33%;
    padding: 0 15px; } }
@media all and (max-width: 867px) {
  .booking-box-mb, .formulario-bottom {
    position: fixed;
    background: white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    z-index: 9999999999;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding: 30px;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    overflow-y: scroll; }
    .booking-box-mb.open, .formulario-bottom.open {
      left: 0px; }
    .booking-box-mb i.close-booking, .formulario-bottom i.close-booking {
      display: block;
      font-size: 24px;
      position: absolute;
      top: 12px;
      right: 15px;
      cursor: pointer; }

  .motor-booking, .formulario-sticky {
    display: none; }

  .form-booking {
    margin-top: 30px; }
    .form-booking .linemobile {
      padding-bottom: 10px;
      border-bottom: 1px solid #D8EFFD; }
    .form-booking .form-group {
      margin-bottom: 30px; }
      .form-booking .form-group label {
        width: 100%;
        font-size: 14px; }
        .form-booking .form-group label i {
          left: 0;
          font-size: 19px; }
      .form-booking .form-group input.form-control {
        width: 100%;
        font-size: 14px; }
      .form-booking .form-group select {
        font-size: 14px; }
      .form-booking .form-group > .btn-form {
        float: none;
        width: 100%; }
      .form-booking .form-group .btn.btn-call {
        display: none; }
      .form-booking .form-group.has-error label {
        display: none; }
      .form-booking .form-group.has-error small.help-block {
        position: absolute;
        top: 45px;
        color: red; }
      .form-booking .form-group.has-error .form-control {
        border: none;
        border-bottom: solid 1px red; }

  .promociones-slider .btn-inverso {
    width: 200px;
    margin: 30px auto; }
  .promociones-slider .bloque-slider .bloque-slider-item {
    padding: 0 8px; }
    .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .top .etiqueta {
      width: auto;
      height: 33px;
      padding: 5px 10px;
      font-size: 12px; }
    .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .top .price {
      font-size: 18px;
      margin-right: 12px; }
    .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .content .card-title {
      font-size: 18px;
      margin-bottom: 0; }
    .promociones-slider .bloque-slider .bloque-slider-item .card .card-body .content .card-text {
      display: none; }

  .previo-hoteles {
    width: 100%; }
    .previo-hoteles .container .titulo-descripcion .listado .card .card-body {
      padding: 15px 5px; }
      .previo-hoteles .container .titulo-descripcion .listado .card .card-body .card-title {
        font-size: 19px; }
      .previo-hoteles .container .titulo-descripcion .listado .card .card-body .valoracion i {
        font-size: 11px; }

  .searchpage .form_search {
    padding: 10px; }
    .searchpage .form_search .input-group .form-control {
      font-size: 18px; }
      .searchpage .form_search .input-group .form-control.placeholder {
        font-size: 18px; }
      .searchpage .form_search .input-group .form-control:-moz-placeholder {
        font-size: 18px; }
      .searchpage .form_search .input-group .form-control::-moz-placeholder {
        font-size: 18px; }
      .searchpage .form_search .input-group .form-control:-ms-input-placeholder {
        font-size: 18px; }
      .searchpage .form_search .input-group .form-control::-webkit-input-placeholder {
        font-size: 18px; }
  .searchpage .close {
    position: relative;
    top: 15px;
    right: 15px;
    font-size: 16px; }

  .destacado-slider-bloque .container .destacado .destacado-item-content {
    top: -50%; }

  .text-principal {
    width: 100%; }

  .bloque-links .link-item {
    display: block;
    width: 100%; }
    .bloque-links .link-item + .link-item {
      border-left: 1px solid #DEE7ED;
      border-top: none; }

  form#promo {
    margin: 40px 0px; }
    form#promo #promofilter .selector_opcion {
      margin-right: 2px;
      width: 49%; }
      form#promo #promofilter .selector_opcion .btn {
        width: 100%;
        display: block; }

  .tarifas {
    padding: 20px 0px; }

  .hero-tarifa .container .hero__box {
    position: relative;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .hero-tarifa .container .hero__box .hero__box__title {
      font-size: 48px;
      line-height: 51px;
      margin-bottom: 20px; }
  .hero-tarifa #motor-fechas {
    width: 100%;
    padding: 15px 15px; }
    .hero-tarifa #motor-fechas .form-booking {
      margin-top: 0px; }
    .hero-tarifa #motor-fechas .form-group {
      margin-bottom: 0px; }
      .hero-tarifa #motor-fechas .form-group label i {
        left: 0px; }
      .hero-tarifa #motor-fechas .form-group input.form-control {
        margin-bottom: 20px; }

  .bloque_tarifa .tabla-borde table tbody tr td.type {
    padding: 0 14px; }

  .mobile.newstyles .bootstrap-datetimepicker-widget, .formulario-bottom .bootstrap-datetimepicker-widget {
    position: fixed !important;
    left: 10px !important; }

  #promofilter .selector_opcion {
    margin-bottom: 15px; }
  #promofilter .woocommerce-ordering {
    right: 0;
    margin-top: 21px;
    width: 100%; }
    #promofilter .woocommerce-ordering .orderby {
      width: 100%; }
    #promofilter .woocommerce-ordering:after {
      content: '\e90f';
      font-family: 'balneario' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #7D7E7E;
      right: 15px; }

  #promolist .grid .grid-item {
    width: 50%;
    padding: 0 15px; } }
@media all and (max-width: 640px) {
  #promolist {
    margin-top: 0px; }
    #promolist .grid .grid-item {
      width: 100%;
      padding: 0 15px; }
    #promolist .promo-item .card .card-body .top .etiqueta {
      width: 130px; } }
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-left: -18px; }

.comments-rating label {
  display: inline-block; }

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl; }

.rating-container * {
  font-size: 1.4rem; }

.rating-container > input {
  display: none; }

.rating-container > input + label {
  /* only enough room for the star */
  font-family: 'balneario' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  margin-right: 10px; }

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\e904";
  color: #888; }

.rating-container > input + label:after {
  display: none; }

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\e903";
  color: #EDD947;
  text-shadow: 0 0 1px #333; }

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: 0; }

.rating-container > .star-cb-clear + label:before {
  width: .5em; }

.rating-container:hover > input + label:before {
  content: "\e904";
  color: #888;
  text-shadow: none;
  font-size: 20px; }

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\e903";
  color: #EDD947;
  text-shadow: 0 0 1px #333;
  font-size: 20px; }

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px; }

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
  font-size: 20px !important;
  display: inline-block !important; }

/* General */
body {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-family: "Work Sans", sans-serif; }
  body.noscroll {
    height: 100%;
    width: 100%;
    overflow: hidden; }

.lock_scroll {
  overflow: hidden; }

h1, h2, h3, h4 {
  line-height: 1.2; }

h1 {
  font-size: 56px;
  font-family: "Playfair Display", serif; }

h2 {
  font-size: 32px;
  font-family: "Playfair Display", serif; }

h3 {
  font-size: 24px; }

hr {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.hr2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.hr3 {
  margin-top: 4rem;
  margin-bottom: 0; }

a {
  color: #3697D2; }

p {
  color: #7D7E7E; }

.btn {
  border-radius: 2px;
  border-color: #3697D2; }

.btn-gradient {
  width: 180px;
  height: 56px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
  cursor: pointer;
  border: none; }

.btn-inverso {
  padding: 18px 40px;
  display: inline-block;
  color: #3697D2;
  border: solid 1px #3697D2;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  cursor: pointer; }
  .btn-inverso:hover {
    color: #fff;
    background: #3697D2; }

.veloload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 999999999999999999999999999999;
  background: #fff url("../img/spinner.gif") no-repeat center; }

quote {
  line-height: 32px;
  font-size: 24px;
  font-style: italic;
  color: #7D7E7E;
  font-family: "Playfair Display", serif; }

.breadcrumb {
  background: none;
  padding: 30px 0px; }

.breadcrumb .breadcrumb li + li:before {
  padding: 8px;
  color: #3697D2;
  content: "|"; }

.breadcrumb li a {
  color: #7D7E7E;
  text-decoration: none; }

.breadcrumb li a:hover {
  text-decoration: underline; }

.woocommerce-breadcrumb {
  padding: 30px 16px !important;
  color: #3697D2 !important;
  max-width: 1083px;
  margin: 0 auto !important; }
  .woocommerce-breadcrumb a {
    color: #7D7E7E !important;
    text-decoration: none; }

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
  display: none; }

.woocommerce form.checkout_coupon {
  margin: 0px 0px 5px 0px;
  border: solid 1px #DEE7ED;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  padding: 10px; }
  .woocommerce form.checkout_coupon .input-text {
    border: none;
    border-bottom: solid 1px #DEE7ED;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    line-height: 14px;
    font-size: 14px;
    height: 40px;
    color: #7c7c7c;
    box-shadow: none;
    width: 80%; }
    .woocommerce form.checkout_coupon .input-text:active, .woocommerce form.checkout_coupon .input-text:focus, .woocommerce form.checkout_coupon .input-text:hover {
      outline: none !important; }
    .woocommerce form.checkout_coupon .input-text.placeholder {
      color: #7c7c7c;
      font-size: 16px;
      line-height: 19px;
      font-family: "Work Sans", sans-serif;
      font-size: 300; }
    .woocommerce form.checkout_coupon .input-text:-moz-placeholder {
      color: #7c7c7c;
      font-size: 16px;
      line-height: 19px;
      font-family: "Work Sans", sans-serif;
      font-size: 300; }
    .woocommerce form.checkout_coupon .input-text::-moz-placeholder {
      color: #7c7c7c;
      font-size: 16px;
      line-height: 19px;
      font-family: "Work Sans", sans-serif;
      font-size: 300; }
    .woocommerce form.checkout_coupon .input-text:-ms-input-placeholder {
      color: #7c7c7c;
      font-size: 16px;
      line-height: 19px;
      font-family: "Work Sans", sans-serif;
      font-size: 300; }
    .woocommerce form.checkout_coupon .input-text::-webkit-input-placeholder {
      color: #7c7c7c;
      font-size: 16px;
      line-height: 19px;
      font-family: "Work Sans", sans-serif;
      font-size: 300; }
  .woocommerce form.checkout_coupon .button {
    background: #fff;
    border: none;
    border-bottom: solid 1px #DEE7ED;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    height: 35px;
    left: -6px;
    width: 18%;
    font-size: 24px;
    padding: 0;
    text-align: right;
    position: relative;
    top: 7px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  height: 56px;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
  cursor: pointer;
  border: none;
  display: block; }

body .woocommerce form .form-row.woocommerce-invalid input,
body .woocommerce form .form-row.woocommerce-invalid .select2-container--default .select2-selection--single,
body .woocommerce form .form-row input.error,
body .woocommerce form .form-row .select2-container--default .select2-selection--single.error {
  border-color: #fd0808 !important; }

body .woocommerce label.error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #fd0808; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  padding: 0px; }

.woocommerce form .form-row .required {
  color: #7D7E7E; }

.validate-required.woocommerce-invalid.woocommerce-invalid-required-field label {
  color: #FF6777 !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid 1px solid #7c7c7c;
  border-radius: 0px; }

.select2-container .select2-selection--single {
  height: 46px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 11px; }

.woocommerce form .form-row {
  padding: 0px; }
  .woocommerce form .form-row .input-checkbox {
    display: inline-block;
    margin: 0px;
    text-align: center;
    vertical-align: middle; }
  .woocommerce form .form-row input {
    border: 1px solid #7c7c7c;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    vertical-align: -3px; }
  .woocommerce form .form-row input:checked:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    left: 0px;
    top: -5px;
    position: relative;
    color: white; }

.woocommerce-shipping-fields {
  margin-top: 40px; }
  .woocommerce-shipping-fields #ship-to-different-address .checkbox input {
    border: 1px solid #7c7c7c;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    vertical-align: -3px; }
  .woocommerce-shipping-fields #ship-to-different-address .checkbox input:checked:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    left: 0px;
    top: -5px;
    position: relative;
    color: white; }

.woocommerce-additional-fields {
  display: none !important; }

#order_review .shop_table.woocommerce-checkout-review-order-table {
  padding: 8px 20px 18px;
  border: solid 1px #DEE7ED;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%; }
  #order_review .shop_table.woocommerce-checkout-review-order-table .listado {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 15px; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .listado::-webkit-scrollbar {
      width: 2px;
      background: #DEE7ED;
      border: none; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .listado::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      background: #7c7c7c;
      -webkit-box-shadow: none; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .listado::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(124, 124, 124, 0.4); }
    #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item {
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid #CECECE;
      padding: 20px 0 30px; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item > div {
        float: left;
        width: 64%;
        letter-spacing: 0; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-image {
        width: 26%; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name {
        padding-top: 0;
        padding-left: 20px; }
        #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name h5 {
          margin: 0; }
        #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name .variation {
          margin-bottom: 0px;
          margin-top: 20px; }
          #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name .variation dt {
            float: left;
            margin-right: 5px;
            line-height: 12px; }
          #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name .variation dd {
            margin-bottom: 0;
            line-height: 12px; }
            #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name .variation dd p {
              color: #294F99;
              font-weight: 800; }
        #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name .product-quantity {
          width: 10%;
          text-align: right;
          padding-top: 0; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item > div.product-total {
        width: 10%;
        text-align: right;
        padding-top: 0; }
        #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item > div.product-total span {
          color: #294F99;
          font-family: "Work Sans", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 22px; }
  #order_review .shop_table.woocommerce-checkout-review-order-table .total {
    padding-top: 25px; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .total > div {
      overflow: hidden; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .total .cart-subtotal .label {
      text-transform: uppercase;
      float: left;
      width: 50%;
      font-size: 12px; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .total .cart-subtotal > div span.woocommerce-Price-amount.amount {
      color: #294F99;
      font-family: "Work Sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 22px;
      text-align: right;
      display: block; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .total .envio.label {
      margin-top: 10px;
      text-transform: uppercase;
      padding-bottom: 15px;
      border-bottom: solid 1px #DEE7ED;
      font-size: 12px; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .total .envio.label #shipping_method {
        width: 50%;
        float: right;
        text-align: right; }
        #order_review .shop_table.woocommerce-checkout-review-order-table .total .envio.label #shipping_method li label {
          color: #294F99;
          font-family: "Work Sans", sans-serif;
          font-size: 12px;
          font-weight: bold;
          line-height: 22px; }
    #order_review .shop_table.woocommerce-checkout-review-order-table .total .order-total {
      margin-top: 25px; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .total .order-total > div {
        width: 50%;
        display: inline; }
        #order_review .shop_table.woocommerce-checkout-review-order-table .total .order-total > div span.woocommerce-Price-amount.amount {
          color: #294F99;
          font-family: "Work Sans", sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 22px;
          text-align: right;
          display: block; }
      #order_review .shop_table.woocommerce-checkout-review-order-table .total .order-total .total-price {
        text-transform: uppercase;
        float: left;
        color: #294F99;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px; }
#order_review #payment.woocommerce-checkout-payment {
  background: #fff; }
  #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li {
    display: block;
    margin-right: 30px; }
    #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_redsys label .sprite {
      background: url("../img/tarjetas.jpg");
      background-repeat: no-repeat;
      width: 100px;
      height: 20px;
      display: inline-block;
      margin-left: 10px;
      float: right; }
    #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_paypal a.about_paypal {
      display: none; }
    #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_paypal label .sprite {
      background: url("../img/paypal.jpg");
      background-repeat: no-repeat;
      background-position: left -2px;
      width: 100px;
      height: 20px;
      display: inline-block;
      margin-left: 10px;
      float: right; }
    #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_paypal label img {
      display: none; }
    #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li > div {
      background: #fff;
      padding: 0px; }
      #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li > div:before {
        content: '';
        display: none; }
      #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li > div p {
        color: #7D7E7E;
        font-family: "Work Sans", sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 19px;
        padding-bottom: 14px;
        border-bottom: solid 0px #DEE7ED; }
    #order_review #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label {
      cursor: pointer;
      color: #7D7E7E; }
  #order_review #payment.woocommerce-checkout-payment .form-row.place-order {
    width: 100%; }
    #order_review #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .checkbox {
      width: 100%; }
      #order_review #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .checkbox input {
        border: 1px solid #7c7c7c;
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 0px;
        cursor: pointer;
        position: relative;
        vertical-align: -3px;
        display: inline-block; }
      #order_review #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .checkbox input:checked:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        left: 0px;
        top: -2px;
        position: relative;
        color: white; }

.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  color: #292929;
  margin-top: 50px;
  margin-bottom: 30px; }
.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0px; }
  .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    color: #294F99; }
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul {
  padding: 0px; }
.woocommerce-order section {
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px; }
  .woocommerce-order section > section {
    padding: 0px; }
    .woocommerce-order section > section > div {
      margin-bottom: 30px; }

.woocommerce-order-pay .woocommerce {
  margin-top: 45px; }
  .woocommerce-order-pay .woocommerce #redsys_payment_form #submit_redsys_payment_form {
    height: 56px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
    cursor: pointer;
    border: none;
    padding: 0 20px; }
  .woocommerce-order-pay .woocommerce #redsys_payment_form a.button.cancel {
    height: 56px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    line-height: 38px;
    margin-left: 20px; }

.slick-initialized .slick-slide, .slick-slide {
  outline: 0; }

.slick-initialized .slick-slide:hover, .slick-initialized .slick-slide:active, .slick-initialized .slick-slide:focus, .slick-slide:hover, .slick-slide:active, .slick-slide:focus {
  outline: 0; }

.velo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4); }

.etiqueta.promociones {
  background-color: #93DCDA; }
.etiqueta.paquetes {
  background-color: #B0B6DB; }

.enter {
  font-size: 16px; }

#bloque-cookie {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 9999;
  display: none; }
  #bloque-cookie .cookie-notification {
    width: 350px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    border-radius: 3px;
    background: #FCFCFC;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    /*
    		-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
    		-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
    		box-shadow: 0px 0px 23px 0px rgba($border,0.75);
    */ }
    @media (max-width: 350px) {
      #bloque-cookie .cookie-notification {
        width: 100%;
        float: none; } }
    #bloque-cookie .cookie-notification .h2 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 30px;
      font-weight: 400;
      font-family: "Playfair Display", serif; }
    #bloque-cookie .cookie-notification .content-cookie {
      margin-bottom: 30px; }
      #bloque-cookie .cookie-notification .content-cookie p {
        font-size: 14px;
        line-height: 25px;
        font-family: "Work Sans", sans-serif; }
        #bloque-cookie .cookie-notification .content-cookie p a {
          color: #7D7E7E; }
    #bloque-cookie .cookie-notification .buttons-cookie {
      width: 100%;
      text-align: center; }
      #bloque-cookie .cookie-notification .buttons-cookie .btn-cookie {
        padding: 15px 30px;
        display: inline-block;
        color: #3697D2;
        border: solid 1px #3697D2;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        cursor: pointer;
        width: 49%;
        margin: auto; }
        @media (max-width: 350px) {
          #bloque-cookie .cookie-notification .buttons-cookie .btn-cookie {
            padding: 15px 20px; } }
        #bloque-cookie .cookie-notification .buttons-cookie .btn-cookie:hover {
          color: #fff;
          background: #3697D2; }

#booking-mobile {
  display: none; }

.search-page, .normal-page {
  margin-top: 88px;
  padding-top: 25px; }

.pop-up-content {
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(41, 41, 41, 0.6);
  width: 100%;
  z-index: 9999999;
  display: none; }
  .pop-up-content.open {
    display: block; }
  .pop-up-content .pop-up-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%; }
    .pop-up-content .pop-up-box .row {
      margin-left: 0px;
      margin-right: 0px; }
      .pop-up-content .pop-up-box .row div[class^="col"], .pop-up-content .pop-up-box .row div[class*="col"] {
        padding-left: 0;
        padding-right: 0; }
        .pop-up-content .pop-up-box .row div[class^="col"].pop-up-txt, .pop-up-content .pop-up-box .row div[class*="col"].pop-up-txt {
          background: white;
          padding: 20px; }
        .pop-up-content .pop-up-box .row div[class^="col"] .pop-up-img, .pop-up-content .pop-up-box .row div[class*="col"] .pop-up-img {
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          height: 400px; }
        .pop-up-content .pop-up-box .row div[class^="col"] i, .pop-up-content .pop-up-box .row div[class*="col"] i {
          position: absolute;
          right: 25px;
          top: 25px;
          color: #7D7E7E;
          cursor: pointer; }
        .pop-up-content .pop-up-box .row div[class^="col"] h2, .pop-up-content .pop-up-box .row div[class*="col"] h2 {
          text-align: left;
          margin: 60px 0px 25px; }
        .pop-up-content .pop-up-box .row div[class^="col"] p, .pop-up-content .pop-up-box .row div[class*="col"] p {
          text-align: left; }
        .pop-up-content .pop-up-box .row div[class^="col"] a, .pop-up-content .pop-up-box .row div[class*="col"] a {
          display: inline-block;
          margin: 10px auto; }

.card-img-top {
  width: 100%;
  height: 100%; }

#cart-fixed {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  z-index: 99999999999999999; }
  #cart-fixed.opened {
    opacity: 1;
    visibility: visible; }
    #cart-fixed.opened .content {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    #cart-fixed.opened .overlay {
      opacity: 1; }
  #cart-fixed .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s; }
  #cart-fixed .content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 364px;
    background: #fff;
    z-index: 2;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    padding: 36px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  #cart-fixed .top {
    position: relative;
    margin-bottom: 30px; }
    #cart-fixed .top span {
      color: #292929;
      font-family: "Playfair Display", serif;
      font-size: 32px;
      line-height: 40px;
      display: inline-block; }
    #cart-fixed .top .closer {
      font-size: 23px;
      position: absolute;
      right: 0px;
      top: 0px;
      color: #7C7C7C;
      cursor: pointer; }
  #cart-fixed .woocommerce-cart-form {
    overflow-y: auto;
    height: 365px;
    margin: 0 -20px 0 0;
    padding-right: 24px; }
    #cart-fixed .woocommerce-cart-form::-webkit-scrollbar {
      width: 2px;
      background: #DEE7ED;
      border: none; }
    #cart-fixed .woocommerce-cart-form::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      background: #7c7c7c;
      -webkit-box-shadow: none; }
    #cart-fixed .woocommerce-cart-form::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(124, 124, 124, 0.4); }
    #cart-fixed .woocommerce-cart-form .product.cart_item {
      border-bottom: 1px solid #DEE7ED;
      padding-bottom: 15px;
      padding-top: 15px; }
      #cart-fixed .woocommerce-cart-form .product.cart_item .product-thumbnail img {
        width: 40%;
        height: 110px;
        float: left; }
      #cart-fixed .woocommerce-cart-form .product.cart_item .product-info {
        clear: both;
        position: relative; }
        #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-name {
          width: 65%;
          display: inline-block;
          padding-top: 11px; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-name a {
            color: #292929;
            font-family: "Playfair Display", serif;
            line-height: 18px;
            display: block; }
        #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-price {
          width: 65%;
          display: inline-block; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-price .price {
            color: #294F99; }
        #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity {
          display: inline-block;
          float: right;
          position: absolute;
          top: 0px;
          right: 0; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container label {
            display: none; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container .cantidad i {
            color: #3697D2;
            font-weight: normal;
            font-size: 18px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            border: solid 1px #f5f5f5;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%; }
            #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container .cantidad i:hover {
              background: #3697D2;
              color: #fff; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container .cantidad input {
            width: 30px;
            margin-left: 15px;
            color: #7D7E7E;
            border: 0;
            vertical-align: middle;
            height: 38px;
            line-height: 50px;
            font-size: 14px;
            font-weight: lighter; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container .cantidad input[type=number]::-webkit-inner-spin-button,
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container .cantidad input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin: 0; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-quantity .quantity-container .cantidad span.info_persona {
            display: none; }
        #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-update {
          position: absolute;
          right: 0;
          top: 40px; }
          #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-update button {
            background: transparent;
            padding: 0;
            width: auto;
            margin: 0;
            color: #414141;
            font-family: "Work Sans", sans-serif;
            font-size: 12px;
            line-height: 14px;
            font-weight: 400;
            border: none; }
            #cart-fixed .woocommerce-cart-form .product.cart_item .product-info .product-update button:before {
              content: "\e92a";
              font-family: 'balneario' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              font-size: 17px;
              vertical-align: -4px; }
      #cart-fixed .woocommerce-cart-form .product.cart_item .product-delete a.remove {
        color: #292929 !important;
        font-size: 9px;
        font-weight: 400;
        margin-top: 6px; }
        #cart-fixed .woocommerce-cart-form .product.cart_item .product-delete a.remove:hover {
          background: none; }
  #cart-fixed .bottom {
    position: fixed;
    bottom: 50px;
    right: 20px;
    left: 20px;
    background: #fff;
    width: 324px; }
    #cart-fixed .bottom .buttons .total p {
      height: 22px;
      text-align: center;
      margin: 30px 0px;
      color: #294F99;
      font-family: "Work Sans", sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 22px; }
    #cart-fixed .bottom .buttons .checkout a {
      width: auto;
      display: block;
      height: 56px;
      border-radius: 3px;
      color: #fff;
      font-size: 16px;
      background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
      cursor: pointer;
      border: none;
      text-align: center;
      line-height: 52px; }
  #cart-fixed .empty {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto; }
    #cart-fixed .empty p {
      color: #292929;
      font-family: "Work Sans", sans-serif;
      font-size: 17px; }
    #cart-fixed .empty a {
      width: auto;
      display: block;
      height: 56px;
      border-radius: 3px;
      color: #fff;
      font-size: 16px;
      background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
      cursor: pointer;
      border: none;
      text-align: center;
      line-height: 45px; }

.overlayinput {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  display: none; }
  .overlayinput.opened {
    opacity: 1;
    z-index: 9999999999;
    display: block; }

.resultados-busqueda, .resultados-404 {
  padding-top: 30px; }

.resultados-404 {
  margin: 50px 0px; }
  .resultados-404 h1 {
    font-size: 30px; }
  .resultados-404 a.btn-gradient {
    margin-top: 30px;
    width: 180px;
    height: 56px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
    cursor: pointer;
    border: none;
    display: inline-block;
    text-align: center;
    line-height: 54px; }

.text-principal h1 {
  color: #292929; }
.text-principal h2, .text-principal h3, .text-principal h4, .text-principal h5, .text-principal h6 {
  color: #294F99;
  margin-bottom: 20px; }

#toTop {
  right: 40px;
  display: none;
  position: fixed;
  font-size: 14px;
  bottom: 50px;
  border: none;
  color: #fff;
  background-color: #294F99;
  outline: 0;
  z-index: 99999;
  padding-top: 5px;
  text-align: center;
  cursor: pointer; }
  #toTop i {
    font-size: 20px;
    display: block; }

/* Custom Radio Buttons and checkbox */
.radios [type="radio"]:checked, .radios [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.radios [type="radio"]:checked + label, .radios [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-size: normal; }

.radios [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 100%;
  border: 1px solid #7c7c7c;
  background: #fff; }

.radios [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #7c7c7c;
  border-radius: 100%;
  background: #fff; }

.radios [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #3697D2;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

.radios [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.radios [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #DEE7ED;
  top: 8px; }

.checkbox label {
  cursor: pointer;
  display: inline; }
.checkbox input[type=checkbox] + label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  left: -22px;
  top: 0px;
  position: relative;
  color: white; }
.checkbox input {
  border: 1px solid #7c7c7c;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  cursor: pointer;
  position: relative; }
  .checkbox input:hover {
    background: white; }
  .checkbox input:checked {
    background: #3697D2;
    border: 1px solid #DEE7ED; }
  .checkbox input:focus {
    outline: none; }

.woocommerce-pagination {
  margin-top: 40px; }
  .woocommerce-pagination ul.page-numbers li span.current {
    background: #3697D2 !important;
    color: #fff !important;
    padding: 20px !important; }
  .woocommerce-pagination ul.page-numbers li a {
    padding: 20px !important; }
    .woocommerce-pagination ul.page-numbers li a:hover {
      background: #3697D2 !important;
      color: #fff !important; }

/* DATEPICKER */
.bootstrap-datetimepicker-widget {
  box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.1), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px r gba(0, 0, 0, 0.2);
  border: none;
  width: 300px;
  padding: 10px;
  z-index: 999999999999; }

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px; }

.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%; }

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 35px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0; }

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  text-transform: uppercase; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table thead {
  height: 35px; }

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center; }

.bootstrap-datetimepicker-widget td {
  height: 35px;
  line-height: 35px;
  width: 35px;
  border: solid 1px #7D7E7E; }

.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #3697D2;
  cursor: pointer;
  color: white; }

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #7D7E7E; }

.bootstrap-datetimepicker-widget td.today {
  position: relative; }

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3697D2;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #3697D2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0 0;
  color: #ccc;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget td span.active {
  background-color: #3697D2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td span.old {
  color: #777; }

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget th {
  height: 30px; }

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px; }

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget thead tr {
  height: 35px !important; }

.bootstrap-datetimepicker-widget thead tr:first-child th.prev, .bootstrap-datetimepicker-widget thead tr:first-child th.next {
  cursor: pointer;
  border: solid 1px #7D7E7E; }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #3697D2;
  color: #fff; }

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0 !important; }

.post-type-archive-product .woocommerce-breadcrumb {
  display: none; }

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px; } }
@media all and (max-width: 1300px) {
  .pop-up-content .pop-up-box {
    width: 60%; }

  .enter {
    font-size: 15px; } }
@media all and (max-width: 1091px) {
  h1 {
    font-size: 48px; }

  h2 {
    font-size: 32px; }

  .woocommerce-breadcrumb {
    display: none !important; } }
@media all and (max-width: 867px) {
  .search-page, .normal-page {
    margin-top: 71px; }

  section {
    padding: 35px 0; }

  #booking-mobile {
    position: fixed;
    bottom: 0;
    display: block;
    height: 88px;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 99;
    text-align: center; }
    #booking-mobile span {
      line-height: 56px;
      display: block;
      text-align: center;
      margin: 16px auto;
      width: 90%; }

  .pop-up-content .pop-up-box {
    width: 70%; }
    .pop-up-content .pop-up-box .row div[class^="col"] h2, .pop-up-content .pop-up-box .row div[class*="col"] h2 {
      text-align: center;
      margin: 25px 0px;
      font-size: 22px; }
    .pop-up-content .pop-up-box .row div[class^="col"] p, .pop-up-content .pop-up-box .row div[class*="col"] p {
      text-align: center; }
    .pop-up-content .pop-up-box .row div[class^="col"].pop-up-txt, .pop-up-content .pop-up-box .row div[class*="col"].pop-up-txt {
      padding: 5px; }
    .pop-up-content .pop-up-box .row div[class^="col"] .pop-up-img, .pop-up-content .pop-up-box .row div[class*="col"] .pop-up-img {
      height: 300px; }
    .pop-up-content .pop-up-box .row div[class^="col"] a, .pop-up-content .pop-up-box .row div[class*="col"] a {
      display: block;
      margin: 10px auto; }

  #cart-fixed .content {
    width: 100%; }
  #cart-fixed .top {
    position: relative; }
    #cart-fixed .top p {
      line-height: 34px; }
    #cart-fixed .top i {
      top: 11px; }
  #cart-fixed .bottom {
    bottom: 20px;
    width: 100%; }
    #cart-fixed .bottom .buttons .checkout a {
      width: 90%; }
  #cart-fixed .woocommerce-cart-form .product.cart_item .product-thumbnail img {
    width: 150px;
    height: 150px; }

  .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 28px; }
  .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    width: 100%; }

  #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name h5 {
    font-size: 15px; }
  #order_review .shop_table.woocommerce-checkout-review-order-table .listado .cart_item .product-name .variation dt {
    margin-bottom: 10px;
    line-height: 18px; }

  .woocommerce-order-pay .woocommerce .order_details {
    padding: 0px; }
    .woocommerce-order-pay .woocommerce .order_details li {
      height: auto;
      margin-bottom: 15px;
      width: 100%;
      display: block;
      border-right: 0px dashed #d3ced2; }
  .woocommerce-order-pay .woocommerce #redsys_payment_form #submit_redsys_payment_form {
    height: 56px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(301.87deg, #294F99 0%, #3697D2 100%);
    cursor: pointer;
    border: none;
    padding: 0 20px; }
  .woocommerce-order-pay .woocommerce #redsys_payment_form a.button.cancel {
    margin-top: 30px;
    margin-left: 0px; } }
@media all and (max-width: 480px) {
  .pop-up-content .pop-up-box {
    width: 95%; }
    .pop-up-content .pop-up-box .row div[class^="col"] h2, .pop-up-content .pop-up-box .row div[class*="col"] h2 {
      font-size: 19px; }
    .pop-up-content .pop-up-box .row div[class^="col"] .pop-up-img, .pop-up-content .pop-up-box .row div[class*="col"] .pop-up-img {
      height: 200px; }

  .woocommerce-order-pay .woocommerce #redsys_payment_form #submit_redsys_payment_form {
    width: 100%;
    display: block; }
  .woocommerce-order-pay .woocommerce #redsys_payment_form a.button.cancel {
    width: 100%;
    display: block;
    text-align: center; } }

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