*, *: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;    
}
body, html { height: 100% }
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: 15px }
b, strong { font-weight: bold }
mark { padding: 5px 10px; background: #eee }
ul { list-style: none }
img { border: none; max-width: 100%; vertical-align: middle }
small { font-size: 0.75em; color: #555 }
a { text-decoration: none; color: #07F }
a img { border: 0 }
object, embed, video, frame, iframe, iframe[style] { max-width: 100%; height: auto }

.container { float: left; width: 100% }
.content { position: relative; display: block; margin: 0 auto; padding: 10px 0; width: 96%; max-width: 1200px }
.contrast { color: #F44; font-size: 1.8em; text-align: center }
.paragraph { margin-top: 35px; }
.indent { text-indent: 2em }
.paragraph:first-letter { font-size: 1.2em }
.clear { clear: both }
.fontzero { font-size: 0px }
.left { text-align: left }
.justify { text-align: justify }
.center { text-align: center }
.right { text-align: right }
.pointer { cursor: pointer }
.radius { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px }
.ratio { position: relative; padding-bottom: 56.25%; float: left; width: 100%; height: 0 }
.media { position: absolute; width: 100%; height: 100%; left: 0; top: 0 }
.paginator { float: right; margin-top: 10px; color: #999; text-align: center; width: 100% }
.paginator ul { display: block; background: #024; padding: 10px; text-align: center; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px }
.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: #fff; text-decoration: none }
.paginator ul li a:hover { text-decoration: underline }
.result { background-color: #ffa; border-bottom: 3px solid #dd9; padding: 1.3em; margin-bottom: 20px; font-size: 1em; text-align: center }
.input { border: 1px solid #AAA; padding: 5px }
.input:focus { background-color: #eea; box-shadow: 1px 1px 2px #eee }
.fixed { width: 100% }
.fixedmin { min-width: 290px; }
.btn, .btn_select { cursor: pointer; border: none; padding: 10px 25px; color: #fff; background-color: #d44; border-bottom: 2px solid #c33 }
.btn:hover { background-color: #F44; border-bottom: 2px solid #e33 }
.btn:active { position: relative; top: 1px }
.btn_select option { color: #FFF }
.btn_green { background-color: #4A4; border-bottom: 2px solid #393 }
.btn_green:hover { background-color: #393; border-bottom: 2px solid #282 }
.btn_blue { background-color: #39F; border-bottom: 2px solid #07F }
.btn_blue:hover { background-color: #07F; border-bottom: 2px solid #05A }
.separator { display: inline-block; width: 100%; margin: 30px 0px; }
.zoom { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -ms-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease }
.zoom:hover { -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1) }
.upload { position: relative; overflow: hidden; width: 100%; text-align: center }
.upload span { margin-top: 19px; color: #FFF; font-weight: 800 }
.upload input { position: absolute; top: 0; right: 0; margin: 0; width: 100%; cursor: pointer; opacity: 0; filter: alpha(opacity=0) }
.table-box { border: 1px solid #FF4444 }
.table { border-collapse: collapse; border: 1px solid #FF4444; font-size: 13px; color: #333 }
.table-header th { background-color: #FF4444; color: #FFF; font-weight: 800; text-transform: uppercase }
.table th, .table-validate th, .table td, .table-validate td { padding: 5px }
.table-footer th { background-color: #FF4444; color: #FFF; font-weight: 800; text-transform: uppercase }
.clear { clear: both }

header {

}

.header {
    position: relative;
}

.header .logo {
    float: left;
    max-width: 13em;
    margin-top: -0.5em;
}

.header .mobile {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc url(../../storage/images/mobile.png) center center no-repeat;
    z-index: 9999;
}

.header .mobile:hover {
    background-color: #999;
}

.header .mobile:active {
    background-color: #666;    
}

.slider {   
    text-align: center;
    background-color: #024;
}
.slider-content {
    padding: 2em 0px;
    font-size: 33px;
    color: #F44;    
    font-weight: 300;
    font-size: 1em;
    text-align: center;
}

.slider-content .btn {
    display: inline-block;
    width: 180px;
    text-align: center;
    margin-right: 20px;
}

.slider-content .btn:nth-of-type(4n+0) {
    margin-right: 0px;
}

.slider-content p {
    margin-top: 30px;
}

.slider-content a {
    background-color: #09F;
    color: #FFF;
    text-decoration: none;
    padding: 10px 35px;
    font-size: 1.2em;
}
.slider-content a:hover {
    background-color: #07F;
}

.action {
    text-align: center;
}

.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: #999;
    font-size: 0.8em;
}

.footer .copy {
    font-size: 0.8em;
    text-align: center;
    color: #999;    
}
.copy b {
    color: #999;
}

.boxLogin {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 290px;
}
.boxLogin .pass {
    margin-top: 20px;
    font-size: 0.8em;    
}
.boxLogin .pass span {
    color: #AAA;
}

.forms .input {
    margin-top: 15px;
}

.table {
    border-collapse: collapse;
}

.table-border {
    border: 1px solid #F44;
}

.tr-header th {
    background-color: #F44;
    color: #FFF;
    font-weight: 800;
}

.table th, .table td {
    padding: 5px;
}

.tr-footer th {
    background-color: #F44;
    color: #FF9;
    font-weight: 800;    
}

.title-h3 {
    margin: 30px 0px;
    font-weight: 300;
}

.red {
    color: #F44;
}
.blue {
    color: #07F;
}
.white {
    color: #FFF;
}
.gray {
    color: #aaa;
}

.form-configs .input { width: 100% }

/* 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%;
    }
    .form-configs .input { width: 360px }
}

/* 600px */
@media (min-width: 37.5em) { 
    .content {
        padding: 20px 0; 
        width: 92%;
    }
}

/* 768px */
@media (min-width: 48em) { 
    .content {
        padding: 20px 0; 
        width: 90%;
    }
}

/* 960px */
@media (min-width: 60em) { 
    .content {
        padding: 20px 0; 
        width: 92%;
    }
}

/* 1024px */
@media (min-width: 64em) {
    .content {
        padding: 20px 0; 
        width: 94%;
    }
}

/* 1099px */
@media (max-width: 68.6875em) {
    .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: #eee;
        font-weight: bold;
        font-size: 0.875em
    }

    .nav_item:hover,
    .nav_item > a:hover {
        background: #444;
        color: #fff;
    }

    .nav_sub{
        float: left;
        width: 100%;
        padding: 10px;
        background: #333;
    }

    .nav_sub_item {
        float: left;
        width: 100%;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }

    .nav_sub_item a:hover {
        background: #F44;
    }
}

/* 1100px */
@media (min-width: 68.75em) {
    .content {
        padding: 20px 0; 
        width: 96%;
    }    

    .header .mobile {
        display: none;
    }

    .nav {
        float: right;
        text-align: right;
    }

    .nav_item {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }

    .nav_seta {
        padding-right: 20px !important;
    }

    .nav_item:last-of-type {
        margin-right: 0px;
    }

    .nav_item > a {
        float: left;
        padding: 3px 6px;
        text-transform: uppercase;
        text-decoration: none;
        color: #024;
        font-size: 0.9em;
        font-weight: bold;
    }

    .nav_item > a:hover {
        background: #FFF;
        color: #F44;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;        
    }

    .nav_sub {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 210%;
        background: #DDD;
        padding: 10px;
        text-align: left;
        z-index: 99;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;    
        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: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        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: #777;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;        
    }

    .nav_sub_item a:hover {
        background: #F44;
        color: #fff;
    }

}

/* 1280px */
@media (min-width: 80em) { 

}
