/*----------------------------------------PATTERN----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

body,
html {
    width: 100%;
    height: 100%;
    /*color: #FFF;*/
    min-height: 100px;
    background-color: #0b0b0b;
}

strong,
label,
p {
    color: #fff;
}

.number {
    text-align: right;
}

th,
td {
    color: #FFF;
    text-align: center;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper::before {
    display: block;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.content-page {
    width: 100%;
    max-width: 700px;
    min-height: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    padding-top: 45px;
    background-image: url(../images/logotipo.png);
    background-repeat: no-repeat;
    background-position: 50% 8%;
    background-size: 220px;
}

.content-page2 {
    width: 100%;
    max-width: 700px;
    min-height: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    padding-top: 45px;
    background-image: url(../images/logotipo.png);
    background-repeat: no-repeat;
    background-position: 50% 2%;
    background-size: 170px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 70px;
    padding: 0;
    color: #fff;
}

@font-face {
    font-family: 'akzidenzgrotesk';
    src: url('../fonts/akzidenzgrotesk-lightcond-webfont.woff2') format('woff2'),
        url('../fonts/akzidenzgrotesk-lightcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.akzi {
    font-family: 'akzidenzgrotesk', Helvetica, Arial, sans-serif;
}

/*
    .lay-color-name, 
    .lay-color-name:hover, 
    .lay-color-name:active, 
    .lay-color-name:focus, 
    .lay-color-name:visited,
    .lay-color-name *, 
    .lay-color-name *:hover, 
    .lay-color-name *:active, 
    .lay-color-name *:focus, 
    .lay-color-name *:visited { 
        color: #; 
    }
    */
.lay-color-green,
.lay-color-green:hover,
.lay-color-green:active,
.lay-color-green:focus,
.lay-color-green:visited,
.lay-color-green *,
.lay-color-green *:hover,
.lay-color-green *:active,
.lay-color-green *:focus,
.lay-color-green *:visited {
    color: #99FFB3;
}

/*******Grid*******/
.row {
    margin-right: -5px;
    margin-left: -5px;
}

.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.alignc {
    text-align: center;
}

.border-01 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-menu {
    display: block;
    width: 20px;
    height: 20px;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.header-01 {
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}

.header-02 {
    padding: 15px 20px;
    text-transform: uppercase;
}

.header-03 {
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0;
    margin-top: 55px;
    margin-bottom: 10px;
    font-weight: bold;
}

.header-06 {
    text-align: center;
    /*text-transform: uppercase;*/
    padding: 0px 0;
    /*margin-top: 55px;*/
    margin-bottom: 10px;
    font-weight: bold;
}

.header-03 span {
    font-size: 40px;
}

.header-04 {
    text-transform: uppercase;
    padding: 30px 0;
}

.header-04 span {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
}

.pag-configuracoes {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 15px;
}

.pag-configuracoes span {
    font-size: 30px !important;
    color: #fff !important;
}

.pag-logof {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 25px;
}

.pag-logof span {
    font-size: 30px !important;
    color: #fff !important;
}

.box-content-01 {
    /*padding: 30px 20px;*/
}

.box-content-02 {
    padding: 30px 0;
}

.box-content-03 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.field-01 {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #fff;
    color: #000;
    height: 40px;
    padding: 0 15px;
    font-size: 20px;
}

select.field-01 {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #fff;
    color: #000;
    height: 40px;
    padding: 0 15px;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/field-bg-arrow-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}

input.field-icon-letter {
    background-image: url(../images/field-bg-icon-letter.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
}

input.field-icon-lock {
    background-image: url(../images/field-bg-icon-lock.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
}

input.field-icon-calendar {
    background-image: url(../images/field-bg-icon-calendar.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
}

.btn-01 {
    width: initial;
    min-width: 100%;
    border-radius: 100px;
    color: #080808;
    height: 45px;
    border: 0;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 5px;
    font-size: 21px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 64%, rgba(199, 199, 199, 1) 93%, rgba(153, 153, 153, 1) 95%, rgba(153, 153, 153, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(64%, rgba(184, 184, 184, 1)), color-stop(93%, rgba(199, 199, 199, 1)), color-stop(95%, rgba(153, 153, 153, 1)), color-stop(100%, rgba(153, 153, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 64%, rgba(199, 199, 199, 1) 93%, rgba(153, 153, 153, 1) 95%, rgba(153, 153, 153, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 64%, rgba(199, 199, 199, 1) 93%, rgba(153, 153, 153, 1) 95%, rgba(153, 153, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 64%, rgba(199, 199, 199, 1) 93%, rgba(153, 153, 153, 1) 95%, rgba(153, 153, 153, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(184, 184, 184, 1) 64%, rgba(199, 199, 199, 1) 93%, rgba(153, 153, 153, 1) 95%, rgba(153, 153, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
}

.box-or-form {
    padding: 13px 0 10px 0;
    width: 100%;
    text-align: center;
    float: center;
}

.block-dashboard {
    color: #FFF;
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.block-dashboard span {
    font-size: 40px;
}

.block-dashboard-01 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.block-dashboard-02 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.block-dashboard-03 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.font-01 {
    font-size: 20px;
    font-weight: bold;
}

.block-form-item-checkbox {
    color: #FFF;
    text-transform: uppercase;
    padding-right: 50px;
}

.block-form-item-checkbox:not(:last-child) {
    margin-bottom: 10px;
}

.block-form-item-checkbox .onoffswitch {
    float: right;
    margin-right: -50px;
    margin-top: -1px;
}

/*******Checkbox*******/
.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 21px;
    padding: 0;
    line-height: 22px;
    font-size: 9px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "SIM";
    padding-left: 7px;
    background-color: #E7E7E7;
    color: #555555;
}

.onoffswitch-inner:after {
    content: "NÃO";
    padding-right: 7px;
    background-color: #555555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 13px;
    margin: 4px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #000000;
}

.box-price {
    text-transform: uppercase;
    text-align: right;
}

.table-01 {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.table-01 thead {
    background-color: #FFFFFF;
}

.table-01 thead tr th {
    color: #0B0B0B;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 5px;
    font-size: 18px;
}

.table-01 thead tr th:not(:last-child) {
    border-right: 1px solid #858585;
}

.table-01 tbody {
    background-color: rgba(255, 255, 255, 0.4);
}

.table-01 tbody tr td {
    color: #FFF;
    text-transform: uppercase;
    padding: 4px 5px;
    font-size: 18px;
}

.table-01 tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.table-01 tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.table-01 tbody tr td:last-child {
    width: 80px;
    text-align: center;
    font-size: 9px;
}

.table-01 tbody tr td .btn-table {
    display: inline-block;
    padding: 4px;
}

.table-01 tbody tr td .icon-check {
    color: #59B200;
}

.table-01 tbody tr td .icon-x {
    color: #FFFFBF;
}

.title-01 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
}

.box-maps {
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
}

.box-maps img {
    width: 100%;
    display: block;
}

.box-maps iframe {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.box-img-product {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.box-img-product img {
    width: 100%;
    height: 100%;
}

.box-price-store {
    font-size: 20px;
}

.btn-buy-item {
    display: block;
    color: #FFF !important;
    float: right;
    margin-right: 10px;
}

.owl-pagination {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.owl-pagination .owl-page {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    margin: 0 3px;
    border-radius: 50%;
}

.owl-pagination .owl-page.active span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    margin: 3px;
    border-radius: 50%;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .field-01 {
        height: 45px;
        font-size: 18px;
    }

    .block-dashboard {
        font-size: 17px;
    }

    .box-img-product {
        width: 90px;
        height: 90px;
    }
}

#n_liberacao {
    text-transform: uppercase;
}

.bemvindo {
    color: #fff;
    margin: 10px;
}

.version {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
}