/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 16px;
  background-color: white;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #162a5c;
  overflow-y: overlay;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

main {
  padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  main {
    padding-bottom: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-1,
.title-h2,
.title-2,
.section__form .cont__form--content--title,
.cont__carousel-travels--gallery .travel_cards--item--title,
.cont__carousel-gallery-text .cont__inner .cont__left .cont__title,
.cont__carousel-gallery .cont__left .cont__gallery--title,
#single-destination .section__form .cont__form--content--title,
#single-destination .section__header .cont__left .cont__text .cont__subtitle,
#single-viatge .section__form .cont__form--content--title,
#single-viatge .section__header .cont__left .cont__text .cont__subtitle,
.title-h3,
.title-3,
.title-h4,
.title-4,
#single-viatge .section__accommodations .accommodations--content .accommodations--item--title,
.title-h5,
.title-5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-h1,
.title-1,
h1 {
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #162a5c;
}
@media only screen and (min-width: 768px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 4.125rem;
    line-height: 1;
    letter-spacing: 1.32px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1279px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 4.375rem;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1366px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 4.625rem;
    line-height: 1;
    letter-spacing: 1.48px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1600px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #162a5c;
  }
}

.title-h2,
.title-2,
.section__form .cont__form--content--title,
.cont__carousel-travels--gallery .travel_cards--item--title,
.cont__carousel-gallery-text .cont__inner .cont__left .cont__title,
.cont__carousel-gallery .cont__left .cont__gallery--title,
#single-destination .section__form .cont__form--content--title,
#single-destination .section__header .cont__left .cont__text .cont__subtitle,
#single-viatge .section__form .cont__form--content--title,
#single-viatge .section__header .cont__left .cont__text .cont__subtitle,
h2 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #162a5c;
}
@media only screen and (min-width: 768px) {
  .title-h2,
  .title-2,
  .section__form .cont__form--content--title,
  .cont__carousel-travels--gallery .travel_cards--item--title,
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__title,
  .cont__carousel-gallery .cont__left .cont__gallery--title,
  #single-destination .section__form .cont__form--content--title,
  #single-destination .section__header .cont__left .cont__text .cont__subtitle,
  #single-viatge .section__form .cont__form--content--title,
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle,
  h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.56px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1279px) {
  .title-h2,
  .title-2,
  .section__form .cont__form--content--title,
  .cont__carousel-travels--gallery .travel_cards--item--title,
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__title,
  .cont__carousel-gallery .cont__left .cont__gallery--title,
  #single-destination .section__form .cont__form--content--title,
  #single-destination .section__header .cont__left .cont__text .cont__subtitle,
  #single-viatge .section__form .cont__form--content--title,
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle,
  h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1366px) {
  .title-h2,
  .title-2,
  .section__form .cont__form--content--title,
  .cont__carousel-travels--gallery .travel_cards--item--title,
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__title,
  .cont__carousel-gallery .cont__left .cont__gallery--title,
  #single-destination .section__form .cont__form--content--title,
  #single-destination .section__header .cont__left .cont__text .cont__subtitle,
  #single-viatge .section__form .cont__form--content--title,
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle,
  h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1600px) {
  .title-h2,
  .title-2,
  .section__form .cont__form--content--title,
  .cont__carousel-travels--gallery .travel_cards--item--title,
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__title,
  .cont__carousel-gallery .cont__left .cont__gallery--title,
  #single-destination .section__form .cont__form--content--title,
  #single-destination .section__header .cont__left .cont__text .cont__subtitle,
  #single-viatge .section__form .cont__form--content--title,
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle,
  h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
  }
}

.title-h3,
.title-3,
h3 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #162a5c;
}
@media only screen and (min-width: 1279px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
  }
}

.title-h4,
.title-4,
#single-viatge .section__accommodations .accommodations--content .accommodations--item--title,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #162a5c;
}
@media only screen and (min-width: 1279px) {
  .title-h4,
  .title-4,
  #single-viatge .section__accommodations .accommodations--content .accommodations--item--title,
  h4 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
  }
}

.pretitle {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.32px;
  color: #dac5b4;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pretitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0.36px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1279px) {
  .pretitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1366px) {
  .pretitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: 0.44px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1600px) {
  .pretitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.48px;
    color: #dac5b4;
  }
}

.title-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1.8px;
  color: #162a5c;
}

.text-blau {
  color: #3869e7;
}

.text-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #162a5c;
}

.text-medium,
.text-important {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.188rem;
  line-height: 1.32;
  color: #162a5c;
}
@media only screen and (min-width: 1279px) {
  .text-medium,
  .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #162a5c;
  }
}

.date {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 2.17;
  color: #162a5c;
}
@media only screen and (min-width: 768px) {
  .date {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.95;
    color: #162a5c;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #162a5c;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #3869e7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body:not(.single-post) ol li,
body:not(.single-post) ul li {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.188rem;
  line-height: 1.32;
  color: #162a5c;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1279px) {
  body:not(.single-post) ol li,
  body:not(.single-post) ul li {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #162a5c;
  }
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #000000;
  color: #fff;
  margin: 0 auto;
  padding: 10px 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  input[type=submit],
  .btn,
  a.button {
    min-width: 239px;
  }
}
@media only screen and (min-width: 1279px) {
  input[type=submit],
  .btn,
  a.button {
    font-size: 1rem;
  }
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  text-decoration: none;
}

.btn--primary, .wrapper_submenu #searchform .inlineSubmit, body.search-results section.no-results input.search-submit,
body.search-no-results section.no-results input.search-submit {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  text-align: right;
  color: #3869e7;
  text-align: center;
  color: #fff;
  background: #3869e7;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: initial;
  text-transform: initial;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--primary:hover, .wrapper_submenu #searchform .inlineSubmit:hover, body.search-results section.no-results input.search-submit:hover,
body.search-no-results section.no-results input.search-submit:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000000;
  border-color: #000000;
}

.btn--secondary {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  text-align: right;
  color: #3869e7;
  text-align: center;
  color: #3869e7;
  background: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: initial;
  text-transform: initial;
}

.btn--primary-big {
  color: #fff;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.23;
  letter-spacing: 0.2px;
  padding: 11px 23px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #000000;
  margin: auto;
  min-height: 35px;
  min-width: 130px;
}
@media only screen and (min-width: 1024px) {
  .btn--primary-big {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 0.22px;
    padding: 15px 30px;
    min-width: 195px;
    min-height: 55px;
  }
}
@media only screen and (min-width: 1920px) {
  .btn--primary-big {
    font-size: 1rem;
    letter-spacing: 0.32px;
    padding: 15px 30px;
    min-height: 80px;
    min-width: 278px;
  }
}
.btn--primary-big:hover {
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
}

.wrapper {
  padding: 0;
}

section {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.link__arrow {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #000000;
}

lite-youtube {
  max-width: 100%;
}

.scroll-down-action {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-down-action:hover {
  cursor: pointer;
  margin-bottom: -10px;
}

.row-flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .row-flex {
    flex-direction: row;
  }
}

.swiper-pagination-bullet {
  background: #162a5c;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.aligncenter {
  display: block;
  margin: auto;
}

.page-template-page-basic-page .entry-header {
  max-width: 1024px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dac5b4;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-basic-page .entry-header {
    margin-bottom: 35px;
  }
}
.page-template-page-basic-page .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-basic-page .entry-content {
    max-width: 944px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1024px;
  }
}

.page-template .entry-header .cont__inner {
  max-width: 812px;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #000000;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.grecaptcha-badge {
  display: none !important;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
  --padding-inner: 0px;
  --container: calc(100% - var(--gutters));
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  :root {
    --gutters: 80px;
    --padding-inner: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
    --padding-inner: 58px;
    --container: 1720px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container, .section__hero-image .owl-dots {
    max-width: 1720px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* -------------- FONTS -------------- */
body.home #header-wrapper,
body.single-viatge #header-wrapper,
body.single-destination #header-wrapper,
body.page-template-page-landing-type2 #header-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#header-wrapper header.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
}
@media only screen and (min-width: 1600px) {
  #header-wrapper header.site-header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1920px) {
  #header-wrapper header.site-header {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header.white .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
    color: #fff;
  }
}
#header-wrapper header.site-header.white .cont--menu__langs .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle,
#header-wrapper header.site-header.white .cont--menu__langs .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li a {
  color: #fff;
}
#header-wrapper header.site-header.white .cont--menu__langs .menu-menu-secundari-container ul.sub-menu {
  background-color: transparent;
  box-shadow: none;
}
#header-wrapper header.site-header.white .cont--menu__search,
#header-wrapper header.site-header.white .cont--menu__open {
  color: #fff;
}
#header-wrapper header.site-header.white .cont--menu__user .icon-user1:before {
  color: #fff;
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  width: inherit;
  max-height: 25px;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 26px;
  }
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 27px;
  }
}
@media only screen and (min-width: 1366px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 40px;
  }
}
#header-wrapper header.site-header .cont--menu_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
  margin-top: -7px;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont--menu_right {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #header-wrapper header.site-header .cont--menu_right {
    margin-top: 5px;
    column-gap: 64px;
  }
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont--menu__open {
    display: none;
  }
}
#header-wrapper header.site-header .cont--menu__open:before {
  content: "\e909";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
#header-wrapper header.site-header .cont--menu__search {
  position: relative;
  font-size: 17px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont--menu__search {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  #header-wrapper header.site-header .cont--menu__search {
    font-size: 25px;
  }
}
#header-wrapper header.site-header .cont--menu__search:before {
  content: "\e917";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
#header-wrapper header.site-header .cont--menu__user {
  position: relative;
  font-size: 17px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont--menu__user {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  #header-wrapper header.site-header .cont--menu__user {
    font-size: 25px;
  }
}
#header-wrapper header.site-header .cont--menu__user a {
  text-decoration: none;
}
#header-wrapper header.site-header .cont--menu__user .icon-user1:before {
  color: #162a5c;
}

body.search-results header.page-header,
body.search-no-results header.page-header {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1279px) {
  body.search-results header.page-header,
  body.search-no-results header.page-header {
    margin-top: 100px;
    margin-bottom: 90px;
  }
}
body.search-results header.page-header h1,
body.search-no-results header.page-header h1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.8px;
}
body.search-results header.page-header h1 span,
body.search-no-results header.page-header h1 span {
  color: #dac5b4;
}
body.search-results section.no-results,
body.search-no-results section.no-results {
  margin-bottom: 100px;
}
#footer-wrapper {
  background-image: linear-gradient(to bottom, #162a5c 46%, #050c1d 100%);
  color: #ffffff;
}
#footer-wrapper #content-footer .site__footer {
  position: relative;
  padding-top: 105px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #content-footer .site__footer {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer {
    padding-top: 75px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__newsletter {
  position: absolute;
  top: -90px;
  margin: 0 20px;
  padding: 20px 20px 15px;
  background-color: #3869e7;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #content-footer .site__footer .cont__newsletter {
    top: -30px;
    right: 55px;
    margin: 0;
    width: calc(50% - 75px);
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__newsletter {
    top: -50px;
    right: 35px;
    margin: 0;
    padding: 30px 35px 25px;
    width: calc(50% - 75px);
    max-width: 440px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__newsletter .cont__title {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__newsletter .cont__title {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.4px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__newsletter .cont__text {
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__newsletter .cont__text {
    margin-bottom: 25px;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.56px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__newsletter .cont__cta a.button {
  padding: 5px 10px;
  border: 1px solid #000000;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__newsletter .cont__cta a.button {
    padding: 10px 30px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__newsletter .cont__cta a.button:hover {
  border-color: #162a5c;
  background-color: #fff;
  color: #162a5c;
}
#footer-wrapper #content-footer .site__footer .cont__top {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #content-footer .site__footer .cont__top {
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__top {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper #content-footer .site__footer .cont__top {
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper #content-footer .site__footer .cont__top {
    width: 29%;
  }
}
#footer-wrapper #content-footer .site__footer .cont__top img {
  width: 200px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper #content-footer .site__footer .cont__top img {
    width: 258px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__top .cont__text-footer {
  padding: 0 35px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.24px;
}
#footer-wrapper #content-footer .site__footer .cont__middle {
  padding: 0 35px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #content-footer .site__footer .cont__middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Dos columnas de igual anchura */
    grid-gap: 45px;
    /* Espacio de 50px entre las columnas */
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__middle {
    grid-template-columns: 33% 33%;
    grid-gap: 80px;
    /* Espacio de 50px entre las columnas */
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper #content-footer .site__footer .cont__middle {
    grid-template-columns: 25% 25%;
    grid-gap: 100px;
    /* Espacio de 50px entre las columnas */
  }
}
#footer-wrapper #content-footer .site__footer .cont__middle .border__top {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer-wrapper #content-footer .site__footer .cont__middle .title__footer {
  display: block;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #dac5b4;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__middle .title__footer {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info {
  margin-bottom: 30px;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__phone {
  margin-bottom: 5px;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__phone a {
  font-size: 1.575rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__phone a {
    font-size: 2.025rem;
    letter-spacing: 0.65px;
  }
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__phone a {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__email {
    margin-bottom: 10px;
  }
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__email a {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.22px;
  text-decoration: none;
  color: #fff;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__email a:hover {
  color: #3869E7;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__xxss {
  margin: 20px 0 0;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__xxss a {
  margin-right: 20px;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__xxss a:hover i::before {
  color: #3869E7;
}
#footer-wrapper #content-footer .site__footer .cont__middle .cont__info .cont__xxss a i::before {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer-wrapper #content-footer .site__footer .div-emfasi-logo {
  padding: 0;
}
#footer-wrapper #content-footer .site__footer .div-emfasi-logo a {
  cursor: pointer;
}
#footer-wrapper #content-footer .site__footer .cont__bottom {
  padding: 0 35px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 35px 0;
    padding: 25px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#footer-wrapper #content-footer .site__footer .cont__bottom .cont__left {
  order: 1;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #content-footer .site__footer .cont__bottom .cont__left {
    width: 100%;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__bottom .cont__left {
    order: 0;
    width: inherit;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__bottom .cont__left ul.menu__footer {
    margin: 0;
  }
}
#footer-wrapper #content-footer .site__footer .cont__bottom .cont__left ul.menu__footer li {
  margin-right: 20px;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper #content-footer .site__footer .cont__bottom .cont__left ul.menu__footer li {
    display: inline;
  }
}
#footer-wrapper #content-footer .site__footer .cont__bottom .cont__right {
  order: 0;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper #content-footer .site__footer .cont__bottom .cont__right {
    order: 1;
    width: inherit;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

ul.menu__footer {
  padding: 0;
  list-style: none;
}
ul.menu__footer li {
  display: block;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1rem;
}
ul.menu__footer li a {
  color: #fff;
  text-decoration: none;
}
ul.menu__footer li a:hover {
  color: #3869E7;
}

@media only screen and (min-width: 1024px) {
  .header-video {
    display: grid;
    grid-template-columns: 38% 62%;
  }
}
@media only screen and (min-width: 1279px) {
  .header-video {
    grid-template-columns: 33% 66%;
  }
}
.header-video .cont__header-info {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1279px) {
  .header-video .cont__header-info {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__header-info {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__header-info {
    margin-top: 195px;
  }
}
.header-video .cont__header-info .cont__pretitle {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__pretitle {
    margin-bottom: 5px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__header-info .cont__pretitle {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__pretitle {
    font-size: 1.5rem;
  }
}
.header-video .cont__header-info .entry-title {
  max-width: 70%;
  margin-bottom: 0;
  padding-right: 0px;
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .header-video .cont__header-info .entry-title {
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .entry-title {
    max-width: 100%;
    font-size: 3rem;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__header-info .entry-title {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .entry-title {
    font-size: 5rem;
  }
}
.header-video .cont__header-info .cont__title-big {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__title-big {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: -40px;
    left: 80px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12.5rem;
    line-height: 1;
    letter-spacing: 5.6px;
    color: rgba(218, 197, 180, 0.5);
  }
}
@media only screen and (min-width: 1279px) {
  .header-video .cont__header-info .cont__title-big {
    bottom: -40px;
    font-size: 15.5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__header-info .cont__title-big {
    left: 50px;
    font-size: 17.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__title-big {
    left: 80px;
    font-size: 20rem;
    letter-spacing: 8px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__header-info .cont__title-big {
    bottom: -60px;
    left: 65px;
    font-size: 25rem;
  }
}
.header-video .cont__header-info .cont__features {
  position: relative;
  text-align: right;
  margin-top: 30px;
  display: flex;
  justify-content: right;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__features {
    margin-top: 30px;
    padding-left: 60px;
    justify-content: left;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__features {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__header-info .cont__features {
    margin-top: 40px;
    padding-left: 115px;
  }
}
.header-video .cont__header-info .cont__features .cont__inner {
  padding-bottom: 25px;
  margin-bottom: 15px;
  width: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .header-video .cont__header-info .cont__features .cont__inner {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__features .cont__inner {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__features .cont__inner {
    width: 340px;
  }
}
.header-video .cont__header-info .cont__features .cont__inner .cont__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__features .cont__inner .cont__feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__icon {
  width: 22px;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__icon {
    width: 31px;
    text-align: left;
  }
}
.header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__title {
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__title {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.4px;
  }
}
.header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__description {
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__description {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__features .cont__inner .cont__feature .cont__description {
    font-size: 1rem;
  }
}
.header-video .cont__header-info .cont__features .cont__inner .swiper-pagination {
  bottom: 0px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-info .cont__features .cont__inner .swiper-pagination {
    text-align: left;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-info .cont__features .cont__inner .swiper-pagination {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__header-info .cont__features .cont__inner .swiper-pagination {
    padding-left: 115px;
  }
}
.header-video .cont__header-info .cont__features .cont__inner .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  width: 5px;
  height: 5px;
  border: 1px solid #162a5c;
}
.header-video .cont__header-info .cont__features .cont__inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #162a5c;
  background-color: #162a5c;
}
.header-video .cont__header-video {
  position: relative;
  margin: 0 -20px;
}
.header-video .cont__header-video .cont__video {
  position: relative;
  padding: 5px;
}
.header-video .cont__header-video .cont__video::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/promoviatges/assets/degrade_desktop_promoviatges.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header-video .cont__header-video .cont__video video {
  width: 100%;
}
.header-video .cont__header-video .cont__title-small {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 1.98px;
  color: rgba(218, 197, 180, 0.5);
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-video .cont__title-small {
    display: none;
  }
}
.header-video .cont__header-video .cont__back {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__header-video .cont__back {
    display: flex;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 1279px) {
  .header-video .cont__header-video .cont__back {
    top: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-video .cont__back {
    top: 140px;
  }
}
.header-video .cont__header-video .cont__back a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #162a5c;
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__header-video .cont__back a {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }
}
.header-video .cont__header-video .cont__back i:before {
  color: #dac5b4;
  font-size: 1.6rem;
}
.header-video .cont__header-video .cont__scrolldown--right {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__header-video .cont__scrolldown--right {
    display: block;
    position: absolute;
    right: -60px;
    bottom: 50px;
    color: #162a5c;
    z-index: 2;
  }
}
.header-video .cont__header-video .cont__scrolldown--right span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  right: 0;
  width: 120px;
  margin-left: 0;
  display: block;
  font-size: 0.6rem;
  line-height: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header-video .cont__header-video .cont__scrolldown--right i:before {
  color: #162a5c;
  font-size: 5rem;
}
.header-video .cont__icon-term svg {
  width: 100%;
  height: 100%;
}
.header-video .cont__icon-term--header {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .header-video .cont__icon-term--header {
    position: absolute;
    top: -95px;
    right: 115px;
    display: block;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__icon-term--header {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__icon-term--header {
    width: 110px;
    height: 110px;
    top: -95px;
    right: 90px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__icon-term--header {
    width: 118px;
    height: 118px;
    top: -95px;
    right: 180px;
  }
}
.header-video .cont__icon-term--video {
  overflow: hidden;
  position: absolute;
  top: -26px;
  left: 31px;
  height: 50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header-video .cont__icon-term--video {
    top: -5px;
    left: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-video .cont__icon-term--video {
    top: inherit;
    left: inherit;
    right: 0px;
    bottom: 133px;
    height: inherit;
    width: 50px;
    direction: rtl;
  }
}
@media only screen and (min-width: 1279px) {
  .header-video .cont__icon-term--video {
    right: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__icon-term--video {
    right: -17px;
    width: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video .cont__icon-term--video {
    right: -6px;
    bottom: 180px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__icon-term--video {
    width: 145px;
    right: -52px;
    bottom: 159px;
  }
}
.header-video .cont__icon-term--video svg {
  display: block;
  width: 118px;
}
@media only screen and (min-width: 1366px) {
  .header-video .cont__icon-term--video svg {
    width: 210px;
    height: 210px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-video .cont__icon-term--video svg {
    width: 300px;
    height: 300px;
  }
}
.header-video .cont__icon-term--video svg path {
  fill: rgba(218, 197, 180, 0.26);
}

.tax-region .entry-title {
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .tax-region .entry-title {
    font-size: 2.625rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-region .entry-title {
    font-size: 3.75rem !important;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-region .header-video .cont__header-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1279px) {
  .tax-region .header-video .cont__header-info {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1366px) {
  .tax-region .header-video .cont__header-info {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .tax-region .header-video .cont__header-info {
    margin-top: 195px;
  }
}
.tax-region .cont__header-footer {
  margin-top: 50px;
  margin-bottom: 70px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tax-region .cont__header-footer {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1920px) {
  .tax-region .cont__header-footer {
    margin-top: 80px;
  }
}
.tax-region .cont__header-footer .cont__destination {
  display: flex;
  align-items: center;
}
.tax-region .cont__header-footer .cont__destination .cont_image {
  width: 150px;
  margin-right: 15px;
}
@media only screen and (min-width: 1366px) {
  .tax-region .cont__header-footer .cont__destination .cont_image {
    width: 170px;
  }
}
.tax-region .cont__header-footer .cont__destination .cont_destination-info .cont_title {
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 1024px) {
  .tax-region .cont__header-footer .cont__destination .cont_destination-info .cont_title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.48px;
  }
}
.tax-region .cont__header-footer .cont__destination .cont_destination-info .count_posts {
  display: flex;
  align-items: center;
}
.tax-region .cont__header-footer .cont__destination .cont_destination-info .count_posts .span__numbers {
  margin-right: 5px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.29px;
  border-bottom: 1px solid #162a5c;
}
@media only screen and (min-width: 1024px) {
  .tax-region .cont__header-footer .cont__destination .cont_destination-info .count_posts .span__numbers {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
.tax-region .cont__header-footer .cont__destination .cont_destination-info .count_posts .span__text {
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.6rem;
  line-height: 1.4;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .tax-region .cont__header-footer .cont__destination .cont_destination-info .count_posts .span__text {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }
}
.tax-region .cont__header-footer .term_description {
  padding-left: 50px;
  margin-top: 40px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 768px) {
  .tax-region .cont__header-footer .term_description {
    width: 325px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-region .cont__header-footer .term_description {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-region .cont__header-footer .term_description {
    width: 425px;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}

.header-video-info .cont__header {
  position: relative;
}
.header-video-info .cont__header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/promoviatges/assets/landing-onda-superior-mobile.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .cont__header:after {
    background-image: url("/wp-content/themes/promoviatges/assets/landing-onda-superior.png");
  }
}
.header-video-info .cont__header .container, .header-video-info .cont__header .section__hero-image .owl-dots, .section__hero-image .header-video-info .cont__header .owl-dots {
  position: relative;
}
.header-video-info .cont__header .cont__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-video-info .cont__header .cont__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-video-info .cont__header .cont__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(22, 42, 92, 0.8) 50%, rgba(22, 42, 92, 0.1) 100%);
}
@media only screen and (min-width: 1024px) {
  .header-video-info .cont__header .cont__video:before {
    background-image: linear-gradient(1deg, rgba(22, 42, 92, 0.1) 9%, rgba(22, 42, 92, 0.6) 61%);
  }
}
.header-video-info .cont__header .cont__inner {
  position: relative;
  padding-top: 130px;
  padding-bottom: 200px;
  margin: 0 auto;
  max-width: 900px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .header-video-info .cont__header .cont__inner {
    padding-top: 350px;
    padding-bottom: 339px;
  }
}
.header-video-info .cont__header .cont__pretitle {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .cont__header .cont__pretitle {
    font-size: 0.9rem;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video-info .cont__header .cont__pretitle {
    font-size: 1rem;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video-info .cont__header .cont__pretitle {
    font-size: 1.3rem;
    letter-spacing: 1.2px;
  }
}
.header-video-info .cont__header .entry-title {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.72px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .cont__header .entry-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video-info .cont__header .entry-title {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video-info .cont__header .entry-title {
    font-size: 5rem;
    line-height: 1.1;
    letter-spacing: 1.6px;
    margin-bottom: 21px;
  }
}
.header-video-info .cont__header .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  padding: 0 14px;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .cont__header .cont__text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-video-info .cont__header .cont__text {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
    padding: 0 35px;
    margin-bottom: 20px;
  }
}
.header-video-info .cont__header .cont__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  row-gap: 16px;
}
.header-video-info .cont__header .cont__buttons a {
  color: #000000;
  margin: 0;
  padding: 11px 28px;
}
@media only screen and (min-width: 1600px) {
  .header-video-info .cont__header .cont__buttons a {
    letter-spacing: normal;
    padding: 11px 25px;
  }
}
.header-video-info .cont__header .cont__buttons a:hover {
  text-decoration: none;
  background: #000000;
  color: #fff;
}
.header-video-info .cont__header .cont__scrolldown--right {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .header-video-info .cont__header .cont__scrolldown--right {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    z-index: 2;
  }
}
.header-video-info .cont__header .cont__scrolldown--right:hover {
  top: 52%;
}
.header-video-info .cont__header .cont__scrolldown--right span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  right: 0;
  width: 120px;
  margin-left: 0;
  display: block;
  font-size: 0.6rem;
  line-height: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header-video-info .cont__header .cont__scrolldown--right i:before {
  color: #fff;
  font-size: 5rem;
}
.header-video-info .section__download {
  position: relative;
  padding-top: 37px;
  background-color: #162a5c;
}
.header-video-info .section__download:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/promoviatges/assets/landing-onda-inferior-mobile.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .header-video-info .section__download:after {
    background-image: url("/wp-content/themes/promoviatges/assets/landing-onda-inferior.png");
  }
}
.header-video-info .section__download .cont__inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner .cont__left {
    width: 66%;
  }
}
.header-video-info .section__download .cont__inner .cont__left .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner .cont__left .cont__pretitle {
    text-align: left;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video-info .section__download .cont__inner .cont__left .cont__pretitle {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
  }
}
.header-video-info .section__download .cont__inner .cont__left .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.563rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner .cont__left .cont__title {
    text-align: left;
  }
}
@media only screen and (min-width: 1366px) {
  .header-video-info .section__download .cont__inner .cont__left .cont__title {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    margin-bottom: 30px;
  }
}
.header-video-info .section__download .cont__inner .cont__left .cont__button {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner .cont__left .cont__button {
    text-align: left;
  }
}
.header-video-info .section__download .cont__inner .cont__left .cont__button a {
  color: #000000;
  margin: 0;
  padding: 11px 28px;
}
@media only screen and (min-width: 1600px) {
  .header-video-info .section__download .cont__inner .cont__left .cont__button a {
    letter-spacing: normal;
    padding: 11px 25px;
  }
}
.header-video-info .section__download .cont__inner .cont__left .cont__button a:hover {
  text-decoration: none;
  background: #000000;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner .cont__right {
    width: 28%;
    margin-top: 28px;
  }
}
.header-video-info .section__download .cont__inner .cont__right .cont__image {
  width: fit-content;
  margin: 0 auto;
  max-width: 175px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1024px) {
  .header-video-info .section__download .cont__inner .cont__right .cont__image {
    max-width: initial;
  }
}
.header-video-info .section__download .cont__inner .cont__right .cont__image img {
  display: block;
}

body.menu-open, body.submenu-open {
  overflow-y: hidden;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow-y: auto;
  background: #162a5c;
  z-index: 99;
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transform: translateY(-100%);
}
.main-navigation.show {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateY(0);
}
.main-navigation.show .cont--menu .menu--right .menu-menu-principal-container {
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.7s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    position: relative;
    visibility: visible;
    transform: translateY(0);
    overflow: inherit;
    height: inherit;
    background-color: transparent;
  }
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  padding-top: 34px;
  padding-bottom: 50px;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu {
    padding: 0;
  }
}
.main-navigation .cont--menu .menu--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.main-navigation .cont--menu .menu--right .cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .cont__top {
    display: none;
  }
}
.main-navigation .cont--menu .menu--right .cont__top .logo-promoviatges {
  display: block;
  max-width: 140px;
  margin-top: 16px;
}
.main-navigation .cont--menu .menu--right .cont__top .logo-promoviatges img {
  display: block;
}
.main-navigation .cont--menu .menu--right .cont__top .cont--menu__close {
  position: relative;
  font-size: 17px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-navigation .cont--menu .menu--right .cont__top .cont--menu__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container {
  margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 11px;
  }
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu {
    column-gap: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu {
    column-gap: 33px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item {
  position: relative;
  margin: 0;
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.current-menu-item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background-color: #162a5c;
  width: 77px;
  height: 5px;
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.current-menu-item:before {
    height: 6px;
  }
}
@media only screen and (min-width: 1920px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item.current-menu-item:before {
    height: 8px;
    bottom: -19px;
  }
}
.main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.688rem;
  font-style: italic;
  line-height: 0.58;
  letter-spacing: 0.54px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 35px 0 31px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: none;
    color: #162a5c;
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu--right .menu-menu-principal-container ul.menu li.menu-item a {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 1.28px;
  }
}

.cont--menu__langs [data-gt-lang=es] + ul.sub-menu [data-gt-lang=es] {
  display: none !important;
}
.cont--menu__langs [data-gt-lang=ca] + ul.sub-menu [data-gt-lang=ca] {
  display: none !important;
}
.cont--menu__langs .menu-item-gtranslate .sub-menu .gt-dropdown {
  display: none !important;
}
.cont--menu__langs .wpml-ls-legacy-dropdown {
  width: auto;
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul {
    column-gap: 33px;
  }
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul li {
  position: relative;
  margin: 0;
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul li.current-menu-item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background-color: #162a5c;
  width: 77px;
  height: 5px;
}
@media only screen and (min-width: 1600px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul li.current-menu-item:before {
    height: 6px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul li.current-menu-item:before {
    height: 8px;
    bottom: -19px;
  }
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #162a5c;
  background: transparent;
  width: fit-content;
  border: none;
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 1.28px;
  }
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:after {
  content: none;
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu {
  margin-top: 8px;
  border: none;
}
.cont--menu__langs .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #162a5c;
  background: transparent;
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 1024px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li a {
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--menu__langs .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li a {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 1.28px;
  }
}
.cont--menu__langs ul.sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.175);
  padding: 10px 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.cont--menu__langs li.menu-item:hover ul.sub-menu {
  display: block;
}

.wrapper_submenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 3;
  background-color: #162a5c;
  color: #fff;
  right: 0;
  max-width: 1090px;
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 34px 40px 50px;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu {
    top: 80px;
    height: calc(100% - 80px);
    max-width: 73%;
    box-shadow: -7px -7px 21px 0 rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu {
    right: -40px;
    padding: 40px 110px 50px;
    max-width: 1050px;
  }
}
.wrapper_submenu.animating {
  transform: translateX(-40px);
}
.wrapper_submenu.show {
  transform: translateX(0);
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu#travels_submenu, .wrapper_submenu#destinations_submenu {
    max-width: 1314px;
    padding-right: 150px;
  }
}
.wrapper_submenu .cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .cont__top {
    justify-content: flex-end;
  }
}
.wrapper_submenu .cont__top .logo-promoviatges {
  display: block;
  max-width: 140px;
  margin-top: 16px;
}
.wrapper_submenu .cont__top .logo-promoviatges img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .cont__top .logo-promoviatges {
    display: none;
  }
}
.wrapper_submenu .cont__top .cont--submenu__close {
  position: relative;
  font-size: 17px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.wrapper_submenu .cont__top .cont--submenu__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.wrapper_submenu .cont__aboutus-text {
  max-width: 551px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 41px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .cont__aboutus-text {
    margin-top: 25px;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
}
.wrapper_submenu .cont__aboutus-text .text-important {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__aboutus-text .text-important {
    font-size: 1.225rem;
    letter-spacing: 0.39px;
    margin-bottom: 16px;
  }
}
.wrapper_submenu .cont__aboutus-text p {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__aboutus-text p {
    font-size: 0.787rem;
    letter-spacing: 0.25px;
  }
}
.wrapper_submenu .cont__aboutus-cta a {
  margin-top: 6px;
}
.wrapper_submenu .cont__links {
  margin-top: 41px;
  max-width: 678px;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu .cont__links {
    margin-top: 0;
  }
}
.wrapper_submenu .cont__links .cont__link {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links .cont__link {
    margin-bottom: 20px;
  }
}
.wrapper_submenu .cont__links .cont__link:first-child {
  padding-bottom: 17px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links .cont__link:first-child {
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}
.wrapper_submenu .cont__links .cont__link:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
.wrapper_submenu .cont__links .cont__link .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.787rem;
  line-height: 1.4;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #dac5b4;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links .cont__link .cont__pretitle {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    margin-bottom: 1px;
  }
}
.wrapper_submenu .cont__links .cont__link .cont__title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links .cont__link .cont__title {
    margin-bottom: 6px;
  }
}
.wrapper_submenu .cont__links .cont__link .cont__title a {
  display: block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.688rem;
  line-height: 1.3;
  letter-spacing: 0.54px;
  font-style: italic;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links .cont__link .cont__title a {
    font-size: 2.188rem;
    letter-spacing: 0.7px;
  }
}
.wrapper_submenu .cont__links .cont__link .cont__title a:hover {
  text-decoration: none;
}
.wrapper_submenu .cont__links .cont__link .cont__title a:hover span.no-hover {
  transform: translateY(-100%);
}
.wrapper_submenu .cont__links .cont__link .cont__title a:hover span.hover {
  transform: translateY(0);
}
.wrapper_submenu .cont__links .cont__link .cont__title a span {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_submenu .cont__links .cont__link .cont__title a span.hover {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.wrapper_submenu .cont__links .cont__link .cont__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  max-width: 346px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links .cont__link .cont__description {
    font-size: 0.787rem;
    letter-spacing: 0.25px;
  }
}
.wrapper_submenu .cont__links_secondary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links_secondary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    margin-top: 36px;
    padding-bottom: 29px;
  }
}
.wrapper_submenu .cont__links_secondary .cont__link {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links_secondary .cont__link {
    margin-bottom: 20px;
  }
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.787rem;
  line-height: 1.4;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #dac5b4;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__pretitle {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    margin-bottom: 1px;
    min-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__pretitle {
    font-size: 1.09rem;
    margin-bottom: 15px;
    min-height: 24px;
  }
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__title {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__title {
    margin-bottom: 13px;
  }
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title a {
  display: block;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.36px;
  line-height: 1.3;
  font-style: italic;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__title a {
    font-size: 1.313rem;
    letter-spacing: 0.42px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__title a {
    font-size: 1.75rem;
    letter-spacing: 0.56px;
  }
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title a:hover {
  text-decoration: none;
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title a:hover span.no-hover {
  transform: translateY(-100%);
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title a:hover span.hover {
  transform: translateY(0);
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title a span {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__title a span.hover {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.wrapper_submenu .cont__links_secondary .cont__link .cont__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  max-width: 346px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__description {
    font-size: 0.787rem;
    letter-spacing: 0.25px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu .cont__links_secondary .cont__link .cont__description {
    font-size: 0.875rem;
    line-height: 1.14;
    letter-spacing: 0.28px;
  }
}
.wrapper_submenu .cont__link-all-travels {
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.wrapper_submenu .cont__link-all-travels a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 14px;
  width: fit-content;
}
.wrapper_submenu .cont__link-all-travels a span:before {
  color: #fff;
}
.wrapper_submenu .cont__link-all-travels a:hover {
  text-decoration: none;
  color: #3869e7;
}
.wrapper_submenu .cont__catalogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 12px;
  margin-top: 58px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__catalogue {
    column-gap: 20px;
    margin-top: 35px;
  }
}
.wrapper_submenu .cont__catalogue .cont__icon {
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper_submenu .cont__catalogue .cont__icon span:before {
  font-size: 20px;
  color: #fff;
}
.wrapper_submenu .cont__catalogue .cont__text .cont__catalogue-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.44px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__catalogue .cont__text .cont__catalogue-title {
    font-size: 1.05rem;
    letter-spacing: 0.34px;
  }
}
.wrapper_submenu .cont__catalogue .cont__text .cont__catalogue-text {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__catalogue .cont__text .cont__catalogue-text {
    font-size: 0.787rem;
    letter-spacing: 0.25px;
  }
}
.wrapper_submenu .cont__catalogue .cont__text .cont__cta a {
  margin-top: 17px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu .cont__catalogue .cont__text .cont__cta a {
    margin-top: 8px;
  }
}
.wrapper_submenu #searchform {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 31px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 691px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu #searchform {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 38px;
    margin-top: 22px;
  }
}
.wrapper_submenu #searchform .icon-search {
  position: absolute;
  top: 4px;
  left: -14px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu #searchform .icon-search {
    top: 11px;
    left: 1px;
  }
}
.wrapper_submenu #searchform .icon-search:before {
  font-size: 17px;
  color: #fff;
  opacity: 0.5;
}
.wrapper_submenu #searchform .inlineSearch {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.36px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  margin-left: 10px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu #searchform .inlineSearch {
    font-size: 1.05rem;
    letter-spacing: 0.34px;
    margin-left: 35px;
  }
}
.wrapper_submenu #searchform .inlineSearch:before {
  content: "\e917";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.wrapper_submenu #searchform .inlineSubmit {
  margin: 31px 0 0;
  align-self: flex-end;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu #searchform .inlineSubmit {
    margin: 0;
  }
}

#aboutus_submenu .cont__line,
#travels_submenu .cont__line,
#destinations_submenu .cont__line,
#search_submenu .cont__line {
  display: none;
  position: absolute;
  top: -2px;
  width: 54px;
  height: 5px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  #aboutus_submenu .cont__line,
  #travels_submenu .cont__line,
  #destinations_submenu .cont__line,
  #search_submenu .cont__line {
    display: block;
  }
}
@media only screen and (min-width: 1279px) {
  #aboutus_submenu .cont__line,
  #travels_submenu .cont__line,
  #destinations_submenu .cont__line,
  #search_submenu .cont__line {
    transform: translateX(-40px);
  }
}

.wrapper_submenu#travels_submenu .cont__links {
  max-width: initial;
}
.wrapper_submenu#travels_submenu .cont__links .cont__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 29px;
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#travels_submenu .cont__links .cont__link {
    margin-bottom: 28px;
  }
}
.wrapper_submenu#travels_submenu .cont__links .cont__link:first-child::after {
  content: none;
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#travels_submenu .cont__links .cont__link .cont__pretitle {
    font-size: 1.09rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#travels_submenu .cont__links .cont__link .cont__title a {
    font-size: 3.125rem;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#travels_submenu .cont__links .cont__link .cont__description {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    max-width: 495px;
  }
}
.wrapper_submenu#travels_submenu .cont__catalogue {
  margin-top: 30px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu#travels_submenu .cont__catalogue {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper_submenu#destinations_submenu .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.wrapper_submenu#destinations_submenu .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.787rem;
  line-height: 1.4;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #dac5b4;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu#destinations_submenu .cont__pretitle {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    min-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#destinations_submenu .cont__pretitle {
    font-size: 1.09rem;
    margin-bottom: 15px;
    min-height: 24px;
  }
}
.wrapper_submenu#destinations_submenu .cont__links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: initial;
}
@media only screen and (min-width: 1024px) {
  .wrapper_submenu#destinations_submenu .cont__links {
    flex-grow: 1;
  }
}
.wrapper_submenu#destinations_submenu .cont__links .cont__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
  margin-bottom: 23px;
}
.wrapper_submenu#destinations_submenu .cont__links .cont__link:first-child {
  margin-bottom: 35px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu#destinations_submenu .cont__links .cont__link:first-child {
    margin-bottom: 15px;
  }
}
.wrapper_submenu#destinations_submenu .cont__links .cont__link:first-child:after {
  content: none;
}
@media only screen and (min-width: 1279px) {
  .wrapper_submenu#destinations_submenu .cont__links .cont__link {
    margin-bottom: 15px;
  }
}
.wrapper_submenu#destinations_submenu .cont__links .cont__link .cont__title {
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#destinations_submenu .cont__links .cont__link .cont__title a {
    font-size: 2.85rem;
    letter-spacing: 1px;
  }
}
.wrapper_submenu#destinations_submenu .cont__links .cont__link .count {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1600px) {
  .wrapper_submenu#destinations_submenu .cont__links .cont__link .count {
    font-size: 1.1rem;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
  }
}

.cta__fixed {
  display: none;
}
.cta__fixed .cta__fixed-button {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(9deg, #162a5c 25%, #dac5b4 111%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cta__fixed .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.cta__fixed .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.cta__fixed .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.cta__fixed .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #000000;
}
.cta__fixed .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

#modal-overlay {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
}
#modal-overlay .cont__overlay {
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  height: 100%;
  width: 90%;
  right: 0;
}
@media only screen and (min-width: 1366px) {
  #modal-overlay .cont__overlay {
    width: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  #modal-overlay .cont__overlay {
    width: 50%;
  }
}
#modal-overlay.show {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
}
#modal-overlay.show .cont__overlay {
  transform: translate(0, 0) !important;
  opacity: 1;
  pointer-events: initial;
}
#modal-overlay--before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #162a5c;
  opacity: 0.35;
}

body.show-overlay {
  overflow: hidden;
  position: relative;
}

html:has(body.show-overlay) {
  overflow: hidden;
}

.cont__overlay {
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

#modal-overlay .cont__overlay {
  pointer-events: initial;
}
#modal-overlay .cont__overlay .close-overlays {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  margin: 25px 20px;
  z-index: 100;
  pointer-events: initial;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  color: #162a5c;
  font-size: 30px;
}
#modal-overlay .cont__overlay .close-overlays svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#modal-overlay .cont__overlay .close-overlays:hover svg path {
  fill: #dac5b4;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #162a5c;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button {
  /*

  .btn-secondary,
  .btn-denny {
      padding-top: 5px;

      @include tablet {
          padding-top: 0;
      }

      a {
          color: $primary !important;
          background-color: transparent !important;
          background-image: none !important;
          border: 1px solid $primary !important;

          &:hover {
              background-color: $primary !important;
              color: $white !important;
          }
      }
  }
  */
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button {
    display: flex;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny {
  text-align: center;
  border-radius: 0 !important;
  text-transform: none;
  font-style: italic;
  font-weight: 600;
  margin-right: 25px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #000000;
  color: #fff;
  margin: 0 auto;
  padding: 10px 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
  background-image: none !important;
  font-size: 1.027rem;
  border-radius: 0 !important;
  margin: 0 auto !important;
  padding: 7px 20px !important;
  background-color: #162a5c !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a {
    min-width: 239px;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a {
    font-size: 1rem;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a {
    font-size: 1.027rem;
    min-width: 190px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny {
  background-image: none !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny {
    float: left;
    margin-right: 25px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a {
  color: white !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-secondary a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .box-button .btn-denny a:hover {
  background-color: #162a5c !important;
  color: #fff !important;
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 10px;
  margin-bottom: 10px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  margin: 38px 0 15px;
}
@media only screen and (min-width: 1279px) {
  form .cont--input-checkbox {
    margin: 27px 0 15px;
  }
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  display: block;
  color: #C4C4C4;
  margin-top: 15px;
}
form .wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000000 !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.cont--input .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #162a5c;
}
@media only screen and (min-width: 1279px) {
  .cont--input .label {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
  }
}

input,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: inherit;
  padding: 0;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (min-width: 1279px) {
  input,
  textarea {
    padding: 4px 0 5px;
  }
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #000000;
}

textarea {
  max-height: 35px;
}
@media only screen and (min-width: 768px) {
  textarea {
    max-height: 97px;
  }
}
@media only screen and (min-width: 1279px) {
  textarea {
    max-height: 106px;
  }
}

.cbx {
  font-size: 0.933rem;
  line-height: 1.43;
  letter-spacing: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .cbx {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.cbx:hover span:first-child {
  border-color: #000000;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 21px;
  min-width: 21px;
  height: 21px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #162a5c;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1279px) {
  .cbx span:first-child {
    width: 23px;
    min-width: 23px;
    height: 23px;
  }
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  transform: scale(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.24px;
  margin-left: 15px;
}
@media only screen and (min-width: 1279px) {
  .cbx span:last-child {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
.cbx span:last-child a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #162a5c;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #162a5c;
  background: #162a5c;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
label:has(input[type=checkbox]) {
  display: flex;
  gap: 10px;
}

input[type=checkbox] {
  position: relative;
  width: 21px;
  min-width: 21px;
  height: 21px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #162a5c;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1279px) {
  input[type=checkbox] {
    width: 23px;
    min-width: 23px;
    height: 23px;
  }
}
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-color: #162a5c;
  border-color: #162a5c;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #162a5c;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body.page-template-page-contact header.entry-header {
  margin-top: 50px;
}
@media only screen and (min-width: 1279px) {
  body.page-template-page-contact header.entry-header {
    margin-top: 100px;
  }
}

.cont__contact {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 10px;
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__contact-left {
    margin-top: 15px;
  }
}
.cont__contact-left .entry-content {
  margin-bottom: 52px;
}
.cont__contact-left .entry-content p {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
  max-width: 574px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact-left .entry-content p {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-left: 55px;
  }
}
.cont__contact-left--block {
  max-width: 218px;
  margin-left: 62px;
  box-shadow: 20px -13.9px 35px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .cont__contact-left--block {
    margin-left: 23%;
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__contact-left--block {
    box-shadow: 20px -20px 50px 0 rgba(0, 0, 0, 0.1);
    max-width: 385px;
  }
}
.cont__contact-left--block .cont__info {
  padding: 40px 0px 10px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact-left--block .cont__info {
    padding: 29px 51px 23px;
  }
}
.cont__contact-left--block .cont__info-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.36px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact-left--block .cont__info-title {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
}
.cont__contact-left--block .cont__info div {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.24px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact-left--block .cont__info div {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
  }
}
.cont__contact-left--block.trabaja {
  grid-template-columns: 220px 180px;
}
.cont__contact-left--block.trabaja .cont__info {
  width: 360px;
}
.cont__contact-right {
  padding: 0px 20px;
}
.cont__contact-right .cont__form {
  margin-top: 75px;
}
.cont__contact-right .cont__form .wpcf7-submit {
  background: #162a5c;
  padding: 20px 45px;
  border-radius: 0px;
  margin-top: 15px;
  border: 1px solid #162a5c;
}
.cont__contact-right .cont__form .wpcf7-submit:hover {
  background-color: #fff;
  color: #000000;
  border-color: #000000;
}
.cont__contact .text-form {
  margin-bottom: 15px;
}

.cont__contact-left--block.trabaja {
  grid-template-columns: 220px 180px;
}
.cont__contact-left--block.trabaja .cont__info {
  width: 360px;
}
.cont__contact-left--block.trabaja .cont__info--team--button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  background-color: #3869e7;
  color: #fff;
  padding: 10px 25px;
  border-radius: 90px;
}
.cont__contact-right .curriculum {
  overflow: visible;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .cont__contact-right .curriculum {
    display: block;
  }
}
.cont__contact-right .curriculum p {
  width: 100%;
}
.cont__contact-right .curriculum input[type=file] {
  display: none;
}
.cont__contact-right .curriculum .fileInput {
  cursor: pointer;
  padding: 10px 30px;
  border: solid 1px #162a5c;
  color: #162a5c;
  margin-right: 15px;
}
.cont__contact-right .curriculum .fileInput-Text {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cont__contact-right .curriculum .fileInput-Text {
    margin-top: 0px;
  }
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #000000;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

body.blog header,
body.archive.category header {
  padding-top: 30px;
}
@media only screen and (min-width: 1920px) {
  body.blog header,
  body.archive.category header {
    padding-top: 90px;
  }
}
body.blog header .cont__inner,
body.archive.category header .cont__inner {
  max-width: 886px;
}
@media only screen and (min-width: 1279px) {
  body.blog header .cont__inner h1,
  body.archive.category header .cont__inner h1 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1279px) {
  body.blog header .cont__inner .cont__subtitle,
  body.archive.category header .cont__inner .cont__subtitle {
    margin-left: 55px;
  }
}

.cont--post {
  position: relative;
  padding-top: 25px;
}
@media only screen and (min-width: 1024px) {
  .cont--post {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--post {
    padding-left: 40px;
  }
}
.cont--post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 251px;
  height: 2px;
  background-color: #dac5b4;
}
@media only screen and (min-width: 1024px) {
  .cont--post:after {
    content: none;
  }
}
.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .cont--post .cont--inner {
    flex-direction: row-reverse;
  }
}
.cont--post .cont--inner .cont__info {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cont--post .cont--inner .cont__info {
    width: 45%;
    margin-bottom: 35px;
  }
  .cont--post .cont--inner .cont__info:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: calc(100% + 6px);
    height: 2px;
    background-color: #dac5b4;
    z-index: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .cont__info {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont--post .cont--inner .cont__info {
    margin-bottom: 115px;
  }
}
.cont--post .cont--inner .cont__date {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .cont--post .cont--inner .cont__date {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .cont__date {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.95;
    color: #162a5c;
  }
}
.cont--post .cont--inner .post-category {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1279px) {
  .cont--post .cont--inner .post-category {
    margin-bottom: 20px;
  }
}
.cont--post .cont--inner .post-category a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #dac5b4;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .post-category a {
    font-size: 1rem;
    line-height: 0.94;
    letter-spacing: 2.4px;
  }
}
.cont--post .cont--inner .post-category a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .cont--post .cont--inner > a {
    width: 55%;
  }
}
.cont--post .cont--inner a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner a:hover .cont--post-info .cont--post-title h3 {
  color: #000000;
}
.cont--post .cont--inner a:hover .cont--post-image img {
  transform: scale(1.1);
}
.cont--post .cont--inner a .cont--post-image {
  position: relative;
  overflow: hidden;
  margin-right: -20px;
  margin-left: 9px;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .cont--post .cont--inner a .cont--post-image {
    margin-right: 22px;
    margin-left: -24px;
  }
}
.cont--post .cont--inner a .cont--post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 226px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont--post .cont--inner a .cont--post-info {
  position: relative;
  flex-grow: 1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1279px) {
  .cont--post .cont--inner a .cont--post-info.img {
    margin-bottom: 0;
  }
}
.cont--post .cont--inner a .cont--post-info.img:before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: -20px;
  width: 249px;
  height: 2px;
  background-color: #dac5b4;
  z-index: 1;
}
@media only screen and (min-width: 1279px) {
  .cont--post .cont--inner a .cont--post-info.img:before {
    content: none;
  }
}
.cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2.125rem;
    line-height: 1.18;
  }
}
.cont--post .cont--inner a .cont--post-info .cont--post-description {
  padding-bottom: 9px;
  color: #000000;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-description {
    padding-bottom: 15px;
  }
}

.blog,
.category {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .blog,
  .category {
    padding-bottom: 130px;
  }
}

.blog-grid.cont__posts,
.archive-grid.cont__posts {
  display: grid;
  row-gap: 23px;
  column-gap: 65px;
  margin-bottom: 200px;
}
@media only screen and (min-width: 768px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    row-gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    row-gap: 83px;
  }
}
.blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
.archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
  .archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
    display: block;
  }
}

/*.blog-grid.cont__posts:not(.facetwp-template) {

  .cont--post:nth-child(1),
  .cont--post:nth-child(2) {
    padding-left: 0;

    @include desktop {
      margin-bottom: 61px;
    }

    .cont--inner {
      @include desktop {
        flex-direction: column;
      }

      .cont__info {
        @include desktop {
          margin-top: -70px;
          margin-bottom: 0;

          padding-top: 10px;

          &:before {
            bottom: -21px;
            left: 26px;
            width: calc(100% + 14px);
          }

          &:after {
            content: '';
            position: absolute;

            top: 0;
            left: 26px;

            width: 251px;
            height: 2px;

            background-color: $secondary;
            z-index: 1;
          }
        }

        @include desktop-1600 {
          padding-top: 3px;
        }
      }

      .cont__date {
        @include desktop {
          margin-bottom: 65px;
        }
      }

      .post-category {
        @include desktop-1600 {
          margin-bottom: 18px;
        }
      }

      a {
        .cont--post-image {
          @include desktop {
            margin-left: 134px;
            margin-right: 0;
          }

          img {
            @include desktop {
              min-height: 236px;
            }

            @include desktop-1600 {
              min-height: 390px;
            }

            @include desktop-1920 {
              min-height: 465px;
            }
          }
        }

        .cont--post-info {
          &.img {
            @include desktop {
              margin-bottom: 0;
            }

            &:before {
              @include desktop {
                content: none;
              }
            }
          }

          .cont--post-title h3 {
            @include desktop-1600 {
              @include Title2-Desktop1600;
            }
          }

          .cont--post-description {
            display: block;

            padding-bottom: 21px;

            @include desktop-1600 {
              font-size: 1.667rem;
              line-height: 1.2;
            }
          }
        }
      }
    }
  }
}*/
.cont--menu-cat {
  padding: 10px 0 21px;
}
@media only screen and (min-width: 1600px) {
  .cont--menu-cat {
    padding: 23px 0 68px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cont--menu-cat ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
}
.cont--menu-cat ul li.current-cat a {
  background-color: #dac5b4;
  border-color: #dac5b4;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  color: #162a5c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #162a5c;
  border-radius: 20px;
  padding: 5px 14px;
  width: fit-content;
}
@media only screen and (min-width: 1600px) {
  .cont--menu-cat ul li a {
    font-size: 1rem;
    padding: 8px 18px;
  }
}
.cont--menu-cat ul li a:hover {
  background-color: #dac5b4;
  border-color: #dac5b4;
}

#single-post {
  overflow-x: hidden;
}
#single-post .cont--top {
  margin-bottom: 65px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-post .cont--top {
    padding-top: 80px;
  }
}
#single-post .cont--top .columns {
  position: relative;
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns {
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#single-post .cont--top .columns .cont--header {
  padding-bottom: 9px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--header {
    padding-bottom: 37px;
  }
}
#single-post .cont--top .columns .cont--header a {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--header a {
    margin-bottom: 6px;
  }
}
#single-post .cont--top .columns .cont--header a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--header h1 {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--header .cont__extract {
    padding-left: 55px;
    margin-bottom: 70px;
  }
}
#single-post .cont--top .columns .cont--header .cont__date {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--header .cont__date {
    margin-left: 55px;
    padding-top: 33px;
  }
  #single-post .cont--top .columns .cont--header .cont__date:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 320px);
    height: 2px;
    background-color: #dac5b4;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top .columns .cont--header .cont__date {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.95;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .cont--image {
    width: calc(53% + 120px);
    margin-left: -120px;
  }
}
#single-post .cont--top .cont--image img {
  display: block;
  height: 100%;
  object-fit: cover;
}
#single-post .content {
  margin: 0 auto;
  margin-bottom: 115px;
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #single-post .content {
    width: calc(53% + 120px);
    margin-right: 0;
    padding-right: 40px;
  }
}
#single-post .related-posts {
  position: relative;
  margin-bottom: 52px;
  padding-top: 42px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-post .related-posts {
    margin-left: 32px;
    padding-top: 72px;
  }
}
#single-post .related-posts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 63%;
  height: 2px;
  background-color: #dac5b4;
}
#single-post .related-posts .title, #single-post .related-posts .cont__carousel-travels--gallery .travel_cards--item--type, .cont__carousel-travels--gallery #single-post .related-posts .travel_cards--item--type {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .title, #single-post .related-posts .cont__carousel-travels--gallery .travel_cards--item--type, .cont__carousel-travels--gallery #single-post .related-posts .travel_cards--item--type {
    margin-bottom: 73px;
  }
}

#single-viatge .desktop-up {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .desktop-up {
    display: block;
  }
}
#single-viatge .desktop-down {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .desktop-down {
    display: none;
  }
}
#single-viatge .relative {
  position: relative;
}
@media only screen and (max-width: 1366px) {
  #single-viatge .desktop-column {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1366px) {
  #single-viatge .desktop-column > .cont__left {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1366px) {
  #single-viatge .desktop-column > .cont__right {
    width: 100% !important;
  }
}
#single-viatge .section__header {
  min-height: calc(100vh - 170px);
  overflow: hidden;
  background-color: transparent;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header {
    padding-top: 150px;
  }
}
#single-viatge .section__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #162a5c;
  z-index: -2;
}
#single-viatge .section__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(6, 6, 6, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
#single-viatge .section__header.option_two .cont__resume .cont__contents .cont__button {
  padding-left: 0;
}
#single-viatge .section__header .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#single-viatge .section__header .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-viatge .section__header .cont__left {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left {
    width: 50%;
  }
}
#single-viatge .section__header .cont__left .cont__type--icon {
  width: 40px;
  aspect-ratio: 1;
  margin: 0 20px 10px;
}
#single-viatge .section__header .cont__left .cont__type--icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#single-viatge .section__header .cont__left .cont__type--icon svg path {
  fill: #fff;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left .cont__type--icon {
    width: 50px;
    margin: 0 40px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-viatge .section__header .cont__left .cont__type--icon {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__left .cont__type--icon {
    width: 70px;
  }
}
#single-viatge .section__header .cont__left .cont__type--text {
  font-size: 0.85rem;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left .cont__type--text {
    margin-left: -8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.32px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__left .cont__type--text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.48px;
    color: #dac5b4;
  }
}
#single-viatge .section__header .cont__left .cont__title .title-1 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 2.375rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.76px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left .cont__title .title-1 {
    font-size: 3.5rem;
    letter-spacing: 1.12px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__left .cont__title .title-1 {
    font-size: 5rem;
    letter-spacing: 1.6px;
  }
}
#single-viatge .section__header .cont__left .cont__text {
  padding-left: var(--padding-inner);
}
#single-viatge .section__header .cont__left .cont__text .cont__subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
#single-viatge .section__header .cont__left .cont__text .cont__subtitle p {
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1366px) {
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle {
    font-size: 1.688rem;
    line-height: 1.2;
    letter-spacing: 0.54px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__left .cont__text .cont__subtitle {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
  }
}
#single-viatge .section__header .cont__left .cont__text .cont__description {
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left .cont__text .cont__description {
    width: 295px;
    font-size: 0.787rem;
    line-height: 1.4;
    letter-spacing: 0.25px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__left .cont__text .cont__description {
    width: 420px;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
#single-viatge .section__header .cont__left .cont__text .cont__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  margin-left: -5px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left .cont__text .cont__buttons {
    margin-left: -10px;
  }
}
#single-viatge .section__header .cont__left .cont__text .cont__btn--itineraries {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__left .cont__text .cont__btn--itineraries {
    padding: 18px 25px;
  }
}
#single-viatge .section__header .cont__left .cont__text .cont__btn--itineraries:hover {
  text-decoration: none;
  background: #000000;
  color: #fff;
}
#single-viatge .section__header .cont__right {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__right {
    width: 50%;
  }
}
#single-viatge .section__header .cont__right .cont__scrollleft {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__right .cont__scrollleft {
    display: block;
    position: absolute;
    right: 60px;
    top: 35px;
    color: #fff;
  }
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  padding: 10px 40px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back i {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  left: -10px;
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back:hover {
  text-decoration: none;
  margin-left: -5px;
  margin-right: 5px;
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back:hover i {
  margin-left: -15px;
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back i:before {
  color: #fff;
  font-size: 1.5rem;
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back .arrow__text {
  position: relative;
}
#single-viatge .section__header .cont__right .cont__scrollleft a.arrow-back .arrow__text:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#single-viatge .section__header .cont__resume {
  padding: 0 var(--padding-inner);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  color: white;
}
#single-viatge .section__header .cont__resume .cont__price {
  padding-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__price {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__price {
    padding-right: 17px;
  }
}
#single-viatge .section__header .cont__resume .cont__price .cont__number--price {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.96px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__price .cont__number--price {
    font-size: 4.188rem;
    letter-spacing: 1.34px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__price .cont__number--price {
    font-size: 6rem;
    letter-spacing: 1.92px;
  }
}
#single-viatge .section__header .cont__resume .cont__price .cont__number--currency {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 1.35rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.43px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__price .cont__number--currency {
    font-size: 1.575rem;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__price .cont__number--currency {
    margin-left: -5px;
    font-size: 2.25rem;
    letter-spacing: 0.72px;
  }
}
#single-viatge .section__header .cont__resume .cont__price--infos {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.24px;
  font-style: italic;
  margin-top: -8px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__price--infos {
    font-size: 0.85rem;
    letter-spacing: 0.24px;
    margin-top: -14px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__price--infos {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
#single-viatge .section__header .cont__resume .cont__contents {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  display: flex;
  max-width: 100%;
  align-items: stretch;
}
#single-viatge .section__header .cont__resume .cont__contents a:hover {
  text-decoration: none;
}
#single-viatge .section__header .cont__resume .cont__contents .text {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.24px;
  text-align: center;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .number {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: center;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__contents .number {
    height: 42px;
    font-size: 1.313rem;
    letter-spacing: 0.42px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .number {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .cont__days {
  width: 60px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__days {
    width: 60px;
    flex-shrink: 0;
  }
  #single-viatge .section__header .cont__resume .cont__contents .cont__days:before {
    content: "";
    width: 1px;
    background: #fff;
    height: 36px;
    position: absolute;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__days {
    width: 97px;
  }
  #single-viatge .section__header .cont__resume .cont__contents .cont__days:before {
    height: 51px;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .cont__transport {
  width: 60px;
  display: flex;
  flex-direction: column;
}
#single-viatge .section__header .cont__resume .cont__contents .cont__transport img {
  width: 24px;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__transport img {
    width: 35px;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .cont__transport:before {
  content: "";
  width: 1px;
  background: #fff;
  height: 36px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__transport {
    width: 60px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__transport {
    width: 97px;
  }
  #single-viatge .section__header .cont__resume .cont__contents .cont__transport:before {
    content: "";
    width: 1px;
    background: #fff;
    height: 51px;
    position: absolute;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .cont__more {
  width: 60px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#single-viatge .section__header .cont__resume .cont__contents .cont__more:before {
  content: "";
  width: 1px;
  background: #fff;
  height: 36px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__more {
    width: 60px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__more {
    width: 97px;
  }
  #single-viatge .section__header .cont__resume .cont__contents .cont__more:before {
    content: "";
    width: 1px;
    background: #fff;
    height: 51px;
    position: absolute;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .cont__more .cont__more--icon .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#single-viatge .section__header .cont__resume .cont__contents .cont__more .cont__more--icon .icon-holder i {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  margin: 2px;
  background: #fff;
  display: block;
}
#single-viatge .section__header .cont__resume .cont__contents .cont__button {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__button {
    padding-left: 40px;
  }
}
#single-viatge .section__header .cont__resume .cont__contents .cont__button a {
  margin: 0;
  min-height: 44px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__button a {
    margin-left: 10px;
    font-size: 0.8rem;
    min-height: 55px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__header .cont__resume .cont__contents .cont__button a {
    margin-left: 0;
    font-size: 0.8rem;
    min-height: 80px;
  }
}
#single-viatge .section__header .cont__scrolldown {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__header .cont__scrolldown {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 35px;
    color: #fff;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-viatge .section__header .cont__scrolldown {
    right: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-viatge .section__header .cont__scrolldown {
    right: 100px;
  }
}
#single-viatge .section__header .cont__scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 120px;
  margin-left: 0;
  display: block;
  font-size: 0.6rem;
  line-height: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
#single-viatge .section__header .cont__scrolldown i:before {
  color: #fff;
  font-size: 3.5rem;
}
#single-viatge .section__information {
  background-color: rgba(218, 197, 180, 0.2);
}
#single-viatge .section__information .cont__items {
  display: grid;
  row-gap: 30px;
  padding: 50px var(--padding-inner) 27px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__information .cont__items {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-viatge .section__information .cont__items {
    column-gap: 198px;
  }
}
#single-viatge .section__information .cont__items .cont__item .cont__icon {
  margin-bottom: 5px;
}
#single-viatge .section__information .cont__items .cont__item .cont__icon span {
  font-size: 28px;
  color: #dac5b4;
}
#single-viatge .section__information .cont__items .cont__item .cont__icon span:before {
  color: #dac5b4;
}
#single-viatge .section__information .cont__items .cont__item .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
  color: #162a5c;
}
#single-viatge .section__information .cont__items .cont__item .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #162a5c;
}
#single-viatge .section__gallery {
  padding: 40px 0;
}
#single-viatge .section__infos {
  --infos-width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos {
    padding: 80px 60px;
    --infos-width: 500px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-viatge .section__infos {
    --infos-width: 580px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-viatge .section__infos {
    --infos-width: 700px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos {
    padding: 100px 0;
    --infos-width: 820px;
  }
}
#single-viatge .section__infos .title-4, #single-viatge .section__infos .section__accommodations .accommodations--content .accommodations--item--title, #single-viatge .section__accommodations .accommodations--content .section__infos .accommodations--item--title {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.32px;
  text-align: left;
  color: #162a5c;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .title-4, #single-viatge .section__infos .section__accommodations .accommodations--content .accommodations--item--title, #single-viatge .section__accommodations .accommodations--content .section__infos .accommodations--item--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
    margin-bottom: 30px;
  }
}
#single-viatge .section__infos .title-2, #single-viatge .section__infos .section__form .cont__form--content--title, .section__form #single-viatge .section__infos .cont__form--content--title, #single-viatge .section__infos .cont__carousel-travels--gallery .travel_cards--item--title, .cont__carousel-travels--gallery #single-viatge .section__infos .travel_cards--item--title, #single-viatge .section__infos .cont__carousel-gallery-text .cont__inner .cont__left .cont__title, .cont__carousel-gallery-text .cont__inner .cont__left #single-viatge .section__infos .cont__title, #single-viatge .section__infos .cont__carousel-gallery .cont__left .cont__gallery--title, .cont__carousel-gallery .cont__left #single-viatge .section__infos .cont__gallery--title, #single-viatge .section__infos #single-destination .section__form .cont__form--content--title, #single-destination .section__form #single-viatge .section__infos .cont__form--content--title, #single-destination .section__header .cont__left .cont__text #single-viatge .section__infos .cont__subtitle, #single-viatge .section__infos .section__form .cont__form--content--title, #single-viatge .section__form .section__infos .cont__form--content--title, #single-viatge .section__infos .section__header .cont__left .cont__text .cont__subtitle, #single-viatge .section__header .cont__left .cont__text .section__infos .cont__subtitle {
  margin-bottom: 8px;
}
#single-viatge .section__infos .explain_us_mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .explain_us_mobile {
    display: none;
  }
}
#single-viatge .section__infos .explain_us_mobile .cont__explain_us {
  width: 100%;
  padding: 40px 0;
}
#single-viatge .section__infos .explain_us_mobile .cont__explain_us--section {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.28px;
}
#single-viatge .section__infos .cont__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 70px;
}
#single-viatge .section__infos .cont__left > .row {
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__left {
    padding-right: 40px;
    width: calc(100% - var(--infos-width));
    min-height: initial;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__left {
    padding-right: 180px;
  }
}
#single-viatge .section__infos .cont__left .cont__explain_us {
  display: none;
  width: 100%;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__left .cont__explain_us {
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__left .cont__explain_us {
    padding: 40px 40px;
  }
}
#single-viatge .section__infos .cont__left .cont__explain_us--section {
  width: 100%;
  max-width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__left .cont__explain_us--section {
    width: 300px;
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__left .cont__explain_us--section {
    width: 420px;
  }
}
#single-viatge .section__infos .cont__left .cont__sortides,
#single-viatge .section__infos .cont__left .cont__pickup {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__left .cont__sortides,
  #single-viatge .section__infos .cont__left .cont__pickup {
    width: 40%;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__left .cont__sortides,
  #single-viatge .section__infos .cont__left .cont__pickup {
    width: 38%;
  }
}
#single-viatge .section__infos .cont__left .cont__sortides--dates {
  list-style: none;
  padding-left: 8px;
}
#single-viatge .section__infos .cont__left .cont__sortides--dates li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #162a5c;
  margin-bottom: 0;
}
#single-viatge .section__infos .cont__left .cont__pickup--points {
  list-style: none;
  padding-left: 8px;
}
#single-viatge .section__infos .cont__left .cont__pickup--points li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #162a5c;
  margin-bottom: 0;
}
#single-viatge .section__infos .cont__right {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__right {
    width: var(--infos-width);
  }
}
#single-viatge .section__infos .cont__right > .cont__price_data {
  margin-top: 50px;
}
@media only screen and (min-width: 1366px) {
  #single-viatge .section__infos .cont__right > .cont__price_data {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1366px) {
  #single-viatge .section__infos .cont__price_data {
    margin-top: 0;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small {
  border-bottom: 1px solid rgba(22, 42, 92, 0.36);
  display: flex;
  padding-bottom: 20px;
  gap: 10px;
}
#single-viatge .section__infos .cont__price_data .cont__block--small:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small:first-child {
    margin-top: 0;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small:last-child {
  padding-bottom: 33px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1366px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small {
    width: 82%;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small {
    margin-right: 130px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__left {
  padding: 0;
  width: 100%;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__left {
    width: 75%;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price_data {
  width: 66%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price_data {
    width: 67.5%;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price--info {
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  font-size: 0.85rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.24px;
  width: 33%;
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price--info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price--info {
    width: 32.5%;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price--info {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__left .cont__price--info p {
  margin-bottom: 0;
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__right {
    position: relative;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement {
  padding: 5px 10px 10px;
  display: flex;
  flex-direction: column;
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement:first-child {
  padding-left: 0;
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement .price_value {
  font-size: 1.5rem;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement .price_value {
    font-size: 2rem;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement .price_text {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.24px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement .price_text {
    font-size: 0.625rem;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--small .cont__complements .cont__complement .price_text {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large {
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large {
    margin-right: -20px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms .cont__terms--inner {
    width: 50%;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more,
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post {
  margin: 18px 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.28px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more.blog-link,
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post.blog-link {
  margin: -15px 0px !important;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more i,
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more:hover,
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post:hover {
  text-decoration: none;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more:hover i,
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post:hover i {
  margin-left: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more,
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post {
    font-size: 0.85rem;
    letter-spacing: 0.24px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more,
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more i:before,
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post i:before {
  font-size: 1.5rem;
  color: #3869e7;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--more span,
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__terms--post span {
    max-width: 70%;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices {
  background: #3869e7;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 17px;
  /*@include desktop-1600 {
    width: 335px;
  }*/
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices {
    padding: 22px;
    width: 350px;
    gap: 20px;
    margin-top: -33px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices {
    width: 420px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price {
  display: flex;
  flex-direction: column;
  position: relative;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--price {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.313rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--price {
    font-size: 1.313rem;
    letter-spacing: 0.42px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--price {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--info {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.24px;
  text-align: left;
  padding-right: 20px;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--info {
    font-size: 0.875rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 30px;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--icon {
    right: 0;
    top: 44px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--icon svg path {
  fill: #fff;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--icon:hover {
  cursor: pointer;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--tooltip {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  box-shadow: 0 4px 30px 4px rgba(0, 0, 0, 0.25);
  width: 200px;
  z-index: 1;
  background: #fff;
  color: #162a5c;
  padding: 20px;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.24px;
  text-align: left;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--tooltip {
    font-size: 0.875rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--tooltip .cont__term--price--info {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
#single-viatge .section__infos .cont__price_data .cont__block--large .cont__term--prices .cont__term--price--icon:hover + .cont__term--price--tooltip {
  opacity: 1;
}
#single-viatge .section__accommodations .accommodations {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__accommodations .accommodations {
    padding-left: 135px;
    padding-right: 135px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__accommodations .accommodations {
    padding-left: 190px;
    padding-right: 190px;
  }
}
#single-viatge .section__accommodations .accommodations--content {
  overflow: hidden;
}
#single-viatge .section__accommodations .accommodations--content .accommodations--item {
  display: flex;
  flex-direction: column;
  /*&--prices{

  }*/
}
#single-viatge .section__accommodations .accommodations--content .accommodations--item--title {
  font-weight: 300;
}
#single-viatge .section__accommodations .accommodations--content .accommodations--item--notes {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #162a5c;
}
#single-viatge .section__services {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__services {
    --padding-inner: 150px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__services {
    --padding-inner: 209px;
  }
}
#single-viatge .section__services .cont__services--header {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
#single-viatge .section__services .cont__services--tabs {
  padding-right: var(--padding-inner);
  padding-left: var(--padding-inner);
  width: 100%;
  margin: auto;
  position: relative;
}
#single-viatge .section__services .cont__services--tabs--list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #dac5b4;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__services .cont__services--tabs--list {
    gap: 40px;
    margin: 40px auto;
  }
}
#single-viatge .section__services .cont__services--tabs--list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.24px;
  list-style: none;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__services .cont__services--tabs--list li {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__services .cont__services--tabs--list li:first-child {
    padding-left: 300px;
  }
}
#single-viatge .section__services .cont__services--tabs a:hover {
  text-decoration: none;
}
#single-viatge .section__services .cont__services--tabs--tab {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
  border-bottom: solid 4px transparent;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: left;
  color: #162a5c;
  padding: 8px 10px;
}
#single-viatge .section__services .cont__services--tabs--tab:hover {
  border-bottom: solid 4px #162a5c;
  color: #dac5b4;
}
#single-viatge .section__services .cont__services--tabs--tab.active {
  border-bottom: solid 4px #162a5c;
}
#single-viatge .section__services .cont__services--tabs--contents {
  position: relative;
}
#single-viatge .section__services .cont__services--tabs--contents--inner {
  position: relative;
}
#single-viatge .section__services .cont__services--tabs--contents .swiper-services-1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#single-viatge .section__services .cont__services--tabs--contents .swiper-services-2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#single-viatge .section__services .cont__services--tabs--contents .swiper-wrapper {
  flex-direction: inherit;
}
#single-viatge .section__services .cont__services--tabs--contents .swiper-pagination {
  text-align: right;
  z-index: 1;
}
#single-viatge .section__services .cont__services--tabs--contents--item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 0;
  row-gap: 40px;
  column-gap: 20px;
  opacity: 0;
  grid-template-columns: 1fr 1fr;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__services .cont__services--tabs--contents--item {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__services .cont__services--tabs--contents--item {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#single-viatge .section__services .cont__services--tabs--contents--item.active {
  opacity: 1 !important;
  position: relative;
}
#single-viatge .section__services .cont__services--content--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#single-viatge .section__services .cont__services--content--item--icon {
  width: 25px;
  height: 25px;
  display: block;
}
#single-viatge .section__services .cont__services--content--item--icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#single-viatge .section__services .cont__services--content--item--icon svg path:first-child {
  fill: #dac5b4;
}
#single-viatge .section__services .cont__services--content--item--text {
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: center;
  color: #162a5c;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__services .cont__services--content--item--text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
#single-viatge .section__form {
  padding: 60px 0 100px;
  margin-top: 0;
  margin-bottom: 0;
  --padding-inner: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form {
    --padding-inner: 102px;
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form {
    --padding-inner: 150px;
  }
}
#single-viatge .section__form .cont__form {
  padding-left: var(--padding-inner);
  padding-right: var(--padding-inner);
}
#single-viatge .section__form .cont__form .row-flex {
  gap: 40px;
}
#single-viatge .section__form .cont__form--content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--content {
    width: 470px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--content {
    width: 513px;
  }
}
#single-viatge .section__form .cont__form--content--pretitle {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--content--pretitle {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--content--pretitle {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
  }
}
#single-viatge .section__form .cont__form--content--title {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--content--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #162a5c;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--content--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-bottom: 45px;
  }
}
#single-viatge .section__form .cont__form--content--description {
  font-size: 0.85rem;
  letter-spacing: 0.24px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--content--description {
    width: 315px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--content--description {
    width: 350px;
  }
}
#single-viatge .section__form .cont__form--form {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--form {
    width: calc(100% - 470px);
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--form {
    width: calc(100% - 513px);
    padding-left: 72px;
  }
}
#single-viatge .section__form .cont__form--form .wpcf7 {
  margin-top: 60px;
  width: 100%;
  max-width: 620px;
}
#single-viatge .section__form .cont__form--form .cont--input .label {
  font-size: 0.85rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #162a5c;
  top: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--form .cont--input .label {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__form .cont__form--form input {
  font-size: 0.95rem;
  border-color: #dac5b4;
}
#single-viatge .section__form .cont__form--form input[type=checkbox] {
  border-color: #162a5c;
}
#single-viatge .section__form .cont__form--form label {
  margin-bottom: 15px;
}
#single-viatge .section__form .cont__form--form label.cbx.politica {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.24px;
  text-align: left;
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--form label.cbx.politica {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-viatge .section__form .cont__form--form small {
  display: block;
  margin: 10px 0;
}
#single-viatge .section__form .cont__form--form input[type=submit] {
  padding: 20px 40px;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  #single-viatge .section__form .cont__form--form input[type=submit] {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-viatge .section__form .cont__form--form input[type=submit] {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
#single-viatge .section__form .cont__form--form input[type=submit]:hover {
  background: #000000;
}

.cont__itineraries--navigation {
  box-shadow: 0px 0px 10.5px 0 rgba(22, 42, 92, 0.4);
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cont__itineraries--navigation {
    padding: 20px 50px;
    overflow: scroll;
    width: 100%;
  }
}
.cont__itineraries--navigation--titles {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  gap: 40px;
}
.cont__itineraries--navigation .cont__navigation--item {
  margin: 0;
}
.cont__itineraries--navigation .cont__navigation--item--title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.25px;
  color: #162a5c;
  position: relative;
}
.cont__itineraries--navigation .cont__navigation--item--title:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: -10px;
  width: 10%;
  height: 2px;
  background: #162a5c;
  opacity: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}
.cont__itineraries--navigation .cont__navigation--item--title:hover {
  text-decoration: none;
}
.cont__itineraries--navigation .cont__navigation--item--title:hover:after {
  opacity: 1;
  width: 50%;
}
.cont__itineraries--content {
  padding: 50px 20px 100px;
  margin: 0 10px 20px;
  overflow: scroll;
  width: calc(100% - 20px);
  max-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .cont__itineraries--content {
    padding: 50px 50px 100px;
    margin: 0 20px 20px;
    overflow: scroll;
    width: calc(100% - 40px);
  }
}
.cont__itineraries--content .cont__content--item {
  padding-bottom: 80px;
}
.cont__itineraries--content .cont__content--item:not(.active) {
  display: none;
}
.cont__itineraries--content .cont__content--item.loading {
  display: block;
}
.cont__itineraries--content .cont__content--item.active {
  opacity: 1 !important;
  display: block;
}
.cont__itineraries--content .cont__content--item h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #162a5c;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .cont__itineraries--content .cont__content--item h2 {
    font-size: 1.575rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
}
.cont__itineraries--content .cont__content--item h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.28px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: text-top;
  display: flex;
  margin-top: 60px;
  line-height: 1rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
}
.cont__itineraries--content .cont__content--item h3 strong {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.25rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1rem;
  letter-spacing: 0.72px;
}
.cont__itineraries--content .cont__content--item h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.cont__terms--content {
  padding: 20px;
  overflow: scroll;
  width: 100%;
  max-height: 100vh;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1024px) {
  .cont__terms--content {
    padding: 0 50px 100px 50px;
    margin: 20px;
  }
}
.cont__terms--content--pretitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.36px;
  margin: 16px 37px 16px 0px;
}
@media only screen and (min-width: 1024px) {
  .cont__terms--content--pretitle {
    margin-bottom: 45px;
  }
}
.cont__terms--content--title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.64px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .cont__terms--content--title {
    margin-bottom: 45px;
  }
}
.cont__terms--content p {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .cont__terms--content p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #162a5c;
  }
}
.cont__terms--content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 40px;
}
.cont__terms--content li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #162a5c;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .cont__terms--content li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #162a5c;
  }
}

.cont__view_more {
  width: fit-content;
  padding: 20px 40px;
}
.cont__view_more--overlay {
  padding: 100px 50px;
  margin: 20px;
  overflow: scroll;
  width: 100%;
  max-height: 100vh;
}

.cont__map {
  position: relative;
  margin-bottom: 103px;
}
@media only screen and (min-width: 1279px) {
  .cont__map {
    margin-bottom: 166px;
  }
}
.cont__map .cont__image-map {
  position: relative;
  margin: 0 -20px;
  overflow-x: auto;
  padding: 77px 0 55px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__image-map {
    padding: 32px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__image-map {
    padding: 46px 0 0;
  }
}
.cont__map .cont__image-map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 782px;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 197, 180, 0.2);
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__image-map:before {
    left: 51px;
    width: calc(100% - 51px - 51px);
    height: calc(100% - 101px);
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__image-map:before {
    left: 73px;
    width: calc(100% - 73px - 73px);
    height: calc(100% - 145px);
  }
}
.cont__map .cont__image-map img {
  display: block;
  min-width: 782px;
  max-width: 782px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__image-map img {
    position: relative;
    z-index: 1;
    max-width: 75%;
  }
}
.cont__map .cont__info-mapa {
  box-shadow: 0 -3.4px 20.6px 0 rgba(218, 197, 180, 0.5);
  background-color: #fff;
  padding: 35px 18px 23px;
  max-width: 180px;
  position: absolute;
  bottom: -62px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__info-mapa {
    bottom: inherit;
    top: 159px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__map .cont__info-mapa {
    max-width: 332px;
    padding: 85px 83px 45px 52px;
    right: -19px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__info-mapa {
    max-width: 475px;
    padding: 122px 110px 75px 75px;
    top: 226px;
    right: -27px;
  }
}
.cont__map .cont__info-mapa .cont__pretitle {
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1279px) {
  .cont__map .cont__info-mapa .cont__pretitle {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.28px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__info-mapa .cont__pretitle {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.4px;
  }
}
.cont__map .cont__info-mapa .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1279px) {
  .cont__map .cont__info-mapa .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__info-mapa .cont__title {
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.72px;
    margin-bottom: 32px;
  }
}
.cont__map .cont__info-mapa .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1279px) {
  .cont__map .cont__info-mapa .cont__text {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__info-mapa .cont__text {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
.cont__map .cont__circle {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle {
    width: 111px;
    height: 111px;
  }
}
.cont__map .cont__circle.circle-americanord {
  /*top: 183px;
  left: 119px;

  @include desktop {
    top: 32%;
    left: 11%;
  }*/
  top: 243px;
  left: 139px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle.circle-americanord {
    top: 49%;
    left: 12%;
  }
}
.cont__map .cont__circle.circle-americasud {
  display: none;
  top: 317px;
  left: 195px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle.circle-americasud {
    top: 64%;
    left: 19%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle.circle-americasud {
    top: 66%;
  }
}
.cont__map .cont__circle.circle-europa {
  top: 182px;
  left: 341px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle.circle-europa {
    top: 31%;
    left: 33%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle.circle-europa {
    top: 32%;
  }
}
.cont__map .cont__circle.circle-africa {
  top: 271px;
  left: 376px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle.circle-africa {
    top: 53%;
    left: 36%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle.circle-africa {
    top: 54%;
  }
}
.cont__map .cont__circle.circle-asia {
  top: 214px;
  left: 555px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle.circle-asia {
    top: 44%;
    left: 53%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle.circle-asia {
    top: 45%;
    left: 54%;
  }
}
.cont__map .cont__circle.circle-oceania {
  top: 343px;
  left: 634px;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle.circle-oceania {
    top: 71%;
    left: 60%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle.circle-oceania {
    top: 72%;
    left: 61%;
  }
}
.cont__map .cont__circle a {
  text-decoration: none;
  background-color: #162a5c;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle a {
    width: 21px;
    height: 21px;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle a {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle a:hover {
    width: 100%;
    height: 100%;
  }
}
.cont__map .cont__circle a:hover .cont__num,
.cont__map .cont__circle a:hover .cont__text {
  opacity: 1;
}
.cont__map .cont__circle a .cont__num {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.286rem;
  line-height: 0.57;
  letter-spacing: 0.41px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle a .cont__num {
    font-size: 1.6rem;
    opacity: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle a .cont__num {
    font-size: 2.188rem;
    line-height: 0.57;
    letter-spacing: 0.7px;
  }
}
.cont__map .cont__circle a .cont__text {
  font-size: 0.441rem;
  line-height: 1.67;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .cont__map .cont__circle a .cont__text {
    font-size: 0.65rem;
    opacity: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__map .cont__circle a .cont__text {
    font-size: 0.85rem;
    line-height: 1.67;
    letter-spacing: 0.24px;
  }
}

.section__sticky {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100vw;
  padding-top: 17px;
  padding-bottom: 30px;
  padding-right: var(--padding-inner);
  padding-left: var(--padding-inner);
  box-shadow: 0 4px 30px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
  transform: translate();
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-120%);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
}
.section__sticky.is-sticky {
  z-index: 3;
  pointer-events: all;
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .section__sticky {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.section__sticky .cont__contents {
  min-height: 60px;
  display: flex;
}
.section__sticky .cont__contents .cont__left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.section__sticky .cont__contents .cont__left .cont__title {
  padding-right: 27px;
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.32px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__left .cont__title {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__sticky .cont__contents .cont__left .cont__title {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
}
.section__sticky .cont__contents .cont__left .cont__btn a {
  font-size: 0.85rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #3869e7;
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__left .cont__btn a {
    color: #162a5c;
  }
}
.section__sticky .cont__contents .cont__right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.section__sticky .cont__contents .cont__right .cont__contents {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__right .cont__contents {
    align-items: flex-end;
    padding-bottom: 5px;
  }
}
.section__sticky .cont__contents .cont__right .cont__contents .cont__days {
  width: 40px;
  display: flex;
  flex-direction: column;
}
.section__sticky .cont__contents .cont__right .cont__contents .cont__days--number {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.36px;
  text-align: center;
}
.section__sticky .cont__contents .cont__right .cont__contents .cont__days--text {
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: center;
  color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__right .cont__contents .cont__days {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__sticky .cont__contents .cont__right .cont__contents .cont__days {
    width: 97px;
  }
}
.section__sticky .cont__contents .cont__right .cont__contents .cont__price .cont__number--price {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__right .cont__contents .cont__price .cont__number--price {
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.52px;
  }
}
.section__sticky .cont__contents .cont__right .cont__contents .cont__price--infos {
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: center;
  color: #162a5c;
}
.section__sticky .cont__contents .cont__right .cont__button {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
@media only screen and (min-width: 1024px) {
  .section__sticky .cont__contents .cont__right .cont__button {
    padding: 0 40px;
    position: relative;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1366px) {
  .section__sticky .cont__contents .cont__right .cont__button {
    position: relative;
    transform: translateY(0);
  }
}
.section__sticky .cont__contents .cont__right .cont__button a {
  text-transform: lowercase;
  margin: 10px 0;
}

.cont__filters--travels, .cont__filters--custom {
  position: relative;
  z-index: 3;
  top: -40px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels, .cont__filters--custom {
    top: -60px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__filters--travels, .cont__filters--custom {
    top: -70px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__filters--travels, .cont__filters--custom {
    top: -80px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__filters--travels, .cont__filters--custom {
    margin-bottom: 80px;
  }
}
.cont__filters--travels .tab, .cont__filters--custom .tab {
  position: relative;
  z-index: 4;
  width: 80%;
  max-width: 270px !important;
  margin-bottom: 0 !important;
  padding: 25px 20px 10px !important;
  border-bottom: 0 !important;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels .tab, .cont__filters--custom .tab {
    max-width: 400px !important;
    padding: 40px 100px 10px 20px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__filters--travels .tab, .cont__filters--custom .tab {
    max-width: 520px !important;
    padding: 40px 190px 10px 20px !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__filters--travels .tab, .cont__filters--custom .tab {
    max-width: 520px !important;
    padding: 50px 200px 10px 20px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__filters--travels .tab, .cont__filters--custom .tab {
    max-width: 740px !important;
    padding: 60px 300px 10px 20px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__filters--travels .tab, .cont__filters--custom .tab {
    padding: 80px 300px 10px 20px !important;
  }
}
.cont__filters--travels .tab .tablinks:before, .cont__filters--custom .tab .tablinks:before {
  bottom: -14px;
}
@media only screen and (min-width: 1600px) {
  .cont__filters--travels .tab .tablinks:before, .cont__filters--custom .tab .tablinks:before {
    bottom: -14px !important;
  }
}
.cont__filters--travels .tabcontent, .cont__filters--custom .tabcontent {
  padding: 30px 20px;
  background-color: rgba(218, 197, 180, 0.2);
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels .tabcontent, .cont__filters--custom .tabcontent {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__filters--travels .tabcontent, .cont__filters--custom .tabcontent {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__filters--travels .tabcontent > .cont__title, .cont__filters--custom .tabcontent > .cont__title {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__filters--travels .tabcontent > .cont__title, .cont__filters--custom .tabcontent > .cont__title {
    margin-bottom: 0 !important;
  }
}
.cont__filters--travels .tabcontent .facetwp-facet, .cont__filters--custom .tabcontent .facetwp-facet {
  margin-bottom: 0;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels .tabcontent .facetwp-facet, .cont__filters--custom .tabcontent .facetwp-facet {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_com, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_com {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_com .facetwp-checkbox, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_com .facetwp-checkbox {
    width: 30%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_com .facetwp-checkbox, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_com .facetwp-checkbox {
    width: 20%;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_com .facetwp-checkbox, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_com .facetwp-checkbox {
    width: 25%;
  }
}
.cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_on, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_on {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  column-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_on, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_on {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1279px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_on, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_on {
    display: flex;
    align-items: center;
  }
}
.cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_quan, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_quan {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_quan, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_quan {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_quan, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_quan {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1366px) {
  .cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_quan, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_quan {
    display: flex;
    align-items: center;
  }
}
.cont__filters--travels .tabcontent .facetwp-facet.facetwp-facet-viatges_quan .facetwp-display-value, .cont__filters--custom .tabcontent .facetwp-facet.facetwp-facet-viatges_quan .facetwp-display-value {
  visibility: hidden;
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 4px 0 1px 30px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #162a5c;
  background: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox .facetwp-counter, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox .facetwp-counter {
  position: absolute;
  top: -3px;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox {
    padding: 0px 0 3px 31px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox {
    margin-bottom: 0;
    min-width: 110px;
  }
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox:before, .cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox::after, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox:before, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox::after {
  content: " ";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox:before, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox:before {
  width: 18px;
  height: 18px;
  border: 0;
  background-color: #dac5b4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox.checked::after, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox.checked::after {
  width: 18px;
  height: 18px;
  background-color: #162a5c;
  right: 3px;
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox:not(.disabled):hover, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox:not(.disabled):hover {
  color: #162a5c;
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox:not(.disabled):hover:before, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox:not(.disabled):hover:before {
  border-color: #3869e7;
}
.cont__filters--travels .tabcontent .facetwp-facet .facetwp-checkbox.disabled, .cont__filters--custom .tabcontent .facetwp-facet .facetwp-checkbox.disabled {
  order: 2;
}
.cont__filters--custom {
  margin-bottom: -40px;
}
@media only screen and (min-width: 1366px) {
  .cont__filters--custom {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__filters--custom {
    margin-bottom: -80px;
  }
}

.viatges__grid-wrapper {
  margin-bottom: 200px;
}
.viatges__grid-wrapper.load-more .facets_card {
  display: block;
}
.viatges__grid-wrapper.load-more .facets_card:nth-child(n+9) {
  display: none;
}
.viatges__grid-wrapper .facets_card {
  aspect-ratio: 380/495;
}
.viatges__grid-wrapper .facets_card .travel-theme {
  position: absolute;
  left: 32px;
  bottom: 27px;
  text-align: center;
  width: 58px;
  height: 58px;
  padding: 11px 11px 10px 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .viatges__grid-wrapper .facetwp-template {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
  }
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template {
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .viatges__grid-wrapper .facetwp-template {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .viatges__grid-wrapper .facetwp-template {
    column-gap: 66px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 3px 22.8px 0 rgba(0, 0, 0, 0.3);
  background-color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge {
    margin-bottom: 65px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a:hover .travel_cards--item--image:before {
  opacity: 1;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .travel_cards--item--image {
  position: relative;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .travel_cards--item--image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 99%);
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .travel_cards--item--image:before {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, #000000 100%);
  pointer-events: none;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .travel_cards--item--image img {
  display: block;
  width: 100%;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information {
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information {
    padding: 35px 40px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--icon {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  width: 31px;
  height: 31px;
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--icon {
    width: 40px;
    height: 40px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--icon svg {
  width: 31px;
  height: 31px;
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--icon svg {
    width: 40px;
    height: 40px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--icon svg path {
  fill: #fff;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--type {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--type span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--type span {
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.7px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--title {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--title h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.48px;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--title h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--title h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover {
    opacity: 0;
    padding: 0 35px;
    position: absolute;
    left: 0;
    bottom: -50px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover {
    padding: 0 40px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__description {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 1279px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__description {
    margin-bottom: 20px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__price .cont__number {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__price .cont__number .cont__number-price {
  font-size: 3.035rem;
  line-height: 1.2;
  letter-spacing: 0.97px;
}
@media only screen and (min-width: 1600px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__price .cont__number .cont__number-price {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__price .cont__number .cont__number-price {
    font-size: 3.035rem;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__price .cont__number .cont__number-curreny {
  font-size: 1.138rem;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__price .cont__price--infos {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.517rem;
  letter-spacing: 0.24px;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents {
  margin-top: 15px;
  display: flex;
  max-width: 100%;
  align-items: stretch;
  text-align: center;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days {
  display: flex;
  flex-direction: column;
  width: 70px;
  margin-left: -20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days {
    width: 70px;
    margin-left: -25px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days .cont__days--number {
  height: 30px;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.423rem;
  line-height: 1.2;
  letter-spacing: 0.46px;
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days .cont__days--number {
    font-size: 1.6rem;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days .cont__days--text {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__days .cont__days--text {
    font-size: 0.85rem;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 75px;
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport:before {
  content: "";
  width: 1px;
  background: #fff;
  height: 36px;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport {
    width: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport:before {
    content: "";
    width: 1px;
    background: #fff;
    height: 51px;
    position: absolute;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport .cont__transport--icon {
  width: 30px;
  margin: 5px auto;
  height: auto;
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport .cont__transport--icon {
    width: 35px;
  }
}
.viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport .cont__transport--text {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1366px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information .travel_cards--item--hover .cont__contents .cont__transport .cont__transport--text {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--icon {
    opacity: 0;
  }
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--icon,
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--type,
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--title {
    transform: translateY(-47px);
  }
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--hover {
    bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  .viatges__grid-wrapper .facetwp-template .type-viatge a .cont__information:hover .travel_cards--item--hover {
    bottom: 20px;
  }
}
.viatges__grid-wrapper .cont__button-viewmore {
  margin-top: -15px;
}
.viatges__grid-wrapper .cont__button-viewmore a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.9px;
  background-color: #162a5c;
  padding: 19px 30px 18px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .viatges__grid-wrapper .cont__button-viewmore a {
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .viatges__grid-wrapper .cont__button-viewmore a {
    min-width: 529px;
  }
}
.viatges__grid-wrapper .cont__button-viewmore a:hover {
  background-color: #000000;
}

.section--travels-grid {
  margin: 80px 0;
}
.section--travels-grid .cont__title {
  font-size: 1.688rem;
  line-height: 1.2;
  letter-spacing: 0.54px;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1600px) {
  .section--travels-grid .cont__title {
    font-size: 4rem;
    letter-spacing: 1.28px;
    margin-bottom: 16px;
  }
}
.section--travels-grid .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1600px) {
  .section--travels-grid .cont__text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    margin-bottom: 66px;
  }
}
.section--travels-grid .viatges__grid-wrapper {
  margin-bottom: 0;
}

.archive-grid.cont__destinations {
  display: grid;
  row-gap: 110px;
  margin-bottom: 150px;
}
@media only screen and (min-width: 1024px) {
  .archive-grid.cont__destinations {
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
  }
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations {
    row-gap: 80px;
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations {
    column-gap: 97px;
    row-gap: 100px;
  }
}
.archive-grid.cont__destinations .cont__destination {
  position: relative;
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+1) {
  padding-top: 54px;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+1) {
    padding-top: 24px;
    padding-left: 97px;
    padding-bottom: 82px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+1) {
    padding-top: 35px;
    padding-left: 138px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+1) .cont__name {
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+1) .cont__name {
    right: inherit;
    left: 0;
    bottom: 43px;
    top: inherit;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+1) .cont__name {
    bottom: 27px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+1) .cont__subtitle {
  left: 0;
  bottom: 52px;
  transform: translateY(100%);
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+1) .cont__subtitle {
    left: 8px;
    top: 0;
    bottom: inherit;
    transform: none;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+1) .cont__subtitle {
    left: 10px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+2) {
  padding-top: 57px;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+2) {
    padding-top: 97px;
    padding-left: 22px;
    padding-right: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+2) {
    padding-top: 139px;
    padding-right: 40px;
    padding-left: 33px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+2) .cont__name {
  left: -10px;
  bottom: 14px;
  transform: translateY(100%);
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+2) .cont__name {
    top: 12px;
    bottom: inherit;
    left: inherit;
    right: 0;
    transform: none;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+2) .cont__name {
    top: 20px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+2) .cont__subtitle {
  right: 8px;
  top: 0;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+2) .cont__subtitle {
    right: inherit;
    left: -10px;
    top: inherit;
    bottom: -22px;
    box-shadow: 10.5px -10.5px 17.5px 0 rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+2) .cont__subtitle {
    bottom: -5px;
    box-shadow: 15px -15px 25px 0 rgba(0, 0, 0, 0.2);
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+3) {
  padding-top: 43px;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+3) {
    padding-top: 0;
    padding-right: 97px;
    margin-bottom: 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+3) {
    padding-right: 138px;
    margin-bottom: 90px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+3) .cont__name {
  right: -10px;
  bottom: 33px;
  transform: translateY(100%);
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+3) .cont__name {
    bottom: 90px;
    right: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+3) .cont__name {
    bottom: 129px;
    right: 20px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+3) .cont__subtitle {
  left: -11px;
  top: 0;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+3) .cont__subtitle {
    left: -43px;
    top: -31px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+3) .cont__subtitle {
    left: -61px;
    top: -45px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+4) {
  padding-top: 46px;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+4) {
    padding-top: 70px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+4) {
    padding-top: 100px;
    padding-right: 73px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+4) .cont__name {
  top: 0;
  left: -10px;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+4) .cont__name {
    left: -23px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+4) .cont__name {
    left: -33px;
  }
}
.archive-grid.cont__destinations .cont__destination:nth-child(4n+4) .cont__subtitle {
  right: 10px;
  bottom: 60px;
  transform: translateY(100%);
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+4) .cont__subtitle {
    right: 13px;
    bottom: -32px;
    transform: none;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination:nth-child(4n+4) .cont__subtitle {
    right: 22px;
    bottom: -45px;
  }
}
.archive-grid.cont__destinations .cont__destination a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.archive-grid.cont__destinations .cont__destination a:hover .cont__image img {
  transform: scale(1.1);
}
.archive-grid.cont__destinations .cont__destination a:hover span.no-hover {
  transform: translateY(-100%);
  opacity: 0;
}
.archive-grid.cont__destinations .cont__destination a:hover span.hover {
  transform: translateY(0);
  opacity: 1;
}
.archive-grid.cont__destinations .cont__destination a .cont__image {
  height: 100%;
  overflow: hidden;
}
.archive-grid.cont__destinations .cont__destination a .cont__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-grid.cont__destinations .cont__destination a .cont__name {
  position: absolute;
  background-color: #162a5c;
  width: fit-content;
  padding: 30px 20px;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination a .cont__name {
    padding: 52px 28px 47px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination a .cont__name {
    padding: 74px 45px 67px;
  }
}
.archive-grid.cont__destinations .cont__destination a .cont__name .cont__name--inner {
  position: relative;
}
.archive-grid.cont__destinations .cont__destination a .cont__name h2,
.archive-grid.cont__destinations .cont__destination a .cont__name .hover {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .archive-grid.cont__destinations .cont__destination a .cont__name h2,
  .archive-grid.cont__destinations .cont__destination a .cont__name .hover {
    font-size: 1.75rem;
    letter-spacing: 0.56px;
  }
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination a .cont__name h2,
  .archive-grid.cont__destinations .cont__destination a .cont__name .hover {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}
.archive-grid.cont__destinations .cont__destination a .cont__name .hover {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
}
.archive-grid.cont__destinations .cont__destination a .cont__name span {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-grid.cont__destinations .cont__destination a .cont__subtitle {
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  color: #162a5c;
  background-color: #fff;
  box-shadow: 10.5px 10.5px 17.5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 25px;
  position: absolute;
  max-width: 209px;
}
@media only screen and (min-width: 1600px) {
  .archive-grid.cont__destinations .cont__destination a .cont__subtitle {
    font-size: 1rem;
    letter-spacing: 0.32px;
    padding: 42px 40px;
    max-width: 298px;
    box-shadow: 15px 15px 25px 0 rgba(0, 0, 0, 0.2);
  }
}
.archive-grid.cont__destinations .cont__destination a .cont__subtitle p {
  margin-bottom: 0;
}

#single-destination div:not(.component) .title-2, #single-destination div:not(.component) .section__form .cont__form--content--title, .section__form #single-destination div:not(.component) .cont__form--content--title, #single-destination div:not(.component) .cont__carousel-travels--gallery .travel_cards--item--title, .cont__carousel-travels--gallery #single-destination div:not(.component) .travel_cards--item--title, #single-destination div:not(.component) .cont__carousel-gallery-text .cont__inner .cont__left .cont__title, .cont__carousel-gallery-text .cont__inner .cont__left #single-destination div:not(.component) .cont__title, #single-destination div:not(.component) .cont__carousel-gallery .cont__left .cont__gallery--title, .cont__carousel-gallery .cont__left #single-destination div:not(.component) .cont__gallery--title, #single-destination div:not(.component) .section__form .cont__form--content--title, #single-destination .section__form div:not(.component) .cont__form--content--title, #single-destination div:not(.component) .section__header .cont__left .cont__text .cont__subtitle, #single-destination .section__header .cont__left .cont__text div:not(.component) .cont__subtitle, #single-viatge .section__header .cont__left .cont__text #single-destination div:not(.component) .cont__subtitle, #single-destination div:not(.component) #single-viatge .section__form .cont__form--content--title, #single-viatge .section__form #single-destination div:not(.component) .cont__form--content--title {
  font-size: 1.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.52px;
  text-align: left;
}
#single-destination .section__header {
  background: transparent;
  min-height: 100vh;
  background-color: #162a5c;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 115px 0 30px;
}
#single-destination .section__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #single-destination .section__header {
    padding: 250px 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header {
    padding: 150px 0 60px;
  }
}
@media only screen and (min-width: 1279px) {
  #single-destination .section__header {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-destination .section__header {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__header {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__header {
    padding-top: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header {
    min-height: 100vh;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__header {
    padding-top: 280px;
  }
}
#single-destination .section__header .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#single-destination .section__header .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-destination .section__header .cont__left {
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__left {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__left .cont__type--text {
    margin-left: -8px;
  }
}
#single-destination .section__header .cont__left .cont__title .title-1 {
  font-size: 5.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1.8px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__left .cont__title .title-1 {
    font-size: 10.25rem;
    letter-spacing: 3.6px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__header .cont__left .cont__title .title-1 {
    font-size: 14.297rem;
    letter-spacing: 5.22px;
  }
}
#single-destination .section__header .cont__left .cont__title .title-1.size-medium {
  font-size: 4.625rem;
}
@media only screen and (min-width: 768px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-medium {
    font-size: 6.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-medium {
    font-size: 6.25rem;
    letter-spacing: 2.28px;
  }
}
@media only screen and (min-width: 1279px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-medium {
    font-size: 8.25rem;
    letter-spacing: 3.02px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-medium {
    font-size: 11.297rem;
    letter-spacing: 4.12px;
  }
}
#single-destination .section__header .cont__left .cont__title .title-1.size-small {
  font-size: 4.625rem;
}
@media only screen and (min-width: 768px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-small {
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-small {
    font-size: 5.5rem;
    letter-spacing: 1.92px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-small {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__header .cont__left .cont__title .title-1.size-small {
    font-size: 8rem;
    letter-spacing: 2.92px;
  }
}
#single-destination .section__header .cont__left .cont__text {
  padding-left: var(--padding-inner);
}
#single-destination .section__header .cont__left .cont__text .cont__subtitle {
  color: #fff;
}
#single-destination .section__header .cont__left .cont__text .cont__description {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  color: #fff;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__left .cont__text .cont__description {
    width: 420px;
    font-size: 0.787rem;
    line-height: 1.4;
    letter-spacing: 0.25px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__header .cont__left .cont__text .cont__description {
    width: 500px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__header .cont__left .cont__text .cont__description {
    width: 607px;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
#single-destination .section__header .cont__left .cont__text .cont__description .btn--secondary {
  background: #000000;
  color: #fff;
}
#single-destination .section__header .cont__left .cont__text .cont__description .btn--secondary:hover {
  background: #fff;
  color: #000000;
  text-decoration: none;
}
#single-destination .section__header .cont__right {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__right {
    width: 50%;
  }
}
#single-destination .section__header .cont__right .cont__scrollleft {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__right .cont__scrollleft {
    display: block;
    position: absolute;
    right: 60px;
    top: 0;
    color: #fff;
  }
}
#single-destination .section__header .cont__right .cont__scrollleft a.arrow-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  padding: 20px 40px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
#single-destination .section__header .cont__right .cont__scrollleft a.arrow-back:hover {
  text-decoration: none;
  gap: 30px;
}
#single-destination .section__header .cont__right .cont__scrollleft a.arrow-back i:before {
  color: #fff;
  font-size: 1.5rem;
}
#single-destination .section__header .cont__scrolldown {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__header .cont__scrolldown {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 35px;
    color: #fff;
  }
}
@media only screen and (min-width: 1279px) {
  #single-destination .section__header .cont__scrolldown {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-destination .section__header .cont__scrolldown {
    right: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__header .cont__scrolldown {
    right: 100px;
  }
}
#single-destination .section__header .cont__scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 120px;
  margin-left: 0;
  display: block;
  font-size: 0.6rem;
  line-height: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
#single-destination .section__header .cont__scrolldown i:before {
  color: #fff;
  font-size: 3.5rem;
}
#single-destination .section__more-info {
  padding: 0 20px 150px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info {
    padding: 0;
  }
}
#single-destination .section__more-info .cont__more-info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  --columns-width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info {
    flex-direction: row;
    gap: 0;
    padding: 80px 0;
    --columns-width: 290px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__more-info .cont__more-info {
    --columns-width: 410px;
  }
}
#single-destination .section__more-info .cont__more-info--left {
  width: var(--columns-width);
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--left {
    padding-left: 80px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__more-info .cont__more-info--left {
    padding-left: 120px;
    padding-right: 40px;
  }
}
#single-destination .section__more-info .cont__more-info--left--pretitle {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--left--pretitle {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__more-info .cont__more-info--left--pretitle {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
#single-destination .section__more-info .cont__more-info--center {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--center {
    width: calc(100% - var(--columns-width));
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__more-info .cont__more-info--center {
    padding: 50px 40px;
  }
}
#single-destination .section__more-info .cont__more-info--center--shadow {
  background-color: #fff;
  box-shadow: -14px 7px 21px -7px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  width: 99px;
  height: 109px;
  left: -17px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--center--shadow {
    left: 0;
  }
}
#single-destination .section__more-info .cont__more-info--center--text {
  z-index: 1;
  position: relative;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--center--text {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-destination .section__more-info .cont__more-info--right {
  width: 100%;
  position: absolute;
  bottom: 0;
  --padding-left-shadow: 20px;
  text-align: right;
  padding-left: var(--padding-left-shadow);
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--right {
    width: var(--columns-width);
    --padding-left-shadow: 20px;
    position: relative;
    bottom: initial;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__more-info .cont__more-info--right {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__more-info .cont__more-info--right {
    --padding-left-shadow: 60px;
    padding-left: 75px;
    padding-right: 20px;
  }
}
#single-destination .section__more-info .cont__more-info--right--shadow {
  width: 99px;
  height: 109px;
  box-shadow: -20px -10px 30px -10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  left: calc(var(--padding-left-shadow) - 20px);
  top: -20px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--right--shadow {
    top: 0;
    left: 0;
  }
}
#single-destination .section__more-info .cont__more-info--right--text {
  z-index: 1;
  position: relative;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__more-info .cont__more-info--right--text {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-destination .section__essential {
  padding: 100px 0 150px;
}
#single-destination .section__essential .cont__essential {
  display: flex;
  flex-direction: column;
  margin-right: -20px;
  margin-left: 25px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential {
    flex-direction: row;
    padding: 0 50px;
    margin: 0;
    --column-right: 550px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-destination .section__essential .cont__essential {
    padding: 0 125px;
    --column-right: 624px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__essential .cont__essential {
    padding: 0 150px;
    --column-right: 750px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential {
    padding: 0 170px;
    --column-right: 930px;
  }
}
#single-destination .section__essential .cont__essential--text {
  padding-left: 16px;
  padding-right: 20px;
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--text {
    width: calc(100% - var(--column-right));
    padding-left: 10px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--text {
    margin-top: 120px;
  }
}
#single-destination .section__essential .cont__essential--text--pretitle {
  font-size: 0.613rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--text--pretitle {
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.28px;
  }
}
#single-destination .section__essential .cont__essential--text--text {
  font-size: 0.75rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--text--text {
    font-size: 0.844rem;
    letter-spacing: 0.27px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--text--text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
#single-destination .section__essential .cont__essential--item--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
}
#single-destination .section__essential .cont__essential--item--text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
#single-destination .section__essential .cont__essential--item--carousel {
  position: relative;
  width: var(--column-right);
}
#single-destination .section__essential .cont__essential--item--carousel:after {
  content: "";
  position: absolute;
  top: 40px;
  height: calc(100% + 40px);
  left: 0;
  background: #dac5b4;
  z-index: 2;
  width: 1px;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list {
  padding-left: 20px;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item {
    padding-left: 28px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--content {
  box-shadow: 14px 2.8px 21px 0 rgba(0, 0, 0, 0.25);
  padding: 21px 26px;
  position: absolute;
  z-index: 2;
  background: #fff;
  bottom: 30px;
  overflow: hidden;
  width: 175px;
  height: 175px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--content {
    padding: 30px 37px;
    bottom: 35px;
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--content {
    padding: 40px 48px;
    bottom: 60px;
    width: 332px;
    height: 332px;
    box-shadow: 20px 4px 30px 0 rgba(0, 0, 0, 0.25);
    left: 40px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item .swiper-essential-2,
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item .swiper-essential-1 {
  overflow: hidden;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image {
  padding-left: 68px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image {
    padding-left: 95px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image {
    padding-left: 185px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image--frame {
  height: 245px;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image--frame {
    height: 350px;
  }
}
@media only screen and (min-width: 1366px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image--frame {
    height: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image--frame {
    height: 450px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image--frame {
    height: 500px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--title {
  font-size: 0.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--title {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.32px;
    text-align: left;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
    margin-bottom: 20px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--text {
  font-size: 0.625rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--text {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
    -webkit-line-clamp: 8;
    /* number of lines to show */
    line-clamp: 8;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--list .cont__essential--item--text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation {
  z-index: 2;
  --button-color: #fff;
  --button-background: #162a5c;
  position: absolute;
  bottom: -50px;
  left: -32px;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions {
  display: flex;
  flex-direction: column;
  z-index: 1;
  bottom: 0;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions {
  display: flex;
  position: relative;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions .nav_button {
  aspect-ratio: 0.9;
  background: var(--button-background);
  position: relative;
  width: 34px;
  height: 40px;
  left: 0;
  top: 0;
  margin: 0;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions .nav_button--inner {
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--prev {
  flex-shrink: 0;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--prev .swiper-button-prev:after {
  font-size: 16px;
  color: var(--button-color);
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--next {
  flex-shrink: 0;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--next .swiper-button-next:after {
  font-size: 16px;
  color: var(--button-color);
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #162a5c;
  position: relative;
  margin: 0 8px;
  font-size: 0.766rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #162a5c;
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter .swiper-pagination {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter {
    color: #162a5c;
    font-size: 1.094rem;
    letter-spacing: 0.35px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter {
    font-size: 1.563rem;
    letter-spacing: 0.5px;
    margin: 0 15px;
  }
}
#single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter .swiper-pagination-current {
  font-size: 1.531rem;
  letter-spacing: 0.49px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter .swiper-pagination-current {
    font-size: 2.188rem;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__essential .cont__essential--item--carousel .cont__essential--item--navigation--actions .cont__actions--counter .swiper-pagination-current {
    font-size: 3.125rem;
    letter-spacing: 1px;
  }
}
#single-destination .section__gallery {
  padding-bottom: 40px;
}
#single-destination .section__travel_options {
  padding: 60px 0;
}
#single-destination .section__form {
  padding: 60px 0 150px;
  --padding-inner: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form {
    --padding-inner: 102px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form {
    --padding-inner: 150px;
  }
}
#single-destination .section__form .cont__form {
  padding-left: var(--padding-inner);
  padding-right: var(--padding-inner);
}
#single-destination .section__form .cont__form .row-flex {
  gap: 40px;
}
#single-destination .section__form .cont__form--content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--content {
    width: 470px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--content {
    width: 513px;
  }
}
#single-destination .section__form .cont__form--content--pretitle {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--content--pretitle {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--content--pretitle {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
  }
}
#single-destination .section__form .cont__form--content--title {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--content--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #162a5c;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--content--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-bottom: 45px;
  }
}
#single-destination .section__form .cont__form--content--description {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--content--description {
    width: 315px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--content--description {
    width: 350px;
  }
}
#single-destination .section__form .cont__form--form {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--form {
    width: calc(100% - 470px);
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--form {
    width: calc(100% - 513px);
    padding-left: 72px;
  }
}
#single-destination .section__form .cont__form--form .wpcf7 {
  margin-top: 60px;
  width: 100%;
  max-width: 620px;
}
#single-destination .section__form .cont__form--form .cont--input .label {
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #162a5c;
  top: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--form .cont--input .label {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-destination .section__form .cont__form--form input {
  font-size: 0.95rem;
}
#single-destination .section__form .cont__form--form label {
  margin-bottom: 15px;
}
#single-destination .section__form .cont__form--form label.cbx.politica {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.24px;
  text-align: left;
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--form label.cbx.politica {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
#single-destination .section__form .cont__form--form small {
  display: block;
  margin: 10px 0;
}
#single-destination .section__form .cont__form--form input[type=submit] {
  padding: 20px 40px;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  #single-destination .section__form .cont__form--form input[type=submit] {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-destination .section__form .cont__form--form input[type=submit] {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
#single-destination .section__form .cont__form--form input[type=submit]:hover {
  background: #000000;
}

.section__locations {
  padding: 100px 0;
}
@media only screen and (min-width: 1024px) {
  .section__locations {
    padding: 100px 0 100px;
  }
}
.section__locations .cont__locations {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--info {
    position: absolute;
    width: 30%;
    top: 0;
    left: 0;
    padding-left: var(--padding-inner);
    padding-right: 30px;
  }
}
.section__locations .cont__locations--info--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section__locations .cont__locations--info--text {
  font-size: 0.75rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--info--text {
    font-size: 0.844rem;
    letter-spacing: 0.27px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--info--text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.section__locations .cont__locations--gallery {
  padding-top: 100px;
  --padding-inner: 36px;
  margin-left: calc(var(--gutters) * -1);
  margin-right: calc(var(--gutters) * -1);
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.section__locations .cont__locations--gallery--item {
  width: 100%;
  margin: 25px 0;
  position: relative;
}
.section__locations .cont__locations--gallery--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section__locations .cont__locations--gallery--item .cont__locations--contents {
  position: absolute;
}
.section__locations .cont__locations--gallery--item .cont__locations--image {
  height: 230px;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item {
    display: block;
    margin: -15px 0;
  }
}
.section__locations .cont__locations--gallery--item:nth-child(odd) {
  padding-left: var(--padding-inner);
  right: 0;
}
.section__locations .cont__locations--gallery--item:nth-child(odd) .cont__locations--contents {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item:nth-child(odd) {
    padding-left: 38%;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--gallery--item:nth-child(odd) {
    padding-left: 40%;
  }
}
.section__locations .cont__locations--gallery--item:nth-child(even) {
  padding-right: var(--padding-inner);
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item:nth-child(even) {
    padding-right: 42%;
  }
  .section__locations .cont__locations--gallery--item:nth-child(even) .cont__locations--contents {
    left: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--gallery--item:nth-child(even) {
    padding-right: 48.2%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item:nth-child(4n+1) {
    z-index: 0;
    padding-right: var(--padding-inner);
    margin-top: -200px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+1) .cont__locations--image {
    margin-right: 130px;
    height: 414px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+2) {
    z-index: 2;
    margin-top: -32px;
    padding-left: var(--padding-inner);
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+2) .cont__locations--image {
    margin-left: 130px;
    height: 292px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+3) {
    z-index: 1;
    margin-top: -90px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+3) .cont__locations--image {
    height: 414px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+3) .cont__locations--contents {
    padding-right: var(--padding-inner);
    transform: translateY(0);
    margin-right: 110px;
    top: 0;
    margin-top: -95px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+4) {
    z-index: 0;
    margin-top: -200px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+4) .cont__locations--image {
    margin-right: 85px;
    margin-left: 60px;
    height: 472px;
  }
  .section__locations .cont__locations--gallery--item:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--gallery--item:nth-child(4n+1) {
    margin-top: -270px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+1) .cont__locations--image {
    margin-right: 237px;
    height: 553px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+2) {
    padding-left: 0;
    margin-top: -42px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+2) .cont__locations--image {
    margin-left: 195px;
    height: 390px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+2) .cont__locations--contents {
    margin-left: 50px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+3) {
    margin-top: -120px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+3) .cont__locations--image {
    height: 550px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+3) .cont__locations--contents {
    transform: translateY(0);
    margin-right: 140px;
    margin-top: -135px;
    top: 0;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+4) {
    margin-top: -270px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+4) .cont__locations--image {
    margin-right: 70px;
    margin-left: 100px;
    height: 630px;
  }
  .section__locations .cont__locations--gallery--item:nth-child(4n+4) .cont__locations--contents {
    top: initial;
    transform: translateY(0);
    margin-bottom: -60px;
    bottom: -60px;
  }
  .section__locations .cont__locations--gallery--item:first-child {
    margin-top: 0;
  }
}
.section__locations .cont__locations--gallery--item .cont__locations--contents {
  margin: -40px 20px 0;
  width: 186px;
  z-index: 2;
  box-shadow: 0 4px 30px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 23px 20px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item .cont__locations--contents {
    width: 246px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 0;
    margin: 0;
    z-index: 1;
    padding: 28px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--gallery--item .cont__locations--contents {
    width: 328px;
    padding: 35px;
  }
}
.section__locations .cont__locations--gallery--item .cont__locations--contents--title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #162a5c;
  font-size: 0.787rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.25px;
  padding-left: 12px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item .cont__locations--contents--title {
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--gallery--item .cont__locations--contents--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
  }
}
.section__locations .cont__locations--gallery--item .cont__locations--contents--text {
  font-size: 0.75rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item .cont__locations--contents--text {
    font-size: 0.844rem;
    letter-spacing: 0.27px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__locations .cont__locations--gallery--item .cont__locations--contents--text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
.section__locations .cont__locations--gallery--item .cont__locations--image {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 30px 4px rgba(0, 0, 0, 0.25);
  background-color: #162a5c;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section__locations .cont__locations--gallery--item .cont__locations--image {
    z-index: initial;
  }
}
.section__locations .cont__locations--gallery--item .cont__locations--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-template-page-team header.entry-header {
  margin-top: 50px;
}
@media only screen and (min-width: 1279px) {
  body.page-template-page-team header.entry-header {
    margin-top: 100px;
  }
}

.cont__team {
  display: grid;
  column-gap: 32px;
  row-gap: 50px;
  align-items: flex-end;
  margin-top: 43px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .cont__team {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__team {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 142px;
  }
}
.cont__team .cont__info {
  align-self: baseline;
}
@media only screen and (min-width: 1279px) {
  .cont__team .cont__info {
    padding-left: 55px;
  }
}
.cont__team .cont__info p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1279px) {
  .cont__team .cont__info .cont__subtitle h2 {
    margin-bottom: 46px;
  }
}
.cont__team .cont__info .cont__subtitle--button {
  margin: 0;
}
.cont__team .cont--member {
  border-bottom: solid 2px #dac5b4;
}
@media only screen and (min-width: 768px) {
  .cont__team .cont--member .cont--inner {
    display: flex;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__team .cont--member .cont--inner:hover .cont--inner--text {
    transform: translate(0) !important;
  }
}
.cont__team .cont--member .cont--inner:hover .cont--inner--text .cont__arrow {
  transform: translateX(-23px);
}
@media only screen and (min-width: 768px) {
  .cont__team .cont--member .cont--inner .cont--inner-image {
    width: 59%;
  }
}
.cont__team .cont--member .cont--inner .cont--inner-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media only screen and (min-width: 1600px) {
  .cont__team .cont--member .cont--inner .cont--inner-image img {
    object-fit: cover;
  }
}
.cont__team .cont--member .cont--inner .cont--inner--text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .cont__team .cont--member .cont--inner .cont--inner--text {
    transform: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .cont__team .cont--member .cont--inner .cont--inner--text {
    width: 41%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__team .cont--member .cont--inner .cont--inner--text {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont__arrow {
  display: none;
  position: relative;
  width: 90px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .cont__team .cont--member .cont--inner .cont--inner--text .cont__arrow {
    display: block;
  }
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont__arrow:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid #dac5b4;
  border-width: 0 0 2px 2px;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 103px;
  height: 2px;
  background-color: #dac5b4;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-position {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.01;
  text-transform: uppercase;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-position p {
  margin-bottom: 15px;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-title h3 {
  margin-bottom: 17px;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-would {
  line-height: 1.4;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-would .cont--inner--text-would--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.56;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-would p {
  margin-bottom: 15px;
}
.cont__team .cont--member .cont--inner .cont--inner--text .cont--inner--text-prhase {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.39;
  letter-spacing: 0.36px;
}

article.type_history .cont__container {
  position: relative;
}
article.type_history .cont__left {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  transition: all 1.2s;
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__left {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__left {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__left.hide {
    transform: translateX(calc(-100% - 200px));
  }
}
article.type_history .cont__left .cont__subtitle {
  max-width: 480px;
}
article.type_history .cont__left .cont__content {
  margin-bottom: 49px;
  max-width: 480px;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__left .cont__content {
    margin-bottom: 75px;
  }
}
article.type_history .cont__left .cont__description {
  box-shadow: 20px -13.9px 35px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 39px 37px 28px 0;
  margin-bottom: 11px;
  max-width: 402px;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__left .cont__description {
    padding: 65px 37px 20px 5px;
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__left .cont__description {
    margin-left: 7%;
  }
}
@media only screen and (min-width: 1920px) {
  article.type_history .cont__left .cont__description {
    margin-left: 24%;
  }
}
article.type_history .cont__left .cont__description p {
  margin: 0;
}
article.type_history .cont__left .cont__description .text-important {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
  margin-bottom: 37px;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__left .cont__description .text-important {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    margin-bottom: 21px;
  }
}
article.type_history .cont__left .cont__description a.link--button {
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__left .cont__description a.link--button {
    margin-top: 18px;
  }
}
article.type_history .cont__history {
  position: relative;
  padding-top: 46px;
  margin-bottom: 267px;
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history {
    padding-top: 22px;
  }
}
article.type_history .cont__history .swiper_history {
  margin-right: -14px;
  margin-left: 36px;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .swiper_history {
    margin: 0;
  }
}
article.type_history .cont__history .cont__years .cont__item {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item .cont__inner {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__inner {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:first-child.swiper-slide-active .cont__bottom:before {
    left: inherit;
    right: 0;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:first-child:not(.swiper-slide-active) .cont__bottom:before {
    width: calc(100% + 120px);
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item:first-child:not(.swiper-slide-active) .cont__bottom:before {
    width: calc(100% + 265px);
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:first-child:not(.swiper-slide-active) .cont__bottom:after {
    left: -119px;
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item:first-child:not(.swiper-slide-active) .cont__bottom:after {
    left: -264px;
  }
}
article.type_history .cont__history .cont__years .cont__item:first-child .cont__bottom:before {
  width: 32px;
  left: -32px;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:first-child .cont__bottom:before {
    left: inherit;
    right: 0;
  }
}
article.type_history .cont__history .cont__years .cont__item:first-child .cont__bottom:after {
  content: "";
  position: absolute;
  top: 37px;
  left: -32px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid #162a5c;
  border-width: 0 0 2px 2px;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:first-child .cont__bottom:after {
    top: 54px;
    left: -101px;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:last-child.swiper-slide-active .cont__bottom:before {
    left: -50px;
    right: inherit;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item:last-child.swiper-slide-active .cont__bottom:before {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:last-child.swiper-slide-active .cont__bottom:after {
    right: -50px;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item:last-child.swiper-slide-active .cont__bottom:after {
    right: -101px;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:last-child .cont__bottom:before {
    right: 0;
    left: inherit;
  }
}
article.type_history .cont__history .cont__years .cont__item:last-child .cont__bottom:after {
  position: absolute;
  top: 37px;
  right: -32px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid #162a5c;
  border-width: 2px 2px 0 0;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item:last-child .cont__bottom:after {
    content: "";
    top: 54px;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__inner {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__inner {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__inner {
    padding-left: 183px;
  }
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__bottom:before {
    width: calc(100% + 50px);
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__bottom:before {
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__bottom:before {
    width: calc(100% + 183px);
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-next .cont__image {
    transform: scale(0.7);
  }
}
article.type_history .cont__history .cont__years .cont__item.swiper-slide-active {
  cursor: default;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__inner {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__top {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__bottom::before {
    width: 100%;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__title {
    margin-bottom: -68px;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__year {
    font-size: 9.125rem;
    line-height: 1.4;
    letter-spacing: 3.56px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__year:before {
    left: 62px;
    bottom: 9px;
  }
}
article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__image {
  transform: scale(1) !important;
}
article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__text {
  opacity: 1;
}
article.type_history .cont__history .cont__years .cont__item.swiper-slide-active .cont__text .cont__text--inner {
  transform: translateY(0);
  opacity: 1;
}
article.type_history .cont__history .cont__years .cont__item .cont__top {
  margin-left: 24px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__top {
    margin-left: 13px;
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__bottom {
  position: relative;
}
article.type_history .cont__history .cont__years .cont__item .cont__bottom:before {
  content: "";
  position: absolute;
  top: 42px;
  left: -50px;
  width: 50px;
  height: 2px;
  background-color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item .cont__bottom:before {
    top: 59px;
    left: inherit;
    right: 0;
    width: calc(100% + 50px);
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__bottom:before {
    width: calc(100% + 101px);
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  margin-bottom: -45px;
  margin-left: 22px;
  max-width: 172px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__title {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
    margin-bottom: -30px;
    margin-left: 45px;
    max-width: 212px;
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__year {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 5.451rem;
  line-height: 1.4;
  letter-spacing: 1.74px;
  margin-bottom: 23px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__year {
    font-size: 5.625rem;
    line-height: 1.4;
    letter-spacing: 2.44px;
    margin-bottom: 88px;
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__year:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 30px;
  width: 32px;
  height: 4px;
  background-color: #162a5c;
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__year:before {
    width: 65px;
    height: 8px;
    bottom: -17px;
    left: 57px;
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__image {
  box-shadow: 0 2px 14.7px 4.9px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item .cont__image {
    box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.25);
    transform: scale(0.65);
    transform-origin: top left;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__image {
    transform: scale(0.5);
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item .cont__image {
    transform: scale(0.65);
  }
}
@media only screen and (min-width: 1920px) {
  article.type_history .cont__history .cont__years .cont__item .cont__image {
    transform: scale(0.5);
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__image img {
  display: block;
  width: 100%;
}
article.type_history .cont__history .cont__years .cont__item .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.7rem;
  line-height: 1.4;
  letter-spacing: 0.22px;
  box-shadow: 0 2.8px 21px 0.7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 19px 51px 18px 27px;
  max-width: 101px;
  position: absolute;
  right: 13px;
  bottom: 36px;
  transform: translateY(100%);
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item .cont__text {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media only screen and (min-width: 1279px) {
  article.type_history .cont__history .cont__years .cont__item .cont__text {
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
    max-width: 155px;
    padding: 29px 39px 32px;
    box-shadow: 0 4px 30px 1px rgba(0, 0, 0, 0.1);
    right: -53px;
    top: 177px;
    bottom: inherit;
    transform: none;
  }
}
@media only screen and (min-width: 1600px) {
  article.type_history .cont__history .cont__years .cont__item .cont__text {
    right: -90px;
  }
}
article.type_history .cont__history .cont__years .cont__item .cont__text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__years .cont__item .cont__text .cont__text--inner {
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.5s;
  }
}
article.type_history .cont__history .cont__reviews--navigation {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  article.type_history .cont__history .cont__reviews--navigation {
    display: none;
  }
}
article.type_history .cont__history .cont__reviews--navigation .cont__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
  margin-right: 24px;
}
article.type_history .cont__history .cont__reviews--navigation .cont__arrows .nav_button > div {
  position: relative;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
  margin: 0;
}
article.type_history .cont__history .cont__reviews--navigation .cont__arrows .nav_button > div.swiper-button-prev:after {
  content: "\e90f";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(90deg);
}
article.type_history .cont__history .cont__reviews--navigation .cont__arrows .nav_button > div.swiper-button-next:after {
  content: "\e90f";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(-90deg);
}
article.type_history .cont__history .cont__reviews--navigation .cont__arrows .nav_button > div:after {
  font-size: 35px;
  color: #162a5c;
}

.cont__carousel-gallery {
  padding: 60px var(--padding-inner) 80px;
  max-width: 100vw;
  overflow: hidden;
  --column-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery {
    --column-width: 310px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__carousel-gallery {
    --column-width: 240px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery {
    --column-width: 415px;
  }
}
.cont__carousel-gallery .row-flex:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .row-flex:first-child {
    --column-width: 350px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__carousel-gallery .row-flex:first-child {
    --column-width: 455px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .row-flex:first-child {
    --column-width: 455px;
    margin-bottom: 40px;
  }
}
.cont__carousel-gallery .cont__left {
  width: var(--column-width);
  max-width: 100%;
}
.cont__carousel-gallery .cont__left .cont__gallery--title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cont__carousel-gallery .cont__left .cont__gallery--description {
  padding-right: 80px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__left .cont__gallery--description {
    padding-right: 0px;
    height: 220px;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__left .cont__gallery--description {
    padding-right: 83px;
    height: 250px;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
.cont__carousel-gallery .cont__right {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__right {
    width: calc(100% - var(--column-width));
    padding-left: 40px;
  }
}
.cont__carousel-gallery .align-bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 40px;
}
.cont__carousel-gallery .align-bottom-right .cont__carousel-gallery--fullscreen {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .align-bottom-right .cont__carousel-gallery--fullscreen {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
.cont__carousel-gallery .align-bottom-right .cont__carousel-gallery--fullscreen:hover {
  text-decoration: none;
}
.cont__carousel-gallery .align-bottom-right .cont__carousel-gallery--fullscreen i:before {
  color: #3869e7;
  font-size: 2rem;
}
.cont__carousel-gallery .cont__gallery {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery {
    padding-top: 0;
    padding-bottom: 50px;
    width: calc(50vw + var(--container) / 2 - var(--column-width));
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--overlay--close {
  transition: opacity 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation {
  position: absolute;
  background: transparent;
  z-index: 2;
  bottom: 0;
  margin-bottom: 0px;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation {
    background: #162a5c;
    width: 207px;
    height: 142px;
    margin-left: -160px;
    margin-bottom: -10px;
    padding: 16px 12px;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation {
    width: 295px;
    height: 200px;
    margin-left: -220px;
    margin-bottom: -60px;
    padding: 35px 12px;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions {
  display: flex;
  position: relative;
  padding-left: 18px;
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions {
    padding-left: 60px;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions .nav_button {
  aspect-ratio: 0.9;
  background: #fff;
  position: relative;
  width: 34px;
  left: 0;
  top: 0;
  margin: 1px;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions .nav_button--inner {
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--prev .swiper-button-prev:after {
  font-size: 16px;
  color: #162a5c;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--next .swiper-button-next:after {
  font-size: 16px;
  color: #162a5c;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  position: relative;
  margin: 0 8px;
  font-size: 0.766rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 2;
  letter-spacing: 0.25px;
  color: #162a5c;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter .swiper-pagination {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter {
    color: #fff;
    font-size: 1.094rem;
    line-height: 1;
    letter-spacing: 0.35px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter {
    font-size: 1.563rem;
    letter-spacing: 0.5px;
    margin: 0 15px;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter .swiper-pagination-current {
  font-size: 1.531rem;
  letter-spacing: 0.49px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter .swiper-pagination-current {
    font-size: 2.188rem;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__actions--counter .swiper-pagination-current {
    font-size: 3.125rem;
    letter-spacing: 1px;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar {
  position: relative;
  max-width: 100%;
  background: #162a5c;
  margin-top: 20px;
  width: 150px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar {
    margin: 20px auto 0;
    background: #fff;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar {
    margin: 27px auto 0;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar:after {
  content: "";
  height: 1px;
  width: 100%;
  top: 1px;
  position: absolute;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar:after {
    background: #fff;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar .swiper-scrollbar {
  top: -1px;
  background: transparent;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar .swiper-scrollbar-drag {
  border-radius: 0;
  top: 0;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--navigation .cont__scroll-bar .swiper-scrollbar-drag {
    background: #fff;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--images {
  overflow: visible;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  height: auto;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--image {
    height: 357px;
    width: fit-content;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery .cont__gallery .cont__gallery--image {
    height: 511px;
  }
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image.swiper-slide-active {
  transform: scale(1);
  box-shadow: 0 2.8px 21px 2.8px rgba(0, 0, 0, 0.25);
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image:not(.swiper-slide-active) {
  transform: scale(0.9);
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image.swiper-slide-prev {
  opacity: 0;
  transform: scale(0.8) translate(80%, 0);
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image:first-child:not(.swiper-slide-active) {
  opacity: 0;
  transform: scale(0.8) translate(100%, 0);
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image.swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image:not(.swiper-slide-visible) {
  opacity: 0;
}
.cont__carousel-gallery .cont__gallery .cont__gallery--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont__carousel-gallery .cont__gallery.show-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.cont__carousel-gallery .cont__gallery.show-fullscreen .cont__gallery--overlay--close {
  opacity: 1;
  pointer-events: initial;
}
.cont__carousel-gallery .cont__gallery.show-fullscreen .cont__gallery--navigation {
  left: 0;
  margin: 0;
  bottom: 10px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.cont__carousel-gallery .cont__gallery.show-fullscreen .cont__gallery--navigation .cont__scroll-bar {
  width: 50vh;
}
.cont__carousel-gallery .cont__gallery.show-fullscreen .cont__gallery--navigation .nav_button {
  pointer-events: initial;
}
.cont__carousel-gallery .cont__gallery.show-fullscreen .cont__gallery--image {
  transform: scale(0.95) translate(0);
  height: 90vh;
  max-width: 90vw;
  max-height: 90vh;
  opacity: 1;
}

.cont__carousel-gallery-text .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cont__carousel-gallery-text .cont__inner {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1344px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .cont__carousel-gallery-text .cont__inner .cont__left {
    width: 29%;
    margin-top: 118px;
  }
}
.cont__carousel-gallery-text .cont__inner .cont__left .cont__pretitle {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__pretitle {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__pretitle {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}
.cont__carousel-gallery-text .cont__inner .cont__left .cont__title {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #162a5c;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
  }
}
.cont__carousel-gallery-text .cont__inner .cont__left .cont__description {
  font-size: 0.85rem;
  letter-spacing: 0.24px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .cont__inner .cont__left .cont__description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #162a5c;
  }
}
.cont__carousel-gallery-text .cont__inner .cont__right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cont__carousel-gallery-text .cont__inner .cont__right {
    width: 69%;
  }
}
.cont__carousel-gallery-text .swiper_gallery {
  position: relative;
  padding-top: 54px;
  padding-bottom: 86px;
  padding-left: 40px;
  padding-right: 27px;
  margin-left: 27px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .cont__carousel-gallery-text .swiper_gallery {
    padding-left: 20px;
    padding-right: 0;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .swiper_gallery {
    padding-top: 0;
    padding-left: 40px;
    margin-left: 27px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__carousel-gallery-text .swiper_gallery {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery {
    padding-left: 73px;
    margin-left: 39px;
  }
}
.cont__carousel-gallery-text .swiper_gallery:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 23px);
  top: 23px;
  left: 0;
  background-color: #dac5b4;
  z-index: 11;
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info {
  margin: -40px 20px 0;
  width: 186px;
  z-index: 2;
  box-shadow: 20px 4px 30px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 23px 20px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info {
    width: 246px;
    position: absolute;
    left: 0;
    top: 118px;
    margin: 0;
    z-index: 1;
    padding: 28px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info {
    width: 332px;
    padding: 40px 54px 40px 49px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info {
    min-height: 331px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #162a5c;
  font-size: 0.787rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info .cont__title {
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.36px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info .cont__text {
  font-size: 0.75rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info .cont__text {
    font-size: 0.844rem;
    letter-spacing: 0.27px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__info .cont__text {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__image {
  margin-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__image {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__image {
    margin-left: 124px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery .cont__item .cont__image img {
  width: 100%;
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation {
  position: absolute;
  bottom: 32px;
  left: -27px;
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation {
    left: -36px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 11px;
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions {
    column-gap: 20px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__arrows .nav_button > div {
  position: relative;
  width: 27px;
  height: 31px;
  left: 0;
  top: 0;
  background-color: #162a5c;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__arrows .nav_button > div {
    width: 36px;
    height: 42px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__arrows .nav_button > div:after {
  font-size: 11px;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__arrows .nav_button > div:after {
    font-size: 14px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__actions--counter .swiper-pagination {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.148rem;
  line-height: 1;
  letter-spacing: 0.37px;
  color: #162a5c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__actions--counter .swiper-pagination {
    font-size: 1.563rem;
    letter-spacing: 0.5px;
  }
}
.cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__actions--counter .swiper-pagination .swiper-pagination-current {
  font-size: 2.297rem;
  line-height: 1;
  letter-spacing: 0.74px;
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-gallery-text .swiper_gallery .cont__gallery--navigation .cont__actions .cont__actions--counter .swiper-pagination .swiper-pagination-current {
    font-size: 3.125rem;
    letter-spacing: 1px;
  }
}

.cont__carousel-travels {
  --column-width: 100%;
  --padding-inner: 20px;
  --padding-text: 20px;
  --color-pretitle: #3869e7;
  --color-text: #162a5c;
  --button-background: #162a5c;
  --button-color: #fff;
  padding: 60px var(--padding-inner);
  max-width: 100vw;
  overflow: visible;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels.dark-background {
    --color-pretitle: #dac5b4;
    --color-text: #fff;
    --button-background: #fff;
    --button-color: #162a5c;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels {
    --column-width: 310px;
    padding-top: 80px;
    padding: 80px var(--padding-inner) 140px;
    min-height: 50vw;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-travels {
    min-height: 50vw;
    --column-width: 410px;
    --padding-inner: 30px;
    --padding-text: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels {
    --column-width: 510px;
    --padding-inner: 58px;
    --padding-text: 36px;
    padding: 145px var(--padding-inner) 140px;
  }
}
.cont__carousel-travels--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--background {
    display: block;
  }
}
.cont__carousel-travels--background--inner {
  position: relative;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--background--inner {
    width: 1024px;
    max-width: 100%;
    aspect-ratio: 18/9;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-travels--background--inner {
    width: 1180px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--background--inner {
    width: 1460px;
  }
}
.cont__carousel-travels--background--item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: hard-light;
}
.cont__carousel-travels--background--item.active {
  opacity: 0.6;
}
.cont__carousel-travels--background--item--image {
  width: 100%;
  height: 100%;
}
.cont__carousel-travels--background--item--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont__carousel-travels--left {
  width: var(--column-width);
  max-width: 100%;
  height: auto;
  color: #fff;
  z-index: 3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--left {
    padding-left: var(--padding-inner);
    padding-top: 60px;
  }
}
.cont__carousel-travels--left--pretitle {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: left;
  color: var(--color-pretitle);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--left--pretitle {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--left--pretitle {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}
.cont__carousel-travels--left--title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 0.52px;
  text-align: left;
  color: var(--color-text);
  margin-bottom: 20px;
  width: 200px;
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--left--title {
    width: 300px;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    text-align: left;
  }
}
.cont__carousel-travels--left--description {
  padding-right: 20px;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: var(--padding-text);
  color: var(--color-text);
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--left--description {
    padding-right: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-travels--left--description {
    height: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--left--description {
    padding-right: 83px;
    height: 164px;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
.cont__carousel-travels--gallery {
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery {
    width: calc(100% - var(--column-width));
  }
}
.cont__carousel-travels--gallery--cards {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery--cards {
    position: absolute;
    width: calc(50vw + var(--container) / 2 - var(--column-width));
  }
}
.cont__carousel-travels--gallery .travel_cards--item {
  background-color: #162a5c;
  overflow: hidden;
  width: 288px;
  aspect-ratio: 0.766;
  transition: all 0.4s ease-in;
  margin-left: 0;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item {
    width: 377px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__carousel-travels--gallery .travel_cards--item {
    width: 480px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item {
    width: 539px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item .cont__inverse {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item .cont__inverse {
    margin-top: 20px;
    flex-direction: column;
  }
}
.cont__carousel-travels--gallery .travel_cards--item:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.cont__carousel-travels--gallery .travel_cards--item.swiper-slide-active {
  transform: scale(1);
  box-shadow: 0 2.8px 21px 2.8px rgba(0, 0, 0, 0.25);
}
.cont__carousel-travels--gallery .travel_cards--item:not(.swiper-slide-active) {
  transform: scale(0.9);
}
.cont__carousel-travels--gallery .travel_cards--item.swiper-slide-prev {
  opacity: 0;
  transform: scale(0.8) translate(60%, 0);
}
.cont__carousel-travels--gallery .travel_cards--item:first-child:not(.swiper-slide-active) {
  opacity: 0;
  transform: scale(0.8) translate(80%, 0);
}
.cont__carousel-travels--gallery .travel_cards--item.swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.cont__carousel-travels--gallery .travel_cards--item:not(.swiper-slide-visible) {
  opacity: 0;
}
.cont__carousel-travels--gallery .travel_cards--item > a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
.cont__carousel-travels--gallery .travel_cards--item > a:hover {
  text-decoration: none;
}
.cont__carousel-travels--gallery .travel_cards--item--image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cont__carousel-travels--gallery .travel_cards--item--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont__carousel-travels--gallery .travel_cards--item--title {
  z-index: 2;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  padding: 0 32px;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--title {
    padding: 32px 32px 0;
    line-height: 1.2;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--type {
  z-index: 2;
  color: #fff;
  position: relative;
  font-size: 0.759rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.61px;
  padding: 0 32px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--type {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--icon {
  z-index: 2;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 15px 32px;
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--icon {
    width: 55px;
    height: 55px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cont__carousel-travels--gallery .travel_cards--item--icon svg path {
  fill: #fff;
}
.cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible:after {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, #000000 100%);
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible:after {
    opacity: 0;
  }
  .cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible:hover:after {
    opacity: 1;
  }
}
.cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible .travel_cards--item--hover {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  bottom: 0;
  width: 100%;
  z-index: 3;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible .travel_cards--item--hover {
    opacity: 0;
    bottom: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible:hover .travel_cards--item--hover {
    opacity: 1;
    bottom: 0;
  }
}
.cont__carousel-travels--gallery .travel_cards--item.swiper-slide-visible:hover:after {
  opacity: 1;
}
.cont__carousel-travels--gallery .travel_cards--item--hover {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: #fff;
  opacity: 0;
  position: absolute;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__price {
  padding: 0 32px 10px;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__price .cont__number {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__price .cont__number--price {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 3.035rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.97px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__price .cont__number--price {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 1.28px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__price .cont__number--currency {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 1.35rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.43px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__price .cont__number--currency {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__price--infos {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.24px;
  font-style: italic;
  margin-top: -14px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__price--infos {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 2;
    letter-spacing: 0.32px;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__price--infos {
    margin-bottom: 20px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__description {
  padding: 0 32px 0;
  margin-bottom: 10px;
  font-size: 0.75rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__description {
    display: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__description {
    font-size: 0.875rem;
    width: 280px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  display: flex;
  max-width: 100%;
  align-items: stretch;
  text-align: center;
  padding: 0 32px 32px;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents a:hover {
  text-decoration: none;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .text {
  font-size: 0.759rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.24px;
  text-align: center;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .text {
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 2;
    letter-spacing: 0.32px;
    text-align: center;
    color: #fff;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .number {
  font-size: 1.423rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: center;
  color: #fff;
  height: 42px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .number {
    font-size: 1.313rem;
    letter-spacing: 0.42px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .number {
    font-size: 1.875rem;
    letter-spacing: 0.6px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__days {
  width: 73px;
  display: flex;
  flex-direction: column;
  margin-left: -20px;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__days {
    width: 60px;
    /*
          &:before{
            content: '';
            width: 1px;
            background: $white;
            height: 36px;
            position: absolute;
          }*/
  }
}
@media only screen and (min-width: 1366px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__days {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__days {
    width: 97px;
  }
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__days:before {
    height: 51px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport {
  width: 40px;
  display: flex;
  flex-direction: column;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport:before {
  content: "";
  width: 1px;
  background: #fff;
  height: 36px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport {
    width: 97px;
  }
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport:before {
    content: "";
    width: 1px;
    background: #fff;
    height: 51px;
    position: absolute;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport img {
  width: 24px;
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__transport img {
    width: 35px;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more {
  width: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more:before {
  content: "";
  width: 1px;
  background: #fff;
  height: 36px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more {
    width: 97px;
  }
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more:before {
    content: "";
    width: 1px;
    background: #fff;
    height: 51px;
    position: absolute;
  }
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more .cont__more--icon .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__more .cont__more--icon .icon-holder i {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  margin: 2px;
  background: #fff;
  display: block;
}
.cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__button a {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__button a {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__carousel-travels--gallery .travel_cards--item--hover .cont__contents .cont__button a {
    margin-left: 0;
  }
}

.button_pdf {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.button_pdf p {
  margin-bottom: 15px;
}
.button_pdf button,
.button_pdf .btn {
  margin-top: 0px;
}

.cont__navigation {
  position: relative;
  padding-left: var(--padding-text);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont__navigation--actions {
  display: flex;
  flex-direction: column;
  z-index: 1;
  bottom: 0;
  margin: 40px 0 0;
}
@media only screen and (min-width: 1024px) {
  .cont__navigation--actions {
    margin: 40px 0;
  }
}
.cont__navigation--actions .cont__actions {
  display: flex;
  position: relative;
}
.cont__navigation--actions .cont__actions .nav_button {
  aspect-ratio: 0.9;
  background: var(--button-background);
  position: relative;
  width: 34px;
  left: 0;
  top: 0;
  margin: 1px;
}
.cont__navigation--actions .cont__actions .nav_button--inner {
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont__navigation--actions .cont__actions--prev .swiper-button-prev:after {
  font-size: 16px;
  color: var(--button-color);
}
.cont__navigation--actions .cont__actions--next .swiper-button-next:after {
  font-size: 16px;
  color: var(--button-color);
}
.cont__navigation--actions .cont__actions--counter {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #162a5c;
  position: relative;
  margin: 0 8px;
  font-size: 0.766rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #162a5c;
}
.cont__navigation--actions .cont__actions--counter .swiper-pagination {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cont__navigation--actions .cont__actions--counter {
    color: #162a5c;
    font-size: 1.094rem;
    letter-spacing: 0.35px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__navigation--actions .cont__actions--counter {
    font-size: 1.563rem;
    letter-spacing: 0.5px;
    margin: 0 15px;
  }
}
.cont__navigation--actions .cont__actions--counter .swiper-pagination-current {
  font-size: 1.531rem;
  letter-spacing: 0.49px;
}
@media only screen and (min-width: 1024px) {
  .cont__navigation--actions .cont__actions--counter .swiper-pagination-current {
    font-size: 2.188rem;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__navigation--actions .cont__actions--counter .swiper-pagination-current {
    font-size: 3.125rem;
    letter-spacing: 1px;
  }
}
.cont__navigation--actions .cont__scroll-bar {
  position: relative;
  max-width: 100%;
  background: #fff;
  width: 150px;
  margin: 20px 0;
}
@media only screen and (min-width: 1920px) {
  .cont__navigation--actions .cont__scroll-bar {
    margin: 27px 0;
  }
}
.cont__navigation--actions .cont__scroll-bar:after {
  content: "";
  height: 1px;
  width: 100%;
  top: 1px;
  position: absolute;
  background: #162a5c;
}
.cont__navigation--actions .cont__scroll-bar .swiper-scrollbar {
  top: -1px;
  background: transparent;
}
.cont__navigation--actions .cont__scroll-bar .swiper-scrollbar-drag {
  background: #162a5c;
  border-radius: 0;
  top: 0;
}
.cont__navigation--view-all .btn--primary, .cont__navigation--view-all body.search-results section.no-results input.search-submit, body.search-results section.no-results .cont__navigation--view-all input.search-submit,
.cont__navigation--view-all body.search-no-results section.no-results input.search-submit,
body.search-no-results section.no-results .cont__navigation--view-all input.search-submit, .cont__navigation--view-all .wrapper_submenu #searchform .inlineSubmit, .wrapper_submenu #searchform .cont__navigation--view-all .inlineSubmit {
  padding: 10px 0;
  background: transparent;
  border: transparent;
  color: #162a5c;
  margin: 0;
}
.cont__navigation--view-all .btn--primary:hover, .cont__navigation--view-all body.search-results section.no-results input.search-submit:hover, body.search-results section.no-results .cont__navigation--view-all input.search-submit:hover,
.cont__navigation--view-all body.search-no-results section.no-results input.search-submit:hover,
body.search-no-results section.no-results .cont__navigation--view-all input.search-submit:hover, .cont__navigation--view-all .wrapper_submenu #searchform .inlineSubmit:hover, .wrapper_submenu #searchform .cont__navigation--view-all .inlineSubmit:hover {
  border: transparent;
  padding: 10px 0;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .cont__carousel-travels.dark-background .cont__navigation .cont__actions .nav_button {
    background: #fff;
  }
  .cont__carousel-travels.dark-background .cont__navigation .cont__actions .nav_button:after {
    color: #162a5c;
  }
  .cont__carousel-travels.dark-background .cont__navigation .cont__actions .swiper-pagination-fraction {
    color: #fff;
  }
  .cont__carousel-travels.dark-background .cont__navigation .btn--primary, .cont__carousel-travels.dark-background .cont__navigation body.search-results section.no-results input.search-submit, body.search-results section.no-results .cont__carousel-travels.dark-background .cont__navigation input.search-submit,
  .cont__carousel-travels.dark-background .cont__navigation body.search-no-results section.no-results input.search-submit,
  body.search-no-results section.no-results .cont__carousel-travels.dark-background .cont__navigation input.search-submit, .cont__carousel-travels.dark-background .cont__navigation .wrapper_submenu #searchform .inlineSubmit, .wrapper_submenu #searchform .cont__carousel-travels.dark-background .cont__navigation .inlineSubmit {
    color: #fff;
  }
  .cont__carousel-travels.dark-background .cont__navigation--actions .cont__scroll-bar:after {
    background: #fff;
  }
  .cont__carousel-travels.dark-background .cont__navigation--actions .cont__scroll-bar .swiper-scrollbar-drag {
    background: white;
  }
}

.cont__carousel-travels--left .cont__navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--left .cont__navigation {
    display: block;
  }
}

.cont__carousel-travels--gallery .cont__navigation {
  padding-left: 0;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cont__carousel-travels--gallery .cont__navigation {
    display: none;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cont__filters {
  background: transparent;
}
.cont__filters .tab {
  border-bottom: 1px solid rgba(218, 197, 180, 0.7);
  padding-bottom: 11px;
  padding-right: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  column-gap: 25px;
  max-width: 268px;
  margin-left: auto;
}
@media only screen and (min-width: 1279px) {
  .cont__filters .tab {
    padding-right: 40px;
    margin-right: 218px;
    margin-bottom: 0;
    column-gap: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__filters .tab {
    padding-right: 53px;
    padding-bottom: 18px;
    margin-right: 354px;
    margin-bottom: 0;
    column-gap: 55px;
    max-width: 336px;
  }
}
.cont__filters .tab .tablinks {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.32px;
  text-decoration: none;
  color: #162a5c;
}
.cont__filters .tab .tablinks:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 32px;
  height: 4px;
  background-color: #162a5c;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__filters .tab .tablinks:before {
    bottom: -21px;
  }
}
.cont__filters .tab .tablinks.active::before, .cont__filters .tab .tablinks:hover::before {
  opacity: 1;
}
.cont__filters .tab .tablinks.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.cont__filters .tabcontent-container {
  position: relative;
}
.cont__filters .tabcontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.cont__filters .tabcontent.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.cont__filters .tabcontent > .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #dac5b4;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1279px) {
  .cont__filters .tabcontent > .cont__title {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
    margin-bottom: 60px;
  }
}

.section__hero-image-video {
  position: relative;
  min-height: 100vh;
  background: #000000;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video {
    min-height: inherit;
    max-height: 100vh;
    height: 580px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video {
    height: 1080px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video {
    min-height: 780px;
  }
}
.section__hero-image-video.light {
  color: white;
}
.section__hero-image-video .cont__info {
  position: relative;
  padding: 115px 45px 0 30px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__info {
    padding: 250px 200px 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info {
    max-width: 650px;
    padding: 150px 60px 0 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info {
    padding: 190px 60px 0 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video .cont__info {
    padding: 190px 60px 0 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__info {
    max-width: 900px;
    padding: 200px 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    padding: 280px 80px;
  }
}
.section__hero-image-video .cont__info .cont__pretitle h1 {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #dac5b4;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__info .cont__pretitle h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0.36px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__pretitle h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video .cont__info .cont__pretitle h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: 0.44px;
    color: #dac5b4;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__info .cont__pretitle h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.48px;
    color: #dac5b4;
    margin-bottom: 10px;
  }
}
.section__hero-image-video .cont__info .cont__title {
  margin-bottom: 20px;
}
.section__hero-image-video .cont__info .cont__title span {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: 0.78px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__info .cont__title span {
    margin-bottom: 40px;
    font-size: 5rem;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info .cont__subtitle {
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video .cont__info .cont__subtitle {
    padding: 0 0 0 30px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__info .cont__subtitle {
    max-width: 500px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.22px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 1.2rem;
    padding: 0 40px 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 1.5rem;
  }
}
.section__hero-image-video .cont__scrolldown {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__scrolldown {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 35px;
    color: #fff;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__scrolldown {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video .cont__scrolldown {
    left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__scrolldown {
    left: 50px;
  }
}
.section__hero-image-video .cont__scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 120px;
  margin-left: 0;
  display: block;
  font-size: 0.6rem;
  line-height: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.section__hero-image-video .cont__scrolldown i::before {
  color: #fff;
  font-size: 3.5rem;
}
.section__hero-image-video .cont__links {
  bottom: 40px;
  width: 100%;
  padding: 35px 55px 30px 40px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Dos columnas de igual anchura */
    grid-gap: 45px;
    /* Espacio de 50px entre las columnas */
    align-items: end;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__links {
    position: absolute;
    right: 0;
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__links {
    bottom: 80px;
    width: 70%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__links {
    width: 65%;
  }
}
.section__hero-image-video .cont__links .cont__link {
  position: relative;
  margin-top: 35px;
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.section__hero-image-video .cont__links .cont__link a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__links .cont__link a:before {
    content: "\e902";
    z-index: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-family: "promoviatges";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    bottom: 0;
    right: 0;
    width: 71px;
    height: 71px;
    color: #162a5c;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.section__hero-image-video .cont__links .cont__link a .cont__title {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #fff;
  padding-top: 15px;
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__links .cont__link a .cont__title {
    font-size: 1.125rem;
  }
}
.section__hero-image-video .cont__links .cont__link a .cont__text-link {
  display: block;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1366px) {
  .section__hero-image-video .cont__links .cont__link a .cont__text-link {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__links .cont__link a .cont__text-link {
    font-size: 1.75rem;
    line-height: 1.563rem;
    letter-spacing: 0.56px;
  }
}
.section__hero-image-video .cont__links .cont__link a .cont__text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__links .cont__link a .cont__text {
    position: absolute;
    bottom: 0;
    opacity: 0;
    max-width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont__links .cont__link a .cont__text {
    font-size: 1rem;
  }
}
.section__hero-image-video .cont__links .cont__link a:hover:before {
  opacity: 1;
}
.section__hero-image-video .cont__links .cont__link a:hover .cont__text {
  opacity: 1;
}
.section__hero-image-video .cont__video_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__video_mobile {
    display: none;
  }
}
.section__hero-image-video .cont__video_mobile #myVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video_mobile #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__video {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont__video_mobile,
.section__hero-image-video .cont__video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.section__hero-image-video .cont__video_mobile:after,
.section__hero-image-video .cont__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #162a5c 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #162a5c;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.section__hero-image {
  margin-bottom: 100px;
  min-height: 100vh;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section__text-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__columns {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section__text-two-columns .cont__columns {
    column-gap: 100px;
  }
}
.section__text-two-columns .cont__columns .cont__column p:last-child {
  margin-bottom: 0;
}

.section__text_image {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-right: 0;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 50%;
    padding-right: 75px;
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text {
    padding-right: 160px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    width: 50%;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.section__cta {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__cta .cont__cta {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta {
    padding: 40px 0 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__cta .cont__cta a .cont__description p {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .link__arrow {
    padding-right: 65px;
  }
}

.section_cta_fixed {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_fixed.show.show-mobile {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed.show {
    opacity: 1;
  }
}
.section_cta_fixed a {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed a {
    left: inherit;
    right: 30px;
    bottom: 20px;
    transform: none;
    letter-spacing: normal;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_fixed a {
    letter-spacing: 1.4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 25px;
  }
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #162a5c;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #162a5c;
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.188rem;
  line-height: 1.32;
  color: #162a5c;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.188rem;
    line-height: 1.32;
    color: #162a5c;
    margin-bottom: 30px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000000;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__overlay_information {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tax-cat_product .page-header {
  padding-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .tax-cat_product .page-header {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-cat_product .page-header {
    padding-bottom: 77px;
  }
}

.section__overlay_information .overlay__info,
.section__overlay_information .cont__inner,
.tax-cat_product .page-header .overlay__info,
.tax-cat_product .page-header .cont__inner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info,
  .section__overlay_information .cont__inner,
  .tax-cat_product .page-header .overlay__info,
  .tax-cat_product .page-header .cont__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__overlay_information .overlay__info .cont__image img,
.section__overlay_information .cont__inner .cont__image img,
.tax-cat_product .page-header .overlay__info .cont__image img,
.tax-cat_product .page-header .cont__inner .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__overlay_information .overlay__info .cont__text,
.section__overlay_information .cont__inner .cont__text,
.tax-cat_product .page-header .overlay__info .cont__text,
.tax-cat_product .page-header .cont__inner .cont__text {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 75px;
  margin-top: -150px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    display: flex;
    align-items: center;
    padding-top: 69px;
    padding-bottom: 69px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    padding-top: 146px;
    padding-bottom: 167px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__text .cont__text--inner,
  .section__overlay_information .cont__inner .cont__text .cont__text--inner,
  .tax-cat_product .page-header .overlay__info .cont__text .cont__text--inner,
  .tax-cat_product .page-header .cont__inner .cont__text .cont__text--inner {
    padding-right: 130px;
    padding-left: 110px;
  }
}
.section__overlay_information .overlay__info .cont__text h1,
.section__overlay_information .cont__inner .cont__text h1,
.tax-cat_product .page-header .overlay__info .cont__text h1,
.tax-cat_product .page-header .cont__inner .cont__text h1 {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .text-medium,
.section__overlay_information .cont__inner .cont__text .text-medium,
.tax-cat_product .page-header .overlay__info .cont__text .text-medium,
.tax-cat_product .page-header .cont__inner .cont__text .text-medium {
  color: #fff;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text .text-medium,
  .section__overlay_information .cont__inner .cont__text .text-medium,
  .tax-cat_product .page-header .overlay__info .cont__text .text-medium,
  .tax-cat_product .page-header .cont__inner .cont__text .text-medium {
    margin-bottom: 17px;
  }
}
.section__overlay_information .overlay__info .cont__text p:not(.text-medium),
.section__overlay_information .cont__inner .cont__text p:not(.text-medium),
.tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
.tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
  font-size: 1.067rem;
  line-height: 1.38;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text p:not(.text-medium),
  .section__overlay_information .cont__inner .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
    font-size: 1.2rem;
    line-height: 1.56;
  }
}
.section__overlay_information .overlay__info .cont__text .link__arrow,
.section__overlay_information .cont__inner .cont__text .link__arrow,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .link__arrow span:after,
.section__overlay_information .cont__inner .cont__text .link__arrow span:after,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow span:after,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow span:after {
  border-color: #fff;
}
.section__overlay_information .overlay__info .cont__overlay,
.section__overlay_information .cont__inner .cont__overlay,
.tax-cat_product .page-header .overlay__info .cont__overlay,
.tax-cat_product .page-header .cont__inner .cont__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay,
  .section__overlay_information .cont__inner .cont__overlay,
  .tax-cat_product .page-header .overlay__info .cont__overlay,
  .tax-cat_product .page-header .cont__inner .cont__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(0) translateX(100%);
  }
}
.section__overlay_information .overlay__info .cont__overlay.show,
.section__overlay_information .cont__inner .cont__overlay.show,
.tax-cat_product .page-header .overlay__info .cont__overlay.show,
.tax-cat_product .page-header .cont__inner .cont__overlay.show {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay.show,
  .section__overlay_information .cont__inner .cont__overlay.show,
  .tax-cat_product .page-header .overlay__info .cont__overlay.show,
  .tax-cat_product .page-header .cont__inner .cont__overlay.show {
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_close,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_close {
  flex-grow: 1;
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -10px 4px 80px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
    max-width: 960px;
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
  padding-top: 21px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__close {
    margin-right: 50px;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 9px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #162a5c;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
    margin-bottom: 30px;
  }
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #162a5c;
  border-top: 2px solid #162a5c;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__footer {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-top: 47px;
    padding-top: 39px;
  }
}
.section__faq .section__faq--inner .cont__left {
  max-width: 665px;
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #162a5c;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description {
  margin-bottom: -15px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description {
    margin-bottom: 0;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.48px;
  color: #162a5c;
  margin: 50px 0 22px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    margin: 53px 0 22px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #162a5c;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

.section__faqs-tabs {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1600px) {
  .section__faqs-tabs {
    margin-top: 150px;
    margin-bottom: 160px;
  }
}
.section__faqs-tabs .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #162a5c;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  .section__faqs-tabs .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
  }
}
.section__faqs-tabs .cont__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 42px;
  row-gap: 20px;
  border-bottom: 1px solid #dac5b4;
  width: fit-content;
  padding: 0 42px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 1024px) {
  .section__faqs-tabs .cont__tabs {
    margin-bottom: 99px;
  }
}
.section__faqs-tabs .cont__tabs .cont__tab {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #162a5c;
  padding-bottom: 6px;
  border-bottom: solid 3px transparent;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faqs-tabs .cont__tabs .cont__tab.active, .section__faqs-tabs .cont__tabs .cont__tab:hover {
  border-color: #000;
}
.section__faqs-tabs .cont__questions {
  max-width: 1006px;
  margin: 0 auto;
}
.section__faqs-tabs .cont__questions .cont__inner {
  display: none;
}
.section__faqs-tabs .cont__questions .cont__inner.tab-1 {
  display: block;
}
.section__faqs-tabs .cont__questions .cont__question {
  border-bottom: solid 1px #dac5b4;
}
.section__faqs-tabs .cont__questions .cont__question h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin: 25px 0;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faqs-tabs .cont__questions .cont__question h3:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
.section__faqs-tabs .cont__questions .cont__question h3.active:before {
  content: "\e911";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "promoviatges";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faqs-tabs .cont__questions .cont__question h3:hover {
  color: #162a5c;
}
.section__faqs-tabs .cont__questions .cont__question .cont__content {
  display: none;
  margin-top: -12px;
  margin-bottom: 23px;
}
.section__faqs-tabs .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faqs-tabs .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faqs-tabs .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}

.section__last-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__last-articles .cont__title h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #162a5c;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__last-articles .cont__title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #162a5c;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__last-articles .cont__title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #162a5c;
  }
}
.section__last-articles .owl-carousel .owl-stage {
  display: flex;
}
.section__last-articles .cont--post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section__collage {
  margin-top: 80px;
  margin-bottom: 189px;
}
@media only screen and (min-width: 1024px) {
  .section__collage {
    margin-top: 75px;
    margin-bottom: 154px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage {
    margin-top: 150px;
    margin-bottom: 154px;
  }
}
.section__collage .cont__header {
  max-width: 210px;
  margin-left: 20px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__header {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__header {
    max-width: 426px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__header {
    max-width: 568px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__header {
    margin-left: 130px;
  }
}
.section__collage .cont__header .cont__pretitle {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__header .cont__pretitle {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
}
.section__collage .cont__header .cont__title h2 {
  font-size: 1.688rem;
  line-height: 1.2;
  letter-spacing: 0.54px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__header .cont__title h2 {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__header .cont__title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-bottom: 46px;
  }
}
.section__collage .cont__header .cont__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__header .cont__description {
    max-width: 262px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__header .cont__description {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    max-width: 350px;
  }
}
.section__collage .cont__description-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  max-width: 113px;
  margin-left: auto;
  margin-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__description-2 {
    margin-top: -245px;
    margin-right: 98px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__description-2 {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__description-2 {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
    max-width: 199px;
    margin-top: -307px;
    margin-right: 158px;
  }
}
.section__collage .cont__description-2 .text-important {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.36px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__description-2 .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
    margin-bottom: 24px;
  }
}
.section__collage .cont__images {
  margin-top: 59px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images {
    margin-top: -167px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images {
    margin-top: -75px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images {
    margin-top: -222px;
  }
}
.section__collage .cont__images .cont__item {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item {
    width: fit-content;
    margin: 0 auto;
  }
}
.section__collage .cont__images .cont__item:nth-child(odd) .cont__info {
  background-color: #162a5c;
}
.section__collage .cont__images .cont__item:nth-child(odd) .cont__info .cont__title {
  margin-left: auto;
  padding-left: 15px;
}
.section__collage .cont__images .cont__item:nth-child(odd) .cont__info .cont__title h3 {
  text-align: right;
  color: #fff;
}
.section__collage .cont__images .cont__item:nth-child(odd) .cont__info .cont__description {
  padding-left: 0;
  color: #fff;
}
.section__collage .cont__images .cont__item:nth-child(1) .cont__image img, .section__collage .cont__images .cont__item:nth-child(4) .cont__image img {
  box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.25);
}
.section__collage .cont__images .cont__item:nth-child(1) {
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(1) {
    z-index: 3;
  }
}
.section__collage .cont__images .cont__item:nth-child(1) .cont__info {
  bottom: 83px;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__info {
    bottom: 62px;
    left: -85px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__info {
    bottom: 84px;
    left: -49px;
  }
}
.section__collage .cont__images .cont__item:nth-child(1) .cont__image {
  margin-left: 80px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__image {
    margin-left: 96px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__image {
    width: 316px;
    height: 453px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__image {
    margin-left: 194px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__image {
    width: 421px;
    height: 604px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__image img {
    max-width: 315px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(1) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item:nth-child(2) {
  margin-top: -48px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(2) {
    margin-top: -204px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(2) {
    margin-top: -276px;
  }
}
.section__collage .cont__images .cont__item:nth-child(2) .cont__info {
  top: 101px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__info {
    top: 76px;
    right: -45px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__info {
    top: 129px;
    right: -102px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__info {
    top: 172px;
    right: -137px;
  }
}
.section__collage .cont__images .cont__item:nth-child(2) .cont__image {
  margin-left: -83px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image {
    margin-left: 0;
    margin-left: 570px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image {
    margin-left: 685px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image {
    width: 382px;
    height: 496px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image {
    margin-left: 906px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image {
    width: 510px;
    height: 661px;
    margin-left: 975px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image img {
    max-width: 316px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image img {
    max-width: 382px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(2) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item:nth-child(3) {
  margin-top: -48px;
  z-index: 4;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(3) {
    margin-top: -230px;
    transform: translateX(-265px);
    z-index: 1;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(3) {
    margin-top: -300px;
    transform: translateX(-291px);
  }
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(3) {
    transform: translateX(-331px);
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(3) {
    margin-top: -399px;
    transform: translateX(-395px);
  }
}
.section__collage .cont__images .cont__item:nth-child(3) .cont__info {
  bottom: -52px;
  left: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__info {
    bottom: -93px;
    left: 9px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__info {
    bottom: -52px;
    left: -69px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__info {
    left: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__info {
    left: -13px;
    bottom: -70px;
  }
}
.section__collage .cont__images .cont__item:nth-child(3) .cont__image {
  margin-left: 78px;
  width: 100%;
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__image {
    width: 427px;
    height: 310px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__image {
    width: 570px;
    height: 413px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__image img {
    max-width: 389px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__image img {
    max-width: 427px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(3) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item:nth-child(4) {
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(4) {
    margin-top: -130px;
    transform: translateX(-55px);
    z-index: 3;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(4) {
    margin-top: -216px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(4) {
    transform: translateX(-40px);
    margin-top: -288px;
  }
}
.section__collage .cont__images .cont__item:nth-child(4) .cont__info {
  bottom: 54px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__info {
    bottom: 62px;
    right: -224px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__info {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__info {
    bottom: 62px;
    right: -297px;
  }
}
.section__collage .cont__images .cont__item:nth-child(4) .cont__image {
  margin-left: -127px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__image {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__image {
    width: 300px;
    height: 448px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__image {
    width: 400px;
    height: 598px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__image img {
    max-width: 266px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__image img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(4) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item:nth-child(5) {
  margin-top: -48px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(5) {
    margin-top: -65px;
    transform: translateX(-265px);
    z-index: 3;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(5) {
    margin-top: -90px;
    transform: translateX(-396px);
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(5) {
    margin-top: -121px;
    transform: translateX(-496px);
  }
}
.section__collage .cont__images .cont__item:nth-child(5) .cont__info {
  bottom: -52px;
  left: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__info {
    bottom: -93px;
    left: 92px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__info {
    left: 138px;
    bottom: -100px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__info {
    bottom: -122px;
    left: 213px;
  }
}
.section__collage .cont__images .cont__item:nth-child(5) .cont__image {
  margin-left: 56px;
  width: 100%;
  min-height: 265px;
}
@media only screen and (min-width: 1366px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__image {
    height: 310px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__image {
    width: 629px;
    height: 413px;
  }
}
.section__collage .cont__images .cont__item:nth-child(5) .cont__image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__image img {
    max-width: 389px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__image img {
    max-width: 427px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(5) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item:nth-child(6) {
  margin-top: 16px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(6) {
    margin-top: -200px;
    z-index: 3;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(6) {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(6) {
    margin-top: -272px;
  }
}
.section__collage .cont__images .cont__item:nth-child(6) .cont__info {
  bottom: -85px;
  left: 80px;
}
@media only screen and (max-width: 767px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__info {
    max-width: 224px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__info {
    bottom: initial;
    top: -40px;
    left: initial;
    right: -46px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__info {
    top: -39px;
    right: -68px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__info {
    top: -107px;
    right: -104px;
  }
}
.section__collage .cont__images .cont__item:nth-child(6) .cont__image {
  margin-left: -102px;
  width: 100%;
  min-height: 322px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__image {
    margin-left: 0;
    margin-left: 425px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__image {
    margin-left: 604px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__image {
    width: 625px;
    height: 397px;
  }
}
.section__collage .cont__images .cont__item:nth-child(6) .cont__image img {
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__image img {
    max-width: 389px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__image img {
    max-width: 460px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(6) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item:nth-child(7) {
  margin-top: -10px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(7) {
    margin-top: -80px;
    z-index: 3;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(7) {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(7) {
    margin-top: -95px;
  }
}
.section__collage .cont__images .cont__item:nth-child(7) .cont__info {
  bottom: -104px;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__info {
    bottom: 20px;
    left: 349px;
    width: 100%;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__info {
    bottom: 15px;
    left: 278px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__info {
    bottom: 81px;
    left: 349px;
  }
}
.section__collage .cont__images .cont__item:nth-child(7) .cont__image {
  margin-left: 106px;
  width: 100%;
  min-height: 354px;
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__image {
    width: 295px;
    height: 372px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__image {
    width: 375px;
    height: 452px;
    margin-left: -55px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__image {
    width: 445px;
    height: 522px;
  }
}
.section__collage .cont__images .cont__item:nth-child(7) .cont__image img {
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1024px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__image img {
    max-width: 445px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item:nth-child(7) .cont__image img {
    max-width: fit-content;
  }
}
.section__collage .cont__images .cont__item .cont__info {
  box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  max-width: 246px;
  padding: 16px 20px 24px;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item .cont__info {
    max-width: 328px;
    padding: 22px 30px 35px;
  }
}
.section__collage .cont__images .cont__item .cont__info .cont__title {
  max-width: 170px;
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item .cont__info .cont__title {
    max-width: 190px;
  }
}
.section__collage .cont__images .cont__item .cont__info .cont__title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.36px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item .cont__info .cont__title h3 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
    margin-bottom: 24px;
  }
}
.section__collage .cont__images .cont__item .cont__info .cont__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  max-width: 87%;
  padding-left: 15px;
}
@media only screen and (min-width: 1600px) {
  .section__collage .cont__images .cont__item .cont__info .cont__description {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
  }
}
.section__collage .cont__images .cont__item .cont__image img {
  display: block;
  width: 100%;
}

.section__reviews {
  margin-top: 80px;
  margin-bottom: 70px;
}
.section__reviews > .container, .section__hero-image .section__reviews > .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section__reviews > .container, .section__hero-image .section__reviews > .owl-dots {
    flex-direction: row;
    column-gap: 22px;
  }
}
.section__reviews .cont__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  order: 1;
  margin: -10px -40px -70px;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__image {
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__image {
    margin: -10px -130px -70px -70px;
  }
}
.section__reviews .cont__left {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: right;
  max-width: 148px;
  margin-left: auto;
  margin-right: 83px;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__left {
    margin: 54px 0 0;
    max-width: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__left {
    max-width: 148px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .cont__left {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.24px;
    max-width: 183px;
    margin-left: 2%;
    margin-top: 88px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__left {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
    max-width: 229px;
    margin-left: 6%;
    margin-top: 102px;
  }
}
.section__reviews .cont__left p {
  margin-bottom: 20px;
}
.section__reviews .cont__left .text-important {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1279px) {
  .section__reviews .cont__left .text-important {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.36px;
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__left .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
    margin-bottom: 25px;
  }
}
.section__reviews .swiper_reviews {
  position: relative;
  padding-top: 54px;
  padding-bottom: 86px;
  padding-left: 40px;
  padding-right: 27px;
  margin-left: 27px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .section__reviews .swiper_reviews {
    width: 42%;
    padding-left: 20px;
    padding-right: 0;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .swiper_reviews {
    width: 47%;
    padding-left: 40px;
    margin-left: 27px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews {
    padding-top: 78px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews {
    padding-top: 96px;
    padding-left: 73px;
    padding-bottom: 103px;
    margin-left: 39px;
    width: 41%;
  }
}
.section__reviews .swiper_reviews:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dac5b4;
  z-index: 11;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__mark {
  width: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__mark {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__mark {
    width: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__mark {
    width: 27px;
    margin-bottom: 0px;
  }
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__mark img {
  display: block;
  margin-top: -7px;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__opinion {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__opinion {
    max-width: 337px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__opinion {
    font-size: 1.688rem;
    line-height: 1.3;
    letter-spacing: 0.54px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__opinion {
    font-size: 1.188rem;
    line-height: 1.3;
    letter-spacing: 0.7px;
    max-width: 421px;
  }
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__opinion p {
  display: inline;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__opinion .cont__mark {
  display: inline-block;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating .cont__starts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating .cont__starts {
    column-gap: 12px;
  }
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating .cont__starts .icon-start-review:before {
  font-size: 9px;
  color: #3869e7;
  opacity: 0.5;
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating .cont__starts .icon-start-review:before {
    font-size: 13px;
  }
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__rating .cont__starts .icon-start-review.active:before {
  opacity: 1;
}
.section__reviews .swiper_reviews .cont__reviews .cont__review .cont__user {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.612rem;
  line-height: 1.8;
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1279px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__user {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 1.4px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews .cont__review .cont__user {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 1.8px;
  }
}
.section__reviews .swiper_reviews .cont__reviews--navigation {
  position: absolute;
  bottom: 32px;
  left: -27px;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews--navigation {
    left: -36px;
  }
}
.section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 11px;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions {
    column-gap: 20px;
  }
}
.section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__arrows .nav_button > div {
  position: relative;
  width: 27px;
  height: 31px;
  left: 0;
  top: 0;
  background-color: #162a5c;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__arrows .nav_button > div {
    width: 36px;
    height: 42px;
  }
}
.section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__arrows .nav_button > div:after {
  font-size: 11px;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__arrows .nav_button > div:after {
    font-size: 14px;
  }
}
.section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__actions--counter .swiper-pagination {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.148rem;
  line-height: 1;
  letter-spacing: 0.37px;
  color: #162a5c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__actions--counter .swiper-pagination {
    font-size: 1.563rem;
    letter-spacing: 0.5px;
  }
}
.section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__actions--counter .swiper-pagination .swiper-pagination-current {
  font-size: 2.297rem;
  line-height: 1;
  letter-spacing: 0.74px;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .swiper_reviews .cont__reviews--navigation .cont__actions .cont__actions--counter .swiper-pagination .swiper-pagination-current {
    font-size: 3.125rem;
    letter-spacing: 1px;
  }
}
.section__reviews .cont__catalogue {
  box-shadow: -20px -20px 30px 1px rgba(0, 0, 0, 0.05);
  padding: 48px 35px 31px;
  max-width: 240px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section__reviews .cont__catalogue {
    height: fit-content;
    margin: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__catalogue {
    max-width: 265px;
    padding: 45px 10px 49px 60px;
    margin-top: 123px;
  }
}
.section__reviews .cont__catalogue .cont__icon {
  width: 71px;
  height: 71px;
  background-color: #162a5c;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
}
.section__reviews .cont__catalogue .cont__icon span {
  font-size: 31px;
}
.section__reviews .cont__catalogue .cont__icon span::before {
  color: #fff;
}
.section__reviews .cont__catalogue .cont__catalogue-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__catalogue .cont__catalogue-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #162a5c;
  }
}
.section__reviews .cont__catalogue .cont__catalogue-text {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__catalogue .cont__catalogue-text {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.32px;
    margin-bottom: 27px;
  }
}
.section__reviews .cont__catalogue .cont__cta a {
  margin: 0;
}

#modal-overlay .cont__overlay#overlay-download-catalog, #modal-overlay .cont__overlay#overlay-download-guide, #modal-overlay .cont__overlay#overlay-download-checklist, #modal-overlay .cont__overlay#overlay-download-itinerario {
  max-width: 580px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}
#modal-overlay .cont__overlay#overlay-download-catalog .cont__form, #modal-overlay .cont__overlay#overlay-download-guide .cont__form, #modal-overlay .cont__overlay#overlay-download-checklist .cont__form, #modal-overlay .cont__overlay#overlay-download-itinerario .cont__form {
  padding: 20px;
}
@media only screen and (min-width: 1279px) {
  #modal-overlay .cont__overlay#overlay-download-catalog .cont__form, #modal-overlay .cont__overlay#overlay-download-guide .cont__form, #modal-overlay .cont__overlay#overlay-download-checklist .cont__form, #modal-overlay .cont__overlay#overlay-download-itinerario .cont__form {
    padding: 70px 100px 64px 80px;
  }
}
#modal-overlay .cont__overlay#overlay-download-catalog .cont__form small, #modal-overlay .cont__overlay#overlay-download-guide .cont__form small, #modal-overlay .cont__overlay#overlay-download-checklist .cont__form small, #modal-overlay .cont__overlay#overlay-download-itinerario .cont__form small {
  margin-bottom: 15px;
}

.page-template-page-landing .section__reviews,
.page-template-page-landing-type2 .section__reviews {
  background-color: rgba(233, 233, 233, 0.25);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1279px) {
  .page-template-page-landing .section__reviews,
  .page-template-page-landing-type2 .section__reviews {
    margin-bottom: 150px;
  }
}
.page-template-page-landing .section__reviews > .container, .page-template-page-landing .section__hero-image .section__reviews > .owl-dots, .section__hero-image .page-template-page-landing .section__reviews > .owl-dots,
.page-template-page-landing-type2 .section__reviews > .container,
.page-template-page-landing-type2 .section__hero-image .section__reviews > .owl-dots,
.section__hero-image .page-template-page-landing-type2 .section__reviews > .owl-dots {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing .section__reviews > .container, .page-template-page-landing .section__hero-image .section__reviews > .owl-dots, .section__hero-image .page-template-page-landing .section__reviews > .owl-dots,
  .page-template-page-landing-type2 .section__reviews > .container,
  .page-template-page-landing-type2 .section__hero-image .section__reviews > .owl-dots,
  .section__hero-image .page-template-page-landing-type2 .section__reviews > .owl-dots {
    padding: 0;
  }
}
.page-template-page-landing .section__reviews > .container .swiper_reviews, .page-template-page-landing .section__hero-image .section__reviews > .owl-dots .swiper_reviews, .section__hero-image .page-template-page-landing .section__reviews > .owl-dots .swiper_reviews,
.page-template-page-landing-type2 .section__reviews > .container .swiper_reviews,
.page-template-page-landing-type2 .section__hero-image .section__reviews > .owl-dots .swiper_reviews,
.section__hero-image .page-template-page-landing-type2 .section__reviews > .owl-dots .swiper_reviews {
  margin-bottom: 0;
}

.section__filters {
  margin-top: 34px;
}
@media only screen and (min-width: 1024px) {
  .section__filters {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__filters {
    margin-top: 101px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__filters {
    margin-top: 127px;
  }
}
.section__filters > .container, .section__hero-image .section__filters > .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section__filters > .container, .section__hero-image .section__filters > .owl-dots {
    flex-direction: column-reverse;
  }
}
.section__filters > .container > a.view-all, .section__hero-image .section__filters > .owl-dots > a.view-all {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section__filters > .container > a.view-all, .section__hero-image .section__filters > .owl-dots > a.view-all {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__filters > .container > a.view-all, .section__hero-image .section__filters > .owl-dots > a.view-all {
    margin-bottom: 32px;
    margin-right: 88px;
  }
}
.section__filters .tabcontent > .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #dac5b4;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent > .cont__title {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
    margin-bottom: 60px;
  }
}
.section__filters .tabcontent .cont__terms {
  display: grid;
  padding: 0 20px;
}
@media only screen and (min-width: 1366px) {
  .section__filters .tabcontent .cont__terms {
    padding: 0 60px;
  }
}
.section__filters .tabcontent .cont__terms .cont__term.disable a {
  pointer-events: none;
  cursor: default;
  opacity: 0.55;
}
.section__filters .tabcontent .cont__terms .cont__term .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #162a5c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent .cont__terms .cont__term .cont__title {
    font-size: 2rem;
    letter-spacing: 0.64px;
    column-gap: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__filters .tabcontent .cont__terms .cont__term .cont__title {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
  }
}
.section__filters .tabcontent .cont__terms .cont__term .cont__title .cont__title-text {
  position: relative;
  overflow: hidden;
}
.section__filters .tabcontent .cont__terms .cont__term .cont__title span {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__filters .tabcontent .cont__terms .cont__term .cont__title span.hover {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.section__filters .tabcontent .cont__terms .cont__term .cont__title .count {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.18px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent .cont__terms .cont__term .cont__title .count {
    letter-spacing: 0.22px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__filters .tabcontent .cont__terms .cont__term .cont__title .count {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    margin-top: -8px;
  }
}
.section__filters .tabcontent .cont__terms .cont__term a:hover {
  text-decoration: none;
}
.section__filters .tabcontent .cont__terms .cont__term a:hover span.no-hover {
  transform: translateY(-100%);
}
.section__filters .tabcontent .cont__terms .cont__term a:hover span.hover {
  transform: translateY(0);
}
.section__filters .tabcontent .cont__terms .cont__term a .cont__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.24px;
  color: #162a5c;
  margin-top: 12px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent .cont__terms .cont__term a .cont__description {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    margin-top: 18px;
  }
}
.section__filters .tabcontent--travels .cont__terms {
  row-gap: 22px;
}
@media only screen and (min-width: 768px) {
  .section__filters .tabcontent--travels .cont__terms {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__filters .tabcontent--travels .cont__terms {
    column-gap: 51px;
  }
}
.section__filters .tabcontent--travels a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 14px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent--travels a {
    column-gap: 30px;
  }
}
.section__filters .tabcontent--travels a .cont__image svg {
  width: 100%;
  height: 100%;
  max-width: 27px;
  min-width: 27px;
  max-height: 27px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent--travels a .cont__image svg {
    max-width: 65px;
    min-width: 65px;
    max-height: 65px;
  }
}
.section__filters .tabcontent--regions .cont__terms {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__filters .tabcontent--regions .cont__terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1920px) {
  .section__filters .tabcontent--regions .cont__terms {
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent--regions .cont__terms .cont__title {
    margin-bottom: 10px;
  }
}
.section__filters .tabcontent--regions .cont__terms .cont__image img {
  display: block;
  padding: 10px;
  max-width: 130px;
}
@media only screen and (min-width: 1279px) {
  .section__filters .tabcontent--regions .cont__terms .cont__image img {
    margin: 0 auto;
  }
}
.section__filters .tabcontent--month .cont__terms {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 26px;
}
@media only screen and (min-width: 1024px) {
  .section__filters .tabcontent--month .cont__terms {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .section__filters .tabcontent--month .cont__terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
  }
}

/*   .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;

    button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;

      &:hover {
        background-color: #ddd;
      }
    }
  }

  .tabcontent {
    .cont__terms {
      display: grid;
      padding: 0 20px;

      @include desktop-1366 {
        padding: 0 60px;
      }

      .cont__term {
        .cont__title {
          @include font-semibold-italic($PlayfairDisplay);
          font-size: 1.125rem;
          line-height: 1;
          letter-spacing: 0.36px;

          color: $primary;

          @include flexbox;
          column-gap: 10px;

          @include desktop-1280 {
            font-size: 2rem;
            letter-spacing: 0.64px;

            column-gap: 6px;
          }

          @include desktop-1600 {
            font-size: 2.5rem;
            letter-spacing: 0.8px;
          }

          .count {
            @include font-regular;
            font-size: 0.551rem;
            line-height: 1;
            letter-spacing: 0.18px;

            @include desktop-1280 {
              font-size: 0.7rem;
              letter-spacing: 0.22px;
            }

            @include desktop-1600 {
              font-size: 0.875rem;
              letter-spacing: 0.28px;

              margin-top: -8px;
            }
          }
        }

        a {
          &:hover {
            text-decoration: none;
          }

          .cont__image {
          }

          .cont__info {
          }

          .cont__description {
            @include font-light;
            font-size: 0.75rem;
            line-height: 1.4;
            letter-spacing: 0.24px;

            color: $primary;

            margin-top: 12px;

            @include desktop-1280 {
              font-size: 1.125rem;
              letter-spacing: 0.36px;

              margin-top: 18px;
            }
          }
        }
      }
    }

    &--travels {
      .cont__terms {
        row-gap: 22px;

        @include desktop {
          grid-template-columns: 1fr 1fr;
          column-gap: 51px;
        }
      }

      a {
        @include flexbox;
        column-gap: 14px;

        @include desktop-1280 {
          column-gap: 30px;
        }

        .cont__image {
          svg {
            max-width: 27px;
            max-height: 27px;

            @include desktop-1280 {
              max-width: 65px;
              max-height: 65px;
            }
          }
        }
      }
    }

    &--regions {
      .cont__terms {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 10px;

        @include desktop-1280 {
          @include flexbox;
          column-gap: 20px;
          justify-content: space-between;
        }

        @include desktop-1920 {
          column-gap: 30px;
        }

        .cont__title {
          @include desktop-1280 {
            margin-bottom: 23px;
          }
        }

        .cont__image {
          img {
            display: block;
            padding: 10px;
          }
        }
      }
    }

    &--month {
      .cont__terms {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 26px;

        @include desktop {
          grid-template-columns: repeat(6, 1fr);
        }

        @include desktop-1600 {
          @include flexbox;
          column-gap: 20px;
          justify-content: space-between;
        }
      }
    }
  }
}*/
.section__download_catalog {
  position: relative;
  margin-top: 20px;
  padding-top: 50px;
}
.section__download_catalog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 35px);
  background-color: #e8ded6;
}
.section__download_catalog .cont__inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__download_catalog .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__download_catalog .cont__inner .cont__left {
    width: 66%;
  }
}
.section__download_catalog .cont__inner .cont__left .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.6px;
  color: #162a5c;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1366px) {
  .section__download_catalog .cont__inner .cont__left .cont__pretitle {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.48px;
  }
}
.section__download_catalog .cont__inner .cont__left .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #162a5c;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1366px) {
  .section__download_catalog .cont__inner .cont__left .cont__title {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.72px;
  }
}
.section__download_catalog .cont__inner .cont__left .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #162a5c;
  margin-bottom: 10px;
}
.section__download_catalog .cont__inner .cont__left .cont__button {
  margin-bottom: 10px;
}
.section__download_catalog .cont__inner .cont__left .cont__button a {
  margin: 0;
}
.section__download_catalog .cont__inner .cont__left .cont__link a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #162a5c;
}
.section__download_catalog .cont__inner .cont__right {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .section__download_catalog .cont__inner .cont__right {
    width: 29%;
    margin-top: 11px;
  }
}
.section__download_catalog .cont__inner .cont__right .cont__image {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}
.section__download_catalog .cont__inner .cont__right .cont__image img {
  display: block;
}

.section--travels-by-theme {
  margin-top: 51px;
}
.section--travels-by-theme .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.72px;
  color: #162a5c;
  margin-bottom: 16px;
}
.section--travels-by-theme .cont__text {
  color: #162a5c;
  margin-bottom: 64px;
}
@media only screen and (min-width: 1279px) {
  .section--travels-by-theme .cont__text {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.36px;
  }
}
.section--travels-by-theme .cont__text p {
  margin-bottom: 0;
}
.section--travels-by-theme .viatges__grid-wrapper {
  margin-bottom: 75px;
}
.section--travels-by-theme .viatges__grid-wrapper .facets_card {
  display: block;
}
.section--travels-by-theme .viatges__grid-wrapper .facets_card:nth-child(n+9) {
  display: none;
}
.section--travels-by-theme .cont__button-viewmore {
  text-align: center;
}
.section--travels-by-theme .cont__button-viewmore #load-more-travels {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #162a5c;
  color: #162a5c;
}
.section--travels-by-theme .cont__button-viewmore #load-more-travels:hover {
  background-color: #162a5c;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section--travels-by-theme .cont__button-viewmore #load-more-travels {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    padding: 17px 27px;
  }
}

.section__advantages {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f8f3f0;
}
.section__advantages:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #f8f3f0;
  z-index: -1;
}
.section__advantages .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #162a5c;
}
.section__advantages .cont__advantages {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 36px;
  row-gap: 30px;
  margin-top: 50px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .section__advantages .cont__advantages {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__advantages .cont__advantages {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1366px) {
  .section__advantages .cont__advantages {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 100px;
  }
}
.section__advantages .cont__advantages .cont__advantage .cont__num {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 1.28px;
  color: #eaddd3;
  margin-bottom: 24px;
}
.section__advantages .cont__advantages .cont__advantage .cont__adv-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #162a5c;
  margin-bottom: 12px;
}
.section__advantages .cont__advantages .cont__advantage .cont__adv-text {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #162a5c;
}
.section__advantages .cont__button a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #162a5c;
  color: #162a5c;
}
.section__advantages .cont__button a:hover {
  background-color: #162a5c;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__advantages .cont__button a {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    padding: 17px 27px;
  }
}

.section__advantages-icons {
  position: relative;
  padding-top: 100px;
  padding-bottom: 115px;
  background-color: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .section__advantages-icons {
    padding-top: 156px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__advantages-icons {
    padding-bottom: 264px;
  }
}
.section__advantages-icons:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #162a5c;
  z-index: -1;
}
.section__advantages-icons .cont__inner:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  width: 100vw;
  height: 100%;
  background-image: url("/wp-content/themes/promoviatges/assets/advantages-onda-superior.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: contain;
}
.section__advantages-icons .cont__inner:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 100vw;
  height: 100%;
  background-image: url("/wp-content/themes/promoviatges/assets/landing-onda-inferior-mobile.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .section__advantages-icons .cont__inner:after {
    background-image: url("/wp-content/themes/promoviatges/assets/advantages-onda-inferior.png");
  }
}
.section__advantages-icons .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1600px) {
  .section__advantages-icons .cont__pretitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.08rem;
    line-height: 1.4;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
  }
}
.section__advantages-icons .cont__title {
  font-size: 1.688rem;
  line-height: 1.2;
  letter-spacing: 0.54px;
  color: #fff;
  margin-bottom: 34px;
}
@media only screen and (min-width: 1600px) {
  .section__advantages-icons .cont__title {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    margin-bottom: 80px;
  }
}
.section__advantages-icons .cont__advantages {
  margin: 0 -20px;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .section__advantages-icons .cont__advantages {
    margin: 0;
    padding: 0;
  }
}
.section__advantages-icons .cont__advantages .cont__advantage {
  width: 265px;
}
@media only screen and (min-width: 1024px) {
  .section__advantages-icons .cont__advantages .cont__advantage {
    width: inherit;
  }
}
.section__advantages-icons .cont__advantages .cont__advantage .cont__adv-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #fff;
  margin-bottom: 12px;
}
.section__advantages-icons .cont__advantages .cont__advantage .cont__adv-text {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #fff;
}
.section__advantages-icons .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 16px;
  bottom: 0px;
}
.section__advantages-icons .swiper-pagination .swiper-pagination-bullet {
  background-color: #162a5c;
  opacity: 1;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
}
.section__advantages-icons .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background-color: #fff;
}
.section__advantages-icons .cont__button a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #162a5c;
  color: #162a5c;
}
.section__advantages-icons .cont__button a:hover {
  background-color: #162a5c;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__advantages-icons .cont__button a {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    padding: 17px 27px;
  }
}

.section_image_parallax {
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section_image_parallax {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1279px) {
  .section_image_parallax {
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_image_parallax {
    margin: 0 -100px;
  }
}
.section_image_parallax .cont__parallax {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .section_image_parallax .cont__parallax {
    height: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_image_parallax .cont__parallax {
    height: 800px;
  }
}
.section_image_parallax .cont__parallax.with-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 42, 92, 0.4);
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .section_image_parallax .cont__parallax.with-text:before {
    background-color: rgba(22, 42, 92, 0.3);
  }
}
.section_image_parallax .cont__text {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.688rem;
  line-height: 1.2;
  letter-spacing: 0.54px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  padding: 0 33px;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .section_image_parallax .cont__text {
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 1.28px;
  }
}

.section_text_image_parallax {
  position: relative;
  margin: 0 -20px;
  min-height: 400px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section_text_image_parallax {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section_text_image_parallax {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1279px) {
  .section_text_image_parallax {
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_text_image_parallax {
    min-height: 700px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_text_image_parallax {
    margin: 0 -100px;
  }
}
.section_text_image_parallax .cont__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_text_image_parallax .cont__parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109deg, #162a5c 2%, rgba(22, 42, 92, 0) 97%);
  z-index: 1;
}
.section_text_image_parallax .cont__info {
  position: relative;
  z-index: 1;
  max-width: 683px;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .section_text_image_parallax .cont__info {
    padding-top: 96px;
  }
}
.section_text_image_parallax .cont__info .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
.section_text_image_parallax .cont__info .cont__title {
  color: #fff;
}
.section_text_image_parallax .cont__info .cont__link a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.36px;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 50px;
}
.section_text_image_parallax .cont__info .cont__link a:hover {
  color: #dac5b4;
}
.section_text_image_parallax .cont__info .cont__button a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.section_text_image_parallax .cont__info .cont__button a:hover {
  background-color: #162a5c;
  border-color: #162a5c;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section_text_image_parallax .cont__info .cont__button a {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    padding: 17px 27px;
  }
}

.section__form {
  margin: 60px 0 100px;
  --padding-inner: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__form {
    --padding-inner: 102px;
    margin: 160px 0 150px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form {
    --padding-inner: 150px;
  }
}
.section__form .cont__form {
  padding-left: var(--padding-inner);
  padding-right: var(--padding-inner);
}
.section__form .cont__form .row-flex {
  gap: 40px;
}
.section__form .cont__form--content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--content {
    width: 470px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--content {
    width: 513px;
  }
}
.section__form .cont__form--content--pretitle {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.24px;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--content--pretitle {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--content--pretitle {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
  }
}
.section__form .cont__form--content--title {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--content--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #162a5c;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--content--title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.72px;
    color: #162a5c;
    margin-bottom: 45px;
  }
}
.section__form .cont__form--content--description {
  font-size: 0.85rem;
  letter-spacing: 0.24px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--content--description {
    width: 315px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #162a5c;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--content--description {
    width: 350px;
  }
}
.section__form .cont__form--content--image {
  margin-top: 50px;
}
.section__form .cont__form--form {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--form {
    width: calc(100% - 470px);
  }
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--form {
    width: calc(100% - 513px);
    padding-left: 72px;
  }
}
.section__form .cont__form--form .wpcf7 {
  width: 100%;
  max-width: 620px;
}
.section__form .cont__form--form .cont--input .label {
  font-size: 0.85rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #162a5c;
  top: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--form .cont--input .label {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
.section__form .cont__form--form input {
  font-size: 0.95rem;
  border-color: #dac5b4;
}
.section__form .cont__form--form input[type=checkbox] {
  border-color: #162a5c;
}
.section__form .cont__form--form label {
  margin-bottom: 15px;
}
.section__form .cont__form--form select {
  display: block;
  margin-top: 10px;
  border: 1px solid #162a5c;
  outline: none;
  padding: 4px;
  width: -webkit-fill-available;
}
@media only screen and (min-width: 1279px) {
  .section__form .cont__form--form select {
    width: auto;
  }
}
.section__form .cont__form--form label.cbx.politica {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.24px;
  text-align: left;
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--form label.cbx.politica {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
.section__form .cont__form--form small {
  display: block;
  margin: 10px 0;
}
.section__form .cont__form--form input[type=submit] {
  padding: 20px 40px;
  background: #162a5c;
}
@media only screen and (min-width: 1024px) {
  .section__form .cont__form--form input[type=submit] {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form .cont__form--form input[type=submit] {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}
.section__form .cont__form--form input[type=submit]:hover {
  background: #000000;
}

.section__blog {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1600px) {
  .section__blog {
    margin-bottom: 150px;
    padding: 0 50px;
  }
}
.section__blog .cont__titles {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .section__blog .cont__titles {
    margin-bottom: 88px;
  }
}
.section__blog .cont__titles .cont__pretitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1024px) {
  .section__blog .cont__titles .cont__pretitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media only screen and (min-width: 1600px) {
  .section__blog .cont__titles .cont__pretitle {
    font-size: 1.08rem;
    line-height: 1.4;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
}
.section__blog .cont__titles .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.688rem;
  line-height: 1.2;
  letter-spacing: 0.54px;
}
@media only screen and (min-width: 1600px) {
  .section__blog .cont__titles .cont__title {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 1.28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__blog .cont--post {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__blog .cont--post .cont--inner a .cont--post-image {
    margin-right: 0;
  }
}
.section__blog .cont__button-viewmore {
  text-align: center;
  margin-top: 30px;
}
.section__blog .cont__button-viewmore a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #162a5c;
  color: #162a5c;
}
.section__blog .cont__button-viewmore a:hover {
  background-color: #162a5c;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__blog .cont__button-viewmore a {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    padding: 17px 27px;
  }
}

.section__characteristics {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1600px) {
  .section__characteristics {
    margin-top: 150px;
    margin-bottom: 190px;
  }
}
.section__characteristics .cont__items {
  margin: 0 -20px;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__items {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__characteristics .cont__items {
    padding: 0 50px;
  }
}
.section__characteristics .cont__items .cont__item {
  width: 238px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__items .cont__item {
    width: inherit;
  }
}
.section__characteristics .cont__items .cont__item .cont__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  margin-bottom: 9px;
}
.section__characteristics .cont__items .cont__item .cont__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section__characteristics .cont__items .cont__item .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}
.section__characteristics .cont__items .cont__item .cont__text {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.32px;
}
.section__characteristics .cont__items .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 16px;
  bottom: 0px;
}
.section__characteristics .cont__items .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  width: 5px;
  height: 5px;
  border: 1px solid #162a5c;
}
.section__characteristics .cont__items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #162a5c;
  background-color: #162a5c;
}

.section_collage_background {
  position: relative;
  padding-top: 54px;
  padding-bottom: 54px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section_collage_background {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_collage_background {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
.section_collage_background .cont__background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
}
.section_collage_background .cont__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #162a5c;
  opacity: 0.9;
}
.section_collage_background .cont__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_collage_background .cont__inner {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section_collage_background .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .section_collage_background .cont__inner {
    padding: 0 50px;
  }
}
.section_collage_background .cont__inner .cont__left {
  margin-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .section_collage_background .cont__inner .cont__left {
    width: 33%;
    margin-bottom: 0;
  }
}
.section_collage_background .cont__inner .cont__left .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.688rem;
  line-height: 1.2;
  letter-spacing: 0.54px;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1600px) {
  .section_collage_background .cont__inner .cont__left .cont__title {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 1.28px;
  }
}
.section_collage_background .cont__inner .cont__left .cont__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.36px;
  color: #fff;
}
.section_collage_background .cont__inner .cont__left .cont__text p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section_collage_background .cont__inner .cont__left .cont__button {
    margin-top: 30px;
  }
}
.section_collage_background .cont__inner .cont__left .cont__button a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.9px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 19px 30px 18px;
  width: 100%;
}
.section_collage_background .cont__inner .cont__left .cont__button a:hover {
  background-color: #fff;
  color: #162a5c;
}
.section_collage_background .cont__inner .cont__right {
  margin: 0 -20px;
}
@media only screen and (min-width: 1024px) {
  .section_collage_background .cont__inner .cont__right {
    width: 67%;
    margin-left: 0;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1279px) {
  .section_collage_background .cont__inner .cont__right {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_collage_background .cont__inner .cont__right {
    margin-right: -130px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_collage_background .cont__inner .cont__right {
    margin-right: -150px;
  }
}
.section_collage_background .cont__inner .cont__right .cont__image img {
  display: block;
}/*# sourceMappingURL=styles14.css.map */