header {
    font-size: 20px !important
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px
}

@media (min-width:1280px) {
    .container {
        max-width: 1080px
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

:root {
    --player-primary-color: #4989c0
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
footer,
header,
nav {
    display: block
}

a {
    background-color: transparent;
    cursor: pointer
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    resize: none;
    outline: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

textarea {
    overflow: auto
}

*,
:after,
:before {
    box-sizing: border-box
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0
}

button {
    background: 0 0;
    border: none;
    resize: none;
    cursor: pointer
}

img {
    height: auto;
    width: 100%
}

img {
    max-width: 100%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #fff;
    direction: ltr
}

.container {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1024px) {
    .container {
        width: calc(100% - 200px)
    }
}

@media (max-width:1023.98px) {
    .hidden-md-down {
        display: none;
        display: none !important
    }
}

@media (min-width:1024px) {
    .hidden-md-up {
        display: none !important
    }
}

a {
    text-decoration: none;
    color: #295889;
    transition: color .3s ease-in-out
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #222
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #222
}

h2 {
    font-size: 1.8rem
}

@media (min-width:1024px) {
    h2 {
        font-size: 2.4rem
    }
}

.h2 {
    font-size: 1.8rem
}

@media (min-width:1024px) {
    .h2 {
        font-size: 2.4rem
    }
}

.h2,
h2 {
    display: block;
    font-family: Barlow, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
    margin: 0 0 20px
}

a .h2,
a h2 {
    color: inherit
}

p,
ul {
    margin: 0 0 1rem;
    line-height: 1.8
}

ul {
    list-style: none;
    padding: 0
}

p a {
    /*border-bottom: 1px solid #eee;*/
    color: #4989c0
}

p a:hover {
    border-bottom-color: #1a2763;
    color: #1a2763
}

.text-right {
    text-align: right
}

.site-header--day {
    background: #1a2763;
    background: -moz-linear-gradient(15deg, #1a2763 50%, #478ac4 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(50%, #1a2763), color-stop(100%, #478ac4));
    background: -webkit-linear-gradient(15deg, #1a2763 50%, #478ac4);
    background: -o-linear-gradient(15deg, #1a2763 50%, #478ac4 100%);
    background: -ms-linear-gradient(15deg, #1a2763 50%, #478ac4 100%);
    background: linear-gradient(15deg, #1a2763 50%, #478ac4)
}

.btn {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 15px;
    border: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s ease-out
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes vjs-ad-display-loader {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}

@keyframes test {
    0% {
        background-position: 0
    }

    to {
        background-position: 100%
    }
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cancel:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.header-brand__link {
    display: inline;
    float: left;
    align-items: center;
    font-family: Isidora, Helvetica, Arial, sans-serif;
    font-size: .9rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    font-weight: 500;
    width: 40px
}

@media (min-width:1024px) {
    .header-brand__link {
        margin-right: 5px;
        width: 55px
    }
}

.header-brand__link:active,
.header-brand__link:focus,
.header-brand__link:hover {
    color: #fff;
    opacity: .75
}

.header-brand-noticias__link {
    display: flex;
    width: 80px;
    transition: .3s
}

@media (min-width:1024px) {
    .header-brand-noticias__link {
        width: 120px
    }
}

.header-brand-noticias__link:active,
.header-brand-noticias__link:focus,
.header-brand-noticias__link:hover {
    opacity: .75
}

.header-brand__img {
    transition: .3s;
    width: 40px;
    margin-right: 2px
}

@media (min-width:1024px) {
    .header-brand__img {
        width: 55px;
        margin-right: 5px
    }
}

form input,
form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px;
    font-size: 1rem;
    background: #fff;
    color: #222;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #757575
}

form input:-moz-placeholder,
form input::-moz-placeholder,
form textarea:-moz-placeholder,
form textarea::-moz-placeholder {
    color: #757575
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #757575
}

form textarea {
    min-height: 110px;
    resize: vertical
}

form button {
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 6px 25px 8px;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-block;
    transition: .3s ease-in-out
}

form button:hover {
    background: #4989c0
}

.textarea--animated {
    -webkit-animation: searchText .8s infinite alternate-reverse;
    -o-animation: searchText .8s infinite alternate-reverse;
    animation: searchText .8s infinite alternate-reverse;
    border: 0;
    border-left: 2px solid #4989c0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #4989c0;
    font-size: 1.2rem;
    margin: 10px 0
}

.textarea--animated {
    padding: 10px;
    height: 100px
}

@keyframes searchText {
    0% {
        border-left-color: #4989c0
    }

    to {
        border-left-color: #eee
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
        background-color: red
    }

    50% {
        opacity: .2;
        background-color: #fff
    }

    to {
        opacity: 1;
        background-color: red
    }
}

.article {
    padding-top: 10px;
    border-top: 1px solid #eee;
    position: relative;
    width: 100%;
    margin-bottom: 40px
}

@keyframes blinker-play {
    0% {
        opacity: 1
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

.menu-hottags {
    display: flex;
    overflow: hidden;
    line-height: 2;
    padding: 0;
    width: 100%
}

.site-header--fixed .menu-hottags {
    display: none
}

.menu-hottags a {
    opacity: .6;
    transition: opacity .2s ease
}

.menu-hottags a:hover {
    opacity: 1
}

.menu-hottags .custom_carousel {
    width: 100%
}

.menu-hottags .custom_carousel .custom_carousel_item {
    width: auto
}

.menu-hottags .custom_carousel .custom_carousel__nav-btn--prev {
    margin-left: -4px;
    padding-left: 10px
}

.menu-hottags .custom_carousel .custom_carousel__nav-btn--next {
    margin-right: -4px;
    padding-right: 10px
}

.menu-top__link {
    white-space: nowrap;
    padding: 0 5px;
    font-size: 12px;
    line-height: 2.2
}

@media (min-width:1024px) {
    .menu-main {
        display: flex
    }
}

.menu-main__nav {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
    background: #fff;
    display: none
}

@media (max-width:1023.98px) {
    .menu-main__nav {
        height: calc(100vh - 80px);
        overflow: auto
    }
}

@media (min-width:1024px) {
    .menu-main__nav {
        display: block;
        position: static;
        padding: 0;
        background: 0 0;
        height: auto
    }
}

.menu-main__list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .menu-main__list--level1 {
        display: flex;
        border-right: 1px solid rgba(26, 39, 99, .6)
    }
}

.menu-main__list--level2 {
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .menu-main__list--level2 {
        display: none
    }
}

.menu-main__item {
    line-height: 1
}

@media (min-width:1024px) {
    .menu-main__item {
        width: 110px
    }
}

@media (min-width:1024px) {
    .menu-main__item--level1 {
        border-left: 1px solid rgba(26, 39, 99, .6)
    }
}

@media (max-width:1023.98px) {
    .menu-main__item.active>a {
        color: #4989c0
    }
}

@media (min-width:1024px) {
    .menu-main__item.active>a {
        background: hsla(0, 0%, 100%, .1)
    }
}

.menu-main__link {
    color: #1a2763;
    font-family: Isidora, Helvetica, Arial, sans-serif;
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .menu-main__link {
        color: #fff
    }

    .menu-main__link:hover {
        background: hsla(0, 0%, 100%, .1)
    }

    .menu-main__link:active,
    .menu-main__link:focus,
    .menu-main__link:hover {
        color: #fff
    }
}

.menu-main__link--level1 {
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
    border-bottom: 1px solid rgba(26, 39, 99, .2);
    margin-bottom: 5px
}

@media (min-width:1024px) {
    .menu-main__link--level1 {
        font-weight: 500;
        padding: 7px 10px;
        margin-bottom: 0
    }
}

.menu-main__link--level2 {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1
}

@media (min-width:1024px) {
    .menu-main__link--level2 {
        padding: 4px 10px 2px 18px;
        font-size: .9rem;
        line-height: 1.1;
        width: calc(100% - 1px);
        position: relative
    }
}

.menu-main__link--level2:before {
    content: "\e902";
    font-family: icomoon;
    margin-right: 2px;
    font-size: .5rem;
    vertical-align: 3px;
    opacity: .4
}

@media (min-width:1024px) {
    .menu-main__link--level2:before {
        position: absolute;
        left: 8px;
        top: 7px
    }
}

.navbar-toggler {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0 -5px 0 auto;
    padding: 8px 10px;
    border: 0
}

@media (max-width:1023.98px) {
    .navbar-toggler {
        position: absolute;
        top: -47px;
        right: 7px;
        margin: 0;
        height: 2.5rem;
        opacity: .8
    }
}

.navbar-toggler .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: transform .3s
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 3px
}

.search-form .textarea--animated {
    margin: 10px 0
}

@keyframes animate-indeterminate {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 35px
    }
}

.custom_carousel {
    display: flex;
    align-items: center
}

.custom_carousel .custom_carousel_container {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    margin: 0
}

.custom_carousel .custom_carousel_container li {
    margin: 0;
    padding: 0;
    max-width: 100%
}

.custom_carousel .custom_carousel_item a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom_carousel .custom_carousel__nav-btn {
    display: none;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-family: icomoon;
    margin: 0;
    font-size: .65rem;
    line-height: 1;
    top: 0;
    color: #fff;
    padding: 0 10px;
    height: 100%;
    opacity: 0;
    pointer-events: none
}

.custom_carousel .custom_carousel__nav-btn.active {
    display: block;
    opacity: 1;
    pointer-events: auto
}

.custom_carousel .custom_carousel__nav-btn--prev:before {
    content: "\e90a";
    speak: never
}

.custom_carousel .custom_carousel__nav-btn--next {
    right: 0
}

.custom_carousel .custom_carousel__nav-btn--next:before {
    content: "\e90f";
    speak: never
}

@media (min-width:1024px) {
    .custom_carousel .custom_carousel_container {
        overflow: auto;
        scrollbar-color: transparent transparent;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .custom_carousel .custom_carousel_container::-webkit-scrollbar {
        height: 0;
        width: 0
    }

    .custom_carousel .custom_carousel_container::-webkit-scrollbar-track {
        background: 0 0
    }
}

.site-header {
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    height: 80px;
    position: relative;
    z-index: 9999;
    transition: .3s
}

@media (min-width:1024px) {
    .site-header {
        height: 128px
    }
}

@media print {
    .site-header {
        display: none
    }
}

.site-header .header-brand {
    margin: 5px 0;
    width: 150px;
    display: flex;
    align-items: center
}

@media (min-width:1024px) {
    .site-header .header-brand {
        margin: 6px 0 5px;
        width: 250px
    }
}

.site-header .menu-top__link {
    color: #fff
}

.site-header .a3player-link {
    width: 25px;
    margin: 0 12px
}

@media (min-width:1024px) {
    .site-header .a3player-link {
        width: 75px
    }
}

.site-header .a3player-link img,
.site-header .a3player-link svg {
    transition: .3s;
    width: 100%;
    display: block
}

.site-header .a3player-link:hover img,
.site-header .a3player-link:hover svg {
    transform: scale(1.03);
    transform-origin: center
}

.site-header__tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px
}

@media (max-width:1023.98px) {
    .site-header__tools {
        margin-right: 28px
    }
}

.site-header__tools button {
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    opacity: .8
}

.site-header__tools-divider {
    display: inline-block;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    height: 2.5rem
}

.site-header__last-minute {
    color: #fff;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
    margin: 0 12px
}

.site-header__last-minute:before {
    content: "";
    position: absolute;
    background: #d0021c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    left: 0
}

.site-header__last-minute:hover {
    color: #fff;
    opacity: .8
}

@media (max-width:1023.98px) {
    .site-header__last-minute {
        font-size: .625rem
    }

    .site-header__last-minute span {
        display: block;
        font-size: 1.3em
    }
}

@media (max-width:1023.98px) {
    .site-header .search-toggler {
        display: none
    }
}

@media (max-width:1023.98px) {
    .site-header__search {
        margin-bottom: 20px
    }

    .site-header__search .search-closer,
    .site-header__search .search-title {
        display: none
    }

    .site-header__search .container {
        margin: 0;
        padding: 0;
        width: auto;
        display: block
    }

    .site-header__search form {
        display: flex;
        width: 100%
    }

    .site-header__search .textarea--animated {
        flex: 1 1 auto;
        padding: 6px 15px;
        height: 38px;
        min-height: 0;
        border-radius: 5px 0 0 5px;
        border: 1px solid #dcdcdc;
        border-right: none;
        font-size: 1rem;
        margin: 0;
        -webkit-animation: none;
        animation: none;
        resize: none
    }

    .site-header__search .search-form__btn {
        flex: 0 0 40px;
        width: 40px;
        height: 38px;
        line-height: 40px;
        border-radius: 0 5px 5px 0;
        text-align: center;
        background-color: #295889;
        color: #fff;
        padding: 0;
        font-size: 1rem
    }

    .site-header__bottom+.site-header__search,
    .site-header__search .search-form__btn-text {
        display: none
    }
}

@media (min-width:1024px) {
    .site-header__search {
        transition: .3s;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 99999;
        background: #fbfbfb;
        overflow-y: hidden;
        top: 31px
    }

    .site-header__search .container {
        max-width: 600px;
        display: block !important;
        margin: 70px auto 40px
    }

    .site-header__search .search-closer {
        color: #999;
        font-size: 1.6rem;
        position: absolute;
        width: 41px;
        top: 40px;
        right: 100px;
        margin-right: 40px
    }

    .site-header__search .search-title {
        font-weight: 300;
        margin-bottom: 20px;
        color: #4989c0;
        font-size: 1.8rem
    }

    .site-header__search .search-form__btn .icon-search {
        display: none
    }

    .site-header__bottom+.site-header__search {
        top: 128px
    }
}

@media (min-width:1280px) {
    .site-header__search .search-closer {
        right: calc(50% - 540px)
    }
}

.site-header__bottom .container,
.site-header__middle .container,
.site-header__top .container {
    display: flex;
    justify-content: space-between
}

.site-header__top {
    height: 27px
}

.site-header__top .container {
    border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

@media (min-width:1024px) {
    .site-header__middle {
        height: 70px;
        transition: .3s
    }
}

.site-header__middle+.search-toggler {
    display: none
}

.site-header__bottom {
    background: hsla(0, 0%, 100%, .1);
    height: auto;
    position: relative;
    transition: .3s ease-out
}

@media (min-width:1024px) {
    .site-header__bottom {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9999
    }
}

@media (min-width:1024px) {
    .site-header__bottom:hover {
        background: #313e72;
        height: auto
    }

    .site-header__bottom:hover .menu-main__list--level2 {
        display: block
    }
}

.site-header__bottom .container {
    display: flex;
    justify-content: space-between
}

.site-header--fixed {
    background: 0 0;
    box-shadow: none;
    height: 70px
}

.site-header--fixed .site-header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6)
}

@media (min-width:1024px) {
    .site-header--fixed .site-header__wrapper {
        padding-bottom: 31px
    }
}

@media (min-width:1024px) {
    .site-header--fixed .site-header__middle {
        height: 40px
    }
}

@media (min-width:1024px) {
    .site-header--fixed .header-brand {
        margin: 0
    }
}

@media (min-width:1024px) {
    .site-header--fixed .header-brand__img {
        width: 35px
    }
}

@media (min-width:1024px) {
    .site-header--fixed .header-brand-noticias__link {
        width: 100px;
        margin-top: 2px
    }
}

@media (min-width:1024px) {
    .site-header--fixed .header-brand__link {
        width: 35px
    }
}

@media (max-width:1023.98px) {
    .site-header--fixed .menu-main__nav {
        height: calc(100vh - 54px)
    }
}

.site-header--fixed .site-header__search {
    top: 54px
}

@media (min-width:1024px) {
    .site-header--fixed .site-header__search {
        top: 70px
    }
}

.site-header:not(.site-header--fixed) .site-header__wrapper {
    background: 0 0;
    box-shadow: none
}