@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: #fff0
}

article, aside, dialog, figcaption, figure, footer, header, main, nav, section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-top: 0
}

address, p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: #fff0;
    color: #007bff;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=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
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

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

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

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col, .col-10, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg-10, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-9, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-md-auto, .col-sm-10, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9, .col-xl-12, .col-xl-3, .col-xl-4, .col-xl-6, .col-xl-8 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

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

.col-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

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

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        left: auto;
        right: 0
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        bottom: 100%;
        top: auto
    }
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(0 0 0 / .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-toggler {
    border-color: rgb(0 0 0 / .1);
    color: rgb(0 0 0 / .5)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsl(0 0% 100% / .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsl(0 0% 100% / .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsl(0 0% 100% / .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsl(0 0% 100% / .1);
    color: hsl(0 0% 100% / .5)
}

.media {
    align-items: flex-start;
    display: flex
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-flex {
        display: flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-center {
    align-content: center !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
}

.position-static {
    position: static !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    clip-path: inset(50%);
    white-space: nowrap
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto;
    clip-path: none;
    white-space: normal
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .pl-sm-2 {
        padding-left: .5rem !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0 !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

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

.text-white {
    color: #fff !important
}

.visible {
    visibility: visible !important
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid #fff0;
    border-right: .3em solid #fff0;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropup .dropdown-menu {
    margin-bottom: .125rem;
    margin-top: 0
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid #fff0;
    border-right: .3em solid #fff0;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-left: .125rem;
    margin-top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid #fff0;
    border-left: .3em solid;
    border-top: .3em solid #fff0;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-right: .125rem;
    margin-top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid #fff0;
    border-right: .3em solid;
    border-top: .3em solid #fff0;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    width: 0
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-item {
    background-color: #fff0;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: #fff0;
    color: #6c757d
}

.dropdown-menu.show {
    display: block
}

a, article, aside, body, div, h1, h2, h3, h4, h5, h6, html, input, li, nav, p, section, span, textarea, ul {
    border: 0;
    margin: 0;
    padding: 0
}

a {
    color: inherit
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

ul {
    list-style: none
}

.container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 480px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

.col-lg-10, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-9, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-sm-10, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9, .col-xs-12, .col-xs-3 {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 480px) {
    .col-lg-10, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-9, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-sm-10, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9, .col-xs-12, .col-xs-3 {
        padding-left: 0;
        padding-right: 0
    }
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 300;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-Light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-SemiBold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 800;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Barlow;
    font-style: normal;
    font-weight: 900;
    src: url(https://www.a24.com/assets/fonts/Barlow/Barlow-Black.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(https://www.a24.com/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.a24.com/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.a24.com/assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.a24.com/assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(https://www.a24.com/assets/fonts/Roboto/Roboto-Black.ttf) format("truetype")
}

.icon-item, .related-video .news-related .news-realted-image:after {
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    height: 20px;
    opacity: 1;
    transition: .4s ease-in;
    width: 20px
}

.icon-chevron-down {
    background-image: url(./icons/icon-chevron-down.svg)
}

.icon-chevron-right {
    background-image: url(./icons/icon-chevron-right.svg)
}

.icon-chevron-right.icon-black {
    background-image: url(./icons/icon-chevron-right-black.svg)
}

.icon-magnifying-glass {
    background-image: url(./icons/icon-magnifying-glass.svg)
}

.icon-play, .related-video .news-related .news-realted-image:after {
    background-image: url(./icons/icon-play.svg)
}

.icon-tw {
    background-image: url(./icons/icon-tw-2.svg)
}

.icon-fb {
    background-image: url(./icons/facebook-header.svg)
}

.icon-ig {
    background-image: url(./icons/instagram-header.svg)
}

.icon-yt {
    background-image: url(./icons/youtube-header.svg)
}

body {
    overflow-x: hidden
}

body .residual-container {
    height: inherit;
    margin-left: .9375rem
}

@media screen and (max-width: 1329px) {
    body .residual-container {
        display: none
    }
}

body .residual-container:empty {
    display: none
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    body.lbp-news .container-lbp {
        width: 1030px
    }
}

a:hover {
    color: inherit
}

div .widgetContent {
    margin-top: 30px
}

@media (max-width: 1200px) {
    div[class*=col-xl] {
        padding-left: 0;
        padding-right: 0
    }
}

.nav-sections-item.poder .nav-section-sublist {
    border-color: #035192
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.poder .nav-link {
        border-left-color: #035192
    }
}

.header-media .header-media-button.poder, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.poder {
    background-color: #035192;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.poder:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.poder:hover {
    background-color: #035192;
    filter: brightness(.9)
}

.news-item .news-section.poder {
    background-color: #035192;
    color: #fff
}

.news-item .news-section.poder .icon-item.icon-chevron-right, .news-item .news-section.poder .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.poder .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-poder .section-title {
    color: #035192
}

.news-group-4 .news-tag.background-poder {
    background-color: #035192;
    color: #fff
}

.nav-sections-item.ovacion .nav-section-sublist {
    border-color: #648b9d
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.ovacion .nav-link {
        border-left-color: #648b9d
    }
}

.header-media .header-media-button.ovacion, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.ovacion {
    background-color: #648b9d;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.ovacion:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.ovacion:hover {
    background-color: #648b9d;
    filter: brightness(.9)
}

.news-item .news-section.ovacion {
    background-color: #648b9d;
    color: #fff
}

.news-item .news-section.ovacion .icon-item.icon-chevron-right, .news-item .news-section.ovacion .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.ovacion .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-ovacion .section-title {
    color: #648b9d
}

.news-group-4 .news-tag.background-ovacion {
    background-color: #648b9d;
    color: #fff
}

.nav-sections-item.nws .nav-section-sublist {
    border-color: #f1ae1f
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.nws .nav-link {
        border-left-color: #f1ae1f
    }
}

.header-media .header-media-button.nws, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.nws {
    background-color: #f1ae1f;
    border-color: #000;
    color: #000
}

.header-media .header-media-button.nws:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.nws:hover {
    background-color: #f1ae1f;
    filter: brightness(.9)
}

.news-item .news-section.nws {
    background-color: #f1ae1f;
    color: #000
}

.header-list.colortext-nws .section-title {
    color: #f1ae1f
}

.news-group-4 .news-tag.background-nws {
    background-color: #f1ae1f;
    color: #000
}

.nav-sections-item.show .nav-section-sublist {
    border-color: #3a00b0
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.show .nav-link {
        border-left-color: #3a00b0
    }
}

.header-media .header-media-button.show, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.show {
    background-color: #3a00b0;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.show:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.show:hover {
    background-color: #3a00b0;
    filter: brightness(.9)
}

.news-item .news-section.show {
    background-color: #3a00b0;
    color: #fff
}

.news-item .news-section.show .icon-item.icon-chevron-right, .news-item .news-section.show .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.show .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-show .section-title {
    color: #3a00b0
}

.news-group-4 .news-tag.background-show {
    background-color: #3a00b0;
    color: #fff
}

.nav-sections-item.agro .nav-section-sublist {
    border-color: #f9c900
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.agro .nav-link {
        border-left-color: #f9c900
    }
}

.header-media .header-media-button.agro, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.agro {
    background-color: #f9c900;
    border-color: #000;
    color: #000
}

.header-media .header-media-button.agro:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.agro:hover {
    background-color: #f9c900;
    filter: brightness(.9)
}

.news-item .news-section.agro {
    background-color: #f9c900;
    color: #000
}

.header-list.colortext-agro .section-title {
    color: #f9c900
}

.news-group-4 .news-tag.background-agro {
    background-color: #f9c900;
    color: #000
}

.nav-sections-item.autos .nav-section-sublist {
    border-color: #656565
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.autos .nav-link {
        border-left-color: #656565
    }
}

.header-media .header-media-button.autos, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.autos {
    background-color: #656565;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.autos:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.autos:hover {
    background-color: #656565;
    filter: brightness(.9)
}

.news-item .news-section.autos {
    background-color: #656565;
    color: #fff
}

.news-item .news-section.autos .icon-item.icon-chevron-right, .news-item .news-section.autos .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.autos .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-autos .section-title {
    color: #656565
}

.news-group-4 .news-tag.background-autos {
    background-color: #656565;
    color: #fff
}

.nav-sections-item.breaking .nav-section-sublist {
    border-color: #e82121
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.breaking .nav-link {
        border-left-color: #e82121
    }
}

.header-media .header-media-button.breaking, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.breaking {
    background-color: #e82121;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.breaking:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.breaking:hover {
    background-color: #e82121;
    filter: brightness(.9)
}

.news-item .news-section.breaking {
    background-color: #e82121;
    color: #fff
}

.news-item .news-section.breaking .icon-item.icon-chevron-right, .news-item .news-section.breaking .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.breaking .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-breaking .section-title {
    color: #e82121
}

.news-group-4 .news-tag.background-breaking {
    background-color: #e82121;
    color: #fff
}

.nav-sections-item.live .nav-section-sublist {
    border-color: #e82121
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.live .nav-link {
        border-left-color: #e82121
    }
}

.header-media .header-media-button.live, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.live {
    background-color: #e82121;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.live:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.live:hover {
    background-color: #e82121;
    filter: brightness(.9)
}

.news-item .news-section.live {
    background-color: #e82121;
    color: #fff
}

.news-item .news-section.live .icon-item.icon-chevron-right, .news-item .news-section.live .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.live .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-live .section-title {
    color: #e82121
}

.news-group-4 .news-tag.background-live {
    background-color: #e82121;
    color: #fff
}

.nav-sections-item.pymes .nav-section-sublist {
    border-color: #005f6b
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.pymes .nav-link {
        border-left-color: #005f6b
    }
}

.header-media .header-media-button.pymes, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.pymes {
    background-color: #005f6b;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.pymes:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.pymes:hover {
    background-color: #005f6b;
    filter: brightness(.9)
}

.news-item .news-section.pymes {
    background-color: #005f6b;
    color: #fff
}

.news-item .news-section.pymes .icon-item.icon-chevron-right, .news-item .news-section.pymes .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.pymes .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-pymes .section-title {
    color: #005f6b
}

.news-group-4 .news-tag.background-pymes {
    background-color: #005f6b;
    color: #fff
}

.nav-sections-item.e24sports .nav-section-sublist {
    border-color: #7f00b6
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.e24sports .nav-link {
        border-left-color: #7f00b6
    }
}

.header-media .header-media-button.e24sports, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.e24sports {
    background-color: #7f00b6;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.e24sports:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.e24sports:hover {
    background-color: #7f00b6;
    filter: brightness(.9)
}

.news-item .news-section.e24sports {
    background-color: #7f00b6;
    color: #fff
}

.news-item .news-section.e24sports .icon-item.icon-chevron-right, .news-item .news-section.e24sports .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.e24sports .icon-chevron-right.news-realted-image:after {
    filter: none
}

.header-list.colortext-e24sports .section-title {
    color: #7f00b6
}

.news-group-4 .news-tag.background-e24sports {
    background-color: #7f00b6;
    color: #fff
}

.nav-sections-item.crypto .nav-section-sublist {
    border-color: #ffb829
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.crypto .nav-link {
        border-left-color: #ffb829
    }
}

.header-media .header-media-button.crypto, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.crypto {
    background-color: #ffb829;
    border-color: #000;
    color: #000
}

.header-media .header-media-button.crypto:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.crypto:hover {
    background-color: #ffb829;
    filter: brightness(.9)
}

.news-item .news-section.crypto {
    background-color: #ffb829;
    color: #000
}

.header-list.colortext-crypto .section-title {
    color: #ffb829
}

.news-group-4 .news-tag.background-crypto {
    background-color: #ffb829;
    color: #000
}

.nav-sections-item.qatar .nav-section-sublist {
    border-color: #4c0e61
}

@media (max-width: 1200px) {
    input[id*=accordionToggler]:checked + .nav-sections-item.qatar .nav-link {
        border-left-color: #4c0e61
    }
}

.header-media .header-media-button.qatar, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.qatar {
    background-color: #4c0e61;
    border-color: #fff;
    color: #fff
}

.header-media .header-media-button.qatar:hover, .nav-sections-list .nav-sections-item.nav-item-mobile .header-media-button.qatar:hover {
    background-color: #4c0e61;
    filter: brightness(.9)
}

.news-item .news-section.qatar {
    background-color: #4c0e61;
    color: #fff
}

.news-item .news-section.qatar .icon-item.icon-chevron-right, .news-item .news-section.qatar .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.qatar .icon-chevron-right.news-realted-image:after {
    filter: none
}

.news-item .news-section.crypto {
    color: #484847
}

.news-item .news-section.crypto .icon-item.icon-chevron-right, .news-item .news-section.crypto .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-item .news-section.crypto .icon-chevron-right.news-realted-image:after {
    filter: invert(72%) sepia(6%) saturate(86%) hue-rotate(21deg) brightness(92%) contrast(92%)
}

.header-list.colortext-qatar .section-title {
    color: #4c0e61
}

.news-group-4 .news-tag.background-qatar {
    background-color: #4c0e61;
    color: #fff
}

.news-group-4 .news-tag.background- {
    background-color: #fff;
    color: #000 !important
}

.widget-content.widget-color-contain, .widget-content.widget-color-cover, .widget-content.widget-color-no-repeat, .widget-content.widget-color-repeat {
    margin-bottom: 15px;
    padding: 50px 15px 0
}

.widget-content.widget-color-contain {
    background-size: contain
}

.widget-content.widget-color-cover {
    background-size: cover
}

.widget-content.widget-color-repeat {
    background-repeat: repeat
}

.widget-content.widget-color-no-repeat {
    background-repeat: no-repeat
}

@media screen and (max-width: 480px) {
    .widget-content.widget-color-contain, .widget-content.widget-color-cover, .widget-content.widget-color-no-repeat, .widget-content.widget-color-repeat {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px 0
    }

    .widget-content.widget-color-contain .news-row, .widget-content.widget-color-cover .news-row, .widget-content.widget-color-no-repeat .news-row, .widget-content.widget-color-repeat .news-row {
        margin-bottom: 0
    }
}

.news-section.laredam910 {
    background-color: #648b9d !important;
    color: #fff
}

.news-section.laredam910 .icon-item.icon-chevron-right, .news-section.laredam910 .related-video .news-related .icon-chevron-right.news-realted-image:after, .related-video .news-related .news-section.laredam910 .icon-chevron-right.news-realted-image:after {
    filter: none
}

body, html {
    height: auto
}

body {
    background: #f9f9f9;
    color: #000;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.global-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%
}

@media (max-width: 1200px) {
    .global-container {
        display: block
    }

    .global-container > div:not(.content-container) {
        padding: 0 15px
    }
}

.global-container .content-container {
    max-width: 1052px;
    width: 100%
}

.global-container .residual-container {
    height: inherit;
    margin-left: 15px
}

.global-container .residual-container .residual-ad {
    bottom: -webkit-sticky;
    left: -webkit-sticky;
    position: sticky;
    right: -webkit-sticky;
    top: -webkit-sticky;
    top: 50px;
    z-index: 6
}

.global-container .residual-container .residual-ad.residual-ad-sticky-top {
    top: 0
}

@media (max-width: 1280px) {
    .global-container .residual-container {
        display: none
    }
}

@media (max-width: 1200px) {
    .global-container .content-container {
        max-width: 700px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.container-standard {
    max-width: 1325px;
    position: relative;
    width: 100%
}

.container-standard:after, .container-standard:before {
    content: " ";
    display: table
}

.container-standard:after {
    clear: both
}

@media (max-width: 1200px) {
    .container-standard {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media (max-width: 1026px) {
    .container-standard {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 770px) {
    .container-standard {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 480px) {
    .container-standard {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.margin-air {
    margin-bottom: 20px
}

.view-desktop {
    display: block
}

@media (max-width: 1070px) {
    .view-desktop {
        display: none
    }
}

.view-mobile {
    display: none
}

@media (max-width: 1070px) {
    .view-mobile {
        display: block
    }
}

.banner-full {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    width: 100%
}

@media (max-width: 768px) {
    .banner-full img {
        height: auto;
        max-width: 100%
    }
}

.news-item {
    margin-bottom: 15px
}

.news-item .news-tag {
    text-transform: uppercase
}

.trend-wrapper {
    align-items: center;
    background: #202020;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    height: 40px;
    margin-bottom: 5px;
    overflow: scroll;
    padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (min-width: 1200px) {
    .trend-wrapper {
        border-radius: 0;
        justify-content: center;
        margin-top: 10px
    }
}

@media (max-width: 770px) {
    .trend-wrapper {
        margin: 0 -15px 5px;
        padding-left: 15px
    }
}

.trend-wrapper::-webkit-scrollbar {
    display: none
}

.trend-wrapper .trend-title {
    font-weight: 700;
    margin-right: 26px;
    white-space: nowrap
}

.trend-wrapper .trend-list {
    display: flex;
    flex-direction: row
}

.trend-wrapper .trend-list .trend-item {
    margin-right: 26px;
    transition: .3s ease-out;
    white-space: nowrap
}

.trend-wrapper .trend-list .trend-item .trend-link {
    white-space: nowrap
}

.trend-wrapper .trend-list .trend-item:hover {
    opacity: .5
}

.section-data {
    padding-bottom: 15px;
    padding-left: 5px
}

.section-title {
    border-bottom: 1px solid #e2e2e2;
    color: #272727;
    font-family: Barlow, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.section-title .section-title-link {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px
}

.section-title .section-title-link .icon-chevron-right {
    background-image: url(./icons/icon-chevron-right-black.svg);
    display: inline-block;
    height: 11px;
    width: 11px
}

.section-title .section-title-link:hover {
    text-decoration: underline
}

@media (max-width: 770px) {
    .section-title {
        font-size: 24px
    }
}

.object-section-title {
    font-family: Barlow, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

body.detail .object-section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: left
}

.object-section-title.vivo {
    font-size: 20px;
    margin-top: 10px;
    transition: .3s
}

.object-section-title.vivo:hover {
    opacity: .5;
    transition: .3s
}

.header-logo-wrapper .container-standard {
    max-height: 40px
}

.header-nav-wrapper.header-sticky .header-media {
    display: block
}

.header-nav-wrapper.header-sticky .nav-sections-list {
    margin-left: 0;
    margin-right: auto
}

.header-nav-wrapper:not(.header-sticky) .nav-sections-list .nav-sections-item.nav-search .nav-search-input:focus {
    width: 165px
}

.nav-search form {
    margin-block-end: 0
}

.nav-search .icon-magnifying-glass {
    margin-top: -4px
}

.nav-search .nav-search-input {
    position: relative
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInHeaderLogo {
    0% {
        backface-visibility: hidden;
        opacity: 0;
        transform: translate3d(-79px, 0, 0);
        transform-style: preserve-3d
    }
    50% {
        backface-visibility: hidden;
        opacity: 1;
        transform: translate3d(-79px, 0, 0);
        transform-style: preserve-3d
    }
    to {
        backface-visibility: hidden;
        opacity: 1;
        transform: translateZ(0);
        transform-style: preserve-3d
    }
}

@keyframes fadeInHeaderSection {
    0% {
        backface-visibility: hidden;
        opacity: 0;
        transform: translate3d(-110px, 0, 0) skew(-20deg, 0deg) perspective(1px);
        transform-style: preserve-3d
    }
    50% {
        backface-visibility: hidden;
        opacity: 1;
        transform: translate3d(-110px, 0, 0) skew(-20deg, 0deg) perspective(1px);
        transform-style: preserve-3d
    }
    to {
        backface-visibility: hidden;
        opacity: 1;
        transform: translateZ(0) skew(-20deg, 0deg) perspective(1px);
        transform-style: preserve-3d
    }
}

body.agro .header-logo-wrapper .header-name-section {
    background-color: #f9c900;
    color: #fff;
    color: #333
}

body.agro .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "agro";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.agro .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #f9c900;
    color: #fff;
    color: #333;
    display: inline-flex
}

body.agro .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "agro";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.autos .header-logo-wrapper .header-name-section {
    background-color: #656565;
    color: #fff
}

body.autos .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "autos";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.autos .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #656565;
    color: #fff;
    display: inline-flex
}

body.autos .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "autos";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.breaking .header-logo-wrapper .header-name-section {
    background-color: #e82121;
    color: #fff
}

body.breaking .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "breaking";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.breaking .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #e82121;
    color: #fff;
    display: inline-flex
}

body.breaking .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "breaking";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.e24sports .header-logo-wrapper .header-name-section {
    background-color: #7f00b6;
    color: #fff
}

body.e24sports .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "esports";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.e24sports .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #7f00b6;
    color: #fff;
    display: inline-flex
}

body.e24sports .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "esports";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.esports .header-logo-wrapper .header-name-section {
    background-color: #7f00b6;
    color: #fff
}

body.esports .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "esports";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.esports .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #7f00b6;
    color: #fff;
    display: inline-flex
}

body.esports .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "esports";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.live .header-logo-wrapper .header-name-section {
    background-color: #e82121;
    color: #fff
}

body.live .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "live";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.live .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #e82121;
    color: #fff;
    display: inline-flex
}

body.live .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "live";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.nws .header-logo-wrapper .header-name-section {
    background-color: #f1ae1f;
    color: #fff
}

body.nws .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "nws";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.nws .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #f1ae1f;
    color: #fff;
    display: inline-flex
}

body.nws .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "nws";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.ovacion .header-logo-wrapper .header-name-section {
    background-color: #648b9d;
    color: #fff
}

body.ovacion .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "ovacion";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.ovacion .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #648b9d;
    color: #fff;
    display: inline-flex
}

body.ovacion .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "ovacion";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.poder .header-logo-wrapper .header-name-section {
    background-color: #035192;
    color: #fff
}

body.poder .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "poder";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.poder .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #035192;
    color: #fff;
    display: inline-flex
}

body.poder .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "poder";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.previsional .header-logo-wrapper .header-name-section {
    background-color: #035192;
    color: #fff
}

body.previsional .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "previsional";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.previsional .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #035192;
    color: #fff;
    display: inline-flex
}

body.previsional .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "previsional";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.pymes .header-logo-wrapper .header-name-section {
    background-color: #005f6b;
    color: #fff
}

body.pymes .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "pymes";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.pymes .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #005f6b;
    color: #fff;
    display: inline-flex
}

body.pymes .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "pymes";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.show .header-logo-wrapper .header-name-section {
    background-color: #3a00b0;
    color: #fff
}

body.show .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "show";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.show .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #3a00b0;
    color: #fff;
    display: inline-flex
}

body.show .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "show";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

body.crypto .header-logo-wrapper .header-name-section {
    background-color: #ffb829;
    color: #fff;
    color: #333
}

body.crypto .header-logo-wrapper .header-name-section:before {
    backface-visibility: hidden;
    content: "crypto";
    display: inline-block;
    transform: skew(20deg, 0);
    transform-style: preserve-3d
}

body.crypto .header-nav-wrapper.header-sticky .header-name-section {
    background-color: #ffb829;
    color: #fff;
    display: inline-flex
}

body.crypto .header-nav-wrapper.header-sticky .header-name-section:before {
    backface-visibility: hidden;
    content: "crypto";
    display: inline-block;
    transform: skew(20deg, 0) perspective(1px);
    transform-style: preserve-3d
}

.header-top-ad {
    justify-content: center;
    width: 100%
}

.header-logo-wrapper, .header-top-ad {
    background: #fff;
    display: flex;
    position: relative;
    z-index: 6
}

.header-logo-wrapper {
    align-items: center;
    flex-direction: column;
    height: auto;
    padding: 5px 0
}

.header-logo-wrapper .container-standard {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-height: none;
    max-width: 1366px;
    width: 100%
}

.header-logo-wrapper .header-logo {
    margin-bottom: 0 !important;
    width: 122px
}

.header-logo-wrapper .header-logo img {
    display: block;
    width: 100%
}

.header-logo-wrapper .header-name-section {
    backface-visibility: hidden;
    color: #3d3d3d;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: auto;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
    transform: skew(-20deg, 0deg) perspective(1px);
    transform-style: preserve-3d
}

.header-logo-wrapper .header-media {
    height: auto;
    margin-bottom: 0 !important;
    position: absolute;
    right: 15px
}

.header-nav-wrapper {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    bottom: -webkit-sticky;
    box-shadow: 0 7px 5px -5px rgb(0 0 0 / .13);
    display: flex;
    flex-direction: column;
    height: 40px;
    left: -webkit-sticky;
    position: sticky;
    right: -webkit-sticky;
    top: -webkit-sticky;
    top: -1px;
    width: 100%;
    z-index: 999
}

.header-nav-wrapper .container-standard {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: hidden
}

.header-nav-wrapper .container-standard .navbar__menu-btn {
    cursor: pointer;
    display: inline-block;
    height: .75rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
    position: relative;
    width: 1.125rem
}

.header-nav-wrapper .container-standard .navbar__menu-btn:hover .navbar__menu-bar {
    background-color: #a7052a
}

.header-nav-wrapper .container-standard .navbar__menu-btn:hover .navbar__menu-bar:nth-child(2) {
    width: calc(100% - .3125rem)
}

.header-nav-wrapper .container-standard .navbar__menu-btn:hover .navbar__menu-bar:last-child {
    width: calc(100% - .625rem)
}

.header-nav-wrapper .container-standard .navbar__menu-bar {
    background-color: #3d3d3d;
    display: block;
    height: .125rem;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    will-change: display, width
}

.header-nav-wrapper .container-standard .navbar__menu-bar:first-child {
    top: 0
}

.header-nav-wrapper .container-standard .navbar__menu-bar:nth-child(2) {
    backface-visibility: hidden;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transform-style: preserve-3d
}

.header-nav-wrapper .container-standard .navbar__menu-bar:last-child {
    margin-bottom: 0;
    top: calc(100% - .125rem)
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-wrapper {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / .4);
    height: 100vh;
    left: -100%;
    overflow-y: auto;
    position: fixed;
    right: auto;
    top: 0;
    transition: left .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 4999999
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-menu-wrapper {
    max-width: 100%;
    padding: 60px 1.875rem 7rem;
    position: relative;
    width: 381px
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-close-btn {
    cursor: pointer;
    left: 1rem;
    position: absolute;
    top: 1.5625rem
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-close-btn svg {
    height: 14px;
    width: 14px
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-close-btn svg path {
    transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-close-btn:hover svg path {
    fill: #a7052a
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-logo {
    cursor: pointer;
    left: 3.125rem;
    position: absolute;
    top: 1.125rem
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-scroll-wrapper {
    max-height: 100%;
    overflow-x: visible;
    overflow-y: auto
}

.header-nav-wrapper .container-standard .navbar__hidden-nav-scroll-wrapper::-webkit-scrollbar {
    width: 0
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper {
    left: .9375rem
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper.sticky .header-name-section {
    color: #fff;
    display: inline-flex
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper.sticky .header-name-section:before {
    display: inline-block
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .navbar__hidden-nav-logo .header-logo-wrapper {
    flex-direction: row;
    padding: 0
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .navbar__hidden-nav-logo .header-logo-wrapper .header-name-section {
    animation: none;
    -webkit-animation: none;
    opacity: 1;
    transform: translate3d(10px, 0, 0) skew(-20deg, 0deg)
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .header-media {
    display: block;
    margin: .625rem 0;
    opacity: 1
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .header-media:nth-child(3) {
    flex-direction: column
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .header-media .header-media-button {
    background-color: #e2e2e2;
    border: none;
    border-radius: 0;
    color: #202020;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    line-height: 30px;
    margin: 0 0 1.25rem;
    padding-top: .1875rem;
    text-align: center;
    transition: .2s ease-out;
    white-space: nowrap;
    width: 100%
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .header-media .header-media-button:hover {
    background: #e82121;
    border: 1px solid #e82121;
    color: #fff
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .header-media .header-media-button.live {
    background: #e82121;
    border: none;
    color: #fff
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .header-media .header-media-button.live:hover {
    background: #a7052a
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes {
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes .nav-redes-item {
    display: inline-block;
    margin: 0 15px
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes .nav-redes-item .nav-redes-link[href*=facebook] {
    content: url(./icons/icon-fb-nav.svg)
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes .nav-redes-item .nav-redes-link[href*=twitter] {
    content: url(./icons/icon-tw-nav.svg)
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes .nav-redes-item .nav-redes-link[href*=instagram] {
    content: url(./icons/icon-ig-nav.svg)
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes .nav-redes-item .nav-redes-link[href*=youtube] {
    content: url(./icons/icon-yt-nav.svg)
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-redes .nav-redes-item .nav-redes-link[href*=tiktok] {
    content: url(./icons/icon-tiktok-nav.svg)
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar__hidden-nav-wrapper .nav-search-input {
    padding-right: 0;
    width: 277px
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .navbar-brand {
    padding-left: 2.89813rem
}

.header-nav-wrapper .container-standard input[type=checkbox]#menuToggler:checked ~ .main-header__hidden-nav-close-layout {
    bottom: 0;
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 4999997
}

.header-nav-wrapper .header-logo {
    margin-right: 10px;
    opacity: 0;
    transition: .2s ease-in;
    width: 79px
}

.header-nav-wrapper .header-logo img {
    display: block;
    min-width: 79px;
    width: 100%
}

.header-nav-wrapper .header-name-section {
    backface-visibility: hidden;
    color: #3d3d3d;
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: -110px;
    margin-right: 0;
    opacity: 0;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
    transform: skew(-20deg, 0deg) perspective(1px);
    transform-style: preserve-3d;
    transition: .2s ease-in
}

.header-nav-wrapper .header-media {
    margin-left: auto;
    opacity: 0;
    transition: .2s ease-in
}

.header-nav-wrapper.header-sticky {
    border-top: 0
}

.header-nav-wrapper.header-sticky .header-logo {
    animation: fadeInHeaderLogo .2s linear 1 normal forwards;
    display: flex;
    margin-left: 0;
    opacity: 1
}

.header-nav-wrapper.header-sticky .header-name-section {
    animation: fadeInHeaderSection .2s linear 1 normal forwards;
    display: flex;
    margin-left: 0;
    margin-right: 5px
}

.header-nav-wrapper.header-sticky .header-name-section:empty {
    display: none
}

.header-nav-wrapper.header-sticky .header-media {
    align-items: center;
    animation: fadeIn .2s linear 1 normal forwards;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    opacity: 1
}

.header-nav-wrapper.header-sticky .header-logo {
    backface-visibility: hidden;
    transform: translateZ(0);
    transform-style: preserve-3d
}

.header-nav-wrapper.header-sticky .header-name-section {
    backface-visibility: hidden;
    transform: translateZ(0) skew(-20deg, 0deg) perspective(1px);
    transform-style: preserve-3d
}

.header-nav-wrapper.header-sticky .nav-sections-list {
    margin: 0 auto;
    padding-right: 95px;
    position: relative
}

.header-nav-wrapper.header-sticky .nav-sections-list li.nav-sections-item.nav-search {
    backface-visibility: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transform-style: preserve-3d
}

.header-nav-wrapper.header-sticky .nav-sections-list li.nav-sections-item.nav-search form {
    background-color: #fff
}

.header-nav-wrapper:not(.header-sticky) .header-logo, .header-nav-wrapper:not(.header-sticky) .header-media, .header-nav-wrapper:not(.header-sticky) .header-name-section {
    display: none;
    margin-left: 0
}

.header-nav-wrapper:not(.header-sticky) .header-logo {
    backface-visibility: hidden;
    transform: translate3d(-79px, 0, 0);
    transform-style: preserve-3d
}

.header-nav-wrapper:not(.header-sticky) .header-name-section {
    backface-visibility: hidden;
    transform: translate3d(-110px, 0, 0) skew(-20deg, 0deg);
    transform-style: preserve-3d
}

.header-nav-wrapper:not(.header-sticky) .nav-sections-list {
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    max-width: inherit;
    position: relative
}

.header-nav-wrapper:not(.header-sticky) .nav-sections-list .nav-sections-item.nav-search {
    backface-visibility: hidden;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transform-style: preserve-3d
}

.header-nav-wrapper:not(.header-sticky) .nav-sections-list .nav-sections-item.nav-search form {
    background-color: #fff
}

.header-nav-wrapper:not(.header-sticky) .nav-sections-list .nav-sections-item.nav-search .nav-search-input:focus {
    width: 160px
}

.header-nav-wrapper:not(.header-sticky) .header-media {
    opacity: 0
}

.nav-sections-list {
    align-items: center;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease-in-out
}

.nav-sections-list .nav-sections-item {
    align-items: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    position: relative;
    white-space: nowrap
}

.nav-sections-list .nav-sections-item.nav-item-mobile {
    display: none
}

.nav-sections-list .nav-sections-item b {
    font-weight: 400
}

.nav-sections-list .nav-sections-item:first-child {
    margin-left: 0
}

.nav-sections-list .nav-sections-item:last-child {
    margin-right: 0
}

.nav-sections-list .nav-sections-item .nav-section-sublist {
    background: #fff;
    border-radius: 3px;
    border-top-style: solid;
    border-top-width: 3px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .27);
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 32px;
    width: auto
}

.nav-sections-list .nav-sections-item .nav-section-sublist .nav-section-subitem {
    color: #000;
    line-height: 21px;
    padding: 10px 20px;
    transition: .3s ease-out;
    white-space: nowrap
}

.nav-sections-list .nav-sections-item .nav-section-sublist .nav-section-subitem:hover {
    background: #f2f2f2
}

.nav-sections-list .nav-sections-item .nav-section-sublist .nav-section-subitem:last-child {
    margin-bottom: 0
}

.nav-sections-list .nav-sections-item .icon-chevron-down {
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    transition: .3s ease-out;
    width: 10px
}

.nav-sections-list .nav-sections-item:hover .nav-section-sublist {
    display: block
}

.nav-sections-list .nav-sections-item:hover .icon-chevron-down {
    backface-visibility: hidden;
    transform: rotate(180deg);
    transform-style: preserve-3d
}

.nav-search {
    display: flex
}

.nav-search .icon-magnifying-glass {
    height: 17px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    width: 17px
}

.nav-search .nav-search-input {
    background: none;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    outline: none;
    padding-right: 22px;
    transition: .4s ease-out;
    width: 72px;
    z-index: 2
}

.nav-search .nav-search-input::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.nav-search .nav-search-input:-moz-placeholder, .nav-search .nav-search-input::-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.nav-search .nav-search-input:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.nav-search .nav-search-input:focus {
    border-bottom: 1px solid #000;
    width: 310px
}

.header-media {
    align-items: center;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-end
}

.header-media .header-media-button {
    border: 1px solid #575757;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 11px;
    transition: .2s ease-out;
    white-space: nowrap;
    width: auto
}

.header-media .header-media-button:hover {
    background: #467696;
    border: 1px solid #467696;
    color: #fff
}

.header-media .header-media-button.live {
    background: #e82121;
    border: none;
    color: #fff
}

.header-media .header-media-button.live:hover {
    background: #a7052a
}

.header-with-residual .nav-search {
    display: none
}

@media (max-width: 1200px) {
    .header-with-residual .nav-search {
        display: flex
    }
}

#menuIcon, .menuIcon {
    cursor: pointer;
    display: none;
    flex-direction: column;
    height: 14px;
    justify-content: space-between;
    margin-right: 10px;
    position: relative;
    transition: .3s;
    transition-delay: .5s;
    width: 20px
}

@media (max-width: 1200px) {
    #menuIcon, .menuIcon {
        display: flex
    }
}

.bar {
    background: #000;
    border-radius: 30px;
    height: 2px;
    position: relative;
    transition: .3s;
    width: 100%
}

.bar:first-child {
    transform-origin: bottom right
}

.bar:last-child {
    transform-origin: top right
}

.rotate {
    transform: rotate(90deg);
    transition-delay: 0s
}

.rotateL {
    top: -4px;
    transform: rotate(-50deg)
}

.rotateR {
    transform: rotate(50deg)
}

.rotateL, .rotateR {
    transition-delay: .2s;
    width: 20px
}

.slick {
    background: #fff0
}

body.with-banner-header-top .header-nav-wrapper {
    top: var(--banner-height)
}

body.with-banner-header-top .header-top-ad--widget-header {
    bottom: -webkit-sticky;
    left: -webkit-sticky;
    position: sticky;
    right: -webkit-sticky;
    top: -webkit-sticky;
    top: 0;
    z-index: 999
}

body.with-banner-header-top .header-top-ad--widget-header > [class*=banner] {
    margin-bottom: 0
}

.side-navbar-nav .nav-item {
    color: #000;
    font-size: 1em;
    line-height: 2.5rem;
    text-transform: uppercase
}

.side-navbar-nav .nav-item:hover {
    color: #a7052a
}

.side-navbar-nav .nav-item.active {
    cursor: auto;
    font-weight: 700
}

.side-navbar-nav .nav-item.active:hover {
    color: #000
}

.side-navbar-nav .nav-item.active:before {
    background: #a7052a;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    content: "";
    display: block;
    height: 2.5rem;
    left: 0;
    position: absolute;
    width: .3125rem
}

.side-navbar-nav .nav-item.dropdown {
    position: inherit
}

.side-navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 0
}

.side-navbar-nav .nav-item .nav-link:hover ~ .dropdown-menu {
    display: contents
}

.side-navbar-nav .nav-item.nav-search {
    border: 1px solid gray;
    border-radius: .25rem;
    margin: 1.25rem 0;
    padding: .1875rem .1875rem .1875rem .625rem;
    position: relative
}

.side-navbar-nav .nav-item.nav-search .icon-magnifying-glass {
    margin-top: .3125rem;
    right: 43px
}

.side-navbar-nav .dropdown-menu, .side-navbar-nav .fa-chevron-right {
    display: none
}

.side-navbar-nav .dropdown-menu:hover {
    display: contents
}

.news-item:hover .news-image.news-image-with-video:before {
    z-index: 1
}

.news-item .news-section {
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / .3)
}

.news-item .news-image.news-image-with-video:before {
    height: 76px;
    width: 76px
}

.aside-news {
    counter-reset: notas;
    margin-bottom: 60px
}

.aside-news .aside-news-item {
    counter-increment: notas;
    margin-bottom: 25px;
    position: relative
}

.aside-news .aside-news-item:after {
    border-left: 1px solid #e2e2e2;
    content: "";
    height: 100%;
    left: 8px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1
}

.aside-news .aside-news-item .aside-news-link {
    display: flex;
    flex: auto;
    flex-direction: row
}

.aside-news .aside-news-item .aside-news-order {
    background: #f9f9f9;
    color: #e82121;
    font-size: 28px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    z-index: 2
}

.aside-news .aside-news-item .aside-news-order:after {
    content: counter(notas)
}

.aside-news .aside-news-item .aside-news-title {
    color: #373737;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 15px
}

.aside-news .aside-news-item .aside-news-image {
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-basis: 96px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 84px;
    justify-content: center;
    margin-left: auto;
    overflow: hidden
}

.aside-news .aside-news-item .aside-news-image img {
    height: 100%;
    width: auto
}

.mt-20 {
    margin-bottom: 25px !important
}

.news-row {
    display: flex
}

.news-row.news-row-3-item {
    flex-wrap: wrap;
    justify-content: center
}

.news-row.news-row-3-item .news-item {
    margin-bottom: 30px;
    margin-right: 15px
}

@media screen and (min-width: 1000px) {
    .news-row.news-row-3-item .news-item {
        width: calc(33.33333% - 20px)
    }
}

.news-row.news-row-3-item .news-item:nth-child(3n) {
    margin-right: 0
}

.news-row.news-row-3-item.news-row-with-header.margin-air, .news-row.news-row-3-item.news-row-with-header.margin-air .row-widget-news {
    margin-bottom: 0
}

.news-row.news-row-3-item.news-row-with-header .row-widget-news .news-row-3-item.margin-air .news-item {
    margin-bottom: 18px
}

.news-row.news-row-with-header.margin-air {
    margin-bottom: 0
}

.news-row.news-row-with-header.margin-air .simple-news-player iframe {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%
}

.news-row.news-row-with-header.margin-air .row-widget-news .news-row-3-item.margin-air .news-item {
    margin-bottom: 18px
}

.news-row.news-row-with-header.news-image-with-video:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNzYiIHZpZXdCb3g9IjAgMCA3NiA3NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzgiIGN5PSIzOCIgcj0iMzgiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNiIvPgo8cGF0aCBkPSJNNTAgMzUuNzY4QzUxLjMzMzMgMzYuNTM3OCA1MS4zMzMzIDM4LjQ2MjMgNTAgMzkuMjMyMUwzMi43NSA0OS4xOTEzQzMxLjQxNjcgNDkuOTYxMSAyOS43NSA0OC45OTg5IDI5Ljc1IDQ3LjQ1OTNMMjkuNzUgMjcuNTQwN0MyOS43NSAyNi4wMDExIDMxLjQxNjcgMjUuMDM4OSAzMi43NSAyNS44MDg3TDUwIDM1Ljc2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    content: "";
    height: 76px;
    left: .5rem;
    opacity: 1;
    position: absolute;
    top: .5rem;
    transition: .2s ease-in;
    width: 76px;
    z-index: 1
}

.news-row.news-row-with-header {
    display: flex;
    flex-direction: column
}

.news-row.news-row-with-header .row-widget-header.pya .row-widget-title {
    font-size: 20px;
    font-weight: 700
}

.news-row.news-row-with-header .row-widget-header.pya .row-widget-title img {
    margin: 0 0 10px 10px
}

.news-row.news-row-with-header .row-widget-header {
    background: #3a00b0;
    background: linear-gradient(180deg, #3a00b0 48%, #1d0058);
    display: flex;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a00b0", endColorstr="#1d0058", GradientType=1);
    flex-direction: column;
    font-family: Fira Sans Condensed, sans-serif;
    margin-left: -25px;
    padding: 25px 0 175px;
    text-align: center;
    width: calc(100% + 30px)
}

.news-row.news-row-with-header .row-widget-header .row-widget-title {
    color: #fff
}

.news-row.news-row-with-header .row-widget-header .row-widget-title .logo {
    margin: -7px auto auto 3px;
    max-height: 25px
}

.news-row.news-row-with-header .row-widget-news {
    display: flex;
    flex-direction: row;
    margin-top: -160px
}

.news-row.news-row-with-header .row-widget-news .news-item {
    margin-right: 15px
}

.news-row.news-row-with-header .row-widget-news .news-item.news-full, .news-row.news-row-with-header .row-widget-news .news-item.news-mourning {
    margin: 0;
    width: 100%
}

.news-row.news-row-with-header .row-widget-news .news-item .news-image {
    max-height: 100%;
    overflow: hidden
}

.news-row.news-row-with-header .row-widget-news .news-row-3-item {
    flex-wrap: nowrap
}

.news-row.news-row-with-header .row-widget-news .col-12 .news-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    font-family: Barlow, sans-serif;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    width: auto
}

.news-row.news-row-with-header .row-widget-news .col-12.col-xl-8 .news-text-lg .news-content .news-tag {
    font-size: 14px;
    font-weight: 600
}

.news-row.news-row-with-header .row-widget-news .col-12.col-xl-8 .news-text-lg .news-content .news-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 2.5rem
}

.news-row.news-row-with-header .row-widget-news .col-12.col-xl-8 .news-text-lg .news-content .news-author {
    font-size: 12px
}

.news-row.news-row-with-header .row-widget-news .col-12.col-xl-4 .news-content .news-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.news-row.news-row-with-header .row-widget-news .col-12.col-xl-4 .news-content .news-author {
    font-size: 16px
}

.news-row.news-row-with-header .row-widget-news .col-12.col-xl-4 .news-image {
    height: 100%;
    max-height: 100%
}

@media (max-width: 1200px) {
    .news-row.news-row-with-header .row-widget-news {
        flex-direction: column
    }
}

.news-row.news-row-with-header.header-full-width:after {
    background: #3a00b0;
    background: linear-gradient(180deg, #3a00b0 48%, #1d0058);
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a00b0", endColorstr="#1d0058", GradientType=1);
    height: 300px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.news-row.news-row-with-header.header-full-width .row-widget-header {
    background: none;
    z-index: 1
}

.news-row.news-row-with-header.header-full-width .row-widget-news {
    z-index: 1
}

.news-row.news-row-with-header .news-item {
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    top: 0
}

.news-row.news-row-with-header .news-item:last-child {
    margin-right: 0 !important
}

.news-row.news-row-with-header .news-item:hover {
    background: #fff;
    border-bottom: 2px solid #3a00b0
}

.news-row.news-row-with-header .news-item .news-link {
    display: flex;
    flex-direction: column;
    height: 100%
}

.news-row.news-row-with-header .news-item .news-image {
    position: relative;
    width: 100%
}

.news-row.news-row-with-header .news-item .news-image.news-image-with-video:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNzYiIHZpZXdCb3g9IjAgMCA3NiA3NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzgiIGN5PSIzOCIgcj0iMzgiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNiIvPgo8cGF0aCBkPSJNNTAgMzUuNzY4QzUxLjMzMzMgMzYuNTM3OCA1MS4zMzMzIDM4LjQ2MjMgNTAgMzkuMjMyMUwzMi43NSA0OS4xOTEzQzMxLjQxNjcgNDkuOTYxMSAyOS43NSA0OC45OTg5IDI5Ljc1IDQ3LjQ1OTNMMjkuNzUgMjcuNTQwN0MyOS43NSAyNi4wMDExIDMxLjQxNjcgMjUuMDM4OSAzMi43NSAyNS44MDg3TDUwIDM1Ljc2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    content: "";
    height: 76px;
    left: .5rem;
    opacity: 1;
    position: absolute;
    top: .5rem;
    transition: .2s ease-in;
    width: 76px;
    z-index: 1
}

.news-row.news-row-with-header .news-item .news-image img {
    width: 100%
}

.news-row.news-row-with-header .news-item .news-content {
    display: flex;
    flex-direction: column
}

.news-row.news-row-with-header .news-item .news-content .news-title {
    line-height: 26px;
    margin-bottom: 15px
}

.news-row.news-row-with-header .news-item .news-content .news-title:last-child {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .news-row.news-row-with-header .news-item.news-mourning .news-content {
        padding: 0 50px 25px
    }

    .news-row.news-row-with-header .news-item.news-celebrity .news-section {
        top: 317px
    }

    .news-row.news-row-with-header .news-item.news-celebrity .news-image {
        height: auto
    }

    .news-row.news-row-with-header .news-item.news-celebrity .news-image img {
        width: 100%
    }

    .news-row.news-row-with-header .news-item.news-celebrity .news-content {
        display: flex;
        flex-direction: column;
        padding: 20px 15px 15px
    }

    .news-row.news-row-with-header .news-item.news-celebrity .news-content .news-title {
        font-size: 16px;
        height: 70px;
        line-height: 22px
    }

    .news-row.news-row-with-header .news-row-3-item {
        flex-direction: column
    }

    .news-row.news-row-with-header .news-row-3-item .news-item {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%
    }

    .news-row.news-row-with-header .news-row-3-item .news-item .news-section {
        top: 376px
    }

    .news-row.news-row-with-header .news-row-with-header {
        display: flex;
        flex-direction: column
    }

    .news-row.news-row-with-header .news-row-with-header .row-widget-news {
        display: flex;
        flex-direction: column;
        margin-top: -100px
    }

    .news-row.news-row-with-header .news-row-with-header .row-widget-news .news-item {
        margin: 0 0 15px;
        width: 100%
    }

    .news-row.news-row-with-header .news-row-with-header .row-widget-header .row-widget-title {
        display: contents
    }

    .news-row.news-row-with-header .news-row-with-header .row-widget-header .row-widget-title img {
        margin: auto
    }
}

.news-row.news-row-aside {
    width: 100%
}

.news-row.news-row-aside .news-group-4 {
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
    width: calc(66.66667% - 22.5px)
}

.news-row.news-row-aside .news-group-4 .news-item {
    flex-basis: calc(50% - 7.5px);
    margin-bottom: 20px;
    margin-right: 15px
}

.news-row.news-row-aside .news-group-4 .news-item:nth-child(2n+2) {
    margin-right: 0
}

.news-row.news-row-aside .news-section-list {
    display: block;
    margin-right: 15px;
    width: calc(66.66667% - 7.5px)
}

.news-row.news-row-aside .news-section-list .news-item {
    margin: 0 0 15px
}

.news-row.news-row-aside .aside-news, .news-row.news-row-aside .aside-wrapper {
    margin-right: 0;
    width: calc(33.33333% - 10px)
}

.news-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    font-family: Barlow, sans-serif;
    overflow: hidden;
    position: relative;
    top: 0
}

.news-item:last-child {
    margin-right: 0 !important
}

.news-item:hover .news-image.news-image-with-video:before {
    opacity: 1
}

.news-item .news-link {
    display: block;
    height: 100%
}

.news-item .news-section {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 700;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 20px;
    width: auto;
    z-index: 3
}

.news-item .news-section .icon-chevron-right {
    filter: brightness(0);
    height: 10px;
    margin-left: 5px;
    transition: .1s ease-in;
    width: 10px
}

.news-item .news-section.section-agro {
    background: #f9c900;
    color: #fff
}

.news-item .news-section.section-autos {
    background: #656565;
    color: #fff
}

.news-item .news-section.section-breaking {
    background: #e82121;
    color: #fff
}

.news-item .news-section.section-e24sports, .news-item .news-section.section-esports {
    background: #7f00b6;
    color: #fff
}

.news-item .news-section.section-live {
    background: #e82121;
    color: #fff
}

.news-item .news-section.section-nws {
    background: #f1ae1f;
    color: #fff
}

.news-item .news-section.section-ovacion {
    background: #648b9d;
    color: #fff
}

.news-item .news-section.section-poder, .news-item .news-section.section-previsional {
    background: #035192;
    color: #fff
}

.news-item .news-section.section-pymes {
    background: #005f6b;
    color: #fff
}

.news-item .news-section.section-show {
    background: #3a00b0;
    color: #fff
}

.news-item .news-section.section-crypto {
    background: #ffb829;
    color: #fff
}

.news-item .news-section.section-nws {
    color: #000
}

.news-item .news-section.section-nws .icon-chevron-right {
    background-image: url(./icons/icon-chevron-right-black.svg)
}

.news-item .news-section:hover .icon-chevron-right {
    backface-visibility: hidden;
    transform: translateX(3px);
    transform-style: preserve-3d
}

.news-item .news-section.section-pya {
    align-items: center;
    backface-visibility: hidden;
    background: #3a00b0;
    color: #fff;
    font-family: Fira Sans Condensed, sans-serif;
    font-size: 13px;
    font-weight: 400;
    left: 15px;
    letter-spacing: 2px;
    line-height: 24px;
    position: absolute;
    right: auto;
    top: 186px;
    transform: translateY(-50%);
    transform-style: preserve-3d
}

.news-item .news-image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.news-item .news-image.news-image-with-video:before {
    background-image: url(./news-icon-play.svg);
    background-size: 45px;
    content: "";
    height: 45px;
    left: .5rem;
    opacity: 1;
    position: absolute;
    top: .5rem;
    transition: .2s ease-in;
    width: 45px;
    z-index: 1
}

.news-item .news-image img {
    height: auto;
    width: 100%
}

.news-item .news-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%
}

.news-item .news-content .news-title {
    color: #424242;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px
}

.news-item .news-content .news-author {
    font-family: Roboto, sans-serif;
    margin-top: auto
}

.news-item .news-content .news-author b {
    font-weight: 700
}

.news-item .news-content .news-excerpt, .news-item .news-content .news-excerpt p {
    color: #606060
}

.news-item.bg-dark {
    background: #202020 !important
}

.news-item.bg-dark .news-content, .news-item.bg-dark .news-content .news-author, .news-item.bg-dark .news-content .news-title {
    color: #fff
}

.news-item.news-gradient {
    background: #000
}

.news-item.news-gradient .news-image {
    position: relative
}

.news-item.news-gradient .news-image:after {
    background: #000;
    background: linear-gradient(180deg, transparent 42%, #000 76%);
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-item.news-gradient .news-content {
    background: none;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0
}

.news-item.news-gradient .news-content .news-tag {
    color: #fff;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    top: 0
}

.news-item.news-gradient .news-content .news-title {
    color: #fff;
    display: flex;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden
}

.news-item.news-gradient .news-content .news-author {
    color: #fff;
    font-size: 16px
}

.news-item.news-gradient.news-gradient-small {
    background: #202020
}

.news-item.news-gradient.news-gradient-small .news-image:after {
    background: #202020;
    background: linear-gradient(180deg, #fff0 42%, #202020 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202020", endColorstr="#202020", GradientType=1)
}

.news-item.news-gradient.news-gradient-small .news-content {
    background: #202020;
    bottom: 10px;
    left: 10px;
    padding: 0 10px 10px;
    position: absolute;
    right: 10px;
    width: auto
}

.news-item.news-gradient.news-gradient-small .news-content .news-tag {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    padding: 2px 5px;
    position: relative;
    text-transform: uppercase;
    top: -10px
}

.news-item.news-gradient.news-gradient-small .news-content .news-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0
}

.news-item.news-gradient.news-gradient-full .news-content .news-title {
    font-size: 34px;
    line-height: 40px !important
}

.news-item.news-image-vertical .news-image {
    display: flex;
    justify-content: center
}

.news-item.news-image-vertical .news-image img {
    height: 100%;
    width: auto
}

.news-item.news-image-vertical .news-image img[src*=ytimg] {
    height: 597px;
    width: auto
}

.news-item.news-image-vertical .news-image.news-image-with-video {
    display: block !important
}

.news-item.news-image-vertical .news-image.news-image-with-video img[src*=ytimg] {
    transform: translateX(-30%)
}

.news-item.news-breaking .news-link {
    height: auto
}

.news-item.news-breaking .news-content .news-title {
    margin-bottom: 0;
    transition: .2s ease-in
}

.news-item.news-breaking .news-content:hover .news-title {
    opacity: .7
}

.news-item.news-breaking .news-content-breaking {
    border-top: 1px solid #e5e5e5;
    padding: 15px
}

.news-item.news-breaking .news-content-breaking .news-content-breaking-tag {
    color: #e82121;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.news-item.news-breaking .news-content-breaking .news-content-breaking-title {
    font-size: 20px;
    line-height: 24px;
    transition: .2s ease-in
}

.news-item.news-breaking .news-content-breaking:hover .news-content-breaking-title {
    opacity: .7
}

.news-item.news-body-section-item {
    height: auto
}

.news-item.news-text-md .news-content .news-title {
    font-size: 28px;
    line-height: 32px
}

.news-item.news-text-md .news-content .news-author {
    font-size: 14px
}

.news-item.news-text-lg .news-content .news-tag {
    font-size: 14px;
    font-weight: 600
}

.news-item.news-text-lg .news-content .news-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    padding-top: 2.5rem
}

.news-item.news-text-lg .news-content .news-author {
    font-size: 12px
}

.news-item.news-text-lg .news-content .news-excerpt {
    margin-bottom: 10px
}

.news-item.news-text-lg .news-section {
    border-radius: 0;
    left: 15px;
    right: auto
}

.news-item.news-text-lg .news-section .icon-item, .news-item.news-text-lg .news-section .related-video .news-related .news-realted-image:after, .related-video .news-related .news-item.news-text-lg .news-section .news-realted-image:after {
    display: block
}

.news-item.news-text-xl {
    margin-top: 15px;
    width: 100%
}

.news-item.news-text-xl .news-content {
    bottom: 20px;
    padding-left: 48px;
    padding-right: 48px;
    text-align: center
}

.news-item.news-text-xl .news-content .news-tag {
    margin-bottom: 30px;
    text-transform: uppercase
}

.news-item.news-text-xl .news-content .news-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 30px
}

.news-item.news-text-xl .news-content .news-author {
    font-size: 16px;
    margin-bottom: 0
}

.news-item.news-text-sm {
    height: 117px
}

.news-item.news-text-sm .news-content .news-title {
    font-size: 20px;
    line-height: 24px
}

.news-bomb {
    flex-direction: row;
    margin-bottom: 30px
}

.news-bomb .news-link {
    display: flex;
    flex-direction: row-reverse;
    height: 100%
}

.news-bomb .news-image {
    width: 623px
}

.news-bomb .news-content {
    width: calc(100% - 623px)
}

.news-bomb .news-content .news-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px
}

.news-bomb .news-content .news-excerpt {
    margin-bottom: 15px
}

.news-bomb .news-content .news-excerpt, .news-bomb .news-content .news-excerpt p {
    color: #575757;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.news-bomb .news-content .news-author {
    font-size: 16px
}

.news-bomb .news-content .news-author i {
    color: #575757;
    font-style: normal
}

.related-bomb {
    counter-reset: article
}

.news-related {
    counter-increment: article;
    padding-bottom: 15px
}

.news-related .news-related-link {
    display: flex;
    flex-direction: row
}

.news-related .news-related-order {
    background-image: url(./news-related-tag.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding-left: 4px;
    width: 22px
}

.news-related .news-related-order:after {
    content: counter(article)
}

.news-related .news-related-title {
    color: #373737;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    width: auto
}

.news-related .news-related-title b {
    color: #e82121;
    font-weight: 700
}

@media (max-width: 1200px) {
    .news-related .news-related-title {
        max-height: 5.2em
    }
}

.news-related .news-realted-image {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    margin-left: auto;
    overflow: hidden;
    width: 96px
}

.news-related .news-realted-image img {
    width: 100%
}

.news-related .news-realted-image img[src*=ytimg] {
    height: 92px;
    width: auto
}

.news-related:hover {
    border-bottom: 1px solid #e82121;
    border-left: 1px solid #e82121
}

.related-bomb {
    display: flex;
    flex-direction: row;
    font-family: Barlow, sans-serif;
    margin-bottom: 15px
}

.related-bomb .news-related {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    margin-right: 15px;
    width: calc(33.33333% - 10px)
}

.related-bomb .news-related:last-child {
    margin-right: 0
}

.related-bomb .news-related .news-related-title {
    transition: .2s ease-in;
    width: 204px
}

.related-video {
    display: flex;
    flex-direction: column
}

.related-video .news-related {
    border-bottom: 1px solid #2e2e2e;
    padding: 15px 10px
}

.related-video .news-related:last-child {
    border-bottom: none
}

.related-video .news-related:hover {
    background: #313131
}

.related-video .news-related .news-related-title {
    color: #fff;
    margin-right: 10px;
    width: calc(100% - 106px)
}

.related-video .news-related .news-related-title b {
    color: #ff3838
}

.related-video .news-related .news-realted-image {
    position: relative
}

.related-video .news-related .news-realted-image:after {
    backface-visibility: hidden;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-style: preserve-3d
}

.news-section {
    flex: auto;
    flex-direction: row;
    margin-bottom: 15px;
    padding: 15px
}

.news-section .news-link {
    display: flex;
    flex-direction: row-reverse;
    height: 100%
}

.news-section .news-image {
    border-radius: 0;
    display: flex;
    flex-basis: 209px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden
}

.news-section .news-content {
    padding: 0 15px 0 0
}

.news-section .news-content .news-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
}

.news-section .news-content .news-author {
    font-size: 14px
}

.news-content-bomba .e24sports {
    left: 50px
}

.news-bomb .news-content {
    display: block
}

.news-bomb .news-content .news-section {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0
}

.news-listado-simple .news-content {
    display: block;
    position: relative
}

.news-listado-simple .news-content .news-section {
    top: -25px
}

.news-item.news-listado-simple.news-section .news-section {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0
}

@media (max-width: 600px) {
    .news-row.news-row-with-header .row-widget-news .news-row-3-item {
        flex-wrap: nowrap
    }
}

.news-page-breadcrum {
    border-top: 1px solid #e2e2e2;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin-bottom: 20px;
    padding-top: 15px
}

.news-page-breadcrum .news-page-breadcrum-item {
    border-right: 1px solid #e2e2e2;
    color: #575757;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px
}

.news-page-breadcrum .news-page-breadcrum-item a:hover {
    text-decoration: underline
}

.news-page-breadcrum .news-page-breadcrum-item:last-child {
    border-right: none
}

.news-body-hero {
    font-family: Roboto, sans-serif;
    margin-bottom: 30px
}

.news-body-hero .news-hero-tag {
    color: #e82121;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.news-body-hero .news-hero-title {
    font-family: Barlow, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px
}

.news-body-hero .news-hero-description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
}

.news-body-hero .news-hero-description p {
    font-size: 20px;
    line-height: 24px
}

.news-body-hero .news-hero-description a {
    color: #0b54ab
}

.news-body-hero .news-hero-description a:hover {
    text-decoration: underline
}

.news-body-hero .news-hero-description b, .news-body-hero .news-hero-description strong {
    font-weight: 600
}

.news-body-hero .news-hero-description em {
    font-style: italic
}

.news-body-hero .news-hero-description ul {
    margin-bottom: 1.875rem;
    margin-left: 1.875rem;
    margin-top: 1.875rem;
    padding: 0 0 0 1.25rem
}

.news-body-hero .news-hero-description ol:not(.share-buttons), .news-body-hero .news-hero-description ul:not(.share-buttons) {
    font-weight: 300;
    line-height: 1.6em;
    list-style: none
}

.news-body-hero .news-hero-description ol:not(.share-buttons) li, .news-body-hero .news-hero-description ul:not(.share-buttons) li {
    list-style: none;
    margin-bottom: rem(10)
}

.news-body-hero .news-hero-description ol:not(.share-buttons) li:before, .news-body-hero .news-hero-description ul:not(.share-buttons) li:before {
    display: inline-block;
    margin-left: -1em;
    width: 1em
}

.news-body-hero .news-hero-description ul:not(.share-buttons) li {
    list-style: none
}

.news-body-hero .news-hero-description ul:not(.share-buttons) li:before {
    content: "•"
}

.news-body-hero .news-hero-description ol:not(.share-buttons) {
    counter-reset: li
}

.news-body-hero .news-hero-description ol:not(.share-buttons) li:before {
    content: counter(li);
    counter-increment: li
}

.news-body-hero .news-hero-description sup {
    font-size: smaller;
    vertical-align: super
}

.news-body-hero .news-hero-description sub {
    font-size: smaller;
    vertical-align: sub
}

.news-body-hero .news-hero-author {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 16px
}

.news-body-hero .news-hero-author .news-hero-author-avatar {
    border-radius: 50%;
    height: 40px;
    margin-bottom: 0;
    margin-right: 15px;
    overflow: hidden;
    width: 40px
}

.news-body-hero .news-hero-author .news-hero-author-avatar img {
    height: auto;
    width: 100%
}

.news-body-hero .news-hero-author .news-hero-author-name {
    font-size: 16px
}

.news-body-hero .news-body-epigraph .copyinterior, .news-body-hero .news-body-epigraph .epiinterior p {
    display: inline-block
}

.news-body-wrapper {
    align-items: stretch;
    display: flex;
    flex-direction: row
}

.news-body-wrapper .news-body-content {
    margin-right: 15px;
    width: calc(66.66667% - 7.5px)
}

.news-body-wrapper .news-body-aside {
    width: calc(33.33333% - 7.5px)
}

.news-body-wrapper .news-body-aside .aside-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px
}

.news-body-wrapper .news-body-aside .banner-libre:first-child .banner-full {
    margin-top: 0
}

.news-body-image.margin-air {
    margin-bottom: 30px
}

.news-body-image img {
    width: 100%
}

.news-body-epigraph {
    color: #575757;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center
}

.embed_cont.type_imagen, .news-body-epigraph {
    border-bottom: 1px solid #e2e2e2
}

.embed_cont.type_imagen .embed_epigrafe:not(:empty) {
    padding: 10px 0;
    text-align: center
}

.embed_cont.type_imagen .embed_epigrafe:not(:empty) p {
    color: #575757;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0
}

.embed_cont.type_imagen .embed_copyright {
    color: #575757;
    font-size: 14px;
    font-style: italic;
    padding: 0 0 10px;
    text-align: center
}

.news-body-paragraph {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.news-body-paragraph b, .news-body-paragraph strong {
    font-weight: 700
}

.news-body-paragraph a {
    color: #0b54ab
}

.news-body-paragraph a:hover {
    text-decoration: underline
}

.news-body-paragraph p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.news-body-paragraph p b, .news-body-paragraph p strong {
    font-weight: 700
}

.news-body-paragraph p a {
    color: #0b54ab
}

.news-body-paragraph p a:hover {
    text-decoration: underline
}

.news-body-paragraph h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px
}

.news-body-paragraph h3 {
    margin-bottom: 30px
}

.news-body-paragraph .embed_cont .embed_options {
    display: none
}

.news-body-paragraph .embed_cont img {
    height: auto;
    width: 100%
}

.news-body-paragraph .embed_cont iframe {
    margin: auto !important
}

.news-body-paragraph .embed_cont iframe[src*=youtube] {
    height: 360px;
    width: 100%
}

.news-body-paragraph .embed_cont .embed_content > div {
    text-align: center
}

.news-body-paragraph .embed_cont .embed_content .twitter-tweet {
    margin: auto
}

.news-body-paragraph .embed_cont.type_freetext {
    margin-bottom: 30px
}

.news-body-paragraph .embed_cont.type_freetext .embed_epigrafe:not(:empty) {
    border-bottom: 1px solid #e2e2e2;
    color: #575757;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center
}

.news-body-paragraph .embed_cont.type_freetext .embed_copyright {
    display: none
}

.news-body-paragraph .embed_cont.type_imagen {
    margin-bottom: 30px
}

.news-body-paragraph li a {
    color: #0b54ab
}

.news-body-paragraph li a:hover {
    text-decoration: underline
}

.embed_cont.type_highlight, .news-body-quote {
    background-image: url(./icons/icon-quote.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    padding-left: 55px
}

.embed_cont.type_highlight .embed_options, .news-body-quote .embed_options {
    display: none
}

.news-body-subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px
}

.news-body-read-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px
}

.news-body-read-wrapper .news-body-read-image {
    display: flex;
    flex-basis: 142px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
    top: 0;
    transition: .2s ease-out
}

.news-body-read-wrapper .news-body-read-image img {
    width: 100%
}

.news-body-read-wrapper .news-body-read-image:hover {
    top: -3px
}

.news-body-read-wrapper .news-detail-read-content {
    color: #000;
    font-size: 16px;
    line-height: 20px
}

.news-body-read-wrapper .news-detail-read-content b {
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.news-body-read-wrapper .news-detail-read-content a {
    transition: .2s ease-in
}

.news-body-read-wrapper .news-detail-read-content:hover a {
    opacity: .5
}

.news-body-midtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px
}

.news-body-list {
    margin-bottom: 30px;
    padding-left: 30px
}

.news-body-list .news-body-list-item {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative
}

.news-body-list .news-body-list-item:before {
    color: #676767;
    content: "●";
    font-size: 16px;
    left: 0;
    line-height: 26px;
    position: absolute;
    top: 0
}

.news-body-author {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 45px
}

.news-body-author .news-body-author-avatar {
    border-radius: 50%;
    flex-shrink: 0;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    width: 80px
}

.news-body-author .news-body-author-avatar img {
    height: auto;
    width: 100%
}

.news-body-author .news-body-author-content {
    font-size: 18px
}

.news-body-author .news-body-author-content .news-body-author-link {
    color: #575757;
    font-size: 16px;
    font-weight: 700
}

.news-body-share {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    display: flex;
    font-family: Barlow, sans-serif;
    justify-content: center;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative
}

.news-body-share .news-body-share-title {
    background: #f9f9f9;
    color: #e82121;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: -10px
}

.news-body-share .news-body-share-list {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.news-body-share .news-body-share-item {
    color: #575757;
    margin: 0 10px;
    text-align: center;
    transition: .2s ease-in
}

dis .news-body-share .news-body-share-item:hover {
    margin-top: -3px
}

.news-body-share .news-body-share-item .news-body-share-icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 auto 10px;
    width: 40px
}

.news-body-share .news-body-share-item .news-body-share-icon.bg-fb {
    background: #067aea
}

.news-body-share .news-body-share-item .news-body-share-icon.bg-tw {
    background: #000
}

.news-body-share .news-body-share-item .news-body-share-icon.bg-wa {
    background: #4ac959
}

.news-body-share .news-body-share-item .news-body-share-icon.bg-plus {
    background: #e82121
}

.news-body-share .news-body-share-item .news-body-share-icon img {
    width: 20px
}

.news-body-share .news-body-share-item .news-body-share-name {
    font-size: 12px;
    font-weight: 500
}

.news-body-tags {
    font-family: Barlow, sans-serif;
    margin-bottom: 15px
}

.news-body-tags .news-body-tags-title {
    font-size: 18px;
    margin-bottom: 10px
}

.news-body-tags .news-body-tags-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Roboto, sans-serif
}

.news-body-tags .news-body-tags-list .news-body-tags-item {
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: center;
    transition: .2s ease-in;
    white-space: nowrap
}

.news-body-tags .news-body-tags-list .news-body-tags-item:hover {
    border: 1px solid #e82121
}

.news-body-related {
    margin-bottom: 50px
}

.news-body-related .news-body-related-title {
    font-family: Barlow, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase
}

.news-body-related .news-body-related-list .news-body-related-item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    transition: .2s ease-in
}

.news-body-related .news-body-related-list .news-body-related-item:hover {
    box-shadow: 0 4px 16px 0 #72727240
}

.news-body-related .news-body-related-list .news-body-related-item:hover .news-body-related-item_content {
    background-color: #fff;
    border-color: #e82121
}

.news-body-related .news-body-related-list .news-body-related-item:last-child {
    margin-bottom: 0
}

.news-body-related .news-body-related-list .news-body-related-item_link {
    display: flex;
    justify-content: space-between
}

.news-body-related .news-body-related-list .news-body-related-item_content {
    border-bottom: 2px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
    min-width: 144px;
    padding: 15px 0 15px 15px;
    transition: .2s ease-in;
    width: 100%
}

.news-body-related .news-body-related-list .news-body-related-item_tag {
    color: #e82121;
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.news-body-related .news-body-related-list .news-body-related-item_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.news-body-related .news-body-related-list .news-body-related-item_image {
    display: flex;
    flex-basis: 255px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0
}

.news-body-related .news-body-related-list .news-body-related-item_image img {
    border-radius: 0 7px 7px 0;
    width: 100%
}

.news-body-sections-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.news-body-sections-wrapper div[class*=col-] .news-body-sections-col {
    width: 100%
}

.news-body-sections-wrapper .news-body-sections-col {
    margin-right: 15px;
    width: calc(33.33333% - 10px)
}

.news-body-sections-wrapper .news-body-sections-col .news-body-section-title {
    align-items: flex-end;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-direction: row;
    font-family: Barlow, sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 36px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.news-body-sections-wrapper .news-body-sections-col .news-body-section-title a {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    transition: .2s ease-in
}

.news-body-sections-wrapper .news-body-sections-col .news-body-section-title a .icon-item, .news-body-sections-wrapper .news-body-sections-col .news-body-section-title a .related-video .news-related .news-realted-image:after, .related-video .news-related .news-body-sections-wrapper .news-body-sections-col .news-body-section-title a .news-realted-image:after {
    filter: invert(1);
    height: 10px;
    margin-left: 5px;
    width: 10px
}

.news-body-sections-wrapper .news-body-sections-col .news-body-section-title a:hover {
    margin-right: 5px
}

.news-body-sections-wrapper .news-body-sections-col:last-child {
    margin-right: 0
}

.article-body.third-p > div:last-of-type {
    margin-bottom: 45px
}

.news-body-paragraph .embed_content .migrationNews {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 15px
}

.news-body-paragraph .embed_content .migrationNews .migrationImage {
    display: flex;
    flex-basis: 142px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 15px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 0;
    transition: .2s ease-out
}

.news-body-paragraph .embed_content .migrationNews .migrationImage img {
    width: 100%
}

.news-body-paragraph .embed_content .migrationNews .migrationImage:hover {
    top: -3px
}

.news-body-paragraph .embed_content .migrationNews .migrationTitle {
    padding: 0;
    text-align: left
}

.news-body-paragraph .embed_content .migrationNews .migrationTitle p {
    line-height: 1.2em;
    margin-bottom: 0
}

.news-body-paragraph .embed_content .migrationNews .migrationTitle p a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: .2s ease-in
}

.news-body-paragraph .embed_content .migrationNews .migrationTitle p:hover a {
    opacity: .5
}

.news-body-paragraph .embed_content .migrationNews .migrationTitle:before {
    content: "Leé también";
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.embed_content {
    position: relative
}

.zoomBTN-wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 1
}

.zoomBTN {
    background-color: #000;
    background-size: 16px 16px;
    cursor: pointer;
    mask: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4h7V2H2v9h2V4zm16 0v7h2V2h-9v2h7zm-7 18h9v-9h-2v7h-7v2zM4 13H2v9h9v-2H4v-7z"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 4h7V2H2v9h2V4zm16 0v7h2V2h-9v2h7zm-7 18h9v-9h-2v7h-7v2zM4 13H2v9h9v-2H4v-7z"/></svg>') no-repeat center;
    padding: 10px
}

.alert-wrapper .alert-container {
    margin: 5px 0
}

.alert-wrapper .alert-background {
    background-color: #e82121 !important;
    border-left: 8px solid #e82121 !important;
    padding: 16px
}

.alert-wrapper .title {
    color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    white-space: normal
}

.footer-wrapper {
    margin: 20px 0
}

.footer-wrapper .footer-header {
    background: #202020;
    border-radius: 4px 4px 0 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 15px
}

.footer-wrapper .footer-header .footer-redes {
    margin-left: auto;
    text-align: right
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item {
    display: inline-block;
    margin: 0 0 0 25px
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item img {
    height: 22px;
    width: auto
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item .footer-redes-link {
    width: 22px
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item .footer-redes-link[href*=facebook] {
    content: url(./icons/icon-fb-footer.svg)
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item .footer-redes-link[href*=twitter] {
    content: url(./icons/icon-tw-footer.svg)
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item .footer-redes-link[href*=instagram] {
    content: url(./icons/icon-ig-footer.svg)
}

.footer-wrapper .footer-header .footer-redes .footer-redes-item .footer-redes-link[href*=youtube] {
    content: url(./icons/icon-yt-footer.svg)
}

.footer-wrapper .footer-legals {
    align-items: center;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    padding-top: 20px
}

.footer-wrapper .footer-legals .footer-legals-links {
    font-size: 14px
}

.footer-wrapper .footer-legals .footer-legals-links .footer-legals-items {
    margin-right: 10px
}

.footer-wrapper .footer-legals .footer-legals-group {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin-left: auto
}

.footer-wrapper .footer-legals .footer-dac-logo, .footer-wrapper .footer-legals .footer-legals-group .footer-legals-logo {
    margin-left: 10px
}

.footer-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px
}

.footer-list .footer-item {
    margin-right: 15px;
    width: 328.75px
}

.footer-list .footer-item.footer-access {
    width: calc(50% - 351.25px)
}

.footer-list .footer-item:last-child {
    margin-right: 0
}

.footer-list .footer-item .footer-label {
    align-items: center;
    color: #e82121;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 25px
}

.footer-list .footer-item .footer-label .icon-item, .footer-list .footer-item .footer-label .related-video .news-related .news-realted-image:after, .related-video .news-related .footer-list .footer-item .footer-label .news-realted-image:after {
    display: none;
    height: 14px;
    margin-left: auto;
    transition: .3s ease-out;
    width: 14px
}

.footer-list .footer-item .footer-label:hover .icon-item, .footer-list .footer-item .footer-label:hover .related-video .news-related .news-realted-image:after, .related-video .news-related .footer-list .footer-item .footer-label:hover .news-realted-image:after {
    backface-visibility: hidden;
    transform: rotate(180deg);
    transform-style: preserve-3d
}

.footer-sublist .footer-subitem {
    color: #373737;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    transition: .2s ease-in
}

.footer-sublist .footer-subitem:hover {
    opacity: .5
}

.footer-access .footer-sublist .footer-subitem {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

.footer-a24 {
    background-color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    height: 450px;
    margin-top: 3rem;
    padding-top: 1rem;
    width: 100%
}

.footer-a24 ul {
    margin-bottom: 1rem
}

.footer-a24 a {
    color: #161616;
    font-weight: 400;
    transition: .2s
}

.footer-a24 a:hover {
    color: #9a9a9a;
    font-weight: 600;
    text-decoration: none
}

.footerContainerDesk {
    color: #505050;
    display: block;
    height: 400px;
    margin: auto;
    padding-top: 2rem;
    width: 80%
}

.footerLine {
    height: 1px;
    margin: auto auto 2rem
}

.footerLine, .footerLineUnder {
    background-color: #bebebe;
    display: block;
    width: 98%
}

.footerLineUnder {
    height: .5px;
    margin: 2rem auto 1rem
}

.ContainerFirma {
    margin-bottom: 1rem;
    width: 100%
}

.Firma {
    margin: auto;
    width: 70%
}

.Firma p {
    font-size: 14px;
    margin: auto
}

.logoContainer {
    margin-top: 1rem
}

.logoGa {
    height: 39px;
    margin-left: 2rem;
    width: 100px
}

.redesContainer {
    margin-top: 1rem;
    width: 100%
}

.listContainer p {
    color: #505050;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.redesContainer a {
    display: block;
    margin-right: 1rem;
    width: 20px
}

.redesContainer a[href*=facebook] {
    content: url(./facebook-gris.png)
}

.redesContainer a[href*=facebook]:hover {
    content: url(./facebook-rojo.png)
}

.redesContainer a[href*=twitter] {
    content: url(./x-gris.png)
}

.redesContainer a[href*=twitter]:hover {
    content: url(./x-rojo.png)
}

.redesContainer a[href*=x] {
    content: url(./x-gris.png)
}

.redesContainer a[href*=x]:hover {
    content: url(./x-rojo.png)
}

.redesContainer a[href*=instagram] {
    content: url(./instagram-gris.png)
}

.redesContainer a[href*=instagram]:hover {
    content: url(./instagram-rojo.png)
}

.redesContainer a[href*=youtube] {
    content: url(./youtube-gris.png)
}

.redesContainer a[href*=youtube]:hover {
    content: url(./youtube-rojo.png)
}

.redesContainer a[href*=tiktok] {
    content: url(./tiktok-gris.png)
}

.redesContainer a[href*=tiktok]:hover {
    content: url(./tiktok-rojo.png)
}

ul {
    list-style-type: none;
    padding-left: 0 !important
}

.appBtn {
    height: 47px;
    margin-bottom: 10px;
    margin-right: 1rem;
    width: 150px
}

.footerContainerMobile {
    background-color: #fff
}

@media (min-width: 768px) {
    .footerContainerMobile {
        display: none
    }
}

@media (max-width: 768px) {

    footer {
        height: 550px
    }

    .Firma {
        text-align: center
    }

    .footerLineUnder {
        margin-top: 0 !important
    }

    .logoGa {
        margin-left: 0 !important
    }
}

.galeria {
    margin-bottom: 20px;
    overflow-y: hidden
}

.galeria .container {
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%
}

.galeria .container * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.galeria .container input {
    display: none
}

.galeria .slide-wrapper {
    display: block
}

.galeria .slide {
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

.galeria .slide img {
    height: auto;
    width: 100%
}

.galeria .nav label {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 4em;
    height: 55%;
    line-height: 380px;
    margin-top: 10%;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 9
}

.galeria .nav .next {
    right: 0
}

.galeria .nav label:hover {
    opacity: 1
}

.galeria input:checked + .slide-wrapper .slide {
    display: block;
    height: 100%;
    opacity: 1;
    position: relative;
    transform: scale(1)
}

.galeria input:checked + .slide-wrapper .nav label {
    display: block
}

.galeria label.next {
    background-image: url(./icons/icon-chevron-right.svg)
}

.galeria label.next, .galeria label.prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px
}

.galeria label.prev {
    background-image: url(./icons/icon-chevron-left.svg)
}

.galeria .slide-wrapper[data-slide="0"] .nav label[for=elemento-0] {
    opacity: 0
}

.galeria .news-body-epigraph {
    margin-bottom: 0
}

.galeria .news-body-epigraph .copyinterior, .galeria .news-body-epigraph .epiinterior p {
    display: inline-block
}

.galeria #video-player {
    padding-bottom: 60%;
    position: relative
}

.galeria .embed-responsive-16by9:before {
    padding-top: 0 !important
}

.galeria [id*=pfp-container] {
    height: 100%;
    position: absolute;
    width: 100%
}

.audio-note {
    background: #f0f0f0;
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    width: 100%
}

.audio-note p {
    color: #4d4d4d;
    font-size: .8rem;
    margin-top: 4px;
    text-align: right
}

.audio-note__controls {
    align-items: center;
    background: #414141;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    padding: 8px 15px;
    width: 100%
}

.audio-note__controls .icon-play, .audio-note__controls .related-video .news-related .news-realted-image:after, .related-video .news-related .audio-note__controls .news-realted-image:after {
    background-color: #d40424;
    background-image: url(./icons/audio-play.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 100%;
    cursor: pointer;
    flex: 0 0 40px;
    height: 40px;
    margin-right: 10px;
    width: 40px
}

.audio-note__controls .icon-play.play, .audio-note__controls .related-video .news-related .play.news-realted-image:after, .related-video .news-related .audio-note__controls .play.news-realted-image:after {
    background-image: url(./icons/audio-pause.svg)
}

.audio-note__controls .icon-play.loading, .audio-note__controls .related-video .news-related .loading.news-realted-image:after, .related-video .news-related .audio-note__controls .loading.news-realted-image:after {
    background-image: url(./icons/audio-loading.svg);
    background-position: 50%;
    background-size: 1.5rem 1.5rem;
    pointer-events: none
}

.audio-note__controls input[type=range] {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 8px;
    height: 3px;
    width: 100%
}

.audio-note__controls input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #d50424;
    border-radius: 100%;
    cursor: ew-resize;
    height: 8px;
    width: 8px
}

.audio-note--speed {
    color: #fff;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: .9rem;
    font-weight: 600;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.audio-note--speed:before {
    background-image: url(./icons/play-speed.svg);
    background-size: 18px;
    background-size: 10px;
    bottom: 5px;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px
}

.audio-note__advance {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .8rem;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    width: 28px
}

.audio-note__header {
    display: flex;
    padding: 0 0 5px 15px
}

.audio-note__header h6 {
    align-items: center;
    color: #d50424;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500
}

.audio-note__header--icon {
    margin-right: 10px;
    position: relative;
    top: -3px
}

.audio-note #less:before, .audio-note #plus:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 34px;
    content: "";
    height: 34px;
    left: 0;
    position: absolute;
    top: 0;
    width: 34px
}

.audio-note #less:before {
    background-image: url(./icons/arrow-left.svg);
    transform: rotate(39deg);
    transform-origin: 56% 8%
}

.audio-note #plus:before {
    background-image: url(./icons/arrow-right.svg);
    transform: rotate(318deg);
    transform-origin: 22% 69%
}

.poll {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px hsl(0 0% 53% / .5);
    color: #505050;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.poll:hover {
    box-shadow: 0 20px 20px rgb(0 0 0 / .16)
}

.poll.title-with-border {
    border-top: 4px solid #e82121;
    padding-top: 70px;
    position: relative
}

.poll.title-with-border:before {
    color: #bf1029;
    content: "Encuesta";
    font-size: .9rem;
    font-weight: 600;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px
}

.poll__question {
    font-family: \ Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600
}

.poll__question a {
    color: #505050
}

.poll__question a:active, .poll__question a:focus, .poll__question a:hover {
    color: #000
}

.poll .survey-action-btn {
    font-weight: 500
}

.poll .option-answer {
    align-items: center;
    color: #505050;
    display: block;
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 15px;
    width: 100%
}

.poll .option-answer label {
    align-items: center;
    cursor: pointer;
    display: flex
}

.poll .option-answer input[type=radio] {
    -webkit-appearance: none;
    border: 3px solid #bf1029;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    margin: 0 15px 0 0;
    opacity: 1;
    position: relative;
    width: 22px
}

.poll .poll-stats {
    color: #e82121;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    line-height: 30px;
    text-transform: capitalize
}

.poll .social {
    float: left;
    font-size: 30px
}

.poll .news-body-share, .poll .percent-container, .poll .vots {
    display: none
}

.poll .percent-content {
    transform: translateX(-100%);
    transition: transform .25s ease
}

.poll .show-results .poll__option, .poll .voted.show-results .poll__option {
    display: none !important
}

.poll .show-results .news-body-share, .poll .voted.show-results .news-body-share {
    align-items: center;
    border-bottom: none;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0
}

.poll .show-results .news-body-share-title, .poll .voted.show-results .news-body-share-title {
    background-color: #fff0;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    text-transform: capitalize
}

.poll .show-results .news-body-share-icon, .poll .voted.show-results .news-body-share-icon {
    height: 30px;
    width: 30px
}

.poll .show-results .vots, .poll .voted.show-results .vots {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 15px
}

.poll .show-results .percent-container, .poll .voted.show-results .percent-container {
    display: block !important
}

.poll .show-results .opcion .description, .poll .voted.show-results .opcion .description {
    text-align: left
}

.poll .show-results .percent-container, .poll .voted.show-results .percent-container {
    color: #505050;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: left
}

.poll .show-results .percent-container span.name, .poll .voted.show-results .percent-container span.name {
    color: #505050
}

.poll .show-results .percent-container .vote-option, .poll .voted.show-results .percent-container .vote-option {
    font-weight: 500
}

.poll .show-results .percent-container .vote-option input[type=radio], .poll .voted.show-results .percent-container .vote-option input[type=radio] {
    display: none
}

.poll .show-results .percent-container .option-percentage-number, .poll .voted.show-results .percent-container .option-percentage-number {
    color: #e82121;
    font-weight: 700
}

.poll .show-results .answer-wrapper, .poll .show-results .percent-container, .poll .show-results .percent-content, .poll .voted.show-results .answer-wrapper, .poll .voted.show-results .percent-container, .poll .voted.show-results .percent-content {
    display: none
}

.poll .show-results .percent-container, .poll .voted.show-results .percent-container {
    display: none;
    overflow: hidden
}

.poll .show-results .percent-content, .poll .voted.show-results .percent-content {
    background: #e82121;
    transform: translateX(0)
}

.poll .all-options-wrapper, .poll .poll-stats {
    margin-top: 40px
}

.poll.embed .opcion {
    padding-top: 10px
}

.poll.embed .percent-wrapper {
    padding: 5px
}

body.ovacion .survey {
    background-color: #121212;
    box-shadow: 0 0 4px hsl(0 0% 53% / .5);
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

body.ovacion .survey:hover {
    box-shadow: 0 20px 20px rgb(0 0 0 / .16)
}

body.ovacion .survey.title-with-border {
    border-top: 4px solid #e82121;
    padding-top: 70px;
    position: relative
}

body.ovacion .survey.title-with-border:before {
    color: #e82121;
    content: "Encuesta";
    font-size: .9rem;
    font-weight: 600;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px
}

body.ovacion .survey .question {
    font-family: \ Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px
}

body.ovacion .survey .question a, body.ovacion .survey .question a:active, body.ovacion .survey .question a:focus, body.ovacion .survey .question a:hover {
    color: #fff
}

body.ovacion .survey .survey-action-btn {
    font-weight: 500
}

body.ovacion .survey .option-answer {
    align-items: center;
    color: #fff;
    display: block;
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 15px;
    width: 100%
}

body.ovacion .survey .option-answer input[type=radio] {
    -webkit-appearance: none;
    border: 3px solid #e82121;
    border-radius: 50%;
    height: 22px;
    margin: 0 15px 0 0;
    opacity: 1;
    position: relative;
    width: 22px
}

body.ovacion .survey .option-answer input[type=radio]:checked {
    background-color: #e82121
}

body.ovacion .survey .poll-stats {
    color: #e82121;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    line-height: 30px;
    text-transform: capitalize
}

body.ovacion .survey .social {
    float: left;
    font-size: 30px
}

body.ovacion .survey .percent-wrapper, body.ovacion .survey .vots {
    display: none
}

body.ovacion .survey .percent-content {
    transform: translateX(-100%);
    transition: transform .25s ease
}

body.ovacion .survey .show-results .percent-wrapper, body.ovacion .survey .show-results .vots {
    display: block
}

body.ovacion .survey .show-results .opcion .description {
    text-align: left
}

body.ovacion .survey .show-results .percent-wrapper {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: left
}

body.ovacion .survey .show-results .percent-wrapper .vote-option {
    font-weight: 500
}

body.ovacion .survey .show-results .percent-wrapper .vote-option input[type=radio] {
    display: none
}

body.ovacion .survey .show-results .percent-wrapper .option-percentage-number {
    font-weight: 700
}

body.ovacion .survey .show-results .answer-wrapper {
    display: none
}

body.ovacion .survey .show-results .percent-container, body.ovacion .survey .show-results .percent-content {
    background: gray;
    display: block;
    height: 20px
}

body.ovacion .survey .show-results .percent-container {
    overflow: hidden
}

body.ovacion .survey .show-results .percent-content {
    background: #e82121;
    transform: translateX(0)
}

body.ovacion .survey .all-options-wrapper, body.ovacion .survey .poll-stats {
    cursor: pointer;
    margin-top: 40px
}

body.ovacion .survey.embed .opcion {
    padding-top: 10px
}

body.ovacion .survey.embed .percent-wrapper {
    padding: 5px
}

.surveyEmbedBody .survey {
    padding-bottom: 40px
}

[class^=banner] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto
}

.banner--residual-banner {
    bottom: -webkit-sticky;
    left: -webkit-sticky;
    padding: 0;
    position: sticky;
    right: -webkit-sticky;
    top: -webkit-sticky;
    top: 4.375rem
}

.banner--residual-banner .banner__content-wrapper {
    min-width: 300px
}

.banner-libre {
    margin-bottom: 20px
}

.header-banner-container .banner-libre {
    margin-bottom: 0
}

.top__list {
    margin-bottom: 80px;
    padding-top: 12px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .top__list {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .top__list {
        margin-bottom: 35px;
    }
}

.top__list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.top__list .item .place {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    width: 270px;
}

@media screen and (max-width: 991px) {
    .top__list .item .place {
        width: 200px;
    }
}
@media screen and (max-width: 600px) {
    .top__list .item .place {
        width: 160px;
    }
}

.top__list .item .place__num {
    width: 36px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .top__list .item .place__num {
        width: 26px;
        font-size: 14px;
    }
}@media screen and (max-width: 600px) {
    .top__list .item .place__num{
        width: auto;
    }
}


.top__list .item .place__avatar {


    margin-left: 7px;
}

.top__list .item .place__avatar img {
    display: block;
}

.top__list .item .place__name {
    margin-left: 20px;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .top__list .item .place__name {
        margin-left: 10px;
    }
}

.top__list .item .progress {
    flex-grow: 1;
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
    .top__list .item .progress {
        margin-left: 10px;
    }
}


.roadmap {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .roadmap {
        margin-bottom: 35px;
    }
}

.roadmap__grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .roadmap__grid {
        flex-direction: column;
    }
}

.roadmap__list .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.roadmap__list .item:not(:first-child) {
    margin-top: 60px;
}

.roadmap__list .item__icon {
    flex-shrink: 0;
    width: 64px;
    margin-right: 24px;
}

.roadmap__list .item__text .number {
    font-weight: 500;
    font-size: 24px;
    color: #002247;
}

.roadmap__list .item__text .text {
    font-size: 16px;
}

.roadmap__img {
    width: 100%;
    max-width: 486px;
    margin-left: 75px;
}

@media screen and (max-width: 991px) {
    .roadmap__img {
        margin-top: 20px;
        margin-left: 0;
    }
}

.roadmap__img img {
    display: block;
}

.progress {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-color: #fff; */
    border: none;
    box-shadow: none;
}

.progress__bar {
    display: block;
    height: 25px;
    width: 0;
    margin-right: 10px;
    background-color: #f6d330;
    background-image: linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.1) 25%,
            transparent 25%,
            transparent 50%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.1) 75%,
            transparent 75%,
            transparent
    );
    background-size: 40px 40px;
    border-radius: 3px;
    animation: progress-bar-stripes 2s linear infinite;
    transition: 800ms ease-out;
}

.progress__info {
    font-size: 15px;
}



@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.place__avatar img{
    width: 30px !important;
    height: 30px !important;
    max-width: unset;
}
.top__list img{
    margin-bottom: 0;
}

@media screen and (max-width: 400px) {
    .progress__info {
        font-size: 13px ;
    }
}

#calculator {
    text-align: center;
    padding: 40px 10px;
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    /* background-color: #fff; */
    animation: fadeIn 0.5s ease-in-out;
    width: 100%;
}

#slider-container {
    position: relative;
    margin-bottom: 20px;
}

#slider {
    width: 100%;
    /*margin-bottom: 20px;*/
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out 0.5s forwards;
    -webkit-appearance: none;
    appearance: none;
    height: 20px !important;
    background: #3498db;
    border-radius: 10px;
    outline: none;
    padding: 0;
    position: relative;
    z-index: 2;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #3498db;
    margin-top: 0px !important;
    z-index: 3;
}

#current-value {
    width: 30%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 2px solid #3498db;
    border-right: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
}

.slider-labels {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.slider-labels span {
    position: relative;
}

.slider-labels span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #fff;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.result {
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out 1s forwards;
}

.feed .story h2 {
    margin-bottom: 18px;
}

.form_above p {
    text-align: center;
    font-weight: bold;
    font-size: 16px !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* FORM */

.customJS-styles__activation-message {
    color: white;
    font-weight: 700;
    font-size: 16px;
    background: #073e86c2;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.customJS-styles__icon {
    color: red;
    font-size: 35px;
    text-align: center;
    margin-right: 7px;
}

.sorser input {
    background-color: #333;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
}
.my-video{
    width:100%;
    margin-bottom: 0;
    margin-top: 25px;

}
.sorser .title {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #00bfff;
}
.sorser .title::before, .sorser .title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #00bfff;
}
.sorser .title::after {
    animation: pulse 1s linear infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.sorser button:hover {
    background-color: #00bfff96;
}
.sorser button {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    background-color: #00bfff;
}
.logos svg {
    width: 300px;
    height: 200px;
}
#redblocks > * {
    transform: translate3d(160px, -93px, 0);
    -webkit-animation: moveblocks 4s 1s ease infinite;
    animation: moveblocks 4s 1s ease infinite;
}

@-webkit-keyframes moveblocks {
    0% {
        transform: translate3d(160px, -93px, 0);
    }
    50%,
    100% {
        transform: translate(0);
    }
}

@keyframes moveblocks {
    0% {
        transform: translate3d(160px, -93px, 0);
    }
    50%,
    100% {
        transform: translate(0);
    }
}
#firstBlock {
    transform: translate3d(160px, -93px, 0);
    -webkit-animation: firstBlock 4s 1s ease infinite;
    animation: firstBlock 4s 1s ease infinite;
}

#blockdis {
    -webkit-animation: blockdis 4s 1s ease infinite;
    animation: blockdis 4s 1s ease infinite;
}

@-webkit-keyframes blockdis {
    30% {
        opacity: 1;
    }
    40%,
    100% {
        opacity: 0;
        transform: translate3d(-160px, 93px, 0);
    }
}

@keyframes blockdis {
    30% {
        opacity: 1;
    }
    40%,
    100% {
        opacity: 0;
        transform: translate3d(-160px, 93px, 0);
    }
}
@-webkit-keyframes firstBlock {
    0%,
    15% {
        opacity: 0;
    }
    40%,
    100% {
        opacity: 1;
    }
}
@keyframes firstBlock {
    0%,
    15% {
        opacity: 0;
    }
    40%,
    100% {
        opacity: 1;
    }
}
#redblocksparticles g:nth-child(1) polygon {
    opacity: 0.35;
    -webkit-animation: glow 4s 1s ease infinite;
    animation: glow 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(2) polygon {
    opacity: 0.35;
    -webkit-animation: glow 4s 1s ease infinite;
    animation: glow 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(3) polygon {
    opacity: 0.35;
    -webkit-animation: glow 4s 1s ease infinite;
    animation: glow 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(4) polygon {
    opacity: 0.35;
    -webkit-animation: glow 4s 1s ease infinite;
    animation: glow 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(1) {
    -webkit-animation: dots 4s 1050ms ease infinite;
    animation: dots 4s 1050ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(1) {
    -webkit-animation: dots 4s 1050ms ease infinite;
    animation: dots 4s 1050ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(1) {
    -webkit-animation: dots 4s 1050ms ease infinite;
    animation: dots 4s 1050ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(1) {
    -webkit-animation: dots 4s 1050ms ease infinite;
    animation: dots 4s 1050ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(2) {
    -webkit-animation: dots 4s 1100ms ease infinite;
    animation: dots 4s 1100ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(2) {
    -webkit-animation: dots 4s 1100ms ease infinite;
    animation: dots 4s 1100ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(2) {
    -webkit-animation: dots 4s 1100ms ease infinite;
    animation: dots 4s 1100ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(2) {
    -webkit-animation: dots 4s 1100ms ease infinite;
    animation: dots 4s 1100ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(3) {
    -webkit-animation: dots 4s 1150ms ease infinite;
    animation: dots 4s 1150ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(3) {
    -webkit-animation: dots 4s 1150ms ease infinite;
    animation: dots 4s 1150ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(3) {
    -webkit-animation: dots 4s 1150ms ease infinite;
    animation: dots 4s 1150ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(3) {
    -webkit-animation: dots 4s 1150ms ease infinite;
    animation: dots 4s 1150ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(4) {
    -webkit-animation: dots 4s 1200ms ease infinite;
    animation: dots 4s 1200ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(4) {
    -webkit-animation: dots 4s 1200ms ease infinite;
    animation: dots 4s 1200ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(4) {
    -webkit-animation: dots 4s 1200ms ease infinite;
    animation: dots 4s 1200ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(4) {
    -webkit-animation: dots 4s 1200ms ease infinite;
    animation: dots 4s 1200ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(5) {
    -webkit-animation: dots 4s 1250ms ease infinite;
    animation: dots 4s 1250ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(5) {
    -webkit-animation: dots 4s 1250ms ease infinite;
    animation: dots 4s 1250ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(5) {
    -webkit-animation: dots 4s 1250ms ease infinite;
    animation: dots 4s 1250ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(5) {
    -webkit-animation: dots 4s 1250ms ease infinite;
    animation: dots 4s 1250ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(6) {
    -webkit-animation: dots 4s 1300ms ease infinite;
    animation: dots 4s 1300ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(6) {
    -webkit-animation: dots 4s 1300ms ease infinite;
    animation: dots 4s 1300ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(6) {
    -webkit-animation: dots 4s 1300ms ease infinite;
    animation: dots 4s 1300ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(6) {
    -webkit-animation: dots 4s 1300ms ease infinite;
    animation: dots 4s 1300ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(7) {
    -webkit-animation: dots 4s 1350ms ease infinite;
    animation: dots 4s 1350ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(7) {
    -webkit-animation: dots 4s 1350ms ease infinite;
    animation: dots 4s 1350ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(7) {
    -webkit-animation: dots 4s 1350ms ease infinite;
    animation: dots 4s 1350ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(7) {
    -webkit-animation: dots 4s 1350ms ease infinite;
    animation: dots 4s 1350ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(8) {
    -webkit-animation: dots 4s 1400ms ease infinite;
    animation: dots 4s 1400ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(8) {
    -webkit-animation: dots 4s 1400ms ease infinite;
    animation: dots 4s 1400ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(8) {
    -webkit-animation: dots 4s 1400ms ease infinite;
    animation: dots 4s 1400ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(8) {
    -webkit-animation: dots 4s 1400ms ease infinite;
    animation: dots 4s 1400ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(9) {
    -webkit-animation: dots 4s 1450ms ease infinite;
    animation: dots 4s 1450ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(9) {
    -webkit-animation: dots 4s 1450ms ease infinite;
    animation: dots 4s 1450ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(9) {
    -webkit-animation: dots 4s 1450ms ease infinite;
    animation: dots 4s 1450ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(9) {
    -webkit-animation: dots 4s 1450ms ease infinite;
    animation: dots 4s 1450ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(10) {
    -webkit-animation: dots 4s 1500ms ease infinite;
    animation: dots 4s 1500ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(10) {
    -webkit-animation: dots 4s 1500ms ease infinite;
    animation: dots 4s 1500ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(10) {
    -webkit-animation: dots 4s 1500ms ease infinite;
    animation: dots 4s 1500ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(10) {
    -webkit-animation: dots 4s 1500ms ease infinite;
    animation: dots 4s 1500ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(11) {
    -webkit-animation: dots 4s 1550ms ease infinite;
    animation: dots 4s 1550ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(11) {
    -webkit-animation: dots 4s 1550ms ease infinite;
    animation: dots 4s 1550ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(11) {
    -webkit-animation: dots 4s 1550ms ease infinite;
    animation: dots 4s 1550ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(11) {
    -webkit-animation: dots 4s 1550ms ease infinite;
    animation: dots 4s 1550ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(12) {
    -webkit-animation: dots 4s 1600ms ease infinite;
    animation: dots 4s 1600ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(12) {
    -webkit-animation: dots 4s 1600ms ease infinite;
    animation: dots 4s 1600ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(12) {
    -webkit-animation: dots 4s 1600ms ease infinite;
    animation: dots 4s 1600ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(12) {
    -webkit-animation: dots 4s 1600ms ease infinite;
    animation: dots 4s 1600ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(13) {
    -webkit-animation: dots 4s 1650ms ease infinite;
    animation: dots 4s 1650ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(13) {
    -webkit-animation: dots 4s 1650ms ease infinite;
    animation: dots 4s 1650ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(13) {
    -webkit-animation: dots 4s 1650ms ease infinite;
    animation: dots 4s 1650ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(13) {
    -webkit-animation: dots 4s 1650ms ease infinite;
    animation: dots 4s 1650ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(14) {
    -webkit-animation: dots 4s 1700ms ease infinite;
    animation: dots 4s 1700ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(14) {
    -webkit-animation: dots 4s 1700ms ease infinite;
    animation: dots 4s 1700ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(14) {
    -webkit-animation: dots 4s 1700ms ease infinite;
    animation: dots 4s 1700ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(14) {
    -webkit-animation: dots 4s 1700ms ease infinite;
    animation: dots 4s 1700ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(15) {
    -webkit-animation: dots 4s 1750ms ease infinite;
    animation: dots 4s 1750ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(15) {
    -webkit-animation: dots 4s 1750ms ease infinite;
    animation: dots 4s 1750ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(15) {
    -webkit-animation: dots 4s 1750ms ease infinite;
    animation: dots 4s 1750ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(15) {
    -webkit-animation: dots 4s 1750ms ease infinite;
    animation: dots 4s 1750ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(16) {
    -webkit-animation: dots 4s 1800ms ease infinite;
    animation: dots 4s 1800ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(16) {
    -webkit-animation: dots 4s 1800ms ease infinite;
    animation: dots 4s 1800ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(16) {
    -webkit-animation: dots 4s 1800ms ease infinite;
    animation: dots 4s 1800ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(16) {
    -webkit-animation: dots 4s 1800ms ease infinite;
    animation: dots 4s 1800ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(17) {
    -webkit-animation: dots 4s 1850ms ease infinite;
    animation: dots 4s 1850ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(17) {
    -webkit-animation: dots 4s 1850ms ease infinite;
    animation: dots 4s 1850ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(17) {
    -webkit-animation: dots 4s 1850ms ease infinite;
    animation: dots 4s 1850ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(17) {
    -webkit-animation: dots 4s 1850ms ease infinite;
    animation: dots 4s 1850ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(18) {
    -webkit-animation: dots 4s 1900ms ease infinite;
    animation: dots 4s 1900ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(18) {
    -webkit-animation: dots 4s 1900ms ease infinite;
    animation: dots 4s 1900ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(18) {
    -webkit-animation: dots 4s 1900ms ease infinite;
    animation: dots 4s 1900ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(18) {
    -webkit-animation: dots 4s 1900ms ease infinite;
    animation: dots 4s 1900ms ease infinite;
}

#redblocksparticles g:nth-child(1) g circle:nth-child(19) {
    -webkit-animation: dots 4s 1950ms ease infinite;
    animation: dots 4s 1950ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(19) {
    -webkit-animation: dots 4s 1950ms ease infinite;
    animation: dots 4s 1950ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(19) {
    -webkit-animation: dots 4s 1950ms ease infinite;
    animation: dots 4s 1950ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(19) {
    -webkit-animation: dots 4s 1950ms ease infinite;
    animation: dots 4s 1950ms ease infinite;
}

@-webkit-keyframes glow {
    0%,
    45% {
        opacity: 0;
    }
    60%,
    100% {
        opacity: 0.35;
    }
}

@keyframes glow {
    0%,
    45% {
        opacity: 0;
    }
    60%,
    100% {
        opacity: 0.35;
    }
}
@-webkit-keyframes dots {
    0%,
    35% {
        transform: translate(0);
        opacity: 0;
    }
    60%,
    80% {
        transform: translate(55px, -35px);
        opacity: 1;
    }
    100% {
        transform: translate(55px, -35px);
        opacity: 0;
    }
}
@keyframes dots {
    0%,
    35% {
        transform: translate(0);
        opacity: 0;
    }
    60%,
    80% {
        transform: translate(55px, -35px);
        opacity: 1;
    }
    100% {
        transform: translate(55px, -35px);
        opacity: 0;
    }
}
#purplebg > :nth-child(1) {
    -webkit-animation: up 2s 500ms ease infinite alternate;
    animation: up 2s 500ms ease infinite alternate;
}

#purplebg > :nth-child(2) {
    -webkit-animation: up 2s 1000ms ease infinite alternate;
    animation: up 2s 1000ms ease infinite alternate;
}

#purplebg > :nth-child(3) {
    -webkit-animation: up 2s 1500ms ease infinite alternate;
    animation: up 2s 1500ms ease infinite alternate;
}

#purplebg > :nth-child(4) {
    -webkit-animation: up 2s 2000ms ease infinite alternate;
    animation: up 2s 2000ms ease infinite alternate;
}

#purplebg > :nth-child(5) {
    -webkit-animation: up 2s 2500ms ease infinite alternate;
    animation: up 2s 2500ms ease infinite alternate;
}

#purplebg > :nth-child(6) {
    -webkit-animation: up 2s 3000ms ease infinite alternate;
    animation: up 2s 3000ms ease infinite alternate;
}

#purplebg > :nth-child(7) {
    -webkit-animation: up 2s 3500ms ease infinite alternate;
    animation: up 2s 3500ms ease infinite alternate;
}

#purplebg > :nth-child(8) {
    -webkit-animation: up 2s 4000ms ease infinite alternate;
    animation: up 2s 4000ms ease infinite alternate;
}

#purplebg > :nth-child(9) {
    -webkit-animation: up 2s 4500ms ease infinite alternate;
    animation: up 2s 4500ms ease infinite alternate;
}

#purplebg > :nth-child(10) {
    -webkit-animation: up 2s 5000ms ease infinite alternate;
    animation: up 2s 5000ms ease infinite alternate;
}

#purplebg > :nth-child(11) {
    -webkit-animation: up 2s 5500ms ease infinite alternate;
    animation: up 2s 5500ms ease infinite alternate;
}

#purplebg > :nth-child(12) {
    -webkit-animation: up 2s 6000ms ease infinite alternate;
    animation: up 2s 6000ms ease infinite alternate;
}

#purplebg > :nth-child(13) {
    -webkit-animation: up 2s 6500ms ease infinite alternate;
    animation: up 2s 6500ms ease infinite alternate;
}

#purplebg > :nth-child(14) {
    -webkit-animation: up 2s 7000ms ease infinite alternate;
    animation: up 2s 7000ms ease infinite alternate;
}

#purplebg > :nth-child(15) {
    -webkit-animation: up 2s 7500ms ease infinite alternate;
    animation: up 2s 7500ms ease infinite alternate;
}

#purplebg > :nth-child(16) {
    -webkit-animation: up 2s 8000ms ease infinite alternate;
    animation: up 2s 8000ms ease infinite alternate;
}

#purplebg > :nth-child(17) {
    -webkit-animation: up 2s 8500ms ease infinite alternate;
    animation: up 2s 8500ms ease infinite alternate;
}

#purplebg > :nth-child(18) {
    -webkit-animation: up 2s 9000ms ease infinite alternate;
    animation: up 2s 9000ms ease infinite alternate;
}

#purplebg > :nth-child(19) {
    -webkit-animation: up 2s 9500ms ease infinite alternate;
    animation: up 2s 9500ms ease infinite alternate;
}

#purplebg > :nth-child(20) {
    -webkit-animation: up 2s 10000ms ease infinite alternate;
    animation: up 2s 10000ms ease infinite alternate;
}

#purplebg > :nth-child(21) {
    -webkit-animation: up 2s 10500ms ease infinite alternate;
    animation: up 2s 10500ms ease infinite alternate;
}

@-webkit-keyframes up {
    to {
        transform: translate(0, -25px);
    }
}

@keyframes up {
    to {
        transform: translate(0, -25px);
    }
}
#bottomparticles > :nth-child(1) {
    -webkit-animation: particles 4s 300ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 300ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(1) {
    -webkit-animation: particles 4s 300ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 300ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(1) {
    -webkit-animation: particles 4s 300ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 300ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(2) {
    -webkit-animation: particles 4s 600ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 600ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(2) {
    -webkit-animation: particles 4s 600ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 600ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(2) {
    -webkit-animation: particles 4s 600ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 600ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(3) {
    -webkit-animation: particles 4s 900ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 900ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(3) {
    -webkit-animation: particles 4s 900ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 900ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(3) {
    -webkit-animation: particles 4s 900ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 900ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(4) {
    -webkit-animation: particles 4s 1200ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1200ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(4) {
    -webkit-animation: particles 4s 1200ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1200ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(4) {
    -webkit-animation: particles 4s 1200ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1200ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(5) {
    -webkit-animation: particles 4s 1500ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1500ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(5) {
    -webkit-animation: particles 4s 1500ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1500ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(5) {
    -webkit-animation: particles 4s 1500ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1500ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(6) {
    -webkit-animation: particles 4s 1800ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1800ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(6) {
    -webkit-animation: particles 4s 1800ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1800ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(6) {
    -webkit-animation: particles 4s 1800ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 1800ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(7) {
    -webkit-animation: particles 4s 2100ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2100ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(7) {
    -webkit-animation: particles 4s 2100ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2100ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(7) {
    -webkit-animation: particles 4s 2100ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2100ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(8) {
    -webkit-animation: particles 4s 2400ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2400ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(8) {
    -webkit-animation: particles 4s 2400ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2400ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(8) {
    -webkit-animation: particles 4s 2400ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2400ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(9) {
    -webkit-animation: particles 4s 2700ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2700ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(9) {
    -webkit-animation: particles 4s 2700ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2700ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(9) {
    -webkit-animation: particles 4s 2700ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 2700ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(10) {
    -webkit-animation: particles 4s 3000ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3000ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(10) {
    -webkit-animation: particles 4s 3000ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3000ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(10) {
    -webkit-animation: particles 4s 3000ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3000ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(11) {
    -webkit-animation: particles 4s 3300ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3300ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(11) {
    -webkit-animation: particles 4s 3300ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3300ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(11) {
    -webkit-animation: particles 4s 3300ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3300ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles > :nth-child(12) {
    -webkit-animation: particles 4s 3600ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3600ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(12) {
    -webkit-animation: particles 4s 3600ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3600ms ease infinite alternate,
    p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(12) {
    -webkit-animation: particles 4s 3600ms ease infinite alternate,
    p 2s ease infinite alternate;
    animation: particles 4s 3600ms ease infinite alternate,
    p 2s ease infinite alternate;
}

@-webkit-keyframes p {
    85%,
    100% {
        opacity: 0;
    }
}

@keyframes p {
    85%,
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes particles {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform: translate(10px, 15px);
    }
}
@keyframes particles {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform: translate(10px, 15px);
    }
}
.particlespoly {
    -webkit-animation: p 2s ease infinite alternate;
    animation: p 2s ease infinite alternate;
}

#d-app g:nth-child(1) {
    -webkit-animation: updown 2s 200ms ease-in-out infinite alternate;
    animation: updown 2s 200ms ease-in-out infinite alternate;
}

#d-app g:nth-child(2) {
    -webkit-animation: updown 2s 400ms ease-in-out infinite alternate;
    animation: updown 2s 400ms ease-in-out infinite alternate;
}

#d-app g:nth-child(3) {
    -webkit-animation: updown 2s 600ms ease-in-out infinite alternate;
    animation: updown 2s 600ms ease-in-out infinite alternate;
}

#d-apps2 g:nth-child(1) {
    -webkit-animation: updown 2s 200ms ease-in-out infinite alternate;
    animation: updown 2s 200ms ease-in-out infinite alternate;
}

#d-apps2 g:nth-child(2) {
    -webkit-animation: updown 2s 400ms ease-in-out infinite alternate;
    animation: updown 2s 400ms ease-in-out infinite alternate;
}

#d-apps2 g:nth-child(3) {
    -webkit-animation: updown 2s 600ms ease-in-out infinite alternate;
    animation: updown 2s 600ms ease-in-out infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(1) {
    -webkit-animation: updown 2s 50ms ease infinite alternate;
    animation: updown 2s 50ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(2) {
    -webkit-animation: updown 2s 100ms ease infinite alternate;
    animation: updown 2s 100ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(3) {
    -webkit-animation: updown 2s 150ms ease infinite alternate;
    animation: updown 2s 150ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(4) {
    -webkit-animation: updown 2s 200ms ease infinite alternate;
    animation: updown 2s 200ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(5) {
    -webkit-animation: updown 2s 250ms ease infinite alternate;
    animation: updown 2s 250ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(6) {
    -webkit-animation: updown 2s 300ms ease infinite alternate;
    animation: updown 2s 300ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(7) {
    -webkit-animation: updown 2s 350ms ease infinite alternate;
    animation: updown 2s 350ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(8) {
    -webkit-animation: updown 2s 400ms ease infinite alternate;
    animation: updown 2s 400ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(9) {
    -webkit-animation: updown 2s 450ms ease infinite alternate;
    animation: updown 2s 450ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(10) {
    -webkit-animation: updown 2s 500ms ease infinite alternate;
    animation: updown 2s 500ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(11) {
    -webkit-animation: updown 2s 550ms ease infinite alternate;
    animation: updown 2s 550ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(12) {
    -webkit-animation: updown 2s 600ms ease infinite alternate;
    animation: updown 2s 600ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(13) {
    -webkit-animation: updown 2s 650ms ease infinite alternate;
    animation: updown 2s 650ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(14) {
    -webkit-animation: updown 2s 700ms ease infinite alternate;
    animation: updown 2s 700ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(15) {
    -webkit-animation: updown 2s 750ms ease infinite alternate;
    animation: updown 2s 750ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(16) {
    -webkit-animation: updown 2s 800ms ease infinite alternate;
    animation: updown 2s 800ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(17) {
    -webkit-animation: updown 2s 850ms ease infinite alternate;
    animation: updown 2s 850ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(18) {
    -webkit-animation: updown 2s 900ms ease infinite alternate;
    animation: updown 2s 900ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(19) {
    -webkit-animation: updown 2s 950ms ease infinite alternate;
    animation: updown 2s 950ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(1) {
    -webkit-animation: updown 2s 50ms ease infinite alternate;
    animation: updown 2s 50ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(2) {
    -webkit-animation: updown 2s 100ms ease infinite alternate;
    animation: updown 2s 100ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(3) {
    -webkit-animation: updown 2s 150ms ease infinite alternate;
    animation: updown 2s 150ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(4) {
    -webkit-animation: updown 2s 200ms ease infinite alternate;
    animation: updown 2s 200ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(5) {
    -webkit-animation: updown 2s 250ms ease infinite alternate;
    animation: updown 2s 250ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(6) {
    -webkit-animation: updown 2s 300ms ease infinite alternate;
    animation: updown 2s 300ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(7) {
    -webkit-animation: updown 2s 350ms ease infinite alternate;
    animation: updown 2s 350ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(8) {
    -webkit-animation: updown 2s 400ms ease infinite alternate;
    animation: updown 2s 400ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(9) {
    -webkit-animation: updown 2s 450ms ease infinite alternate;
    animation: updown 2s 450ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(10) {
    -webkit-animation: updown 2s 500ms ease infinite alternate;
    animation: updown 2s 500ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(11) {
    -webkit-animation: updown 2s 550ms ease infinite alternate;
    animation: updown 2s 550ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(12) {
    -webkit-animation: updown 2s 600ms ease infinite alternate;
    animation: updown 2s 600ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(13) {
    -webkit-animation: updown 2s 650ms ease infinite alternate;
    animation: updown 2s 650ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(14) {
    -webkit-animation: updown 2s 700ms ease infinite alternate;
    animation: updown 2s 700ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(15) {
    -webkit-animation: updown 2s 750ms ease infinite alternate;
    animation: updown 2s 750ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(16) {
    -webkit-animation: updown 2s 800ms ease infinite alternate;
    animation: updown 2s 800ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(17) {
    -webkit-animation: updown 2s 850ms ease infinite alternate;
    animation: updown 2s 850ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(18) {
    -webkit-animation: updown 2s 900ms ease infinite alternate;
    animation: updown 2s 900ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(19) {
    -webkit-animation: updown 2s 950ms ease infinite alternate;
    animation: updown 2s 950ms ease infinite alternate;
}

@-webkit-keyframes updown {
    100% {
        transform: translate(0, -20px);
    }
}

@keyframes updown {
    100% {
        transform: translate(0, -20px);
    }
}
#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
    -webkit-animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
    animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
}

@-webkit-keyframes arrows {
    to {
        transform: translate(25px, 25px);
    }
}

@keyframes arrows {
    to {
        transform: translate(25px, 25px);
    }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13) {
    -webkit-animation: arrows2 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
    animation: arrows2 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
}

@-webkit-keyframes arrows2 {
    to {
        transform: translate(-25px, -25px);
    }
}

@keyframes arrows2 {
    to {
        transform: translate(-25px, -25px);
    }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12) {
    -webkit-animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
    animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
}
.top__list {
    margin-bottom: 80px;
    padding-top: 12px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .top__list {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .top__list {
        margin-bottom: 35px;
    }
}

.top__list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.top__list .item .place {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    width: 270px;
}

@media screen and (max-width: 991px) {
    .top__list .item .place {
        width: 200px;
    }
}
@media screen and (max-width: 600px) {
    .top__list .item .place {
        width: 160px;
    }
}

.top__list .item .place__num {
    width: 36px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .top__list .item .place__num {
        width: 26px;
        font-size: 14px;
    }
}@media screen and (max-width: 600px) {
    .top__list .item .place__num{
        width: auto;
    }
}


.top__list .item .place__avatar {


    margin-left: 7px;
}

.top__list .item .place__avatar img {
    display: block;
}

.top__list .item .place__name {
    margin-left: 20px;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .top__list .item .place__name {
        margin-left: 10px;
    }
}

.top__list .item .progress {
    flex-grow: 1;
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
    .top__list .item .progress {
        margin-left: 10px;
    }
}

.roadmap {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .roadmap {
        margin-bottom: 35px;
    }
}

.roadmap__grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .roadmap__grid {
        flex-direction: column;
    }
}

.roadmap__list .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.roadmap__list .item:not(:first-child) {
    margin-top: 60px;
}

.roadmap__list .item__icon {
    flex-shrink: 0;
    width: 64px;
    margin-right: 24px;
}

.roadmap__list .item__text .number {
    font-weight: 500;
    font-size: 24px;
    color: #002247;
}

.roadmap__list .item__text .text {
    font-size: 16px;
}

.roadmap__img {
    width: 100%;
    max-width: 486px;
    margin-left: 75px;
}

@media screen and (max-width: 991px) {
    .roadmap__img {
        margin-top: 20px;
        margin-left: 0;
    }
}

.roadmap__img img {
    display: block;
}

.progress {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-color: #fff; */
    border: none;
    box-shadow: none;
}

.progress__bar {
    display: block;
    height: 25px;
    width: 0;
    margin-right: 10px;
    background-color: #f6d330;
    background-image: linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.1) 25%,
            transparent 25%,
            transparent 50%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.1) 75%,
            transparent 75%,
            transparent
    );
    background-size: 40px 40px;
    border-radius: 3px;
    animation: progress-bar-stripes 2s linear infinite;
    transition: 800ms ease-out;
}

.progress__info {
    font-size: 15px;
}



@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.place__avatar img{
    width: 30px !important;
    height: 30px !important;
    max-width: unset;
}
.top__list img{
    margin-bottom: 0;
}

@media screen and (max-width: 400px) {
    .progress__info {
        font-size: 13px ;
    }
}


.fb--container .selected ._4i94 {
    display: inline-block;
}

.fb--container .selected ._4i95 {
    display: none;
}

.fb--container label {
    cursor: pointer;
    color: #666;
    font-weight: 700;
    vertical-align: middle;
}

.fb--container label input {
    font-weight: 400;
}

.fb--container textarea {
    max-width: 100%;
}

.fb--container body {
    background: #fff;
    color: #1d2129;
    direction: ltr;
    line-height: 1.34;
    margin: 0;
    padding: 0;
    unicode-bidi: embed;
}

.fb--container body,
.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.fb--container h1,
.fb--container h2,
.fb--container h3,
.fb--container h4,
.fb--container h5,
.fb--container h6 {
    color: #1d2129;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.fb--container h1 {
    font-size: 14px;
}

.fb--container h4,
.fb--container h5,
.fb--container h6 {
    font-size: 12px;
}

.fb--container p {
    margin: 1em 0;
}

.fb--container a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    border:none;
}

.fb--container button {
    margin: 0;
}

.fb--container a:hover {
    text-decoration: underline;
}

.fb--container img {
    border: 0;
}

.fb--container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fb--container abbr {
    border-bottom: none;
    text-decoration: none;
}

.fb--container hr {
    background: #d9d9d9;
    border-width: 0;
    color: #d9d9d9;
    height: 1px;
}

.fb--container .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.fb--container .clearfix {
    zoom: 1;
}

.fb--container #facebook .hidden_elem {
    display: none !important;
}

.fb--container ::-webkit-input-placeholder {
    color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
    color: #bec2c9;
}

.fb--container body {
    overflow-y: scroll;
}

.fb--container ._li._li._li {
    overflow: initial;
}

.fb--container .pluginFontHelvetica,
.fb--container .pluginFontHelvetica button,
.fb--container .pluginFontHelvetica input,
.fb--container .pluginFontHelvetica label,
.fb--container .pluginFontHelvetica td,
.fb--container .pluginFontHelvetica textarea {
    font-family: Helvetica, Arial, sans-serif;
}

.fb--container body.plugin {
    background: 0 0;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.28;
    text-size-adjust: none;
}

.fb--container .plugin,
.fb--container .plugin button,
.fb--container .plugin input,
.fb--container .plugin label,
.fb--container .plugin td,
.fb--container .plugin textarea {
    font-size: 11px;
}

.fb--container ._42ft {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.fb--container ._42ft:hover {
    text-decoration: none;
}

.fb--container ._42ft + ._42ft {
    margin-left: 4px;
}

.fb--container ._42fr {
    cursor: default;
}

.fb--container i.img u {
    left: -999999px;
    position: absolute;
}

.fb--container .lfloat {
    float: left;
}

.fb--container .rfloat {
    float: right;
}

.fb--container .fss {
    font-size: 9px;
}

.fb--container .fsm {
    font-size: 12px;
}

.fb--container .fwn {
    font-weight: 400;
}

.fb--container .fcg {
    color: #90949c;
}

.fb--container ._43q7 .img {
    vertical-align: bottom;
}

.fb--container a._p {
    display: block;
}

.fb--container ._4jy0 {
    border: 1px solid;
    border-radius: 2px;
    box-sizing: content-box;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.fb--container ._4jy0::before {
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.fb--container html ._4jy0:focus {
    box-shadow: rgba(88, 144, 255, 0.74902) 0 0 1px
    2px,
    rgba(0, 0, 0, 0.14902) 0 1px 1px;
    outline: 0;
}

.fb--container ._4jy0 .img {
    bottom: 1px;
    position: relative;
    vertical-align: middle;
}

.fb--container ._4jy0._42fr .img {
    opacity: 0.5;
}

.fb--container ._517h,
.fb--container ._59pe:focus,
.fb--container ._59pe:hover {
    background-color: #f6f7f9;
    border-color: #ced0d4;
    color: #4b4f56;
}

.fb--container ._517h:hover {
    background-color: #e9ebee;
}

.fb--container ._517h:active {
    background-color: #dddfe2;
    border-color: #bec2c9;
}

.fb--container ._517h._42fr {
    background-color: #f6f7f9;
    border-color: #dddfe2;
    color: #bec2c9;
}

.fb--container ._4jy1,
.fb--container ._4jy2 {
    color: #fff;
}

.fb--container ._4jy1 {
    background-color: #4267b2;
    border-color: #4267b2;
}

.fb--container ._4jy1:hover {
    background-color: #365899;
    border-color: #365899;
}

.fb--container ._4jy1:active {
    background-color: #29487d;
    border-color: #29487d;
}

.fb--container ._4jy1._42fr {
    background-color: #d03d12;
    border-color: #d03d12;
}

.fb--container ._4jy2._42fr {
    background-color: #ace0a2;
    border-color: #ace0a2;
}

.fb--container ._59pe,
.fb--container ._59pe._42fr {
    background: 0 0;
    border-color: transparent;
}

.fb--container ._517i,
.fb--container ._517i._42fr:active {
    height: 18px;
    line-height: 18px;
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
    line-height: 22px;
}

.fb--container ._4jy4,
.fb--container ._4jy4._42fr:active {
    line-height: 26px;
    padding: 0 10px;
}

.fb--container ._4jy5,
.fb--container ._4jy5._42fr:active {
    line-height: 34px;
    padding: 0 16px;
}

.fb--container ._4jy6,
.fb--container ._4jy6._42fr:active {
    line-height: 42px;
    padding: 0 24px;
}

.fb--container ._3y89 ._4jy0 {
    border-bottom-width: 0;
    border-top-width: 0;
}

.fb--container ._3y89 > ._4jy0:first-child,
.fb--container ._3y89 > :first-child ._4jy0 {
    border-left-width: 0;
    border-radius: 1px 0 0 1px;
}

.fb--container ._3y89 > ._4jy0:last-child,
.fb--container ._3y89 > :last-child ._4jy0 {
    border-radius: 0 1px 1px 0;
    border-right-width: 0;
}

.fb--container ._50f3 {
    font-size: 12px;
    line-height: 16px;
}

.fb--container ._50f7 {
    font-weight: 700;
}

.fb--container ._5kx5 {
    font-weight: 400;
}

.fb--container ._50f8 {
    color: #90949c;
}

.fb--container #facebook ._5s6c._5s6c,
.fb--container ._5s6c {
    font-family: Georgia, serif;
    letter-spacing: normal;
}

.fb--container ._42ef {
    overflow: hidden;
}

.fb--container ._51mz {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.fb--container ._51mx:first-child > ._51m- {
    padding-top: 0;
}

.fb--container ._51mx:last-child > ._51m- {
    padding-bottom: 0;
}

.fb--container ._51mz ._51mw {
    padding-right: 0;
}

.fb--container ._51mz ._51m-:first-child {
    padding-left: 0;
}

.fb--container ._8o,
.fb--container ._8o .img {
    display: block;
}

.fb--container ._8r {
    margin-right: 5px;
}

.fb--container ._8s {
    margin-right: 8px;
}

.fb--container ._6a {
    display: inline-block;
}

.fb--container ._6b {
    vertical-align: middle;
}

.fb--container ._ohe {
    float: left;
}

.fb--container ._ohf {
    float: right;
}

.fb--container ._4qba {
    font-style: normal;
    color: #dddbd9;
}

.fb--container ._3-8m {
    margin-bottom: 4px;
    margin-top: 4px;
}

.fb--container ._3-8y {
    margin-top: 12px;
}

.fb--container ._3-8_ {
    margin-right: 4px;
}

.fb--container ._3-96 {
    margin-bottom: 12px;
}

.fb--container ._3-99 {
    margin-left: 4px;
}

.fb--container ._2ph- {
    padding: 8px;
}

.fb--container ._2pi3 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.fb--container ._2pi8 {
    padding-left: 8px;
    padding-right: 8px;
}

.fb--container ._2pis {
    padding-left: 8px;
}

.fb--container .sp_Zf93eLkohoS {
    display: inline-block;
    height: 12px;
    width: 12px;
}

.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
    width: 14px;
    height: 14px;
    background-position: -19px -182px;
}

.fb--container ._2agf {
    word-wrap: normal;
}

.fb--container ._55pe {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
    color: #90949c;
}

.fb--container .uiInputLabel {
    position: relative;
}

.fb--container .uiInputLabel + .uiInputLabel {
    margin-top: 3px;
}

.fb--container .uiInputLabelInput {
    margin: 0;
    padding: 0;
    position: absolute;
}

.fb--container .uiInputLabel .uiInputLabelLabel {
    display: inline-block;
    margin-left: 17px;
    vertical-align: baseline;
}

.fb--container .UFIInputContainer {
    position: relative;

}

.fb--container .UFICommentAttachmentButtons {
    bottom: 0;
    height: 24px;
    position: absolute;
    right: 0;
}

.fb--container .UFICommentActorName {
    font-weight: 700;
}

.fb--container ._5v47 {
    display: inline;
    white-space: nowrap;
}

.fb--container ._5uzb {
    padding-right: 3px;
}

.fb--container span._47e3 .img {
    vertical-align: -3px;
}

.fb--container .sp_-J_-HgF_hOz {
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
    width: 13px;
    height: 15px;
    background-position: 0 -713px;
}

.fb--container .sp_LOJ2j-KswDP {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
    width: 12px;
    height: 12px;
    background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
    width: 9px;
    height: 8px;
    background-position: -207px -196px;
}

.fb--container .selected .sp_LOJ2j-KswDP.sx_32ff1f {
    background-position: -198px -196px;
}

.fb--container ._56q9 {
    font-size: 14px;
    line-height: 1.358;
    word-break: break-word;
    word-wrap: break-word;
}

.fb--container ._44ri {
    border-left: 1px dotted #d3d6db;
}

.fb--container #facebook ._1e_f {
    overflow: visible;
}

.fb--container ._2vq9 {
    font-size: 12px;
    line-height: 1.358;
    padding-top: 2px;
}

.fb--container ._2vq9 a {
    color: #4267b2;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
    color: #90949c;
}

.fb--container ._4iy4 {
    bottom: -2px;
    position: relative;
}

.fb--container ._4q1v {
    color: #90949c;
    display: inline;
}

.fb--container ._4q1v a {
    color: #90949c;
}

.fb--container ._5mdd {
    word-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
    font-size: 14px;
}

.fb--container ._5mdd a {
    color: #4267b2;
}

.fb--container ._2392 {
    margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
    border: 1px solid #ffffff4a;
    word-wrap: break-word;
}

.fb--container ._1zz8 ._1u9t {
    min-height: 40px;
}

.fb--container ._1zz6 ._1u9t,
.fb--container ._1zz7 ._1u9t {
    min-height: 48px;
}

.fb--container ._1u9t {
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
}

.fb--container ._4uyl ._1u9t {
    font-size: 14px;
    padding: 12px 8px;
    background-color: #ffffff0f;
}

.fb--container ._4uyl ._1p1t {
    color: #a9a9a9;
}

.fb--container ._5tr6 {
    background-color: #ffffff0f;
    text-align: right;
}

.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
    font-size: 14px;
    white-space: normal;
}

.fb--container ._4uym {
    border-width: 0 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #ffffff4a;
    border-bottom-color: #ffffff4a;
    border-left-color: #ffffff4a;
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
}

.fb--container ._2ern {
    font-size: 12px;
}

.fb--container ._1u0n {
    line-height: 24px;
}

.fb--container ._5lm5 {
    border-top: 1px solid #ffffff4a;
    font-size: 11px;
}

.fb--container ._491z {
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 8px 0;
}

.fb--container ._pup {
    color: #4b4f56;
}

.fb--container ._5o4h ._1gl3 {
    background: #4080ff;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 12px;
    text-shadow: none;
    width: 100%;
}

.fb--container ._1ci {
    height: 48px;
    width: 48px;
}

.fb--container ._1cj {
    height: 36px;
    width: 36px;
}

.fb--container ._5yct {
    background-color: #ffffff0f;
    color: #365899;
}

.fb--container ._55sg {
    vertical-align: baseline;
}

.fb--container
.uiInputLabel
._55sg
+ .uiInputLabelLabel {
    margin-left: 23px;
}

.fb--container
.webkit
._55sg
> input
+ span::before {
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 1px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 16px;
}

.fb--container ._kv1 {
    position: relative;
}

.fb--container .webkit ._kv1 {
    user-select: none;
}

.fb--container .uiInputLabelInput._kv1 {
    position: absolute;
}

.fb--container .webkit ._kv1 > input {
    left: 0;
    opacity: 0;
    position: absolute;
}

.fb--container .webkit ._kv1 > input:focus {
    outline: 0;
}

h2 {
    margin-top: 2rem
}

@media(max-width:767px){
    .navbar__hidden-nav-wrapper, .news-body-aside {
        display: none;
    }

    .news-body-wrapper .news-body-content, .global-container, .footerContainerDesk, .Firma {
        width: 100% !important;
    }

    .news-body-paragraph ul, .news-body-wrapper .news-body-content {
        margin: 0 !important
    }

    .slider-labels span {
        font-size: 10px;
    }

    .header-logo-wrapper .container-standard {
        justify-content: flex-start
    }

    #calculator {
        padding: 0;
    }
}
