@charset "UTF-8";
@font-face {
  font-family: 'Satisfy-Regular';
  src: url("../scss/fonts/Satisfy-Regular.woff2") format("woff2"), url("../scss/fonts/Satisfy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-Black';
  src: url("../scss/fonts/Poppins-Black.woff2") format("woff2"), url("../scss/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-Light';
  src: url("../scss/fonts/Poppins-Light.woff2") format("woff2"), url("../scss/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../scss/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../scss/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../scss/fonts/Poppins-Regular.woff2") format("woff2"), url("../scss/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-Medium';
  src: url("../scss/fonts/Poppins-Medium.woff2") format("woff2"), url("../scss/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../scss/fonts/Poppins-Bold.woff2") format("woff2"), url("../scss/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  width: 100%; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 45px;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-from {
  left: 0 !important; }

.irs-to {
  right: 0 !important;
  left: auto !important; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9
.irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 3px;
  background-color: rgba(211, 3, 20, 0.75);
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 3px;
  background-color: #D30314;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 26px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transform: scale(1);
  transition: .3s;
  background-color: #D30314; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  transform: scale(1.1);
  transition: .3s; }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0px;
  padding: 0;
  color: black;
  text-shadow: none;
  background-color: transparent;
  font-size: 12px;
  letter-spacing: 0.03em;
  display: none !important;
  visibility: hidden !important; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: black;
  font-size: 12px;
  text-shadow: none;
  padding: 0;
  background-color: transparent; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

:root {
  /*columnas*/
  --col2: calc((100% / 12) * 2);
  --col3: calc((100% / 12) * 3);
  --col4: calc((100% / 12) * 4);
  --col5: calc((100% / 12) * 5);
  --col6: calc((100% / 12) * 6);
  --col7: calc((100% / 12) * 7);
  --col8: calc((100% / 12) * 8);
  --col9: calc((100% / 12) * 9);
  --col12: calc(100% );
  /*colores*/
  --black: #000;
  --black2: #0d0d0d;
  --black3: #5a5a5a;
  --black4: #262626;
  --black5: #434A54;
  --black6: #555E69;
  --gray: #F2F2F2;
  --gray2: #C4C4C4;
  --gray3: #CECECE;
  --gray4: #E9E8E8;
  --gray5: #AFAFAF;
  --gray6: #C5C5C5;
  --white: #FFFFFF;
  --gray7: #E1DEDE;
  --darkgray: #1c1c1c;
  --darkgray2: #2e2f30;
  --darkgray3: #707070;
  --yellow: #ffdd00;
  --yellow2: #ffe120;
  --yellow3: #fedc00;
  --red: #dc414d;
  --red2: #D30314;
  --green: #20A957;
  --top1: 6.5rem;
  /*para el bullet y el borde en pagina club*/ }

/*tourcontainer*/
* {
  font-family: 'Poppins-Regular';
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none; }

body {
  overflow-x: hidden; }
  body .container {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem 0; }
    @media screen and (min-width: 800px) {
      body .container {
        width: 700px; } }
    @media screen and (min-width: 980px) {
      body .container {
        width: 850px; } }
    @media screen and (min-width: 1120px) {
      body .container {
        width: 1000px; } }
    @media screen and (min-width: 1220px) {
      body .container {
        width: 1120px; } }
    @media screen and (min-width: 1360px) {
      body .container {
        width: 1200px; } }
  body .container-fluid {
    width: 1900px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
  body p {
    font-size: 16px;
    line-height: 1.4; }
  body h1 {
    font-family: 'Poppins-Bold'; }
  body input:focus {
    border: 0;
    outline: 0; }

@media screen and (max-width: 768px) {
  .bg-red header {
    background: #D30314; } }
.logo_bn {
  position: absolute;
  top: 1rem;
  left: 6rem;
  z-index: 5;
  display: none; }
  @media screen and (min-width: 769px) {
    .logo_bn {
      display: block; } }

.titles {
  /*TITULOS DEL HOME*/
  text-align: center; }
  .titles .title_a {
    font-family: 'Satisfy-Regular';
    color: #5a5a5a;
    font-size: 20px;
    letter-spacing: -0.05em;
    font-weight: 100; }
    @media screen and (min-width: 769px) {
      .titles .title_a {
        font-size: 30px; } }
    @media screen and (min-width: 1370px) {
      .titles .title_a {
        font-size: 35px; } }
  .titles .Subtitle_a {
    font-family: 'Poppins-SemiBold';
    color: #262626;
    letter-spacing: -2px;
    font-size: 24px; }
    @media screen and (min-width: 769px) {
      .titles .Subtitle_a {
        font-size: 50px; } }
  @media screen and (min-width: 1120px) {
    .titles {
      margin-bottom: 2rem; } }

.btn {
  display: block;
  width: 200px;
  max-width: 100%;
  padding: 1rem 0;
  color: black;
  border: 1px solid blue;
  margin: 0 auto;
  text-align: center; }

.d_mobil {
  display: block !important; }
  @media screen and (min-width: 769px) {
    .d_mobil {
      display: none !important; } }

.d_pc {
  display: none !important; }
  @media screen and (min-width: 769px) {
    .d_pc {
      display: block !important; } }

.contenido-svg {
  display: none; }

/*BANNER INTERNAS*/
.img_baner_interna {
  position: relative; }
  .img_baner_interna > img {
    width: 100%; }

.texto_baner_box {
  position: absolute;
  bottom: 0;
  width: 100%; }

.title_bn_interna {
  color: white;
  padding: 0 15px; }
  @media screen and (min-width: 769px) {
    .title_bn_interna {
      color: white;
      padding: 0 0px; } }

.title_baner_interna {
  font-size: 27px;
  margin-bottom: -20px;
  letter-spacing: -0.05em; }
  @media screen and (min-width: 1000px) {
    .title_baner_interna {
      font-size: 70px;
      margin-bottom: -27px; } }

.bredcrumb {
  display: inline-block;
  border-bottom: 1px solid #D30314; }
  .bredcrumb > div {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: -0.05em; }
    .bredcrumb > div:nth-child(1n) {
      position: relative; }
      .bredcrumb > div:nth-child(1n) > a {
        font-size: 14px !important;
        font-family: "Poppins-SemiBold";
        color: white; }
        .bredcrumb > div:nth-child(1n) > a:after {
          display: block;
          width: 0%;
          height: 2px;
          background-color: #D30314;
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: auto;
          transition: all ease .3s; }
      .bredcrumb > div:nth-child(1n):hover > a:after {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #D30314;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        transition: all ease .3s; }
    .bredcrumb > div:nth-child(2n) {
      padding: 0 12px 3px 10px; }
    .bredcrumb > div:nth-child(3n) {
      font-size: 15px !important;
      font-family: 'Poppins-SemiBold';
      position: relative; }
      .bredcrumb > div:nth-child(3n):after {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #D30314;
        content: "";
        position: absolute;
        bottom: 0; }
  @media screen and (min-width: 1000px) {
    .bredcrumb {
      transform: translateY(10px); } }

.imgbn_ {
  display: none; }
  @media screen and (min-width: 769px) {
    .imgbn_ {
      display: block; } }

.imgbn__ {
  display: block; }
  @media screen and (min-width: 769px) {
    .imgbn__ {
      display: none; } }

.btn_cerrar_box_cotizacion {
  /* para el boton cerrar cotizacion*/
  display: block;
  width: 30px;
  height: 30px;
  background: #D30314;
  position: absolute;
  top: 59px;
  left: -30px; }
  .btn_cerrar_box_cotizacion:after {
    content: "x";
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    position: absolute;
    left: 7px;
    top: -9px;
    font-size: 30px; }

section.btn_scrollDown {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 100vh;
  left: 0;
  background: red;
  text-align: center;
  z-index: 1; }
  section.btn_scrollDown a {
    background: rgba(230, 227, 227, 0.7);
    border: 2px solid rgba(229, 227, 227, 0.7);
    width: 42px;
    height: 42px;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-120%);
    padding-top: 7px;
    animation: btnscroll 2s infinite ease; }
    section.btn_scrollDown a:hover {
      border-color: #D30314;
      transition: ease-out all .3s;
      background: #D30314;
      animation: paused;
      cursor: pointer; }
  section.btn_scrollDown:hover {
    transition: ease-out all .3s;
    background: #D30314;
    animation: paused;
    cursor: pointer; }
@keyframes btnscroll {
  0% {
    transform: translateY(-150%); }
  50% {
    transform: translateY(-120%); }
  100% {
    transform: translateY(-150%); } }
section.btn_scrolltop {
  position: fixed;
  bottom: 1rem;
  width: 100%;
  height: 0;
  text-align: right;
  z-index: 2; }
  section.btn_scrolltop > a {
    position: absolute;
    transform: translateY(-100%);
    background: #D30314;
    margin-right: 1rem;
    color: white;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    border: 1px solid black; }
    section.btn_scrolltop > a::after {
      width: 30px;
      height: 30px;
      content: ">>";
      position: relative;
      top: 0;
      left: 0;
      display: block;
      transform: rotate(-90deg);
      line-height: 32px; }
    section.btn_scrolltop > a:hover {
      transition: all 1s ease; }
      section.btn_scrolltop > a:hover::after {
        animation: backtop 1s infinite; }

@keyframes backtop {
  0% {
    transform: rotate(-90deg) translateX(-10%); }
  10% {
    transform: rotate(-90deg) translateX(10%); }
  50% {
    transform: rotate(-90deg) translateX(0%); }
  60% {
    transform: rotate(-90deg) translateX(10%); }
  100% {
    transform: rotate(-90deg) translateX(-10%); } }
/*********      SECCIONES     ***************/
footer {
  background-color: black; }

.footer_contenido {
  padding-top: 2rem;
  background-color: black;
  color: white; }

.footer_contenido > .container {
  font-size: 0; }

.f_col {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.logo {
  padding-right: 15px; }

.f_body {
  padding-bottom: 2rem; }
  @media screen and (max-width: 769px) {
    .f_body .hidden-md {
      display: none; } }
  @media screen and (max-width: 769px) {
    .f_body .padding-mobile {
      padding-left: 15%; }
      .f_body .padding-mobile h4 {
        color: var(--yellow); } }

.f_imglogo {
  width: 100%;
  margin-bottom: 1rem; }
  .f_imglogo > img {
    width: 190px;
    max-width: 100%; }

.f_imglogo
.f_logointro {
  margin-bottom: 2rem; }

.f_logointro > p {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px; }

._f_title {
  display: none; }

.f_logobody {
  margin-bottom: 2rem; }

.f_logolistContact > li {
  position: relative; }
  .f_logolistContact > li > span {
    position: absolute;
    left: 0;
    top: 3px; }
  .f_logolistContact > li > a {
    display: block;
    color: white;
    padding: .2rem 0 .2rem 1.4rem;
    font-size: 12px;
    letter-spacing: -0.03em; }

.f_bodyItem {
  display: inline-block;
  width: var(--col6);
  vertical-align: top; }
  .f_bodyItem > h4 {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em; }
  .f_bodyItem > ul {
    display: block;
    padding: .5rem 0; }
    .f_bodyItem > ul > li > a {
      color: white;
      display: block;
      padding: .2rem 0 .2rem 0rem;
      font-size: 12px;
      margin-bottom: 0.5rem;
      letter-spacing: 0.05em;
      position: relative; }
      .f_bodyItem > ul > li > a:after {
        content: "";
        width: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: auto;
        right: -20%;
        background: var(--yellow3);
        transition: .6s; }
      .f_bodyItem > ul > li > a:hover {
        color: var(--yellow3); }
        @media screen and (min-width: 769px) {
          .f_bodyItem > ul > li > a:hover:after {
            width: 120%;
            left: 0;
            right: auto;
            transition: .6s; } }
      @media screen and (min-width: 769px) {
        .f_bodyItem > ul > li > a {
          font-size: 12px;
          display: inline-block; } }
    .f_bodyItem > ul > li > a.hover-blue {
      color: white;
      display: block;
      padding: .2rem 0 .2rem 0rem;
      font-size: 12px;
      margin-bottom: 0.5rem;
      letter-spacing: 0.05em;
      position: relative; }
      .f_bodyItem > ul > li > a.hover-blue:after {
        content: "";
        width: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: auto;
        right: -20%;
        background: blue;
        transition: .6s; }
      .f_bodyItem > ul > li > a.hover-blue:hover {
        color: blue; }
        @media screen and (min-width: 769px) {
          .f_bodyItem > ul > li > a.hover-blue:hover:after {
            width: 120%;
            left: 0;
            right: auto;
            transition: .6s; } }
      @media screen and (min-width: 769px) {
        .f_bodyItem > ul > li > a.hover-blue {
          font-size: 12px;
          display: inline-block; } }
  @media screen and (min-width: 769px) {
    .f_bodyItem {
      width: var(--col4);
      padding-left: 0rem;
      padding-top: 2rem; } }
  @media screen and (max-width: 460px) {
    .f_bodyItem {
      width: var(--col6); } }

.f_logolistContact > li > a:hover {
  color: var(--yellow3); }

._copyright {
  background-color: var(--darkgray);
  padding: 1rem 15px 1rem;
  text-align: center;
  color: white; }
  ._copyright > p {
    letter-spacing: 1px;
    font-size: 12px; }
    @media screen and (min-width: 769px) {
      ._copyright > p {
        font-size: 12px; } }

@media screen and (min-width: 769px) {
  .f_bodyItem > h4 {
    margin-bottom: 0.5rem; }

  .f_bodyItem:last-child {
    /*width: var(--col4);*/ }

  .f_col:first-child {
    width: var(--col5); }

  .f_col:last-child {
    width: var(--col6); }

  .f_logointro > p {
    font-size: 12px; } }
@media screen and (min-width: 990px) {
  .f_logointro > p {
    font-size: 12px;
    padding-right: 34px; }

  .f_logointro {
    margin-bottom: 2rem; }

  .f_logolistContact > li > a {
    font-size: 12px; }

  .f_col:first-child {
    width: var(--col6);
    padding-right: 4rem; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  height: 50px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.15);
  transition: .5s; }
  header .h_item {
    display: inline-block;
    vertical-align: middle; }
    header .h_item.logo_h {
      width: 130px; }
      header .h_item.logo_h > a > img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        header .h_item.logo_h > a {
          display: block;
          padding: .6rem 1rem 0rem 15px; } }
      @media screen and (min-width: 769px) {
        header .h_item.logo_h {
          display: none; } }
  header nav {
    position: fixed;
    width: 100%;
    background: black;
    height: 100%;
    height: 100vh;
    top: 0;
    z-index: 20;
    padding-bottom: 2rem;
    overflow: auto;
    display: none; }
    header nav .cintillo_amarillo {
      background: #ffdd00;
      height: 51px;
      width: 100%;
      display: none;
      position: fixed;
      z-index: 2;
      padding-top: .25rem; }
      header nav .cintillo_amarillo .btn-burguerB {
        text-align: right; }
        header nav .cintillo_amarillo .btn-burguerB a.burguerB {
          text-align: right;
          display: block;
          padding-right: .5rem; }
          header nav .cintillo_amarillo .btn-burguerB a.burguerB figure {
            /*text-align: center;*/
            padding-right: .35rem;
            transition: .5s;
            transform: rotate(0deg); }
          header nav .cintillo_amarillo .btn-burguerB a.burguerB span {
            display: block;
            font-family: 'Poppins-SemiBold';
            width: 100%;
            margin: 6px 0;
            /*background: black;*/
            color: black;
            font-size: 11px; }
            @media screen and (min-width: 769px) {
              header nav .cintillo_amarillo .btn-burguerB a.burguerB span {
                font-size: 12px; } }
          @media screen and (min-width: 769px) {
            header nav .cintillo_amarillo .btn-burguerB a.burguerB {
              padding-right: 0;
              text-align: center;
              padding-top: 1rem; }
              header nav .cintillo_amarillo .btn-burguerB a.burguerB:hover > figure {
                transition: .5s;
                transform: rotate(180deg) translateX(4px); } }
      @media screen and (min-width: 769px) {
        header nav .cintillo_amarillo {
          height: 100%;
          height: 100vh;
          width: 4.43rem;
          left: 0;
          padding-top: 1rem; } }
    @media screen and (min-width: 769px) {
      header nav {
        background: #0d0d0d; } }
  @media screen and (min-width: 769px) {
    header {
      top: 0;
      left: 0;
      width: 4.4rem;
      height: 100%;
      height: 100%;
      height: 100vh;
      text-align: center; } }

@media screen and (max-width: 768px) {
  header.headerHide {
    /*transform: translateY(-120%);*/
    transition: .5s; } }

.h_item_box {
  display: inline-block;
  vertical-align: middle; }

.h_contact {
  display: inline-block;
  vertical-align: middle;
  /*font-size: 12px;*/
  padding: 0 .5rem;
  color: white;
  transform: scale(1);
  transition: .5s; }

.d_pc .h_contact:hover {
  transform: scale(1.3) translateX(3px);
  transition: .5s; }

.opt_h {
  width: calc(100% - 130px);
  text-align: right; }
  @media screen and (min-width: 769px) {
    .opt_h {
      width: auto;
      text-align: center; } }

.btn-burguer {
  /*background: red;*/
  padding: 0 .5rem 0 .25rem; }

.burguerA {
  width: 35px;
  height: 35px;
  font-size: 11px;
  color: white;
  /*background: green;*/
  display: table-cell;
  vertical-align: middle; }
  .burguerA > span {
    color: white;
    display: none;
    font-size: 11px; }
    @media screen and (min-width: 769px) {
      .burguerA > span {
        display: block; } }
  @media screen and (min-width: 769px) {
    .burguerA {
      width: 35px;
      height: 35px;
      display: block;
      margin: 2rem 0 0; } }

@media screen and (min-width: 769px) {
  .btnNavContact {
    position: absolute;
    bottom: 0; }

  .h_contact {
    /*display: inline-block;*/
    vertical-align: middle;
    /*font-size: 20px;*/
    padding: 0 .5rem;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 34px; } }
._pc-logoNav {
  display: none; }

.nav_box {
  padding-top: 4rem;
  padding-left: 20%;
  background: #0d0d0d;
  text-align: left; }
  .nav_box .nav_link {
    width: 200px;
    overflow: hidden;
    border-bottom: 1px solid transparent; }
    @media screen and (min-width: 769px) {
      .nav_box .nav_link {
        width: 70%; } }
  .nav_box .nav_link:hover > a,
  .nav_box .nav_link.active > a {
    color: #ffdd00;
    transition: .5s; }
  .nav_box .nav_link:hover > a.hover-blue,
  .nav_box .nav_link.active > a.hover-blue {
    color: blue;
    transition: .5s; }

/*.nav_link:hover,
.nav_link.active{
	border-bottom: 1px solid $yellow;
	transition: .3s;
}*/
.nav_link > a {
  font-size: 20px;
  color: white;
  padding-bottom: .5rem;
  padding-top: 1.2rem;
  display: inline-block;
  position: relative;
  letter-spacing: -.02em;
  font-family: 'Poppins-SemiBold'; }

.nav_link > a:before {
  display: none;
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffdd00;
  /*background: red;*/
  transform: translateX(0);
  transition: .3s; }

.nav_link > a:after {
  display: block;
  content: "";
  width: 125%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffdd00;
  transform: translateX(-110%);
  transition: .3s; }

.nav_link > a.hover-blue:before {
  display: none;
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: blue;
  /*background: red;*/
  transform: translateX(0);
  transition: .3s; }

.nav_link > a.hover-blue:after {
  display: block;
  content: "";
  width: 125%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: blue;
  transform: translateX(-110%);
  transition: .3s; }

.nav_link:hover > a:before,
.nav_link.active > a:before,
.nav_link:hover > a:after,
.nav_link.active > a:after {
  transform: translateX(0);
  transition: .3s;
  display: block; }

.follow_us {
  color: white;
  font-size: 18px;
  border-bottom: 0 !important;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  font-family: 'Poppins-SemiBold'; }

.s_media > a {
  display: inline-block;
  padding: 1rem .5rem;
  /*margin: 0 1rem;*/
  color: yellow; }

.s_media > a:first-child {
  padding-left: 0; }

.s_media > a:hover svg path {
  fill: #ffdd00; }

.textbtn-cerrar {
  font-size: 11px; }

@media screen and (min-width: 769px) {
  ._pc-logoNav {
    display: block;
    text-align: left;
    padding-left: 6rem;
    padding-top: 1rem; }

  .nav_box {
    padding-left: 19.25rem; } }
@media screen and (min-width: 1000px) {
  .nav_link {
    width: 300px; }

  .nav_link > a {
    font-size: 30px; }

  .nav_link > a:after {
    height: 4px; }

  .follow_us {
    margin-top: 4rem; } }
/********    banner ***********/
.spiner_load {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 180;
  visibility: visible;
  opacity: 1;
  transition: 1s; }
  .spiner_load .spinerHearth {
    display: block;
    height: 300px;
    width: 406px;
    max-width: 100%;
    margin: 13% auto 0; }

section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido {
  height: 100vh;
  width: 100%; }
  section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .Imgbn-home {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
  section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles {
    text-align: center;
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 49vh auto 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 142%; }
    section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .title_a {
      margin-bottom: -11px;
      padding-top: 4.2rem; }
      @media screen and (min-width: 500px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .title_a {
          font-size: 20px; } }
      @media screen and (min-width: 600px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .title_a {
          font-size: 23px; } }
      @media screen and (min-width: 769px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .title_a {
          font-size: 28px;
          padding-top: 1rem; } }
      @media screen and (min-width: 900px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .title_a {
          font-size: 28px;
          padding-top: 0rem; } }
    section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .Subtitle_a {
      font-size: 19px; }
      @media screen and (min-width: 500px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .Subtitle_a {
          font-size: 23px; } }
      @media screen and (min-width: 600px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .Subtitle_a {
          font-size: 25px; } }
      @media screen and (min-width: 769px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .Subtitle_a {
          font-size: 32px; } }
      @media screen and (min-width: 900px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .Subtitle_a {
          font-size: 37px; } }
      @media screen and (min-width: 1000px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .Subtitle_a {
          font-size: 42px; } }
    section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn {
      padding: 13px 0 0 0;
      display: block;
      width: 190px;
      height: 50px;
      margin: 1.5rem auto 0;
      font-family: "Poppins-Medium";
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn span {
        display: block;
        font-size: 14px;
        line-height: 23px;
        color: #0d0d0d;
        transition: .3s; }
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn span:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(242, 242, 242, 0.9);
          left: 0;
          bottom: 0;
          z-index: -1; }
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn span:after {
          content: "";
          display: block;
          width: 100%;
          height: 0%;
          position: absolute;
          background: #D30314;
          left: 0;
          top: -2px;
          bottom: auto;
          z-index: -1;
          transition: .5s; }
      @media screen and (min-width: 769px) {
        section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn {
          display: block;
          overflow: hidden; }
          section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn:hover {
            color: white; }
            section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn:hover span {
              color: white;
              transition: .3s;
              font-size: 15px; }
              section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles .btn_link_bn:hover span:after {
                top: auto;
                bottom: 0;
                height: 100%;
                transition: .5s; } }
    @media screen and (min-width: 425px) {
      section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles {
        background-size: contain; } }
    @media screen and (min-width: 600px) and (max-width: 768px) {
      section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles {
        margin-top: 60vh; } }
    @media screen and (min-width: 769px) {
      section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido .bn_body .titles {
        margin-top: 40%;
        margin-top: 45vh; } }
  @media screen and (min-width: 769px) {
    section.sliderBanner .owl-stage-outer .owl-stage .bn_contenido {
      height: 100vh; } }
section.sliderBanner .owl-stage-outer .owl-stage .active .bn_body .titles .title_a {
  animation: titlesA 1s; }
section.sliderBanner .owl-stage-outer .owl-stage .active .bn_body .titles .Subtitle_a {
  animation: titlesB 1.5s; }
section.sliderBanner .owl-stage-outer .owl-stage .active .bn_body .titles .btn_link_bn {
  animation: titlesC 2s; }
section.sliderBanner .owl-nav {
  background: red;
  position: absolute;
  width: 100%;
  height: 0;
  top: 40vh;
  display: none !important; }
@media screen and (min-width: 769px) {
  section.sliderBanner > .buttonsNav-bn {
    display: block !important; } }

@keyframes titlesA {
  0% {
    opacity: 0;
    transform: translateY(4rem); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@keyframes titlesB {
  0% {
    opacity: 0;
    transform: translateY(5rem); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@keyframes titlesC {
  0% {
    opacity: 0;
    transform: translateY(6rem); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@media screen and (min-width: 769px) {
  .sliderBanner .buttonsNav-bn {
    display: block !important; }

  .bn_body .titles {
    margin: 45vh auto 0;
    padding-top: 50px; } }
.buttonsNav-bn .btnNext-bn,
.buttonsNav-bn .btnPrev-bn {
  position: absolute;
  font-size: 30px;
  background: transparent !important;
  width: 100px;
  margin: 0 !important;
  padding: 20px 0 !important;
  opacity: .5;
  transition: .5s; }

.sliderBanner .btnNext-bn {
  left: 3.3rem; }
.sliderBanner .btnPrev-bn {
  right: 3.3rem; }
.sliderBanner .btnNext-bn:hover,
.sliderBanner .btnPrev-bn:hover {
  opacity: 1;
  transition: .5s; }

.table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100vh; }
  .table .table-cell {
    display: table-cell;
    vertical-align: middle; }

.textoprueba {
  display: none; }

/******    seleccion de tours*/
section.tour_selection_home {
  padding-top: 1rem; }
  section.tour_selection_home > .container-fluid {
    padding-right: 5px;
    padding-left: 5px; }
    section.tour_selection_home > .container-fluid .btn_mas_tours {
      text-align: center;
      margin-bottom: 3rem;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      line-height: 60px;
      width: 224px;
      border: 1px solid #dc414d;
      position: relative; }
      section.tour_selection_home > .container-fluid .btn_mas_tours span {
        display: block;
        font-size: 15px;
        color: #0d0d0d;
        font-family: "Poppins-SemiBold";
        position: relative;
        z-index: 1; }
      section.tour_selection_home > .container-fluid .btn_mas_tours::after {
        content: "";
        display: block;
        width: 100%;
        height: 0%;
        position: absolute;
        background: #D30314;
        left: 0;
        top: -1px;
        bottom: auto;
        z-index: 0;
        transition: .5s; }
      section.tour_selection_home > .container-fluid .btn_mas_tours:hover span {
        color: white; }
      section.tour_selection_home > .container-fluid .btn_mas_tours:hover::after {
        top: auto;
        bottom: 0;
        height: 100%;
        transition: .5s; }
  section.tour_selection_home .observable.tours_pc {
    overflow: hidden; }
    section.tour_selection_home .observable.tours_pc .slider-selection {
      max-width: 100% !important; }
      section.tour_selection_home .observable.tours_pc .slider-selection .slider-container {
        font-size: 0;
        height: auto !important; }
        section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav,
        section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel {
          display: inline-block;
          position: relative;
          vertical-align: middle; }
        section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav {
          width: 260px;
          text-align: center; }
          @media screen and (min-width: 1370px) {
            section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-btns .slider-nav-item {
              width: 80px;
              height: 80px;
              margin-bottom: 2rem;
              right: -50px; }
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-btns .slider-nav-item:after, section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-btns .slider-nav-item:before {
                width: 80px;
                height: 80px;
                border: 5px solid;
                border-color: #D30314 !important; } }
          section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-btns .slider-nav-item .slider-nav-item-icon-container {
            left: 18px;
            top: 18px; }
          section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-pagination {
            padding-top: 0 !important;
            padding-bottom: 0 !important; }
            @media screen and (min-width: 1370px) {
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-pagination {
                right: -70px; } }
          section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-progress {
            background-color: #B5B5B5 !important;
            height: 3px !important;
            margin-top: 14px !important;
            width: 102px !important; }
            @media screen and (min-width: 1370px) {
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav .slider-nav-box .slider-nav-progress {
                height: 1px !important;
                right: -70px; } }
          @media screen and (max-width: 800px) {
            section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav {
              display: none; } }
          @media screen and (min-width: 1370px) {
            section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-nav {
              width: 325px; } }
        section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel {
          width: calc(100% - 260px);
          overflow: hidden; }
          section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome {
            width: calc(100% - 200px); }
            section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome .sliderToursHOme .owl-stage-outer {
              overflow: visible; }
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome .sliderToursHOme .owl-stage-outer .owl-stage .tourSlide-item .card_tour {
                width: 400px;
                max-width: 100%; }
                @media screen and (max-width: 800px) {
                  section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome .sliderToursHOme .owl-stage-outer .owl-stage .tourSlide-item .card_tour {
                    margin-left: auto;
                    margin-right: auto; } }
              @media screen and (max-width: 800px) {
                section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome .sliderToursHOme .owl-stage-outer .owl-stage .tourSlide-item {
                  float: none;
                  margin: 0 auto 0 !important; } }
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome .sliderToursHOme .owl-stage-outer .owl-stage .tourSlide-item .card_left {
                animation: cardslideB 3s; }
              @media screen and (max-width: 800px) {
                section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome .sliderToursHOme .owl-stage-outer .owl-stage {
                  transform: translate3d(0px, 0px, 0px) !important;
                  width: 100% !important; } }
            @media screen and (max-width: 800px) {
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome {
                width: 100%; } }
            @media screen and (min-width: 800px) and (max-width: 1100px) {
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome {
                width: calc(100% - 100px); } }
            @media screen and (min-width: 1370px) {
              section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel .main_contenido_toursHome {
                width: calc(100% - 250px); } }
          @media screen and (max-width: 800px) {
            section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel {
              width: 100%; } }
          @media screen and (min-width: 1370px) {
            section.tour_selection_home .observable.tours_pc .slider-selection .slider-container .col-Carousel {
              width: calc(100% - 325px); } }
    @media screen and (min-width: 1370px) {
      section.tour_selection_home .observable.tours_pc {
        padding-top: 2rem; } }
  @media screen and (min-width: 769px) {
    section.tour_selection_home {
      padding-top: 3rem; } }

.tours_selecttion_mobile .card_tour {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  margin-bottom: 2rem; }

.card_tour {
  display: block;
  margin-top: 20px;
  margin-bottom: 1rem;
  transition: .3s;
  transform: translateY(0);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.12); }
  .card_tour > figure {
    position: relative;
    overflow: hidden; }
    .card_tour > figure > a > img {
      width: 100%;
      transform: scale(1);
      transition: .5s; }
    @media screen and (min-width: 1200px) {
      .card_tour > figure {
        min-height: 225px; } }
  .card_tour .tour_incluye {
    display: block;
    width: 100%;
    text-align: right;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #F2F2F2;
    background-color: white;
    height: 46px; }
    .card_tour .tour_incluye > li {
      display: inline-block;
      border-right: 1px solid;
      border-color: #F2F2F2;
      width: calc((100% / 6) - 1%);
      vertical-align: middle;
      padding: 8px 0;
      transition: .5s;
      text-align: center;
      height: 46px; }
      .card_tour .tour_incluye > li:last-child {
        border-right: 0; }
      .card_tour .tour_incluye > li > img {
        width: 50% !important;
        margin: 0 auto; }
      .card_tour .tour_incluye > li:hover {
        background: #D30314;
        transition: .5s; }
        .card_tour .tour_incluye > li:hover > img {
          filter: brightness(5); }
  .card_tour .card_body {
    white-space: normal;
    padding: .5rem;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #F2F2F2;
    background-color: white;
    display: block;
    text-align: left; }
    .card_tour .card_body .card_body_title {
      width: 100%;
      font-family: "Poppins-Black";
      font-size: 14px;
      line-height: 20px;
      color: #434A54;
      min-height: 52px;
      margin-bottom: 0rem; }
      .card_tour .card_body .card_body_title a {
        font-family: "Poppins-Black";
        color: #434A54;
        font-size: 14px;
        background-repeat: no-repeat;
        background-image: -o-linear-gradient(transparent calc(100% - 2px), currentColor 2px);
        background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
        background-image: -ms-linear-gradient(transparent 95%, currentColor 2px);
        -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        background-size: 0 96%; }
        @media screen and (min-width: 1200px) {
          .card_tour .card_body .card_body_title a {
            font-size: 17px; } }
        @media screen and (min-width: 1370px) {
          .card_tour .card_body .card_body_title a {
            font-size: 23px; } }
      @media screen and (min-width: 1200px) {
        .card_tour .card_body .card_body_title {
          font-size: 17px; } }
      @media screen and (min-width: 1370px) {
        .card_tour .card_body .card_body_title {
          width: 100%;
          font-family: "Poppins-Black";
          font-size: 23px;
          line-height: 26px;
          /*line-height: 87%;*/
          color: #434A54;
          min-height: 52px;
          margin-bottom: 1rem; } }
    .card_tour .card_body > p {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: .7rem;
      letter-spacing: 0.02em;
      min-height: 80px;
      color: #555E69; }
    .card_tour .card_body .card_cost_time {
      font-size: 0;
      min-height: 27px; }
      .card_tour .card_body .card_cost_time > li {
        display: inline-block;
        color: black; }
        .card_tour .card_body .card_cost_time > li > img {
          width: 1.25rem !important;
          display: inline-block !important;
          vertical-align: middle; }
      .card_tour .card_body .card_cost_time .duracion {
        font-size: 14px;
        width: 70%; }
      .card_tour .card_body .card_cost_time .cost {
        text-align: right;
        font-size: 18px;
        width: 30%; }
  .card_tour:hover {
    transition: .3s;
    transform: translateY(-10px);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 769px) {
      .card_tour:hover > figure > a img {
        transform: scale(1.1);
        transition: .5s; }
      .card_tour:hover .card_body > h4 > a {
        background-size: 100% 96%; } }

@keyframes cardslideA {
  0% {
    transform: translateX(900px); }
  100% {
    transform: translateX(0); } }
@keyframes cardslideB {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(200px); }
  100% {
    transform: translateX(0); } }
@keyframes cardslideC {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(200px); }
  100% {
    transform: translateX(0); } }
.likehearth_btn {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
  /*background: red;*/
  width: 36px;
  text-align: center;
  height: 36px;
  padding-top: 7px; }
  .likehearth_btn:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0; }
  .likehearth_btn .unliked_hearth {
    display: block; }
  .likehearth_btn .liked_hearth {
    display: none; }
  .likehearth_btn.active .unliked_hearth {
    display: none; }
  .likehearth_btn.active .liked_hearth {
    display: block; }

.slider-nav-item-icon-1,
.slider-nav-item-icon-2 {
  top: 16px !important; }

.slider-progress-inner {
  background-color: #D30314 !important;
  height: 100% !important;
  transition: .5s; }

.slider-nav-page,
.slider-nav-page > span {
  font-family: "Poppins-Bold" !important;
  font-size: 50px !important; }

.slider-nav-page {
  margin-left: 0 !important;
  width: auto !important;
  color: #D30314 !important; }
  .slider-nav-page > span {
    width: 42px;
    display: inline-block;
    text-align: left;
    transition: .5s; }

.slider-nav-total,
.slider-nav-total > span {
  font-family: "Poppins-Medium" !important;
  font-size: 30px;
  color: #2e3448;
  color: #D30314 !important; }

.slider-nav-total {
  margin-left: -12px;
  opacity: 0.6 !important; }

.sliderToursHOme .owl-dots button {
  display: none !important; }

.slider-selection-slides {
  position: relative !important; }

.tours_mobile {
  display: none !important; }

/*****      Testimmonios     */
.t_body {
  text-align: center;
  position: relative;
  padding-top: 3rem;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #F2F2F2;
  padding-bottom: 1rem;
  box-shadow: 0 5px 5px #F2F2F2;
  margin-bottom: 1rem;
  min-height: 220px; }
  .t_body > h3 {
    color: #D30314;
    font-size: 18px;
    font-family: "Satisfy-Regular";
    font-weight: 500;
    color: #5a5a5a;
    margin-bottom: 15px; }
  .t_body > small, .t_body > p {
    padding: 0 1rem;
    font-size: 12px;
    font-family: "Poppins-Regular";
    text-align: left;
    color: #969899;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.02em; }
  @media (max-width: 1024px) {
    .t_body {
      height: 280px; } }
  @media (max-width: 425px) {
    .t_body {
      height: 220px; } }

.t_itemCarousel {
  transform: scale(1); }
  .t_itemCarousel article {
    overflow: hidden; }
    .t_itemCarousel article .t_body .foto_testimonio {
      transform: scale(1);
      transition: .5s; }
  @media screen and (min-width: 769px) {
    .t_itemCarousel:hover article .t_body .foto_testimonio {
      transform: scale(1.1);
      transition: .5s; } }
  .t_itemCarousel picture .picture_relative {
    height: 90px;
    width: 100%;
    position: relative; }
    .t_itemCarousel picture .picture_relative .picture_facebook {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 24px;
      cursor: pointer; }
  .t_itemCarousel picture .customer_color_1 {
    background: #5BC8FF; }
  .t_itemCarousel picture .customer_color_2 {
    background: #FF6BB8; }
  .t_itemCarousel picture .customer_color_3 {
    background: #FFAD57; }
  .t_itemCarousel picture .customer_color_4 {
    background: #FF5563; }

.sliderTestimonios .owl-nav button.owl-next,
.sliderTestimonios .owl-nav button.owl-prev,
.sliderTestimonios button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 60px; }

.sliderTestimonios .owl-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  left: 0; }

.foto_testimonio {
  position: absolute;
  top: -43px;
  width: 100%;
  left: 0; }
  .foto_testimonio > img {
    width: 80px !important;
    height: 80px !important;
    border: 5px solid white;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    background: white; }

/****    section.suscribete  ******/
.suscribete {
  background-color: #ffdd00; }

.s_contenido {
  font-size: 0;
  padding-top: 2rem;
  padding-bottom: 1rem; }

.s_title {
  color: black;
  font-size: 24px; }
  .s_title > h4 {
    letter-spacing: -0.03em; }
    .s_title > h4 > span {
      display: inline-block;
      vertical-align: sub; }
  @media screen and (min-width: 769px) {
    .s_title {
      font-size: 25px; } }

.s_intro > p {
  font-size: 14px;
  letter-spacing: 0.02em; }

.s_col {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 769px) {
    .s_col {
      width: calc((100% / 12) * 6);
      vertical-align: middle; } }

.s_formulario {
  background-color: black;
  padding: .2rem .2rem;
  width: 100%; }
  .s_formulario > form {
    position: relative; }
    .s_formulario > form > input {
      display: table-cell;
      vertical-align: middle; }
      .s_formulario > form > input:focus {
        outline: 0; }
    .s_formulario > form input[type=email] {
      line-height: 22px;
      font-size: 12px;
      border: 0;
      background: transparent;
      color: white;
      display: inline-block;
      width: calc(100% - 53px);
      vertical-align: middle;
      padding: 4px 0 4px 5px; }
    .s_formulario > form input[type=submit] {
      color: #ffdd00;
      color: #FFDD00;
      background: #2e2f30;
      border: 0;
      font-size: 12px;
      line-height: 22px;
      /*padding: 0 1rem;*/
      display: inline-block;
      width: 53px;
      vertical-align: middle;
      padding: 3px 0 3px 3px; }
    .s_formulario > form > label.error {
      position: absolute;
      left: 0;
      color: red;
      font-size: 16px;
      background: white;
      padding: .51rem;
      top: 140%;
      z-index: 1;
      border: 1px solid red;
      animation: fadein .5s; }
      .s_formulario > form > label.error::after {
        display: block;
        content: "";
        background-color: white;
        width: 19px;
        height: 19px;
        position: absolute;
        top: -10.5px;
        transform: rotate(45deg);
        z-index: -10;
        /* background: red; */
        left: 18px;
        border-top: 1px solid;
        border-left: 1px solid;
        border-color: red;
        transition: .4s; }
  @media screen and (min-width: 769px) {
    .s_formulario {
      background-color: black;
      padding: .2rem .2rem;
      width: 400px;
      max-width: 100%;
      margin-left: auto; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    /*transition: .3s;*/ } }
/*IMAGEN SILUETA BLANCA CBACKGROUND DESCUBRE*/
.background_silueta {
  width: 100%;
  position: absolute;
  top: 100vh;
  z-index: -5; }

.background_silueta > figure {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%; }

.background_silueta > figure > img {
  width: 100%; }

/*BOTONES FLOTANTES HOME PC*/
.fixed_btns {
  display: none;
  z-index: 102;
  position: relative;
  position: fixed;
  top: 4rem;
  right: 0; }

.btn-fixed {
  display: block;
  background-color: blue;
  padding: .3rem 1rem 0;
  color: white;
  font-size: 12px;
  line-height: 18px;
  height: 40px;
  margin-bottom: 1.5rem;
  letter-spacing: .02em;
  width: 150px;
  transition: .5s all ease;
  transform: translateX(90px); }
  .btn-fixed > img, .btn-fixed > span {
    display: inline-block;
    vertical-align: middle; }
  .btn-fixed > span {
    padding-top: 3px;
    font-family: "Poppins-SemiBold";
    opacity: 0;
    transition: .5s all ease; }
  .btn-fixed:hover {
    transition: .5s all ease;
    transform: translateX(0px); }
    .btn-fixed:hover span {
      opacity: 1;
      transition: .5s all ease; }

.btn-cotizar {
  background: #D30314; }

.btn-whatsapp {
  background: white;
  color: #D30314; }

@media screen and (min-width: 769px) {
  .fixed_btns {
    display: block;
    transition: .5s;
    transform: translateX(0); }

  .active_menu {
    transform: translateX(100%);
    transition: .5s; } }
.controlslideTestimonio {
  padding: 0;
  margin-bottom: -8px; }
  .controlslideTestimonio > button {
    border: 0;
    background: none;
    cursor: pointer;
    transform: scale(1);
    transition: 1s; }
    .controlslideTestimonio > button:hover {
      transform: scale(1.3);
      transition: 1s; }
      .controlslideTestimonio > button:hover > svg path {
        fill: #D30314; }
    .controlslideTestimonio > button:focus {
      outline: 0;
      border: 0; }
  .controlslideTestimonio > button.t_btn_next {
    padding-right: 1rem; }

/******    FORMULARIO COTIZACION*/
.form_contenido {
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  /*background: green;*/
  z-index: -1;
  width: 100%;
  opacity: 0;
  visibility: hidden; }
  .form_contenido .close_this_content {
    height: 100%;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10; }

.box_cotizar_active {
  z-index: 1;
  visibility: visible;
  opacity: 1; }
  @media screen and (min-width: 769px) {
    .box_cotizar_active {
      transform: translateX(0) !important;
      -webkit-transform: translateX(0) !important;
      transition: .7s; }
      .box_cotizar_active .close_this_content {
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1; } }

.formulario_cotizar {
  width: 690px;
  max-width: 100%;
  background-color: #E5E5E5; }
  .formulario_cotizar.fixed {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0; }
    @media screen and (min-width: 769px) {
      .formulario_cotizar.fixed {
        display: block;
        height: 100vh; } }

.TitleForm_coti {
  font-size: 25px;
  text-align: center;
  color: black;
  padding-top: 4rem;
  margin-bottom: 28px; }
  @media screen and (min-width: 769px) {
    .TitleForm_coti {
      font-size: 30px; } }

.form_cotizacion {
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 769px) {
    .form_cotizacion {
      padding-left: 40px;
      padding-right: 40px; } }

#bmEngine,
#bmEngine .frame-engine {
  background-color: transparent !important; }

/* CUSTOM STYLES */
.brands {
  padding: 100px 0; }
  .brands .container-brands .slider-brands {
    max-width: 100%;
    margin: auto; }

#container {
  height: 120px;
  position: relative;
  overflow: hidden; }

.photobanner {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  white-space: nowrap;
  animation: bannermove 30s linear infinite;
  display: flex;
  align-items: center; }
  .photobanner img {
    width: 220px;
    height: 120px;
    padding: 20px;
    object-fit: contain;
    border: 0.5px solid #E0E0E0;
    margin: 0 12px; }

@keyframes bannermove {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }
#btn-suscribete {
  color: #FFDD00;
  background: #2e2f30;
  border: 0;
  border-radius: 0px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  /* padding: 0 1rem; */
  display: inline-block;
  width: 53px;
  vertical-align: middle;
  padding: 0px; }

.banner-bottom .flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .banner-bottom .flex-container {
      flex-direction: column; } }
  .banner-bottom .flex-container .flex-item-left {
    padding: 10px;
    flex: 50%; }
  .banner-bottom .flex-container .flex-item-right {
    flex: 50%;
    position: relative; }
    .banner-bottom .flex-container .flex-item-right .banner-bottom-content-img {
      background-position: inherit;
      background-repeat: no-repeat;
      height: 350px;
      width: 100%;
      position: absolute;
      bottom: -120px;
      right: 0; }
      @media (max-width: 1024px) {
        .banner-bottom .flex-container .flex-item-right .banner-bottom-content-img {
          background-position: center;
          position: relative;
          bottom: 0; } }
      @media (max-width: 768px) {
        .banner-bottom .flex-container .flex-item-right .banner-bottom-content-img {
          background-position: right; } }
.banner-bottom .banner-bottom-background {
  height: 350px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .banner-bottom .banner-bottom-background {
      height: 100%; } }
.banner-bottom .banner-bottom-content-text {
  max-width: 320px; }
  .banner-bottom .banner-bottom-content-text .banner-bottom-title {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    color: white;
    text-align: left;
    margin-bottom: 25px; }
    .banner-bottom .banner-bottom-content-text .banner-bottom-title .text-bold {
      font-weight: bold;
      font-size: 22px; }
  .banner-bottom .banner-bottom-content-text .banner-bottom-text {
    font-size: 14px;
    color: white;
    text-align: left; }
    @media (max-width: 768px) {
      .banner-bottom .banner-bottom-content-text .banner-bottom-text {
        text-align: center;
        margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .banner-bottom .banner-bottom-content-text {
      margin: auto; } }

.newsletter-absolute {
  position: relative; }
  .newsletter-absolute .newsletter-message {
    position: absolute;
    bottom: -20px;
    left: 0;
    margin-top: 10px;
    color: #18891d;
    font-size: 12px; }
  .newsletter-absolute .error-validation {
    border-bottom: 1px solid red !important; }

/*********      INTERNAS    ***************/
/*introduccion_interna*/
.body_introduccion_interna {
  padding: 30px 15px 30px; }

.body_introduccion_interna > p {
  line-height: 28px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #262626; }

.body_introduccion_interna > p > strong {
  font-family: "Poppins-SemiBold"; }

.contador_contenido_box {
  font-size: 0;
  margin: 25px 0 15px 0; }

.contador_contenido {
  display: inline-block;
  width: calc(100% );
  vertical-align: top;
  padding: 20px; }

.contador_nosotros {
  text-align: center; }

.contador_contenido > p {
  font-size: 14px;
  padding: 15px 0px;
  text-align: center;
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 20px; }

.data_numero,
.data_numero > span,
.captioncounter {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Poppins-Medium";
  color: #262626; }

.data_numero {
  font-size: 80px;
  line-height: 65px; }

.captioncounter {
  font-size: 25px;
  width: 85%; }

@media screen and (min-width: 769px) {
  .contador_contenido_box {
    margin: 25px 0 20px 0; }

  .body_introduccion_interna > p {
    text-align: left; }

  .data_numero {
    font-size: 90px;
    line-height: 80px; }

  .captioncounter {
    font-size: 21px; }

  .contador_contenido {
    display: inline-block;
    width: calc((100% / 12) * 6);
    vertical-align: top; }

  .contador_contenido > p {
    text-align: justify;
    line-height: 28px; } }
@media screen and (min-width: 769px) and (max-width: 979px) {
  .contador_contenido {
    padding: 10px; } }
@media screen and (min-width: 869px) {
  .captioncounter {
    font-size: 25px; } }
@media screen and (min-width: 1000px) {
  .body_introduccion_interna {
    padding: 40px 15px 70px; }

  .data_numero {
    font-size: 144px;
    line-height: 118px;
    width: 85%; }

  .captioncounter {
    font-size: 33px;
    line-height: 41px; } }
.box-detalle-texto {
  padding: 20px 15px; }

.detalles-club {
  padding: 0 0 0 15px; }

.item_textClub {
  /*border-left: 3px solid black;*/
  position: relative;
  /*background: green;*/
  padding: 60px 0 35px; }

.bullet {
  width: 1px;
  height: 100%;
  position: absolute;
  background: var(--gray3);
  top: 0;
  left: -4px; }

.bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 200px;
  height: 1px;
  background: var(--gray3);
  top: var(--top1);
  z-index: -1; }

.bullet > span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--gray3);
  position: absolute;
  /*bottom: -5px;*/
  left: -10px;
  top: calc((var(--top1) - .5rem));
  z-index: 1; }

.item_textClub:first-child {
  /*background: red;*/
  /*padding-top: 0;*/ }

.item_textClub:last-child {
  /*background: blue;*/
  padding-bottom: 0; }

.item_textClub:last-child .bullet {
  height: var(--top1); }

.item_textClub:last-child .bullet:after {
  bottom: 0; }

.num_ordenText {
  width: 50px;
  background: var(--red);
  text-align: center;
  line-height: 30px;
  font-family: 'Poppins-Bold';
  color: white;
  font-size: 20px;
  position: absolute;
  left: -26px;
  top: -1px;
  z-index: 1;
  /*transform: translate(-26px,-1px);*/ }

.argument {
  padding-left: 1.2rem; }
  .argument > h3, .argument > p {
    background: #fdfdfd;
    padding-left: 8px;
    padding-right: 5px;
    border-left: 1px solid var(--gray3);
    border-right: 1px solid var(--gray3); }
  .argument > h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    padding-top: 5px;
    border-top: 1px solid var(--gray3);
    text-align: center;
    position: relative;
    padding-left: 27px;
    letter-spacing: -0.03em; }
    .argument > h3:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 17px;
      background-image: url(../image/icons/icon_avion_papel.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-right: 10px;
      position: absolute;
      left: 5px;
      top: 12px; }
      @media screen and (min-width: 506px) {
        .argument > h3:before {
          left: 15px; } }
    @media screen and (min-width: 506px) {
      .argument > h3 {
        padding-top: 10px; } }
  .argument > p {
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray3);
    line-height: 28px;
    padding-top: .5rem;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 506px) {
      .argument > p {
        padding-left: 15px; } }

/*TABLA TARIFA*/
.box-detalle-precio {
  padding-top: 3rem;
  /*background: green;*/ }

.detalle-precio_title {
  text-align: center;
  color: var(--red2);
  font-size: 24px;
  font-family: 'Poppins-SemiBold'; }

.precios_headTable,
.item-precioclub {
  font-size: 0; }

.detalle-precio_title,
.precios_headTable,
.item-precioclub {
  width: 450px;
  max-width: 100%; }

.item-precioclub {
  border-top: 1px solid var(--gray4); }

.precios_headTable > li,
.item-precioclub > li {
  display: inline-block;
  width: var(--col2) !important;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  font-size: 14px; }

.precios_headTable:last-child {
  color: transparent;
  border-top: 1px solid var(--gray4); }

.precios_headTable:last-child > li {
  color: transparent; }

.precio_semanal,
.precio_derecho {
  /*background: red;*/ }

.title_semanal,
.title_derecho {
  font-size: 14px;
  color: var(--darkgray3); }

.precios_headTable:last-child > .title_semanal,
.title_semanal,
.precio_semanal {
  border-left: 1px solid var(--gray4);
  border-right: 1px solid var(--gray4); }

.precios_headTable:last-child > .title_derecho,
.title_derecho,
.precio_derecho {
  border-right: 1px solid var(--gray4); }

.item-precioclub > li:first-child {
  font-family: 'Poppins-Bold'; }

.item-precioclub > .precio_semanal,
.item-precioclub > .precio_derecho,
.precios_headTable > .title_semanal,
.precios_headTable > .title_derecho {
  width: var(--col4) !important;
  /*text-align: left;*/ }

.precios_headTable > .title_semanal,
.precios_headTable > .title_derecho {
  font-size: 12px; }

.item-precioclub > .precio_semanal,
.item-precioclub > .precio_derecho {
  font-size: 14px; }

.box-detalle-precio,
.box-detalle-texto {
  /*width: 98%;*/
  margin: 0 auto; }

@media screen and (min-width: 450px) {
  .box-detalle-precio,
  .box-detalle-texto {
    width: 90%;
    margin: 0 auto; } }
@media screen and (min-width: 869px) {
  .detalle_contenido_tarifario {
    font-size: 0;
    padding-bottom: 41px;
    padding-top: 60px; }

  .box-detalle-precio,
  .box-detalle-texto {
    width: var(--col6);
    display: inline-block;
    vertical-align: top; }

  .box-detalle-precio {
    padding-top: 10px;
    padding-left: 20px; }

  .argument > p {
    padding-bottom: 20px; } }
@media screen and (min-width: 1000px) {
  .detalle-precio_title,
  .precios_headTable,
  .item-precioclub {
    margin-left: 1rem; }

  .bullet > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--gray3);
    position: absolute;
    /* bottom: -5px; */
    left: -5px;
    top: calc((var(--top1) - .5rem));
    z-index: 1;
    top: 6.19rem; }

  .bullet:before {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    /* border: 1px solid var(--gray3); */
    position: absolute;
    left: -6.9px;
    top: calc((var(--top1) - .89rem));
    z-index: 1;
    content: "";
    top: 6.01rem; }

  .precios_headTable > li {
    line-height: 35px; }

  .item-precioclub > li {
    line-height: 50px; } }
@media screen and (min-width: 1120px) {
  .argument > h3,
  .argument > p {
    width: 440px;
    padding-right: 15px; }

  .argument {
    padding-left: 3.2rem; }

  .box-detalle-precio {
    padding-left: 3rem; } }
/*FORMULARIO CLUB DE VIAJE*/
.formulario_club-de-viaje {
  background: var(--yellow);
  padding: 10px 40px;
  margin-top: 21px; }

.title_form_club {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 35px;
  letter-spacing: -0.05em;
  font-family: 'Poppins-Bold';
  margin-top: 10px; }

.box_btn_enviar_form_club {
  margin: 10px 0 5px; }

.title_form_club,
.box_btn_enviar_form_club {
  text-align: center; }

.input_boxclub > input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.25);
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--black4);
  letter-spacing: 0.03em; }

.input_boxclub > input.error {
  border-color: red; }

.box_btn_enviar_form_club > label {
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
  line-height: 24px;
  width: 176px;
  text-align: center;
  color: rgba(255, 221, 0, 0.9);
  display: block;
  margin: 0 auto 10px;
  padding: 11px 0;
  background: var(--black4);
  letter-spacing: -0.03em; }

.box_btn_enviar_form_club > input {
  display: none; }

.img_logo {
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px; }

.contact_introduccion {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  padding: 20px 15px 20px;
  width: 827px;
  max-width: 100%;
  margin: 0 auto 20px; }

.ubicacion__ > img {
  width: 100%;
  /*height: 400px;*/
  /*filter: grayscale(1);*/ }

.ubicacion__ > img:first-child {
  display: none; }

.ubicacion__ > img:last-child {
  display: block; }

.formulario_contact_body {
  padding: 28px 12px 40px;
  background: var(--yellow);
  width: 669PX;
  max-width: 100%; }

.formulario_contact_body > h3 {
  font-size: 24px;
  letter-spacing: -0.05em;
  font-family: 'Poppins-Bold';
  text-align: center; }

.formulario_contact_body > p {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px; }

.formulario_contactenosBox {
  padding-top: 20px;
  margin-bottom: 30px;
  position: relative; }

.formulario_contactenosBox .required-text {
  color: #555E69;
  font-size: 12px; }

.formulario_contactenos > input {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #555E69;
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.25); }

.formulario_contactenos > input.error {
  border-bottom: 1px solid red; }

.formulario_contactenos > textarea {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #555E69;
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.25); }

.formulario_contactenos > textarea.error {
  border-bottom: 1px solid red; }

.formulario_contactenos > label {
  display: none !important; }

.btn_contactarse {
  text-align: center;
  margin-top: 10px; }

.btn_contactarse > input {
  width: 182px;
  line-height: 38px;
  color: rgba(255, 221, 0, 0.9);
  background: #262626;
  font-size: 16px;
  letter-spacing: -0.03em;
  border: 0; }

.bg-formulario_contactenos {
  display: none;
  overflow: hidden; }

.bg-formulario_contactenos > img {
  width: 100%;
  transform: translateX(187px); }

@media screen and (min-width: 413px) {
  .formulario_contact_body {
    padding: 28px 35px 40px; } }
@media screen and (min-width: 769px) {
  ._mapa-contenido .ubicacion__ {
    /*height: 500px;*/ }

  .ubicacion__ > img:first-child {
    display: block; }

  .ubicacion__ > img:last-child {
    display: none; }

  .contact_introduccion {
    padding: 30px 15px 20px; }

  .formulario_contact_body > p {
    margin-bottom: 25px; } }
@media screen and (min-width: 869px) {
  ._mapa-contenido .ubicacion__ {
    /*height: 600px;*/ }

  .formulario_contact_body > p {
    margin-bottom: 41px; } }
@media screen and (min-width: 969px) {
  ._mapa-contenido .ubicacion__ {
    /*height: 700px;*/ }

  .bg-formulario_contactenos {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; } }
@media screen and (min-width: 1120px) {
  .bg-formulario_contactenos > img {
    width: 100%;
    transform: translateX(150px); }

  .formulario_contactenosBox {
    padding-top: 30px;
    margin-bottom: 60px; }

  .contact_introduccion {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    padding: 30px 73px 20px;
    max-width: 100%;
    margin: 10px auto 50px; } }
@media screen and (min-width: 1220px) {
  .bg-formulario_contactenos > img {
    width: 100%;
    transform: translateX(70px); }

  .formulario_contactenosBox {
    padding-top: 30px;
    margin-bottom: 100px; }

  .formulario_contact_body {
    padding: 35px 61px 40px; }

  .formulario_contact_body > p {
    margin-bottom: 40px;
    margin-top: 15px; } }
@media screen and (min-width: 1360px) {
  .bg-formulario_contactenos > img {
    width: 100%;
    transform: translateX(0px); }

  .formulario_contactenosBox {
    padding-top: 30px;
    margin-bottom: 130px; } }
.iframe_mapContainer {
  position: fixed;
  z-index: 400;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s; }
  .iframe_mapContainer .btnClose_mapIframe {
    display: block;
    height: 40px;
    width: 30px;
    margin-left: auto;
    margin-right: 0;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 38px; }
  .iframe_mapContainer > iframe {
    width: 90%;
    height: 90%;
    margin: auto;
    display: block;
    border: 0; }
  .iframe_mapContainer.showed {
    visibility: visible;
    opacity: 1;
    transition: .5s; }

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
  height: 500px;
  width: 100%; }

@media screen and (min-width: 769px) {
  body > main.detalle-tour {
    margin-top: 0 !important; } }
section.baner-detalle-tour .baner-box__ .img_baner___ {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 233px; }
  @media screen and (min-width: 425px) {
    section.baner-detalle-tour .baner-box__ .img_baner___ {
      height: 40%; } }
  @media screen and (min-width: 560px) {
    section.baner-detalle-tour .baner-box__ .img_baner___ {
      height: 50%;
      height: 50vh; } }
  @media screen and (min-width: 660px) {
    section.baner-detalle-tour .baner-box__ .img_baner___ {
      height: 60%;
      height: 60vh; } }
  @media screen and (min-width: 769px) {
    section.baner-detalle-tour .baner-box__ .img_baner___ {
      height: 70%;
      height: 70vh; } }
  @media screen and (min-width: 899px) {
    section.baner-detalle-tour .baner-box__ .img_baner___ {
      height: 80%;
      height: 80vh; } }
  @media screen and (min-width: 1000px) {
    section.baner-detalle-tour .baner-box__ .img_baner___ {
      height: 100%;
      height: 100vh; } }
  section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour {
    position: absolute;
    bottom: 2rem;
    width: 100%; }
    section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour .container .title_boxdetalletour {
      background-image: url("../image/icons/brochado_detalle_tour.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 17px; }
      section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour .container .title_boxdetalletour .title__baner {
        font-size: 14px;
        margin: 0 auto 0;
        width: 292px;
        max-width: 100%;
        line-height: 18px; }
        @media screen and (max-width: 320px) {
          section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour .container .title_boxdetalletour .title__baner {
            width: 208px; } }
        @media screen and (min-width: 1000px) {
          section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour .container .title_boxdetalletour .title__baner {
            font-size: 35px;
            margin: 0 auto 0;
            width: 730px;
            line-height: 45px;
            padding-top: 23px;
            padding-bottom: 40px; } }
    @media screen and (min-width: 425px) {
      section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour {
        bottom: 4rem; } }
    @media screen and (min-width: 560px) {
      section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour {
        padding-top: 16px;
        padding-bottom: 32px; } }
    @media screen and (min-width: 1000px) {
      section.baner-detalle-tour .baner-box__ .img_baner___ .title_baner_detalletour {
        bottom: auto;
        top: 50vh;
        padding-top: 30px;
        padding-bottom: 40px; } }

section.body_interna_detalle_tour .container-fluid .container {
  transition: 1s; }
  section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .title_detalle_tour {
    font-family: "Poppins-Bold";
    line-height: 22px;
    text-align: center; }
    @media screen and (min-width: 980px) {
      section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .title_detalle_tour {
        font-size: 30px;
        text-align: left; } }
  section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title {
    text-align: center;
    padding: 24px 0 0; }
    section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title .resumen_detalle_tour {
      display: inline-block;
      margin: 0 auto; }
      section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title .resumen_detalle_tour > li {
        font-size: 12px;
        text-align: left;
        line-height: 28px; }
        section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title .resumen_detalle_tour > li > b {
          width: 110px;
          display: inline-block; }
          @media screen and (min-width: 463px) {
            section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title .resumen_detalle_tour > li > b {
              width: 135px; } }
        @media screen and (min-width: 425px) {
          section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title .resumen_detalle_tour > li {
            font-size: 14px; } }
    @media screen and (min-width: 660px) {
      section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title {
        text-align: center;
        padding: 34px 0 0; } }
    @media screen and (min-width: 769px) {
      section.body_interna_detalle_tour .container-fluid .container .__titlebox-detalle_tour .body_title {
        text-align: center;
        padding: 44px 0 0; } }
  section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour {
    /*RESUMEN DEL TOUR*/
    max-width: 100%; }
    section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox > h4 {
      font-size: 18px;
      font-family: "Poppins-SemiBold";
      margin: 28px 0 13px; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox > h4::after {
        background-color: #D30314;
        height: 2px;
        width: 50px;
        content: "";
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 6px;
        margin-left: 5px; }
        @media screen and (min-width: 769px) {
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox > h4::after {
            display: none; } }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox > h4::before {
        background-image: url("../image/icons/icon_avion_papel.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 15px;
        width: 15px;
        content: "";
        margin-right: 15px;
        display: none; }
        @media screen and (min-width: 769px) {
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox > h4::before {
            display: inline-block; } }
    section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox > p {
      color: #434A54;
      letter-spacing: 0.02em;
      font-size: 14px;
      text-align: justify;
      line-height: 28px; }
    section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria {
      transition: all ease .3s; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .cerrarFullscreen {
        display: none; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour {
        position: relative;
        max-width: 800px;
        margin: auto; }
        section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-stage-outer .owl-stage .owl-item {
          position: relative; }
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-stage-outer .owl-stage .owl-item > span {
            position: absolute;
            left: 0;
            top: 1rem;
            display: block;
            padding: .5rem 1rem;
            font-size: 18px;
            background-color: #D30314;
            color: white; }
        section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav {
          margin-top: 0;
          top: 45%;
          height: 0;
          left: 0;
          width: 100%;
          position: absolute; }
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > div {
            color: transparent;
            position: relative;
            background-color: rgba(255, 255, 255, 0.4); }
            section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > div > i {
              position: absolute;
              top: calc(50% - 1px);
              display: block;
              width: 20px;
              height: 2px;
              background-color: #D30314; }
              section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > div > i:before, section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > div > i:after {
                content: "";
                display: block;
                width: 70%;
                height: 100%;
                position: absolute;
                background-color: #D30314; }
            section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > div:hover {
              background-color: white; }
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-prev {
            height: auto;
            float: left; }
            section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-prev > i {
              left: 15px; }
              section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-prev > i:before {
                -webkit-webkit-transform: rotate(-50deg);
                -moz-webkit-transform: rotate(-50deg);
                -ms-webkit-transform: rotate(-50deg);
                -o-webkit-transform: rotate(-50deg);
                webkit-transform: rotate(-50deg);
                transform: rotate(-50deg);
                top: -4px; }
              section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-prev > i:after {
                -webkit-webkit-transform: rotate(50deg);
                -moz-webkit-transform: rotate(50deg);
                -ms-webkit-transform: rotate(50deg);
                -o-webkit-transform: rotate(50deg);
                webkit-transform: rotate(50deg);
                transform: rotate(50deg);
                bottom: -4px; }
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-next {
            height: auto;
            float: right;
            text-align: right; }
            section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-next > i {
              right: 15px; }
              section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-next > i:before {
                -webkit-webkit-transform: rotate(50deg);
                -moz-webkit-transform: rotate(50deg);
                -ms-webkit-transform: rotate(50deg);
                -o-webkit-transform: rotate(50deg);
                webkit-transform: rotate(50deg);
                transform: rotate(50deg);
                top: -4px;
                right: 0; }
              section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > .owl-next > i:after {
                -webkit-webkit-transform: rotate(-50deg);
                -moz-webkit-transform: rotate(-50deg);
                -ms-webkit-transform: rotate(-50deg);
                -o-webkit-transform: rotate(-50deg);
                webkit-transform: rotate(-50deg);
                transform: rotate(-50deg);
                bottom: -4px;
                right: 0; }
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .container_galeria .galery-tour > .owl-nav > button {
            display: none !important; }
    section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active {
      transition: all ease-out .3s;
      height: auto;
      position: fixed;
      top: 0%;
      width: 100%;
      height: 100%;
      left: 0%;
      z-index: 200;
      background-color: rgba(0, 0, 0, 0.95);
      display: grid; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .cerrarFullscreen {
        display: block;
        width: 35px;
        height: 35px;
        position: fixed;
        top: 4rem;
        right: 4rem;
        font-size: 30px;
        color: #D30314;
        margin: 0 0 0 auto;
        background: transparent;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        border: 1px solid #D30314; }
        section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .cerrarFullscreen:hover {
          background-color: #D30314;
          color: white; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-stage-outer {
        padding-top: 3.5rem; }
        section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-stage-outer .owl-stage .owl-item > span {
          top: -3rem;
          background-color: transparent;
          text-align: left;
          padding-left: 0; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > div {
        background-color: transparent;
        border: 1px solid #D30314; }
        section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > div:hover {
          background-color: #D30314; }
          section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > div:hover > i {
            background-color: white; }
            section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > div:hover > i:before, section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > div:hover > i:after {
              background-color: white; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > .owl-prev {
        margin-left: -4rem; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .fullscreen_active .galery-tour > .owl-nav > .owl-next {
        margin-right: -4rem; }
    section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .btn-fullscreen {
      font-size: 22px;
      display: block;
      line-height: 40px;
      width: 150px;
      text-align: center;
      background-color: transparent;
      color: #D30314;
      position: relative;
      top: 20px;
      z-index: 1;
      border: 1px solid red; }
      section.body_interna_detalle_tour .container-fluid .container .contenido_detalle_tour .dt_itembox .btn-fullscreen:hover {
        color: white;
        background-color: #D30314; }
  @media screen and (min-width: 980px) {
    section.body_interna_detalle_tour .container-fluid .container .formulario_detalle_tour {
      width: calc((100% / 12) * 4);
      display: inline-block;
      vertical-align: top; } }
  @media screen and (min-width: 980px) {
    section.body_interna_detalle_tour .container-fluid .container {
      font-size: 0; } }
@media screen and (min-width: 769px) {
  section.body_interna_detalle_tour .container-fluid .fixed_form {
    transition: 1s; }
    section.body_interna_detalle_tour .container-fluid .fixed_form .formulario_detalle_tour {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      height: 0; }
      section.body_interna_detalle_tour .container-fluid .fixed_form .formulario_detalle_tour .caja-formulario-detalle-tour {
        width: 1200px;
        max-width: 100%;
        margin: auto;
        height: 0; }
  section.body_interna_detalle_tour .container-fluid .abs_form {
    transition: 1s;
    position: relative; }
    section.body_interna_detalle_tour .container-fluid .abs_form .formulario_detalle_tour {
      transition: 1s;
      position: absolute;
      bottom: 0;
      height: auto;
      right: 0;
      left: auto;
      top: auto; }
      section.body_interna_detalle_tour .container-fluid .abs_form .formulario_detalle_tour .caja-formulario-detalle-tour {
        width: auto;
        transition: 1s;
        height: auto; } }
@media screen and (min-width: 1000px) {
  section.body_interna_detalle_tour {
    margin-bottom: 70px;
    padding-top: 60px; } }

@media screen and (min-width: 980px) {
  .contenido_detalle_tour,
  .body_title {
    width: calc((100% / 12) * 8);
    display: inline-block;
    vertical-align: top; } }
/*TITULOS DE DETALLE*/
.formDetalle_tour_titulo {
  font-size: 18px;
  font-family: "Poppins-Bold";
  margin: 28px 0 13px; }

/*ACORDEON*/
ul.accordion {
  width: 100%; }
  ul.accordion li {
    margin-bottom: 21px;
    border-top: 1px solid #D30314; }
    ul.accordion li .link {
      cursor: pointer;
      display: block;
      padding: 10px 15px 11px 30px;
      color: #000;
      font-size: 14px;
      font-family: "Poppins-SemiBold";
      position: relative;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background-color: rgba(211, 3, 20, 0.1); }
      ul.accordion li .link i {
        position: absolute;
        width: 0px;
        height: 0px;
        background: green;
        top: 45%;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        ul.accordion li .link i::before, ul.accordion li .link i::after {
          position: absolute;
          content: "";
          background-color: #262626; }
        ul.accordion li .link i::before {
          top: 1px;
          width: 9.9px;
          height: 2px;
          left: -4px;
          opacity: 1; }
        ul.accordion li .link i::after {
          top: -3px;
          width: 2px;
          height: 9.9px;
          left: 0; }
      ul.accordion li .link:hover {
        background: #D30314;
        color: white; }
        ul.accordion li .link:hover i::before {
          background: white; }
        ul.accordion li .link:hover i::after {
          background: white; }
      @media screen and (min-width: 660px) {
        ul.accordion li .link {
          padding: 10px 15px 11px 40px; } }
    ul.accordion li .submenu {
      display: none;
      background: white;
      font-size: 14px; }
      ul.accordion li .submenu > p {
        color: #262626;
        font-size: 14px;
        line-height: 28px;
        padding: 16px 0 0;
        letter-spacing: 0.02em;
        text-align: justify; }
        @media screen and (min-width: 660px) {
          ul.accordion li .submenu > p {
            padding: 0 15px 0; } }
      @media screen and (min-width: 1000px) {
        ul.accordion li .submenu {
          padding-top: 15px;
          padding-bottom: 5px; } }
  ul.accordion li.open {
    background: #D30314; }
    ul.accordion li.open .link {
      color: white;
      background-color: #D30314; }
      ul.accordion li.open .link i {
        -webkit-webkit-transform: rotate(90deg) translate(1px, -2px);
        -moz-webkit-transform: rotate(90deg) translate(1px, -2px);
        -ms-webkit-transform: rotate(90deg) translate(1px, -2px);
        -o-webkit-transform: rotate(90deg) translate(1px, -2px);
        webkit-transform: rotate(90deg) translate(1px, -2px);
        transform: rotate(90deg) translate(1px, -2px); }
        ul.accordion li.open .link i::before {
          visibility: hidden;
          background-color: green; }
        ul.accordion li.open .link i::after {
          background: white; }
    ul.accordion li.open .submenu {
      display: block; }

.formDetalle_tour_titulo {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  margin: 28px 0 13px; }
  .formDetalle_tour_titulo::after {
    background-color: #D30314;
    height: 2px;
    width: 50px;
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 6px;
    margin-left: 5px; }
    @media screen and (min-width: 769px) {
      .formDetalle_tour_titulo::after {
        display: none; } }
  .formDetalle_tour_titulo::before {
    background-image: url("../image/icons/icon_avion_papel.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 15px;
    content: "";
    margin-right: 15px;
    display: none; }
    @media screen and (min-width: 769px) {
      .formDetalle_tour_titulo::before {
        display: inline-block; } }

/*TAB DE INCLUYE Y QUE NO INCLUYE EN EL DETALLE DE TOUR*/
.tabbedPanels {
  margin-top: 25px; }
  .tabbedPanels .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(211, 3, 20, 0.2); }
    .tabbedPanels .tabs > li {
      display: inline-block;
      padding: 0;
      margin: 0 15px 0 0;
      text-align: center;
      border-bottom: 2px solid transparent; }
      .tabbedPanels .tabs > li a {
        display: block;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        color: #AFAFAF;
        font-size: 14px;
        font-family: "Poppins-SemiBold";
        padding: 8px 15px 4px;
        margin-right: 4px;
        /* spaces out the tabs  */
        margin-bottom: -2px;
        transition: .5s;
                      /* negative margin will move it down
	                         to blend in with outer border  */ }
      .tabbedPanels .tabs > li a.active {
        border-bottom: 2px solid #D30314;
        background-color: #fff;
        color: #262626;
        transition: .5s; }
    @media screen and (min-width: 980px) {
      .tabbedPanels .tabs {
        padding-left: 26px; } }
  .tabbedPanels .panelContainer {
    clear: left;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px 15px 10px; }
    .tabbedPanels .panelContainer .panel > img {
      margin-top: 10px; }
    .tabbedPanels .panelContainer .panel > ul {
      margin-bottom: 0px; }
      .tabbedPanels .panelContainer .panel > ul > li {
        font-size: 14px;
        position: relative;
        letter-spacing: 0.02em;
        display: flex;
        align-items: baseline;
        margin-bottom: 10px;
        color: #000; }
    .tabbedPanels .panelContainer .panel:nth-child(1n) {
      display: block; }
      .tabbedPanels .panelContainer .panel:nth-child(1n) > ul > li::before {
        display: inline-block;
        content: "";
        border-bottom: 2px solid red;
        border-right: 2px solid red;
        width: 4px;
        height: 8px;
        transform: rotate(45deg);
        margin-right: 13px; }
    .tabbedPanels .panelContainer .panel:nth-child(2n) {
      display: none; }
      .tabbedPanels .panelContainer .panel:nth-child(2n) > ul > li {
        /* PAGE DETALL TOUR NO INCLUYE BULLET*/ }
        .tabbedPanels .panelContainer .panel:nth-child(2n) > ul > li::before {
          display: inline-block;
          content: "";
          border-bottom: 2px solid red;
          border-right: 2px solid red;
          width: 0px;
          height: 9px;
          transform: rotate(45deg);
          margin-right: 13px; }
        .tabbedPanels .panelContainer .panel:nth-child(2n) > ul > li::after {
          display: inline-block;
          content: "";
          border-bottom: 2px solid red;
          border-right: 2px solid red;
          width: 0px;
          height: 9px;
          transform: rotate(-45deg);
          margin-right: 13px;
          position: absolute;
          left: 0;
          top: 4px; }
    @media screen and (min-width: 500px) {
      .tabbedPanels .panelContainer {
        clear: left;
        margin-bottom: 25px;
        background-color: #fff;
        padding: 10px 25px 10px;
        /* add height if you want equal panels */ } }
    @media screen and (min-width: 980px) {
      .tabbedPanels .panelContainer {
        padding: 25px 25px 10px; } }

/*FORMULARIO*/
.formulario {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  padding: 20px 0; }
  .formulario .required-text {
    color: #555E69;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 20px; }
  @media screen and (min-width: 980px) {
    .formulario {
      width: 317px;
      margin: 0 0 0 auto;
      margin-top: 0rem;
      padding: 0 0 20px 0; } }
  @media screen and (min-width: 980px) and (max-width: 1120px) {
    .formulario {
      padding: 0 0 20px 15px; } }

.formulario > label.error {
  display: none !important;
  margin-top: -27px;
  margin-bottom: 10px;
  max-height: 27px;
  color: red;
  font-size: 12px; }

.form_itembox {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
  line-height: 22px;
  letter-spacing: 0.01em;
  border: 1px solid #E1DEDE;
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.form_itembox.error {
  border-bottom: 1px solid red !important; }

.form_itembox:focus {
  border: 1px solid #E1DEDE;
  outline: 0; }

.form_itembox::placeholder,
.form_itembox:-ms-input-placeholder,
.form_itembox::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C5C5C5; }

input.formulario__submit {
  background-color: #D30314;
  color: white;
  font-size: 16px;
  letter-spacing: 0.02em;
  width: 380px;
  max-width: 100%;
  border: 0;
  line-height: 54px;
  cursor: pointer;
  margin: 0 auto 0;
  display: block; }

input.formulario__submit:focus {
  border: 0;
  outline: 0; }

.table-prices table {
  height: 100%;
  font-size: 14px;
  margin-top: 10px;
  border-collapse: collapse; }
  @media screen and (max-width: 769px) {
    .table-prices table {
      font-size: 11px; } }
  .table-prices table tbody tr th {
    background-color: rgba(211, 3, 20, 0.1);
    width: 20%;
    padding: 10px  4px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red; }
    @media screen and (max-width: 769px) {
      .table-prices table tbody tr th {
        padding: 5px  3px; } }
  .table-prices table tbody tr td {
    padding: 10px  4px;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 1px solid red; }

.content-politics .panelContainer {
  clear: left;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 10px 15px 10px; }
  .content-politics .panelContainer .panel {
    display: block !important; }
    .content-politics .panelContainer .panel > img {
      margin-top: 10px; }
    .content-politics .panelContainer .panel > ul {
      margin-bottom: 0px; }
      .content-politics .panelContainer .panel > ul > li {
        font-size: 14px;
        position: relative;
        letter-spacing: 0.02em;
        display: flex;
        align-items: baseline;
        margin-bottom: 10px;
        color: #000; }
    .content-politics .panelContainer .panel:nth-child(1n) {
      display: block; }
      .content-politics .panelContainer .panel:nth-child(1n) > ul > li::before {
        display: inline-block;
        content: "";
        border-bottom: 2px solid red;
        border-right: 2px solid red;
        width: 4px;
        height: 8px;
        transform: rotate(45deg);
        margin-right: 13px; }
  @media screen and (min-width: 500px) {
    .content-politics .panelContainer {
      clear: left;
      margin-bottom: 25px;
      background-color: #fff;
      padding: 0px 25px 10px;
      /* add height if you want equal panels */ } }
  @media screen and (min-width: 980px) {
    .content-politics .panelContainer {
      padding: 0px 25px 10px; } }

.detail-content-links {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start; }
  .detail-content-links a img {
    margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .detail-content-links {
      justify-content: flex-end;
      margin: 30px 0; } }

@media screen and (min-width: 769px) {
  .body_interna_tour .title_pageTour_mobile {
    display: none; } }
.body_interna_tour .product_container_tours {
  /*ANIMACIONES*/ }
  .body_interna_tour .product_container_tours .title_page_tours {
    display: none;
    color: #262626; }
    @media screen and (min-width: 769px) {
      .body_interna_tour .product_container_tours .title_page_tours {
        display: block;
        font-size: 40px;
        text-align: center;
        margin-top: 20px;
        font-family: 'Poppins-SemiBold';
        letter-spacing: -0.05em; } }
    @media screen and (min-width: 900px) {
      .body_interna_tour .product_container_tours .title_page_tours {
        margin-top: 0px;
        font-size: 45px; } }
    @media screen and (min-width: 1000px) {
      .body_interna_tour .product_container_tours .title_page_tours {
        margin-top: 50px;
        font-size: 50px; } }
  .body_interna_tour .product_container_tours .btn_filtros > span,
  .body_interna_tour .product_container_tours .btn_filtros {
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    display: block;
    color: #D30314; }
  .body_interna_tour .product_container_tours .btn_filtros {
    padding-left: 15px;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .body_interna_tour .product_container_tours .btn_filtros::after {
      display: inline-block;
      content: "";
      background-image: url("../image/icons/icon-filtro.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      height: 15px;
      width: 16px;
      margin-left: 2px; }
      @media screen and (min-width: 769px) {
        .body_interna_tour .product_container_tours .btn_filtros::after {
          display: none !important; } }
    .body_interna_tour .product_container_tours .btn_filtros span {
      display: none; }
      @media screen and (min-width: 769px) {
        .body_interna_tour .product_container_tours .btn_filtros span {
          display: inline-block; } }
    @media screen and (min-width: 769px) {
      .body_interna_tour .product_container_tours .btn_filtros {
        margin-bottom: 0; } }
  .body_interna_tour .product_container_tours .boxfiltros {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    left: -120%;
    transition: 1s;
    z-index: 100;
    height: 100vh;
    padding-bottom: 20px;
    overflow: auto; }
    @media screen and (min-width: 500px) {
      .body_interna_tour .product_container_tours .boxfiltros {
        width: 316px; } }
    @media screen and (min-width: 769px) {
      .body_interna_tour .product_container_tours .boxfiltros {
        z-index: 1;
        background-color: transparent; } }
    .body_interna_tour .product_container_tours .boxfiltros .close-filter {
      padding: 10px 5px;
      display: none; }
      @media screen and (max-width: 768px) {
        .body_interna_tour .product_container_tours .boxfiltros .close-filter {
          display: block; } }
    .body_interna_tour .product_container_tours .boxfiltros .btn-close-boxfiltros {
      display: block;
      padding-left: 15px;
      padding-top: 1rem;
      padding-bottom: .5rem; }
      .body_interna_tour .product_container_tours .boxfiltros .btn-close-boxfiltros i {
        background-image: url("../image/icons/flecha-cerrar-filtros-tour.svg");
        width: 100%;
        height: 30px;
        background-position: center left;
        background-repeat: no-repeat;
        display: block; }
      @media screen and (min-width: 769px) {
        .body_interna_tour .product_container_tours .boxfiltros .btn-close-boxfiltros {
          display: none; } }
    .body_interna_tour .product_container_tours .boxfiltros ul {
      padding: 0 15px;
      margin-bottom: 30px; }
      .body_interna_tour .product_container_tours .boxfiltros ul li {
        position: relative;
        margin-bottom: 12px; }
        .body_interna_tour .product_container_tours .boxfiltros ul li label {
          /*background: red;*/
          display: block;
          position: absolute;
          width: 100%;
          padding: 0 0 0 30px;
          top: 0;
          left: 0;
          line-height: 32px;
          font-size: 14px;
          letter-spacing: 0.03em;
          cursor: pointer; }
        @media screen and (min-width: 769px) {
          .body_interna_tour .product_container_tours .boxfiltros ul li {
            margin-bottom: 20px; } }
    .body_interna_tour .product_container_tours .boxfiltros h3 {
      background-color: rgba(211, 3, 20, 0.1);
      padding: 3px 15px 3px;
      border-top: 1px solid #D30314;
      margin-bottom: 17px;
      font-size: 18px; }
    .body_interna_tour .product_container_tours .boxfiltros input[type="radio"],
    .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"] {
      position: relative;
      top: 3px; }
      .body_interna_tour .product_container_tours .boxfiltros input[type="radio"]::before, .body_interna_tour .product_container_tours .boxfiltros input[type="radio"]::before,
      .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"]::before,
      .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"]::before {
        width: 15px;
        height: 15px;
        background-image: url("../image/icons/new-filtro-check.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        position: relative;
        z-index: 2;
        position: absolute;
        transition: .3s; }
      .body_interna_tour .product_container_tours .boxfiltros input[type="radio"]::after, .body_interna_tour .product_container_tours .boxfiltros input[type="radio"]::after,
      .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"]::after,
      .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"]::after {
        width: 13px;
        height: 13px;
        background: white;
        display: inline-block;
        content: "";
        position: relative;
        z-index: 1; }
      @media screen and (min-width: 769px) {
        .body_interna_tour .product_container_tours .boxfiltros input[type="radio"],
        .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"] {
          top: 8px; } }
    .body_interna_tour .product_container_tours .boxfiltros input[type="radio"]:checked.filtro-item-tipo-tour:before,
    .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"]:checked.filtro-item-pais:before,
    .body_interna_tour .product_container_tours .boxfiltros input[type="checkbox"]:checked.filtro-ciudades__:before {
      transition: .3s;
      background-image: url("../image/icons/filtro-checked.svg"); }
  @media screen and (min-width: 769px) {
    .body_interna_tour .product_container_tours .btn_filtros,
    .body_interna_tour .product_container_tours .boxfiltros {
      position: relative;
      left: 0;
      height: auto;
      width: calc((100% / 12) * 3 + 16px);
      z-index: 1; } }
  .body_interna_tour .product_container_tours .boxfiltros,
  .body_interna_tour .product_container_tours .contenedor-tours {
    display: inline-block;
    vertical-align: top; }
  @media screen and (max-width: 768px) {
    .body_interna_tour .product_container_tours .show_filtros {
      left: 0;
      opacity: 1;
      transition: 1s;
      width: 80%; } }
  .body_interna_tour .product_container_tours .contenedor-tours {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .body_interna_tour .product_container_tours .contenedor-tours {
        width: calc((100% / 12) * 9 - 16px); } }
    @media screen and (min-width: 1200px) {
      .body_interna_tour .product_container_tours .contenedor-tours {
        text-align: left; } }
    .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
      width: 400px;
      max-width: 100%;
      margin: 0 auto 1.5rem;
      transform: scale(1); }
      @media screen and (min-width: 600px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          display: inline-block;
          vertical-align: top;
          width: calc(100% / 2);
          margin-left: calc((100% - 500px) / 4);
          margin-right: calc((100% - 500px) / 4);
          margin-bottom: 2rem;
          width: 250px; } }
      @media screen and (min-width: 769px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 400px) / 2);
          width: 200px;
          margin-right: 0; } }
      @media screen and (min-width: 800px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 460px) / 2);
          width: 230px; } }
      @media screen and (min-width: 980px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 560px) / 2);
          width: 280px; } }
      @media screen and (min-width: 1120px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 640px) / 2);
          width: 320px; } }
      @media screen and (min-width: 1200px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 680px) / 2);
          width: 340px; } }
      @media screen and (min-width: 1220px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 750px) / 2);
          width: 375px; } }
      @media screen and (min-width: 1360px) {
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour {
          margin-left: calc((100% - 800px) / 2);
          width: 400px; } }
      .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour .tour_incluye {
        font-size: 0; }
        .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour .tour_incluye li {
          width: calc((100% / 6) - 1%); }
          .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour .tour_incluye li img {
            width: 40% !important; }
      .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour .card_body ul.card_cost_time .duracion {
        width: 73% !important; }
      .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour .card_body ul.card_cost_time .cost {
        width: 27% !important; }
      .body_interna_tour .product_container_tours .contenedor-tours .items-contenedor-tours .card_tour:hover {
        transition: .3s;
        transform: translateY(-10px);
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 769px) {
    .body_interna_tour .product_container_tours {
      font-size: 0;
      min-height: 1100px; } }
.body_interna_tour .hide_tour {
  display: none !important;
  animation: hide_tour 2s; }
@keyframes hide_tour {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
.body_interna_tour .show_tour {
  display: inline-block !important;
  animation: show_tour 1s; }
@keyframes show_tour {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
/* The container radio button */
.container-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container-label .text-radio-label {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0 0 0 30px;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.03em;
    cursor: pointer; }

.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 9px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #FEFEFE;
  border-radius: 50%;
  border: 1px solid #D30314; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container-label input:checked ~ .checkmark:after {
  display: block; }

.container-label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D30314; }

.container-label .active {
  background: #D30314; }

.filtro-ciudades .d-none {
  display: none; }

.page-exito {
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%; }
  .page-exito .container {
    position: relative;
    top: 22%; }
    .page-exito .container .box_gracias {
      width: 673px;
      max-width: 100%;
      padding: 6rem 4rem 8rem;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.5);
      text-align: center; }
      .page-exito .container .box_gracias > h3 {
        font-size: 40px;
        color: #D30314;
        letter-spacing: 0.01em; }
      .page-exito .container .box_gracias > p {
        width: 378px;
        max-width: 100%;
        font-size: 16px;
        display: block;
        margin: auto;
        line-height: 50px; }
      .page-exito .container .box_gracias > a {
        background-color: #D30314;
        font-size: 18px;
        color: white;
        line-height: 50px;
        width: 280px;
        margin: 2rem auto 0rem;
        text-align: center;
        display: block;
        letter-spacing: -0.03em; }

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