@import url(../vendor/css/_swiper.css);
@import url(../vendor/css/_select2.css);

:root {
  --main-font: "Noway", Arial, Helvetica, sans-serif;
  --alt-font: "Proxima Nova", Arial, Helvetica, sans-serif;
  --color-text: #3d3e40;
  --color-text-alt: #adafb3;
  --color-primary: #00428d;
  --color-primary-light: #0071c0;
  --color-primary-medium: #063f8d;
  --color-primary-dark: #043771;
  --color-secondary: #f59d00;
  --color-tertiary: #88c12b;
  --color-tertiary-hover: #61c12b;
  --color-quaternary: #e12225;
  --color-quinary: #ffdc01;
  --color-sex: #00a4e3;
  --color-bg: #f8f9fa;
  --color-bg-dark: #222;
  --color-bg-light: rgba(228, 231, 235, .25);
  --color-border: #e4e7eb;
  --color-border-light: rgba(248, 249, 250, .2);
  --color-white: #fff;
  --color-black: #000;
  --border-radius: 8px;
  --height-header-mb: 60px;
  --height-header-slim: 70px;
  --height-header-lg: 100px
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

img,
input,
select {
  vertical-align: middle
}

.entry {
  font-family: var(--alt-font)
}

.entry .grid {
  margin-top: 20px
}

@media (min-width:1024px) {
  .entry .grid {
    margin-top: 30px
  }
}

.entry>p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .entry>p {
    margin-bottom: 20px;
    font-size: 18px
  }
}

.entry>p span {
  font-size: 10px
}

@media (min-width:1024px) {
  .entry>p span {
    font-size: 12px
  }
}

.entry>p>img {
  margin-bottom: 0 !important
}

.entry strong {
  font-weight: 700
}

.entry em {
  font-style: italic
}

.entry hr {
  border-bottom: none;
  border-color: var(--color-border);
  margin-bottom: 30px
}

@media (min-width:1024px) {
  .entry hr {
    margin: 40px 0
  }
}

.entry a:not(.box) {
  color: var(--color-primary)
}

.entry a:not(.box):hover {
  text-decoration: underline
}

.entry>h1,
.entry>h2,
.entry>h3,
.entry>h4,
.entry>h5,
.entry>h6 {
  font-weight: 700;
  line-height: 95%;
  margin-bottom: 10px;
  font-family: var(--main-font);
  color: var(--color-primary)
}

@media (min-width:1024px) {

  .entry>h1,
  .entry>h2,
  .entry>h3,
  .entry>h4,
  .entry>h5,
  .entry>h6 {
    margin: 40px 0 20px
  }
}

.entry>h1 {
  font-size: 26px
}

@media (min-width:1024px) {
  .entry>h1 {
    font-size: 50px
  }
}

.entry>h2 {
  font-size: 24px
}

@media (min-width:1024px) {
  .entry>h2 {
    font-size: 44px
  }
}

.entry>h3 {
  font-size: 22px
}

@media (min-width:1024px) {
  .entry>h3 {
    font-size: 38px
  }
}

.entry>h4 {
  font-size: 20px
}

@media (min-width:1024px) {
  .entry>h4 {
    font-size: 32px
  }
}

.entry>h5 {
  font-size: 18px
}

@media (min-width:1024px) {
  .entry>h5 {
    font-size: 26px
  }
}

.entry>h6 {
  font-size: 18px
}

@media (min-width:1024px) {
  .entry>h6 {
    font-size: 20px
  }
}

.entry ol,
.entry ul {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px;
  padding-left: 20px
}

@media (min-width:1024px) {

  .entry ol,
  .entry ul {
    font-size: 18px;
    margin-bottom: 30px
  }
}

.entry ol li,
.entry ul li {
  margin-bottom: 12px
}

.entry ul li {
  list-style: disc
}

.entry ol li {
  list-style: decimal
}

.entry blockquote {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--main-font);
  color: var(--color-text)
}

@media (min-width:1024px) {
  .entry blockquote {
    margin-bottom: 30px;
    font-size: 24px
  }
}

.entry blockquote p {
  line-height: 135%;
  font-size: 18px;
  font-weight: 500
}

@media (min-width:1024px) {
  .entry blockquote p {
    font-size: 24px
  }
}

.entry img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  height: auto
}

@media (min-width:1024px) {
  .entry img {
    width: auto;
    margin-bottom: 30px
  }
}

.entry .size-full {
  width: 100%;
  height: auto;
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .entry .size-full {
    margin-bottom: 30px
  }
}

.entry .gallery {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 30px
}

@media (min-width:1024px) {
  .entry .gallery {
    margin-bottom: 30px;
    grid-gap: 20px
  }
}

.entry .gallery .gallery-item {
  overflow: hidden;
  background-color: var(--color-black)
}

.entry .gallery .gallery-item .gallery-icon a {
  position: relative;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.entry .gallery .gallery-item .gallery-icon a:before {
  display: block;
  content: "";
  padding-bottom: 100%
}

.entry .gallery .gallery-item .gallery-icon a img {
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%
}

.entry .gallery .gallery-item .gallery-caption {
  display: none
}

.entry .gallery .gallery-item:hover .gallery-icon a {
  opacity: .6;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

@media (min-width:767px) {
  .entry .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px
  }
}

@media (min-width:767px) {
  .entry .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px
  }
}

@media (min-width:767px) {
  .entry .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 15px
  }
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right
}

.card {
  text-align: center;
  margin-bottom: 20px
}

@media (min-width:767px) {
  .card {
    margin-bottom: 30px
  }
}

.card .card_content {
  margin: 0 auto
}

.card_soundcloud .card_content {
  position: relative
}

.card_twitter .card_content .twitter-tweet,
.card_twitter .card_content iframe {
  margin: 0 auto !important
}

.card_youtube .card_content .youtube-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  clear: both
}

.card_youtube .card_content .youtube-embed-container embed,
.card_youtube .card_content .youtube-embed-container iframe,
.card_youtube .card_content .youtube-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.card_vimeo .card_content .vimeo-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both
}

.card_vimeo .card_content .vimeo-embed-container embed,
.card_vimeo .card_content .vimeo-embed-container iframe,
.card_vimeo .card_content .vimeo-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.card_instagram .card_content .instagram-embed-container {
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
  clear: both
}

.card_instagram .card_content .instagram-embed-container embed,
.card_instagram .card_content .instagram-embed-container iframe,
.card_instagram .card_content .instagram-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.card_giphy .card_content .giphy-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both
}

.card_giphy .card_content .giphy-embed-container embed,
.card_giphy .card_content .giphy-embed-container iframe,
.card_giphy .card_content .giphy-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-Light.eot);
  src: url(fonts/noway/Noway-Light.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-Light.woff2) format("woff2"), url(fonts/noway/Noway-Light.woff) format("woff"), url(fonts/noway/Noway-Light.ttf) format("truetype"), url(fonts/noway/Noway-Light.svg#Noway-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-LightItalic.eot);
  src: url(fonts/noway/Noway-LightItalic.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-LightItalic.woff2) format("woff2"), url(fonts/noway/Noway-LightItalic.woff) format("woff"), url(fonts/noway/Noway-LightItalic.ttf) format("truetype"), url(fonts/noway/Noway-LightItalic.svg#Noway-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway.eot);
  src: url(fonts/noway/Noway.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway.woff2) format("woff2"), url(fonts/noway/Noway.woff) format("woff"), url(fonts/noway/Noway.ttf) format("truetype"), url(fonts/noway/Noway.svg#Noway) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-Italic.eot);
  src: url(fonts/noway/Noway-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-Italic.woff2) format("woff2"), url(fonts/noway/Noway-Italic.woff) format("woff"), url(fonts/noway/Noway-Italic.ttf) format("truetype"), url(fonts/noway/Noway-Italic.svg#Noway-Italic) format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-Medium.eot);
  src: url(fonts/noway/Noway-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-Medium.woff2) format("woff2"), url(fonts/noway/Noway-Medium.woff) format("woff"), url(fonts/noway/Noway-Medium.ttf) format("truetype"), url(fonts/noway/Noway-Medium.svg#Noway-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-MediumItalic.eot);
  src: url(fonts/noway/Noway-MediumItalic.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-MediumItalic.woff2) format("woff2"), url(fonts/noway/Noway-MediumItalic.woff) format("woff"), url(fonts/noway/Noway-MediumItalic.ttf) format("truetype"), url(fonts/noway/Noway-MediumItalic.svg#Noway-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-Bold.eot);
  src: url(fonts/noway/Noway-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-Bold.woff2) format("woff2"), url(fonts/noway/Noway-Bold.woff) format("woff"), url(fonts/noway/Noway-Bold.ttf) format("truetype"), url(fonts/noway/Noway-Bold.svg#Noway-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: Noway;
  src: url(fonts/noway/Noway-BoldItalic.eot);
  src: url(fonts/noway/Noway-BoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/noway/Noway-BoldItalic.woff2) format("woff2"), url(fonts/noway/Noway-BoldItalic.woff) format("woff"), url(fonts/noway/Noway-BoldItalic.ttf) format("truetype"), url(fonts/noway/Noway-BoldItalic.svg#Noway-BoldItalic) format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: fallback
}

@font-face {
  font-family: Proxima Nova;
  src: url(fonts/proxima-nova/proxima_nova_bold.eot);
  src: url(fonts/proxima-nova/proxima_nova_bold.eot?#iefix) format("embedded-opentype"), url(fonts/proxima-nova/proxima_nova_bold.woff2) format("woff2"), url(fonts/proxima-nova/proxima_nova_bold.woff) format("woff"), url(fonts/proxima-nova/proxima_nova_bold.ttf) format("truetype"), url(fonts/proxima-nova/proxima_nova_bold.svg#proxima_nova_rgbold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: Proxima Nova;
  src: url(fonts/proxima-nova/proxima_nova_regular.eot);
  src: url(fonts/proxima-nova/proxima_nova_regular.eot?#iefix) format("embedded-opentype"), url(fonts/proxima-nova/proxima_nova_regular.woff2) format("woff2"), url(fonts/proxima-nova/proxima_nova_regular.woff) format("woff"), url(fonts/proxima-nova/proxima_nova_regular.ttf) format("truetype"), url(fonts/proxima-nova/proxima_nova_regular.svg#proxima_nova_rgregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: icons;
  src: url(fonts/icons/icons.eot?4695443);
  src: url(fonts/icons/icons.eot?4695443#iefix) format("embedded-opentype"), url(fonts/icons/icons.woff2?4695443) format("woff2"), url(fonts/icons/icons.woff?4695443) format("woff"), url(fonts/icons/icons.ttf?4695443) format("truetype"), url(fonts/icons/icons.svg?4695443#icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: none
}

.icon-taxi:before {
  content: "\e800"
}

.icon-plane-takeoff:before {
  content: "\e801"
}

.icon-down:before {
  content: "\e802"
}

.icon-wa:before {
  content: "\e803"
}

.icon-in:before {
  content: "\e804"
}

.icon-soleado:before {
  content: "\e805"
}

.icon-nublado:before {
  content: "\e806"
}

.icon-tormenta:before {
  content: "\e807"
}

.icon-arrow-right:before {
  content: "\e808"
}

.icon-fb:before {
  content: "\e809"
}

.icon-tw:before {
  content: "\e80a"
}

.icon-ig:before {
  content: "\e80b"
}

.icon-yt:before {
  content: "\e80c"
}

.icon-car:before {
  content: "\e80d"
}

.icon-document:before {
  content: "\e80e"
}

.icon-doc:before {
  content: "\e80f"
}

.icon-bus:before {
  content: "\e810"
}

.icon-desk:before {
  content: "\e811"
}

.icon-arrow-left:before {
  content: "\e812"
}

.icon-wa-alt:before {
  content: "\e813"
}

.icon-phone:before {
  content: "\e814"
}

.icon-couch:before {
  content: "\e815"
}

.icon-plane-landing:before {
  content: "\e816"
}

.icon-chat:before {
  content: "\e817"
}

.icon-down-1:before {
  content: "\e818"
}

.icon-bag-1:before {
  content: "\e819"
}

.icon-copy:before {
  content: "\e81a"
}

.icon-arrow-right-1:before {
  content: "\e81b"
}

.icon-nieve:before {
  content: "\e81c"
}

.icon-calendar:before {
  content: "\e81d"
}

.icon-clock:before {
  content: "\e81e"
}

.icon-lluvia:before {
  content: "\e81f"
}

.icon-bus-2:before {
  content: "\e820"
}

.icon-bag:before {
  content: "\e821"
}

.icon-coffee:before {
  content: "\e822"
}

.icon-suitcase-car:before {
  content: "\e823"
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill:
    currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

body,
html {
  overflow-x: hidden !important
}

*,
:after,
:before {
  box-sizing: border-box
}

body {
  background-color: var(--color-white);
  font-family: var(--main-font);
  color: var(--color-text)
}

body.is-menu-open .header .header__mobile {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: -3px 0 10px rgba(3, 31, 64, .3)
}

.rc-anchor {
  display: none !important;
  opacity: 0
}

.grecaptcha-badge {
  visibility: collapse !important
}

.select2-dropdown .select2-results__option {
  font-size: 13px
}

@media (min-width:1024px) {
  .select2-dropdown .select2-results__option {
    font-size: 16px
  }
}

.container {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px
}

@media (min-width:767px) {
  .container {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1024px) {
  .container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1202px) {
  .container {
    max-width: 1212px;
    margin-left: auto;
    margin-right: auto
  }
}

.container-desktop {
  padding-left: 16px;
  padding-right: 16px
}

@media (min-width:767px) {
  .container-desktop {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1024px) {
  .container-desktop {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1202px) {
  .container-desktop {
    max-width: 1212px;
    margin-left: auto;
    margin-right: auto
  }
}

ol {
  padding-left: 16px
}

button {
  font-family: var(--main-font);
  color: var(--color-text);
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0
}

button.text-2:hover {
  text-decoration: underline
}

input,
select,
textarea {
  outline-style: none;
  border: none;
  font-family: Noway;
  color: var(--color-text)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=date],
label,
select {
  cursor: pointer
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ""
}

select::-ms-expand {
  display: none
}

select option {
  font-family: Noway
}

input[type=date]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none
}

input[type=datetime-local] i {
  display: none
}

.title {
  font-size: 25px;
  font-weight: 700;
  color: var(--color-primary)
}

@media (min-width:1024px) {
  .title {
    font-size: 45px
  }
}

.title.title--alt {
  color: var(--color-text-alt)
}

.title.title--italic {
  font-style: italic
}

.title.title--w-500 {
  font-weight: 500
}

.title.title--sz-sm {
  font-size: 24px
}

@media (min-width:1024px) {
  .title.title--sz-sm {
    font-size: 30px
  }
}

.title.title--sz-md {
  font-size: 24px
}

@media (min-width:1024px) {
  .title.title--sz-md {
    font-size: 36px
  }
}

.title.title--sz-lg {
  font-size: 32px
}

@media (min-width:767px) {
  .title.title--sz-lg {
    font-size: 40px
  }
}

@media (min-width:1202px) {
  .title.title--sz-lg {
    font-size: 50px
  }
}

.title.title--m-bottom-sm {
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .title.title--m-bottom-sm {
    margin-bottom: 15px
  }
}

.title.title--m-bottom {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .title.title--m-bottom {
    margin-bottom: 30px
  }
}

.title.title--m-bottom-md {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .title.title--m-bottom-md {
    margin-bottom: 40px
  }
}

.title.title--m-bottom-lg {
  margin-bottom: 30px
}

@media (min-width:1024px) {
  .title.title--m-bottom-lg {
    margin-bottom: 60px
  }
}

.title-2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 130%
}

@media (min-width:1024px) {
  .title-2 {
    font-size: 20px
  }
}

.title-2.title-2--w-400 {
  font-weight: 400
}

.title-2.title-2--w-400 strong {
  font-weight: 500
}

.title-2.title-2--w-700 {
  font-weight: 700
}

.title-2.title-2--sz-sm {
  font-size: 16px
}

@media (min-width:1024px) {
  .title-2.title-2--sz-sm {
    font-size: 18px
  }
}

.title-2.title-2--sz-md {
  font-size: 20px
}

@media (min-width:1024px) {
  .title-2.title-2--sz-md {
    font-size: 25px
  }
}

.title-2.title-2--sz-lg {
  font-size: 24px
}

@media (min-width:1024px) {
  .title-2.title-2--sz-lg {
    font-size: 40px
  }
}

.title-2.title-2--sz-xlg {
  font-size: 32px
}

@media (min-width:1024px) {
  .title-2.title-2--sz-xlg {
    font-size: 42px
  }
}

@media (min-width:1202px) {
  .title-2.title-2--sz-xlg {
    font-size: 48px
  }
}

.title-2.title-2--c-primary {
  color: var(--color-primary)
}

.title-2.title-2--c-sex {
  color: var(--color-sex)
}

.title-2.title-2--c-alt {
  color: var(--color-text-alt)
}

.title-2.title-2--m-bottom-ssm,
.title-2.title-2--m-bottom-xsm {
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .title-2.title-2--m-bottom-ssm {
    margin-bottom: 15px
  }
}

.title-2.title-2--m-bottom-sm {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .title-2.title-2--m-bottom-sm {
    margin-bottom: 25px
  }
}

.title-2.title-2--m-bottom {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .title-2.title-2--m-bottom {
    margin-bottom: 35px
  }
}

.title-2.title-2--m-bottom-lg {
  margin-bottom: 25px
}

@media (min-width:1024px) {
  .title-2.title-2--m-bottom-lg {
    margin-bottom: 50px
  }
}

.title-3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 180%
}

@media (min-width:1024px) {
  .title-3 {
    font-size: 22px
  }
}

.text {
  font-family: var(--alt-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%
}

@media (min-width:1024px) {
  .text {
    font-size: 18px
  }
}

.text.text--w-500 {
  font-weight: 500
}

.text.text--w-700 {
  font-weight: 700
}

.text.text--sz-sm {
  font-size: 11px
}

@media (min-width:1024px) {
  .text.text--sz-sm {
    font-size: 13px
  }
}

.text.text--sz-md {
  font-size: 13px
}

@media (min-width:1024px) {
  .text.text--sz-md {
    font-size: 15px
  }
}

.text.text--m-bottom {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .text.text--m-bottom {
    margin-bottom: 30px
  }
}

.text.text--m-bottom-lg {
  margin-bottom: 30px
}

@media (min-width:1024px) {
  .text.text--m-bottom-lg {
    margin-bottom: 60px
  }
}

.text-2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0
}

.text-2 .text-2__mb-none {
  display: none
}

@media (min-width:767px) {
  .text-2 .text-2__mb-none {
    display: inline
  }
}

@media (min-width:767px) {
  .text-2 .text-2__lg-none {
    display: none
  }
}

@media (min-width:767px) {
  .text-2 .text-2__lg-lower {
    text-transform: lowercase
  }
}

.text-2.text-2--uppercase {
  text-transform: uppercase
}

.text-2.text-2--sz-sm {
  font-size: 10px
}

@media (min-width:1024px) {
  .text-2.text-2--sz-sm {
    font-size: 12px
  }
}

.text-2.text-2--sz-md {
  font-size: 13px
}

@media (min-width:1024px) {
  .text-2.text-2--sz-md {
    font-size: 16px
  }
}

.text-2.text-2--sz-lg {
  font-size: 16px;
  line-height: 150%
}

@media (min-width:767px) {
  .text-2.text-2--sz-lg {
    font-size: 18px
  }
}

@media (min-width:1024px) {
  .text-2.text-2--sz-lg {
    font-size: 20px
  }
}

.text-2.text-2--c-alt {
  color: var(--color-text-alt)
}

.text-2.text-2--c-white {
  color: var(--color-white)
}

.text-2.text-2--c-primary-light {
  color: var(--color-primary-light)
}

.text-2.text-2--c-secondary {
  color: var(--color-secondary)
}

.text-2.text-2--c-quaternary {
  color: var(--color-quaternary)
}

.text-2.text-2--m-bottom {
  display: inline-block;
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .text-2.text-2--m-bottom {
    margin-bottom: 20px
  }
}

.text-2.text-2--m-bottom-sm {
  display: inline-block;
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .text-2.text-2--m-bottom-sm {
    margin-bottom: 15px
  }
}

.text-2.text-2--m-bottom-md {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .text-2.text-2--m-bottom-md {
    margin-bottom: 30px
  }
}

.text-3 {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400
}

@media (min-width:1024px) {
  .text-3 {
    font-size: 24px
  }
}

.text-3 strong,
.text-3.text-3--w-500 {
  font-weight: 500
}

.text-3.text-3--m-bottom {
  display: inline-block;
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .text-3.text-3--m-bottom {
    margin-bottom: 30px
  }
}

.permalink {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px
}

@media (min-width:767px) {
  .permalink {
    font-size: 16px
  }
}

.permalink i {
  display: block;
  margin-left: 8px
}

.permalink.permalink--c-white {
  color: var(--color-white)
}

.permalink.permalink--c-alt {
  color: var(--color-text-alt)
}

.permalink.permalink--c-primary {
  color: var(--color-primary)
}

.permalink.permalink--w-400 {
  font-weight: 400
}

.permalink.permalink--left i {
  margin-left: 0;
  margin-right: 8px
}

.price {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end
}

.price .price__sign {
  margin: auto 0;
  margin-right: 3px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  font-size: 16px;
  font-weight: 500
}

.price .price__number {
  font-size: 24px;
  font-weight: 400
}

.price sup {
  margin-left: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  font-size: 14px;
  font-weight: 400
}

.social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 -12px
}

@media (min-width:767px) {
  .social {
    margin: 0 -8px
  }
}

@media (min-width:1024px) {
  .social {
    margin: 0 -12px
  }
}

.social a {
  font-size: 20px;
  margin: 0 12px
}

@media (min-width:767px) {
  .social a {
    font-size: 16px;
    margin: 0 8px
  }
}

@media (min-width:1024px) {
  .social a {
    font-size: 20px;
    margin: 0 12px
  }
}

.col-8 {
  position: relative;
  grid-column: 1/5
}

@media (min-width:767px) {
  .col-8 {
    grid-column: 1/9
  }
}

.col-8 .list-icon.list-icon--absolute {
  top: 40px;
  left: -90px
}

@media (min-width:1024px) {
  .col-8.col-8--center {
    grid-column: 2/10
  }
}

@media (min-width:1202px) {
  .col-8.col-8--center {
    grid-column: 3/11
  }
}

.content.content--alt p {
  font-family: var(--alt-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  margin-bottom: 25px
}

@media (min-width:1024px) {
  .content.content--alt p {
    font-size: 18px;
    margin-bottom: 35px
  }
}

.content.content--alt h6 {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 20px;
  color: var(--color-primary)
}

.grid {
  display: grid;
  grid-gap: 20px
}

.grid .content .text {
  margin-bottom: 5px
}

.grid .content .text:last-of-type {
  margin-bottom: 0
}

.grid .box .box__content {
  height: calc(100% - 205px);
  &.height__unset {
    height: unset;
  }
}

@media (min-width:767px) {
  .grid .box .box__content {
    height: calc(100% - 250px);
    &.height__unset {
      height: unset;
    }
  }
}

@media (min-width:1024px) {
  .grid .box .box__content {
    height: calc(100% - 205px);
    &.height__unset {
      height: unset;
    }
  }
}

@media (min-width:1202px) {
  .grid .box .box__content {
    height: calc(100% - 250px);
    &.height__unset {
      height: unset;
    }
  }
}

.grid.grid--gap-sm,
.grid.grid--gap-xsm {
  grid-row-gap: 5px
}

@media (min-width:1024px) {
  .grid.grid--gap-sm {
    grid-gap: 20px
  }
}

.grid.grid--gap-30 {
  grid-gap: 20px
}

@media (min-width:1024px) {
  .grid.grid--gap-30 {
    grid-gap: 30px
  }
}

.grid.grid--gap-40 {
  grid-gap: 20px
}

@media (min-width:1024px) {
  .grid.grid--gap-40 {
    grid-gap: 40px
  }
}

.grid.grid--gap-60 {
  grid-gap: 20px
}

@media (min-width:1024px) {
  .grid.grid--gap-60 {
    grid-gap: 60px
  }
}

.grid.grid--column-gap-50 {
  grid-column-gap: 30px
}

@media (min-width:1024px) {
  .grid.grid--column-gap-50 {
    grid-column-gap: 50px
  }
}

.grid.grid--column-gap-100 {
  grid-column-gap: 40px
}

@media (min-width:1202px) {
  .grid.grid--column-gap-100 {
    grid-column-gap: 100px
  }
}

@media (min-width:767px) {
  .grid.grid--two {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:767px) {
  .grid.grid--three {
    grid-template-columns: repeat(3, 1fr)
  }
}

.grid.grid--three-alt {
  grid-template-columns: repeat(2, 1fr)
}

@media (min-width:767px) {
  .grid.grid--three-alt {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (min-width:767px) {
  .grid.grid--four {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:767px) {
  .grid.grid--1y9 {
    grid-template-columns: 1fr 9fr
  }
}

@media (min-width:767px) {
  .grid.grid--2y10 {
    grid-template-columns: 2fr 10fr
  }
}

@media (min-width:767px) {
  .grid.grid--4y8 {
    grid-template-columns: 4fr 8fr
  }
}

@media (min-width:767px) {
  .grid.grid--5y7 {
    grid-template-columns: 5fr 7fr
  }
}

@media (min-width:767px) {
  .grid.grid--6y5 {
    grid-template-columns: 6fr 5fr
  }
}

@media (min-width:767px) {
  .grid.grid--8y4 {
    grid-template-columns: 8fr 4fr
  }
}

.grid.grid--12 {
  display: block
}

@media (min-width:1024px) {
  .grid.grid--12 {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width:1202px) {
  .grid.grid--12 {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width:767px) {
  .grid.grid--articles {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1024px) {
  .grid.grid--articles {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px
  }
}

.grid.grid--articles .box.box--article-horiz {
  grid-column-end: span 3
}

.grid.grid--destinations {
  grid-gap: 20px
}

@media (min-width:767px) {
  .grid.grid--destinations {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1024px) {
  .grid.grid--destinations {
    grid-gap: 20px 60px
  }
}

.grid.grid--logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 -15px 10px;
  flex-wrap: wrap
}

@media (min-width:767px) {
  .grid.grid--logos {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 -15px 40px
  }
}

.grid.grid--logos a,
.grid.grid--logos span {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 25%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

@media (min-width:767px) {

  .grid.grid--logos a,
  .grid.grid--logos span {
    width: 100%
  }
}

.grid.grid--logos a img,
.grid.grid--logos span img {
  max-height: 50px;
  max-width: 100%
}

.grid.grid--item {
  grid-row-gap: 20px
}

@media (min-width:767px) {
  .grid.grid--item {
    grid-row-gap: 40px
  }
}

@media (min-width:767px) {
  .grid.grid--item-first .item:first-child {
    grid-column: 1/3
  }
}

.grid.grid--item-horiz {
  grid-gap: 30px
}

.grid.grid--item-2 {
  grid-row-gap: 0;
  grid-template-columns: repeat(2, 1fr)
}

@media (min-width:767px) {
  .grid.grid--item-2 {
    grid-template-columns: repeat(3, 1fr)
  }
}

.grid.grid--m-bottom {
  margin-bottom: 25px
}

@media (min-width:1024px) {
  .grid.grid--m-bottom {
    margin-bottom: 55px
  }
}

.grid.grid--m-bottom-sm {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .grid.grid--m-bottom-sm {
    margin-bottom: 35px
  }
}

.grid.grid--m-bottom-lg {
  margin-bottom: 45px
}

@media (min-width:1024px) {
  .grid.grid--m-bottom-lg {
    margin-bottom: 90px
  }
}

.btn {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  min-width: 135px;
  padding: 0 20px;
  border-radius: 36px;
  cursor: pointer;
  outline: none;
  background-color: var(--color-text-alt);
  color: var(--color-white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (min-width:420px) {
  .btn {
    height: 40px
  }
}

@media (min-width:1024px) {
  .btn {
    height: 55px;
    font-size: 14px;
    min-width: 200px;
    padding: 0 50px
  }
}

.btn.btn--sm {
  height: 36px;
  min-width: 135px;
  font-size: 12px;
  padding: 0 20px
}

.btn.btn--outline {
  border: 1px solid var(--color-border);
  color: var(--color-text-alt);
  background-color: var(--color-white)
}

.btn.btn--outline:hover {
  border: 1px solid var(--color-primary-light);
  color: var(--color-white);
  background-color: var(--color-primary-light)
}

.btn.btn--m-bottom-mobile {
  margin-bottom: 15px
}

@media (min-width:767px) {
  .btn.btn--m-bottom-mobile {
    margin-bottom: 0
  }
}

.btn.btn--bg-primary {
  background-color: var(--color-primary-light)
}

.btn.btn--bg-primary:disabled,
.btn.btn--bg-primary:hover {
  background-color: var(--color-primary)
}

.btn.btn--bg-primary:disabled {
  cursor: default
}

.btn.btn--bg-tertiary {
  background-color: var(--color-tertiary)
}

.btn.btn--bg-tertiary:hover {
  background-color: var(--color-tertiary-hover)
}

.btn.btn--no-bg {
  background-color: transparent
}

.btn.btn--border {
  border: 1px solid var(--color-border)
}

.btn.btn--c-alt {
  color: var(--color-text-alt);
  border-color: var(--color-text-alt)
}

.btn.btn--c-alt:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary)
}

.header {
  height: var(--height-header-slim);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  box-shadow: 0 3px 10px rgba(3, 31, 64, .3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--color-text);
  background: #F0F0F0;
}

@media (min-width:767px) {
  .header {
    height: var(--height-header-slim);
    position: absolute
  }
}

.header .container {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.header .header__date,
.header .header__title {
  font-weight: 400;
  font-size: 13px;
  display: none
}

@media (min-width:767px) {

  .header .header__date,
  .header .header__title {
    display: block
  }
}

.header .header__logo {
  display: block
}

.header .header__logo img {
  width: 160px;
}

@media (min-width:767px) {
  .header .header__logo img {
    width: 160px;
  }
}

.header .header__nav {
  -webkit-box-align: center;
  align-items: center;
  /* margin: 0 -20px; */
  display: none;
}

@media (min-width:767px) {
  .header .header__nav {
    display: -webkit-box;
    display: flex;
  }
}

.header .header__nav>a {
  padding: 10px 25px 0 0;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: var(--color-text);
}

@media (min-width:767px) {
  .header .header__nav>a {
    font-size: 14px;
    padding: 10px 25px 0 0;
  }
}

@media (min-width:1024px) {
  .header .header__nav>a {
    font-size: 16px;
    padding: 10px 25px 0 0;
  }
}

@media (min-width:1202px) {
  .header .header__nav>a {
    font-size: 20px
  }
}

.header .header__nav>a i {
  font-size: 13px;
  margin-left: 10px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

.header .header__nav>a:hover {
  padding: 10px 25px 0 0;
}

.header .header__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.header .header__left .header__logo {
  margin-right: 20px
}

.header .header__left .header__title {
  margin-top: 5px;
}

.header .header__right {
  text-align: right
}

.header .header__right .header__date {
  margin-bottom: 10px
}

.header .header__right .header__date:first-letter {
  text-transform: uppercase
}

.header .header__btn {
  position: relative;
  display: block;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-left: auto
}

@media (min-width:767px) {
  .header .header__btn {
    display: none
  }
}

.header .header__btn:after,
.header .header__btn:before,
.header .header__btn span {
  background-color: var(--color-text);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: none .3s ease .3s;
  transition: none .3s ease .3s;
  -webkit-transition-property: top, bottom, right, opacity, -webkit-transform;
  transition-property: top, bottom, right, opacity, -webkit-transform;
  transition-property: transform, top, bottom, right, opacity;
  transition-property: transform, top, bottom, right, opacity, -webkit-transform
}

.header .header__btn:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px)
}

.header .header__btn:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px)
}

.header .header__btn.is-active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header .header__btn.is-active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header .header__btn.is-active span {
  opacity: 0
}

.header .header__weather {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  font-size: 21px
}

@media (min-width:767px) {
  .header .header__weather {
    display: -webkit-box;
    display: flex
  }
}

@media (min-width:1024px) {
  .header .header__weather {
    font-size: 28px
  }
}

.header .header__weather i {
  font-size: 30px;
  margin-right: 10px
}

@media (min-width:1024px) {
  .header .header__weather i {
    font-size: 40px
  }
}

.header .header__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.header .header__bottom .social {
  display: none
}

@media (min-width:767px) {
  .header .header__bottom .social {
    display: -webkit-box;
    display: flex;
    margin-right: 15px;
    margin-top: 10px
  }
}

@media (min-width:1024px) {
  .header .header__bottom .social {
    margin-right: 30px;
    margin-top: 0
  }
}

.header .header__mobile {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 25px;
  height: 100vh;
  background: var(--color-primary-dark);
  background: #F0F0F0;
  padding: 0 10px 35px 30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

@media (min-width:767px) {
  .header .header__mobile {
    display: none
  }
}

.header .header__mobile .header__top {
  display: -webkit-box;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px
}

.header .header__mobile .header__top .header__weather {
  display: -webkit-box;
  display: flex;
  margin: 0 auto
}

.header .header__mobile .header__top .header__btn {
  margin-left: 0
}

.header .header__mobile .header__content {
  height: calc(100vh - 115px);
  overflow: auto;
  padding-right: 20px;
  padding-top: 20px
}

.header .header__mobile .header__content::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

.header .header__mobile .header__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .1)
}

.header .header__mobile .header__featured-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.header .header__mobile .header__featured-nav a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px
}

.header .header__mobile .header__featured-nav a i {
  font-size: 24px;
  width: 35px;
  margin-right: 25px;
  text-align: center
}

.header .header__mobile .header__accordion-nav>li {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.header .header__mobile .header__accordion-nav>li>a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 8px 19px 0
}

.header .header__mobile .header__accordion-nav>li>a i {
  display: block;
  margin-left: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 13px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header .header__mobile .header__accordion-nav>li>a.is-active i {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.header .header__mobile .header__accordion-nav>li>ul {
  padding: 10px 0;
  display: none
}

.header .header__mobile .header__accordion-nav>li>ul>li {
  margin-bottom: 15px
}

.header .header__mobile .header__accordion-nav>li>ul>li>a {
  font-size: 14px;
  font-weight: 400
}

.submenu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 800;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: var(--color-primary);
  color: var(--color-white);
  height: 120px;
  display: none
}

@media (min-width:767px) {
  .submenu {
    position: absolute
  }
}

@media (min-width:1024px) {
  .submenu {
    height: 170px
  }
}

.submenu .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.submenu .submenu__content {
  display: -webkit-box;
  display: flex;
  position: absolute
}

.submenu .submenu__content .submenu__title {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
  align-self: flex-start;
  margin-right: 50px
}

@media (min-width:1024px) {
  .submenu .submenu__content .submenu__title {
    font-size: 20px;
    width: 160px;
    margin-right: 0;
    padding: 13px 0
  }
}

.submenu .submenu__content .submenu__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 15px
}

@media (min-width:1024px) {
  .submenu .submenu__content .submenu__nav {
    grid-gap: 0 50px
  }
}

.submenu .submenu__content .submenu__nav.submenu__nav--md {
  grid-template-columns: repeat(3, 1fr)
}

.submenu .submenu__content .submenu__nav.submenu__nav--lg {
  grid-template-columns: repeat(5, 1fr)
}

.submenu .submenu__content .submenu__nav a {
  padding: 10px 0;
  font-size: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media (min-width:1024px) {
  .submenu .submenu__content .submenu__nav a {
    padding: 15px 0;
    font-size: 16px
  }
}

.submenu .submenu__content .submenu__nav a:hover {
  border-bottom: 1px solid hsla(0, 0%, 100%, .5)
}

.footer {
  color: var(--color-white);
  background: var(--color-primary-dark);
  background: #F0F0F0
}

.footer .footer__top {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

@media (min-width:767px) {
  .footer .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 30px 0
  }
}

.footer .footer__top .social {
  margin: 30px auto
}

@media (min-width:767px) {
  .footer .footer__top .social {
    margin: 0 auto
  }
}

.footer .footer__top .footer__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.footer .footer__top .footer__left .footer__logo {
  display: block;
  margin-right: 15px
}

@media (min-width:767px) {
  .footer .footer__top .footer__left .footer__logo {
    margin-right: 20px
  }
}

.footer .footer__top .footer__left .footer__logo img {
  max-width: 54px;
  width: 54px
}

@media (min-width:767px) {
  .footer .footer__top .footer__left .footer__logo img {
    max-width: 70px;
    width: 70px
  }
}

.footer .footer__top .footer__data p {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap
}

.footer .footer__top .footer__data span {
  font-size: 11px;
  display: block
}

.footer .footer__top .footer__right {
  text-align: center
}

@media (min-width:767px) {
  .footer .footer__top .footer__right {
    text-align: right
  }
}

.footer .footer__top .footer__right span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px
}

.footer .footer__top .footer__right a {
  display: -webkit-box;
  display: flex;
  font-size: 16px
}

.footer .footer__top .footer__right a i {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px
}

.footer .footer__bottom {
  padding: 20px 0;
  text-align: center
}

@media (min-width:767px) {
  .footer .footer__bottom {
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: left
  }
}

@media (min-width:767px) {

  .footer .footer__bottom,
  .footer .footer__bottom .footer__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
}

.footer .footer__bottom .footer__left .footer__logo {
  display: block;
  margin: 0 auto 15px;
  opacity: .4;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media (min-width:767px) {
  .footer .footer__bottom .footer__left .footer__logo {
    margin: 0 20px 0 0
  }
}

.footer .footer__bottom .footer__left .footer__logo:hover {
  opacity: 1
}

@media (min-width:767px) {
  .footer .footer__bottom .footer__left .footer__logo img {
    max-width: 70px
  }
}

.footer .footer__bottom .footer__left .footer__copy {
  margin-bottom: 15px;
  opacity: .5
}

@media (min-width:767px) {
  .footer .footer__bottom .footer__left .footer__copy {
    margin-bottom: 0
  }
}

.footer .footer__bottom .footer__copy {
  font-size: 11px;
  padding: 0 50px;
  line-height: 140%
}

@media (min-width:767px) {
  .footer .footer__bottom .footer__copy {
    padding: 0
  }
}

.footer .footer__bottom .footer__copy span {
  display: inline-block;
  margin: 0 5px
}

.footer .footer__bottom .footer__copy a:hover {
  text-decoration: underline
}

[v-cloak] {
  opacity: 0
}

.loader {
  border: 4px solid #d9d9d9;
  border-radius: 50%;
  border-top: 4px solid var(--color-primary-light);
  width: 60px;
  height: 60px;
  -webkit-animation: b 1.5s ease-in-out infinite;
  animation: b 1.5s ease-in-out infinite
}

@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.flights,
.flights .flights__table-mobile {
  width: 100%
}

@media (min-width:767px) {
  .flights .flights__table-mobile {
    display: none
  }
}

.flights .flights__table-mobile tr td {
  padding: 0 10px;
  height: 60px;
  vertical-align: middle
}

.flights .flights__table-mobile tr td:first-child,
.flights .flights__table-mobile tr td:last-child {
  padding-left: 15px
}

.flights .flights__table-mobile tr td,
.flights .flights__table-mobile tr th {
  text-align: left
}

.flights .flights__table-mobile tr th {
  padding: 15px;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-text-alt)
}

@media (min-width:767px) {
  .flights .flights__table-mobile tr th {
    font-size: 12px
  }
}

@media (min-width:1202px) {
  .flights .flights__table-mobile tr th {
    padding: 15px 25px
  }
}

.flights .flights__table-mobile tr:nth-child(odd) td,
.flights .flights__table-mobile tr:nth-child(odd) th {
  background-color: rgba(228, 231, 235, .25)
}

.flights .flights__table {
  width: 100%;
  display: none
}

@media (min-width:767px) {
  .flights .flights__table {
    display: table
  }
}

.flights .flights__table tbody tr:nth-child(odd) td,
.flights .flights__table tbody tr:nth-child(odd) th {
  background-color: rgba(228, 231, 235, .25)
}

.flights .flights__table tr td,
.flights .flights__table tr th {
  text-align: left
}

.flights .flights__table tr th {
  padding: 15px;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-text-alt)
}

@media (min-width:767px) {
  .flights .flights__table tr th {
    font-size: 12px
  }
}

@media (min-width:1202px) {
  .flights .flights__table tr th {
    padding: 15px 25px
  }
}

.flights .flights__table tr td {
  padding: 0 15px;
  height: 50px;
  vertical-align: middle
}

@media (min-width:1024px) {
  .flights .flights__table tr td {
    padding: 0 15px;
    height: 70px
  }
}

@media (min-width:1202px) {
  .flights .flights__table tr td {
    padding: 0 25px
  }
}

.flights .flights__number {
  font-size: 13px;
  font-weight: 400
}

@media (min-width:767px) {
  .flights .flights__number {
    font-size: 14px
  }
}

@media (min-width:1024px) {
  .flights .flights__number {
    font-size: 16px
  }
}

@media (min-width:1202px) {
  .flights .flights__number {
    font-size: 20px
  }
}

.flights .flights__number strong {
  font-weight: 500
}

.flights .flights__origin {
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 5px
}

@media (min-width:767px) {
  .flights .flights__origin {
    font-size: 14px
  }
}

@media (min-width:1024px) {
  .flights .flights__origin {
    font-size: 16px
  }
}

@media (min-width:1202px) {
  .flights .flights__origin {
    font-size: 20px
  }
}

.flights .flights_airport {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-text-alt)
}

@media (min-width:767px) {
  .flights .flights_airport {
    font-size: 14px
  }
}

.flights .flights__status {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px
}

@media (min-width:767px) {
  .flights .flights__status {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    margin-top: 0
  }
}

.flights .flights__logo {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px
}

.flights .flights__logo.aerolineas {
  color: #0b71b6
}

.flights .flights__logo.gol {
  color: #e16100
}

.flights .flights__logo.latam {
  color: #2f0088
}

.flights .flights__logo.flybondi {
  color: #eeb500
}

.flights .flights__logo.copa {
  color: #08549d
}

.flights .flights__logo.azul {
  color: #0d2a65
}

.flights .flights__logo.jetsmart {
  color: #022e57
}

.flights .flights__logo.jetsmart span {
  color: #cf001d
}

.flights .flights__airline img {
  max-height: 26px;
  max-width: 80px
}

@media (min-width:1024px) {
  .flights .flights__airline img {
    max-width: 150px
  }
}

.flights .flights__dot {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  color: var(--color-white);
  background-color: var(--color-text-alt);
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  text-indent: -9999em
}

@media (min-width:1024px) {
  .flights .flights__dot {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 10px;
    text-indent: 0
  }
}

.flights .flights__dot.flights__dot--green {
  background-color: var(--color-tertiary);
  -webkit-animation-name: pulseDelayMobile;
  animation-name: pulseDelayMobile;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@media (min-width:1024px) {
  .flights .flights__dot.flights__dot--green {
    -webkit-animation-name: e;
    animation-name: e
  }
}

.flights .flights__dot.flights__dot--orange {
  background-color: var(--color-secondary);
  -webkit-animation-name: pulseDelayMobile;
  animation-name: pulseDelayMobile;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@media (min-width:1024px) {
  .flights .flights__dot.flights__dot--orange {
    -webkit-animation-name: e;
    animation-name: e
  }
}

.flights .flights__dot.flights__dot--red {
  background-color: var(--color-quaternary);
  -webkit-animation-name: pulseDelayMobile;
  animation-name: pulseDelayMobile;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@media (min-width:1024px) {
  .flights .flights__dot.flights__dot--red {
    -webkit-animation-name: e;
    animation-name: e
  }
}

.flights .flights__dot.flights__dot--yellow {
  background-color: var(--color-quinary);
  -webkit-animation-name: c;
  animation-name: c;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@media (min-width:1024px) {
  .flights .flights__dot.flights__dot--yellow {
    -webkit-animation-name: d;
    animation-name: d
  }
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes c {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes d {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes e {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  45% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  55% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes e {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  45% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  55% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

i {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

.icon-bg {
  width: 50px;
  height: 50px;
  background-color: var(--color-tertiary);
  color: var(--color-white);
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px
}

@media (min-width:767px) {
  .icon-bg {
    width: 70px;
    height: 70px;
    font-size: 13px
  }
}

@media (min-width:1024px) {
  .icon-bg {
    width: 110px;
    height: 110px;
    font-size: 14px
  }
}

.icon-bg:before {
  font-size: 19px
}

@media (min-width:767px) {
  .icon-bg:before {
    font-size: 26px
  }
}

@media (min-width:1024px) {
  .icon-bg:before {
    font-size: 46px
  }
}

.icon-bg.icon-bg--xsm {
  width: 20px;
  height: 20px
}

@media (min-width:1024px) {
  .icon-bg.icon-bg--xsm {
    width: 25px;
    height: 25px
  }
}

.icon-bg.icon-bg--sm {
  width: 40px;
  height: 40px
}

@media (min-width:1024px) {
  .icon-bg.icon-bg--sm {
    width: 60px;
    height: 60px
  }
}

.icon-bg.icon-bg--sm:before {
  font-size: 16px
}

@media (min-width:1024px) {
  .icon-bg.icon-bg--sm:before {
    font-size: 22px
  }
}

.icon-bg.icon-bg--absolute {
  position: absolute;
  right: 15px;
  top: -25px
}

@media (min-width:767px) {
  .icon-bg.icon-bg--absolute {
    right: 30px;
    top: -35px
  }
}

@media (min-width:1024px) {
  .icon-bg.icon-bg--absolute {
    right: 35px;
    top: -55px
  }
}

.icon-bg.icon-bg--flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

.icon-bg.icon-bg--c-blue {
  background-color: var(--color-bg);
  color: var(--color-primary-light)
}

.icon-bg.icon-bg--c-orange {
  background-color: var(--color-secondary)
}

.icon-bg.icon-bg--c-red {
  background-color: var(--color-quaternary)
}

.icon-bg.icon-bg--c-yellow {
  background-color: var(--color-quinary)
}

.icon-bg.icon-bg--c-grey {
  background-color: var(--color-text-alt)
}

.item {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 15px
}

.item .title-2 {
  display: block
}

.item .item__content .text-2,
.item .item__content .title-2,
.item .title-2 {
  margin-bottom: 5px
}

@media (min-width:767px) {
  .item.item--flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
}

.item.item--flex .title-2 {
  margin-bottom: 0
}

.item.item--flex .logo {
  width: 75px;
  margin-bottom: 10px
}

@media (min-width:767px) {
  .item.item--flex .logo {
    margin-right: 20px;
    margin-bottom: 0
  }
}

@media (min-width:1024px) {
  .item.item--flex .logo {
    margin-right: 40px
  }
}

.item.item--flex .text {
  margin-bottom: 10px
}

@media (min-width:767px) {
  .item.item--flex .text {
    margin-bottom: 0
  }
}

.item.item--flex .item__content .title-2 {
  margin-bottom: 5px
}

@media (min-width:767px) {
  .item.item--flex .permalink {
    margin-left: 100px
  }
}

.item.item--flex a.title-2:hover {
  text-decoration: underline
}

.item.item--flex.item--sp-between {
  -webkit-box-pack: justify;
  justify-content: space-between
}

.item.item--padding-md {
  padding-bottom: 30px
}

@media (min-width:767px) {
  .item.item--padding-lg {
    padding-bottom: 40px
  }
}

.item-2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid var(--color-border)
}

@media (min-width:767px) {
  .item-2 {
    padding: 10px 0
  }
}

@media (min-width:1024px) {
  .item-2 {
    padding: 15px 0
  }
}

.item-2 .icon-bg {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  font-size: 8px
}

@media (min-width:767px) {
  .item-2 .icon-bg {
    width: 20px;
    height: 20px;
    font-size: 10px
  }
}

@media (min-width:1024px) {
  .item-2 .icon-bg {
    margin-right: 15px;
    width: 25px;
    height: 25px;
    font-size: 14px
  }
}

.item-2 .item-2__text {
  font-weight: 500;
  font-size: 11px;
  line-height: 165%
}

@media (min-width:767px) {
  .item-2 .item-2__text {
    font-size: 13px
  }
}

@media (min-width:1024px) {
  .item-2 .item-2__text {
    font-size: 18px
  }
}

.item-2.item-2--c-white {
  border-color: var(--color-border-light)
}

.item-2.item-2--c-white .item-2__text {
  color: var(--color-white)
}

.headline {
  font-family: var(--alt-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%
}

@media (min-width:1024px) {
  .headline {
    font-size: 16px
  }
}

.headline a {
  text-decoration: underline
}

@media (min-width:767px) {
  .btn-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
}

.btn-box .box-date .text-2 {
  text-align: right
}

.btn-box .btn-box__loader {
  position: relative;
  margin-left: auto
}

.btn-box .btn-box__loader .btn {
  min-width: 256px
}

.btn-box .btn-box__loader .loader {
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media (min-width:767px) {
  .btn-box .btn-box__loader .loader {
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    left: 50%;
    bottom: inherit
  }
}

.btn-box .btn-box__loader.is-loading .loader {
  opacity: 1;
  visibility: visible
}

@media (min-width:767px) {
  .btn-box.btn-box--right {
    -webkit-box-pack: end;
    justify-content: flex-end
  }
}

.btn-box.btn-box--reverse {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse
}

@media (min-width:767px) {
  .btn-box.btn-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

.btn-box.btn-box--reverse .btn {
  margin-bottom: 15px
}

@media (min-width:767px) {
  .btn-box.btn-box--reverse .btn {
    margin-bottom: 0
  }
}

.btn-box.btn-box--reverse .btn:first-child {
  margin-bottom: 0
}

.box-date .text-2:first-of-type {
  margin-bottom: 5px
}

.box-date .icon-bg {
  margin-right: 10px
}

@media (min-width:1024px) {
  .box-date .icon-bg {
    margin-right: 15px
  }
}

.box-date .box-date__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.box-content .text,
.box-content p {
  margin-bottom: 15px
}

@media (min-width:1024px) {

  .box-content .text,
  .box-content p {
    margin-bottom: 30px
  }
}

.box-content .text:last-of-type,
.box-content p:last-of-type {
  margin-bottom: 0
}

.box-content.box-content--m-bottom {
  margin-bottom: 25px
}

@media (min-width:1024px) {
  .box-content.box-content--m-bottom {
    margin-bottom: 50px
  }
}

.box-content.box-content--text {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400
}

@media (min-width:1024px) {
  .box-content.box-content--text {
    font-size: 24px
  }
}

.box-content.box-content--text strong {
  font-weight: 500
}

.box-content.box-content--text p {
  margin-bottom: 25px
}

@media (min-width:1024px) {
  .box-content.box-content--text p {
    margin-bottom: 50px
  }
}

.box-content.box-content--text p:last-of-type {
  margin-bottom: 0
}

.list-icon {
  display: grid;
  grid-row-gap: 5px
}

@media (min-width:1024px) {
  .list-icon {
    grid-row-gap: 10px
  }
}

.list-icon.list-icon--absolute {
  position: absolute
}

.list-icon.list-icon--fixed {
  position: fixed
}

.list-box .title-2 {
  margin-bottom: 5px
}

@media (min-width:1024px) {
  .list-box .title-2 {
    margin-bottom: 10px
  }
}

.list {
  display: grid;
  grid-row-gap: 5px;
  font-family: var(--alt-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 130%
}

@media (min-width:1024px) {
  .list {
    font-size: 16px;
    grid-row-gap: 12px
  }
}

.list li i {
  margin-right: 10px;
  color: var(--color-primary)
}

@media (min-width:1024px) {
  .list li i {
    margin-right: 20px
  }
}

.list li a:hover {
  text-decoration: underline
}

.list.list--flex li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.list.list--flex li i {
  width: 15px
}

@media (min-width:1024px) {
  .list.list--flex li i {
    width: 20px
  }
}

.list.list--download {
  color: var(--color-primary);
  grid-row-gap: 15px
}

@media (min-width:1024px) {
  .list.list--download {
    grid-row-gap: 25px
  }
}

.list.list--download li i {
  color: var(--color-text-alt);
  margin-right: 10px
}

@media (min-width:1024px) {
  .list.list--download li i {
    margin-right: 15px
  }
}

@media (min-width:1024px) {
  .list.list--download li i:before {
    font-size: 24px
  }
}

.list.list--download li a {
  text-decoration: underline
}

.list.list--download li a:hover {
  color: var(--color-primary-light)
}

.list.list--download li .text-2 {
  margin-left: 10px
}

.list.list--horiz {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.list-2 {
  font-family: var(--alt-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  display: grid;
  grid-row-gap: 15px;
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .list-2 {
    font-size: 18px;
    grid-row-gap: 20px;
    margin-bottom: 50px
  }
}

.logo-list.logo-list--horiz {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.logo-list.logo-list--horiz .grid {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .logo-list.logo-list--horiz .grid {
    margin-bottom: 30px
  }
}

.logo-list.logo-list--horiz .permalink {
  align-self: flex-end;
}

.img .img__photo {
  height: 100px;
  position: relative;
  margin-bottom: 5px;
}

@media (min-width:767px) {
  .img .img__photo {
    height: 150px;
  }
}

@media (min-width:1202px) {
  .img .img__photo {
    height: 180px
  }
}

.img .img__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.table {
  width: 100%
}

.table .table__text {
  font-size: 13px;
  line-height: 155%;
  font-weight: 400
}

@media (min-width:1024px) {
  .table .table__text {
    font-size: 16px
  }
}

.table tr td,
.table tr th {
  padding: 10px 15px
}

@media (min-width:1024px) {

  .table tr td,
  .table tr th {
    padding: 15px 30px
  }
}

.table tr:nth-child(2n+3) td,
.table tr:nth-child(2n+3) th {
  background-color: rgba(228, 231, 235, .25)
}

.table.table--2-col td:first-of-type,
.table.table--2-col th:first-of-type {
  text-align: left
}

.table.table--2-col td:last-of-type,
.table.table--2-col th:last-of-type {
  text-align: right
}

.table.table--horiz th {
  width: 30%;
  text-align: left
}

.table.table--horiz tr:nth-child(2n) td,
.table.table--horiz tr:nth-child(2n) th {
  background-color: rgba(228, 231, 235, .25)
}

.table.table--horiz tr:nth-child(2n+3) td,
.table.table--horiz tr:nth-child(2n+3) th {
  background-color: var(--color-white)
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.pagination .permalink.permalink--right {
  margin-left: auto
}

.input label {
  display: block;
  margin-bottom: 5px
}

.input label strong {
  font-size: 12px;
  font-weight: 700
}

@media (min-width:1024px) {
  .input label strong {
    font-size: 14px
  }
}

.input input,
.input select,
.input textarea {
  font-family: var(--main-font);
  font-size: 13px;
  font-weight: 400
}

@media (min-width:1024px) {

  .input input,
  .input select,
  .input textarea {
    font-size: 16px
  }
}

.input input:focus,
.input select:focus,
.input textarea:focus {
  border-color: var(--color-primary)
}

.input .input__date,
.input input,
.input select {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 0 10px
}

@media (min-width:1024px) {

  .input .input__date,
  .input input,
  .input select {
    height: 55px;
    padding: 0 15px
  }
}

.input textarea {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  width: 100%;
  resize: none;
  height: 150px;
  padding: 10px;
  border-radius: 6px
}

@media (min-width:1024px) {
  .input textarea {
    height: 250px;
    padding: 15px
  }
}

.input .input__date {
  position: relative;
  padding: 0
}

@media (min-width:1024px) {
  .input .input__date {
    padding-right: 0
  }
}

.input .input__date input {
  border: none;
  height: 100%;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none
}

.input .input__date input::-webkit-calendar-picker-indicator,
.input .input__date input::-webkit-calendar-picker-indicator:hover,
.input .input__date input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none
}

.input .input__date .input__date__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
  width: 20px;
  display: block;
  content: "";
  cursor: pointer;
  pointer-events: none;
  color: var(--color-text-alt)
}

@media (min-width:1024px) {
  .input .input__date .input__date__icon {
    right: 14px
  }
}

.input .input__money {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.input .input__money input {
  border-radius: 0 6px 6px 0
}

.input .input__money .input__sign {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 40px;
  border: 1px solid var(--color-border);
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400
}

@media (min-width:1024px) {
  .input .input__money .input__sign {
    height: 55px;
    padding: 0 20px;
    font-size: 16px
  }
}

.input .select {
  position: relative;
  z-index: 10;
  background-color: var(--color-white)
}

.input .select i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
  width: 40px
}

@media (min-width:1024px) {
  .input .select i {
    width: 50px
  }
}

.input .select i:before {
  font-size: 6px;
  color: var(--color-text-alt)
}

@media (min-width:1024px) {
  .input .select i:before {
    font-size: 8px
  }
}

.input .select select {
  position: relative;
  z-index: 30;
  background-color: transparent
}

.input .label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px
}

.input .label label {
  margin-bottom: 0
}

.input.input--horiz {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.input.input--horiz .title-2 {
  margin: 0 10px
}

@media (min-width:767px) {
  .input.input--horiz .title-2 {
    margin: 0 15px
  }
}

@media (min-width:1024px) {
  .input.input--horiz .title-2 {
    margin: 0 20px
  }
}

@media (min-width:1202px) {
  .input.input--horiz .title-2 {
    margin: 0 25px
  }
}

.input.input--horiz .select,
.input.input--horiz input {
  width: calc((100% - 50px) / 2)
}

@media (min-width:767px) {

  .input.input--horiz .select,
  .input.input--horiz input {
    width: calc((100% - 60px) / 2)
  }
}

@media (min-width:1024px) {

  .input.input--horiz .select,
  .input.input--horiz input {
    width: calc((100% - 70px) / 2)
  }
}

@media (min-width:1202px) {

  .input.input--horiz .select,
  .input.input--horiz input {
    width: calc((100% - 80px) / 2)
  }
}

.input.input--transparent input {
  background-color: transparent
}

.input.input--headline .input__file,
.input.input--headline .select2,
.input.input--headline input,
.input.input--headline select,
.input.input--headline textarea {
  margin-bottom: 5px
}

@media (min-width:767px) {
  .input.input--col-2 {
    grid-column: span 2
  }
}

.input.input--w-500 input,
.input.input--w-500 select,
.input.input--w-500 textarea {
  font-weight: 500
}

.input .select2 {
  overflow: hidden;
  min-width: 100%
}

.input .select2.select2-container.select2-container--default .select2-selection--multiple {
  padding: 5px 10px 0 0
}

@media (min-width:1024px) {
  .input .select2.select2-container.select2-container--default .select2-selection--multiple {
    padding: 10px 10px 0 0
  }
}

.input .select2.select2-container.select2-container--default .select2-search--inline .select2-search__field {
  height: 30px;
  font-size: 13px
}

@media (min-width:1024px) {
  .input .select2.select2-container.select2-container--default .select2-search--inline .select2-search__field {
    height: 35px;
    font-size: 16px
  }
}

.input .select2.select2-container .select2-selection--multiple {
  min-height: 40px
}

@media (min-width:1024px) {
  .input .select2.select2-container .select2-selection--multiple {
    min-height: 55px
  }
}

.input .select2.select2-container .select2-selection__choice {
  font-size: 12px;
  height: 30px;
  margin: 0 0 5px 10px
}

@media (min-width:1024px) {
  .input .select2.select2-container .select2-selection__choice {
    font-size: 14px;
    height: 35px;
    margin: 0 0 10px 10px
  }
}

.input .select2.select2-container .select2-selection__choice__remove {
  font-size: 16px
}

@media (min-width:1024px) {
  .input .select2.select2-container .select2-selection__choice__remove {
    margin-left: 5px;
    font-size: 18px
  }
}

.input .input__file {
  cursor: pointer;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 0 5px 0 10px;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative
}

@media (min-width:1024px) {
  .input .input__file {
    grid-column: span 2;
    height: 55px;
    padding: 0 5px 0 15px;
    font-size: 16px;
    padding: 0 15px
  }
}

.input .input__file:hover .btn {
  border: 1px solid var(--color-primary-light);
  color: var(--color-white);
  background-color: var(--color-primary-light)
}

.input .input__file input {
  display: none
}

.input .input__file .btn {
  margin-left: auto;
  width: auto;
  min-width: auto;
  height: 30px;
  font-size: 10px;
  padding: 0 10px
}

@media (min-width:1024px) {
  .input .input__file .btn {
    min-width: 135px;
    font-size: 12px;
    padding: 0 20px
  }
}

@media (min-width:1202px) {
  .input .input__file .btn {
    height: 36px
  }
}

.input .input__file .input__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10
}

.input .input__file .input__text {
  width: calc(100% - 135px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width:1024px) {
  .input .input__file .input__text {
    width: calc(100% - 185px)
  }
}

.input .input__error {
  font-size: 13px;
  margin-top: 7px;
  color: var(--color-quaternary);
  display: none
}

.input.input--error .input__date,
.input.input--error input,
.input.input--error select {
  border-color: var(--color-quaternary)
}

.input.input--error .input__error {
  display: block
}

.input.input--error .box {
  border-color: var(--color-quaternary)
}

.input-wrapper-two {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.input-wrapper-two .input {
  width: 48%
}

.input-box.input-box--grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px
}

@media (min-width:1024px) {
  .input-box.input-box--grid-2 {
    grid-column-gap: 20px
  }
}

.input-box.input-box--center {
  -webkit-box-align: center;
  align-items: center
}

.form {
  display: grid;
  grid-row-gap: 25px
}

.form .btn {
  width: 100%
}

@media (min-width:767px) {
  .form .btn {
    width: auto
  }
}

@media (min-width:767px) {
  .form .form__row .grid .input.input--row-2 {
    grid-row: span 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

@media (min-width:767px) {
  .form .form__row .grid .input.input--row-2 .box {
    -webkit-box-flex: 1;
    flex: 1
  }
}

.form .form__row .title-2 {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .form .form__row .title-2 {
    margin-bottom: 30px
  }
}

.form.form--estacionamiento .btn-box {
  position: relative
}

.form.form--estacionamiento .btn-box .loader {
  right: 15px;
  bottom: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media (min-width:767px) {
  .form.form--estacionamiento .btn-box .loader {
    top: 50%;
    margin-top: -15px;
    bottom: inherit
  }
}

.form.form--estacionamiento .btn-box .box-date {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.form.form--estacionamiento .btn-box .box-date.is-hide {
  opacity: 0;
  visibility: hidden
}

.form.form--estacionamiento .btn-box.is-loading .btn-submit {
  pointer-events: none;
  background-color: var(--color-primary)
}

.form.form--estacionamiento .btn-box.is-loading .loader {
  opacity: 1;
  visibility: visible
}

@media (min-width:767px) {
  .form.form--flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
}

.form.form--flex .title-2 {
  margin-right:
    30px
}

@media (min-width:1024px) {
  .form.form--flex .title-2 {
    margin-right: 65px
  }
}

.form.form--flex .input {
  width: 100%;
  margin: 0 5px
}

@media (min-width:1024px) {
  .form.form--flex .input {
    margin: 0 10px
  }
}

.form.form--flex .input:first-of-type {
  margin-left: 0
}

@media (min-width:767px) {
  .form.form--flex .btn {
    width: 30%;
    margin-left: 5px
  }
}

@media (min-width:1024px) {
  .form.form--flex .btn {
    margin-left: 10px
  }
}

.form.form--m-bottom {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .form.form--m-bottom {
    margin-bottom: 30px
  }
}

.input-file {
  padding-top: 10px !important
}

@media (min-width:767px) {
  .input-file {
    padding-top: 14px !important
  }
}

.box-card .box-card__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 110%;
  color: var(--color-primary-dark);
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .box-card .box-card__title {
    font-size: 24px
  }
}

.box-card .box-card__txt {
  font-family: var(--alt-font);
  line-height: 150%;
  margin-bottom: 20px;
  font-size: 14px
}

@media (min-width:767px) {
  .box-card .box-card__txt {
    margin-bottom: 30px;
    font-size: 15px
  }
}

@media (min-width:1024px) {
  .box-card .box-card__txt {
    margin-bottom: 20px;
    font-size: 14px
  }
}

@media (min-width:1202px) {
  .box-card .box-card__txt {
    margin-bottom: 30px;
    font-size: 15px
  }
}

.box-card .box-card__img {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-dark);
  border-radius: 8px;
  height: auto;
  min-height: 200px
}

@media (min-width:1024px) {
  .box-card .box-card__img {
    min-height: 260px
  }
}

.box-card .box-card__img .box-card__bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.box-card .box-card__content {
  padding: 15px
}

@media (min-width:767px) {
  .box-card .box-card__content {
    padding: 15px 30px
  }
}

.box-card.grid {
  grid-gap: 0
}

.box {
  display: block;
  box-shadow: 0 3px 10px rgba(3, 31, 64, .3);
  background-color: var(--color-white);
  border-radius: var(--border-radius)
}

.box .box__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 110%
}

@media (min-width:1024px) {
  .box .box__title {
    font-size: 36px
  }
}

.box .box__bg {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-dark)
}

.box .box__bg .box__bg-img {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.box .box__img {
  border-radius: 4px;
  height: 150px;
  width: 180px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

@media (min-width:1024px) {
  .box .box__img {
    height: 240px;
    width: 260px
  }
}

@media (min-width:1202px) {
  .box .box__img {
    width: 285px
  }
}

.box .box__img img {
  max-height: 80%;
  max-width: 80%;
  margin-bottom: 0
}

.box .box__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px
}

@media (min-width:1024px) {
  .box .box__row {
    grid-column-gap: 50px
  }
}

.box .box__column {
  display: grid;
  grid-row-gap: 15px
}

@media (min-width:1024px) {
  .box .box__column {
    grid-row-gap: 25px
  }
}

.box .box__modal {
  position: absolute;
  z-index: 20;
  right: 11px;
  bottom: 11px;
  padding: 10px 16px;
  box-shadow: 0 3px 10px rgba(3, 31, 64, .3);
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  width: 250px
}

@media (min-width:767px) {
  .box .box__modal {
    width: 350px;
    right: 20px;
    bottom: 20px;
    padding: 15px 20px
  }
}

@media (min-width:1024px) {
  .box .box__modal {
    padding: 25px 30px;
    width: 450px
  }
}

.box .box__modal .title-2 {
  font-size: 14px
}

@media (min-width:767px) {
  .box .box__modal .title-2 {
    font-size: 18px
  }
}

.box .box__modal .text-2 {
  font-size: 12px
}

@media (min-width:767px) {
  .box .box__modal .text-2 {
    font-size: 14px
  }
}

.box .box__modal .permalink {
  font-size: 13px
}

@media (min-width:767px) {
  .box .box__modal .permalink {
    float: right;
    font-size: 16px
  }
}

.box .box__modal .grid {
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .box .box__modal .grid {
    margin-bottom: 20px
  }
}

.box .box__map {
  width: 100%;
  height: 100%
}

.box .box__results {
  padding: 75px 0;
  text-align: center;
  border-top: 1px solid var(--color-border)
}

@media (min-width:767px) {
  .box .box__results {
    padding: 150px 0
  }
}

.box.box--cta {
  padding: 20px;
  height: 62px;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

@media (min-width:767px) {
  .box.box--cta {
    padding: 10px;
    height: 40px
  }
}

@media (min-width:1024px) {
  .box.box--cta {
    padding: 20px;
    height: 62px
  }
}

.box.box--cta:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(3, 31, 64, .3)
}

.box.box--cta .box__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%
}

.box.box--cta i {
  display: inline-block;
  width: 35px;
  text-align: center;
  font-size: 33px;
  margin-right: 15px
}

@media (min-width:767px) {
  .box.box--cta i {
    font-size: 25px;
    margin-right: 15px;
    width: 30px
  }
}

@media (min-width:1024px) {
  .box.box--cta i {
    font-size: 33px;
    margin-right: 15px;
    width: 35px
  }
}

.box.box--cta .box__title {
  font-size: 16px;
  font-weight: 500
}

@media (min-width:767px) {
  .box.box--cta .box__title {
    font-size: 14px
  }
}

@media (min-width:1024px) {
  .box.box--cta .box__title {
    font-size: 16px
  }
}

.box.box--cta img {
  display: inline-block;
  margin-right: 15px;
  max-width: 35px;
  max-height: 33px
}

@media (min-width:767px) {
  .box.box--cta img {
    max-width: 30px;
    max-height: 25px
  }
}

@media (min-width:1024px) {
  .box.box--cta img {
    max-width: 35px;
    max-height: 33px
  }
}

@media (min-width:767px) {
  .box.box--cta.box--cta-lg {
    padding: 30px;
    height: auto
  }
}

@media (min-width:1024px) {
  .box.box--cta.box--cta-lg {
    padding: 40px;
    min-height: 210px;
    height: auto
  }
}

@media (min-width:767px) {
  .box.box--cta.box--cta-lg .box__content {
    max-width: 140px;
    display: block;
    height: auto
  }
}

@media (min-width:767px) {
  .box.box--cta.box--cta-lg img {
    max-width: 50px;
    max-height: 40px;
    margin-bottom: 20px;
    margin-right: 0
  }
}

@media (min-width:1024px) {
  .box.box--cta.box--cta-lg img {
    max-width: 70px;
    max-height: 55px
  }
}

@media (min-width:767px) {
  .box.box--cta.box--cta-lg i {
    text-align: left;
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto
  }
}

@media (min-width:1024px) {
  .box.box--cta.box--cta-lg i {
    font-size: 50px
  }
}

.box.box--cta.box--cta-lg i.icon-car {
  font-size: 28px
}

@media (min-width:767px) {
  .box.box--cta.box--cta-lg i.icon-car {
    font-size: 36px
  }
}

@media (min-width:1024px) {
  .box.box--cta.box--cta-lg i.icon-car {
    font-size: 44px
  }
}

@media (min-width:1024px) {
  .box.box--cta.box--cta-lg i.icon-couch {
    font-size: 55px
  }
}

@media (min-width:767px) {
  .box.box--cta.box--cta-lg .box__title {
    font-size: 20px
  }
}

@media (min-width:1024px) {
  .box.box--cta.box--cta-lg .box__title {
    font-size: 22px
  }
}

@media (min-width:1202px) {
  .box.box--cta.box--cta-lg .box__title {
    font-size: 24px
  }
}

.box.box--cta.box--primary {
  color: var(--color-primary-light)
}

.box.box--cta.box--secondary {
  color: var(--color-secondary)
}

.box.box--cta.box--tertiary {
  color: var(--color-tertiary)
}

.box.box--article {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: none
}

.box.box--article>a:hover,
.box.box--article>a:hover .box__title {
  text-decoration: none
}

.box.box--article>a:hover .permalink {
  text-decoration: none;
  color: var(--color-primary);
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.box.box--article:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(3, 31, 64, .1)
}

.box.box--article .box__bg {
  height: 205px;
  border-radius: 8px 8px 0 0
}

@media (min-width:767px) {
  .box.box--article .box__bg {
    height: 250px
  }
}

@media (min-width:1024px) {
  .box.box--article .box__bg {
    height: 205px
  }
}

@media (min-width:1202px) {
  .box.box--article .box__bg {
    height: 250px
  }
}

.box.box--article .box__content {
  border: 1px solid var(--color-border);
  border-top: none;
  padding: 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  overflow: hidden
}

@media (min-width:767px) {
  .box.box--article .box__content {
    padding: 30px 30px 20px
  }
}

@media (min-width:1024px) {
  .box.box--article .box__content {
    padding: 20px
  }
}

@media (min-width:1202px) {
  .box.box--article .box__content {
    padding: 30px 30px 20px
  }
}

.box.box--article .box__title {
  font-weight: 500;
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 10px
}

@media (min-width:767px) {
  .box.box--article .box__title {
    font-size: 24px
  }
}

@media (min-width:1024px) {
  .box.box--article .box__title {
    font-size: 20px
  }
}

@media (min-width:1202px) {
  .box.box--article .box__title {
    font-size: 24px
  }
}

.box.box--article .box__txt {
  font-family: var(--alt-font);
  line-height: 150%;
  margin-bottom: 20px;
  font-size: 14px
}

@media (min-width:767px) {
  .box.box--article .box__txt {
    margin-bottom: 30px;
    font-size: 15px
  }
}

@media (min-width:1024px) {
  .box.box--article .box__txt {
    margin-bottom: 20px;
    font-size: 14px
  }
}

@media (min-width:1202px) {
  .box.box--article .box__txt {
    margin-bottom: 30px;
    font-size: 15px
  }
}

.box.box--article .permalink {
  color: var(--color-text-alt);
  float: right;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.box.box--article.box--destination {
  border-radius: 0
}

.box.box--article.box--destination:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none
}

.box.box--article.box--destination .box__bg {
  border-radius: var(--border-radius);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: none;
  height: 120px;
  margin-bottom: 10px
}

@media (min-width:767px) {
  .box.box--article.box--destination .box__bg {
    height: 120px
  }
}

@media (min-width:1024px) {
  .box.box--article.box--destination .box__bg {
    height: 220px
  }
}

.box.box--article.box--destination .box__bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(61, 62, 64, .75)), to(rgba(61, 62, 64, 0)));
  background: linear-gradient(0deg, rgba(61, 62, 64, .75) 0, rgba(61, 62, 64, 0))
}

.box.box--article.box--destination .box__bg .box__title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 10;
  color: var(--color-white);
  margin-bottom: 0
}

@media (min-width:1024px) {
  .box.box--article.box--destination .box__bg .box__title {
    left: 25px;
    right: 25px
  }
}

.box.box--article.box--destination .box__content {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 0
}

.box.box--article.box--destination .box__content .box__logos {
  margin-left: auto;
  margin-right: -8px
}

.box.box--article.box--destination .box__content .box__logos img {
  margin: 0 8px;
  max-height: 26px;
  max-width: 70px
}

.box.box--article.box-- destination .box__txt {
  color: var(--color-text-alt);
  margin-bottom: 0;
  font-family: var(--main-font)
}

.box.box--article.box--destination.box--destination-sm {
  border-bottom: 1px solid var(--color-border)
}

.box.box--article.box--destination.box--destination-sm .box__title {
  color: var(--color-text);
  font-size: 18px;
  margin-bottom: 0
}

@media (min-width:1024px) {
  .box.box--article.box--destination.box--destination-sm .box__title {
    font-size: 20px;
    margin-bottom: 5px
  }
}

.box.box--article.box--destination.box--destination-sm .box__content {
  padding-bottom: 15px;
  display: block
}

@media (min-width:1024px) {
  .box.box--article.box--destination.box--destination-sm .box__content {
    display: -webkit-box;
    display: flex
  }
}

.box.box--article.box--destination.box--destination-sm .box__left {
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .box.box--article.box--destination.box--destination-sm .box__left {
    margin-bottom: 0
  }
}

.box.box--article.box--destination.box--destination-sm img {
  margin-right: 20px
}

@media (min-width:767px) {
  .box.box--article.box--destination.box--destination-sm img {
    margin-right: 0
  }
}

.box.box--article.box--destination.box--destination-lg .box__bg {
  height: 220px
}

@media (min-width:1024px) {
  .box.box--article.box--destination.box--destination-lg .box__bg {
    height: 275px
  }
}

@media (min-width:1024px) {
  .box.box--article.box--destination.box--destination-lg .box__title {
    font-size: 30px
  }
}

.box.box--article-horiz {
  margin-bottom: 30px
}

@media (min-width:1024px) {
  .box.box--article-horiz {
    margin-bottom: 50px
  }
}

@media (min-width:767px) {
  .box.box--article-horiz .box__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz .box__title {
    font-size: 28px
  }
}

@media (min-width:1202px) {
  .box.box--article-horiz .box__title {
    font-size: 34px
  }
}

@media (min-width:767px) {
  .box.box--article-horiz .box__bg {
    height: auto;
    min-height: 340px;
    border-radius: 8px 0 0 8px
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz .box__bg {
    border-radius: 8px 0 0 8px
  }
}

@media (min-width:767px) {
  .box.box--article-horiz a {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz a {
    grid-template-columns: 5fr 7fr
  }
}

@media (min-width:767px) {
  .box.box--article-horiz .box__content {
    border: 1px solid var(--color-border);
    border-left: none;
    border-radius: 0 var(--border-radius) var(--border-radius) 0
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz .box__content {
    padding: 50px
  }
}

.box.box--article-horiz-sm {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .box.box--article-horiz-sm {
    margin-bottom: 50px
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz-sm .box__bg {
    min-height: 260px;
    border-radius: 8px
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz-sm .permalink {
    float: left
  }
}

@media (min-width:1024px) {
  .box.box--article-horiz-sm a {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}

.box.box--tabs .box__table {
  display: none;
  width: 100%;
  border-bottom: 1px solid rgba(228, 231, 235, .25)
}

@media (min-width:767px) {
  .box.box--tabs .box__table {
    display: table
  }
}

.box.box--tabs .box__table tr td,
.box.box--tabs .box__table tr th {
  text-align: left
}

.box.box--tabs .box__table tr th {
  padding: 15px;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-text-alt)
}

@media (min-width:767px) {
  .box.box--tabs .box__table tr th {
    font-size: 12px
  }
}

@media (min-width:1202px) {
  .box.box--tabs .box__table tr th {
    padding: 15px 25px
  }
}

.box.box--tabs .box__header {
  background-color: var(--color-primary-light);
  color: var(--color-white);
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 45px;
  padding-right: 30px
}

@media (min-width:1024px) {
  .box.box--tabs .box__header {
    height: 65px
  }
}

.box.box--tabs .box__header .box__nav {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 8px 0 0 0
}

.box.box--tabs .box__header .box__nav a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  background-color: var(--color-primary-light)
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a {
    font-size: 22px;
    padding: 0 25px
  }
}

.box.box--tabs .box__header .box__nav a i {
  margin-left: 8px
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i {
    margin-left: 20px
  }
}

.box.box--tabs .box__header .box__nav a i.icon-plane-landing {
  height: 20px
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i.icon-plane-landing {
    height: 30px
  }
}

.box.box--tabs .box__header .box__nav a i.icon-plane-landing:before {
  font-size: 20px
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i.icon-plane-landing:before {
    font-size: 30px
  }
}

.box.box--tabs .box__header .box__nav a i.icon-plane-landing.icon-plane-landing--dot {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex
}

.box.box--tabs .box__header .box__nav a i.icon-plane-landing.icon-plane-landing--dot:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i.icon-plane-landing.icon-plane-landing--dot:after {
    width: 10px;
    height: 10px
  }
}

.box.box--tabs .box__header .box__nav a i.icon-plane-takeoff {
  height: 20px
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i.icon-plane-takeoff {
    height: 30px
  }
}

.box.box--tabs .box__header .box__nav a i.icon-plane-takeoff:before {
  font-size: 20px
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i.icon-plane-takeoff:before {
    font-size: 30px
  }
}

.box.box--tabs .box__header .box__nav a i.icon-plane-takeoff.icon-plane-takeoff--dot {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex
}

.box.box--tabs .box__header .box__nav a i.icon-plane-takeoff.icon-plane-takeoff--dot:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-tertiary);
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  right: 0
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .box__nav a i.icon-plane-takeoff.icon-plane-takeoff--dot:after {
    bottom: 0;
    width: 10px;
    height: 10px
  }
}

.box.box--tabs .box__header .box__nav a.active {
  color: var(--color-primary-light);
  background-color: var(--color-white)
}

.box.box--tabs .box__header .box__txt {
  font-size: 12px;
  display: none;
  margin-left: auto
}

@media (min-width:767px) {
  .box.box--tabs .box__header .box__txt {
    display: block
  }
}

.box.box--tabs .box__header .permalink {
  display: none;
  margin-left: auto
}

@media (min-width:767px) {
  .box.box--tabs .box__header .permalink {
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 12px
  }
}

@media (min-width:1024px) {
  .box.box--tabs .box__header .permalink {
    font-size: 16px
  }
}

.box.box--tabs .box__header a.permalink:hover {
  color: var(--color-white)
}

.box.box--tabs .box__content {
  height: 485px;
  overflow-y: auto;
  position: relative
}

@media (min-width:767px) {
  .box.box--tabs .box__content {
    height: 443px
  }
}

.box.box--tabs .box__content.is-loading {
  overflow-y: hidden
}

.box.box--tabs .box__content.is-loading:before {
  opacity: .9;
  visibility: visible;
  pointer-events: all
}

.box.box--tabs .box__content.is-loading .loader {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

.box.box--tabs .box__content:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

.box.box--tabs .box__content .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

.box.box--tabs .box__content::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.box.box--tabs .box__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.box.box--tabs .box__content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.box.box--tabs.box--tabs-alert .box__content {
  height: auto
}

.box.box--tabs.box--tabs-alert .box__results {
  padding: 40px 16px;
  border-top: 0
}

.box.box--tabs-alt {
  padding: 10px 0
}

.box.box--img {
  box-shadow: none
}

.box.box--img .box__bg {
  height: 300px;
  border-radius: var(--border-radius)
}

@media (min-width:767px) {
  .box.box--img .box__bg {
    height: 450px
  }
}

@media (min-width:1024px) {
  .box.box--img .box__bg {
    height: 575px
  }
}

@media (min-width:1202px) {
  .box.box--img .box__bg {
    height: 650px
  }
}

.box.box--img.box--map .box__bg {
  height: 460px;
  border-radius: var(--border-radius)
}

@media (min-width:767px) {
  .box.box--img.box--map .box__bg {
    height: 450px
  }
}

@media (min-width:1024px) {
  .box.box--img.box--map .box__bg {
    height: 575px
  }
}

@media (min-width:1202px) {
  .box.box--img.box--map .box__bg {
    height: 650px
  }
}

.box.box--form {
  padding: 25px
}

@media (min-width:1024px) {
  .box.box--form {
    padding: 50px
  }
}

.box.box--form .box__title {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--form .box__title {
    margin-bottom: 25px
  }
}

.box.box--form .headline {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .box.box--form .headline {
    margin-bottom: 40px
  }
}

.box.box--eyelash {
  overflow: hidden
}

.box.box--eyelash .box__header {
  background-color: var(--color-primary-light);
  color: var(--color-white);
  padding: 10px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header {
    padding: 15px 25px
  }
}

.box.box--eyelash .box__header .icon-plane-landing {
  height: 20px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane-landing {
    height: 30px
  }
}

.box.box--eyelash .box__header .icon-plane-landing:before {
  font-size: 20px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane-landing:before {
    font-size: 30px
  }
}

.box.box--eyelash .box__header .icon-plane-landing.icon-plane-landing--dot {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex
}

.box.box--eyelash .box__header .icon-plane-landing.icon-plane-landing--dot:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane-landing.icon-plane-landing--dot:after {
    width: 10px;
    height: 10px
  }
}

.box.box--eyelash .box__header .icon-plane {
  height: 20px;
  margin: 0 5px;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane {
    height: 30px;
    margin: 0 15px
  }
}

.box.box--eyelash .box__header .icon-plane:before {
  font-size: 20px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane:before {
    font-size: 30px
  }
}

.box.box--eyelash .box__header .icon-plane.icon-plane--dot {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex
}

.box.box--eyelash .box__header .icon-plane.icon-plane--dot.icon-plane-takeoff:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-tertiary);
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  right: 0
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane.icon-plane--dot.icon-plane-takeoff:after {
    bottom: 0;
    width: 10px;
    height: 10px
  }
}

.box.box--eyelash .box__header .icon-plane.icon-plane--dot.icon-plane-landing:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  left: 0
}

@media (min-width:1024px) {
  .box.box--eyelash .box__header .icon-plane.icon-plane--dot.icon-plane-landing:after {
    bottom: 0;
    width: 10px;
    height: 10px
  }
}

.box.box--eyelash .box__header span.text-2 {
  max-width: 70px;
  text-align: center
}

@media (min-width:420px) {
  .box.box--eyelash .box__header span.text-2 {
    text-align: left;
    max-width: 80px
  }
}

@media (min-width:767px) {
  .box.box--eyelash .box__header span.text-2 {
    max-width: none
  }
}

.box.box--eyelash .box__table {
  display: none;
  width: 100%;
  border-bottom: 1px solid rgba(228, 231, 235, .25)
}

@media (min-width:767px) {
  .box.box--eyelash .box__table {
    display: table
  }
}

.box.box--eyelash .box__table tr td,
.box.box--eyelash .box__table tr th {
  text-align: left
}

.box.box--eyelash .box__table tr th {
  padding: 15px;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-text-alt)
}

@media (min-width:767px) {
  .box.box--eyelash .box__table tr th {
    font-size: 12px
  }
}

@media (min-width:1202px) {
  .box.box--eyelash .box__table tr th {
    padding: 15px 25px
  }
}

.box.box--eyelash .box__img {
  border: 1px solid var(--color-border)
}

.box.box--eyelash .box__footer {
  padding: 25px;
  border-top: 1px solid var(--color-border)
}

@media (min-width:1024px) {
  .box.box--eyelash .box__footer {
    padding: 50px
  }
}

.box.box--eyelash .box__footer.grid.grid--4y8 {
  -webkit-box-align: start;
  align-items: flex-start;
  grid-column-gap: 20px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__footer.grid.grid--4y8 {
    grid-column-gap: 40px
  }
}

.box.box--eyelash .box__sidebar {
  border-top: 1px solid var(--color-border);
  padding-top: 30px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__sidebar {
    border-left: 1px solid var(--color-border);
    border-top: none;
    padding-left: 30px;
    padding-top: 0
  }
}

@media (min-width:1202px) {
  .box.box--eyelash .box__sidebar {
    padding-left: 60px
  }
}

.box.box--eyelash .box__sidebar .title {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__sidebar .title {
    margin-bottom: 25px
  }
}

.box.box--eyelash .box__sidebar .title-2 {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__sidebar .title-2 {
    margin-bottom: 20px
  }
}

.box.box--eyelash .box__sidebar .text {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__sidebar .text {
    margin-bottom: 30px
  }
}

@media (min-width:1024px) {
  .box.box--eyelash .box__subcontent {
    padding-right: 30px
  }
}

@media (min-width:1202px) {
  .box.box--eyelash .box__subcontent {
    padding-right: 60px
  }
}

.box.box--eyelash .box__content-sm {
  padding: 15px 10px
}

@media (min-width:1024px) {
  .box.box--eyelash .box__content-sm {
    padding: 30px 20px
  }
}

@media (min-width:767px) {
  .box.box--eyelash .box__content-sm.grid.grid--2y10 .title-2 {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
  }
}

.box.box--eyelash .box__content {
  padding: 15px
}

@media (min-width:767px) {
  .box.box--eyelash .box__content {
    padding: 25px
  }
}

@media (min-width:1024px) {
  .box.box--eyelash .box__content {
    padding: 30px
  }
}

@media (min-width:1202px) {
  .box.box--eyelash .box__content {
    padding: 50px
  }
}

.box.box--eyelash .box__content.grid--8y4 .grid--1y9>.title-2 {
  margin-bottom: 0
}

@media (min-width:767px) {
  .box.box--eyelash .box__content.grid--8y4 .grid--1y9>.title-2 {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

@media (min-width:1024px) {
  .box.box--eyelash .box__content.grid--8y4 .grid--1y9>.title-2 {
    -webkit-transform: translateY(14px);
    transform: translateY(14px)
  }
}

.box.box--eyelash .box__content-flights {
  overflow-y: auto;
  position: relative;
  height: 350px
}

@media (min-width:767px) {
  .box.box--eyelash .box__content-flights {
    height: 350px
  }
}

@media (min-width:1024px) {
  .box.box--eyelash .box__content-flights {
    height: 450px
  }
}

.box.box--eyelash .box__content-flights .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}

.box.box--eyelash .grid.grid--2y10 {
  -webkit-box-align: center;
  align-items: center
}

.box.box--eyelash .grid.grid--8y4 {
  grid-template-columns: 1fr;
  grid-gap: 30px
}

@media (min-width:1024px) {
  .box.box--eyelash .grid.grid--8y4 {
    grid-gap: 0;
    grid-template-columns: 8fr 4fr
  }
}

.box.box--individual-flight .box__column {
  display: grid;
  grid-row-gap: 15px
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column {
    grid-row-gap: 25px
  }
}

.box.box--individual-flight .box__column:first-child {
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 20px
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:first-child {
    grid-template-columns: 1fr
  }
}

.box.box--individual-flight .box__column:first-child .box__img {
  width: 100%;
  height: 70px
}

@media (min-width:420px) {
  .box.box--individual-flight .box__column:first-child .box__img {
    width: 100px;
    height: 85px
  }
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:first-child .box__img {
    width: 200px;
    height: 170px
  }
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:first-child .box__img {
    width: 250px;
    height: 210px
  }
}

@media (min-width:1202px) {
  .box.box--individual-flight .box__column:first-child .box__img {
    width: 285px;
    height: 240px
  }
}

.box.box--individual-flight .box__column:first-child .box__img img {
  max-width: 65%;
  max-height: 65%
}

.box.box--individual-flight .box__column:first-child .list-box {
  display: grid;
  grid-row-gap: 10px
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:first-child .list-box {
    grid-row-gap: 20px
  }
}

.box.box--individual-flight .box__column:first-child .list-box .box-date .title-2 {
  font-size: 14px;
  margin-bottom: 0
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:first-child .list-box .box-date .title-2 {
    font-size: 18px
  }
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:first-child .list-box .box-date .title-2 {
    font-size: 20px
  }
}

.box.box--individual-flight .box__column:first-child .list-box .box-date .text-2.text-2--sz-sm {
  font-size: 9px
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:first-child .list-box .box-date .text-2.text-2--sz-sm {
    font-size: 11px
  }
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:first-child .list-box .box-date .text-2.text-2--sz-sm {
    font-size: 12px
  }
}

.box.box--individual-flight .box__column:nth-child(2) {
  margin-bottom: 20px
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:nth-child(2) {
    margin-bottom: 0;
    display: block
  }
}

.box.box--individual-flight .box__column:nth-child(2) .box__row {
  grid-template-columns: 1fr;
  grid-row-gap: 20px
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    margin-bottom: 20px
  }
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row {
    grid-column-gap: 50px;
    margin-bottom: 35px
  }
}

.box.box--individual-flight .box__column:nth-child(2) .box__row:first-child {
  grid-gap: 0
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row:first-child {
    margin-bottom: 10px;
    grid-column-gap: 25px
  }
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row:first-child {
    margin-bottom: 20px;
    grid-column-gap: 50px
  }
}

.box.box--individual-flight .box__column:nth-child(2) .box__row:first-child .box-date:nth-child(2) .text-2 {
  display: none
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row:first-child .box-date:nth-child(2) .text-2 {
    display: block
  }
}

.box.box--individual-flight .box__column:nth-child(2) .box__row:nth-child(3) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0
}

@media (min-width:767px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row:nth-child(3) {
    grid-column-gap: 25px
  }
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__column:nth-child(2) .box__row:nth-child(3) {
    grid-column-gap: 50px
  }
}

.box.box--individual-flight .box__column:nth-child(2) .box__row:last-child {
  margin-bottom: 0
}

.box.box--individual-flight .box__content.grid.grid--4y8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse
}

@media (min-width:767px) {
  .box.box--individual-flight .box__content.grid.grid--4y8 {
    display: grid
  }
}

.box.box--individual-flight .box__content.grid.grid--4y8 .box__column:nth-child(2) {
  grid-row-gap: 20px
}

@media (min-width:1024px) {
  .box.box--individual-flight .box__content.grid.grid--4y8 .box__column:nth-child(2) {
    grid-row-gap: 35px
  }
}

.box.box--individual-flight .box__content.grid.grid--4y8 .box__column:nth-child(2) .box-date .text-2:first-of-type {
  margin-bottom: 10px
}

.box.box--modal {
  padding: 15px 20px;
  width: 250px;
  font-family: var(--main-font)
}

@media (min-width:767px) {
  .box.box--modal {
    width: 300px
  }
}

@media (min-width:1024px) {
  .box.box--modal {
    padding: 25px 30px;
    width: 350px
  }
}

.box.box--modal .box__header {
  border-bottom: 1px solid var(--color-border);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--modal .box__header {
    padding-bottom: 15px;
    margin-bottom: 25px
  }
}

.box.box--modal .box__header .title-2 {
  margin-bottom: 0
}

.box.box--modal .box__header .text-2 {
  font-size: 12px
}

@media (min-width:1024px) {
  .box.box--modal .box__header .text-2 {
    font-size: 14px
  }
}

.box.box--modal .list.list--horiz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px
}

@media (min-width:767px) {
  .box.box--modal .list.list--horiz {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width:1024px) {
  .box.box--modal .list.list--horiz {
    grid-gap: 30px
  }
}

.box.box--modal .list.list--horiz .logo {
  max-width: 100%
}

@media (min-width:767px) {
  .box.box--modal .permalink {
    font-size: 13px
  }
}

@media (min-width:1024px) {
  .box.box--modal .permalink {
    font-size: 16px
  }
}

.box.box--modal .list-box {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--modal .list-box {
    margin-bottom: 25px
  }
}

.box.box--modal .list-box:last-child {
  margin-bottom: 0
}

.box.box--bg-primary {
  background-color: var(--color-primary-medium)
}

.box.box--bg-primary .box__title,
.box.box--bg-primary .headline,
.box.box--bg-primary label {
  color: var(--color-white)
}

.box.box--bg-primary label strong {
  color: var(--color-tertiary)
}

.box.box--bg-light {
  background-color: var(--color-bg-light)
}

.box.box--bg-transparent {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white)
}

.box.box--relative {
  position: relative;
  padding-top: 35px
}

@media (min-width:767px) {
  .box.box--relative {
    padding-top: 50px
  }
}

.box.box--no-shadow {
  box-shadow: none
}

.box.box--border {
  border: 1px solid var(--color-border)
}

.box.box--border-lg {
  border: 2px solid var(--color-border)
}

.box.box--sm {
  padding: 30px
}

@media (min-width:1024px) {
  .box.box--sm {
    padding: 50px
  }
}

.box.box--sm .text {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .box.box--sm .text {
    margin-bottom: 35px
  }
}

.box.box--m-bottom {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .box.box--m-bottom {
    margin-bottom: 30px
  }
}

.box.box--m-bottom-lg {
  margin-bottom: 30px
}

@media (min-width:1024px) {
  .box.box--m-bottom-lg {
    margin-bottom: 60px
  }
}

.box.box--m-bottom-xlg {
  margin-bottom: 50px
}

@media (min-width:1024px) {
  .box.box--m-bottom-xlg {
    margin-bottom: 100px
  }
}

.box.box--avatar {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
  max-width: 384px
}

.box.box--avatar.is-active .box__avatar {
  border-color: transparent
}

.box.box--avatar.is-active .box__avatar:before {
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.box.box--avatar.is-active:hover .box__avatar:after {
  border-color: var(--color-quaternary);
  background-color: rgba(0, 0, 0, .3)
}

.box.box--avatar.is-active:hover .box__avatar:before {
  color: var(--color-quaternary);
  opacity: 1
}

.box.box--avatar:hover .box__avatar:after {
  border-color: var(--color-primary)
}

.box.box--avatar:hover .box__avatar:before {
  color: var(--color-primary);
  opacity: 1
}

.box.box--avatar .box__avatar {
  background-color: var(--color-border);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  border-radius: 4px;
  height: 73px;
  width: 73px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative
}

@media (min-width:1024px) {
  .box.box--avatar .box__avatar {
    height: 110px;
    width: 110px
  }
}

.box.box--avatar .box__avatar:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.box.box--avatar .box__avatar:before {
  font-size: 40px;
  height: 46px;
  content: "+";
  opacity: .5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: var(--color-text);
  z-index: 5;
  position: relative
}

.box.box--avatar .box__content {
  width: calc(100% - 93px)
}

@media (min-width:1024px) {
  .box.box--avatar .box__content {
    width: calc(100% - 130px)
  }
}

.box.box--avatar input {
  display: none
}

.box.box--avatar .box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10
}

.box.box--avatar .box__title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width:1024px) {
  .box.box--avatar .box__title {
    font-size: 16px
  }
}

.box.box--avatar .box__txt {
  font-size: 12px;
  color: var(--color-text-alt);
  line-height: 120%
}

.box.box--faq .box__header {
  padding: 20px 30px;
  background-color: var(--color-bg)
}

.box.box--faq .box__content {
  padding: 20px 30px
}

.box.box--faq .box__content .entry p:last-child {
  margin-bottom: 0
}

.article .article__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  margin-bottom: 0;
  font-family: var(--main-font);
  color: var(--color-primary-dark)
}

@media (min-width:1024px) {
  .article .article__title {
    font-size: 24px
  }
}

.article .article__text {
  font-family: var(--alt-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 145%
}

@media (min-width:1024px) {
  .article .article__text {
    font-size: 15px
  }
}

.article .article__text p {
  margin-bottom: 10px
}

.article .article__text p:last-child {
  margin-bottom: 0
}

.article .article__text a:hover {
  color: var(--color-primary)
}

.article .article__text ol,
.article .article__text ul {
  font-size: 13px;
  line-height: 145%;
  margin-bottom: 15px
}

@media (min-width:1024px) {

  .article .article__text ol,
  .article .article__text ul {
    font-size: 15px;
    margin-bottom: 10px
  }
}

.article .article__text ol li,
.article .article__text ul li {
  margin-bottom: 5px
}

.article .article__content {
  padding: 15px 0
}

.article .article__content .article__content__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px
}

.article .article__content .article__content__header .icon-bg {
  margin-right: 10px
}

@media (min-width:1024px) {
  .article .article__content .article__content__header .icon-bg {
    margin-right: 15px
  }
}

.article .box.box--img {
  height: 150px
}

@media (min-width:767px) {
  .article .box.box--img {
    height: 260px
  }
}

.article .box.box--img-sm {
  width: 70px;
  height: 70px
}

@media (min-width:767px) {
  .article .box.box--img-sm {
    width: 100px;
    height: 100px
  }
}

@media (min-width:1024px) {
  .article .box.box--img-sm {
    width: 150px;
    height: 150px
  }
}

@media (min-width:1202px) {
  .article .box.box--img-sm {
    width: 180px;
    height: 180px
  }
}

.article .box.box--img-sm .box__img {
  width: 100%;
  height: 100%
}

@media (min-width:767px) {
  .article.article--horiz {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:767px) {

  .article.article--horiz .article__content,
  .article.article--horiz .article__img {
    width: calc((100% - 20px) / 2)
  }
}

@media (min-width:1024px) {

  .article.article--horiz .article__content,
  .article.article--horiz .article__img {
    width: calc((100% - 40px) / 2)
  }
}

.article.article--horiz .article__img .box {
  margin-bottom: 0
}

.article.article--horiz2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.article.article--horiz2 .article__content {
  width: calc(100% - 70px - 20px);
  padding-top: 5px
}

@media (min-width:767px) {
  .article.article--horiz2 .article__content {
    padding-top: 15px;
    width: calc(100% - 100px - 20px)
  }
}

@media (min-width:1024px) {
  .article.article--horiz2 .article__content {
    width: calc(100% - 150px - 40px)
  }
}

@media (min-width:1202px) {
  .article.article--horiz2 .article__content {
    width: calc(100% - 180px - 40px)
  }
}

.article.article--horiz2 .article__img .box {
  margin-bottom: 0
}

.article.article--double-img .article__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.article.article--double-img .article__img .box.box--img {
  width: calc(100% - 70px - 10px);
  height: auto
}

@media (min-width:767px) {
  .article.article--double-img .article__img .box.box--img {
    width: calc(100% - 100px - 10px)
  }
}

@media (min-width:1024px) {
  .article.article--double-img .article__img .box.box--img {
    width: calc(100% - 150px - 20px)
  }
}

@media (min-width:1202px) {
  .article.article--double-img .article__img .box.box--img {
    width: calc(100% - 180px - 20px)
  }
}

.article.article--double-img .article__img .box.box--img .box__bg {
  height: 150px
}

@media (min-width:420px) {
  .article.article--double-img .article__img .box.box--img .box__bg {
    height: 180px
  }
}

@media (min-width:767px) {
  .article.article--double-img .article__img .box.box--img .box__bg {
    height: 160px
  }
}

@media (min-width:1024px) {
  .article.article--double-img .article__img .box.box--img .box__bg {
    height: 220px
  }
}

@media (min-width:1202px) {
  .article.article--double-img .article__img .box.box--img .box__bg {
    height: 260px
  }
}

.block .box.box--img {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .block .box.box--img {
    margin-bottom: 35px
  }
}

.block .list-box .title-2 {
  margin-bottom: 5px
}

@media (min-width:1024px) {
  .block .list-box .title-2 {
    margin-bottom: 10px
  }
}

.block .block__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.block .block__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.block .block__header .title {
  color: var(--color-primary)
}

.block .block__header .permalink {
  margin-left: auto;
  color: var(--color-text-alt)
}

.block .block__header .permalink:hover {
  color: var(--color-primary)
}

.block .block__emoji {
  display: block;
  color: var(--color-text-alt);
  margin-bottom: 35px;
  font-size: 100px
}

@media (min-width:767px) {
  .block .block__emoji {
    font-size: 200px;
    margin-bottom: 55px
  }
}

@media (min-width:1202px) {
  .block .block__emoji {
    font-size: 300px
  }
}

.block .grid .sidebar .list-box {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .block .grid .sidebar .list-box {
    margin-bottom: 35px
  }
}

.block .grid .sidebar .list-box:last-of-type {
  margin-bottom: 0
}

.block .grid .sidebar .list-box .title-2 {
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .block .grid .sidebar .list-box .title-2 {
    margin-bottom: 20px
  }
}

.block .grid.grid--12 .box.box--img {
  grid-column: 1/13
}

.block.block--flights {
  background: #e4e7eb;
  background: linear-gradient(135deg, rgba(228, 231, 235, .75), rgba(228, 231, 235, .5));
  padding-top: 90px;
  padding-bottom: 30px
}

@media (min-width:767px) {
  .block.block--flights {
    padding-top: 150px;
    padding-bottom: 50px
  }
}

.block.block--flights>.container-desktop>.box {
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--color-border);
  margin-bottom: 30px
}

@media (min-width:767px) {
  .block.block--flights>.container-desktop>.box {
    margin-bottom: 65px
  }
}

@media (min-width:767px) {
  .block.block--flights>.container-desktop>.box:not(.box--tabs-alert) .box__content {
    height: 633px
  }
}

.block.block--flights .block__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.block.block--flights .block__bottom .permalink {
  color: var(--color-text-alt);
  margin-left: auto
}

.block.block--flights .block__bottom .permalink:hover {
  color: var(--color-primary)
}

.block.block--hero {
  background-color: var(--color-primary-light);
  position: relative;
  padding-bottom: 30px
}

@media (min-width:767px) {
  .block.block--hero {
    background-color: var(--color-bg-dark);
  }
}

.block.block--hero.block--hero-vuelos-only .container-desktop {
  padding-top: 140px !important;
}

.block.block--hero .title {
  margin-bottom: 5px;
  text-shadow: 0 3px 6px rgba(61, 62, 64, .1)
}

.block.block--hero .block__headline {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-shadow: 0 3px 6px rgba(61, 62, 64, .1)
}

@media (min-width:767px) {
  .block.block--hero .block__headline {
    font-size: 25px
  }
}

@media (min-width:1024px) {
  .block.block--hero .block__headline {
    font-size: 20px
  }
}

@media (min-width:1202px) {
  .block.block--hero .block__headline {
    font-size: 25px
  }
}

.block.block--hero .block__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 180px;
  padding-right: 83px;
  color: var(--color-white)
}

@media (min-width:767px) {
  .block.block--hero .block__content {
    height: 180px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
}

.block.block--hero .block__content .permalink {
  margin-top: 20px
}

@media (min-width:767px) {
  .block.block--hero .block__content .permalink {
    margin-left: auto;
    margin-top: 0
  }
}

.block.block--hero .block__content .title {
  color: var(--color-white)
}

.block.block--hero .container {
  position: relative;
  z-index: 10
}

.block.block--hero .container-desktop {
  pointer-events: none;
  position: relative;
  z-index: 5;
  padding-top: 240px
}

@media (min-width:767px) {
  .block.block--hero .container-desktop {
    padding-top: 280px;
    margin-top: 0
  }
}

.block.block--hero .container-desktop>.box {
  pointer-events: all;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  overflow: hidden
}

.block.block--hero>.container {
  z-index: 5
}

.block.block--hero>.container .grid {
  position: relative;
  z-index: 10
}

.block.block--hero>.container .grid .grid__item .box {
  margin-bottom: 20px
}

.block.block--hero>.container .grid .grid__item .box:last-child {
  margin-bottom: 0
}

.block.block--hero .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  margin-top: 60px
}

@media (min-width:767px) {
  .block.block--hero .swiper-container {
    pointer-events: all;
    margin-top: 0;
    bottom: 0;
    height: auto
  }
}

.block.block--hero .swiper-container .swiper-slide {
  position: relative
}

@media (min-width:767px) {
  .block.block--hero .swiper-container .swiper-slide {
    padding-top: 100px
  }
}

.block.block--hero .swiper-container .swiper-pagination {
  display: none
}

@media (min-width:767px) {
  .block.block--hero .swiper-container .swiper-pagination {
    display: block
  }
}

@media (min-width:767px) {
  .block.block--hero.block--hero-alert {
    height: 575px
  }
}

.block.block--hero.block--hero-alert .container-desktop {
  padding-top: 240px
}

@media (min-width:767px) {
  .block.block--hero.block--hero-alert .container-desktop {
    padding-top: 280px
  }
}

.block.block--articles {
  padding: 30px 0
}

/* @media (min-width:767px) {
  .block.block--articles {
    padding: 50px 0
  }
} */

.block.block--articles .block__header {
  margin-bottom: 20px
}

@media (min-width:767px) {
  .block.block--articles .block__header {
    margin-bottom: 30px
  }
}

.block.block--articles .grid {
  -webkit-box-align: start;
  align-items: flex-start
}

.block.block--articles .block__destinations .grid {
  margin-bottom: 20px
}

@media (min-width:767px) {
  .block.block--articles .block__destinations .grid {
    margin-bottom: 50px
  }
}

.block.block--articles .block__destinations .grid:last-of-type {
  margin-bottom: 50px
}

@media (min-width:767px) {
  .block.block--articles.block--articles--phone .grid.grid--articles .box.box--article:last-child {
    display: none
  }
}

@media (min-width:1024px) {
  .block.block--articles.block--articles--phone .grid.grid--articles .box.box--article:last-child {
    display: block
  }
}

.block.block--breadcrum {
  padding-top: var(--height-header-mb);
  background-color: var(--color-bg)
}

@media (min-width:767px) {
  .block.block--breadcrum {
    padding-top: var(--height-header-lg)
  }
}

.block.block--breadcrum .breadcrum {
  height: 40px
}

@media (min-width:1024px) {
  .block.block--breadcrum .breadcrum {
    height: 60px
  }
}

.block.block--form .form {
  border-top: 1px solid var(--color-border);
  padding-top: 30px;
  grid-row-gap: 40px
}

@media (min-width:1024px) {
  .block.block--form .form {
    padding-top: 60px;
    grid-row-gap: 80px
  }
}

.block.block--form .title {
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .block.block--form .title {
    margin-bottom: 15px
  }
}

.block.block--form .text {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .block.block--form .text {
    margin-bottom: 25px
  }
}

@media (min-width:1024px) {
  .block.block--form .btn-box .text {
    margin-bottom: 0
  }
}

.block.block--form .btn-box .btn {
  margin-left: auto
}

.block.block--bg-blue {
  padding: 30px 0
}

@media (min-width:767px) {
  .block.block--bg-blue {
    background-image: url(../images/bg-articles.jpg);
    background-position: top;
    background-repeat: no-repeat;
    /* padding: 100px 0 50px; */
  }
}

@media (min-width:1024px) {
  .block.block--bg-blue {
    /* padding: 150px 0 50px */
  }
}

@media (min-width:1202px) {
  .block.block--bg-blue {
    /* padding: 200px 0 50px */
  }
}

@media (min-width:767px) {

  .block.block--bg-blue .block__header/*
  .block.block--bg-blue .block__header .permalink,
  .block.block--bg-blue .block__header .title */ {
    color: var(--color-white)
  }
}

.block.block--bg-blue-dark {
  background-color: var(--color-primary)
}

.block.block--bg-blue-dark .text-2,
.block.block--bg-blue-dark .title-2 {
  color: var(--color-white)
}

.block.block--bg-semi-blue-dark {
  position: relative;
  z-index: 10;
  padding-bottom: 35px;
  padding-top: var(--height-header-mb)
}

@media (min-width:767px) {
  .block.block--bg-semi-blue-dark {
    padding-top: var(--height-header-lg)
  }
}

@media (min-width:1024px) {
  .block.block--bg-semi-blue-dark {
    padding-bottom: 75px
  }
}

.block.block--bg-semi-blue-dark:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 310px;
  background-color: var(--color-primary)
}

@media (min-width:767px) {
  .block.block--bg-semi-blue-dark:before {
    height: 450px
  }
}

@media (min-width:1024px) {
  .block.block--bg-semi-blue-dark:before {
    height: 590px
  }
}

@media (min-width:1202px) {
  .block.block--bg-semi-blue-dark:before {
    height: 625px
  }
}

.block.block--bg-semi-blue-dark .text-3,
.block.block--bg-semi-blue-dark .title {
  color: var(--color-white)
}

.block.block--bg-semi-blue-dark .breadcrum {
  color: var(--color-white);
  height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .block.block--bg-semi-blue-dark .breadcrum {
    height: 60px;
    margin-bottom: 35px
  }
}

.block.block--bg-semi-blue-dark .box.box--img {
  margin-bottom: 35px
}

@media (min-width:1024px) {
  .block.block--bg-semi-blue-dark .box.box--img {
    margin-bottom: 70px
  }
}

.block.block--bg-semi-blue-dark .box.box--img.box--plane {
  margin-bottom: 15px
}

@media (min-width:1024px) {
  .block.block--bg-semi-blue-dark .box.box--img.box--plane {
    margin-bottom: 25px
  }
}

.block.block--bg-semi-blue-dark .container {
  position: relative
}

.block.block--bg-semi-blue-dark.block--bg-semi-double:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary-light)
}

.block.block--bottom {
  background-color: var(--color-bg);
  border-top: 1px solid var(--color-border);
  display: none
}

@media (min-width:767px) {
  .block.block--bottom {
    display: block;
    padding: 30px 0
  }
}

@media (min-width:1024px) {
  .block.block--bottom {
    padding: 50px 0
  }
}

@media (min-width:1202px) {
  .block.block--bottom {
    padding: 70px 0
  }
}

.block.block--bottom .grid {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr 3fr 2fr;
  grid-gap: 0 80px
}

@media (min-width:767px) {
  .block.block--bottom .grid {
    grid-gap: 0 40px
  }
}

@media (min-width:1202px) {
  .block.block--bottom .grid {
    grid-gap: 0 70px
  }
}

.block.block--bottom .block__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  white-space: nowrap;
  color: var(--color-primary-light)
}

@media (min-width:767px) {
  .block.block--bottom .block__title {
    font-size: 14px;
    margin-bottom: 20px
  }
}

@media (min-width:1202px) {
  .block.block--bottom .block__title {
    font-size: 16px;
    margin-bottom: 30px
  }
}

.block.block--bottom .block__title a:hover {
  text-decoration: underline
}

.block.block--bottom .block__nav {
  display: grid;
  grid-gap: 20px 40px
}

@media (min-width:767px) {
  .block.block--bottom .block__nav {
    grid-gap: 15px 20px
  }
}

@media (min-width:1202px) {
  .block.block--bottom .block__nav {
    grid-gap: 20px 40px
  }
}

@media (min-width:1024px) {
  .block.block--bottom .block__nav.block__nav--lg {
    grid-template-columns: 1fr 1fr
  }
}

.block.block--bottom .block__nav a {
  font-size: 13px;
  white-space: nowrap
}

@media (min-width:767px) {
  .block.block--bottom .block__nav a {
    font-size: 12px
  }
}

@media (min-width:1202px) {
  .block.block--bottom .block__nav a {
    font-size: 13px
  }
}

.block.block--bottom .block__nav a:hover {
  text-decoration: underline;
  color: var(--color-primary-light)
}

.block.block--404 {
  padding: 120px 0 80px
}

@media (min-width:767px) {
  .block.block--404 {
    padding: 170px 0 100px
  }
}

@media (min-width:767px) {
  .block.block--404 .container {
    max-width: 612px
  }
}

.block.block--padding {
  padding: 30px 0
}

@media (min-width:1024px) {
  .block.block--padding {
    padding: 60px 0
  }
}

.block.block--padding-sm {
  padding: 25px 0
}

@media (min-width:1024px) {
  .block.block--padding-sm {
    padding: 50px 0
  }
}

.block.block--padding-md {
  padding: 30px 0
}

@media (min-width:1024px) {
  .block.block--padding-md {
    padding: 75px 0
  }
}

.block.block--padding-lg {
  padding: 50px 0
}

@media (min-width:1024px) {
  .block.block--padding-lg {
    padding: 100px 0
  }
}

.block.block--padding-bottom {
  padding-bottom: 30px
}

@media (min-width:1024px) {
  .block.block--padding-bottom {
    padding-bottom: 60px
  }
}

.block.block--m-bottom {
  margin-bottom: 20px
}

@media (min-width:1024px) {
  .block.block--m-bottom {
    margin-bottom: 40px
  }
}

.breadcrum {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-text-alt)
}

@media (min-width:1024px) {
  .breadcrum {
    font-size: 12px
  }
}

.breadcrum li {
  position: relative
}

.breadcrum li:before {
  font-family: icons;
  content: "\e802";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(- 90deg);
  font-size: 5px
}

.breadcrum li a {
  display: inline-block;
  padding: 20px;
  padding-left: 10px
}

.breadcrum li a:hover {
  text-decoration: underline
}

.breadcrum li:first-child a {
  padding-left: 0
}

.breadcrum li:last-child {
  padding-left: 10px
}

.breadcrum li:last-child:before {
  display: none
}

a.permalink i {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

a.permalink:hover {
  color: var(--color-primary)
}

a.permalink:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

a.permalink.permalink--c-white,
a.permalink.permalink--c-white:hover {
  color: var(--color-white)
}

a.permalink.permalink--left:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

a.img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

a.img:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

a.item-2--c-white {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

a.item-2--c-white:hover {
  border-bottom: 1px solid hsla(0, 0%, 100%, .5)
}

.block-map {
  height: 400px;
  background-color: var(--color-bg);
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

@media (min-width:1024px) {
  .block-map {
    height: 600px
  }
}

@media (min-width:1202px) {
  .block-map {
    height: 1000px
  }
}

.block-map .map__info {
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 9999;
  color: var(--color-text-alt)
}

.block-map .map__info .map__info__item {
  padding: 9px 25px 9px 9px;
  margin-bottom: 11px;
  border: 1px solid var(--color-border);
  border-radius: 60px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  align-items: center
}

.block-map .map__info .map__info__item span {
  height: 15px;
  width: 15px;
  background: #000;
  margin-right: 10px;
  border-radius: 100%
}

.block-map .map__info .map__info__item span.orange {
  background: var(--color-secondary)
}

.block-map .map__info .map__info__item span.green {
  background: var(--color-tertiary-hover)
}

.block-map .map__info .map__info__item span.blue {
  background: var(--color-primary-light)
}

.block-map.block-map--destinos .box--modal {
  z-index: 99999
}

.block-map .box__map.box__map--destinos {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute
}

.box__title {
  line-height: 1.3;
  padding-bottom: 10px;
  margin: 0;
  -webkit-text-stroke: 0.3px transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  white-space: normal;
  /* Para evitar corte por overflow en línea */
  overflow-wrap: break-word;
  /* Que se rompa en palabras si es necesario */
}

/* FIX Chrome/Firefox - Forzar ancho correcto en Preguntas Frecuentes (page id 139) */
body.page-id-139 .container.grid.grid--12 {
  max-width: none !important;
}

/* El problema real: el contenido está en col-8, lo forzamos a ocupar todo el grid */
body.page-id-139 .col-8.col-8--center {
  grid-column: 1 / -1 !important;
  /* ocupa las 12 columnas del grid */
  width: 100% !important;
}

/* Mantener centrado y legible (no gigante) */
body.page-id-139 .col-8.col-8--center>* {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Opcional: un padding lateral prolijo */
body.page-id-139 .col-8.col-8--center {
  padding-left: 20px;
  padding-right: 20px;
}
/* ==========================================================
   Degradé oficial Provincia – Sección Novedades (AIR ROS)
   ========================================================== */

/* Sección Novedades (Home) */
.block.block--articles.block--articles--phone.block--bg-blue,
.block.block--articles.block--bg-blue,
.block.block--bg-blue{
  background: rgb(255,203,2) !important;
  background: linear-gradient(120deg,
    rgba(255,203,2,1) 0%,
    rgba(255,116,2,1) 33%,
    rgba(228,33,83,1) 66%,
    rgba(60,58,229,1) 100%
  ) !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

/* Si el theme agrega capas/pseudo-elementos con imagen, las apagamos */
.block.block--articles.block--articles--phone.block--bg-blue::before,
.block.block--articles.block--articles--phone.block--bg-blue::after,
.block.block--articles.block--bg-blue::before,
.block.block--articles.block--bg-blue::after,
.block.block--bg-blue::before,
.block.block--bg-blue::after{
  background: none !important;
  background-image: none !important;
}



/* ==========================================================
   PROVINCIA – DEGRADÉ (como imagen de referencia)
   Objetivo: que el degradé se vea debajo del HERO (zona botones)
   y en NOVEDADES, sin que lo tape la foto del swiper.
   Pegado automáticamente al final.
   ========================================================== */

:root{
  --prov-grad: linear-gradient(120deg,
    rgba(255,203,2,1) 0%,
    rgba(255,116,2,1) 33%,
    rgba(228,33,83,1) 66%,
    rgba(60,58,229,1) 100%
  );
}

/* 1) Hacemos que la imagen del swiper NO cubra toda la altura.
      Así el fondo degradé del HERO aparece en la parte inferior. */
.block.block--hero{
  background: rgb(255,203,2) !important;
  background: var(--prov-grad) !important;
  position: relative;
}

/* En desktop, el swiper estaba "bottom:0; height:auto" y ocupaba todo.
   Lo limitamos para que quede solo como cabecera visual. */
@media (min-width: 767px){
  .block.block--hero .swiper-container{
    height: 360px !important;
    bottom: auto !important;
    overflow: hidden !important;
  }

  /* El contenido del hero (flights + accesos) queda por encima del fondo */
  .block.block--hero .container-desktop{
    padding-top: 420px !important; /* baja el módulo flights debajo del swiper */
  }
}

/* 2) NOVEDADES también con degradé y sin bg-articles.jpg */
.block.block--articles.block--bg-blue{
  background: rgb(255,203,2) !important;
  background: var(--prov-grad) !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}

@media (min-width: 767px){
  .block.block--bg-blue{
    background-image: none !important; /* mata la imagen del tema */
  }
}

/* Texto blanco en la cabecera de Novedades, como el diseño */
@media (min-width: 767px){
  .block.block--articles.block--bg-blue .block__header,
  .block.block--articles.block--bg-blue .block__header .block__title
  /* .block.block--articles.block--bg-blue .block__header .permalink */{
    color: #fff !important;
  }
}

/* ===========================
   FIX: aplicar degradé también a NOVEDADES (block--articles)
   =========================== */
.block.block--articles.block--bg-blue{
  background: rgb(255,203,2) !important;
  background: linear-gradient(120deg,
    rgba(255,203,2,1) 0%,
    rgba(255,116,2,1) 33%,
    rgba(228,33,83,1) 66%,
    rgba(60,58,229,1) 100%
  ) !important;

  background-image: none !important; /* mata bg-articles.jpg */
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
}

/* En desktop, tu CSS original vuelve a setear bg-articles.jpg dentro de @media,
   así que lo anulamos también allí */
@media (min-width: 767px){
  .block.block--articles.block--bg-blue{
    background-image: none !important;
  }
}

/* ===========================
   V3: forzar degradé en "Novedades" aunque cambie la clase del section
   =========================== */
section.block--articles,
.block.block--articles{
  background: linear-gradient(120deg,
    rgba(255,203,2,1) 0%,
    rgba(255,116,2,1) 33%,
    rgba(228,33,83,1) 66%,
    rgba(60,58,229,1) 100%
  ) !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
}

/* si algún wrapper/inner te lo tapa */
section.block--articles .container,
.block.block--articles .container{
  background: transparent !important;
}

/* por si el HTML usa ".block--bg-blue" en un div interno */
.block--articles .block--bg-blue{
  background: inherit !important;
  background-image: none !important;
}
/* ===============================
   HEADER gris claro
   =============================== */

.header{
  background: #F0F0F0 !important;
  color: var(--color-text) !important;
}

/* Links/menú en oscuro */
.header .header__nav > a,
.header .header__title,
.header .header__date{
  color: var(--color-text) !important;
}

/* Flechitas/iconos del menú */
.header .header__nav > a i{
  color: var(--color-text) !important;
}
/* =========================================
   FOOTER – Forzar color #494963 (definitivo)
   ========================================= */

/* Footer base */
.footer,
.footer__top,
.footer__bottom {
  background: #494963 !important;
  background-image: none !important;
}

/* Pseudo-elementos que suelen meter el gradiente */
.footer::before,
.footer::after,
.footer__top::before,
.footer__top::after,
.footer__bottom::before,
.footer__bottom::after {
  content: none !important;
  background: none !important;
}

/* Texto y links */
.footer,
.footer a,
.footer span,
.footer p {
  color: #ffffff !important;
}

/* Hover links */
.footer a:hover {
  color: #e0e0e0 !important;
}
/* Forzar nuevo logo del footer (cache-bust) */
.footer__top > div:nth-child(1) > a:nth-child(1) > img:nth-child(1){
  content: url("/wp-content/themes/theme/images/logo-white.svg?v=2") !important;
  width: 70px;           /* ajustá si querés */
  height: auto;/* =========================================
   MOBILE MENU – Forzar logo nuevo (override)
   ========================================= */

/* 1) Si el logo del menú es un <img> */
.header__mobile .header__logo img,
.header__panel .header__logo img,
.header__menu .header__logo img,
.header__nav--mobile .header__logo img,
.header__top--mobile .header__logo img {
  content: url("/wp-content/themes/theme/images/logo-white.svg?v=20251228") !important;
  width: 122.44px !important;
  height: 58.33px !important;
  max-width: none !important;
}

/* 2) Si el logo del menú está como background-image */
.header__mobile .header__logo,
.header__panel .header__logo,
.header__menu .header__logo,
.header__nav--mobile .header__logo {
  background-image: url("/wp-content/themes/theme/images/logo-white.svg?v=20251228") !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: 122.44px 58.33px !important;
}

}
