@charset "UTF-8";
.brown {
  color: #9f7b59;
}

.yellow {
  color: #d7b567;
}

.txt-grey {
  color: #757575;
}

.img_invert {
  filter: invert(1);
}

.img_brown {
  filter: invert(20%) sepia(40%) contrast(150%) saturate(90%) brightness(450%);
}

.animToTop {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.animToTop.onScreen {
  opacity: 1;
  transform: translateY(0px);
}

.animToLeft {
  opacity: 0;
  transform: translateX(60px);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.animToLeft.onScreen {
  opacity: 1;
  transform: translateX(0px);
}

.animRevealImg {
  position: relative;
}
.animRevealImg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  content: "";
  background-color: #f1f1f1;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -moz-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -ms-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -o-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  float: right;
}
.animRevealImg.imgBlue:after {
  background-color: #121c30;
}
.animRevealImg.imgBeige:after {
  background-color: #f9f9f0;
}
.animRevealImg.onScreen:after {
  width: 0px;
}

@font-face {
  font-family: "Majesti";
  src: url("../fonts/Majesti-Banner-Book.woff2") format("woff2"), url("../fonts/Majesti-Banner-Book.woff") format("woff"), url("../fonts/Majesti-Banner-Book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Majesti";
  src: url("../fonts/Majesti-Banner-Heavy.woff2") format("woff2"), url("../fonts/Majesti-Banner-Heavy.woff") format("woff"), url("../fonts/Majesti-Banner-Heavy.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Fri Dec 21 2018*/
@font-face {
  font-family: "picto_peru";
  src: url("../fonts/picto_peru.eot");
  src: url("../fonts/picto_peru.eot?#iefix") format("embedded-opentype"), url("../fonts/picto_peru.woff") format("woff"), url("../fonts/picto_peru.ttf") format("truetype"), url("../fonts/picto_peru.svg#picto_peru") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "picto_peru";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9f7b59;
}

.icon-bottle:before {
  content: "A";
}

.icon-compass:before {
  content: "B";
}

.icon-compass2:before {
  content: "C";
}

.icon-diamond:before {
  content: "D";
}

.icon-glass:before {
  content: "E";
}

.icon-lama:before {
  content: "F";
}

.icon-seat:before {
  content: "G";
}

.icon-train:before {
  content: "H";
}

.icon-bottle-glass:before {
  content: "I";
}

img.icon {
  width: 45px;
}

[class*=icon-].dark-blue:before {
  color: #121c30;
}
[class*=icon-].bubble:before {
  color: white;
  background-color: #121c30;
  padding: 5px;
  border-radius: 50%;
}
[class*=icon-].small:before {
  font-size: 30px;
}

.txt-nav {
  font-size: 13px;
  line-height: 19px;
}

.txt-17 {
  font-size: 17px;
  line-height: 23px;
}

.txt-20 {
  font-size: 23px;
  line-height: 27px;
}
@media all and (max-width: 1200px) {
  .txt-20 {
    font-size: 17px;
    line-height: 23px;
  }
}

.txt-30 {
  font-size: 30px;
  line-height: 35px;
}
@media all and (max-width: 1200px) {
  .txt-30 {
    font-size: 23px;
    line-height: 27px;
  }
}

.txt-40 {
  font-size: 40px;
  line-height: 44px;
}
@media all and (max-width: 1200px) {
  .txt-40 {
    font-size: 30px;
    line-height: 34px;
  }
}

.txt-50 {
  font-size: 50px;
  line-height: 58px;
}
@media all and (max-width: 1200px) {
  .txt-50 {
    font-size: 40px;
    line-height: 44px;
  }
}

.txt-small {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

.majesti {
  font-family: "Majesti";
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

a {
  color: #121c30;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/pictos/icomoon.eot?ar5336");
  src: url("../fonts/pictos/icomoon.eot?ar5336#iefix") format("embedded-opentype"), url("../fonts/pictos/icomoon.ttf?ar5336") format("truetype"), url("../fonts/pictos/icomoon.woff?ar5336") format("woff"), url("../fonts/pictos/icomoon.svg?ar5336#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=iconP-], [class*=" iconP-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconP-bus_face:before {
  content: "";
}

.iconP-bus:before {
  content: "";
}

.iconP-calendar:before {
  content: "";
}

.iconP-compass:before {
  content: "";
}

.iconP-diamond:before {
  content: "";
}

.iconP-drinks:before {
  content: "";
}

.iconP-entertainment_2:before {
  content: "";
}

.iconP-entertainment:before {
  content: "";
}

.iconP-gps:before {
  content: "";
}

.iconP-group:before {
  content: "";
}

.iconP-lama_rounded:before {
  content: "";
}

.iconP-passenger_b:before {
  content: "";
}

.iconP-passenger:before {
  content: "";
}

.iconP-pay:before {
  content: "";
}

.iconP-search:before {
  content: "";
}

.iconP-seats:before {
  content: "";
}

.iconP-snacks:before {
  content: "";
}

.iconP-audio:before {
  content: "";
}

.iconP-train_b:before {
  content: "";
}

.iconP-train_face:before {
  content: "";
}

.iconP-train:before {
  content: "";
}

.iconP-vistadom:before {
  content: "";
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  /*&.selectric-select-default{
    >.selectric{
      border-radius: 0px;
      >span{
        height: 50px !important;
        font-size: 14px;
        padding-top: 5px;
      }
      >b{
        top: 16px;
        border: 1px solid $dark-blue;
        border-radius: 50%;
        width: 20px!important;
        height: 20px!important;
        right: 6px;

        &:after{
          border-top-color:$dark-blue!important;
        }
      }
    }
  }*/
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ced4da;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 10px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  line-height: 50px;
  color: #121c30;
  height: 50px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  font: 0/0 a;
  *font: 20px/50px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #5e4834;
}

.selectric-hover .selectric {
  border-color: #7e6247;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #7e6247;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #9f7b59;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  margin-top: -1px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #121c30;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.selectric-items li.selected {
  background: #121c30;
  color: white;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
}
.selectric-items li:hover {
  background: #121c30;
  color: white;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

*:focus, button:focus {
  outline: 0;
}

.rounded-icon {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 7px;
}

.btn-nav {
  padding: 15px 30px;
  border: 1px solid #9f7b59;
  background-color: white;
  color: #9f7b59;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.btn-nav:hover {
  text-decoration: none;
  background-color: #9f7b59;
  color: white;
}
.btn-nav.brown {
  background-color: #9f7b59;
  color: white;
}
.btn-nav.brown:hover {
  color: #9f7b59;
  background-color: #f9f9f0;
}
.btn-nav.blue {
  background-color: #121c30;
  color: white;
  border-color: #121c30;
}
.btn-nav.blue:hover {
  color: #121c30;
  background-color: #f1f1f1;
}
.btn-nav.blue-outline {
  background-color: white;
  color: #121c30;
  border-color: #121c30;
}
.btn-nav.blue-outline:hover {
  color: #121c30;
  background-color: #f1f1f1;
}
.btn-nav.yellow {
  background-color: #d7b567;
  color: white;
  border-color: #d7b567;
}
.btn-nav.yellow:hover {
  color: #d7b567;
  background-color: #f1f1f1;
}
.btn-nav i {
  font-size: 17px;
  line-height: 17px;
  float: left;
  transform: translateY(3px);
  margin-right: 9px;
}
.btn-nav.rounded {
  border-radius: 50px !important;
}
.btn-nav.btn-anim {
  position: relative;
  overflow: hidden;
}
.btn-nav.btn-anim i {
  font-size: 21px;
  line-height: 21px;
  float: none;
  transform: translateX(-50%) translateY(-50px);
  margin-right: 0px;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -ms-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-nav.btn-anim i:before {
  font-size: 36px;
  line-height: 22px;
}
.btn-nav.btn-anim span {
  -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -ms-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
}
.btn-nav.btn-anim:hover {
  background-color: white;
  color: #9f7b59;
}
.btn-nav.btn-anim:hover i {
  transform: translateX(-50%) translateY(0px);
}
.btn-nav.btn-anim:hover span {
  transform: translateY(50px);
}
.btn-nav.btn-anim.brown i:before {
  color: white;
}
.btn-nav.btn-anim.brown:hover {
  background-color: #9f7b59;
  color: white;
}
.btn-nav.xs {
  font-size: 13px;
  text-transform: none;
  padding: 5px 10px;
  border-radius: 20px;
}
.btn-nav.xs span {
  font-size: 15px;
  line-height: 13px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

.custom-quantity .count {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #9f7b59;
  font-size: 17px;
  line-height: 23px;
  border: none;
  width: 50px;
  padding: 0;
}
@media all and (max-width: 991px) {
  .custom-quantity .count {
    width: 20px;
  }
}
.custom-quantity .count::placeholder {
  text-align: center;
}
.custom-quantity .plus, .custom-quantity .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #757575;
  text-align: right;
  font-size: 15px;
  margin-top: 3px;
}
.custom-quantity span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.custom-radio label {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.custom-radio .custom-control:before, .custom-radio .custom-control:after {
  top: 0px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9f7b59 !important;
}

input[type=radio] {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
}
input[type=radio]:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #9f7b59;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  pointer-events: none;
}
input[type=radio]:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background-color: #9f7b59;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
input[type=radio]:checked:after, input[type=radio]:checked:hover {
  opacity: 1;
}

.count-passenger {
  margin-top: 15px;
}
.count-passenger > div {
  float: left;
  width: 100%;
}
.count-passenger > div > div {
  float: left;
  background-color: white;
  width: 100%;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px;
  border: 1px solid #ced4da;
}
.count-passenger > div > div > label {
  float: left;
  margin-bottom: 0px;
}
.count-passenger > div > div > label span {
  font-size: 11px;
  color: #757575;
  margin-top: -2px;
  display: inherit;
}
.count-passenger > div > div > div {
  float: right;
  margin-top: 2px;
}
.count-passenger > div:first-child > div label {
  margin-top: 7px;
  margin-bottom: 8px;
}
@media all and (max-width: 768px) {
  .count-passenger label {
    font-size: 12px;
  }
}

input[type=text], input[type=date], input[type=password], input[type=email] {
  border: 1px solid #ced4da;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-color: white;
  height: 50px;
  font-size: 13px;
  line-height: 19px;
}

body.page-booking input[type=text], body.page-booking input[type=date], body.page-booking input[type=password], body.page-booking input[type=email] {
  height: 38px;
}
body.page-booking .form-check-inline label {
  color: #121c30 !important;
  font-weight: 600;
  line-height: 13px !important;
  transform: translateY(-1px);
}

.block_title_text {
  text-align: center;
}
@media all and (max-width: 1024px) {
  .block_title_text {
    padding: 0px 30px;
  }
}
.block_title_text > div {
  max-width: 800px;
  margin: 0 auto;
}
.block_title_text > div > span {
  color: #9f7b59;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}
.block_title_text > div .txt {
  color: #757575;
}

.block_why {
  position: relative;
  margin: 60px auto;
  max-width: 1600px;
}
.block_why .coords {
  color: white;
}
.block_why .coords i:before {
  background-color: white;
  color: #121c30;
}
.block_why > .imgs {
  overflow: hidden;
}
.block_why > .imgs .container-slider-img {
  overflow: hidden;
  /*>div{
    overflow: visible;
    white-space: nowrap;
    width: 100%;
    >div{
      width: 50%;
      flex: 0 0 50%;
      display: inline-block;
      padding-bottom: 50%;
      position: relative;
      @include transition();
      span{
        width: 100%;
        opacity: 1;

        background-size: cover;
        background-position: center;
        display: block;
        position: absolute;
        left:0px;
        top:0px;
        height:100%;
        @include transition();
      }
      &.prev{
        width: 50%;
        flex: 0 0 50%;
        span{
         // padding-bottom: 100%;
          width: 80%;
        }
      }
      &.active, &.next{
        width: 50%;
        flex: 0 0 50%;
      }
      &.active{
        span{

        }
      }
    }
  }*/
}
.block_why > .imgs .container-slider-img > div {
  overflow: visible;
  white-space: nowrap;
  width: 100%;
}
.block_why > .imgs .container-slider-img > div > div {
  width: 100%;
  flex: 0 0 100%;
  display: inline-block;
  padding-bottom: 80%;
  position: relative;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
@media all and (max-width: 690px) {
  .block_why > .imgs .container-slider-img > div > div {
    padding-bottom: 66.666%;
  }
}
.block_why > .imgs .container-slider-img > div > div span {
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
.block_why > .imgs .container-slider-img:first-child {
  width: 40%;
}
@media all and (max-width: 991px) {
  .block_why > .imgs .container-slider-img:first-child {
    display: none;
  }
}
.block_why > .imgs .container-slider-img:first-child > div > div {
  padding-bottom: 100%;
}
.block_why > .imgs .container-slider-img:nth-child(2) {
  width: 60%;
}
@media all and (max-width: 991px) {
  .block_why > .imgs .container-slider-img:nth-child(2) {
    width: 100%;
  }
}
.block_why > .texts {
  position: absolute;
  bottom: -40px;
  left: 10%;
  background-color: white;
  width: 40%;
  z-index: 2;
  height: 70%;
  box-shadow: 0 0 9px rgba(159, 123, 89, 0.4);
}
@media all and (max-width: 1024px) {
  .block_why > .texts {
    width: 50%;
    height: 90%;
  }
}
@media all and (max-width: 991px) {
  .block_why > .texts {
    top: 0px;
    left: 0px;
    height: 66.6666%;
    width: 66.666666%;
  }
}
@media all and (max-width: 690px) {
  .block_why > .texts {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
}
.block_why > .texts:before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: 60px;
  left: 40px;
  background-image: url(/assets/img/nav/picto_gravure.png);
  background-size: cover;
  z-index: 10;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.block_why > .texts .top_nav {
  text-align: center;
}
.block_why > .texts .top_nav ul {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
}
.block_why > .texts .top_nav ul li {
  display: inline-block;
  border-left: 1px solid #ced4da;
}
.block_why > .texts .top_nav ul li a {
  display: block;
  padding: 30px 15px 0px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #9f7b59;
}
.block_why > .texts .top_nav ul li.active a {
  color: #121c30;
  text-decoration: underline;
}
.block_why > .texts .deco {
  position: absolute;
  pointer-events: none;
  left: 15px;
  bottom: 15px;
  overflow: visible;
  display: block;
  height: calc(100% - 30px);
  z-index: 2;
}
.block_why > .texts .deco span {
  opacity: 0.4;
  transform: rotate(-90deg) translateX(0%) translateY(50%);
  transform-origin: center left;
  position: absolute;
  white-space: nowrap;
  bottom: 50px;
  color: #757575;
  letter-spacing: 3px;
}
.block_why > .texts .deco i {
  position: absolute;
  bottom: 0px;
}
.block_why > .texts .swiper-why-txt .swiper-slide {
  background-color: white;
}
.block_why > .texts .swiper-why-txt .swiper-slide > div {
  padding: 60px 60px 60px 120px;
  opacity: 0;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transform: translateY(60px);
}
@media all and (max-width: 1024px) {
  .block_why > .texts .swiper-why-txt .swiper-slide > div {
    overflow: auto;
    max-height: 30vw;
  }
}
@media all and (max-width: 991px) {
  .block_why > .texts .swiper-why-txt .swiper-slide > div {
    padding: 30px 30px 30px 90px;
    max-height: 66.6666vw;
  }
}
@media all and (max-width: 690px) {
  .block_why > .texts .swiper-why-txt .swiper-slide > div {
    max-height: 100%;
    padding: 30px 30px 30px 70px;
  }
}
.block_why > .texts .swiper-why-txt .swiper-slide > div p {
  color: #9f7b59;
  font-size: 14px;
  line-height: 20px;
}
.block_why > .texts .swiper-why-txt .swiper-slide.swiper-slide-active > div {
  opacity: 1;
  transform: translateY(0);
}
.block_why > .texts .nav-swiper-why {
  position: absolute;
  right: -82px;
  bottom: 41px;
}
.block_why > .texts .nav-swiper-why > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block_why > .texts .nav-swiper-why > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block_why > .texts .nav-swiper-why > div.swiper-why-next {
  margin-left: 1px;
}
.block_why > .texts .nav-swiper-why > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
.block_why > .texts .nav-swiper-why > div:hover img {
  filter: invert(1);
}
@media all and (max-width: 991px) {
  .block_why > .texts .nav-swiper-why {
    right: 0px;
    bottom: -41px;
  }
}
@media all and (max-width: 690px) {
  .block_why > .texts .nav-swiper-why {
    bottom: auto;
    top: -41px;
    right: -14px;
  }
}

.block_discover {
  position: relative;
  color: white;
}
.block_discover:before {
  background-color: #121c30;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0px;
  left: 0px;
}
.block_discover:after {
  background-color: #f9f9f0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0px;
  left: 0px;
}
.block_discover .swiper-discover .swiper-wrapper {
  padding: 60px 0px;
}
.block_discover .swiper-discover .swiper-slide .content {
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(0.95);
  background-color: #121c30;
}
.block_discover .swiper-discover .swiper-slide .content .img {
  opacity: 0.7;
}
.block_discover .swiper-discover .swiper-slide .content .img img {
  width: 100%;
}
.block_discover .swiper-discover .swiper-slide .content .txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  width: 70%;
}
@media all and (max-width: 690px) {
  .block_discover .swiper-discover .swiper-slide .content .txt {
    width: 100%;
  }
}
.block_discover .swiper-discover .swiper-slide .content .txt p {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.block_discover .swiper-discover .swiper-slide .content .txt p i {
  float: left;
}
.block_discover .swiper-discover .swiper-slide .content .txt p i:before {
  color: white;
  font-size: 32px;
  line-height: 19px;
  margin-right: 15px;
}
.block_discover .swiper-discover .swiper-slide:not(.swiper-slide-active) .content:hover {
  cursor: pointer;
  transform: scale(1);
}
.block_discover .swiper-discover .swiper-slide.swiper-slide-active {
  z-index: 5;
}
.block_discover .swiper-discover .swiper-slide.swiper-slide-active .content {
  transform: scale(1.05);
}

.block_regiones {
  background-color: #f9f9f0;
  position: relative;
}
.block_regiones > .row {
  padding: 0px 60px 60px;
  margin: 0 auto;
  max-width: 1440px;
}
@media all and (max-width: 991px) {
  .block_regiones > .row {
    padding: 0px 30px 30px;
  }
}
@media all and (max-width: 690px) {
  .block_regiones > .row {
    padding: 0px;
  }
}
.block_regiones > .row ul {
  padding: 0px;
  margin-top: 60px;
}
.block_regiones > .row ul li {
  font-size: 23px;
  line-height: 27px;
}
@media all and (max-width: 1200px) {
  .block_regiones > .row ul li {
    font-size: 17px;
    line-height: 23px;
  }
}
.block_regiones > .row ul li i {
  color: #9f7b59;
  transform: translateY(5px);
  display: inline-block;
  margin-right: 20px;
}
.block_regiones > .row ul li a {
  color: #121c30;
}
.block_regiones > .row .txt {
  position: relative;
}
.block_regiones > .row .txt .coords {
  top: -100px;
  left: 15px;
}
.block_regiones > .row .map {
  padding: 0px 10%;
  position: relative;
}
@media all and (max-width: 991px) {
  .block_regiones > .row .map {
    padding: 0px;
  }
}
.block_regiones > .row .map > img {
  opacity: 0.7;
}
.block_regiones > .row .map .imgs-map {
  position: absolute;
  width: 80%;
  height: 39%;
  bottom: 0px;
  left: 10%;
}
.block_regiones > .row .map .imgs-map > div {
  position: absolute;
  z-index: 1;
}
.block_regiones > .row .map .imgs-map > div img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}
.block_regiones > .row .map .imgs-map > div p {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  color: #f9f9f0;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.block_regiones > .row .map .imgs-map > div p:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #f9f9f0;
  border-radius: 50%;
  margin: 5px auto 0px;
}
.block_regiones > .row .map .imgs-map > div.cusco {
  left: 56%;
  width: 21.3%;
}
.block_regiones > .row .map .imgs-map > div.cusco p {
  top: 45%;
  left: 50%;
}
.block_regiones > .row .map .imgs-map > div.puno {
  left: 73%;
  width: 13.2%;
  top: 26%;
}
.block_regiones > .row .map .imgs-map > div.puno p {
  top: 45%;
  left: 40%;
}
.block_regiones > .row .map .imgs-map > div.arequipa {
  left: 49.3%;
  width: 26.1%;
  top: 47.3%;
}
.block_regiones > .row .map .imgs-map > div.arequipa p {
  top: 45%;
  left: 60%;
}
.block_regiones > .row .map .imgs-map > div:hover {
  z-index: 2;
}
.block_regiones > .row .map .imgs-map > div:hover img {
  opacity: 1;
  transform: scale(1.4);
}
@media all and (max-width: 991px) {
  .block_regiones > .row .map .imgs-map {
    width: 100%;
    left: 0px;
  }
  .block_regiones > .row .map .imgs-map > div.cusco {
    left: 58%;
    width: 28.3%;
  }
  .block_regiones > .row .map .imgs-map > div.puno {
    left: 81%;
    width: 17.2%;
  }
  .block_regiones > .row .map .imgs-map > div.arequipa {
    width: 34.1%;
  }
}

.block_trains {
  position: relative;
}
.block_trains:after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  background-color: white;
  top: 50%;
  right: 0px;
  width: 100%;
}
.block_trains > .row {
  z-index: 10;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.block_trains > .row > div.texts {
  background-color: #121c30;
  color: white;
  position: relative;
}
@media all and (max-width: 1024px) {
  .block_trains > .row > div.texts {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media all and (max-width: 991px) {
  .block_trains > .row > div.texts {
    width: 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    z-index: 2;
  }
}
@media all and (max-width: 690px) {
  .block_trains > .row > div.texts {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block_trains > .row > div.texts .top_nav {
  text-align: center;
  text-align: left;
}
.block_trains > .row > div.texts .top_nav ul {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
}
.block_trains > .row > div.texts .top_nav ul li {
  display: inline-block;
  border-left: 1px solid #ced4da;
}
.block_trains > .row > div.texts .top_nav ul li a {
  display: block;
  padding: 30px 15px 0px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #9f7b59;
}
.block_trains > .row > div.texts .top_nav ul li.active a {
  color: #121c30;
  text-decoration: underline;
}
.block_trains > .row > div.texts .top_nav ul li.active a {
  color: white;
}
.block_trains > .row > div.texts .slider-container {
  padding: 60px 60px 60px 120px;
}
@media all and (min-width: 1600px) {
  .block_trains > .row > div.texts .slider-container {
    padding: 120px 60px 120px 120px;
  }
}
@media all and (max-width: 1300px) {
  .block_trains > .row > div.texts .slider-container {
    padding: 40px;
  }
}
@media all and (max-width: 690px) {
  .block_trains > .row > div.texts .slider-container {
    padding: 30px 15px;
  }
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide > div {
  background-color: #121c30;
  opacity: 0;
  transform: translateY(60px);
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide > div > a {
  margin-left: 50px;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide ul {
  margin-top: 30px;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide ul li {
  margin-bottom: 15px;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide ul li .img {
  margin-right: 15px;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide ul li .img i:before {
  font-size: 33px;
  line-height: 33px;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide ul li .txt h5 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide ul li .txt p {
  font-size: 13px;
  line-height: 19px;
  opacity: 0.7;
}
.block_trains > .row > div.texts .slider-container .swiper-trains .swiper-slide.swiper-slide-active > div {
  opacity: 1;
  transform: translateY(0px);
}
.block_trains > .row > div.imgs {
  padding-right: 0px;
  padding-left: 0px;
}
@media all and (max-width: 1024px) {
  .block_trains > .row > div.imgs {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media all and (max-width: 991px) {
  .block_trains > .row > div.imgs {
    width: 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    position: absolute;
    top: 0px;
    right: 0px;
    max-height: 100%;
    overflow: hidden;
    z-index: 1;
  }
}
@media all and (max-width: 690px) {
  .block_trains > .row > div.imgs {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
}
.block_trains > .row > div.imgs .slider-container {
  position: relative;
}
.block_trains > .row > div.imgs .slider-container .swiper-trains-imgs .swiper-slide > div {
  content: "";
  width: 100%;
  padding-bottom: 60%;
  display: block;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 1024px) {
  .block_trains > .row > div.imgs .slider-container .swiper-trains-imgs .swiper-slide > div {
    padding-bottom: 110%;
  }
}
@media all and (max-width: 690px) {
  .block_trains > .row > div.imgs .slider-container .swiper-trains-imgs .swiper-slide > div {
    padding-bottom: 66.66666%;
  }
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 40px;
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains > div.swiper-why-next {
  margin-left: 1px;
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains > div:hover img {
  filter: invert(1);
}
.block_trains > .row > div.imgs .slider-container .nav-swiper-trains > div:first-child {
  margin-bottom: 1px;
}

.block-txt-gallery {
  background-color: #121c30;
  color: white;
  overflow: hidden;
}
.block-txt-gallery > .row {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 0 60px 60px;
}
@media all and (max-width: 767px) {
  .block-txt-gallery > .row {
    padding: 15px;
  }
}
.block-txt-gallery > .row .txt {
  padding: 30px 5%;
}
.block-txt-gallery > .row .txt > div img {
  margin-bottom: 30px;
}
.block-txt-gallery > .row .txt > div h6 {
  margin-bottom: 30px;
}
.block-txt-gallery > .row .gallery {
  position: relative;
  padding-right: 0px;
}
@media all and (max-width: 767px) {
  .block-txt-gallery > .row .gallery {
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .block-txt-gallery > .row .gallery .swiper-container {
    margin-right: -45px;
    margin-left: -45px;
  }
}
.block-txt-gallery > .row .gallery .swiper-container:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 23.3333333%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .block-txt-gallery > .row .gallery .swiper-container:after {
    display: none;
  }
}
.block-txt-gallery > .row .gallery img {
  width: 100%;
}
.block-txt-gallery > .row .gallery .nav-swiper-img {
  position: absolute;
  right: calc(23.3333333% - 40px);
  bottom: 0px;
  z-index: 3;
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div.swiper-why-next {
  margin-left: 1px;
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div:hover img {
  filter: invert(1);
}
@media all and (max-width: 767px) {
  .block-txt-gallery > .row .gallery .nav-swiper-img {
    right: 1px;
    bottom: 1px;
  }
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div {
  background-color: #1b1b1b;
  padding: 10px;
}
.block-txt-gallery > .row .gallery .nav-swiper-img > div span {
  color: white;
  font-size: 19px;
  display: block;
}

.block-ruta {
  background-color: #f1f1f1;
  padding-left: 60px;
  position: relative;
}
@media all and (max-width: 991px) {
  .block-ruta {
    padding-left: 15px;
  }
}
.block-ruta > .row {
  max-width: 1600px;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .block-ruta > .row > div.content {
    padding-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .block-ruta > .row > div.content {
    padding-top: 30px;
  }
}
.block-ruta > .row > div.content > div {
  padding: 60px;
}
@media all and (max-width: 991px) {
  .block-ruta > .row > div.content > div {
    padding: 15px;
  }
}
.block-ruta > .row > div.content > div > .txt {
  font-size: 13px;
  line-height: 19px;
}
.block-ruta > .row > div.content > div > .cuando {
  border: 1px solid #ced4da;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  max-width: 380px;
}
.block-ruta > .row > div.content > div > .cuando label {
  font-size: 13px;
  line-height: 19px;
  margin-top: -2px;
}
.block-ruta > .row > div.content > div > .cuando .form-group {
  margin-top: 15px;
  margin-bottom: 0px;
}
.block-ruta > .row > div.content > div > .cuando .form-group > div {
  margin-right: 30px;
}
.block-ruta > .row > div.road {
  padding-right: 0px;
  position: relative;
}
.block-ruta > .row > div.road img {
  padding: 0px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .block-ruta > .row > div.road {
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .block-ruta > .row > div.road:after {
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
    height: 100%;
    content: "";
    display: block;
    background: #f1f1f1;
    background: linear-gradient(270deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  }
}

.img-half-half {
  margin: 60px 0px;
  overflow: hidden;
}
.img-half-half > .row {
  max-width: 1600px;
  margin: 0 auto;
}
.img-half-half > .row > .title {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .img-half-half > .row > .title {
    margin-bottom: 15px;
  }
}
.img-half-half > .row > div a .img {
  width: 100%;
  overflow: hidden;
}
.img-half-half > .row > div a .img img {
  width: 100%;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.img-half-half > .row > div a .txt h6 {
  margin-top: 15px;
}
.img-half-half > .row > div a:hover {
  color: #1b1b1b;
  text-decoration: none;
}
.img-half-half > .row > div a:hover .img img {
  transform: scale(1.02);
}

.block-awards {
  padding-top: 60px;
  padding-bottom: 60px;
}
.block-awards .imgs {
  width: 100%;
}
.block-awards .imgs ul {
  width: 100%;
}
.block-awards .imgs ul li {
  max-width: 200px;
}
.block-awards .imgs ul li img {
  width: 100%;
}

.block-mundo-belmond {
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.block-mundo-belmond .left {
  padding: 0px 10%;
}
.block-mundo-belmond .left > div {
  max-width: 500px;
}
.block-mundo-belmond .right .swiper-slide {
  padding: 0px 15px;
}
.block-mundo-belmond .right .swiper-slide > a {
  color: #1b1b1b;
}
.block-mundo-belmond .right .swiper-slide > a .img {
  overflow: hidden;
}
.block-mundo-belmond .right .swiper-slide > a .img img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -moz-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -ms-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -o-transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  transition: all 1s cubic-bezier(0.795, 0.12, 0.6, 0.945);
}
.block-mundo-belmond .right .swiper-slide > a .txt {
  margin-top: 15px;
}
.block-mundo-belmond .right .swiper-slide > a .txt .link {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: underline;
}
.block-mundo-belmond .right .swiper-slide > a:hover {
  text-decoration: none;
  color: #1b1b1b;
}
.block-mundo-belmond .right .swiper-slide > a:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 5s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -moz-transition: all 5s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -ms-transition: all 5s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  -o-transition: all 5s cubic-bezier(0.795, 0.12, 0.6, 0.945);
  transition: all 5s cubic-bezier(0.795, 0.12, 0.6, 0.945);
}
.block-mundo-belmond .right .nav-swiper-belmond {
  z-index: 2;
  bottom: 50%;
  position: absolute;
  left: 0px;
  transform: translateY(50%);
  width: 40px;
}
.block-mundo-belmond .right .nav-swiper-belmond > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block-mundo-belmond .right .nav-swiper-belmond > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block-mundo-belmond .right .nav-swiper-belmond > div.swiper-why-next {
  margin-left: 1px;
}
.block-mundo-belmond .right .nav-swiper-belmond > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
.block-mundo-belmond .right .nav-swiper-belmond > div:hover img {
  filter: invert(1);
}
.block-mundo-belmond:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 300px);
  background-color: #1b1b1b;
  left: 0px;
}

#booking_date {
  margin-top: 0px;
}
#booking_date > div > .title {
  display: block;
  text-align: center;
}
#booking_date > div > .rutas {
  margin-top: 30px;
}
#booking_date > div > .rutas form {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  text-transform: none;
}
@media all and (max-width: 991px) {
  #booking_date > div > .rutas form {
    text-align: left;
  }
}
#booking_date > div > .rutas form > div {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  #booking_date > div > .rutas form > div {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-radius: 6px;
    background-color: white;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 992px) {
  #booking_date > div > .rutas form > div:first-child {
    margin-right: 15px;
  }
}
@media all and (min-width: 992px) {
  #booking_date > div > .rutas form > div:last-child {
    margin-left: 15px;
  }
}
#booking_date > div > .rutas form > div > div > div:not(:last-child) {
  margin-right: 15px;
}
#booking_date > div > .rutas form > div > div > div.location {
  font-weight: 600;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  #booking_date > div > .rutas form > div > div > div.location {
    width: 100%;
    margin-bottom: 10px;
  }
}
#booking_date > div > .rutas form > div > div > div.location i {
  color: #d7b567;
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  #booking_date > div > .rutas form > div > div > div.dest, #booking_date > div > .rutas form > div > div > div.estacion {
    width: calc(50% - 7.5px);
  }
}
@media all and (max-width: 991px) {
  #booking_date > div > .rutas form > div > div > div.estacion {
    margin-right: 0px;
  }
}
@media all and (max-width: 991px) {
  #booking_date > div > .rutas form > div > div > div.people {
    width: 100%;
    margin-top: 5px;
    text-align: right;
  }
}
#booking_date > div > .rutas .form-group.select {
  margin-bottom: 0px;
}
#booking_date > .date {
  text-align: center;
}
#booking_date > .date .t-datepicker {
  margin: 0 auto;
}
#booking_date > .date .t-datepicker .t-check-in {
  margin: 0 auto;
  width: auto;
  float: none;
  border: none;
  padding: 0px;
  border-radius: 0;
}
#booking_date > .date .t-datepicker .t-check-in .t-dates {
  height: auto;
  padding: 15px;
  border: 1px solid #d7b567;
  border-radius: 3px;
}
#booking_date > .date .t-datepicker .t-check-in .t-dates i {
  display: none;
  margin-bottom: 15px;
}
#booking_date > .date .t-datepicker .t-check-in .t-dates span.t-day-check-in {
  font-size: 40px;
  line-height: 44px;
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  #booking_date > .date .t-datepicker .t-check-in .t-dates span.t-day-check-in {
    font-size: 30px;
    line-height: 34px;
  }
}
#booking_date > .date .t-datepicker .t-check-in .t-dates span.t-month-check-in, #booking_date > .date .t-datepicker .t-check-in .t-dates span.t-year-check-in {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.block-slider-img-img {
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media all and (max-width: 991px) {
  .block-slider-img-img {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.block-slider-img-img:before {
  background-color: #121c30;
  content: "";
  height: calc(100% - 120px);
  position: absolute;
  pointer-events: none;
  bottom: 120px;
  left: 0px;
  width: 100%;
  display: block;
}
.block-slider-img-img > div .title {
  padding-left: 0px;
  max-width: 1300px;
  margin: 0 auto;
}
.block-slider-img-img > div .title > div {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .block-slider-img-img > div .title > div {
    padding: 0px 30px;
  }
}
.block-slider-img-img > div .imgs {
  position: relative;
}
.block-slider-img-img > div .imgs .nav-swiper-vista {
  position: absolute;
  bottom: 19px;
  right: -25px;
  z-index: 2;
  width: 40px;
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div.swiper-why-next {
  margin-left: 1px;
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div:hover img {
  filter: invert(1);
}
@media all and (max-width: 991px) {
  .block-slider-img-img > div .imgs .nav-swiper-vista {
    bottom: auto;
    top: 61px;
    right: 16px;
  }
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #121c30;
}
.block-slider-img-img > div .imgs .nav-swiper-vista > div:first-child {
  margin-bottom: 1px;
}
.block-slider-img-img > div .swiper-vista {
  margin-top: 60px;
}
.block-slider-img-img > div .swiper-vista .img {
  display: block;
  width: 100%;
  padding-bottom: 66.6666%;
  content: "";
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 691px) {
  .block-slider-img-img > div .swiper-vista .img {
    padding-bottom: 100%;
  }
}
.block-slider-img-img > div .swiper-vista .txt {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 66.666%;
}
.block-slider-img-img > div .cover {
  position: absolute;
  bottom: 120px;
  right: 0px;
  width: 40%;
}
@media all and (max-width: 991px) {
  .block-slider-img-img > div .cover {
    position: relative;
    bottom: auto;
    width: 100%;
    padding: 15px;
    right: auto;
    margin-bottom: 0px;
  }
}
.block-slider-img-img > div .cover img {
  width: 100%;
}

.strats_bg {
  margin-top: -120px;
}
@media all and (max-width: 991px) {
  .strats_bg {
    display: none;
  }
}
.strats_bg > div {
  background-color: #f3f4ef;
  position: relative;
}
.strats_bg > div:after {
  background-size: auto 200%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/assets/img/_temp/strats_bg.jpg);
  display: block;
  width: 100%;
  height: 20vw;
  content: "";
  max-height: 350px;
}

.block_360 {
  background-color: #121c30;
  padding: 0px 15px 0px 120px;
}
@media all and (max-width: 1200px) {
  .block_360 {
    padding: 0px 0px 0px 15px;
  }
}
@media all and (max-width: 767px) {
  .block_360 {
    padding: 0px 15px 0px 15px;
  }
}
.block_360 > div {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.block_360 > div:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 0px;
  width: 25%;
  height: 100%;
  background-image: url(/assets/img/nav/motif1.jpg);
  background-size: 80px;
}
@media all and (max-width: 991px) {
  .block_360 > div:before {
    width: 80%;
    right: -15px;
  }
}
.block_360 .content {
  padding-right: 0px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .block_360 .content {
    padding-right: 15px;
  }
}
.block_360 .content > div:first-child {
  transform: translateY(30px);
  background-color: white;
  padding: 80px;
  width: calc(100% - 170px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1200px) {
  .block_360 .content > div:first-child {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .block_360 .content > div:first-child {
    padding: 30px;
    margin-top: 30px;
    transform: translateY(0px);
  }
}
@media all and (max-width: 690px) {
  .block_360 .content > div:first-child {
    padding: 15px;
  }
}
.block_360 .content > div:first-child > div {
  margin-top: 30px;
  font-size: 13px;
  line-height: 19px;
  color: #757575;
}
.block_360 .content > div:first-child > div a {
  margin-top: 30px;
  display: inline-block;
  color: #9f7b59;
}
.block_360 .content > div:first-child > div a img {
  width: 78px;
  margin-right: 15px;
}
.block_360 .content > div:nth-child(2) {
  width: 170px;
  background-color: #1b1b1b;
  padding: 30px;
}
@media all and (max-width: 1200px) {
  .block_360 .content > div:nth-child(2) {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateX(100%);
  }
}
@media all and (max-width: 767px) {
  .block_360 .content > div:nth-child(2) {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    display: none;
  }
}
.block_360 .content > div:nth-child(2) img {
  filter: invert(1);
  width: 100%;
}
.block_360 .images {
  z-index: 1;
}
@media all and (min-width: 768px) {
  .block_360 .images {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  .block_360 .images {
    margin-bottom: 30px;
  }
}
.block_360 .images > div {
  width: calc(100% + 80px);
  float: right;
  height: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 767px) {
  .block_360 .images > div {
    width: 100%;
  }
}

body {
  font-family: "acumin-pro", sans-serif;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 1024px) {
  body > #content {
    overflow-x: hidden;
  }
}

#loader_page {
  display: none;
}

ul {
  padding: 0px;
  list-style: none;
}

div::-webkit-scrollbar {
  width: 3px;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #121c30;
}

div::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
  outline: none;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #121c30;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
  outline: none;
  border-left: 1px solid #121c30;
}

.coords {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  text-align: center;
}
.coords.left {
  right: auto;
  left: 30px;
}
.coords i {
  margin-bottom: 10px;
}
.coords p {
  margin-bottom: 0px;
}
.coords p:last-child {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

body.page-home #header {
  background-color: transparent;
}

.div-infos-grey {
  margin: 15px 0px;
  padding: 15px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
}
.div-infos-grey p {
  margin-bottom: 0px;
}

.fancybox-container .fancybox-bg {
  background-color: #121c30;
  opacity: 1;
}
.fancybox-container .fancybox-button.fancybox-close-small {
  position: absolute;
  right: 20px;
  top: 10px;
  border: 2px solid #121c30;
  border-radius: 50%;
}

#header {
  padding: 0;
  color: white;
  border-bottom: 1px solid white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  font-size: 13px;
  line-height: 17px;
  background-color: #121c30;
  -webkit-transition: background-color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: background-color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: background-color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: background-color 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.36s cubic-bezier(0.4, 0, 1, 1);
}
#header.scrolled {
  background-color: #121c30 !important;
}
#header a {
  color: white;
}
#header > div {
  padding: 0px 30px 0;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_left {
    padding: 5px 0px;
  }
}
#header > div > div.nav_left > div#logo {
  width: 210px;
  padding-right: 30px;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_left > div#logo {
    width: 150px;
    margin: 10px 0px;
  }
}
#header > div > div.nav_left > div#logo img {
  width: 100%;
}
@media all and (max-width: 767px) {
  #header > div > div.nav_left > div#search {
    display: none;
  }
}
#header > div > div.nav_left > div#search .btn_search i {
  margin-right: 15px;
}
#header > div > div.nav_left > div#search .btn_search label {
  margin-bottom: 0px;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right {
    position: fixed;
    width: 100%;
    right: 0px;
    top: 0px;
    background-color: #121c30;
    text-align: center;
    height: 100vh;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    -ms-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #header > div > div.nav_right.active {
    transform: translateY(0);
    opacity: 1;
  }
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav > div {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
#header > div > div.nav_right > div#nav .top_nav {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .top_nav {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    background-color: #f9f9f0;
  }
}
#header > div > div.nav_right > div#nav .top_nav > ul {
  margin-top: 15px;
  margin-bottom: 0px;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .top_nav > ul {
    justify-content: center;
    margin-top: 0px;
  }
}
#header > div > div.nav_right > div#nav .top_nav > ul li:after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: white;
  display: inline-flex;
  margin: 0px 7.5px;
  float: right;
  margin-top: 2px;
}
#header > div > div.nav_right > div#nav .top_nav > ul li:last-child:after {
  display: none;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .top_nav > ul li {
    color: #121c30;
  }
  #header > div > div.nav_right > div#nav .top_nav > ul li li, #header > div > div.nav_right > div#nav .top_nav > ul li a {
    color: #121c30;
  }
}
#header > div > div.nav_right > div#nav .bottom_nav {
  width: 100%;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .bottom_nav {
    max-height: calc(100vh - 47px);
    overflow: auto;
  }
}
#header > div > div.nav_right > div#nav .bottom_nav > ul {
  margin-top: 15px;
  margin-bottom: 0px;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .bottom_nav > ul {
    flex-wrap: wrap;
    padding: 0px 15px;
    width: 100%;
  }
}
#header > div > div.nav_right > div#nav .bottom_nav > ul li {
  margin-right: 15px;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .bottom_nav > ul li {
    width: 100%;
    padding: 7.5px 0px;
  }
}
#header > div > div.nav_right > div#nav .bottom_nav > ul li a {
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header > div > div.nav_right > div#nav .bottom_nav > ul li a:hover {
  border-color: white;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .bottom_nav > ul li a {
    font-family: Majesti;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0px;
    color: #9f7b59;
  }
}
@media all and (max-width: 1024px) and (max-width: 1200px) {
  #header > div > div.nav_right > div#nav .bottom_nav > ul li a {
    font-size: 23px;
    line-height: 27px;
  }
}
#header > div > div.nav_right > div#nav .bottom_nav > ul li:last-child {
  margin-right: 0px;
}
#header > div > div.nav_right > div#nav .bottom_nav > ul li.visible-1024 {
  display: none;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right > div#nav .bottom_nav > ul li.visible-1024 {
    display: block;
    margin-bottom: 30px;
  }
  #header > div > div.nav_right > div#nav .bottom_nav > ul li.visible-1024 img {
    width: 80px;
  }
}
#header > div > div.nav_right #close_menu {
  display: none;
}
@media all and (max-width: 1024px) {
  #header > div > div.nav_right #close_menu {
    display: block;
    margin-top: 20px;
  }
}
#header .burger {
  display: none;
  float: right;
  position: fixed;
  right: 10px;
  top: 15px;
}
@media all and (max-width: 1024px) {
  #header .burger {
    display: block;
  }
}
#header .burger > span {
  display: block;
  height: 3px;
  background-color: white;
  content: "";
  width: 28px;
  margin-bottom: 7px;
  transform-origin: left;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
#header .burger > span:last-child {
  margin-bottom: 0px;
}
#header .burger.active > span:first-child {
  transform: rotate(45deg);
}
#header .burger.active > span:nth-child(2) {
  transform: scale(0);
}
#header .burger.active > span:last-child {
  transform: rotate(-45deg);
}

#footer {
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}
#footer > .row:first-child {
  max-width: 1600px;
  margin: 0 auto;
}
#footer > .row:first-child > div {
  padding: 120px 10%;
}
@media all and (max-width: 991px) {
  #footer > .row:first-child > div {
    padding: 30px;
  }
}
#footer > .row:first-child > div h5 {
  margin-bottom: 20px;
}
#footer > .row:first-child > div .form-inline {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
#footer > .row:first-child > div .form-inline input {
  width: 300px;
}
#footer > .row:first-child > div .contact {
  margin-top: 40px;
}
#footer > .row:first-child > div .contact ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
  border-left: 1px solid #9f7b59;
  float: left;
  width: 100%;
}
#footer > .row:first-child > div .contact ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#footer > .row:first-child > div .contact ul li:last-child {
  margin-bottom: 0px;
}
#footer > .row:first-child > div .contact ul li i {
  color: #9f7b59;
  float: left;
  margin-right: 10px;
}
#footer > .row:last-child {
  background-color: #121c30;
  color: white;
}
#footer > .row:last-child > div > div > div {
  padding: 60px 0px 30px;
  border-right: 1px solid #203255;
}
@media all and (max-width: 768px) {
  #footer > .row:last-child > div > div > div {
    width: 50%;
    flex: 0 0 50%;
    padding: 15px !important;
  }
  #footer > .row:last-child > div > div > div > div {
    width: 100%;
  }
}
@media all and (max-width: 690px) {
  #footer > .row:last-child > div > div > div.col-logo {
    width: 100%;
    flex: 0 0 100%;
  }
}
#footer > .row:last-child > div > div > div.col-logo > div {
  border-bottom: 1px solid #203255;
  padding-left: 10%;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  #footer > .row:last-child > div > div > div.col-logo > div {
    margin-top: 30px;
  }
}
@media all and (max-width: 690px) {
  #footer > .row:last-child > div > div > div.col-logo > div {
    padding: 0px 0px 15px 0px;
  }
}
#footer > .row:last-child > div > div > div.col-logo > div object {
  width: 195px;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  #footer > .row:last-child > div > div > div.col-logo > div object {
    margin-bottom: 0px;
  }
}
#footer > .row:last-child > div > div > div.col-logo > div:last-child {
  padding-top: 30px;
}
@media all and (max-width: 690px) {
  #footer > .row:last-child > div > div > div.col-logo > div:last-child {
    padding-top: 15px;
  }
}
#footer > .row:last-child > div > div > div.col-logo > div h5 {
  float: left;
  width: 100%;
}
#footer > .row:last-child > div > div > div.col-logo > div img {
  width: 200px;
  margin-bottom: 60px;
  float: left;
}
@media all and (max-width: 690px) {
  #footer > .row:last-child > div > div > div.col-logo > div img {
    margin-bottom: 30px;
  }
}
#footer > .row:last-child > div > div > div.col-logo > div .reseaux {
  float: left;
  width: 100%;
}
#footer > .row:last-child > div > div > div.col-logo > div .reseaux a {
  border: 1px solid white;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  color: white;
  padding-top: 5px;
  margin-right: 10px;
}
#footer > .row:last-child > div > div > div.col-logo > div:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
#footer > .row:last-child > div > div > div.col-links {
  padding-left: 0px;
  text-align: center;
}
#footer > .row:last-child > div > div > div.col-links > div {
  display: inline-block;
  text-align: left;
}
#footer > .row:last-child > div > div > div.col-links > div h6 {
  margin-bottom: 30px;
}
#footer > .row:last-child > div > div > div.col-links > div ul {
  list-style: none;
  padding: 0px;
}
#footer > .row:last-child > div > div > div.col-links > div ul li {
  margin-bottom: 10px;
}
#footer > .row:last-child > div > div > div.col-links > div ul li a {
  color: white;
}
#footer > .row:last-child > div:last-child {
  text-align: center;
  width: 100%;
  float: left;
  border-top: 1px solid #203255;
  padding: 20px;
}
#footer > .row:last-child > div:last-child p {
  margin-bottom: 0px;
}

.pop_booking_selector {
  position: absolute;
  width: calc(70% + 20px);
  bottom: 0px;
  left: 15%;
  text-align: left;
  display: none;
  transform: scale(0.9) translateY(50%);
  transform-origin: bottom center;
  -webkit-transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0px 0px 30px rgba(195, 146, 73, 0.3);
  z-index: 7;
}
@media all and (max-width: 767px) {
  .pop_booking_selector {
    width: 100%;
    left: 0px;
  }
}
@media all and (max-width: 767px) {
  .pop_booking_selector > div {
    flex-wrap: wrap;
  }
}
.pop_booking_selector > div > div {
  width: 50%;
  float: left;
  padding: 30px;
  background-color: white;
  min-height: 450px;
}
@media all and (max-width: 767px) {
  .pop_booking_selector > div > div {
    width: 100%;
  }
}
.pop_booking_selector > div > div:first-child form .form-group.select {
  width: 50%;
  float: left;
}
@media all and (max-width: 767px) {
  .pop_booking_selector > div > div:first-child form .form-group.select {
    width: 100%;
  }
}
.pop_booking_selector > div > div:first-child form .form-group.select:first-child {
  padding-right: 5px;
}
.pop_booking_selector > div > div:first-child form .form-group.select:nth-child(2) {
  padding-left: 5px;
}
.pop_booking_selector > div > div:first-child form .checkbox > div {
  display: inline-block;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div {
  width: 50%;
  float: left;
  padding: 0px 5px;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div {
  background-color: white;
  width: 100%;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 12px;
  border: 1px solid #ced4da;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div::placeholder {
  color: black;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div label {
  font-size: 15px;
  font-weight: 700;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div .t-dates {
  padding: 0px;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div .t-input {
  display: none;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div .t-dates {
  height: auto;
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div .t-dates .iconDate {
  color: #d7b567;
  margin-right: 10px;
  font-size: 17px;
  transform: translateY(1px);
}
.pop_booking_selector > div > div:first-child form .t-datepicker > div > div .t-date-info-title {
  left: 38px;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day {
  background-color: white;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td.t-start, .pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td.t-end {
  background-color: #9f7b59;
  color: white;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day tr {
  background-color: transparent;
  border: none;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td {
  border-color: white;
  font-size: 14px;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td span {
  background-color: #9f7b59;
  color: white;
  border-radius: 3px;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td:after {
  width: 0;
  border-width: 0px;
  height: 0;
  border-style: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #9f7b59;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td.t-day {
  background-color: #f1f1f1;
}
.pop_booking_selector > div > div:first-child form .t-datepicker .t-datepicker-day td.t-range {
  background-color: #b39578;
}
.pop_booking_selector > div > div:first-child form .datePickerInput {
  background-color: white;
  width: 100%;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 12px;
  border: 1px solid #ced4da;
}
.pop_booking_selector > div > div:first-child form .datePickerInput::placeholder {
  color: black;
}
.pop_booking_selector > div > div:first-child form .popupkids {
  margin: 5px 0px;
  display: inline-block;
}
.pop_booking_selector > div > div:first-child form .validate {
  margin-top: 20px;
  text-align: center;
}
.pop_booking_selector > div > div:first-child form .validate > button {
  display: inline-block;
}
.pop_booking_selector > div > div:nth-child(2) {
  background-color: white;
}
@media all and (max-width: 767px) {
  .pop_booking_selector > div > div:nth-child(2) {
    display: none;
  }
}
.pop_booking_selector.active {
  transform: scale(1) translateY(50%);
}
.pop_booking_selector .close-popup-container {
  text-align: center;
}
.pop_booking_selector .close-popup-container .close-popup {
  width: auto;
  height: 40px;
  background-color: transparent;
  min-height: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.pop_booking_selector .close-popup-container .close-popup i {
  color: white;
  background-color: #d7b567;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  min-height: 0px;
  padding: 8px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.pop_booking_selector .close-popup-container .close-popup i:hover {
  transform: rotate(180deg);
}
.pop_booking_selector .close-popup-container .close-popup:hover {
  cursor: pointer;
}
.pop_booking_selector .close-popup-container .close-popup:hover i {
  background-color: #9f7b59;
}

.landscapes-container {
  height: 100%;
  background-image: url(/assets/img/_temp/index_sky.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .landscapes-container {
    background-image: url(/assets/img/index/train_are.jpg);
    background-size: cover;
    background-position: center;
  }
}
.landscapes-container > div {
  height: 100%;
}
@media all and (max-width: 767px) {
  .landscapes-container > div {
    display: none;
  }
}
.landscapes-container > div > .landscape {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.landscapes-container > div > .landscape > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transform: scale(1.2);
}
.landscapes-container > div > .landscape > div > div {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 200%;
  background-size: 50% auto;
  background-position: right bottom;
  background-repeat: repeat-x;
  transform-origin: bottom center;
}
.landscapes-container > div > .landscape > div.sky {
  transform: scale(1);
}
.landscapes-container > div > .landscape > div.sky > div {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.landscapes-container > div > .landscape > div.grass {
  transform: scale(1);
}
.landscapes-container > div > .landscape > div.grass > div {
  background-size: 33.33% auto;
}
.landscapes-container > div > .landscape > div.train {
  transform: scale(1);
  height: 28%;
  width: 100%;
  top: auto;
  bottom: 0px;
}
.landscapes-container > div > .landscape > div.train > div {
  left: 0px;
  right: auto;
  background-repeat: no-repeat;
  width: 130%;
  background-size: auto 100%;
  background-position: left center;
}
.landscapes-container > div > .landscape > div.cloud {
  transform: scale(1);
}
.landscapes-container > div > .landscape > div.cloud > div {
  opacity: 0.7;
}
.landscapes-container > div > .landscape > div.title {
  transform: scale(1) translateY(0%);
  text-align: center;
  height: 66.666%;
}
.landscapes-container > div > .landscape > div.title > div {
  width: 100%;
}
.landscapes-container > div > .landscape > div.title > div span {
  width: 100%;
  color: white;
  font-weight: 600;
}
.landscapes-container > div > .landscape > div.title > div .title-child {
  overflow: hidden;
  width: 100%;
}
.landscapes-container > div > .landscape > div.title > div h4 {
  width: 100%;
  background-size: cover;
  background-position: center;
  font-size: 9vw;
  line-height: 1;
  font-weight: 600;
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(100%);
}
.landscapes-container > div > .landscape > div.title > div p {
  color: white;
  z-index: 10;
}
.landscapes-container > div > .landscape:nth-child(2) > div.cloud > div {
  opacity: 0.7;
}
.landscapes-container > div > .landscape:nth-child(3) > div.cloud > div {
  opacity: 0.7;
}
.landscapes-container > div.nav_left {
  position: absolute;
  width: 110px;
  left: 0px;
  top: auto;
  bottom: 0px;
  height: calc(100% - 82px);
  border-right: 1px solid white;
}
@media all and (max-width: 767px) {
  .landscapes-container > div.nav_left {
    display: none !important;
  }
}
.landscapes-container > div.nav_left > div {
  width: 100%;
}
.landscapes-container > div.nav_left > div a {
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 13px;
  line-height: 19px;
}
.landscapes-container > div.nav_left > div a i {
  font-size: 50px;
  line-height: 50px;
}
.landscapes-container > div.nav_left > div a:hover {
  text-decoration: none;
}
.landscapes-container > div.road_svg_container {
  width: calc(100% - 110px);
  overflow-x: hidden;
  height: auto;
  position: absolute;
  padding: 60px 0px;
  left: 0px;
  top: auto;
  bottom: 5%;
  left: 110px;
}
.landscapes-container > div.road_svg_container > svg {
  width: calc(100vw - 110px);
}
.landscapes-container > div.road_svg_container > svg .hide {
  opacity: 0;
}
.landscapes-container > div.road_svg_container .circles_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.landscapes-container > div.road_svg_container .circles_container > div {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  content: "";
  border-radius: 50%;
}
.landscapes-container > div.road_svg_container .circles_container > div:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d7b567;
  display: block;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.landscapes-container > div.road_svg_container .circles_container > div:first-child {
  left: 0%;
  top: 45.333333%;
}
.landscapes-container > div.road_svg_container .circles_container > div:nth-child(2) {
  left: 0%;
  top: 45.333333%;
}
.landscapes-container > div.road_svg_container .circles_container > div:nth-child(3) {
  left: 0%;
  top: 45.333333%;
}
.landscapes-container > div.road_svg_container .circles_container > div > span {
  opacity: 0;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  min-width: 190px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.landscapes-container > div.road_svg_container .circles_container > div > span.active, .landscapes-container > div.road_svg_container .circles_container > div > span:hover {
  opacity: 1;
}
.landscapes-container > div.road_svg_container .circles_container > div > span b {
  text-transform: none;
  letter-spacing: 0.5px;
}
.landscapes-container > div.road_svg_container .circles_container > div:hover {
  cursor: pointer;
}
.landscapes-container > div.road_svg_container .circles_container > div:hover:before {
  transform: scale(2);
  opacity: 0;
}
.landscapes-container > div.road_svg_container .circles_container > div:hover:after {
  transform: translateY(-50%) translateX(-50%) scale(2);
}
.landscapes-container > div.road_svg_container .circles_container > div:hover > span {
  opacity: 1;
}
.landscapes-container > div.road_svg_container .circles_container > div.active > span {
  opacity: 1;
}

body.page-home #loader_page {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  background: #121c30;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}
body.page-home #loader_page > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translateX(-50%) translateY(-50%);
}
body.page-home #loader_page > div .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
body.page-home #loader_page > div .circle svg {
  height: 250px;
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
body.page-home #loader_page > div .circle #circle {
  z-index: 2;
}
body.page-home #loader_page > div .circle #circle2 {
  z-index: 1;
}
body.page-home #loader_page > div img {
  position: absolute;
  width: 200px;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  opacity: 0;
}
body.page-home #main {
  position: relative;
  z-index: 50;
}
body.page-home #intro {
  background-color: white;
  height: 47vw;
  content: "";
  display: block;
  width: 100%;
  position: relative;
}
body.page-home #intro #content_home_mobile_top {
  display: none;
}
@media all and (max-width: 767px) {
  body.page-home #intro {
    height: auto;
  }
  body.page-home #intro #content_home_mobile_top {
    display: block;
    width: 100%;
    position: absolute;
    top: 180px;
    left: 0px;
    padding: 30px;
    text-align: center;
    color: white;
  }
  body.page-home #intro .landscapes-container {
    height: 70vh;
  }
}
body.page-home #intro #booking_panel {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 80%;
  max-width: 800px;
  transform: translateY(50%) translateX(-50%);
  background: white;
  box-shadow: 0 0 9px rgba(159, 123, 89, 0.4);
}
@media all and (max-width: 767px) {
  body.page-home #intro #booking_panel {
    position: relative;
    bottom: auto;
    left: 0px;
    max-width: 100%;
    width: 100%;
    transform: none;
  }
}
body.page-home #intro #booking_panel > div {
  padding: 15px 30px;
  width: 50%;
  -webkit-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
}
@media all and (max-width: 767px) {
  body.page-home #intro #booking_panel > div {
    width: 100%;
  }
  body.page-home #intro #booking_panel > div:first-child {
    border-bottom: 1px solid #ced4da;
  }
}
body.page-home #intro #booking_panel > div:first-child {
  border-right: 1px solid #ced4da;
}
body.page-home #intro #booking_panel > div p {
  margin-bottom: 0px;
}
body.page-home #intro #booking_panel > div > .icon {
  color: #9f7b59;
  -webkit-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
}
body.page-home #intro #booking_panel > div > .icon i {
  float: left;
}
body.page-home #intro #booking_panel > div > .icon:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #ced4da;
  margin: 0px 15px;
  float: right;
}
body.page-home #intro #booking_panel > div > .txt {
  width: calc(100% - 92px);
}
body.page-home #intro #booking_panel > div > .txt > span {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #757575;
  -webkit-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: color 0.36s cubic-bezier(0.4, 0, 1, 1);
}
body.page-home #intro #booking_panel > div > .txt > p {
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
}
@media all and (max-width: 1200px) {
  body.page-home #intro #booking_panel > div > .txt > p {
    font-size: 17px;
    line-height: 23px;
  }
}
body.page-home #intro #booking_panel > div > .selector {
  border: 1px solid #757575;
  color: #757575;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  text-align: center;
  padding-top: 2px;
}
body.page-home #intro #booking_panel > div > .selector i {
  margin-top: 1px;
}
body.page-home #intro #booking_panel > div:hover {
  background-color: #9f7b59;
  cursor: pointer;
}
body.page-home #intro #booking_panel > div:hover > .icon {
  color: white;
}
body.page-home #intro #booking_panel > div:hover > .txt > span {
  color: white;
}
body.page-home #page_content {
  padding-top: 100px;
}
@media all and (max-width: 767px) {
  body.page-home #page_content {
    padding-top: 30px;
  }
}
body.page-home #page_content .block_why {
  margin-bottom: 0px;
}
body.page-home #page_content .block_discover {
  padding: 100px 60px 60px;
}
@media all and (max-width: 991px) {
  body.page-home #page_content .block_discover {
    padding: 60px 0px 60px;
  }
  body.page-home #page_content .block_discover .title-section {
    padding: 0px 60px;
  }
}
body.page-home #page_content .block_discover > div {
  max-width: 1600px;
  margin: 0 auto;
}
body.page-home #page_content .block_trains {
  background-color: #f9f9f0;
}

body.page-train {
  /************* CLASSICS *********/
  /************* LUXE *********/
}
body.page-train #header {
  background-color: transparent;
}
body.page-train .top_train .swiper-train {
  width: 100%;
  position: relative;
}
body.page-train .top_train .swiper-train .swiper-slide {
  text-align: center;
}
body.page-train .top_train .swiper-train .swiper-slide > .img {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(1);
}
body.page-train .top_train .swiper-train .swiper-train-pagination {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div {
  max-width: 1200px;
  margin: 0 auto;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div > div.progress-slide {
  width: 66.6666%;
  position: relative;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div > div.progress-slide > span.current {
  background-color: white;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div > div.progress-slide > span:not(.current) {
  background-color: #9f7b59;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div > div.counter {
  padding: 0px 15px;
  color: white;
  font-size: 13px;
  line-height: 19px;
  line-height: 13px;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div > div.counter > span:nth-child(2) {
  margin-top: -6px;
}
body.page-train .top_train .swiper-train .swiper-train-pagination > div > div.counter .current {
  margin-right: 5px;
  font-size: 36px;
  line-height: 26px;
  color: #9f7b59;
}
body.page-train .top_train .transition_slider {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: overlay;
}
body.page-train .top_train .transition_slider > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0%;
}
body.page-train .top_train .nav-swiper-train {
  z-index: 2;
  bottom: 50%;
  position: absolute;
  right: 0px;
  transform: translateY(50%);
}
body.page-train .top_train .nav-swiper-train > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
body.page-train .top_train .nav-swiper-train > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
body.page-train .top_train .nav-swiper-train > div.swiper-why-next {
  margin-left: 1px;
}
body.page-train .top_train .nav-swiper-train > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
body.page-train .top_train .nav-swiper-train > div:hover img {
  filter: invert(1);
}
body.page-train .nav_ancres {
  z-index: 3;
  background-color: #152037;
}
body.page-train .nav_ancres > ul {
  color: white;
  padding: 20px 0px;
  margin: 0px auto;
  max-width: 1300px;
}
@media all and (max-width: 767px) {
  body.page-train .nav_ancres > ul {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media all and (max-width: 767px) {
  body.page-train .nav_ancres > ul li {
    display: inline-block;
    width: auto;
    min-width: 40%;
  }
}
body.page-train .nav_ancres > ul li a {
  display: block;
  color: white;
  margin: 0px 15px;
}
body.page-train .nav_ancres > ul li a > span {
  display: block;
}
body.page-train .nav_ancres > ul li a > span.number {
  font-size: 23px;
  line-height: 27px;
}
@media all and (max-width: 1200px) {
  body.page-train .nav_ancres > ul li a > span.number {
    font-size: 17px;
    line-height: 23px;
  }
}
body.page-train .swiper-container-servicios {
  padding-left: 60px;
  position: relative;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios {
    padding-left: 15px;
  }
}
body.page-train .swiper-container-servicios:before {
  position: absolute;
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  background-color: #f1f1f1;
  left: 0px;
}
body.page-train .swiper-container-servicios > .row > .col-12 {
  padding-right: 0px;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios > .row > .col-12 {
    padding-right: 15px;
  }
}
body.page-train .swiper-container-servicios .nav {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
body.page-train .swiper-container-servicios .nav > ul {
  width: auto;
  padding: 0px;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .nav > ul {
    flex-wrap: wrap;
  }
}
body.page-train .swiper-container-servicios .nav > ul li {
  padding: 0px;
  background-color: white;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .nav > ul li {
    width: 100%;
  }
}
body.page-train .swiper-container-servicios .nav > ul li:not(:last-child) {
  border-right: 1px solid #ced4da;
}
body.page-train .swiper-container-servicios .nav > ul a {
  padding: 15px 30px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .nav > ul a {
    border-bottom: 1px solid #ced4da;
  }
}
body.page-train .swiper-container-servicios .nav > ul a .txt {
  padding-left: 15px;
}
body.page-train .swiper-container-servicios .nav > ul a .txt span {
  display: block;
}
body.page-train .swiper-container-servicios .nav > ul a:after {
  content: "";
  height: 3px;
  display: block;
  background-color: #9f7b59;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .nav > ul a:after {
    height: 100%;
    width: 3px;
    transform: translateY(0) translateX(-100%);
  }
}
body.page-train .swiper-container-servicios .nav > ul a:hover, body.page-train .swiper-container-servicios .nav > ul a.active {
  color: #1b1b1b;
  text-decoration: none;
}
body.page-train .swiper-container-servicios .nav > ul a:hover:after, body.page-train .swiper-container-servicios .nav > ul a.active:after {
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .nav > ul a:hover:after, body.page-train .swiper-container-servicios .nav > ul a.active:after {
    transform: translateY(0) translateX(0%);
  }
}
body.page-train .swiper-container-servicios .swiper-servicios-train {
  padding: 0px;
}
body.page-train .swiper-container-servicios .swiper-servicios-train .top {
  background-color: #f1f1f1;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .swiper-servicios-train .top {
    padding-right: 15px;
  }
}
body.page-train .swiper-container-servicios .swiper-servicios-train .top .txt {
  padding: 0px 5%;
  max-width: 600px;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .swiper-servicios-train .top .txt {
    margin-bottom: 15px;
  }
}
body.page-train .swiper-container-servicios .swiper-servicios-train .top .txt h6 {
  margin-bottom: 30px;
}
body.page-train .swiper-container-servicios .swiper-servicios-train .top .txt a {
  margin-top: 30px;
}
body.page-train .swiper-container-servicios .swiper-servicios-train .bottom {
  background-color: white;
  padding: 60px 0px;
}
body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul {
  max-width: 1600px;
  margin: 0 auto;
}
body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul li {
  width: calc(100%/6);
  padding: 15px;
  text-align: center;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul li {
    width: calc(100%/3);
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}
body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul li i {
  color: #d7b567;
  font-size: 60px;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul li i {
    font-size: 30px;
  }
}
body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul li p {
  font-size: 13px;
  line-height: 19px;
}
@media all and (max-width: 767px) {
  body.page-train .swiper-container-servicios .swiper-servicios-train .bottom ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}
body.page-train .encuentra {
  background-color: #f9f9f0;
  padding: 60px 60px 30px;
}
@media all and (max-width: 991px) {
  body.page-train .encuentra {
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  body.page-train .encuentra {
    padding: 15px;
  }
}
body.page-train .encuentra h6 {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  body.page-train .encuentra h6 {
    text-align: left !important;
  }
}
body.page-train .encuentra #booking_date > div > .rutas {
  margin-top: 0px;
}
body.page-train.classic .top_train {
  position: relative;
}
body.page-train.classic .top_train .swiper-train .swiper-slide {
  background-color: #121c30;
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .img {
  opacity: 0;
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .content {
  position: relative;
  min-height: calc(58vw - 50px);
}
@media all and (max-width: 991px) {
  body.page-train.classic .top_train .swiper-train .swiper-slide > .content {
    min-height: calc(75vw - 50px);
  }
}
@media all and (max-width: 767px) {
  body.page-train.classic .top_train .swiper-train .swiper-slide > .content {
    min-height: 100vh;
  }
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div {
  padding-bottom: 100px;
  color: white;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
  transform: translateY(60px);
}
@media all and (max-width: 1200px) {
  body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div {
    padding: 0px 30px 100px;
  }
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div > div {
  text-align: left;
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div > div.left {
  width: 50%;
}
@media all and (max-width: 767px) {
  body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div > div.right {
    display: none;
  }
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div > div.right > div {
  width: 50%;
  float: left;
  padding: 10px 15px 10px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
body.page-train.classic .top_train .swiper-train .swiper-slide > .content > div > div.right > div > span {
  display: block;
  width: 100%;
}
body.page-train.classic .top_train .swiper-train .swiper-slide:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
  display: block;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  body.page-train.classic .top_train .swiper-train .nav-swiper-train {
    top: 140px;
    bottom: auto;
  }
}
body.page-train.classic .servicios {
  background-color: #121c30;
  color: white;
  padding-top: 60px;
}
body.page-train.classic .servicios .head {
  max-width: 1300px;
  margin: 0px auto;
}
@media all and (max-width: 1200px) {
  body.page-train.classic .servicios .head {
    padding: 0px 30px;
  }
}
body.page-train.classic .servicios .head h5 {
  margin: 0 0px 15px;
}
body.page-train.classic .servicios .head p {
  color: white;
  opacity: 0.4;
  margin: 0px 0px;
}
body.page-train.classic .servicios .liste {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  body.page-train.classic .servicios .liste {
    margin-bottom: 0px;
    margin-top: 15px;
  }
}
body.page-train.classic .servicios .liste ul {
  max-width: 1300px;
  margin: 30px auto;
}
body.page-train.classic .servicios .liste ul li {
  width: 25%;
  margin-bottom: 60px;
  padding: 0px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 1200px) {
  body.page-train.classic .servicios .liste ul li {
    width: 33.3333%;
  }
}
@media all and (max-width: 690px) {
  body.page-train.classic .servicios .liste ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
body.page-train.classic .servicios .liste ul li > * {
  float: left;
}
body.page-train.classic .servicios .liste ul li i {
  color: #9f7b59;
  margin-right: 15px;
}
body.page-train.classic .servicios .liste ul li i:before {
  font-size: 70px;
}
@media all and (max-width: 690px) {
  body.page-train.classic .servicios .liste ul li i:before {
    font-size: 40px;
  }
}
body.page-train.classic .servicios .liste ul li p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 0px;
  font-weight: 600;
  overflow: hidden;
}
body.page-train.classic .servicios .liste ul li p > span {
  position: relative;
  display: block;
}
body.page-train.classic .block_discover {
  padding-top: 120px;
}
body.page-train.classic .block_discover:after {
  background-color: white;
}
body.page-train.classic .block_discover > div {
  max-width: 1600px;
  margin: 0 auto;
}
body.page-train.classic .block_discover .title-section {
  text-align: center;
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .img {
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 1.5s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 1.5s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 1, 1);
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content {
  position: relative;
  z-index: 2;
  min-height: calc(58vw - 50px);
}
@media all and (max-width: 991px) {
  body.page-train.luxe .top_train .swiper-train .swiper-slide > .content {
    min-height: calc(75vw - 50px);
  }
}
@media all and (max-width: 767px) {
  body.page-train.luxe .top_train .swiper-train .swiper-slide > .content {
    min-height: 100vh;
  }
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .head {
  border-bottom: 1px solid white;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .head > img {
  max-width: 300px;
  transform: translateY(100%);
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text {
  display: block;
  width: 100%;
  max-width: 60%;
  padding: 0px 0px;
  margin: 0px auto;
  color: white;
  overflow: hidden;
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text .titles {
  transform: translateY(-100%);
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text h6 {
  padding-top: 15px;
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text h6, body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text h5 {
  margin-bottom: 0px;
}
body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text .descr {
  font-size: 23px;
  line-height: 27px;
  margin-top: 15px;
  font-weight: 300;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}
@media all and (max-width: 1200px) {
  body.page-train.luxe .top_train .swiper-train .swiper-slide > .content .text .descr {
    font-size: 17px;
    line-height: 23px;
  }
}
body.page-train.luxe .top_train .swiper-train .swiper-slide.swiper-slide-active > .img {
  transform: scale(1.1);
}
body.page-train.luxe .top_train .swiper-train .swiper-slide.swiper-slide-active > .content .text .descr {
  opacity: 1;
}
body.page-train.luxe .nav_ancres {
  background-color: #1b1b1b;
}
body.page-train.luxe .block-txt-gallery {
  padding-left: 60px;
  background-color: #1b1b1b;
  position: relative;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  body.page-train.luxe .block-txt-gallery {
    padding-left: 15px;
  }
}
body.page-train.luxe .title_fixed {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 60px;
  background-color: white;
}
@media all and (max-width: 767px) {
  body.page-train.luxe .title_fixed {
    display: none;
  }
}
body.page-train.luxe .title_fixed p {
  transform: rotate(-90deg) translateX(-50%) translateY(0%);
  transform-origin: center left;
  position: absolute;
  white-space: nowrap;
  bottom: 50%;
  left: 50%;
  color: #1b1b1b;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
body.page-train.luxe .title_fixed p .number {
  margin-right: 15px;
  font-size: 17px;
  line-height: 21px;
}
body.page-train.luxe .img-half-half {
  position: relative;
  padding-left: 60px;
}
@media all and (max-width: 767px) {
  body.page-train.luxe .img-half-half {
    padding-left: 15px;
  }
}
body.page-train #main .form-group.select .selectric-wrapper .selectric .label {
  height: 36px;
  line-height: 36px;
  text-transform: none;
  min-width: 110px;
  text-align: left;
}
body.page-train #main .form-group.select .selectric-wrapper .selectric .button {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
body.page-train #main .form-group.select .selectric-wrapper.selectric-station .selectric .label:before {
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "";
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
body.page-train #main .form-group.select .selectric-wrapper.selectric-cabin .selectric .label:before {
  display: inline-block;
  font-family: "picto_peru";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "G";
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
body.page-train #main .form-group.select.select-under .selectric-wrapper .selectric {
  border-color: #d7b567;
  border-width: 0 0 1px 0;
  border-radius: 0px;
}
@media all and (max-width: 991px) {
  body.page-train #main .form-group.select.select-under .selectric-wrapper .selectric {
    border-radius: 2px;
    border-width: 1px;
  }
}
body.page-train #main .form-group.select.select-yellow .selectric-wrapper .selectric {
  border-color: #d7b567;
}
body.page-train #main .selectric {
  background-color: #f9f9f0;
}

body.page-booking #main {
  max-width: 1400px;
  margin: 0 auto;
}
body.page-booking .form-group.select .selectric-wrapper .selectric .label {
  height: 36px;
  line-height: 36px;
  text-transform: none;
  min-width: 110px;
  text-align: left;
}
body.page-booking .form-group.select .selectric-wrapper .selectric .button {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
body.page-booking .form-group.select .selectric-wrapper.selectric-station .selectric .label:before {
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "";
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
body.page-booking .form-group.select .selectric-wrapper.selectric-cabin .selectric .label:before {
  display: inline-block;
  font-family: "picto_peru";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "G";
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
body.page-booking .form-group.select.select-under .selectric-wrapper .selectric {
  border-color: #d7b567;
  border-width: 0 0 1px 0;
  border-radius: 0px;
}
@media all and (max-width: 991px) {
  body.page-booking .form-group.select.select-under .selectric-wrapper .selectric {
    border-radius: 2px;
    border-width: 1px;
  }
}
body.page-booking .form-group.select.select-yellow .selectric-wrapper .selectric {
  border-color: #d7b567;
}
body.page-booking #header-booking {
  background-color: #121c30;
  color: white;
  padding: 30px;
}
@media all and (max-width: 991px) {
  body.page-booking #header-booking {
    padding: 15px;
  }
  body.page-booking #header-booking > div {
    flex-wrap: wrap;
  }
}
body.page-booking #header-booking a {
  color: white;
}
body.page-booking #header-booking #logo {
  width: 210px;
  padding-right: 30px;
}
@media all and (max-width: 1024px) {
  body.page-booking #header-booking #logo {
    width: 150px;
    margin: 10px 0px;
  }
}
body.page-booking #header-booking #logo img {
  width: 100%;
}
body.page-booking #header-booking .nav_right {
  width: calc(100% - 310px);
}
@media all and (max-width: 991px) {
  body.page-booking #header-booking .nav_right {
    width: calc(100% - 100px);
    margin-top: 15px;
  }
}
@media all and (max-width: 690px) {
  body.page-booking #header-booking .nav_right {
    width: calc(100%);
  }
  body.page-booking #header-booking .nav_right > div > div {
    padding: 0px;
  }
}
body.page-booking #header-booking .nav_right nav {
  width: 100%;
}
body.page-booking #header-booking .nav_right nav ul {
  width: 100%;
  margin-bottom: 0px;
}
@media all and (max-width: 690px) {
  body.page-booking #header-booking .nav_right nav ul {
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}
body.page-booking #header-booking .nav_right nav ul li {
  width: calc(100% / 4);
  position: relative;
  text-align: center;
}
body.page-booking #header-booking .nav_right nav ul li:not(:first-child):before {
  position: absolute;
  width: calc(50% - 25px);
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  left: 0px;
  top: 15px;
}
body.page-booking #header-booking .nav_right nav ul li:not(:last-child):after {
  position: absolute;
  width: calc(50% - 25px);
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  right: 0px;
  top: 15px;
}
body.page-booking #header-booking .nav_right nav ul li > span.number {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.5);
}
body.page-booking #header-booking .nav_right nav ul li > a {
  clear: both;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
@media all and (max-width: 690px) {
  body.page-booking #header-booking .nav_right nav ul li > a {
    display: none;
  }
}
body.page-booking #header-booking .nav_right nav ul li > span.picto {
  display: none;
  font-size: 16px;
  padding: 2px;
  border-radius: 50%;
  position: absolute;
  color: white;
  right: 0px;
  top: 5px;
  z-index: 2;
}
@media all and (max-width: 690px) {
  body.page-booking #header-booking .nav_right nav ul li > span.picto {
    transform: translateX(50%);
  }
}
body.page-booking #header-booking .nav_right nav ul li.done > span.picto, body.page-booking #header-booking .nav_right nav ul li.error > span.picto {
  display: inline-block;
}
body.page-booking #header-booking .nav_right nav ul li.done > span.number, body.page-booking #header-booking .nav_right nav ul li.error > span.number {
  color: white;
  border-color: white;
}
body.page-booking #header-booking .nav_right nav ul li.done > span.picto {
  background-color: #41b62e;
}
body.page-booking #header-booking .nav_right nav ul li.error > span.picto {
  background-color: #d7b567;
}
body.page-booking #header-booking .nav_right nav ul li.current > span.number {
  border-color: #d7b567;
  color: white;
  background-color: #d7b567;
}
body.page-booking #header-booking .nav_right nav ul li.current > a {
  color: #d7b567;
}
body.page-booking #header-booking .logo_norton {
  width: 100px;
}
@media all and (max-width: 690px) {
  body.page-booking #header-booking .logo_norton {
    display: none;
  }
}
body.page-booking #header-booking .logo_norton img {
  width: 100%;
}
body.page-booking #booking_date {
  margin-top: 60px;
}
body.page-booking .booking_date_validate {
  max-width: 1200px;
  margin: 60px auto 0px;
  font-size: 13px;
  line-height: 19px;
}
@media all and (max-width: 1024px) {
  body.page-booking .booking_date_validate {
    padding: 0 30px;
  }
}
body.page-booking .booking_date_validate > div {
  border: 1px solid #ced4da;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media all and (max-width: 1024px) {
  body.page-booking .booking_date_validate > div {
    overflow: auto;
    flex-wrap: nowrap !important;
  }
  body.page-booking .booking_date_validate > div::-webkit-scrollbar-thumb {
    background-color: #121c30;
  }
  body.page-booking .booking_date_validate > div::-webkit-scrollbar-track {
    background-color: white;
  }
  body.page-booking .booking_date_validate > div::-webkit-scrollbar {
    height: 3px;
  }
  body.page-booking .booking_date_validate > div ::-webkit-scrollbar {
    height: 5px;
  }
}
body.page-booking .booking_date_validate > div > div {
  padding: 20px 10px;
}
@media all and (max-width: 1024px) {
  body.page-booking .booking_date_validate > div > div {
    min-width: 150px;
  }
}
body.page-booking .booking_date_validate > div > div > span {
  display: block;
}
body.page-booking .booking_date_validate > div > div > span:first-child {
  color: #757575;
}
body.page-booking .booking_date_validate > div > div > span:nth-child(2) {
  font-weight: 600;
}
body.page-booking .booking_date_validate > div > div:first-child {
  background-color: #121c30;
  color: white;
  min-width: 80px;
}
body.page-booking .booking_date_validate > div > div:first-child > span {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
}
@media all and (max-width: 1024px) {
  body.page-booking .booking_date_validate > div > div:last-child {
    min-width: 100px;
  }
}
body.page-booking .booking_date_validate > span {
  display: block;
  text-align: right;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 15px;
}
body.page-booking .booking_date_validate.bimodal > div.row {
  border-bottom-right-radius: 0px;
}
body.page-booking .booking_date_validate > .bimodal {
  float: right;
  width: auto;
  z-index: 2;
  position: relative;
  border-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -15px;
  margin-top: -1px;
}
body.page-booking .booking_date_validate > .bimodal > a {
  width: 100%;
  background-color: #d7b567;
  color: white;
}
body.page-booking .booking_date_validate > .bimodal > a:hover {
  text-decoration: none;
}
body.page-booking .booking_date_validate > .bimodal > a > div {
  padding: 10px 15px;
}
body.page-booking .booking_date_validate > .bimodal > a > div:first-child {
  background-color: #121c30;
  width: 110px;
  text-align: center;
}
body.page-booking .booking_date_validate > .bimodal > a > div:first-child span img {
  width: 30px;
  filter: invert(1);
}
body.page-booking .booking_date_validate > .bimodal > a > div:nth-child(2) {
  width: auto;
}
@media all and (max-width: 767px) {
  body.page-booking .booking_date_validate > .bimodal > a > div:nth-child(2) {
    display: none;
  }
}
body.page-booking .booking_date_validate > .bimodal > a > div:nth-child(2) > span:nth-child(2) {
  font-size: 11px;
  line-height: 15px;
  background-color: white;
  border-radius: 20px;
  color: #121c30;
  padding: 5px 11px 5px 2px;
}
body.page-booking .booking_date_validate > .bimodal > a > div:nth-child(2) > span:nth-child(2) i {
  background-color: #121c30;
  color: white;
  padding: 3px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
body.page-booking .booking_date_validate_price {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 0px;
}
@media all and (max-width: 1024px) {
  body.page-booking .booking_date_validate_price {
    padding: 0px 30px;
    margin-bottom: 20px;
  }
}
body.page-booking .opciones {
  margin-top: 60px;
}
body.page-booking .opciones > .row .title_head_opciones {
  margin: 0px 0px 60px;
  text-align: center;
}
@media all and (max-width: 991px) {
  body.page-booking .opciones > .row > .item-opcion, body.page-booking .opciones > .row > .cabin-opcion {
    margin-bottom: 30px;
  }
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) {
  border: 2px solid #ced4da;
  border-radius: 6px;
  padding: 15px;
  background-color: #fcfcfe;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .title-card, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .title-card {
  text-align: center;
  margin-top: -33px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .title-card > h5, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .title-card > h5 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: white;
  color: #d7b567;
  padding: 5px 20px;
  border-radius: 30px;
  margin: 0 auto;
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .intro-card, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .intro-card {
  text-align: center;
  margin: 30px 0px;
  display: block;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .intro-card h4, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .intro-card h4 {
  margin-bottom: 0px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .intro-card .price, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .intro-card .price {
  font-size: 14px;
  line-height: 20px;
  color: #d7b567;
  font-style: italic;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card {
  background-color: white;
  position: relative;
  font-size: 13px;
  line-height: 19px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card:before, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card:before {
  content: "";
  width: 100%;
  height: 33.3333%;
  display: block;
  bottom: 10%;
  left: 0px;
  position: absolute;
  background-color: black;
  z-index: 1;
  -webkit-filter: blur(11px);
  -moz-filter: blur(11px);
  -o-filter: blur(11px);
  -ms-filter: blur(11px);
  filter: blur(11px);
  opacity: 0.2;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > img, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 2;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal {
  width: calc(100% - 30px);
  margin: -22px auto 0;
  z-index: 2;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 691px) {
  body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal {
    width: 100%;
  }
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a {
  width: 100%;
  background-color: #d7b567;
  color: white;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a:hover, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a:hover {
  text-decoration: none;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div {
  width: 100%;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div {
  padding: 10px 15px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:first-child, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:first-child {
  background-color: #121c30;
  width: 110px;
  text-align: center;
  height: 100%;
}
@media all and (max-width: 691px) {
  body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:first-child, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:first-child {
    width: 100%;
  }
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:first-child span img, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:first-child span img {
  width: 30px;
  filter: invert(1);
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) {
  width: calc(100% - 110px);
}
@media all and (max-width: 691px) {
  body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) {
    width: 100%;
  }
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) > span:first-child, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) > span:first-child {
  line-height: 20px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) > span:nth-child(2), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) > span:nth-child(2) {
  font-size: 11px;
  line-height: 15px;
  background-color: white;
  border-radius: 20px;
  color: #121c30;
  padding: 5px 11px 5px 2px;
  white-space: nowrap;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) > span:nth-child(2) i, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card > .bimodal > a > div > div:nth-child(2) > span:nth-child(2) i {
  background-color: #121c30;
  color: white;
  padding: 3px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table {
  z-index: 2;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head {
  margin: 15px 0px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head > div:first-child, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head > div:first-child {
  width: 40px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head > div:nth-child(2), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head > div:nth-child(2) {
  width: calc(100% - 40px);
  margin-bottom: 0px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head > div:nth-child(2) > div, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_head > div:nth-child(2) > div {
  width: calc(100% / 4);
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item {
  width: 100%;
  flex: 0 0 100%;
  border-bottom: 1px solid #ced4da;
  background-color: white;
  padding: 10px 5px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item:nth-child(odd), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item:nth-child(odd) {
  background-color: #f1f1f1;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > div, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > div {
  width: 40px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > div input, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > div input {
  float: left;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label {
  width: calc(100% - 40px);
  margin-bottom: 0px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label:hover, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label:hover {
  transform: scale(1.03);
  cursor: pointer;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div:not(.comment), body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div:not(.comment) {
  width: calc(100% / 4);
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.comment, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.comment {
  width: 100%;
  color: #41b62e;
  font-size: 11px;
  line-height: 15px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.promo, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.promo {
  color: #d7b567;
  font-weight: 600;
  position: relative;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.promo > .old_price, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.promo > .old_price {
  color: #757575;
  font-size: 11px;
  line-height: 15px;
  text-decoration: line-through;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.promo > .promo, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table .prices_table_content > .item > label > div.promo > .promo {
  position: absolute;
  top: 50%;
  right: -5px;
  background-color: #d7b567;
  color: white;
  transform: translate(50%, -50%);
  border-radius: 4px;
  line-height: 16px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .prices_table > p, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .prices_table > p {
  text-align: center;
  margin: 15px auto;
  max-width: 300px;
  color: #757575;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .descr_cabin, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .descr_cabin {
  position: relative;
  background-color: #fcfcfe;
  list-style: inside;
  z-index: 2;
  padding: 30px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 23px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina {
  z-index: 2;
  position: relative;
  background-color: #fcfcfe;
  padding: 0px 30px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .details_cabin_selector, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .details_cabin_selector {
  display: none;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul {
  list-style: none;
  padding: 0px;
}
@media all and (max-width: 991px) {
  body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul {
    flex-wrap: wrap;
  }
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul li, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul li {
  margin: 5px;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul li a, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul li a {
  white-space: nowrap;
}
body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul li a.selected, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .choose_cabin ul li a.selected {
  background-color: #d7b567;
  color: white;
  border-color: #d7b567;
}
@media all and (max-width: 991px) {
  body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .count-passenger > div, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .count-passenger > div {
    flex: 0 0 100%;
  }
  body.page-booking .opciones > .row > .item-opcion > div:not(.price) .prices-array-card .select_cabina .count-passenger > div:first-child, body.page-booking .opciones > .row > .cabin-opcion > div:not(.price) .prices-array-card .select_cabina .count-passenger > div:first-child {
    margin-bottom: 5px;
  }
}
body.page-booking .opciones > .row > .item-opcion > .price, body.page-booking .opciones > .row > .cabin-opcion > .price {
  padding: 15px 30px;
  display: none;
}
body.page-booking .opciones > .row > .item-opcion > .price > div > span, body.page-booking .opciones > .row > .cabin-opcion > .price > div > span {
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
}
@media all and (max-width: 1200px) {
  body.page-booking .opciones > .row > .item-opcion > .price > div > span, body.page-booking .opciones > .row > .cabin-opcion > .price > div > span {
    font-size: 17px;
    line-height: 23px;
  }
}
body.page-booking .opciones > .row > .item-opcion > .price > div > span:nth-child(2), body.page-booking .opciones > .row > .cabin-opcion > .price > div > span:nth-child(2) {
  text-align: right;
}
body.page-booking .opciones > .row > .item-opcion > .price > div > span i, body.page-booking .opciones > .row > .cabin-opcion > .price > div > span i {
  display: block;
  font-size: 17px;
  line-height: 23px;
  font-style: normal;
  color: #757575;
}
body.page-booking .opciones > .row > .item-opcion.active > div:not(.price), body.page-booking .opciones > .row > .cabin-opcion.active > div:not(.price) {
  border-color: #9f7b59;
}
body.page-booking .opciones > .row > .opcionCurrent {
  display: none;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child {
  border-radius: 6px;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child {
    padding: 20px;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro .promocion {
  margin: 15px 0px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro .promocion > span {
  color: #757575;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro .promocion > div {
  padding: 0px 15px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro .promocion > div p {
  margin-bottom: 0px;
  line-height: 13px;
  font-weight: 600;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro .promocion > div a {
  font-size: 13px;
  line-height: 17px;
  color: #0056b3;
  text-decoration: underline;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .intro .message {
  color: #757575;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -1px;
  display: block;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
  height: 1px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul {
  padding: 0px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li {
  border-bottom: 1px solid #ced4da;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label {
  padding: 15px;
  margin-bottom: 0px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label:hover {
  cursor: pointer;
  background-color: #fcfcfe;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label > div:first-child {
  width: 50%;
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label > div:first-child {
    width: 100%;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label > div:nth-child(2) {
  width: 20%;
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label > div:nth-child(2) {
    width: 100%;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label > div:nth-child(3) {
  width: 30%;
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div > label > div:nth-child(3) {
    width: 100%;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title h6 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 0px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title h6 input {
  pointer-events: none;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title .picto {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 17px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title .picto img {
  margin-right: 5px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title > div {
  display: block;
  width: 100%;
  margin-top: 20px;
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title > div {
    margin-bottom: 20px;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title > div .price {
  border: 1px solid #d7b567;
  color: #d7b567;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin-right: 10px;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .title > div .purcent {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .dates {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #757575;
  text-transform: none;
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .dates {
    margin-bottom: 10px;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .dates > span {
  color: #121c30;
  font-weight: 600;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .dates > div > span {
  width: 100%;
  display: block;
}
@media all and (max-width: 690px) {
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .dates > div > span {
    display: inline-block;
    width: auto;
  }
  body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .dates > div > span:first-child {
    margin-right: 10px;
  }
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .img img {
  width: 100%;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .indication {
  text-align: right;
  display: block;
  margin-top: 5px;
  width: 100%;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li > div .indication a {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  text-transform: none;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list > ul > li:nth-child(even) {
  background-color: #f1f1f1;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list .infos {
  text-align: center;
}
body.page-booking .opciones > .row > .opcionCurrent > div:first-child .promo-list .infos p {
  margin-bottom: 0px;
}
body.page-booking .opciones > .row > .opcionCurrent > .bottom-opcionCurrent {
  text-align: center;
  margin-top: 30px;
}
body.page-booking .opciones > .row > .opcionCurrent > .bottom-opcionCurrent a {
  margin: 0px 15px;
}
@media all and (max-width: 767px) {
  body.page-booking .bottom-booking {
    padding: 0px;
  }
}
body.page-booking .bottom-booking > div > div {
  padding: 30px;
}
@media all and (max-width: 767px) {
  body.page-booking .bottom-booking > div > div {
    padding: 0px;
  }
}
body.page-booking .bottom-booking > div > div a {
  margin: 0 15px;
}
body.page-booking.step2 #main > .booking_date_validate:nth-child(2) {
  margin-top: 15px;
}
@media all and (max-width: 691px) {
  body.page-booking.step2 #main .bottom_form {
    margin-top: -30px;
  }
}
body.page-booking.step2 #main .bottom_form > div {
  max-width: 1200px;
  margin: 0 auto;
}
body.page-booking.step2 #main .bottom_form > div .form-group {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
}
body.page-booking.step2 #main .bottom_form > div > div:last-child {
  margin-top: 15px;
}
@media all and (max-width: 691px) {
  body.page-booking.step2 #main .bottom_form > div > div:nth-child(2) a {
    width: 100%;
    text-align: center;
    margin: 15px 0px;
  }
}
body.page-booking.step3 #main {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  body.page-booking.step3 #main #step3_content {
    padding: 0px 30px;
  }
}

.rescalendar {
  position: relative;
}
.rescalendar .arrow_selected {
  display: inline-block;
  text-align: center;
  height: 28px;
  z-index: 2;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 5px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.rescalendar .arrow_selected > span {
  border: 1px solid #f1f1f1;
  background-color: white;
  color: #d7b567;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.rescalendar button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.rescalendar button.round {
  border: 1px solid #d7b567;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
@media all and (max-width: 690px) {
  .rescalendar button.round {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0px 0px;
  }
  .rescalendar button.round.move_to_next_month {
    right: 0px;
  }
}
.rescalendar button.round span {
  font-size: 24px;
  line-height: 24px;
  margin: 2px auto 0;
  display: block;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.rescalendar button.round:hover {
  background-color: #121c30;
}
.rescalendar button.round:hover span {
  color: #d7b567;
}
.rescalendar .refDate {
  display: none;
}
.rescalendar .rescalendar_controls {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.rescalendar .rescalendar_table {
  margin-top: 5px;
  padding-top: 0px;
}
@media all and (max-width: 690px) {
  .rescalendar .rescalendar_table {
    padding: 0px 10px;
    margin-top: 13px;
    width: 100%;
  }
}
.rescalendar .rescalendar_day_cells .day_cell {
  display: inline-block;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0px 7px;
  text-align: center;
  opacity: 0.6;
  width: 80px;
  transform: scale(0.8);
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
@media all and (max-width: 690px) {
  .rescalendar .rescalendar_day_cells .day_cell {
    padding: 5px;
    width: calc( (100% / 5) - 24px);
  }
}
.rescalendar .rescalendar_day_cells .day_cell:hover, .rescalendar .rescalendar_day_cells .day_cell.middleDay, .rescalendar .rescalendar_day_cells .day_cell.today {
  transform: scale(1);
}
.rescalendar .rescalendar_day_cells .day_cell.today {
  background-color: #f1f1f1;
  color: #121c30;
  border: 1px solid #ced4da;
  opacity: 1;
}
.rescalendar .rescalendar_day_cells .day_cell.middleDay {
  border: 1px solid #d7b567;
  opacity: 1;
  background-color: white;
  color: #121c30;
}
.rescalendar .rescalendar_day_cells .day_cell > span {
  display: block;
  width: 100%;
  padding: 0px;
}
.rescalendar .rescalendar_day_cells .day_cell > span:first-child, .rescalendar .rescalendar_day_cells .day_cell > span:last-child {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.rescalendar .rescalendar_day_cells .day_cell > span:nth-child(2) {
  font-size: 40px;
  line-height: 44px;
}
@media all and (max-width: 1200px) {
  .rescalendar .rescalendar_day_cells .day_cell > span:nth-child(2) {
    font-size: 30px;
    line-height: 34px;
  }
}
@media all and (max-width: 690px) {
  .rescalendar .rescalendar_day_cells .day_cell > span:nth-child(2) {
    font-size: 23px;
    line-height: 27px;
  }
}
@media all and (max-width: 690px) and (max-width: 1200px) {
  .rescalendar .rescalendar_day_cells .day_cell > span:nth-child(2) {
    font-size: 17px;
    line-height: 23px;
  }
}
.rescalendar .rescalendar_day_cells .day_cell:hover {
  cursor: pointer;
  opacity: 1;
  border-color: #ced4da;
}

.rescalendar-months-selector {
  text-align: center;
}
.rescalendar-months-selector > div {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.rescalendar-months-selector > div > span {
  margin-right: 15px;
}
.rescalendar-months-selector > div > div {
  margin-bottom: 0px;
}
.rescalendar-months-selector > div > div .label:before {
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d7b567;
  content: "today";
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}

.pasajero_form {
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .pasajero_form {
    padding: 0px 30px;
  }
}
.pasajero_form > div > div {
  max-width: 1200px;
  margin: 0 auto;
}
.pasajero_form > div > div > div .title {
  width: auto;
  background-color: #fcfcfe;
  border: 1px solid #ced4da;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 40px;
  z-index: 2;
  position: relative;
}
.pasajero_form > div > div > div .title img {
  width: 30px;
}
.pasajero_form > div > div > div > .form {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  background-color: #fcfcfe;
  border: 1px solid #ced4da;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px 40px;
}
@media all and (max-width: 767px) {
  .pasajero_form > div > div > div > .form {
    padding: 20px 0px;
  }
}
.pasajero_form > div > div > div > .form .form-group {
  margin-bottom: 15px;
  padding: 0px 15px;
}
.pasajero_form > div > div > div > .form label {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #757575;
}

.pasajero_resume {
  margin-bottom: 30px;
  background-color: #fcfcfe;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 20px 40px;
  z-index: 2;
  position: relative;
  font-size: 15px;
  line-height: 21px;
}
@media all and (max-width: 767px) {
  .pasajero_resume {
    padding: 20px 15px;
  }
}
.pasajero_resume .item {
  margin: 0px 30px 20px 15px;
  font-weight: 600;
}
.pasajero_resume .item > div:first-child {
  color: #757575;
  margin-right: 15px;
}
@media all and (max-width: 768px) {
  .pasajero_resume .line {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 15px;
  }
}

.popup-train {
  background-color: white;
  color: #121c30;
}
@media all and (max-width: 767px) {
  .popup-train {
    padding: 15px;
  }
}
.popup-train > .row {
  max-width: 1200px;
  margin: 0 auto;
}
.popup-train > .row a {
  color: #121c30;
}
.popup-train > .row .header .logo {
  border-bottom: 1px solid #757575;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .popup-train > .row .header .logo {
    text-align: center;
  }
}
.popup-train > .row .header .logo img {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
  filter: invert(0);
}
.popup-train > .row .header .nav {
  border-bottom: 1px solid #121c30;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .popup-train > .row .header .nav {
    padding: 15px 0px;
  }
}
.popup-train > .row .header .nav a {
  margin-right: 30px;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 5px;
}
.popup-train > .row .header .nav a.active {
  border-bottom: 2px solid white;
}
.popup-train > .row .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.popup-train > .row .content .title {
  color: #9f7b59;
  margin: 15px 0px;
}
.popup-train > .row .content .title > span.material-icons {
  border: 1px solid #9f7b59;
  color: #9f7b59;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 15px;
}
.popup-train > .row .content .bimodal {
  margin-left: 30px;
  color: white;
  font-size: 12px;
}
.popup-train > .row .content .bimodal i {
  background-color: #203255;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
}
.popup-train > .row .content .bimodal i img {
  width: 30px;
  filter: invert(1);
}
.popup-train > .row .content .txt {
  font-size: 14px;
  line-height: 20px;
}
.popup-train > .row .content .list {
  font-size: 14px;
  line-height: 20px;
}
.popup-train > .row .content .list ul li {
  margin-bottom: 15px;
}
.popup-train > .row .content .list ul li img {
  margin-right: 15px;
}
.popup-train > .row .content .swiper_pop {
  position: relative;
}
.popup-train > .row .content .swiper_pop .img {
  width: 100%;
  display: block;
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
}
.popup-train > .row .content .swiper_pop .nav-swiper-pop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.popup-train > .row .content .swiper_pop .nav-swiper-pop > div {
  background-color: white;
  padding: 5px;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.popup-train > .row .content .swiper_pop .nav-swiper-pop > div img {
  width: 30px;
  -webkit-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: filter 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.popup-train > .row .content .swiper_pop .nav-swiper-pop > div.swiper-why-next {
  margin-left: 1px;
}
.popup-train > .row .content .swiper_pop .nav-swiper-pop > div:hover {
  cursor: pointer;
  background-color: #9f7b59;
  transform: scale(1.1);
}
.popup-train > .row .content .swiper_pop .nav-swiper-pop > div:hover img {
  filter: invert(1);
}
.popup-train > .row .content .ruta {
  display: none;
}
.popup-train > .row .content .ruta img {
  width: 100%;
}
.popup-train.popup-blue {
  background-color: #121c30;
  color: white;
}
.popup-train.popup-blue > .row a {
  color: white;
}
.popup-train.popup-blue > .row .header .logo img {
  filter: invert(1);
}
.popup-train.popup-blue > .row .header .nav {
  border-color: white;
}
.popup-train.popup-blue button.fancybox-close-small {
  border-color: white;
}
