*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #444;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}

:root {
    --red: #D00;
    --red-l: #F00;
    --red-h: #B00;
    --red-d: #900;
    --red-s: #300;
    --green: #3A3;
    --green-l: #5B5;
    --green-h: #191;
    --blue: #07F;
    --blue-l: #19F;
    --blue-h: #05C;
    --orange: #F90;
    --oragen-l: #FA3;
    --oragen-h: #F60;
    --yellow: #FE9;
    --yellow-l: #FFC;
    --yellow-h: #ED9;
    --black: #111;
    --black-l: #222;
    --black-h: #000;
    --gray: #666;
    --gray-l: #999;
    --gray-c: #CCC;
    --gray-a: #AAA;
    --gray-e: #EEE;
    --gray-h: #444;
    --white: #FFF;
    --radius: 8px;
    --curved: 10px;
    --rounded: 50%;
    --transition: 0.8s;
    --scale: 1.1;
    --seconds: 1s;
}

body { background-color: #AD3C00; background: url(../../storage/images/background.jpg); background-attachment: fixed; background-size: cover }
h1 { font-size: 2em; font-weight: 400 }
h2 { font-size: 1.8em; font-weight: 600 }
h3 { font-size: 1.5em; font-weight: 800 }
h4 { font-size: 1.2em; font-weight: 500 }
p { margin-bottom: 35px }
b, strong { font-weight: bold }
mark { padding: 5px 10px; background: var(--gray-e) }
ul { list-style: none }
img { border: none; max-width: 100%; vertical-align: middle }
small { font-size: 0.75em; color: var(--gray) }
a { text-decoration: none; color: var(--blue) }
a img { border: 0 }
label { cursor: pointer }
object, embed, video, frame, iframe, iframe[style] { max-width: 100%; height: auto }
textarea { resize: none }

.container { float: left; width: 100% }
.contrast { color: var(--red); font-size: 1.8em; text-align: center }
.paragraph { margin-top: 35px; }
.indent { text-indent: 4em }
.paragraph:first-letter { font-size: 1.2em }
.fontzero { font-size: 0px }
.left { text-align: left }
.justify { text-align: justify }
.center { text-align: center }
.right { text-align: right }
.pointer { cursor: pointer }
.bold { font-weight: 800 }
.radius { border-radius: var(--radius); -webkit-border-radius: var(--radius); -moz-border-radius: var(--radius) }
.curved { border-radius: var(--curved); -webkit-border-radius: var(--curved); -moz-border-radius: var(--curved) }
.ratio { position: relative; padding-bottom: 56.25%; float: left; width: 100%; height: 0 }
.media { position: absolute; width: 100%; height: 100%; left: 0; top: 0 }
.map { border: 1px solid var(--red-d); box-shadow: 2px 6px 12px var(--gray-l) }
.active { color: var(--red-d); text-decoration: underline }
.paginator { display: inline-block; width: 100%; margin: 20px 0px; color: var(--gray-c); text-align: center; }
.paginator ul { display: block; background: var(--red); padding: 10px; text-align: center; border-radius: var(--radius); -webkit-border-radius: var(--radius); -moz-border-radius: var(--radius) }
.paginator ul li { display: inline }
.paginator ul li a,
.paginator ul li span { padding: 5px; font-size: 1.1em; font-weight: bold }
.paginator ul li a { color: var(--white); text-decoration: none }
.paginator ul li a:hover { text-decoration: underline }
.result,.resulter { background-color: var(--yellow-l); border-bottom: 3px solid var(--yellow-h); padding: 1.3em; margin-bottom: 0px; font-size: 1em; text-align: center }
.input { border: 1px solid var(--gray-a); padding: 5px }
.input:focus { background-color: var(--yellow-l); box-shadow: 1px 1px 2px var(--gray-e) }
.textarea { resize: none }
.fixed { width: 100% }
.btn { cursor: pointer; border: none; padding: 10px 25px; color: var(--white); background-color: var(--red); border-bottom: 2px solid var(--red-l); vertical-align: top }
.btn:hover { background-color: var(--red-l); border-bottom: 2px solid var(--red-h) }
.btn:active { position: relative; top: 1px }
.btn_upload { background-color: var(--black-l); color: var(--black-l); }
.btn_upload:hover { background-color: var(--black-h); color: var(--black-h) }
.btn_padding { padding: 5px 15px }
.separator { display: inline-block; width: 100%; margin: 30px 0px; }
.zoom { -webkit-transition: all var(--transition) ease; -moz-transition: all var(--transition) ease; -ms-transition: all var(--transition) ease; -o-transition: all var(--transition) ease; transition: all var(--transition) ease }
.zoom:hover { -webkit-transform:scale(var(--scale)); -moz-transform:scale(var(--scale)); -ms-transform:scale(var(--scale)); -o-transform:scale(var(--scale)); transform:scale(var(--scale)) }
.upload { margin-bottom: 10px }
.clear { clear: both }
.red { color: var(--red) }
.blue { color: var(--blue) }
.white { color: var(--white) }
.gray { color: var(--gray) }
.green { color: var(--green) }
.orange { color: var(--orage) }
.circle { border-radius: var(--rounded); -moz-border-radius: var(--rounded); -webkit-border-radius: var(--rounded) }

.page {
    max-width: 700px;
    margin: 20px auto 50px auto;
    background-color: #FFF;
    border: 2px solid #AD3C00;
    box-shadow: 1px 5px 12px #000;
    text-align: center;
}
.top {

}
.img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.img-foo {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
.content {
    padding: 10px;
    width: 100%;
    display: inline-block;
    font-size: 1.1em;    
}
.foo {
    
}

.plans {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.dash-home {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--gray-c);
    padding: 20px;
    background: rgba(250,250,250,0.5);
}
.dash-home p, .dash-home li {
    font-size: 0.8em;
}

.dash,.dash-users {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: var(--yellow);
    box-shadow: 6px 9px 12px var(--yellow-l);
    border: 1px solid var(--red);
    padding: 15px;    
}

.dash-users {
    padding: 5px 10px 10px 10px;
    background: rgba(90,176,217,0.8);
}

.dash-title {
    font-weight: 400;
    font-size: 1.3em;
    color: var(--red);
}

.dash-users .dash-title {
    text-shadow: 3px 6px 9px var(--gray-a);
    color: var(--white);
}

.dash-item {
    padding: 3px 0px;
    color: var(--red-d);
    font-size: 0.9em;
}

.dash-action {
    margin-top: 10px;
    text-align: right;    
}

.dash-action .btn {
    padding: 2px 12px !important;
    font-size: 0.9em;
}

.dash-users .dash-item {
    border-bottom: none;
}

.dash-users .dash-action .btn {
    padding: 1px 6px;
    font-size: 0.9em;
}

.dash-users .dash-action {
    margin-top: 5px;
}

.bgindex {
    background-image: url(../../storage/images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

header {
    background: var(--yellow);
}

.online {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid var(--red);
    padding: 0px;
}

.on:nth-of-type(1n+0) {
    float: left;
    padding: 5px;
    text-align: center;
    color: var(--white);
    background: var(--red);
    font-size: 13px;
    font-weight: bold;    
}
.on:nth-of-type(2n+0) {
    float: left;
    text-align: right;
    background: transparent;
    color: var(--green);
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}
#on {
    color: var(--green);
    font-size: 13px;
    font-weight: bold;    
}

.slideshow {
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 200px;
    padding: 0px;
    margin: 0px;
}

#slides {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;   
    -webkit-transition: opacity var(--seconds);
    -moz-transition: opacity var(--seconds);
    -o-transition: opacity var(--seconds);
    transition: opacity var(--seconds);
}

.slide img {
    height: 250px;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.header {
    position: relative;
}

.header .logo {
    float: left;
    max-width: 16em;
    margin-top: -0.3em;
}

.header .mobile {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    background: var(--gray-c) url(../../storage/images/mobile.png) center center no-repeat;
    z-index: 9999;
}

.header .mobile:hover {
    background-color: var(--gray-l);
}

.header .mobile:active {
    background-color: var(--gray-h);    
}

main { background: var(--white); }
.main {
    margin-bottom: 40px;
}

.footer ul {
    text-align: center;
}

.footer ul li {
    display: inline;
    margin-right: 10px;
}

.footer ul li:nth-of-type(5n+0) {
    margin-right: 0px;
}

.footer a {
    color: var(--gray-l);
    font-size: 0.8em;
}

.footer .copy {
    font-size: 0.8em;
    text-align: center;
    color: var(--gray-l);    
}

.copy b {
    color: var(--gray-l);
}

footer {
    background: var(--black);
}

.boxContato {
    border: 1px solid var(--gray-c);
    padding: 20px;
    max-width: 400px;
    background: var(--white);
}

.boxLogin {
    border: 1px solid var(--gray-c);
    padding: 20px;
    max-width: 290px;
    background: var(--white);
}
.boxLogin .pass {
    margin-top: 20px;
    font-size: 0.8em;    
}
.boxLogin .pass span {
    color: var(--gray-a);
}

.forms .input {
    margin-top: 15px;
}

.table-box {
    border: 1px solid var(--red);
}

.table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.table-border {
    border: 1px solid var(--red);
}

.tr-header th {
    background-color: var(--red);
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
}

.table th, .table td {
    padding: 5px;
}

.tr-footer th {
    background-color: var(--red);
    color: var(--yellow);
    font-weight: 800;    
}

.title {
    margin: 30px 0px;
    font-weight: 300;
}

.payments {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--gray-c);
    padding: 5px;
    background-color: var(--white);
    margin-bottom: 10px;    
}
.payments div {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    font-size: 0.9em;
    text-align: center;
}
.payments div:nth-of-type(4n+0) {
    margin-right: 0px;
}

.last-background:hover {
    background-color: var(--yellow);
}

.last-registers {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--gray-c);
    padding: 5px;
}
.last-registers div {
    float: left;
    width: 13.6%;
    margin-right: 0.8%;
    font-size: 0.7em;
}
.last-registers div:nth-of-type(7n+0) {
    margin-right: 0px;
}
           
.banners468 {
    display: none;
    position: fixed; 
    width: 468px; 
    height: 60px; 
    left: 50%; 
    bottom: 36px; 
    margin-left: -234px;
    z-index: 9998;
}
.banners468close {
    position: absolute;
    right: -15px;
    top: -15px;
    margin-top: 5px;
    margin-right: 5px;
    z-index: 9999;
    width: 24px;
    height: 24px;
    font-weight: bold;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    padding: 2px;  
    background: #000;
    color: #F44;
    font-size: 14px;
    text-align: center;
    border: 1px solid #FFF;
}
/* 319px */
@media (max-width: 19.9375em) {
    .content {
        padding: 20px 0; 
        width: 96%;
    }
}

/* 320px */
@media (min-width: 20em) {

}

/* 480px */
@media (min-width: 30em) {  
    .content {
        padding: 20px 0; 
        width: 94%;
    }
    .dash,.dash-users {
        width: 48.5%;
        margin-right: 3%;
    }
    .dash:nth-of-type(2n+0),.dash-users:nth-of-type(2n+0) {
        margin-right: 0px;
    }    
}

/* 600px */
@media (min-width: 37.5em) { 
    .content {
        padding: 20px 0; 
        width: 92%;
    }
    .plans {
        width: 48.5%;
        margin-right: 3%;
    }
    .plans:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .banners468 {
        display: block;
    }    
}

/* 768px */
@media (min-width: 48em) { 
    .content {
        padding: 20px 0; 
        width: 90%;
    }
    .dash-home {
        width: 31%;
        margin-right: 3.5%;
    }    
    .dash-home:nth-of-type(3n+0) {
        margin-right: 0px;
    }

    .dash {
        width: 31%;
        margin-right: 3.5%;
    }
    .dash:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }    
    .dash:nth-of-type(3n+0) {
        margin-right: 0px;
    }     

    .dash-users {
        width: 23.5%;
        margin-right: 2%;
    }
    .dash-users:nth-of-type(2n+0) {
        margin-right: 2%;
    }    
    .dash-users:nth-of-type(4n+0) {
        margin-right: 0px;
    }   
}

/* 919px */
@media (max-width: 57.4375em) {
    .nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #222;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }

    .nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .nav_item > a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--gray-e);
        font-weight: bold;
        font-size: 0.875em
    }

    .nav_item:hover,
    .nav_item > a:hover {
        background: #444;
        color: var(--white);
    }

    .nav_sub{
        float: left;
        width: 100%;
        padding: 10px;
        background: var(--black-l);
    }

    .nav_sub_item {
        float: left;
        width: 100%;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--white);
        font-size: 0.8em;
    }

    .nav_sub_item a:hover {
        background: var(--red);
    }
}

/* 960px */
@media (min-width: 60em) { 
    .content {        
        padding: 20px 0; 
        width: 92%;
    }
}

/* 1024px */
@media (min-width: 64em) {
    .content {
        padding: 20px 0; 
        width: 94%;
    }
}

/* 920px */
@media (min-width: 57.5em) {
    .content {
        padding: 20px 0; 
        width: 96%;
    }    

    .header .mobile {
        display: none;
    }

    .nav {
        text-align: right;
    }

    .nav_item {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    
    .nav_item .btn,.nav_item .btn:hover {
        margin-left: 12px; 
        margin-right: 9px; 
        border: 1px solid var(--red-l); 
        background: var(--red); 
        color: var(--white);
    }

    .nav_seta {
        padding-right: 20px !important;
    }

    .nav_item:last-of-type {
        margin-right: 0px;
    }

    .nav_item > a {
        float: left;
        padding: 5px 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: #555;
        background: transparent;
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_item > a:hover {
        background: transparent;
        color: var(--red);
        border: none;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
        width: 210px;
        background: var(--red);
        padding: 5px;
        box-shadow: 4px 8px 16px var(--black-h);
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);  
        margin-top: 1px;
    }

    .nav_item:hover .nav_sub,
    .nav_item > a:hover .nav_sub {
        display: block;
    }

    .nav_sub_item {
        float: left;
        width: 100%;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        list-style-image: none;
        list-style-type: none;        
    }

    .nav_sub:focus {
        margin-bottom: -1px;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: var(--white);
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);       
    }

    .nav_sub_item a:hover {
        background: var(--white);
        color: var(--red);
    }

}

/* 1280px */
@media (min-width: 80em) { 

}

