.header{
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.imageContainerCenter{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-left: 78px;
    margin-bottom: 35px;
}

.logofootterFooter{
    width: 200px;
}

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

}

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

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

@media only screen and (min-width: 1640px){
    .imageContainerCenter{
        margin-left: 150px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1641px){
    .imageContainerCenter{
        margin-left: 90px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 951px) and (max-width: 1360px){
    .header{
        background-image: url("../background/med.png") !important;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1110px){
    .imageContainerCenter{
        margin-left: 75px;
        margin-bottom: -60px;
    }
}

@media only screen and (max-width: 1000px){
    .header{
        background-image: url("../background/min.png") !important;
        height: 480px;
    }

    .imageContainerCenter{
        justify-content: center;
        margin-left: 0px;
        margin-bottom: -270px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 420px){
    .imageContainerCenter > a > img {
        width: 230px;
    }
}

.lojavirtual-g{
    display: none
}

.lojavirtual-p{
    display: none
}

@media only screen and (min-width: 1050px){


    .container-lojavirtual{
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
    }

    .lojavirtual-g{
        display: block !important;
        height: 120px;
    }
    
    .lojavirtual-p{
        display: none
    }

}

@media only screen and (min-width: 730px) and (max-width: 1049px){

    .container-lojavirtual{
        width: 100%;
        /* position: absolute; */
        display: flex;
        justify-content: center;
        /* margin-top: 60px; */
        /* transform: translateX(48px); */
    } 
    
    .lojavirtual-g{
        display: none
    }
    
    .lojavirtual-p{
        display: block !important;
        height: 110px;
    }


}

/* Itens venda */

.sfe-itemVenda > .details{
    background-color: #0082cc
}

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

.sfe-buttonactions > .button{
    background-color: #ff9800 !important;
}

.sfe-buttonactions > .sfe-buttonPagamento{
    background-color: #008e47 !important;
}
.sfe-buttonactions > .sfe-buttonProximoPasso{
    background-color: #008e47 !important;
}

/* Nome usuario */

.sfe-userNameTopBar{
    color: #FFFFFF;
}

.sfe-btnFastAccess{

}
/* Botoes ver detalhes em minhas compras */
.sfe-btnFastAccess{
    /* background-color: #015389 !important; */
}

.sfe-btnDetails{
    background-color: #015389 !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: #015389
}

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

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

.footer{
    margin-top: 30px; 
    width: 100%;
    min-height: 230px;
    padding: 60px 0 15px 0;
    box-sizing: border-box;
    background-image: url("../footer/bg\ ondulado.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PhraseInfo{
    order: 2;
    color: white;
    text-align: center;
}

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

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

.telefone > p {
    padding-left: 10px;
    box-sizing: border-box; 
}

.socialMedia {
    display: flex;
    margin: 2;
    height: 35px;
    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 #015389;
}
.footer-logo{
    padding: 10px;
    box-sizing: border-box;
}

.footer-telefone{
    padding: 10px;
    box-sizing: border-box;
}

.footer-endereco{
    padding: 10px;
    box-sizing: border-box;
}

@media only screen and (max-width: 480px){
    .footer-data{
        flex-flow: column wrap; 
    }
    .socialMedia{
        order: 4;
        margin-top: 20px;         
    }   
    .footer-telefone{
        order: 2;
    }
    .footer-logo{
        order: 1;        
    }
    .footer-endereco{
        order: 3;
    }
}

@media only screen and (min-width: 481px) and (max-width: 722px){

    .socialMedia{
        order: 4;
        margin-top: 20px; 
        width: 100%;
    }   
    .footer-telefone{
        order: 1;
    }
    .footer-logo{
        order: 2;        
    }
    .footer-endereco{
        order: 3;
    }
}

@media only screen and (min-width: 723px) and (max-width: 957px){
    .socialMedia{
        order: 4;
        margin-top: 20px; 
        padding-right: 10px; 
        box-sizing: border-box;
        width: 100%;
    }  
    .footer-telefone{
        order: 2;
    } 
    .footer-endereco{
        order: 3;
    }
    .footer-logo{
        order: 1;
        width: 100%;
    }
}

@media only screen and (min-width: 958px){

    .footer-data{
        width: 100%;
    }
    .socialMedia{
        padding-right: 10px; 
        box-sizing: border-box;
    }

}



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





