.header{
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-color: #FBF6E7;
    /* background-image: url("../header/bannerBarretos.jpg"); */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    /* padding: 0 81px; */
    margin-bottom: 40px;
    background-repeat: no-repeat;
}

/* .header::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 81px;
    z-index: 1;
    background-image: url("../header/image-banner-borde-big.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}

.header::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 81px;
    z-index: 1;
    background-image: url("../header/image-banner-borde-big.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
} */

/* .header > div {
    padding: 0 80px;
} */

.header div> a> div> img.img-big{
    /* width: 100%;
    height: 100%; */
    position: absolute;
    background-repeat: no-repeat;
}

/* .elements {
    padding-left: 50px;
} */

.elements-med {
    display: none;
}

.img-med{
    display: none;
}

.img-small{
    display: none;
}

/* @media only screen and (max-width: 1100px){
    .header{
        padding: 0px 54px;
    }

    .header > div {
        padding: 0 50px;
    }
    .header::before{
        content: "";
        position: absolute;
        width: 53px;
        background-image: url("../header/image-banner-borde-med.png");
    }
    .header::after{
        content: "";
        position: absolute;
        width: 54px;
        background-image: url("../header/image-banner-borde-med.png");
    }
} */
@media only screen and (max-width: 1300px){
    .header {
        /* background-image: url("../header/bannerBarretos.jpg"); */
        background-position: bottom right;
    }

    .img-big {
        display: none;
    }

    .img-med {
        display: flex;
    }
}

@media only screen and (max-width: 1000px){
    /* .header {
        background-image: url("../header/bannerBarretos.jpg");
    }

    .elements-med {
        padding-left: 8px;
    } */

    .img-med {
        display: none;
    }

    .img-small {
        display: flex;
    }
}

@media only screen and (max-width: 620px){
    .header {
        background-image: url("../header/banner620x435.jpeg");
        min-height: 435px;
        background-position: right;
    }

    .img-small {
        display: none;
    }

}

@media only screen and (max-width: 740px){
    .header::after{
        content: "";
        position: absolute;
        display: none;
    }

}

@media only screen and (max-width: 600px){
    .img-big{
        display: none;
    }

    .img-med{
        display: none;
    }

    .img-small{
        display: none;
    }

    .header {
        justify-content: flex-start;
    }

}

@media only screen and (max-width: 458px){

    .header {
        background-image: url("../header/banner458x435.png");
        background-position: center;
    }

}

.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: #5D24C5
}

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

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

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

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

/* Nome usuario */

.sfe-userNameTopBar{
    color: #FFFFFF;
}

.sfe-btnFastAccess{

}
/* Botoes ver detalhes em minhas compras */
.sfe-btnFastAccess{

}

.sfe-btnDetails{

}

/* 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: #252b5f
}

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

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

  }

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

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

.PhraseInfo p{
    font-size: 14px;
}

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

.footer-data-grid {
    max-width: 1300px;
    width: 100%;
    color: white;
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;
    justify-items: center;
    align-items: center;
}

.data-grid-item:nth-child(2) {

}
.data-grid-item:nth-child(3) {

}
.footer-data > .container-center-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer-data > .container-center-footer > .container-button-action {
    display: flex;
    gap: 10px;
}
.footer-data > .container-start-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-data > .container-start-footer > .footer-telefone{
    display: flex;
}

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

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

.telefone > p > a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
}

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

.footer-logo > img{
    width: 160px;
}

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

.footer-link{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
}

.footer-endereco{
    text-align: start;
    box-sizing: border-box;
    font-size: 1.2rem;
}

.footer-endereco > p {
    margin: 0;
}

.politica-cancelamento-regras {
    font-size: 15px;
    order: 2;
    opacity: .85;
    background-color: rgb(255 255 255 / 8%);
    color: white;
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    letter-spacing: .1px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    min-width: 260px;
}

.politica-cancelamento-regras a {
    color: white;
}

.politica-cancelamento-regras:hover {
    opacity: 1;
}

.modal-politicas {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-politicas[open="true"] {
    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    z-index: 1300;

    padding: 0 15px;
    box-sizing: border-box;
}

.modal-politicas > .backdrop-modal {
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;

    background-color: rgba(0, 0, 0, 0.5);
}

.modal-politicas > .card-modal {
    width: 500px;
    max-width: 500px;
    max-height: 88vh;

    border-radius: 12px;
    background-color: white;

    padding: 15px 20px 20px;
    box-sizing: border-box;

    position: relative;
}

.modal-politicas > .card-modal > .icon-close {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 13px;
    top: 13px;

    cursor: pointer;
}

.modal-politicas > .card-modal > .icon-close > img {
    width: 20px;
}

.modal-politicas > .card-modal > .header-modal {
    width: 100%;
    margin-top: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-politicas > .card-modal > .header-modal > .title {
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: .1px;
    text-align: center;

    color: #303A42;
}

.modal-politicas > .card-modal > .content-modal  {
    padding: 0px 10px;
}

.modal-politicas > .card-modal > .content-modal > p {
    font-size: 1rem;
    line-height: 25px;
    text-indent: 1.5rem;
    text-align: justify;

    color: #5a6c7c;
}

.modal-politicas > .card-modal > .footer-modal > .btn {
    width: 100%;
    height: 40px;

    background-color: #01549d;
    color: white;

    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
}

.modal-politicas > .card-modal > .footer-modal > .btn:hover {
    background-color: #0C62AD;
}

.footer-telefone{
    display: flex;
}

@media only screen and (max-width: 1200px){
    .footer{
        height: 515px;
    }
    .footer-data-grid {
        max-width: 700px;
        width: 100%;
        color: white;
        font-size: 14px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
        align-content: space-around;
        justify-items: start;
    }

    .footer-logo > img{
        width: 190px;
    }

    .data-grid-item:nth-child(3) {
        grid-row: 1/3;
        grid-column-end: none;
    }
}

@media only screen and (max-width: 640px){
    .footer-data-grid {
        display: contents;

    }
    .footer{
        height: 690px;
        background-image: url("../footer/footer-min.png");
    }

    .data-grid-item:nth-child(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-center-footer > .footer-endereco{
        text-align: center;
        font-size: 0.9rem;
    }

    .container-center-footer > .PhraseInfo{
        text-align: center;
        font-size: 0.9rem;
    }
    .data-grid-item:nth-child(3) {
        order: -1;
    }
    .socialMedia{
        justify-content: center;
    }
    .footer-logo > img{
        width: 100px;
    }
    .container-button-action{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (max-width: 350px){
    .container-start-footer > .footer-telefone{
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    .footer{
        height: 800px;
    }

}

.OpcoesCard{
    justify-content: center !important;

}

@media print{
    #jvlabelWrap, .contentWrapper_Vr{
        display:none;
    }
 }

 @media screen and (max-width: 675px){
    jdiv > jdiv > jdiv {
        bottom: 45px !important;   
    }
    jdiv > jdiv > jdiv > jdiv {
        bottom: 0px !important;
    }
}