.logo{
    width: 100px;
    position: absolute;
    z-index: 1;
}
.loading{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.93) !important;
    z-index: 10000;
}
.loading img{
    position: relative;
    top: 30%;
}
.error:not(.current){
    color: #fff;
    font-size: 12px;
    font-style: italic;
    background: #f90e0e;
    border-radius: 4px;
    padding: 5px;
}
.error a{
    background: #ff4f4f !important;
}
.info{
    font-size: 13px;
    font-style: oblique
}
.hidden{
    display: none;
}
body,.modal-body{
    font-family: Roboto Slab,Times New Roman,serif;
    background: #f3f1f1 !important;
}
a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
*[readonly]{
    background: #eee;
    pointer-events: none;
    touch-action: none;
}
.iconepixexpress{
    width: 82px;
    margin: -6px;
    margin-right: 12px;
}


.btn{
    border-radius: 0px !important;
    padding: 0.4rem 0.8rem !important;
}
.bg-light{
    background: #e8e8e8 !important;
    color: #444 !important;
}
.bg-dark{
    background: #343a40 !important;
    color: #fff !important;
}
.bg-warning{
    color: #444 !important;
}
.card, .como-funciona .card-header, .card-header-login, .modal-header{
    border-radius: 0px;
    background: #eaeaea;
    color: #444;
}
footer {
    padding: .9375rem 0;
    display: flex;
}
/*footer .copyright {padding: 15px 0; text-align: center;}*/
/*footer .area-parque {float: left;}*/
.footer .list{
    list-style: outside none none;
}
.footer .list li {
    border: 0;
    padding-bottom: 6px;
}
.footer .list li a {
    color: grey;
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.styled-icons-redes li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
.styled-icons-redes a {
    color: #333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ajuda-footer{
    font-weight: 700;
    font-family: Roboto Slab,Times New Roman,serif;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12), 0 7px 10px -5px rgba(0,0,0,.15);
    z-index: 10000000000000;
    color: #fff;
    background: #22940e;
    position: fixed;
    bottom: 13px;
    right: 0px;
    padding: 6px;
    line-height: 20px;
    border-radius: 0px;
    width: 54px;
    height: 54px;
    border-radius: 0px;
    font-size: 45px;
}
.ajuda-footer label pre{
    margin: 0px;
    overflow-y: hidden;
    color: #FFF;
}
.dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.navbar {
    border: 0px;
    border-radius: 0px !important;
    padding: .625rem 0;
    color: #555;
    z-index: 999;
    background-color: transparent !important;
}
.menu-mobile {
    z-index: 1000;
    box-shadow: 0px -3px 13px 9px rgb(0 0 0 / 20%), 0px -3px 13px 9px rgba(0 0 0 / 20%);
    background-color: #FFF !important;
    position: fixed;
    width: 100%;
    bottom: 0px;
}
.menu-mobile a {
    color: #444 !important;
}
.menu-mobile .bg-success{
    color: #fff !important;
}
.menu-mobile label {
    font-size: 12px;
}
.navbar-mov {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12), 0 7px 10px -5px rgba(0,0,0,.15);
    background-color: #FFF !important;
}
.nav-item{
    margin-right: 20px;
}
.nav-item .btn-autenticacao{
    width: 133px;
}
.nav-link{
    color: #060606 !important;
    text-shadow: 0px 1px 0px #ffffff;
    font-weight: bold;
}
.nav-link-mov{
    color: #444 !important;
    text-shadow: 6px 1px 9px #FFF;
}
.nav-mobile{
    padding: 3px;
    color: #FFF;
    font-size: 17px;
    border: 2px solid #fff;
}
.nav-mobile-mov{
    color: #444;
    border: 2px solid #444;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100000000000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px;
    height: 100px;
    overflow-y: scroll;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-helper-hidden-accessible{
    display: none !important;
}

.cards{
    margin-top: -9%;
    position: relative;
    -webkit-animation: move 1s;
    animation: move 1s;
}
.card{
    margin-top: 20px;
    padding: 0px !important;
    border: 0px solid rgba(0,0,0,.125) !important;
    border-radius: 0px !important;
}
.card .icon{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 0px auto;
    position: relative;
    background: #38322d;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.card .icon i{
    font-size: 46px;
    padding: 21px;
    color: #fff;
}

.vaquejadas{
    bottom: 34px;
    z-index: 10;
    -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    height: 350px;
}
.vaquejada-img{
    width: 105px;
    height: 143px;
    margin: -12px -12px;
    z-index: 3;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}
.sombra-vaquejada{
    position: relative;
    top: -187px;
    left: -12px;
}
.card-vaquejadas{
    padding: 17px !important;
    height: 230px;
}
.card-vaquejadas .sessao{
    background: #161616!important;
    height:175px;
}
.vaquejada-descricao{
    padding: 5px 5px 5px 0px;
    line-height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
}
.vaquejada-descricao .label-vendas {
    position: absolute;
    bottom: 4px;
}
.vaquejada-descricao .label-vendas .text-warning {
    font-size: 13px;
}
.vaquejada-descricao strong{
    font-weight: normal;
    color: #fff;
}
.vaquejada-descricao label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin: 0!important;
    padding-left: 10px;
}

.como-funciona #accordion .card-body{
    background: #f3f3f3;
    color: #444;
}
.como-funciona #accordion .card .card-header{
    padding: 15px;
}
.como-funciona #accordion .card .card-header:hover{
    cursor: pointer;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.login, .cadastro{
    margin-top: 30px;
    float: left;
}

.card-inscricao{
    background: #5a5856;
    border-radius: 2px !important;
}
/*.content{margin: 30px;}
.actions ul{list-style-type: none;margin:-16px 0px 0px -30px; height: 47px;}
.actions ul li a{float: right;width: 110px;color: #fff;border: 2px solid #fff;padding: 10px;border-radius: 4px;text-align: center; margin: 0px 10px 10px 0px;}
.actions ul li:not(.disabled) a:hover{color:#15a585; background: #fff;}
.actions ul li a[href='#previous']{float: left;background: #aec3bf;opacity: 0.7;border: 0px;}
.actions ul .disabled a{cursor:context-menu; float: left;background: #aec3bf;opacity: 0.7;border: 0px;}
a[href='#next']{background: #42960e;}*/

.detalhes_senhas_categorias .categoria-precos{
    background: #292727;
    font-size: 14px;
}
.detalhes_senhas_categorias .titulo-senha{
    background: #4a4545;
}
.categoria-precos .preco-taxas{
    font-size: 12px;
}
.categoria-precos .preco-parcelas{
    font-size: 12px;
}

.modal{
    background: #444444db !important;
}
.modal-lg {
    max-width: 86%;
}
.modal-title-mapa{
    font-size: 25px;
    line-height: 2;
}

.senhas-enumeracao{
    list-style:none;
    padding: 0;
}
.senhas-enumeracao li{
    font-size: 15px;
    background: #e6e6e6;
    width: 54px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px;
}
.senhas-enumeracao .senha-livre{
    cursor: pointer;
    color: #444;
}
.senhas-enumeracao .senha-especial, .label-senha-especial label{
    background: #868383;
    color: #fff;
}
.senhas-enumeracao .senha-reservada, .label-senha-reservada label{
    background: #ffc620;
}
.senhas-enumeracao .senha-vencida, .label-senha-vencida label{
    background: #a79257 !important;
}
.senhas-enumeracao .senha-comprada, .label-senha-comprada label{
    background: #ff0c0c;
}
.label-senha-livre,.label-senha-reservada,.label-senha-comprada,.label-senha-vencida {
    font-size: 14px;
}
.label-senha-livre label{
    padding: 8px;
    margin: 0;
    border-radius: 2px;
    background: #e6e6e6;
}
.label-senha-reservada label{
    padding: 8px;
    margin: 0;
    border-radius: 2px;
}
.label-senha-vencida label{
    padding: 8px;
    margin: 0;
    border-radius: 2px;
}
.label-senha-comprada label{
    padding: 8px;
    margin: 0;
    border-radius: 2px;
}
.label-senha-especial label{
    padding: 8px;
    margin: 0;
    border-radius: 2px;
}
.background-mapa{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.93) !important;
    z-index: 1000;
}
.moldura-mapa{
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dados-senha {
    margin-bottom: 55px;
    background: #828282;
    border-radius: 2px;
    padding: 16px;
    color: #000;
}

#informacoes ul{
    padding-left: 20px !important;
}
.contador {
    height: 200px;
}
.contador .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
}
.contador .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 96px;
    width: 76px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.contador .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.formas-pagamento .card{
    background: #e8e8e8 !important;
    margin-bottom: 43px;
}
.formas-pagamento .card .card-body{
    color: #1b1816;
    font-size: 12px;
}
.formas-pagamento .card-header{
    background-color: rgb(181, 104, 20) !important;
    padding: 10px;
}
.formas-pagamento .card-header button{
    background: transparent;
    color: #fff;
}
.resumo-compra{
    background: #e8e8e8;
    color: #b56814;
    padding: 17px;
}
.resumo-compra th {
    border-bottom: 2px solid #1c1917;
}

.form-control, select {
    padding: .4375rem !important;
    border-radius: 0px !important;
}

#cartao-nome{
    text-transform: uppercase;
}

.card-login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.card-header-login {
    margin: -40px 20px 15px;
    padding: 20px 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.card-login .card-body+.card-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px;
}

.page-header{
    height: 200px;
    background-position: center;
    background-image: url('../imagens/header/banner2024.png');
}
.page-home-header{
    height: 380px;
    background-position: center;
    background-image: url('../imagens/header/banner2024.png');
}
.page-login-header{
    background-image: url('../imagens/banner2024.png');
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    height: auto;
    display: inherit;
}
.page-login-header .container {
    padding-top: 23vh;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pagina {
    margin: -60px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

.main {
    background: #fff;
    /*position: relative;*/
    z-index: 3;
}

.profile-page .profile {
    text-align: center;
}
.profile-page .profile img {
    max-width: 220px;
    margin: 0 auto;
    transform: translate3d(0,-50%,0);
}

.profile-page .profile .name {
    margin-top: -80px;
}

.title {
    margin-bottom: 10px;
    min-height: 32px;
}
.card-title, .title {
    color: #3c4858;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto Slab,Times New Roman,serif;
}

.status-pagamento{
    letter-spacing: 10px;
    font-weight: 900;
}
.painel-cliente-senha{
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    position: relative;
}
.background-status{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a5a5a5e3;
    z-index: 1;
    text-align: center;
}
.text-vertical-center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 670px) {
    .page-header{
        height: 180px;
        background-size: 670px 180px;
    }
    .page-home-header{
        height: 250px;
        background-size: 670px 250px;
    }

}

@media only screen and (min-width: 670px) and (max-width: 770px) {
    .page-header{
        height: 180px;
        background-size: 770px
    }
    .page-home-header{
        height: 250px;
        background-size: 770px 250px;
    }
}

@media only screen and (max-width: 770px) {
    .informacoes{
        font-size: 11px;
        margin: 15px;
    }
    .card-vaquejadas {
        padding-right: 5px !important
    }
    .cards{
        margin-top: 6%;
        position: relative;
        -webkit-animation: move 1s;
        animation: move 1s;
    }
    footer .area-parque {
        float: none;
    }
    footer .copyright {
        float: none;
    }

}

@media only screen and (min-width: 770px) and (max-width: 992px) {
    .page-header{
        height: 200px;
        background-size: 992px
    }
    .page-home-header{
        height: 300px;
        background-size: 992px 300px;
    }
}

@media only screen and (max-width: 992px) {
    .body{
        font-size: 14px !important;
    }
    .btn{
        font-size: 12px !important;
    }
    table{
        font-size: 12px;
    }

    .navbar-toggler .navbar-toggler-right{
        line-height: 2.5;
        margin: auto;
    }
    .navbar{
        display: block;
    }
    .modal-lg {
        max-width: 100%;
    }
    .nav-item .btn{
        ;
        margin-bottom: 18px;
    }
    .contador .label {
        top: 74px;
    }
    .contador .time {
        ;
        height: 76px;
        width: 53px;
    }
    .contador .count {
        font-size: 1.8em;
        line-height: 2.8em;
    }
}
