.plebiscito-landing__outstanding {
    background: #bbcbd4;
}
.plebiscito-landing-stripe {
    background: #202528;
}
.plebiscito-landing-stripe__container {
    width: calc(100% - 40px);
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.plebiscito-landing-stripe__container ul {
    display: flex;
    gap: 10px;
}
.plebiscito-landing-stripe__container ul a {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease-in-out;
    color: #fff;
    font-weight: 400;
    border: 2px solid;
    border-radius: 10px;
    height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.plebiscito-landing-stripe__container ul a a:hover {
    opacity: .4;
}
.more_news__wrapper .content_news h2 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 25px;
}
.more_news__wrapper .content_news__group {
    padding: 44px 38px 76px 0px;
}
.more_news__wrapper .content_news__group .item__texts .button {
    background-color: #ed392f;
    box-shadow: none;
}
.more_news__wrapper .content_news__group .item__image {
    border: none;
}
.more_news__wrapper .banner {
    background-color: rgb(1 107 181);
}
.more_news:after {
    background-color: rgb(1 107 181);
}
@media only screen and (max-width: 767px){ 
    .plebiscito-landing-stripe__container ul {
        flex-direction: column;
    }
    .plebiscito-landing-stripe__container ul a {
        width: auto;
        width: -webkit-auto;
        width: -moz-auto;
    }
}