/* Slider personalizable */

.esport-team-landing-main-slider .msp_post_slider .msp_post_slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* Estilos generales */

.msp_post_slider .msp_post_slide .slider-caption .btn {
    background: #182957 !important;
}

.main-match-shedule {
    padding: 35px 0 35px 0;
}

.main-match-shedule.amateurs-match-shedule ul.player-filters {
    padding-bottom: 34px;
}
.main-match-shedule.amateurs-match-shedule > ul.player-filters li a {
    color: #e5e5e5;
}
.main-match-shedule.amateurs-match-shedule > ul.player-filters li a:before {
    background: #c68100;
}

.main-match-shedule h6 {
    color: #e5e5e5 !important;
    padding: 0 0 15px 0;
    margin-top: 0;
}

.main-match-shedule .last-games-container {
    padding-top: 35px;
    /* padding-bottom: 35px; */
}

@media (min-width: 992px) {
    .main-match-shedule .last-games-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.main-next-match {
    position: relative;
}
.main-next-match.bg-cover {
    background-size: 50% 50%;
}
.main-next-match .wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main-next-match .champ-image {
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
}
.main-next-match .place {
    padding-top: 36px;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    color: #e5e5e5;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.main-next-match .date {
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    color: #e5e5e5;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.main-next-match .teams-wrap {
    padding: 0 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.main-next-match .teams-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-next-match .teams-wrap .teams {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.main-next-match .teams-wrap .team {
    width: 45%;
    display: flex;
    justify-content: space-around;
}
.main-next-match .teams-wrap .team img {
    margin: 0 !important;
}
.main-next-match .teams-wrap .team1 span:first-child,
.main-next-match .teams-wrap .team2 span:first-child {
    margin: auto 15px auto 0;
}
.main-next-match .teams-wrap .team > span {
    height: min-content;
    margin: auto 0;
}
.main-next-match .teams-wrap > * {
    display: inline-block;
    vertical-align: middle;
}
.main-next-match .teams-wrap .vs {
    padding: 0 15px;
    font-size: 12px;
    line-height: normal;
    color: #e5e5e5;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    width: 10%;
    height: min-content;
    margin: auto;
}
.main-next-match .teams-wrap .team {
    font-size: 12px;
    line-height: normal;
    color: #e5e5e5;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.main-next-match .teams-wrap .team img {
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
.main-next-match .teams-wrap .team1 {
    font-size: 12px;
    line-height: normal;
    color: #e5e5e5;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.main-next-match .teams-wrap .team1 img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.main-next-match .teams-wrap .team span {
    display: table-cell;
    vertical-align: middle;
}
.main-next-match .teams-wrap .team1 span {
    display: table-cell;
    vertical-align: middle;
}
.main-next-match .booking {
    padding: 5px 30px;
    display: inline-block;
    background: #182957;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.main-next-match .booking:hover {
    color: #fff;
    background: #141414;
}
.main-next-match .next-match-background-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.main-lates-matches .item {
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #141414;
    display: block;
    background: #1f1f1f;
    box-sizing: border-box;
}
.main-lates-matches .item:hover {
    border-bottom: 1px solid #b89f67;
    transition: all 0.5s;
}
.main-lates-matches .item:last-child {
    border-bottom: none;
}
.main-lates-matches .item .championship {
    padding-bottom: 4px;
    clear: both;
    font-size: 10px;
    color: #666;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.main-lates-matches .item .teams-wrap {
    width: 100%;
    display: inline-block;
    font-size: 0;
}
.main-lates-matches .item .teams-wrap > * {
    vertical-align: middle;
}
.main-lates-matches .item .team {
    width: 40%;
    display: inline-block;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #e5e5e5;
}
.main-lates-matches .item .team img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: contain;
}
.main-lates-matches .item .team span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.main-lates-matches .item .team1 span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.main-lates-matches .item .team1 {
    width: 40%;
    display: inline-block;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #e5e5e5;
    text-align: right;
}
.main-lates-matches .item .team1 img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    object-fit: contain;
}
.main-lates-matches .item .score {
    width: 20%;
    display: inline-block;
    text-align: center;
}
.main-lates-matches .item .score span {
    min-width: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    background: transparent;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 10px;
}
.main-lates-matches .item .game-result {
    font-size: 10px;
    color: #666;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.img-footer {
    display: block;
    max-width: 100%;
    height: 200px !important;
    object-fit: cover;
    width: 100%;
}

table {
    margin-bottom: 30px;
    width: 100%;
}
table tr {
    cursor: pointer;
}
table tr th {
    background: #141414;
    font-size: 10px;
    text-transform: uppercase;
    color: #a3a3a3;
    height: 32px;
    text-align: center;
}
table tr th:first-child {
    padding-left: 20px;
    text-align: left;
}
table tr td {
    padding: 0 20px;
    height: 50px;
    line-height: normal;
    border-bottom: 1px solid #161616 !important;
    font-size: 12px;
    color: #e5e5e5;
    text-align: center;
    white-space: nowrap;
    background: #292929 !important;
}

table tr:hover td,  .team-selected-positions td {
    background: #232323 !important;
    border-bottom: 1px solid #b89f67 !important;
}

.standing-full tr td.form {
    border: solid 1px #141414 !important;
    border-width: 0 1px 1px 1px;
}

table tr td:last-child span {
    border: solid 1px #141414 !important;
}

.standing-full tr td.points span {
    width: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 9px;
    background: #e5e5e5;
    display: inline-block;
    color: black;
}

.club-standings table td:last-child span {
    border: 1px solid #e5e5e5 !important;
}

table tr td > * {
    vertical-align: middle;
}
table tr td:first-child {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: left;
}
table tr td:last-child {
    font-weight: 700;
}
table tr td:first-child i {
    margin-right: 8px;
    font-size: 16px;
}
table tr td:first-child span {
    line-height: 29px;
}
table tr td.up i {
    color: #4caf50;
}
table tr td.down i {
    color: #f44336;
}
table tr td.none i {
    color: #666;
    font-size: 10px;
}
table tr td:last-child span {
    width: 40px;
    height: 30px;
    line-height: 28px;
    border-radius: 9px;
    background: transparent;
    display: inline-block;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
}
table tr td .team {
    padding: 0 15px 0 0;
}
table tr:hover td i {
    color: #292929;
}

.club-main-stat .last-match .score span {
    margin: 0 0 0 8px;
    width: 40%;
    padding: 0 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #e5e5e5;
    background: #182957;
    height: 32px;
    line-height: 30px;
    border-radius: 9px;
    display: inline-block;
}

.club-main-stat .last-match {
    padding: 30px;
    background: #1f1f1f;
    border-bottom: #b89f67;
    font-size: 0;
}

#attack-per-game > .ct-chart-line {
    background: #292929;
}
#attack-per-game > svg > g.ct-grids > line {
    stroke: #000;
}

.ct-label {
    color: #e5e5e5;
    font-size: 12px;
    margin-top: 8px;
}

.ct-series-a .ct-line,
.ct-series-a .ct-point {
    stroke: #b79f67;
}

.canvas-minutes {
    padding-top: 20px;
    margin-bottom: 20px;
    background: #292929;
}

#label_placement > svg > g > g.ct-series.ct-series-a > line {
    stroke: #d70206;
}
#label_placement > svg > g > g.ct-series.ct-series-b > line {
    stroke: #f05b4f;
}
#label_placement > svg > g > g.ct-series.ct-series-c > line {
    stroke: #f4c63d;
}
#label_placement > svg > g > g.ct-series.ct-series-d > line {
    stroke: #d17905;
}
#label_placement > svg > g > g.ct-series.ct-series-e > line {
    stroke: #59922b;
}
#label_placement > svg > g > g.ct-series.ct-series-f > line {
    stroke: #9043ad;
}
#label_placement > svg > g > g.ct-series.ct-series-g > line {
    stroke: #0544d3;
}
#label_placement > svg > g.ct-grids > line {
    stroke: #000;
}

.btn-download {
    background: #182957;
    font-size: 12px;
    margin: 0 auto;
    width: max-content;
    display: block;
}

#boxscore {
    padding-top: 7rem;
    padding-bottom: 8rem;
}

.msg {
    padding: 1rem 2rem;
    color: #a2a2a2;
    background-color: #292929;
    border-radius: 5px;
}

.msg p {
    margin-bottom: 0px;
}

.msg-success {
    border-left: 5px solid #59922b;
}

.msg-success i {
    color: #59922b;
    margin-right: 5px;
}

.msg-fail {
    border-left: 5px solid #f4313f;
}

.msg-fail i {
    color: #f4313f;
    margin-right: 5px;
}

li.facebook a {
    color: #3b5998 !important;
}

li.twitter a {
    color: #1da1f2 !important;
}

li.google a {
    color: #f4313f !important;
}

li.whatsapp a {
    color: #25d366 !important;
}

li.instagram a {
    color: #f43168 !important;
}

.top-bar {
    padding: 0px 0 !important;
    background: #1d1d1d;
    line-height: 0px !important;
}

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

.socials {
    padding: 10px 40px 10px 0 !important;
    display: inline-block;
}

#match-content {
    position: relative;
}

.rtv {
    position: relative;
    padding: 10px 0;
}

.esport-team-landing-players {
    background: url(../images/bg/b4.png), no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.esport-team-landing-players-sllider-section {
    padding-top: 0px;
    border-bottom: 3px solid #111314;
    padding-bottom: 0px;
}

/* .esport-championship-sponsors {
    background-image: url(../images/bg/bg8.png);
    background-size: cover;
} */

#news {
    padding-bottom: 7rem;
}

table tr th {
    font-size: 12px;
}

.standing-full tr th {
    height: 49px;
    font-size: 12px;
    color: #fff;
    background: #141414;
}

.standing-full td img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.esport-championship-win-team {
    background-image: url(../images/bg/bg3.png);
    background-size: cover;
}

ul.esport-championship-timline-tabs > li.active > a:before {
    background: linear-gradient(to bottom, #b89f67 30%, #968154 60%);
    border: none;
    background-color: #b89f67;
    background-blend-mode: hard-light;
    box-shadow: 0 0 20px #b89f67;
}

.esport-championship-win-team img {
    -webkit-filter: drop-shadow(0 10px 15px #b89f67);
    filter: drop-shadow(0 10px 15px #b89f67);
    height: 130px;
    width: 100%;
    object-fit: contain;
}

.club-main-stat .last-match .team {
    width: 40%;
}



#boxscore .last-match .team {
    width: 35%;
}

.club-main-stat .last-match .score {
    text-align: center;
    width: 20%;
    font-size: 18px;
    font-weight: 700;
    color: #e5e5e5;
}

.open {
    display: block;
    animation: fadeIn;
    animation-duration: 0.5s;
}

.closed {
    display: none;
    animation: fadeIn;
    animation-duration: 0.5s;
}

.bs {
    cursor: pointer;
}

.news-list .item .img-wrap .bage,
.news-list .item .img-wrap .bage:before {
    border-radius: 3px;
}

.pagination-wrap .pagination li a {
    border-radius: 5px;
}

.author-box .top {
    padding: 15px 30px;
}

.comment-item .info .date a:hover {
    color: #b89f67;
}

@media (max-width: 650px) {
    .main-lates-matches .item .score,
    .main-lates-matches .item .team,
    .main-lates-matches .item .team1 {
        width: 100%;
    }
    .main-lates-matches .item .team span,
    .main-lates-matches .item .team1 span {
        width: 100%;
        text-align: center;
    }
    .main-lates-matches .item .team img,
    .main-lates-matches .item .team1 img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .landing-sport-next-match .team.right {
        text-align: center;
    }

    .landing-sport-next-match .team.left {
        text-align: center;
    }

    .main-lates-matches .item .team span {
        max-width: 70%;
    }

    .main-lates-matches .item .team1 span {
        max-width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .news-single .item .img-wrap img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .club-main-stat .last-match .team .name {
        font-size: 12px;
    }

    .team img {
        width: 40px !important;
        height: 40px !important;
    }

    .last-match .date {
        width: 100%;
        margin-top: 1rem;
    }

    #boxscore .last-match .team {
        width: 40%;
    }

    .btn-bs.bs {
        width: 100% !important;
        margin-top: 1rem;
    }

    #boxscore .last-match .team .name {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .club-main-stat .last-match .team {
        width: 100%;
    }

    .club-main-stat .last-match .score {
        width: 100%;
    }

    .club-main-stat .last-match .score span {
        width: 10%;
    }

    .club-main-stat .last-match .team .name {
        font-size: 13px;
    }

    .team img {
        width: 60px !important;
        height: 60px !important;
    }

    #boxscore .last-match .team {
        width: 100%;
    }

    .btn-bs.bs {
        width: 100% !important;
        margin-top: 2rem;
    }

    .last-match .date {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-lates-matches .item .team span {
        max-width: 60%;
    }

    .main-lates-matches .item .team1 span {
        max-width: 60%;
    }

    .main-next-match .teams-wrap .vs {
        display: block;
    }

    .main-next-match .next-match-background-img {
        height: 600px;
    }

    .main-next-match.bg-cover {
        height: 600px;
    }
}

@media screen and (max-width: 575px) {
    .esport-team-landing-main-slider
        .msp_post_slider
        .msp_post_slide
        .slider-caption
        .big-title {
        font-size: 46px !important;
    }
    .club-main-stat .last-match .score span {
        width: 15%;
    }

    .main-next-match .teams-wrap .vs {
        display: block;
    }

    .main-next-match .next-match-background-img {
        height: 600px;
    }

    .main-next-match.bg-cover {
        height: 600px;
    }
}

@media screen and (max-width: 400px) {
    .main-next-match .booking {
        display: block;
        font-size: 11px;
        width: 70%;
        text-align: center;
    }
}
.team-breadcrumbs {
    min-height: 200px !important;
    height: 200px !important;
}

.team-breadcrumbs .info {
    padding-top: 34px !important;
}

.btn-bs.bs {
    width: 5%;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    color: white;
    padding: 1px;
}

.btn-bs.bs i {
    color: white;
    font-size: 16px;
}

.organisation-header-wrapper:before {
    width: 60%;
}

.main-next-match .teams-wrap {
    padding: 0 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    align-self: center;
    position: initial;
    transform: translateY(0%);
    margin-bottom: 5px;
}

.main-next-match .wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.teams-wrap .date {
    /* margin-top: 0.8rem; */
    margin-bottom: 2rem;
    display: block;
}

.teams-wrap:last-of-type,
.teams-wrap:last-of-type .date {
    margin-bottom: 0rem;
}

.landing-sport-main-news .news-wprapper:hover img {
    transform: scale(1.2);
    transition: ease-out 0.5s;
}

.esport-championship-win-team .status {
    font-size: 17px;
    margin-top: 1rem;
}

.club-main-stat .last-match .team .name {
    font-size: 13px;
}
.last-match .date {
    width: 90%;
    text-align: center;
    margin-top: 1rem;
}

#boxscore .last-match {
    padding: 30px 30px 15px 30px;
}

#boxscore .last-match .team .name {
    font-size: 14px;
}

.sponsor-img {
    width: 100px;
    object-fit: contain;
}

.sidebar-calendar {
    width: 100%;
    max-width: 300px;
}

.d-none {
    display: none;
}
.m-height-750 {
    min-height: 750px;
}

.sidebar-calendar .fc .fc-toolbar {
    display: inline-block !important;
}
#sponsors-carousel .item {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

#sponsors-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.pagination-wrap .pagination li:first-child {
    margin-right: 20px;
    float: none !important;
}
.pagination-wrap .pagination li:last-child {
    margin-left: 20px;
    float: none !important;
}

.mt-8-100 {
    margin-top: 8%;
}

.bg-white {
    background: white !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

#facebook-container {
    border-top: 10px solid #3c3b3b !important;
}

.main-next-match .next-match-background-img {
    height: 435px;
}

.fb-post.bg-white.fb_iframe_widget {
    height: 100%;
}

.contacts-wrap .contact-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #b89f67;
    font-size: 20px;
}

.contacts-wrap .contact-list li span,
.contacts-wrap .contact-list li a {
    color: #999 !important;
}

.fb-post-container iframe,
.fb-post-container span {
    width: 100% !important;
}

.text-color-white {
    color: white !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner .fa-spinner {
    animation: spin 1s linear infinite;
}

.esport-team-landing-players .wrap a:hover img {
    mix-blend-mode: normal;
}

.sponsors {
    width: 20% !important;
}

.esport-team-landing-players .wrap {
    overflow-y: hidden !important;
}

/* .esport-team-landing-players .wrap::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
} */
.esport-team-landing-players .wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: black;
}

.esport-team-landing-players .wrap::-webkit-scrollbar {
    width: 8px;
    height: 13px;
    background-color: black;
}

.esport-team-landing-players .wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #363636;
}

.esport-team-landing-players .wrap a > img {
    width: 190px;
}

#sponsors-carousel .item img {
    object-fit: contain;
}
.esport-team-landing-players .wrap a:hover img {
    width: 250px;
}

@media screen and (max-width: 992px) {
    .esport-team-landing-main-slider .msp_post_slider .msp_post_slide.slide-1 {
        background-size: contain;
    }

    #amateurs-slider .owl-carousel {
        /* height: 56.25vw !important; */
    }

    #news {
        padding-bottom: 2rem;
    }

    .esport-championship-sponsors .sponsors {
        padding-bottom: 42px;
    }

    .msp_post_slider .nav-arrow {
        height: 44px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .club-main-stat .last-match .score {
        width: 20%;
        align-self: center;
    }

    #boxscore .last-match .team {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    #boxscore .last-match {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #boxscore .last-match .team .name {
        order: 2;
        margin-bottom: 1rem;
    }

    .club-main-stat .last-match .score span {
        width: 40px;
    }
}

@media screen and (max-width: 600px) {
    .club-main-stat .last-match .score {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .main-next-match .next-match-background-img {
        height: 600px;
    }
}

@media screen and (max-width: 575px) {
    .main-next-match .teams-wrap .team1 span:first-child,
    .main-next-match .teams-wrap .team2 span:first-child {
        margin: auto 0px auto 0;
    }

    .main-next-match .next-match-background-img {
        height: 100%;
    }

    .main-next-match.bg-cover {
        height: 1589px;
    }

    .main-next-match .teams-wrap .teams {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .main-next-match .teams-wrap .team1,
    .main-next-match .teams-wrap .team2 {
        display: flex;
        flex-direction: column;
        align-self: center;
        margin-bottom: 1rem;
    }

    .main-next-match .teams-wrap .vs {
        padding-bottom: 1rem !important;
        font-size: 15px;
        padding-top: 1rem !important;
    }

    .main-next-match .teams-wrap .team1 span:first-child {
        margin-bottom: 1rem;
    }
    .main-next-match .teams-wrap .team2 span:first-child {
        margin: auto 0px auto 0;
        margin-bottom: 1rem;
    }

    .main-next-match .teams-wrap {
        margin-top: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.523);
    }

    .teams-wrap:last-of-type,
    .teams-wrap:last-of-type .date {
        border-bottom: 1px solid transparent;
    }
}
.sport-cmapionship-shedule-section hr:last-child {
    display: none;
}
@media (min-width: 992px) {
    .sport-cmapionship-shedule-section hr {
        display: none;
    }
}
.banner-single-image {
    width: 100%;
}

.download .btn-light {
    font-size: 1rem !important;
    padding: 10px 18px !important;
    /* border: 1px solid rgb(242, 242, 242);
    color: white;
    background-color: transparent; */
}

.download {
    align-self: center;
}

.top-contacts {
    display: flex;
    justify-content: space-between;
}

.opening {
    border-bottom: 1px solid rgba(220, 220, 220, 0.434);
    margin-bottom: 2rem;
    padding-bottom: 2rem !important;
}

.opening:last-of-type {
    border-bottom: 1px solid rgba(220, 220, 220, 0);
    margin-bottom: 0rem;
    padding-bottom: 0rem !important;
}

.today-vs {
    display: none;
}

.today-vs ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.today-vs li {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.today-vs img {
    width: 60px;
    height: 60px;
}

.today-vs .vs {
    align-self: center;
    margin-right: 1rem;
    margin-left: 1rem;
}

.today-vs .vs span {
    background-color: transparent;
    font-size: 1.4rem;
    border: 1px solid gainsboro;
    height: 36px;
    width: min-content;
    line-height: 33px;
}

.today-vs li:before {
    display: none;
}

.today-vs .team-name {
    text-transform: uppercase;
    font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
    .download .btn,
    .burger-btn,
    .download li {
        float: right;
    }

    .download li {
        display: flex;
    }

    .download li a {
        margin-top: 22px;
        margin-right: 0.5rem;
    }

    .download .btn {
        margin-top: 2.2rem;
        margin-right: 1.5rem;
        font-size: 1rem !important;
        padding: 10px 14px !important;
    }

    .download .btn span {
        display: none;
    }

    .main-menu-wrap .navbar {
        padding-top: 0px;
    }

    .opening {
        border-bottom: 1px solid rgba(220, 220, 220, 0);
        margin-bottom: 0rem;
        padding-bottom: 0rem !important;
    }

    .team.right,
    .team.left {
        display: none;
    }

    #homeLiveGame .team.right,
    .team.left {
        display: block;
    }

    .counter {
        margin-bottom: 0px !important;
    }

    .today-vs {
        display: block;
    }

    .main-menu-wrap .custom-logo-link {
        height: 80px;
    }

    .main-menu-wrap .custom-logo-link img {
        height: 30px;
    }
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn.btn-small {
    font-size: 1.2rem;
}
.view-all-news {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.landing-sport-main-news .news-border {
    background-color: rgba(0, 0, 0, 0.75);
}

.esport-team-landing-players .wrap a > .name,
.esport-team-landing-players .wrap a:hover > .info-bord {
    background: linear-gradient(
        to top,
        rgb(0 0 0 / 94%) 27%,
        rgb(0 0 0 / 31%) 79%
    );
}

.footer .footer-left,
.footer .foot-contact {
    padding: 28px 0 0 0;
}

.footer .foot-left-menu {
    padding: 17px 0 41px 0;
}

.image-header .info {
    height: 300px;
    display: flex;
    padding: 0px;
}

.team-breadcrumbs .info {
    display: flex;
    height: 200px;
    padding: 0px;
}

.team-breadcrumbs .wrap,
.image-header .wrap {
    align-self: center;
}

.date-last-match-roster {
    width: 100%;
}

.date-last-match-roster p {
    color: gainsboro;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

table tr.active td {
    background: #232323 !important;
    border-bottom: 1px solid #b89f67 !important;
}

.standing-table-wrap {
    padding: 45px 0 0px 0;
}
/* #boxscore .last-match .team {
    width: 40%;
} */
/* .last-match .date {
    width: 100%;
} */

.navbar-toggle {
    margin: 22px 0 0 0;
}

@media screen and (max-width: 768px) {
    .main-lates-matches .item .team1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-lates-matches .item .team {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .main-lates-matches .item .teams-wrap {
        display: flex;
    }

    .main-lates-matches .item .score,
    .main-lates-matches .item .team,
    .main-lates-matches .item .team1 {
        align-self: center;
    }

    .main-lates-matches .item .team1 span,
    .main-lates-matches .item .team span {
        margin-top: 0.8rem;
        font-size: 1rem;
    }

    .main-lates-matches .item .team1 span img,
    .main-lates-matches .item .team span img {
        width: 45px !important;
        height: 45px !important;
    }

    .main-lates-matches .item .game-result {
        margin-top: 1.5rem !important;
    }
}

.header-table {
    padding: 1rem;
    background-color: black;
    border-radius: 5px 5px 0px 0px;
}

.header-table span:nth-of-type(2) {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(229, 229, 229);
    margin-left: 1rem;
    text-transform: uppercase;
}

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

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

.total-result td {
    background: black !important;
    color: gainsboro;
    font-weight: 700;
}

.total-result:hover td {
    background: black !important;
}

.info-table {
    padding: 2rem 2rem 1rem 2rem;
    background: #292929;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 2rem;
}

.info-table li {
    padding-bottom: 1rem;
    color: gainsboro;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

tr.bg-dark th {
    background: #0b0b0b !important;
}

.landing-sport-main-news img {
    height: 250px;
    object-position: center;
}

@media screen and (max-width: 992px) {
    .landing-sport-main-news img {
        height: 300px;
    }
}

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

.news-single .item .img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btn-app {
    font-size: 0px;
    display: block;
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 109px;
    height: 34px;
    background-color: transparent;
}

.btn-app:hover {
    opacity: 0.9;
}

.btn-app.android {
    background-image: url(../images/modal/btn-android.png);
    margin-right: 0.5rem;
}

.btn-app.ios {
    background-image: url(../images/modal/btn-ios.png);
}

.btn-app.venezuela {
    width: 25px;
    background-image: url(../images/flag/venezuela.png);
    margin-right: 0.7rem;
    background-size: contain;
}

.btn-app.puerto-rico {
    width: 25px;
    background-image: url(../images/flag/puerto-rico-flag.png);
    margin-right: 0.7rem;
    background-size: contain;
}

.btn-app.rep-dominicana {
    width: 25px;
    background-image: url(../images/flag/rep-dom.png);
    margin-right: 0.7rem;
    background-size: contain;
}

.btn-app.mexico {
    width: 31px;
    background-image: url(../images/flag/mexico.png);
    margin-right: 0.7rem;
    background-size: contain;
}

.btn-app.serie-caribe {
    width: 70px;
    background-image: url(../images/flag/serie-del-caribe.svg);
    margin-right: 1.2rem;
    background-size: contain;
}

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

@media screen and (max-width: 992px) {
    .standing-full tr td {
        padding: 0 35px;
    }

    /* .team.right {
        display: block;
    } */

    #estadios .wrap,
    #directivos .wrap {
        overflow-x: auto;
    }

    .esport-team-landing-players .wrap a:hover img {
        width: 190px;
    }

    .esport-team-landing-players .wrap .info-bord .name {
        font-size: 15px;
        white-space: wrap;
    }
}

footer .copyrights a:hover,
footer .copyrights a:focus {
    color: unset;
}

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

.align-self-center {
    align-self: center !important;
}

.club-wrap .team-title {
    margin-bottom: 2rem;
}

.club-wrap .team-title a {
    color: white;
    border: 1px solid white;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
}

.club-wrap .team-title a:hover {
    opacity: 0.8;
}

.org-club-info .item {
    padding-bottom: 10px;
}

.org-club-info .item a {
    color: white;
}

.foot-contact .flags {
    margin-bottom: 1.5rem;
}

.slider-liga-pr h5.esport-landing-header,
.slider-liga-pr .name,
h5.esport-landing-header,
.esport-championship-win-team .text span,
.esport-championship-win-team .text span,
ul.esport-championship-timline-tabs > li > a {
    font-family: Raleway, sans-serif !important;
}

.serie-select {
    display: flex;
    justify-content: end;
}

.serie-select select {
    padding: 1rem 1.5rem;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 8px;
}

.serie-select select:first-of-type {
    margin-right: 1rem;
}

.serie-select option {
    color: black;
}

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

.sidebar-sublist .arrow {
    display: none;
}

@media (max-width: 1200px) {
    .main-menu li {
        border-bottom: 1px solid #ffffff4f;
        padding: 1rem 0px;
    }

    .main-menu {
        padding-left: 0px;
    }

    .main-menu li ul li {
        border-bottom: none;
        padding: 0.5rem 0px;
    }

    .sidebar-sublist a {
        display: flex !important;
        justify-content: space-between;
        background-color: transparent !important;
    }

    .sidebar-sublist a span {
        display: block !important;
    }

    .sidebar-sublist .arrow {
        display: block;
    }

    .sidebar-sublist.open .arrow {
        transform: rotate(180deg);
        transition: 0.2s ease-out;
    }


    .sidebar-sublist .arrow::before {
        display: none;
    }

    .sidebar-sublist.closed ul {
        display: none;
    }

    .sidebar-sublist.open ul {
        display: block;
    }
}

.navbar .btn-app.serie-caribe, .navbar .btn-app.mexico, .navbar .btn-app.rep-dominicana, .navbar .btn-app.venezuela, .navbar .btn-app.puerto-rico{
    display: block;
}

.navbar .download {
    padding: 1rem 0rem 3rem 0rem;
}

.navbar .download li {
    float: none !important;
}

.navbar .download li a{
    margin-top: 1rem;
}

@media screen and (min-width: 992px){
    .navbar .btn-app.serie-caribe, .navbar .btn-app.mexico, .navbar .btn-app.rep-dominicana, .navbar .btn-app.venezuela, .navbar .btn-app.puerto-rico{
        display: none;
    }

}
#homeLiveGame .custom-bg{
    background: url(../images/bg/bg9.webp);
    background-position: 100% 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 32px;
}

#homeLiveGame.club-main-stat .last-match .team .name {
    font-weight: 900;
    text-shadow: 4px 3px 7px rgba(0, 0, 0, 1);
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px black);

}

@media (max-width: 992px) {
    #homeLiveGame .custom-bg{
       text-align: center;
    }
    #homeLiveGame.club-main-stat .last-match .team {
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
    }
    #homeLiveGame.club-main-stat .last-match .score {
        width: 34%;
        margin: 16px 0;
     
    }
    #homeLiveGame.club-main-stat .last-match .score span {
        width: max-content;
        padding: 0 20px;
    }
    
}
@media (max-width: 575px) {
  
   
    #homeLiveGame.club-main-stat .last-match .score {
        width: 100%;
     
    }
   

    
    
}
#homeLiveGame.club-main-stat .date-last-match-roster p {
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 2rem;
    text-shadow: 4px 3px 7px rgba(0, 0, 0, 1);
}
#homeLiveGame .custom-bg > .bg-filter{
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(246, 3, 3);
    background: linear-gradient(90deg, rgba(246, 3, 3, 1) 0%, rgba(10, 107, 172, 1) 100%);
    top: 0;
    left: 0;
    opacity: 0.2;
}
#homeLiveGame .containerSenalLive{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.bolaenvivo {
    display: block;
    width: 20px; 
    height: 20px; 
    background-color: red; 
    margin: 0 5px;
    border-radius: 50%; 
    opacity: 1; 
    animation: desvanecer 2s infinite; 
}

.containerBolaRoja{
    display: flex;
    align-items: center;
}
.containerBolaRoja a:hover{
   color: white!important
}

@keyframes desvanecer {
    0%, 100% {
        opacity: 1; 
    }
    50% {
        opacity: 0; 
    }
}

.leader-filters{
    position: relative;
    z-index: 100;
}

.relative{
    position:  relative !important;
}

.d-block{
    display: block;
}

.standing-full.overflow-scroll.batting-table.d-block tbody, .standing-full.overflow-scroll.pitching-table.d-block tbody{
    display: table;
    width: 100%;
}

.pagination-boxscore {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pagination-boxscore .pagination > li > a, .pagination-boxscore .pagination > li > span {
    color: #fcfcfc;
    background-color: #292929;
    border: 1px solid #000;
}

.pagination-boxscore .pagination > .disabled > a, .pagination-boxscore .pagination > .disabled > a:focus, .pagination-boxscore .pagination > .disabled > a:hover, .pagination-boxscore .pagination > .disabled > span, .pagination-boxscore .pagination > .disabled > span:focus, .pagination-boxscore .pagination > .disabled > span:hover {
    color: #777;
    background-color: #292929;
    border-color: #333;
}

.pagination-boxscore .pagination > .active > a, .pagination-boxscore .pagination > .active > a:focus, .pagination-boxscore .pagination > .active > a:hover, .pagination-boxscore .pagination > .active > span, .pagination-boxscore .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #182957;
    border-color: #182957;
}

@media screen and (max-width: 992px) {
     .team.left {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .serie-select {
        flex-direction: column;
        padding: 0 16px;
        gap: 10px;
    }
}

