@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
.boton {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 29px;
  border-radius: 36px;
  border: 1px solid #c40348;
  background: #c40348;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.boton:hover {
  color: #fff;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .boton {
    padding: 12px 20px;
    font-size: 16px;
  }
}
section.componente {
  display: block;
  width: 100%;
  position: relative;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.trans2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.trans3 {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img {
  max-width: 100% !important;
  height: auto !important;
}
.texto {
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.texto strong {
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .texto {
    font-size: 15px;
    line-height: 1.3;
    text-align: left !important;
  }
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
body strong {
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  body {
    font-size: 15px;
    line-height: 1.3;
    text-align: left !important;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* -----------------------------------------
 VENDOR
 ------------------------------------------- */
/* -----------------------------------------
 PLUGINS
 ------------------------------------------- */
.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #ffffff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* -----------------------------------------
SECCIONES
------------------------------------------- */
body.publico {
  margin: 0;
  padding: 0;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1480px) {
  body.publico .container {
    max-width: 1320px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cc-cookies {
  display: none !important;
}
.u-underline span {
  transition: background-size 1s ease;
  width: calc(100% + 1px);
  padding-bottom: 0;
  background-image: linear-gradient(transparent calc(100% - 2px), #c40348 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.cont-tabla {
  display: table;
  width: 100%;
  height: 100%;
}
.cont-tabla .cont-celda {
  display: table-cell;
  vertical-align: middle;
}
.bloque-seccion {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 45px 0;
}
.botonera {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 35px 0;
  padding-bottom: 0;
  text-align: center;
}
.botonera .btn-filtrado,
.botonera a {
  display: inline-block;
  width: auto;
  padding: 9px 25px;
  background: #fff;
  border: 2px solid #111;
  color: #111;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .botonera .btn-filtrado,
  .botonera a {
    padding: 7px 20px;
    border: 1px solid #111;
    font-size: 16px;
  }
}
/*------------------------------------------------------------------------------------
SECCION SLIDESHOW
---------------------------------------------------------------------------------------*/
.seccion-home-slideshow {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #ddd;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 811px) and (max-width: 1080px), only screen and (max-width: 810px) {
  .seccion-home-slideshow {
    height: 80vh;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-slideshow {
    height: 480px;
  }
}
.seccion-home-slideshow .mascara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.seccion-home-slideshow .mascara2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  opacity: 0.5;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 6;
}
.seccion-home-slideshow .cycle-prev,
.seccion-home-slideshow .cycle-next {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}
.seccion-home-slideshow .cycle-prev:hover,
.seccion-home-slideshow .cycle-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 810px) {
  .seccion-home-slideshow .cycle-prev,
  .seccion-home-slideshow .cycle-next {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
  }
}
.seccion-home-slideshow .cycle-prev {
  left: 15px;
  right: auto;
  background-image: url('../img/cycle_prev.svg');
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center center;
}
@media only screen and (max-width: 810px) {
  .seccion-home-slideshow .cycle-prev {
    left: 2px;
    background-image: url('../img/cycle_prev.svg');
    background-repeat: no-repeat;
    background-size: 30px;
  }
}
.seccion-home-slideshow .cycle-next {
  right: 15px;
  left: auto;
  background-image: url('../img/cycle_next.svg');
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center center;
}
@media only screen and (max-width: 810px) {
  .seccion-home-slideshow .cycle-next {
    right: 2px;
    background-image: url('../img/cycle_next.svg');
    background-repeat: no-repeat;
    background-size: 30px;
  }
}
.seccion-home-slideshow .wrapper-slideshow,
.seccion-home-slideshow .slide-home,
.seccion-home-slideshow .item-home {
  width: 100%;
  height: 100%;
}
.seccion-home-slideshow .item-home {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.seccion-home-slideshow .cont-tabla {
  position: relative;
  z-index: 10;
}
.seccion-home-slideshow .cont-tabla .texto {
  display: block;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  margin-top: -5vh;
  text-align: center;
}
@media only screen and (max-width: 810px) {
  .seccion-home-slideshow .cont-tabla .texto {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-slideshow .cont-tabla .texto {
    text-align: center !important;
  }
}
.seccion-home-slideshow .cont-tabla .texto .titulo {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-top: 80px;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: 0.1px;
  font-weight: 600;
}
@media only screen and (max-width: 810px) {
  .seccion-home-slideshow .cont-tabla .texto .titulo {
    font-size: 33px;
    letter-spacing: -0.2px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-slideshow .cont-tabla .texto .titulo {
    font-size: 27px;
  }
}
.seccion-home-slideshow .cont-tabla .texto .subtitulo {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -0.1px;
  text-transform: none;
  padding-top: 12px;
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 810px) {
  .seccion-home-slideshow .cont-tabla .texto .subtitulo {
    font-size: 19px;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-slideshow .cont-tabla .texto .subtitulo {
    font-size: 18px;
  }
}
.seccion-home-slideshow .cont-tabla .texto a.boton {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 1px solid #c40348;
  background: #c40348;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-slideshow .cont-tabla .texto a.boton {
    padding: 9px 20px;
    font-size: 16px;
  }
}
body.home .buscador {
  display: block;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (min-width: 811px) and (max-width: 1080px) {
  body.home .buscador {
    width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 810px) {
  body.home .buscador {
    width: 95%;
    margin-left: 0;
    bottom: auto;
    left: 2.5%;
    margin-top: -60px;
    position: relative;
  }
}
body.home .buscador .cont-form {
  display: block;
  margin-top: 10px;
  padding: 20px 35px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 7px 25px 0 rgba(5, 16, 54, 0.2);
}
@media only screen and (max-width: 810px) {
  body.home .buscador .cont-form {
    border-radius: 20px;
    padding: 10px 20px;
  }
}
body.home .buscador .cont-form .form-group {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  float: none;
  position: relative;
}
@media only screen and (max-width: 810px) {
  body.home .buscador .cont-form .form-group {
    display: block;
    margin: 6px 0;
  }
}
body.home .buscador .cont-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #c8c8c8;
  border-radius: 18px;
  padding: 0 9px;
  font-size: 15px;
}
body.home .buscador .cont-form .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('../img/flecha_abajo.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 15px center;
}
body.home .buscador .cont-form .form-group.col-servicios {
  padding-left: 0;
}
body.home .buscador .cont-form .form-group.col-servicios .listado-servicios .form-group input {
  border: 1px solid #777;
  width: 19px;
  height: 19px;
}
body.home .buscador .cont-form .form-group.col-servicios label {
  font-size: 15px !important;
  letter-spacing: -0.3px !important;
  color: #444 !important;
}
body.home .buscador .cont-form .form-group.tipo {
  background: url('../img/tipo.svg') 0 5px no-repeat;
  background-size: 38px;
}
body.home .buscador .cont-form .form-group.provincia {
  background: url('../img/provincia.svg') 0 5px no-repeat;
  background-size: 38px;
}
body.home .buscador .cont-form .form-group.localidad {
  background: url('../img/localidad.svg') 0 5px no-repeat;
  background-size: 38px;
}
body.home .buscador .cont-form .form-group.btn-buscar {
  padding-top: 0;
  padding-left: 0;
}
body.home .buscador .cont-form .form-group.btn-buscar:after {
  display: none;
}
body.home .buscador .cont-form .form-group.btn-buscar .boton {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin-left: 0;
  margin-top: -1px;
  height: 50px;
  color: #fff;
  background-color: #c40348;
  background-image: url('../img/search.svg');
  background-position: 25px center;
  text-indent: 20px;
  background-size: 21px;
  background-repeat: no-repeat;
  border: none;
  font-size: 17px;
  border-radius: 25px;
}
@media only screen and (max-width: 810px) {
  body.home .buscador .cont-form .form-group.btn-buscar .boton {
    display: block;
    margin: 0 auto;
  }
}
body.home .buscador .contenido-buscador {
  display: none;
}
body.home .buscador .contenido-buscador.contenido-buscador-escapadas {
  display: block;
}
body.home .buscador ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
}
body.home .buscador ul li {
  display: inline-block;
  list-style: none;
}
body.home .buscador ul li a {
  display: block;
  position: relative;
  padding-bottom: 5px;
  margin: 5px 23px;
  color: #111;
  font-family: 'Jost', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.home .buscador ul li a:hover {
  color: #111;
  opacity: 1;
}
@media only screen and (max-width: 810px) {
  body.home .buscador ul li a {
    font-size: 18px;
    margin: 4px 8px;
    letter-spacing: -0.4px;
    opacity: 1;
  }
}
body.home .buscador ul li.activo a {
  opacity: 1;
  border-bottom: 3px solid #111;
  position: relative;
}
body.home .buscador .col-servicios {
  padding-left: 0;
}
body.home .buscador .listado-servicios .form-group {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 25%;
  float: left;
}
/*------------------------------------------------------------------------------------
SECCION INTRO
---------------------------------------------------------------------------------------*/
.bloque-seccion.seccion-home-intro {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  padding-bottom: 20px;
}
.bloque-seccion.seccion-home-intro .texto-introduccion {
  display: block;
  margin: 0 auto;
  max-width: 890px;
  margin-top: 20px;
  line-height: 1.5;
  font-size: clamp(14px, 1.4, 20px);
  text-align: center;
}
.bloque-seccion.seccion-home-intro a {
  display: inline-block;
  margin-top: 5px;
  color: #777;
  font-family: 'Jost', Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 9px 22px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque-seccion.seccion-home-intro a span {
  display: block;
  padding-right: 26px;
  background-image: url('../img/diagonal1.svg');
  background-position: right center;
  background-size: 21px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bloque-seccion.seccion-home-intro a:hover {
  color: #fff;
  background: #dc820b;
}
.bloque-seccion.seccion-home-intro a:hover span {
  background-image: url('../img/diagonal2.svg');
}
/*------------------------------------------------------------------------------------
SECCION FAQS
---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
SECCION ESCAPADAS
---------------------------------------------------------------------------------------*/
.texto_encabezado {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 9px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .texto_encabezado {
    letter-spacing: -0.3px;
    font-size: 23px;
  }
}
h2.titulo,
h2.encabezado {
  display: block;
  position: relative;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 9px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  h2.titulo,
  h2.encabezado {
    letter-spacing: -0.3px;
    font-size: 23px;
  }
}
h2.titulo:after,
h2.encabezado:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background: #101010;
}
p.subencabezado {
  text-align: center;
  margin-top: 9px;
}
.seccion-home-escapadas {
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-escapadas {
    padding-top: 15px;
  }
}
.seccion-home-escapadas .listado-escapadas {
  position: relative;
  overflow: visible;
  padding-top: 45px;
  padding-bottom: 30px;
}
.seccion-home-escapadas .swiper-button-next,
.seccion-home-escapadas .swiper-button-prev {
  position: absolute;
  top: 37%;
  width: 46px;
  height: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.seccion-home-escapadas .swiper-button-next:after,
.seccion-home-escapadas .swiper-button-prev:after {
  display: none;
}
@media only screen and (max-width: 810px) {
  .seccion-home-escapadas .swiper-button-next,
  .seccion-home-escapadas .swiper-button-prev {
    width: 31px;
    height: 17px;
  }
}
.seccion-home-escapadas .swiper-button-next {
  right: -45px;
  background-image: url('../img/long_arrow_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 49px;
}
@media only screen and (max-width: 810px) {
  .seccion-home-escapadas .swiper-button-next {
    right: 8px;
    background-image: url('../img/long_arrow_right.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 31px;
  }
}
.seccion-home-escapadas .swiper-button-prev {
  left: -45px;
  background-image: url('../img/long_arrow_left.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 49px;
}
@media only screen and (max-width: 810px) {
  .seccion-home-escapadas .swiper-button-prev {
    left: 8px;
    background-image: url('../img/long_arrow_left.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 31px;
  }
}
.seccion-home-escapadas .mySwiper {
  padding-bottom: 20px;
  overflow: hidden;
}
.seccion-home-escapadas .swiper-pagination {
  padding-top: 25px;
}
.seccion-home-escapadas .swiper-pagination .swiper-pagination-bullet-active {
  background: #c40348;
  scale: 1.3;
}
.item-escapada {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
}
@media only screen and (max-width: 810px) {
  .item-escapada {
    margin-bottom: 45px;
  }
}
.item-escapada .cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
}
.item-escapada .cont img {
  border-radius: 25px;
}
@media only screen and (max-width: 810px) {
  .item-escapada .cont .subtitulo {
    padding-left: 0;
    padding-right: 0;
  }
}
.item-escapada .cont .precio {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background: #c40348;
}
.item-escapada .cont .precio span,
.item-escapada .cont .precio strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.2px;
  color: #fff;
}
@media only screen and (max-width: 810px) {
  .item-escapada .cont .precio {
    font-size: 16px;
  }
}
.item-escapada .cont h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #101010;
}
@media only screen and (max-width: 810px) {
  .item-escapada .cont h3 {
    font-size: 18px;
  }
}
.item-escapada .cont .subtitulo {
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left !important;
}
.item-escapada .cont .subtitulo strong {
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .item-escapada .cont .subtitulo {
    font-size: 15px;
    line-height: 1.3;
    text-align: left !important;
  }
}
/*------------------------------------------------------------------------------------
SECCION RAZONES
---------------------------------------------------------------------------------------*/
.seccion-home-razones {
  display: block;
  position: relative;
  overflow: hidden;
}
.seccion-home-razones .wrapper {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
@media only screen and (max-width: 810px) {
  .seccion-home-razones .wrapper {
    display: block;
  }
}
.seccion-home-razones .wrapper .col-izq,
.seccion-home-razones .wrapper .col-der {
  display: block;
  position: relative;
  float: left;
  width: 55%;
}
@media only screen and (max-width: 810px) {
  .seccion-home-razones .wrapper .col-izq,
  .seccion-home-razones .wrapper .col-der {
    float: none;
    width: 100%;
  }
}
.seccion-home-razones .wrapper .col-der {
  background-color: #ddd;
  width: 45%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 810px) {
  .seccion-home-razones .wrapper .col-der {
    float: none;
    width: 100%;
  }
}
.seccion-home-razones .wrapper .col-izq .texto {
  padding: 45px 0;
  display: block;
  max-width: 550px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  line-height: 1.2;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-razones .wrapper .col-izq .texto {
    padding: 35px 25px;
    font-size: 16px;
  }
}
.seccion-home-razones .wrapper .col-izq .texto p {
  margin: 8px 0;
}
.seccion-home-razones .wrapper .col-izq .texto h3 {
  display: block;
  position: relative;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-razones .wrapper .col-izq .texto h3 {
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }
}
.seccion-home-razones .wrapper .col-izq .texto h3:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #101010;
}
.seccion-home-razones .wrapper .col-izq .texto ul {
  display: block;
  margin: 25px 0;
  margin-bottom: 0;
  padding: 0;
}
.seccion-home-razones .wrapper .col-izq .texto ul li {
  display: block;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 80px;
  font-size: 17px;
  line-height: 1.2;
}
.seccion-home-razones .wrapper .col-izq .texto ul li h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-home-razones .wrapper .col-izq .texto ul li h4 {
    font-size: 19px;
    letter-spacing: -0.2px;
  }
}
.seccion-home-razones .wrapper .col-izq .texto ul li:last-child {
  margin-bottom: 0;
}
.seccion-home-razones .wrapper .col-izq .texto ul li.razon1 {
  background: url('../img/razon1.svg') 0 8px no-repeat;
  background-size: 60px;
}
.seccion-home-razones .wrapper .col-izq .texto ul li.razon2 {
  background: url('../img/razon2.svg') 6px 8px no-repeat;
  background-size: 60px;
}
.seccion-home-razones .wrapper .col-izq .texto ul li.razon3 {
  background: url('../img/razon3.svg') 4px 8px no-repeat;
  background-size: 60px;
}
/*------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------*/
.footer .fila1 {
  margin-top: 15px;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .fila1 h4 {
  font-family: 'Jost', Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.4;
  letter-spacing: 0.1px;
  font-weight: 600;
  color: #111;
  margin: 5px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .footer .fila1 h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.footer .fila1 ul {
  margin: 10px 0;
  padding: 5px 0;
}
@media only screen and (max-width: 810px) {
  .footer .fila1 ul {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.footer .fila1 ul li {
  display: block;
  list-style: none;
  margin: 4px 0;
  padding: 2px 0;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .footer .fila1 ul li {
    margin: 2px 0;
    padding: 1px 0;
  }
}
.footer .fila1 ul li a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.2;
  font-weight: 400;
  color: #707070;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .footer .fila1 ul li a {
    font-size: 14px;
  }
}
.footer .fila1 a.descarga-guia {
  display: block;
}
.footer .fila1 a.descarga-guia img {
  display: block;
  margin: 0 auto;
  width: 130px !important;
  height: auto !important;
}
.footer .fila1 a.descarga-guia span {
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  width: 120px;
  margin: 10px auto;
  text-align: center;
  letter-spacing: -0.2px;
}
.footer .fila2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.footer .fila3 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  color: #777;
  font-weight: 400;
  text-align: center;
}
.footer .fila3 a {
  display: inline-block;
  width: auto;
  color: #707070;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .fila3 a:hover {
  color: #555;
}
/*------------------------------------------------------------------------------------
PRELOADER
---------------------------------------------------------------------------------------*/
.preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .spin {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -40px;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #ddd;
  border-top: 3px solid #c40348;
  animation: spin_rotar 1s linear infinite;
}
@keyframes spin_rotar {
  100% {
    transform: rotate(360deg);
  }
}
/*-----------------------------------------------------------------------
MODAL BOOTSTRAP DIALOG
------------------------------------------------------------------------*/
.modal.bootstrap-dialog.in {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.modal-backdrop.in {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}
.modal-dialog {
  border-radius: 0;
  margin-top: 30vh;
  border: none;
  z-index: 9999;
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none;
}
.modal-dialog .modal-content .bootstrap-dialog-close-button {
  display: none !important;
}
.modal-header,
.modal-footer {
  border: none;
  background: none;
}
.modal-header .bootstrap-dialog-title,
.modal-footer .bootstrap-dialog-title {
  display: none !important;
}
.modal-header .bootstrap-dialog-footer,
.modal-footer .bootstrap-dialog-footer {
  display: block;
  width: 100%;
}
.modal-header .bootstrap-dialog-footer-buttons,
.modal-footer .bootstrap-dialog-footer-buttons {
  padding: 10px 0;
  text-align: center;
}
.modal-header .bootstrap-dialog-footer-buttons button,
.modal-footer .bootstrap-dialog-footer-buttons button {
  display: inline-block;
  padding: 12px 35px;
  border: none;
  border-radius: 0;
  color: #fff;
  background: #101010;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal-header .bootstrap-dialog-footer-buttons button:hover,
.modal-footer .bootstrap-dialog-footer-buttons button:hover {
  background: #202020;
}
.modal-header {
  padding-top: 35px;
  background: transparent url('../img/info.svg') center 10px no-repeat !important;
  background-size: 41px !important;
  opacity: 0.8;
}
.bootstrap-dialog .bootstrap-dialog-message {
  margin-top: -10px;
  color: #101010;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
/*--------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/
.prefooter {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: url('../img/pattern.jpg') center bottom no-repeat;
  margin-top: 45px;
}
.footer {
  border-top: 1px solid #aaa;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .footer {
    font-size: 13px;
  }
}
.footer .row .col-md-12 {
  text-align: center;
}
.footer .row .col-md-12 img {
  display: block;
  margin: 10px auto;
  margin-top: 5px;
  width: 90px !important;
  height: auto !important;
}
.footer .row .col-md-12 a {
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .row .col-md-12 a:hover {
  color: #111;
}
/*-------------------------------------------------------------------
FAQS
--------------------------------------------------------------------*/
.row.listado-faqs {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 55px 15px;
  max-width: 980px;
  margin: 0 auto;
}
.item-faq {
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 0;
}
.item-faq .titulo .cont {
  padding: 14px 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.item-faq .titulo .cont h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.item-faq .titulo .cont h4 span {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  color: #fff;
  background: #c40348;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 29px;
  opacity: 0.9;
}
.item-faq .titulo:hover .cont {
  padding-left: 22px;
  background: rgba(202, 28, 90, 0.05);
}
.item-faq .respuesta {
  border-top: 1px solid #ddd;
  background: #f7f7f7;
  display: none;
}
.item-faq .respuesta a {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.item-faq .respuesta .cont {
  padding: 18px;
}
.item-faq .respuesta .cont h2,
.item-faq .respuesta .cont h3,
.item-faq .respuesta .cont h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #872a4b;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/*--------------------------*/
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus,
.qty-container .extra-minus,
.qty-container .extra-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 36px;
  width: 36px;
  transition: 0.3s;
}
.qty-container {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: left;
}
.s-viajeros label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
  .s-viajeros label {
    font-size: 13px;
  }
}
.qty-container .qty-btn-plus,
.qty-container .extra-plus {
  background-image: url('../img/plus.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.qty-container .qty-btn-minus,
.qty-container .extra-minus {
  background-image: url('../img/minus.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.qty-container .qty-btn-plus,
.qty-container .extra-plus {
  margin-left: -1px;
  vertical-align: top;
}
.qty-container .qty-btn-minus,
.qty-container .extra-minus {
  margin-right: -1px;
  vertical-align: top;
}
/*---------------------------*/
.btn-cornered,
.input-cornered {
  border-radius: 4px;
}
.btn-rounded {
  border-radius: 50%;
}
.input-rounded {
  border-radius: 50px;
}
ul.entidades_colaboradoras {
  display: block;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 45px;
}
@media only screen and (max-width: 810px) {
  ul.entidades_colaboradoras {
    column-count: 1;
  }
}
ul.entidades_colaboradoras li {
  margin: 9px 0 !important;
  font-size: clamp(15px, 1.5vw, 16px);
}
ul.entidades_colaboradoras li a {
  background: none !important;
  border-bottom: 1px dashed;
}
.contenido.seccion-una-foto .container,
.contenido.c-una-columna .container {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
}
.contenido.c-una-columna h2,
.contenido.c-una-columna h3,
.contenido.c-una-columna h4 {
  font-weight: 700;
  color: #c40348;
  font-size: 25px;
  letter-spacing: -0.3px;
  margin-top: 15px;
}
.contenido.c-una-columna h2 strong,
.contenido.c-una-columna h3 strong,
.contenido.c-una-columna h4 strong {
  font-weight: 700;
  color: #c40348;
  font-size: 25px;
  letter-spacing: -0.3px;
  margin-top: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .container.v-formulario-contacto {
    padding: 0 25px;
  }
}
.container.v-formulario-contacto .col-md-6 .intro a {
  font-weight: 400;
  color: #111;
  border-bottom: 1px dashed #111;
}
.container.v-formulario-contacto .col-md-6 .intro a.boton {
  color: #fff;
  background: #111;
  border: none;
  font-size: 13px;
  letter-spacing: 0;
  padding-right: 20px;
  padding-left: 20px;
}
/*------------------------------------------------------------------------------------
MENÚ RESPONSIVE
---------------------------------------------------------------------------------------*/
.icon {
  background: transparent;
  cursor: pointer;
  height: 55px;
  padding: 16px;
  width: 28px;
  display: none;
  z-index: 99999;
}
@media only screen and (min-width: 811px) and (max-width: 1080px), only screen and (max-width: 810px) {
  .icon {
    display: block;
  }
}
label.icon {
  position: fixed;
  z-index: 9999;
  left: 15px;
  top: 7px;
}
.icon .menu,
.icon .menu::before,
.icon .menu::after {
  background: #111;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  width: 30px;
  pointer-events: none;
  border-radius: 2px;
}
input#menu {
  display: none;
}
.icon:hover .menu,
.icon:hover .menu::before,
.icon:hover .menu::after {
  background: #111;
}
.icon .menu {
  left: 5px;
  top: 35px;
}
.icon .menu::before {
  top: -8px;
}
.icon .menu::after {
  top: 8px;
}
#menu:checked + .icon .menu {
  background: transparent;
}
#menu:checked + .icon .menu::before {
  transform: rotate(45deg);
}
#menu:checked + .icon .menu::after {
  transform: rotate(-45deg);
}
#menu:checked + .icon .menu::before,
#menu:checked + .icon .menu::after {
  top: 0;
  transition: top ease 0.3s, transform ease 0.3s 0.3s;
}
.menu-responsive {
  display: block;
  position: fixed;
  left: -100%;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-responsive ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 30%;
}
.menu-responsive ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.menu-responsive ul li a {
  display: block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #222;
  font-weight: 700;
  padding: 11px 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-responsive ul li a:hover {
  color: #111;
}
.menu-responsive ul li ul {
  display: none;
}
.menu-responsive.abierto {
  left: 0;
}
body.home .icon .menu,
body.home .icon .menu::before,
body.home .icon .menu::after {
  background: #fff;
}
body.home #menu:checked + .icon .menu::before {
  transform: rotate(45deg);
  background: #111;
}
body.home #menu:checked + .icon .menu::after {
  transform: rotate(-45deg);
  background: #111;
}
/*------------------------------------------------------------------------------------
CABECERA
---------------------------------------------------------------------------------------*/
.cabecera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 0;
}
.cabecera .precabecera {
  display: block;
  position: relative;
  margin-top: -3px;
  padding: 2px 0;
  padding-top: 0;
}
.cabecera .precabecera ul {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0 15px;
}
.cabecera .precabecera ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
}
.cabecera .precabecera ul li a {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
}
.cabecera .precabecera ul li.correo {
  padding-left: 26px;
  background-image: url('../img/correo.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.cabecera .precabecera ul li.facebook {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 2px;
  margin-left: 6px;
  padding-left: 6px;
}
@media only screen and (max-width: 810px) {
  .cabecera .precabecera ul li.facebook {
    border-left: none;
    margin-left: 2px;
    padding-left: 0;
  }
}
.cabecera .precabecera ul li.facebook a {
  display: block;
  width: 21px;
  height: 21px;
  background: url('../img/facebook.svg') center center no-repeat;
  background-size: 23px;
}
.cabecera .precabecera ul li.instagram {
  margin: 0 2px;
  margin-left: -1px;
}
.cabecera .precabecera ul li.instagram a {
  display: block;
  width: 21px;
  height: 21px;
  background: url('../img/instagram.svg') center center no-repeat;
  background-size: 22px;
}
.cabecera .fila-cabecera {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 810px) {
  .cabecera .fila-cabecera {
    padding: 7px 0;
  }
}
.cabecera .fila-cabecera .col-logo img {
  display: block;
  margin: 0;
  padding: 13px 0;
  width: 210px;
  height: auto;
  opacity: 0.8;
}
@media only screen and (max-width: 810px) {
  .cabecera .fila-cabecera .col-logo img {
    width: 190px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 810px) {
  .cabecera .fila-cabecera .col-menu {
    display: none;
  }
}
.cabecera .fila-cabecera .col-menu ul {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.cabecera .fila-cabecera .col-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}
.cabecera .fila-cabecera .col-menu ul li a {
  display: block;
  margin: 10px 10px;
  padding: 4px 12px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #fff;
  font-weight: 300;
}
.cabecera .fila-cabecera .col-menu ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
body.publico {
  padding-top: 110px;
}
body.publico.home {
  padding-top: 0;
}
.cabecera.cabecera-secundaria {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
  backdrop-filter: blur(6px);
  z-index: 999;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .cabecera.cabecera-secundaria {
    margin-bottom: 15px;
  }
}
.cabecera.cabecera-secundaria ul li a {
  color: #111;
}
.cabecera.cabecera-secundaria .col-logo img {
  opacity: 1;
}
@media only screen and (max-width: 810px) {
  .cabecera.cabecera-secundaria .precabecera ul {
    padding-right: 15px;
  }
}
.cabecera.cabecera-secundaria .precabecera ul li a {
  color: #666;
}
.cabecera.cabecera-secundaria .precabecera ul li.correo {
  background-image: url('../img/correo_b.svg');
  background-size: 20px;
}
@media only screen and (max-width: 810px) {
  .cabecera.cabecera-secundaria .precabecera ul li.correo {
    background: none;
  }
  .cabecera.cabecera-secundaria .precabecera ul li.correo a {
    display: block;
    width: 21px;
    height: 21px;
    background: url('../img/correo_b.svg') center center no-repeat;
    background-size: 23px;
  }
  .cabecera.cabecera-secundaria .precabecera ul li.correo a span {
    display: none;
  }
}
.cabecera.cabecera-secundaria .col-menu ul li a {
  color: #111;
}
/*--------------------------------------------------------------
TÍTULO DE PÁGINA
---------------------------------------------------------------*/
.titulo-pagina {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 40px;
}
.titulo-pagina h1 {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 43px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: none;
}
@media only screen and (max-width: 810px) {
  .titulo-pagina h1 {
    font-size: 31px;
    margin: 0;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .titulo-pagina h1 {
    font-size: 25px;
  }
}
.tab-content > .active.in {
  opacity: 1 !important;
}
.listado-productos-listado {
  display: flex;
  position: relative;
  overflow: hidden;
}
.listado-experiencias {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-experiencias .filtro-empresas {
  margin-top: 15px;
  margin-bottom: 35px;
}
.titulo-producto,
.subtitulo {
  display: block;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 810px) {
  .titulo-producto,
  .subtitulo {
    padding: 0;
  }
}
.titulo-producto h1,
.subtitulo h1 {
  font-size: 37px;
  line-height: 1.2;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 810px) {
  .titulo-producto h1,
  .subtitulo h1 {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .titulo-producto h1,
  .subtitulo h1 {
    font-size: 23px;
    letter-spacing: -0.3px;
  }
}
.subtitulo {
  margin-bottom: 25px;
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.35;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .subtitulo {
    font-size: 16px;
    line-height: 1.3;
  }
}
.valoraciones img {
  display: inline-block;
  vertical-align: middle;
  height: 17px !important;
  width: auto !important;
}
.valoraciones span.puntuacion {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.valoraciones span.numero_valoraciones {
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  color: #777;
  font-style: italic;
}
.contenido_incluye_noincluye,
.contenido_ruta {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.contenido_incluye_noincluye h3,
.contenido_ruta h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  font-size: 21px;
  margin-bottom: 15px;
}
.contenido_incluye_noincluye ul,
.contenido_ruta ul {
  margin: 0;
  padding: 0;
}
.contenido_incluye_noincluye ul li,
.contenido_ruta ul li {
  display: block;
  margin: 3px 0;
  padding: 5px 0;
  padding-left: 28px;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 22px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.contenido_incluye_noincluye #map,
.contenido_ruta #map {
  display: block;
  position: relative;
  overflow: hidden;
  height: 420px;
  border-radius: 25px;
}
@media only screen and (max-width: 810px) {
  .contenido_incluye_noincluye #map,
  .contenido_ruta #map {
    height: 350px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .contenido_incluye_noincluye #map,
  .contenido_ruta #map {
    height: 300px;
  }
}
.col-md-12.col-reserva {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-md-12.col-reserva {
    padding: 0 15px;
  }
}
.col-md-12.col-reserva h2 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 810px) {
  .col-md-12.col-reserva h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.col-md-12.col-reserva .cont-paso-1 {
  padding-right: 35px;
}
@media only screen and (max-width: 810px) {
  .col-md-12.col-reserva .cont-paso-1 {
    padding-right: 0;
  }
}
.col-md-12.col-reserva .paso-1,
.col-md-12.col-reserva .paso-2,
.col-md-12.col-reserva .paso-3 {
  display: block;
  position: relative;
  margin-bottom: 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #111;
  text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
  .col-md-12.col-reserva .paso-1,
  .col-md-12.col-reserva .paso-2,
  .col-md-12.col-reserva .paso-3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.col-md-12.col-reserva .paso-1 span,
.col-md-12.col-reserva .paso-2 span,
.col-md-12.col-reserva .paso-3 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  color: #c40348;
  font-size: 30px;
  margin: 0 4px;
}
.col-md-12.col-reserva .paso-3 {
  margin-top: 25px;
}
.col-md-12.col-reserva .cont-paso-2 select.id_paquete,
.col-md-12.col-reserva .cont-paso-2 select.numero_adultos {
  border: 1px solid #c8c8c8;
  height: 49px;
  line-height: 49px;
  font-size: 15px;
  letter-spacing: -0.1px;
  padding: 0 13px;
  border-radius: 0;
  background-image: url('../img/arrow_desplegable_gris.svg');
  background-position: right 10px top 11px;
  background-repeat: no-repeat;
  background-size: 27px;
}
.col-md-12.col-reserva .noches_adicionales {
  display: none;
  margin-top: -18px;
  position: relative;
  overflow: hidden;
  padding: 12px;
  padding-bottom: 6px;
  background: rgba(161, 16, 68, 0.05);
  border: 1px solid rgba(161, 16, 68, 0.2);
}
.col-md-12.col-reserva .noches_adicionales label {
  color: #550d27;
  font-size: 15px;
}
.col-md-12.col-reserva .noches_adicionales .qty-container {
  margin-bottom: 20px;
}
.col-md-12.col-reserva .boton-reserva input.btn {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 29px;
  border-radius: 36px;
  margin-top: 20px;
  border: 1px solid #c40348;
  background: #c40348;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}
.col-md-12.col-reserva .boton-reserva input.btn:hover {
  color: #fff;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-md-12.col-reserva .boton-reserva input.btn {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.col-md-12.col-reserva .info-calendario {
  display: block;
  padding: 20px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 45px;
  background-image: url('../img/info.svg');
  background-position: 10px 19px;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-top: -40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 810px) {
  .col-md-12.col-reserva .info-calendario {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 25px;
  }
}
.info-producto {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  /*
  a.precio
  {
    margin-left:0;
    padding-left:29px;
    background-image:url('../img/tag.svg');
    background-position:0 3px;
    background-repeat:no-repeat;
    background-size:25px;
    strong
    {
      font-size:18px;
      font-weight:700;
      color:@color_principal;
    }
  }
  a.categoria
  {
    margin-left:0;
    padding-left:30px;
    background-image:url('../img/category.svg');
    background-position:0 3px;
    background-repeat:no-repeat;
    background-size:23px;
  }
  a.duracion
  {
    margin-left:0;
    padding-left:25px;
    background-image:url('../img/duration.svg');
    background-position:0 4px;
    background-repeat:no-repeat;
    background-size:21px;
  }
  */
}
.info-producto a {
  display: inline-block;
  margin: 0 15px;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #c40348;
  font-family: 'Open sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #c40348;
  text-transform: none;
}
@media only screen and (max-width: 810px) {
  .info-producto a {
    font-size: 15px;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 15px;
  }
}
.formulario-reserva-ficha {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 25px auto;
  margin-top: 55px;
  padding: 45px 0;
  border: 1px solid red;
}
.formulario-reserva-ficha h3 {
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 1.35;
  font-weight: 700;
  display: block;
  max-width: 630px;
  margin: 0 auto;
}
@media only screen and (max-width: 810px) {
  .formulario-reserva-ficha h3 {
    font-size: 23px;
    line-height: 1.3;
    padding: 0 20px;
    text-align: center;
  }
}
.formulario-reserva-ficha .row {
  width: 100%;
  text-align: center;
}
.formulario-reserva-ficha .row a {
  display: block;
  width: 150px;
  margin: 0 auto;
  margin-top: 22px;
  padding: 7px 0;
  font-size: 16px;
  background: #101010;
  color: #fff;
  border: 1px solid #101010;
  border-radius: 25px;
  text-transform: uppercase;
}
.col-contenido {
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 45px;
}
@media only screen and (max-width: 810px) {
  .col-contenido {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.col-contenido .tab-content {
  padding: 25px 0;
  padding-top: 30px;
}
.col-contenido .tab-content .tab-pane {
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.col-contenido .tab-content .tab-pane strong {
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-contenido .tab-content .tab-pane {
    font-size: 15px;
    line-height: 1.3;
    text-align: left !important;
  }
}
.col-contenido .tab-content .tab-pane a {
  font-weight: 400;
  color: #101010;
  border-bottom: 1px solid #222;
}
.col-contenido .tab-content .tab-pane a:hover {
  color: #101010;
  border-bottom: 1px solid #000;
}
.col-contenido .tab-content .tab-pane h2,
.col-contenido .tab-content .tab-pane h3,
.col-contenido .tab-content .tab-pane h4 {
  font-weight: 700;
  color: #c40348;
  font-size: 21px;
  letter-spacing: -0.3px;
  margin-top: 15px;
}
.col-contenido .tab-content .tab-pane h2 strong,
.col-contenido .tab-content .tab-pane h3 strong,
.col-contenido .tab-content .tab-pane h4 strong {
  font-weight: 700;
  color: #c40348;
  font-size: 23px;
  letter-spacing: -0.3px;
  margin-top: 15px;
}
.col-contenido .tab-content .tab-pane#pestanya-0 {
  position: relative;
  padding-left: 50px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-contenido .tab-content .tab-pane#pestanya-0 {
    padding-left: 40px;
  }
}
.col-contenido .tab-content .tab-pane#pestanya-0:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 2px;
  height: 100%;
  background: #999;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-contenido .tab-content .tab-pane#pestanya-0:before {
    left: 10px;
  }
}
.col-contenido .tab-content .tab-pane#pestanya-0 img {
  border-radius: 25px;
}
.col-contenido .tab-content .tab-pane#pestanya-0 h2,
.col-contenido .tab-content .tab-pane#pestanya-0 h3,
.col-contenido .tab-content .tab-pane#pestanya-0 h4 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin: 19px 0;
  margin-top: 25px;
  color: #101010;
  overflow: visible;
  position: relative;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-contenido .tab-content .tab-pane#pestanya-0 h2,
  .col-contenido .tab-content .tab-pane#pestanya-0 h3,
  .col-contenido .tab-content .tab-pane#pestanya-0 h4 {
    font-size: 17px;
  }
}
.col-contenido .tab-content .tab-pane#pestanya-0 h2:before,
.col-contenido .tab-content .tab-pane#pestanya-0 h3:before,
.col-contenido .tab-content .tab-pane#pestanya-0 h4:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -51px;
  width: 44px;
  height: 44px;
  background-image: url('../img/double_circle.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-contenido .tab-content .tab-pane#pestanya-0 h2:before,
  .col-contenido .tab-content .tab-pane#pestanya-0 h3:before,
  .col-contenido .tab-content .tab-pane#pestanya-0 h4:before {
    top: -6px;
    left: -45px;
    width: 34px;
    height: 34px;
    background-image: url('../img/double_circle.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
  }
}
.col-contenido .tab-content .tab-pane#pestanya-0 h2 strong,
.col-contenido .tab-content .tab-pane#pestanya-0 h3 strong,
.col-contenido .tab-content .tab-pane#pestanya-0 h4 strong {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.3px;
  margin-top: 15px;
  color: #101010;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-contenido .tab-content .tab-pane#pestanya-0 h2 strong,
  .col-contenido .tab-content .tab-pane#pestanya-0 h3 strong,
  .col-contenido .tab-content .tab-pane#pestanya-0 h4 strong {
    font-size: 19px;
  }
}
.col-contenido ul.nav-tabs {
  display: block;
  position: relative;
  padding: 18px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  border-radius: 25px;
}
@media only screen and (max-width: 810px) {
  .col-contenido ul.nav-tabs {
    border: none;
  }
}
.col-contenido ul.nav-tabs li {
  display: inline-block;
  margin: 0;
  margin-bottom: -10px;
}
@media only screen and (max-width: 810px) {
  .col-contenido ul.nav-tabs li {
    display: block;
    margin: 4px 0;
    border: 1px solid #d7d7d7;
  }
}
.col-contenido ul.nav-tabs li a {
  display: block;
  padding: 11px 15px;
  position: relative;
  color: #101010;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  border: none;
}
.col-contenido ul.nav-tabs li.active {
  border: none;
}
.col-contenido ul.nav-tabs li.active a {
  background: #c40348;
  color: #fff;
  border-radius: 25px;
}
.precio_mobile {
  display: none;
}
@media only screen and (max-width: 810px) {
  .precio_mobile {
    display: block;
  }
}
.precio_mobile .precio {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1.1px;
  color: #c40348;
  line-height: 1.15;
}
.precio_mobile .disponibilidad {
  display: block;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.col-lateral .cont {
  position: sticky;
  top: 90px;
  border: 1px solid #e9e9e9;
  background: #fcfcfc;
  padding: 25px 20px;
  border-radius: 25px;
}
.col-lateral .cont .precio {
  font-weight: 700;
  font-size: 27px;
  padding-right: 30px;
  letter-spacing: -1.2px;
  color: #c40348;
  line-height: 1.1;
}
.col-lateral .cont .disponibilidad {
  display: block;
  margin: 5px 0;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .col-lateral .cont .precio,
  .col-lateral .cont .disponibilidad {
    display: none !important;
  }
}
.col-lateral .cont .contenido_destacado {
  margin-top: 25px;
}
.col-lateral .cont .contenido_destacado ul {
  margin: 0;
  padding: 0;
}
.col-lateral .cont .contenido_destacado ul li {
  display: block;
  margin: 8px 0;
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
  font-size: 15px;
  color: #555;
}
.col-lateral .cont .contenido_destacado ul li strong {
  font-size: 16px;
  color: #101010;
}
.col-lateral .cont .contenido_destacado ul li svg {
  position: absolute;
  top: 5px;
  left: -2px;
  width: 31px;
  height: 31px;
  stroke-width: 1px;
}
.col-lateral .cont .reserva_ya {
  text-align: center;
}
.col-lateral .cont .reserva_ya h3 {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.3px;
  color: #101010;
  text-align: left;
  margin-top: 30px;
  margin-bottom: -15px;
}
.col-lateral .cont .reserva_ya p {
  margin-top: 25px;
  text-align: left;
  font-size: 15px;
  color: #333;
}
.col-lateral .cont .reserva_ya p a {
  color: #333;
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.col-lateral .cont .reserva_ya p a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.col-lateral .cont .reserva_ya p a.boton_checkout_lateral {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #c40348;
}
.fila-cta {
  display: block;
  position: relative;
  text-align: center;
}
#calendario-disponibilidad {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#calendario-disponibilidad .ui-datepicker-inline {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
#calendario-disponibilidad .ui-datepicker td {
  padding: 3px 1px;
}
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header {
  background: #c40348 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 0;
  border: none !important;
}
@media only screen and (max-width: 810px) {
  #calendario-disponibilidad .ui-datepicker .ui-datepicker-header {
    padding: 6px 0;
    font-size: 15px;
  }
}
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
  top: 9px !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 810px) {
  #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  #calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 6px !important;
  }
}
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 20px;
  background: url('../img/left.svg') center center no-repeat;
  background-size: 34px;
}
#calendario-disponibilidad .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 20px;
  background: url('../img/right.svg') center center no-repeat;
  background-size: 34px;
}
#calendario-disponibilidad thead {
  border-bottom: 2px solid #ddd;
}
#calendario-disponibilidad thead th {
  font-size: 17px;
  text-transform: uppercase;
}
#calendario-disponibilidad td .ui-state-default {
  border: none;
  background: none;
  text-align: center;
  color: #333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 810px) {
  #calendario-disponibilidad td .ui-state-default {
    font-size: 15px;
  }
}
#calendario-disponibilidad td a {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  padding: 0;
  margin: 0 auto;
  border-radius: 100%;
  background: #eee !important;
}
@media only screen and (max-width: 810px) {
  #calendario-disponibilidad td a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  #calendario-disponibilidad td a {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}
#calendario-disponibilidad td.highlight a {
  color: #fff !important;
  background: #85bb83 !important;
}
#calendario-disponibilidad td.highlight a.ui-state-active {
  color: #fff !important;
  background: #c40348 !important;
}
/*------------------------------------------------------------------------
INPUT NUMBER
-------------------------------------------------------------------------*/
.quantity {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/*
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}
*/
.quantity input {
  float: left;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  height: 42px;
  border: 1px solid #666;
  width: 100%;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  width: 22px;
  text-align: center;
  color: #779b11;
  font-size: 25px !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: none;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}
.resultados-disponibilidad,
.resumen-compra,
.resumen-checkout {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding: 12px;
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
  font-size: 18px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .resultados-disponibilidad,
  .resumen-compra,
  .resumen-checkout {
    font-size: 16px;
  }
}
.resultados-disponibilidad h4,
.resumen-compra .total-precio span {
  padding: 10px 0;
  color: #101010;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  font-size: 26px;
  padding-top: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .resultados-disponibilidad h4,
  .resumen-compra .total-precio span {
    font-size: 21px;
  }
}
.resultados-disponibilidad {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.resultados-disponibilidad p {
  margin: 3px 0;
}
.resultados-disponibilidad p strong {
  text-transform: none;
  font-weight: 700;
}
.resultados-disponibilidad .extras {
  letter-spacing: -0.3px;
  font-size: 15px;
}
.resultados-disponibilidad .extras .form-group {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 7px 0;
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: 9px;
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
.resultados-disponibilidad .extras .precio {
  display: block;
  float: left;
  width: 70px;
  font-weight: 700;
}
.resultados-disponibilidad .extras .selector {
  display: block;
  float: left;
  width: 70px !important;
}
.resultados-disponibilidad .extras .texto {
  display: block;
  float: left;
  width: calc(100% - 170px);
  font-weight: 400;
}
.resultados-disponibilidad .extras .texto span.body {
  margin: 0;
  font-size: 14px;
  color: #777;
}
.resultados-disponibilidad .extras h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #c40348;
}
.col-habitacion-2,
.col-habitacion-3,
.col-habitacion-4,
.col-habitacion-5 {
  display: none;
}
.resultados-disponibilidad .fecha {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
  padding-left: 45px;
  background-image: url('../img/fechas.png');
  background-position: 4px 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
.resultados-disponibilidad .fecha p {
  margin: 0;
}
.resultados-disponibilidad .fecha strong {
  font-size: 15px;
}
.div_numero_personas {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0;
  padding-left: 45px;
  background-image: url('../img/viajero.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
  .div_numero_personas {
    font-size: 15px;
  }
}
.div_numero_habitaciones {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0;
  padding-left: 45px;
  background-image: url('../img/habitacion.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
  .div_numero_habitaciones {
    font-size: 15px;
  }
}
.div_numero_habitaciones .info_habitaciones {
  font-size: 14px;
  line-height: 1.1;
  color: #555;
}
.div_numero_habitaciones .info_habitaciones strong {
  color: #555;
}
.precio_total {
  font-size: 39px;
  font-weight: 700;
  padding: 8px 0;
  padding-left: 45px;
  background-image: url('../img/precio.png');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: 34px;
  text-transform: uppercase;
  color: #c40348;
}
@media only screen and (max-width: 810px) {
  .precio_total {
    font-size: 30px;
  }
}
.precio_reserva {
  display: block;
  position: relative;
  padding: 9px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 15px;
  padding-left: 40px;
  background-image: url('../img/star2.svg');
  background-position: 7px 10px;
  background-repeat: no-repeat;
  background-size: 25px;
}
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 45px;
  margin-top: -10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 810px) {
  .container-checkbox {
    font-size: 14px;
  }
}
/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #aaa;
}
/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #c40348 !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------------------------------------------------------
SECCIÓN RAZONES PARA RESERVAR EN LA FICHA DEL PRODUCTO
------------------------------------------------------------------------*/
.seccion-producto-razones {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 75px;
}
.seccion-producto-razones h2 {
  margin-bottom: 45px;
}
.seccion-producto-razones ul {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding: 0;
}
.seccion-producto-razones ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  width: 33%;
  padding-top: 85px;
}
.seccion-producto-razones ul li strong {
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-producto-razones ul li {
    font-size: 15px;
    line-height: 1.3;
    text-align: left !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-producto-razones ul li {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
.seccion-producto-razones ul li h4 {
  padding: 0 75px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-producto-razones ul li h4 {
    font-size: 18px;
    text-align: center;
  }
}
.seccion-producto-razones ul li p {
  padding: 0 30px;
  font-size: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .seccion-producto-razones ul li p {
    padding: 0 10px;
    text-align: center;
  }
}
.seccion-producto-razones ul li.razon1 {
  background: url('../img/razon1.svg') center 0 no-repeat;
  background-size: 60px;
}
.seccion-producto-razones ul li.razon2 {
  background: url('../img/razon2.svg') center 1px no-repeat;
  background-size: 60px;
}
.seccion-producto-razones ul li.razon3 {
  background: url('../img/razon3.svg') center 10px no-repeat;
  background-size: 60px;
}
/*-----------------------------------------------------------------------
SECCIÓN FAQS EN LA FICHA DEL PRODUCTO
------------------------------------------------------------------------*/
.bloque-seccion.seccion-producto-faqs {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.bloque-seccion.seccion-producto-faqs .row.listado-faqs2 {
  padding-top: 45px;
  padding-bottom: 25px;
}
.bloque-seccion.seccion-producto-faqs .row.listado-faqs2 .item-faq {
  box-shadow: none;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
.bloque-seccion.seccion-producto-faqs .row.listado-faqs2 .item-faq .cont {
  padding: 10px;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.bloque-seccion.seccion-producto-faqs .row.listado-faqs2 .item-faq:hover .cont {
  padding: 10px;
}
.bloque-seccion.seccion-producto-faqs .row.listado-faqs2 .item-faq .titulo .cont h4 {
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.bloque-seccion.seccion-producto-faqs .row.listado-faqs2 .item-faq .titulo .cont h4 span {
  display: none;
}
/*-----------------------------------------------------------------------
LATERAL DE CONTACTO EN LA FICHA DEL PRODUCTO
------------------------------------------------------------------------*/
.lateral_contacto {
  position: fixed;
  right: -800px;
  top: 0;
  width: 700px;
  height: 100vh;
  background: rgba(250, 250, 250, 0.9);
  border-left: 1px solid rgba(50, 50, 50, 0.2);
  backdrop-filter: blur(6px);
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .lateral_contacto {
    width: 100%;
  }
}
.lateral_contacto .cont {
  padding: 65px 65px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .lateral_contacto .cont {
    padding: 65px 40px;
  }
}
@media only screen and (max-width: 810px) {
  .lateral_contacto .info {
    display: none !important;
  }
}
.lateral_contacto p.intro_contacto {
  font-size: 19px;
  font-weight: 700;
  color: #101010;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .lateral_contacto p.intro_contacto {
    font-size: 18px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
}
.lateral_contacto .botones {
  margin: 0 !important;
  margin-top: -15px !important;
  padding: 0 15px;
}
.lateral_contacto .botones button.btn-formulario.boton {
  padding: 9px 25px;
  border-radius: 30px;
  color: #c40348;
  border: 2px solid #c40348;
  background: transparent;
  font-size: 17px;
}
.lateral_contacto .cerrar_contacto {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid #333;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.6;
  background-image: url('../img/close_black.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.lateral_contacto .cerrar_contacto:hover {
  opacity: 0.9;
}
.lateral_contacto.abierto {
  right: 0;
}
/*-----------------------------------------------------------------------
SECCIÓN REVIEWS EN LA FICHA DEL PRODUCTO
------------------------------------------------------------------------*/
.seccion-producto-reviews {
  display: block;
  position: relative;
  overflow: hidden;
}
.seccion-producto-reviews h2 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 810px) {
  .seccion-producto-reviews h2 {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
.seccion-producto-reviews .mySwiper {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  padding-bottom: 20px;
}
.seccion-producto-reviews .swiper-button-next,
.seccion-producto-reviews .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 5px;
  width: 34px;
  height: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.seccion-producto-reviews .swiper-button-next:after,
.seccion-producto-reviews .swiper-button-prev:after {
  display: none;
}
.seccion-producto-reviews .swiper-button-next {
  right: 15px;
  background-image: url('../img/long_arrow_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.seccion-producto-reviews .swiper-button-prev {
  right: 60px;
  left: auto;
  background-image: url('../img/long_arrow_left.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.seccion-producto-reviews .item-opinion {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 17px;
  border: 1px solid #c9c9c9;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.seccion-producto-reviews .item-opinion:hover {
  background: rgba(25, 25, 25, 0.06);
}
@media only screen and (max-width: 810px) {
  .seccion-producto-reviews .item-opinion {
    padding: 12px;
    margin-bottom: 20px;
  }
}
.seccion-producto-reviews .item-opinion .cont {
  display: block;
  height: 270px;
}
.seccion-producto-reviews .item-opinion h2 {
  font-size: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  color: #101010;
}
@media only screen and (max-width: 810px) {
  .seccion-producto-reviews .item-opinion h2 {
    font-size: 19px;
  }
}
.seccion-producto-reviews .item-opinion .nombre {
  font-size: 15px;
  color: #b70444;
}
@media only screen and (max-width: 810px) {
  .seccion-producto-reviews .item-opinion .nombre {
    font-size: 14px;
  }
}
.seccion-producto-reviews .item-opinion .mensaje {
  letter-spacing: -0.3px;
  font-size: 15px;
  color: #101010;
}
.seccion-producto-reviews .item-opinion .valoracion_estrellas img {
  display: block;
  height: 18px !important;
  width: auto !important;
  margin: 7px 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 810px) {
  .seccion-producto-reviews .item-opinion .valoracion_estrellas img {
    height: 15px !important;
    width: auto !important;
    margin: 5px 0;
    margin-bottom: 8px;
  }
}
.seccion-producto-reviews .item-opinion .fecha_opinion {
  display: none;
}
/*-----------------------------------------------------------------------
FORMULARIOS
------------------------------------------------------------------------*/
.validar-formulario,
.validar-formulario2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.validar-formulario .form-group,
.validar-formulario2 .form-group {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.validar-formulario .form-group label,
.validar-formulario2 .form-group label {
  position: relative;
  pointer-events: none;
  color: #101010;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 810px) {
  .validar-formulario .form-group label,
  .validar-formulario2 .form-group label {
    font-size: 14px;
  }
}
.validar-formulario .form-group label.error,
.validar-formulario2 .form-group label.error {
  font-size: 13px;
  color: #bc0b07;
}
.validar-formulario .form-group input.form-control,
.validar-formulario2 .form-group input.form-control,
.validar-formulario .form-group textarea.form-control,
.validar-formulario2 .form-group textarea.form-control,
.validar-formulario .form-group select.form-control,
.validar-formulario2 .form-group select.form-control {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 15px;
}
.validar-formulario .form-group select.form-control,
.validar-formulario2 .form-group select.form-control {
  background-image: url('../img/arrow_desplegable_gris.svg');
  background-position: right 10px top 15px;
  background-repeat: no-repeat;
  background-size: 27px;
}
.validar-formulario .form-group textarea.form-control,
.validar-formulario2 .form-group textarea.form-control {
  height: 130px;
  line-height: 1.2;
  padding: 12px;
}
.validar-formulario .form-group.botonera:after,
.validar-formulario2 .form-group.botonera:after {
  display: none !important;
}
.validar-formulario label.chck_terminos,
.validar-formulario2 label.chck_terminos {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 14px;
  pointer-events: inherit !important;
}
.validar-formulario label.chck_terminos a,
.validar-formulario2 label.chck_terminos a {
  color: #444;
  border-bottom: 1px solid #444;
}
.validar-formulario .botonera,
.validar-formulario2 .botonera {
  padding: 25px 0;
}
.validar-formulario .botonera .btn-enviar,
.validar-formulario2 .botonera .btn-enviar,
.validar-formulario .botonera .btn-formulario,
.validar-formulario2 .botonera .btn-formulario {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 29px;
  border-radius: 36px;
  margin-top: 20px;
  border: 1px solid #c40348;
  background: #c40348;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}
.validar-formulario .botonera .btn-enviar:hover,
.validar-formulario2 .botonera .btn-enviar:hover,
.validar-formulario .botonera .btn-formulario:hover,
.validar-formulario2 .botonera .btn-formulario:hover {
  color: #fff;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .validar-formulario .botonera .btn-enviar,
  .validar-formulario2 .botonera .btn-enviar,
  .validar-formulario .botonera .btn-formulario,
  .validar-formulario2 .botonera .btn-formulario {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.listado-productos-relacionados {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  padding-bottom: 15px;
}
.listado-productos-relacionados .row {
  display: block;
  position: relative;
  overflow: hidden;
}
.listado-productos-relacionados h2 {
  margin-bottom: 45px;
}
.validar-formulario.formulario-checkout {
  display: block;
  position: relative;
}
.validar-formulario.formulario-checkout h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #c40348;
  margin-top: 20px;
  margin-bottom: -10px;
}
.titulo-carro {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.titulo-carro h2 {
  text-align: center;
  color: #c40348;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  font-size: 39px;
  letter-spacing: -0.3px;
  margin: 0 auto;
}
@media only screen and (max-width: 810px) {
  .titulo-carro h2 {
    font-size: 31px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .titulo-carro h2 {
    font-size: 28px;
    letter-spacing: -0.3px;
  }
}
.titulo-carro h2 span {
  font-size: 0.6em;
}
.titulo-carro h3 {
  margin-top: -25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #000;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .titulo-carro h3 {
    font-size: 17px;
    margin-top: -10px;
  }
}
.titulo-carro h3 a {
  color: #000;
  border-bottom: 1px dashed #000;
}
.cont.resumen-checkout {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.cont.resumen-checkout p {
  margin: 3px 0;
}
.cont.resumen-checkout p strong {
  text-transform: none;
  font-weight: 700;
}
.cont.resumen-checkout h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 2px 0;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
}
.form-reserva {
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 55px 0;
  padding: 45px;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 45px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .form-reserva {
    padding: 15px;
  }
}
.form-reserva .dudas-formulario {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: right;
}
.form-reserva .dudas-formulario p {
  font-size: 15px;
  color: #444;
}
.form-reserva .dudas-formulario p a {
  color: #444;
  border-bottom: 1px solid #444;
}
.form-reserva .volver {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .form-reserva .volver {
    margin-top: 25px;
    margin-left: 15px;
  }
}
.form-reserva .volver a {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 0;
  border-bottom: 1px dashed #111;
  background-image: url('../img/long_arrow_left.svg');
  background-position: left center;
  background-size: 23px;
  background-repeat: no-repeat;
  padding-left: 32px;
}
.fila-checkout .col-pago {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding-left: 45px;
}
.fila-checkout .col-pago h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  font-size: clamp(25px, 3vw, 27px);
  letter-spacing: -0.3px;
}
.fila-checkout .col-pago .boton.boton-pagar {
  border: 1px solid #c40348;
  background: #c40348;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}
.fila-checkout .col-pago .pago-reserva {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.fila-checkout .col-pago .pago-reserva span {
  font-size: 55px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #101010;
}
@media only screen and (max-width: 810px) {
  .fila-checkout .col-pago .pago-reserva span {
    font-size: 40px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .fila-checkout .col-pago .pago-reserva span {
    font-size: 33px;
  }
}
.fila-checkout .col-pago .pago-reserva p {
  font-size: 17px;
  letter-spacing: -0.2px;
  margin: 0;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .fila-checkout .col-pago .pago-reserva p {
    font-size: 16px;
  }
}
.fila-checkout .col-pago ul.tarjetas-redsys {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin: 0;
  opacity: 0.9;
}
.fila-checkout .col-pago ul.tarjetas-redsys li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 1px;
}
.fila-checkout .col-pago ul.tarjetas-redsys li img {
  display: block;
  width: 48px;
  height: auto;
}
.fila-checkout .col-pago label.chck_terminos {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 14px;
}
.fila-checkout .col-pago label.chck_terminos a {
  color: #444;
  border-bottom: 1px solid #444;
}
.fila-volver-carro {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 45px 0;
  text-align: center;
}
.fila-volver-carro a {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 29px;
  border-radius: 36px;
  border: 1px solid #c40348;
  background: #c40348;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.fila-volver-carro a:hover {
  color: #fff;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .fila-volver-carro a {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.resumen-compra.resumen-compra-paso-2 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.resumen-compra.resumen-compra-paso-2 p {
  margin: 3px 0;
}
.resumen-compra.resumen-compra-paso-2 p strong {
  text-transform: none;
  font-weight: 700;
}
.resumen-compra.resumen-compra-paso-2 h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 2px 0;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
}
.item-extra {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 7px 0;
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: 9px;
  font-size: 15px;
  color: #333;
}
.item-extra .numero {
  display: block;
  float: left;
  width: 35px;
}
.item-extra .titulo {
  display: block;
  float: left;
  width: calc(100% - 125px);
  letter-spacing: -0.3px;
}
.item-extra .precio {
  display: block;
  float: left;
  width: 90px;
}
.item-extra .precio small {
  font-size: 13px;
  color: #777;
}
.info-parcial {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 12px 0;
  padding: 11px;
  border: 1px dashed #666;
  background: #ddd;
  font-size: 14px;
  padding-left: 45px;
  background-image: url('../img/discount.svg');
  background-position: 10px 11px;
  background-repeat: no-repeat;
  background-size: 33px;
}
.grafico-ficha {
  margin-bottom: 35px;
}
.grafico-ficha .img_cabecera {
  width: 100% !important;
  height: auto !important;
}
.grafico-ficha-desktop {
  display: block;
}
.grafico-ficha-desktop a.open-gallery-link {
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 810px) {
  .grafico-ficha-desktop {
    display: none;
  }
}
.grafico-ficha-mobile {
  display: none;
}
@media only screen and (max-width: 810px) {
  .grafico-ficha-mobile {
    display: block;
    margin: 0 auto;
  }
}
.grafico-ficha-mobile .wrapper-slideshow {
  height: 410px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .grafico-ficha-mobile .wrapper-slideshow {
    height: 310px;
  }
}
.grafico-ficha-mobile .wrapper-slideshow .slide-productos,
.grafico-ficha-mobile .wrapper-slideshow .item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.grafico-ficha-mobile .wrapper-slideshow .cycle-prev,
.grafico-ficha-mobile .wrapper-slideshow .cycle-next {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  top: 50%;
  margin-top: -17px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.grafico-ficha-mobile .wrapper-slideshow .cycle-prev {
  right: auto;
  background-image: url('../img/cycle_prev.svg');
  left: 9px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.grafico-ficha-mobile .wrapper-slideshow .cycle-next {
  right: 9px;
  background-image: url('../img/cycle_next.svg');
  left: auto;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.galeria-ficha {
  display: flex;
  position: relative;
  overflow: hidden;
}
.galeria-ficha .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.galeria-ficha .col-izquierda {
  display: block;
  height: 520px;
  padding-left: 15px;
  position: relative;
}
.galeria-ficha .col-izquierda a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.galeria-ficha .col-izquierda .mfp-iframe-holder .mfp-close {
  width: auto !important;
}
.galeria-ficha .col-izquierda .video-play-button {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 25px;
  box-sizing: content-box;
  display: block;
  width: 22px;
  height: 24px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  background-color: transparent !important;
}
.galeria-ficha .col-izquierda .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.galeria-ficha .col-izquierda .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: all 200ms;
}
.galeria-ficha .col-izquierda .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid rgba(20, 20, 20, 0.7);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.galeria-ficha .col-izquierda .video-play-button:hover:after,
.galeria-ficha .col-izquierda .openVideo:hover:after {
  background-color: #e6e6e6;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.galeria-ficha .col-derecha {
  padding-left: 10px;
}
.galeria-ficha .col-derecha .img_galeria {
  display: block;
  position: relative;
  height: 255px;
  margin-bottom: 10px;
}
.galeria-ficha .col-derecha .img_galeria a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.galeria-ficha .col-derecha .img_galeria .mas-fotos {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  background: #fff;
  border-radius: 20px;
  z-index: 50;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.9;
  color: #111;
}
.galeria-ficha .col-derecha .img_galeria_3,
.galeria-ficha .col-derecha .img_galeria_4 {
  margin-bottom: 0;
}
.cta-fijo.boton {
  position: fixed;
  bottom: -300px;
  left: 0;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  z-index: 999;
  font-size: 15px;
  letter-spacing: -0.2px;
  border-radius: 0 !important;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  display: none;
}
@media only screen and (max-width: 810px) {
  .cta-fijo.boton {
    display: block;
  }
}
.cta-fijo.boton span {
  padding: 0;
  display: block;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 810px) {
  .cta-fijo.boton {
    padding: 12px 0;
  }
}
.cta-fijo.boton.abierto {
  bottom: 0;
}
.item-metodo-pago {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  margin-top: 25px;
}
.info-pago-ok {
  display: block;
  position: relative;
  max-width: 550px;
  padding: 0 25px;
  margin: 0 auto;
  padding-top: 130px;
  background-image: url('../img/exito.png');
  background-position: center top;
  background-size: 130px;
  background-repeat: no-repeat;
}
.info-pago-ok h2 {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
  margin: 15px 0;
}
.seguro {
  display: block;
  position: relative;
  max-width: 550px;
  padding: 25px;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 45px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.seguro a {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #c40348;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 20px;
}
.formulario_lateral {
  margin-top: 18px;
  padding-top: 9px;
  border-top: 1px dashed #888;
}
@media only screen and (max-width: 810px) {
  .formulario_lateral {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
}
.formulario_lateral h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.3px;
  margin-top: 15px;
  color: #101010;
}
.formulario_lateral .info {
  font-size: 14px;
  line-height: 1.2;
  color: #555;
}
.formulario_lateral .btn-formulario.boton {
  margin-top: 0;
}
.formulario_lateral .validar-formulario .form-group {
  padding-top: 10px;
}
.formulario_lateral .formulario_lateral .validar-formulario .form-group.botonera {
  padding-top: 0;
}
.formulario_lateral .validar-formulario .form-group label {
  padding-bottom: 1px;
}
.formulario_lateral .validar-formulario .form-group input.form-control {
  height: 45px;
  line-height: 45px;
  border-radius: 20px;
}
.formulario_lateral .validar-formulario .form-group textarea.form-control {
  height: 80px;
  line-height: 1.25;
  padding: 11px;
  border-radius: 20px;
}
.contenido_destacado_centro {
  padding: 15px;
  margin: 15px 0;
  background: rgba(80, 80, 80, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contenido_destacado_centro ul {
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 30px;
}
@media only screen and (max-width: 810px) {
  .contenido_destacado_centro ul {
    column-count: 1;
    column-gap: 0;
  }
}
.contenido_destacado_centro ul li {
  display: block;
  position: relative;
  margin-bottom: 22px;
}
.contenido_destacado_centro ul li svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  color: #c40348;
}
body.default .contenido.c-una-columna {
  display: block;
  max-width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 810px) {
  body.default .contenido.c-una-columna h3 {
    font-size: 22px;
  }
}
body.default .contenido.seccion-una-foto {
  display: block;
  max-width: 990px;
  margin: 0 auto;
  padding: 25px 0;
}
@media only screen and (max-width: 810px) {
  body.default .contenido.seccion-una-foto {
    padding: 15px 0;
  }
}
.form-review {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 45px 0;
}
@media only screen and (max-width: 810px) {
  .form-review {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-review h2 {
  display: block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 810px) {
  .form-review h2 {
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .form-review h2 {
    font-size: 23px;
    letter-spacing: -0.3px;
  }
}
.form-review form.validar-formulario {
  padding-left: 35px;
}
@media only screen and (max-width: 810px) {
  .form-review form.validar-formulario {
    padding-left: 0;
    padding-right: 0;
  }
}
.form-review form.validar-formulario .info {
  font-weight: 400;
  color: #777;
  line-height: 1.15;
  font-size: 15px;
}
.form-review form.validar-formulario .form-group {
  position: relative;
}
.form-review form.validar-formulario .form-control {
  border: 1px solid #bbb;
  border-radius: 6px;
}
.form-review form.validar-formulario input.valoracion_strellas {
  display: block;
  width: 1px;
  height: 1px;
  border: none;
  background: transparent;
}
.form-review form.validar-formulario label {
  color: #000;
  text-transform: uppercase;
}
.form-review form.validar-formulario label span.obligatorio {
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
  color: #888;
}
.form-review form.validar-formulario label small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #da1919;
  text-transform: none;
}
.form-review form.validar-formulario .btn-formulario {
  background: #c40348;
  padding: 15px 45px;
  border-radius: 30px;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
@media only screen and (max-width: 810px) {
  .form-review form.validar-formulario .btn-formulario {
    padding: 13px 35px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 300;
  }
}
.form-review .rating-stars {
  display: block;
  position: relative;
  margin: 0;
  text-align: left;
  padding: 0;
}
.form-review .rating-stars ul {
  display: block;
  text-align: left;
  padding: 5px 0;
  list-style-type: none;
  margin: 0 !important;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.form-review .rating-stars ul li.star {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  list-style: none;
  width: 32px;
  height: 32px;
  background: url('../img/star_a.svg') center center no-repeat;
  background-size: 32px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form-review .rating-stars ul li.texto {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-left: 5px;
}
.form-review .rating-stars ul li.star.hover,
.form-review .rating-stars ul li.star.star-activa {
  background: url('../img/star_b.svg') center center no-repeat;
  background-size: 32px;
}
.form-review .rating-stars.stars_hover ul > .rating-stars.stars_hover:hover ul > li.star.star-activa {
  background: url('../img/star_a.svg') center center no-repeat;
  background-size: 40px;
}
.form-review .rating-stars.stars_hover ul > .rating-stars.stars_hover:hover ul > li.star.star-activa.hover,
.form-review .rating-stars.stars_hover ul > .rating-stars.stars_hover:hover ul > li.star.hover {
  background: url('../img/star_b.svg') center center no-repeat;
  background-size: 40px;
}
.form-review .rating-stars:hover ul > li.star.star-activa {
  background: url('../img/star_b.svg') center center no-repeat;
  background-size: 32px;
}
.form-review #drop-area {
  border: 3px dashed #ccc;
  background-color: #fcfcfc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin: 15px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 810px) {
  .form-review #drop-area {
    padding: 15px;
  }
}
.form-review #drop-area:hover {
  background-color: #dff2f5;
  border: 3px dashed #a6cad0;
}
.form-review h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.1px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 810px) {
  .form-review h3 {
    font-size: 17px;
  }
}
.form-review h3 small {
  display: block;
  color: #888;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 810px) {
  .form-review h3 small {
    font-size: 14px;
  }
}
.form-review #file-input {
  display: none;
}
.form-review label[for="file-input"] {
  display: inline-block;
  margin: 20px 0;
  color: #888 !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: transparent;
  padding: 10px 15px;
  cursor: pointer;
  padding-top: 65px;
  pointer-events: inherit;
  background-image: url('../img/upload.svg');
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 50px;
}
@media only screen and (max-width: 810px) {
  .form-review label[for="file-input"] {
    font-size: 14px;
    padding-top: 45px;
    background-image: url('../img/upload.svg');
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 40px;
  }
}
.form-review #file-list {
  display: block;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.form-review .file-item {
  display: block;
  width: 120px;
  float: left;
  margin: 10px 15px;
  font-size: 13px;
}
.form-review .file-item img {
  display: block;
  margin: 0 auto;
  height: 70px;
  width: auto !important;
}
.form-review .error {
  color: red;
}
.form-review label.chck_terminos {
  pointer-events: inherit;
}
.listado-reviews {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 810px) {
  .listado-reviews {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.listado-reviews a.cta {
  display: block;
  max-width: 340px;
  margin: 0;
  text-align: left;
  background: #c40348;
  color: #fff;
  padding: 20px;
  font-size: 17px;
  padding-left: 80px;
  background-image: url('../img/review.svg');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  background-size: 65px;
  cursor: pointer;
  border-radius: 20px;
}
@media only screen and (max-width: 810px) {
  .listado-reviews a.cta {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    padding-top: 60px;
    background-image: url('../img/review.svg');
    background-position: center 8px;
    background-repeat: no-repeat;
    background-size: 50px;
  }
}
.listado-reviews a.cta span {
  display: block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 810px) {
  .listado-reviews a.cta span {
    font-size: 19px;
    letter-spacing: -0.2px;
    margin: 1px 0;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .listado-reviews a.cta span {
    font-size: 17px;
  }
}
.item-opinion {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 15px;
  border: 1px solid #c9c9c9;
  margin: 15px 10px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 810px) {
  .item-opinion {
    padding: 12px;
    margin: 15px 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
.item-opinion h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: -0.3px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 810px) {
  .item-opinion h2 {
    font-size: 20px;
  }
}
.item-opinion .nombre {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
  .item-opinion .nombre {
    font-size: 14px;
  }
}
.item-opinion .valoracion_estrellas img {
  display: block;
  height: 18px !important;
  width: auto !important;
  margin: 5px 0;
  margin-bottom: 8px;
}
.item-opinion .fecha_opinion {
  display: block;
  margin-top: 35px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
  .item-opinion .fecha_opinion {
    margin-top: 15px;
  }
}
.item-opinion .galeria {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.item-opinion .galeria ul {
  margin: 0;
  padding: 10px 0;
}
.item-opinion .galeria ul li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 810px) {
  .item-opinion .galeria ul li {
    margin: 0 3px;
  }
}
.item-opinion .galeria ul li a {
  display: block;
  width: 125px;
  height: 90px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 810px) {
  .item-opinion .galeria ul li a {
    width: 90px;
    height: 70px;
  }
}
.resumen-reviews {
  /*
  display:flex;
  position:relative;

*/
  margin-bottom: 25px;
}
.resumen-reviews .fila-titulo {
  padding-left: 25px;
}
.resumen-reviews .grid-item {
  width: 48%;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 810px) {
  .resumen-reviews .grid-item {
    width: auto;
  }
}
@media only screen and (max-width: 810px) {
  .resumen-reviews {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.resumen-reviews .col-cta a {
  position: sticky;
  top: 1px;
}
.resumen-reviews h2 {
  display: block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 810px) {
  .resumen-reviews h2 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .resumen-reviews h2 {
    font-size: 18px;
    letter-spacing: -0.2px;
  }
}
.resumen-reviews .respuesta {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 45px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .resumen-reviews .respuesta {
    margin-left: 30px;
  }
}
.resumen-reviews .respuesta .avatar {
  display: block;
  float: left;
  width: 40px;
}
.resumen-reviews .respuesta .cont {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 70px);
  margin-left: 15px;
  font-size: 15px;
  background: rgba(183, 4, 68, 0.05);
  border: 1px solid rgba(183, 4, 68, 0.2);
  border-radius: 8px;
  color: #101010;
  padding: 12px;
}
@media only screen and (min-width: 280px) and (max-width: 576px) {
  .resumen-reviews .respuesta .cont {
    padding: 8px;
    font-size: 14px;
    letter-spacing: -0.1px;
  }
}
.resumen-reviews .respuesta .cont:after,
.resumen-reviews .respuesta .cont:before {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.resumen-reviews .respuesta .cont:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fcf2f5;
  border-width: 10px;
  margin-top: -10px;
}
.resumen-reviews .respuesta .cont:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #efc2d1;
  border-width: 11px;
  margin-top: -11px;
}
.resumen-reviews .valoracion_estrellas img.valoracion {
  height: 15px !important;
  width: auto !important;
}
/*------------------------------------------------------------------------------
PAGINACION
--------------------------------------------------------------------------------*/
.estado_pagina {
  display: block;
  margin: 8px 0;
  font-size: 13px;
  color: #888;
}
ul.pagination {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  position: relative;
  list-style: none;
}
ul.pagination li a,
ul.pagination li span.act {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  color: #404040;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 2px 3px;
}
ul.pagination li span.act {
  background: #c40348;
  color: #fff;
  border: 1px solid #c40348;
}
ul.pagination li span.next,
ul.pagination li span.prev {
  display: block;
  width: 100%;
  height: 100%;
}
ul.pagination li span.next {
  background-image: url('../img/next_paginacion.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
}
ul.pagination li span.prev {
  background-image: url('../img/prev_paginacion.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
}
/*------------------------------------------------------------------------------
MAGNIFIC POP UP
--------------------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #c40348 !important;
  opacity: 0.85 !important;
}
.mfp-auto-cursor .mfp-content {
  max-width: 1100px;
}
.mfp-auto-cursor .mfp-content img {
  display: block;
  margin: 0 auto;
  max-height: 90vh !important;
}
button.mfp-close,
.mfp-image-holder .mfp-close {
  cursor: pointer !important;
  font-weight: 300;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 36px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: 9999px !important;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  opacity: 0.6;
}
.mfp-figure::after {
  box-shadow: none !important;
}
.mfp-counter {
  color: #fff !important;
  opacity: 1 !important;
}
button.mfp-arrow.mfp-arrow-left {
  width: 70px;
  top: 50%;
  margin-top: -25px;
  height: 40px;
  background: url('../img/prev_white.svg');
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: center center;
}
button.mfp-arrow.mfp-arrow-right {
  width: 70px;
  top: 50%;
  margin-top: -25px;
  height: 40px;
  background: url('../img/next_white.svg');
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: center center;
}
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:after,
button.mfp-arrow.mfp-arrow-right:after {
  display: none !important;
}
.mfp-image-holder .mfp-content {
  background: transparent;
  padding: 0;
}
