@charset "UTF-8";
@import url("header.css");

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

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.
 */

@font-face {
    font-family: "CabritoFlare-Italic";
    src: url(./fonts/CabritoFlare-ConDemIt.otf);
}

@font-face {
    font-family: "RobotoFlex";
    src: url(./fonts/RobotoFlex-Regular.ttf);
}

h1,
h2,
h3 {
    font-family: "CabritoFlare-Italic";
}

@font-face {
    font-family: "BebasNeue-Regular";
    src: url(./fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: "DINPro_Medium";
    src: url(./fonts/DINPro_Medium.otf);
}

p,
span,
a,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DINPro_Medium";
}

/* h1,h2,h3,h4,h5,h6{
    font-family: 'BebasNeue-Regular';
} */

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

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

.vjs-fullscreen #video_html5_api {
    height: inherit !important;
}

/**
 * Prevents 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 < 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;
}

/**
 * Addresses 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
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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.
 * 4. Improves appearance and consistency in all browsers.
 */

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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

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: default;
}

/**
 * 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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

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.
 */

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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

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;
}

@font-face {
    font-family: "icomoon";
    src: url(/fonts/icomoon.eot?878cf97176b1c1986b97e20f78206b1f);
    src: url(/fonts/icomoon.eot?878cf97176b1c1986b97e20f78206b1f)
            format("embedded-opentype"),
        url(/fonts/icomoon.ttf?d5b18f6769bce6354993e019b19aedb4)
            format("truetype"),
        url(/fonts/icomoon.woff?3e471bc6ea6d4ffc404251264856c400) format("woff"),
        url(/fonts/icomoon.svg?4e8bf66ebab3cac3ecc1c1baf410ebeb) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ic_angle-right:before {
    content: "r";
}

.icon-ic_coffee:before {
    content: "c";
}

.icon-ic_gps:before {
    content: "i";
}

.icon-ic_document:before {
    content: "d";
}

.icon-ic_flight:before {
    content: "f";
}

.icon-ic_games:before {
    content: "g";
}

.icon-ic_home:before {
    content: "h";
}

.icon-ic_music:before {
    content: "m";
}

.icon-ic_press:before {
    content: "p";
}

.icon-ic-close:before {
    content: "e";
}

.icon-ic-films:before {
    content: "y";
}

.icon-ic-menu:before {
    content: "a";
}

.icon-ic_angle-down:before {
    content: "z";
}

.icon-ic_angle-left:before {
    content: "x";
}

.icon-ic_triangle:before {
    content: "t";
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.row.reverse {
    flex-direction: row-reverse;
}

.col.reverse {
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

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

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

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

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

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

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    justify-content: center;
    text-align: center;
}

.end-xs {
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    align-items: flex-start;
}

.middle-xs {
    align-items: center;
}

.bottom-xs {
    align-items: flex-end;
}

.around-xs {
    justify-content: space-around;
}

.between-xs {
    justify-content: space-between;
}

.first-xs {
    order: -1;
}

.last-xs {
    order: 1;
}

.container {
    margin: 0 auto;
    width: 96%;
    padding: 0%;
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 991px;
        width: 96%;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-12.more-like {
        padding-left: 0;
        font-size: 20px !important;
        margin-bottom: 15px;
        color: #000;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        align-items: flex-start;
    }

    .middle-sm {
        align-items: center;
    }

    .bottom-sm {
        align-items: flex-end;
    }

    .around-sm {
        justify-content: space-around;
    }

    .between-sm {
        justify-content: space-between;
    }

    .first-sm {
        order: -1;
    }

    .last-sm {
        order: 1;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1280px;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        justify-content: center;
        text-align: center;
    }

    .end-md {
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        align-items: flex-start;
    }

    .middle-md {
        align-items: center;
    }

    .bottom-md {
        align-items: flex-end;
    }

    .around-md {
        justify-content: space-around;
    }

    .between-md {
        justify-content: space-between;
    }

    .first-md {
        order: -1;
    }

    .last-md {
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 80rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        align-items: flex-start;
    }

    .middle-lg {
        align-items: center;
    }

    .bottom-lg {
        align-items: flex-end;
    }

    .around-lg {
        justify-content: space-around;
    }

    .between-lg {
        justify-content: space-between;
    }

    .first-lg {
        order: -1;
    }

    .last-lg {
        order: 1;
    }
}

body {
    position: relative;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

body.opened {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #fff;
    font-weight: 500;
}

.listado a.item-lista:hover {
    color: #fff;
    font-weight: 500;
}

.line_separator {
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
}

.line_separator.double {
    height: 1px;
}

.line_separator.hide-sm {
    display: none;
}

@media only screen and (min-width: 992px) {
    .line_separator.hide-sm {
        display: block;
    }
}

main.global {
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    main.global {
        width: 100%;
        max-width: 991px;
    }
}

@media only screen and (min-width: 992px) {
    main.global {
        width: 100%;
        max-width: 1199px;
    }
}

@media only screen and (min-width: 75em) {
    main.global {
        width: 100%;
        max-width: 1392px;
    }
}

@media only screen and (min-width: 992px) {
    header.header .container {
        height: 116px;
        margin-bottom: 0;
    }
}

header.header--login {
    text-align: center;
    padding: 18px;
}

header.admin-header h3 {
    color: #2a0e72;
    font-weight: 100;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    header.admin-header h3 {
        font-size: 22px;
    }
}

footer.footer {
    margin: 10px 0 62px 0px;
    position: relative;
    text-align: center !important;
}

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

footer.footer .logotipo {
    margin: 15px 0px 15px 20px;
    display: block;
}

footer.footer .colored {
    color: #fff;
    padding: 20px 0;
    font-weight: 300;
}

footer.footer .legals {
    font-weight: 300;
    font-size: 14px;
}

footer.footer .legals a {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

footer.footer p {
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    footer.footer .logotipo {
        margin: 30px 0;
    }

    footer.footer .legals a {
        margin-top: 0;
    }

    footer.footer .colored {
        padding: 10px 0;
    }

    footer.footer .legals {
        font-weight: 300;
        font-size: 17px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    footer.footer .legals a {
        display: inline-block;
        margin: 0 10px;
    }

    footer.footer p {
        margin: 0;
        font-size: 16px;
    }
}

.indice {
    margin: 40px 20px;
}

.indice h1 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.indice ul {
    font-size: 20px;
}

.indice ul li {
    line-height: 35px;
}

.indice ul li a:hover {
    color: #4e50b9;
    text-decoration: underline;
}

.list {
    padding-top: 10px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .list {
        /*border-top: 1px solid  rgba(255, 255, 255, 0.7);*/
    }
}

@media only screen and (min-width: 992px) {
    .list {
        padding-top: 10px !important;
        padding: 0px 0px;
    }
}

.list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.list-title h3 {
    font-size: 20px;
    font-weight: 100;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .list-title h3 {
        font-size: 20px;
    }
}

.list-over_content {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.list-content {
    width: 200%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media only screen and (min-width: 480px) {
    .list-content {
        width: 150%;
    }
}

@media only screen and (min-width: 768px) {
    .list-content {
        width: 100%;
    }

    /* .home-scroll-container .swiper-slide {
    width: 150px !important;
    margin: 0 10px;
  } */
}

.home-scroll-container .swiper-slide {
    width: 150px !important;
    margin: 0 10px;
}

.list-item {
    display: block;
    margin-right: 15px;
    /*min-width: 140px;*/
    /* min-width: 272px; */
    color: #fff;
}

.list-content {
    padding-top: 5px;
}

@media only screen and (max-width: 1199px) {
    .list-item {
        min-width: calc(25% - 12px);
    }
}

@media only screen and (max-width: 767px) {
    .list-item {
        min-width: calc(33.33% - 12px);
    }

    #list-films .list-title h3 img {
        max-width: 22px;
        height: auto;
    }
}

.common-slider .swiper-slide {
    width: 140px !important;
    margin: 0 10px;
}

.mobile-carousel {
    display: none !important;
}

.aero-branding img {
    width: 100%;
}

.aero-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aero-logo-static {
    position: static;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.aero-logo img,
.aero-logo svg,
.aero-logo-static img,
.aero-logo-static svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media only screen and (max-width: 479px) {
    .aero-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .aero-logo-static {
        width: 150px;
        height: 80px;
    }

    .aero-logo img,
    .aero-logo svg,
    .aero-logo-static img,
    .aero-logo-static svg {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    header.header .container {
        justify-content: normal;
    }

    .list-item {
        min-width: calc(25% - 10px);
    }

    .mobile-carousel {
        display: block !important;
    }

    .desktop-carousel {
        display: none !important;
    }

    .common-slider .swiper-slide {
        width: 113px !important;
        margin: 0 3px;
    }

    .list-title {
        margin-bottom: 10px;
        border-bottom: none;
    }

    .list-item .datos {
        height: 32px;
        overflow-y: auto;
    }

    /* 
  .list-title h3 i {
    display: none;
  } */
}

.more-like {
    color: #fff !important;
}

.list-item img {
    max-width: 100%;
    background-color: #fff;
    /* box-shadow: 0px 0px 1px 1px #fff;*/
    border-radius: 7px;
    border: 0.5px solid lightgray;
    transition: transform 0.3s;
}

.list-item img:hover {
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari 3-8 */
    transform: scale(0.98);
}

.lista-catalogo .listado .item-lista img {
    background-color: #fff;
    /*box-shadow: 0px 0px 1px 1px #fff;*/
    border-radius: 8px;
    transition: transform 0.3s;
}

.lista-catalogo .listado .item-lista img:hover {
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari 3-8 */
    transform: scale(0.98);
}

.card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: auto;
    transition: all 0.3s ease;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slide-content {
    position: relative;
}

.logout-btn {
    float: right;
    text-align: center;
    margin: 0px 0px 0px 30px;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.card-wrapper::-webkit-scrollbar {
    display: none;
}

.card-wrapper .card {
    margin: 0 10px;
}

.list-item:last-child {
    margin-right: 1px;
    color: #fff;
    /* width: 150px; */
}

.list-content .list-item:first-child {
    margin-left: 1px;
}

.list-item .datos {
    margin-top: 8px;
}

.list-item .datos .name {
    /* font-weight: 700; */
    font-size: 14px;
    display: block;
    line-height: 18px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.list-item .datos .info {
    font-size: 0.7rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    display: inherit;
    margin-top: 5px;
}

.list-title .button {
    border-radius: 55px;
    font-size: 0.8rem;
    padding: 0px 15px;
    line-height: 30px;
    text-decoration: underline;
    background: transparent !important;
}

.list-title a.button:hover {
    background-color: #fff;
    color: #000;
}

.button {
    /* border: 1px solid #fff; */
    line-height: 30px;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.3s ease;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
}

/* .modal--content .button {
    border: 1px solid #ed1c24;
} */

@media only screen and (min-width: 768px) {
    .aero-branding {
        width: 15% !important;
    }

    .button {
        line-height: 35px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
}

.button.big {
    background-color: #fff;
    color: #24241c;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.button.big span.icon {
    font-size: 2rem;
    display: block;
    line-height: 70px;
    color: #000;
    margin-top: 0px;
}

.button.big .texto {
    margin: 0;
    display: flex;
    flex-direction: column;
    /* border-top: 1px solid #000; */
    min-height: 80px;
    justify-content: center;
}

.accesos .button.big .texto span {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 1rem;
}

.button.big span {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.a-icon {
    margin: 0 12px 7px 7px;
}

.button.shadow {
    display: inline-block;
    text-align: center;
    height: 44px;
    width: 88%;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    background-color: #ed1c24;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .button.shadow {
        height: 40px;
        width: 180px;
        line-height: 38px;
        font-size: 16px;
    }
}

.button.back:hover {
    background: transparent;
    color: #000;
    font-weight: 500;
}

.button.only-text {
    border: none;
    padding-left: 20px;
}

.button.only-text::before {
    left: 0;
}

.button.only-text:hover {
    background-color: transparent;
    text-decoration: none;
}

.accesos {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 20px;
}

.accesos .button {
    width: 40%;
    margin-bottom: 20px;
}

a.button.big {
    width: 164px;
    margin: 35px 15px;
}

a.button.big:focus,
.a.button.big:active {
    width: 225px;
    border: 1px solid black;
    background: antiquewhite;
    transition: 1s;
}

.home-container a.button.big {
    width: 185px;
    margin: 30px 15px;
}

.feedback-questn input[type="radio"] {
    width: 15px;
    cursor: pointer;
}

.feedback-questn input[type="radio"]:focus {
    box-shadow: none;
}

#movie_length select option {
    color: #000;
}

#movie tbody tr.odd td {
    /* background: #0063b7; */
    background: #003d71;
}

/* #movie tbody tr.even td {
  background: #ffffff;
  color: #000;
} */

.col-sm-3.bgmov {
    max-width: 16%;
    margin: 7px 4px;
    padding: 0px 5px;
}

/* Tablet view (768px - 1024px): Make "More Like This" section full width */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .more-like-this-container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .more-like-this-container .col-sm-3.bgmov {
        max-width: 25%;
        flex: 0 0 25%;
        margin: 7px 0;
        padding: 0 8px;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
    overflow-x: auto;
}

::-webkit-scrollbar {
    width: 0px;
    height: 6px;
    background-color: #f5f5f5;
    overflow-x: auto;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #3c8dbc;
    overflow-x: auto;
}

@media only screen and (min-width: 768px) {
    .accesos {
        padding-right: 3px;
        padding-left: 2px;
    }

    .accesos .button {
        max-width: 238px;
        width: 22%;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .accesos .button.big {
        background-color: #fffefe;
        border: 1px solid #fff;
        border-radius: 12px;
    }

    .accesos .button:last-child {
        margin-right: 0;
    }
}

#destacados .item {
    position: relative;
    width: 100%;
    height: 110px;
    background-position: center center;
    background-size: 104%;
    background-repeat: no-repeat;
}

#destacados .item .info {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 25%;
    padding: 30px 0 0 30px;
    background-color: rgba(42, 14, 114, 0.8);
    color: #fff;
}

#destacados .item .info h2 {
    font-weight: 100;
    font-size: 26px;
    margin: 0;
}

#destacados .item .info h3 {
    font-weight: 100;
    font-size: 28px;
    margin: 0;
}

#destacados .item .info p {
    display: none;
    font-size: 18px;
    line-height: 22px;
}

#destacados .item .info .button {
    margin-top: 15px;
}

#destacados .slick-dots {
    bottom: 15px;
}

@media only screen and (min-width: 480px) {
    #destacados .item {
        background-size: 100%;
        height: 138px;
    }
}

@media only screen and (min-width: 560px) {
    #destacados .item {
        background-size: 100%;
        height: 164px;
    }
}

@media only screen and (min-width: 640px) {
    #destacados .item {
        background-size: 100%;
        height: 190px;
    }
}

@media only screen and (min-width: 768px) {
    #destacados {
        margin-bottom: 60px;
    }

    #destacados .item {
        height: 210px;
        background-size: cover;
    }

    #destacados .item .info {
        padding: 60px 0 0 60px;
        left: 40%;
    }

    #destacados .item .info h2 {
        font-size: 48px;
    }

    #destacados .item .info h3 {
        font-size: 48px;
    }

    #destacados .item .info p {
        display: block;
        max-width: 300px;
    }

    #destacados .item .info .button {
        margin-top: 15px;
    }

    #destacados .slick-dots {
        bottom: -45px;
    }
}

@media only screen and (min-width: 840px) {
    #destacados .item {
        height: 240px;
    }
}

@media only screen and (min-width: 960px) {
    #destacados .item {
        height: 270px;
    }
}

@media only screen and (min-width: 1024px) {
    #destacados .item {
        height: 300px;
    }
}

@media only screen and (min-width: 1180px) {
    #destacados .item {
        height: 330px;
    }
}

@media only screen and (min-width: 1300px) {
    #destacados .item {
        height: 368px;
    }
}

.cabtype {
}

.carouselswiper-pagination {
    margin: 2px auto 0px;
    padding: 0px 20px;
    transform: translateX(0%) !important;
}

.carouselswiper-pagination span {
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.carousel-swiper {
    margin-left: 6px !important;
    margin-right: 6px !important;
    border-radius: 4px;
}

.carousel-swiper .swiper-slide img {
    width: 100% !important;
}

.catalogo--top .container {
    margin: 0 auto;
}

.admin-logo-container {
    display: inline-flex;
    align-items: center;
}

.table-flight {
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 7px;
}

.table-flight .table-row {
    display: flex;
    justify-content: space-between;
    line-height: 25px;
    color: #fff;
}

.table-flight h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.table-flight .ciudad {
    font-size: 20px;
    color: #000;
    /* font-family: 'CabritoFlare-Italic'; */
    font-weight: 600;
}

.table-flight .ciudad span {
    font-family: "CabritoFlare-Italic";
}

.table-flight .aeropuerto {
    word-wrap: break-word;
}

.invalid-feedback {
    color: red;
}

@media only screen and (min-width: 992px) {
    .table-flight {
        padding: 20px;
    }

    .logotipo {
        padding-left: 0;
    }

    .table-flight .ciudad {
        font-size: 24px;
        margin-bottom: 0;
    }

    .table-flight h3 {
        font-size: 24px;
    }

    .table-flight .aeropuerto {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 559px) {
    /* .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  } */

    .col-sm-3.bgmov {
        max-width: 33%;
        margin: 7px 0px;
        padding: 0px 5px;
    }

    .home-container a.button.big {
        width: 139px;
        margin: 30px 15px;
    }

    .list-title .button {
        font-size: 0.6rem;
        padding: 0px 10px;
        line-height: 25px;
        margin-right: 0;
    }

    .col-sm-12.more-like {
        font-size: 18px !important;
        padding: 0;
    }

    .movie-tl {
        padding: 20px;
    }

    .movie-tl span {
        font-size: 23px;
    }
}

.videoplayer {
    padding: 35px 5px 20px;
    width: 100%;
    height: 45vw;
    margin: auto;
}

.back-button:before {
    content: "x";
    font-family: "icomoon";
    font-size: 16px;
    display: block;
    position: absolute;
    left: -8px;
    top: 1px;
}

.back-button {
    color: #fff;
    display: block;
    width: 180px;
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 10px;
    z-index: 1;
}

.back-button:hover {
    color: #fff;
}

.btn-top {
    margin-top: -42px;
}

@media only screen and (min-width: 992px) {
    .videoplayer {
        width: 100%;
        height: calc(100vh - 55px);
    }
}

.login-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
    flex-direction: column;
}

.login-box .text {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.login-box .text h2 {
    font-weight: 100;
    font-size: 36px;
    margin: 0;
}

.login-box .formu {
    width: 95%;
    margin: 0 auto;
}

.login-box .formu .formu--item {
    margin-bottom: 20px;
}

.login-box .formu .formu--item label {
    font-size: 24px;
}

.login-box .formu .formu--item input {
    display: block;
    margin: 10px 0;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    color: #24241c;
}

.login-box .formu .button.shadow {
    border-color: #000;
}

.login-box .formu .formu--item input.error {
    border-color: #ed1c24;
}

.login-box .formu .formu--item span.error {
    color: #ed1c24;
    display: block;
    margin-top: -10px;
    display: none;
}

.login-box .formu .action {
    /* text-align: center; */
}

@media only screen and (min-width: 992px) {
    .login-box {
        flex-direction: row;
    }

    .login-box .text {
        width: 48%;
        text-align: left;
        margin-bottom: 0px;
    }

    .login-box .text h2 {
        font-size: 54px;
    }

    .login-box .formu {
        width: 45%;
        margin-bottom: 0;
    }

    .login-box .formu .formu--item {
        margin-bottom: 40px;
    }

    .login-box .formu .formu--item input {
        margin: 20px 0;
    }

    .login-box .formu .action {
        text-align: right;
    }
}

.file-top {
    margin-top: 40px;
}

.file-top #mkdir {
    color: #ccc;
}

.file-top #mkdir label {
    margin-right: 15px;
}

.file-top #file_drop_target {
    padding: 12px;
    border: 4px dashed #ccc;
    font-size: 12px;
    color: #ccc;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.file-top #file_drop_target.drag_over {
    border: 4px dashed #2a0e72;
    font-size: 12px;
    color: #2a0e72;
}

.file-top #file_drop_target label {
    margin-right: 15px;
}

.file-top #breadcrumb a {
    color: #2a0e72;
    font-size: 14px;
    line-height: 36px;
}

.file-top #breadcrumb a:hover {
    color: #000;
}

.file-top #breadcrumb span {
    margin: 0 5px;
}

.file-table {
    margin: 10px 0 40px;
}

.file-table table {
    width: 100%;
}

.file-table table thead {
    text-align: left;
}

.file-table table thead th {
    background-color: rgba(42, 14, 114, 0.2);
    color: #2a0e72;
    font-size: 14px;
    line-height: 36px;
    padding-left: 5px;
    border-bottom: 1px solid #2a0e72;
    border-top: 1px solid #2a0e72;
    display: none;
}

.file-table table thead th:nth-child(1),
.file-table table thead th:nth-child(5) {
    display: table-cell;
}

.file-table table thead th:first-child {
    border-left: 1px solid #2a0e72;
}

.file-table table thead th:last-child {
    border-right: 1px solid #2a0e72;
}

.file-table table tbody#list tr {
    border-bottom: 1px solid #ccc;
}

.file-table table tbody#list tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.file-table table tbody#list tr.is_dir td .name {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNNTcuNDksMjEuNUg1NHYtNi4yNjhjMC0xLjUwNy0xLjIyNi0yLjczMi0yLjczMi0yLjczMkgyNi41MTVsLTUtN0gyLjczMkMxLjIyNiw1LjUsMCw2LjcyNiwwLDguMjMydjQzLjY4N2wwLjAwNiwwDQoJYy0wLjAwNSwwLjU2MywwLjE3LDEuMTE0LDAuNTIyLDEuNTc1QzEuMDE4LDU0LjEzNCwxLjc2LDU0LjUsMi41NjUsNTQuNWg0NC43NTljMS4xNTYsMCwyLjE3NC0wLjc3OSwyLjQ1LTEuODEzTDYwLDI0LjY0OXYtMC4xNzcNCglDNjAsMjIuNzUsNTguOTQ0LDIxLjUsNTcuNDksMjEuNXogTTIsOC4yMzJDMiw3LjgyOCwyLjMyOSw3LjUsMi43MzIsNy41aDE3Ljc1M2w1LDdoMjUuNzgyYzAuNDA0LDAsMC43MzIsMC4zMjgsMC43MzIsMC43MzJWMjEuNQ0KCUgxMi43MzFjLTAuMTQ0LDAtMC4yODcsMC4wMTItMC40MjYsMC4wMzZjLTAuOTczLDAuMTYzLTEuNzgyLDAuODczLTIuMDIzLDEuNzc2TDIsNDUuODk5VjguMjMyeiBNNDcuODY5LDUyLjA4Mw0KCWMtMC4wNjYsMC4yNDUtMC4yOTEsMC40MTctMC41NDUsMC40MTdIMi41NjVjLTAuMjQzLDAtMC4zODUtMC4xMzktMC40NDgtMC4yMjJjLTAuMDYzLTAuMDgyLTAuMTYtMC4yNTYtMC4xMjMtMC40MDhsMTAuMTkxLTI3Ljk1Mw0KCWMwLjA2Ni0wLjI0NSwwLjI5MS0wLjQxNywwLjU0NS0wLjQxN0g1NGgzLjQ5YzAuMzgsMCwwLjQ3NywwLjU0NiwwLjUwMiwwLjgxOUw0Ny44NjksNTIuMDgzeiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=")
        no-repeat scroll 0;
    background-size: 18px;
    background-position: 0 3px;
    padding: 5px 0 5px 30px;
}

.file-table table tbody#list tr td {
    vertical-align: middle;
    height: 35px;
    padding-left: 5px;
    display: none;
}

.file-table table tbody#list tr td:nth-child(1),
.file-table table tbody#list tr td:nth-child(5) {
    display: table-cell;
}

.file-table table tbody#list tr td:first-child {
    border-left: 1px solid #ccc;
}

.file-table table tbody#list tr td:last-child {
    border-right: 1px solid #ccc;
}

.file-table table tbody#list tr td a.delete {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzQ3cHgiIGhlaWdodD0iNDI3cHgiIHZpZXdCb3g9IjAgMCAzNDcgNDI3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NS4yICg3ODE4MSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+ZGVsZXRlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImRlbGV0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDAwMDAwLCAtMS4wMDAwMDApIiBmaWxsPSIjREUxMTExIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMjMzLjM5ODQzOCwxNTUuNzAzMTI1IEMyMjcuODc1LDE1NS43MDMxMjUgMjIzLjM5ODQzOCwxNjAuMTc5Njg4IDIyMy4zOTg0MzgsMTY1LjcwMzEyNSBMMjIzLjM5ODQzOCwzNTQuNzAzMTI1IEMyMjMuMzk4NDM4LDM2MC4yMjI2NTYgMjI3Ljg3NSwzNjQuNzAzMTI1IDIzMy4zOTg0MzgsMzY0LjcwMzEyNSBDMjM4LjkyMTg3NSwzNjQuNzAzMTI1IDI0My4zOTg0MzgsMzYwLjIyMjY1NiAyNDMuMzk4NDM4LDM1NC43MDMxMjUgTDI0My4zOTg0MzgsMTY1LjcwMzEyNSBDMjQzLjM5ODQzOCwxNjAuMTc5Njg4IDIzOC45MjE4NzUsMTU1LjcwMzEyNSAyMzMuMzk4NDM4LDE1NS43MDMxMjUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTExNS4zOTg0MzgsMTU1LjcwMzEyNSBDMTA5Ljg3NSwxNTUuNzAzMTI1IDEwNS4zOTg0MzgsMTYwLjE3OTY4OCAxMDUuMzk4NDM4LDE2NS43MDMxMjUgTDEwNS4zOTg0MzgsMzU0LjcwMzEyNSBDMTA1LjM5ODQzOCwzNjAuMjIyNjU2IDEwOS44NzUsMzY0LjcwMzEyNSAxMTUuMzk4NDM4LDM2NC43MDMxMjUgQzEyMC45MjE4NzUsMzY0LjcwMzEyNSAxMjUuMzk4NDM4LDM2MC4yMjI2NTYgMTI1LjM5ODQzOCwzNTQuNzAzMTI1IEwxMjUuMzk4NDM4LDE2NS43MDMxMjUgQzEyNS4zOTg0MzgsMTYwLjE3OTY4OCAxMjAuOTIxODc1LDE1NS43MDMxMjUgMTE1LjM5ODQzOCwxNTUuNzAzMTI1IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS4zOTg0MzgsMTI4LjEyMTA5NCBMMjkuMzk4NDM4LDM3NC41IEMyOS4zOTg0MzgsMzg5LjA2MjUgMzQuNzM4MjgxLDQwMi43MzgyODEgNDQuMDY2NDA2LDQxMi41NTA3ODEgQzUzLjM1MTU2Miw0MjIuMzkwNjI1IDY2LjI3MzQzOCw0MjcuOTc2NTYyIDc5Ljc5Njg3NSw0MjggTDI2OSw0MjggQzI4Mi41MjczNDQsNDI3Ljk3NjU2MiAyOTUuNDQ5MjE5LDQyMi4zOTA2MjUgMzA0LjczMDQ2OSw0MTIuNTUwNzgxIEMzMTQuMDU4NTk0LDQwMi43MzgyODEgMzE5LjM5ODQzOCwzODkuMDYyNSAzMTkuMzk4NDM4LDM3NC41IEwzMTkuMzk4NDM4LDEyOC4xMjEwOTQgQzMzNy45NDE0MDYsMTIzLjE5OTIxOSAzNDkuOTU3MDMxLDEwNS4yODUxNTYgMzQ3LjQ3NjU2Miw4Ni4yNTc4MTIgQzM0NC45OTIxODgsNjcuMjM0Mzc1IDMyOC43ODUxNTYsNTMuMDAzOTA2IDMwOS41OTc2NTYsNTMgTDI1OC4zOTg0MzgsNTMgTDI1OC4zOTg0MzgsNDAuNSBDMjU4LjQ1NzAzMSwyOS45ODgyODEgMjU0LjMwMDc4MSwxOS44OTQ1MzEgMjQ2Ljg1OTM3NSwxMi40Njg3NSBDMjM5LjQxNzk2OSw1LjA0Njg3NSAyMjkuMzA4NTk0LDAuOTE0MDYyNSAyMTguNzk2ODc1LDAuOTk4Njg2MDgyIEwxMzAsMC45OTg2ODYwODIgQzExOS40ODgyODEsMC45MTQwNjI1IDEwOS4zNzg5MDYsNS4wNDY4NzUgMTAxLjkzNzUsMTIuNDY4NzUgQzk0LjQ5NjA5NCwxOS44OTQ1MzEgOTAuMzM5ODQ0LDI5Ljk4ODI4MSA5MC4zOTg0MzgsNDAuNSBMOTAuMzk4NDM4LDUzIEwzOS4xOTkyMTksNTMgQzIwLjAxMTcxOSw1My4wMDM5MDYgMy44MDQ2ODgsNjcuMjM0Mzc1IDEuMzIwMzEyLDg2LjI1NzgxMiBDLTEuMTYwMTU2LDEwNS4yODUxNTYgMTAuODU1NDY5LDEyMy4xOTkyMTkgMjkuMzk4NDM4LDEyOC4xMjEwOTQgWiBNMjY5LDQwOCBMNzkuNzk2ODc1LDQwOCBDNjIuNjk5MjE5LDQwOCA0OS4zOTg0MzgsMzkzLjMxMjUgNDkuMzk4NDM4LDM3NC41IEw0OS4zOTg0MzgsMTI5IEwyOTkuMzk4NDM4LDEyOSBMMjk5LjM5ODQzOCwzNzQuNSBDMjk5LjM5ODQzOCwzOTMuMzEyNSAyODYuMDk3NjU2LDQwOCAyNjksNDA4IFogTTExMC4zOTg0MzgsNDAuNSBDMTEwLjMzMjAzMSwzNS4yOTI5NjkgMTEyLjM3ODkwNiwzMC4yODEyNSAxMTYuMDc0MjE5LDI2LjYwNTQ2OSBDMTE5Ljc2NTYyNSwyMi45Mjk2ODggMTI0Ljc4OTA2MiwyMC45MTAxNTYgMTMwLDIxIEwyMTguNzk2ODc1LDIxIEMyMjQuMDA3ODEyLDIwLjkxMDE1NiAyMjkuMDMxMjUsMjIuOTI5Njg4IDIzMi43MjI2NTYsMjYuNjA1NDY5IEMyMzYuNDE3OTY5LDMwLjI3NzM0NCAyMzguNDY0ODQ0LDM1LjI5Mjk2OSAyMzguMzk4NDM4LDQwLjUgTDIzOC4zOTg0MzgsNTMgTDExMC4zOTg0MzgsNTMgTDExMC4zOTg0MzgsNDAuNSBaIE0zOS4xOTkyMTksNzMgTDMwOS41OTc2NTYsNzMgQzMxOS41MzkwNjIsNzMgMzI3LjU5NzY1Niw4MS4wNTg1OTQgMzI3LjU5NzY1Niw5MSBDMzI3LjU5NzY1NiwxMDAuOTQxNDA2IDMxOS41MzkwNjIsMTA5IDMwOS41OTc2NTYsMTA5IEwzOS4xOTkyMTksMTA5IEMyOS4yNTc4MTIsMTA5IDIxLjE5OTIxOSwxMDAuOTQxNDA2IDIxLjE5OTIxOSw5MSBDMjEuMTk5MjE5LDgxLjA1ODU5NCAyOS4yNTc4MTIsNzMgMzkuMTk5MjE5LDczIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTc0LjM5ODQzOCwxNTUuNzAzMTI1IEMxNjguODc1LDE1NS43MDMxMjUgMTY0LjM5ODQzOCwxNjAuMTc5Njg4IDE2NC4zOTg0MzgsMTY1LjcwMzEyNSBMMTY0LjM5ODQzOCwzNTQuNzAzMTI1IEMxNjQuMzk4NDM4LDM2MC4yMjI2NTYgMTY4Ljg3NSwzNjQuNzAzMTI1IDE3NC4zOTg0MzgsMzY0LjcwMzEyNSBDMTc5LjkyMTg3NSwzNjQuNzAzMTI1IDE4NC4zOTg0MzgsMzYwLjIyMjY1NiAxODQuMzk4NDM4LDM1NC43MDMxMjUgTDE4NC4zOTg0MzgsMTY1LjcwMzEyNSBDMTg0LjM5ODQzOCwxNjAuMTc5Njg4IDE3OS45MjE4NzUsMTU1LjcwMzEyNSAxNzQuMzk4NDM4LDE1NS43MDMxMjUgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
        no-repeat scroll 0;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0 5px;
    color: #ed1c24;
    margin-left: 15px;
    padding: 5px 0 5px 20px;
}

.file-table table tbody#list tr td .name {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNNDIuNSwyMmgtMjVjLTAuNTUyLDAtMSwwLjQ0Ny0xLDFzMC40NDgsMSwxLDFoMjVjMC41NTIsMCwxLTAuNDQ3LDEtMVM0My4wNTIsMjIsNDIuNSwyMnoiLz4NCgk8cGF0aCBkPSJNMTcuNSwxNmgxMGMwLjU1MiwwLDEtMC40NDcsMS0xcy0wLjQ0OC0xLTEtMWgtMTBjLTAuNTUyLDAtMSwwLjQ0Ny0xLDFTMTYuOTQ4LDE2LDE3LjUsMTZ6Ii8+DQoJPHBhdGggZD0iTTQyLjUsMzBoLTI1Yy0wLjU1MiwwLTEsMC40NDctMSwxczAuNDQ4LDEsMSwxaDI1YzAuNTUyLDAsMS0wLjQ0NywxLTFTNDMuMDUyLDMwLDQyLjUsMzB6Ii8+DQoJPHBhdGggZD0iTTQyLjUsMzhoLTI1Yy0wLjU1MiwwLTEsMC40NDctMSwxczAuNDQ4LDEsMSwxaDI1YzAuNTUyLDAsMS0wLjQ0NywxLTFTNDMuMDUyLDM4LDQyLjUsMzh6Ii8+DQoJPHBhdGggZD0iTTQyLjUsNDZoLTI1Yy0wLjU1MiwwLTEsMC40NDctMSwxczAuNDQ4LDEsMSwxaDI1YzAuNTUyLDAsMS0wLjQ0NywxLTFTNDMuMDUyLDQ2LDQyLjUsNDZ6Ii8+DQoJPHBhdGggZD0iTTM4LjkxNCwwSDYuNXY2MGg0N1YxNC41ODZMMzguOTE0LDB6IE0zOS41LDMuNDE0TDUwLjA4NiwxNEgzOS41VjMuNDE0eiBNOC41LDU4VjJoMjl2MTRoMTR2NDJIOC41eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=")
        no-repeat scroll 0;
    background-size: 18px;
    background-position: 0 3px;
    padding: 5px 0 5px 30px;
}

.file-table table tbody#list tr td .download {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDcxLjIgNDcxLjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3MS4yIDQ3MS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQ1Ny43LDIzMC4xNWMtNy41LDAtMTMuNSw2LTEzLjUsMTMuNXYxMjIuOGMwLDMzLjQtMjcuMiw2MC41LTYwLjUsNjAuNUg4Ny41Yy0zMy40LDAtNjAuNS0yNy4yLTYwLjUtNjAuNXYtMTI0LjgNCgkJCWMwLTcuNS02LTEzLjUtMTMuNS0xMy41cy0xMy41LDYtMTMuNSwxMy41djEyNC44YzAsNDguMywzOS4zLDg3LjUsODcuNSw4Ny41aDI5Ni4yYzQ4LjMsMCw4Ny41LTM5LjMsODcuNS04Ny41di0xMjIuOA0KCQkJQzQ3MS4yLDIzNi4yNSw0NjUuMiwyMzAuMTUsNDU3LjcsMjMwLjE1eiIvPg0KCQk8cGF0aCBkPSJNMjI2LjEsMzQ2Ljc1YzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGw4NS44LTg1LjhjNS4zLTUuMyw1LjMtMTMuOCwwLTE5LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwbC02Mi43LDYyLjgNCgkJCVYzMC43NWMwLTcuNS02LTEzLjUtMTMuNS0xMy41cy0xMy41LDYtMTMuNSwxMy41djI3My45bC02Mi44LTYyLjhjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMQ0KCQkJTDIyNi4xLDM0Ni43NXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==")
        no-repeat scroll 0;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 3px;
    padding: 5px 0 5px 30px;
}

@media only screen and (min-width: 768px) {
    .file-table table thead th:nth-child(2) {
        display: table-cell;
    }

    .file-table table tbody#list tr td {
        font-size: 14px;
    }

    .file-table table tbody#list tr td:nth-child(2) {
        display: table-cell;
    }
}

@media only screen and (min-width: 992px) {
    .file-table table thead th {
        display: table-cell;
    }

    .file-table table tbody#list tr td {
        display: table-cell;
    }
}

#upload_progress {
    padding: 4px 0;
}

#upload_progress .error {
    color: #ed1c24;
}

#upload_progress .error div {
    padding: 3px 0;
}

.progress_track {
    display: inline-block;
    width: 200px;
    height: 10px;
    border: 1px solid #333;
    margin: 0 4px 0 10px;
}

.progress {
    background-color: #ffcc00;
    height: 10px;
}

.catalogo--top {
    position: relative;
    min-height: 200px;
    margin: 15px 0;
}

@media only screen and (min-width: 768px) {
    .catalogo--top {
        min-height: 370px;
        margin: 40px 0;
    }
}

.catalogo--top.vuelos {
    min-height: inherit;
    margin-bottom: 10px;
}

.catalogo--top.vuelos .catalogo--header {
    min-height: inherit;
}

.catalogo--top.vuelos .catalogo--header .catalogo--info {
    padding-bottom: 0;
}

/*
 @media only screen and (max-width: $screen-md) {
    .catalogo.catalogo__destinos{

        .catalogo--header{
            flex-direction: column;
        }
        .catalogo--sliderTop{
            width: 100%;
            display: flex;
        }
    }
}
*/

.catalogo.vuelos--header {
    min-height: inherit;
}

.catalogo--header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.catalogo--info {
    width: 95%;
    height: 100%;
    align-self: stretch;
    padding-bottom: 0px;
    color: #fff;
    display: flex;
}

.catalogo--info h2 {
    font-weight: 100;
    font-size: 36px;
    line-height: 38px;
}

.catalogo--info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.catalogo--info .filter {
    position: relative;
    font-size: 20px;
}

.catalogo--info .filter a {
    font-weight: 100;
    margin-right: 10px;
    padding: 5px 0 10px;
    display: inline-block;
    position: relative;
    color: #301b65;
}

.catalogo--info .filter a.selected {
    font-weight: 400;
    border-bottom: 2px solid #301b65;
}

.catalogo--info .filter a.selected::after {
    position: absolute;
    bottom: 2px;
    left: 48%;
    content: "t";
    font-family: "icomoon";
    font-size: 4px;
}

.catalogo--info .filter a:hover {
    border-bottom: 2px solid #301b65;
}

.catalogo .scroller {
    overflow-x: auto;
    width: 100%;
}

.catalogo--sliderTop {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 30px;
}

.catalogo--sliderTop__item {
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    color: #301b65;
    min-width: 145px;
}

.catalogo--sliderTop__item img {
    width: 100%;
}

.catalogo--sliderTop__item span {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.catalogo--sliderTop__item:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .catalogo.catalogo__documentos {
        min-height: auto;
    }

    .catalogo.catalogo__documentos .catalogo--header {
        min-height: auto;
    }

    .catalogo.catalogo__documentos .catalogo--info {
        width: 90%;
    }

    .catalogo--info {
        width: 40%;
        height: 100%;
        align-self: flex-start;
        padding-bottom: 0;
    }

    .catalogo--info.arv-fullwidth {
        width: 100%;
    }

    .catalogo--header.arv-height,
    .catalogo.arv-height {
        min-height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalogo--info h2 {
        font-size: 48px;
        line-height: 50px;
        margin: 0px 0 20px 0;
    }

    .catalogo--info p {
        font-size: 18px;
        line-height: 22px;
    }

    .catalogo--info .filter {
        position: absolute;
        bottom: 0;
    }

    .catalogo--tabla {
        display: block;
        width: 50%;
    }

    .catalogo--sliderTop {
        display: block;
        width: 50%;
        align-self: center;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 0;
    }

    .catalogo--sliderTop__item {
        text-align: left;
        margin-right: 15px;
        color: #301b65;
        max-width: 50%;
        display: none;
        min-width: 170px;
    }

    .catalogo--sliderTop__item img {
        width: 100%;
    }

    .catalogo--sliderTop__item span {
        display: block;
        font-size: 24px;
        line-height: 28px;
    }

    .catalogo--sliderTop__item:nth-child(1),
    .catalogo--sliderTop__item:nth-child(2) {
        display: inline-block;
    }

    .catalogo--sliderTop__item:nth-child(2) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .catalogo--info {
        width: 44%;
    }

    .catalogo--info h2 {
        font-size: 52px;
        line-height: 58px;
    }
}

.filter-catalogo {
    padding: 40px 0 0 0;
}

.filter-catalogo:before,
.filter-catalogo:after {
    content: " ";
    display: table;
}

.filter-catalogo:after {
    clear: both;
}

.filter-catalogo .selectric-generos {
    float: left;
    width: 240px;
}

.filter-catalogo .selectric-generos .button {
    padding: 0;
    border: none;
}

.more-like-this-container {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin-left: -6px;
}

/* .more-like-this-container .list-item:last-child {
  width: 180px;
} */

.more-like-this-container .list-item .datos {
    height: auto !important;
}

.more-like-this-container .list-item .datos .info {
    font-size: 0.7rem;
    margin-top: 0px !important;
}

@media only screen and (min-width: 768px) {
    .filter-catalogo .selectric-generos {
        float: right;
    }
}

.lista-catalogo {
    padding: 0 0 0 0;
}

.lista-catalogo .listado {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.lista-catalogo .listado .item-lista {
    margin-bottom: 25px;
    max-width: 98px;
    /* width: 48%; */
    min-width: 110px;
    color: #fff;
    padding: 0px 2px;
}

.lista-catalogo .listado .item-lista img {
    width: 100%;
}

.lista-catalogo .listado .item-lista .info {
    margin-top: 8px;
    color: #fff;
    line-height: 18px;
}

.lista-catalogo .listado .item-lista .info strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    display: block;
    text-transform: capitalize;
}

.lista-catalogo .listado .item-lista .info span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
}

@media only screen and (min-width: 280px) {
    .lista-catalogo .listado .item-lista {
        max-width: calc(33% - 14px);
    }
}

@media only screen and (min-width: 640px) {
    .lista-catalogo .listado .item-lista {
        max-width: calc(33.33% - 14px);
    }
}

@media only screen and (min-width: 768px) {
    .lista-catalogo .listado .item-lista {
        max-width: calc(16% - 7px);
        margin: 20px 0;
    }
}

.lista-catalogo .listado .item-lista .info strong {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .lista-catalogo {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .lista-catalogo {
        padding: 7px 0 0 0;
    }
}

.infovuelo.datos {
    display: block;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    .infovuelo.datos {
        display: none;
    }
}

/* .list-title h3 {
    color: #743333;
    font-weight: 500;
    margin-bottom: 8px;
} */

.menu-action-close,
.modal-action-close {
    position: relative;
    /*background-color: #2A0E72;*/
    color: #24241c;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    /*
  &:after {

      content: '';
      width: 14px;
      height: 14px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -7px;
      margin-left: -7px;
      background-image: url(/svg-icons/ic-close.svg);

  }
  */
}

.menu-action-close {
    color: #fff !important;
}

.menu-action-close .icon,
.modal-action-close .icon {
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
}

.menu-action-close:hover {
    color: #fff;
}

.modal-action-close:hover {
    color: #24241c;
}

.overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

body.show-menu .overlay {
    display: block;
}

.menu-container {
    position: absolute;
    z-index: 20;
    left: -290px;
    top: 0;
    bottom: 0;
    background-color: rgba(36, 26, 28, 0.9);
    width: 256px;
    transition: left 0.6s ease;
    box-shadow: 0 0 0 #000;
    height: 100%;
}

.menu-container nav {
    overflow-y: scroll;
    height: calc(100vh - 220px);
    min-height: calc(100vh - 220px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-container nav::-webkit-scrollbar {
    display: none;
}

.menu-container #menu {
    display: none;
}

.menu-container.opened {
    left: 0;
}

.menu-container.opened #menu {
    display: block;
}

#menu .control {
    padding: 22px 0 20px 3px;
}

#menu .control a {
    margin-left: 2%;
}

@media only screen and (min-width: 992px) {
    #menu .control {
        padding: 37px 0 20px 3px;
    }
}

#menu nav ul {
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

#menu nav ul li {
    /*
  &.active{
      border-left:1px solid $secondary-color;
      background-color: $smoke-color;
  }
  */
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#menu nav ul li a,
#menu nav ul li button {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border-left: 0;
    color: rgba(255, 255, 255, 1);
    transition: background 0.5s ease;
}

#menu nav ul li button {
    background: none !important;
    border: none;
}

#menu nav ul li button:focus {
    outline: unset !important;
}

#menu nav ul li a.logout {
    color: #ed1c24;
    margin-top: 0px;
}

#menu nav ul li a.logout i {
    background: url(/images/ic_logout.svg?897eefc1196dac62f2a015329306adb6);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0 3px;
}

#menu nav ul li a.logout::after {
    display: none;
}

#menu nav ul li a i,
#menu nav ul li button i {
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 0 12px 0 8px;
}

#menu nav ul li a span {
    color: #fff;
}

#menu nav ul li a:hover {
    background: rgba(0, 0, 0, 0);
    border-left: 0;
}

#menu nav ul li a.active {
    border-left: 0;
    ackground: rgba(0, 0, 0, 0);
}

#menu nav ul li a.active::after {
    display: none;
}

.modal .modal--content {
    width: 100%;
    background: #fff;
    position: relative;
}

.modal .modal--content .modal-action-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.font-weight-light {
    font-weight: 400 !important;
}

@media only screen and (min-width: 992px) {
    .modal .modal--content {
        margin: 28px auto;
        width: 920px;
    }
}

.detalle {
    display: flex;
    flex-direction: column;
}

.aero-box {
    display: flex;
    flex-direction: row;
}

.aero-video {
    display: flex;
    flex-direction: row;
}

/* .detalle-left {
    background-color: #000;
    color: #fff;
} */

.detalle-button {
    margin: 0 0 20px 19px !important;
    padding: 0 !important;
}

.detalle-button:active,
.detalle-button:hover {
    color: #fff;
    /* background-color: #000 !important; */
}

.detalle-info {
    padding: 20px 20px;
}

.detalle-info .button {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
}

.detalle-info h2 {
    font-weight: 100;
    font-size: 29px;
    line-height: 28px;
    margin: 5px 0 15px 0;
}

.detalle-info p {
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 20px;
}

/* .detalle-info strong {
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
} */

.detalle-right {
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    justify-content: start;
    margin-top: -1px;
}

.detalle-right .detalle-text__top strong {
    font-size: 24px;
    line-height: 28px;
}

.detalle-right .detalle-text__top p {
    margin-top: 10px;
}

.detalle-right .detalle-text__top p:last-child {
    padding-bottom: 20px;
}

.detalle-text {
    padding: 30;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.detalle-text p {
    margin-bottom: 2px;
}

.detalle-text span {
    display: block;
}

.detalle-text__top {
    padding-top: 0px;
    /*border-top: 1px solid #a5a5a5;*/
}

hr.line-gap {
    border-top: 1px solid #a5a5a5;
    width: 90%;
    margin-left: 5%;
}

.detalle-text__small {
    font-size: 14px;
    padding: 0px 30px 11px 30px;
}

/* .detalle-text__small.detalle-text {
    padding: 23px 18px 9px 9px;
} */

.detalle-text__top {
    padding: 7px 20px 30px 25px;
}

.detalle-text__bottom.detalle-text__small p {
    padding-bottom: 8px;
}

.detalle-img {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    /*height: 400px;*/
    height: 290px;
}

.arv-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 13px !important;
}

@media only screen and (min-width: 768px) {
    .detalle-info {
        padding: 40px 30px;
    }

    .detalle-info .button {
        margin-bottom: 20px;
    }

    .detalle-info h2 {
        font-size: 42px;
        line-height: 40px;
    }

    .detalle-info p {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }

    .detalle-info strong {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .detalle {
        flex-direction: row;
    }

    .detalle-left {
        width: 60%;
    }

    .detalle-info {
        padding: 20px 30px;
    }

    .detalle-info .button {
        margin-bottom: 20px;
    }

    .detalle-info h2 {
        font-size: 35px;
    }

    .detalle-info p {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }

    .detalle-info strong {
        font-size: 15px;
        line-height: 22px;
    }

    .detalle-right {
        width: 40%;
    }

    .detalle-right .footer {
        display: none;
    }

    .detalle-text__small.detalle-text {
        padding: 70px 25px 25px 25px;
    }

    .detalle-text__top {
        padding: 30px 25px 30px 25px;
    }
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .banner-container {
        display: none;
    }

    .modal-lg {
        max-width: 800px;
    }

    .food-swiper-carousel {
        width: 45% !important;
        height: 400px !important;
        margin-left: 10px !important;
    }
}

/*------------- #Plugins --------------*/

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff
        url(/images/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center
        center no-repeat;
}

/* Icons */

@font-face {
    font-family: "slick";
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475)
            format("embedded-opentype"),
        url(/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"),
        url(/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a)
            format("truetype"),
        url(/fonts/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\2192";
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #2a0e72;
    border-radius: 12px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 42px 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #2a0e72;
    height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    content: "x";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    color: #2a0e72;
    text-align: center;
    font: 0/0 a;
    /* *font: 20px/42px Lucida Sans Unicode, Arial Unicode MS, Arial; */
}

.selectric .button:after {
    content: "z";
    font-family: "icomoon";
    position: absolute;
    top: 9px;
    right: 5px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    font-size: 10px;
    color: #2a0e72;
}

.selectric-focus .selectric {
    border-color: #090317;
}

.selectric-hover .selectric {
    border-color: #190845;
}

.selectric-hover .selectric .button {
    color: #190845;
}

.selectric-hover .selectric .button:after {
    border-top-color: #190845;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #190845;
}

.selectric-open .selectric-items {
    display: block;
}

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

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

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

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

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

/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #190845;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #2a0e72;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #2a0e72;
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #2a0e72;
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 0 0;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .modal .modal--content .modal-action-close {
        color: #000;
        background-color: #fff;
    }

    .mfp-arrow {
        transform: scale(0.75);
    }

    .container.admin_content .card-body table {
        width: 100% !important;
    }

    .container.admin_content h2.title {
        font-size: 1.7rem;
    }

    .container.admin_content h3 {
        font-size: 1.39rem;
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*

====== Zoom effect ======

*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* This adds padding from top and bottom */

.inline--media-content .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* This adds max-width to popup content */

.inline--media-content .mfp-content {
    width: 100%;
    max-width: 1200px;
}

/* This makes "#popup-with-something" scale down proportionally */

.popup-video-holder {
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This is scale ratio */
    padding-bottom: 56.25%;
}

.popup-video-holder .plyr {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.popup-video-holder .plyr--youtube .plyr__play-large {
    opacity: 0;
}

/*------------- #Audio --------------*/

* * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
}

#hap-wrapper {
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px auto;
    width: calc(100% - 32px);
    max-width: 640px;
    box-shadow: 1px 1px 10px #020101;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 80px;
}

.hap-art-wide-light {
    background: #fff;
}

.hap-art-wide-dark {
    background: #1b1b1b;
    box-shadow: 1px 1px 15px #333;
}

.hap-player-holder {
    position: relative;
    height: 240px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.hap-player-thumb-wrapper {
    width: 240px;
    position: relative;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 3px;
}

.hap-player-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.hap-btn {
    display: none;
    height: 100%;
}

.hap-art-wide-light .hap-contr-btn svg {
    /*color: #666;*/
    color: #fff;
}

.hap-art-wide-dark .hap-contr-btn svg {
    color: #666;
}

.hap-art-wide-light .hap-btn:hover svg,
.hap-art-wide-light .hap-contr-btn:hover>svg,
/* .hap-art-wide-light .hap-contr-btn-hover svg {
    color: #fff !important;
} */

.hap-art-wide-dark .hap-btn:hover svg,
.hap-art-wide-dark .hap-contr-btn:hover>svg,
.hap-art-wide-dark .hap-contr-btn-hover svg {
    color: #2196f3 !important;
}

.hap-contr-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 22px;
    fill: currentColor;
    transition: color 0.1s ease-out;
}

.hap-loop-toggle svg {
    height: 24px;
}

.hap-player-right {
    position: relative;
    top: 0px;
    height: 100%;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hap-seekbar-wrap {
    margin-bottom: auto;
    margin: 0px;
    margin-top: 20px;
}

.hap-seekbar {
    position: relative;
    top: 6px;
    left: 0;
    width: 100%;
    height: 15px;
    cursor: pointer;
    touch-action: none;
}

.hap-progress-bg {
    position: relative;
    width: 100%;
    top: 0px;
    height: 5px;
}

.hap-art-wide-light .hap-progress-bg {
    background: #ccc;
}

.hap-art-wide-dark .hap-progress-bg {
    background: #ccc;
}

.hap-load-level {
    position: absolute;
    top: 0;
    height: 100%;
}

/* .hap-art-wide-light .hap-load-level {
    background: #fff;
} */

.hap-art-wide-dark .hap-load-level {
    background: #ddd;
}

.hap-progress-level {
    position: absolute;
    top: 0;
    height: 100%;
}

.hap-art-wide-light .hap-progress-level {
    background: #2196f3;
}

.hap-art-wide-dark .hap-progress-level {
    background: #2196f3;
}

.hap-ad-progress-level {
    background: #ffeb3b !important;
}

.hap-range-handle-a,
.hap-range-handle-b {
    position: absolute;
    width: 1px;
    height: 20px;
    /*background-color: blue;*/
    top: 0;
    display: none;
}

.hap-range-handle-a {
    left: 0;
}

.hap-range-handle-b {
    right: 0;
}

.hap-range-handle-a-hit {
    position: absolute;
    top: 5px;
    left: 0;
    cursor: pointer;
    transition: color 0.3s ease-out;
    width: 0;
    height: 0;
    border-bottom: 30px solid;
    border-right: 30px solid transparent;
}

.hap-range-handle-b-hit {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    transition: color 0.3s ease-out;
    width: 0;
    height: 0;
    border-bottom: 30px solid;
    border-left: 30px solid transparent;
}

.hap-art-wide-light .hap-range-handle-a-hit,
.hap-art-wide-light .hap-range-handle-b-hit {
    border-bottom-color: #666;
}

.hap-art-wide-light .hap-range-handle-a-hit:hover,
.hap-art-wide-light .hap-range-handle-b-hit:hover {
    border-bottom-color: #2196f3;
}

.hap-art-wide-dark .hap-range-handle-a-hit,
.hap-art-wide-dark .hap-range-handle-b-hit {
    border-bottom-color: #ccc;
}

.hap-art-wide-dark .hap-range-handle-a-hit:hover,
.hap-art-wide-dark .hap-range-handle-b-hit:hover {
    border-bottom-color: #2196f3;
}

.hap-media-time {
    position: relative;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    /*above range handles!*/
}

.hap-media-time-current {
    position: relative;
    left: 0px;
    text-align: center;
    margin: 0 !important;
    padding: 0px 0px 0px 2px !important;
    font-size: 13px !important;
    pointer-events: none;
    width: auto;
}

.hap-media-time-total {
    position: relative;
    right: 0px;
    text-align: center;
    margin: 0 !important;
    padding: 0px 0px 0px 2px !important;
    font-size: 13px !important;
    pointer-events: none;
    width: auto;
}

/* .hap-art-wide-light .hap-media-time-current, */
/* .hap-art-wide-light .hap-media-time-total, */
.hap-art-wide-light .hap-media-time-ad {
    color: #fff !important;
}

.hap-art-wide-dark .hap-media-time-current,
.hap-art-wide-dark .hap-media-time-total,
.hap-art-wide-dark .hap-media-time-ad {
    color: #666 !important;
}

.hap-media-time-ad {
    display: none;
    position: relative;
    pointer-events: none;
    font-size: 14px;
    margin-left: 10px;
}

.hap-center-elements {
    position: relative;
    margin-top: 10px;
}

.hap-info {
    position: relative;
    text-align: left;
    margin: 0px;
}

.hap-player-title {
    font-size: 20px;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    font-weight: 600;
}

.hap-art-wide-light .hap-player-title {
    color: #fff;
}

.hap-art-wide-dark .hap-player-title {
    color: #d5d5d5;
}

.hap-player-artist {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.hap-art-wide-light .hap-player-artist {
    color: #fff;
}

.hap-art-wide-dark .hap-player-artist {
    color: #bbb;
}

.hap-controls {
    position: relative;
    width: 120px;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.hap-prev-toggle {
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 50px;
}

.hap-playback-toggle {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 50px;
    height: 50px;
}

.hap-playback-toggle svg {
    width: 50px;
    height: 50px;
    height: 24px;
}

.hap-next-toggle {
    position: absolute;
    top: 0;
    left: 20px;
    width: 50px;
    height: 50px;
}

.hap-volume-seekbar {
    position: relative;
    margin-top: 10px;
    width: 130px;
    height: 20px;
    cursor: pointer;
    touch-action: none;
}

.hap-volume-bg {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 110px;
    height: 4px;
}

.hap-art-wide-light .hap-volume-bg {
    background: #ddd;
}

.hap-art-wide-dark .hap-volume-bg {
    background: #ddd;
}

.hap-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.hap-art-wide-light .hap-volume-level,
.hap-art-wide-light .hap-volume-drag {
    background: #2196f3;
}

.hap-art-wide-dark .hap-volume-level,
.hap-art-wide-dark .hap-volume-drag {
    background: #2196f3;
}

.hap-volume-drag {
    position: relative;
    top: -9px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    transform: scale(0.5);
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    float: right;
    margin-right: -9px;
}

.hap-volume-drag:hover,
.hap-volume-drag:active {
    transform: scale(1);
}

.hap-player-controls {
    position: relative;
    height: 34px;
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
}

.hap-player-controls-left {
    position: relative;
    bottom: 0px;
    left: 0;
}

.hap-player-controls-right {
    position: relative;
    bottom: 0px;
    right: 10px;
}

.hap-player-controls-left .hap-contr-btn {
    position: relative;
    width: 25px;
    height: 34px;
    float: left;
    margin-right: 5px;
}

.hap-player-controls-right .hap-contr-btn {
    position: relative;
    width: 25px;
    height: 34px;
    float: left;
    margin-left: 15px;
}

.hap-player-controls-right .vol-contr-btn {
    position: relative;
    width: 25px;
    height: 34px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

/*.hap-player-controls-right .vol-contr-btn:hover .hap-volume-seekbar.arv-vol{
  opacity: 1;
  transition: opacity 0.5s;
}*/
.hap-volume-seekbar.arv-vol {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: -55px;
    /*opacity: 0;*/
    display: none;
}

#hap-playlist-list {
    display: none;
}

.hap-playlist-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hap-playlist-inner {
    position: relative;
    padding: 20px 0px;
    min-height: 50px;
    max-height: 275px;
    box-sizing: border-box;
    height: calc(100% - 34px);
}

.hap-playlist-item {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    padding: 10px 0;
}

.hap-playlist-item:last-child {
    border-bottom: none;
}

.hap-playlist-item-content {
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
}

.hap-playlist-thumb {
    position: relative;
    top: 0px;
    left: 0px;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 10px;
}

.hap-thumbimg {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    max-width: none !important;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.hap-playlist-title-num {
    flex-shrink: 0;
}

.hap-playlist-title-num,
.hap-playlist-title {
    position: relative;
    vertical-align: middle;
    text-align: left;
    color: inherit;
    display: block;
}

.hap-art-wide-light .hap-playlist-title-num,
.hap-art-wide-light .hap-playlist-title {
    color: #cdcdcd;
}

.hap-art-wide-dark .hap-playlist-title-num,
.hap-art-wide-dark .hap-playlist-title {
    color: #ccc;
}

.hap-playlist-title:not(.hap-title-multiline) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hap-art-wide-light .hap-playlist-item-selected .hap-playlist-title-num,
.hap-art-wide-light .hap-playlist-item-selected .hap-playlist-title {
    color: #fff;
}

.hap-art-wide-dark .hap-playlist-item-selected .hap-playlist-title-num,
.hap-art-wide-dark .hap-playlist-item-selected .hap-playlist-title {
    color: #2196f3;
}

.hap-playlist-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    margin-right: 10px;
}

.hap-playlist-info2 {
    position: relative;
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
}

.hap-playlist-description {
    font-size: 13px;
}

.hap-art-wide-light .hap-playlist-description {
    color: #222;
}

.hap-art-wide-dark .hap-playlist-description {
    color: #555;
}

.hap-playlist-duration {
    font-size: 12px;
}

.hap-art-wide-light .hap-playlist-duration {
    color: #222;
}

.hap-art-wide-dark .hap-playlist-duration {
    color: #ccc;
}

.hap-playlist-date {
    font-size: 11px;
}

.hap-art-wide-light .hap-playlist-date {
    color: #666;
}

.hap-art-wide-dark .hap-playlist-date {
    color: #787878;
}

.hap-playlist-title-wrap {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.hap-download,
.hap-link {
    text-align: center;
    width: 30px;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.hap-art-wide-light .hap-download,
.hap-art-wide-light .hap-link {
    color: #666 !important;
}

.hap-art-wide-dark .hap-download,
.hap-art-wide-dark .hap-link {
    color: #666 !important;
}

.hap-download svg,
.hap-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    fill: currentColor;
    transition: color 0.1s ease-out;
}

.hap-art-wide-light .hap-download:hover svg,
.hap-art-wide-light .hap-link:hover svg {
    color: #2196f3 !important;
}

.hap-art-wide-dark .hap-download:hover svg,
.hap-art-wide-dark .hap-link:hover svg {
    color: #2196f3 !important;
}

.hap-playlist-filter-msg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.hap-playlist-filter::-webkit-input-placeholder {
    color: inherit !important;
}

.hap-playlist-filter::-moz-placeholder {
    color: inherit !important;
}

.hap-playlist-filter:-ms-input-placeholder {
    color: inherit !important;
}

.hap-playlist-filter::-ms-input-placeholder {
    color: inherit !important;
}

.hap-playlist-filter::placeholder {
    color: inherit !important;
}

.hap-playlist-filter-msg span {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.hap-art-wide-light .hap-playlist-filter-msg span {
    color: #2196f3;
}

.hap-art-wide-dark .hap-playlist-filter-msg span {
    color: #2196f3;
}

.hap-bottom-bar {
    position: relative;
    bottom: 8px;
    height: 34px;
    width: 100%;
    overflow: hidden;
}

.hap-bottom-bar .hap-search-filter,
.hap-bottom-bar .hap-sort-alpha {
    display: none;
}

.hap-search-filter {
    position: relative;
    width: 115px !important;
    height: 18px !important;
    top: 50%;
    margin: -9px 0 0 20px !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    float: left;
    outline: none;
    font-size: 16px;
}

.hap-art-wide-light .hap-search-filter {
    background: #ddd !important;
    color: #000 !important;
}

.hap-art-wide-dark .hap-search-filter {
    background: #b4b4b4 !important;
    color: #000 !important;
}

.hap-search-filter::-webkit-input-placeholder {
    color: inherit !important;
}

.hap-search-filter::-moz-placeholder {
    color: inherit !important;
}

.hap-search-filter:-ms-input-placeholder {
    color: inherit !important;
}

.hap-search-filter::-ms-input-placeholder {
    color: inherit !important;
}

.hap-search-filter::placeholder {
    color: inherit !important;
}

.hap-sort-alpha {
    position: relative;
    left: 5px;
    top: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    float: left;
}

.hap-bottom-bar-controls {
    position: absolute;
    right: 16px;
    height: 100%;
}

.hap-bottom-bar-controls .hap-contr-btn {
    position: relative;
    width: 25px;
    height: 34px;
    margin-left: 10px;
    float: left;
}

.hap-playback-rate-holder,
.hap-share-holder {
    position: absolute;
    width: 300px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.hap-art-wide-light .hap-playback-rate-holder,
.hap-art-wide-light .hap-share-holder {
    background: #fff;
    border: 1px solid #ddd;
}

.hap-art-wide-dark .hap-playback-rate-holder,
.hap-art-wide-dark .hap-share-holder {
    background: #1b1b1b;
    border: 1px solid #333;
}

.hap-share-holder-inner {
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.hap-playback-rate-close,
.hap-share-close {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    right: 0;
}

.hap-share-item {
    position: relative;
    width: 25px;
    height: 100%;
    text-align: center;
    float: left;
    margin-right: 10px;
}

/* playback rate */

.hap-playback-rate-seekbar {
    position: relative;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    touch-action: none;
}

.hap-playback-rate-bg {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 180px;
    height: 4px;
}

.hap-art-wide-light .hap-playback-rate-bg {
    background: #ddd;
}

.hap-art-wide-dark .hap-playback-rate-bg {
    background: #ddd;
}

.hap-playback-rate-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.hap-art-wide-light .hap-playback-rate-level,
.hap-art-wide-light .hap-playback-rate-drag {
    background: #2196f3;
}

.hap-art-wide-dark .hap-playback-rate-level,
.hap-art-wide-dark .hap-playback-rate-drag {
    background: #2196f3;
}

.hap-playback-rate-drag {
    position: relative;
    top: -9px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    transform: scale(0.5);
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    float: right;
    margin-right: -9px;
}

.hap-playback-rate-drag:hover,
.hap-playback-rate-drag:active {
    transform: scale(1);
}

.hap-tooltip {
    position: absolute;
    text-align: center;
    z-index: 10000;
    pointer-events: none;
    display: none;
    font-size: 12px !important;
    padding: 2px 5px !important;
    line-height: 20px !important;
    white-space: nowrap;
}

.hap-art-wide-light .hap-tooltip {
    background: #2196f3;
    color: #fff !important;
    box-shadow: 1px 1px 5px #999;
}

.hap-art-wide-dark .hap-tooltip {
    background: #2196f3;
    color: #fff !important;
    box-shadow: 1px 1px 5px #333;
}

.hap-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -34px;
    -webkit-animation: hap_preloader 1.2s infinite ease-in-out;
    animation: hap_preloader 1.2s infinite ease-in-out;
}

.hap-art-wide-light .hap-preloader {
    background-color: #2196f3;
}

.hap-art-wide-dark .hap-preloader {
    background-color: #2196f3;
}

@-webkit-keyframes hap_preloader {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes hap_preloader {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
    }
}

.hap-visible {
    opacity: 1 !important;
    transition: opacity 500ms ease-out;
}

.hap-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.hap-mCSB_full {
    /* hide scroll area when no scroll */
    margin-right: 0 !important;
}

.aero-city img {
    max-width: 140px;
    height: auto;
}

.cityscape-thumbnail {
    height: 250px !important;
}

#the-canvas {
    /* border: 1px solid black; */
    direction: ltr;
    width: 100%;
    position: relative !important;
}

#prev,
#next {
    position: fixed;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    /* padding: 20px 18px; */
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

#prev {
    left: 0;
}

#next {
    right: 5px;
}

.text-center {
    width: 100%;
    text-align: center;
}

.page-counter {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 650px) {
    .logout-btn {
        margin: 8px 0px 0px 25px;
    }

    .hap-player-holder {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .hap-player-thumb-wrapper {
        width: 100%;
        height: auto;
        padding-top: 100%;
    }

    .hap-player-right {
        flex: none;
    }

    .hap-center-elements {
        margin: 20px 0;
    }

    .login-box .formu .formu--item label {
        font-size: 18px;
    }

    .login-box .formu .formu--item input {
        font-size: 16px;
    }

    .accesos .button {
        width: 38%;
    }

    .cityscape-thumbnail {
        height: 150px !important;
    }

    #prev,
    #next {
        width: 40px !important;
        height: 40px !important;
        z-index: 9 !important;
    }
}

@media only screen and (min-width: 414px) {
    .accesos .button {
        /*width: 38%;*/
        width: 39.8%;
    }

    .accesos .button {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 330px) {
    #list-music .list-item,
    #list-games .list-item {
        min-width: 24%;
    }

    .cityscape-thumbnail {
        /* width: 120px; */
        height: 150px !important;
        /* margin: 10px 15px !important; */
    }

    #prev,
    #next {
        width: 40px;
        height: 40px;
    }

    .detalle-text__small.detalle-text,
    .detalle-text__top {
        padding-left: 19px !important;
    }
}

@media only screen and (max-width: 400px) {
    .admin-brand-logo img {
        height: 42px !important;
    }
}

.hap-youtube-holder,
.hap-iframe-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hap-media {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible;
    top: 0;
    left: 0;
    max-width: none !important;
}

/* statistics */

.hap-stats {
    height: 100%;
    line-height: 1;
    display: flex;
    justify-content: space-around;
    min-width: 200px;
}

.hap-play-count,
.hap-like-count,
.hap-download-count {
    display: flex;
    flex: 1;
    box-shadow: none;
    cursor: pointer;
    border: none;
    margin: 0 10px;
    align-items: center;
    color: inherit;
}

.hap-stats svg {
    width: 25px;
    height: 15px;
    text-align: center;
    fill: currentColor;
    color: #666;
}

.hap-play-count:hover > svg,
.hap-like-count:hover > svg,
.hap-download-count:hover > svg {
    color: #2196f3;
}

.hap-stats span {
    margin: 0 !important;
    padding: 0 !important;
    color: #666;
    font-size: 12px !important;
    pointer-events: none;
    flex-shrink: 0;
}

/* selector */

.hap-select-wrapper {
    position: relative;
    display: flex;
    max-width: 250px;
}

.hap-select-wrapper:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #d7d7d8;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

.hap-select {
    position: relative;
    color: #d7d7d8;
    background-color: #222;
    font-size: 14px !important;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    padding: 3px 40px 3px 15px !important;
    border: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    width: 100%;
}

.hap-select::-ms-expand {
    display: none;
}

/* load more */

.hap-load-more-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.hap-load-more-btn {
    display: inline-block;
    padding: 8px 10px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    opacity: 0;
    font-size: 16px;
}

.hap-art-wide-light .hap-load-more-btn {
    color: #333;
    background: #ddd;
}

.hap-art-wide-light .hap-load-more-btn:hover {
    background: #777;
    color: #fff;
}

.hap-art-wide-dark .hap-load-more-btn {
    color: #ccc;
    background: #555;
}

.hap-art-wide-dark .hap-load-more-btn:hover {
    background: #b8b8b8;
    color: #fff;
}

/*------------- #Admin --------------*/

.admin-header .container {
    padding-left: 5px;
    padding-right: 5px;
}

.admin_indice {
    padding: 10px 0;
}

.admin_indice .accesos {
    border: none !important;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .admin_indice {
        padding: 50px 0;
    }

    .admin_indice .accesos {
        padding-bottom: 20px;
    }
}

.container.admin_content {
    padding: 15px 0 0 0;
    color: #24241c;
}

.container.admin_content .card {
    width: 100%;
    margin: 0 auto;
    border: none;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    background: #8f8f8f;
}

.container.admin_content p,
.container.admin_content h1,
.container.admin_content h2,
.container.admin_content h3,
.container.admin_content h4 {
    color: #fff !important;
}

.container.admin_content .progress {
    display: none;
    position: relative;
    margin: 20px;
    width: 400px;
    background-color: #ddd;
    border: 1px solid blue;
    padding: 1px;
    left: 15px;
    border-radius: 3px;
}

.container.admin_content .progress-bar {
    background-color: green;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.container.admin_content .percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}

.container.admin_content h2.title {
    margin-bottom: 25px;
    color: #24241c;
    border-bottom: 1px solid #24241c;
    padding-bottom: 10px;
}

.container.admin_content table {
    font-size: 14px;
}

.header.admin-header h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 10px;
}

.header.admin-header {
    border-bottom: 1px solid #fff;
}

.container.admin_content .input-group {
    padding: 10px 0;
}

.container.admin_content .input--style-1 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.container.admin_content .row-space {
    margin-bottom: 50px;
}

.container.admin_content .btn {
    border: 1px solid #444;
    background-color: #444;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    transition: all 0.3s ease;
    padding: 0 15px;
    padding-top: 0px !important;
}

.container.admin_content .p-t-20 {
    padding-top: 20px;
}

.form-label {
    font-size: 14px;
}

.container.admin_content .autocomplete {
    padding: 10px 0;
    position: relative;
    display: inline-block;
}

.container.admin_content .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.container.admin_content .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.container.admin_content .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.container.admin_content .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

img.page-banner {
    width: 100%;
    min-height: 130px;
}

/*....... 12-09-23.........*/
.inner-banner {
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .inner-banner img.page-banner {
        width: 130%;
        min-height: 114px;
        text-align: center;
        margin-left: -14%;
    }

    .inner-banner.mov img.page-banner {
        margin-left: -6%;
    }

    .inner-banner.mus img.page-banner {
        margin-left: -8%;
    }
}

/*....... 12-09-23.........*/

.container.lista-catalogo img {
    background-color: #fff;
}

.container.lista-catalogo img {
    background-color: #fff;
    /*box-shadow: 0px 0px 1px 1px #fff;*/
    border-radius: 12px;
    transition: transform 0.3s;
}

.container.lista-catalogo img:hover {
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari 3-8 */
    transform: scale(0.98);
}

a.button.back {
    margin: 0px;
    border: none;
    font-size: 25px;
    padding: 0px;
    margin-right: 18px;
    margin-top: 0px;
    background-color: transparent !important;
}

a.button.back img {
    background-color: transparent;
}

.lista-catalogo a.button.back {
    margin: 10px 0px 20px 7px;
    border-radius: 40px;
    width: 40px !important;
    background-color: transparent !important;
}

.container-desc {
    width: 90%;
    margin-left: 0px;
}

.aero-full-width .header,
.aero-full-width .footer.footer {
    display: none;
}

.img-g {
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .modal--content .detalle-img {
        background-position: left top;
    }

    .accesos .button.big .texto span {
        font-size: 18px;
    }

    .img-g {
        margin-top: 4px;
    }

    .button.big .texto.aero-city {
        margin-top: 0;
    }

    .modal-action-close {
        color: #fff;
    }

    .button.big span.icon {
        margin-top: 0;
        height: 55px;
    }

    .button.big .texto {
        min-height: 40px;
    }

    .button.big .texto span {
        /* padding-top: 20px; */
    }

    .button.big .texto.aero-city span {
        padding-top: 0px;
    }

    .aero-city span {
        margin-top: 10px;
    }

    .aero-city img {
        max-width: 120px;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .modal--content .detalle-img {
        height: 208px;
    }

    .hap-player-controls {
        margin-left: 10px;
    }

    .catalogo--info h2 {
        font-size: 28px;
        color: #000;
    }

    .card-body {
        padding: 0.75rem;
    }

    .accesos .button.big {
        padding: 0px 8px;
        height: 110px;
        margin: 10px auto;
        width: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .hap-player-controls {
        margin-left: 0px;
    }

    /* .header.admin-header h3 {
        display: none;
    } */
}

.accesos .button.big.box-red {
    background-color: #f37b7f;
    border-color: #f37b7f;
}

.accesos .button.big.box-yellow {
    background-color: #fce850;
    border-color: #fce850;
    padding-bottom: 15px;
}

.accesos .button.big.box-blue {
    background-color: #aadbcd;
    border-color: #aadbcd;
}

/*
componenetes
-------------

- menu
- sliderDestacados
- botonDestacados
- footer
- sliderLista
- login
- mapa

*/

/* // Description page details CSS */
@media screen and (min-width: 320px) {
    .consumption-metadata-wrapper {
        padding: 14px 16px 10px;
    }

    .content-supported-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-align-items: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 2px;
    }

    .content-description {
        font-size: 0.75rem;
        line-height: 1.125rem;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
    }

    .underAge {
        font-size: 0.75rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .duration {
        font-size: 0.75rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .content-Data {
        font-size: 0.75rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .content-Data {
        font-size: 0.75rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

    .content-support-heading {
        font-size: 0.75rem;
        line-height: 1.125rem;
        font-weight: 400;
        color: #fff;
    }

    .content-support-valueSpan {
        font-size: 0.8rem;
        line-height: 1.125rem;
        font-weight: 400;
        color: darkgray;
        margin-top: -6px;
        text-transform: capitalize;
    }
}

.content-support-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    gap: 4px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-Data {
    padding-left: 12px;
    position: relative;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-weight: 500;
    cursor: pointer;
}

.content-Data {
    padding-left: 12px;
    position: relative;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    color: darkgrey;
}

.underAge {
    position: relative;
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-weight: 500;
    color: #fff;
    background: #b5b5b5;
    padding: 4px 8px;
}

.content-description {
    margin-top: 5px;
    text-align: left !important;
}

.metadata-tile {
    margin-top: 5px;
    font-weight: 700;
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.css-uyvydn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.css-1xx7w68 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-supported-details {
    margin-top: 15px;
}

/* // Bottom menu css */
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0px 3px 13px #6e6e6e;
}

.footer-menu .footer-menu-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    padding-top: 14px;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.footer-menu .nav-cta {
    color: #fff;
    display: inline-grid;
    font-size: 12px;
}

.footer-menu .nav-cta:active,
.footer-menu .nav-cta:hover {
    color: #000;
}

.footer-menu .nav-cta span:nth-child(1) {
    font-size: 18px;
}

.footer-menu .active {
    color: #24b046;
}

.footer-menu .foo-div-a {
    text-align: center;
}

.bg-blur {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.dialog-box {
    z-index: 9;
    position: absolute;
    top: 40%;
    background: #fff;
    color: #000;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    padding: 20px 18px;
    border-radius: 5px;
    box-sizing: border-box;
}

.dialog-action {
    margin-top: 20px;
    float: right;
    display: flex;
    justify-content: space-between;
    width: 24%;
}

.dialog-action a {
    color: blue;
    font-weight: 600;
}

.dialog-img {
    width: 15px;
    float: left;
    margin: 7px 4px 0px 0px;
}

/* // Progress bar data sync css */

#progress-bar--container {
    display: flex;
    justify-content: center;
}

#progress-bar--container svg {
    width: 400px;
}

#progress--circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke: #000 !important;
}

#progress--text {
    fill: #fff;
    font-weight: 750;
    font-size: 5.5px;
    /* transform-origin: center;
    transform: rotate(90deg); */
}

svg {
    transform: rotate(0deg);
}

.meter-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00728e;
    padding: 18px 27px;
    border-radius: 10px;
    color: #fff;
    margin-top: -20px;
}

.meter-info p {
    margin-bottom: 3%;
}

#meter--ranger {
    width: 100%;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.9),
        rgba(0, 0, 0, 0.9)
    );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.grayscale {
    filter: grayscale(100%) !important;
}

.blur {
    filter: blur(3px) !important;
}

.survey-thanks-text {
    color: red;
    text-align: center;
    font-size: 14px;
}

.input-details-survey > input[type="text"] {
    padding: 6px 5px;
    width: 50%;
    border-radius: 1px;
    border: 0.5px solid #000;
}

.survey-rating td {
    padding: 4px 24px;
    border: 1px solid black;
    text-align: center;
}

.common-survey td {
    padding: 4px 21px;
}

.survey-details {
    width: 100%;
    border: 0.5px solid #817a7a;
    outline: none;
    border-radius: 4px;
    padding: 5px;
    margin: 3px 0;
}

.survey-title {
    font-size: 15px;
}

.hidden {
    display: none;
}

.highlight-red {
    background-color: red;
    color: white;
}

.highlight-yellow {
    background-color: yellow;
    color: black;
}

.highlight-green {
    background-color: green;
    color: white;
}

#container {
    margin-bottom: 60px !important;
}

.logotipo {
    margin-left: 10px;
}

.announc-container {
    background-color: #fff;
    padding: 4px;
    border-radius: 5px;
    margin: 4px 5px;
    font-size: 11px;
}

.announc-container input[type="radio"] {
    visibility: hidden;
    width: 2px;
}

.announc-container label {
    margin-bottom: 0px;
}

.active-announment-msg {
    background-color: #006aa7;
    color: #fff;
}

.pause-img-container img {
    border: 0.5px solid rgb(112 115 115);
    border-radius: 3px;
}

#announc-video {
    width: 100%;
}

.more-episodes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(119px, 1fr));
    gap: 5px;
}

.login .footer {
    margin-bottom: 0px;
}

.selection .select2-selection {
    height: 38px !important;
}

.selection .select2-selection__rendered {
    line-height: 35px !important;
}

.selection .select2-selection__arrow {
    top: 7px !important;
}

#vol-icon {
    font-size: 23px;
    padding-top: 2px;
}

#my-video span {
    color: #fff !important;
}
#my-video li.vjs-selected span.vjs-menu-item-text{
    color: black !important;
}

.bgmov {
    padding-left: 14px !important;
}

.banner-swiper .swiper-slide {
    height: 200px;
    margin: 20px 0;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

/* Add mobile responsive styles */
@media (max-width: 768px) {
    .banner-swiper .swiper-slide {
        height: 150px;
        margin: 10px 0;
    }

    .banner-swiper .swiper-slide img {
        height: 150px;
    }

    .container {
        padding: 0 10px;
    }
}

.language-dropdown {
    position: absolute;
    right: 10px;
    display: inline-block;
    margin-left: 20px;
    z-index: 1000;
}

/* Custom Language Dropdown Styles */
.custom-lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border: 2px solid #007bff;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 20px;
    min-width: 60px;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lang-dropdown-toggle:hover {
    border-color: #0056b3;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.lang-dropdown-toggle:focus {
    outline: none;
    border-color: #0056b3;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.lang-dropdown-toggle .selected-flag {
    font-size: 24px;
    line-height: 1;
}

.lang-dropdown-toggle .dropdown-arrow {
    font-size: 10px;
    color: #666;
    transition: transform 0.2s ease;
}

.custom-lang-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu - Hidden by default */
.lang-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    background: white;
    border: 2px solid #007bff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1001;
}

.custom-lang-dropdown.open .lang-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Language Option Item - Shows flag + name */
.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #eee;
}

.lang-option:last-child {
    border-bottom: none;
}

.lang-option:hover {
    background-color: #f0f7ff;
}

.lang-option.selected {
    background-color: #e6f0ff;
}

.lang-option .lang-flag {
    font-size: 20px;
    line-height: 1;
}

.lang-option .lang-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

#languageSelector span {
    display: none;
}

@media (max-width: 480px) {
    .banner-swiper .swiper-slide {
        height: 120px;
        margin: 5px 0;
    }

    .banner-swiper .swiper-slide img {
        height: 120px;
    }

    .lang-dropdown-toggle {
        padding: 6px 8px;
        min-width: 50px;
        font-size: 18px;
    }

    .lang-dropdown-toggle .selected-flag {
        font-size: 20px;
    }

    .lang-dropdown-toggle .dropdown-arrow {
        font-size: 8px;
    }

    .lang-dropdown-menu {
        min-width: 140px;
    }

    .lang-option {
        padding: 8px 10px;
    }

    .lang-option .lang-name {
        font-size: 13px;
    }
}

.host-activity-container {
    padding: 20px;
    background: #444444;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}

/* header{
    background: linear-gradient(89.58deg, #ff7800 -9.4%, #ee3124 106.61%);
}
*/
/* Flight Info Bar - display everything in a single horizontal bar */
.flight-info-bar {
    background: rgba(255, 255, 255, 0.06);
    padding: 6px 10px;
    /* thinner padding */
    border-radius: 6px;
    margin: 8px 0 0 0;
    overflow: hidden;
    line-height: 1.1;
}

.flight-info-bar .flight-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
    /* stack the flight number on top, route below */
    padding: 2px 0;
    white-space: normal;
}

.flight-info-bar .flight-number,
.flight-info-bar .flight-updated {
    font-weight: 700;
    font-size: 16px;
    /* slightly larger for clear top heading */
    color: #edeff1ff;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 0 1 auto;
    min-width: 0;
    /* allow truncation inside flex container */
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flight-info-bar .flight-route {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    min-width: 0;
    /* allow truncation on small screens */
}

.flight-info-bar .city-block {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    white-space: nowrap;
    min-width: 0;
    /* allow inner elements to shrink */
}

.flight-info-bar .city-block .city-name {
    font-weight: 600;
    font-size: 15px;
    /* reduced size */
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
    /* truncate long city names */
}

/* icons for route */
.flight-info-bar .flight-icon {
    font-size: 18px;
}

.flight-info-bar .source-icon {
    color: #007bff;
}

.flight-info-bar .dest-icon {
    color: #28a745;
}

.flight-info-bar .flight-arrow {
    color: #28a745;
    font-size: 16px;
    margin: 0 6px;
}

.flight-info-bar .city-block .terminal-code {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.flight-info-bar .fa-arrow-right {
    color: #28a745;
    font-size: 18px;
    margin: 0 8px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .flight-info-bar {
        padding: 6px 8px;
    }

    .flight-info-bar .flight-info-wrapper {
        flex-wrap: wrap;
        white-space: normal;
    }

    .flight-info-bar .flight-number,
    .flight-info-bar .flight-updated {
        font-size: 13px;
    }

    .flight-info-bar .city-block .city-name {
        font-size: 13px;
        max-width: 120px;
    }
}
