#copaamerica-header {
    background: url(https://www-storage.13.cl/t13/resources/copa-america/image/menu-CA.jpg) #0e0554 no-repeat bottom;
    position: relative;
    box-shadow: 0 15px 30px rgb(0 0 0 / 29%);
}

#copaamerica-header .layour-container {
    max-width: calc(1330px - 60px);
    margin: auto;
}

#copaamerica-header a.logo {
    max-width: 256px;
    transition: opacity .3s;
    /* display: block; */
}

#copaamerica-header img.logo--desktop {
    max-width: 85px;
    width: 100%;
}

#copaamerica-header img.logo--mobile {
    display: none;
}

#copaamerica-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0px;
}

#copaamerica-header img#ca2021-marcas {
    max-width: 260px;
    height: auto;
    width: 100%;
}

section.plebiscito-landing__outstanding {
    background: url(https://www-storage.13.cl/t13/resources/copa-america/image/bg-destacados.jpg) #002979 no-repeat top;
}

.plebiscito-landing__outstanding__wrapper .wrapper_item_horizontal .item_horizontal article .info h3 {
        color: #fff;
}

.banner__top {
    padding: 30px 0px;
    text-align: center;
}

.more_news {
    background: #140e53;
}

.more_news__wrapper .banner{
    background-color: #140e53;
}
.more_news:after {
    background-color: #140e53;
}

.more_news__wrapper .content_news__group .item__texts span {
    color: #b9b9b9;
}

.pager-show-more a {
    background-color: #f7d105;
    color: #eaeaeb;
    border: 3px solid #f7d105;
}
.more_news__wrapper .content_news__group .item__texts .button {
    background-color: #f7d105;
    box-shadow: -4px 4px 0 #716d43;
}
@media(max-width:767px) {
    #copaamerica-header img.logo--desktop {
        display:none;
    }
    #copaamerica-header img.logo--mobile {
        display:block;
        max-width: 183px;
        width: 100%;
        margin-bottom: 30px;
    }
    #copaamerica-header ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
