.header {
    width: 100%;
    height: 315px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    background-image: url("../background/maxtop.png") !important;
    margin-bottom: 15px;
    transition: .5s;
}

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

.imageContainerCenter>a {
    margin-top: 37px;
}

.imageContainerCenter>a>img {
    width: 480px;
    transition: .5s;
}

.logofootterFooter {
    width: 240px;
    margin: 10px 0 30px 0;
}

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

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

@media only screen and (max-width: 899px) {
    .header {
        background-position: right;
    }
    .imageContainerCenter {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 650px) {
    .imageContainerCenter {
        margin-top: 95px;
    }
    .imageContainerCenter>a>img {
        width: 400px;
    }
}

@media only screen and (max-width: 450px) {
    .header {
        height: 270px;
    }
    .imageContainerCenter>a>img {
        width: 295px;
    }
}


/* Itens venda */

.sfe-itemVenda>.details {
    background-color: #164f69;
}

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

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

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

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

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

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

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

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

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

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

.sfe-buttonactions>.button.sfe-buttonPdf:hover {
    background-color: #01a0d5 !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: #018bba!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: #018bba
}

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

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

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

.footer-data {
    order: 1;
    max-width: 1455px;
    padding-bottom: 35px;
    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;
}

.container-sobre-dados {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 0px 0 20px 0;
    align-items: center;
}

.footer-sobre-titulo {
    text-align: left;
    font-size: 1.7em;
    margin-bottom: 10px;
}

.footer-sobre-texto {
    text-align: left;
    line-height: 1.7;
    margin: 0 10px 0 0;
}

.container-footer-telefones {
    display: flex;
    margin: 13px 0;
}

.img-social {
    margin: 0 5px 0 0;
}

.endereco {
    color: #fff;
    letter-spacing: .15px;
    line-height: 21px;
    font-size: 0.95rem;
}

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

.telefone>p {
    font-size: 1em;
}

.telefone:first-child {
    justify-content: flex-start;
}

.telefone>.whatsapp,
.telefone>.telvendas {
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0px;
}

.container-footer-telefones>img {
    width: 18px;
}

.socialMedia {
    display: flex;
    height: 32px;
    justify-content: center;
}

.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 #50681d;
}

.footer-sobre {
    max-width: 500px;
    min-width: 320px;
    margin-left: 30px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.footer-endereco {
    order: 3;
    text-align: center;
    margin: 0px 10px 0 10px;
}

.footer-endereco {
    margin-top: 0px;
}

.PhraseInfo > p {
    text-align: right;
    margin: 0px 10px 10px 0px;
}

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

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

@media only screen and (max-width: 957px) {
    .footer {
        background-position: right;
        min-height: 285px;
        background-size: auto 375px;
    }
    .footer-sobre {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .socialMedia {
        justify-content: flex-end;
    }
    .footer-data {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 723px) and (max-width: 957px) {
    .footer-endereco {
        order: 3;
    }
}

@media only screen and (min-width: 958px) {
    .footer-data {
        width: 100%;
    }
    .socialMedia {
        box-sizing: border-box;
        justify-content: flex-end;
    }
}

@media(max-width: 620px) {
    .container-sobre-dados {
        flex-direction: column;
        align-items: center;
    }
    .footer-telefone {
        display: flex;
        justify-content: center;
    }
    .footer-sobre {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0px;
    }
    .footer {
        min-height: 450px;
        background-size: auto 589px;
    }
    .socialMedia {
        justify-content: center;
    }
}

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