.embalagem {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 29px 0;
    font-size: 15px;
    flex-direction: column;
    background: whitesmoke;
    padding: 20px 10px;
}

.embalagem p {
    margin: 20px 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.embalagem a {
    color: white;
    padding: 20px 20px;
    border-radius: 5px;
}

a {}

#cabecalho .conteiner {
    max-width: 100% !important;
}

.secao-banners .conteiner {
    max-width: 100% !important;
}

#corpo .conteiner {
    max-width: 100% !important;
}