.promotion-code {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    z-index: 99;
    transition: all .3s;
}

.promotion-code>div {
    display: block;
    position: relative;
}

.promotion-code .offer {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FFA600;
    padding: 20px;
    color: white;
    max-width: 225px;
}

.offer h3 {
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.75);
}

.offer p {
    font-family: metropolisbold, sans-serif;
    font-size: 1.75rem;
}

.promotion-code .code {
    position: relative;
    background: linear-gradient(0deg, #4e52ada6, #083f86), url(../img/background-sobre.png);
    background-size: cover;
    padding: 20px;
    width: 100%;
    max-width: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.promotion-code .code h4 {
    color: white;
    font-size: 1rem;
    font-family: 'Inter';
}

.promotion-code .code span {
    color: #77c255;
    margin: 15px 0 0;
    font-size: 2rem;
    font-family: metropolisblack, sans-serif;
    text-transform: uppercase;
}

.close-promotion {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 99;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.oferta {
    transition: all 0.3s ease 1s;
}