@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

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

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

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(assets/font/nuevos/fa-brands-400.eot);
    src: url(assets/font/nuevos/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(assets/font/nuevos/fa-brands-400.woff2) format("woff2"),url(assets/font/nuevos/fa-brands-400.woff) format("woff"),url(assets/font/nuevos/fa-brands-400.ttf) format("truetype"),url(assets/font/nuevos/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(assets/font/nuevos/fa-regular-400.eot);
    src: url(assets/font/nuevos/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(assets/font/nuevos/fa-regular-400.woff2) format("woff2"),url(assets/font/nuevos/fa-regular-400.woff) format("woff"),url(assets/font/nuevos/fa-regular-400.ttf) format("truetype"),url(assets/font/nuevos/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(assets/font/nuevos/fa-solid-900.eot);
    src: url(assets/font/nuevos/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../font/nuevos/fa-solid-900.woff2) format("woff2"),url(assets/font/nuevos/fa-solid-900.woff) format("woff"),url(assets/font/nuevos/fa-solid-900.ttf) format("truetype"),url(assets/font/nuevos/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,.fas {
    font-weight: 900
}

#sectionChat {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    right: 20px;
    transition: .3;
    z-index: 50;
    bottom: 60px;
    top: 590px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#sectionChat>ul>li>a:after {
    content: unset
}

.menu-help-robot:hover+label {
    animation: pulse-blue 3s infinite
}

.menu-help-robot+label {
    z-index: 1;
    border-radius: 50%;
    transition: top .5s,-webkit-transform .5s;
    transition: transform .5s,top .5s;
    transition: transform .5s,top .5s,-webkit-transform .5s
}

.menu-help-robot,.menu-help-robot+label {
    width: 54px;
    height: 54px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.menu-help-robot {
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.3)
}

.menu-help-robot:checked+label {
    background: #3b4559;
    background-image: url(../../../assets/img/header/close_24px.png);
    background-position: 50%;
    background-repeat: no-repeat;
    transition: top .5s,-webkit-transform .5s;
    transition: transform .5s,top .5s;
    transition: transform .5s,top .5s,-webkit-transform .5s
}

.menu-help-robot+label:before {
    position: absolute;
    top: 23px;
    left: 52%;
    width: 120px;
    height: 41px;
    z-index: -1;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fafafa;
    border-radius: 21px;
    background-color: #3b4559;
    transform: translateX(-50%) translateY(75%);
    display: flex;
    align-items: center;
    justify-content: center
}

html[lang=es] .menu-help-robot+label:before {
    content: "Ayuda en línea"
}

html[lang=en] .menu-help-robot+label:before {
    content: "Ayuda en línea"
}

.menu-help-robot+label:after {
    content: "";
    position: absolute;
    top: -25%;
    left: -66%;
    width: 220%;
    height: 145%;
    background: url(../../../assets/img/header/Robot-hola-tp.png) no-repeat 50%/contain
}

.menu-help-robot:checked+label:after {
    opacity: 0
}

.menu-item-help {
    width: 60px;
    height: 60px
}

#telegramAppChat {
    background-color: #00a4ed
}

.menu-help-robot:checked~ul .menu-item-help:first-child {
    -webkit-transform: rotate(0deg) translateX(-152px);
    transform: rotate(0deg) translateX(-152px)
}

.menu-help-robot:checked~ul .menu-item-help:nth-child(2) {
    webkit-transform: rotate(30deg) translateX(-136px);
    transform: rotate(30deg) translateX(-136px)
}

.menu-help-robot:checked~ul .menu-item-help:nth-child(3) {
    -webkit-transform: rotate(62deg) translateX(-140px);
    transform: rotate(62deg) translateX(-140px)
}

.menu-help-robot:checked~ul .menu-item-help:nth-child(4) {
    -webkit-transform: rotate(92deg) translateX(-152px);
    transform: rotate(92deg) translateX(-152px)
}

.menu-help-robot:checked~ul .menu-item-help {
    opacity: 1
}

.menu-help-robot:checked~ul .menu-item-help a {
    pointer-events: auto
}

.menu-item-help:nth-child(4) a {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 1366px) {
    #sectionChat {
        right:54px
    }
}

@media (min-width: 1024px) {
    #sectionChat {
        top:630px
    }
}

@media (min-width: 768px) {
    #sectionChat {
        width:137px;
        height: 88px;
        right: 23px;
        top: 630px
    }

    .menu-item-help a {
        line-height: 55px
    }
}

@media (min-width: 500px) {
    #sectionChat {
        right:30px
    }

    .menu-help-robot+label:before {
        font-size: 12px
    }
}

@media (min-width: 360px) {
    .menu-item-help a {
        line-height:55px
    }
}

@media (min-width: 375px) {
    #sectionChat {
        right:35px;
        bottom: 48px
    }

    .menu-item-help {
        right: 33px
    }

    .menu-movil__help img {
        width: 64x;
        height: 64px;
        margin-top: 5.2%
    }

    .menu-help-robot {
        right: 38px
    }
}

@media(max-width: 767px) {
    #sectionChat {
        width:100%;
        left: 0;
        bottom: 0;
        margin: 0;
        height: 40px
    }

    #sectionChat>.menu-help-robot,#sectionChat>.menu-help-robot+label {
        display: none
    }

    #sectionChat>ul {
        position: absolute;
        left: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        margin: 0
    }

    #sectionChat>ul>li {
        position: relative;
        opacity: 1;
        margin: 0;
        flex: 1 1 0px
    }

    #sectionChat>ul a {
        transform: none!important;
        width: 100%;
        height: 100%;
        border-radius: 0
    }

    .menu-item-help a {
        pointer-events: all!important
    }
}

#sectionPerformance {
    width: 150px;
    height: 150px;
    position: relative
}

#sectionPerformance label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
/*     z-index: 1;
    background: url(../../img/header/insignia-performance.webp) no-repeat 50%/contain */
}

#sectionPerformance label:hover {
    animation: pulse-blue 3s infinite
}

.menu-item-help {
    width: 64px;
    height: 64px
}

.menu-help-robot-insignia-uno:checked~ul .menu-item-help:first-child {
    -webkit-transform: rotate(0deg) translateX(-114px);
    transform: rotate(0deg) translateX(-114px)
}

.menu-help-robot-insignia-uno:checked~ul .menu-item-help:nth-child(2) {
    webkit-transform: rotate(45deg) translateX(-114px);
    transform: rotate(45deg) translateX(-114px)
}

.menu-help-robot-insignia-uno:checked~ul .menu-item-help:nth-child(3) {
    -webkit-transform: rotate(90deg) translateX(-114px);
    transform: rotate(90deg) translateX(-114px)
}

.menu-help-robot-insignia-uno:checked~ul .menu-item-help {
    opacity: 1
}

.menu-item-help a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    pointer-events: none;
    transition: .2s;
    padding-left: 2px
}

.menu-movil__help img {
    margin-right: 3.1%;
    width: 40px
}

#messageChat {
    background-color: #76c1e8
}

.menu-help-robot-insignia-uno:checked~ul .menu-item-help a {
    pointer-events: auto
}

.menu-item-help:nth-child(2) a {
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg)
}

#phoneChat {
    background-color: #9767bd;
    cursor: pointer
}

.menu-item-help:nth-child(3) a {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

@media (min-width: 1024px) {
    .menu-help-robot-insignia-uno+label:before {
        width:123px;
        height: 18px;
        line-height: 20px;
        margin-bottom: 8px
    }
}

@media (min-width: 500px) {
    .menu-help-robot-insignia-uno+label:before {
        font-size:12px
    }
}

@media (min-width: 360px) {
    .menu-item-help a {
        line-height:60px
    }
}

@media (min-width: 375px) {
    .menu-item-help {
        right:33px
    }

    .menu-movil__help img {
        width: 64x;
        height: 64px;
        margin-top: 5.2%
    }

    .menu-help-robot-insignia-uno {
        right: 38px
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 10px 0 rgba(0,0,0,.3)
    }

    25% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(128,211,249,.6)
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 3px rgba(128,211,249,.2)
    }

    75% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(128,211,249,.3)
    }

    to {
        transform: scale(1);
        box-shadow: 0 8px 10px 0 rgba(0,0,0,.3)
    }
}

#sectionPerformance2 {
    width: 150px;
    height: 150px;
    position: relative
}

#sectionPerformance2 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
/*     background: url(../../img/header/insignia-netflix.svg) no-repeat 50%/contain */
}

#sectionPerformance2 label:hover {
    animation: pulse-blue 3s infinite
}

#sectionPerformance3 {
    width: 150px;
    height: 150px;
    position: relative
}

#sectionPerformance3 label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
/*     background: url(../../img/header/insignia-lla.png) no-repeat 50%/contain */
}

#sectionPerformance3 label:hover {
    animation: pulse-blue 3s infinite
}

.title-medallas {
    font-size: 50px
}

#insignia1,#insignia2,#insignia3,#insignia4 {
    margin: 0 5px;
    text-align: center
}

.imgMedallas {
    z-index: 10000;
    height: 180px
}

.imgMedallas img {
    position: relative;
    z-index: 2;
    top: 80px;
    height: -webkit-fill-available
}

.bgMedallas {
    position: relative;
    width: 297px;
    height: 219px;
    border-radius: 10px;
    z-index: 1
}

.bgMedallas span {
    font-size: 24px;
    font-weight: 500;
    display: inline-block
}

.insignias_link_new a {
    border-radius: 8px
}

.menu-movil__help {
    width: 180px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 6.2%
}

.menu-item-help {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    display: block;
    opacity: 0;
    transition: .2s
}

#whatsAppChat {
    background-color: #25d366
}

.menu-item-help:first-child a {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width: 768px) {
    .title-medallas {
        font-size:30px
    }
}

@media (max-width: 1024px) {
    .containerMedallas {
        overflow-x:auto;
        overflow-y: hidden
    }

    .bgMedallas {
        width: 275px;
        height: 212px
    }

    .bgMedallas span {
        font-size: 22px
    }
}

@media (min-width: 768px) {
    .menu-item-help a {
        line-height:55px
    }
}

@media (min-width: 360px) {
    .menu-item-help a {
        line-height:53px
    }
}

@media (min-width: 375px) {
    .menu-item-help {
        right:0
    }

    .menu-movil__help img {
        width: 64x;
        height: 64px;
        margin-top: 5.2%
    }
}

@media (min-width: 500px) {
    .menu-movil__help {
        width:240px;
        height: 48px
    }

    .menu-movil__help img {
        width: 36px;
        height: 36px
    }
}

[id^=sectionPerformance] {
    z-index: 1
}

.insignias_desc {
    overflow-x: hidden
}

/* @font-face {
    font-family: totalplayicons;
    src: url(assets/font/nuevos/totalplayicons.eottotalplayicons.eot);
    src: url(assets/font/nuevos/totalplayicons.eot?25525297#iefix) format("embedded-opentype"),url(assets/font/nuevos/totalplayicons.woff2?25525297) format("woff2"),url(assets/font/nuevos/totalplayicons.woff?25525297) format("woff"),url(assets/font/nuevos/totalplayicons.ttf?25525297) format("truetype"),url(assets/font/nuevos/totalplayicons.svg?25525297#totalplayicons) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: totalplayicons2;
    src: url(assets/font/nuevos/totalplayicons2.eot?2272182);
    src: url(assets/font/nuevos/totalplayicons2.eot?2272182#iefix) format("embedded-opentype"),url(assets/font/nuevos/totalplayicons2.woff2?2272182) format("woff2"),url(assets/font/nuevos/totalplayicons2.woff?2272182) format("woff"),url(assets/font/nuevos/totalplayicons2.ttf?2272182) format("truetype"),url(assets/font/nuevos/totalplayicons2.svg?2272182#totalplayicons2) format("svg");
    font-weight: 400;
    font-style: normal
} */

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: totalplayicons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.icon-4k:before {
    content: "\e801"
}

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

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

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

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

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

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

.icon-remote:before {
    content: "\e808"
}

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

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

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

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

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

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

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

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

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

.icon-pluscircle:before {
    content: "\e812"
}

.icon-seemore:before {
    content: "\e813"
}

.icon-sendicon:before {
    content: "\e814";
    content: "\b900";
    font-family: totalplayicons2
}

header {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #000
}

header a:after {
    display: none
}

header .topMenu a,header .topMenu a:not([href]) {
    color: #fff!important;
    font-size: 14px;
    white-space: nowrap
}

header .topMenu a:hover,header .topMenu a:not([href]):hover {
    text-decoration: none;
    color: #fff
}

header .topMenu .activeItem a {
    font-weight: 700;
    color: #37c2ea;
    background: #1e1e28;
    padding: 13px 12px 12px
}

header .mainNav {
    background: #fff
}

header .mainNav ul.desktopNav {
    list-style: none;
    margin-bottom: 0
}

header .mainNav ul.desktopNav li:not(:first-child) {
    margin-left: 20px
}

header .mainNav ul.desktopNav li a {
    font-size: 14px;
    color: #000000
}

header .mainNav ul.desktopNav li a:hover {
    text-decoration: none
}

header .mainNav ul.userMenu {
    list-style: none
}

header .mainNav ul.userMenu li:not(:first-child) {
    margin-left: 20px
}

header .mainNav ul.userMenu li a {
    font-size: 14px;
    color: #fff;
    width: 152px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

header .mainNav ul.userMenu li a img {
    height: 17px
}

header .mainNav ul.userMenu li:not(:last-child) a img {
    margin-right: 5px
}

header .mainNav ul.userMenu li:first-child a span {
    line-height: 1;
    height: auto
}

header .mainNav .mobileToggle a i {
    color: #000
}

header .mainNav .mobileToggle {
    text-align: center
}

header .mainNav .mobileCart {
    text-align: right
}

header .mainNav .mobileCart a {
    width: 31px;
    height: 31px;
    display: flex;
    margin-left: auto;
    border: 1px solid #fff;
    border-radius: 50%
}

header .mainNav .mobileCart a img {
    width: 18px;
    margin: 0 auto
}

.mobileHeader {
    height: auto;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px 5px rgba(85, 114, 118, 0.5);
    -moz-box-shadow: 0 5px 10px 5px rgba(85, 114, 118, 0.5);
    box-shadow: 0 5px 10px 5px rgba(85, 114, 118, 0.5)
}

.mobileHeader a,.mobileHeader a:hover {
    color: #fff
}

.mobileHeader a:after {
    display: none
}

.mobileHeader .headerTopMenu {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
}

.mobileHeader .headerTopMenu .mobileToggle {
    padding-left: 40px
}

.mobileHeader .headerTopMenu .logoContainer {
    margin-right: 15px
}

.mobileHeader .headerTopMenu .logoContainer img {
    width: 132px;
    margin: 0 auto;
    height: auto
}

.mobileHeader .headerTopMenu .mobileCart {
    padding-right: 40px
}

.mobileHeader .headerTopMenu .mobileCart a img {
    width: 28px;
    margin: 0 auto
}

.mobileMenuContainer {
    width: 100%;
    position: fixed;
    z-index: 10000;
    height: auto;
    left: 0;
    top: 0;
    display: none
}

.mobileMenuHeader {
    height: auto
}

.mobileMenuContainer .mobileMenu {
    width: 100%;
    background: #fff;
    height: 100vh
}

.mobileMenu ul {
    position: relative;
    list-style: none
}

.mobileMenu ul li {
    display: block;
    height: auto;
    border-bottom: 1px solid #98989a
}

.mobileMenu ul li:first-child a {
    color: #000;
}

.mobileMenu ul li a {
    color: #000;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.mobileMenu ul li:hover {
    background: hsla(0,0%,100%,.1)
}

.mobileMenu ul li a:after {
    display: none
}

.mobileMenu ul li a img {
    width: 28px;
    margin-right: 10px
}

.mobileMenu .bottomMobileMenu {
    bottom: 0;
    left: 15px;
    position: absolute;
    background: rgba(22,22,27,.85);
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5),0 0 0 0 rgba(0,0,0,.5);
    height: auto
}

.mobileMenu .bottomMobileMenuItem {
    padding: 0;
    font-weight: 600
}

.mobileMenu .bottomMobileMenuItem.activeItem a {
    color: #37c2ea;
    pointer-events: none
}

.mobileMenu .bottomMobileMenuItem a {
    color: #fff
}

.mobileMenu .bottomMobileMenuItem a:after {
    display: none
}

@media (min-width: 1024px) and (max-width:1280px) {
    header .mainNav ul.desktopNav li:first-child {
        margin-left:0!important
    }

    header .mainNav ul.desktopNav li {
        display: inline-block;
        margin: 0 3px
    }
}

*,body,html {
    margin: 0;
    padding: 0;
/*     height: 100%; */
    font-family: Montserrat,sans-serif
}

::-webkit-scrollbar {
    display: none
}

img {
    max-width: 100%
}

.text-lightblue,a.text-lightblue:hover {
    color: #96e5ff
}

.card-header {
    background-color: transparent
}

.card,.card-deck,.modal.show .modal-dialog {
    height: auto
}

.modal-header {
    border-bottom: none
}

.modal-footer {
    border-top: none
}

.modal-open {
    overflow: scroll!important
}

.modal-open .modal {
    overflow-y: visible
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto!important
}

.callUsModalContainer .modal-header .close {
    margin: 0!important
}

.modal-footer .row,.modal-header .row {
    width: 100%
}

.callUsModalContainer .modal-content {
    border: none;
    border-radius: 20px;
    background-color: #474a5a
}

.callUsModalContainer .modal-content .modal-footer {
    padding-bottom: 1rem
}

.callUsModalContainer .modal-content .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    height: auto
}

@media screen and (min-width: 1280px) {
    .col-xl-1_5 {
        flex:0 0 14%
    }
}

body {
    background: #fff;
    font-size: 1rem
}

a {
    color: #1988ff;
    background: none;
    font-size: 1.2rem
}

a:focus {
    outline: none
}

a:after {
/*     color: #89dbff; */
    position: relative;
    font-family: totalplayicons;
    left: 10px;
    top: -1px;
    transition: .3s;
    font-size: .7rem
}

a:hover {
    color: #1988ff;
    text-decoration: none
}

a:hover:after {
    left: 20px
}

p {
    margin-bottom: 0
}

.generalButton {
    background: #1988ff;
    color: #fff;
    padding: 15px 20px!important;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    text-align: center;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block
}

.generalButton:hover {
    text-decoration: none;
    color: #fff
}

.generalButton:disabled {
    color: #fff;
    background: #e0e0e0
}

.generalButton:after {
    display: none
}

.botonContrataPaquete {
    max-width: 243px;
    height: 50px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

@media(max-width: 767px) {
    .botonContrataPaquete {
        max-width:188px;
        height: 53px;
        font-size: 16px!important
    }
}

#newIntro {
    position: relative;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    transition: padding .2s linear;
    margin-top:auto
}

#newIntro .intro_slider {
    flex-wrap: nowrap;
    overflow-x: auto
}

#newIntro .intro_slider>div {
    z-index: 1
}

#newIntro>div.col-12:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg,#000 0,transparent)
}

#newIntro>div.col-12:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(0deg,#000,transparent);
    z-index: -1
}

#newIntro img {
    height: auto
}

#newIntro .qr_wrp {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    max-width: 270px
}

#newIntro .qr_wrp p {
    font-size: 20px;
    font-weight: 600
}

#newIntro .exclusive_offer {
    width: auto;
    max-width: 100%
}

@media(max-width: 1440px) {
    #newIntro .exclusive_offer {
        width:420px
    }
}

@media(max-width: 991px) {
    #newIntro .h5 {
        font-size:1em
    }
}

@media(max-width: 575px) {
    #newIntro img {
        max-width:250px
    }
}

.intro_slider+.contenedorControls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.intro_slider+.contenedorControls>div:not(.mobile) {
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.intro_slider+.contenedorControls>div.next {
    left: auto;
    right: 0
}

.intro_slider+.contenedorControls>div i {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-radius: 0 10rem 10rem 0;
    transition: all .3s;
    background-color: rgba(108,119,155,.75);
    opacity: .6
}

.intro_slider+.contenedorControls>div.next i {
    border-radius: 10rem 0 0 10rem;
    padding-left: 20px
}

.intro_slider+.contenedorControls>div:hover i {
    opacity: 1;
    cursor: pointer
}

.intro_slider+.contenedorControls>div.mobile {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1
}

.intro_slider+.contenedorControls>div.mobile .dot {
    width: 10px;
    height: 10px;
    background-color: #c8d8e7;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-transition: width .1s ease-in-out;
    -moz-transition: width .1s ease-in-out;
    -o-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
    cursor: pointer
}

.intro_slider+.contenedorControls>div.mobile .dot.active {
    background-color: #fff;
    width: 20px
}

@media(max-width: 639px) {
    .intro_slider+.contenedorControls>div.mobile {
        bottom:-25px
    }
}

@media(min-width: 1920px) {
    #newIntro>div.col-12 {
        min-height:60vh;
        background-position: 50%
    }
}

@media(min-width: 1920px)and (min-height:800px) {
    #newIntro>div.col-12 {
        min-height:60vh;
        background-position: 50% 30%
    }
}

@media(max-width: 575px) {
    #newIntro img {
        max-width:100%
    }
}

.mainVideoBannerSecond {
    position: relative;
    background: url(assets/img/nuevos/backVideoMobile.png) no-repeat top/cover;
    height: auto;
    overflow: hidden
}

@media(max-width: 991px) {
    .mainVideoBannerSecond {
        background:url(assets/img/nuevos/backVideoMobile.v2.webp) no-repeat 50%/cover
    }

    .balazoCards {
        height: 85px!important;
        top: -40px!important;
        left: 205px!important
    }
}

@media(max-width: 1439px) {
    #copyPlecaPromo {
        font-size:34px!important
    }

    .buenFinCards {
        height: 70px!important;
        top: -12px!important;
        right: 275px!important
    }
}

@media(max-width: 1023px) {
    #copyPlecaPromo {
        font-size:34px!important
    }

    .buenFinCards {
        right: 210px!important
    }
}

@media(max-width: 767px) {
    #copyPlecaPromo {
        font-size:27px!important
    }

    .buenFinCards {
        right: 275px!important
    }

    .imgBuenFin {
        top: 10px!important;
        left: -15px!important
    }

    .imgGranVenta {
        top: 10px!important;
        left: -30px!important
    }

    footer ul.footerSocials li {
        margin-right: 10px
    }
}

@media(max-width: 424px) {
    .buenFinCards {
        right:230px!important
    }

    footer ul li a,footer ul li span {
        color: #fff;
        font-size: 10px;
        line-height: 32px
    }

    footer ul.footerSocials li {
        margin-right: 20px
    }
}

@media(max-width: 374px) {
    .buenFinCards {
        right:200px!important
    }

    footer ul.footerSocials li {
        margin-right: 20px
    }
}

.videoContainerSecond {
    position: absolute;
    padding: 0;
    z-index: 9
}

.videoContainerSecond video {
    width: 100%!important;
    height: 50vh;
    object-fit: cover;
    position: relative
}

.videoContainerSecond video::-webkit-media-controls {
    display: none
}

.videoContainerSecond:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top,rgba(30,30,40,0) 0,#1e1e28 80%);
    background: -webkit-linear-gradient(top,rgba(30,30,40,0),#1e1e28 80%);
    background: linear-gradient(180deg,rgba(30,30,40,0) 0,#000 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e1e28",endColorstr="#1e1e28",GradientType=0)
}

.videoTextContainerSecond {
    padding-top: 35vh;
    position: relative;
    z-index: 10;
    height: auto;
    color: #fff;
    text-align: center;
    margin: 0 auto
}

@media(max-width: 991px) {
    .videoTextContainerSecond {
        padding-top:120px
    }
}

.videoTextContainerSecond .videoTextContentSecond .row,.videoTextContainerSecond .videoTextContentSecond .row .div {
    height: auto
}

.videoTextContainerSecond .videoTextContentSecond .onDemandButton img {
    width: 100px;
    margin-bottom: 1rem
}

.videoTextContainerSecond .videoTextContentSecond .imagesAppsContainer {
    position: relative;
    height: 50%;
    padding-top: 6vh
}

.videoTextContainerSecond .videoTextContentSecond .titleSecondVideo {
    position: relative;
    margin-bottom: 2rem
}

.videoTextContainerSecond .videoTextContentSecond .imagesAppsContainer img {
    width: 100%;
    max-width: 128px;
    margin: 0 auto 2rem;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: auto
}

.videoTextContainerSecond .videoTextContentSecond .imagesAppsContainer img:hover {
    transform: scale(1.1);
    transition: all .3s;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.35)
}

.videoTextContainerSecond h1 {
    font-size: 3.75rem;
    font-family: Montserrat,sans-serif;
    font-weight: 600
}

.videoTextContainerSecond h2 {
    font-weight: 200;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem
}

.videoTextContainerSecond h2 span {
    color: #ffbf3f
}

.videoTextContainerSecond .row h2 img {
    max-width: 128px;
    margin-left: 10px;
    height: auto;
    position: relative;
    top: 7px
}

.videoTextContainerSecond .row a:hover {
    text-decoration: none
}

.videoTextContainerSecond .onDemandButton a:after {
    display: none
}

.mat-input {
    margin: 2% auto;
    width: 100%
}

.mat-input-outer {
    display: table;
    width: 100%;
    position: relative;
    background: transparent
}

.mat-input-outer input {
    height: 50px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0 5px;
    font-size: 1rem;
    background: transparent
}

.mat-input-outer input:focus {
    border: none;
    outline: none
}

.mat-input-outer label {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    left: 0;
    position: absolute;
    top: 18px;
    transition: .2s;
    color: #3b4559;
    cursor: text;
    font-weight: 400
}

.border {
    border: 1px solid #404860!important
}

.buttonModal {
    width: 302px;
    height: 47px;
    background: #1689ff 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    border-radius: 27px;
    text-align: center;
    font: normal normal 600 22px/30px Montserrat;
    letter-spacing: 0;
    color: #fff;
    padding: 7px 0
}

#callUsModal .modal-content {
    border-radius: 10px
}

.mat-input-outer .border {
    background: #dee2e6
}

.mat-input-outer .border,.mat-input-outer .border:before {
    height: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s
}

.mat-input-outer .border:before {
    content: " ";
    display: table;
    width: 0;
    background: transparent;
    margin: 0 auto
}

.mat-input-outer input:focus~.border {
    background: #dee2e6
}

.mat-input-outer input:focus~.border:before {
    width: 100%;
    background: transparent
}

.mat-input-outer input+label.active {
    left: 5px;
    top: -10px;
    opacity: 1;
    font-size: .875rem;
    filter: alpha(opacity=100)
}

.installationLocationModal .modal-header {
    padding-top: 2rem
}

.installationLocationModal .modal-footer {
    padding-bottom: 2rem
}

.installationLocationModal p:not([class^=h]) {
    font-size: 16px;
    color: #cad8e5
}

.installationLocationModal .modal-header .close {
    position: absolute!important;
    right: 0!important;
    top: 0!important
}

.installationLocationModal .modal-header .close img {
    max-width: 24px;
    max-height: 24px;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.installationLocationModal input,.installationLocationModal label {
    color: #fff;
    font-size: 20px
}

.installationLocationModal .row {
    width: auto
}

.installationLocationModal .generalButton:disabled {
    background-color: #737c98
}

.callMeModal .modal-body {
    padding: 0
}

.callMeModal .modal-header {
    padding-top: 2rem
}

.callMeModal .modal-footer {
    padding-bottom: 2rem
}

.callMeModal .modal-header .close {
    position: relative;
    right: .5rem;
    top: -.5rem
}

.callMeModal .modal-header .close img {
    max-width: 24px;
    max-height: 24px;
    width: 24px
}

.callMeModal .modal-header p:first-child {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #000
}

.callMeModal .modal-header p:nth-child(2) {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000
}

.callMeModal .modal-header p:nth-child(3) {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 1rem
}

.continueInstall .modal-header {
    padding-top: 2rem
}

.continueInstall .modal-footer {
    padding-bottom: 2rem!important
}

.continueInstall .modal-header p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #3b4559
}

.continueInstall .modal-header .close {
    position: absolute!important;
    right: -.25rem!important;
    top: -8.5rem!important
}

.continueInstall .modal-header .close img {
    max-width: 24px;
    max-height: 24px
}

.continueInstall .successNotification {
    font-weight: 300!important;
    font-size: .875rem!important;
    background: rgba(76,217,100,.05)!important;
    display: inline-block!important;
    border: 1px solid #4cd964!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    -webkit-border-radius: 24vw!important;
    -moz-border-radius: 24vw!important;
    border-radius: 24vw!important;
    margin-bottom: 1rem!important
}

.cardsRow {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
    background: #fafafb
}

.cardsRow .card {
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 1.5rem;
    margin-bottom: 2rem
}

.cardsRow .card.blueCardHome {
    background: #2b2f3d;
    color: #f5f5f5
}

.p-cards {
    font-size: 22px;
    font-weight: 200
}

.p-adicionales {
    font-size: 18px;
    font-weight: 400
}

@media(max-width: 1600px) {
    .mw-114 {
        max-width:114.164px!important
    }
}

.cardsRow .card img {
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.cardsRow .card .card-body .card-title {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 1rem;
    height: auto
}

.cardsRow .card .card-body .appImage {
    text-align: center;
    height: 50px;
    margin-bottom: 0
}

.cardsRow .card .card-body .appImage a:after {
    display: none
}

.cardsRow .card .card-body .appImage a img {
    width: 100%;
    margin: 0 auto;
    max-width: 150px
}

.packagesContainer {
    background: #f5f5f5;
    height: auto;
    padding-top: 3rem
}

.packagesContainer .titlePackages {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.packagesContainer .titlePackages h1 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 2.25rem
}

.packagesContainer .titlePackages h1 span {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.packagesContainer .locationLink {
    text-align: center;
    margin-bottom: 4rem
}

.packagesContainer .locationLink a {
    color: #1988ff
}

.packagesContainer .locationLink a:after {
    display: none
}

.packagesContainer .locationLink a:before {
    content: "\f3c5";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: relative;
    right: 10px
}

.hiddenText {
    visibility: hidden
}

.mainContainerpackage {
    height: auto;
    padding-top: 1rem;
    padding-bottom: .5rem;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.05);
    margin-bottom: 4.5rem;
    float: left;
    cursor: pointer;
    transition: .3s
}

.mainContainerpackage:hover {
    box-shadow: 0 32px 32px 0 rgba(0,0,0,.05);
    transition: .3s
}

.mainContainerpackage.unbox {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(2,168,225,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(2,168,225,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(2,168,225,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0d02a8e1",GradientType=1);
    height: auto
}

.mainContainerpackage.match {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(59,69,89,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(59,69,89,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(59,69,89,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0d3b4559",GradientType=1)
}

.mainContainerpackage.surprisePlus {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(125,84,169,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(125,84,169,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(125,84,169,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0d7d54a9",GradientType=1)
}

.mainContainerpackage.emotionPlus {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(98,195,230,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(98,195,230,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(98,195,230,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0d62c3e6",GradientType=1)
}

.mainContainerpackage.emotion {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(140,200,230,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(140,200,230,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(140,200,230,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0d8cc8e6",GradientType=1)
}

.mainContainerpackage.funPlus {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(252,177,0,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(252,177,0,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(252,177,0,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0dfcb100",GradientType=1)
}

.mainContainerpackage.fun {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,rgba(246,194,85,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),rgba(246,194,85,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),rgba(246,194,85,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0df6c255",GradientType=1)
}

.mainContainerpackage.starter {
    background: -moz-linear-gradient(45deg,hsla(0,0%,98%,0) 0,hsla(0,0%,70.6%,.05) 100%);
    background: -webkit-linear-gradient(45deg,hsla(0,0%,98%,0),hsla(0,0%,70.6%,.05));
    background: linear-gradient(45deg,hsla(0,0%,98%,0),hsla(0,0%,70.6%,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa",endColorstr="#0db4b4b4",GradientType=1)
}

.mainContainerpackage .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center;
    height: auto
}

.mainContainerpackage .imagePackage img {
    margin: 8px 0 0;
    max-width: 100%;
    height: auto
}

.mainContainerpackage,.mainContainerpackage .descriptionApp,.mainContainerpackage .descriptionPackage,.mainContainerpackage .imagePackage,.mainContainerpackage .packageDiscount,.mainContainerpackage .packageInfoContainer,.mainContainerpackage .packagePrice,.mainContainerpackage .row,.mainContainerpackage .titlePackage,.mainContainerpackage .velocityPackage {
    height: auto
}

.mainContainerpackage hr {
    width: 60%;
    border: 1px solid #e0e0e0;
    height: auto;
    margin: 24px auto 16px
}

.mainContainerpackage a:after {
    display: none
}

.mainContainerpackage .packageInfoContainer {
    position: relative;
    top: -1.5rem
}

.unbox .titlePackage {
    margin-bottom: 1.5rem;
    height: auto
}

.unbox .titlePackage p {
    color: #fff;
    background: -moz-linear-gradient(45deg,rgba(0,170,227,.8) 0,rgba(89,203,232,.8) 100%);
    background: -webkit-linear-gradient(45deg,rgba(0,170,227,.8),rgba(89,203,232,.8));
    background: linear-gradient(45deg,rgba(0,170,227,.8),rgba(89,203,232,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc00aae3",endColorstr="#cc59cbe8",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.05)
}

.unbox .titlePackage p,.unbox .velocityPackage {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.unbox .velocityPackage {
    color: #33bbe8;
    font-size: 2rem;
    margin: .5rem 0;
    height: auto
}

.unbox .descriptionPackage {
    height: auto
}

.unbox .descriptionPackage p {
    color: #3b4559;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    height: auto
}

.unbox .descriptionPackage p span {
    color: #3b4559;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    height: auto
}

.unbox .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center;
    height: auto
}

.unbox .imagePackage img {
    margin: 8px 0 0;
    max-width: 100%;
    height: auto
}

.unbox .descriptionApp {
    margin-bottom: .5rem;
    height: auto
}

.unbox .descriptionApp p {
    font-weight: 400;
    color: #3b4559;
    line-height: 28px
}

.unbox .descriptionApp p,.unbox .descriptionApp p span {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    height: auto
}

.unbox .descriptionApp p span {
    font-weight: 700;
    line-height: 32px
}

.unbox .packageDiscount {
    height: auto
}

.unbox .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 32px;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline;
    white-space: nowrap
}

.unbox .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem;
    height: auto
}

.unbox .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b;
    height: auto
}

.unbox .packagePrice p a span {
    color: #3b4559
}

.match .titlePackage {
    margin-bottom: 1.5rem
}

.match .titlePackage p {
    color: #fff;
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.8) 0,rgba(224,45,29,.8) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.8),rgba(224,45,29,.8));
    background: linear-gradient(45deg,rgba(228,0,43,.8),rgba(224,45,29,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce4002b",endColorstr="#cce02d1d",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.match .titlePackage p,.match .velocityPackage {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.match .velocityPackage {
    color: #3b4559;
    font-size: 2rem;
    margin: .5rem 0
}

.match .descriptionPackage p {
    color: #3b4559;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.match .descriptionPackage p span {
    color: #3b4559;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.match .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.match .imagePackage img {
    margin: 8px 0
}

.match .descriptionApp {
    margin-bottom: .5rem
}

.match .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px
}

.match .descriptionApp p span {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 32px
}

.match .packageDiscount {
    height: auto
}

.match .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 32px;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline;
    white-space: nowrap
}

.match .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.match .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b;
    border: none!important
}

.match .packagePrice p a:hover {
    background: none
}

.match .packagePrice p a span {
    color: #3b4559
}

.surprisePlus .titlePackage {
    margin-bottom: 1.5rem
}

.surprisePlus .titlePackage p {
    color: #fff;
    background: #7d54a9;
    background: -moz-linear-gradient(45deg,#7d54a9 0,#b28ad1 100%);
    background: -webkit-linear-gradient(45deg,#7d54a9,#b28ad1);
    background: linear-gradient(45deg,#7d54a9,#b28ad1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d54a9",endColorstr="#b28ad1",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.surprisePlus .velocityPackage {
    color: #7d54a9;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: .5rem 0
}

.surprisePlus .descriptionPackage p {
    color: #7d54a9;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.surprisePlus .descriptionPackage p span {
    color: #7d54a9;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.surprisePlus .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.surprisePlus .imagePackage img {
    margin: 8px 0 0
}

.surprisePlus .descriptionApp {
    margin-bottom: .5rem
}

.surprisePlus .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px;
    visibility: hidden
}

.surprisePlus .descriptionApp p span {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 32px
}

.surprisePlus .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 32px;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline
}

.surprisePlus .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.surprisePlus .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b
}

.surprisePlus .packagePrice p a span {
    color: #3b4559
}

.emotionPlus .titlePackage {
    margin-bottom: 1.5rem
}

.emotionPlus .titlePackage p {
    color: #fff;
    background: #159bde;
    background: -moz-linear-gradient(left,#159bde 0,#99e7ff 100%);
    background: -webkit-linear-gradient(left,#159bde,#99e7ff);
    background: linear-gradient(90deg,#159bde 0,#99e7ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#159bde",endColorstr="#99e7ff",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.emotionPlus .velocityPackage {
    color: #159bde;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: .5rem 0
}

.emotionPlus .descriptionPackage p {
    color: #159bde;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.emotionPlus .descriptionPackage p span {
    color: #159bde;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.emotionPlus .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.emotionPlus .imagePackage img {
    margin: 8px 0 0
}

.emotionPlus .descriptionApp {
    margin-bottom: .5rem
}

.emotionPlus .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px;
    visibility: hidden
}

.emotionPlus .descriptionApp p span {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 32px
}

.emotionPlus .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 32px;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline
}

.emotionPlus .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.emotionPlus .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b
}

.emotionPlus .packagePrice p a span {
    color: #3b4559
}

.emotion .titlePackage {
    margin-bottom: 1.5rem
}

.emotion .titlePackage p {
    color: #fff;
    background: #1f9fbf;
    background: -moz-linear-gradient(left,#1f9fbf 0,#b1e5f6 100%);
    background: -webkit-linear-gradient(left,#1f9fbf,#b1e5f6);
    background: linear-gradient(90deg,#1f9fbf 0,#b1e5f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f9fbf",endColorstr="#b1e5f6",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.emotion .velocityPackage {
    color: #1f9fbf;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: .5rem 0
}

.emotion .descriptionPackage p {
    color: #1f9fbf;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.emotion .descriptionPackage p span {
    color: #1f9fbf;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.emotion .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.emotion .imagePackage img {
    margin: 8px 0 0
}

.emotion .descriptionApp {
    margin-bottom: .5rem
}

.emotion .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px;
    visibility: hidden
}

.emotion .descriptionApp p span {
    font-size: 1rem
}

.emotion .descriptionApp p span,.emotion .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    line-height: 32px
}

.emotion .packageDiscount p {
    font-size: .875rem;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline
}

.emotion .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.emotion .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b
}

.emotion .packagePrice p a span {
    color: #3b4559
}

.funPlus .titlePackage {
    margin-bottom: 1.5rem
}

.funPlus .titlePackage p {
    color: #fff;
    background: #fcb100;
    background: -moz-linear-gradient(45deg,#fcb100 0,#f6e9b1 100%);
    background: -webkit-linear-gradient(45deg,#fcb100,#f6e9b1);
    background: linear-gradient(45deg,#fcb100,#f6e9b1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb100",endColorstr="#f6e9b1",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.funPlus .velocityPackage {
    color: #fcb100;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: .5rem 0
}

.funPlus .descriptionPackage p {
    color: #fcb100;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.funPlus .descriptionPackage p span {
    color: #fcb100;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.funPlus .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.funPlus .imagePackage img {
    margin: 8px 0 0
}

.funPlus .descriptionApp {
    margin-bottom: .5rem
}

.funPlus .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px;
    visibility: hidden
}

.funPlus .descriptionApp p span {
    font-size: 1rem
}

.funPlus .descriptionApp p span,.funPlus .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    line-height: 32px
}

.funPlus .packageDiscount p {
    font-size: .875rem;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline
}

.funPlus .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.funPlus .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b
}

.funPlus .packagePrice p a span {
    color: #3b4559
}

.fun .titlePackage {
    margin-bottom: 1.5rem
}

.fun .titlePackage p {
    color: #fff;
    background: #f6c255;
    background: -moz-linear-gradient(45deg,#f6c255 0,#f6e6af 100%);
    background: -webkit-linear-gradient(45deg,#f6c255,#f6e6af);
    background: linear-gradient(45deg,#f6c255,#f6e6af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6c255",endColorstr="#f6e6af",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fun .titlePackage p,.fun .velocityPackage {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.fun .velocityPackage {
    color: #f6c255;
    font-size: 2rem;
    margin: .5rem 0
}

.fun .descriptionPackage p {
    color: #f6c255;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.fun .descriptionPackage p span {
    color: #f6c255;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.fun .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.fun .imagePackage img {
    margin: 8px 0 0
}

.fun .descriptionApp {
    margin-bottom: .5rem
}

.fun .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px;
    visibility: hidden
}

.fun .descriptionApp p span {
    font-size: 1rem
}

.fun .descriptionApp p span,.fun .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    line-height: 32px
}

.fun .packageDiscount p {
    font-size: .875rem;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline
}

.fun .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.fun .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b
}

.fun .packagePrice p a span {
    color: #3b4559
}

.starter .titlePackage {
    margin-bottom: 1.5rem
}

.starter .titlePackage p {
    color: #fff;
    background: #b4b4b4;
    background: -moz-linear-gradient(left,#b4b4b4 0,#ddd 100%);
    background: -webkit-linear-gradient(left,#b4b4b4,#ddd);
    background: linear-gradient(90deg,#b4b4b4 0,#ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4b4b4",endColorstr="#dddddd",GradientType=1);
    padding: 6px 10px;
    display: inline;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.starter .velocityPackage {
    color: #b4b4b4;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: .5rem 0
}

.starter .descriptionPackage p {
    color: #b4b4b4;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px
}

.starter .descriptionPackage p span {
    color: #b4b4b4;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.starter .imagePackage {
    width: 125px;
    margin: 0 auto;
    text-align: center
}

.starter .imagePackage img {
    margin: 8px 0 0
}

.starter .descriptionApp {
    margin-bottom: .5rem
}

.starter .descriptionApp p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3b4559;
    line-height: 28px;
    visibility: hidden
}

.starter .descriptionApp p span {
    font-size: 1rem
}

.starter .descriptionApp p span,.starter .packageDiscount p {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    line-height: 32px
}

.starter .packageDiscount p {
    font-size: .875rem;
    background: rgba(239,138,0,.15);
    color: #ef6c00;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 16px;
    display: inline
}

.starter .packagePrice {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.starter .packagePrice p a {
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #75787b
}

.starter .packagePrice p a span {
    color: #3b4559
}

.bussinesBranches {
    height: auto;
    padding-bottom: 8rem;
    padding-top: 7rem;
    background: #fafafa
}

@media(max-width: 991px) {
    .bussinesBranches {
        padding-top:2rem;
        padding-bottom: 0
    }
}

.bussinesBranches .companies {
    padding-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    max-height: 300px;
    margin-bottom: 2rem
}

.bussinesBranches .companies .branchImage,.bussinesBranches .companies .branchImage div {
    text-align: center;
    padding: 0;
    overflow: hidden
}

.img-home-empresarial+span {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top,rgba(224,215,209,0) 0,#3b4559 50%);
    background: -webkit-linear-gradient(top,rgba(224,215,209,0),#3b4559 50%);
    background: linear-gradient(180deg,rgba(224,215,209,0) 0,#3b4559 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e0d7d1",endColorstr="#089b9a",GradientType=0);
    left: 0;
    bottom: 0
}

.bussinesBranches .companies .branchImage div img {
    width: 110%;
    height: auto
}

.bussinesBranches .companies .branchDescription,.bussinesBranches .companies .branchImage div img {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bussinesBranches .companies .branchDescription {
    background: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    z-index: 10;
    top: -5rem;
    text-align: center;
    max-height: 305px;
    min-height: 272px
}

.bussinesBranches .companies .branchDescription img {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.bussinesBranches .companies .branchDescription p {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.bussinesBranches .companies .branchDescription a {
    padding: 5px 15px
}

.bussinesBranches .companies .branchDescription a:hover {
    background: rgba(26,118,210,.2);
    padding: 5px 15px
}

.bussinesBranches .companies .branchDescription a:after {
    display: none
}

.bussinesBranches .entrepreneur {
    padding-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    max-height: 300px;
    margin-bottom: 4rem
}

.bussinesBranches .entrepreneur .branchImage,.bussinesBranches .entrepreneur .branchImage div {
    text-align: center;
    padding: 0;
    overflow: hidden
}

.img-home-negocios+span {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top,rgba(224,215,209,0) 0,#3b4559 50%);
    background: -webkit-linear-gradient(top,rgba(224,215,209,0),#3b4559 50%);
    background: linear-gradient(180deg,rgba(224,215,209,0) 0,#3b4559 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e0d7d1",endColorstr="#089b9a",GradientType=0);
    left: 0;
    bottom: 0
}

.bussinesBranches .entrepreneur .branchImage div img {
    width: 110%;
    height: auto
}

.bussinesBranches .entrepreneur .branchDescription,.bussinesBranches .entrepreneur .branchImage div img {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bussinesBranches .entrepreneur .branchDescription {
    background: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    z-index: 10;
    top: -5rem;
    text-align: center;
    max-height: 305px;
    min-height: 272px
}

.bussinesBranches .entrepreneur .branchDescription img {
    max-width: 156px;
    height: auto
}

.bussinesBranches .entrepreneur .branchDescription p {
    margin-bottom: 2.5rem;
    margin-top: 20px;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.bussinesBranches .entrepreneur .branchDescription a {
    padding: 5px 15px
}

.bussinesBranches .entrepreneur .branchDescription a:hover {
    background: rgba(26,118,210,.2);
    padding: 5px 15px
}

.bussinesBranches .entrepreneur .branchDescription a:after {
    display: none
}

.locationSharing {
    background: #1a76d2;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #fff
}

.locationSharing .locationIcon i {
    font-size: 72px;
    margin-bottom: 2rem
}

.locationSharing .locationTitle {
    margin-bottom: 1.2rem
}

.locationSharing .locationTitle h1 {
    font-size: 1.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400
}

.locationSharing .locationTitle h1 span {
    font-weight: 700
}

.locationSharing .mat-input {
    margin: 2% auto;
    width: 100%
}

.locationSharing .mat-input-outer {
    display: table;
    width: 100%;
    position: relative;
    background: transparent;
    margin-bottom: 30px
}

.locationSharing .mat-input-outer input {
    height: 50px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0 5px;
    font-size: 1rem;
    background: transparent;
    color: #fff
}

.locationSharing .mat-input-outer input:focus {
    border: none;
    outline: none
}

.locationSharing .mat-input-outer label {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    left: 15px;
    position: absolute;
    top: 18px;
    transition: .2s;
    color: #fff;
    cursor: text;
    font-weight: 400;
    opacity: .4;
    filter: alpha(opacity=40);
    white-space: nowrap
}

.locationSharing .mat-input-outer .border {
    height: 1px;
    background: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    border: none!important
}

.locationSharing .mat-input-outer .border:before {
    content: " ";
    display: table;
    height: 3px;
    width: 0;
    background: transparent;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    margin: 0 auto
}

.locationSharing .mat-input-outer input:focus~.border {
    border-bottom: 1px solid #fff!important
}

.locationSharing .mat-input-outer input:focus~.border:before {
    width: 100%;
    background: transparent
}

.locationSharing .mat-input-outer input+label.active {
    left: 5px;
    top: -10px;
    color: #fff;
    opacity: 1;
    font-size: .875rem;
    filter: alpha(opacity=100)
}

footer {
    background: #f6f6f6;
    height: auto;
    font-size: .875rem;
    padding-top: 4rem; 
    padding-bottom: 2rem;
    overflow-x: hidden!important;
    margin-top: 3rem 
}

footer a {
    display: block
}

footer a:after {
    display: none
}

footer p {
    font-family: Montserrat,sans-serif;
    color: #000
}

footer .footerColumn:nth-child(4) li a {
    color: #1988ff
}

footer .footerColumn p {
    margin-bottom: 1rem
}

footer .footerColumn p i {
    margin-left: 5px
}

.contactsCollapsible,.legalesCollapsible,.productsCollapsible,.servicesCollapsible,.supportCollapsible,.unidadesCollapsible {
    display: block
}

.chevronContact,.chevronLegales,.chevronProducts,.chevronServices,.chevronSupport,.chevronUnidades {
    display: none
}

footer ul {
    list-style: none
}

footer ul li a,footer ul li span {
    color: #000;
    font-size: .875rem;
    line-height: 32px
}

footer ul li a:hover {
    color: #75787b
}

.footerColumn.contactColumn ul li a {
    color: #1988ff
}

footer ul.footerSocials li {
    display: inline-block;
    margin-right: 10px
}

footer ul.footerSocials li a i {
    font-size: 19px
}

footer .footerLegals ul li {
    display: inline-block;
    margin-left: 10px
}

footer .footerLegals ul li a {
    font-size: .875rem
}

footer .footerLegals ul li a:after {
    content: "\f111";
    display: inline;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 2px;
    position: relative;
    top: -3px;
    margin-right: 10px
}

footer .footerLegals ul li a:hover:after {
    left: 10px
}

footer .footerLegals ul li:last-child a:after {
    display: none
}

footer .footerLegals ul li:first-child,footer .footerLegals ul li:last-child {
    margin-left: 0
}

footer .footerLegals p {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-transform: none
}

footer .footerSeo {
    text-align: left;
    margin-top: 1rem
}

footer .footerSeo p {
    font-weight: 400;
    font-size: 9px;
    text-transform: none
}

footer .legalAdvice {
    margin-top: 2rem
}

footer .legalAdvice p {
    text-align: center;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 9px;
    text-transform: none
}

.f16 {
    font-size: 16px;
    font-weight: 600
}

.f10 {
    font-size: 10px
}

.f10 li a,.f10 li span,.f10 li span a {
    font-size: 12px!important;
    line-height: 24px
}

.headerPackages {
    background: #fafafa
}

.headerPackages .headerPackagesContent .buenFinRow .buenFinTexts h1 {
    color: snow;
    font-size: 3rem;
    font-weight: 600;
    line-height: 43px
}

.headerPackages .headerPackagesContent .buenFinRow .buenFinTexts p {
    color: snow;
    font-size: 2.25rem;
    font-weight: 500
}

.headerPackages .headerPackagesContent .buenFinRow .buenFinTexts p span {
    font-weight: 700
}

.headerPackages .headerPackagesContent .buenFinRow .buenFinTexts img {
    width: 15%;
    margin-bottom: 2rem
}

.headerPackages .headerPackagesContent .buenFinRow .buenFinImage {
    text-align: center
}

.headerPackages .headerPackagesContent .buenFinRow .buenFinImage img {
    width: 80%;
    max-width: 900px;
    margin-bottom: 2rem
}

.headerPackages .imageBackcontainer {
    position: absolute;
    top: 0;
    left: 0
}

.headerPackages .imageBackcontainer img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.headerPackages .headerPackagesContent {
    padding-top: 148px
}

.headerPackages .headerPackagesContent .titleRowPackages {
    position: relative;
    top: 5vh;
    color: #3b4559;
    text-align: center
}

.headerPackages .headerPackagesContent .titleRowPackages p {
    font-size: 21px;
    line-height: 55px;
    color: #3b4559
}

.headerPackages .headerPackagesContent .titleRowPackages h1 {
    font-size: 36px;
    font-weight: 700
}

.headerPackages .headerPackagesContainer {
    margin-top: 5rem
}

.newPackagesTitleRow {
    text-align: center;
    margin-bottom: 17px
}

.newPackagesTitleRow h3 {
    color: #3b4559;
    font-weight: 700;
    line-height: 36px;
    font-size: 24px
}

.newPackagesTitleRow p {
    color: #198aff;
    font-weight: 300;
    line-height: 19px;
    font-size: 16px
}

.generalPackage {
    background: #fafafa;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    box-shadow: 0 9px 18px 0 rgba(0,0,0,.1);
    height: 340px;
    margin-bottom: 2rem;
    cursor: pointer
}

.generalPackage .row {
    height: auto
}

.generalPackage .paragraphRow {
    margin-bottom: 1rem
}

.generalPackage p {
    color: #3b4559;
    font-weight: 400;
    font-size: 1.625rem;
    height: auto
}

.generalPackage p span {
    font-weight: 800;
    font-size: 1.625rem
}

.generalPackage .titleRow {
    margin-bottom: 0
}

.generalPackage h1 {
    font-weight: 700;
    font-size: 2.5rem
}

.generalPackage .iconsRow {
    text-align: right;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    position: absolute;
    top: 80%
}

.generalPackage .iconsRow p i {
    margin-right: 10px
}

.generalPackage .iconsRow p i:last-child {
    margin-right: 0
}

.generalPackage .iconsRow p i.fa-plus {
    font-size: 10px;
    position: relative;
    top: -6px;
    color: #75787b
}

.generalPackage.regular .iconsRow p .iconImageRegular {
    max-width: 2rem;
    margin-right: 10px;
    position: relative;
    top: -5px
}

.generalPackage.regular .iconsRow p .iconImageRegular.smallIconImage {
    max-width: 1.625rem
}

.link-card {
    width: 100%;
    height: 100%
}

.generalPackage.unbox {
    background: linear-gradient(223.9deg,#59cbe8,#00aae3);
    color: #fff
}

.generalPackage.unbox .paragraphRow p,.generalPackage.unbox a {
    color: #fff
}

.generalPackage.unbox .iconsRow p i.fa-wifi {
    color: #fff;
    font-size: 1.625rem
}

.generalPackage.unbox .iconsRow p i.fa-plus {
    color: #fff
}

.generalPackage.unbox .iconsRow p i.fa-phone-alt,.generalPackage.unbox .iconsRow p i.fa-tv {
    color: #fff;
    font-size: 1.625rem
}

.generalPackage.match {
    background: linear-gradient(223.9deg,#e02d1d,#e4002b);
    color: #fff
}

.generalPackage.match .paragraphRow p,.generalPackage.match a {
    color: #fff
}

.generalPackage.match .iconsRow p i.fa-wifi {
    color: #fff!important;
    font-size: 1.625rem
}

.generalPackage.match .iconsRow p i.fa-plus {
    color: #fff
}

.generalPackage.match .iconsRow p i.fa-phone-alt,.generalPackage.match .iconsRow p i.fa-tv {
    color: #fff!important;
    font-size: 1.625rem
}

.locationPackagesContainer {
    height: auto;
    background-color: #f6f6f6;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 50
}

.locationPackages {
    margin-bottom: 2rem;
    height: auto
}

.locationPackages p {
    font-size: 1.5rem;
    font-weight: 700
}

.locationPackages p span {
    font-size: 1.5rem
}

.bestPackageContainer {
    height: auto;
    background-color: #f6f6f6;
    padding-bottom: 6rem;
    position: relative;
    z-index: 50
}

.bestPackageContainer .bestPackageTitle {
    margin-bottom: 24px
}

.bestPackageContainer .bestPackageTitle p {
    font-size: 1.5rem;
    font-weight: 700
}

.bestPackageImageContainer {
    width: 100%;
/*     background-image: url(../../../assets/img/nuevos/gettyimages-1194473556-2048x2048.png),linear-gradient(90deg,#ff00cf .06%,#783a6a); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
    z-index: 200;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px
}

.bestPackageImageContainer p {
    color: #ffa9a9;
    font-size: 2rem;
    font-weight: 700
}

.bestPackageImageContainer p.bestPackageName span {
    background: linear-gradient(270deg,#fa7766,#f44236);
    font-size: 2rem;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

.bestPackageImageContainer h1 {
    font-weight: 700;
    font-size: 3rem;
    color: #f5f5f5;
    margin-bottom: 2rem
}

.bestPackageImageContainer .bestPackageDescription {
    font-weight: 500;
    font-size: 1.25rem;
    color: #f5f5f5
}

.bestPackageImageContainer p.bestPackageDescription {
    margin-bottom: 2rem
}

.bestPackageImageContainer p.bestPackageDescription span {
    color: #ffbf3f!important
}

.packageAdvantages {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center
}

.packageAdvantages .advantagesTitle {
    margin-bottom: 2rem
}

.packageAdvantages .advantagesTitle h1 {
    font-weight: 700
}

.packageAdvantages .advantagesTiles .advantageDescription {
    margin-bottom: 2rem
}

.packageAdvantages .advantagesTiles .advantageDescription img {
    margin-bottom: 24px;
    width: 48px;
    height: auto
}

.packageAdvantages .advantagesTiles .advantageDescription h2 {
    font-weight: 700;
    font-size: 1.25rem
}

.modalLocationTop {
    position: fixed;
    z-index: 1001;
    background: rgba(30,30,40,.85);
    top: 0;
    left: 0;
    width: 100%;
    display: none
}

.modalLocationTop .backLocationModal {
    background: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem;
    height: auto;
    text-align: center;
    box-shadow: 0 32px 32px 0 rgba(0,0,0,.2);
    color: #3b4559
}

.modalLocationTop .titleModalLocation {
    text-align: center
}

.modalLocationTop .closeModal {
    text-align: right
}

.modalLocationTop .closeModal a img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 2rem
}

.modalLocationTop .closeModal a:after {
    display: none
}

.modalLocationTop .backLocationModal h1 {
    color: #3b4559;
    font-size: 1.75rem;
    font-weight: 400
}

.modalLocationTop .backLocationModal h1 span {
    font-weight: 700
}

.modalLocationTop .buttonModal {
    margin-top: 2rem
}

.modalLocationTop .buttonModal .generalButton {
    background: #fff;
    color: #1988ff;
    border: 1px solid #1988ff
}

.modalCityPicker {
    color: #f5f5f5
}

.modalCityPicker .modal-content {
    background: #1e1e28
}

.modalCityPicker .modal-content .close img {
    max-width: 18px;
    max-height: 18px;
    height: 18px;
    opacity: 1
}

.modalCityPicker .citySearchBar {
    margin-bottom: 2rem
}

.modalCityPicker .citySearchBar input {
    border: none;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    color: #f5f5f5;
    padding-left: 55px;
    background: hsla(0,0%,96.1%,.1)
}

.modalCityPicker .citySearchBar .autocompleteList {
    position: absolute;
    top: 42px;
    left: 39px;
    z-index: 10000;
    background: #1e1e28;
    width: 93%;
    display: none
}

.modalCityPicker .citySearchBar .autocompleteList ul {
    list-style: none
}

.modalCityPicker .citySearchBar .autocompleteList ul li:last-child a {
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-top: 15px;
    padding-bottom: 15px
}

.modalCityPicker .citySearchBar .autocompleteList ul li a {
    background: #1e1e28;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 31px;
    color: #f5f5f5;
    height: auto;
    font-size: 1rem;
    font-weight: 500
}

.modalCityPicker .citySearchBar .autocompleteList ul li a:after {
    display: none
}

.modalCityPicker .citySearchBar .autocompleteList ul li a:hover {
    background: #4b576f
}

.modalCityPicker .citySearchBar:after {
/*     content: url(../../../assets/img/nuevos/icons/searchIcon.svg); */
    position: absolute;
    left: 27px;
    top: 9px;
    width: 24px;
    height: 24px
}

.modalCityPicker .cityList {
    margin-bottom: 2rem
}

.modalCityPicker .cityList .cityListItem {
    margin-bottom: 2rem;
    cursor: pointer
}

.modalCityPicker .cityList .cityListItem a {
    display: block;
    color: #f5f5f5;
    padding: 15px 0 15px 16px
}

.modalCityPicker .cityList .cityListItem a.active {
    display: block;
    color: #82c2dc;
    padding: 15px 0 15px 16px
}

.modalCityPicker .cityList .cityListItem a:hover {
    background: #4b576f
}

.modalCityPicker .cityList .cityListItem a:after {
    display: none
}

.modalCityPicker .noServiceCity {
    text-align: center
}

.modalCityPicker .noServiceCity h1 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 2rem
}

.modalCityPicker .noServiceCity p {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 2rem
}

.modalCityPicker .noServiceCity .mat-input-outer {
    margin-bottom: 2rem
}

.noServiceCity .mat-input {
    margin: 2% auto;
    width: 100%
}

.noServiceCity .mat-input-outer {
    display: table;
    width: 100%;
    position: relative;
    background: transparent
}

.noServiceCity .mat-input-outer input {
    height: 50px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0 5px;
    font-size: 1rem;
    background: transparent;
    color: #fff
}

.noServiceCity .mat-input-outer input:focus {
    border: none;
    outline: none
}

.noServiceCity .mat-input-outer label {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    left: 15px;
    position: absolute;
    top: 18px;
    transition: .2s;
    color: #fff;
    cursor: text;
    font-weight: 400
}

.noServiceCity .mat-input-outer .border {
    height: 1px;
    background: #3b4559;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s
}

.noServiceCity .mat-input-outer .border:before {
    content: " ";
    display: table;
    height: 2px;
    width: 0;
    background: transparent;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    margin: 0 auto
}

.noServiceCity .mat-input-outer input:focus~.border {
    background: transparent
}

.noServiceCity .mat-input-outer input:focus~.border:before {
    width: 100%;
    background: transparent
}

.noServiceCity .mat-input-outer input+label.active {
    left: 5px;
    top: -10px;
    color: #fff;
    opacity: 1;
    font-size: .875rem;
    filter: alpha(opacity=100)
}

.noServiceCity .generalButton {
    border: 1px solid #1988ff;
    color: #1988ff;
    background: hsla(0,0%,100%,0)
}

.modalPhoneList .close img {
    max-width: 24px;
    max-height: 24px;
    opacity: 1
}

.modalPhoneList .modal-content {
    padding-bottom: 1rem
}

.modalPhoneList .modalTitle hr {
    border-bottom: 1px solid #e0e0e0
}

.modalPhoneList .modalTitle h1 {
    font-weight: 400;
    font-size: 1.75rem;
    text-align: center
}

.modalPhoneList h1 img {
    margin-right: 10px
}

.modalPhoneList h1 strong {
    font-weight: 600
}

.modalPhoneList .listColumn {
    border-right: 1px solid #e0e0e0
}

.modalPhoneList .lastColumnPhone {
    border-right: none
}

.modalPhoneList .phoneListTitle h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3b4559;
    text-align: left;
    margin-bottom: 1rem
}

.modalPhoneList .phoneListTitle p {
    font-weight: 500!important;
    margin-bottom: 5px
}

.modalPhoneList .phoneListTitle .schedule,.modalPhoneList .phoneListTitle a,.modalPhoneList .phoneListTitle p {
    font-size: 1.125rem;
    font-weight: 400
}

.modalPhoneList .phoneListTitle .schedule {
    font-weight: 400!important;
    color: #75787b
}

.modalPhoneList .firstNumber {
    margin-bottom: 2rem
}

.modalPhoneList .modal-content .modal-header .close {
    position: absolute;
    top: 0;
    right: -1rem
}

.modalChats .modal-content {
    max-height: 385px;
    min-height: 385px
}

.modalChats .close img {
    width: 18px;
    height: 18px;
    opacity: 1
}

.modalChats .modalTitle h1 {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.75rem;
    text-align: center
}

.modalChats .chatsLinks a {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    background-color: #f5f5f5;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a76d2;
    display: block;
    transition-duration: .4s;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer
}

#TVPlus .modal-body button:after {
    content: "\e802";
    position: relative;
    font-family: totalplayicons;
    left: 10px;
    top: -1px;
    transition: .3s;
    font-size: .7rem
}

.modalChats .chatsLinks a:after {
    display: none
}

.modalChats .chatsLinks a:hover {
    font-weight: 500;
    text-align: center;
    background-color: #fafafa;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    font-size: 1.25rem;
    color: #3b4559;
    transform: scale(1.05)
}

.chatModalTitle {
    padding-left: 40px
}

.chatModalTitle img {
    max-width: 32px;
    margin-right: 15px
}

.modalChats .modal-header .close img {
    max-width: 25px;
    height: auto
}

.modalsButons {
    height: auto
}

.callUsModalContainer .modal-footer .modalPackagesButton a img {
    max-height: 18px;
    max-width: 18px
}

.callUsModalContainer .successNotification {
    background: #515a77;
    border: 1px solid #4cd964;
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 5px 0
}

.callUsModalContainer .successNotification:before {
    content: "\f058";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #4cd964;
    font-size: 30px;
    flex: 0 0 10%;
    text-align: center
}

@media(max-width: 991px) {
    .callUsModalContainer .successNotification {
        flex-direction:column;
        border-radius: 30px;
        padding: 5px 10px 10px
    }
}

.paquetesClasicosHeader,.paquetesClasicosHeader .paquetesClasicosHeader.unbox .imageContainer {
    height: auto
}

.paquetesClasicosHeader.match .imageContainer img,.paquetesClasicosHeader.unbox .imageContainer img {
    height: auto;
    width: 100%;
    margin: 0 auto
}

.paquetesClasicosHeader.unbox .paquetesClasicosContainer {
    padding-bottom: 0;
    padding-top: 98px
}

.callUsModalContainer .unsuccessNotification {
    background: #515a77;
    border: 1px solid #aaa;
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 5px 0
}

@media(max-width: 991px) {
    .callUsModalContainer .unsuccessNotification {
        flex-direction:column;
        border-radius: 30px;
        padding: 5px 10px 10px
    }
}

.paquetesClasicosHeader.unbox {
    background: #00aae3;
    background: -moz-linear-gradient(left,#00aae3 0,#59cbe8 100%);
    background: -webkit-linear-gradient(left,#00aae3,#59cbe8);
    background: linear-gradient(90deg,#00aae3 0,#59cbe8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aae3",endColorstr="#59cbe8",GradientType=1)
}

.paquetesClasicosHeader.match pre,.paquetesClasicosHeader.unbox pre {
    color: #f5f5f5;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 1.3125rem;
    line-height: 25px
}

.paquetesClasicosHeader.match h1,.paquetesClasicosHeader.unbox h1 {
    font-weight: 500!important;
    font-size: 36px!important;
    line-height: 50px!important;
    color: #f5f5f5!important
}

.paquetesClasicosHeader.match p,.paquetesClasicosHeader.unbox p {
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #f5f5f5!important
}

.paquetesClasicosHeader.match p {
    margin-bottom: 2rem
}

.paquetesClasicosHeader.match {
    background: #e4002b;
    background: -moz-linear-gradient(left,#e4002b 0,#e02d1d 100%);
    background: -webkit-linear-gradient(left,#e4002b,#e02d1d);
    background: linear-gradient(90deg,#e4002b 0,#e02d1d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#e02d1d",GradientType=1)
}

.paquetesClasicosHeader.match .paquetesClasicosContainer {
    padding-bottom: 0;
    padding-top: 106px
}

.paquetesClasicosHeader .paquetesClasicosContainer {
    padding-top: 106px
}

.paquetesClasicosHeader .paquetesClasicosContainer i {
    text-align: left;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    margin-right: 10px
}

.paquetesClasicosHeader .paquetesClasicosContainer i:last-child {
    margin-right: 0
}

.paquetesClasicosHeader .paquetesClasicosContainer i.fa-plus {
    font-size: 10px;
    position: relative;
    top: -6px;
    color: #75787b
}

.paquetesClasicosHeader .paquetesClasicosContainer .iconImageRegular {
    max-width: 2rem;
    margin-right: 10px;
    position: relative;
    top: -5px
}

.paquetesClasicosHeader .paquetesClasicosContainer .iconImageRegular.smallIconImage {
    max-width: 1.625rem
}

.paquetesClasicosHeader .paquetesClasicosContainer .paquetesClasicosTitulos {
    margin-top: 2rem
}

.paquetesClasicosHeader .paquetesClasicosContainer .paquetesClasicosTitulos h1 {
    font-size: 2.25rem;
    line-height: 50.4px;
    font-weight: 500;
    color: #3b4559
}

.paquetesClasicosHeader .paquetesClasicosContainer .paquetesClasicosTitulos p {
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 400;
    color: #3b4559;
    margin-bottom: 2rem
}

.paquetesClasicosHeader .paquetesClasicosContainer .imageContainer img {
    width: 100%
}

.contenedorPaquetesClasicos {
    height: auto;
    background: #f6f6f6;
    padding-top: 48px;
    padding-bottom: 48px
}

.goBackContainer {
    text-align: left
}

.goBackContainer a {
    font-size: 1rem
}

.goBackContainer a:after {
    display: none
}

.goBackContainer a:before {
    font-family: totalplayicons;
    content: "\e811";
    margin-right: 16px
}

.contenedorPaquetesClasicos .selectorPaquetes {
    text-align: center
}

.contenedorPaquetesClasicos .selectorPaquetes ul {
    list-style: none;
    white-space: nowrap
}

.contenedorPaquetesClasicos .selectorPaquetes ul li {
    display: inline-block;
    margin: 0
}

.contenedorPaquetesClasicos .selectorPaquetes ul li a {
    color: #3b4559
}

.contenedorPaquetesClasicos .selectorPaquetes ul li:first-child a {
    border-right: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.contenedorPaquetesClasicos .selectorPaquetes ul li:nth-child(2) a {
    border-left: none;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.contenedorPaquetesClasicos .selectorPaquetes ul li a {
    border: 2px solid #e0e0e0;
    padding: 6px 26px
}

.contenedorPaquetesClasicos .selectorPaquetes ul li a.active {
    background: #1a76d2;
    color: #fff;
    border: 2px solid #1a76d2;
    font-weight: 700;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contenedorPaquetesClasicos .selectorPaquetes ul li a:after {
    display: none
}

.contenedorPaquetesClasicos .selectorPaquetesTitulo {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px
}

.contenedorPaquetesClasicos .selectorPaquetesTitulo p {
    color: #3b4559;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px
}

.contenedorPaquetesClasicos .selectorPaquetesTitulo p span {
    font-weight: 700
}

.contenedorPaquetesClasicos .selectorPaquetesTituloUnbox {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px
}

.contenedorPaquetesClasicos .selectorPaquetesTituloUnbox p {
    color: #3b4559;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px
}

.contenedorPaquetesClasicos .selectorPaquetesTituloUnbox p span {
    color: #33bbe8
}

.contenedorPaquetesClasicos .selectorPaquetesTituloUnbox p span.netflix {
    color: #d81f26;
    font-weight: 700
}

.hiddenPackageDoble,.hiddenPackageTriple {
    display: none
}

.botonMostrarMas {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.botonMostrarMas .generalButton {
    color: #198aff;
    background: hsla(0,0%,100%,0);
    border: 2px solid #198aff
}

.iftRow {
    text-align: center
}

.iftRow a {
    color: #3b4559;
    font-size: .75rem;
    line-height: 18px;
    text-decoration: underline
}

.iftRow a:after {
    display: none
}

.buttonAdvantages {
    margin-top: 51px
}

.termsAndConditions {
    margin-top: 48px;
    margin-bottom: 48px
}

.termsAndConditions hr {
    border-top: 1px solid rgba(0,0,0,.1)
}

.termsAndConditions p {
    font-weight: 400;
    font-size: 11px;
    color: #75787b
}

.termsAndConditions p:nth-child(2) {
    margin-bottom: 13px
}

.termsAndConditions p a {
    color: #75787b;
    font-size: 11px;
    text-decoration: underline
}

.termsAndConditions p a:after {
    display: none
}

.termsAndConditions p span {
    font-weight: 700
}

.unboxCarousel {
    padding-top: 48px;
    padding-bottom: 35px;
    background: #222331;
    color: #fff
}

.unboxCarousel .carouselTitles h1 {
    text-align: center;
    margin-bottom: 23px;
    font-size: 2.5rem
}

.unboxCarousel .carouselContainer .itemCarousel h1 {
    font-size: 2rem
}

.unboxCarousel .carouselContainer .itemCarousel p {
    font-size: 1.25rem
}

.unboxCarousel .carouselContainer .itemCarousel img {
    margin: 0 auto;
    width: 100%;
    max-width: 528px
}

.progressBarContainer {
    position: absolute;
    bottom: 10px;
    width: 90px;
    left: 15px
}

.progressBarContainer div {
    display: block;
    width: 27%;
    padding: 0;
    margin-right: 3%;
    float: left;
    color: #fff
}

.progressBarContainer div:last-child {
    margin-right: 0
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 8px;
    background-color: #fdfdfd;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(59,69,89,.5);
    width: 0;
    height: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.landingPackageResume {
    padding-top: 176px;
    background: #f6f6f6;
    padding-bottom: 2rem
}

.landingPackageResume .landingPackageTitle {
    text-align: center;
    margin-bottom: 16px
}

.landingPackageResume .landingPackageTitle h1 {
    color: #f5f5f5;
    font-weight: 700;
    font-size: 1.625rem;
    text-align: center;
    padding: 6px 10px;
    display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.05)
}

.landingPackageResume .landingPackageDescription h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #3b4559;
    font-size: 33px
}

.landingPackageResume .landingPackageTitle h1.unboxBadge {
    background: -moz-linear-gradient(45deg,rgba(0,170,227,.8) 0,rgba(89,203,232,.8) 100%);
    background: -webkit-linear-gradient(45deg,rgba(0,170,227,.8),rgba(89,203,232,.8));
    background: linear-gradient(45deg,rgba(0,170,227,.8),rgba(89,203,232,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc00aae3",endColorstr="#cc59cbe8",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.matchBadge {
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.8) 0,rgba(224,45,29,.8) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.8),rgba(224,45,29,.8));
    background: linear-gradient(45deg,rgba(228,0,43,.8),rgba(224,45,29,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce4002b",endColorstr="#cce02d1d",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.surprisePlusBadge {
    background: #7d54a9;
    background: -moz-linear-gradient(45deg,#7d54a9 0,#b28ad1 100%);
    background: -webkit-linear-gradient(45deg,#7d54a9,#b28ad1);
    background: linear-gradient(45deg,#7d54a9,#b28ad1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d54a9",endColorstr="#b28ad1",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.emotionPlusBadge {
    background: #62c3e6;
    background: -moz-linear-gradient(45deg,#62c3e6 0,#99e7ff 100%);
    background: -webkit-linear-gradient(45deg,#62c3e6,#99e7ff);
    background: linear-gradient(45deg,#62c3e6,#99e7ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62c3e6",endColorstr="#99e7ff",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.emotionBadge {
    background: #8cc8e6;
    background: -moz-linear-gradient(45deg,#8cc8e6 0,#b1e5f6 100%);
    background: -webkit-linear-gradient(45deg,#8cc8e6,#b1e5f6);
    background: linear-gradient(45deg,#8cc8e6,#b1e5f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cc8e6",endColorstr="#b1e5f6",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.funPlusBadge {
    background: #fcb100;
    background: -moz-linear-gradient(45deg,#fcb100 0,#f6e9b1 100%);
    background: -webkit-linear-gradient(45deg,#fcb100,#f6e9b1);
    background: linear-gradient(45deg,#fcb100,#f6e9b1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb100",endColorstr="#f6e9b1",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.funBadge {
    background: #f6c255;
    background: -moz-linear-gradient(45deg,#f6c255 0,#f6e6af 100%);
    background: -webkit-linear-gradient(45deg,#f6c255,#f6e6af);
    background: linear-gradient(45deg,#f6c255,#f6e6af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6c255",endColorstr="#f6e6af",GradientType=1)
}

.landingPackageResume .landingPackageTitle h1.starterBadge {
    background: #b4b4b4;
    background: -moz-linear-gradient(45deg,#b4b4b4 0,#ddd 100%);
    background: -webkit-linear-gradient(45deg,#b4b4b4,#ddd);
    background: linear-gradient(45deg,#b4b4b4,#ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4b4b4",endColorstr="#dddddd",GradientType=1)
}

.changeColor.towhiteBack .barPackageDetails p span.matchTitle {
    color: #e4002b!important
}

.changeColor.towhiteBack .barPackageDetails p span.unboxTitle {
    color: #00aae3!important
}

.changeColor.towhiteBack .barPackageDetails p span.sorprendeteTitle {
    color: #7d54a9!important
}

.changeColor.towhiteBack .barPackageDetails p span.emotionPlusTitle {
    color: #159b7a!important
}

.changeColor.towhiteBack .barPackageDetails p span.emotionTitle {
    color: #1f9fbf!important
}

.changeColor.towhiteBack .barPackageDetails p span.funPlusTitle {
    color: #fcb100!important
}

.changeColor.towhiteBack .barPackageDetails p span.funTitle {
    color: #f6c255!important
}

.changeColor.towhiteBack .barPackageDetails p span.inicialTitle {
    color: #b4b4b4!important
}

.landingPackageResume .resumeColumns .resumeItem p {
    font-weight: 400;
    color: #3b4559;
    font-size: 1.375rem
}

.landingPackageResume .resumeColumns .resumeItem {
    margin-bottom: 16px
}

.landingPackageResume .resumeColumns .resumeItem span {
    font-weight: 400;
    color: #ef6c00;
    font-size: .9375rem
}

.landingPackageResume .landingPackagePrice .priceContainer {
    background: #fafafa;
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
    -webkit-box-shadow: 0 9px 18px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 9px 18px 0 rgba(0,0,0,.15);
    box-shadow: 0 9px 18px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px
}

.landingPackageResume .landingPackagePrice .priceContainer p {
    line-height: 18px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #3b4559
}

.landingPackageResume .landingPackagePrice .priceContainer h1 {
    line-height: 18px;
    font-size: 49px;
    font-weight: 500;
    color: #3b4559;
    line-height: 64px;
    white-space: nowrap
}

.landingPackageResume .landingPackagePrice .priceContainer span {
    color: #1e1e28;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 27px
}

.landingPackageResume .landingPackagePrice .priceContainer span small {
    color: #ef6c00;
    font-size: .875rem;
    line-height: 21px;
    font-weight: 300
}

.landingPackageResume .landingPackagePrice .priceContainer .buttonContainer {
    margin-top: 17px;
    text-align: center
}

.landingPackageResume .landingPackagePrice .priceContainer .buttonContainer a {
    font-size: 1.125rem
}

.landingPackageResume .landingPackagePrice .priceContainer .buttonContainer .generalButton span:after {
    content: "\e800";
    font-family: totalplayicons;
    color: #fff;
    margin-left: 5px;
    position: relative
}

.resumeAppItem p {
    display: inline
}

.wifiSingle:before {
    content: "\e809";
    background: #dbe442;
    background: -moz-linear-gradient(45deg,#dbe442 0,#c0c740 100%);
    background: -webkit-linear-gradient(45deg,#dbe442,#c0c740);
    background: linear-gradient(45deg,#dbe442,#c0c740);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe442",endColorstr="#c0c740",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text
}

.tvSingle:before,.wifiSingle:before {
    font-family: totalplayicons;
    font-size: 1.75rem;
    position: absolute;
    left: -25px;
    top: 3px;
    -webkit-text-fill-color: transparent
}

.tvSingle:before {
    content: "\e808";
    background: #37c2ea;
    background: -moz-linear-gradient(45deg,#37c2ea 0,#68e3f6 100%);
    background: -webkit-linear-gradient(45deg,#37c2ea,#68e3f6);
    background: linear-gradient(45deg,#37c2ea,#68e3f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37c2ea",endColorstr="#68e3f6",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text
}

.HDSingle:before {
    content: "\e801";
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.85) 0,rgba(240,78,152,.85) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.85),rgba(240,78,152,.85));
    background: linear-gradient(45deg,rgba(228,0,43,.85),rgba(240,78,152,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9e4002b",endColorstr="#d9f04e98",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text
}

.HDSingle:before,.landlineSingle:before {
    font-family: totalplayicons;
    font-size: 1.75rem;
    position: absolute;
    left: -25px;
    top: -5px;
    -webkit-text-fill-color: transparent
}

.landlineSingle:before {
    content: "\e805";
    background: -moz-linear-gradient(45deg,rgba(130,70,175,.85) 0,rgba(240,78,152,.85) 100%);
    background: -webkit-linear-gradient(45deg,rgba(130,70,175,.85),rgba(240,78,152,.85));
    background: linear-gradient(45deg,rgba(130,70,175,.85),rgba(240,78,152,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d98246af",endColorstr="#d9f04e98",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text
}

.unboxPackage:before {
/*     content: url(../../img/nuevos/amazon-prime-logoMainSmall.png)!important; */
    margin-left: -62px;
    right: -57px
}

.matchPackage:before,.unboxPackage:before {
    float: left;
    margin-top: 6px;
    margin-right: 0;
    position: relative
}

.matchPackage:before {
/*     content: url(../../img/nuevos/1200px-Netflix_2015_logoSmall.png); */
    margin-left: -55px;
    right: -54px
}

.bannerBuenFin {
    text-align: center;
    background: #f6f6f6;
    padding-top: 2rem
}

.bannerBuenFin .buenFinContainer {
    text-align: center;
    background: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding-top: 32px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1)
}

.bannerBuenFin .buenFinContainer .buenFinTitles h1 {
    font-size: 1.5rem;
    line-height: 28.8px;
    color: #3b4559;
    font-weight: 700;
    margin-bottom: 32px
}

.bannerBuenFin .buenFinContainer .buenFinTitles h1 span {
    color: #e02d1d
}

.bannerBuenFin .buenFinContainer .buenFinTitles p {
    font-size: 1.125rem;
    line-height: 28.8px;
    color: #3b4559;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 8px
}

.bannerBuenFin .buenfinTexts {
    padding-top: 72px
}

.bannerBuenFin .centralBuenFin {
    background: -moz-linear-gradient(left,rgba(228,0,43,.8) 0,rgba(228,0,43,.8) 21%,rgba(224,45,29,.8) 100%);
    background: -webkit-linear-gradient(left,rgba(228,0,43,.8),rgba(228,0,43,.8) 21%,rgba(224,45,29,.8));
    background: linear-gradient(90deg,rgba(228,0,43,.8) 0,rgba(228,0,43,.8) 21%,rgba(224,45,29,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce4002b",endColorstr="#cce02d1d",GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #f5f5f5;
    padding-top: 16px;
    padding-bottom: 16px
}

.bannerBuenFin .centralBuenFin h1 {
    font-size: 2rem;
    line-height: 36px
}

.bannerBuenFin .centralBuenFin p {
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 2rem
}

.bannerBuenFin .centralBuenFin .buenFinLogo {
    text-align: center
}

.centralBuenFin .cardBadge p {
    background: #ffe5d0;
    padding: 16px 26px;
    margin-top: 34px;
    margin-bottom: 55px;
    color: #ef6c00;
    font-size: .9375rem;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.bannerBuenFin .centralBuenFin .buenFinLogo img {
    max-width: 350px;
    width: 100%
}

.benefitsPackageTitle {
    text-align: center;
    background: #f6f6f6;
    padding-top: 62px;
    padding-bottom: 31px
}

.benefitsPackageTitle h1 {
    font-weight: 700;
    line-height: 32px;
    font-size: 1.625rem
}

.benefitsPackageTitle h1 span {
    color: #ef6c00
}

.cardsRowLandingPackages {
    background: #f6f6f6;
    padding-bottom: 0;
    padding-top: 0
}

.cardsRowLandingPackages h5 {
    font-weight: 400!important;
    line-height: 49px;
    font-size: 2.5rem;
    margin-bottom: 15px!important
}

.cardsRowLandingPackages p {
    font-size: 1.25rem
}

.cardsRowLandingPackages .cardBadgeContainer .cardBadge p {
    background: rgba(239,108,0,.15);
    padding: 16px 26px;
    margin-top: 34px;
    margin-bottom: 55px;
    color: #ef6c00;
    font-size: .9375rem;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.whiteCard {
    background-color: #fafafa!important;
    color: #3b4559
}

.blueGradientCard,.whiteCard {
    text-align: center!important;
    border: none
}

.blueGradientCard {
    background: #5caadd;
    background: -moz-linear-gradient(top,#5caadd 0,#636ddb 100%)!important;
    background: -webkit-linear-gradient(top,#5caadd,#636ddb)!important;
    background: linear-gradient(180deg,#5caadd 0,#636ddb)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5caadd",endColorstr="#636ddb",GradientType=0);
    color: #fff!important
}

.cardsRowLandingPackages .blueGradientCard .cardBadgeContainer .cardBadge p {
    background: #fce9d8
}

.deepBlueCard {
    background-color: #1e1e28!important;
    color: #fff!important;
    text-align: center!important;
    border: none
}

.deepBlueCard img {
    width: 100%;
    margin: 0 auto
}

.purpleGradientCard {
    background: #1e1e28;
    background: -moz-linear-gradient(top,#1e1e28 0,#49246f 100%)!important;
    background: -webkit-linear-gradient(top,#1e1e28,#49246f)!important;
    background: linear-gradient(180deg,#1e1e28 0,#49246f)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e28",endColorstr="#49246f",GradientType=0)
}

.pinkGradientCard,.purpleGradientCard {
    color: #fff!important;
    text-align: center!important;
    border: none
}

.pinkGradientCard {
    background: #f5997e;
    background: -moz-linear-gradient(top,#f5997e 0,#f75a80 100%)!important;
    background: -webkit-linear-gradient(top,#f5997e,#f75a80)!important;
    background: linear-gradient(180deg,#f5997e 0,#f75a80)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5997e",endColorstr="#f75a80",GradientType=0)
}

.cardsRowLandingPackages .pinkGradientCard .cardBadgeContainer .cardBadge p {
    background: #fce9d8
}

.deepBlueGradientCard {
    background: #2b5bff;
    background: -moz-linear-gradient(top,#2b5bff 0,#7c8ffd 100%);
    background: -webkit-linear-gradient(top,#2b5bff,#7c8ffd);
    background: linear-gradient(180deg,#2b5bff 0,#7c8ffd)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b5bff",endColorstr="#7c8ffd",GradientType=0);
    color: #fff!important;
    text-align: center!important;
    border: none
}

.deepBlueGradientCard a {
    color: #37c2ea
}

.secondWhiteCard {
    background-color: #fafafa!important;
    text-align: center!important;
    border: none
}

.landingPackagesContainer .titlePackages h1 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 32px
}

.landingFullWidthBanner {
    background: #f6f6f6;
    text-align: center;
    padding-bottom: 2rem
}

.landingFullWidthBanner .landingBannerContainer {
    background: #fafafa
}

.landingFullWidthBanner.unboxBanner .landingBannerContainer {
    background: #7db9e8;
    background: -moz-linear-gradient(left,#7db9e8 0,#59cbe8 100%);
    background: -webkit-linear-gradient(left,#7db9e8,#59cbe8);
    background: linear-gradient(90deg,#7db9e8 0,#59cbe8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8",endColorstr="#59cbe8",GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #f5f5f5
}

.landingFullWidthBanner.unboxBanner .landingBannerContainer h1,.landingFullWidthBanner.unboxBanner .landingBannerContainer p {
    color: #f5f5f5
}

.landingFullWidthBanner.matchBanner .landingBannerContainer {
    background: #e4002b;
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.8) 0,rgba(224,45,29,.8) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.8),rgba(224,45,29,.8));
    background: linear-gradient(45deg,rgba(228,0,43,.8),rgba(224,45,29,.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#e02d1d",GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #f5f5f5
}

.landingFullWidthBanner.matchBanner .landingBannerContainer h1,.landingFullWidthBanner.matchBanner .landingBannerContainer p {
    color: #f5f5f5
}

.landingFullWidthBanner .landingBannerContainer {
    padding-top: 30px;
    padding-bottom: 30px
}

.landingFullWidthBanner .landingBannerTitle h1 {
    font-size: 2.5rem;
    line-height: 49px;
    font-weight: 500;
    color: #3b4559
}

.landingFullWidthBanner .landingBannerParagraph {
    margin-bottom: 26px
}

.landingFullWidthBanner .landingBannerParagraph p {
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 500;
    color: #3b4559
}

.landingFullWidthBanner .landingBannerImages img {
    width: 45%;
    max-width: 150px
}

.landingFullWidthBanner .landingBannerArt img {
    width: 100%;
    margin: 0 auto
}

.topBar {
    position: relative;
    top: 140px;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.05);
    background: #fafafa;
    z-index: 9998
}

.fixedNav {
    width: calc(100% + 30px);
    z-index: 999;
    margin-left: -15px
}

.fixedNav,.fixedTicket {
    top: 0;
    position: sticky;
    overflow: hidden!important
}

.fixedTicket {
    z-index: 9998;
    display: block
}

.topBar .barList {
    list-style: none;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px
}

.topBar .barList li {
    display: inline-block;
    margin-right: 50px
}

.topBar .barList li:last-child {
    margin-right: 0
}

.topBar .barList li a {
    color: #000;
    font-size: 1.125rem
}

.topBar .barList li a.active {
    font-weight: 700;
    color: #1988ff
}

.topBar .barList li a:after {
    display: none
}

.internetRow {
    background: #f5f5f5;
    padding-top: 155px;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.internetRow .internetTitle {
    margin-bottom: 40px
}

.internetRow .internetTitle p {
    font-size: 1.75rem;
    line-height: 34px;
    font-weight: 600;
    color: #3b4559
}

.internetRow .internetSubtitle {
    margin-bottom: 2rem
}

.internetRow .internetSubtitle h1 {
    font-weight: 300;
    color: #3b4559;
    font-size: 2.25rem
}

.internetRow .internetSubtitle h1 span {
    font-weight: 500;
    color: #3b4559
}

.internetRow .laptop {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.internetRow .laptop .facetime {
    position: absolute;
    left: 50.1%;
    overflow: hidden;
    transform: translateX(-50%);
    max-width: 100%;
    top: 12px;
    height: 358px;
    width: 527px
}

video {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1
}

.internetRow>.laptop>.facetime>video,video {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.internetRow>.laptop>.facetime>video {
    position: relative;
    height: 100%
}

.internetRow .laptop .picture {
    border: 1px solid #fafafa;
    top: 225px;
    right: 27%;
    overflow: hidden;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.8);
    width: 253px;
    height: 126px;
    position: absolute
}

.internetRow .laptop .picture video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 10
}

.internetRow .internetBottomTitle {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.internetRow .internetBottomTitle h1 {
    font-size: 1.75rem;
    color: #3b4559;
    line-height: normal;
    font-weight: 400
}

.internetRow .internetBottomTitle h1 span {
    font-weight: 700;
    font-size: 1.75rem
}

.internetRow .internetButton {
    margin-bottom: 30px
}

.internetRow .internetButton .generalButton {
    font-size: 1.375rem
}

.tvRow {
    text-align: center;
    background: #eee;
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.tvRow .tvTitle {
    margin-bottom: 3rem
}

.tvRow .tvTitle h1 {
    font-weight: 600;
    font-size: 1.75rem;
    color: #3b4559;
    line-height: 34px
}

.tvRow .tvVideo {
    position: relative;
    display: flex;
    width: 62.9%;
    height: auto;
    margin: 0 auto
}

.tvRow .tvVideo img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.tvRow .videoContent {
    overflow: hidden;
    box-shadow: 0 8px 48px 0 rgba(0,0,0,.5);
    background: #000;
    top: 1.9%;
    height: 82.2%;
    width: 92%;
    left: 4%;
    position: absolute
}

.tvRow .videoContent .videoContainer {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    z-index: 10;
    width: 100%
}

.tvRow .platformRow p {
    margin-top: -4rem;
    color: #75787b;
    font-size: .8125rem
}

.tvRow .subtitlesVideo h2,.tvRow .subtitlesVideo h2 span {
    font-weight: 300;
    font-size: 3rem;
    color: #3b4559;
    line-height: 58px
}

.tvRow .appsTitles {
    margin-bottom: 40px;
    margin-top: 40px
}

.tvRow .appsTitles p {
    font-size: 2rem;
    color: #3b4559;
    line-height: 42px
}

.tvRow .servicesImagesAppsContainer {
    margin-bottom: 50px
}

.tvRow .servicesImagesAppsContainer img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-width: 128px;
    margin: 0 auto 2rem;
    transition: .3s;
    cursor: pointer
}

.tvRow .servicesImagesAppsContainer img:hover {
    transform: scale(1.1);
    transition: all .3s;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.35)
}

.infiniteCarousel {
    width: calc(100% + 30px);
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #eee;
    margin-left: -15px
}

.infiniteCarousel .slick-track {
    display: flex!important
}

.infiniteCarousel .slick-slide {
    height: inherit!important
}

.infiniteCarousel .slideInfinite {
    width: 560px;
    margin-left: 5px
}

.infiniteCarousel .slideInfinite .backImage,.infiniteCarousel .slideInfinite .backImage img {
    width: 100%;
    height: 100%;
    position: relative
}

.infiniteCarousel .slideInfinite .backImage:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9998;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(30,30,40,.2);
    top: 0;
    left: 0
}

.infiniteCarousel .slideInfinite .imageDescription {
    position: relative;
    z-index: 100000
}

.infiniteCarousel .slideInfinite .imageDescription .imageContainer {
    position: absolute!important;
    bottom: 30px!important;
    left: -10px;
    width: 30%!important
}

.infiniteCarousel .slideInfinite .imageDescription .imageContainer img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-width: 55%;
    margin: 0 auto
}

.infiniteCarousel .slideInfinite .imageDescription .textContainer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #f5f5f5;
    font-weight: 700;
    font-size: 1.5rem
}

.tvRow .buttonTv {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.appContainer {
    background: #f5f5f5;
    padding-top: 120px;
    text-align: center
}

.appContainer p {
    font-weight: 700;
    font-size: 1.75rem;
    color: #3b4559;
    line-height: 34px;
    margin-bottom: 24px
}

.appContainer hr {
    border: 2px solid #59cbe8;
    max-width: 990px;
    width: 90%;
    margin: 0 auto 24px
}

.appContainer h1 {
    font-weight: 300;
    font-size: 3rem;
    color: #3b4559;
    line-height: 58px;
    margin-top: 24px
}

.appContainer h1 span {
    font-weight: 700;
    font-size: 3rem
}

.devicesSlider {
    width: 100%;
    position: relative;
    margin-bottom: 2.5%;
    margin-top: 1.5%;
    overflow-x: hidden;
    height: auto
}

.devicesSlider .computerContainer {
    position: relative;
    width: 105.6%;
    height: 93.1%;
    left: -5.5%;
    bottom: 0;
    z-index: 1;
    visibility: hidden
}

.devicesSlider .computerContainer img {
    width: 54.5%;
    height: 93.1%;
    left: 17.5%;
    position: relative;
    object-fit: contain;
    display: block;
    z-index: 1
}

.devicesSlider .smartphoneContainer {
    bottom: 0!important;
    left: 30%;
    width: 13%;
    position: absolute;
    z-index: 3;
    transition: all .3s
}

.devicesSlider .smartphoneContainer img {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 3;
    object-fit: contain
}

.devicesSlider .ipadLandscapeContainer {
    width: 40.9%;
    left: 33.2%;
    bottom: 0;
    right: 12.2%;
    position: absolute;
    z-index: 2;
    transition: .3s
}

.devicesSlider .ipadLandscapeContainer img {
    width: 100%;
    position: relative;
    z-index: 3;
    object-fit: contain;
    display: block;
    left: 40px;
    bottom: 0
}

.devicesSlider .ipadPortraitContainer {
    position: absolute;
    bottom: 0;
    left: 44.8%;
    width: 31%;
    z-index: 2;
    display: none
}

.devicesSlider .ipadPortraitContainer img {
    width: 90%;
    position: relative;
    z-index: 3;
    object-fit: contain;
    display: block
}

.onDemandComputer img {
/*     background: url(../../img/nuevos/imgservicios/screen@3xlap.png) 0 0 no-repeat; */
    background-size: 56% auto;
    background-position: 49% 24%
}

.onDemandPhone img {
/*     background: url(../../../assets/img/nuevos/imgservicios/nuevoAppTotalplay.png) 0 0 no-repeat; */
    background-size: 63% auto;
    background-position: 49% 44%
}

.onDemandIpad img {
/*     background: url(../../../assets/img/nuevos/imgservicios/screen@3xipad.png) 0 0 no-repeat; */
    background-size: 67% 89%;
    background-position: 49% 34%
}

.remoteIpad img {
/*     background: url(../../../assets/img/nuevos/imgservicios/controlRemoto02@3xIpad.png) 0 0 no-repeat; */
    background-size: 54% auto;
    background-position: 49% 45%
}

.remotePhone {
    bottom: 0!important;
    left: 30%!important;
    width: 13%!important
}

.remotePhone img {
/*     background: url(../../../assets/img/nuevos/imgservicios/controlRemoto@3x.iphone.png) 0 0 no-repeat; */
    background-size: 60% auto;
    background-position: 49% 44%
}

.ipadLandline img {
/*     background: url(../../../assets/img/nuevos/imgservicios/telefonoNew@3x.png) 0 0 no-repeat; */
    background-size: 54% auto;
    background-position: 48% 45%
}

.phoneLandline {
    bottom: 0!important;
    left: 30%!important;
    width: 13%!important
}

.phoneLandline img {
/*     background: url(../../../assets/img/nuevos/imgservicios/phone@3x.png) 0 0 no-repeat; */
    background-size: 60% auto;
    background-position: 50% 43%
}

.computerWifi img {
/*     background: url(../../img/nuevos/imgservicios/mi-red-wi-fi@3x.png) 0 0 no-repeat; */
    background-size: 56% auto;
    background-position: 49% 24%
}

.ipadWifi {
    width: 36.9%!important;
    left: 39.2%!important;
    transition: .3s
}

.ipadWifi img {
/*     background: url(../../../assets/img/nuevos/imgservicios/group@3x.png) 0 0 no-repeat; */
    background-size: 67% auto;
    background-position: 50% 43%
}

.phoneWifi img {
/*     background: url(../../../assets/img/nuevos/imgservicios/group-2@3x.png) 0 0 no-repeat; */
    background-size: 63% auto;
    background-position: 49% 46%
}

.phoneWifi {
    left: 40%!important;
    width: 11%!important
}

.computerInvoice img {
/*     background: url(../../img/nuevos/imgservicios/edoCuenta@3x.png) 0 0 no-repeat; */
    background-size: 56% auto;
    background-position: 49% 24%
}

.ipadInvoice img {
 /*    background: url(../../../assets/img/nuevos/imgservicios/estado-cta-tablet@3x.png) 0 0 no-repeat; */
    background-size: 66% auto;
    background-position: 49% 42%
}

.ipadInvoice {
    width: 40.9%!important;
    left: 33.2%!important;
    bottom: 0!important;
    right: 12.2%!important
}

.phoneInvoice img {
/*     background: url(../../../assets/img/nuevos/imgservicios/movil-edo-cuenta@3x.png) 0 0 no-repeat; */
    background-size: 63% auto;
    background-position: 49% 47%
}

.phoneInvoice {
    bottom: 0!important;
    left: 30%!important;
    width: 13%!important;
    transition: .3s
}

.newRemoteIpad img {
/*     background: url(../../../assets/img/nuevos/imgservicios/controlipad.jpg) 0 0 no-repeat; */
    background-size: 67% auto;
    background-position: 49% 41%
}

.newPhoneIpad img {
/*     background: url(../../../assets/img/nuevos/imgservicios/phoneipad.png) 0 0 no-repeat; */
    background-size: 66% auto;
    background-position: 49% 39%
}

.sliderSelector {
    list-style: none;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px
}

.sliderSelector li {
    display: inline-block
}

.sliderSelector li a {
    color: #3b4559;
    display: block;
    font-size: 1.125rem;
    margin-right: 15px
}

.sliderSelector li a:after {
    display: none
}

.sliderSelector li:last-child a {
    margin-right: 0
}

.sliderSelector li a.active {
    color: #1a76d2;
    pointer-events: none
}

.menuSelector {
    position: absolute;
    height: 5px;
    width: 32px;
    bottom: 16px;
    transition: all .6s ease;
    background-color: #0772c9
}

.bottomApp {
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 2rem
}

.bottomApp .bottomAppDescription {
    margin-bottom: 2rem
}

.bottomApp .bottomAppDescription p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 34px;
    color: #3b4559
}

.landlineRow {
    text-align: center;
    background: #eee;
    padding-top: 120px
}

.landlineRow.hogarRow {
    background: #f6f6f6
}

.landlineRow .landlineTitle p {
    font-weight: 700;
    font-size: 1.75rem;
    color: #3b4559;
    line-height: 34px;
    margin-bottom: 24px
}

.landlineRow hr {
    border: 4px solid #8246af;
    max-width: 990px;
    width: 90%;
    margin: 0 auto 24px
}

.landlineRow .landlineHeader h1 {
    font-weight: 300;
    font-size: 3rem;
    color: #3b4559;
    line-height: 58px;
    margin-bottom: 48px;
    margin-top: 16px
}

.landlineRow .landlineHeader h1 span {
    font-weight: 700;
    font-size: 3rem
}

.landlineRow .landlineImage img {
    max-width: 850px
}

.landlineRow .landlineDescription p {
    font-weight: 300;
    font-size: 1.5rem;
    color: #3b4559;
    line-height: 34px;
    margin-bottom: 48px;
    margin-top: 48px
}

.landlineRow .buttonLandline {
    margin-top: 40px;
    margin-bottom: 40px
}

.appsMainTitle {
    padding-top: 140px;
    text-align: center
}

.supportMain {
    text-align: center;
    padding-top: 160px
}

.supportMain .supportTitle h1 {
    font-weight: 300;
    font-size: 2.25rem;
    color: #3b4550;
    line-height: 54px
}

.supportMain .phonesRow {
    padding-top: 48px;
    padding-bottom: 48px
}

.supportMain .phonesRow .phonesCol {
    margin-bottom: 2rem;
    border-right: 1px solid #bdc0c3
}

.supportMain .phonesRow .phonesCol:last-child {
    border-right: none
}

.supportMain .phonesRow .phonesClientsTitle {
    text-align: left
}

.supportMain .phonesRow .phonesClientsTitle h2 {
    margin-bottom: 16px;
    color: #3b4559;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: normal
}

.supportMain .phonesRow .phonesClientsTitle p {
    margin-bottom: 13px;
    font-weight: 200;
    font-size: 1.125rem;
    color: #3b4559
}

.supportMain .phonesRow .phoneItem a {
    font-size: 1.125rem;
    color: #198aff;
    position: relative
}

.supportMain .phonesRow .phoneItem a:before {
    content: "\e806";
    font-family: totalplayicons;
    font-size: 1.5rem;
    display: inline;
    position: absolute;
    left: -37px;
    top: -1px;
    color: #3b4550
}

.supportMain .phonesRow .phoneItem.multipleItem a {
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
    color: #198aff
}

.supportMain .phonesRow .phoneItem.multipleItem a:before {
    content: "\f879";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.supportMain .phonesRow .phoneItem a:after {
    display: none
}

.supportMain .socialmedia small {
    color: #3b4550;
    display: block;
    font-size: 55%;
    margin: .5em 0
}

.supportManuals {
    background: #f5f5f5;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px
}

.ont {
    margin-bottom: 35px!important
}

.supportManuals .supportManualsTitle h1 {
    font-weight: 700;
    font-size: 1.625rem;
    color: #3b4559;
    line-height: normal;
    text-align: center;
    margin-bottom: 48px
}

.supportManuals .manualsCarousel a {
    color: #3b4559
}

.supportManuals .manualsCarousel a:focus {
    outline: none
}

.supportManuals .manualsCarousel a:after {
    display: none
}

.supportManuals .manualsCarousel .documentContainer {
    margin-bottom: 15px;
    height: 250px
}

.supportManuals .manualsCarousel .documentContainer .documentImageContainer img {
    max-width: 192px;
    width: 192px;
    position: relative;
    z-index: 10;
    margin: 0 auto
}

.supportManuals .manualsCarousel .documentContainer .documentDescriptionContainer {
    background: #fafafa;
    max-width: 192px;
    height: 159px;
    position: relative;
    top: -70px;
    margin: 0 auto;
    z-index: 9;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

.supportManuals .manualsCarousel .documentContainer .documentDescriptionContainer p {
    position: relative;
    text-align: center;
    font-size: 1.125rem;
    width: 152px;
    left: 20px;
    bottom: -65px;
    font-weight: 500
}

.mobileDocument {
    background: #fafafa;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.mobileDocument .mobileImageContainer img {
    max-width: 140px;
    position: relative;
    bottom: 50px;
    left: -15px
}

.mobileDocument .mobileDescriptionContainer p {
    width: 128px;
    height: 64px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #3b4559;
    line-height: normal;
    margin-left: 35px
}

.supportManuals .slick-slider .slick-track {
    padding-top: 2rem
}

.supportManuals .slick-arrow {
    top: 50%;
    z-index: 12;
    width: 58px;
    height: 58px;
    background: no-repeat 50%/contain;
    z-index: 999;
    opacity: .6;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.supportManuals .slick-arrow:hover {
    opacity: 1
}

.supportManuals .slick-arrow:before {
    content: none
}

.supportManuals .slick-prev {
    left: 10px;
/*     background-image: url(../../img/nuevos/imgAsistencia/help-prev.webp) */
}

.supportManuals .slick-next {
    right: 10px;
/*     background-image: url(../../img/nuevos/imgAsistencia/help-next.webp) */
}

.documentsRow {
    text-align: center;
    background: #fafafa
}

.documentsRow .documentsRowTitle h1 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #3b4559;
    line-height: normal;
    margin-bottom: 32px
}

.documentsRow .manualsContainer .documentItem {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.documentsRow .manualsContainer a {
    font-weight: 500;
    font-size: 1.125rem;
    color: #3b4559;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.documentsRow .manualsContainer a:before {
    font-family: totalplayicons;
    content: "\e807";
    font-size: 1.75rem;
    display: inline;
    position: relative;
    right: 15px;
    color: #1988ff
}

.documentsRow .manualsContainer a:after {
    display: none
}

.faqsLink {
    text-align: center;
    padding: 3em 0 4em
}

.faqsLink h1 {
    font-weight: 300;
    font-size: 1.5rem;
    color: #3b4559;
    line-height: 1.5;
    margin-bottom: 16px
}

.contactRow {
    background: #50535d;
    padding-top: 40px;
    padding-bottom: 90px
}

.contactRow,.contactRow .envelopeRow {
    text-align: center
}

.contactRow .envelopeRow .envelope:before {
    font-family: totalplayicons;
    content: "\e80a";
    color: #fff;
    font-size: 3.4rem
}

.contactTitle h1 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 1.375rem;
    color: #fafafa;
    line-height: 1.55
}

.contactInputContainer,.contactInputContainer input {
    color: #fff
}

.contactInputContainer select {
    width: 100%;
    background: hsla(0,0%,100%,0);
    position: relative;
    top: 7px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 12px;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
    -moz-appearance: none
}

.contactInputContainer select>option {
    color: #000;
    background: #fff
}

.contactInputContainer .mat-input-outer {
    margin-bottom: 15px
}

.contactInputContainer .mat-input-outer input+label.active,.contactInputContainer .mat-input-outer label {
    color: #fff
}

.logoScrollingContainer {
    position: absolute;
    width: 100%;
    z-index: 10;
    text-align: center;
    top: 57vh
}

.whiteBackApps .logoScrollingContainer {
    top: 62vh
}

.logoScrollingContainer .appLogoContainer img {
    width: 312px;
    margin: 0 auto;
    display: block
}

.logoScrollingContainer p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px
}

.logoScrollingContainer p:after {
    content: "\e80b";
    font-family: totalplayicons;
    display: block
}

.appsMainContainer {
    padding-top: 108px
}

.appsMainContainer .appVideoContainer {
    width: calc(100% + 30px);
    height: 80vh;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    background: #16161b
}

.appsMainContainer .appVideoContainer .videoAppContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 8px 48px 0 rgba(0,0,0,.5);
    left: 0
}

.hotPack {
/*     background: url(../../../assets/img/nuevos/hotpack/background.jpg) top no-repeat; */
    background-size: cover
}

.appsMainContainer .appVideoContainer .videoAppContainer video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

.appsMainContainer .appVideoContainer .videoAppContainer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    background: -moz-linear-gradient(top,rgba(22,27,27,.05) 0,#16161b 100%);
    background: -webkit-linear-gradient(top,rgba(22,27,27,.05),#16161b);
    background: linear-gradient(180deg,rgba(22,27,27,.05) 0,#16161b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d161b1b",endColorstr="#16161b",GradientType=0)
}

.appsMainTitle {
    background: #16161b
}

.appsMainTitle h1 {
    font-weight: 300;
    font-size: 2rem;
    color: #f5f5f5;
    margin-top: 35px;
    margin-bottom: 90px
}

.appsMainTitle h1 span {
    font-weight: 700;
    font-size: 2rem;
    color: #f5f5f5
}

.appsMainContainer .infiniteCarousel {
    background: #16161b
}

.appsMainContainer .buttonRow {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #16161b
}

.appsMainContainer .appsCardsContainer {
    padding-top: 120px;
    padding-bottom: 64px
}

.appsMainContainer .appsCardsContainer .card.white {
    background: #f5f5f5;
    color: #324559
}

.animatedCard {
    opacity: 0;
    transition: opacity 1s;
    transform: translateY(20px);
    transition: all 1s
}

.visible {
    opacity: 1;
    transform: translate(0)
}

.appsMainContainer .appsCardsContainer .card {
    background: #222430;
    color: #f5f5f5;
    text-align: center;
    padding-bottom: 0;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.appsMainContainer .appsCardsContainer .card .card-body {
    padding-bottom: 0
}

.appsMainContainer .appsCardsContainer .card .card-title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 17px;
    height: 7rem;
    justify-content: center
}

.appsMainContainer .appsCardsContainer .card .card-text {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    margin-bottom: 17px
}

.appsCardsContainer .appCenteredImage {
    text-align: center
}

.appsCardsContainer .appCenteredImage img {
    margin-top: 110px;
    margin-bottom: 24px;
    width: 100%
}

.appsCardsContainer .appCenteredImage p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 30px;
    color: #f5f5f5;
    margin-bottom: 56px
}

.appsCardsContainer .appCenteredImage .descritionButtonRow {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.main-text,.whiteBackApps .appsCardsContainer .appCenteredImage p {
    color: #3b4559
}

.whiteBackApps.telefonia .appsCardsContainer .appCenteredImage p,.whiteBackApps.television .appsCardsContainer .appCenteredImage p {
    color: #f5f5f5
}

.subtitleRowLanding {
    text-align: center
}

.subtitleRowLanding h1 {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 32px
}

.amazonBack {
    background: linear-gradient(180deg,#16161b,#175481)
}

.appleTVBack {
    background: linear-gradient(180deg,rgba(51,51,51,0),#333);
    background-color: #16161b
}

.btnNew {
    background: linear-gradient(90deg,#01bcd4,#1a76d2);
    box-shadow: 0 1.5rem 1rem rgba(0,0,0,.175)!important;
    width: 304px;
    height: 48px;
    flex-shrink: 0;
    padding: 10px 20px!important;
    color: #f5f5f5;
    font-size: 20px
}

.landingWhiteBack {
    background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,#f5f5f5 100%);
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#f5f5f5);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#f5f5f5",GradientType=0)
}

.comedyBack {
    background: #16161b;
    background: -moz-linear-gradient(top,#16161b 0,#a9295b 100%);
    background: -webkit-linear-gradient(top,#16161b,#a9295b);
    background: linear-gradient(180deg,#16161b 0,#a9295b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#a9295b",GradientType=0)
}

.blimBack {
    background: #16161b;
    background: -moz-linear-gradient(top,#16161b 0,#00524b 100%);
    background: -webkit-linear-gradient(top,#16161b,#00524b);
    background: linear-gradient(180deg,#16161b 0,#00524b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#00524b",GradientType=0)
}

.netflixBack {
    background: #16161b;
    background: -moz-linear-gradient(top,#16161b 0,#602b26 100%);
    background: -webkit-linear-gradient(top,#16161b,#602b26);
    background: linear-gradient(180deg,#16161b 0,#602b26)
}

.nbaBack,.netflixBack {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#602b26",GradientType=0)
}

.nbaBack {
    background: #002549;
    background: -moz-linear-gradient(top,#16161b 0,#002549);
    background: -webkit-linear-gradient(top,#16161b,#002549);
    background: linear-gradient(180deg,#16161b 0),#002549
}

.hboBack {
    background: #16161b;
    background: -moz-linear-gradient(top,#16161b 0,#5d1116 100%);
    background: -webkit-linear-gradient(top,#16161b,#5d1116);
    background: linear-gradient(180deg,#16161b 0,#0c86dd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#5d1116",GradientType=0)
}

.hboMaxBack {
    background: linear-gradient(180deg,#16161b,#2a0b56 17%,#5815b9 33%,#690b92 67%,#710980)
}

.starPlusBack {
    background: #16161b;
    background: linear-gradient(top,#16161b,#28193c);
    background: -moz-linear-gradient(top,#16161b 0,#28193c 100%);
    background: -webkit-linear-gradient(top,#16161b,#28193c)
}

.disneyPlusBack {
    background: #16161b;
    background: linear-gradient(top,#16161b,#052a4a);
    background: -moz-linear-gradient(top,#16161b 0,#052a4a 100%);
    background: -webkit-linear-gradient(top,#02172a,#02354c 50%,#136878)
}

.comboDSBack {
    background: #16161b;
    background: linear-gradient(top,#16161b,#181540);
    background: -moz-linear-gradient(top,#16161b 0,#181540 100%);
    background: -webkit-linear-gradient(top,#16161b,#181540)
}

.foxBack {
    background: #16161b;
    background: -moz-linear-gradient(top,#16161b 0,#692e0b 100%);
    background: -webkit-linear-gradient(top,#16161b,#692e0b);
    background: linear-gradient(180deg,#16161b 0,#692e0b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#692e0b",GradientType=0)
}

.nickelodeonBack {
    background: #16161b;
    background: -moz-linear-gradient(top,#16161b 0,#ca6b1c 100%);
    background: -webkit-linear-gradient(top,#16161b,#ca6b1c);
    background: linear-gradient(180deg,#16161b 0,#ca6b1c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#ca6b1c",GradientType=0)
}

.appGalleryContainer .appGalleryTitle h1 {
    font-weight: 300;
    font-size: 2rem;
    color: #fafafa;
    line-height: 39px;
    text-align: center;
    margin-bottom: 2rem
}

.appGalleryContainer .channelContainer .galleryItem {
    margin-bottom: 2rem
}

.appGalleryContainer .channelContainer .galleryImage {
    text-align: center
}

.appGalleryContainer .channelContainer .galleryImage img {
    max-width: 100%;
    width: 352px;
    margin: 0 auto;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.appGalleryContainer .channelContainer .galleryDescription p {
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem;
    color: #f5f5f5;
    line-height: 30px
}

.appGalleryContainer .channelContainer .galleryDescription p span {
    font-weight: 700;
    display: block;
    color: #f5f5f5
}

.appTvRow {
    padding-top: 52px;
    text-align: center;
    padding-bottom: 48px;
    background: #e0e0e0
}

.appTvRow .tvRow {
    background: hsla(0,0%,87.8%,0)
}

.appTvRow .tvRow .videoContent {
    overflow: hidden;
    box-shadow: 0 8px 48px 0 rgba(0,0,0,.5);
    background: #000;
    top: .5%;
    height: 87.5%;
    width: 89.5%;
    left: 6.4%;
    position: absolute
}

.appTvRow .tvImageContainer img {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin: 0 auto
}

.appTvRow .decoderImgContainer {
    position: relative;
    top: -2rem
}

.appTvRow .decoderImgContainer img {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto
}

.appTvRow .tvRowTitles p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 42px;
    color: #3b4559
}

.appTvRow .tvRowTitles h1 {
    font-size: 1.75rem;
    margin-bottom: 24px;
    color: #3b4559
}

.appTvRow .tvRowDescription p {
    font-size: 1.25rem;
    line-height: 30px;
    color: #3b4559;
    margin-bottom: 24px
}

.appTvRow .tvRowTitles p span {
    font-weight: 700
}

.appTvRow .clientRowTV {
    margin-top: 2rem
}

.otherAppsRow {
    background: #fafafa;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center
}

.otherAppsRow .otherAppsRowTitle h1 {
    font-weight: 300;
    font-size: 1.75rem;
    color: #3b4559;
    margin-bottom: 2rem
}

.otherAppsRow .linksToLandings .otherAppsItem .landingLink {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 2rem
}

.otherAppsRow .linksToLandings .otherAppsItem a .landingLink h1 {
    font-weight: 700;
    color: #3b4559;
    font-size: 1.5rem
}

.otherAppsItem a:after,.otherAppsRow .linksToLandings .otherAppsItem a:after {
    display: none
}

.otherAppsRow .otherAppsGallery {
    text-align: center
}

.otherAppsRow .otherAppsGallery .otherAppsItem img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.appFaqs {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 50px
}

.appFaqs .appFaqsTitles {
    text-align: left
}

.appFaqs .appFaqsTitles h1 {
    font-size: 1.75rem;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 24px
}

.appFaqs .faqsContainer .card {
    margin-bottom: 16px;
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.appFaqs .faqsContainer .card .card-header {
    border: none;
    background: #f5f5f5
}

.appFaqs .faqsContainer .card .card-header h2 button {
    color: #3b4559;
    font-weight: 600;
    font-size: 1.25rem
}

.appFaqs .faqsContainer .card .card-header h2 button:focus,.appFaqs .faqsContainer .card .card-header h2:focus {
    outline: none
}

.appFaqs .faqsContainer .card .card-body {
    color: #3b4559;
    font-weight: 300;
    font-size: 1.125rem
}

.appFaqs .faqsContainer .card .card-body p {
    margin-bottom: 10px;
    padding-left: 12px
}

.appFaqs .faqsContainer .card .card-body ol li,.appFaqs .faqsContainer .card .card-body ul li {
    margin-bottom: 10px
}

.appFaqs .faqsContainer .card .card-body a {
    font-size: 1.125rem
}

.appFaqs .faqsContainer .card .card-body a:after {
    display: none
}

.appFaqs .faqsContainer .card .card-body ol,.appFaqs .faqsContainer .card .card-body ul {
    padding-left: 2rem
}

.appFaqs .faqsContainer .card .card-header h2 button.collapsed:after {
    font-family: totalplayicons;
    content: "\e802"!important;
    color: #1988ff;
    float: right;
    transform: rotate(90deg);
    font-size: .75rem;
    position: relative;
    top: 8px
}

.appFaqs .faqsContainer .card .card-header h2 button:after {
    content: "\e80b";
    font-family: totalplayicons;
    color: #1988ff;
    float: right;
    font-size: .75rem;
    transform: rotate(180deg);
    position: relative;
    top: 8px
}

.whiteBackApps .videoAppContainer {
    box-shadow: none!important
}

.whiteBackApps .videoAppContainer img {
    width: 742px;
    max-width: 100%
}

.whiteBackApps .videoAppContainer:before {
    display: none!important
}

.whiteBackApps .showMoreRow p {
    color: #161b1b!important
}

.whiteBackApps.television .appVideoContainer {
    background: #17161c;
/*     background-image: url(../../img/nuevos/backLandingTV.jpg),linear-gradient(#17161c,#17161c)!important; */
    background-size: cover!important;
    background-position: top!important;
    background-repeat: no-repeat!important
}

.whiteBackApps.telefonia .appVideoContainer {
/*     background: url(../../../assets/img/nuevos/tel.jpg) top no-repeat!important; */
    background-size: cover!important
}

.whiteBackApps .appVideoContainer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    top: 0;
    background: white;
/*     background: -moz-linear-gradient(top,hsla(0,0%,98.8%,0) 0,#fcfcfc 100%);
    background: -webkit-linear-gradient(top,hsla(0,0%,98.8%,0),#fcfcfc);
    background: linear-gradient(180deg,hsla(0,0%,98.8%,0) 0,#fcfcfc); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fcfcfc",endColorstr="#fcfcfc",GradientType=0);
    box-shadow: 0 24px 48px 0 rgba(0,0,0,.5)
}

.whiteBackApps.telefonia .appVideoContainer:after,.whiteBackApps.television .appVideoContainer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    background: white;
/*     background: -moz-linear-gradient(top,hsla(0,0%,98.8%,0) 0,#fcfcfc 100%);
    background: -webkit-linear-gradient(top,hsla(0,0%,98.8%,0),#fcfcfc);
    background: linear-gradient(180deg,hsla(0,0%,98.8%,0) 0,#fcfcfc); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d16161b",endColorstr="#16161b",GradientType=0);
    box-shadow: 0 24px 48px 0 rgba(0,0,0,.5)
}

.whiteBackApps.telefonia .appVideoContainer h1,.whiteBackApps.television .appVideoContainer h1 {
    color: #fff;
    margin-bottom: 24px
}

.whiteBackApps.telefonia .appsMainTitle,.whiteBackApps.television .appsMainTitle {
    background: #16161b!important
}

.whiteBackApps.telefonia .showMoreRow p,.whiteBackApps.television .showMoreRow p {
    color: #f5f5f5!important
}

.whiteBackApps.telefonia .landingWhiteBack,.whiteBackApps.television .landingWhiteBack {
    background: white;
/*     background: -moz-linear-gradient(top,hsla(0,0%,98.8%,0) 0,#fcfcfc 100%);
    background: -webkit-linear-gradient(top,hsla(0,0%,98.8%,0),#fcfcfc);
    background: linear-gradient(180deg,hsla(0,0%,98.8%,0) 0,#fcfcfc); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#3b4559",GradientType=0)
}

.whiteBackApps.telefonia .landingWhiteBack .card.dark,.whiteBackApps.television .landingWhiteBack .card.dark {
    background: #222430
}

.whiteBackApps.television .videoAppContainer img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modalButton,.modalChannelsContainer>div {
    height: auto
}

.modalChannelsContainer {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    text-align: center;
    padding: 0 15px;
    overflow-y: auto
}

.modalChannelsContainer .closeButton {
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    height: auto;
    z-index: 1000;
    width: 32px;
    height: 32px
}

.modalChannelsContainer .closeButton .closeButtonIcon:after {
    content: "\e80d";
    font-family: totalplayicons;
    font-size: 1.125rem;
    color: #3b4559
}

.modalChannelsContainer .channelsTopBar .channelsTopBarTitle {
    padding-top: 2rem;
    height: auto
}

.modalChannelsContainer .channelsTopBar .channelsTopBarTitle h1 {
    font-weight: 300;
    text-align: center;
    font-size: 2.25rem;
    color: #3b4559;
    margin-bottom: 1rem
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle div {
    padding-right: 0;
    padding-left: 0
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle ul {
    list-style: none;
    height: auto;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle li {
    display: inline;
    margin: 0 10px;
    cursor: pointer
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle li a {
    font-weight: 300;
    background: #e1e1e1;
    color: #3b4559;
    padding: 7px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid rgba(26,118,210,0)
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle li a:hover {
    border: 2px solid #1a76d2;
    background: rgba(26,118,210,.15)
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle li:focus {
    outline: none
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle li.parrillaSeleccionada a {
    border: 2px solid #1a76d2;
    font-weight: 700;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modalChannelsContainer .channelsTopBar .channelsTopBarToggle ul li a:after {
    display: none
}

.modalChannelsContainer .channelsTopBar .channelsDescription h1 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #3b4559;
    line-height: 42px
}

#advancedDesc,#basicDesc,#premiumDesc {
    display: none
}

.modalChannelsContainer .filtersContainer {
    text-align: left
}

.modalChannelsContainer .filtersContainer p {
    font-weight: 500
}

.modalChannelsContainer .filtersContainer hr {
    border: 1px solid #e0e0e0;
    margin-top: 0;
    margin-bottom: 0
}

.modalChannelsContainer .filtersContainer .filterToggle {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px
}

.modalChannelsContainer .filtersContainer .filterToggle p {
    display: block;
    cursor: pointer
}

.modalChannelsContainer .filtersContainer .filterToggle p:before {
    content: "\e80e";
    font-family: totalplayicons;
    font-size: 1.25rem;
    margin-right: 16px;
    cursor: pointer
}

.modalChannelsContainer .filtersContainer .filterToggle p.closeIconFilters:after {
    content: "\e80d";
    font-family: totalplayicons;
    font-size: .875rem;
    cursor: pointer;
    float: right;
    margin-top: 4px
}

.modalChannelsContainer .filtersContainer .filterToggle p a {
    font-size: 1rem;
    color: #3b4559
}

.modalChannelsContainer .filtersContainer .filterToggle p a:after {
    display: none
}

.modalChannelsContainer .filtersContainer .filterClass {
    margin-top: 40px;
    padding-left: 15px
}

.modalChannelsContainer .filtersContainer .filterClass .form-check-label {
    color: #75787b;
    font-size: .875rem;
    cursor: pointer
}

.modalChannelsContainer .filtersContainer .filterClass .filterClassTitle,.modalChannelsContainer .filtersContainer .filterClass .filterItem {
    margin-bottom: 21px
}

.modalChannelsContainer .filtersContainer .filterClass .filterItem:last-child {
    margin-bottom: 9px
}

.modalChannelsContainer .filtersContainer .filterClass .automaticLabel:before,.modalChannelsContainer .filtersContainer .filterClass .manualLabel:before {
    content: "\e80f";
    font-family: totalplayicons
}

.modalChannelsContainer .filtersContainer .filterClass .manualLabel:before {
    background: #3b4559;
    background: -moz-linear-gradient(left,#3b4559 70%,rgba(59,69,89,.05) 100%);
    background: -webkit-linear-gradient(left,#3b4559 70%,rgba(59,69,89,.05));
    background: linear-gradient(90deg,#3b4559 70%,rgba(59,69,89,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b4559",endColorstr="#0d3b4559",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.modalChannelsContainer .filtersContainer .filterClass .automaticLabel:before {
    background: #e4002b;
    background: -moz-linear-gradient(left,#e4002b 0,#f04e98 100%);
    background: -webkit-linear-gradient(left,#e4002b,#f04e98);
    background: linear-gradient(90deg,#e4002b 0,#f04e98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#f04e98",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.modalChannelsContainer .filtersContainer .channelContainer .channelItem {
    text-align: center;
    margin-bottom: 25px
}

.modalChannelsContainer .filtersContainer .channelContainer .channelItem .channelItemImage img {
    background: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 8px;
    width: 100%;
    max-width: 136px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    transition: .3s
}

.modalChannelsContainer .filtersContainer .channelContainer .channelItem .channelItemName {
    margin-top: 6px
}

.modalChannelsContainer .filtersContainer .channelContainer .channelItem .channelItemName.rewind p:before {
    content: "\e80f";
    font-family: totalplayicons;
    margin-right: 5px;
    background: #e4002b;
    background: -moz-linear-gradient(left,#e4002b 0,#f04e98 100%);
    background: -webkit-linear-gradient(left,#e4002b,#f04e98);
    background: linear-gradient(90deg,#e4002b 0,#f04e98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#f04e98",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.modalChannelsContainer .filtersContainer .channelContainer .channelItem .channelItemName.normalrewind p:before {
    content: "\e80f";
    font-family: totalplayicons;
    margin-right: 5px;
    background: #3b4559;
    background: -moz-linear-gradient(left,#3b4559 70%,rgba(59,69,89,.05) 100%);
    background: -webkit-linear-gradient(left,#3b4559 70%,rgba(59,69,89,.05));
    background: linear-gradient(90deg,#3b4559 70%,rgba(59,69,89,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b4559",endColorstr="#0d3b4559",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.showFilters .buttonRow {
    margin-top: 1rem
}

.showFilters .buttonRow .generalButton {
    display: block;
    margin-bottom: 1rem;
    padding-top: 0!important;
    padding-bottom: 0!important;
    width: 100%
}

.overModalContainer {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: calc(100% + 30px);
    height: 100%;
    z-index: 10001;
    padding-top: 20vh;
    padding-bottom: 100vh;
    overflow: hidden;
    display: none
}

.channelDescriptionRow {
    background: #fafafa;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0
}

.channelDescriptionRow .channelDescriptionCol {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    position: relative;
    top: -6vh
}

.channelDescriptionRow .channelDescriptionCol img {
    margin-bottom: 32px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15)
}

.channelDescriptionRow .channelDescriptionCol .row div {
    padding-left: 30px;
    padding-right: 30px
}

.channelDescriptionRow .channelDescriptionCol h1 {
    color: #3b4559;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 13px
}

.channelDescriptionRow .channelDescriptionCol p {
    color: #3b4559;
    font-weight: 300;
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 24px
}

.channelDescriptionRow .channelDescriptionCol span {
    color: #3b4559;
    font-weight: 700;
    font-size: 1rem;
    line-height: 26px
}

.channelDescriptionRow .channelDescriptionCol span a {
    font-size: 1rem
}

.channelDescriptionRow .channelDescriptionCol span a:after {
    content: "\e810";
    font-family: totalplayicons;
    font-size: 1.125rem;
    position: relative;
    top: 1px;
    left: 4px
}

.channelDescriptionRow .channelDescriptionCol span a:hover:after {
    left: 4px
}

.channelDescriptionRow .channelDescriptionCol h1.rewind:before {
    content: "\e80f";
    font-family: totalplayicons;
    margin-right: 5px;
    background: #e4002b;
    background: -moz-linear-gradient(left,#e4002b 0,#f04e98 100%);
    background: -webkit-linear-gradient(left,#e4002b,#f04e98);
    background: linear-gradient(90deg,#e4002b 0,#f04e98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#f04e98",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.channelDescriptionRow .channelDescriptionCol h1.normalrewind:before {
    content: "\e80f";
    font-family: totalplayicons;
    margin-right: 5px;
    background: #3b4559;
    background: -moz-linear-gradient(left,#3b4559 70%,rgba(59,69,89,.05) 100%);
    background: -webkit-linear-gradient(left,#3b4559 70%,rgba(59,69,89,.05));
    background: linear-gradient(90deg,#3b4559 70%,rgba(59,69,89,.05));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b4559",endColorstr="#0d3b4559",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.channelDescriptionRow .channelImageCol img {
    width: 100%;
    height: auto;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.channelDescriptionRow .closeChannelBanner {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    cursor: pointer
}

.channelDescriptionRow .closeChannelBanner:before {
    content: "\e80d";
    font-family: totalplayicons;
    color: #fafafa;
    font-size: .75rem
}

.mainChannelBanners {
    background: #222430;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 60px
}

.mainChannelBanners .channelBannersItem .channelBannersImage {
    text-align: center
}

.mainChannelBanners .channelBannersItem .channelBannersImage img {
    width: 100%;
    max-width: 352px;
    margin-bottom: 1rem
}

.extraBanners {
    background: #1e1e28;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    color: #f5f5f5
}

.extraBanners .extraBannerContainer,.extraBanners .extraBannersTitle {
    margin-bottom: 32px
}

.extraBanners .extraBannersTitle h1 {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 42px
}

.extraBanners .hboBanner .extraBannerChannel {
    background: #402b3c
}

.extraBanners .foxBanner .extraBannerChannel {
    background: #222430
}

.extraBanners .extraBannerChannel {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerLogo img {
    width: 100%;
    max-width: 123px;
    margin-bottom: 32px;
    margin-top: 40px
}

.extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerIncluded p {
    background: hsla(0,0%,99.2%,.1);
    display: inline-block;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #f5f5f5;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 24px
}

.extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerDescription p {
    color: #f5f5f5;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 124px
}

.extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerLink {
    margin-bottom: 15px
}

.extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerLink a {
    font-size: 1rem;
    color: #64b5f6
}

.extraBanners .extraBannerChannel .extraBannerImageCol {
    padding-right: 0;
    padding-left: 0
}

.extraBanners .extraBannerChannel .extraBannerImageCol img {
    width: 100%;
    min-height: 397px
}

.extraBanners .extraBannerChannel .extraBannerImageCol .extraBannerLinkImage {
    display: none
}

.faqsMainContainer {
    padding-top: 140px;
    background: #fafafa
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsItem a {
    font-weight: 700;
    display: block;
    color: #3b4559;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.25rem
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsItem a:hover {
    background: rgba(26,118,210,.05)
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsItem a:after {
    display: none
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsBackSupport a {
    color: #3b4559;
    font-weight: 300;
    font-size: 1.375rem;
    padding-left: 0
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsBackSupport a:hover {
    background: hsla(0,0%,100%,0);
    color: #1988ff
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsBackSupport a:after {
    display: none
}

.faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsBackSupport a:before {
    content: "\e811";
    font-family: totalplayicons;
    margin-right: 1rem
}

.faqsMainContainer .faqsLargeContainer .faqsCardsContainer {
    border-left: 1px solid #f0f0f0
}

.faqsMainContainer .faqsLargeContainer .faqsCardsContainer .faqsContainerTitle {
    margin-bottom: 2rem
}

.faqsMainContainer .faqsLargeContainer .faqsCardsContainer .faqsContainerTitle h1 {
    font-weight: 700;
    font-size: 1.5rem
}

.faqsMainContainer .faqsLargeContainer .faqsCardsContainer .faqsContainerTitle p {
    font-weight: 300;
    font-size: 1.125rem
}

.faqsCardsContainer .card {
    margin-bottom: 16px;
    background: #e0e0e0;
    border: none
}

.faqsCardsContainer .card .card-header {
    border: none;
    background: #f5f5f5
}

.faqsCardsContainer .card .card-header h2 button {
    color: #3b4559;
    font-weight: 500;
    font-size: 1.125rem
}

.faqsCardsContainer .card .card-header h2 button:focus,.faqsCardsContainer .card .card-header h2 button:hover {
    text-decoration: none
}

.faqsCardsContainer .card .card-body {
    color: #3b4559;
    font-weight: 300;
    font-size: 1.125rem;
    background: #f5f5f5
}

.faqsCardsContainer .card .card-body a {
    font-size: 1.125rem
}

.faqsCardsContainer .card .card-body a:after {
    display: none
}

.faqsCardsContainer .card .card-body ul {
    padding-left: 2rem
}

.faqsCardsContainer .card .card-header h2 button:after {
    font-family: totalplayicons;
    content: "\e802";
    color: #1988ff;
    float: right;
    transform: rotate(90deg);
    font-size: .75rem
}

.activeFaq {
    background: rgba(26,118,210,.1)!important
}

.mobileactiveFaq {
    border: 2px solid #1a76d2!important;
    font-weight: 700!important;
    pointer-events: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.faqsCardsContainer .card-header {
    background: hsla(0,0%,100%,0)
}

.floatingBar {
    position: fixed;
    top: -6rem;
    z-index: 10000;
    width: calc(100% - 30px);
    left: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.floatingBar .barButtons {
    transition: background-color .5s ease;
    background-color: #1a76d2;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    padding: 12px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 18px 35px 0 rgba(30,30,40,.3);
    transition: .5s
}

.floatingBar .barButtons .barPackageButton a {
    font-size: 1.25rem;
    color: #fff
}

.barPackageDetails,.barPackagePrice,.floatingBar .barButtons a:after {
    display: none
}

.floatingBar .barButtons .barDetailsRow p,.floatingBar .barButtons .barDetailsRow p span,.floatingBar .barButtons .barPackagePrice p {
    font-size: 1.375rem
}

.floatingBar .barButtons .barPackagePrice p span.barDiscount {
    font-size: 1.125rem
}

.floatingBar .barButtons .barPackageButton {
    margin-top: 15px;
    margin-bottom: 15px
}

.changeColor p span {
    color: #cf488b
}

.changeColor.towhiteBack .barPackagePrice p span,.changeColor p {
    color: #3b4559
}

.grow .barPackageDetails p span,.grow .barPackagePrice p span.barDiscount {
    display: block
}

.changeColor.towhiteBack .barPackageDetails p span {
    color: #cf488b
}

.changeColor.towhiteBack p span.barDiscount {
    color: #ef6c00
}

.changeColor a {
    background: #1a76d2;
    color: #fafafa;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.barPackageDetails {
    text-align: left;
    padding-left: 32px
}

.barPackagePrice {
    text-align: right
}

.appear {
    animation: slideDown .5s forwards
}

.hide {
    animation: slideUp .5s forwards
}

.grow {
    animation: growBar .5s forwards
}

.small {
    animation: resizeBar .5s forwards
}

.towhiteBack {
    transition: background-color .5s ease;
    background-color: #fafafa!important
}

.towhiteBack .barPackageButton a {
    padding: 1rem 2rem
}

.mainSliderApp {
    padding-top: 120px;
    padding-bottom: 45px;
    height: 100vh;
    position: relative;
    left: 0
}

.mainSliderApp .sliderAppContainer .sliderAppTexts h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 49px;
    color: #3b4559
}

.mainSliderApp .sliderAppContainer .sliderAppTexts:nth-child(2) {
    margin-bottom: 70px
}

.hexagonDiv {
    transform: rotateX(0deg);
    max-height: 63px;
    overflow-y: hidden;
    overflow-x: visible
}

.hexagonDiv .scrollingTexts {
    transform: translateY(0);
    opacity: 1;
    animation: showScrollingTexts 32s infinite forwards
}

.mainSliderApp .sliderAppContainer .sliderAppTexts p {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 63px;
    color: #3b4559;
    white-space: nowrap
}

.mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst span {
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 28px;
    color: #3b4559
}

.mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst {
    margin-top: 20px
}

.mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst .sliderAppBadgesImages {
    text-align: center;
    margin-top: 1rem
}

.mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst a:after {
    display: none
}

.mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst a img {
    max-width: 250px;
    width: 100%
}

.sliderAppsBadgesSecond {
    text-align: center
}

.sliderAppsBadgesSecond .sliderAppBadgesTitles {
    font-weight: 700;
    color: #3b4559
}

.sliderAppsBadgesSecond .sliderAppBadgesImages {
    text-align: center
}

.sliderAppsBadgesSecond .sliderAppBadgesImages a:after {
    display: none
}

.sliderAppsBadgesSecond .sliderAppBadgesImages a img {
    max-width: 140px;
    margin-top: 16px;
    width: 100%
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer {
    text-align: center
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer svg {
    padding-top: 2rem;
    max-width: 750px;
    overflow: visible;
    margin: 0 auto
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .backgroundImageApp {
    opacity: 0;
    animation: showbackAppMain .5s 2s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .tvIcon {
    opacity: 0;
    animation: showbackApp .5s 2.75s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .phoneIcon {
    opacity: 0;
    animation: showbackApp .5s 3s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .controlIcon {
    opacity: 0;
    animation: showbackApp .5s 3.25s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .homeIcon {
    opacity: 0;
    animation: showbackApp .5s 3.5s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .navBar {
    opacity: 0;
    animation: showbackApp .5s 3.75s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .triangleContainerFirst {
    opacity: 0;
    transform: translateX(820px) translateY(280px) scale(.45);
    animation: translateTriangleFirst .5s 1s forwards
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .triangleContainerSecond {
    opacity: 0;
    transform: translateX(820px) translateY(380px) scale(.55);
    animation: translateTriangleSecond .5s 1s forwards;
    backdrop-filter: blur(2px)
}

.mainSliderApp .sliderAppContainer .sliderAppImagesContainer .triangleContainerThird {
    opacity: 0;
    transform: translateX(820px) translateY(200px) scale(.55);
    animation: translateTriangleThird .5s 1.15s forwards
}

.mainSliderApp .scrollArrowsContainer {
    margin-top: 1rem;
    text-align: center;
    animation: showScrollDown 10s infinite forwards
}

.mainSliderApp .scrollArrowsContainer .scrollArrows {
    font-size: 1rem;
    color: #3b4559;
    transform: translate(0);
    cursor: pointer
}

.mainSliderApp .scrollArrowsContainer .scrollArrows:after {
    content: "\e813";
    font-family: totalplayicons;
    font-size: 1.125rem
}

.mainSliderApp .scrollArrowsContainer .scrollArrows:hover:after {
    left: 10px
}

.videosApp {
    background: #1e1e28;
    padding-top: 92px;
    padding-bottom: 92px
}

.videosApp .videosAppTitles {
    text-align: center
}

.videosApp .videosAppTitles h1 {
    font-size: 2.1875rem;
    line-height: 43px;
    color: #f5f5f5;
    font-weight: 300;
    margin-bottom: 30px
}

.videosApp .videosColContanier {
    transform: translateY(40px);
    opacity: 0
}

.animateInVideoRow {
    animation: animateIn 1s .5s forwards
}

.animateOutVideoRow {
    animation: animateOut 1s .5s forwards
}

.nextRow {
    height: 2500px
}

.videosApp .videosAppLinks .videosAppItem {
    text-align: center;
    margin-bottom: 20px
}

.videosApp .videosAppLinks .videosAppItem a:after {
    display: none
}

.videosApp .videosAppLinks .videosAppItem a img {
    width: 100%
}

.sliderAppPayments {
    position: relative;
    height: 100vh
}

.sliderAppPayments .itemCarousel:focus {
    outline: none
}

.sliderAppPayments .itemCarousel h1 {
    font-weight: 500;
    line-height: 68.64px;
    color: #3b4559;
    font-size: 3.3125rem;
    padding-left: 24px
}

.sliderAppPayments .itemCarousel p {
    font-weight: 300;
    line-height: 39.6px;
    color: #75787b;
    font-size: 1.625rem;
    padding-left: 24px
}

.sliderAppPayments .itemCarousel img {
    margin: 0 auto;
    width: 100%;
    max-width: 500px
}

.sliderAppPayments .progressBarContainer {
    width: 140px;
    margin-left: 24px
}

.sliderAppPayments .progressBarContainer div {
    width: 20%;
    margin-right: 3%
}

.sliderAppPayments .progressBarContainer div span.progressBar {
    background-color: #e0e0e0
}

.sliderAppPayments .backgroundSliderPaymentsContainer {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    overflow: hidden
}

.sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
    position: relative;
    left: 53vw;
    top: 0;
    width: 30vw;
    height: auto;
    transform: rotate(180deg);
    transform-origin: top left
}

.sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
    position: relative;
    left: 53vw;
    top: -25vh;
    width: 40vw;
    height: auto;
    transform: rotate(180deg);
    transform-origin: bottom right
}

.rotateDown {
    animation: rotateDown 1s forwards
}

.rotateUp {
    animation: rotateUp 1s forwards
}

.appCards {
    padding-top: 24px;
    padding-bottom: 24px
}

.firstAppCard,.secondAppCard {
    text-align: center;
    position: relative
}

.firstAppCard,.overModalCard,.secondAppCard {
    border: none;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px
}

.overModalCard {
    height: 96%;
    width: 95%;
    padding-top: 50%;
    backdrop-filter: blur(4.4px);
    position: absolute;
    display: none
}

.overModalCard .innerModalContent {
    background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 24px
}

.overModalCard .innerModalContent .closeIcon {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 1rem;
    right: 2rem;
    cursor: pointer
}

.overModalCard .innerModalContent .closeIcon:before {
    font-family: totalplayicons;
    content: "\e80d"
}

.overModalCard .innerModalContent h1 {
    color: #4b576f;
    font-weight: 700;
    font-size: 1.5rem
}

.overModalCard .innerModalContent p {
    color: #4b576f;
    font-weight: 300;
    font-size: 1.3125rem
}

.overModalCard .innerModalContent h1:after {
    content: "_";
    font-weight: 700;
    font-size: 2rem;
    display: block;
    position: relative;
    top: -15px
}

.firstCardAppContainer .overModalCard {
    background: #f04e98;
    background: -moz-linear-gradient(top,rgba(240,78,152,.5) 0,rgba(130,70,175,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(240,78,152,.5),rgba(130,70,175,.5));
    background: linear-gradient(180deg,rgba(240,78,152,.5) 0,rgba(130,70,175,.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f04e98",endColorstr="#8246af",GradientType=0)
}

.firstAppCard h5,.secondAppCard h5 {
    color: #f5f5f5;
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 25px;
    margin-top: 25px
}

.firstAppCard p,.secondAppCard p {
    background: hsla(0,0%,99.2%,.2);
    padding: 11px 12px;
    font-size: 1.3125rem;
    display: inline-block;
    color: #f5f5f5;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    cursor: pointer
}

.firstAppCard p span:before,.secondAppCard p span:before {
    font-family: totalplayicons;
    content: "\e812";
    font-size: 1.3125rem;
    margin-right: 10px
}

.firstAppCard img,.secondAppCard img {
    max-width: 335px;
    margin: 0 auto
}

.firstAppCard {
    background: #f04e98;
    background: -moz-linear-gradient(top,rgba(240,78,152,.85) 0,rgba(130,70,175,.85) 100%);
    background: -webkit-linear-gradient(top,rgba(240,78,152,.85),rgba(130,70,175,.85));
    background: linear-gradient(180deg,rgba(240,78,152,.85) 0,rgba(130,70,175,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f04e98",endColorstr="#8246af",GradientType=0)
}

.secondAppCard {
    background: #f04e98;
    background: -moz-linear-gradient(top,rgba(240,78,152,.85) 0,rgba(255,191,63,.85) 100%);
    background: -webkit-linear-gradient(top,rgba(240,78,152,.85),rgba(255,191,63,.85));
    background: linear-gradient(180deg,rgba(240,78,152,.85) 0,rgba(255,191,63,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f04e98",endColorstr="#ffbf3f",GradientType=0)
}

.appImageDownload {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 56px
}

.appImageDownload .appDownloadImageContainer img {
    width: 100%;
    margin: 0 auto;
    max-width: 908px
}

.appImageDownload .appDownloadTitles h1 {
    font-size: 3rem;
    line-height: 62px;
    color: #3b4559;
    margin-bottom: 16px
}

.appImageDownload .appDownloadTitles p {
    font-size: 1.5rem;
    color: #3b4559;
    margin-bottom: 24px
}

.appImageDownload .downloadAppBadges a:after {
    display: none
}

.appImageDownload .downloadAppBadges a img {
    margin-bottom: 2rem;
    max-width: 150px;
    width: 100%
}

.scroller {
    height: 2112px;
    padding-bottom: 2rem
}

.scroller .mainScrollerTitle h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 72px;
    color: #3b4559
}

.scroller .scrollerImageContainer {
    text-align: center
}

.scroller .scrollerImageContainer svg {
    max-width: 500px
}

.scrollerTexts .textContainer {
    transform: translateY(50px);
    opacity: 0
}

.scrollerTexts .textContainer:first-child {
    transform: translateY(0);
    opacity: 1
}

.scrollerTexts .textContainer h1 {
    font-size: 3.3125rem;
    line-height: 68px;
    font-weight: 500;
    color: #3b4559
}

.scrollerTexts .textContainer p {
    font-size: 1.625rem;
    line-height: 40px;
    font-weight: 300;
    color: #75787b
}

#firstText.fadeOut {
    display: none;
    opacity: 0;
    transition: .3s;
    transform: translateY(-50px)
}

#secondText.fadeIn,#thirdText.fadeIn {
    display: block!important;
    opacity: 1;
    transform: translateY(0);
    transition: .3s
}

.fadeInImage {
    transition: .3s;
    opacity: 1!important
}

.fadeOutImage {
    transition: .3s;
    opacity: 0
}

.mobileScroller {
    padding-top: 2rem;
    padding-bottom: 3rem
}

.textAndImageContainer {
    text-align: center;
    margin-bottom: 3rem
}

.textAndImageContainer img {
    width: 100%
}

.textAndImageContainer h1 {
    font-size: 2rem;
    line-height: 44px;
    color: #3b4559;
    text-align: left;
    font-weight: 500
}

.textAndImageContainer p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    color: #75787b;
    text-align: left
}

@keyframes slideDown {
    0% {
        top: -6rem
    }

    to {
        top: 1.5rem
    }
}

@keyframes slideUp {
    0% {
        top: 1.5rem
    }

    to {
        top: -6rem
    }
}

@keyframes growBar {
    0% {
        width: 250px
    }

    to {
        width: 900px
    }
}

@keyframes resizeBar {
    0% {
        width: 900px
    }

    to {
        width: 250px
    }
}

@keyframes showbackAppMain {
    0% {
        transform: translateY(20px) translateX(105px) scale(.5);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(105px) scale(.5);
        opacity: 1
    }
}

@keyframes showbackApp {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes translateTriangleFirst {
    0% {
        opacity: 0;
        transform: translateX(820px) translateY(320px) scale(.4)
    }

    to {
        opacity: 1;
        transform: translateX(50px) translateY(320px) scale(.4)
    }
}

@keyframes translateTriangleSecond {
    0% {
        opacity: 0;
        transform: translateX(820px) translateY(380px) scale(.55)
    }

    to {
        opacity: 1;
        transform: translateX(20px) translateY(320px) scale(.55)
    }
}

@keyframes translateTriangleThird {
    0% {
        opacity: 0;
        transform: translateX(820px) translateY(200px) scale(.55)
    }

    to {
        opacity: 1;
        transform: translateX(360px) translateY(200px) scale(.65)
    }
}

@keyframes animateIn {
    0% {
        transform: translateY(40px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes animateOut {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(40px);
        opacity: 0
    }
}

@keyframes rotateDown {
    0% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes rotateUp {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes opacityShow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacityHide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes opacityToggle {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes showScrollDown {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(10px)
    }

    15% {
        transform: translateY(10px)
    }

    20% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(10px)
    }

    35% {
        transform: translateY(10px)
    }

    40% {
        transform: translateY(0)
    }

    45% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    55% {
        transform: translateY(10px)
    }

    60% {
        transform: translateY(0)
    }

    65% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(10px)
    }

    75% {
        transform: translateY(10px)
    }

    80% {
        transform: translateY(0)
    }

    85% {
        transform: translateY(0)
    }

    90% {
        transform: translateY(10px)
    }

    95% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes showScrollingTexts {
    0% {
        transform: translateY(65px);
        opacity: 0
    }

    1% {
        transform: translateY(0);
        opacity: 1
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    14% {
        transform: translateY(-65px);
        opacity: 1
    }

    24% {
        transform: translateY(-65px);
        opacity: 1
    }

    28% {
        transform: translateY(-130px);
        opacity: 1
    }

    38% {
        transform: translateY(-130px);
        opacity: 1
    }

    42% {
        transform: translateY(-195px);
        opacity: 1
    }

    52% {
        transform: translateY(-195px);
        opacity: 1
    }

    56% {
        transform: translateY(-260px);
        opacity: 1
    }

    66% {
        transform: translateY(-260px);
        opacity: 1
    }

    70% {
        transform: translateY(-325px);
        opacity: 1
    }

    80% {
        transform: translateY(-325px);
        opacity: 1
    }

    84% {
        transform: translateY(-390px);
        opacity: 1
    }

    98% {
        transform: translateY(-390px);
        opacity: 0
    }

    99% {
        transform: translateY(65px);
        opacity: 0
    }

    to {
        transform: translateY(65px);
        opacity: 0
    }
}

@keyframes shake {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

@keyframes shakePackages {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

@keyframes shakePackagesMobile {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        transform: translate3d(4px,0,0)
    }
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translateY(20px);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes growTimeline {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes modalThanksAppear {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

#modalMapaCobertura .modal-content .modal-header .close {
    position: relative!important;
    top: -1rem!important;
    right: -1rem!important
}

#modalMapaCobertura .modal-content .modal-header .close img {
    max-width: 24px;
    max-height: 24px
}

#continueLocation .modal-content .modal-header .close {
    position: relative!important;
    top: -1rem!important;
    right: -1rem!important
}

#continueLocation .modal-content .modal-header .close img {
    max-width: 24px;
    max-height: 24px;
    position: absolute;
    z-index: 10000;
    right: 1rem
}

#continueLocation a,#continueLocation p:not([class^=h]) {
    font-size: 18px;
    color: #fff
}

#continueLocation a#clickIniciarMapa {
    color: #96e5ff;
    text-decoration: underline
}

#continueLocation input,#continueLocation label {
    font-size: 20px;
    color: #fff
}

#continueLocation label.active {
    font-size: .875rem
}

#continueLocation .generalButton,#installLocation .generalButton {
    padding: 0!important;
    width: 273px;
    height: 45px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    align-self: auto
}

#priceUpdate .modal-content .modal-header .close img {
    max-width: 24px;
    max-height: 24px;
    position: absolute;
    z-index: 10000;
    right: 1rem;
    top: 1rem
}

.disableClick {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.centerImage {
    text-align: center
}

.rotateChevron {
    transform: rotate(-180deg)
}

#cargadorLead {
    display: none;
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
/*     background-image: url(../../../assets/img/cargador1.gif); */
    background-size: cover
}

.modalMainVideoContainer .modal-content {
    background: #1e1e28
}

.modalMainVideoContainer .modal-header .close span img {
    width: 24px;
    height: auto;
    margin-bottom: 1rem
}

.modalMainVideoContainer video {
    z-index: 1000
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap
}

.row.equal-height>[class*=col] {
    display: flex;
    flex-direction: column
}

.card {
    flex: 1;
    margin-bottom: 2rem
}

/* @media not all and (min-resolution: 0.001dpcm) {
    @media {
        .stopperHeight {
            top:20vh
        }

        .contactInputContainer select {
            -webkit-appearance: none;
            width: 100%;
            background: hsla(0,0%,100%,0);
            position: relative;
            top: 7px;
            color: #fff;
            border: none;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 12px;
            padding-top: 10px;
            padding-left: 15px;
            margin-bottom: 20px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }

        .callMeModal .modal-header .close img {
            position: absolute;
            right: 15px
        }
    }
} */

.mobileFilters .mobileFiltersContainer .form-check {
    padding-left: 15px;
    margin-left: 20px
}

.mobileFilters .form-check-label {
    color: #75787b;
    font-size: .875rem
}

.noLocationModal .modal-content {
    border: none;
    border-radius: 20px;
    background-color: #474a5a
}

.noLocationModal .modal-body {
    color: #fff;
    line-height: 1.3
}

.noLocationModal a {
    font-size: 18px
}

.noLocationModal input,.noLocationModal label,.noLocationModal p {
    font-size: 20px;
    color: #fff
}

.noLocationModal .blue {
    color: #cad8e5
}

.noLocationModal p.big {
    font-size: 26px
}

.noLocationModal .switchAddress img {
    filter: brightness(6);
    vertical-align: sub
}

.noLocationModal .generalButton {
    padding: 0!important;
    width: 270px;
    max-width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.noLocationModal .generalButton:before {
    content: "\b900";
    font-family: totalplayicons2;
    font-size: 25px;
    margin-left: 15px
}

.noLocationModal .mensajeGraciasSF i {
    font-size: 107px;
    color: #7acc80
}

.noLocationModal .mensajeGraciasSF button {
    font-size: 20px;
    color: #fff;
    width: 273px;
    height: 45px;
    background: transparent;
    border: 2px solid #1689ff;
    border-radius: 23px
}

.scrollDivHome .mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.scrollDivHome .mouse:hover {
    opacity: .5
}

.arrowdownmove {
    text-align: center;
    color: hsla(0,0%,100%,.4);
    font-size: medium;
    transform: translateY(-50%);
    -webkit-animation: sdb10 2s infinite;
    -moz-animation: sdb10 2s infinite;
    -o-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite
}

.newGridApps {
    margin-bottom: 3rem
}

.newGridApps .newGridAppContainer .newGridAppItem a:after {
    display: none
}

.newGridApps .newGridAppContainer .newGridAppItem img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    max-width: 128px;
    margin: 0 auto 2.5rem;
    transition: .3s;
    cursor: pointer
}

.newGridApps .newGridAppContainer .newGridAppItem img:hover {
    transform: scale(1.1);
    transition: all .3s;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.35)
}

#showLessAppsCTA,#showLessAppsCTA a:after,#showMoreAppsCTA a:after {
    display: none
}

.promocionxpaquete {
    background: rgba(239,108,0,.15);
    color: #ef6c00;
    font-size: .9375rem
}

.promocionxmegas,.promocionxpaquete {
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700
}

.promocionxmegas {
    background: #ef6c00;
    color: #fafafa;
    font-size: .875rem
}

.buenFinBar {
    position: fixed;
    bottom: 25px;
    height: auto;
    z-index: 50;
    left: 0;
    width: 100%
}

.buenFinBar .scrollDiv {
    height: auto
}

.buenFinBar .scrollDiv .scrollDivHome {
    bottom: 1rem
}

.buenFinBar .buenFinBack {
    background: #fff;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1)
}

.buenFinBar .buenFinBarContainer {
    background: #e4002b;
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.85) 0,rgba(224,45,29,.85) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.85),rgba(224,45,29,.85));
    background: linear-gradient(45deg,rgba(228,0,43,.85),rgba(224,45,29,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#e02d1d",GradientType=1);
    height: auto;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 17px;
    padding-left: 25px
}

.buenFinBar .buenFinBarContainer p {
    color: #fafafa;
    height: auto;
    font-size: 1.125rem;
    line-height: 20px
}

.buenFinBar .buenFinBarContainer p span,.buenFinCTA a {
    font-weight: 700
}

.buenFinCTA a {
    font-size: 1.125rem;
    line-height: 18px;
    color: #e02d1d;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.buenFinCTA a:after {
    display: none
}

.buenFinRowPackages {
    background: #e4002b;
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.85) 0,rgba(224,45,29,.85) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.85),rgba(224,45,29,.85));
    background: linear-gradient(45deg,rgba(228,0,43,.85),rgba(224,45,29,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#e02d1d",GradientType=1);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fafafa;
    position: relative
}

.buenFinRowPackages p {
    color: #fafafa;
    font-size: 1.25rem
}

.buenFinRowPackages p span {
    font-weight: 700
}

.buenFinMobileContainer {
    background: #fff
}

.buenFinMobileContainer,.buenFinMobileContainer .mobileBuenFinBar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.buenFinMobileContainer .mobileBuenFinBar {
    background: #e4002b;
    background: -moz-linear-gradient(45deg,rgba(228,0,43,.85) 0,rgba(224,45,29,.85) 100%);
    background: -webkit-linear-gradient(45deg,rgba(228,0,43,.85),rgba(224,45,29,.85));
    background: linear-gradient(45deg,rgba(228,0,43,.85),rgba(224,45,29,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4002b",endColorstr="#e02d1d",GradientType=1);
    font-size: .75rem;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto
}

.buenFinMobileContainer .mobileBuenFinBar p a {
    color: #fafafa;
    font-size: .75rem
}

.buenFinMobileContainer .mobileBuenFinBar p a span {
    font-weight: 700
}

.buenFinMobileContainer .mobileBuenFinBar p:after {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fafafa;
    position: absolute;
    right: 7px;
    top: 11px
}

.buenFinMobileContainer .mobileBuenFinBar a:after {
    display: none
}

.stopPromoBar {
    position: absolute;
    top: 3565px
}

.tvTextRow h1 {
    font-size: 2rem;
    color: #e0e0e0;
    font-weight: 300
}

.furnitureRow img {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

.heightCardPackages {
    height: 560px
}

.TESR {
    width: 111%
}

.LGS {
    width: 55%
}

.LP {
    width: 150px
}

.homeGrid,.ventajasMainContainer {
    height: auto
}

.ventajasMainRow {
    padding-top: 128px;
    height: auto;
    background: #fafafa
}

.ventajasMainRow .ventajasTitles {
    text-align: center
}

.ventajasMainRow .ventajasTitles h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 54px;
    color: #3b4559;
    margin-bottom: 48px;
    margin-top: 48px
}

.ventajasMainRow hr {
    border: 1px solid #e0e0e0
}

.ventajasMainRow .ventajasSubTitles {
    text-align: center;
    margin-top: 42px
}

.ventajasMainRow .ventajasSubTitles h2 {
    font-size: 2.25rem;
    line-height: 36px;
    color: #3b4559;
    margin-bottom: 30px
}

.ventajasMainRow .ventajasSubTitles p {
    font-size: 1.125rem;
    line-height: 27px;
    color: #75787b
}

.ventajasMainContainer .tvRow {
    background: #fafafa;
    padding-top: 22px;
    padding-bottom: 0;
    height: auto
}

.ventajasMainContainer .tvRow .tvVideo {
    width: 45.9%
}

.ventajasMainContainer .newGridApps {
    margin-top: 69px;
    height: auto
}

.ventajasSlidersRow {
    height: auto;
    text-align: center
}

.ventajasSliderGen {
    margin-top: 50px
}

.firstContainerVentajas {
    background: #f5f5f5
}

.secondContainerVentajas {
    background: #fafafa
}

.thirdContainerVentajas {
    background: #f5f5f5
}

.fourthContainerVentajas {
    background: #fafafa
}

.firstContainerVentajas,.fourthContainerVentajas,.secondContainerVentajas,.thirdContainerVentajas {
    padding-top: 150px;
    padding-bottom: 150px
}

.ventajasSliderGen .imageColumn .imageCarouselItem {
    text-align: center
}

.ventajasSliderGen .imageColumn .imageCarouselItem:focus {
    outline: none
}

.ventajasSliderGen .imageColumn .imageCarouselItem img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto
}

.ventajasFirstSlider .textColumn .controlCarouselItem {
    text-align: left
}

.ventajasSecondSlider .textColumn .controlCarouselItem {
    text-align: right
}

.ventajasthirdSlider .textColumn .controlCarouselItem {
    text-align: left
}

.ventajasFourthSlider .textColumn .controlCarouselItem {
    text-align: right
}

.ventajasSliderGen .textColumn .controlCarouselItem {
    margin-bottom: 25px
}

.ventajasSliderGen .textColumn .controlCarouselItem:last-child {
    margin-bottom: 0
}

.ventajasSliderGen .textColumn .controlCarouselItem h1,.ventajasSliderGen .textColumn .controlCarouselItem p {
    color: #75787b
}

.ventajasSliderGen .textColumn .controlCarouselItem h1 {
    font-size: 1.25rem;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer
}

.ventajasSliderGen .textColumn .controlCarouselItem p {
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 400;
    display: none
}

.ventajasSliderGen .textColumn .controlCarouselItem a,.ventajasSliderGen .textColumn .controlCarouselItem a:after {
    display: none
}

.ventajasSliderGen .textColumn .controlCarouselItem.activeItem h1 {
    font-weight: 700;
    color: #3b4559
}

.ventajasSliderGen .textColumn .controlCarouselItem.activeItem p {
    display: block
}

.ventajasSliderGen .textColumn .controlCarouselItem.activeItem a {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px
}

.ventajasSliderGen .textColumn .controlCarouselItem span {
    display: inline-block;
    width: 150px;
    border-bottom: 1px solid #caccd0
}

.ventajasSliderGen .textColumn .controlCarouselItem.activeItem span .timeline {
    width: 0;
    max-width: 150px;
    position: relative;
    top: 2px;
    height: 3px;
    background: #75787b;
    -webkit-animation: growTimeline 6.8s forwards;
    animation: growTimeline 6.8s forwards;
    animation-timing-function: linear
}

.ventajasMobileSlider .mobileCarouselItem {
    text-align: center
}

.ventajasMobileSlider .mobileCarouselItem:focus {
    outline: none
}

.ventajasMobileSlider .mobileCarouselItem .mobileImageCarousel img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 1rem
}

.ventajasMobileSlider .mobileCarouselItem h1 {
    font-size: 1.875rem;
    margin-bottom: 1rem
}

.ventajasMobileSlider .mobileCarouselItem p {
    font-size: 1.125rem
}

.comparatorContainer {
    padding-top: 50px;
    background: #f5f5f5
}

.comparatorServices:focus {
    outline: none
}

.comparatorServices .cardComparator {
    background: #fafafa;
    border: none;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

.comparatorServices .cardComparator .card-body {
    padding: 10px 15px 0
}

.comparatorServices .cardComparator .comparatorServiceItem:nth-child(odd) {
    background: #fafafa;
    height: 60px
}

.comparatorServices .cardComparator .comparatorServiceItem:nth-child(2n) {
    background: #eee;
    height: 60px
}

.comparatorServices .cardComparator .comparatorServiceItem h1 {
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 24px;
    color: #3b4559
}

.comparatorServices .cardComparator .comparatorServiceItem p {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 19px;
    color: #3b4559
}

.companyServices .comparatorServiceItem img {
    max-width: 125px;
    width: 100%;
    margin: 0 auto
}

.totalPlayLogo {
    position: relative;
    top: -10px;
    max-width: 150px!important
}

.strongService p {
    font-weight: 700!important
}

.checkImage img {
    width: 28px!important
}

.otherCompanyServices .comparatorServiceItem:first-child img {
    width: 35px;
    display: block
}

.otherCompanyServices .comparatorServiceItem:first-child span {
    font-size: 1.125rem
}

.axtColor {
    color: #b0051c
}

.izzColor {
    color: #54beca
}

.skColor {
    color: #416ba3
}

.dshColor {
    color: #be0811
}

.tmxColor {
    color: #60acdb
}

.arrowComparator {
    margin-bottom: 2rem;
    text-align: center;
    background: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)
}

.arrowPrev {
    margin-right: 15px
}

.arrowNext,.arrowPrev {
    background: #fafafa;
    cursor: pointer
}

.arrowNext {
    transform: rotate(180deg)
}

.testedConditions {
    background: #f5f5f5;
    text-align: center;
    padding-bottom: 4rem
}

.choosePackage {
    background: #fafafa;
    text-align: center;
    padding-top: 48px
}

.choosePackage h1 {
    color: #3b4559;
    font-size: 1.75rem;
    font-weight: 400
}

.choosePackage p {
    color: #3b4559;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 1rem
}

.choosePackage .generalButton {
    display: inline-block;
    margin: 2rem auto 0
}

.termsConditionsVentajas {
    background: #fafafa;
    padding-bottom: 48px;
    padding-top: 48px
}

.termsConditionsVentajas hr {
    border: 1px solid rgba(117,120,123,.5)
}

.termsConditionsVentajas h1 {
    padding-top: 40px;
    font-weight: 700;
    font-size: 11px;
    color: #75787b;
    line-height: 18px
}

.termsConditionsVentajas p {
    font-weight: 400;
    font-size: 11px;
    color: #75787b;
    line-height: 18px
}

.termsConditionsVentajas p a {
    font-size: 11px
}

.termsConditionsVentajas p a:after {
    display: none
}

.homeGridApps {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #000;
    text-align: center;
    height: auto
}

.callUsModalContainer .warningNotification {
    background: rgba(255,215,0,.05);
    display: inline-block;
    border: 1px solid #fa790f;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    text-align: center;
    padding: 10px;
    font-size: .75rem
}

.callUsModalContainer .errorNotification {
    background: rgba(255,0,0,.05);
    display: inline-block;
    border: 1px solid #fa0000;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    text-align: center;
    padding: 10px;
    font-size: .75rem
}

.desktopHidden {
    display: inline-block
}

.phoneDeskHidden {
    display: none!important
}

.mainGamerContainer {
    height: auto;
    background: #000;
    background: -moz-linear-gradient(left,#000 0,#000 20%,#7f47dd 100%);
    background: -webkit-linear-gradient(left,#000,#000 20%,#7f47dd);
    background: linear-gradient(90deg,#000 0,#000 20%,#7f47dd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#7f47dd",GradientType=1)
}

.mainGamerContainer .gamerTitle {
    margin-top: 148px;
    margin-bottom: 56px;
    text-align: center
}

.mainGamerContainer .gamerTitle h1 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 50px;
    background: #a5328b;
    background: -moz-linear-gradient(left,#a5328b 40%,#f239d0 100%);
    background: -webkit-linear-gradient(left,#a5328b 40%,#f239d0);
    background: linear-gradient(90deg,#a5328b 40%,#f239d0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5328b",endColorstr="#f239d0",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.mainGamerContainer .gamerTitle h1 span {
    font-weight: 900
}

.mainGamerContainer .gamerTitle p {
    color: #f5f5f5;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 50px
}

.imageGamerContainer {
    height: auto;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 80px
}

.imageGamerContainer .gamerImageBack {
/*     background: url(../../img/nuevos/imgGamer/backGamerImage.png) top no-repeat; */
    background-size: 100% 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #f6f6f6
}

.imageGamerContainer .gamerImageBack h1 {
    font-size: 2.25rem;
    line-height: 50px
}

.imageGamerContainer .gamerImageBack p {
    font-size: 1.25rem;
    line-height: 30px
}

.imageGamerContainer .gamerImageBack p span {
    color: #ffbf3f
}

.imageGamerContainer .imageGamer {
    text-align: center
}

.imageGamerContainer .imageGamer img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto
}

.mainGamerContainer .termsAndConditions hr {
    border: 1px solid #bdc0c3!important
}

.mainGamerContainer .termsAndConditions h1 span {
    font-weight: 700;
    color: #e0e0e0!important
}

.mainGamerContainer .termsAndConditions p {
    color: #e0e0e0!important
}

.gamerCarouselContainer {
    text-align: center
}

.gamerCarouselItem {
    padding: .5rem 1.5rem;
    margin-bottom: 2rem
}

.gamerItemContainer {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden
}

.gamerItemTitle {
    background: #fff;
    padding-bottom: 8px;
    padding-top: 8px
}

.gamerItemTitle h1 {
    font-size: 1.3125rem;
    color: #f5f5f5;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.gamerItemBadge {
    text-align: center;
    position: relative;
    top: -5px
}

.gamerItemBadge img {
    margin: 0 auto
}

.gamerPackageStars {
    margin-bottom: 15px
}

.gamerPackageStars img {
    margin: 0 auto;
    display: inline-block
}

.gamerPackageDescription p {
    font-size: 1rem;
    line-height: 28.8px;
    color: #f6f6f6;
    font-weight: 400
}

.gamerExtraSpecs img {
    display: inline;
    margin-right: 10px
}

.gamerExtraSpecs p {
    color: #f6f6f6;
    font-size: 1rem;
    line-height: 18px;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 10px
}

.gamerDivider hr {
    border: 1px solid #e0e0e0
}

.gamerPerks {
    text-align: center
}

.gamerPerks img {
    margin: 0 auto 10px
}

.gamerPerks p {
    font-weight: 600;
    color: #f6f6f6;
    font-size: 1rem;
    line-height: 18px
}

.gamerPrice {
    margin-top: 10px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #f239d0
}

.gamerPrice h1 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px;
    color: #f6f6f6;
    margin-bottom: 0
}

.gamerPrice h1 span {
    font-weight: 700
}

.mainItemCarousel:focus {
    outline: none
}

.gamerCarouselContainer .mainItemCarousel {
    opacity: .5;
    transition: .3s
}

.gamerCarouselContainer .slick-slide {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.gamerCarouselContainer .slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    opacity: 1!important;
    transition: .3s
}

.gamerCarouselContainer .slick-next {
    right: -15px;
    top: 50%;
    width: auto;
    height: auto;
    opacity: .5;
    z-index: 11
}

.gamerCarouselContainer .slick-prev {
    left: -15px;
    top: 50%;
    width: auto;
    height: auto;
    opacity: .5;
    z-index: 11
}

.gamerCarouselContainer .slick-next:hover,.gamerCarouselContainer .slick-prev:hover {
    opacity: 1
}

.gamerCarouselContainer .slick-prev:before {
    /* content: url(../../img/nuevos/imgGamer/gamerArrowPrev.png)!important */
}

.gamerCarouselContainer .slick-next:before {
   /*  content: url(../../img/nuevos/imgGamer/gamerArrowNext.png)!important */
}

.purpleItem {
    /* background: url(../../img/nuevos/imgGamer/packagesBacks/purpleBorder.png) top no-repeat; */
    background-size: 100% 100%
}

.purpleItem .gamerItemContainer {
   /*  background: url(../../img/nuevos/imgGamer/packagesBacks/purpleBack.png) top no-repeat; */
    background-size: 100% 100%;
    border: 2px solid #7f47dd
}

.purpleItem .gamerItemTitle {
    background: #7e47dd
}

.blueItem {
    /* background: url(../../img/nuevos/imgGamer/packagesBacks/blueBorder.png) top no-repeat; */
    background-size: 100% 100%
}

.blueItem .gamerItemContainer {
   /*  background: url(../../img/nuevos/imgGamer/packagesBacks/blueBack.png) top no-repeat; */
    background-size: 100% 100%;
    border: 2px solid #4645b7
}

.blueItem .gamerItemTitle {
    background: #4745b7
}

.orangeItem {
    /* background: url(../../img/nuevos/imgGamer/packagesBacks/orangeBorder.png) top no-repeat; */
    background-size: 100% 100%
}

.orangeItem .gamerItemContainer {
/*     background: url(../../img/nuevos/imgGamer/packagesBacks/orangeBack.png) top no-repeat; */
    background-size: 100% 100%;
    border: 2px solid #faa730
}

.orangeItem .gamerItemTitle {
    background: #faa731
}

.gamerButtonContainer {
    text-align: center;
    margin-top: 30px
}

.gamerButtonContainer .gamerButton {
    color: #f6f6f6;
/*     background: url(../../img/nuevos/imgGamer/btnModalGamer.png) top no-repeat; */
    background-size: 100% 100%;
    padding: 10px 50px
}

.gamerButtonContainer .gamerButton:after {
    display: none
}

.gamerModalContainer .modal-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.gamerModalContainer h5,.gamerModalContainer h6 {
    display: block
}

.gamerModalContainer h6 {
    color: #75787b;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    margin-top: 40px
}

.gamerModalContainer h5 {
    color: #3b4559;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 36px
}

.gamerModalContainer .modal-header .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: auto
}

.gamerModalContainer .modal-header .close span img {
    width: 24px;
    height: auto
}

.gamerModalContainer .gamerModalButton {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 40px
}

.jobsContainer {
    height: auto;
    padding-top: 15rem;
    padding-bottom: 15rem;
/*     background: url(../../img/landings/bolsaDeTrabajo/bolsaDeTrabajoTotalPlay.png) top no-repeat; */
    background-size: cover
}

.jobsContainer h1 {
    font-size: 45px;
    line-height: 55px;
    color: #f5f5f5;
    font-weight: 700
}

.jobsDescriptionImage {
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px
}

.jobsDescriptionImage .jobsDescription p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #222430
}

.jobsDescriptionImage .jobsImage {
    text-align: center
}

.jobsDescriptionImage .jobsImage img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.jobsLinksTitles {
    text-align: center;
    height: auto;
    margin-bottom: 42px
}

.jobsLinksTitles h1 {
    font-size: 34px;
    line-height: 40px;
    color: #222430
}

.jobsLinksContainers {
    height: auto;
    padding-bottom: 60px
}

.jobLinkItem {
    height: auto;
    text-align: center;
    border-right: 1px solid #bdc0c3
}

.jobLinkItem:last-child {
    border-right: none
}

.jobLinkItem img {
    margin-bottom: 25px;
    width: 100%!important;
    max-width: 125px;
    transition: .3s
}

.jobLinkItem img:hover {
    transform: scale(1.1);
    transition: .3s
}

.jobLinkItem .row {
    height: auto;
    text-align: center
}

.jobLinkItem .jobLinkItemRow {
    margin-bottom: 25px
}

.jobLinkItem .jobLinkItemRow:last-child {
    margin-bottom: 0
}

.jobLinkItem a:after {
    display: none
}

.increaseFontBar {
    position: fixed;
    right: 0;
    top: 25vh;
    height: auto;
    z-index: 10000;
    background: rgba(59,69,89,.25);
    padding: .5rem
}

.increaseFontBar .generalButton {
    height: auto;
    display: block;
    margin-bottom: 1rem;
    border-radius: 0;
    width: 60px;
    text-align: center
}

.increaseFontBar .generalButton:last-child {
    margin-bottom: 0
}

@-moz-document url-prefix() {
    .arrowdownmove {
        top: 4px;
        left: 16%;
        animation: sdb10 2s infinite
    }

    @keyframes sdb10 {
        0% {
            -moz-transform: translate(0);
            opacity: 0
        }

        40% {
            opacity: 1
        }

        80% {
            -moz-transform: translateY(20px);
            opacity: 0
        }

        to {
            opacity: 0
        }
    }

    .appGalleryContainer .channelContainer .galleryDescription p span {
        color: rgba(245 245 245,1)
    }
}

.contrataHeaderContainer {
/*     background: #16161b; */
    padding-top: 8rem;
    padding-bottom: 8rem
}

.contrataHeaderContainer .contrataTitle {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 45px
}

.contrataHeaderContainer .contrataTitle h1 {
    color: #3b4559;
    line-height: 44px;
    font-size: 36px;
    font-weight: 500
}

.contrataHeaderContainer .contrataCards .card {
    text-align: center;
    background: #222430;
    border: none
}

.contrataHeaderContainer .contrataCards .card .card-title {
    color: #f5f5f5;
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 24px
}

.contrataHeaderContainer .contrataCards .card img {
    margin-top: 80px
}

.contrataMapContainer {
    padding-top: 56px;
    padding-bottom: 64px
}

.contrataLocationLink,.contrataMapTitle {
    text-align: center
}

.contrataMapTitle h1 {
    font-weight: 400;
    line-height: 44px;
    font-size: 36px;
    color: #3b4559;
    margin-bottom: 40px
}

.contrataLocationLink a {
    color: #1988ff!important
}

.contrataLocationLink a:before {
    content: "\f3c5";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: relative;
    right: 10px
}

.contrataLocationLink a:after {
    display: none
}

.contrataFormContainer {
    padding-bottom: 68px;
    padding-top: 72px;
    background: #50535d
}

.contrataFormContainer .contrataFormTitle {
    text-align: center
}

.contrataFormContainer .contrataFormTitle h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #fafafa;
    margin-bottom: 48px
}

.contrataFormContainer .contrataFormTitle h1 span {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fafafa
}

.contrataFormInputs {
    margin-bottom: 64px
}

.contrataFormInputs input {
    color: #e0e0e0!important
}

.contrataFormInputs .mat-input-outer label {
    color: #e0e0e0
}

.contrataFormInputs .mat-input-outer input+label.active {
    left: 5px;
    top: -10px;
    color: #e0e0e0;
    opacity: 1;
    font-size: .875rem;
    filter: alpha(opacity=100)
}

.contrataCTAContent {
    text-align: center
}

.contrataCTAContent .contrataCTA {
    color: #4287f5;
    border: 2px solid #4287f5;
    padding: 16px 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: inline-block
}

.contrataCTAContent .contrataCTA:after {
    display: none
}

.contrataMapContent {
    margin-top: 40px;
    margin-bottom: 64px
}

.contrataMapContent .mapContainer iframe {
    border: none;
    width: 100%;
    height: 100%
}

.locationsCarouselItem .locationsItemSingle {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 12px;
    cursor: pointer
}

.locationsCarouselItem .locationsItemSingle.activeMapItem {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.05)!important;
    border: none!important
}

.locationsCarouselItem .locationsItemSingle h1 {
    font-size: 16px;
    line-height: 19px;
    color: #3b4559;
    font-weight: 700
}

.locationsCarouselItem .locationsItemSingle p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #3b4559
}

.carouselButtons {
    text-align: right
}

.carouselButtons a {
    background: #f5f5f5;
    width: 42px;
    height: 42px;
    padding: 7px 10px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center
}

.carouselButtons a:after {
    display: none
}

.mapItemsCount {
    font-size: 14px;
    line-height: 18px;
    color: #75787b;
    font-weight: 300
}

.locationsCarouselContainer .slick-slide:focus {
    outline: none
}

.modalDiciembre .close img {
    width: 24px;
    position: relative;
    top: 10px;
    right: -10px
}

.modalDiciembre {
    text-align: center
}

.modalDiciembre .modal-content .modal-header {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 0;
    padding-bottom: 0
}

.modalDiciembre .modal-content .modal-body {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 0;
    padding-bottom: 2rem
}

.modalDiciembre .modal-content {
/*     background: url(../../img/nuevos/backgPopUpDecember.png) top no-repeat; */
    background-size: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none
}

.modalDiciembre .modal-content h1 {
    color: #f6f6f6;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 27px;
    margin-top: 5px
}

.modalDiciembre .modal-content img {
    max-width: 100%;
    height: auto
}

.modalDiciembre .modal-content a {
    display: inline-block;
    margin-bottom: 36px;
    background: #f6f6f6;
    color: #1988ff
}

.packageInfoContainer a {
    margin-top: 32px;
    margin-bottom: 12px;
    background: transparent;
    color: #1988ff;
    border: 2px solid #1988ff
}

.packageInfoContainer a:hover {
    background: #1988ff;
    color: #fff
}

.packagePrice p a {
    border: none!important
}

.packagePrice p a:hover {
    background: none
}

.ecommerceOptions {
    text-align: center;
    margin-top: 16px
}

.ecommerceOptions a,.ecommerceOptions p,.ecommerceOptions p a {
    font-size: 18px;
    line-height: 28px;
    display: inline-block
}

.ecommerceOptions a:after {
    display: none
}

.headerBackLinkModal {
    font-size: 16px;
    line-height: 19px
}

.headerBackLinkModal i {
    margin-right: 10px
}

.headerBackLinkModal:after {
    display: none
}

.priceUpdateTitle {
    font-size: 20px;
    line-height: 16px;
    color: #3b4559;
    font-weight: 500
}

.priceUpdateTitle .priceUpdate {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #3b4559;
    margin-top: 2px;
    margin-bottom: 10px
}

.priceUpdateTitle .modalSoonPayment {
    font-size: 16px;
    line-height: 24px;
    color: #222430;
    font-weight: 300
}

.priceUpdateTitle .modalPromo {
    color: #ef6c00;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.modalPackagesButton a:after {
    display: none
}

.thanksModalContainer {
    border: none
}

.thanksModalContainer .modal-dialog .modal-content {
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    -webkit-animation: modalThanksAppear .5s forwards;
    animation: modalThanksAppear .5s forwards
}

.thanksModalContainer img {
    width: 32px
}

.thanksModalContainer p span {
    font-weight: 700
}

.thanksModalContainer .buttonContainer,.thanksModalContainer .imageContainer {
    text-align: center
}

.thanksModalContainer .closeModalButton {
    display: inline-block;
    background: transparent;
    border: 1px solid #7bb342;
    padding: 10px 15px;
    color: #7bb342;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    white-space: nowrap
}

.thanksModalContainer .closeModalButton:focus {
    outline: none
}

.newCardPackage {
    border: none;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 21px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.05)
}

.newCardPackage .newPackageTitle p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 12px
}

.newCardPackage .newPackageSpeed h1 {
    font-size: 31px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 18px
}

.newCardPackage .newPackageResume {
    margin-bottom: 36px
}

.newCardPackage .newPackageResume p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.newCardPackage .newPackageResume p span {
    font-weight: 700
}

.newCardPackage .newPackageResume p.smallDesc {
    font-size: 12px;
    line-height: 28px;
    font-weight: 400
}

.newCardPackage .newPackagePromo p {
    background: #ff5336;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #f4f4f4;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px
}

.newCardPackage .newPackageImage {
    margin-bottom: 32px
}

.newCardPackage .newPackageImage img {
    max-width: 100%;
    width: 180px;
    margin: 0 auto
}

.newCardPackage .newPackageDivider {
    margin-bottom: 20px
}

.newCardPackage .newPackageDivider hr {
    border-top: 1px solid rgba(117,120,123,.2);
    width: 80%;
    margin: 0 auto
}

.newCardPackage .newPackagePrice {
    margin-bottom: 20px
}

.newCardPackage .newPackagePrice p {
    color: #75787b;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400
}

.newCardPackage .newPackagePrice p span {
    color: #3b4559
}

.newCardPackage .newPackageCTA .generalButton {
    border: 2px solid #198aff;
    background: transparent;
    color: #198aff
}

.newAppsContainer {
    padding-top: 122px;
    background: #fafafa;
    position: relative
}

.newAppsContainer .topTitle {
    text-align: center;
    margin-bottom: 38px
}

.newAppsContainer .topTitle p {
    color: #75787b;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.newAppsContainer .newAppsContainerTitle {
    margin-bottom: 40px
}

.newAppsContainer .newAppsContainerTitle h1 {
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    line-height: 43px;
    margin-bottom: 34px;
    color: #3b4559
}

.newCardsApps .card .descriptionImage {
    margin-bottom: 100px;
    margin-top: 30px
}

.newCardsApps .card .descriptionImage img {
    max-width: 90%
}

.newCardsApps .card .descriptionColumn a,.newCardsApps .card .descriptionColumn p {
    color: #fdfdfd
}

.newCardsApps .card .descriptionColumn a {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px;
    display: inline-block;
    border: 2px solid #fdfdfd;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    text-align: center
}

.newCardsApps .card .descriptionColumn a span {
    display: inline!important
}

.newCardsApps .card .descriptionColumn p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 28px
}

.newCardsApps .card .descriptionColumn a:after {
    display: none
}

#divCombinaPaquetes>div {
    max-width: 755px;
    height: 270px;
    margin-bottom: 2em
}

#divCombinaPaquetes>div>.row {
    height: 100%
}

.netflixCard>.row {
    background: #f93d44
}

.amazonCard>.row,.netflixCard>.row {
    border: none;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    overflow: hidden
}

.amazonCard>.row {
    background: #3ad2ef
}

.hogarSeguroCard>.row {
    border: none;
    background: #e3f9fd;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    overflow: hidden
}

#divCombinaPaquetes>div.hogarSeguroCard .text-left {
    display: flex
}

#divCombinaPaquetes>div img {
    max-height: 270px
}

#divCombinaPaquetes>div.hogarSeguroCard img {
    width: 345px;
    align-self: center;
    margin: auto
}

#divCombinaPaquetes>div strong {
    font-weight: 600
}

#divCombinaPaquetes>div.hogarSeguroCard p {
    color: #515a77!important
}

#divCombinaPaquetes>div .nuevobotoncard {
    max-width: 90%;
    width: 215px;
    height: 33px;
    background-color: #f7f7f7;
    border-radius: 25px;
    font-size: 14px;
    color: #404662;
    font-weight: 600;
    margin-top: .5em;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    #divCombinaPaquetes>div .nuevobotoncard:after {
        margin-left:.3em;
        left: auto;
        top: auto
    }

    .topBar:not(.fixedNav) {
        top: 130px
    }
}

#divCombinaPaquetes>div.hogarSeguroCard .nuevobotoncard {
    color: #f7f7f7;
    background-color: #404662
}

#divCombinaPaquetes>div .content {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center
}

#divCombinaPaquetes>div .content>.row {
    height: 100%
}

#divCombinaPaquetes>div .content>.row>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(max-width: 767px) {
    #divCombinaPaquetes>div:not(.hogarSeguroCard)>.row>div:first-child img {
        position:absolute;
        height: 100%;
        max-width: none
    }

    #divCombinaPaquetes>div .h4 {
        font-size: 17px;
        line-height: 17px
    }

    #divCombinaPaquetes>div p {
        font-size: 12px
    }
}

.newPromosCarouselContainer {
    padding-top: 87px;
    padding-bottom: 91px
}

.newPromosCarouselContainer .newPromosTitle {
    text-align: center
}

.newPromosCarouselContainer .newPromosTitle h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 43px;
    color: #3b4559;
    margin-bottom: 36px
}

.newPromosCarouselContainer .promosCarousel .promosCarouseItem {
    text-align: center;
    border: none;
    background: #fafafa
}

.newPromosCarouselContainer .promosCarousel .slick-list.draggable {
    padding-bottom: 16px!important;
    padding-top: 16px
}

.newPromosCarouselContainer .promosCarousel .promosCarouseItem .itemImage img {
    background: #fafafa;
    width: 100%
}

.newPromosCarouselContainer .promosCarousel .promosCarouseItem:focus {
    outline: none
}

.newPromosCarouselContainer .promosCarousel .promosCarouseItem .itemDescription {
    padding: 40px 15px;
    background: #fafafa;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    -webkit-border-bottom-right-radius: 19px;
    -webkit-border-bottom-left-radius: 19px;
    -moz-border-radius-bottomright: 19px;
    -moz-border-radius-bottomleft: 19px;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px
}

.newPromosCarouselContainer .promosCarousel .promosCarouseItem .itemDescription p {
    font-weight: 700;
    line-height: 31px;
    color: #3b4559;
    font-size: 21px
}

.matchNewPackages .newPackagesTitleRow h3,.matchNewPackages .newPackagesTitleRow p,.matchNewPackages .titleRowPackages h1,.unboxNewPackages .newPackagesTitleRow h3,.unboxNewPackages .newPackagesTitleRow p,.unboxNewPackages .titleRowPackages h1 {
    color: #fafafa
}

.matchNewPackages .newCardPackage .newPackageImage img,.unboxNewPackages .newCardPackage .newPackageImage img {
    width: 230px
}

.matchNewPackages .titleRowPackages img {
    padding-bottom: 10px;
    margin: 0 auto
}

.unboxNewPackages .titleRowPackages img {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto
}

.top-bar-gradient {
    background: #1e1f28;
    background: -moz-linear-gradient(90deg,#1e1f28 60%,#3d3e44 100%);
    background: -webkit-linear-gradient(90deg,#1e1f28 60%,#3d3e44);
    background: linear-gradient(90deg,#1e1f28 60%,#3d3e44);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1f28",endColorstr="#3d3e44",GradientType=1)
}

.biggest {
    font-size: 38px!important;
    line-height: 1.25em!important
}

.text-price {
    color: #ef6d01!important
}

.font14px {
    font-size: 14px!important
}

.font14px,.font16px {
    line-height: 1.2em!important
}

.font16px {
    font-size: 16px!important
}

.font20px {
    font-size: 20px!important
}

.font20px,.font24px {
    line-height: 1.2em!important
}

.font24px {
    font-size: 24px!important
}

.font30px {
    font-size: 30px!important;
    line-height: .9em!important
}

@media (min-width: 768px) {
    .img-hero-home {
        width:100%!important
    }
}

.medium {
    font-weight: 500!important
}

.regular {
    font-weight: 400!important
}

.light {
    font-weight: 300!important
}

.bg-black {
    background-color: #1e1f28
}

.bg-semi-dark {
    background-color: #2b303c
}

.toggle-paquetes {
    max-width: 285px
}

.red {
    color: #ff3f1f
}

.orange {
    color: #ff7e00
}

.height60px {
    height: 60px
}

.height80px {
    height: 80px
}

.amazonCard .card,.netflixCard .card,.newCardPackage {
    transition: all .3s ease
}

.amazonCard .card:hover,.netflixCard .card:hover,.newCardPackage:hover {
    box-shadow: 0 1rem 1rem rgba(0,0,0,.15)!important
}

.newCardsApps .card .descriptionColumn a:hover {
    opacity: .75
}

.bolder {
    font-weight: 700!important
}

.bold {
    font-weight: 600!important
}

.semibold {
    font-weight: 500!important
}

.bg-red {
    background-color: #ff3f1f!important
}

.bg-darken {
    background-color: #fff
}

.big {
    font-size: 28px
}

.bigger {
    font-size: 42px
}

.bg-blue-light {
    background-color: rgba(22,137,255,.13)
}

.pointer {
    cursor: pointer
}

.bage-red-prom {
    height: 60px
}

.toggle-paquetes .active {
    background-color: #007bff;
    border: 2px solid #007bff;
    margin: -1px
}

.toggle-paquetes {
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #fff
}

.box-info-promos {
    height: 180px;
    background-color: #3a3c4b;
    border-radius: 20px
}

.drop-info-btn {
    cursor: pointer
}

.drop-info-content {
    transition: all .3s ease;
    font-size: 12px
}

.icon-fade {
    transition: all .1s ease
}

.img-icon-fade:hover+.icon-fade {
    margin-top: -15px
}

.drop-info-btn:hover+.drop-info-content {
    opacity: 1;
    z-index: 1
}

.w-20px {
    width: 20px
}

.w-max-content {
    width: max-content
}

.card-info {
    box-shadow: 0 16px 32px 0 rgb(0 0 0/20%)
}

.zi-10 {
    z-index: 10
}

.btn-hoverlight:hover {
    background: rgba(26,118,210,.2);
    padding-right: 2rem!important
}

.smoth {
    transition: all .3s ease
}

.h-75px {
    height: 75px
}

.link-card {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.link-card:after {
    content: none
}

.link-card:hover+.card .nuevobotoncard {
    opacity: .7!important
}

.hardsell-counter {
    background: #5964e8;
    background: linear-gradient(145deg,#5964e8,#04a1ba);
    position: absolute;
    top: 0;
    height: auto;
    left: 50%;
    transform: translate(-50%);
    top: 25px;
    width: calc(100% - 20vw)
}

.strikethrough {
    text-decoration: line-through
}

.box-promo-flash {
/*     background-image: url(../../img/nuevos/flash_promo.svg); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media (min-width: 400px) {
    .hardsell-counter {
        top:0
    }
}

@media (min-width: 1200px) {
    .hardsell-counter {
        top:25px;
        width: calc(100% - 3vw)
    }

    .p-flash {
        font-size: 12px
    }

    .box-promo-flash {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (min-width: 1500px) {
    .hardsell-counter {
        top:10px;
        width: calc(100% - 5vw)
    }
}

@media (min-width: 1700px) {
    .hardsell-counter {
        top:0;
        width: calc(100% - 10vw)
    }
}

.classLogo {
    max-height: 75px
}

.bgHighlight {
    background: #743aa0!important;
    background: linear-gradient(145deg,#743aa0,#e22660)!important
}

.bgHighlight * {
    color: #fff!important
}

.mainText {
    color: #75787b
}

.comparatorServiceItem.mergerServiceBox img {
    display: inline-block!important
}

@media (max-width: 1226px) {
    .comparatorServiceItem.mergerServiceBox img {
        width:20px!important
    }

    .comparatorServiceItem.mergerServiceBox span,.tiny {
        font-size: .8rem!important
    }

    .tiny {
        line-height: 1!important
    }
}

@media (min-width: 1652px) {
    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size:450%!important
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 .font24px {
        font-size: 65%!important
    }

    .leadText {
        font-size: 200%
    }
}

.btn-change-dir {
    cursor: pointer;
    display: inline;
    font-size: 14px
}

@media (max-width: 400px) {
    .boton-grande {
        max-width:100%;
        height: 55px!important;
        line-height: 1
    }
}

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

.spin {
    animation: spinAnimation 4s linear infinite
}

@keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.flicker {
    animation: flickerAnimation 3s infinite
}

@keyframes breathe {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.25)
    }

    to {
        transform: scale(1)
    }
}

.breathe {
    transform: scale(1);
    animation-name: breathe;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

@keyframes breatheless {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.06)
    }

    to {
        transform: scale(1)
    }
}

.breatheless {
    transform: scale(1);
    animation-name: breatheless;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

.relampago~.hardsell-title {
    background: #a5d637;
    background: linear-gradient(104deg,#a5d637,#6bd6a9)
}

.pro~.hardsell-title,.ultrasonico~.hardsell-title {
    background: #c697e3;
    background: linear-gradient(142deg,#b753f5,#9000ff 35%,#d800ff)
}

.sonico~.hardsell-title {
    background: #c697e3;
    background: linear-gradient(142deg,#c697e3,#ff0076 35%,#ff00eb)
}

.basico~.hardsell-title,.turbo~.hardsell-title {
    background: #c697e3;
    background: linear-gradient(142deg,#006cff,#00b1ff 35%,#006cff)
}

.minibasico~.hardsell-title,.veloz~.hardsell-title {
    background: #c697e3;
    background: linear-gradient(142deg,#fa8700,#ffd800 35%,#f6ff1c)
}

@media (min-width: 1280px) {
    .hardsell-title {
        font-size:18px;
        padding: 10px 5px!important
    }
}

.bg-darken-gradient {
    background: #1e1f28;
    background: linear-gradient(0deg,#1e1f28,rgba(30,31,40,0))
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%
}

@media (min-width: 768px) {
    .max-h-40-md {
        max-height:40vh
    }

    .bg-img-hotsale {
        background-position: 100% 100%
    }
}

@media (max-width: 768px) {
    .fw-rev {
        flex-wrap:wrap-reverse
    }

    .o-1 {
        order: 1
    }
}

@media (max-width: 449px) {
    .bg-img-promo {
        height:150px!important
    }
}

.bg-img-promo {
    height: 60px;
    background: -webkit-linear-gradient(270deg,#585858,#393939) 0 0 no-repeat padding-box;
    background: -moz-linear-gradient(270deg,#585858 0,#393939 100%) 0 0 no-repeat padding-box;
    background: linear-gradient(270deg,#585858,#393939) 0 0 no-repeat padding-box
}

.lh-med {
    line-height: 1.5rem
}

.lh-normal {
    line-height: 1
}

.no-link-chev:after {
    display: none
}

.huge {
    font-size: 4rem
}

#HogarSeguro.show,#TotalTV.show,#TVPlus.show,#VSB.show {
    display: flex!important
}

#HogarSeguro .close,#TotalTV .tv_close,#TVPlus .tv_close,#VSB .vsb_close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 0;
    z-index: 1
}

#HogarSeguro .modal-dialog,#TotalTV .modal-dialog,#TVPlus .modal-dialog,#VSB .modal-dialog {
    max-width: 440px;
    margin: auto;
    top: -100px;
    filter: blur(9px);
    -webkit-transition: all .5s linear .2s;
    -moz-transition: all .5s linear .2s;
    -o-transition: all .5s linear .2s;
    transition: all .5s linear .2s
}

#VSB.show .modal-dialog {
    width: 100%
}

#HogarSeguro.show .modal-dialog,#TotalTV.show .modal-dialog,#TVPlus.show .modal-dialog,#VSB.show .modal-dialog {
    top: 0;
    filter: blur(0)
}

#TotalTV .modal-content,#TVPlus .modal-content,#VSB .modal-content {
/*     background: #1e1f28 url(../../img/pages/home/modal_bg_textura.webp) no-repeat top/contain; */
    color: #fff;
    margin: auto;
    text-align: center;
    font-weight: 300;
    border: 0;
    border-radius: 40px
}

#VSB .modal-content strong {
    font-weight: 500
}

#VSB .modal-header {
    display: block;
    padding-bottom: 0
}

#VSB .modal-header .modal-title {
    font-weight: 600
}

#VSB .modal-footer {
    justify-content: center
}

#VSB .modal-footer p {
    flex: 0 0 100%
}

#VSB .modal-footer button {
    background: #1988ff;
    width: 230px;
    border-radius: 20px;
    border: 0;
    padding: 10px 0;
    color: #fff;
    font-weight: 300
}

#VSB .modal-footer a {
    font-size: 16px;
    font-weight: 400
}

#VSB .modal-footer a:after {
    content: none
}

#VSB .promo {
    color: #fb6400
}

.modal-backdrop.tv_open,.modal-backdrop.vsb_open {
    background-color: hsla(0,0%,100%,.5)
}

body.tv_open #sectionChat,body.tv_open .cardsRow,body.tv_open>.row,body.tv_open>[id^=sectionPerformance],body.tv_open>section,body.vsb_open #sectionChat,body.vsb_open .cardsRow,body.vsb_open>#buenFinCounter,body.vsb_open>.row,body.vsb_open>[id^=sectionPerformance],body.vsb_open>section {
    filter: blur(9px)
}

#TotalTV .modal-dialog,#TVPlus .modal-dialog {
    max-width: 900px;
    max-height: 601px;
    border-radius: 10px
}

.logos-adicional {
    max-width: 150px;
    max-height: 33px
}

#HogarSeguro .modal-dialog {
    max-width: 720px;
    max-height: 100%;
    height: 535px
}

#TotalTV .modal-content,#TVPlus .modal-content {
    background-image: none;
    max-width: 100%
}

#TVPlus .modal-body button {
    background: #1988ff;
    width: 250px;
    border-radius: 20px;
    border: 0;
    padding: 10px 0;
    color: #fff;
    font-weight: 300
}

#HogarSeguro .close {
    top: 15px;
    right: 20px
}

#HogarSeguro .modal-content {
    height: 100%;
    border-radius: 30px;
    background-color: #474a5a
}

#HogarSeguro .modal-content p {
    color: #fff;
    font-weight: 400
}

#HogarSeguro .modal-content img,#HogarSeguro .modal-content p {
    height: auto
}

#HogarSeguro .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center
}

#HogarSeguro .modal-body>.row {
    overflow-y: auto
}

#HogarSeguro .modal-body>.row:before {
    content: "\021E9  Ver más";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
    background-color: #313244;
    color: #fff;
    font-weight: 300;
    font-size: .9em;
    padding: 10px 0;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s linear
}

#HogarSeguro .modal-body>.row.scrolled:before {
    opacity: 0
}

#HogarSeguro .modal-body>.row>div {
    height: fit-content
}

@media(max-width: 1199px) {
    .custom-checkbox>.box.hogar strong {
        padding-left:0
    }
}

@media (max-width: 991px) {
    #mapaPV {
        height:300px;
        margin-top: 30px!important
    }

    .custom-checkbox>.box.hogar {
        flex-direction: column
    }

    .custom-checkbox>.box.hogar button {
        margin: 1em 0
    }
}

#contenedorPaquetes::-webkit-scrollbar,#ofertaZonaFactible::-webkit-scrollbar {
    display: none
}

#contenedorPaquetes,#contenedorPaquetes .row,#ofertaZonaFactible,#ofertaZonaFactible .row {
    justify-content: center
}

#contenedorPaquetes>div,#ofertaZonaFactible>div {
    z-index: 1;
    padding: 0 9px;
    max-width: 286px
}

#contenedorPaquetes .highlighted:before,#ofertaZonaFactible .highlighted:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    background: #fe5537;
    z-index: -1;
    animation: opacityToggle 1.5s .1s infinite;
    opacity: 0
}

.balazoCards {
    height: 90px;
    top: -40px;
    left: 220px
}

.balazoCards,.buenFinCards {
    position: absolute;
    z-index: 10000
}

.buenFinCards {
    height: 70px;
    top: -12px;
    right: 330px
}

.imgBuenFin {
    height: 70px
}

.imgBuenFin,.imgGranVenta {
    position: absolute;
    z-index: 1000;
    top: -10px;
    left: 0
}

.imgGranVenta {
    height: 80px
}

a.hoverOffer:after {
    display: none!important
}

.hoverOffer img {
    height: auto
}

#contenedorPaquetes+.custom_nav,#ofertaZonaFactible+.custom_nav,.box-paquetes .extra-info,.box-paquetes .extra-info div,.box-paquetes .info-desc,.box-paquetes .packsModal {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-paquetes {
    color: #fff;
    text-align: center;
    border-radius: 11px;
    border: 1px solid #e3f9fd
}

.box-paquetes .header {
    border-radius: 10px 10px 0 0
}

.box-paquetes .header.minibasico,.box-paquetes .header.veloz {
    background: linear-gradient(90deg,#3cba4d 10%,#b5f909)
}

.box-paquetes .header.basico,.box-paquetes .header.turbo {
    background: linear-gradient(90deg,#9a0092 10%,#e70f79)
}

.box-paquetes .header.sonico {
    background: linear-gradient(90deg,#2a3d9d 10%,#35a0dc)
}

.box-paquetes .header.pro,.box-paquetes .header.ultrasonico {
    background: linear-gradient(90deg,#310066 10%,#6e07a1)
}

.box-paquetes .header.relampago {
    background: linear-gradient(90deg,#e73413 10%,#fc6b00)
}

.box-paquetes .info-megas {
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    padding: 15px 0 25px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.box-paquetes .info-megas small {
    font-size: 60%;
    line-height: normal
}

.box-paquetes .info-desc {
    background-color: #2b2f3d;
    font-size: 14px;
    padding: 15px 15px 0;
    flex-direction: column;
    margin-top: -10px
}

.box-paquetes .info-desc p {
    height: auto
}

.box-paquetes .info-desc small {
    font-size: 85%
}

.box-paquetes .info-desc .logos_wrp {
    display: flex;
    justify-content: space-between
}

.box-paquetes .info-desc .logos_wrp>div {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 15px;
    height: 72px
}

.box-paquetes .info-desc .logos_wrp>div.onlyOne {
    flex: 0 0 100%
}

.box-paquetes .info-desc .logos_wrp img {
    height: auto
}

.box-paquetes .info-desc hr {
    margin: 6px 0 5px;
    border-color: #fff;
    width: 230px
}

.box-paquetes .packsModal {
    padding: 10px 0;
    background-color: #1e1f28;
    border: 2px solid #2b2f3d;
    border-top: 0;
    height: 77px;
    flex-direction: column;
    justify-content: start;
    position: relative
}

.box-paquetes .packsModal img {
    margin: 0 5px;
    cursor: pointer;
    height: auto
}

.box-paquetes .packsModal>div:last-child {
    position: absolute;
    width: 80px;
    height: auto;
    top: 53%
}

.box-paquetes .info-desc .box_img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-paquetes .info-desc .box_img:hover,.box-paquetes .info-desc .icon-fade:hover+.box_img {
    transform: translateY(-5px)
}

.icon-fade {
    position: absolute;
    top: 13%;
    right: 13%;
    height: auto
}

.box-paquetes .extra-info {
    font-size: 1.5em;
    font-weight: 500;
    line-height: normal;
    min-height: 160px;
    flex-direction: column;
    background-color: #1e1f28;
    border: none;
    align-items: end;
    position: relative
}

.box-paquetes .extra-info:before {
    position: absolute;
    right: 70%;
    top: 0;
    width: 30%;
    height: 100%;
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 4
}

.box-paquetes .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    height: 75px;
    padding: .5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent linear-gradient(100deg,#f07800,#f21a08) 0 0 no-repeat padding-box;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5800",endColorstr="#ff9a00",GradientType=1)
}

.box-paquetes .label span {
    font-size: 24px;
    line-height: 1;
    height: auto
}

.box-paquetes .label small {
    font-size: 12px;
    font-weight: 400;
    display: block;
    height: auto
}

.box-paquetes .label small>span {
    font-size: inherit
}

.box-paquetes .label p {
    font-size: 16px;
    font-weight: 600
}

.box-paquetes .label hr {
    margin: 6px 0 5px;
    border-color: #fff;
    width: 165px
}

.box-paquetes .label-promo {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    height: 75px;
    padding: .75em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent linear-gradient(180deg,#541fb9,#411515) 0 0 no-repeat padding-box;
    opacity: 1
}

.box-paquetes .extra-info.wifi:before {
    content: "\f1eb"
}

.box-paquetes .extra-info.dollar-sign:before {
    content: "\f155"
}

.box-paquetes .extra-info div {
    text-align: left;
    margin-bottom: 17px
}

.box-paquetes .extra-info div i {
    height: 100%;
    margin-right: 10px;
    font-size: 1.2em
}

.box-paquetes .extra-info div p {
    font-size: 26px;
    line-height: 1
}

.box-paquetes .extra-info span {
    font-size: 65%
}

.box-paquetes .footer {
    border-radius: 0 0 10px 10px;
    background-color: #2b2f3d;
    padding-bottom: 10px
}

.box-paquetes .footer p {
    font-size: 14px;
    font-weight: 200;
    margin: 5px 0
}

.box-paquetes .footer p.yllw {
    color: #000
}

.box-paquetes .footer strong {
    font-weight: 600
}

.box-paquetes .footer a {
    width: 240px;
    font-weight: 400;
    margin-top: 1.2em
}

.box-paquetes .invoice {
    color: #50535d!important
}

.box-paquetes .footer a:after {
    content: none
}

.box-paquetes .extra-info div {
    margin-bottom: 5px
}

.box-paquetes .extra-info div,.box-paquetes .extra-info span {
    width: 90%;
    text-align: left;
    margin-left: auto
}

.box-paquetes .extra-info div p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    flex: 0 0 100%;
    padding: 0 20px
}

.priceThrough {
    font-size: 20px;
    text-decoration: line-through;
    text-decoration-color: #fb7e0f
}

#bannerBlack {
    background: -webkit-linear-gradient(271deg,#19cde5,#c409c4);
    background: -moz-linear-gradient(271deg,#19cde5 0,#c409c4 100%);
    background: -o-linear-gradient(271deg,rgba(25,205,229,.8) 0,#c409c4 100%);
    background: linear-gradient(271deg,#19cde5,#c409c4);
    z-index: 1000;
    position: fixed;
    top: 79px;
    width: inherit;
    max-width: inherit
}

#bannerBlack img {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: 90%;
    max-width: none
}

#bannerPadre {
    z-index: 999;
    position: fixed;
    top: 79px;
    width: inherit;
    height: 90px;
    max-width: inherit
}

#bannerPadre:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 110%;
    background: #ff004c;
    transform: skewY(-1deg)
}

@media(max-width: 992px) {
    #bannerPadre:before {
        transform:skewY(-2deg)
    }

    #bannerPadre p {
        line-height: 1.2
    }

    #bannerPadre img {
        position: absolute;
        top: -10px;
        right: 0;
        width: 100px
    }
}

.fireHotSale img,.logoHotSale img {
    max-width: 100%;
    position: absolute;
    top: 30px
}

.fireHotSale img {
    right: 50px
}

.text-hotsale {
    font-size: 20px
}

@media(min-width: 768px) and (max-width:991px) {
    #buenFinCounter {
        width:90%
    }

    #buenFinCounter h4 {
        font-size: 1.25rem
    }

    #buenFinCounter .timeWrp>.time small {
        font-size: 25%
    }
}

@media(max-width: 992px) {
    #bannerHotSale .fireHotSale {
        position:absolute;
        top: 35px;
        right: 15%;
        width: 80px
    }

    #bannerHotSale .logoHotSale {
        position: absolute;
        top: 10px;
        right: 0;
        width: 80px
    }
}

@media(max-width: 767px) {
    #buenFinCounter:before {
        content:none
    }

    #buenFinCounter .h2 {
        font-size: 1.5rem
    }

    #buenFinCounter .timeWrp {
        justify-content: center
    }

    #bannerHotSale br {
        display: none
    }
}

@media(max-width: 575px) {
    #buenFinCounter .timeWrp>.time small {
        font-size:27%
    }

    #buenFinCounter .timeWrp>.time>div {
        height: 60px
    }

    #buenFinCounter .h6 {
        font-size: .8em
    }

    #buenFinCounter .h4 {
        font-size: .9em
    }

    #buenFinCounter .card {
        margin-bottom: 0
    }

    #bannerTvAdicional img {
        width: 110px
    }

    #bannerTvAdicional p {
        font-size: 12px
    }
}

@media(max-width: 360px) {
    #buenFinCounter .h2 {
        font-size:1.2rem
    }
}

#contenedorPaquetes+.custom_nav,#ofertaZonaFactible+.custom_nav {
    margin: 2em 0 4em;
    display: none
}

#contenedorPaquetes+.custom_nav .dot,#ofertaZonaFactible+.custom_nav .dot {
    width: 10px;
    height: 10px;
    background-color: #c8d8e7;
    margin: 0 20px;
    border-radius: 10px;
    -webkit-transition: width .1s ease-in-out;
    -moz-transition: width .1s ease-in-out;
    -o-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out
}

#contenedorPaquetes+.custom_nav .dot.active,#ofertaZonaFactible+.custom_nav .dot.active {
    background-color: #fff;
    width: 20px
}

@media(max-width: 575px) {
    #contenedorPaquetes+.custom_nav,#ofertaZonaFactible+.custom_nav {
        display:flex
    }
}

@media(max-width: 767px) {
    #contenedorPaquetes,#ofertaZonaFactible {
        flex-wrap:nowrap;
        overflow-x: auto;
        justify-content: normal;
        padding: 0 10px
    }
}

@media(max-width: 1199px) {
    .box-paquetes .info-megas {
        font-size:2em
    }
}

@media(min-width: 1025px) {
    .col-xl-auto {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

.side_divider {
    border-left: 1px solid #515a77
}

.side_divider:before {
    content: "\f067";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: calc(50% - 16px);
    left: -16px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #1e1f28;
    border: 1px solid #515a77;
    border-radius: 11px;
    width: 32px
}

.packs_switch {
    width: 85%;
    margin: auto;
    padding: 6px 0;
    background: transparent;
    border-radius: 9px;
    flex-direction: column
}

.packs_switch .tv_wrp {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.packs_switch .tv_wrp .custom-checkbox {
    flex: 0 0 48%
}

.packs_switch,.packs_switch .custom-checkbox>.box {
    display: flex;
    justify-content: center;
    align-items: center
}

.packs_switch.internet .custom-checkbox>.box {
    height: 46px
}

.packs_switch.internet .tv_wrp .custom-checkbox>.box {
    height: 93px
}

.packs_switch .custom-checkbox {
    width: 100%;
    position: relative;
    margin: 10px 0
}

.packs_switch .custom-checkbox>input {
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1
}

.packs_switch .custom-checkbox>.box {
    height: 70px;
    border: 2px solid #cad8e5;
    border-radius: 9px;
    cursor: pointer;
    position: relative;
    padding: 6px 0
}

.packs_switch .custom-checkbox>.box i,.packs_switch .custom-checkbox>.box img {
    height: auto
}

.packs_switch .custom-checkbox>.box>p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.packs_switch .custom-checkbox>.box>p>small {
    font-size: inherit;
    font-weight: 300;
    height: auto
}

.packs_switch .custom-checkbox>.box>p:not(.icons) {
    align-items: center
}

.packs_switch .custom-checkbox>.box>p.icons {
    color: #fff;
    height: 100%;
    justify-content: space-around
}

.packs_switch .custom-checkbox>.box>p.icons>i {
    font-size: small;
    color: #fff;
    padding-right: 12px
}

.packs_switch .custom-checkbox>.box>p.icons>img {
    max-width: 16px
}

.packs_switch .custom-checkbox>.box>p>span {
    font-size: 22px;
    height: 40px
}

.packs_switch .custom-checkbox>.box>p>label {
    margin: 0;
    line-height: 1
}

.packs_switch.hogarseguro .custom-checkbox>.box>p,.packs_switch.streaming .custom-checkbox>.box>p {
    font-weight: 300;
    color: #fff;
    width: 100%
}

.packs_switch .custom-checkbox.checked>.box,.packs_switch .custom-checkbox>input:checked~.box {
    border: 4px solid #1689ff
}

.packs_switch.streaming .custom-checkbox.netflix.checked>.box,.packs_switch.streaming .custom-checkbox.netflix>input:checked~.box {
    background-color: #f70429
}

.packs_switch.streaming .custom-checkbox.amazon.checked>.box,.packs_switch.streaming .custom-checkbox.amazon>input:checked~.box {
    background-color: #00d4f4
}

.packs_switch.hogarseguro .custom-checkbox.checked>.box,.packs_switch.hogarseguro .custom-checkbox>input:checked~.box {
    background-color: #d1faff
}

.packs_switch.streaming .custom-checkbox.netflix>.box .img {
    width: 100%;
    height: 27px;
/*     background: url(../../../assets/img/nuevos/logo_netflix_red.png) no-repeat 50%/contain; */
    margin-top: 3px
}

.packs_switch.streaming .custom-checkbox.amazon>.box .img {
    width: 100%;
    height: 33px;
/*     background: url(../../../assets/img/nuevos/logo_amazon.svg) no-repeat 50%/contain */
}

.packs_switch.hogarseguro .custom-checkbox>.box .img {
    width: 100%;
    height: 27px;
/*     background: url(../../../assets/img/nuevos/logo_hogarseguro.svg) no-repeat 50%/contain; */
    margin-top: 3px
}

.packs_switch.streaming .custom-checkbox.netflix.checked>.box .img,.packs_switch.streaming .custom-checkbox.netflix>input:checked~.box .img {
 /*    background-image: url(../../../assets/img/nuevos/logo_netflix_white.png) */
}

.packs_switch.streaming .custom-checkbox.amazon.checked>.box .img,.packs_switch.streaming .custom-checkbox.amazon>input:checked~.box .img {
/*     background-image: url(../../../assets/img/nuevos/logo_amazon_white.svg) */
}

.packs_switch.hogarseguro .custom-checkbox.checked>.box .img,.packs_switch.hogarseguro .custom-checkbox>input:checked~.box .img {
/*     background-image: url(../../../assets/img/nuevos/logo_hogarseguro_dark.svg) */
}

.packs_switch.hogarseguro .custom-checkbox.checked>.box>p,.packs_switch.hogarseguro .custom-checkbox>input:checked~.box>p {
    color: #51587a
}

.packs_switch .custom-checkbox>input:active~.box {
    border-color: #aaa;
    background-color: #ddd
}

.packs_switch .custom-checkbox.checked>.box:before,.packs_switch .custom-checkbox>input:checked~.box:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 30px;
    height: 33px;
/*     background: url(../../../assets/img/nuevos/check.png) no-repeat 50%/contain */
}

.packs_btn {
    background: #515a77;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    width: 130px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.packs_btn:after {
    content: none
}

.packs_btn:hover {
    color: #fff
}

.opt {
    position: absolute;
    top: 30px;
    color: #b3cbe2
}

.fa-rotate-y:before {
    display: block;
    transform: rotateY(180deg)
}

.fw-600 {
    font-weight: 600
}

@media(max-width: 767px) {
    .packs_switch.streaming {
        padding:0
    }

    .side_divider {
        margin-top: 1.5em;
        padding-top: 1em;
        border-top: 1px solid #515a77;
        border-left: 0
    }

    .side_divider:before {
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .coberturaBtn {
        margin: auto
    }
}

#hogar_hightlights .blueligth_bg {
    background-color: #edfcff
}

#hogar_hightlights .highlight {
    font-weight: 600;
    font-size: 38px
}

#hogar_hightlights .highlight span {
    color: #00b4e1
}

#hogar_hightlights .highlight,#hogar_hightlights p {
    color: #404860
}

#hogar_hightlights p:not([class]) {
    font-size: 25px;
    line-height: normal;
    margin-top: .5em
}

.darkBtn {
    background-color: #2b303c;
    border-radius: 50px;
    max-width: 100%;
    width: 340px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.darkBtn>a {
    font-size: 20px
}

.custom-checkbox>.box.hogar {
    width: 100%;
    height: auto;
    padding: 1.5em 0
}

.custom-checkbox>.box.hogar>div {
    flex: 0 0 22%
}

.custom-checkbox>.box.hogar p {
    text-align: center
}

.custom-checkbox>.box.hogar p img {
    width: 300px;
    margin-bottom: .5em
}

.custom-checkbox>.box.hogar button {
    font-size: 13px;
    color: #fff;
    background-color: #00b3db;
    border-radius: 13px;
    border: 0;
    padding: 7px 20px;
    margin-top: .5em
}

.custom-checkbox>.box.hogar strong {
    flex: 0 0 13%;
    font-size: 14px;
    padding-left: 20px
}

.blackfriday_mobile {
    height: auto
}

.disclaimer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 11px;
    background-color: rgb(43 47 61/75%);
    line-height: 1.5;
    z-index: 49;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.disclaimer>.row {
    height: 100%;
    max-width: 640px;
    margin: 0 auto
}

.disclaimer>.row>div {
    display: flex;
    align-items: center
}

.disclaimer a {
    font-size: 11px;
    text-decoration: underline
}

.disclaimer p {
    height: auto
}

.disclaimer button {
    background: transparent;
    font-size: 11px;
    color: #fff;
    border: 2px solid #007cff;
    width: 120px;
    height: 30px;
    border-radius: 20px
}

.disclaimer button:focus {
    outline: none
}

@media(max-width: 767px) {
    .disclaimer {
        height:150px;
        bottom: 47px
    }

    .disclaimer>.row {
        justify-content: space-evenly;
        flex-direction: column;
        text-align: center
    }

    .disclaimer>.row>div {
        height: fit-content;
        justify-content: center
    }
}

.banner_mundial {
    background: -webkit-linear-gradient(90deg,#8aaa04 0,#a8ce09)!important
}

.banner_home {
    background: -webkit-linear-gradient(90deg,#6d22ef 0,#4b3365);
    background: -moz-linear-gradient(to right,#6d22ef 0,#4b3365 100%);
    background: linear-gradient(90deg,red,#cb2632 75%,#fb7e0f)
}

.banner_home img:not(.vsb_logo) {
    top: 0;
    height: auto;
    width: 550px
}

.banner_home p strong {
    font-weight: 600
}

.banner_home p {
    font-weight: 300
}

@media(min-width: 1536px) {
    .banner_home {
        margin-bottom:5rem!important
    }

    .banner_home img:not(.vsb_logo) {
        width: 440px
    }
}

@media(max-width: 767px) {
    .banner_home {
        height:255px
    }

    .banner_home img:not(.vsb_logo) {
        top: auto;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 300px
    }

    .banner_home p {
        font-size: 20px
    }
}

.h1-responsive {
    font-size: 25px!important
}

.h2-responsive {
    font-size: 22.5px!important
}

.h3-responsive {
    font-size: 20px!important
}

.h4-responsive {
    font-size: 17.5px!important
}

.h5-responsive {
    font-size: 15px!important
}

.h6-responsive {
    font-size: 12.5px!important
}

@media screen and (min-width: 576px) {
    .h1-responsive {
        font-size:2.5rem!important
    }

    .h2-responsive {
        font-size: 2rem!important
    }

    .h3-responsive {
        font-size: 1.75rem!important
    }

    .h4-responsive {
        font-size: 1.5rem!important
    }

    .h5-responsive {
        font-size: 1.25rem!important
    }

    .h6-responsive {
        font-size: 1rem!important
    }
}

.custom-checkbox.tv.plus:before {
    content: "NUEVO";
    width: 55px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #ed3a00;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.bg-orange {
    background-color: #f07800
}

.promoHotSale {
    background-image: linear-gradient(271deg,#fd8610,#f26)
}

.promoHotSale .packageOptionDesc p {
    color: #fff!important
}

@media(max-width: 767px) {
    .hotsale .box-paquetes .img-icon-fade {
        filter:brightness(0) invert(1)
    }

    .hotsale .box-paquetes .footer .invoice {
        color: #d5373a
    }
}

.counterWrp {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    height: 110px;
    z-index: -1;
    width: 530px;
    margin: -20px auto 0;
    background: linear-gradient(104deg,red,#cb2632 86%,#fb7e0f);
    border-radius: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px
}

.counterWrp:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -7px;
    height: 125px;
    width: 125px;
/*     background: url(../../img/nuevos/granventa/logo.png) no-repeat 50%/contain */
}

.counterWrp .advice {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.timeWrp {
    width: 430px;
    height: 66px;
    margin: 0 auto;
    z-index: 1
}

.timeWrp,.timeWrp .time {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.timeWrp .time {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    flex: 0 0 24%;
    flex-direction: column
}

.timeWrp .time:not(:last-child):before {
    content: "";
    width: 2px;
    height: 75%;
    position: absolute;
    right: 0;
    background: #fff
}

.timeWrp .time span {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    height: auto
}

@media(max-width: 767px) {
    .counterWrp {
        bottom:-55px;
        height: 90px;
        width: 355px;
        padding-left: 66px
    }

    .timeWrp {
        width: 260px;
        height: 56px
    }

    .timeWrp .time {
        font-size: 10px
    }

    .timeWrp .time span {
        font-size: 30px
    }

    .counterWrp:before {
        left: -7px;
        height: 103px;
        width: 103px
    }

    .counterWrp .advice {
        font-size: 12px
    }
}

.custom_select_wrp {
    height: 40px;
    width: 150px;
    position: relative
}

.custom_select {
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    color: #000;
    cursor: pointer;
    width: 100%;
    height: 40px
}

.custom_select+.options {
    display: none;
    transition: all .2s linear;
    flex-direction: column;
    position: absolute;
    top: 40px;
    width: 100%
}

.custom_select.showing {
    border-radius: 6px 6px 0 0
}

.custom_select.showing+.options {
    display: flex;
    height: auto;
    border-radius: 0 0 6px 6px
}

.custom_select.showing,.custom_select.showing+.options {
    background-color: #fff;
    z-index: 99
}

.options a {
    cursor: pointer;
    margin-bottom: 10px;
    height: max-content;
    color: #000;
    font-size: 14px
}

.options a:after {
    content: none
}

.custom_select::selection,.options a::selection {
    background: none
}

.custom_select:before {
    font-size: 10px
}

.custom_select.unidades:before,.custom_select:before {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #000
}

.custom_select.unidades:before {
    font-size: 15px
}

.custom_select.showing:before {
    content: "\f077"
}

.mobileMenu .custom_select_wrp {
    width: 100%
}

.mobileMenu .custom_select_wrp .custom_select.lang,.mobileMenu .custom_select_wrp .custom_select.lang+.options a {
    justify-content: start;
    padding-left: 45px;
    color: #fff
}

.mobileMenu .custom_select_wrp .custom_select.lang+.options a {
    background-color: #44475a
}

 [data-translate] {
    opacity: 1;
    transition: opacity .3s
} 

.translated[data-translate] {
    opacity: 1
}

.custom_select.lang:before {
    position: absolute;
    right: 9px;
    font-size: 15px
}

.custom_select.lang,.custom_select.lang+.options {
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.custom_select.lang,.custom_select.lang+.options a {
    font-size: 16px;
    font-weight: 500
}

.custom_select.lang+.options a {
    width: 100%;
    height: 38px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom_select.lang+.options a:hover {
    background-color: #44475a
}

.custom_select.lang:after {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 13px;
    background: url(/assets/img/nuevos/lang_globe.svg) no-repeat 50%/cover
}

.bg-gradient-modal {
    background: -webkit-linear-gradient(180deg,#50608e,#474a5a);
    background: -moz-linear-gradient(to bottom,#50608e 0,#474a5a 100%);
    background: -ms-linear-gradient(to bottom,#50608e 0,#474a5a 100%);
    background: linear-gradient(180deg,#50608e,#474a5a)
}

.locationButton {
    cursor: pointer;
    position: relative;
    width: 325px;
    height: 36px
}

.locationButton .matchCity {
    width: 100%;
    height: 65px;
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px 20px;
    background: -moz-linear-gradient(top,#323a54 90%,rgba(50,58,84,.73) 96%,transparent 100%);
    background: -webkit-linear-gradient(top,#323a54 90%,rgba(50,58,84,.73) 96%,transparent);
    background: linear-gradient(180deg,#323a54 90%,rgba(50,58,84,.73) 96%,transparent)
}

.locationButton .matchCity input {
    width: 100%;
    border: 2px solid #1689ff;
    border-radius: 7px
}

.locationButton .matchCity input:focus-visible {
    outline: none
}

.locationButton>a.showing~.matchCity {
    display: block
}

.locationButton>a {
    border-radius: 18px;
    border: 2px solid #fff;
    font-size: 16px;
    color: #96e5ff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%
}

.locationButton>a::selection {
    background: none
}

.locationButton>a:hover {
    color: #fff
}

.locationButton>a:before {
    content: "";
    width: 23px;
    height: 100%;
    position: absolute;
    left: 5px;
    background: url(/assets/img/nuevos/location.svg) no-repeat 50%/auto;
    color: #fff
}

.locationButton>a:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    display: block
}

.locationButton>a.showing:after {
    content: "\f077"
}

.locationButton .options {
    display: none;
    position: absolute;
    width: 100%;
    height: 270px;
    flex-direction: column;
    align-items: start;
    overflow-y: auto;
    background: #323a54;
    box-shadow: 0 0 10px rgb(0 0 0/46%);
    border-radius: 10px;
    z-index: 999;
    padding: 60px 15px 15px
}

.locationButton>a.showing+.options {
    display: flex
}

@media(max-width: 767px) {
    .locationButton {
        width:220px
    }
}

#installLocation,#modalConfirmaDireccion,#modalNoCobertura,#modalOfertaSimplificada,#noLocation {
    z-index: 9999
}

#installLocation .modal-dialog,#modalConfirmaDireccion .modal-dialog,#modalNoCobertura .modal-dialog,#modalOfertaSimplificada .modal-dialog {
    max-width: none;
    min-height: 100%
}

#installLocation .modal-content,#modalConfirmaDireccion .modal-content,#modalNoCobertura .modal-content,#modalOfertaSimplificada .modal-content,#noLocation .modal-content {
    background: -webkit-linear-gradient(180deg,#50608e 0,#474a5a);
    background: -moz-linear-gradient(to bottom,#50608e 0,#474a5a 100%);
    background: -ms-linear-gradient(to bottom,#50608e 0,#474a5a 100%);
    background: linear-gradient(180deg,#50608e 0,#474a5a)
}

.bn_fin_select_wrp {
    max-width: 100%;
    width: 730px;
    height: 65px;
    margin: 0 auto;
    display: flex;
    background-color: #3f3f3f;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1
}

.bn_fin_select_wrp>div {
    width: 100%;
/*     -ms-flex: 0 0 33.333333%; */
/*     flex: 0 0 33.333333%; */
/*     max-width: 33.333333%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: color .3s;
    position: relative
}

.bn_fin_select_wrp>div.promo:before {
    content: "¡Promoción!";
    width: 95px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #ed3a00;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center
}

.bn_fin_select_wrp>div p {
    height: auto;
    font-size: 14px;
    font-weight: 500
}

.bn_fin_select_wrp>div p.big {
    font-size: 20px
}

.bn_fin_select_wrp>div .logo_tp {
    height: 21px;
    width: 100%;
    transition: all .3s;
     background: url(../../img/nuevos/Logo_TP_TV.svg) no-repeat 50%/contain 
}

.bn_fin_select_wrp>div .logo_tp_new {
    height: 21px;
    width: 100%;
    transition: all .3s;
/*     background: url(../../img/nuevos/white_nuevo.png) no-repeat 50%/contain */
}

.bn_fin_select_wrp>div .logo_tp.plus {
/*     background-image: url(../../img/nuevos/buenfin/logo_white_plus.svg) */
}

.bn_fin_select_wrp>div.active .logo_tp {
/*     background-image: url(../../img/nuevos/buenfin/logo_dark.svg) */
}

.bn_fin_select_wrp>div.active .logo_tp_new {
/*     background-image: url(../../img/nuevos/dark_nuevo.png) */
}

.bn_fin_select_wrp>div.active .logo_tp.plus {
/*     background-image: url(../../img/nuevos/buenfin/logo_dark_plus.svg) */
}

.bn_fin_select_wrp .active {
    color: #22223e
}

.bn_fin_select_wrp .active~.bg {
    height: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 30px;
    z-index: -1;
    transition: left .3s
}

.bn_fin_select_wrp>div:first-child.active~.bg {
    left: 0
}

.bn_fin_select_wrp>div:nth-child(2).active~.bg {
    left: 33.333333%
}

.bn_fin_select_wrp>div:nth-child(3).active~.bg {
    left: 66.666666%
}

.selectPaquetesNew.simple .bn_fin_select_wrp {
    width: 487px
}

.selectPaquetesNew.simple .bn_fin_select_wrp>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.selectPaquetesNew.simple .bn_fin_select_wrp>div[data-pack="3p+"] {
    display: none
}

.selectPaquetesNew.simple .bn_fin_select_wrp>div:nth-child(2).active~.bg {
    left: 50%
}

@media(max-width: 767px) {
    .bn_fin_select_wrp>div .logo_tp {
        height:15px
    }
}

.box-paquetes .footer,.box-paquetes .info-desc,.box-paquetes .label {
    background: transparent
}

.box-paquetes .label {
    height: auto;
    font-weight: 400
}

.box-paquetes .label strong {
    font-weight: 600
}

.box-paquetes .label small {
    font-size: 14px
}

.box-paquetes .label-promo {
    background: linear-gradient(90deg,red,#cb2632 75%,#fb7e0f);
    padding: 20px 10px;
    font-weight: 500
}

.box-paquetes .info-desc {
    position: relative;
    background-color: #1e1e29;
    padding: 40px 0 20px;
    font-size: 16px
}

.box-paquetes .info-megas {
    font-size: 35px;
    font-weight: 700;
    padding: 15px 0 55px
}

.box-paquetes .pago {
    line-height: 1;
    font-size: 14px;
    border-bottom: 1px solid #e3f9fd
}

.icon-fade {
    position: relative;
    top: auto;
    right: auto
}

#contenedorPaquetes .balazoCards {
    display: none
}

#contenedorPaquetes>div,#ofertaZonaFactible>div {
    padding: 0 17px;
/*     max-width: 405px */
}

.box-paquetes .footer a {
    margin-top: 0
}

.box-paquetes .info-desc .tag {
    background-color: #f13b00;
    border-radius: 10px;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 5px;
    height: 14px
}

@media(max-width: 1200px) {
    .box-paquetes .info-desc {
        font-size:14px
    }
}

@media(max-width: 480px) {
    .box-paquetes .info-desc {
        font-size:11px
    }
}

.buenfin_slider>.row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 340px
}

.buenfin_slider>.row:before {
    content: "";
    position: absolute;
    top: 50px;
    width: 100%;
    height: 240px;
    background: linear-gradient(100deg,#f26,#fd8610)
}

.buenfin_slider .slide>.row {
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    position: relative
}

.buenfin_slider .slide p {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    height: auto
}

.buenfin_slider .slide p strong {
    font-weight: 600;
    font-size: 3rem
}

.buenfin_slider .slide>.row:after,.buenfin_slider .slide>.row:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: no-repeat 0/contain
}

.buenfin_slider .slider_nav {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.buenfin_slider .slider_nav .dot {
    width: 10px;
    height: 10px;
    background-color: rgb(255 255 255/50%);
    margin: 0 5px;
    border-radius: 10px;
    -webkit-transition: width .1s ease-in-out;
    -moz-transition: width .1s ease-in-out;
    -o-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
    cursor: pointer
}

.buenfin_slider .slider_nav .dot.active {
    background-color: #fff;
    width: 30px
}

.mejorPrecio:after {
    content: "Mejor Precio";
    width: 159px;
    height: 19px;
    background: transparent linear-gradient(97deg,red,#cb2632 86%,#fb7e0f) 0 0 no-repeat padding-box
}

.mejorPrecio:after,.nuevoTPtv:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    margin: 0 auto;
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center
}

.nuevoTPtv:after {
    content: "Nuevo";
    width: 75px;
    height: 20px;
    background: transparent linear-gradient(97deg,#ffc820,#fb5801) 0 0 no-repeat padding-box
}

@media(max-width: 767px) {
    .buenfin_slider .slide p {
        font-size:20px;
        max-width: 225px;
        margin: 0 auto
    }

    .buenfin_slider .slide p strong {
        font-size: 2rem
    }
}

@media(max-width: 480px) {
    .buenfin_slider .slide p strong {
        font-size:1.5rem
    }

    .buenfin_slider>.row:before {
        height: 340px
    }

    .buenfin_slider>.row {
        height: 445px
    }
}

body.contrata_content * {
    height: auto
}

body.contrata_content footer {
    margin-top: 0
}

@media (max-width: 575.98px) {
    .videoTextContainerSecond .videoTextContentSecond img {
        width:90px
    }

    .mainCompaniesContainer {
        margin-bottom: 4rem!important
    }

    footer .footerLegals ul li a:after {
        display: none
    }

    .advantageDescription h2,.advantageDescription p {
        text-align: center!important
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size: 1.875rem!important;
        margin-bottom: 2rem;
        line-height: 45px
    }

    .bestPackageImageContainer {
        padding-left: 15px
    }

    .bestPackageImageContainer h1 {
        font-size: 1.75rem
    }

    .packageAdvantages .advantagesTitle h1 {
        font-size: 1.875rem
    }

    .bestPackageImageContainer .bestPackageDescription {
        font-size: 1rem
    }

    .bestPackageImageContainer .generalButton {
        font-size: 17px
    }

    .landingPackageResume .landingPackagePrice .priceContainer {
        text-align: left;
        padding: 20px
    }

    .landingPackageResume .landingPackagePrice .priceContainer p {
        font-size: .75rem;
        text-align: left;
        line-height: 16px
    }

    .landingPackageResume .landingPackagePrice .priceContainer h1 {
        font-size: 1.625rem;
        line-height: 36px;
        text-align: left
    }

    .landingPackageResume .landingPackagePrice .priceContainer span {
        font-size: .75rem;
        line-height: 16px;
        text-align: left
    }

    .landingPackageResume .landingPackagePrice .priceContainer .buttonContainer .generalButton {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .landingPackageResume .landingPackagePrice .priceContainer .buttonContainer .generalButton span:after {
        display: none
    }

    .topBar .barList li {
        margin-right: 20px
    }

    .topBar .barList li a {
        font-size: .875rem
    }

    .laptop img {
        width: 450px!important
    }

    .internetRow .laptop .facetime {
        transform: translateX(-50%)!important;
        top: 8px!important;
        height: 232px!important;
        width: 340px!important
    }

    .matchPackage:before,.unboxPackage:before {
        right: -77px!important
    }

    .devicesSlider {
        height: 220px!important;
        overflow: hidden;
        margin-top: 0
    }

    .devicesSlider .ipadLandscapeContainer {
        width: 75%!important;
        left: 13.2%!important
    }

    .devicesSlider .smartphoneContainer {
        left: 17%!important;
        width: 23%!important
    }

    .devicesSlider .computerContainer {
        width: 195.6%!important;
        height: 93.1%!important;
        left: -47.5%!important;
        bottom: -54px!important
    }

    .computerWifi img {
        background-size: 52% auto!important;
        background-position: 53% 43%!important
    }

    .appContainer h1 {
        font-size: 1.5625rem
    }

    .comparatorServices .cardComparator {
        width: calc(100% + 15px)
    }

    .comparatorServices .cardComparator .card-body {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0
    }

    .comparatorServices .cardComparator .comparatorServiceItem h1 {
        font-size: .75rem!important
    }

    .comparatorServices .cardComparator .comparatorServiceItem p {
        font-size: .6875rem!important
    }

    .totalPlayLogo {
        max-width: 160px!important;
        position: relative;
        top: 0
    }

    .newGridApps .newGridAppContainer .newGridAppItem img {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .appCards {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .mobileMenu ul li a {
        font-size: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .modalPhoneList .lastColumnPhone {
        margin-top: 2rem
    }

    .modalPhoneList .modalTitle h1 {
        white-space: nowrap;
        font-size: 1.45rem
    }

    .modalPhoneList .modal-content .modal-header .close {
        top: -.75rem;
        right: -1.15rem
    }

    .buenFinBar {
        opacity: 0
    }

    .fadeInBar {
        opacity: 1
    }

    .fadeInChat {
        opacity: 1!important
    }

    .appFaqs .faqsContainer .card .card-header h2 button:after {
        top: 0!important
    }

    .modalDiciembre .close img {
        width: 24px;
        position: relative;
        right: 2rem
    }

    .thanksModalContainer .modal-dialog .modal-content {
        padding: 10px
    }

    .thanksModalContainer .modal-dialog .modal-content img,.thanksModalContainer .modal-dialog .modal-content p {
        margin-bottom: 16px
    }

    @keyframes modalThanksAppear {
        0% {
            transform: translateY(100px);
            opacity: 0
        }

        to {
            transform: translateY(0);
            opacity: 1
        }
    }

    .alexaRow {
        max-height: none!important;
        padding-bottom: 1rem!important;
        margin-top: 0!important
    }

    .alexaRow .card-body {
        display: block!important;
        text-align: center!important
    }

    .alexaRow img {
        top: 0!important;
        display: block!important;
        margin: 0 auto!important
    }
}

@media (max-width: 767.98px) {
    .titleRowPackages img {
        width:100%;
        max-width: 100%;
        margin-bottom: 2rem
    }

    .headerBanner a.mobileHidden {
        display: block
    }

    .headerBanner a.desktopHidden {
        display: none
    }

    .phoneDeskHidden {
        display: block
    }

    .phoneMobileHidden {
        display: none
    }

    header .topMenu .locationButton>a {
        font-size: 14px
    }

    .btn-change-dir {
        font-size: 12px
    }

    .mobileHeader .headerTopMenu .logoContainer {
        margin-right: 0
    }

    .videoTextContainerSecond .videoTextContentSecond .imagesAppsContainer {
        background: transparent;
        top: 3rem
    }

    .cardsRow .card .card-body .card-title {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }

    .cardsRow .card .card-body .appImage a img {
        width: 120px;
        margin: 0 auto 15px
    }

    .packagesContainer .titlePackages h1 {
        font-size: 1.25rem
    }

    .entrepreneur {
        margin-top: 6rem
    }

    .contactsCollapsible,.legalesCollapsible,.productosMobileCollapsible,.productsCollapsible,.servicesCollapsible,.serviciosMobileCollapsible,.supportCollapsible,.unidadesCollapsible {
        display: none
    }

    .chevronContact,.chevronLegales,.chevronProductosMobile,.chevronProducts,.chevronServices,.chevronServiciosMobile,.chevronSupport,.chevronUnidades {
        display: inline-block!important
    }

    .fasServicios:before {
        position: absolute;
        right: 8px;
        top: 20px
    }

    .fasProductos:before {
        position: absolute;
        right: 8px;
        top: 250px
    }

    .advantageDescription h2,.advantageDescription p {
        text-align: left
    }

    .iconsRow p,.paquetesClasicosTitulos {
        text-align: center
    }

    .paquetesClasicosHeader .paquetesClasicosContainer {
        padding-top: 12vh!important;
        text-align: center
    }

    .paquetesClasicosHeader .paquetesClasicosContainer p {
        margin-bottom: 2vh
    }

    .unboxCarousel .carouselContainer .itemCarousel h1,.unboxCarousel .carouselContainer .itemCarousel p {
        text-align: center
    }

    .unboxCarousel .carouselContainer .itemCarousel img {
        margin-bottom: 2rem
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .slick-next {
        right: 0!important;
        z-index: 10000
    }

    .slick-prev {
        left: -5px;
        z-index: 10000
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size: 1.875rem
    }

    .unboxCarousel .carouselTitles h1 {
        font-size: 1.5rem
    }

    .unboxCarousel .carouselContainer .itemCarousel {
        text-align: center
    }

    .unboxCarousel .carouselContainer .itemCarousel h1 {
        font-size: 1.25rem
    }

    .unboxCarousel .carouselContainer .itemCarousel p {
        font-size: 1rem
    }

    .unboxCarousel .carouselContainer .itemCarousel img {
        width: 75%;
        margin: 0 auto 1rem
    }

    .landingPackageResume .landingPackageTitle h1 {
        font-size: 1rem
    }

    .landingPackageResume .landingPackageDescription h2,.landingPackageResume .resumeColumns .resumeItem p {
        font-size: 1.125rem
    }

    .landingPackageResume .resumeColumns .resumeItem span {
        font-size: .875rem
    }

    .landingFullWidthBanner .landingBannerArt img {
        width: 85%;
        margin-top: 3rem
    }

    .laptop img {
        width: 487px
    }

    .internetRow .laptop .facetime {
        transform: translateX(-49.5%);
        top: 8px;
        height: 251px;
        width: 374px
    }

    .internetRow .laptop .picture {
        width: 123px;
        height: 66px;
        top: 155px;
        right: 15%
    }

    .internetRow .internetTitle {
        margin-bottom: 25px
    }

    .internetRow .internetSubtitle h1 {
        font-size: 1.375rem
    }

    .internetRow .internetBottomTitle h1 {
        font-size: 1.125rem
    }

    .tvRow .platformRow p {
        margin-top: -1rem;
        color: #75787b;
        font-size: .8125rem
    }

    .tvRow .tvVideo {
        width: 90%
    }

    .tvRow .subtitlesVideo h2 {
        font-size: 1.125rem
    }

    .tvRow .appsTitles p {
        font-size: 1.125rem;
        line-height: 22px
    }

    .tvRow .servicesImagesAppsContainer img {
        max-width: 100px
    }

    .appContainer h1 {
        font-size: 1.875rem;
        line-height: 30px;
        margin-bottom: 0
    }

    .bottomApp .bottomAppDescription p {
        font-size: 1.125rem;
        line-height: 24px
    }

    .sliderSelector {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        overflow: auto;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .sliderSelector li {
        padding: 7px 15px;
        display: inline-block
    }

    .sliderSelector li a {
        font-size: 1rem
    }

    .landlineRow .landlineHeader h1 {
        font-size: 1.875rem;
        line-height: 30px;
        margin-bottom: 18px;
        margin-top: 0
    }

    .landlineRow .landlineDescription p {
        font-size: 1.375rem;
        line-height: 22px
    }

    .supportMain .phonesCol {
        margin: 0 auto;
        padding-bottom: 2rem;
        border-right: none!important;
        border-bottom: 1px solid #bdc0c3
    }

    .supportMain .phonesCol:last-child {
        border-bottom: none
    }

    .supportMain .phonesRow .phoneItem {
        left: 30px
    }

    .supportManuals .manualsCarousel .documentContainer .documentDescriptionContainer {
        width: 100%;
        max-width: 100%;
        top: 0!important;
        height: 120px!important
    }

    .supportManuals .manualsCarousel .documentContainer .documentImageContainer img {
        max-width: 142px;
        position: relative;
        bottom: -30px;
        z-index: 10
    }

    .supportManuals .manualsCarousel .documentContainer .documentDescriptionContainer p {
        top: 25px
    }

    .supportManuals .manualsCarousel .documentContainer {
        margin-bottom: 15px;
        height: 120px
    }

    .supportManuals .slick-slider .slick-track {
        padding-top: 2rem;
        height: 300px
    }

    .supportManuals .manualsCarousel .documentContainer .documentDescriptionContainer p {
        text-align: center;
        font-size: 1.125rem;
        font-weight: 500;
        width: 150px;
        margin: 0 auto;
        left: 0
    }

    .ont {
        margin-bottom: 27px!important
    }

    .modalMainVideoContainer video {
        top: 110px
    }

    .appsMainTitle h1,.appsMainTitle h1 span {
        font-size: 1.375rem
    }

    .appsMainContainer .appsCardsContainer .card .card-title {
        font-size: 1.625rem
    }

    .appsCardsContainer .appCenteredImage p {
        font-size: 1.125rem
    }

    .appTvRow .tvRowTitles p {
        line-height: 25px
    }

    .appFaqs .appFaqsTitles h1 {
        font-size: 1.5rem
    }

    .appFaqs .faqsContainer .card .card-body,.appFaqs .faqsContainer .card .card-body a,.appFaqs .faqsContainer .card .card-header h2 button {
        font-size: 1rem
    }

    .otherAppsRow .otherAppsRowTitle h1 {
        font-size: 1.5rem
    }

    .modalChannelsContainer .filtersContainer .marginMobile {
        margin-bottom: 1rem;
        border: 1px solid #e0e0e0;
        margin-top: 1rem
    }

    .extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerLogo img {
        margin-top: 0
    }

    .extraBanners .extraBannerChannel .extraBannerChannelCol .extraBannerIncluded p {
        margin-bottom: 0
    }

    .extraBannerDescription,.extraBannerLink {
        display: none
    }

    .extraBanners .extraBannerChannel .extraBannerImageCol .extraBannerLinkImage {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .faqsMainContainer .faqsLargeContainer .faqsToggleContainer {
        margin-bottom: 2rem
    }

    .faqsItem {
        text-align: center
    }

    .faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsItem a {
        padding-left: 0
    }

    .faqsMobileLinks {
        list-style: none;
        overflow: auto;
        white-space: nowrap;
        padding-top: 15px;
        padding-bottom: 30px;
        text-align: center;
        width: calc(100% + 30px);
        position: relative;
        left: -15px
    }

    .faqsMobileLinks li {
        display: inline;
        margin: 0 10px
    }

    .faqsMobileLinks li a {
        font-weight: 300;
        background: #e1e1e1;
        color: #3b4559;
        padding: 7px 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 2px solid rgba(26,118,210,0)
    }

    .faqsMobileLinks li a:after {
        display: none
    }

    .faqsCardsContainer .card .card-header h2 button {
        font-size: 1rem
    }

    .faqsCardsContainer .card .card-body {
        font-size: 1.125rem
    }

    .faqsMainContainer .faqsLargeContainer .faqsToggleContainer .faqsBackSupport a {
        font-size: 1rem
    }

    .faqsMainContainer {
        padding-top: 108px
    }

    .extraBanners .extraBannerChannel .extraBannerChannelCol {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .extraBanners .extraBannerChannel .extraBannerImageCol img {
        min-height: auto
    }

    .mainSliderApp .sliderAppContainer .sliderAppTexts {
        text-align: center
    }

    .mainSliderApp .sliderAppContainer .sliderAppsBadges {
        text-align: center;
        margin-bottom: 2rem
    }

    .videoTextContainerSecond .videoTextContentSecond .imagesAppsContainer {
        padding-top: 0
    }

    .floatingBar .barButtons {
        padding-left: 15px;
        padding-right: 15px
    }

    .floatingBar .barButtons .barDetailsRow p,.floatingBar .barButtons .barDetailsRow p span {
        font-size: 1.125rem
    }

    .floatingBar .barButtons a {
        font-size: 1.125rem;
        padding: 10px 15px!important
    }

    .overModalCard {
        height: 95.6%;
        width: 93.4%
    }

    .mainSliderApp .sliderAppContainer .sliderAppsBadges .sliderAppBadgesImages img {
        max-width: 150px
    }

    .downloadAppBadges a img {
        max-width: 140px
    }

    .sliderAppPayments .itemCarousel {
        text-align: center
    }

    .mainSliderApp .sliderAppContainer .sliderAppTexts h1 {
        font-size: 1.25rem;
        margin-bottom: 0;
        font-weight: 700
    }

    .mainSliderApp .sliderAppContainer .sliderAppTexts p {
        font-size: 1.75rem;
        margin-bottom: 0
    }

    .mainSliderApp .sliderAppContainer .sliderAppsBadges span {
        font-size: 1rem
    }

    .mainSliderApp .sliderAppContainer .sliderAppImagesContainer svg {
        padding-top: 0;
        max-width: 300px
    }

    .mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst {
        display: none
    }

    .sliderAppPayments {
        height: 100vh
    }

    .sliderAppPayments .itemCarousel h1 {
        font-size: 2rem;
        line-height: 44px
    }

    .sliderAppPayments .itemCarousel p {
        font-size: 1.25rem;
        line-height: 32px
    }

    .firstAppCard h5,.secondAppCard h5 {
        font-size: 1.875rem
    }

    .firstAppCard p,.secondAppCard p {
        font-size: 1.25rem;
        white-space: nowrap
    }

    .appImageDownload .appDownloadTitles h1 {
        font-size: 2rem;
        line-height: 50px
    }

    .appImageDownload .appDownloadTitles p {
        font-size: 1rem;
        line-height: 25px
    }

    .overModalCard .innerModalContent h1 {
        font-size: 1.25rem;
        line-height: 31.5px
    }

    .overModalCard .innerModalContent p {
        font-size: 1rem;
        line-height: 25px
    }

    .landlineRow .landlineImage img {
        max-width: 300px
    }

    .mat-input-outer {
        margin-bottom: 10px
    }

    .scrollerTexts {
        text-align: center
    }

    #scrollBuenFin,.scrollDivHome {
        display: none
    }

    .buenFinBar .buenFinBarContainer {
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .buenFinBar .buenFinBarContainer p {
        font-size: .875rem
    }

    .buenFinCTA a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1rem
    }

    .buenFinRowPackages p {
        color: #fafafa;
        font-size: .875rem;
        text-align: left
    }

    @keyframes shakePackages {
        10%,90% {
            transform: translate3d(-1px,0,0) scale(.8)
        }

        20%,80% {
            transform: translate3d(2px,0,0) scale(.8)
        }

        30%,50%,70% {
            transform: translate3d(-4px,0,0) scale(.8)
        }

        40%,60% {
            transform: translate3d(4px,0,0) scale(.8)
        }
    }

    .buenFinRowPackages p:before {
        transform: scale(.8);
        margin-top: -10px;
        margin-left: -75px
    }

    .headerPackages .headerPackagesContent .buenFinRow {
/*         background: url(../../img/nuevos/packagesBackgroundBuenFin.jpg) top no-repeat */
    }

    .buenFinTexts {
        text-align: center
    }

    .buenFinTexts h1 {
        font-size: 1.875rem!important;
        line-height: 42px!important;
        margin-bottom: 10px
    }

    .buenFinTexts p {
        font-size: 1.375rem!important;
        line-height: 28px!important;
        margin-bottom: 15px
    }

    .buenFinTexts img {
        max-width: 80px!important
    }

    .stopPromoBar {
        top: 4766px
    }

    .LGS,.TESR {
        width: auto
    }

    .tvTextRow h1 {
        font-size: 1.375rem
    }

    .ventajasMainContainer .tvRow .tvVideo {
        width: 85.9%
    }

    .comparatorServices .cardComparator .comparatorServiceItem h1 {
        font-size: 1rem
    }

    .comparatorServices .cardComparator .comparatorServiceItem p {
        font-size: .875rem
    }

    .ventajasMainRow .ventajasTitles h1 {
        font-size: 1.75rem;
        margin-bottom: 8px;
        margin-top: 8px
    }

    .ventajasMainRow .ventajasSubTitles {
        margin-top: 12px
    }

    .ventajasMainRow .ventajasSubTitles h2 {
        font-size: 1.625rem
    }

    .ventajasMobileSlider .mobileCarouselItem h1 {
        font-size: 1.5rem
    }

    .ventajasMobileSlider .mobileCarouselItem p {
        font-size: .9375rem
    }

    .ventajasMainContainer h1 {
        font-size: 1.625rem
    }

    .mainGamerContainer .gamerTitle p {
        line-height: 30px
    }

    .gamerCarouselContainer .slick-prev {
        left: 0
    }

    .gamerCarouselContainer .slick-next {
        right: 0
    }

    .appContainer p {
        margin-bottom: 0
    }

    .newGridApps .newGridAppContainer .newGridAppItem img {
        margin-bottom: 1.5rem
    }

    .internetRow .internetBottomTitle h1 span {
        font-size: 1.125rem
    }

    .tvRow .subtitlesVideo h2,.tvRow .subtitlesVideo h2 span {
        font-size: 1.125rem;
        line-height: 27px
    }

    .appContainer h1 span,.landlineRow .landlineHeader h1 span {
        font-size: 1.875rem
    }

    .jobsContainer {
        background-size: 145% auto;
        background-position: 16% 108px;
        padding-top: 10rem;
        padding-bottom: 4rem
    }

    .jobsContainer h1 {
        font-size: 33px;
        text-align: center;
        line-height: 40px
    }

    .jobsDescriptionImage .jobsDescription p {
        margin-bottom: 28px
    }

    .jobLinkItem {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .jobLinkItem:nth-child(2) {
        border-right: none
    }

    .jobLinkItem:nth-child(4) {
        border-right: 1px solid #bdc0c3!important
    }

    .jobLinkItem:nth-child(5) {
        border-right: none
    }

    .jobLinkItem .jobLinkItemRow:last-child {
        margin-bottom: 25px
    }

    .ticketHeaderContainer {
        padding-bottom: 0;
        padding-top: 0
    }

    .ticketResume .stepBack {
        margin-bottom: 20px
    }

    .ticketResume .stepBack a {
        font-size: 14px
    }

    .ticketResume .stepBack a img {
        max-width: 12px;
        margin-right: 5px
    }

    .ticketResume .stepsContainer .currentStep p {
        font-size: 14px
    }

    .ticketResume .stepsContainer .specialPromo p {
        font-size: 10px;
        padding: 5px 10px
    }

    .ticketResume .stepTitle h1 {
        font-size: 23px;
        line-height: 28px
    }

    .ticketResume .newCardsApps .card .characterColumn img {
        max-width: 105%
    }

    .ticketResume .newCardsApps .card .descriptionImage {
        margin-bottom: 0;
        margin-top: 5px
    }

    .ticketResume .newCardsApps .card .descriptionColumn p {
        margin-bottom: 10px
    }

    .ticketResume .ctaNoApps .generalButton {
        font-size: 13px
    }

    .ticketResume .resumeTerms {
        padding-bottom: 10rem
    }

    .mobileResumeContainer {
        height: 500px;
        overflow: auto;
        padding-bottom: 13rem
    }

    .newPackageSpeedName.newPackageAddTvs p span,.newPackageSpeedName.newPackageApps p span,.newPackageSpeedName.newPackageExtender p span,.newPackageSpeedName.newPackageNetflix p span,.newPackageSpeedName.newPackageSimmetric p span,.newPackageSpeedName.newPackageTv p span,.newPackageSpeedName.newPackageWifi p span {
        font-size: 14px
    }

    #contenedorVelocidades .packageNameSpeed h1,#paqueteSelecionado .packageNameSpeed h1 {
        font-size: 36px
    }

    .characterEllipsis {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 15ch
    }

    .newPackageSpeedName .hideSlideCTA a,.newPackageSpeedName .showSlideCTA a {
        white-space: nowrap;
        margin-right: 5px
    }

    .newPackageSpeedName .hideSlideCTA a i,.newPackageSpeedName .showSlideCTA a i {
        margin-left: -3px
    }

    .promotionText {
        float: left;
        margin-top: 5px
    }

    .newPackageSpeedName .newPackageIcon img {
        width: 48px
    }

    .netflixOptions .packageOptionImage img {
        position: relative;
        left: -65px
    }

    .netflixOptions .packageOptionDesc p {
        font-size: 13px;
        line-height: 14px;
        font-weight: 500;
        white-space: nowrap
    }

    .netflixOptions .packageOption .packageOptionDesc img {
        max-width: 75px
    }

    .includedHidden p,.packageOption .packageOptionCta a {
        font-size: 12px
    }

    .tvPromoContainer p {
        font-size: 14px;
        line-height: 16px
    }

    .promotionText {
        text-align: center
    }

    .packageOption .packageOptionDesc p,.packageOption.selectedOption .packageOptionDesc p {
        font-size: 14px;
        line-height: 16px
    }

    .tvPromoContainer {
        padding: 11px 5px
    }
}

@media (max-width: 767.98px) and (orientation:landscape) {
    .videoContainerSecond video {
        height:100vh
    }
}

@media (max-width: 991.98px) {
    header .mainNav .logoContainer {
        text-align:center;
        margin: 0 auto
    }

    .headerBanner p a.mobileHidden,.phoneDeskHidden {
        display: none
    }

    .phoneMobileHidden {
        display: inline-block
    }

    .headerBanner p a.desktopHidden {
        display: inline-block;
        font-size: 1rem
    }

    .bannersContainers .headerBanner hr {
        margin-top: 1.25rem;
        width: 100%
    }

    header .mainNav ul.userMenu {
        float: right
    }

    header .mainNav ul.userMenu li:nth-child(3) a span {
        display: none
    }

    header .mainNav ul.desktopNav li a {
        font-size: .875rem
    }

    .menuDropShadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .videoTextContainerSecond h1 {
        font-size: 1.875rem
    }

    .videoTextContainerSecond h2 {
        font-size: 1.125rem
    }

    .mainContainerpackage {
        margin-bottom: 2rem
    }

    footer .footerColumn:nth-child(4) {
        margin-bottom: 1rem
    }

    footer .footerColumn:nth-child(5),footer .footerLegals {
        text-align: center
    }

    footer .footerLegals img {
        margin-top: 2rem
    }

    footer .footerLegals ul li a {
        line-height: normal
    }

    .modalCityPicker .citySearchBar .autocompleteList {
        width: 84%
    }

    .paquetesClasicosHeader .paquetesClasicosContainer {
        padding-top: 10vh
    }

    .paquetesClasicosHeader .paquetesClasicosContainer p {
        margin-bottom: 2vh
    }

    .paquetesClasicosHeader.unbox pre {
        margin-top: 2rem
    }

    .paquetesClasicosHeader.match p,.paquetesClasicosHeader.unbox p {
        margin-bottom: 2rem
    }

    .generalPackage {
        height: 226px
    }

    .generalPackage h1 {
        font-size: 1.875rem!important
    }

    .generalPackage p {
        font-size: 1.25rem
    }

    .generalPackage .iconsRow {
        font-size: 1.5625rem
    }

    .tvRow .platformRow p {
        margin-top: -1.9rem;
        color: #75787b;
        font-size: .8125rem
    }

    .infiniteCarousel .slideInfinite .imageDescription .imageContainer img {
        width: 65px
    }

    .infiniteCarousel .slideInfinite .imageDescription .textContainer {
        font-size: 1rem;
        bottom: 5px;
        left: 10px
    }

    .infiniteCarousel .slideInfinite .imageDescription .imageContainer {
        bottom: 30px;
        left: 10px
    }

    .modalMainVideoContainer video {
        top: 110px
    }

    .barPackageDetails {
        padding-left: 15px
    }

    .floatingBar .barButtons a {
        padding: 12px 24px!important
    }

    .towhiteBack .barPackageButton {
        margin-bottom: 1rem
    }

    .goBackContainer {
        text-align: center;
        margin-bottom: 2rem
    }

    .progressBarContainer {
        position: relative;
        margin: 0 auto!important;
        bottom: -15px
    }

    .overModalCard {
        height: 93.7%;
        width: 90.4%;
        padding-top: 35%
    }

    .mainSliderApp {
        padding-top: 138px
    }

    .mainSliderApp .sliderAppContainer .sliderAppTexts {
        margin-bottom: 0!important;
        text-align: center
    }

    .mainSliderApp .sliderAppContainer .sliderAppsBadgesFirst {
        text-align: center
    }

    .sliderAppPayments .itemCarousel img {
        max-width: 330px
    }

    .buenFinRow {
/*         background: url(../../img/nuevos/packagesBackgroundBuenFin.jpg) top no-repeat; */
        background-size: cover
    }

    .headerPackagesContainer {
        position: relative!important;
        top: -5vh!important;
        margin-top: 0!important
    }

    .buenFinTexts {
        text-align: center
    }

    .imageGamerContainer .gamerImageBack {
        background: #1e1e28;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        text-align: center
    }

    .imageGamerContainer .gamerImageBack p {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 2rem;
        margin-top: 2rem
    }

    .jobLinkItem:nth-child(4) {
        border-right: none
    }

    .jobLinkItem {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .jobsLinksContainers hr {
        border-top: 1px solid #bdc0c3!important;
        border-right: none;
        border-bottom: none;
        border-left: none
    }

    .mobileMenu .bottomMobileMenuItem a {
        font-size: .9rem
    }

    .mobileMenu .bottomMobileMenuItem:nth-child(4) {
        margin-top: 2rem
    }

    .showTicket {
        top: 0
    }

    .headerPackages .imageBackcontainer img {
        width: 350%!important;
        left: -50%!important
    }
}

@media (max-width: 1200px) {
    .headerBanner p a.mobileHidden {
        display:none!important
    }

    .modalCityPicker .citySearchBar .autocompleteList {
        width: 84%
    }

    .headerPackages .headerPackagesContent .titleRowPackages {
        top: -5vh;
        margin-top: 3rem
    }

    .headerPackages .headerPackagesContent .headerPackagesContainer {
        top: -2vh
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size: 3rem
    }

    .generalPackage h1 {
        font-size: 2.25rem
    }

    .generalPackage p {
        font-size: 1.5rem
    }

    .generalPackage .iconsRow {
        font-size: 1.75rem
    }
}

@media screen and (max-width: 360px) and (max-height:640px) and (-webkit-min-device-pixel-ratio:1) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:0;
        top: 25vw;
        width: 80vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: 3vw;
        top: -5vh;
        width: 110vw
    }

    .titleRowPackages {
        top: -4vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 45vh
    }

    #sectionPerformance,#sectionPerformance2 {
        width: 100px;
        height: 100px;
        margin: 0 1em
    }

    #stopVideo h1 {
        margin-top: 0!important
    }
}

@media only screen and (min-width: 360px) and (max-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    .headerPackages .headerPackagesContent {
        top:25vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 23vh!important
    }

    .logoScrollingContainer {
        top: 16vh
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-width: 360px) and (max-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .headerPackages .headerPackagesContent {
        top:15vh
    }

    .logoScrollingContainer {
        top: 42vh
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .menu-help-robot-insignia-dos.mobile+label,.menu-help-robot-insignia-uno.mobile+label {
        width:50px;
        height: 50px
    }

    .videoTextContainerSecond .videoTextContentSecond img {
        width: 70px
    }

    .paquetesClasicosHeader .paquetesClasicosContainer .paquetesClasicosTitulos {
        margin-top: 3rem
    }

    .slick-next {
        right: 32px;
        z-index: 10000
    }

    .modalChannelsContainer .closeButton {
        right: 4px
    }
}

@media only screen and (min-width: 411px) and (max-width:731px) and (-webkit-min-device-pixel-ratio:2.6) and (orientation:portrait) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:0!important;
        top: 0!important;
        width: 90vw!important
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: 3vw!important;
        top: -25vh!important;
        width: 120vw!important
    }

    .logoScrollingContainer {
        top: 49vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 50vh
    }
}

@media only screen and (min-width: 411px) and (max-width:731px) and (-webkit-min-device-pixel-ratio:2.6) and (orientation:landscape) {
    .headerPackages .headerPackagesContent {
        top:25vh
    }

    .modalMainVideoContainer video {
        top: 80px
    }

    .logoScrollingContainer {
        top: 15vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 33vh!important
    }

    .appsMainContainer .appsCardsContainer {
        padding-top: 11rem
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-width: 411px) and (max-width:823px) and (-webkit-min-device-pixel-ratio:3.5) and (orientation:portrait) {
    .logoScrollingContainer {
        top:52vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 52vh!important
    }
}

@media only screen and (min-width: 411px) and (max-width:823px) and (-webkit-min-device-pixel-ratio:3.5) and (orientation:landscape) {
    .headerPackages .headerPackagesContent {
        top:25vh
    }

    .logoScrollingContainer {
        top: 14vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 33vh!important
    }

    .appsMainContainer .appsCardsContainer {
        padding-top: 11rem
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size:1.875rem!important;
        margin-top: -.5rem!important;
        margin-bottom: .5rem!important;
        line-height: 38px
    }

    .laptop img {
        width: 280px!important
    }

    .internetRow .laptop .facetime {
        transform: translateX(-50%)!important;
        top: 5px!important;
        height: 137px!important;
        width: 210px!important
    }

    .internetRow .laptop .picture {
        width: 93px;
        height: 58px;
        top: 83px;
        right: 8%
    }

    .tvRow .platformRow p {
        margin-top: -.5rem!important
    }

    .modalMainVideoContainer video {
        top: 70px
    }

    .mainSliderApp .sliderAppContainer .sliderAppImagesContainer svg {
        max-width: 270px
    }

    .mobileScroller {
        padding-top: 7rem;
        padding-bottom: 3rem
    }

    .whiteBackApps .logoScrollingContainer {
        top: 40vh!important
    }

    .logoScrollingContainer {
        top: 35vh
    }

    .jobsContainer {
        padding-top: 8rem
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .headerPackages .headerPackagesContent {
        top:25vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 16vh!important
    }

    .logoScrollingContainer {
        top: 8vh
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-width: 375px) and (max-height:667px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {
    .headerPackages .headerPackagesContent {
        top:25vh
    }

    .logoScrollingContainer {
        top: 9vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 32vh!important
    }

    .appsMainContainer .appsCardsContainer {
        padding-top: 11rem
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height:667px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:0;
        width: 80vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: 13vw;
        top: -25vh;
        width: 100vw
    }

    .whiteBackApps .logoScrollingContainer {
        top: 47vh!important
    }

    .logoScrollingContainer {
        top: 42vh
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    .logoScrollingContainer {
        top:45vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 55vh!important
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    .headerPackages .headerPackagesContent {
        top:25vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 32vh!important
    }

    .logoScrollingContainer {
        top: 16vh
    }

    .appsMainContainer .appsCardsContainer {
        padding-top: 11rem
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:0;
        top: 0;
        width: 80vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: -7vw;
        top: -15vh;
        width: 140vw
    }

    .locationPackagesContainer {
        padding-top: 0
    }

    .whiteBackApps .logoScrollingContainer {
        top: 53vh!important
    }

    .logoScrollingContainer {
        top: 52vh
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size: 1.875rem!important;
        margin-top: .5rem!important;
        margin-bottom: 1.5rem!important;
        line-height: 43px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    .videoTextContentSecond .onDemandButton {
        display:none
    }

    .videoContainerSecond video {
        height: 100vh
    }

    .headerPackages .headerPackagesContent {
        top: 25vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 31vh!important
    }

    .logoScrollingContainer {
        top: 16vh
    }

    .appsMainContainer .appsCardsContainer {
        padding-top: 11rem
    }

    .appsMainTitle {
        padding-top: 15rem
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
    .mainSliderApp {
        padding-top:127px
    }

    .mainSliderApp .sliderAppContainer .sliderAppImagesContainer svg {
        max-width: 490px
    }

    .ipadHidden {
        display: none!important
    }

    header .mainNav ul.desktopNav li a {
        text-transform: capitalize
    }

    .promotionText {
        float: left
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:0;
        top: 0;
        width: 80vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: 8vw;
        top: -25vh;
        width: 90vw
    }

    .gamerCarouselItem {
        padding: .75rem 2.2rem
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size: 1.875rem!important;
        line-height: 43px
    }

    .ticketResume .newCardsApps .card .characterColumn img {
        max-width: 95%
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:13vw;
        top: 0;
        width: 50vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: 28vw;
        top: -45vh;
        width: 60vw
    }

    .whiteBackApps .logoScrollingContainer {
        top: 57vh!important
    }

    .logoScrollingContainer {
        top: 48vh
    }

    videoTextContainerSecond .videoTextContentSecond .titleSecondVideo {
        padding-top: 12vh!important
    }

    .comparatorServices .cardComparator .com paratorServiceItem h1 {
        font-size: .9375rem
    }

    .comparatorServices .cardComparator .comparatorServiceItem p {
        font-size: .8125rem
    }

    .headerPackages .headerPackagesContent .titleRowPackages h1 {
        font-size: 1.875rem!important;
        margin-bottom: 3.5rem!important;
        line-height: 43px
    }

    .ticketResume .newCardsApps .card .characterColumn img {
        max-width: 105%
    }

    .promotionText {
        float: right
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .logoScrollingContainer {
        top:62vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 67vh!important
    }

    .logoScrollingContainer {
        top: 63vh
    }

    .comparatorServices .cardComparator .comparatorServiceItem p {
        font-size: .8125rem
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left:13vw;
        top: 0;
        width: 50vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        left: 25vw;
        top: -47vh;
        width: 60vw
    }

    .whiteBackApps .logoScrollingContainer {
        top: 62vh!important
    }

    .logoScrollingContainer {
        top: 55vh!important
    }
}

@media screen and (min-width: 1200px) and (max-width:1600px) and (-webkit-min-device-pixel-ratio:1) {
    .logoScrollingContainer {
        top:65vh
    }
}

@media screen and (min-width: 1701px) and (max-width:2560px) and (-webkit-min-device-pixel-ratio:1) {
    .internetRow .laptop .picture {
        right:35%
    }

    .logoScrollingContainer {
        top: 60vh
    }
}

@media screen and (min-width: 1280px) and (max-height:950px) and (-webkit-min-device-pixel-ratio:1) {
    .headerPackages .headerPackagesContent {
        top:5vh
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left: 50vw
    }

    .logoScrollingContainer {
        top: 55vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 59vh!important
    }
}

@media screen and (min-width: 1280px) and (max-height:800px) and (-webkit-min-device-pixel-ratio:1) {
    .logoScrollingContainer {
        top:50vh
    }
}

@media screen and (max-width: 1440px) and (max-height:900px) and (-webkit-min-device-pixel-ratio:1) {
    .headerPackages .headerPackagesContent .headerPackagesContainer {
        top:15vh
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageFirstAppSlider {
        left: 43vw
    }

    .sliderAppPayments .backgroundSliderPaymentsContainer .backImageSecondAppSlider {
        width: 40vw;
        top: -40vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 58vh
    }
}

@media screen and (min-width: 1349px) and (max-height:768px) and (-webkit-min-device-pixel-ratio:1) {
    .logoScrollingContainer {
        top:50vh
    }
}

@media screen and (max-width: 1280px) and (max-height:720px) and (-webkit-min-device-pixel-ratio:1) {
    .mainSliderApp {
        margin-bottom:5rem
    }

    .scroller .mainScrollerTitle {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .titleRowPackages {
        top: 9vh
    }

    .logoScrollingContainer {
        top: 40vh
    }

    .whiteBackApps .logoScrollingContainer {
        top: 47vh!important
    }
}

@media (max-width: 375px) {
    .info-megas {
        font-size:2.3em
    }

    .resumeTerms {
        margin-bottom: 140px
    }
}

@media screen and (max-width: 320px) and (max-height:568px) and (-webkit-min-device-pixel-ratio:1) {
    .mainSliderApp .sliderAppContainer .sliderAppTexts p {
        font-size:1.375rem
    }

    .mainSliderApp {
        padding-top: 300px
    }
}

@-moz-document url-prefix() {
    @media screen and (max-width: 1280px) and (max-height:720px) {
        .whiteBackApps .logoScrollingContainer {
            top:47vh!important
        }

        .logoScrollingContainer {
            top: 37vh!important
        }
    }
}

@media(max-width: 480px) {
    .full_resume .divider-ticket {
        margin:.5em 0
    }

    .full_resume [class*=mb] {
        margin-bottom: 0!important
    }

    .ticketStrip .newPackageSpeedName .packageNameSpeed p.packageName {
        font-size: 14px
    }

    .ticketStrip .newPackageSpeedName .packageNameSpeed h1 {
        font-size: 25px
    }

    .ctaTicketStrip strong {
        font-size: 14px;
        line-height: 1.3;
        display: block
    }

    .ctaTicketStrip .adv {
        font-size: 12px
    }

    .ticketStrip .ctaTicketStrip .generalButton:not(.botonContrataPaquete) {
        max-width: 100%;
        font-size: 12px!important
    }
}

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

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-loading .slick-list {
/*     background: #fff url(../../img/nuevos/ajax-loader.gif) 50% no-repeat */
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(assets/font/nuevos/slick.eot);
    src: url(assets/font/nuevos/slick.eot?#iefix) format("embedded-opentype"),url(assets/font/nuevos/slick.woff) format("woff"),url(assets/font/nuevos/slick.ttf) format("truetype"),url(assets/font/nuevos/slick.svg#slick) format("svg")
}

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

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

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

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

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

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

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

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

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

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

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

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

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

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

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*! pojo-accessibility - v2.0.3 - 28-05-2018 */
#pojo-a11y-toolbar {
    position: fixed;
    font-size: 16px!important;
    line-height: 1.4;
    z-index: 9999
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    right: -180px;
    -webkit-transition: right .75s cubic-bezier(.23,1,.32,1);
    -moz-transition: right .75s cubic-bezier(.23,1,.32,1);
    -o-transition: right .75s cubic-bezier(.23,1,.32,1);
    transition: right .75s cubic-bezier(.23,1,.32,1)
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
    right: 0
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    right: 180px
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    left: -225px;
    -webkit-transition: left .75s cubic-bezier(.23,1,.32,1);
    -moz-transition: left .75s cubic-bezier(.23,1,.32,1);
    -o-transition: left .75s cubic-bezier(.23,1,.32,1);
    transition: left .75s cubic-bezier(.23,1,.32,1)
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    left: 0
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 225px
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay,#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle {
    height: auto
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    position: absolute;
    height: 95px!important;
    width: 95px;
    bottom: 0
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    display: inline-block;
    font-size: 200%;
    line-height: 0;
    padding: 10px
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    font-size: 100%;
    width: 225px;
    padding: 27px
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    display: block;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #d5d5d5
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
    list-style: none;
    margin: 0;
    padding: 10px 0
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border-top: 1px solid
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    display: block;
    padding: 10px 0;
    font-size: 80%;
    line-height: 1
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
    font-weight: 700
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a i,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
    margin-right: 6px;
    display: inline-block;
    width: 1.5em;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a i.a {
    background: #fff;
    color: #1f4981;
    font-weight: 600;
    font-style: normal;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.3;
    border-radius: 50%
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text {
    vertical-align: middle;
    font-size: 14px
}

body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
    padding-left: 6px;
    padding-right: 0
}

@media (max-width: 767px) {
    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
        padding:7px 12px 0
    }

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
        padding: 7px 0
    }

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
        display: block;
        padding: 7px 12px
    }
}

body.pojo-a11y-grayscale>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray
}

body.pojo-a11y-high-contrast .placebo {
    line-height: normal
}

body.pojo-a11y-high-contrast * {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp {
    -moz-appearance: none!important;
    -moz-user-select: text!important;
    -webkit-user-select: text!important;
    background-image: none!important;
    text-shadow: none!important;
    user-select: text!important
}

body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp {
    background: #000!important;
    background-color: #000!important
}

body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp {
    color: #fff!important
}

body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span {
    color: #ff0!important
}

body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span {
    color: #ffff80!important
}

body.pojo-a11y-high-contrast dt {
    border-top: thin solid grey!important
}

body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span {
    color: #40c090!important
}

body.pojo-a11y-high-contrast img {
    background: grey!important;
    background-color: grey!important
}

body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym {
    border-bottom: 1px dotted!important
}

body.pojo-a11y-high-contrast :focus {
    outline: thin dotted!important
}

body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem {
    color: #0080ff!important
}

body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt {
    border: 1px solid #fff!important
}

body.pojo-a11y-high-contrast button {
    background: #600040!important;
    background-color: #600040!important
}

body.pojo-a11y-high-contrast select {
    -webkit-appearance: listbox!important;
    background: #600060!important;
    background-color: #600060!important
}

body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active {
    color: #0ff!important
}

body.pojo-a11y-high-contrast ::-moz-selection,body.pojo-a11y-high-contrast ::selection {
    background: #4080c0!important;
    background-color: #4080c0!important
}

body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var {
    background: #400000!important;
    background-color: #400000!important
}

body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset] {
    background: #400060!important;
    background-color: #400060!important
}

body.pojo-a11y-high-contrast div[role=button],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit] {
    background: #600040!important;
    background-color: #600040!important
}

body.pojo-a11y-high-contrast input[type=search] {
    -webkit-appearance: textfield!important
}

body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled] {
    background: #404040!important;
    background-color: #404040!important
}

body.pojo-a11y-high-contrast .menu li a span.label {
    text-transform: none!important
}

body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols {
    display: inline!important
}

body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast span.Apple-style-span {
    color: #ffff40!important
}

body.pojo-a11y-high-contrast body.mediawiki img.tex {
    background: #fff!important;
    background-color: #fff!important;
    border: 3px solid #fff!important
}

body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line {
    background: inherit!important;
    background-color: inherit!important;
    color: inherit!important
}

body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td {
    background: #003050!important;
    background-color: #003050!important
}

body.pojo-a11y-high-contrast img[width="18"][height="18"] {
    height: 18px!important;
    width: 18px!important
}

body.pojo-a11y-high-contrast a>span.iconHelp:empty:after {
    content: "Help"!important
}

body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap * {
    background: initial!important
}

body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) {
    background: #000!important;
    color: #fff!important
}

body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast var {
    color: #ff0!important
}

body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast tt {
    border: 1px solid #fff!important
}

body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap * {
    background: initial!important
}

body.pojo-a11y-light-background,body.pojo-a11y-light-background :not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) {
    background: #fff!important;
    color: #000!important
}

body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap * {
    background: initial!important
}

body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 blockquote,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 textarea {
    font-size: 200%!important
}

body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h6 span {
    font-size: 266%!important
}

body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 blockquote,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 textarea {
    font-size: 190%!important
}

body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h6 span {
    font-size: 252.70000000000002%!important
}

body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 blockquote,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 textarea {
    font-size: 180%!important
}

body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h6 span {
    font-size: 239.4%!important
}

body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 blockquote,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 textarea {
    font-size: 170%!important
}

body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h6 span {
    font-size: 226.10000000000002%!important
}

body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 blockquote,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 textarea {
    font-size: 160%!important
}

body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h6 span {
    font-size: 212.8%!important
}

body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 blockquote,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 textarea {
    font-size: 150%!important
}

body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h6 span {
    font-size: 199.5%!important
}

body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 blockquote,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 textarea {
    font-size: 140%!important
}

body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h6 span {
    font-size: 186.20000000000002%!important
}

body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 blockquote,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 textarea {
    font-size: 130%!important
}

body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h6 span {
    font-size: 172.9%!important
}

body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 blockquote,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 textarea {
    font-size: 120%!important
}

body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h6 span {
    font-size: 159.60000000000002%!important
}

body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a * {
    text-decoration: underline!important
}

body.pojo-a11y-readable-font,body.pojo-a11y-readable-font :not(i):not(span) {
    font-family: Verdana,Arial,Helvetica,sans-serif!important
}

.pojo-skip-link {
    position: absolute;
    top: -1000em
}

.pojo-skip-link:focus {
    left: 50px;
    top: 50px;
    height: auto;
    width: 200px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 15px 23px 14px;
    background-color: #f1f1f1;
    color: #21759b;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6)
}

body.rtl .pojo-skip-link:focus {
    right: 50px;
    left: auto
}

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

.pojo-a11y-hidden-desktop,.pojo-a11y-visible-phone,.pojo-a11y-visible-tablet {
    display: none!important
}

.pojo-a11y-visible-desktop {
    display: inherit!important
}

@media (min-width: 768px) and (max-width:1024px) {
    .pojo-a11y-hidden-desktop {
        display:inherit!important
    }

    .pojo-a11y-visible-desktop {
        display: none!important
    }

    .pojo-a11y-visible-tablet {
        display: inherit!important
    }

    .pojo-a11y-hidden-tablet {
        display: none!important
    }
}

@media (max-width: 767px) {
    .pojo-a11y-hidden-desktop {
        display:inherit!important
    }

    .pojo-a11y-visible-desktop {
        display: none!important
    }

    .pojo-a11y-visible-phone {
        display: inherit!important
    }

    .pojo-a11y-hidden-phone {
        display: none!important
    }
}

.pojo-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #1f4981;
    color: #fff;
    border-radius: 0 50% 50% 0
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border-color: #4054b2
}

body.pojo-a11y-focusable a:focus {
    outline-style: solid!important;
    outline-width: 1px!important;
    outline-color: red!important
}

#pojo-a11y-toolbar {
    height: auto;
    bottom: 30px
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    background-color: #1f4981
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    color: #fff
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a:after {
    content: none
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
    background-color: #4054b2;
    color: #fff
}

@media (max-width: 1024px) {
    #pojo-a11y-toolbar {
        display:none
    }
}

@media (max-width: 767px) {
    #pojo-a11y-toolbar {
        top:50px!important
    }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before {
    content: "\f101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before {
    content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before {
    content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before {
    content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before {
    content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before {
    content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before {
    content: "\f11e"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\f11f"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\f120"
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before {
    content: "\f121"
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before {
    content: "\f122"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: normal
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,.video-js :after,.video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-1-1,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-16-9,.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-9-16 {
    padding-top: 177.7777777778%
}

.video-js.vjs-1-1 {
    padding-top: 100%
}

.video-js.vjs-fill,.video-js .vjs-tech {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    z-index: auto
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    width: 100%!important;
    height: 100%!important;
    padding-top: 0!important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none!important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a,.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    border-radius: .3em;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.81666em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0,0,0,.8);
    background: linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
    background: none
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43,51,63,.7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7)
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s,opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s,opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar {
    display: none!important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.vjs-button>.vjs-icon-placeholder {
    display: block
}

.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.3333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115,133,159,.5)
}

.video-js .vjs-load-progress div {
    background: rgba(115,133,159,.75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s,opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    transition: width 1s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    margin-right: 0
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
    width: 10em;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em;
    z-index: 1
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em;
    z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
    left: 1em;
    top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s,opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: .5em;
    color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control,.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43,51,63,.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
    animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:after,.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-small .vjs-audio-button,.video-js.vjs-layout-small .vjs-captions-button,.video-js.vjs-layout-small .vjs-chapters-button,.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-descriptions-button,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-subtitles-button,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-audio-button,.video-js.vjs-layout-tiny .vjs-captions-button,.video-js.vjs-layout-tiny .vjs-chapters-button,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-descriptions-button,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-subtitles-button,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-audio-button,.video-js.vjs-layout-x-small .vjs-captions-button,.video-js.vjs-layout-x-small .vjs-chapters-button,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-descriptions-button,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-subtitles-button,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control {
    display: none
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
    display: none
}

.video-js.vjs-layout-tiny .vjs-custom-control-spacer,.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
    flex: auto;
    display: block
}

.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43,51,63,.75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-track-setting>select {
    margin-right: 1em;
    margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings fieldset span>select {
    max-width: 7.3em
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg,#fff 88%,#73859f)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43,51,63,.75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg,#fff 88%,#73859f);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible),.video-js :focus:not(:focus-visible) {
    outline: none
}

.club-user-reviews-container {
    margin: auto;
    width: 75%
}

.club-only-desktop {
    display: block
}

.club-only-medium {
    display: none
}

.video-card {
    box-shadow: 0 8px 48px 0 rgba(0,0,0,.5);
    background: #000;
    width: 70%;
    border: 2px solid #292929;
    border-radius: 10px;
    margin: auto;
    height: auto
}

.club-video-container,.club-video-reviews-user-container {
    box-shadow: 0 8px 48px 0 #000;
    background: #000
}

.clubWifi-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%
}

.clubWifi-carousel .carousel-indicators .active {
    opacity: 1;
    background-color: #ff0093
}

.club-slide-1 {
/*     background-image: linear-gradient(90deg,rgb(0 0 0),rgb(0 0 0/45%)),url(../../../assets/img/landings/clubwifi/club-back-1.jpg) */
}

.club-slide-1,.club-slide-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.club-slide-2 {
/*     background-image: linear-gradient(90deg,rgb(0 0 0),rgb(0 0 0/45%)),url(../../../assets/img/landings/clubwifi/club-back-2.jpg) */
}

.club-slide-3 {
/*     background-image: linear-gradient(90deg,rgb(0 0 0),rgb(0 0 0/45%)),url(../../../assets/img/landings/clubwifi/club-back-3.jpg) */
}

.club-slide-3,.club-slide-4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.club-slide-4 {
/*     background-image: linear-gradient(90deg,rgb(0 0 0),rgb(0 0 0/45%)),url(../../../assets/img/landings/clubwifi/club-back-4.jpg); */
    padding: 0
}

.club-body {
    font-family: Montserrat,sans-serif
}

.club-bold {
    font-weight: 800
}

.club-regular {
    font-weight: 600
}

.club-light {
    font-weight: 300
}

.club-white-text {
    color: #fff
}

.club-pink-text {
    color: #ff0093
}

.club-blue-text {
    color: #1dd5e6
}

.club-yellow-text {
    color: #ffe400
}

.no-paddig {
    padding: 0
}

.no-margin {
    margin: 0
}

.club-button-large {
    display: inline-block;
    background: #01d6e8;
    background: -moz-linear-gradient(90deg,#01d6e8 0,#0089fe 100%);
    background: -webkit-linear-gradient(90deg,#01d6e8,#0089fe);
    background: linear-gradient(90deg,#01d6e8,#0089fe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01d6e8",endColorstr="#0089fe",GradientType=1);
    text-align: center;
    padding: 14px 70px;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    outline: none
}

.club-button-large:focus {
    outline: none
}

a.club-button-large,a.club-button-large:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.club-card-experts-reviews {
    display: table
}

.club-card-carrusel,.club-card-experts-reviews {
    background-color: rgba(0,0,0,.33);
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 13px 5px #000;
    text-align: center;
    border: 2px solid hsla(0,0%,55.3%,.09);
    min-height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.club-card-carrusel {
    display: flex
}

.carousel-control-next,.clubWifi-carousel .carousel-control-prev {
    display: none
}

.clubModals .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #121111;
    background: -moz-linear-gradient(47deg,#121111 0,#1f1e1e 100%);
    background: -webkit-linear-gradient(47deg,#121111,#1f1e1e);
    background: linear-gradient(47deg,#121111,#1f1e1e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121111",endColorstr="#1f1e1e",GradientType=1);
    background-clip: padding-box;
    border: 2px solid #343434;
    border-radius: .7rem;
    outline: 0
}

.clubModals .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.close:hover,.clubModals .close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .5;
    position: absolute;
    top: 20px;
    right: 20px
}

.clubModals .modal-dialog {
    max-width: 50%
}

.clubModals .modal-body {
    padding: 5rem
}

.club-body .p {
    font-size: 1.4rem
}

.clubFaqs-card {
    box-shadow: 0 2px 36px 0 rgba(0,0,0,.07);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    border: none;
    padding: 20px 10px;
    color: #3b4559;
    margin: 0
}

.clubFaqs-card .card-header {
    cursor: pointer;
    text-align: left;
    background-color: rgb(255 255 255);
    border-bottom: 0 solid rgba(0,0,0,.125)
}

.club-panel-title {
    position: relative;
    padding-right: 25px;
    margin-bottom: 0;
    font-weight: 600
}

.club-panel-title:after {
    content: "\f078";
    color: #333;
    top: -2px;
    right: 0;
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.club-panel-title[aria-expanded=true]:after {
    content: "\f106"
}

.club-panel-title:after {
    top: 50%;
    right: -5px;
    transform: translateY(-50%)
}

.clubFaqs-card .panel-body {
    padding: 20px
}

.club-row-slide-w {
    width: 90%;
    align-items: center
}

.flex-center {
    display: flex
}

.club-counter {
    line-height: .8
}

.club-reviews-video-container .video-js {
    width: 100%;
    height: auto;
    outline: none
}

@media only screen and (max-width: 992px) {
    .club-user-reviews-container {
        margin:auto;
        width: 95%
    }

    .club-only-desktop {
        display: none
    }

    .club-only-medium {
        display: block
    }

    .club-row-slide-w {
        width: 100%;
        align-items: center
    }

    .center-medium {
        text-align: center!important
    }

    .club-slide-1,.club-slide-2,.club-slide-3,.club-slide-4 {
        padding: 70px 0
    }

    .club-video-container {
        box-shadow: 0 8px 48px 0 rgb(0 0 0/50%);
        background: #000;
        width: 100%;
        margin: 30px 0 0
    }

    .club-body .min-vh-100 {
        min-height: auto!important
    }

    .clubModals .modal-dialog {
        max-width: 90%;
        margin: auto
    }

    .club-card-carrusel .club-button-large,.club-card-experts-reviews .club-button-large {
        padding: 14px 50px
    }

    .videoClubWifi {
        height: 34vh!important;
        width: 60vh!important
    }
}

@media only screen and (max-width: 767px) {
    .club-card-carrusel,.club-card-experts-reviews {
        margin-bottom:50px
    }

    .clubModals .modal-body {
        padding: 1rem
    }

    .clubModals .p {
        font-size: 1.1rem;
        line-height: 1.6rem
    }

    .club-modal-image {
        width: 150px
    }

    .club-card-carrusel img,.club-card-experts-reviews img {
        width: 50%
    }

    .club-card-carrusel,.club-card-experts-reviews {
        min-height: auto
    }

    .club-body .p {
        font-size: 1.2rem;
        line-height: 1.6rem
    }

    .club-video-reviews-user-container {
        margin-bottom: 20px
    }

    .videoClubWifi {
        height: 22vh!important;
        width: 40vh!important
    }

    .club-slide-1,.club-slide-2,.club-slide-3,.club-slide-4 {
        padding: 150px 0
    }

    .display-2 {
        font-size: 4.5rem
    }
}

@media only screen and (max-width: 375px) {
    .club-counter {
        font-size:4rem
    }

    .club-slide-1 .club-button-large {
        padding: 14px 30px
    }
}

#carouselHome .bg-info {
    background-color: #000!important
}

.videoClubWifi {
    height: 42vh;
    width: 75vh;
    margin: 20px auto;
    display: block;
    border-radius: 5px
}
