@font-face {
    font-family: "Tagesschrift";
    src: url("../fonts/Garet-Book.ttf");
    src: url("../fonts/Garet-Heavy.ttf");
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-family: 'Garet Book', 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;
}
html {
    scroll-behavior: smooth;
}

:root {
    --acolor: #07F;
    --white: #FFF;
    --yellow: #FE0;
    --darkyellow: #FD0;
    --lightyellow: #FC9;
    --darkgray: #444;
    --lightgray: #EEE;
    --gray: #999;
    --red: #E90000;
    --green: #191;
    --blue: #07F;
    --black: #111;
    --dark: #000;
    --green: #191;
    --orange: #F60;
    --radius: 4px;
    --radius2: 8px;
    --curved: 10px;
    --rounded: 50%;
    --transition: 0.8s;
    --scale: 1.1;
    --seconds: 1s;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: var(--lightgray);
    margin: 0px 0px 20px auto;
}
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: var(--gray)
}
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
}
select {
    background: var(--white)
}

.container {
    float: left;
    width: 100%
}
.content {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
    max-width: 600px
}
.panel-admin .content {
    width: 100%;
    max-width: 1900px;
    padding: 10px;
}
.panel-admin .header h1 {
    text-align: left;
    letter-spacing: -0.5px;
    display: inline;
    margin-right: 15px;
}
.panel-admin .header h1:last-of-type {
    margin-right: 0px;
} 
.panel-admin .header .text-logo-darkblue {
    letter-spacing: -0.5px;
}
.panel-admin .header .text-logo-green {
    letter-spacing: -0.5px;
}
.panel-admin .main {
    padding: 10px 10px 5px 10px;
}
.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
}
.left {
    text-align: left
}
.pointer {
    cursor: pointer
}
.bold {
    font-weight: 800
}
.radius {
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius)
}
.radius2 {
    border-radius: var(--radius2);
    -webkit-border-radius: var(--radius2);
    -moz-border-radius: var(--radius2)
}
.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);
    box-shadow: 2px 6px 12px var(--gray)
}
.active {
    color: var(--red);
    text-decoration: underline
}

.paginator {
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
    color: var(--gray);
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.paginator_item {
    display: inline-block;
    margin: 0 3px;
    padding: 4px 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginator_item:hover {
    background: #333;
}

.paginator_active,
.paginator_active:hover {
    background: #CCC;
}
.result,.resulter {
    background-color: var(--yellow);
    border-bottom: 3px solid var(--darkyellow);
    padding: 1.3em;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center;
    margin: 0px;
    position: fixed;
    right: 15px;
    top: 15px;
    max-width: 490px;
    border-radius: var(--radius2);
    -webkit-border-radius: var(--radius2);
    -moz-border-radius: var(--radius2);
    z-index: 9999
}
.input {
    border: 1px solid var(--gray);
    padding: 5px
}
.input:focus {
    background-color: var(--lightgray);
    box-shadow: 1px 1px 2px var(--gray)
}
.input-red {
    border: 2px solid #E90000;
    box-shadow: 1px 3px 6px #999;
}
.textarea {
    resize: none;
    border: 1px solid var(--gray);
    padding: 5px
}
.fixed {
    width: 100%
}
.btn {
    cursor: pointer;
    border: none;
    padding: 10px 25px;
    color: var(--white);
    background-color: #1F4B78;
    border-bottom: 2px solid #0D2956;
    vertical-align: top
}
.btn:hover {
    background-color: #548031;
    border-bottom: 2px solid #326010
}
.btn:active {
    position: relative;
    top: 1px
}
.btn_upload {
    background-color: var(--black);
    color: var(--dark);
}
.btn_upload:hover {
    background-color: var(--dark);
    color: var(--fblack)
}
.btn_padding {
    padding: 5px 15px
}
.btn_padding_form {
    padding: 6px 15px 6px 15px
}
.btn-blank {
    background: transparent;
    color: #1F4B78;
    font-weight: 800;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 0px 4px 0px;
}
.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: #E00;
}
.blue {
    color: #07F;
}
.white {
    color: #FFF;
}
.gray {
    color: #666;
}
.green {
    color: #2A2;
}
.orange {
    color: #F50;
}
.yellow {
    color: #FC0;
}
.black {
    color: #000
}
.circle {
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded)
}
.menu-configs {
    border-bottom: 2px solid #204F78;
    padding: 5px 0px 1px 0px;
}
.menu-configs-items {
    margin-right: 0px;
    padding: 3px 7px;
    border-top: 1px solid #024;
    border-left: 1px solid #024;
    border-right: 1px solid #024;
    background-color: #204F78;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.menu-configs-items:hover {
    position: relative;
    background-color: #528133;
}
.payments {
    padding: 15px;
    border: 1px solid #DDD;
    display: inline-block;
    width: 100%;
}
.payments div {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.graph {
    float: left;
    width: 7.85%;
    margin-right: 0.52%;
    height: 120px;
    position: relative;
    font-size: 12px;
    display: block;
    text-align: center;
}
.graph:hover {
    background: #eee;
    z-index: 1;
}
.graph:nth-of-type(12n + 0) {
    margin-right: 0px;
}
.graph-item {
    position: relative;
    height: 120px;
}
.graph-date {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 100;
    color: #888;
    font-weight: bold;
    font-size: 10px;
}
.graph-value {
    text-align: center;
    z-index: 100;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 25px;
}
.graph-sales {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    z-index: 100;
    color: #aaa;
    font-size: 11px;
}
.graph-bar {
    background-color: #dfdfdf;
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 90%;
    height: 1px;
    z-index: -1;
    border-bottom: 1px solid #ccc;
}
.graph-bar-sales {
    background-color: #ccc;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 13%;
    height: 1px;
    z-index: -1;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}
.graph-bar-color-0 {
    background-color: #ddd !important;
    z-index: 1;
}
.graph-bar-color-1 {
    background-color: #8cadd3 !important;
    z-index: 1;
}
.graph-bar-color-2 {
    background-color: #d68d8c !important;
    z-index: 1;
}
.graph-bar-color-3 {
    background-color: #bed392 !important;
    z-index: 1;
}
.graph-bar-color-4 {
    background-color: #70d5c8 !important;
    z-index: 1;
}
.graph-bar-color-5 {
    background-color: #ac9ac2 !important;
    z-index: 1;
}
.graph-bar-color-6 {
    background-color: #89c9d9 !important;
    z-index: 1;
}
.graph-bar-color-7 {
    background-color: #fabb87 !important;
    z-index: 1;
}
.graph-bar-color-8 {
    background-color: #ac97af !important;
    z-index: 1;
}
.graph-bar-color-9 {
    background-color: #a6c17a !important;
    z-index: 1;
}
.graph-bar-color-10 {
    background-color: #bf9999 !important;
    z-index: 1;
}
.graph-bar-color-11 {
    background-color: #cdb059 !important;
    z-index: 1;
}
.graph-bar-color-12 {
    background-color: #59b49d !important;
    z-index: 1;
}
.launchers input,
.launchers select {
    padding: 1px 5px 2px 5px;
    font-size: 0.9em;
    width: available;
    width: 100%;
    margin: 0px;
}
.launchers select {
    padding: 1px 5px;
    font-size: 0.9em;
}
.launchers .btn {
    padding: 5px 12px;
    font-size: 0.9em;
    vertical-align: top;
}
.launchers-form div {
    float: left;
    width: 12.28125%;
    margin-right: 0.25%;
}
.launchers-form div:nth-of-type(8n + 0) {
    margin-right: 0px;
}
.box-select {
    border: 1px solid #aaa;
    padding: 1px 5px;
}
.input:focus,.box-select:focus {
    background-color: #eea;
    box-shadow: 1px 1px 2px #eee;
}
.box-select-select {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}
.box-select {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 1px 5px 2px 5px;
}
.box-select-arrow {
    position: absolute;
    right: -7px;
    top: 6px;
    font-size: 17px;
    color: #999;
}
.box-select-itens {
    position: absolute;
    top: 24px;
    left: 0px;
    width: 180px !important;
    padding: 1px 5px;
    z-index: 99999;
    background: #EFEFEF;
    border: 1px solid #DEDEDE;
    display: block;
}
.box-select-item {
    display: inline-block;
    width: 100% !important;
    margin: 2px auto;
    padding: 2px 5px;
}
.box-item-font .box-select-item {
    font-size: 12px;
}
.box-select-item:hover {
    background: #DDD;
}
.b2,.forms-b2 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.forms .forms-item {
    margin-bottom: 7px;
}
.forms .box-select-select {
    padding: 6px 0px 5px 0px;
    font-size: 16px;
}
.forms {    
    padding-bottom: 100px
}
.forms .box-select-arrow {
    right: 7px;
    top: 10px
}
.emoji-help {
    display: inline-block; 
    font-size: 11px;
    position: relative;
    top: -2px;
    background: #DDD;
    padding: 1px;
}
.b3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.b3 h3 {
    font-size: 1em;
    margin: 20px 0px;
}
.b3 .itens {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 5px;
}
.b3 label {
    padding-top: 2px;
}.b3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.b3 h3 {
    font-size: 1em;
    margin: 20px 0px;
}
.b3 .itens {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 5px;
}
.b3 label {
    padding-top: 2px;
}
.b5,.b6 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #DDD;
    background: #EEE;
}

.b5 span, .b6 span {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 1px 5px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
    background: #2A2;
    display: block;
    width: 76px;
    text-align: center;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.b5:nth-of-type(1n+0) span {
    background: #A90000;
}
.b5:nth-of-type(2n+0) span {
    background: #A90000;
}
.b5:nth-of-type(3n+0) span {
    background: #2A2;
}
.b5:nth-of-type(4n+0) span {
    background: #2A2;
}
.b5:nth-of-type(5n+0) span {
    background: #2A2;
}

.b5 h1,.b6 h1 {
    font-size: 1.1em;
    color: #1F4B78;
    font-weight: 500;
}
.b5 h2,.b6 h2 {
    font-size: 1.1em;
    color: #2A2;
    font-weight: 800;
}

.b6:nth-of-type(5n+0) h2 {
    color: #A90000;
}

.b6:nth-of-type(6n+0) h2 {
    color: #A90000;
}

.last-registers,.last-numbers {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 1px 5px;
    margin-bottom: -2px !important;
}
.last-registers div {
    float: left;
    width: 16.25%;
    margin-right: 0.5%;
    font-size: 0.7em;    
    padding: 5px;
}
.last-registers div:hover {
    background: #EEE;
}
.last-registers div:nth-of-type(6n + 0) {
    margin-right: 0px;
}
.last-background:hover {
    background-color: #EEE;
}
.last-billings div {
    border: 1px solid #FC9;
    white-space: nowrap;
}
.last-billings {
    border: none;    
}
.last-billings:hover {
    border: none;
    background: none;
}
.last-billings input, .last-sales input {
    background: transparent;
}
.last-sales div {
    border: 1px solid #9CF;
    white-space: nowrap;
}
.last-sales {
    border: none;    
}
.last-sales:hover {
    border: none;
    background: none;
}
.last-numbers .numbers {
    float: left;
    width: 13.485714%;
    margin-right: 0.8%;
    font-size: 0.7em;
}
.last-registers .numbers:nth-of-type(7n + 0) {
    margin-right: 0px;
}
.numbers .padding {
    padding-right: 20px;
    font-weight: 800;
}
.numbers .topic {
    padding-left: 20px;
}
.input-text {
    padding:0;
    margin:0;
    border:none;
    color: #07F;
    width: 100%;
    font-size: 11px;
}
.alert {
    padding: 10px;
    background-color: #FFE;
    border: 1px solid #FA9;
    text-align: justify;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

.panel-login {
    margin-top: 20px;
}

.panel-admin {
    margin-top: 0px;
}

.header {
    position: relative;
}

.header,.main,.footer {
    box-shadow: 1px 10px 30px #CCC;
}

.header .topic {
    text-align: center;
    margin: 0px;
    font-size: 1.1em;
    font-weight: 800;
    letter-spacing: 3px;
    color: #777;
}

.subtopic {
    margin: 0px;
    font-size: 1.25em;
    font-weight: 500;
    color: #444;
}

.text-logo-darkblue {
    font-weight: 800;
    letter-spacing: 3px;
    color: #1F4B78;
}
.text-logo-green {
    font-weight: 800;
    letter-spacing: 3px;
    color: #548031;
}

.header .logo {
    float: left;
    max-width: 16em;
}

.header .mobile {
    position: absolute;
    right: 10px;
    top: -110px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    background: #CCC url(../../storage/images/mobile.png) center center no-repeat;
    z-index: 99999999;
}

.header .mobile:hover {
    background-color: var(--gray-l);
}

.header .mobile:active {
    background-color: var(--gray-h);
}

.main,.header {
    background: rgba(255,255,255,0.7);
    margin: 10px auto;
    padding: 10px 0;
}

.main-form {
    padding: 10px 30px;
    margin: 0px;
}

.main-input {
    margin-bottom: 7px;
}

.main-captcha .input {
    width: calc(100% - 200px);
}
.main-captcha input[type=submit] {
    width: 90px;
}
.main-captcha input[type=button] {
    margin-left: 10px
}
.main-captcha span {
    color: #D90000;
    font-weight: 800;
    font-size: 1.2em;
    display: inline-block;
    width: 70px;
    text-align: center;
}

.main-captcha-single .input {
    width: calc(100% - 170px);
}
.main-captcha-single input[type=submit] {
    width: 90px;
}
.main-captcha-single span {
    color: #D90000;
    font-weight: 800;
    font-size: 1.2em;
    display: inline-block;
    width: 70px;
    text-align: center;
}

.main-btn {
    margin-bottom: 0px;
}

.main-item-desc {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}
.main-item-title {
    float: left;
    width: 100px;
    margin-right: 5px;
    font-size: 14px;
}
.main-item-description {
    float: left;
    width: calc(100% - 110px);
    font-size: 14px;
}
.main .main-topic {
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    margin: 0px;
}

.main .main-form {
    margin-top: 10px;
}
.main-up {
    margin-top: -5px !important;
    margin-bottom: -20px !important
}
.main-item {
    margin: 0px;
}
.main-secure {
    text-align: center;
    margin: 20px 0px -10px 0px;
}
.main-secure img {
    height: 24px;
}
.header {
    background: rgba(255,255,255,0.7);
    margin: 10px auto 0px auto;
    padding: 10px 0;
}
.footer {
    background: rgba(255,255,255,0.7);
    padding: 100px 0px 110px 0px;
    margin: 0 auto 40px auto;
}

.footer div {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
.footer .contacts {
    margin-top: 0px;
    font-size: 1em;
}

.fotter .contacts-copy {
    font-size: 12px !important;
}

.footer .contacts li {
    margin-right: 10px;
    display: inline;
}

.footer .contacts li:last-of-type {
    margin-right: 0px;
}


.footer ul {
    text-align: center;
}

.footer ul li {
    display: inline;
    margin-right: 10px;
}

.footer ul li:last-of-type {
    margin-right: 0px;
}

.footer p {
    color: #888;
}

.footer b {
    color: #888;
}

.footer a {
    color: #888;
}

.footer .launcher {
    margin-top: 20px;
}

.footer .copyright {
    text-align: center;
    color: #888;
}

.footer .intellectual-property {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 11px;
}

.footer .intellectual-property a {
    text-decoration: underline;
    font-weight: bold;
}

.footer .copy {
    margin: 0px;
}

.data-footer {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.data-footer ul {
    text-align: left !important;
    margin: 20px 0px 0px 0px;
}
.data-footer ul li {
    display: block !important;
}
.data-footer-div {
    margin-bottom: 5px;
}

.advertise-page, .ad-page {
    max-width: 1024px;
    margin: 0 auto;
}

.advertise-page .header {
    max-width: 1024px;
    padding: 0px 20px 20px 20px;
}

.advertise-page .main {
    max-width: 1024px;
    padding: 20px;
}

.advertise-page .footer {
    max-width: 1024px;
    padding: 20px;
}

.advertise-page .header h1 {
    text-align: left;
    letter-spacing: -0.5px;
    display: inline;
    margin-right: 15px;
}
.advertise-page .header h1:last-of-type {
    margin-right: 0px;
} 
.advertise-page .header .text-logo-darkblue {
    letter-spacing: -0.5px;
}
.advertise-page .header .text-logo-green {
    letter-spacing: -0.5px;
}

.box-homes {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 60px;
}

.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    width: 100%;
    height: 100%;
}
.simplecopy {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    font-size: 0.8em;
    color: #999;
}
.simplecopy a {
    color: #999;
    text-decoration: underline;
}

.report {
    display: inline-block;
    width: 100%;
    border: 1px solid #EEE;
    padding: 5px;
}

.report .results {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    font-size: 0.75em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.report .results:nth-of-type(5n+0) {
    margin-right: 0px;
    border-right: none;
}

.totals {
    background: #DDD;
}

.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;
}

.title {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    border: 1px solid #000;
    box-shadow: 1px 2px 3px #CCC;
    color: #EEE;
    padding: 2px 5px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
}
.checkbox input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox label {
    position: relative;
    padding-left: 2.2em;
    display: inline-block;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width: 1.5em;
    background: var(--white);
    margin-right: 0.5em;
    border: 1px solid #999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.checkbox label::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: var(--white);
    opacity: 0;
    transition: all 0.2s ease;
}
.checkbox label:focus::before, .checkbox label:hover::before {
    background: var(--gray-d);
}
.checkbox input:checked + label::before {
    background: #ff7212;
    border-color: #ff7212;
}
.checkbox input:checked + label::after {
    opacity: 1;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-d);
    border-radius: 100%;
    background: transparent;
    border: 1px solid #CCC;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f60;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 319px */
@media (max-width: 19.9375em) {
    .content {
        padding: 20px 0;
        width: 96%;
    }
}

/* 480px */
@media (min-width: 30em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
}

/* 600px */
@media (min-width: 37.5em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
}

/* 768px */
@media (min-width: 48em) {
    .content {
        padding: 20px 0;
        width: 90%;
    }
}

/* 919px */
@media (max-width: 57.4375em) {
    .nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #111;
        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: #DDD;
        font-weight: bold;
        font-size: 0.875em
    }

    .nav_item:hover,
    .nav_item > a:hover {
        background: #111;
        color: #FFF;
    }

    .nav_sub,.nav_sub_sub{
        float: left;
        width: 100% !important;
        padding: 10px;
        background: #111;
        display: none;
    }

    .search .input {
        margin-left: 14px
    }

    .nss {
        font-weight: bold
    }

    .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: #07F;
    }
}

/* 960px */
@media (min-width: 60em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
    .box-homes {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .box-homes:nth-of-type(3n+0) {
        margin-right: 0px;
    }    
}

/* 1024px */
@media (min-width: 64em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
}

/* 920px */
@media (min-width: 57.5em) {
    .content {
        padding: 20px 0;
        width: 96%;
    }
    .payments div {
        width: 23.5%;
        margin-right: 2%;
    }
    .payments div:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .b2 {
        width: 49.75%;
        margin-right: 0.5%;
        margin-bottom: 0px;
    }
    .b2:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .forms-b2:nth-of-type(1n+0) {
        width: 30%;
        margin-right: 5%;
    }
    .forms-b2:nth-of-type(2n+0) {
        width: 65%;
        margin-right: 0px;
    }    
    .b3 {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .b3:nth-of-type(3n+0) {
        margin-right: 0px;
    }     
    .b5 {
        width: 19.8%;
        margin-right: 0.25%;
        margin-bottom: 0px;
    }
    .b5:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .b6 {
        width: 16.25%;
        margin-right: 0.5%;
        margin-bottom: 0px;
    }
    .b6:nth-of-type(6n+0) {
        margin-right: 0px;
    }    
    .header .mobile {
        display: none;
    }

    .nav {
        float: left;
        text-align: right;
        margin-top: 5em;
        margin-left: 60px;
    }

    .nav-ext {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .nav-admin {
        margin-top: 1em;
    }

    .nav_item {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }

    .search {
        vertical-align: top;
        margin-top: 1px;
    }

    .search input {
        padding: 3px 8px 4px 8px;
        font-size: 0.9em;
        width: 100px;
    }
    .search input[type="text"] {
        padding: 3px 8px 2px 8px;
    }

    .search .btn_search {
        cursor: pointer;
        border: none;
        color: #FFF;
        background: var(--black);
        font-weight: bold;
        padding: 3px 8px 2.5px 8px;
    }
    .search .btn_search img {
        height: 14px;
    }
    .nav_item .btn,.nav_item .btn:hover {
        margin-left: 12px;
        margin-right: 9px;
        border: 1px solid var(--fdarkred);
        background: var(--red);
        color: var(--white);
    }

    .nav_seta {
        padding-right: 20px !important;
    }

    .nav_item {
        margin-right: 0px !important;
    }

    .nav_item:last-of-type {
        margin-right: 0px;
    }

    .nav_item > a {
        float: left;
        padding: 5px 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF;
        background: var(--black);
        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: var(--black);
        color: #FFF;
        border: none;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_item .nav_blank {
        float: left;
        padding: 5px 0px 5px 1px;
        text-transform: none;
        text-decoration: none;
        color: var(--black);
        background: transparent;
        border: none;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .nav_item .nav_blank:hover {
        background: transparent;
        color: var(--black);
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .nav_item .nav_blank img {
        height: 16px;
    }

    .nav_sub {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
        width: 210px;
        background: var(--black);
        padding: 5px;
        box-shadow: 1px 1px 3px #999;
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        margin-top: 1px;
    }

    .nav_sub_item {
        position: relative;
        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_sub {
        display: none;
        position: absolute;
        top: -5px;
        left: 226px;
        width: 240px;
        background: var(--lightgray);
        padding: 5px;
        text-align: left;
        z-index: 99;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .search .input {
        margin-left: 0px
    }

    .nav_item:hover .nav_sub,
    .nav_item > a:hover .nav_sub {
        display: block;
    }

    .nav_sub_item:hover .nav_sub_sub,
    .nav_sub_item > a:hover .nav_sub_sub {
        display: block;
    }

    .nav_sub_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_sub:focus {
        margin-bottom: -1px;
    }

    .nav_sub_item a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #FFF;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub_item a:hover {
        background: var(--lightgray);
        color: var(--black);
    }

    .nav_sub_sub_item a {
        float: left;
        width: 100%;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #00268C;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
    }

    .nav_sub_sub_item a:hover {
        background: #FFF;
        color: var(--black);
    }

}

/* 1120px */
@media (min-width: 70em) {

}

@media (min-width: 80em) {

}