/***** Top content *****/

a {
  color: #00A681;
  text-decoration: none;
}

a:focus, a:hover {
    color: #00a900;
    text-decoration: underline;
}

a:hover {
    color: #00a900;
    text-decoration: underline;
}

.top-content {
  padding: 40px 0 170px 0;
}

.top-content .text {
  color: #fff;
}

.top-content .text h1 {
  color: #fff;
}

.top-content .description {
  margin: 20px 0 10px 0;
}

.top-content .description p {
  opacity: 0.8;
}

.top-content .description a {
  color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
  border-bottom: 1px dotted #fff;
}

.form-box {
  padding-top: 0px;
}

.f1 {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: -25px;
  margin-bottom: 20px;
}

.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #0672E7;
}

.f1-step {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
}

.f1-step.active .f1-step-icon i {
  margin-top: 10px;
  margin-left: 15px;
}

.f1-step-icon i {
  margin-top: 10px;
  margin-left: 12px;
}

.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #0672E7;
  color: #0672E7;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #0672E7;
  font-size: 22px;
  line-height: 48px;
}

.f1-step p {
  color: #ccc;
  font-weight: bold;
}

.f1-step.activated p {
  color: #0672E7;
}

.f1-step.active p {
  color: #0672E7;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

.f1-buttons {
  text-align: right;
}

.f1 .input-error {
  border-color: #0672E7;
}

.tour-breadcrumb {
  margin-top: 65px;
}

.btn-breadcrumb {
  margin-bottom: 20px;
}

.btn-breadcrumb>.btn.disabled {
  opacity: 1 !important;
  color: #999;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  margin-left: 0px !important;
  padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-home {
  background-color: #DC3647;
  border: none;
}

.btn-breadcrumb .btn.btn-home:hover {
  background-color: #F06037;
  border: none;
}

.btn-breadcrumb .btn.btn-first-breadscrumb {
  background-color: #283854;
  border: none;
}

.btn-breadcrumb .btn.btn-first-breadscrumb:hover {
  background-color: #4C8CA7;
}

.btn-breadcrumb .btn.btn-home:not(:last-child):after {
  border-left: 10px solid #DC3647;
}

.btn-breadcrumb .btn.btn-home:not(:last-child):before {
  border-left: 10px solid #E8543C;
}

.btn-breadcrumb .btn.btn-home:hover:not(:last-child):after {
  border-left: 10px solid #F06037;
}

.btn-breadcrumb .btn.btn-home:hover:not(:last-child):before {
  border-left: 10px solid #F16136;
}

/** Success button **/
.btn-breadcrumb .btn.btn-first-breadscrumb:not(:last-child):after {
  border-left: 10px solid #283854;
}

.btn-breadcrumb .btn.btn-first-breadscrumb:not(:last-child):before {
  border-left: 10px solid #39627E;
}

.btn-breadcrumb .btn.btn-first-breadscrumb:hover:not(:last-child):after {
  border-left: 10px solid #4C8CA7;
}

.btn-breadcrumb .btn.btn-first-breadscrumb:hover:not(:last-child):before {
  border-left: 10px solid #5CB0C8;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

.itinerary-content p {
  margin-bottom: 15px;
  font-weight: 400;
}

.sub-title {
  font-size: 20px;
  font-weight: 500;
}

#container-tarjad {
  grid-area: main;
  align-self: center;
  justify-self: center;
}

#container-tarjad {
  width: 30rem;
  height: 13.625rem;
}

.tarjad-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.block-tarjad {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  overflow: hidden;
}

.block-tarjad {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
}

.paraf-content {
  font-size: 17px;
  font-weight: 500;
}

.paraf-content.paraf-about {
  margin-top: 30px
}

.about-img {
  padding: 20px;
}

.tim-title.about-title {
  margin-top: 30px
}

.tim-title.about-title h1 {
  font-size: 32px;
}

.tim-title.about-title h2 {
  font-size: 28px;
}

.tim-title-secondary h2 {
  font-size: 28px;
}

.contact-list.about-items>li {
  color: #000;
}

.card-register.about-card {
  margin: 41px 38px 70px;
  max-width: 450px;
  padding: 27px;
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249, 249, 249);
}


.form-control {
  color: #000;
}

button.btn.btn-next {
  background: #388CE7;
  font-weight: 600;
}

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus,
button.btn.btn-next.active:focus {
  background: #0672e7;
}

a.btn.btn-next {
  background: #388CE7;
  font-weight: 600;
}

a.btn.btn-next,
a.btn.btn-next:focus,
a.btn.btn-next:active:focus,
a.btn.btn-next.active:focus {
  background: #0672e7;
}

ul li {
  font-weight: 400;
}

.btn.btn-whatsapp {
  background: #25d366;
  border-color: #22c25e;
  font-size: 16px;
}

.btn.btn-whatsapp:hover {
  background: #22c25e;
}

.btn.btn-whatsapp:hover:focus:active {
  background: #22c25e;
}

.btn.btn-pdf {
  background: #F06A08;
  border-color: #F06A08;
  font-size: 16px;
}

.btn.btn-pdf:hover {
  background: #F05708;
}

.btn.btn-pdf:hover:focus:active {
  background: #F05708;
}

.fecha-salida {
  text-align: center;
}

.fecha-salida span {
  background-color: #1400bb;
  padding: 6px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 25px;
}

.entry-disponibilidad-machu {
  min-height: 320px;
}

.pre-pay {
  color: blue;
  font-size: 14px;
  margin-top: 0px;
  font-weight: 500;
}

.btn-more-info {
  border-radius: 50px;
  text-align: center;
  border: 0px solid;
  padding: 0px;
}

.btn-more-info:focus {
  border: 0px solid !important;
  background: #fff;
  padding: 0px;
}

.btn-more-info:visited {
  border: 0px solid !important;
}

.btn-more-info:hover {
  border: 0px solid !important;
}

.btn-more-info .fa-circle {
  color: #0672E7;
}

.btn-more-info .fa-info {
  color: #fff;
}

.tooltip-inner {
  min-width: 300px;
  /* the minimum width */
}

.f1-step p {
  font-weight: 500;
}

@media (max-width: 767px) {
  .fecha-salida {
    margin-top: 15px;
  }

  .trip-cabecera {
    width: 100% !important;
  }

  #CDSWIDSSP {
    width: 100% !important;
  }
}

h5 {
  font-weight: 500;
}

.trip-principal {
  width: 100%;
  overflow: hidden;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 150px;
  min-height: 100%;
  transition: .2s;
}

.trip-cuerpo {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
}

.trip-cuerpo h3 {
  text-align: center;
  margin-bottom: 32px;
}

.trip-cabecera {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 18px 24px 24px;
  background-color: rgba(17, 17, 17, 0.05);
  margin: auto;
  margin-bottom: 15px;
}

.trip-rating {
  color: rgb(17, 17, 17);
  font-size: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  font-weight: 500;
}

.trip-imagen-cabecera {
  flex: 0 1 0%;
  width: auto;
  height: 40px;
  margin-right: 8px;
}

.trip-imagen-cabecera>div {
  width: inherit;
  height: inherit;
}

.trip-imagen-cabecera>div>svg {
  display: block;
  width: inherit;
  height: inherit;
}

.trip-cabecera-rating {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.trip-starts {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.trip-number-reviews {
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 1);
}

.trip-number-starts {
  margin-right: 13px;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  color: rgb(17, 17, 17);
}

.trip-rating-starts {
  margin-right: 12px;
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.trip-rating-start-solo {
  margin-right: 0px;
  position: relative;
  width: 20px;
  height: 20px;
}

.trip-start-solo {
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 0;
}

.trip-start-solo>svg {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.trip-start-solo>svg>path {
  fill: rgba(17, 17, 17, 0.2) !important;
}

.trip-start-solo-2 {
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 0;
  clip-path: inset(0px 0% 0px 0px);
}

.trip-start-solo-2>svg {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.trip-start-solo-2>svg>path {
  fill: rgb(252, 191, 2) !important;
}

.trip-start-solo-2.start-medio {
  clip-path: inset(0px 50% 0px 0px);
}

.trip-boton-escribir-review {
  display: inline-flex;
  position: relative;
  margin-top: 8px;
}

.trip-boton-escribir-review>a {
  position: relative;
  min-width: fit-content;
  max-width: 100%;
  padding: 0px;
  line-height: 1.32;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  background: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: inherit;
  background-color: rgb(25, 123, 255);
  text-decoration: none;
}

.trip-boton-escribir-review>a>span {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: inherit;
  box-sizing: border-box;
  min-width: 100%;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0);
}

.amount-was {
  position: relative;
  font-size: 12px;
  display: inline-block;
}

.amount-was span:nth-child(1) {
  font-size: 12px;
}

.precio-final span:nth-child(1) {
  position: absolute;
  margin-top: 3px;
  margin-left: -12px;
}

.amount-was span:nth-child(2) {
  font-size: 18px;
}

.precio-final span:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
}

.amount-was::after {
  position: absolute;
  content: "";
  color: red;
  left: 0;
  top: 47%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(0deg);
}

.spinnermasmenos {
  color: #fff !important;
}

.spinerinput {
  color: #000 !important;
  font-weight: 500;
}

.sticky-top {
  top: 115px;
}

.butons-mobile {
  display: block;
  box-shadow: 2px -13px 20px 0px rgb(0 0 0 / 8%)
}

.butons-mobile .btn {
  min-width: 50px;
  height: 36px;
  padding: 0 25px;
  font-size: 14px;

}

.butons-nav .input-group-btn .btn {
  padding: 2px 18px;
}

.butons-nav input {
  height: 27px;
}

.panel-mobile-overview {
  z-index: 99;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .1);
}

.navbar-default {
  background-color: #0D113D;
}

.entry-disponibilidad-machu .colorfondo {
  background-color: #0D113D;
  padding-top: 5px;
}

.entry-disponibilidad-machu .calenheader .calenbox {
  background: #00A681 !important;
  border-color: #00A681;
}

.entry-disponibilidad-machu .calenheader .calenbox:hover {
  background: #00A681 !important;
  border-color: #00A681;
}

.entry-disponibilidad-machu .calenbox {
  border: #00A681 solid 1px;
}

.entry-disponibilidad-machu .calenespacios {
  color: #0D113D;
}

.panel-mobile-booking p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 20px;
}

.butons-nav-normal .input-group-btn .btn {
  padding: 6px 8px;
}

.butons-nav-normal input {
  height: 35px;
  padding: 0 2px;
}

.botones-top {
  top: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.formu-text .form-group.row {
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
}

.table-costos tr>td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #b3b3b3;
  vertical-align: middle;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.page-header-3 {
  background-color: #B2AFAB;
  min-height: 140px;
  max-height: 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page-header-3 .imagen-panel-texto {
  position: relative;
  height: auto;
  bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.page-header-3 .imagen-panel-texto .panel-texto-titulo {
  font-size: 20px;
  line-height: 1.3em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: left;
  background: #fff;
  display: inline-flex;
  padding: 20px 35px 15px;
  border-radius: 15px 15px 0px 0px;
  align-items: center;
  gap: 20px;
}

.page-header-3 .panel-imagen-paginas .imagen-panel-texto .panel-imagen-icon {
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.page-header-3 .panel-imagen-paginas .imagen-panel-texto .imagen-icon {
  padding: 1px 6px;
  background-color: #fff;
  color: #004E6D;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  font-size: 20px;
}

.tim-title-principal {
  margin-top: 30px;
  margin-bottom: 10px;
}

.tim-title-principal h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.principal-viajes p {
  font-size: 16px;
  font-weight: 400;
}

/*** splide js ***/
#splide-tours .splide__arrow {
  background: #0000;
  border: 0;
  color: #e5eeee;
  position: absolute;
  top: 50%;
}

#splide-tours .splide__arrow--prev {
  left: -2.5rem;
  transform: scaleX(1) translateY(-50%);
}

#splide-tours .splide__arrow--next {
  right: -2.5rem;
  transform: translateY(-50%);
}

#splide-tours .splide__pagination--custom .splide__pagination__page {
  align-items: center;
  background: #363e40;
  border-radius: 4px;
  color: #c4d5d7;
  display: inline-flex;
  font-size: 0.8rem;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0.5rem;
  width: 1.6rem;
}

#splide-tours .splide__pagination__page.is-active {
  background: #f53b00;
  color: #fff;
}

#splide-tours .splide__pagination--custom {
  bottom: -3rem;
}

#splide-tours .splide__slide__container {
  display: flex;
}

/*** fin - splide js ***/

/*** card tours ***/
.card-tour {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 390px;
  width: 100%;
}



.card-tour.card-tour-body {
  color: #fff;
  margin-right: 5px;
  position: relative;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  -webkit-transform: translateZ(0);
  border-radius: 16px;
  transition: box-shadow .24s cubic-bezier(.22, 0, .08, 1), transform .24s cubic-bezier(.22, 0, .08, 1), -webkit-box-shadow .24s cubic-bezier(.22, 0, .08, 1), -webkit-transform .24s cubic-bezier(.22, 0, .08, 1);
  transition: 0.4s;
}

.card-tour .card-tour-image {
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.4s;
}

.card-tour:hover.card-tour-body {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
  border: solid 1px #ff906e;
}


.card-tour .card-image-contain {
  width: 100%;
  height: auto;
  padding-bottom: unset;
  overflow: hidden;
  transform: rotate(0);
  position: relative;
}

.card-tour .card-image {
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  transition: all 0.7s ease-in-out;
}

.card-tour:hover .card-image {
  transform: scale(1.15);

}

.card-tour .card-image .img-lazy {
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  transition: background-color .2s ease;
}

.card-tour .card-tour-text {
  padding: 8px 16px 16px;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.card-tour .card-tour-text .card-subtitle-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
  -webkit-line-clamp: 1;
  color: #757575;
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  line-height: 18px;
  margin-bottom: 4px;
}

.card-tour .card-tour-text .card-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
  -webkit-line-clamp: 2;
  color: #212121;
  word-break: break-word;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 4px;
}

.card-tour .card-tour-text .card-content-items {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 4px;
  margin-top: 2px;
  gap: 5px;

}

.card-tour .card-tour-text .card-pill-item {
  margin-right: 4px;
  height: 20px;
  line-height: 20px;
  border: none;
  color: #757575;
  font-size: 12px;
  background: #F5F5F5;
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  max-width: 100%;
  padding: 0 4px;
}

.card-tour .card-tour-text .item-pill {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #020202;
  font-size: 12px;
  font-weight: 400;
}

.card-tour .card-tour-text .card-content-physical {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}

.card-tour .card-tour-text .card-content-physical .physical-icon {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.card-tour .card-tour-footer {
  margin-top: 8px;
}

.card-tour .card-tour-footer .card-text-price {
  display: inline-block;
}

.card-tour .card-tour-footer .price-text {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-tour .card-tour-footer .price-text .price-now {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 4px;
  color: #212121;
}

.card-tour .card-tour-footer .price-text .price-person {
  font-weight: 700;
  word-break: break-word;
}

.card-tour .card-tour-footer .price-text .price-old {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: line-through;
  color: #5e5e5e;
}

.card-tour .card-tour-footer .card-text-offer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
  max-height: 20px;
  overflow: hidden;
  margin-bottom: -4px;
  max-height: 45px !important;
}

.card-tour .card-tour-footer .offer-pill {
  color: #f03800;
  box-shadow: #ff430a 0px 0px 0px 1px inset;
  margin-bottom: 4px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 1px;
  word-break: break-all;
}

.card-tour .card-tour-footer .offer-pill-text {
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}


/*** fin - card tours ***/

/*** Card tour horizontal ***/
.card-tour-hor-link {
  color: #181818;
  display: flex;
  text-decoration: none;
  touch-action: manipulation;
  flex-wrap: wrap;
  overflow: hidden;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 5px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.card-tour-hor-link:hover,
.card-tour-hor-link:active,
.card-tour-hor-link:focus {
  text-decoration: none;
  color: #000;
}

.card-tour-hor {
  display: flex;
  overflow: hidden;
  height: 75px;
  width: fit-content;
  padding: 0px;
  margin: 10px 0px 5px;
}

.card-tour-hor .tour-hor-image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(233, 233, 233);
  border-radius: 8px;
  height: 75px;
  width: 75px;
  flex-shrink: 0;
  padding: 0px;
  margin: 0px;
}

.card-tour-hor .tour-hor-body {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  flex-direction: column;
  height: 75px;
  padding: 0px;
  margin: 0px 0px 0px 12px;
}

.card-tour-hor .tour-hor-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.card-tour-hor .tour-hor-body span {
  max-width: 100%;
  white-space: pre-wrap;
  display: -webkit-box;
  font-size: 14px;
  line-height: 20px;
  color: rgb(33, 33, 33);
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
  -webkit-line-clamp: 2;
}

.card-tour-hor .tour-hor-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 0px;
  margin: 6px 0px 0px;
  -webkit-box-align: center;
  gap: 5px;
}

.card-tour-hor .tour-hor-content .tour-hor-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5722;
  box-shadow: #FF5722 0px 0px 0px 1px inset;
  margin-bottom: 0px;
  font-size: 12px;
  height: 18px;
  line-height: 20px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  overflow: hidden;
  padding: 2px;
  word-break: break-all;

}

.card-tour-hor .tour-hor-content .tour-hor-pill .mdi {
  color: #FF5722;
  font-size: 16px;
}

.card-tour-hor .tour-hor-content .tour-hor-pill .pill-text {
  display: flex;
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  padding-top: 1px;
}

.card-tour-hor .tour-hor-content .tour-hor-pill.sale-whatsapp {
  color: #399C39;
  box-shadow: #399C39 0px 0px 0px 1px inset;
}

.card-tour-hor .tour-hor-content .tour-hor-pill.sale-whatsapp .mdi {
  color: #399C39;
}

/*** fin - Card tour horizontal ***/

/*** Modal tour ***/
#faq .card-header {
  cursor: pointer;
}

#faq .card-header h3::after {
  content: "\F0140";
  font: normal normal normal 55px / 1 "Material Design Icons";
  font-size: 22px;
  text-rendering: auto;
  line-height: inherit;
  float: right;
  transition: 0.5s;
}

#faq .card-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

#faq .card-header h4::after {
  content: "\F0140";
  font: normal normal normal 55px / 1 "Material Design Icons";
  font-size: 22px;
  text-rendering: auto;
  line-height: inherit;
  float: right;
  transition: 0.5s;
}

#faq .card-header.collapsed h4:after {
  transform: rotate(180deg);
}

#faq .card-header.collapsed h3:after {
  transform: rotate(180deg);
}

#faq .card-header {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.25rem 0rem;
}

#faq .card-body {
  padding: 1.25rem 0rem;
  font-size: 16px;
}

#faq h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

#faq .card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.title-modal-tour {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}

.tour-included {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tour-included li {
  padding-left: 1.2em;
  text-indent: -0.65em;
}

.tour-included li::before {
  position: absolute;
  margin-top: 1em;
}

.tour-included li .mdi.mdi-check {
  color: #22c25e;
}

.tour-included li .mdi.mdi-close {
  color: #eb2222;
}

.tour-included li .mdi.mdi-star-four-points-circle {
  color: #ff720e;
}

.modal-dialog-scrollable {
  padding-top: 0px;
  overflow-y: initial !important
}

.modal-dialog-scrollable .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.tour-gallery {
  padding: 15px 0px 15px 0px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}

.tour-gallery .tour-gallery-title {
  display: flex;
  flex-direction: column;
}

.tour-gallery .tour-gallery-title a {
  color: #000;
  text-decoration: underline;
}

.tour-gallery .tour-gallery-preview {
  display: flex;
  gap: 8px;
}

.tour-gallery .tour-gallery-preview div {
  cursor: pointer;
  position: relative;
  background-color: #af2020;
  width: 120px;
  height: 100%;
  border-radius: 10px;
  gap: 8px;
}

.tour-gallery .tour-gallery-preview div img {
  object-fit: cover;
  border-radius: 10px;
}

/*** Modal tour ***/

/** tour details **/
.content-tour-details {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
  overflow: hidden;
  margin-bottom: 10px;
  gap: 10px;
}

.content-tour-details .tour-details-card {
  margin-bottom: 4px;
  box-shadow: inset 0 0 0 1px rgb(255 59 0 / 39%);
  color: #525252;
  font-size: 15px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 1px;
  word-break: break-all;
}

.content-tour-details .tour-details-card .tour-initial-text {
  background-color: rgb(255 106 0 / 20%);
  background-image: radial-gradient(circle at .9em center, #fff .22em, transparent 0), linear-gradient(125deg, #fff .68em, transparent 0), linear-gradient(55deg, #fff .68em, transparent 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-left: -3px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 1.42em;
  padding-right: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-tour-details .tour-details-card .tour-initial-description {
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/** fin - tour details **/

/** tour itinerary **/
.tour-itinerary .itinerary-point {
  padding: 0 0 16px 44px;
  position: relative;
}

.tour-itinerary .itinerary-content {
  max-height: none;
  overflow: hidden;
}

.tour-itinerary .itinerary-line {
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d1d1d1;
}

.tour-itinerary .itinerary-line.finish-point {
  background-color: transparent;
}

.tour-itinerary .itinerary-line+.mdi {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;

  text-align: center;
  padding-top: 4px;
  border-radius: 50px;
}

.tour-itinerary .itinerary-line+.mdi:before {

  font-size: 18px;
  padding-left: 2px;
}

.tour-itinerary .itinerary-line.start+.mdi {
  color: #0672E7;
  background-color: #EDF5FF;
}

.tour-itinerary .itinerary-line.point+.mdi {
  color: #ff811b;
  background-color: #ffebdd;
}

.tour-itinerary .itinerary-line.train+.mdi {
  color: #0655e7;
  background-color: #dde2ff;
}

.tour-itinerary .itinerary-line.lunch+.mdi {
  color: #07cf18;
  background-color: #e7ffdd;
}

.tour-itinerary .itinerary-line.finish-point+.mdi {
  color: #000000;
  background-color: #e4e4e4;
}

.tour-itinerary .itinerary-content-text {
  margin-bottom: 5px;
  overflow: hidden;
}

.tour-itinerary .itinerary-text {
  padding: 4px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #212121;
  gap: 5px;
}

.tour-itinerary .itinerary-text span {
  vertical-align: middle
}

.tour-itinerary .itinerary-details {
  margin: 0px 0 0;
}

.tour-itinerary .itinerary-details-text {
  margin-bottom: 5px;
}

.tour-itinerary .itinerary-details-duration {
  margin-bottom: 5px;
}

.tour-itinerary .itinerary-details-duration .details-duration-it {
  display: flex;
  flex-wrap: wrap;
}

.tour-itinerary .details-duration-it .box-duration-it {
  margin-top: 0;
  padding-right: 12px;
  width: auto;
  max-width: 100%;
  display: flex;
  padding-bottom: 2px;
  gap: 8px;
}

.tour-itinerary .details-duration-it .box-duration-it span:nth-child(1) {
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tour-itinerary .itinerary-details-description {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
}

.tour-itinerary .itinerary-details-description>div {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  word-break: break-word;
}

.tour-itinerary .itinerary-details-description>div>p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #212121;
  margin-bottom: 4px;
}

/** fin - tour itinerary **/

/** precio opciones **/
/*Card Button CSS*/

.card-radio-btn {
  width: 100%;
}

.ellipsis {
  color: #14281D;
}

.more,
.less {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  padding: 0 5px;
}

.more:hover,
.less:hover {
  color: #0020d3;
  text-decoration: underline;
  font-weight: bold;
  padding: 0 5px;
}


.card-radio-btn .content_head {
  color: #000000;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.card-radio-btn .content_sub {
  color: #3f3f3f;
  font-size: 15px;
  margin-bottom: 15px;
}

.card-radio-btn .content_subhead_person {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

.card-radio-btn .content_subhead_person .price-tour-def,
.card-radio-btn .content_subhead_person .divisa-price {
  color: #0068d8;
  font-weight: 500;
}

.card-radio-btn .content_subhead_person .price-was {
  text-decoration: line-through;
}

.card-radio-btn .content_subhead {
  color: #3F51B5;
  font-size: 18px;
  font-weight: 700;
}

.card-radio-btn .content_sub.available {
  color: #1DA83F;
}

.card-radio-btn .content_sub.sold-out {
  color: #DE3241;
}

.card-input-element+.card {
  width: 100%;
  justify-content: center;
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  text-align: left;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.card-input-element+.card:hover {
  cursor: pointer;
}

.card-input-element:checked+.card {
  border: 2px solid #719eca;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element:checked+.card::after {
  content: "\f058";
  color: #2e8de9;
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-radio-btn.sold-out {
  pointer-events: none;
}

.card-radio-btn.sold-out .content_head {
  color: #b7b7b7;
}

.card-radio-btn.sold-out .content_subhead {
  color: #b7b7b7;
}

.card-radio-btn.sold-out .more {
  color: #b7b7b7;
}

.card-radio-btn.sold-out .content_subhead_person {
  color: #b7b7b7;
}

.card-radio-btn.sold-out .content_subhead_person .divisa-price,
.card-radio-btn.sold-out .content_subhead_person .price-tour-def {
  color: #ffba9b;
}

.price-options.price-hidden {
  pointer-events: none;
  opacity: 0.7;
}

.btn.btn-previous:disabled {
  opacity: 0.33;
  pointer-events: none;
}

.pay-resumen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

/** fin - precio opciones **/

/*Spinner*/
.spinner-route {
  display: none;
  margin: 10px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner-route.active {
  display: block;
}

.spinner-route>div {
  background-color: #00d1b2;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchDelay 1.2s infinite ease-in-out;
  animation: stretchDelay 1.2s infinite ease-in-out;
}

.spinner-route .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-route .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-route .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-route .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchDelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}


/*Spinner fin*/

/** index tours **/
.tours-popular {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tours-popular .card-tour {
  flex: 20%;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/** fin - index tours **/

/** card package **/
.card-package {
  background-color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);

  color: #181818;
  text-decoration: none;
  touch-action: manipulation;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 5px;
  font-weight: 500;
  border-bottom: 1px solid #acacac;
}

.card-link-package:hover {
  text-decoration: none;
}

.card-package.card-radius {
  border-radius: .5rem;
}

.card-package .package-image {
  padding: 1rem;
  height: 4rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-package .package-image-city {
  background-color: #000;
  border-radius: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  opacity: .75;
  padding-right: .5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  color: #fff;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.card-package .package-info {
  padding-top: 1rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #acacac;
  border-color: #e2e8f0;
  background-color: #f7fafc;
}

.card-package .info-duration {
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: .75rem;
  color: #ee3c05;
}

.card-package .font-normal {
  font-weight: 700;
  color: #000;
}

.card-package .package-content {
  color: #4a5568;
  padding: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.package-content h6 {
  font-size: 20px;
  color: #1a202c;
  margin-top: .25rem;
  margin-bottom: .25rem;
  line-height: 1;
}

.package-content div>p {
  margin: 0px;
}

.package-content .content-text>p:nth-child(2) {
  width: 14rem;
  font-size: 15px;
}

.package-content .content-text p:nth-child(3) {
  width: 14rem;
  font-size: 14px;
}

.package-content .content-text p:nth-child(4) {
  color: #2b2d30;
  width: 14rem;
  font-size: 12px;
}

.package-content .content-price {
  text-align: end;
}

.package-content .content-price p:nth-child(1) {
  color: #2b2d30;
  font-size: 14px;
}

.package-content .content-price p:nth-child(3) {
  color: #2b2d30;
  font-size: 12px;
}

.package-content .content-price p:nth-child(4) {
  color: #2b2d30;
  font-size: 12px;
}

.package-extra {
  color: #ee3c05;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  border-top: 1px solid #c7c8c9;
}

.package-extra .items-info {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.package-extra .items-info p {
  font-size: .875rem;
  padding-right: .25rem;
}

.package-extra .items-info p>span {
  color: #1a202c;
  font-weight: 700;
}

.package-extra .items-info .pill {
  padding: 5px 15px 5px 15px;
  font-size: .875rem;
  background-color: #1a202c;
  color: #fff;
  border-radius: 25px;
}

.package-extra .items-info .pill.bg-0 {
  background-color: #1a202c;
}

.package-extra .items-info .pill.bg-1 {
  background-color: #232C3C;
}

.package-extra .items-info .pill.bg-2 {
  background-color: #2D374C;
}

.package-extra .items-info .pill.bg-3 {
  background-color: #36435C;
}

.content-price .precio-old{
  text-decoration: line-through;
}
/** fin - card package **/

/** sleketon css **/
.tour-sk {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.movie--isloading {
  flex: 20%;

  height: 388px;
  min-height: 358px;
  border-radius: 4px;
  overflow: hidden;
}

.movie--isloading .loading-image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 260px;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-size: 250px;
  -webkit-animation: shine-loading-image 2s infinite ease-out;
  animation: shine-loading-image 2s infinite ease-out;
}

.movie--isloading .loading-content {
  height: 128px;
  background: #f7f7f7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.movie--isloading .loading-content .loading-text-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.movie--isloading .loading-content .loading-main-text {
  height: 10px;
  width: 65%;
  margin-bottom: 10px;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-sub-text {
  height: 10px;
  width: 50%;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-btn {
  width: 60px;
  height: 25px;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}


@-webkit-keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}


@keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}

@-webkit-keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }

  40%,
  100% {
    background-position: 140px;
  }
}

@keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }

  40%,
  100% {
    background-position: 140px;
  }
}

/** fin - sleketon css **/

.tours-complement h3 {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
}

.ajustedBackground {
  width: 100%;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ajustedBackground.imgsrc {
  background-image: url('../img/inca-trail.webp')
}

.float {
  font-size: 39px;
}

.iconbrig a {
  font-size: 26px;
}

#principalbanner picture {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sticky-menu-top{
  position: sticky;
        top: 0;
        z-index: 1020;
}

#principalbanner img{
  object-fit: cover;
    height: auto;
    width: 100%;
}

.spinnermasmenos{
  background-color: #57a8ff;
  border-color: #57a8ff;
}
.spinnermasmenos:hover{
  background-color: #3092fa;
  border-color: #3092fa;
}

.logo-pad img {
    width: 180px;
    padding: 5px 8px 5px 8px !important;
    margin-left: 5px;
  }

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
  .ajustedBackground.imgsrc {
    background-image: url('../img/inca-trail-1200.webp')
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-extra {
    flex-direction: column;
  }

  .tours-popular .card-tour {
    flex: 45%;
  }

  .tour-sk .movie--isloading {
    flex: 45%;
  }

  .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .btn-breadcrumb {
    margin-top: 5px;
  }

  .modal-dialog {
    max-width: 700px;
    margin: 30px auto;
  }
  .logo-pad img {
    width: 180px;
    padding: 5px 8px 5px 8px !important;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .img-payment img{
    max-width: 65%;
  }
  .marb20{
    margin-top: 25px;
  }
  .tim-title {
    margin-top: 55px;
}
  .butons-nav .input-group-btn .btn {
    padding: 2px 12px;
}
  .float {
    font-size: 27px;
  }

  .ajustedBackground.imgsrc {
    background-image: url('../img/inca-trail-500.webp')
  }

  .logo-pad img {
    width: 150px;
    padding: 12px 8px 5px 8px !important;
    margin-left: 5px;
  }

  .tim-title-secondary h2 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .package-extra {
    flex-direction: column;
  }

  #splide-tours .splide__pagination--custom {
    bottom: -4.5rem;
  }

  #splide-tours .splide__arrow--prev {
    left: -0.5rem;
  }

  #splide-tours .splide__arrow--next {
    right: 0.5rem;
  }

  .tours-popular .card-tour {
    flex: 45%;
    min-height: 360px;
  }

  .tour-sk .movie--isloading {
    flex: 45%;
    height: 358px;
  }

  .card-radio-btn .card.card-body {
    padding: 1rem;
    margin-bottom: 5px;
  }

  .card-radio-btn .content_head {
    font-size: 15px;
  }

  .card-radio-btn .content_sub {
    color: #3f3f3f;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .modal-dialog-scrollable .modal-body {
    padding: 20px 25px;
  }

  .tour-gallery {
    flex-direction: column;
    justify-content: space-between;
  }

  .tour-gallery .tour-gallery-title {
    flex-direction: row;
    justify-content: space-between;
  }

  .tour-gallery .tour-gallery-preview {
    gap: 6px;
  }

  .page-header-3 .imagen-panel-texto {
    text-align: center;
  }

  .tim-title-principal {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tim-title-principal h1 {
    font-size: 22px;

  }

  .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .btn-breadcrumb {
    margin-top: 5px;
  }

  .btn-group.btn-breadcrumb .btn {
    font-size: 9px;
  }

  ul li {
    font-size: 15px;
  }

  .color-lista li {
    font-size: 15px;
  }

  .f1 {
    padding: 10px;
  }

  .f1-step p {
    font-size: 12px;
  }

  .f1-step {
    text-align: center;
  }

  .f1-step .f1-step-icon i,
  .f1-step.active .f1-step-icon i {
    margin-top: 9px;
    margin-left: 0px;
  }

  .message-error-span {
    text-align: left;
  }

  .info-price-selected p {
    font-size: 12px;
    margin-bottom: 0px;
    ;
  }

  .f1-buttons {
    text-align: center;
  }

  .formu-text label {
    padding-left: 3px;
    font-weight: 500;
    font-size: 14px;
    padding-right: 5px;
  }

  .formu-text2 .form-group.row input {
    margin-bottom: 5px;
    height: 35px;
  }

  .formu-text .form-group.row select {
    margin-bottom: 5px;
    height: 35px;
  }

  .form-colorfondo input[type=text] {
    margin-bottom: 5px;
    height: 35px;
  }

  .formu-text .birth {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
  }

  .formu-text .form-group.row textarea {
    margin-left: 0px;
  }

  .form-box {
    padding-top: 30px;
  }

  .tim-title {
    margin-bottom: 0px;
  }

  .page-header-2 {
    background-position: center bottom;
    min-height: 45px;
    max-height: 45px;
  }
}

@media (max-width: 415px) {


  .f1 {
    padding-bottom: 20px;
  }

  .f1-buttons button {
    margin-bottom: 5px;
  }

}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {}