.header {
    width: 100%;
    height: 385px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    background-image: url("../background/header1920X385.jpg") !important;
    transition: .5s;
    margin-bottom: 40px;
}

.imageContainerCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 110px;
    transition: .5s;
}

.imageContainerCenter>img {
    width: 600px;
    height: 92px;
    padding-bottom: 19px;
}

.imageContainerCenter>a>img {
    width: 225px;
    transition: .5s;
    padding-bottom: 6px;
}

.logofootterFooter {
    width: 140px;
}

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

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

@media only screen and (min-width: 451px) and (max-width: 1480px) {
    .header {
        background-image: url("../background/header.jpg") !important;
    }
}


@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .header {
        background-image: url("../background/header1000X385.jpg") !important;
    }
    .imageContainerCenter>a>img {
        width: 170px;
    }
    .imageContainerCenter>img {
        width: 550px;
        height: 56px;
        padding-bottom: 0px;
        padding-top: 41px;
    }
}


@media only screen and (max-width: 600.99px) {
    .header {
        background-image: url("../background/header-min.jpg") !important;
        height: 320px;
    }
    .imageContainerCenter>a>img {
        width: 130px;
    }
    .imageContainerCenter>img {
        width: 350px;
        height: 36px;
        padding-bottom: 0px;
        padding-top: 36px;
    }
}


/* 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: #1b163c;
}

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


.PhraseInfo {
    color: #1b163c;
    text-align: center;
    box-sizing: border-box;
    order: 3;
    max-width: 350px;
}

.PhraseInfo p {
    font-size: 14px;
    letter-spacing: .15px;
    line-height: 21px;
}

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

.footer-data {
    order: 1;
    max-width: 1000px;
    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: #1b163c;
    text-align: center;
}

.footer-contato {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

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

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

.telefone > p{
    margin: 20px 0px
}

.telefone > p > a {
    padding:  0px 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.3rem;
    color: #1b163c;
}

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

.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:none;
}

.footer-logo {}

.footer-telefone {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

.footer-email>p {
    color: #1b163c;
    text-align: center;
    padding: 5px 0px;
    box-sizing: border-box;
    order: 3;
    margin: 0;
}

@media only screen and (max-width: 550px) {
    .footer {
        min-height: 480px;
        background-image: url('../footer/footer-mobile.png');
    }
    .footer-data {
        flex-flow: column wrap;
        padding-bottom: 0px;
    }
    .footer-logo {
        padding: 10px 0px;
    }
    .socialMedia {
        order: 4;
        margin: 20px 0px;
    }
    .footer-endereco>p {
        /* margin-top: 0; */
    }
    .footer-telefone  {
        flex-direction: column;
        align-items: center;
    }
    .footer-inf{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .PhraseInfo{
        margin-bottom: 20px;
    }
    .PhraseInfo p {
        margin: 0px;
    }
    .telefone > p{
        margin: 0px;
    }
    .footer-email>p{
        margin: 15px 0px 15px;
    }
}

@media only screen and (min-width: 551px) and (max-width: 957px) {
    .footer {
        min-height: 480px;
    }
    .footer-logo {
        padding: 10px 0px;
    }
    .footer-endereco {
        order: 3;
    }

    .PhraseInfo {
        text-align: right;
        margin-bottom: 20px;
    }
    .footer-contato {
        align-items: center;
        color: #1b163c;
        width: 100%;
    }

    .telefone>.whatsapp {
        margin: 12.5px 0;
    }

    .footer-data {
        flex-flow: column wrap;
        padding-bottom: 0px;
    }
    .socialMedia {
        order: 4;
        margin: 20px 0px;
    }

    .footer-telefone  {
        align-items: center;
    }
    .footer-inf{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .PhraseInfo p {
        margin: 0px;
    }
    .telefone > p{
        margin: 0px;
    }
    .footer-email>p{
        margin: 15px 0px 15px;
    }
}

@media only screen and (min-width: 958px) {
    .footer{
        padding: 25px 0px;
    }
    .footer-data {
        width: 100%;
    }
    .footer-inf {
        display: flex;
        width: 80%;
        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;
}
