<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the &lt;fieldset&gt; element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #8a8a8a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px; }

select {
  width: 100%;
  border-radius: 4px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 4px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 64em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  width: 100%;
  float: left; }
  .small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: left; }

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  width: 50%;
  float: left; }
  .small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
    float: left; }

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
    float: left; }

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  width: 25%;
  float: left; }
  .small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
    float: left; }

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  width: 20%;
  float: left; }
  .small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
    float: left; }

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
    float: left; }

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
    float: left; }

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
    float: left; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    width: 100%;
    float: left; }
    .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
      float: left; }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    width: 50%;
    float: left; }
    .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
      float: left; }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
      float: left; }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    width: 25%;
    float: left; }
    .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
      float: left; }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    width: 20%;
    float: left; }
    .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
      float: left; }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
      float: left; }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
      float: left; }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
      float: left; }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    width: 100%;
    float: left; }
    .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
      float: left; }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    width: 50%;
    float: left; }
    .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
      float: left; }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
      float: left; }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    width: 25%;
    float: left; }
    .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
      float: left; }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    width: 20%;
    float: left; }
    .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
      float: left; }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
      float: left; }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
      float: left; }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
      float: left; }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.625rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #e30613;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #c30510; }
  a img {
    border: 0; }

hr {
  max-width: 71.875rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #8a8a8a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 4px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 140%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.9em 1.2em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background-color: #e30613;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #c10510;
    color: #fff; }
  .button.tiny {
    font-size: 0.7rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.2em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.8;
  color: #8a8a8a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group &gt; :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group &gt; :last-child &gt; * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child &gt; :first-child {
  border-radius: 4px 4px 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 4px 4px; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #e30613;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active &gt; .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #e30613; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent &gt; a {
  position: relative; }
  .is-accordion-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #e30613 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #e30613;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #e30613; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.7rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 4px;
  position: relative;
  color: #8a8a8a;
  background-color: white; }
  .callout &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .is-drilldown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #e30613;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back &gt; a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #e30613 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 4px;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #e30613 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #e30613 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #e30613;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e30613 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e30613 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e30613;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e30613 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e30613 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e30613;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e30613 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e30613;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 4px;
  background: #e30613;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section &gt; :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu &gt; li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu &gt; li {
      outline: 0; }
  .menu &gt; li &gt; a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i,
  .menu &gt; li &gt; a svg {
    vertical-align: middle; }
    .menu &gt; li &gt; a img + span,
    .menu &gt; li &gt; a i + span,
    .menu &gt; li &gt; a svg + span {
      vertical-align: middle; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i,
  .menu &gt; li &gt; a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu &gt; li {
    display: table-cell; }
  .menu.vertical &gt; li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal &gt; li {
      display: table-cell; }
    .menu.medium-vertical &gt; li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal &gt; li {
      display: table-cell; }
    .menu.large-vertical &gt; li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right &gt; li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded &gt; li:first-child:last-child {
      width: 100%; }
  .menu.icon-top &gt; li &gt; a {
    text-align: center; }
    .menu.icon-top &gt; li &gt; a img,
    .menu.icon-top &gt; li &gt; a i,
    .menu.icon-top &gt; li &gt; a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active &gt; a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered &gt; .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 4px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 4px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #e30613;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #e30613;
  border-radius: 4px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 4px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #e30613;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 4px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #c10510; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 4px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 71.875rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 71.875rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 71.875rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 71.875rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 4px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 4px; }
  input:checked ~ .switch-paddle {
    background: #e30613; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label &gt; .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label &gt; .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f8f8f8;
    color: #8a8a8a; }
  table tfoot {
    background: #f1f1f1;
    color: #8a8a8a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary &gt; li &gt; a {
    color: #fefefe; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title &gt; a:hover {
      background: #fefefe; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 4px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(227, 6, 19, 0.5); }

.title-bar {
  background: #303031;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 4px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #303031; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@include exports("arrow-buttons") {
    .arrow-buttons {
        // variables del component arrow-buttons
        $arrow-buttons-bg-color: $secondary-color;
        $arrow-buttons-bg-color-active: $primary-color;
        $arrow-buttons-padding: rem-calc(13) !default;
        $arrow-size: 22px;

        // incluimos el mixin clearfix
        @include clearfix;
        display: block;
        list-style-type: none;
        margin-left: 0;
        margin-bottom: 0;

        li {
            display: block;
            position: relative;
            float: left;
            background-color: $arrow-buttons-bg-color;
            padding: $arrow-buttons-padding;

            a {
                display: block;
                color: $body-font-color;
            }

            .header {
                display: block;
                text-transform: uppercase;
                font-weight: bold;
                color: $jet;
            }

            .arrow-down {
                @include arrow-base($direction:down, $color:$arrow-buttons-bg-color-active, $size:$arrow-size);
                display: none;
            }

            .arrow-up {
                @include arrow-base($direction:up, $color:$arrow-buttons-bg-color-active, $size:$arrow-size);
                display: none;
            }

            .arrow-left {
                @include arrow-base($direction:left, $color:$arrow-buttons-bg-color-active, $size:$arrow-size);
                display: none;
            }

            .arrow-right {
                @include arrow-base($direction:right, $color:$arrow-buttons-bg-color-active, $size:$arrow-size);
                display: none;
            }

            &amp;.active {
                background-color: $arrow-buttons-bg-color-active;
                box-shadow: 0px 0px 15px rgba(50,50,50,.7);
                z-index: 10;

                a {
                    color: $white;
                    outline: 0;
                }

                .header {
                    color: $white;
                }

                .arrow-down, .arrow-left, .arrow-right, .arrow-up {
                    display: block;
                }
            }
        }
    }
}*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.no-transform {
  text-transform: none !important; }

.uppercase {
  text-transform: uppercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.h {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.2; }

.h1 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500; }

h1 {
  text-transform: uppercase;
  font-weight: 500; }

.h2 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500; }

h2 {
  text-transform: uppercase;
  font-weight: 500; }

.h3 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 500; }

h3 {
  text-transform: uppercase;
  font-weight: 500; }

.h4 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500; }

h4 {
  text-transform: uppercase;
  font-weight: 500; }

.h5 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 500; }

h5 {
  text-transform: uppercase;
  font-weight: 500; }

.h6 {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500; }

h6 {
  text-transform: uppercase;
  font-weight: 500; }

@media screen and (min-width: 40em) {
  .h1 {
    font-family: "AvenirNext", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 2.625rem;
    line-height: 1.2;
    font-weight: 500; }
  h1 {
    text-transform: uppercase;
    font-weight: 500; }
  .h2 {
    font-family: "AvenirNext", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500; }
  h2 {
    text-transform: uppercase;
    font-weight: 500; }
  .h3 {
    font-family: "AvenirNext", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 500; }
  h3 {
    text-transform: uppercase;
    font-weight: 500; }
  .h4 {
    font-family: "AvenirNext", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.4375rem;
    line-height: 1.2;
    font-weight: 500; }
  h4 {
    text-transform: uppercase;
    font-weight: 500; }
  .h5 {
    font-family: "AvenirNext", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500; }
  h5 {
    text-transform: uppercase;
    font-weight: 500; }
  .h6 {
    font-family: "AvenirNext", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500; }
  h6 {
    text-transform: uppercase;
    font-weight: 500; } }

h5, .h5 {
  font-weight: bold; }

label.h5 {
  margin-bottom: 0.3125rem; }

.hsimple {
  text-transform: none !important;
  border-bottom: 1px solid #e6e6e6; }

.text-small {
  font-size: .92em; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@import "_foundation_settings.scss";*/
.footer-categories {
  padding: 1.5rem 0;
  background: #e0e0e1; }
  .footer-categories h5 {
    margin: 1rem 0;
    border-bottom: 1px solid #cacaca; }

.menu.menu-categories {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  .menu.menu-categories &gt; li {
    display: inline-block;
    width: 100%; }
  .menu.menu-categories &gt; li:not(.menu-text) &gt; a {
    padding: .3rem 0;
    margin-right: 1em;
    line-height: 1.2; }
  .menu.menu-categories a {
    color: #8a8a8a; }

.contact-list {
  display: flex;
  flex-flow: row wrap;
  /*@include breakpoint($contact-list-breakpoint) {
        flex-flow: column nowrap;
    }*/ }

.contact-card {
  flex: 1;
  margin: 1.25rem 0;
  padding-left: 0.3125rem;
  border-left: 2px solid rgba(224, 224, 225, 0.6);
  list-style: none;
  min-width: 12.5rem; }
  .contact-card i {
    width: 2rem;
    text-align: center; }
  .contact-card li::before, .contact-card li::after {
    content: ' ';
    display: table; }
  .contact-card li::after {
    clear: both; }
  .contact-card li div, .contact-card li span {
    float: right;
    display: inline-block;
    width: calc(100% - 2.5rem); }

.footer-contact {
  background: #696c6a;
  color: rgba(254, 254, 254, 0.8);
  display: flex; }

.footer-social {
  background: #333333;
  padding: 1.25rem 0;
  font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
  .footer-social p {
    color: #e0e0e1; }
    .footer-social p span {
      font-size: 1.2em; }
    .footer-social p a {
      color: #e0e0e1; }
    .footer-social p .separator {
      margin: 0 3px; }
  .footer-social ul, .footer-social li {
    margin: 0;
    font-size: 1em; }
  .footer-social .social-rss .fa-circle {
    color: #e98522; }
  .footer-social .social-face .fa-circle {
    color: #3e5797; }
  .footer-social .social-instagram .fa-circle {
    color: #8008b2; }
  .footer-social .social-email .fa-circle {
    color: #8008b2; }
  .footer-social .social-twitter .fa-circle {
    color: #29a8df; }
  .footer-social .social-google .fa-circle {
    color: #d01816; }
  .footer-social .footer-tel {
    color: #e0e0e1; }
    .footer-social .footer-tel div {
      width: calc(100% - 51px);
      float: left; }
      .footer-social .footer-tel div h3 {
        color: #e0e0e1; }
    .footer-social .footer-tel .fa-mobile {
      width: 50px;
      float: right;
      font-size: 3rem; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*a{
    color: $secundary-color;
    &amp;:hover, &amp;:focus{
        color: rgba($secundary-color, 0.8);
    }
}*/
.custom1 {
  color: #03a9f4; }

.custom2 {
  color: #00838f; }

.label.custom1 {
  background: #03a9f4;
  color: #fff; }
  .label.custom1.label-tooltip {
    position: relative;
    border: 1px solid #14b4fc;
    color: #03a9f4;
    background: none; }
    .label.custom1.label-tooltip:hover {
      background: #03a9f4;
      color: #fff; }
      .label.custom1.label-tooltip:hover .label-tooltip-info {
        display: block; }
    .label.custom1.label-tooltip .label-tooltip-info {
      z-index: 10;
      font-size: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      padding: .6em .3em;
      top: calc(100% + 10px);
      background: #fff;
      color: #818284;
      white-space: normal;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 240%;
      max-width: 240px;
      text-align: center; }
      .label.custom1.label-tooltip .label-tooltip-info .arrow {
        position: absolute;
        overflow: hidden;
        width: 20px;
        height: 20px;
        z-index: 10;
        top: 0;
        margin-top: -20px;
        left: 50%;
        margin-left: -10px; }
        .label.custom1.label-tooltip .label-tooltip-info .arrow:after {
          transform-origin: bottom left;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          content: "";
          /*top:-50%;*/
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          transform: rotate(45deg) scale(0.7071, 0.7071);
          background: #fff; }
      .label.custom1.label-tooltip .label-tooltip-info i {
        color: #818284; }

.label.custom2 {
  background: #00838f;
  color: #fff; }
  .label.custom2.label-tooltip {
    position: relative;
    border: 1px solid #009aa9;
    color: #00838f;
    background: none; }
    .label.custom2.label-tooltip:hover {
      background: #00838f;
      color: #fff; }
      .label.custom2.label-tooltip:hover .label-tooltip-info {
        display: block; }
    .label.custom2.label-tooltip .label-tooltip-info {
      z-index: 10;
      font-size: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      padding: .6em .3em;
      top: calc(100% + 10px);
      background: #fff;
      color: #818284;
      white-space: normal;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 240%;
      max-width: 240px;
      text-align: center; }
      .label.custom2.label-tooltip .label-tooltip-info .arrow {
        position: absolute;
        overflow: hidden;
        width: 20px;
        height: 20px;
        z-index: 10;
        top: 0;
        margin-top: -20px;
        left: 50%;
        margin-left: -10px; }
        .label.custom2.label-tooltip .label-tooltip-info .arrow:after {
          transform-origin: bottom left;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          content: "";
          /*top:-50%;*/
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          transform: rotate(45deg) scale(0.7071, 0.7071);
          background: #fff; }
      .label.custom2.label-tooltip .label-tooltip-info i {
        color: #818284; }

.label.custom3 {
  color: #00838f;
  background: none;
  border: 1px solid #009aa9; }

.label.custom4 {
  /*background: $color;
    color: #fff;*/ }
  .label.custom4.label-tooltip-baggage {
    position: relative;
    color: #009aa9;
    background: none;
    display: inline-block; }
    .label.custom4.label-tooltip-baggage:hover {
      /*background: $color;*/
      border: 1px solid #00b1c3;
      color: #fff; }
      .label.custom4.label-tooltip-baggage:hover .label-tooltip-info-baggage {
        display: block; }
    .label.custom4.label-tooltip-baggage .label-tooltip-info-baggage {
      z-index: 10;
      font-size: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      padding: .6em .3em;
      top: calc(100% - 106px);
      left: 48px;
      background: #fff;
      color: #818284;
      white-space: normal;
      width: 950%;
      max-width: 950px;
      height: 550%;
      max-height: 550px;
      text-align: center; }
      .label.custom4.label-tooltip-baggage .label-tooltip-info-baggage .arrow {
        position: absolute;
        overflow: hidden;
        width: 20px;
        height: 20px;
        z-index: 10;
        left: 0;
        margin-left: -20px;
        top: 50%;
        margin-top: -10px; }
        .label.custom4.label-tooltip-baggage .label-tooltip-info-baggage .arrow:after {
          transform-origin: bottom right;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          content: "";
          /*top:-50%;*/
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          transform: rotate(45deg) scale(0.7071, 0.7071);
          background: #fff; }
      .label.custom4.label-tooltip-baggage .label-tooltip-info-baggage i {
        color: #818284; }
      .label.custom4.label-tooltip-baggage .label-tooltip-info-baggage ul {
        margin-left: 10px; }
  .label.custom4.label-tooltip-flight {
    position: relative;
    color: #009aa9;
    background: none;
    display: inline-block;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 16px; }
    .label.custom4.label-tooltip-flight:hover {
      border: 1px solid #00b1c3; }
      .label.custom4.label-tooltip-flight:hover .label-tooltip-info-flight {
        display: block; }
    .label.custom4.label-tooltip-flight .label-tooltip-info-flight {
      z-index: 10;
      font-size: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      padding: .6em .3em;
      top: calc(100% - 106px);
      left: 58px;
      background: #fff;
      color: #818284;
      white-space: normal;
      width: 350px;
      max-width: 350px;
      height: 878%;
      max-height: 550px;
      text-align: center; }
      .label.custom4.label-tooltip-flight .label-tooltip-info-flight .arrow {
        position: absolute;
        overflow: hidden;
        width: 20px;
        height: 20px;
        z-index: 10;
        left: 0;
        margin-left: -20px;
        top: 50%;
        margin-top: -10px; }
        .label.custom4.label-tooltip-flight .label-tooltip-info-flight .arrow:after {
          transform-origin: bottom right;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          content: "";
          /*top:-50%;*/
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          transform: rotate(45deg) scale(0.7071, 0.7071);
          background: #fff; }
      .label.custom4.label-tooltip-flight .label-tooltip-info-flight i {
        color: #818284; }
      .label.custom4.label-tooltip-flight .label-tooltip-info-flight ul {
        margin-left: 10px; }
  .label.custom4.label-tooltip-guaranteedflight {
    position: relative;
    color: #009aa9;
    background: none;
    display: inline-block;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 16px; }
    .label.custom4.label-tooltip-guaranteedflight:hover {
      border: 1px solid #00b1c3; }
      .label.custom4.label-tooltip-guaranteedflight:hover .label-tooltip-info-guaranteedflight {
        display: block; }
    .label.custom4.label-tooltip-guaranteedflight .label-tooltip-info-guaranteedflight {
      z-index: 15;
      font-size: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      padding: .6em .3em;
      top: calc(100% - 50px);
      left: 58px;
      background: #fff;
      color: #818284;
      white-space: normal;
      width: 350px;
      max-width: 350px;
      height: auto;
      max-height: 550px;
      text-align: center; }
      .label.custom4.label-tooltip-guaranteedflight .label-tooltip-info-guaranteedflight .arrow {
        position: absolute;
        overflow: hidden;
        width: 20px;
        height: 20px;
        z-index: 10;
        left: 0;
        margin-left: -20px;
        top: 50%;
        margin-top: -10px; }
        .label.custom4.label-tooltip-guaranteedflight .label-tooltip-info-guaranteedflight .arrow:after {
          transform-origin: bottom right;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          content: "";
          /*top:-50%;*/
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          transform: rotate(45deg) scale(0.7071, 0.7071);
          background: #fff; }
      .label.custom4.label-tooltip-guaranteedflight .label-tooltip-info-guaranteedflight i {
        color: #818284; }
      .label.custom4.label-tooltip-guaranteedflight .label-tooltip-info-guaranteedflight ul {
        margin-left: 10px; }

.add-bottom-shadow::after {
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  content: ' ';
  height: 5px;
  bottom: -5px;
  background: -moz-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155, 155, 155, 0.65)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69b9b9b', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }
  .add-bottom-shadow::after::before, .add-bottom-shadow::after::after {
    content: ' ';
    display: table; }
  .add-bottom-shadow::after::after {
    clear: both; }
  .add-bottom-shadow::after:last-child:not(:first-child) {
    float: right; }
  .add-bottom-shadow::after, .add-bottom-shadow::after:last-child {
    float: none; }

.shadow-separator {
  height: 5px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155, 155, 155, 0.65)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(155, 155, 155, 0.65) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69b9b9b', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.hr-divider {
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  margin-bottom: 1.25rem; }
  .hr-divider::before, .hr-divider::after {
    content: ' ';
    display: table; }
  .hr-divider::after {
    clear: both; }
  .hr-divider:last-child:not(:first-child) {
    float: right; }
  .hr-divider, .hr-divider:last-child {
    float: none; }
  .hr-divider::after {
    content: ' ';
    height: 5px;
    width: 100%;
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(155, 155, 155, 0.45) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155, 155, 155, 0.45)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(155, 155, 155, 0.45) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(155, 155, 155, 0.45) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(155, 155, 155, 0.45) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(155, 155, 155, 0.45) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69b9b9b', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.row.column .hr-divider, .row.columns .hr-divider, .column .hr-divider, .columns .hr-divider, .columns .hr-divider {
  padding-left: 0;
  padding-right: 0; }

.icon-issuu {
  display: inline;
  height: 14px;
  position: relative;
  top: -1px; }

.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

.fa-inherit {
  font-size: inherit !important; }

.fa-stack-normalize {
  font-size: 0.6em; }

.button {
  text-transform: uppercase; }

.accent-color {
  color: #e30613; }

.success-color {
  color: #61bb38; }

.ok-color {
  color: #61bb38; }

.rq-color {
  color: #FF5722; }

.info-color {
  color: #0097A7; }

.error-color {
  color: #C3000B; }

.menu-large {
  font-size: 1.2em; }

.text-tight {
  line-height: 1.2; }

.price-lead {
  font-size: 1.6em; }

/*select {
    border-radius: $radius-default;
    outline: none;
    height: rem-calc(30);
    padding: rem-calc(4);

    &amp;:hover, &amp;:focus, &amp;:active {
        color: rgba($black, 0.75) !important;
        border: 1px solid rgba($black, 0.45);
        box-shadow: 0 0 2px 2px rgba($black, 0.1) !important;
    }
}

input[type="text"], input[type="password"] {
    height: rem-calc(30);
    padding: rem-calc(4);
    border-radius: $radius-default;
}

input[type="checkbox"] {
    height: 15px;
    width: 15px;
    @extend .pointer;
}*/
span.error, small.error {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 2px 9px;
  margin-bottom: 0; }

textarea {
  border-radius: 4px; }

.pointer {
  cursor: pointer; }

.simulate-select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  .simulate-select:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  .simulate-select i {
    font-size: 0.8em !important; }
  .simulate-select:hover, .simulate-select:focus, .simulate-select:active {
    box-shadow: 0 0 2px 2px rgba(10, 10, 10, 0.1);
    color: rgba(10, 10, 10, 0.75) !important;
    border: 1px solid rgba(10, 10, 10, 0.45); }

.fa-align-left {
  padding-left: 0 !important; }

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.animated-speedy {
  animation-duration: 0.3s; }

.button-group-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .button-group-flex &gt; button {
    padding-left: 1em;
    padding-right: 1em;
    flex: 1; }
    .button-group-flex &gt; button:last-of-type {
      margin-right: 0; }

.button-group-flex.icon-top i {
  display: block;
  margin-bottom: .2em; }

.left-separator {
  border-left: 1px solid #e6e6e6; }

.split-view {
  display: flex;
  flex: row wrap;
  justify-content: space-around; }
  .split-view &gt; div {
    flex: 1; }
  .split-view &gt; div:first-child {
    margin-right: 20px; }
  .split-view &gt; div:nth-child(2) {
    padding-left: 40px; }

.search-panel {
  background: url("data:image/png;base64,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");
  border-radius: 4px;
  padding: 1.25rem;
  color: #8a8a8a;
  margin-bottom: 1.25rem; }
  .search-panel input {
    border-color: rgba(153, 153, 153, 0.5) !important; }

input[type='checkbox'] + .form-error {
  position: absolute; }

input[type='checkbox'].is-invalid-input {
  outline: 1px solid #ec5840; }

.underline {
  text-decoration: underline; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.grecaptcha-badge {
  z-index: 2; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.header {
  background: #303031; }
  .header .logo use {
    color: #fefefe; }
    .header .logo use.active, .header .logo use:hover {
      fill: #fefefe; }

svg .inherit-fill {
  fill: inherit; }

.top-bar .logo {
  position: absolute;
  top: 10px;
  width: 156px;
  height: 64px;
  z-index: 20;
  margin-left: .2rem; }

.top-bar .menu-text {
  padding: 0; }

.top-bar .menu.submenu {
  border: 0;
  background: #303031; }
  .top-bar .menu.submenu a:hover, .top-bar .menu.submenu a:focus {
    background: #2c2c2c; }

.top-bar .top-bar-right {
  margin-bottom: 2px; }

.top-bar .is-dropdown-submenu-parent a::after {
  border-top-color: white !important; }

.title-bar .logo {
  position: absolute;
  top: 7px;
  width: 120px;
  height: 50px; }

.title-bar .title-bar-right {
  margin-bottom: 3px; }
  .title-bar .title-bar-right svg {
    margin: 0 !important; }

.title-bar svg {
  color: #fff;
  width: 36px;
  height: 36px; }
  .title-bar svg use {
    fill: transparent; }
  .title-bar svg.active use {
    fill: #e30613;
    stroke-opacity: 0; }

.title-bar .menu &gt; li &gt; a {
  padding: 0; }

.top-bar-menu &gt; li:not(.menu-text) &gt; a {
  padding: .2rem .5rem; }

.top-bar-menu svg {
  margin: 0 !important;
  width: 48px;
  height: 48px;
  color: #fff; }
  .top-bar-menu svg use {
    fill: transparent; }
  .top-bar-menu svg.active use, .top-bar-menu svg:hover use {
    fill: #e30613;
    stroke-opacity: 0; }
  @media screen and (max-width: 39.9375em) {
    .top-bar-menu svg {
      width: 32px;
      height: 32px; } }

.top-bar-menu a, .top-bar-menu a::after {
  color: #fff; }

.push-menu {
  color: #808080;
  background-image: url("data:image/png;base64,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");
  background-repeat: repeat;
  z-index: 10;
  position: relative; }
  .push-menu a {
    font-weight: bold;
    color: #808080;
    font-weight: 0.875rem;
    text-transform: uppercase; }
  .push-menu .menu-close {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
    z-index: 30; }
    .push-menu .menu-close svg {
      width: 48px;
      height: 48px; }
  .push-menu .push-menu-label {
    height: 2em; }
  .push-menu li {
    max-height: 115px; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*html{
    overflow: hidden;    
}
body{
    overflow: auto;
    height: 100%;
}*/
.site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.site-canvas {
  width: 100%;
  position: relative;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }

.offviewport-menu {
  width: 100%;
  position: absolute;
  top: -143px; }
  @media screen and (max-width: 63.9375em) {
    .offviewport-menu {
      top: -246px; } }

.show-offviewport-menu .site-canvas {
  transform: translateY(143px); }
  @media screen and (max-width: 63.9375em) {
    .show-offviewport-menu .site-canvas {
      transform: translateY(246px); } }

.page-host {
  /*position: relative;*/
  min-height: 650px;
  clear: both; }

.page-header {
  background: #fff;
  position: relative;
  z-index: 2; }

.page-footer {
  position: relative;
  z-index: 1; }

body &gt; svg {
  display: none; }

a &gt; svg &gt; use {
  pointer-events: none; }

.toast-top-right {
  top: 48px;
  right: 12px; }

.reveal-dialog {
  left: 0;
  right: 0;
  margin: 0;
  position: static;
  width: 80vw;
  /*min-height: 65vh;*/
  max-width: 71.875rem;
  max-height: 95vw;
  display: block;
  visibility: visible;
  overflow: auto;
  padding: 2rem;
  max-height: 95vh; }
  @media screen and (max-width: 63.9375em) {
    .reveal-dialog {
      min-width: 95vw;
      max-height: 95vh; } }

.reveal-wrapper {
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-20%);
  transform: translateX(-50%) translateY(-20%);
  position: fixed; }

.reveal-overlay {
  overflow: auto; }

/*body.is-reveal-open {
    overflow: hidden;
}*/
.vertical-middle {
  vertical-align: middle; }

.splash {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center; }
  .splash &gt; svg {
    color: #000;
    flex: 1;
    max-width: 35vw; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .splash &gt; svg {
        max-width: 55vw; } }
    @media screen and (max-width: 39.9375em) {
      .splash &gt; svg {
        max-width: 85vw; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@import "_foundation_settings.scss";*/
.component-services .media-object-section:nth-child(1) {
  width: 100%; }

.component-services .media-object-section:nth-child(2) {
  width: 2rem;
  text-align: center; }

.component-services li {
  border-bottom: 1px solid rgba(105, 108, 106, 0.3);
  padding: 0.3125rem 0;
  height: auto; }
  .component-services li span {
    width: calc(100% - 40px);
    display: inline-block; }
  .component-services li i {
    width: 40px;
    display: inline-block;
    margin: 0.125rem 0;
    font-size: 1.625rem; }

.component-services li:last-of-type {
  border-bottom: none; }

.form-input input[type="text"], .form-input input[type="password"] {
  margin-top: 0.3125rem;
  margin-bottom: 0;
  width: 94%; }

.form-input .error {
  top: -3px !important; }

.component-map {
  border: 1px solid rgba(129, 130, 132, 0.8); }

.mapbox {
  margin: 0 auto;
  height: 100%;
  min-height: 400px;
  position: relative;
  z-index: 0; }

.mapbox-container {
  width: 100%;
  background: #73b6e6; }
  .mapbox-container .mapbox {
    max-width: 71.875rem; }

.mapbox-line {
  -webkit-transition: stroke-dashoffset 5s ease-in;
  -moz-transition: stroke-dashoffset 5s ease-in;
  -o-transition: stroke-dashoffset 5s ease-in;
  transition: stroke-dashoffset 5s ease-in; }

.mapboxgl-popup-anchor-bottom {
  top: -40px; }

.mapboxgl-popup-content {
  width: 200px !important;
  padding: 5px !important;
  text-align: center; }
  .mapboxgl-popup-content .mapboxgl-popup-close-button {
    display: none; }
  .mapboxgl-popup-content .mapbox-image {
    width: 100%;
    max-width: none;
    min-width: 150px;
    margin-bottom: 5px; }
  .mapboxgl-popup-content .mapbox-text {
    margin-bottom: 0 !important; }
  .mapboxgl-popup-content .agency-mapbox {
    text-align: left; }
    .mapboxgl-popup-content .agency-mapbox &gt; * {
      margin: 0;
      line-height: 1.5;
      font-size: 0.875rem; }
    .mapboxgl-popup-content .agency-mapbox img {
      margin-bottom: 0.625rem; }
    .mapboxgl-popup-content .agency-mapbox h4 {
      font-size: 1rem; }
    .mapboxgl-popup-content .agency-mapbox a {
      display: inline-block;
      width: 100%;
      color: #e30613; }
      .mapboxgl-popup-content .agency-mapbox a:first-of-type {
        margin-top: 0.625rem; }

.twitter-typeahead {
  width: 100%;
  margin-bottom: 1rem; }
  .twitter-typeahead input {
    margin-bottom: 0; }
  .twitter-typeahead .tt-suggestion {
    cursor: pointer;
    border-top: 1px solid #e0e0e1;
    padding: 0.3125rem; }
  .twitter-typeahead .tt-cursor p {
    font-weight: bold; }
  .twitter-typeahead .tt-dropdown-menu {
    background: #fefefe;
    width: 100%;
    border-radius: 0 0 4px 4px; }

.processing {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
  min-height: 400px;
  background: white;
  padding: 0.9375rem; }
  .processing .fa-spinner {
    margin: 0.625rem 0; }
  .processing ul {
    margin-bottom: 1.25rem; }
    .processing ul li {
      padding: 0 0.3125rem !important; }
  .processing .img-contain {
    border-radius: 10px;
    min-height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .processing .message {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.text-cover {
  padding: 0 !important; }
  .text-cover:before {
    z-index: 1;
    content: "";
    height: 40%;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .text-cover &gt; * {
    z-index: 5;
    position: relative; }

.icon-category {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 5px;
  cursor: pointer; }
  .icon-category svg {
    height: 2.375rem;
    width: 2.375rem; }

.category-hover &gt; img {
  top: -1px;
  left: -1px;
  position: relative;
  display: none;
  visibility: hidden; }

.category-hover:hover &gt; div {
  display: none;
  visibility: hidden; }

.category-hover:hover &gt; img {
  display: block;
  visibility: visible; }

.icon-small {
  height: 1.875rem; }

.highlight-bg {
  background: #e30613;
  color: #fefefe; }

.highlight-color {
  color: #e30613; }

.color-white {
  color: #fefefe !important; }
  .color-white:hover, .color-white:focus {
    color: #777 !important; }

.color-white:not(a) {
  color: #fefefe !important; }
  .color-white:not(a):hover, .color-white:not(a):focus {
    color: #fefefe !important; }

.bg-white {
  background: #fefefe !important; }

.color-gold {
  color: #87734f !important; }

.color-black {
  color: #0a0a0a !important; }

.bg-black {
  background: #0a0a0a !important; }

.crumb {
  margin: 0.625rem 0; }
  .crumb * {
    text-transform: uppercase; }
  .crumb a {
    color: #818284; }
  .crumb span {
    margin: 0 5px;
    display: inline-block; }
  .crumb a:hover {
    color: rgba(10, 10, 10, 0.8); }

.lead-intro {
  color: #6e6e6e; }

.menu-tab a {
  color: inherit; }
  .menu-tab a.active {
    color: #e30613; }

.transition, .highcube-summary p, .highcube-social p, .brochure-slider-item .brochure-box {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.component-price {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  line-height: 2.5rem;
  font-size: 2.25rem;
  font-weight: bold; }

.margin-remove {
  margin: 0 !important; }

.margin-top {
  margin-top: 1.25rem !important; }

.margin-bottom {
  margin-bottom: 0.9375rem !important; }

.normalize-fa-circle .fa-lg {
  color: #818284;
  font-size: 0.6em; }

.normalize-fa-circle .fa-circle {
  top: -1px; }

.component-gallery {
  background-size: cover;
  border-radius: 4px 4px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 21.25rem;
  padding: 0;
  margin: 0.625rem auto;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative; }
  .component-gallery p {
    text-align: left;
    background: rgba(10, 10, 10, 0.7);
    color: #fefefe;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px; }

.component-spacing {
  margin: 1.25rem; }

.component-box {
  width: 100%;
  /*float:left;*/
  overflow: hidden;
  background: #fefefe;
  margin: 1.25rem 0;
  margin-top: 1.875rem;
  border: 0.125rem solid #e0e0e1;
  padding: 0.625rem;
  border-radius: 0.625rem;
  box-shadow: 10px 10px 5px rgba(10, 10, 10, 0.4); }

.component-calendar {
  background: none !important;
  padding: 0 !important;
  display: flex;
  flex-flow: column nowrap; }
  .component-calendar &gt; :last-child {
    /*flex: 1;*/
    flex-grow: 1;
    flex-shrink: 0;
    background: #fff; }

.component-box-timeline {
  width: auto; }

.component-table-box {
  margin: 0.9375rem 0;
  border-radius: 0.5rem; }
  .component-table-box .title-table {
    border-top-right-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    padding: 0.3125rem;
    width: 100%;
    color: #fefefe; }

.component-table {
  border-bottom: 0.125rem solid #e0e0e1;
  width: 100%;
  /*line-height: 1.3;*/
  overflow: auto; }
  .component-table thead, .component-table tbody, .component-table tfoot {
    border: 0; }
  .component-table tbody tr:nth-child(even) {
    background: inherit;
    background-color: #eee; }
  .component-table thead th {
    white-space: nowrap; }
  .component-table th {
    font-weight: bold; }
  .component-table a {
    white-space: nowrap; }

.table-row-separator tbody tr {
  border-bottom: 0.0625rem solid #e0e0e1; }

table.compact-table {
  margin-bottom: 0px;
  margin-bottom: 1em; }
  table.compact-table td:first-child {
    padding-left: 0; }
  table.compact-table thead, table.compact-table tbody, table.compact-table tfoot {
    border: 0; }
  table.compact-table tbody tr:nth-child(even) {
    background: inherit; }
  table.compact-table tr td {
    padding: 0 0.5rem;
    vertical-align: top; }
  table.compact-table input, table.compact-table select {
    margin-bottom: 0; }
  table.compact-table.black tr td {
    color: black; }

table.pax-table {
  table-layout: fixed; }
  table.pax-table .form-error {
    position: absolute;
    margin: 0; }
  table.pax-table input, table.pax-table select {
    margin-bottom: 0; }

.vertical-separator {
  border-right: 0.0625rem solid rgba(129, 130, 132, 0.3); }
  .vertical-separator .fa {
    padding: 0 !important; }

.disabled:hover, .disabled:focus {
  box-shadow: none;
  transform: none; }

.searcher {
  background: #e0e0e1;
  border-radius: 0.5rem;
  margin: 0.625rem 0 !important;
  padding: 0.625rem 0; }
  .searcher input, .searcher select {
    margin: 0; }
  .searcher label {
    color: #818284;
    margin-top: 0.3125rem;
    font-weight: bold; }
  .searcher a {
    color: #818284;
    margin-top: 0.375rem;
    display: inline-block; }
  .searcher .active {
    color: #777; }
  .searcher .search-input {
    position: absolute;
    top: 2px;
    right: 0.9375rem;
    padding: 0.1875rem;
    font-size: 1.2em; }

.searcher2 {
  background: #e0e0e1;
  border-radius: 0.5rem; }
  .searcher2 label {
    color: #818284;
    font-weight: bold; }

@media screen and (max-width: 39.9375em) {
  table td, table th {
    padding: 0.125rem !important;
    word-break: break-all; }
  .vertical-separator {
    border-right: none; }
  .component-gallery {
    height: 12.5rem; }
  .searcher select {
    margin-bottom: 0.625rem; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
.highcube {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e0e0e1;
  box-shadow: 0 2px 25px -8px rgba(0, 0, 0, 0.8);
  margin-bottom: 1.75rem;
  background: #fefefe;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .highcube .detail-show {
    display: none;
    visibility: hidden; }
  .highcube .mapbox {
    border-radius: 4px 4px 0 0;
    position: relative; }
  .highcube .gallery-item, .highcube .transition, .highcube .highcube-summary p, .highcube-summary .highcube p, .highcube .highcube-social p, .highcube-social .highcube p, .highcube .brochure-slider-item .brochure-box, .brochure-slider-item .highcube .brochure-box {
    width: 100%;
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .highcube .texto-flash {
    left: 0px;
    margin-bottom: auto;
    margin-top: -10px;
    width: 100%;
    padding: 5px 5px 0px 5px;
    background-color: #696c6a;
    color: white;
    font-size: 1rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold; }

.highcube-history {
  height: 90px; }
  .highcube-history .component-price {
    width: 30%;
    float: left;
    border-right: 4px solid #818284;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .highcube-history .text-expand {
    float: left;
    width: 70%;
    padding-left: 1.25rem;
    padding-right: 0.625rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.highcube-contain {
  position: relative;
  min-height: 20rem;
  width: 100%; }

.highcube-expand {
  z-index: 4;
  box-shadow: 5px 5px 10px rgba(10, 10, 10, 0.4);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  position: absolute;
  left: 0;
  top: -10%; }
  .highcube-expand .detail-show {
    display: block !important;
    visibility: visible !important; }
  .highcube-expand .detail-hide {
    display: none;
    visibility: hidden; }
  .highcube-expand p {
    margin-bottom: 0.625rem; }
  .highcube-expand .highcube-separator {
    border-top: 1px solid #e0e0e1; }
  .highcube-expand .transition, .highcube-expand .highcube-summary p, .highcube-summary .highcube-expand p, .highcube-expand .highcube-social p, .highcube-social .highcube-expand p, .highcube-expand .brochure-slider-item .brochure-box, .brochure-slider-item .highcube-expand .brochure-box {
    top: 100% !important; }

/*@include highcube-align(2);
@include highcube-align(3);
@include highcube-align(4);*/
/*@include highcube-align(5);*/
.border-circle {
  height: 3.125rem;
  width: 3.125rem;
  background: #fefefe;
  border: 0.3125rem solid #fefefe;
  border-radius: 1.5625rem;
  position: relative;
  margin: 0 auto;
  top: -1.5625rem;
  z-index: 2; }

.highcube-category-item {
  top: -1.25rem;
  padding: 0 0.625rem;
  min-height: 9.375rem;
  overflow: hidden;
  position: relative;
  z-index: 3; }

.highcube-item {
  border-bottom: 1px solid #e0e0e1;
  margin: 0.3125rem 2% !important;
  width: 96%; }
  .highcube-item h4 {
    margin: 0; }
  .highcube-item .fa {
    font-size: 1.5em;
    margin-top: 0.3125rem; }
  .highcube-item:last-of-type {
    border-bottom: none; }

.highcube-image {
  border-radius: 4px 4px 0 0;
  min-height: 200px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2; }
  .highcube-image .show-detail-btn {
    padding: 0.625rem;
    z-index: 5;
    position: relative;
    text-shadow: -1px 2px rgba(10, 10, 10, 0.4); }
    .highcube-image .show-detail-btn:hover {
      color: #777 !important; }

.highcube-video {
  border-radius: 4px 4px 0 0;
  width: 100%; }

.highcube-image-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.1875rem 0.625rem 0;
  margin-bottom: 0;
  background: rgba(10, 10, 10, 0.7); }

.highcube-text-fixed {
  /*height:22px;*/
  top: 271px;
  position: absolute;
  width: 100%;
  padding: 0.1875rem 0.625rem 0;
  margin-bottom: 0;
  z-index: 5;
  background: rgba(10, 10, 10, 0.7); }

.highcube-image-history {
  height: 306px; }

.highcube-image-history-gallery {
  height: 306px; }

.highcube-summary {
  padding: 0.625rem 0.625rem 0; }
  .highcube-summary &gt; * {
    margin-bottom: 0; }
  .highcube-summary p {
    overflow: hidden; }
    .highcube-summary p .comma:last-of-type {
      display: none;
      visibility: hidden; }
  .highcube-summary .highlight-color {
    margin-top: 0.3125rem; }

.highcube-social {
  padding: 0.625rem 0.625rem 0;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid #e0e0e1; }
  .highcube-social &gt; * {
    margin-bottom: 0; }
  .highcube-social p {
    overflow: hidden; }
    .highcube-social p .comma:last-of-type {
      display: none;
      visibility: hidden; }
  .highcube-social .highlight-color {
    margin-top: 0.3125rem; }
  .highcube-social a {
    color: #e30613; }

.pulse {
  -moz-animation-name: pulse_animation;
  -o-animation-name: pulse_animation;
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -moz-animation-duration: 25000ms;
  -o-animation-duration: 25000ms;
  -webkit-animation-duration: 25000ms;
  animation-duration: 25000ms;
  -moz-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  -o-transform-origin: 70% 70%;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-moz-keyframes pulse_animation {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse_animation {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse_animation {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.has-dialog .highcube, .has-dialog li {
  position: static;
  /*left:0;*/ }

.has-dialog li {
  max-height: 350px; }

.highcube-category {
  padding: 0.625rem;
  min-height: 1.875rem; }
  .highcube-category .menu li {
    padding-left: 0.625rem;
    padding-right: 0; }
    .highcube-category .menu li &gt; * {
      margin: 0; }
    .highcube-category .menu li:first-of-type {
      padding-left: 0;
      padding-right: 0.625rem;
      border-right: 2px solid #e30613; }
  .highcube-category .menu .position-bottom {
    position: relative;
    top: 26px; }

.highcube-limit-height .markdown {
  overflow: hidden;
  max-height: 5.25rem;
  height: auto;
  margin: 0.3125rem 0 0.625rem; }

.highcube-reason {
  height: auto;
  border-bottom: none; }
  .highcube-reason p {
    margin: 0.3125rem 0 0.625rem;
    max-height: none;
    border-bottom: 0.0625rem solid #e0e0e1; }
    .highcube-reason p:last-of-type {
      border-bottom: none; }

.highcubeSimple-expand {
  position: relative !important;
  width: 110% !important;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  left: -5%;
  top: -5%;
  z-index: 4; }
  .highcubeSimple-expand .carousel-highcube {
    height: auto; }
  .highcubeSimple-expand .detail-show {
    display: block !important;
    visibility: visible !important; }
  .highcubeSimple-expand .detail-hide {
    display: none;
    visibility: hidden; }
  .highcubeSimple-expand .highcube-limit-height .markdown {
    max-height: none; }
  .highcubeSimple-expand .highcube-image-history {
    width: 110%; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .highcubeSimple-expand {
    width: 120% !important;
    left: -10%; }
  .has-dialog li:nth-of-type(3n+1) .highcubeSimple-expand {
    left: 11%; }
  .has-dialog li:nth-of-type(3n+2) .highcubeSimple-expand {
    left: -10%; }
  .has-dialog li:nth-of-type(3n+0) .highcubeSimple-expand {
    left: -30%; }
  .has-dialog .highcube {
    /*margin: auto;*/
    float: none !important; } }

.starting-price-tag {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%; }
  .starting-price-tag &gt; div {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    border-left: 3px solid; }
  .starting-price-tag &gt; div:first-child {
    border: none;
    flex: 1 1 auto; }

@media screen and (max-width: 39.9375em) {
  .highcubeSimple-expand {
    width: 100% !important;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    left: 0;
    top: -50px;
    /*.highcube-limit-height{
            .markdown{
                p{
                  font-size:initial;
                }
            }
        }*/ }
  .highcube-expand {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    left: 0;
    top: -50px; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@import "_foundation_settings.scss";*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
.hero-home {
  height: calc(85vh);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.home-featured {
  position: relative;
  /*.orbit img {
        max-height: 70vh;
    }*/
  /*.orbit-previous, .orbit-next {
        top: 100%;
        transform: translateY(-100%);
    }*/ }
  .home-featured .orbit {
    position: relative; }
  .home-featured .orbit-slide {
    max-height: inherit !important; }
  .home-featured .orbit-container {
    height: inherit !important; }
  .home-featured .orbit-image {
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .home-featured .orbit-bullets {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: left; }
    .home-featured .orbit-bullets button {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      background-color: #fefefe; }
      .home-featured .orbit-bullets button.is-active {
        background-color: #e30613; }
    @media screen and (max-width: 39.9375em) {
      .home-featured .orbit-bullets {
        text-align: center; } }
  .home-featured .orbit-caption {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7); }
    .home-featured .orbit-caption a {
      color: #fff; }

.home-featured-wrap {
  flex-flow: column nowrap;
  height: 100%;
  /*.orbit {
        flex: 1;
    }*/ }

.home-featured-highlight {
  /*flex: 0;*/
  color: white;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  background: #303131; }
  .home-featured-highlight h5 {
    text-transform: none;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: white;
    margin: 0; }
  .home-featured-highlight p {
    margin: 0; }
  .home-featured-highlight .media-object {
    border-left: 3px solid rgba(230, 230, 230, 0.2);
    padding-left: 1rem; }

.ultra-search-box {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  color: white; }
  .ultra-search-box h1, .ultra-search-box h2, .ultra-search-box h3 {
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 39.9375em) {
    .ultra-search-box {
      text-align: center;
      top: 40px; } }

.ultra-search-container {
  width: 40%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative; }
  .ultra-search-container input[type='search'] {
    width: 100%;
    height: 52px;
    background: #fff;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.3em;
    float: left;
    color: #808080;
    padding-left: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box; }
    .ultra-search-container input[type='search']:focus {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 39.9375em) {
      .ultra-search-container input[type='search'] {
        font-size: 1.1em; } }
  @media screen and (max-width: 39.9375em) {
    .ultra-search-container {
      width: 90%;
      margin: auto; } }

.ultra-search-icon {
  position: absolute;
  top: 8px;
  margin-right: 15px;
  right: 0;
  z-index: 1;
  font-size: 1.5em;
  color: #808080; }

.hero {
  max-height: 680px;
  min-height: 500px;
  position: relative;
  height: 50vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.hero-online {
  max-height: 74px;
  min-height: 74px;
  position: relative;
  height: 50vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.hero-auto {
  min-height: 300px;
  max-height: none;
  height: auto; }

.hero-contact {
  min-height: 500px;
  max-height: none;
  height: auto;
  background-position: left;
  padding-bottom: 60px; }

.hero-force {
  min-height: 300px;
  padding-bottom: 16vh; }
  .hero-force .btn-gallery-left, .hero-force .btn-gallery-right {
    top: calc(50% - 8vh); }

.hero-abs {
  width: 100vw;
  top: 0;
  margin: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: -1; }

.menu-hero-title a {
  padding: 0 !important;
  text-align: center; }

.menu-hero-title li:first-of-type {
  border-left: 3px solid #fff; }

.menu-hero-title li {
  padding: 0 1.5rem;
  border-right: 3px #fff solid; }
  .menu-hero-title li span {
    text-transform: uppercase; }
  .menu-hero-title li i {
    font-size: 2.1rem; }

.hero-title {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  color: #fefefe;
  background: rgba(10, 10, 10, 0.7);
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  padding: 1rem 0;
  transition: all .3s ease; }
  .hero-title h1 {
    margin: 0;
    line-height: 1em; }
  @media screen and (max-width: 39.9375em) {
    .hero-title {
      padding: 1rem 0; } }
  .hero-title a {
    color: #fefefe;
    /*transition: all .2s ease;
        &amp;:hover {
            transform: scale(1.05, 1.05);
        }*/ }
  .hero-title .hero-price-container {
    display: flex;
    justify-content: space-around;
    text-align: center; }
    .hero-title .hero-price-container &gt; div {
      -ms-flex: 1;
      -webkit-flex: 1;
      flex: 1; }
  .hero-title .price-display {
    -ms-flex: 1.5;
    -webkit-flex: 1.5;
    flex: 1.5;
    border-left: 3px solid #fefefe;
    padding-left: 1rem;
    border-right: 3px solid #fefefe;
    padding-right: 1rem;
    max-width: 65%; }
  .hero-title .cotizar {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    transition: all .3s ease;
    border-right: 3px solid #fefefe;
    padding-right: 1rem;
    padding-left: 1em; }
    .hero-title .cotizar svg {
      transition: all .3s ease;
      width: 54px;
      height: 54px;
      fill: transparent; }
    @media screen and (max-width: 39.9375em) {
      .hero-title .cotizar svg {
        width: 36px;
        height: 36px; } }
  .hero-title .active {
    color: #fefefe; }
    .hero-title .active .icon {
      display: none;
      visibility: hidden; }
    .hero-title .active .over {
      display: block;
      visibility: visible; }
  .hero-title p .middot:last-of-type {
    display: none; }
  .hero-title .price {
    font-size: 2em;
    line-height: 1.1em;
    font-weight: bold; }
    @media screen and (max-width: 39.9375em) {
      .hero-title .price {
        font-size: 1.4em; } }

.hero-title-no {
  position: relative;
  top: 0; }

.hero-title-fixed {
  z-index: 20;
  position: fixed;
  top: 0;
  bottom: inherit;
  background: #303031; }

/*@media screen and (max-width: 39.9375em) {
    .hero-online {
        max-height: 80px;
        min-height: 80px;
    }
}*/
.hero-title-online {
  /*position: absolute;*/
  bottom: 0;
  height: auto;
  width: 100%;
  color: #fefefe;
  background: rgba(10, 10, 10, 0.7);
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  padding: 1rem 0;
  transition: all .3s ease; }
  .hero-title-online h1 {
    margin: 0;
    line-height: 1em; }

.hero-title-online-fixed {
  z-index: 20;
  position: fixed;
  top: 0;
  bottom: inherit;
  background: #303031; }

.featured-link-box {
  position: relative;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding-bottom: 3px; }
  .featured-link-box ul {
    list-style-type: none; }
  .featured-link-box h1, .featured-link-box h2, .featured-link-box h3, .featured-link-box h4 {
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }
  .featured-link-box a {
    color: #fff; }

.featured-link-box-border-circle {
  height: 3.125rem;
  width: 3.125rem;
  /*background: rgba(0,0,0, 0.5);*/
  /*border: rem-calc(5) solid rgba(0,0,0, 0.7);*/
  border-radius: 1.5625rem;
  position: relative;
  margin: 0 auto;
  top: -1.5625rem;
  z-index: 2; }

.featured-link-box-title {
  margin-top: -25px; }
  .featured-link-box-title h5 {
    margin-left: 23px;
    margin-bottom: 2px;
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }

.news-first-box {
  position: absolute;
  top: 220px;
  left: 0px;
  width: 100%;
  color: white; }
  .news-first-box h1, .news-first-box h2, .news-first-box h3 {
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 39.9375em) {
    .news-first-box {
      text-align: center;
      top: 40px; } }

.news-second-box {
  position: absolute;
  top: 180px;
  left: 0px;
  width: 100%;
  color: white; }
  .news-second-box h1, .news-second-box h2, .news-second-box h3 {
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 39.9375em) {
    .news-second-box {
      text-align: center;
      top: 40px; } }

.news-first-box-link-title {
  margin-top: -25px; }
  .news-first-box-link-title h5 {
    margin-left: 5px;
    margin-bottom: 2px;
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }

.news-second-box-link-title {
  margin-top: -25px; }
  .news-second-box-link-title h5 {
    margin-left: 5px;
    margin-bottom: 2px;
    color: white;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5); }

.homeFeatured-link-box-first {
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
  padding: 10px 10px 0px 10px; }

.homeFeatured-link-box {
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
  padding: 10px 10px 10px 10px; }

.homeFeatured-link-box-last {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 0px;
  padding: 0px 10px 10px 10px; }

.homeFeatured-link-box-fourbox {
  margin-top: -57px; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@import "_foundation_settings.scss";*/
.calendar-arrow {
  position: absolute;
  overflow: hidden;
  width: 50px;
  height: 50px;
  z-index: 10;
  right: 1px;
  margin-right: -50px;
  top: 50%;
  margin-top: -25px;
  margin-right: -38px; }
  .calendar-arrow:after {
    transform-origin: top left;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
    content: "";
    /*top:-50%;*/
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    transform: rotate(45deg) scale(0.7071, 0.7071);
    background: #fefefe; }
  .calendar-arrow:after {
    border: 0.125rem solid #e6e6e6;
    box-shadow: 10px 0px 5px rgba(10, 10, 10, 0.4); }

.calendar {
  width: 100%;
  background: rgba(254, 254, 254, 0.6) !important;
  float: left;
  border-radius: 4px; }
  .calendar p {
    padding-top: 0.625rem;
    float: left;
    width: 100%;
    background-color: #fefefe; }
  .calendar .clndr {
    width: 100%;
    border: 0.625rem solid #fefefe; }
    .calendar .clndr .clndr-grid {
      width: calc(100% + 2px);
      border-right: 1px solid #fefefe;
      text-align: center; }
      .calendar .clndr .clndr-grid::before, .calendar .clndr .clndr-grid::after {
        content: ' ';
        display: table; }
      .calendar .clndr .clndr-grid::after {
        clear: both; }
  .calendar .clndr-controls {
    background: #fefefe;
    display: table;
    width: 101%;
    padding-right: 1%; }
  .calendar .month {
    letter-spacing: 0.5px;
    float: left;
    width: 70%; }
  .calendar .clndr-previous-button, .calendar .clndr-next-button {
    font-size: 1.375rem;
    width: 15%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .calendar .clndr-previous-button {
    float: left; }
  .calendar .clndr-next-button {
    text-align: right;
    float: right; }
  .calendar .days-of-the-week {
    /*display: -webkit-flex;
        display: flex;*/
    background: #fefefe; }
  .calendar .header-day {
    float: left;
    /*-ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;*/
    text-transform: uppercase;
    min-width: calc(99.9%/7); }
  .calendar .day {
    float: left;
    position: relative;
    height: 55px;
    color: #792824;
    background-color: rgba(254, 254, 254, 0.6);
    /*-ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: calc(95% / 7);
        max-width: calc(100% / 7);*/
    width: calc(99.9%/7);
    border: 0.0625rem solid #fefefe; }
    .calendar .day .day-number {
      margin-top: 0.5rem;
      color: #0a0a0a;
      font-size: 1rem;
      line-height: 1rem;
      transition: all ease .3s;
      display: block; }
    .calendar .day .price {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 1rem;
      color: #e30613; }
  .calendar .days {
    /*display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;*/ }
    .calendar .days .selected {
      background-color: #e30613;
      color: white; }
      .calendar .days .selected .price {
        font-size: 1.25rem;
        color: #fefefe !important; }
  .calendar .event {
    background-color: #FFBCB8;
    cursor: pointer; }
    .calendar .event .day-number {
      color: black; }
    .calendar .event .selected {
      color: white; }
  .calendar .icon-outline {
    position: absolute;
    top: .2em;
    right: .4em; }
  .calendar .disabledText, .calendar .infoText {
    display: none;
    position: absolute;
    background: #e6e6e6;
    color: black;
    z-index: 10;
    padding: 10px;
    border-radius: 4px;
    width: 160px;
    left: 100%;
    font-size: 0.9375rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .calendar .calendar-dow-0 .disabledText, .calendar .calendar-dow-0 .infoText, .calendar .calendar-dow-1 .disabledText, .calendar .calendar-dow-1 .infoText, .calendar .calendar-dow-2 .disabledText, .calendar .calendar-dow-2 .infoText, .calendar .calendar-dow-3 .disabledText, .calendar .calendar-dow-3 .infoText, .calendar .calendar-dow-4 .disabledText, .calendar .calendar-dow-4 .infoText {
    left: 100%; }
    .calendar .calendar-dow-0 .disabledText .arrow, .calendar .calendar-dow-0 .infoText .arrow, .calendar .calendar-dow-1 .disabledText .arrow, .calendar .calendar-dow-1 .infoText .arrow, .calendar .calendar-dow-2 .disabledText .arrow, .calendar .calendar-dow-2 .infoText .arrow, .calendar .calendar-dow-3 .disabledText .arrow, .calendar .calendar-dow-3 .infoText .arrow, .calendar .calendar-dow-4 .disabledText .arrow, .calendar .calendar-dow-4 .infoText .arrow {
      position: absolute;
      overflow: hidden;
      width: 20px;
      height: 20px;
      z-index: 10;
      left: 0;
      margin-left: -20px;
      top: 50%;
      margin-top: -10px; }
      .calendar .calendar-dow-0 .disabledText .arrow:after, .calendar .calendar-dow-0 .infoText .arrow:after, .calendar .calendar-dow-1 .disabledText .arrow:after, .calendar .calendar-dow-1 .infoText .arrow:after, .calendar .calendar-dow-2 .disabledText .arrow:after, .calendar .calendar-dow-2 .infoText .arrow:after, .calendar .calendar-dow-3 .disabledText .arrow:after, .calendar .calendar-dow-3 .infoText .arrow:after, .calendar .calendar-dow-4 .disabledText .arrow:after, .calendar .calendar-dow-4 .infoText .arrow:after {
        transform-origin: bottom right;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
        content: "";
        /*top:-50%;*/
        left: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        transform: rotate(45deg) scale(0.7071, 0.7071);
        background: #e6e6e6; }
  .calendar .calendar-dow-5 .disabledText, .calendar .calendar-dow-5 .infoText, .calendar .calendar-dow-6 .disabledText, .calendar .calendar-dow-6 .infoText {
    left: -160px; }
    .calendar .calendar-dow-5 .disabledText .arrow, .calendar .calendar-dow-5 .infoText .arrow, .calendar .calendar-dow-6 .disabledText .arrow, .calendar .calendar-dow-6 .infoText .arrow {
      position: absolute;
      overflow: hidden;
      width: 20px;
      height: 20px;
      z-index: 10;
      right: 1px;
      margin-right: -20px;
      top: 50%;
      margin-top: -10px; }
      .calendar .calendar-dow-5 .disabledText .arrow:after, .calendar .calendar-dow-5 .infoText .arrow:after, .calendar .calendar-dow-6 .disabledText .arrow:after, .calendar .calendar-dow-6 .infoText .arrow:after {
        transform-origin: top left;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
        content: "";
        /*top:-50%;*/
        left: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        transform: rotate(45deg) scale(0.7071, 0.7071);
        background: #e6e6e6; }
  .calendar .selected .day-number {
    color: white; }
  .calendar .selected .disabledText, .calendar .selected .infoText {
    display: block; }
  .calendar .adjacent-month, .calendar .last-month {
    background-color: transparent !important; }
    .calendar .adjacent-month *, .calendar .last-month * {
      display: none !important; }

.calendar-home {
  max-width: 450px;
  margin-left: 5%;
  border-radius: 4px;
  border: 2px solid #e0e0e1;
  box-shadow: 10px 5px 5px rgba(10, 10, 10, 0.4); }
  .calendar-home .day {
    height: 38px;
    cursor: pointer; }
    .calendar-home .day:hover {
      background-color: #FFBCB8; }
  .calendar-home .event {
    background-color: #e30613; }
    .calendar-home .event:hover {
      background-color: #e30613; }

@media screen and (max-width: 39.9375em) {
  .calendar-home {
    margin-left: auto;
    float: none;
    margin-right: auto; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.tabs-rounded {
  border: 0;
  display: flex; }
  .tabs-rounded:before {
    content: none; }
  .tabs-rounded:after {
    content: none; }
  .tabs-rounded .tabs-title &gt; a {
    text-align: center;
    border-radius: 10px/9px;
    background: rgba(129, 130, 132, 0.6);
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .tabs-rounded li {
    position: relative;
    margin: 0 4px;
    flex-grow: 1; }
    .tabs-rounded li:first-child {
      margin: 0; }
  .tabs-rounded li.active {
    color: #818284 !important;
    border: 3px solid #e0e0e1;
    border-radius: 10px/9px;
    z-index: 3;
    border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .tabs-rounded li.active a {
      background: #fff;
      color: #818284 !important;
      border-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      padding-bottom: 16px; }
    .tabs-rounded li.active:first-child:before {
      content: none; }
    .tabs-rounded li.active:last-child {
      margin-right: 0; }
      .tabs-rounded li.active:last-child:after {
        content: none; }
    .tabs-rounded li.active:before, .tabs-rounded li.active:after {
      content: "";
      position: absolute;
      bottom: -3px;
      width: 10px;
      height: 12px;
      background-repeat: no-repeat;
      z-index: 3; }
    .tabs-rounded li.active:before {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAIAAADUCbv3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAGhJREFUKFO1zzEKwCAQRFHvf8goIhYWIojIIrKZZIMYY5tf7oNBFX9qrR131toN55yFQwgrE5ExRjil9OJa6zDnXO/9YlxLKd57AaS1xgxIPYepYSsDYozYFEMKJ8zikQtIm4/N/cjMJzIaWTosXPLkAAAAAElFTkSuQmCC);
      left: -10px; }
    .tabs-rounded li.active:after {
      right: -10px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAIAAADUCbv3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAGxJREFUKFO1j7EKwCAMBfP/H1lFxMFBBBEREftqUlvs3AOX3EkIGWOOSWttfCDvPeuUksxeUIyRtda61irjG+q9W2tXUUoRMyE8fFJKcQGcczln7i79LRaiAbaEELbo0QxHOAcrkO5640c9xgkibFk65SPC6AAAAABJRU5ErkJggg==); }

.tabs-rounded-content {
  border: 3px solid #e0e0e1;
  border-radius: 6px;
  margin-top: -4px;
  padding-bottom: 0.9375rem; }

/*@import "foundation.scss";*/
.stops {
  /*max-width: 70px;
    min-height: 6px;*/
  position: relative;
  cursor: pointer; }
  .stops .s2 {
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    display: none;
    padding: 1em;
    top: 120%; }
    .stops .s2 .arrow {
      position: absolute;
      overflow: hidden;
      width: 20px;
      height: 20px;
      z-index: 10;
      top: 0;
      margin-top: -20px;
      left: 50%;
      margin-left: -10px; }
      .stops .s2 .arrow:after {
        transform-origin: bottom left;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
        content: "";
        /*top:-50%;*/
        left: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        transform: rotate(45deg) scale(0.7071, 0.7071);
        background: #e6e6e6; }
  .stops:hover {
    /*.s1 {
            display:none;
        }*/ }
    .stops:hover .s2 {
      display: block; }

.back-step-btn {
  margin-bottom: 0.9375rem;
  display: inline-block;
  cursor: pointer; }

.inputppart {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch; }
  .inputppart .input1 {
    flex: 1;
    max-height: 460px; }
  .inputppart .input2 {
    flex: 1;
    max-width: 35%;
    margin-left: 5px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .inputppart .input2 {
        margin-left: 30px;
        max-width: 35%; } }
    @media screen and (min-width: 64em) {
      .inputppart .input2 {
        margin-left: 90px;
        max-width: 32%; } }
  .inputppart .parameter-container.disabled {
    transform: scale(0.92);
    transform-origin: top center; }
  .inputppart .parameter-container .itinerary-locked-warning {
    transform: scale(1.1); }

.promotionTooltip {
  width: 300px !important; }
  .promotionTooltip .arrow-up {
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    z-index: 10;
    top: 0;
    margin-top: -28px;
    left: 50%;
    margin-left: -14px; }
    .promotionTooltip .arrow-up:after {
      transform-origin: bottom left;
      box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
      content: "";
      /*top:-50%;*/
      left: 0;
      position: absolute;
      width: 28px;
      height: 28px;
      transform: rotate(45deg) scale(0.7071, 0.7071);
      background: rgba(255, 255, 255, 0.9); }
  .promotionTooltip span {
    display: block; }

small .fa-star {
  padding: 0 0.0625rem !important;
  color: #818284; }

.booking-final-step {
  margin: 0 0 1.875rem !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.booking-box-gray {
  background: #e0e0e1;
  border-radius: 4px;
  padding: 0.3125rem;
  margin: 0 0 0.625rem 0; }

.booking-box-white {
  position: relative;
  margin: 1.875rem auto;
  padding: 2.1875rem 1.5625rem;
  display: block;
  background: #fefefe;
  border-radius: 0.625rem; }

.booking-border {
  border: 3px solid #e0e0e1;
  border-radius: 0.5rem; }

.booking-config {
  background: #fefefe;
  border-radius: 0.5rem; }

.title-secundary {
  color: #fefefe;
  margin-bottom: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: rgba(105, 108, 106, 0.7);
  margin-top: 1.25rem; }

.booking-fare-selector {
  /*margin-top:rem-calc(20);*/ }
  .booking-fare-selector .title-white {
    color: #fefefe;
    min-height: 25px;
    margin: 0;
    font-size: 1rem; }
    .booking-fare-selector .title-white i {
      font-size: 1em; }
  .booking-fare-selector li {
    padding: 0 0.3125rem !important; }
    .booking-fare-selector li .arrow-down {
      position: absolute;
      overflow: hidden;
      width: 44px;
      height: 44px;
      z-index: 10;
      bottom: 0;
      margin-bottom: -44px;
      left: 50%;
      margin-left: -22px; }
      .booking-fare-selector li .arrow-down:after {
        transform-origin: top right;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
        content: "";
        /*top:-50%;*/
        left: 0;
        position: absolute;
        width: 44px;
        height: 44px;
        transform: rotate(45deg) scale(0.7071, 0.7071);
        background: #c7c7c7; }
    .booking-fare-selector li .panel {
      transition: all ease .2s;
      /*transform: scale(1);
            &amp;.active {
                transform: scale(1.01);
            }*/
      padding: 1.25rem 0;
      margin-bottom: 1.4rem;
      line-height: 1;
      position: relative;
      height: 180px;
      color: #fefefe;
      cursor: pointer;
      border-width: 0;
      border-radius: 0.625rem; }
      .booking-fare-selector li .panel .fa-5x {
        font-size: 3.75rem; }
      .booking-fare-selector li .panel .fa-fw {
        font-size: 1.25rem;
        position: relative;
        color: #fefefe;
        left: -0.3125rem; }
        .booking-fare-selector li .panel .fa-fw:hover, .booking-fare-selector li .panel .fa-fw:focus {
          color: rgba(227, 6, 19, 0.8); }
      .booking-fare-selector li .panel .icon-airline {
        height: 60px;
        padding: 0 0.9375rem; }
      .booking-fare-selector li .panel svg {
        width: 140px;
        height: 65px; }
      .booking-fare-selector li .panel .subtitle {
        font-size: 1.4375rem;
        color: #fefefe;
        margin: 0.3125rem 0 0.9375rem 0; }
      .booking-fare-selector li .panel .cl-icon-business {
        display: none;
        visibility: hidden; }
  .booking-fare-selector .userSelected {
    background: #26b1bd; }
    .booking-fare-selector .userSelected:hover {
      background: rgba(38, 177, 189, 0.9); }
  .booking-fare-selector .user-selected .panel {
    background: #26b1bd;
    /*&amp;:hover{
            background:rgba($color, 0.9);
        }*/ }
    .booking-fare-selector .user-selected .panel .arrow-down:after {
      background: #26b1bd; }
  .booking-fare-selector .recommended .panel {
    background: #b252aa;
    /*&amp;:hover{
            background:rgba($color, 0.9);
        }*/ }
    .booking-fare-selector .recommended .panel .arrow-down:after {
      background: #b252aa; }
  .booking-fare-selector .cheapest .panel {
    background: #c83737;
    /*&amp;:hover{
            background:rgba($color, 0.9);
        }*/ }
    .booking-fare-selector .cheapest .panel .arrow-down:after {
      background: #c83737; }

.other .component-table-box {
  border: 0.125rem solid #26b1bd; }
  .other .component-table-box .title-table {
    background: #26b1bd; }
  .other .component-table-box th, .other .component-table-box .fa-clock-o, .other .component-table-box .fa-plus-square, .other .component-table-box .fa-minus-square {
    color: #26b1bd; }
  .other .component-table-box .expanded {
    display: table-row;
    /*.button-selected{
            a{
               background: $color;
            }
        }*/
    /*.button-selected{
                background:rgba($color, 0.1);
            }*/ }
    .other .component-table-box .expanded .sumary-flight {
      background: rgba(38, 177, 189, 0.2); }
    .other .component-table-box .expanded .expanded-flight {
      background: rgba(38, 177, 189, 0.1);
      display: table-row; }
      .other .component-table-box .expanded .expanded-flight .subtable {
        color: #26b1bd; }

.other .other-flight {
  margin-bottom: 0.9375rem;
  background: #26b1bd; }

.other .title-table {
  border-radius: 0; }

.recommended .component-table-box {
  border: 0.125rem solid #b252aa; }
  .recommended .component-table-box .title-table {
    background: #b252aa; }
  .recommended .component-table-box th, .recommended .component-table-box .fa-clock-o, .recommended .component-table-box .fa-plus-square, .recommended .component-table-box .fa-minus-square {
    color: #b252aa; }
  .recommended .component-table-box .expanded {
    display: table-row;
    /*.button-selected{
            a{
               background: $color;
            }
        }*/
    /*.button-selected{
                background:rgba($color, 0.1);
            }*/ }
    .recommended .component-table-box .expanded .sumary-flight {
      background: rgba(178, 82, 170, 0.2); }
    .recommended .component-table-box .expanded .expanded-flight {
      background: rgba(178, 82, 170, 0.1);
      display: table-row; }
      .recommended .component-table-box .expanded .expanded-flight .subtable {
        color: #b252aa; }

.cheapest .component-table-box {
  border: 0.125rem solid #c83737; }
  .cheapest .component-table-box .title-table {
    background: #c83737; }
  .cheapest .component-table-box th, .cheapest .component-table-box .fa-clock-o, .cheapest .component-table-box .fa-plus-square, .cheapest .component-table-box .fa-minus-square {
    color: #c83737; }
  .cheapest .component-table-box .expanded {
    display: table-row;
    /*.button-selected{
            a{
               background: $color;
            }
        }*/
    /*.button-selected{
                background:rgba($color, 0.1);
            }*/ }
    .cheapest .component-table-box .expanded .sumary-flight {
      background: rgba(200, 55, 55, 0.2); }
    .cheapest .component-table-box .expanded .expanded-flight {
      background: rgba(200, 55, 55, 0.1);
      display: table-row; }
      .cheapest .component-table-box .expanded .expanded-flight .subtable {
        color: #c83737; }

.button-green {
  background-color: #26b1bd;
  color: #fff; }
  .button-green:hover, .button-green:focus {
    background-color: #1e8e97;
    color: #fff; }

.button-normal {
  background-color: #818284;
  color: #fff; }
  .button-normal:hover, .button-normal:focus {
    background-color: #67686a;
    color: #fff; }

/*.title-pax{
    color: $white;
    border-top-right-radius: rem-calc(5);
    background: $primary-color;
    padding:rem-calc(2) 0 0 rem-calc(10);
    min-height:25px;
    margin:rem-calc(15) 0;
}*/
/*.title-bed{
    color:$white;
    border-top-left-radius: rem-calc(5);
    min-height:25px;
    padding: rem-calc(4) 0 0 rem-calc(10);
    background:  $gray-dark;
     margin:rem-calc(15) 0;
    i{
        font-size:1rem !important;
    }
}*/
.booking-error .fa-5x {
  font-size: 2em !important; }

.booking-error .button {
  margin-top: 3.125rem; }

.booking-insurance .fa-file-pdf-o {
  padding-top: 1.4375rem !important; }

.booking-insurance &gt; .row {
  margin: 0.9375rem 0;
  padding-bottom: 0.625rem; }

.booking-insurance .section-separator {
  border-bottom: 2px solid #e0e0e1;
  margin-bottom: 0.625rem; }

.booking-insurance .gutter {
  padding-right: 0.625rem; }
  .booking-insurance .gutter:last-of-type {
    padding-left: 0.625rem;
    padding-right: 0; }

.booking-insurance textarea {
  margin-bottom: 0; }

.row-separator .selected-flights .icon-airline, .row-separator .selected-hotels .icon-airline {
  width: 100%; }
  .row-separator .selected-flights .icon-airline svg, .row-separator .selected-hotels .icon-airline svg {
    float: left;
    width: 100%;
    height: 50px; }
    .row-separator .selected-flights .icon-airline svg *, .row-separator .selected-hotels .icon-airline svg * {
      fill: #818284 !important; }

.row-separator .selected-flights .row, .row-separator .selected-hotels .row {
  margin: 0.3125rem 0;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #e0e0e1; }
  .row-separator .selected-flights .row:last-of-type, .row-separator .selected-hotels .row:last-of-type {
    border-bottom: none; }

.row-separator .subtitle {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem !important; }
  .row-separator .subtitle:last-of-type {
    margin-bottom: 0.125rem !important; }

.flights-summary {
  font-size: 100%;
  text-align: left;
  line-height: 1.1; }
  .flights-summary td {
    vertical-align: top;
    padding: 5px; }
    .flights-summary td:first-child {
      padding-left: 16px; }
  .flights-summary thead {
    background: none;
    border: none; }
    .flights-summary thead td {
      padding-bottom: 0px; }
  .flights-summary tbody {
    border: none; }
    .flights-summary tbody:not(:last-child) {
      border-bottom: 1px solid #e6e6e6; }

.icon-airline-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .icon-airline-box &gt; div {
    flex: 1;
    width: 180px;
    height: 90px;
    margin: 0 1em;
    padding: 1.25rem; }
  .icon-airline-box svg {
    width: 100%;
    height: 100%; }
    .icon-airline-box svg * {
      fill: #818284 !important; }

.booking-reserve {
  padding: 0.9375rem; }
  .booking-reserve h1 {
    color: #818284 !important; }
  .booking-reserve th {
    color: #e30613; }
  .booking-reserve .icon-airline {
    width: 100px;
    height: 50px; }
    .booking-reserve .icon-airline svg {
      width: 100px;
      height: 50px; }
      .booking-reserve .icon-airline svg * {
        fill: #818284 !important; }
  .booking-reserve .hotel-reserve {
    padding: 0.4375rem 0;
    border-bottom: 1px solid #e0e0e1; }
    .booking-reserve .hotel-reserve p .fa {
      padding-left: 1.25rem; }

.title-booking, .title-gray {
  color: #fefefe;
  min-height: 25px;
  margin: 0.9375rem 0 0.3125rem 0;
  padding: 0;
  background: rgba(105, 108, 106, 0.7);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .title-booking i, .title-gray i {
    font-size: 1em; }

.title-gray {
  padding: 0.1875rem 0.3125rem 0.125rem; }

.title-first {
  padding: 0.3125rem 0 0 0.625rem;
  min-height: 25px;
  width: 5.625rem;
  display: inline-block;
  border-top-left-radius: 4px;
  background: #818284; }

.title-last {
  min-height: 25px;
  padding: 0.3125rem 0 0 0.625rem; }

.booking-final {
  padding: 0 0.9375rem 0.9375rem; }
  .booking-final p &gt; input[type="checkbox"] {
    margin: 0.3125rem 0.3125rem 0.3125rem 0;
    top: 1px;
    position: relative; }
  .booking-final .highlight-color {
    margin-bottom: 0.3125rem; }
  .booking-final label {
    text-transform: uppercase;
    font-weight: bold; }
  .booking-final input[type="text"], .booking-final select {
    /*width: 94%;*/ }
  .booking-final .error {
    width: 94%;
    position: relative;
    top: -1.0625rem; }
  .booking-final .fa-2x {
    font-size: 2rem !important; }
  .booking-final .user-info {
    /*margin:rem-calc(20) 0 rem-calc(10);*/
    /*label {
            margin-top: rem-calc(5);
        }

        input {
            width: 90%;
            margin-left: 5%;
            margin-bottom: rem-calc(10);
        }*/ }
    .booking-final .user-info .error {
      width: 90%;
      margin-left: 5%;
      top: -0.625rem; }

.booking-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .booking-title .back:hover {
    color: #e30613; }
  .booking-title h1, .booking-title .back {
    margin-bottom: 0;
    color: #fefefe;
    vertical-align: middle; }
  .booking-title h1 {
    font-size: 1.75rem; }
  .booking-title .back {
    margin-right: 1em;
    padding-top: 0.375rem;
    display: block;
    font-weight: bold; }

.booking-hero {
  height: auto;
  padding-bottom: 0.625rem;
  max-height: none;
  /*.fa{
        padding:0 rem-calc(5) 0;
        font-size:1.2em;
    }*/ }
  .booking-hero .booking-templates {
    background: rgba(0, 0, 0, 0.5); }
    .booking-hero .booking-templates .template-item {
      overflow: inherit; }
      .booking-hero .booking-templates .template-item li {
        text-align: center;
        margin: 0; }
      .booking-hero .booking-templates .template-item a {
        padding: 12px 10px;
        position: relative;
        /*border-right:1px solid $white;*/
        /*.arrow-down{
                    @include arrow-base($direction:down, $color:$oil, $size:20px);
                }*/ }
        .booking-hero .booking-templates .template-item a:first-of-type {
          /*border-left:1px solid $white;*/ }
        .booking-hero .booking-templates .template-item a h2 {
          font-weight: normal;
          font-size: 1rem;
          color: #fefefe;
          position: relative;
          padding: 0.375rem 0.625rem 0.25rem;
          margin: 0;
          text-shadow: 0 0 20px #000; }
        .booking-hero .booking-templates .template-item a:hover:not(.active) {
          border-radius: 4px;
          background: rgba(138, 138, 138, 0.5); }
      .booking-hero .booking-templates .template-item .isDev h2 {
        color: #9095a1; }
      .booking-hero .booking-templates .template-item .active {
        border-radius: 6px;
        background: rgba(227, 6, 19, 0.9);
        box-shadow: 0px 8px 26px -4px rgba(0, 0, 0, 0.5); }
        .booking-hero .booking-templates .template-item .active .arrow-down {
          position: absolute;
          overflow: hidden;
          width: 28px;
          height: 28px;
          z-index: 10;
          bottom: 0;
          margin-bottom: -28px;
          left: 50%;
          margin-left: -14px; }
          .booking-hero .booking-templates .template-item .active .arrow-down:after {
            transform-origin: top right;
            box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
            content: "";
            /*top:-50%;*/
            left: 0;
            position: absolute;
            width: 28px;
            height: 28px;
            transform: rotate(45deg) scale(0.7071, 0.7071);
            background: rgba(227, 6, 19, 0.9); }
        .booking-hero .booking-templates .template-item .active h2 {
          text-shadow: none;
          color: #fefefe; }
  .booking-hero .component-item {
    background: #fefefe; }
    .booking-hero .component-item .simulate-select {
      margin-bottom: 1.875rem; }
    .booking-hero .component-item .remove-room {
      color: #e30613; }
    .booking-hero .component-item p {
      padding: 0.4375rem 0 0 0; }
    .booking-hero .component-item .select-ages:first-of-type {
      margin-bottom: 0.3125rem; }
  .booking-hero .booking-box-gray {
    padding: 0.9375rem;
    margin: 0 0 0.625rem 0; }
    .booking-hero .booking-box-gray li {
      padding-bottom: 0 !important; }
    .booking-hero .booking-box-gray select {
      margin: 0; }
    .booking-hero .booking-box-gray:last-of-type {
      margin: 0 0 1.25rem 0; }

.input-parameters-container {
  display: flex;
  justify-content: space-between;
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto; }
  .input-parameters-container::before, .input-parameters-container::after {
    content: ' ';
    display: table; }
  .input-parameters-container::after {
    clear: both; }
  .input-parameters-container &gt; div {
    flex: 1; }

.booking-contain-boxs {
  width: 100%;
  min-height: 28.125rem;
  height: auto;
  height: auto;
  position: relative;
  overflow-x: hidden; }
  .booking-contain-boxs .component-item {
    height: auto;
    padding: 0.625rem 0.9375rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: calc(100% - 10px); }

.booking-price {
  background-color: #fefefe;
  /*margin-left:rem-calc(20);*/
  padding: 0.625rem;
  /*.fa{
        padding-left:0 !important;
    }*/ }
  .booking-price li {
    padding: 0 0.3125rem !important; }
  .booking-price h6, .booking-price h5, .booking-price h4, .booking-price h3, .booking-price h2 {
    margin: 0; }
  .booking-price h6, .booking-price h5, .booking-price h4 {
    margin-top: 0.3125rem; }
  .booking-price .room-label {
    margin-top: 3px; }
  .booking-price .padding {
    padding: 0.3125rem 0.625rem; }
  .booking-price .title-gray {
    margin-top: 1.5625rem; }
  .booking-price .room-pax div {
    padding: 0.3125rem 0;
    border-bottom: 1px solid #e0e0e1; }
    .booking-price .room-pax div:last-of-type {
      border-bottom: none;
      margin-bottom: 1.5625rem; }
  .booking-price .breakdown {
    margin: 1.25rem 0 0.5rem 0; }
  .booking-price .booking-box-gray {
    margin: 0.3125rem 0;
    padding: 0.125rem 0; }
  .booking-price .room-price {
    border-bottom: 0.125rem solid #fefefe;
    margin-left: 0;
    margin-right: 0; }
  .booking-price .strike-price {
    position: relative;
    top: -.3em;
    font-size: 1em;
    text-decoration: none;
    color: rgba(129, 130, 132, 0.9);
    background-image: linear-gradient(transparent 8px, #57798e 9px, #57798e 9px, transparent 10px);
    padding: 0 1px; }
  .booking-price .discount-tag {
    padding-left: 2px;
    border-radius: 4px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .booking-price .discount-tag:after {
      content: "*";
      color: #e30613; }
  .booking-price .discount-row {
    color: #57798e;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .booking-price .price-discount {
    display: inline;
    position: relative;
    cursor: pointer;
    color: #57798e; }
    .booking-price .price-discount:hover {
      color: #30434f; }
      .booking-price .price-discount:hover .tooltip-info {
        display: block; }
    .booking-price .price-discount .tooltip-info {
      z-index: 10;
      font-size: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      padding: .6em .3em;
      top: calc(100% + 10px);
      background: #fff;
      color: #818284;
      white-space: normal;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 220px;
      max-width: 220px;
      text-align: center; }
      .booking-price .price-discount .tooltip-info .arrow {
        position: absolute;
        overflow: hidden;
        width: 20px;
        height: 20px;
        z-index: 10;
        top: 0;
        margin-top: -20px;
        left: 50%;
        margin-left: -10px; }
        .booking-price .price-discount .tooltip-info .arrow:after {
          transform-origin: bottom left;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
          content: "";
          /*top:-50%;*/
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          transform: rotate(45deg) scale(0.7071, 0.7071);
          background: #fff; }
      .booking-price .price-discount .tooltip-info i {
        color: #818284; }
  .booking-price .room-price:last-of-type {
    border-bottom: none; }
  .booking-price .offer-items {
    padding: 0.625rem; }
  .booking-price ul {
    margin: 2.5rem 0 0 0; }
    .booking-price ul li {
      padding: 0 0.3125rem; }
    .booking-price ul button {
      outline: none; }
  .booking-price .selection-item {
    position: relative;
    min-height: 3.125rem;
    padding: 0.25rem 0.625rem;
    background: #fefefe;
    border-radius: 0.5rem;
    margin-bottom: 0.3125rem; }
    .booking-price .selection-item .fa {
      padding-left: 0; }

.aside-price-top {
  position: relative;
  top: 0; }

.booking-flight-table {
  width: 98%;
  margin: 5px auto;
  margin-bottom: 1rem;
  border-spacing: 0 !important; }
  .booking-flight-table tbody tr td {
    border-bottom: 0.0625rem solid #e0e0e1; }
  .booking-flight-table th {
    border-bottom: 0.125rem solid #e0e0e1;
    background: #fefefe;
    padding: 0.3125rem; }
    .booking-flight-table th:nth-child(7n + 6) {
      width: 13%; }
    .booking-flight-table th:nth-child(7n + 7) {
      width: 5%; }
  .booking-flight-table td {
    border: none;
    padding: 0.3125rem; }
    .booking-flight-table td:nth-child(7n + 6) {
      text-align: center; }

.booking-flight-options {
  margin-bottom: 0;
  border-bottom: 0;
  /*.button-selected{
        padding:rem-calc(7) 0;
        border-bottom:rem-calc(2) solid $gray-light;
        border-top:rem-calc(2) solid $gray-light;
        a{
            border-radius:rem-calc(4);
            padding: rem-calc(4) rem-calc(10);
            margin-left: rem-calc(15);
        }
    }*/ }
  .booking-flight-options &gt; table {
    width: 96%;
    margin: 0 2%;
    border-spacing: 0; }
    .booking-flight-options &gt; table th {
      text-align: center;
      background: #fefefe;
      border-bottom: 0.125rem solid #e0e0e1; }
      .booking-flight-options &gt; table th:nth-child(6n + 1) {
        width: 17%;
        text-align: left; }
      .booking-flight-options &gt; table th:nth-child(6n + 2) {
        width: 10%;
        text-align: center; }
      .booking-flight-options &gt; table th:nth-child(6n + 3) {
        width: 15%;
        padding-left: 5px; }
      .booking-flight-options &gt; table th:nth-child(6n + 4) {
        width: 21.5%;
        text-align: left; }
      .booking-flight-options &gt; table th:nth-child(6n + 5) {
        width: 21.5%;
        text-align: left; }
      .booking-flight-options &gt; table th:nth-child(6n + 6) {
        width: 10%; }
    .booking-flight-options &gt; table td {
      padding: 0; }
    .booking-flight-options &gt; table table {
      width: 100%;
      border-spacing: 0;
      margin: 0; }
    .booking-flight-options &gt; table .sumary-flight td:nth-child(6n + 1) {
      width: 17%;
      text-align: center; }
    .booking-flight-options &gt; table .sumary-flight td:nth-child(6n + 2) {
      width: 10%;
      text-align: center; }
    .booking-flight-options &gt; table .sumary-flight td:nth-child(6n + 3) {
      width: 15%;
      padding-left: 5px; }
    .booking-flight-options &gt; table .sumary-flight td:nth-child(6n + 4) {
      width: 21.5%; }
    .booking-flight-options &gt; table .sumary-flight td:nth-child(6n + 5) {
      width: 21.5%; }
    .booking-flight-options &gt; table .sumary-flight td:nth-child(6n + 6) {
      width: 10%; }
  .booking-flight-options .icon-airline {
    text-align: left; }
    .booking-flight-options .icon-airline svg {
      float: left;
      margin: 0.1875rem 0;
      width: 100px;
      height: 30px; }
      .booking-flight-options .icon-airline svg * {
        fill: #818284 !important; }
  .booking-flight-options .sumary-flight {
    cursor: pointer; }
    .booking-flight-options .sumary-flight td {
      border-bottom: 0.0625rem solid #e0e0e1; }
  .booking-flight-options .expanded-flight {
    display: none;
    width: 100%; }
    .booking-flight-options .expanded-flight td {
      padding-bottom: 0.3125rem;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
      .booking-flight-options .expanded-flight td:nth-child(7n + 5) {
        width: 5%;
        text-align: center; }
      .booking-flight-options .expanded-flight td:nth-child(7n + 6) {
        width: 5%; }
      .booking-flight-options .expanded-flight td:nth-child(7n + 7) {
        width: 5%; }
    .booking-flight-options .expanded-flight .subtable {
      border-top: 0.0625rem solid #e0e0e1;
      font-weight: bold;
      padding-top: 0.625rem; }
  .booking-flight-options .price {
    min-width: 70px; }
  .booking-flight-options .fa-star {
    color: #b252aa; }
  .booking-flight-options .fa-thumbs-up {
    color: #c83737; }

.icon-economy, .icon-business {
  background: #26b1bd;
  border-radius: 4px;
  padding: 1px 3px;
  margin: 0 1.25rem 0 0.125rem; }

.icon-business {
  background: #f08508; }

.cl-business {
  color: #f08508; }

.is-business .icon-airline {
  height: 40px !important; }
  .is-business .icon-airline svg {
    height: 45px !important; }

.is-business .cl-icon-business {
  position: relative;
  top: -8px;
  visibility: visible !important;
  display: inline-block !important;
  color: #26b1bd;
  margin: 0;
  background: #fefefe; }

.highlight-price {
  color: #e30613;
  font-size: 1.3em; }

.service-item {
  cursor: pointer; }
  .service-item:hover {
    background: #efeff1; }

/*RESPONSIVE*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .booking-price {
    margin-left: 0;
    margin-top: 0.9375rem; } }

@media screen and (max-width: 39.9375em) {
  .booking-insurance .gutter {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .tab-title a {
    padding: 0.5rem 0 !important; }
  .booking-price {
    margin-left: 0;
    margin-top: 0.9375rem; }
  .booking-fare-selector li {
    width: 100%; }
    .booking-fare-selector li .panel {
      height: auto; }
  .booking-box-white, .component-table {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .component-table-box td, .component-table-box th {
    font-size: 0.75rem;
    padding: 0.1875rem 0;
    word-break: break-all; }
  .booking-flight-options .icon-airline svg {
    width: 40px; } }

.booking-action {
  width: 95%;
  margin: auto; }
  .booking-action .disabled {
    opacity: .5; }
  .booking-action .active label {
    color: #e30613; }
  .booking-action .active .svg-tool {
    fill: #e30613; }
  .booking-action .active p, .booking-action .active li {
    color: #575757; }
  .booking-action div[class*=" option-"] input, .booking-action div[class*=" option-"] label, .booking-action div[class*=" option-"] svg {
    cursor: pointer; }
  .booking-action .option-1 {
    padding-right: 1.2em; }
  .booking-action .option-2 {
    padding-left: 1.5em;
    border-left: 1px solid #e6e6e6; }

.booking-action-small {
  width: 60%; }

.hgray {
  color: #fefefe;
  padding: 2px 5px;
  margin: 1rem 0;
  background: rgba(105, 108, 106, 0.7);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .hgray h4 {
    margin: 0; }

.nm {
  color: black; }

.br:nth-child(odd) {
  border-right: 1px solid #e6e6e6; }

.help-me {
  cursor: pointer;
  text-align: right; }
  .help-me:hover {
    color: #717171; }
  .help-me .help-me-text {
    line-height: 1;
    margin-top: .3em;
    margin-bottom: .8em; }
  .help-me i {
    margin-right: 3px;
    margin-left: 6px;
    margin-top: -7px; }

.logo-travel-pricer-small {
  width: 120px;
  height: 60px; }

.logo-travel-pricer-medium {
  width: 180px;
  height: 90px; }

/* Coches */
.car-slider {
  margin: 0 30px; }
  .car-slider .slick-prev:before, .car-slider .slick-next:before {
    color: #8a8a8a; }
  .car-slider .car-thumb {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #f0f0f0;
    margin: auto;
    background-size: 110%;
    transition: all ease .3s;
    /*filter: grayscale(100%) opacity(50%);*/
    position: relative; }
  .car-slider .car-thumb-pax {
    position: absolute;
    font-size: 1rem;
    color: #0a0a0a;
    width: 100%;
    bottom: 0; }
  .car-slider .car-select {
    visibility: hidden;
    margin: auto; }
  .car-slider .slick-center {
    color: #e30613; }
    .car-slider .slick-center .car-thumb {
      filter: unset; }
    .car-slider .slick-center .car-select {
      visibility: visible; }

.car-display {
  position: relative;
  overflow: hidden; }
  .car-display .by2 {
    position: absolute;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: 2px solid #f0f0f0;
    margin: auto;
    color: black;
    font-size: 1.6em;
    text-align: center;
    top: 0;
    left: 60%; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
/*@import "_foundation_settings.scss";*/
.category-star sup {
  font-size: .7em;
  padding: 0 0.0625rem; }

.hotel-thumb-list {
  display: flex;
  flex-flow: row wrap; }

.hotel-thumb {
  max-width: 300px;
  flex: 1;
  cursor: pointer;
  min-height: 5.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 100px;
  /*margin-top: rem-calc(5);
    margin-right: rem-calc(2);*/
  margin: 0.3125rem 0.0625rem 0 0.0625rem; }

.hotel-bg-img {
  max-height: 400px;
  height: 35vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-bottom:rem-calc(5);*/ }

.hotel-list-actions {
  margin-top: 0.625rem; }
  .hotel-list-actions li &gt; a {
    padding: 0 !important;
    font-weight: bold; }
    .hotel-list-actions li &gt; a &gt; i {
      vertical-align: top; }
  .hotel-list-actions li {
    padding: .3em 1em; }
  .hotel-list-actions li:nth-of-type(1) {
    padding-left: 0;
    border-right: 2px solid #e30613;
    /*.fa {
            padding-left: 0;
        }*/ }
  .hotel-list-actions li.no-sep {
    border-right: none; }

.tabs-rooms h6, .tabs-rooms h5 {
  color: #8a8a8a !important;
  font-weight: bold; }

.tabs-rooms li {
  border-top: 2px solid #e0e0e1;
  border-right: 2px solid #e0e0e1; }
  .tabs-rooms li:first-of-type {
    border-left: 2px solid #e0e0e1;
    border-radius: 4px 0 0 0; }
  .tabs-rooms li:last-of-type {
    border-radius: 0 4px 0 0; }

.tabs-rooms .active {
  background: #e0e0e1; }
  .tabs-rooms .active &gt; a {
    background: #e0e0e1; }

.hotel-list-item {
  position: relative;
  margin-bottom: 1.25rem;
  /*margin-top:rem-calc(15);*/
  /*&amp;.disabled {
        color:$accent-color;
    }*/ }
  .hotel-list-item .border-lateral {
    border-left: 2px solid #e0e0e1;
    border-right: 2px solid #e0e0e1; }
  .hotel-list-item .border-edge {
    /*padding-top:rem-calc(10);*/
    border: 2px solid #e0e0e1;
    border-top: none;
    border-radius: 0 0 4px 4px; }
  .hotel-list-item .row {
    /*position:relative;*/
    margin: 0;
    padding: 0.625rem 0; }
  .hotel-list-item .hotels-selection {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .hotel-list-item .title-gray {
    margin: 0;
    background: rgba(129, 130, 132, 0.6); }
  .hotel-list-item .hotel-detail .hotel-arrow:after {
    background: rgba(129, 130, 132, 0.6); }
  .hotel-list-item .category-star .fa {
    font-size: 0.8em; }
  .hotel-list-item .reserve-info {
    margin: 0.3125rem 0 0.9375rem;
    display: inline-block; }
    .hotel-list-item .reserve-info .fa {
      padding-right: 0.125rem; }
    .hotel-list-item .reserve-info:first-of-type {
      margin-left: 0; }
  .hotel-list-item .more-info {
    margin-top: 0.3125rem; }
  .hotel-list-item .disabled {
    color: #e30613; }
  .hotel-list-item .disabledOption {
    opacity: 0.5; }

.hotel-back {
  margin: 0.9375rem 0;
  display: inline-block;
  color: #818284; }

.hotel-table-room {
  border: 1px solid #e0e0e1;
  border-radius: 0 4px 4px 4px;
  margin-bottom: 0.3125rem; }
  .hotel-table-room table {
    margin: 0;
    width: 100%;
    border-spacing: 0; }
    .hotel-table-room table td {
      padding: 0.3125rem;
      border-bottom: 1px solid #e0e0e1; }
      .hotel-table-room table td:last-of-type .fa {
        font-size: 1.8em;
        color: rgba(129, 130, 132, 0.5); }
    .hotel-table-room table tr {
      cursor: pointer; }
      .hotel-table-room table tr:last-of-type td {
        border-bottom: none; }
  .hotel-table-room .header-room {
    cursor: default;
    background: #e0e0e1; }
    .hotel-table-room .header-room td {
      color: #818284; }
  .hotel-table-room .active td {
    background: #f9dfd7; }
    .hotel-table-room .active td:last-of-type .fa {
      color: #777; }

.hotel-warning {
  margin: 0 10px 10px !important;
  width: calc(100% - 20px);
  background: #f9dfd7; }

.hotel-summary {
  margin-bottom: 0.46875rem !important;
  padding-bottom: 0.46875rem !important;
  border-bottom: 2px solid #e0e0e1; }
  .hotel-summary select, .hotel-summary option {
    text-transform: capitalize; }
  .hotel-summary .room-selected {
    margin: 0.9375rem 0 0.3125rem 0; }
  .hotel-summary .category-star sup {
    font-size: 1rem; }
  .hotel-summary .category-star .fa {
    font-size: 0.8em; }
  .hotel-summary:last-of-type {
    border-bottom: none; }

.hotel-price-list .title-gray {
  margin: 0.625rem 0 0.3125rem; }

.hotel-price-list p {
  margin: 0; }
  .hotel-price-list p:last-of-type {
    margin-bottom: 0.9375rem; }

.price-table, .price-detail table {
  width: 100%;
  border: none;
  border-spacing: 2px;
  border-collapse: separate; }
  .price-table caption, .price-detail table caption {
    color: #fefefe;
    min-height: 25px;
    margin: 0.9375rem 0 0.3125rem 0;
    padding: 0.4em 0.625em;
    background: #a4a4a4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: left;
    font-weight: normal;
    font-size: 1.1em; }
    .price-table caption i, .price-detail table caption i {
      font-size: 1em; }
  .price-table td, .price-table th[scope=col], .price-detail table td, .price-detail table th[scope=col] {
    text-align: center; }
  .price-table tfoot, .price-detail table tfoot {
    background: none; }
    .price-table tfoot td:first-child::before, .price-detail table tfoot td:first-child::before {
      content: "Notas y suplementos";
      display: block;
      font-weight: bold; }
    .price-table tfoot td, .price-detail table tfoot td {
      text-align: left;
      font-weight: normal; }
    .price-table tfoot strong, .price-detail table tfoot strong {
      font-weight: normal; }
  .price-table th[scope=col], .price-detail table th[scope=col] {
    background: #26b1bd;
    color: white; }
    .price-table th[scope=col]:first-of-type, .price-detail table th[scope=col]:first-of-type {
      border-top-left-radius: 0.3125rem; }
    .price-table th[scope=col]:last-of-type, .price-detail table th[scope=col]:last-of-type {
      border-top-right-radius: 0.3125rem; }
  .price-table tbody tr:nth-child(even), .price-detail table tbody tr:nth-child(even) {
    background: #e8f9fa; }
  .price-table th[scope=row], .price-detail table th[scope=row] {
    text-align: left;
    font-weight: normal; }

.hotel-price-table {
  width: 100%; }
  .hotel-price-table th {
    text-align: center;
    font-weight: bold; }
    .hotel-price-table th:first-of-type {
      border-top-left-radius: 0.3125rem; }
    .hotel-price-table th:last-of-type {
      border-top-right-radius: 0.3125rem; }
  .hotel-price-table tr td:first-of-type {
    background: rgba(38, 177, 189, 0.25);
    padding: 0 0.9375rem; }
  .hotel-price-table td {
    text-align: center;
    padding: 0; }
    .hotel-price-table td span {
      padding: 0.3125rem 0;
      display: block; }
    .hotel-price-table td span:first-of-type {
      background: rgba(38, 177, 189, 0.15); }

.hotel-detail {
  margin: 1.5625rem 0 1.25rem 0;
  /*.border-lateral{
        padding-top:rem-calc(5);
    }*/ }
  .hotel-detail .title-gray {
    padding: 0.25rem 0.3125rem 0;
    margin: 0; }
  .hotel-detail .close-hotel {
    color: #fefefe; }
    .hotel-detail .close-hotel:hover {
      color: #e30613; }
  .hotel-detail .subtitle {
    padding: 0.625rem 0.625rem;
    background: #818284;
    color: #fefefe;
    margin: 0; }
    .hotel-detail .subtitle small {
      color: #fefefe; }
    .hotel-detail .subtitle a {
      color: #fefefe;
      margin-left: 0.625rem; }
    .hotel-detail .subtitle i {
      color: #fefefe;
      padding: 0 0.125rem; }
  .hotel-detail .hotel-arrow {
    position: absolute;
    overflow: hidden;
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 0;
    margin-top: -30px;
    left: 50%;
    margin-left: -15px;
    position: relative;
    left: 12.5%; }
    .hotel-detail .hotel-arrow:after {
      transform-origin: bottom left;
      box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
      content: "";
      /*top:-50%;*/
      left: 0;
      position: absolute;
      width: 30px;
      height: 30px;
      transform: rotate(45deg) scale(0.7071, 0.7071);
      background: rgba(105, 108, 106, 0.7); }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
.trip-detail a {
  outline: none; }

.trip-detail .menu a {
  color: #8a8a8a;
  text-transform: uppercase; }

.trip-detail .menu .active, .trip-detail .menu a:hover {
  color: #e30613; }

.trip-detail hr {
  margin-top: 0;
  border-width: 1px 0 0; }

.itinerary {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  margin: 0.75rem 0 0 0; }
  .itinerary div {
    margin-bottom: 0;
    display: inline-block;
    -webkit-column-break-inside: avoid; }

.intro-text {
  font-family: "AvenirNext", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.2em; }

.trip-intro .iconography li {
  padding: 0;
  text-align: center;
  width: 70px; }
  .trip-intro .iconography li .icon-category {
    width: 100%; }
    .trip-intro .iconography li .icon-category svg {
      margin: 0 auto; }

.trip-aside section {
  margin-bottom: 1.875rem; }
  .trip-aside section h2 {
    line-height: 2rem; }

.trip-aside .aside-item span {
  display: inline-block;
  margin: 0.625rem 0 0 0; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .trip-detail .sub-nav a {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .itinerary {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; } }

@media screen and (max-width: 39.9375em) {
  .trip-detail .sub-nav dd::before {
    display: none; }
  .trip-detail .sub-nav a {
    font-size: 1rem;
    padding-left: 0 !important;
    padding-right: 0.625rem !important; }
    .trip-detail .sub-nav a .fa-lg, .trip-detail .sub-nav a .fa {
      display: none; }
  .itinerary {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .intro-text {
    font-size: 1.25rem;
    line-height: 1.2em; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
.destiny-contact {
  font-size: 1rem;
  margin: 0; }

.subhero-destiny {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.no-tripoffer .shadow-separator, .no-tripoffer h2 {
  display: none;
  visibility: hidden; }

.hero-expand {
  margin-bottom: 1.25rem;
  min-height: 18.75rem;
  height: 40vh;
  position: relative; }
  .hero-expand .intro-text {
    color: #fefefe; }
  .hero-expand:before {
    height: 60% !important; }
  .hero-expand .trip-intro {
    text-shadow: 1px 1px rgba(10, 10, 10, 0.3); }
  .hero-expand .america-del-norte,
  .hero-expand .caribe,
  .hero-expand .escandinavia,
  .hero-expand .europa,
  .hero-expand .oriente-medio,
  .hero-expand .subcontinente-indio,
  .hero-expand .indico,
  .hero-expand .pacifico {
    background: -moz-linear-gradient(top, rgba(70, 110, 167, 0.7) 0%, rgba(70, 11, 167, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(70, 110, 167, 0.7)), color-stop(100%, rgba(70, 11, 167, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(70, 110, 167, 0.7) 0%, rgba(70, 11, 167, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(70, 110, 167, 0.7) 0%, rgba(70, 11, 167, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(70, 110, 167, 0.7) 0%, rgba(70, 11, 167, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(70, 110, 167, 0.7) 0%, rgba(70, 11, 167, 0) 100%);
    /* W3C */ }
  .hero-expand .america-latina,
  .hero-expand .indochina {
    background: -moz-linear-gradient(top, rgba(70, 167, 85, 0.7) 0%, rgba(70, 167, 85, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(70, 167, 85, 0.7)), color-stop(100%, rgba(70, 167, 85, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(70, 167, 85, 0.7) 0%, rgba(70, 167, 85, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(70, 167, 85, 0.7) 0%, rgba(70, 167, 85, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(70, 167, 85, 0.7) 0%, rgba(70, 167, 85, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(70, 167, 85, 0.7) 0%, rgba(70, 167, 85, 0) 100%);
    /* W3C */ }
  .hero-expand .china-japon {
    background: -moz-linear-gradient(top, rgba(187, 56, 49, 0.7) 0%, rgba(187, 56, 49, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(187, 56, 49, 0.7)), color-stop(100%, rgba(187, 56, 49, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(187, 56, 49, 0.7) 0%, rgba(187, 56, 49, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(187, 56, 49, 0.7) 0%, rgba(187, 56, 49, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(187, 56, 49, 0.7) 0%, rgba(187, 56, 49, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(187, 56, 49, 0.7) 0%, rgba(187, 56, 49, 0) 100%);
    /* W3C */ }
  .hero-expand .africa,
  .hero-expand .sudeste-asiatico {
    height: 100%;
    background: -moz-linear-gradient(top, rgba(119, 48, 0, 0.8) 0%, rgba(119, 48, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119, 48, 0, 0.8)), color-stop(100%, rgba(119, 48, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(119, 48, 0, 0.8) 0%, rgba(119, 48, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(119, 48, 0, 0.8) 0%, rgba(119, 48, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(119, 48, 0, 0.8) 0%, rgba(119, 48, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(119, 48, 0, 0.8) 0%, rgba(119, 48, 0, 0) 100%);
    /* W3C */ }

.gallery-title {
  margin: 0 !important;
  height: 100%;
  padding: 0 15%;
  width: 100%;
  background: rgba(10, 10, 10, 0.5); }
  .gallery-title li {
    margin-left: 0;
    width: 50%;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .gallery-title li:first-of-type {
      border-right: 2px solid #fefefe; }
  .gallery-title .large-list {
    width: 65%;
    padding-right: 5%; }
  .gallery-title .small-list {
    padding-left: 5%;
    width: 35%; }

.gallery-places {
  margin: 0 !important;
  height: 100%;
  padding: 31% 5% 0% 5%;
  width: 100%;
  background: rgba(10, 10, 10, 0.5);
  /*display: -webkit-flex;*/
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-end; }
  .gallery-places li {
    margin-left: 0;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .gallery-places li:first-of-type {
      border-right: 2px solid #fefefe; }
  .gallery-places .large-list {
    width: 65%;
    padding-right: 5%; }
  .gallery-places .small-list {
    padding-left: 5%;
    width: 35%; }
  .gallery-places p .comma:last-of-type {
    display: none;
    visibility: hidden; }

.gallery-area li {
  border: none !important;
  width: 100% !important; }

/*.destiny-gallery{*/
.gallery-item {
  /*cursor:pointer;*/
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  /*margin-left:rem-calc(10);*/
  height: 10rem;
  display: block;
  margin-bottom: 0.1875rem; }
  .gallery-item .transition, .gallery-item .highcube-summary p, .highcube-summary .gallery-item p, .gallery-item .highcube-social p, .highcube-social .gallery-item p, .gallery-item .brochure-slider-item .brochure-box, .brochure-slider-item .gallery-item .brochure-box {
    z-index: 2;
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    display: block;
    height: 100%;
    top: 100%; }
  .gallery-item:hover .transition, .gallery-item:hover .highcube-summary p, .highcube-summary .gallery-item:hover p, .gallery-item:hover .highcube-social p, .highcube-social .gallery-item:hover p, .gallery-item:hover .brochure-slider-item .brochure-box, .brochure-slider-item .gallery-item:hover .brochure-box {
    top: 0; }

/*}*/
.hero-destiny {
  /*margin-bottom:rem-calc(10);*/
  min-height: 0 !important;
  height: auto;
  max-height: none !important; }
  .hero-destiny .hero-title {
    position: relative;
    top: 0;
    /*float:left;*/ }

.dialog-trip-modal {
  position: absolute;
  background: #fefefe;
  top: -10%;
  left: -15%;
  width: 130%;
  height: auto;
  border-radius: 4px;
  z-index: 990;
  box-shadow: 0px 2px 5px rgba(10, 10, 10, 0.4); }

.group-trips &gt; div:last-of-type .shadow-separator {
  display: none;
  visibility: hidden; }

.destiny-list {
  padding-left: 1.25rem; }
  .destiny-list .min-height {
    min-height: 50px;
    margin-bottom: 0.625rem; }
  .destiny-list .button-degrade {
    margin-top: 0.625rem; }

.destiny-price * {
  margin-bottom: 0; }

.destiny-price li {
  margin: 0;
  padding: 0 0.3125rem; }

.destiny-price .quotation-btn {
  border-left: 0.125rem solid #e30613;
  border-right: 0.125rem solid #e30613; }
  .destiny-price .quotation-btn .fa {
    font-size: 1.5em; }

.destiny-intro {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .destiny-intro * {
    z-index: 1; }
  .destiny-intro .intro-text {
    color: #0a0a0a; }
  .destiny-intro:after, .destiny-intro:before {
    content: "";
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }

.lead-japon {
  background: #c83737;
  position: relative;
  z-index: -2; }
  .lead-japon .crumb, .lead-japon .crumb a {
    color: #f9b0a9; }
  .lead-japon .lead-intro {
    color: #f9b0a9; }
  .lead-japon::before {
    content: ' ';
    position: absolute;
    width: 200px;
    left: 0;
    height: 100%;
    background-image: url("https://estaticos2.catai.es/resource/hero/geisha.svg");
    background-repeat: no-repeat;
    background-position: left center;
    left: -2.5rem;
    z-index: -1; }
  .lead-japon::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: -3em;
    width: 600px;
    height: 100%;
    background-image: url("https://estaticos2.catai.es/resource/hero/cerezo.svg");
    background-position: right center !important;
    background-repeat: no-repeat;
    z-index: -1; }

.lead-thailandia, .lead-tailandia {
  /*@include destiny-style(#fa8c10);*/
  background-image: url("https://estaticos2.catai.es/resource/hero/textura_fondo.png");
  background-position: center;
  position: relative;
  color: black; }
  .lead-thailandia .crumb, .lead-thailandia .crumb a, .lead-tailandia .crumb, .lead-tailandia .crumb a {
    color: black; }
  .lead-thailandia::before, .lead-tailandia::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("https://estaticos2.catai.es/resource/hero/cenefa_individual.svg");
    background-repeat: repeat-x;
    background-position: bottom !important;
    background-size: 30px auto; }
  .lead-thailandia::after, .lead-tailandia::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-image: url("https://estaticos2.catai.es/resource/hero/silueta_buda.svg");
    background-position: right center !important;
    right: 6.25rem; }

.lead-laponia {
  background: #92a3e2;
  position: relative;
  z-index: -2;
  background-image: url("https://estaticos2.catai.es/resource/hero/composicion_copos_sinfondo.svg"); }
  .lead-laponia .crumb, .lead-laponia .crumb a, .lead-laponia .lead-intro {
    color: #fff;
    text-shadow: 0 0 10px white; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
.viajes-novios-y-luna-de-miel {
  background-color: #C94EAB;
  padding-bottom: 20px;
  position: relative; }
  .viajes-novios-y-luna-de-miel:before {
    background: url("https://estaticos2.catai.es/resource/hero/cenefa_novios.svg") bottom repeat-x;
    height: 25px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    opacity: 0.3; }
  .viajes-novios-y-luna-de-miel .crumb a, .viajes-novios-y-luna-de-miel .intro-text {
    color: #0a0a0a; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.carousel-bullet {
  width: 100%;
  text-align: center;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  z-index: 1; }
  .carousel-bullet .fa {
    color: #fefefe;
    margin: 0 4px;
    cursor: pointer;
    text-shadow: 4px 4px 4px rgba(10, 10, 10, 0.3); }
    .carousel-bullet .fa:hover {
      color: #777; }
  .carousel-bullet .active {
    color: #777; }

.carousel-titled .carousel-bullet {
  bottom: 110px; }

.carousel-highcube {
  min-height: 0;
  height: 394px; }
  .carousel-highcube .btn-gallery-left, .carousel-highcube .btn-gallery-right {
    font-size: 0.7em;
    top: 40%; }
  .carousel-highcube .btn-gallery-left {
    left: 10px; }
  .carousel-highcube .btn-gallery-right {
    right: 10px; }

.slider-box {
  position: relative;
  width: calc(100% - 130px);
  margin: 0 65px;
  z-index: 1;
  height: 100%;
  overflow: hidden; }

.slider-box-highcube {
  width: 100%;
  margin: 0;
  border-radius: 4px; }

.slider-list {
  list-style: none;
  width: 1000vw;
  height: 100%;
  padding: 0 1.25rem;
  z-index: 0;
  position: relative;
  left: 0;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }
  .slider-list li {
    /*margin: 0 0 100%;*/
    padding: 0; }

.slider-box-hero {
  width: 100%;
  margin: 0; }

.brochure-slider-item {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
  text-align: center;
  cursor: pointer;
  width: 150px;
  /*margin:0 0 100%;*/
  padding-bottom: 0; }
  .brochure-slider-item .brochure-box {
    overflow: hidden;
    left: 0;
    width: 110px;
    position: relative;
    /*padding:5px;*/ }
    .brochure-slider-item .brochure-box .brochure-img {
      width: 100%; }
  .brochure-slider-item .btn-list {
    margin-top: 5px;
    width: 150px;
    display: none;
    visibility: hidden; }
  .brochure-slider-item:hover .brochure-box {
    width: 100%;
    left: -20px; }
    .brochure-slider-item:hover .brochure-box .btn-list {
      display: block;
      visibility: visible; }

.hero-brochure-list {
  height: 250px;
  min-height: 200px; }
  .hero-brochure-list .btn-gallery-left {
    left: 5px; }
  .hero-brochure-list .btn-gallery-right {
    right: 5px; }
  .hero-brochure-list .slider-list {
    height: 220px;
    padding-top: 20px;
    width: 100%; }
    .hero-brochure-list .slider-list ul {
      margin: 10px 0 0; }
    .hero-brochure-list .slider-list li {
      width: 100%;
      height: 250px; }
  .hero-brochure-list .brochure-slider-item {
    padding-top: 20px; }
    .hero-brochure-list .brochure-slider-item .brochure-box {
      transition: none !important;
      overflow: visible;
      width: 160px;
      margin: 0 auto; }

.slider-hero {
  z-index: 0;
  width: 100%;
  padding: 0; }
  .slider-hero &gt; li {
    width: 100%; }
    .slider-hero &gt; li:hover &gt; div {
      width: 100%; }
    .slider-hero &gt; li .hero {
      width: 100% !important; }

.btn-gallery-left, .btn-gallery-right {
  z-index: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-shadow: 4px 4px 4px rgba(10, 10, 10, 0.3);
  left: 20px;
  color: #fefefe;
  font-size: initial; }

.btn-gallery-right {
  left: initial;
  right: 20px;
  left: auto; }

.offer-category {
  width: 60px;
  margin-left: 15px;
  float: left; }
  .offer-category .icon-category {
    cursor: default;
    width: 60px;
    height: 60px;
    margin: 0; }

.offer-title {
  border-right: 2px solid #fefefe;
  padding-right: 15px;
  width: calc(100% - 75px);
  float: left; }
  .offer-title .h1 {
    font-size: 2.25rem; }
  .offer-title .fa {
    font-size: 0.9em;
    margin-left: 5px; }

.offer-title-brochure {
  border-right: none;
  width: 100%;
  padding-right: 30px; }
  .offer-title-brochure .brochure-box {
    width: 164px;
    margin-top: 70px; }

@media screen and (max-width: 39.9375em) {
  .brochure-slider-item {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    text-align: center;
    cursor: pointer;
    width: 150px;
    /*margin:0 0 100%;*/
    padding-bottom: 0; }
    .brochure-slider-item .brochure-box {
      overflow: hidden;
      left: 0;
      width: 110px;
      position: relative;
      /*padding:5px;*/ }
      .brochure-slider-item .brochure-box .brochure-img {
        width: 100%; }
    .brochure-slider-item .btn-list {
      margin-top: 5px;
      width: 150px;
      max-width: 150px;
      /*display: none;*/
      visibility: hidden; }
    .brochure-slider-item:hover .brochure-box {
      width: 100%;
      left: -20px; }
      .brochure-slider-item:hover .brochure-box .btn-list {
        display: block;
        visibility: visible; }
  /*.brochure-slider-item {
        &amp; &gt; div {
            a {
                &amp;:first-of-type {
                    border-right: none;
                    width: 100%;
                    text-align: center;
                }
                /*&amp;:last-of-type{
                    display:none;
                    visibility:hidden;
                }
    &amp; &gt; div {
        display: none;
        visibility: hidden;
    }
}
        }

        .btn-list {
            width: 100%;
            display: block;
            visibility: visible;
        }
    }*/
  .offer-category {
    margin-left: 10px;
    width: 50px;
    float: right; }
    .offer-category .icon-category {
      width: 40px;
      height: 40px; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.left-stick {
  border-left: 3px solid #fefefe;
  padding-left: 1rem; }

.right-stick {
  border-right: 3px solid #fefefe;
  padding-right: 1rem; }

/*NEWS MIXINS*/
.brochure-container {
  position: relative; }

.brochure-box {
  position: relative;
  /*width:164px;*/
  background: #fefefe;
  padding: 2px;
  box-shadow: 4px 5px 3px rgba(10, 10, 10, 0.3);
  border-radius: 4px; }
  .brochure-box .brochure-cover {
    width: 160px;
    /*margin-top:20px !important;*/ }

.brochure-link {
  color: #818284; }

.brochure-icon {
  position: absolute;
  /*right: 5%;*/
  right: 10%;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 1px 2px 3px rgba(10, 10, 10, 0.3); }

.brochure-list-item {
  padding-right: 40px !important;
  margin-bottom: 1.5625rem; }
  .brochure-list-item .brochure-box {
    width: 100%;
    max-width: 200px;
    position: relative;
    /*z-index:0;*/
    margin: 0 auto 0.625rem;
    margin-left: 10px; }
    .brochure-list-item .brochure-box .brochure-cover {
      width: 100%;
      /*box-shadow: 4px 5px 3px rgba($black, 0.3);*/ }
  .brochure-list-item .separate-item {
    border-right: 1px solid #818284; }
  .brochure-list-item a {
    padding: 0 !important;
    color: #818284; }
    .brochure-list-item a:hover {
      color: rgba(129, 130, 132, 0.7); }
      .brochure-list-item a:hover .icon-issuu {
        opacity: 0.6; }

.brochure-form {
  /*padding-top:rem-calc(15);*/
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .brochure-form .title-gray {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .brochure-form .reduce {
    width: 95%; }
  .brochure-form input[type="checkbox"] {
    top: 3px;
    position: relative; }
  .brochure-form input[type="checkbox"] + a {
    margin-left: 0.5rem; }

.drag-drop {
  z-index: -1;
  background: #e0e0e1;
  border-radius: 4px;
  border: 3px dotted #818284;
  padding-bottom: 15px;
  min-height: 180px;
  width: 100%; }
  .drag-drop .placeholder {
    margin-top: 60px; }
  .drag-drop .brochure-list-item {
    padding: 0 15px !important;
    margin-top: 15px;
    margin-bottom: 0; }
  .drag-drop .brochure-info {
    padding: 0 10px; }

.brochure-mobile {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  /*width:164px;*/
  padding: 2px;
  box-shadow: 4px 5px 3px rgba(10, 10, 10, 0.3);
  border-radius: 4px; }
  .brochure-mobile .brochure-cover {
    width: 100%; }

.ui-draggable-handle {
  cursor: url(/Content/cursor/openhand.cur), pointer;
  z-index: 1; }

.ui-draggable-dragging {
  z-index: 10;
  cursor: url(/Content/cursor/closedhand.cur), pointer !important; }

@media screen and (max-width: 39.9375em) {
  .brochure-list-item .separate-item {
    border-right: none; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.searcher-mapbox {
  position: absolute;
  width: 30%;
  height: 30px;
  z-index: 1;
  right: 0;
  top: 20px; }
  .searcher-mapbox input {
    width: calc(100% - 40px);
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  .searcher-mapbox span {
    width: 40px;
    float: right;
    background: #e30613;
    text-align: center;
    border-radius: 0 4px 4px 0;
    height: 39px;
    font-size: 1.3em;
    padding-top: 0.3125rem; }

.icon-spain svg {
  max-height: 1.875rem; }

.icon-rollover .over {
  display: none;
  visibility: hidden; }

.icon-rollover:hover .icon {
  display: none;
  visibility: hidden; }

.icon-rollover:hover .over {
  display: block;
  visibility: visible; }

.table-agency {
  border-radius: 4px;
  border: 2px solid rgba(10, 10, 10, 0.2);
  border-spacing: 0; }
  .table-agency thead {
    background: rgba(10, 10, 10, 0.2); }
  .table-agency tbody tr {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 );
    /* IE6-9 */ }

.icon-agency {
  width: 115px;
  height: 45px; }

.agency-gallery-item {
  position: relative;
  width: 95%;
  padding: 0.9375rem;
  box-shadow: 2px 3px 5px rgba(10, 10, 10, 0.3);
  border-radius: 4px;
  border: 1px solid rgba(10, 10, 10, 0.4);
  z-index: 1; }
  .agency-gallery-item &gt; * {
    margin: 0; }
  .agency-gallery-item .margin-top {
    margin-top: 0.625rem !important; }
  .agency-gallery-item:before {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    content: "";
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
    /* IE6-9 */ }

@media screen and (max-width: 39.9375em) {
  .table-agency {
    /*.row{
        .columns&gt;div{
            width:50%;
            text-align:center;
            }
        }*/ } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@import "_foundation_settings.scss";*/
.timeline {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  z-index: 1;
  margin-top: 0.625rem;
  border-radius: 0.25rem;
  overflow: hidden;
  /*.timeline-stay-1{
        .timeline-stay { color: #fe3032}
        .timeline-header { background:#FE3032; }        
    }
    .timeline-stay-2{
        .timeline-stay { color: #01B3BF}
        .timeline-header { background:#01B3BF;}
    }
    .timeline-stay-3{
        .timeline-stay { color: #FF8601}
        .timeline-header { background:#FF8601;}
    }
    .timeline-stay-4{
        .timeline-stay { color: #CC50AE}
        .timeline-header { background:#CC50AE;}
    }
    .timeline-stay-5{
        .timeline-stay { color: #3E83D1}
        .timeline-header { background:#3E83D1;}
    }
    .timeline-stay-6{
        .timeline-stay { color: #1BA00F}
        .timeline-header { background:#1BA00F;}
    }
    .timeline-stay-7{
        .timeline-stay { color: #d66494}
        .timeline-header { background:#d66494;}
    }
    .timeline-stay-8{
        .timeline-stay { color: #9b7951}
        .timeline-header { background:#9b7951;}
    }
    .timeline-stay-9{
        .timeline-stay { color: #6b4944}
        .timeline-header { background:#6b4944; }
    }*/ }
  .timeline .timeline-stay {
    box-sizing: content-box;
    position: absolute;
    top: -1.5em;
    height: 2em;
    white-space: nowrap; }
  .timeline .timeline-item-1 {
    background: #e6e6e7; }
  .timeline .timeline-item-2 {
    background: #fabcb0; }
  .timeline .timeline-item-3 {
    background: #cbeaaa; }
  .timeline .timeline-item-4 {
    background: #c9e9f5; }
  .timeline .timeline-stay-1 .timeline-stay {
    color: #e30613; }
  .timeline .timeline-stay-1 .timeline-header {
    background: #e30613 !important; }
  .timeline .timeline-stay-2 .timeline-stay {
    color: #26b1bd; }
  .timeline .timeline-stay-2 .timeline-header {
    background: #26b1bd; }
  .timeline .timeline-stay-3 .timeline-stay {
    color: #ff8502; }
  .timeline .timeline-stay-3 .timeline-header {
    background: #ff8502; }
  .timeline .timeline-stay-4 .timeline-stay {
    color: #b252aa; }
  .timeline .timeline-stay-4 .timeline-header {
    background: #b252aa; }
  .timeline .timeline-stay-5 .timeline-stay {
    color: #5982cd; }
  .timeline .timeline-stay-5 .timeline-header {
    background: #5982cd; }
  .timeline .timeline-stay-6 .timeline-stay {
    color: #5d9f2a; }
  .timeline .timeline-stay-6 .timeline-header {
    background: #5d9f2a; }
  .timeline .timeline-stay-7 .timeline-stay {
    color: #d66494; }
  .timeline .timeline-stay-7 .timeline-header {
    background: #d66494; }
  .timeline .timeline-stay-8 .timeline-stay {
    color: #9b7951; }
  .timeline .timeline-stay-8 .timeline-header {
    background: #9b7951; }
  .timeline .timeline-stay-9 .timeline-stay {
    color: #6b4944; }
  .timeline .timeline-stay-9 .timeline-header {
    background: #6b4944; }

.timeline-text {
  font-family: 'Gloria Hallelujah';
  color: #666;
  font-size: 0.9375rem;
  position: relative;
  width: 110%;
  z-index: 1; }

.timeline-day {
  background: #fefefe;
  margin-top: 1.2em;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 !important;
  min-height: 5em;
  /*min-width: 5rem;
    max-width: 5rem;*/
  min-width: 5.5em;
  max-width: 7em;
  height: auto;
  position: relative;
  margin-bottom: 0.625rem;
  position: relative;
  /*&amp;:not(:first-child):not(:last-child) {                
        border-bottom: 2px solid $gray-light;
    }*/ }
  .timeline-day.expanded {
    min-width: 6.0em; }
  .timeline-day:not(:first-child) {
    border-left: 2px solid #e6e6e6; }
  .timeline-day .timeline-header {
    margin-left: -2px;
    border-left: 2px solid #fff;
    background: #696c6a;
    color: #fefefe;
    padding: 0 0.3125rem; }
  .timeline-day:first-of-type .timeline-header {
    border-radius: 4px 0 0 4px;
    background: #777; }
  .timeline-day:last-of-type .timeline-header {
    border-radius: 0 4px 4px 0;
    background: #777; }
  .timeline-day .timeline-cell {
    padding: 0 0.3125rem; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*@import "_foundation_settings.scss";*/
.form-contact {
  /*width:95%;
    margin-right:5%;*/ }
  .form-contact .btn-unsubscribe {
    margin-top: 0.3125rem; }
  .form-contact strong {
    color: #818284; }
  .form-contact .fa-mobile {
    padding-left: 0.3125rem; }
  .form-contact input[type="text"], .form-contact input[type="password"] {
    margin-top: 0.3125rem;
    margin-bottom: 0;
    width: 94%; }
  .form-contact input[type="radio"] {
    margin-top: 0.625rem; }
  .form-contact .error {
    width: 94%;
    top: -3px;
    /*padding:rem-calc(5);*/ }
  .form-contact input[type="checkbox"] + a {
    margin-left: 0.5rem; }

.icons-feat {
  height: 100px;
  margin: 0.625rem 1.25rem 1.25rem 0; }

.insurance-list {
  border-radius: 4px;
  border: 2px solid #e0e0e1;
  padding: 0 0.625rem;
  margin: 0.625rem 0; }
  .insurance-list li {
    padding: 0.1875rem 0;
    border-bottom: 1px solid #e0e0e1; }
    .insurance-list li:last-of-type {
      border-bottom: none; }

.contact-box {
  background: rgba(88, 155, 208, 0.65);
  border-radius: 4px;
  /*height:160px;*/
  height: 100px;
  display: block;
  /*margin:rem-calc(5);
    width:calc(100% - 11px);*/
  padding: 0.9375rem 1.25rem;
  cursor: pointer;
  position: relative; }
  .contact-box .logo svg {
    height: 40px; }
  .contact-box h3 {
    margin: 0; }
  .contact-box .icon-bottom {
    position: absolute;
    bottom: 0.9375rem; }
  .contact-box .fa {
    color: rgba(88, 155, 208, 0.65); }
  .contact-box .fa-circle {
    color: #fefefe !important; }
  .contact-box:hover {
    background: #589bd0; }
    .contact-box:hover .fa {
      color: #589bd0; }

@media screen and (max-width: 39.9375em) {
  .form-contact {
    width: 100%;
    margin-right: 0; } }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
/*
 *
 * PUBLIC mediabox
 *
 */
.media-box {
  height: 150px;
  width: 100%; }
  .media-box .image-not-found:before {
    font-family: 'FontAwesome';
    content: "\f030";
    color: black;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px); }

.media-box-img {
  border-radius: 4px;
  background-color: #e0e0e1;
  overflow: hidden;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.ptn, .pvn, .pan {
  padding-top: 0px; }

.pts, .pvs, .pas {
  padding-top: 5px; }

.ptm, .pvm, .pam {
  padding-top: 1rem; }

.ptl, .pvl, .pal {
  padding-top: 20px; }

.prn, .phn, .pan {
  padding-right: 0px; }

.prs, .phs, .pas {
  padding-right: 5px; }

.prm, .phm, .pam {
  padding-right: 1rem; }

.prl, .phl, .pal {
  padding-right: 20px; }

.pbn, .pvn, .pan {
  padding-bottom: 0px; }

.pbs, .pvs, .pas {
  padding-bottom: 5px; }

.pbm, .pvm, .pam {
  padding-bottom: 1rem; }

.pbl, .pvl, .pal {
  padding-bottom: 20px; }

.pln, .phn, .pan {
  padding-left: 0px; }

.pls, .phs, .pas {
  padding-left: 5px; }

.plm, .phm, .pam {
  padding-left: 1rem; }

.pll, .phl, .pal {
  padding-left: 20px; }

.mtn, .mvn, .man {
  margin-top: 0px; }

.mts, .mvs, .mas {
  margin-top: 5px; }

.mtm, .mvm, .mam {
  margin-top: 1rem; }

.mtl, .mvl, .mal {
  margin-top: 20px; }

.mrn, .mhn, .man {
  margin-right: 0px; }

.mrs, .mhs, .mas {
  margin-right: 5px; }

.mrm, .mhm, .mam {
  margin-right: 1rem; }

.mrl, .mhl, .mal {
  margin-right: 20px; }

.mbn, .mvn, .man {
  margin-bottom: 0px; }

.mbs, .mvs, .mas {
  margin-bottom: 5px; }

.mbm, .mvm, .mam {
  margin-bottom: 1rem; }

.mbl, .mvl, .mal {
  margin-bottom: 20px; }

.mln, .mhn, .man {
  margin-left: 0px; }

.mls, .mhs, .mas {
  margin-left: 5px; }

.mlm, .mhm, .mam {
  margin-left: 1rem; }

.mll, .mhl, .mal {
  margin-left: 20px; }

.pt, .pv, .pa {
  padding-top: 1.25rem; }

.pr, .ph, .pa {
  padding-right: 1.25rem; }

.pb, .pv, .pa {
  padding-bottom: 1.25rem; }

.pl, .ph, .pa {
  padding-left: 1.25rem; }

.mt, .mv, .ma {
  margin-top: 1.25rem; }

.mr, .mh, .ma {
  margin-right: 1.25rem; }

.mb, .mv, .ma {
  margin-bottom: 1.25rem; }

.ml, .mh, .ma {
  margin-left: 1.25rem; }

input.mbn, input.mvn, input.man {
  margin-bottom: 0px; }

input.mbs, input.mvs, input.mas {
  margin-bottom: 5px; }

input.mbm, input.mvm, input.mam {
  margin-bottom: 1rem; }

input.mbl, input.mvl, input.mal {
  margin-bottom: 20px; }

.bold {
  font-weight: bold; }

hr.subtle {
  border-width: 1px;
  border-top: 0; }

.green-info-text {
  color: #5d9f2a; }

.fa-5x {
  font-size: 2.5rem; }

/*#ico_vuelo_emision_72h {
        fill:crimson;
    }*/
/*symbol#ico_vuelo_emision_72h {
        fill:crimson;
    }*/
.svg-in-button {
  max-width: 60px;
  height: 12px;
  margin-bottom: -1px;
  transform: scale(1.4); }

.svg-white {
  fill: white; }

.svg-gray {
  fill: #B2B2B4; }

.ico-economy {
  fill: #00B2BE; }

.ico-business {
  fill: #FF8500; }

.ico-bagIncluded {
  fill: #00B2BE; }

.ico-bagNotIncluded {
  fill: #B2B2B4; }

.svg-tool {
  fill: #818284; }
  .svg-tool:hover {
    fill: #e30613; }

.svg-icon {
  width: 20px;
  height: 20px; }

.svg-icon-1x {
  width: 32px;
  height: 32px; }

.svg-icon-2x {
  width: 64px;
  height: 64px; }

.aerolineas-vacations {
  position: relative;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;*/ }
  .aerolineas-vacations .hero {
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/patagonia-argentina-pareja-en-peritomoreno-landing-0.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 90vh;
    max-height: none; }
  .aerolineas-vacations .logo-arv-2x {
    height: 60px; }
  .aerolineas-vacations h1, .aerolineas-vacations h2, .aerolineas-vacations h3 {
    text-transform: none;
    color: white;
    text-shadow: 0 0 10px #0083c7; }
  .aerolineas-vacations h1 {
    font-size: 3em; }
  .aerolineas-vacations h3 {
    font-size: 2em; }
  .aerolineas-vacations .list-viajes-container {
    background: #fefefe;
    border-radius: 10px; }
  .aerolineas-vacations .logo-catai {
    color: #fff;
    width: 150px;
    height: 80px; }
  .aerolineas-vacations .footer {
    background: #333333;
    padding: 1.25rem 0;
    font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
    .aerolineas-vacations .footer p {
      color: #e0e0e1; }
      .aerolineas-vacations .footer p span {
        font-size: 1.2em; }
      .aerolineas-vacations .footer p a {
        color: #e0e0e1; }
      .aerolineas-vacations .footer p .separator {
        margin: 0 3px; }

.landing-page-descubre-suiza {
  position: relative;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;*/ }
  .landing-page-descubre-suiza .hero {
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/suiza-tren-para-landingpage-0.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    max-height: none; }
  .landing-page-descubre-suiza .logo-arv-2x {
    height: 60px; }
  .landing-page-descubre-suiza h1, .landing-page-descubre-suiza h2, .landing-page-descubre-suiza h3 {
    text-transform: none;
    color: white;
    text-shadow: 0 0 10px #0083c7; }
  .landing-page-descubre-suiza h1 {
    font-size: 3em; }
  .landing-page-descubre-suiza h3 {
    font-size: 2em; }
  .landing-page-descubre-suiza .list-viajes-container {
    background: #fefefe;
    border-radius: 10px; }
  .landing-page-descubre-suiza .logo-catai {
    color: #fff;
    width: 150px;
    height: 80px; }
  .landing-page-descubre-suiza .footer {
    background: #333333;
    padding: 1.25rem 0;
    font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
    .landing-page-descubre-suiza .footer p {
      color: #e0e0e1; }
      .landing-page-descubre-suiza .footer p span {
        font-size: 1.2em; }
      .landing-page-descubre-suiza .footer p a {
        color: #e0e0e1; }
      .landing-page-descubre-suiza .footer p .separator {
        margin: 0 3px; }

.landing-page-cruceros-fluviales {
  position: relative;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;*/ }
  .landing-page-cruceros-fluviales .hero {
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/crucero-fluvial-0.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    max-height: none; }
  .landing-page-cruceros-fluviales .logo-arv-2x {
    height: 60px; }
  .landing-page-cruceros-fluviales h1, .landing-page-cruceros-fluviales h2, .landing-page-cruceros-fluviales h3 {
    text-transform: none;
    color: white;
    text-shadow: 0 0 10px #0083c7; }
  .landing-page-cruceros-fluviales h1 {
    font-size: 3em; }
  .landing-page-cruceros-fluviales h3 {
    font-size: 2em; }
  .landing-page-cruceros-fluviales .list-viajes-container {
    background: #fefefe;
    border-radius: 10px; }
  .landing-page-cruceros-fluviales .logo-catai {
    color: #fff;
    width: 150px;
    height: 80px; }
  .landing-page-cruceros-fluviales .footer {
    background: #333333;
    padding: 1.25rem 0;
    font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
    .landing-page-cruceros-fluviales .footer p {
      color: #e0e0e1; }
      .landing-page-cruceros-fluviales .footer p span {
        font-size: 1.2em; }
      .landing-page-cruceros-fluviales .footer p a {
        color: #e0e0e1; }
      .landing-page-cruceros-fluviales .footer p .separator {
        margin: 0 3px; }

.landing-page-imagina {
  position: relative;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;*/ }
  .landing-page-imagina .hero {
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/landing-page-imagina-catai-1.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    max-height: none; }
  .landing-page-imagina .heroNoViajes {
    overflow: hidden;
    width: 100%;
    box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.5);
    min-height: 330px;
    -moz-transition: background-image 0.5s linear;
    -o-transition: background-image 0.5s linear;
    -webkit-transition: background-image 0.5s linear;
    transition: background-image 0.5s linear;
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/landing-page-imagina-catai-0.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    max-height: none; }
  .landing-page-imagina .logo-arv-2x {
    height: 75px;
    width: 100%; }
  .landing-page-imagina h1, .landing-page-imagina h2, .landing-page-imagina h3 {
    text-transform: none;
    color: white;
    text-shadow: 0 0 10px #0083c7; }
  .landing-page-imagina h1 {
    font-size: 3em; }
  .landing-page-imagina h3 {
    font-size: 2em; }
  .landing-page-imagina .list-viajes-container {
    background: #fefefe;
    border-radius: 10px; }
  .landing-page-imagina .logo-catai {
    color: #fff;
    width: 150px;
    height: 80px; }
  .landing-page-imagina .footer {
    background: #333333;
    padding: 1.25rem 0;
    font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
    .landing-page-imagina .footer p {
      color: #e0e0e1; }
      .landing-page-imagina .footer p span {
        font-size: 1.2em; }
      .landing-page-imagina .footer p a {
        color: #e0e0e1; }
      .landing-page-imagina .footer p .separator {
        margin: 0 3px; }

.landing-page-argentina {
  position: relative;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;*/ }
  .landing-page-argentina .hero {
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/glaciar-perito-moreno-patagonia-argentina-1.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    max-height: none; }
  .landing-page-argentina .logo-arv-2x {
    height: 60px; }
  .landing-page-argentina h1, .landing-page-argentina h2, .landing-page-argentina h3 {
    text-transform: none;
    color: white;
    text-shadow: 0 0 10px #0083c7; }
  .landing-page-argentina h1 {
    font-size: 3em; }
  .landing-page-argentina h3 {
    font-size: 2em; }
  .landing-page-argentina .list-viajes-container {
    background: #fefefe;
    border-radius: 10px; }
  .landing-page-argentina .logo-catai {
    color: #fff;
    width: 150px;
    height: 80px; }
  .landing-page-argentina .footer {
    background: #333333;
    padding: 1.25rem 0;
    font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
    .landing-page-argentina .footer p {
      color: #e0e0e1; }
      .landing-page-argentina .footer p span {
        font-size: 1.2em; }
      .landing-page-argentina .footer p a {
        color: #e0e0e1; }
      .landing-page-argentina .footer p .separator {
        margin: 0 3px; }

.landing-page-egipto-privilege {
  position: relative;
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;*/ }
  .landing-page-egipto-privilege .hero {
    z-index: -1;
    position: absolute;
    background-image: url("https://estaticos2.catai.es/content/media/fotos/samples/hero/egipto-piramides-landing-0.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    max-height: none; }
  .landing-page-egipto-privilege .logo-p6-2x {
    height: 60px; }
  .landing-page-egipto-privilege .logo-p6-3x {
    margin-top: 40px;
    height: 40px; }
  .landing-page-egipto-privilege h1, .landing-page-egipto-privilege h2, .landing-page-egipto-privilege h3 {
    text-transform: none;
    color: white;
    text-shadow: 0 0 10px #0083c7; }
  .landing-page-egipto-privilege h1 {
    font-size: 3em; }
  .landing-page-egipto-privilege h3 {
    font-size: 2em; }
  .landing-page-egipto-privilege .list-viajes-container {
    background: #fefefe;
    border-radius: 10px; }
  .landing-page-egipto-privilege .logo-catai {
    color: #fff;
    width: 150px;
    height: 80px; }
  .landing-page-egipto-privilege .footer {
    background: #333333;
    padding: 1.25rem 0;
    font-family: "AvenirNext", Arial, Helvetica, sans-serif; }
    .landing-page-egipto-privilege .footer p {
      color: #e0e0e1; }
      .landing-page-egipto-privilege .footer p span {
        font-size: 1.2em; }
      .landing-page-egipto-privilege .footer p a {
        color: #e0e0e1; }
      .landing-page-egipto-privilege .footer p .separator {
        margin: 0 3px; }

#toast-container &gt; div {
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100); }
  #toast-container &gt; div .a:link {
    color: #CCC; }

/*FONT*/
/*COLORES WEB*/
/*$secundary-color: #c83737; E83435    //rgba(200, 55, 55, 1)*/
/*LOGO CATAI*/
/*COLORES DE LOS DESTINOS*/
.private-zone {
  /*a:hover {
        color: #e30613;
    }*/ }
  .private-zone .tab-active {
    background: #e6e6e6;
    color: #e30613; }
  .private-zone .edit-form {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e0e0e1; }

.tabs-rounded {
  border: 0;
  display: flex; }
  .tabs-rounded:before {
    content: none; }
  .tabs-rounded:after {
    content: none; }
  .tabs-rounded .tabs-title &gt; a {
    text-align: center;
    border-radius: 10px/9px;
    background: rgba(129, 130, 132, 0.6);
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .tabs-rounded li {
    position: relative;
    margin: 0 4px;
    flex-grow: 1; }
    .tabs-rounded li:first-child {
      margin: 0; }
  .tabs-rounded li.active {
    color: #818284 !important;
    border: 3px solid #e0e0e1;
    border-radius: 10px/9px;
    z-index: 3;
    border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .tabs-rounded li.active a {
      background: #fff;
      color: #818284 !important;
      border-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      padding-bottom: 16px; }
    .tabs-rounded li.active:first-child:before {
      content: none; }
    .tabs-rounded li.active:last-child {
      margin-right: 0; }
      .tabs-rounded li.active:last-child:after {
        content: none; }
    .tabs-rounded li.active:before, .tabs-rounded li.active:after {
      content: "";
      position: absolute;
      bottom: -3px;
      width: 10px;
      height: 12px;
      background-repeat: no-repeat;
      z-index: 3; }

/*.tabs-rounded-content {
    border: 3px solid $gray-light;
    border-radius:6px; 
    margin-top: -4px;
    padding-bottom:rem-calc(15);
}*/
.calendar-departures .title-departure-city {
  border-radius: 0;
  /*margin-bottom: rem-calc(15);*/
  background: #26b1bd;
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  padding: 0.3125rem;
  width: 100%;
  color: #fefefe; }

.calendar-departures .hoverTable tr:hover {
  background-color: #e0e0e1; }

.calendar-departures .title-table-departure {
  margin-bottom: 0;
  border-bottom: 0; }
  .calendar-departures .title-table-departure &gt; table {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 1%;
    margin-right: 2%;
    border-spacing: 0; }
    .calendar-departures .title-table-departure &gt; table th {
      text-align: center;
      background: #fefefe;
      border-bottom: 0.125rem solid #e0e0e1; }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 1) {
        width: 9.8%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 2) {
        width: 9.8%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 3) {
        width: 4.8%;
        text-align: left;
        /*padding-left: 5px;*/ }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 4) {
        width: 15.5%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 5) {
        width: 16.4%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 6) {
        width: 13.1%; }
      .calendar-departures .title-table-departure &gt; table th:nth-child(6n + 7) {
        width: 18%; }
    .calendar-departures .title-table-departure &gt; table td {
      /*padding: 0;*/ }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 1) {
        width: 8.5%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 2) {
        width: 8.5%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 3) {
        width: 6.5%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 4) {
        width: 14.5%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 5) {
        width: 18.5%;
        text-align: left; }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 6) {
        width: 15%; }
      .calendar-departures .title-table-departure &gt; table td:nth-child(6n + 7) {
        width: 10%; }
    .calendar-departures .title-table-departure &gt; table table {
      width: 100%;
      border-spacing: 0;
      margin: 0; }
  .calendar-departures .title-table-departure .icon-airline {
    text-align: left; }
    .calendar-departures .title-table-departure .icon-airline svg {
      float: left;
      margin: 0.1875rem 0;
      width: 100px;
      height: 30px; }
      .calendar-departures .title-table-departure .icon-airline svg * {
        fill: #818284 !important; }

.file-upload {
  margin: 0 auto;
  padding: 20px; }

.file-upload-content {
  display: none;
  text-align: center; }

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer; }

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1FB264;
  position: relative; }

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff; }

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222; }

.drag-text {
  text-align: center; }

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0; }

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px; }

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700; }

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer; }

.remove-image:active {
  border: 0;
  transition: all .2s ease; }

/*COLORES WEB*/
:root {
  --color-black: #232121;
  --color-catai-gray: #F3F3F2;
  --color-catai-red: #EA5153; }

html, body {
  font-family: 'Poppins', sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .intro-text {
  font-family: 'Belleza', sans-serif; }

.starting-price-tag .h4 {
  font-family: 'Poppins', sans-serif; }

.booking-fare-selector .h5.subtitle {
  font-family: 'Poppins', sans-serif; }

.tabs-title {
  font-family: 'Belleza', sans-serif; }

.price-display {
  font-family: 'Poppins', sans-serif; }

.button {
  background-color: #ea5153; }

.button i {
  display: none; }

.svg-gray.svg-tool:hover {
  fill: #ea5153; }

.accent-color, .booking-action .active label {
  color: #ea5153; }

.top-bar, .top-bar ul {
  background-color: white; }

.top-bar-right {
  margin-top: 1rem; }

.top-bar-menu svg {
  width: auto;
  height: 28px;
  margin-left: 1rem !important; }

.highcube-category .text-right {
  display: flex;
  align-items: center; }

a.button {
  display: flex !important; }

a.button span + i {
  padding-left: 2px; }

.page-footer {
  font-size: 13px; }

.footer-categories {
  background-color: white;
  color: #101820; }

.footer-categories a {
  color: #101820 !important; }

.footer-contact {
  background-color: white;
  color: #101820; }

.footer-contact .contact-list {
  border-top: 1px solid rgba(15, 22, 30, 0.13); }

.footer-contact .contact-list ul {
  border-left: none; }

.footer-contact .contact-list ul li {
  color: #101820; }

.footer-contact .contact-list ul li &gt; div, .footer-contact .contact-list ul li &gt; span {
  width: 100%; }

.footer-contact .contact-list ul li i {
  display: none; }

.booking-title h1 i {
  display: none; }

.template-item.menu li a.active {
  border-radius: 0 !important;
  background-color: white !important;
  box-shadow: none !important;
  border-bottom: 2px solid #ea5153; }

.template-item.menu li a.active h2 {
  color: #101820 !important;
  font-size: 13px; }

.template-item.menu li a.active .arrow-down {
  display: none; }

.template-item.menu li a h2 {
  padding: 0 !important;
  margin: 0 !important;
  min-width: 90px;
  font-size: 13px !important;
  text-transform: capitalize; }

.clndr {
  padding: 1rem;
  background-color: white; }

.component-box {
  border: none;
  border-radius: 0;
  font-family: 'Poppins', serif !important;
  color: #101820; }

.component-calendar .header-day {
  font-family: 'Belleza', serif !important;
  color: #101820;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 1rem; }

.component-calendar h4 {
  font-family: 'Poppins', serif !important;
  font-weight: bold;
  color: #101820;
  margin-bottom: 2rem; }

.component-calendar h4 i {
  display: none; }

.component-calendar .day {
  background-color: white; }

.component-calendar .day span {
  font-weight: 300; }

.component-calendar .day.event .day-number {
  font-weight: 600; }

.component-calendar .adjacent-month, .component-calendar .day.next-month {
  background-color: white !important; }

.component-calendar .day.event {
  background-color: #EFFBF7; }

.component-calendar .day.event.selected {
  background-color: #ea5153; }

.slideInRight {
  padding: 1rem; }

.slideInRight .h5 i, .slideInRight h5 i:not(.fa-times-circle), .slideInRight h4 i {
  display: none; }

.slideInRight .h5, .slideInRight h5 {
  font-weight: 400; }

.slideInRight h4 {
  font-weight: 400;
  padding-bottom: 1rem; }

.slideInRight select {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  user-select: none; }

.slideInRight select:focus-visible {
  outline: none; }

.slideInRight a.simulate-select {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
  padding-left: 0; }

.slideInRight button {
  font-weight: 600;
  border-radius: 0;
  background-color: #ea5153; }

.slideInRight button i {
  display: none; }

.slideInRight .booking-box-gray {
  background-color: white; }

.timeline-text {
  font-family: 'Poppins', serif !important; }

.component-box-timeline h4 i {
  display: none; }

.component-box-timeline h4, .component-box-timeline h4 span, .component-box-timeline h4 strong {
  font-weight: 400;
  padding-bottom: 1rem; }

.component-box-timeline .timeline-stay {
  line-height: 0rem; }

.component-box-timeline .timeline-stay i {
  display: none; }

.component-box-timeline .timeline-day {
  margin-top: 2rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.component-box-timeline .timeline-day:first-child .timeline-header,
.component-box-timeline .timeline-day:last-child .timeline-header {
  background-color: rgba(15, 23, 32, 0.6) !important; }

.component-box-timeline .timeline-day .timeline-header {
  border-radius: 0; }

.component-box-timeline .timeline-day .timeline-header {
  background-color: #ea5153 !important; }

.component-box-timeline .timeline-day .timeline-stay {
  color: #ea5153 !important; }

.component-box-timeline .timeline-text {
  font-size: 14px; }

.component-box-timeline .timeline-day:not(:first-child) {
  border-left: 0; }

.booking-box-white .help-me i {
  font-size: 28px;
  color: #101822;
  padding-top: 0.5rem;
  padding-left: 0.5rem; }

.booking-box-white .help-me strong {
  text-transform: none !important;
  font-size: 18px;
  font-weight: 400; }

.booking-box-white .help-me span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px; }

.booking-box-white {
  display: flex;
  flex-direction: column; }

.booking-box-white ul.tabs li {
  margin: 7px 0; }

.booking-box-white ul.tabs li a i {
  display: none; }

.booking-box-white ul.tabs li.active {
  border: 0;
  margin-top: 0;
  margin-bottom: 0; }

.booking-box-white ul.tabs li.active::after, .booking-box-white ul.tabs li.active::before {
  display: none; }

.booking-box-white ul.tabs li.active a {
  border: 0;
  color: #101821 !important;
  border-bottom: 2px solid #ea5153; }

.booking-box-white ul.tabs li.active a strong {
  font-weight: 600; }

.booking-box-white ul.tabs li a {
  background-color: transparent;
  color: rgba(15, 22, 30, 0.4);
  border-bottom: 1px solid rgba(15, 22, 30, 0.4);
  letter-spacing: .23em;
  border-radius: 0; }

.booking-box-white ul.tabs li a strong {
  font-weight: 300; }

.booking-box-white .tabs-rounded-content {
  border: 0; }

.booking-box-white .booking-fare-selector li .panel {
  background-color: transparent;
  border: 1px solid rgba(15, 22, 30, 0.4);
  border-radius: 0; }

.booking-box-white .booking-fare-selector li .panel.active {
  border: 1px solid #ea5153; }

.booking-box-white .booking-fare-selector li .panel.active .arrow-down::after {
  background-color: white;
  border: 1px solid #ea5153; }

.booking-box-white .booking-fare-selector li .panel h5, .booking-box-white .booking-fare-selector li .panel .h5 {
  text-transform: capitalize;
  font-weight: 400;
  color: #101820; }

.booking-box-white .booking-fare-selector li .panel .stitle {
  color: #101820;
  font-size: 20 px;
  letter-spacing: 0.23em; }

.booking-box-white .booking-fare-selector li .panel h5 i {
  display: none; }

.booking-box-white .booking-fare-selector li .panel, .booking-box-white .booking-fare-selector li .panel .change-selection {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.booking-box-white .booking-fare-selector li svg {
  filter: brightness(0.3); }

.booking-box-white .component-table-box {
  border: none;
  border-radius: 0;
  font-size: 12px; }

.booking-box-white .cheapest .component-table-box .h5 {
  display: none; }

.booking-box-white .cheapest .component-table-box table {
  padding: 0;
  margin: 0 0 0.5rem 0;
  width: 100%;
  border: 1px solid rgba(15, 22, 30, 0.13); }

.booking-box-white .cheapest .component-table-box thead th {
  background-color: rgba(15, 22, 30, 0.13);
  color: #101822;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px; }

.booking-box-white .cheapest .component-table-box thead th:not(:first-child) i {
  display: none; }

.booking-box-white .cheapest .component-table-box td i {
  display: none; }

.booking-box-white .cheapest .component-table-box td:first-child br {
  display: none; }

.booking-box-white .cheapest .component-table-box table + p {
  margin-left: 0; }

.booking-box-white .recommended .component-table-box {
  border: none;
  border-radius: 0;
  font-size: 12px; }

.booking-box-white .recommended .component-table-box .h5 {
  display: none; }

.booking-box-white .recommended .component-table-box table {
  padding: 0;
  margin: 0 0 0.5rem 0;
  width: 100%;
  border: 1px solid rgba(15, 22, 30, 0.13); }

.booking-box-white .recommended .component-table-box thead th {
  background-color: rgba(15, 22, 30, 0.13);
  color: #101822;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px; }

.booking-box-white .recommended .component-table-box thead th:not(:first-child) i {
  display: none; }

.booking-box-white .recommended .component-table-box td i {
  display: none; }

.booking-box-white .recommended .component-table-box td:first-child br {
  display: none; }

.booking-box-white .recommended .component-table-box table + p {
  margin-left: 0; }

.booking-box-white .back-step-btn strong {
  text-transform: none;
  color: #101822;
  font-weight: 300;
  font-size: 13px; }

.booking-box-white .back-step-btn i::before {
  content: "\f053";
  font-size: 12px;
  padding-right: 0.5rem;
  color: #101822; }

.booking-box-white .component-table-box h5 {
  background-color: rgba(15, 23, 32, 0.6); }
  .booking-box-white .component-table-box h5 i {
    display: none; }

.booking-box-white .component-table-box .h5 {
  display: none; }

.booking-box-white .component-table table {
  margin: 0;
  width: 100%; }

.booking-box-white .component-table thead th {
  background-color: rgba(15, 22, 30, 0.13);
  color: #101822;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400; }

.booking-box-white .component-table thead th:not(:first-child) i {
  display: none; }

.booking-box-white .component-table-box .sumary-flight td {
  padding: 8px;
  display: flex-inline;
  justify-content: center;
  align-items: center; }

.booking-box-white .component-table-box .sumary-flight td svg use {
  fill: #101822; }

.booking-box-white .component-table-box .sumary-flight td .fa-clock-o {
  display: none; }

.booking-box-white .component-table-box .label {
  font-size: 12px; }

.booking-box-white .component-table-box .sumary-flight td:last-child i {
  font-size: 16px;
  color: #101820 !important;
  padding-right: 2px; }

.booking-box-white .component-table-box .sumary-flight td:last-child i.fa-plus-square::before {
  content: "\f055"; }

.booking-box-white .component-table-box .expanded {
  background-color: rgba(15, 15, 30, 0.06); }

.booking-box-white .component-table-box .expanded .button-group {
  margin-bottom: 0; }

.booking-box-white .component-table-box .expanded a {
  background-color: #ea5153;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 0;
  margin-bottom: 0; }

.booking-box-white .component-table-box .expanded a i {
  display: none; }

.booking-box-white .component-table-box td {
  line-height: 1.25rem; }

.booking-box-white .component-table-box .expanded-flight:first-child td {
  text-transform: uppercase;
  color: #101822 !important;
  font-weight: 400;
  letter-spacing: 2px; }

.booking-box-white .component-table-box .expanded-flight:not(:first-child) td {
  text-transform: none; }

.booking-box-white .component-table-box .booking-flight-table td:first-child i {
  display: none; }

.booking-box-white .component-table-box .booking-flight-table td:first-child br {
  display: none; }

.booking-box-white .other a.button {
  background-color: #ea5153;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 11px;
  border-radius: 0; }

.booking-box-white .other a.button i {
  display: none; }

.booking-price {
  border-radius: 0;
  border-width: 1px;
  padding: 0;
  color: #101822;
  font-size: 12px; }

.booking-price h3 {
  background-color: rgba(15, 23, 32, 0.6);
  color: white;
  padding: 1rem 0;
  font-size: 18px;
  text-transform: none; }

.booking-price h3 i {
  display: none; }

.booking-price .soft-panel h5.breakdown:first-child {
  background-color: rgba(15, 23, 32, 0.6);
  color: white;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 14px;
  letter-spacing: 2px; }

.booking-price .soft-panel h5.breakdown {
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(15, 24, 30, 0.33); }

.booking-price .soft-panel .booking-box-gray {
  background-color: transparent; }

.booking-price .soft-panel section &gt; div {
  padding-left: 1rem;
  padding-right: 1rem; }

.booking-price .soft-panel i {
  display: none; }

.booking-price .soft-panel .booking-box-gray .selection-item {
  border: 1px solid rgba(15, 22, 30, 0.13);
  border-radius: 0;
  font-size: 12px;
  color: rgba(15, 22, 30, 0.66);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem; }

.booking-price .soft-panel .booking-box-gray .selection-item .text-left {
  padding-bottom: 0.25rem; }

.booking-price .soft-panel .booking-box-gray .selection-item a {
  text-decoration: underline;
  text-transform: none !important; }

.booking-price .soft-panel .booking-box-gray .selection-item strong {
  font-weight: 300 !important; }

.booking-price .soft-panel .booking-box-gray .selection-item b {
  font-weight: 300 !important;
  font-size: 11px; }

.booking-price .soft-panel .booking-box-gray .selection-item h6 {
  font-size: 14px; }

.booking-price .soft-panel .button-group-flex {
  padding: 0 0.75rem; }

.booking-price .soft-panel .button-group-flex button {
  padding: 1rem 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 0;
  background-color: #ea5153; }

.booking-price .soft-panel .button-group-flex button span:nth-child(2) {
  font-weight: 600; }

.booking-price .soft-panel .text-center.mt {
  margin-top: 0; }

.booking-price .soft-panel .room-price {
  font-family: 'Poppins', sans-serif; }

.booking-price .soft-panel .room-price .h4 {
  font-family: 'Poppins', sans-serif; }

.booking-price .soft-panel .room-price .room-label {
  font-size: 12px; }

.booking-price .soft-panel .room-price.padding {
  padding-left: 0;
  padding-right: 0; }

.booking-price .soft-panel .room-price .text-right .h4:nth-child(1),
.booking-price .soft-panel .room-price .text-right .h4:nth-child(2) {
  font-size: 16px;
  font-weight: 600; }

.booking-price .soft-panel .room-price .h4 {
  font-size: 12px; }

.booking-price .soft-panel .padding {
  padding-left: 1rem;
  padding-right: 1rem; }

.booking-price .soft-panel .button-group-flex button.secondary {
  background-color: rgba(15, 23, 32, 0.6); }

.booking-tabs .hotel-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(15, 22, 30, 0.13); }

.booking-tabs .hotel-list-item .title-gray {
  background: transparent;
  color: #101822;
  font-size: 12px;
  letter-spacing: 2px; }

.booking-tabs .hotel-list-item .title-gray i {
  display: none; }

.booking-tabs .hotel-list-item .hotels-selection {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-width: 1px; }

.booking-tabs .hotel-list-item .row &gt; div:first-child {
  padding-left: 0; }

.booking-tabs .hotel-list-item .row &gt; div:last-child {
  padding-right: 0;
  font-size: 13px;
  color: #101822; }

.booking-tabs .hotel-list-item .media-box-img {
  border-radius: 0; }

.booking-tabs .hotel-list-item h4 {
  letter-spacing: 1px;
  color: #101822;
  font-size: 14px; }

.booking-tabs .hotel-list-item h4 i.fa-user {
  display: none; }

.booking-tabs .hotel-list-item i.fa-plus-circle {
  display: none; }

.booking-tabs .hotel-list-item .hotel-list-actions li:nth-of-type(1) {
  border-width: 1px; }

.booking-tabs .hotel-list-item .hotel-list-actions span {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px; }

.booking-tabs .hotel-list-item .label-tooltip {
  border-radius: 0;
  border-color: #ea5153;
  color: #ea5153;
  margin-bottom: 0.5rem; }

.booking-tabs .hotel-list-item .label-tooltip:hover {
  background-color: #ea5153; }

.booking-tabs .hotel-list-item .label-tooltip .label-tooltip-info {
  font-size: 12px; }

.booking-tabs .hotel-list-item button {
  background-color: #ea5153;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 0; }

.booking-tabs .hotel-list-item button i {
  display: none; }

.tabs-rounded-content {
  padding-left: 0;
  padding-right: 0; }

.booking-tabs .hotel-list-item .booking-border {
  border: 0; }

.tabs-rounded-content section h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #101822; }

.booking-tabs .searcher {
  border-radius: 0; }

.booking-tabs .searcher label {
  display: none; }

.booking-tabs .searcher input {
  font-size: 14px; }

.booking-tabs .searcher .menu li a {
  color: rgba(15, 22, 30, 0.4);
  text-transform: none !important;
  font-size: 12px;
  text-align: center; }

.booking-tabs .searcher .menu li a i {
  font-size: 24px;
  margin: auto;
  padding-bottom: 0.25rem; }

.booking-tabs .searcher .menu li a.active {
  color: #101822; }

.booking-tabs .hotel-detail .h5 {
  background-color: rgba(15, 23, 32, 0.6);
  padding: 0.75rem 0.5rem 0.5rem 1rem;
  color: white;
  border-radius: 0; }

.booking-tabs .hotel-detail .hotel-arrow {
  left: 50%; }

.booking-tabs .hotel-detail .hotel-arrow::after {
  background-color: rgba(15, 23, 32, 0.6); }

.booking-tabs .hotel-detail h4 {
  background: transparent;
  border-left: 1px solid rgba(15, 23, 32, 0.6);
  border-right: 1px solid rgba(15, 23, 32, 0.6);
  padding-top: 1rem;
  padding-bottom: 1rem; }

.booking-tabs .hotel-detail h4 small {
  color: #101822;
  font-size: 14px; }

.booking-tabs .hotel-detail h4 a {
  text-transform: none !important; }

.booking-tabs .hotel-detail h4 small i {
  color: #101822; }

.booking-tabs .hotel-detail .border-lateral {
  border-left: 1px solid rgba(15, 23, 32, 0.6);
  border-right: 1px solid rgba(15, 23, 32, 0.6); }

.booking-tabs .hotel-detail .hotel-bg-img {
  border-left: 1px solid rgba(15, 23, 32, 0.6);
  border-right: 1px solid rgba(15, 23, 32, 0.6); }

.booking-tabs .hotel-detail .hotel-thumb {
  margin: 0; }

.booking-tabs .hotel-detail .border-edge {
  border-left: 1px solid rgba(15, 23, 32, 0.6);
  border-right: 1px solid rgba(15, 23, 32, 0.6);
  padding: 1rem;
  border-top: 0;
  border-bottom: 1px solid rgba(15, 23, 32, 0.6);
  border-radius: 0; }

.booking-tabs .hotel-detail .border-edge h6 {
  color: #101822;
  font-size: 14px;
  letter-spacing: 2px;
  padding-bottom: 0.5rem; }

.booking-tabs .hotel-detail .border-edge p {
  color: #101822;
  font-size: 12px;
  font-weight: 300; }

.booking-tabs .hotel-list-item .tabs-rooms li {
  border: 0;
  padding-left: 1rem;
  background: transparent; }
  .booking-tabs .hotel-list-item .tabs-rooms li a {
    background: rgba(15, 23, 32, 0.6); }
    .booking-tabs .hotel-list-item .tabs-rooms li a span {
      color: white;
      font-size: 12px;
      letter-spacing: 2px; }
  .booking-tabs .hotel-list-item .tabs-rooms li.active &gt; a {
    background: var(--color-black); }

.booking-tabs .hotel-list-item .hotel-table-room {
  border: 0;
  font-size: 12px; }

.booking-tabs .hotel-list-item .hotel-table-room tr.header-room td {
  color: #101822; }

.booking-tabs .hotel-list-item .hotel-table-room tr.active td {
  font-weight: 600; }

.booking-tabs .hotel-list-item .hotel-table-room tr.active td strong {
  font-weight: 600; }

.booking-tabs .hotel-list-item .hotel-table-room tr.header-room td b {
  font-weight: 400; }

.booking-tabs .hotel-list-item .hotel-table-room td {
  padding: 0.5rem 1rem;
  font-weight: 400; }

.booking-tabs .hotel-list-item .hotel-table-room td strong {
  font-weight: 400; }

.booking-tabs .hotel-list-item .hotel-table-room td i.fa-check-square::before {
  content: "\f058"; }

.booking-tabs section h3 {
  font-size: 14px;
  letter-spacing: 2px; }

.booking-tabs section hr.mtn {
  display: none; }

.booking-tabs section .mam .row &gt; div {
  padding: 0; }

.booking-tabs section .mam .row &gt; div .media-box-img {
  border-radius: 0; }

.booking-tabs section .mbl {
  font-size: 12px; }

.booking-tabs section .mbl .row div i.fa-user {
  display: none; }

.booking-tabs section .mts {
  padding-bottom: 1rem; }

.booking-tabs section .service-item {
  color: #101822; }

.booking-tabs section .service-item h6 {
  font-size: 14px;
  text-transform: none; }

.booking-tabs section .service-item .highlight-price {
  color: #101822; }

.booking-tabs section .service-item .highlight-price span {
  padding-right: 1rem;
  font-weight: 400; }

.booking-tabs section .service-item .highlight-price i {
  font-size: 18px; }

.booking-tabs section .service-item .highlight-price i::before {
  content: "\f055"; }

.booking-tabs section .service-item .highlight-price input[type=checkbox] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border-radius: 0 !important; }

.booking-tabs .component-gallery {
  border-radius: 0; }

.booking-tabs .component-gallery p {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px; }

.booking-tabs .itinerary {
  column-count: 1; }

.booking-tabs .itinerary &gt; div {
  padding-top: 1rem;
  display: block;
  color: #101822; }

.booking-tabs .itinerary &gt; div h5 {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400; }

.booking-tabs .itinerary &gt; div strong {
  text-transform: uppercase;
  font-size: 13px; }

.booking-tabs .itinerary &gt; div p {
  font-size: 12px;
  border-left: 1px solid rgba(15, 22, 30, 0.13);
  padding-left: 1rem;
  margin-top: 0.5rem; }

section[data-view$="dialogSaveClientProposal"] {
  font-size: 12px;
  color: #101822; }

section[data-view$="dialogSaveClientProposal"] img {
  display: none; }

section[data-view$="dialogSaveClientProposal"] i {
  display: none; }

section[data-view$="dialogSaveClientProposal"] h4 {
  font-size: 16px; }

section[data-view$="dialogSaveClientProposal"] h3 {
  font-size: 16px; }

section[data-view$="dialogSaveClientProposal"] label {
  color: #101822;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px; }

section[data-view$="dialogSaveClientProposal"] input {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0.5rem;
  font-size: 12px; }

section[data-view$="dialogSaveClientProposal"] div.medium-centered {
  width: 100%;
  border-radius: 0;
  padding: 0; }

section[data-view$="dialogSaveClientProposal"] div.medium-centered button {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

section[data-view$="dialogSaveClientProposal"] #quotationButtonEmail, section[data-view$="dialogSaveClientProposal"] #quotationButtonDownload {
  background-color: #ea5153;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

section[data-view$="dialogSaveClientProposal"] #quotationButtonEmail span {
  margin: auto; }

section[data-view$="public/categoriaDetail_online"] div.row-filter input[type="radio"] {
  transform: scale(0.75); }

section[data-view$="public/categoriaDetail_online"] div.row-filter label {
  font-size: 0.75rem; }

.processing .img-contain {
  border-radius: 0;
  margin-bottom: 1rem; }

.is-dropdown-submenu-parent a span {
  color: #101820; }

.is-dropdown-submenu-parent .submenu {
  background-color: white;
  color: #101820; }
  .is-dropdown-submenu-parent .submenu * {
    background-color: white;
    color: #101820; }
  .is-dropdown-submenu-parent .submenu a:hover {
    color: white; }

.customer-support .contact-box {
  height: auto; }

.customer-support .hero-contact {
  padding-bottom: 0;
  background-position: right;
  min-height: 0; }
  .customer-support .hero-contact .ul {
    list-style-type: disc;
    margin-left: 1.25rem;
    margin-right: 1.25rem; }

.customer-support .hero-title {
  position: relative; }

@media screen and (max-width: 39.9375em) {
  .customer-support .hero-contact {
    padding-top: 44vw;
    background-size: 100% auto;
    background-position: right -12px; } }

.calendar-lapland .hero-title {
  align-items: center;
  background: none;
  color: white;
  display: flex;
  font-family: Belleza, sans-serif;
  inset: 0; }
  .calendar-lapland .hero-title.hero-title-fixed {
    position: absolute; }
  .calendar-lapland .hero-title h1 {
    font-size: 3.75rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

div.table-lapland.component-table-box {
  border: 1px solid var(--color-black);
  border-radius: 0;
  font-family: Belleza, sans-serif; }
  div.table-lapland.component-table-box h5.title-departure-city {
    background-color: var(--color-black);
    font-family: Poppins, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-inline: 20px; }
  div.table-lapland.component-table-box h5.title-departure-city .fa {
    display: none; }
  div.table-lapland.component-table-box .title-table-departure table {
    margin-left: 0;
    width: 100%; }
  div.table-lapland.component-table-box .title-table-departure table .fa {
    display: none; }
  div.table-lapland.component-table-box .title-table-departure thead tr th {
    background-color: var(--color-catai-gray) !important;
    border: none !important;
    color: var(--color-catai-red) !important;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase; }
  div.table-lapland.component-table-box table {
    margin-right: 0; }
    div.table-lapland.component-table-box table tr {
      padding: 10px 0;
      display: block; }
      div.table-lapland.component-table-box table tr td {
        color: var(--color-black) !important;
        font-family: Poppins, sans-serif;
        font-size: .875rem;
        font-weight: 300; }
        div.table-lapland.component-table-box table tr td a {
          background: var(--color-catai-red);
          color: white;
          font-size: 0.75rem;
          padding: .1rem 1rem; }
        div.table-lapland.component-table-box table tr td table tr td .label-tooltip {
          border-color: var(--color-black) !important;
          color: var(--color-black) !important; }
          div.table-lapland.component-table-box table tr td table tr td .label-tooltip:hover {
            background-color: white !important; }
    div.table-lapland.component-table-box table th {
      text-align: center; }
      div.table-lapland.component-table-box table th:nth-child(6n + 1) {
        min-width: 120px;
        text-align: left; }
      div.table-lapland.component-table-box table th:nth-child(6n + 2) {
        min-width: 120px;
        text-align: left; }
      div.table-lapland.component-table-box table th:nth-child(6n + 3) {
        min-width: 80px;
        text-align: left; }
      div.table-lapland.component-table-box table th:nth-child(6n + 4) {
        min-width: 213px;
        text-align: left; }
      div.table-lapland.component-table-box table th:nth-child(6n + 5) {
        min-width: 250px;
        text-align: left; }
      div.table-lapland.component-table-box table th:nth-child(6n + 6) {
        min-width: 150px; }
      div.table-lapland.component-table-box table th:nth-child(6n + 7) {
        min-width: 150px; }
    div.table-lapland.component-table-box table td {
      /*padding: 0;*/ }
      div.table-lapland.component-table-box table td:nth-child(6n + 1) {
        min-width: 120px;
        text-align: left; }
      div.table-lapland.component-table-box table td:nth-child(6n + 2) {
        min-width: 120px;
        text-align: left; }
      div.table-lapland.component-table-box table td:nth-child(6n + 3) {
        min-width: 80px;
        text-align: left; }
      div.table-lapland.component-table-box table td:nth-child(6n + 4) {
        min-width: 213px;
        text-align: left; }
      div.table-lapland.component-table-box table td:nth-child(6n + 5) {
        min-width: 250px;
        text-align: left; }
      div.table-lapland.component-table-box table td:nth-child(6n + 6) {
        min-width: 150px; }
      div.table-lapland.component-table-box table td:nth-child(6n + 7) {
        min-width: 150px; }
</pre></body></html>