.page {
    width: 100%;
    height: 100%;
    background: #fff;
    /*background: -moz-linear-gradient(left,  #803b7b 0%, #ed3b4b 100%);
    background: -webkit-linear-gradient(left,  #803b7b 0%,#ed3b4b 100%);
    background: linear-gradient(to right,  #803b7b 0%,#ed3b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803b7b', endColorstr='#ed3b4b',GradientType=1 );
    */
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.carregando {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.boxLoadding1,
.boxLoadding2 {
    position: absolute;
    width: 96%;
    padding-bottom: 2%;
    bottom: 2%;
    left: 2%;
    background: #fff;
    text-align: center;
}

.boxLoadding1 .fa,
.boxLoadding2 .fa {
    margin-top: 2%;
}
.carregando .fa-spinner {
    animation: rotate 1.5s linear infinite;
    color: #fff;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
.fa-check-circle {
    color: #32a741;
}
.fa-exclamation-triangle {
    color: #b70808;
}
.alerta {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.alertaSucesso {
    width: 30%;
    margin-left: 35%;
    background: #32a741;
    text-align: center;
    margin-top: 20px;
}
.alertaErro {
    color: #b70808;
    text-align: center;
    font-size: 1.3em;
    margin: 20px 0;
}
.alertaOk {
    width: 30%;
    margin-left: 35%;
    bottom: 10%;
    background: #b70808;
    color: #fff;
    padding: 7px 0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.perfil {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 80px;
    top: 20px;
    cursor: pointer;
    filter: grayscale(100%) brightness(0.5);
}

.boxPerfil {
    background-color: #b70808;
    color: #fff;
}
.boxPerfil ul {
    width: 68%;
    margin: 0;
    margin-left: 15%;
    padding: 1.5% 1%;
    text-align: center;
}
.boxPerfil li {
    list-style: none;
    padding: 10px 10px;
    display: inline;
}
.boxPerfil li a {
    color: #fff;
    font-weight: bold;
}
.home {
    position: absolute;
    width: 40px;
    top: 20px;
    left: 80px;
    cursor: pointer;
    filter: grayscale(100%) brightness(0.5);
}
.cashback {
    position: absolute;
    top: 70px;
    right: 80px;
    color: #fff;
    font-size: 0.8em;
}
.cashback span {
    font-weight: bold !important;
}
.fechado {
    position: relative;
}
.fechado:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    border-radius: 100%;
}

.fechado:after {
    position: absolute;
    content: "Fechado";
    left: 12.5%;
    top: 30%;
    color: #fff;
    z-index: 999;
}

.esvaziar {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 45%;
    text-align: center;
    background: #a50c5d;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}

.zoom {
    width: 100%;
    height: 100%;
    margin: 0;
}
.zoom img {
    width: 90%;
    margin-left: 5%;
}
.closeZoom img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
}

.boxEnde {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.9) fixed;*/
    padding: 5%;
    z-index: 999999;
    display: none;
}
.boxEnde::after {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    content: "";
    display: block;
    background-attachment: fixed;
    z-index: -1;
}
.selEnderecos {
    width: 100%;
    padding: 5%;
    margin-left: 0;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #bbb;
}
.boxEnde h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #333;
}
.boxEnde input {
    width: 90%;
    padding: 5%;
    margin-left: 0;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #bbb;
}
.boxEnde a {
    text-align: center;
}
.boxEnde form {
    width: 30%;
    margin-left: 35%;
    margin-bottom: 30px;
}
.hideModal {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    font-weight: bold;
    font-size: 1.2em;
    background: #ff5e55;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .boxPerfil ul {
        width: 96%;
        margin-left: 2%;
    }
    .boxLoadding1,
    .boxLoadding2 {
        position: absolute;
        width: 96%;
        height: 30%;
        bottom: 2%;
        left: 2%;
        background: #fff;
    }

    .carregando .fa {
        position: absolute;
        top: 25%;
        left: 46%;
    }
    .boxLoadding2 .fa {
        top: 15%;
    }

    .alerta {
        position: absolute;
        width: 80%;
        left: 10%;
        top: 20%;
        color: #fff;
        padding: 10px 0;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
    }
    .alertaSucesso {
        background: #32a741;
        text-align: center;
        margin-top: 20px;
        margin-left: inherit;
    }
    .alertaErro {
        color: #b70808;
        text-align: center;
    }
    .alertaOk {
        position: absolute;
        width: 30%;
        left: 35%;
        margin-left: inherit;
        bottom: 10%;
        background: #b70808;
        color: #fff;
        padding: 7px 0;
        border-radius: 5px;
        text-align: center;
    }

    .perfil {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
    }

    .home {
        position: absolute;
        width: 40px;
        top: 20px;
        left: 20px;
    }
    .cashback {
        position: absolute;
        top: 70px;
        right: 20px;
        color: #fff;
        font-size: 0.8em;
    }

    .boxEnde form {
        width: 90%;
        margin-left: 5%;
    }
}
