/*@import "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&display=swap";*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'icons';
    src: url("fonts/icons/icons.eot");
    src: url("fonts/icons/icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/icons/icons.woff2") format("woff2"),
    url("fonts/icons/icons.woff") format("woff"),
    url("fonts/icons/icons.ttf") format("truetype"),
    url("fonts/icons/icons.svg?#icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
}
.icon-fb:before {
    content: '\e800'
}
.icon-cancel:before {
    content: '\e801'
}
.icon-volume-up:before {
    content: '\e802'
}
.icon-download:before {
    content: '\e803'
}
.icon-tw:before {
    content: '\e804'
}
.icon-search:before {
    content: '\e805'
}
.icon-down:before {
    content: '\e806'
}
.icon-up:before {
    content: '\e807'
}
.icon-resize-h:before {
    content: '\e808'
}
.icon-star:before {
    content: '\e809'
}
.icon-right:before {
    content: '\e80c'
}
.icon-whatsapp:before { 
	content: '\e80f' 
}
.icon-whatsapp-square:before { 
	content: '\e811' 
} 
.icon-facebook-circled:before {
    content: '\f051'
}
.icon-twitter-circled:before {
    content: '\f057'
}
.icon-gp:before {
    content: '\f0d5'
}
.icon-share:before {
    content: '\f1e0'
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
}
@media only screen and (min-width: 767px) {
    body {
        overflow-x: hidden !important;
        background-attachment: fixed;
        background-color: #000;
        background-image: url(../img/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
}
body {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    color: #757575;
}
body.open-player .scroll-section {
    height: calc(100vh - 251px);
    -moz-transition: height .4s linear;
    -o-transition: height .4s linear;
    -webkit-transition: height .4s linear;
    transition: height .4s linear
}
body.open-avatar:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8)
}
a {
    text-decoration: none;
    color: inherit
}
strong {
    font-weight: 700
}
img {
    vertical-align: middle
}
#page{
    max-width: 820px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.container {
    *zoom: 1;
    padding-left: 1rem;
    padding-right: 1rem
}
.container:after {
    content: "";
    display: table;
    clear: both
}
.clearfix {
    *zoom: 1
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.left {
    float: left
}
.right {
    float: right
}
input[type="search"] {
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.permalink {
    color: #b3174b;
    text-transform: uppercase;
    font-size: 10px
}
.site-logo {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    text-indent: -9999em
}
.site-logo.logo-header {
    background-image: url(../img/logo-header.png);
    width: 207px;
    height: 144px
}
.site-logo.logo-header-small {
    background-image: url(../img/logo-header-small.png);
    width: 127px;
    height: 45px
}
.btn-hamburger {
    position: relative;
    display: block;
    width: 60px;
    height: 60px
}
.btn-hamburger:before,
.btn-hamburger:after,
.btn-hamburger span {
    background-color: #757575;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    left: 20px;
    -moz-transition: none .3s ease .3s;
    -o-transition: none .3s ease .3s;
    -webkit-transition: none .3s ease;
    -webkit-transition-delay: .3s;
    transition: none .3s ease .3s;
    -moz-transition-property: -moz-transform, top, bottom, right, opacity;
    -o-transition-property: -o-transform, top, bottom, right, opacity;
    -webkit-transition-property: -webkit-transform, top, bottom, right, opacity;
    transition-property: transform, top, bottom, right, opacity
}
.btn-hamburger:before {
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}
.btn-hamburger:after {
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}
.btn-hamburger.active:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.btn-hamburger.active:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.btn-hamburger.active span {
    opacity: 0
}

.bar-title-top {
    background-color:#ffffff;
    padding: 17px 1rem 16px 1rem;
    border-bottom: 1px solid #dcdcdc;
}



.bar-title-top .title-top {
    font-size: 18px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis*/
}
.bar-title-top .title-top i {
    font-size: 16px;
    margin-right: 10px
}
.bar-title-top .title-top span {
    color: #b3174b;
    text-decoration: underline
}
.scroll-section {
    z-index: 1;
    background-color: #ffffff;
    height: calc(100vh - 325px); /* 129 */
    min-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: height .4s linear;
    -o-transition: height .4s linear;
    -webkit-transition: height .4s linear;
    transition: height .4s linear
}
.scroll-section::-webkit-scrollbar {
    height: 4px;
    width: 4px
}
.scroll-section::-webkit-scrollbar-corner {
    background: 0
}
.scroll-section::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.26)
}
.item-theme {
    padding: 20px 1rem 10px 1rem;
    border-bottom: 1px solid #dcdcdc;
    min-height: 75px;
    display: block;
    background-color: #fff;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.item-theme .clearfix {
    margin-bottom: 5px
}
.item-theme .clearfix>.icon-right {
    float: right;
    padding: 10px 16px
}
.item-theme.active {
    background-color: #f0f0f0
}
.item-theme.active .list-actions li a.open-player {
    background-color: #ffc03a;
    color: #fff
}
.item-theme .ranking-theme {
    float: left;
    margin-right: 12px;
    text-align: center;
    min-width: 10px
}
.item-theme .ranking-theme span {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    color: #212121
}
.item-theme .ranking-theme .icon-up {
    color: #28c628
}
.item-theme .ranking-theme .icon-down {
    color: #c62828
}
.item-theme .avatar-author {
    float: left;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-right: 12px;
    margin-top: -6px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

@media only screen and (min-width: 767px) {
    .item-theme .avatar-author {
        width: 80px;
        height: 80px;
    }
}
.item-theme .avatar-author.open-avatar {
    float: none;
    position: absolute;
    width: calc(100% - 32px);
    height: 250px;
    z-index: 10;
    overflow: visible;
    margin: 0;
    left: 50%;
    top: 50%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35)
}
.item-theme .avatar-author.open-avatar:before {
    display: block;
    content: '\e801';
    font-family: 'icons';
    color: #fff;
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 23px;
    text-align: center;
    padding-top: 3px
}
.item-theme .data-theme {
    float: left;
    width: calc(100% - 115px);/*165px*/
}
.item-theme .data-theme .title-theme,
.item-theme .data-theme .author-theme {
    width: 100%;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow-wrap: normal;
    overflow-wrap: break-word;
    /*background-color: #1a8827;*/
}
.item-theme .data-theme .title-theme {
    font-size: 16px;
    color: #212121;
    font-weight: 700;
    padding-bottom: 5px
}
.item-theme .data-theme .author-theme {
    font-size: 13px;
    padding-bottom: 5px
}
.item-theme .list-actions {
    float: right;
    *zoom: 1;
    margin-right: 3px;
}
.item-theme .list-actions:after {
    content: "";
    display: table;
    clear: both
}
.item-theme .list-actions li {
    float: left;
    margin-right: 20px
}
.item-theme .list-actions li:last-child {
    margin-right: 0
}
.item-theme .list-actions li a {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    padding-top: 10px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}
.item-theme .list-actions li a:hover,
.item-theme .list-actions li a.active {
    background-color: #ffc03a;
    color: #fff
}
.item-theme .social-share-theme {
    display: none;
    *zoom: 1;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px
}
.item-theme .social-share-theme:after {
    content: "";
    display: table;
    clear: both
}
.item-theme .social-share-theme li {
    float: left;
    width: 33.33%
}
.item-theme .social-share-theme li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #1f1f1f;
    padding: 10px
}
.item-theme .social-share-theme li a.share-fb {
    background-color: #516591
}
.item-theme .social-share-theme li a.share-tw {
    background-color: #639fcd
}
.item-theme .social-share-theme li a.share-gp {
    background-color: #d14338
}

.item-slide {
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.item-slide a {
    display: block;
}
.item-slide a .thumb-item {
    height: 100px;
    position: relative;
    width: 100%;
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0 0
}
.item-slide a .thumb-item .ranking-number {
    background-color: rgba(0, 0, 0, 0.8);
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    padding-top: 4px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: .5rem;
    left: .5rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.item-slide a .footer-item {
    padding-right: 22px;
    position: relative
}
.item-slide a .footer-item .title-theme {
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 5px 5px;
}
.item-slide a .footer-item i {
    position: absolute;
    top: 2px;
    right: 7px
}
.item-slide a .footer-item i.icon-up {
    color: #28c628
}
.item-slide a .footer-item i.icon-down {
    color: #c62828
}
.list-top-mundial .item-theme .data-theme {
    width: calc(100% - 125px)
}
#site-header {
    background-color: #622E3B;
    padding: 7px 0 5px 0;
    *zoom: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    height: 57px;
    overflow: hidden
}
#site-header:after {
    content: "";
    display: table;
    clear: both
}
#site-header.header-home {
    background-color: #270007;
    height: 200px;
    text-align: center;
    position: relative;
    z-index: 1
}
#site-header.header-home:after {
    content: "";
    display: block;
    height: 282px;
    max-height: 282px;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    background-image: url(../img/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#site-header.header-home:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    opacity: .6;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%)
}
#site-header.header-home .clearfix {
    /*margin-bottom: 55px*/
}
#site-header.header-home .logo-header {
    float: none;
    display: inline-block
}
#site-header .logo-header {
    float: left
}
#site-header .btn-hamburger {
    display: none
}
#site-header .social-header {
    float: right;
    *zoom: 1;
    margin-top: 7px;
    margin-right: 10px
}
#site-header .social-header:after {
    content: "";
    display: table;
    clear: both
}
#site-header .social-header li {
    float: left;
    margin-left: 15px
}
#site-header .social-header li:first-child {
    margin-left: 0
}
#site-header .social-header li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 6px;
    width: 30px;
    text-align: center;
    height: 30px
}
#search-bar {
    padding: 16px 0;
    background-color: #94133e;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 767px) {
    #search-bar{
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}
#search-bar .top-search {
    position: relative
}
#search-bar .top-search .input-search {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    height: 50px;
    width: 100%;
    font-size: 18px;
    padding-right: 45px
}
#search-bar .top-search .input-search:focus {
    outline: none
}
#search-bar .top-search .input-search::-webkit-input-placeholder {
    color: #fff
}
#search-bar .top-search .input-search::-moz-placeholder {
    color: #fff
}
#search-bar .top-search .input-search:-ms-input-placeholder {
    color: #fff
}
#search-bar .top-search .input-search:-moz-placeholder {
    color: #fff
}
#search-bar .top-search .submit-search,
#search-bar .top-search .icon-search {
    position: absolute;
    right: 13px;
    top: 13px
}
#search-bar .top-search .submit-search {
    width: 21px;
    height: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 2
}
#search-bar .top-search .icon-search {
    color: #fff;
    font-size: 21px;
    z-index: 1
}
.player-bar {
    position: relative;
    z-index: 1
}

#search-home {
    background-color: #fff;
    padding: 30px 0;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;

}

@media only screen and (min-width: 767px) {
    #search-home{
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

#search-home .form-search {
    position: relative
}

#search-home .form-search .input-search {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 55px;
    padding: 0 15px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 18px;
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#search-home .form-search .submit-search,
#search-home .form-search .icon-search {
    position: absolute;
    right: 13px;
    top: 13px
}
#search-home .form-search .submit-search {
    width: 21px;
    height: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 2
}
#search-home .form-search .icon-search {
    color: #535353;
    font-size: 21px;
    z-index: 1;
    right: 1rem;
    top: 1rem;
}

/*#search-home .form-search {
    position: relative
}
#search-home .input-search {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 55px;
    padding: 0 15px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 12px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}
#search-home .input-search:focus {
    outline: none
}

#search-home .icon-search {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    font-size: 21px;
    color: #535353
}*/

#search-home p {
    font-size: 14px
}
#search-home p span {
    color: #b3174b;
    text-decoration: underline
}
#top-mundial-home {
    background-color: #f0f0f0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    height: calc(100vh - 447px);
    min-height: 200px;
}
#top-mundial-home .top-mundial-header {
    margin-bottom: 25px;
    *zoom: 1
}
#top-mundial-home .top-mundial-header:after {
    content: "";
    display: table;
    clear: both
}
#top-mundial-home .top-mundial-header .title {
    float: left;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
#top-mundial-home .top-mundial-header .title i {
    font-size: 16px;
    margin-right: 10px
}
#top-mundial-home .top-mundial-header .permalink {
    float: right;
    margin-top: 3px
}
#site-footer {
    background-color: #1f1f1f;
    padding: 1rem;
    color: #fff;
    font-size: 11px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    padding-left: 1rem !important;
    padding-bottom: 3px;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.audio-player {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    *zoom: 1
}
.audio-player:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-ui {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35)
}
.audio-player .audio-ui div {
    margin: 0px auto;
}
/*.audio-player .audio-status-bar {
    width: 100%;
    z-index: 1;
    position: relative;
    *zoom: 1
}
.audio-player .audio-status-bar:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-controls {
    width: calc(100% - 160px);
    left: 50%;
    z-index: 2;
    position: relative;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    *zoom: 1
}
.audio-player .audio-controls:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-controls ul {
    overflow: hidden;
    width: 100%;
    *zoom: 1
}
.audio-player .audio-controls ul:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-controls ul li {
    position: relative;
    width: 33.3333%;
    height: 52px;
    float: left;
    height: 50px
}
.audio-player .audio-time {
    width: 100%;
    z-index: 1;
    position: absolute;
    *zoom: 1
}
.audio-player .audio-time:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-time .audio-time-elapsed,
.audio-player .audio-time .audio-time-total {
    width: 50%;
    display: block;
    float: left;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 0.9rem;
    padding: 18px 16px
}
.audio-player .audio-time .audio-time-elapsed {
    text-align: left
}
.audio-player .audio-time .audio-time-total {
    text-align: right
}
.audio-player .audio-details {
    padding: 1rem;
    *zoom: 1
}
.audio-player .audio-details:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-details p {
    float: left;
    color: #fff;
    width: calc(100% - 60px)
}
.audio-player .audio-details p span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.audio-player .audio-details p .audio-details-name {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500
}
.audio-player .audio-details p .audio-details-artist {
    font-size: 14px;
    opacity: .54
}
.audio-player .audio-details .list-actions {
    float: right;
    *zoom: 1;
    margin-right: 16px;
    margin-top: 10px
}
.audio-player .audio-details .list-actions:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-details .list-actions li {
    float: left;
    margin-right: 20px
}
.audio-player .audio-details .list-actions li:last-child {
    margin-right: 0
}
.audio-player .audio-details .list-actions li a {
    color: #fff;
    font-size: 20px;
    display: block
}
.audio-player .audio-progress-bar .audio-progress-bar-wrapper {
    width: 100%;
    position: relative;
    background: #000;
    cursor: pointer
}
.audio-player .audio-progress-bar .audio-progress-bar-played {
    height: 2px;
    background: #e91e63;
    position: relative;
    -moz-box-shadow: 0 0 5px rba(255, 0, 101, 0.3);
    -webkit-box-shadow: 0 0 5px rba(255, 0, 101, 0.3);
    box-shadow: 0 0 5px rba(255, 0, 101, 0.3)
}
.audio-player .audio-progress-bar .audio-progress-bar-pointer {
    display: none
}
.audio-player .audio-playlist .audio-playlist-item {
    display: block;
    width: 100%;
    *zoom: 1
}
.audio-player .audio-playlist .audio-playlist-item:after {
    content: "";
    display: table;
    clear: both
}
.audio-player .audio-playlist .audio-playlist-meta-text .audio-player .audio-playlist .audio-playlist-meta-text p {
    font-size: 0.8rem
}*/
.audio-player .btn {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: none
}
.audio-player .btn:focus {
    outline: none
}
.audio-player .btn span {
    position: absolute;
    height: 15px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden
}
.audio-player .btn span:before,
.btn span:after {
    display: block;
    content: " ";
    height: 0;
    float: left;
    border-color: transparent;
    border-style: solid
}
#btn-prev span:before,
#btn-prev span:after,
#btn-next span:before,
#btn-next span:after,
#btn-play span:before,
#btn-play span:after {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent
}
#btn-prev span:before,
#btn-prev span:after {
    border-right: 10px solid #fff;
    border-left: 0
}
#btn-prev:active span:before,
#btn-prev:active span:after {
    border-right-color: #fff !important
}
#btn-next span:before,
#btn-next span:after {
    border-left: 10px solid #fff;
    border-right: 0
}
#btn-next:active span:before,
#btn-next:active span:after {
    border-left-color: #fff !important
}
#btn-play span:before {
    border-left: 10px solid #fff;
    border-right: 0
}
#btn-play span:after {
    display: none
}
#btn-play:active span:before,
#btn-play.active span:before {
    border-left-color: #fff !important
}
#btn-pause span:before,
#btn-pause span:after {
    width: 5px;
    height: 15px;
    background: #fff;
    border: 0
}
#btn-pause span:before {
    margin-right: 5px
}
#btn-pause span:active:before,
#btn-pause span:active:after,
#btn-pause span.active:before,
#btn-pause span.active:after {
    margin-right: 5px
}
.audio-player .audio-controls li button span:before,
.audio-player .audio-controls li button span:after {
    -moz-transition: border-color .3s ease 0s;
    -o-transition: border-color .3s ease 0s;
    -webkit-transition: border-color .3s ease;
    -webkit-transition-delay: 0s;
    transition: border-color .3s ease 0s
}

.button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 13px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.button:hover:before {
    background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
    content: none;
}

.button-green {
    border-color: #478228 #478228 #3c6f22;
    background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
    background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
    background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
    background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}

.button-blue {
    border-color: #638ef9 #4f71c6 #4963a3;
    background-image: -webkit-linear-gradient(top, #428cf4, #4165f4 66%, #4152f4);
    background-image: -moz-linear-gradient(top, #428cf4, #4165f4 66%, #4152f4);
    background-image: -o-linear-gradient(top, #428cf4, #4165f4 66%, #4152f4);
    background-image: linear-gradient(to bottom, #428cf4, #4165f4 66%, #4152f4);
}

.button-pink {
    border-color: #e1055d #af0448 #7d0334;
    background-image: -webkit-linear-gradient(top, #fa0567, #c80452 66%, #95033d);
    background-image: -moz-linear-gradient(top, #fa0567, #c80452 66%, #95033d);
    background-image: -o-linear-gradient(top, #fa0567, #c80452 66%, #95033d);
    background-image: linear-gradient(to bottom, #fa0567, #c80452 66%, #95033d);
}

.button-yellow {
    border-color: #ffbe33 #ffae00 #cc8b00;
    background-image: -webkit-linear-gradient(top, #ffc03a, #ffb61a 66%, #e69d00);
    background-image: -moz-linear-gradient(top, #ffc03a, #ffb61a 66%, #e69d00);
    background-image: -o-linear-gradient(top, #ffc03a, #ffb61a 66%, #e69d00);
    background-image: linear-gradient(to bottom, #ffc03a, #ffb61a 66%, #e69d00);
}

.button-green:active {
    background: #5ca934;
    border-color: #3c6f22 #478228 #478228;
}

.link {
    color:#94133E;
}

/* Autocomplete */
.autocomplete-suggestions { border:1px solid #a4a4a4; border-top:none; background:#FFF; box-shadow:0 3px 6px #AAA; -moz-box-shadow:0 3px 6px #AAA;-webkit-box-shadow:0 3px 6px #AAA; border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;overflow:auto;text-transform: capitalize;}
.autocomplete-suggestions > div { padding:10px; border:none;cursor: pointer; }
.autocomplete-suggestions > div + div { border-top:1px solid #EEE; }
.autocomplete-suggestions .autocomplete-selected { background:#EDFDFF; }
.autocomplete-suggestions strong { color:#94133E; }

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: none;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 1vh;
    cursor: pointer;
    font-size:12px;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
    font-weight: 700;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}

.center-div{
    position: absolute;
    margin: 0px auto;
    width: 350px;
}

.dot {
    background: #000;
    float: left;
    height: 5px;
    margin-left: 4px;
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
}

.dots {
    margin-bottom:5px;
}

.title-theme-recent {
    font-size:14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 5px 5px;
}

.item{
    background-color: #0092ef;
}