﻿.info, .show-about, .minisite .featured::before, .site-main-minisite .features-ms {
    display: none !important; 
}
#content {
    background: url(/images/copaamerica/white-background-general.png);
        background-size: contain;
    background-position: top center;
}
.countdown, .hide {
    display:block !important;
}


.stars-cdw {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    background-color: #0162DD;
    min-height: 50px;
    max-width: 1000px;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-image: url(/images/copaamerica/ca-stars.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    flex-wrap: wrap;
    position: relative;
}
.maskot-cm {
    position: absolute;
    right: 0;
}
.box-h {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    background: #003282;
    min-width: 60px;
    min-height: 25px;
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
    border-radius: 10px;
    font-family: Gabarito, system-ui, sans-serif;
}
.box-h span {
    display: block;
    font-weight: normal;
}
.countdown-cam {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.featured.featuredin {
    background: url(/images/copaamerica/Copaamerica_L.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: 75px;
}
.article-content {
    color: #000;
}
h1.light {
    color: #000;
}
.banner-placeholder.light, .shows .banner-placeholder.vertical {
    background: #140e54;
    border-radius: 10px;
}
h1.copah1 {
    color: #003283;
    font-size: 1.5rem;
    padding: 30px 0px;
    margin: 0 auto;
    font-family: 'Cera-Ant1-black';
}
.shows.tabbed.tabbed-container.container {
    margin-top: 20px;
}
.webtv-btn a {
    background-color: #fe2a29 !important;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 1rem;
}
.item.overlay a {
    overflow: hidden;
    border-radius: 10px;
}
.infinite-more.dark .icon {
    border-color: transparent !important;
}
.CopaSwiper {
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 65px 0px;
}
.hide {
    margin: 0 20px;
}
.swiper-button-next-copa {
    position: absolute;
    top: 10px;
    right: 0px;
}
.swiper-button-prev-copa {
    position: absolute;
    top: 10px;
    right: 50px;
}
i.fa-solid.fa-circle-chevron-right {
    color: #003281 !important;
}
i.fa-solid.fa-circle-chevron-left {
    color: #003281 !important;
}
.posprog {
    position: absolute;
    top: -15px;
    left: 0;
}
.games {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}
.game-pr {
    display:none;
    max-width: 350px;
}
@media (max-width: 768px) {
    .featured , .featured.featuredin{
        background: url(/images/copaamerica/Header_Mobile_414x560px.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

        .featured img {
            display: none;
        }
}

.subcategories {
    color:#140e54;
    font-family: 'Cera-Ant1-black';
}
.videoteaserarea {
    position: relative !important;
    min-width: 300px;
    min-height: 200px;
    display: block;
    font-family: Arial !important;
    padding: 0px 20px;
}
.copaheadeline {
    font-family: 'Cera-Ant1-black';
    color: #140E53;
    padding: 0px 20px;
    margin-bottom: 0px;
    font-size: 1rem;
}
.teams_result {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.teams_result img {
    max-width: 90%;
    height: 100%;
    max-height: 70px;
    padding-bottom: 20px;
}
.resultCopaAmerica {
    color: #140E53;
    font-family: 'Cera-Ant1-black';
}
.team {
    width: 33%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-transform:capitalize;
}
.group {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.main_header_results {
    background-color: #23277C;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
        position: relative;
    z-index: 1;
}
.rest_result {
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 40px 20px 20px 20px;
    margin-top: -20px;
    z-index: 0;
    position: relative;
}
.resultCopaAmerica .swiper-slide {
    border: 1px solid #ccc;
    border-radius: 20px;
}
.date_result {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding-bottom:20px;
    color: #003087;
}
.stadium_result {
    padding: 10px;
    text-align: center;
    color: #5CA9F2;
    font-weight: bold;
    text-transform: capitalize;
    min-height: 60px;
}