section#promocoes {
    position: relative;
}

section#promocoes header.banner {
    margin-bottom: 0;
    border: 0;
}

section#promocoes img {
    width: 100%;
    display: block;
}

section#promocoes .page__Promo {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section#promocoes .page__Promo .wrapper__Filter {
    background: #F5C63A;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 40px;
}

section#promocoes .page__Promo .wrapper__Filter ul {
    width: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transform: translateX(-16px);
}

section#promocoes .page__Promo .wrapper__Filter ul li {
    padding: 0 10px;
    font-size: 24px;
    line-height: 26px;
}

section#promocoes .page__Promo .wrapper__Filter ul li a {
    font-family: 'AmsiProCond';
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #1C3F94;
    transition: all 0.3s linear;
}

section#promocoes .page__Promo .wrapper__Filter ul li a:hover {
    color: #f63124;
}

section#promocoes .page__Promo .wrapper__Filter ul li a.active {
    color: #f63124;
}

section#promocoes .page__Promo .wrapper__Promo {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 984px;
    min-height: 350px;
}

section#promocoes .page__Promo .wrapper__Promo #alert__Msn_Promo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    font-family: 'AmsiProCond';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #1C3F94;
}

section#promocoes .page__Promo .wrapper__Promo #alert__Msn_Promo.active {
    display: flex;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo {
    background: url(../img/ajax-loader.gif) no-repeat center center;
    width: 460px;
    margin: 0 16px 30px 16px;
    height: fit-content;
    overflow: hidden;
    opacity: 1;
    transition: .3s ease-in-out opacity .3s;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo:hover .image img {
    opacity: 0.8;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo.hidden {
    height: 0;
    opacity: 0;
    margin: 0;
    display: none;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo .image {
    background: #1C3F94;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo .image img {
    width: 100%;
    transition: .2s ease-in-out opacity;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo .title {
    background: #193C93;
    padding: 18px 25px;
}

section#promocoes .page__Promo .wrapper__Promo .item__Promo .title h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 1000px) {
    section#promocoes .page__Promo .wrapper__Promo {
        width: 100%;
        padding: 0 20px;
    }

    section#promocoes .page__Promo .wrapper__Promo .item__Promo {
        width: 48%;
        margin: 0 0 4% 0;
    }
}

@media only screen and (max-width: 770px) {
    section#promocoes .page__Promo .wrapper__Filter {

        padding-top: 20px;
        margin-bottom: 30px;
    }

    section#promocoes .page__Promo .wrapper__Filter ul {
        margin-bottom: 20px;
        transform: translateX(0);
    }

    section#promocoes .page__Promo .wrapper__Filter ul li {
        padding: 0 5px;
        font-size: 17px;
        line-height: 19px;
    }

    section#promocoes .page__Promo .wrapper__Filter ul li a {
        font-size: 17px;
        line-height: 19px;
    }

    section#promocoes .page__Promo .wrapper__Promo #alert__Msn_Promo {

        font-size: 18px;
        line-height: 20px;
    }

    section#promocoes .page__Promo .wrapper__Promo .item__Promo {
        width: 100%;
        margin-bottom: 5vw;
    }

    section#promocoes .page__Promo .wrapper__Promo .item__Promo .title {
        background: #193C93;
        padding: 15px 15px;
    }

    section#promocoes .page__Promo .wrapper__Promo .item__Promo .title h4 {

        font-size: 16px;
    }
}