.header {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: top;
    display: flex;
    background-image: url("../background/header.png") !important;
    transition: .5s;
    position: relative;
}

.header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../background/flor-top-rigth.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 44%;
    height: 100%;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../background/flor-top-left.png);
    background-size: 700px;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
}

.imageContainerCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 125px;
    transition: .5s;
    z-index: 3;
}

.imageContainerCenter>a>img {
    width: 330px;
    transition: .5s;
    cursor: pointer;
}

.logofootterFooter {
    width: 200px;
    margin-top: 30px;
}

.removelink>* {
    text-decoration: none !important;
    color: #2A3630;
}

.removelink:link {
    text-decoration: none !important;
    color: #2A3630;
}

@media only screen and (max-width: 1330px) {
    .header::before {
        width: 100%;
    }
    .header::after {
        width: 40%;
    }
    .header::before {
        width: 90%;
    }
}

@media only screen and (max-width: 1050px) {
    .header::before {
        width: 100%;
    }
    .header::after {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .header {
        height: 350px;
    }
    .header::before {
        opacity: 0.5;
        background-size: 500px;
    }
    .imageContainerCenter {
        margin-top: 124px;
    }
    .imageContainerCenter>a>img {
        width: 300px;
    }
}

@media only screen and (max-width: 450px) {
    .header {
        height: 330px;
    }
    .imageContainerCenter>a>img {
        width: 255px;
    }
    .header::before {
        width: 100%;
    }
}

/* Itens venda */

.sfe-itemVenda>.details {
    background-color: #2f4177;
}

.sfe-itemVenda>.details>.texts {
    transition: all 0.15s ease-in 0s;
}

.sfe-itemVenda>.details>.texts:hover {
    background-color: #384d8d;
}

.sfe-itemVenda>.details>.actions>.add {
    background-color: #273662;
}

.sfe-buttonactions>.button, .sfe-buttonactions>.sfe-buttonCalendar {
    background-color: #F39325 !important;
}

.sfe-buttonactions>.sfe-buttonCalendar:hover, .sfe-buttonactions>.button:hover {
    background-color: #f49a34 !important;
}

.sfe-buttonactions>.sfe-buttonPagamento, .sfe-buttonactions>.sfe-buttonProximoPasso, .sfe-buttonactions>.sfe-buttonNext {
    background-color: #83BA31 !important;
}

.sfe-buttonactions>.sfe-buttonProximoPasso:hover, .sfe-buttonactions>.sfe-buttonPagamento:hover, .sfe-buttonactions>.sfe-buttonNext:hover {
    background-color: #8ecf2b !important;
}

.sfe-buttonactions>.button.sfe-buttonPrint {
    background-color: #005CA9 !important;
}

.sfe-buttonactions>.button.sfe-buttonPrint:hover {
    background-color: #0070cc !important;
}

.sfe-buttonactions>.button.sfe-buttonPdf {
    background-color: #005CA9 !important;
}

.sfe-buttonactions>.button.sfe-buttonPdf:hover {
    background-color: #0070cc !important;
}

.sfe-buttonactions>.button:disabled {
    background-color: #C4CDD4 !important;
    cursor: initial !important;
    box-shadow: none;
}

.sfe-buttonactions>.button:disabled:hover {
    background-color: #C4CDD4 !important;
    opacity: 1;
}

/* Nome usuario */

.sfe-userNameTopBar {
    color: #FFFFFF;
}

.sfe-btnFastAccess {}

/* Botoes ver detalhes em minhas compras */

.sfe-btnFastAccess {
    /* background-color: #015389 !important; */
}

.sfe-btnDetails {
    background-color: #005CA9 !important;
}

/* Header impressão */

.printHeader {
    width: 100%;
    height: 140px;
}

.printHeader>.contentHeaderPrint {
    width: 100%;
    height: 100%;
}

.printHeader>.contentHeaderPrint>.imageContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* Acesso pelo celular */

.sfe-acessoCelular {
    background-color: #005CA9
}

.printHeader>.contentHeaderPrint>.imageContainer>.logoCliente {
    height: 80%;
    margin-top: 20px;
}

@media print {
    body {
        width: 100% !important;
    }
}

.footer {
    width: 100%;
    min-height: 320px;
    padding: 15px 0px;
    box-sizing: border-box;
    background-image: url('../footer/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    position: relative;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../footer/flor-bottom-rigth.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 305px;
    height: 100%;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../footer/flor-bottom-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
}

.PhraseInfo {
    color: #2A3630;
    text-align: center;
    padding: 5px 0px;
    box-sizing: border-box;
    order: 3;
}

.PhraseInfo p {
    font-size: 1rem;
    margin: 0px;
    letter-spacing: .15px;
    line-height: 21px;
}

.PhraseInfo p strong {
    font-size: 16px;
    font-weight: 500;
}

.footer-data {
    order: 1;
    max-width: 1160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
    box-sizing: border-box;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    z-index: 5;
}

.footer-contato {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 124px
}

.telefone {
    display: flex;
    justify-content: flex-start;
}

.telefone>.whatsapp {
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.5rem;
}

.socialMedia {
    display: flex;
    height: 35px;
    justify-content: flex-end;
    margin-top: 30px;
}

.socialMedia>a:link, a:visited {
    text-decoration: none;
    height: 100%;
}

.socialMedia>a>img {
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
}

.sfe-footer {
    margin-top: 0;
    border-top: 2px solid #fbfbfb;
}

.footer-endereco {
    order: 4;
    text-align: center;
}

.footer-endereco>p {
    color: #2A3630;
    letter-spacing: .15px;
    line-height: 21px;
}

.footer-endereco p>strong {
    font-weight: 500;
}

@media only screen and (max-width: 550px) {
    .footer {
        min-height: 540px;
    }
    .footer-data {
        flex-flow: column wrap;
        padding-bottom: 0px;
    }
    .socialMedia {
        order: 4;
        margin-top: 20px;
    }
    .footer-inf {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 650px) {
    .footer::before {
        display: none;
    }
}

@media only screen and (max-width: 957px) {
    .footer {
        min-height: 405px;
        margin-top: 40px;
    }
    .footer::before {
        opacity: 0.3;
    }
    .footer::after {
        opacity: 0.3;
    }
    .logofootterFooter {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .footer-data {
        flex-flow: column wrap;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .footer-inf {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .PhraseInfo {
        padding: 0px;
    }
    .footer-contato {
        height: 100px;
        margin-bottom: 0px;
    }
    .socialMedia {
        padding-right: 0px;
        margin-top: 25px;
    }
    .footer-endereco {
        order: 3;
    }
    .footer-endereco>p {
        margin-top: 25px;
        padding: 0px 10px;
    }
    .telefone>.whatsapp {
        margin: 25px 0;
    }
}

@media only screen and (min-width: 958px) {
    .footer-data {
        width: 100%;
    }
    .footer-inf {
        display: flex;
        width: 60%;
        justify-content: space-between;
        align-items: center;
    }
    .socialMedia {
        padding-right: 10px;
        box-sizing: border-box;
    }
    .footer-endereco>p {
        margin-top: 0;
    }
}

.OpcoesCard {
    justify-content: center !important;
}