@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: 8px;
    --radius2: 10px;
    --curved: 10px;
    --rounded: 50%;
    --transition: 0.8s;
    --scale: 1.1;
    --seconds: 1s;
}

body {
    background-color: #008BE0;
}
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: 1280px;
}
.panel-admin .content {
    width: 100%;
    max-width: 1890px;
    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;
}
.panel-admin {
    margin-bottom: -24px;
}

.panel-exchange .header {
    height: 68px !important;
}
.panel-exchange .content {
    width: 100%;
    max-width: 100%;
    padding: 10px;
}
.panel-exchange .header h1 {
    text-align: left;
    letter-spacing: -0.5px;
    display: inline;
    margin-right: 15px;
}
.panel-exchange .header h1:last-of-type {
    margin-right: 0px;
}
.panel-exchange .header .text-logo-darkblue {
    letter-spacing: -0.5px;
}
.panel-exchange .header .text-logo-green {
    letter-spacing: -0.5px;
}
.panel-exchange .main {
    padding: 10px 10px 5px 10px;
}
.panel-exchange {
    margin-bottom: -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 {
    position: fixed;
    right: 15px;
    top: 11px;
    width: 290px;
    background-color: var(--yellow);
    border-bottom: 3px solid var(--darkyellow);
    padding: 15px;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: left;
    z-index: 99999999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.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: #008BE0;
    border-bottom: 2px solid #0069C0;
    vertical-align: top
}
.btn:hover {
    background-color: #0069C0;
    border-bottom: 2px solid #0047A0;
}
.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-whats {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999999;
}
.pulser {
    animation: tremer 1s;
    animation-iteration-count: infinite;
}
@media (max-width: 48em) {
    @keyframes tremer {
        0% {
            background: #024;
        }
        25% {
            background: #D90000;
        }
        50% {
            background: #06A;
            letter-spacing: 1px;
            padding: 5px 10px;
        }
        75% {
            background: #f40;
        }
        100% {
            background: #0AF;
        }
    }
}
@media (min-width: 60em) {
    @keyframes tremer {
        0% {
            background: #024;
        }
        25% {
            background: #D90000;
        }
        50% {
            background: #06A;
            letter-spacing: 3px;
            padding: 15px 35px;
        }
        75% {
            background: #f40;
        }
        100% {
            background: #0AF;
        }
    }
}

.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(--orange)
}
.yellow {
    color: var(--yellow)
}
.black {
    color: #000
}
.circle {
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded)
}

.alert {
    padding: 10px;
    background-color: #FFE;
    border: 1px solid #FA9;
    text-align: justify;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

.header {
    position: relative;
}

.header .logo {
    float: left;
    max-width: 16em;
}

.hide-menu-mobile {
    display: none;
}

.header .mobile {
    position: absolute;
    right: 10px;
    top: 1px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    -webkit-border-radius: var(--rounded);
    background: #AAA url(../../storage/images/mobile.png) center center no-repeat;
    z-index: 99999999;
    border: 1px solid #CCC;
}

.header .mobile:hover {
    background-color: #CCC;
}

.header .mobile:active {
    background-color: #AAA;
}

.header .topic {
    text-align: center;
    margin: 0px;
    font-size: 1.1em;
    font-weight: 800;
    letter-spacing: 3px;
    color: #777;
}
.header-int,.main-int,.footer-int {
    box-shadow: 1px 10px 30px #000;
}
.main-int,.header-int,.footer-int {
    background: rgba(255,255,255,0.8);
    margin: 10px auto;
    padding: 10px 0;
}

.main-int {
    padding: 10px !important;
}
.text-logo-darkblue {
    font-weight: 800;
    letter-spacing: 3px;
    color: #1F4B78;
}
.headline {
    font-weight: 800;
    font-size: 1.4em;
    margin: 20px 0px;
}
.subheadline {
    font-size: 1.2em;
    margin: 20px 0px;
}
.subtopics {
    font-size: 1.2em;
    margin: 20px 0px;
}
.subtopic2 {
    font-size: 1.2em;
    margin: 0px 0px 20px 0px;
}
.listf {
    margin-left: 0px;
}
.listsf {
    margin-left: 40px;
}
.listsf li {
    font-size: 0.8em;
}
.listt li {
    font-size: 0.8em;
}
.btn-free {
    display: none;
}
.btn-now {
    display: inline;
    color: #FFF;
    font-weight: 800;
}
.paragraph-pv {
    margin: 20px 0px;
}

.paragraph-pv .btn {
    font-size: 0.9em;
}
.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: #666;
}
.biglogo {
    margin: 0 auto;
    text-align: center;
}

.biglogo img {
    max-width: 600px;
    width: 85%;
}

.main {
    position: relative;
    background: #FFF;
    margin: 20px auto 0 auto;
    padding: 10px 0px;
}

.main-index {
    max-width: 960px;
    padding: 35px 30px 20px 30px !important;
}

.topics {
    font-size: 1.6em;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
}


.main-form {
    padding: 10px 30px;
    margin: 0px;
}

.main-input {
    margin-bottom: 7px;
}

.main-captcha .input {
    width: calc(100% - 320px);
}
.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-up {
    margin-top: -5px !important;
    margin-bottom: -20px !important
}

.dash-home {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    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: #008BE0;
    box-shadow: 1px 5px 10px #CCC;
    border: 1px solid #0059C0;
    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: #FFF;
}

.dash-users .dash-title {
    text-shadow: 3px 6px 9px #CCC;
    color: #FFF;
}

.dash-item {
    padding: 3px 0px;
    color: #FF0;
    font-size: 0.9em;
}

.dash-action {
    margin-top: 10px;
    text-align: right;
}

.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;
}

.div-plans,.div-plans-remove {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #008BE0;
    padding: 15px;
    text-align: center;
}

.div-plans h1,.div-plans-remove h1 {
    color: #FF0;
    font-weight: 800;
    font-size: 1.8em;
}

.div-plans div,.div-plans-remove div {
    margin: 15px 0px;
    color: #EEE;
}
.div-plans p,.div-plans-remove p {
    font-weight: 800;
    margin: 20px 0px 30px 0px;
    color: #FF0;
    font-size: 1.5em;
}

.div-plans h4,.div-plans-remove h4 {
    margin-bottom: 30px;
}

.div-plans .btn,.div-plans-remove .btn {
    background: #2A2;
    color: #FFF;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
}

.button-action {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 5px 0px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #FFF;
}
.button-action:hover {
    border: 1px solid #CCC;
}

.payments {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--gray-c);
    padding: 5px;
    background-color: var(--white);
    margin-top: 20px;
}
.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 {
    border: 4px solid transparent;
}
.last-background:hover {
    border: 4px solid #F00;
}

.box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 12px;
    border: 1px solid #DDD;
    box-shadow: 1px 3px 5px #CCC;
    background: #008BE0;
}

.margin-top-bottom {
    margin: 150px 0px;
    text-align: center;
    font-weight: 300;
    color: #AAA;
}

.box h1 {
    color: #FFF;
    font-weight: 800;
}

.box h5 {
    color: #DDD;
    font-size: 0.9em;
    font-weight: 800;
    letter-spacing: 2px;
}
.b3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.b3 h3 {
    font-size: 1em;
    margin: 20px 0px 5px 0px;
}
.b3 .itens-adm {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 5px;
}
.b3 label {
    padding-top: 2px;
}
.b3content {
    text-align: center;
}
.b3content h1 {
    font-size: 1.6em;
    font-weight: 300;
}
.stats {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #CCC;
    background: #EEE;
}
.stats-title {
    font-size: 1.2em;
    font-weight: 300;
    color: var(--blue);
}
.stats-numbers {
    color: #00268C;
    font-size: 1.5em;
}

.stats-home {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #000;
    background: #444;
}

.stats-home .stats-title {
    color: #FFF;
}

.stats-home .stats-numbers {
    color: #FC3;
}

.form_datas {
    float: left;
    width: 100%;
    max-width: 360px;
    text-align: left;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    font-weight: 400;
    font-size: 0.9em;
}

.form_datas input[type=submit] {
    margin-left: 0px !important;
}

.form_datas div {
    margin-bottom: 15px
}

.menu {
    position: absolute;
    top: -11px;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.menu a {
    background: #F90;
    color: #FFF;
    font-weight: 800;
    padding: 5px 10px;
    margin: 0px 4px;
    border: 2px solid #DDD;
    font-size: 13px;
    box-shadow: 2px 5px 12px #444;
}

.menu a:hover {
    background: #008BE0;
}

.box-contact {
    border: 1px solid var(--gray-d);
    padding: 20px;
    max-width: 400px;
    background: var(--gray-e);
}

.box-contact input[type=file] {
    background: var(--white);
}

.box-login-side {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

.box-login-side div {
    margin-top: 20px;
}

.box-login-side .pass {
    margin-top: 20px;
}

.box-login-side input {
    padding: 10px;
}

.footer {
    padding: 0px 0px 60px 0px;
    margin: 0 auto;
}

.footer div {
    color: #EEE;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
.footer .contacts {
    margin-top: 20px;
    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,.footer span {
    color: #EEE;
}

.footer b {
    color: #EEE;
}

.footer a {
    color: #EEE;
}

.simplecopyright {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px 0px;
    font-size: 11px;
    color: #CCC;
}
.simplecopyright a {
    font-size: 11px;
    color: #CCC;
}

.footer .launcher {
    margin-top: 0px;
}

.footer .copyright {
    text-align: center;
    color: #EEE;
}

.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;
}

.welcome {
    font-size: 1em;
}
.welcome-photo {
    float: left;
    width: 48.5%;
    margin-top: 0px;
    margin-right: 3%;
    margin-bottom: 10px;
}
.welcome-photo:nth-of-type(2n+0) {
    margin-right: 0px;
    text-align: right;
}

.options-home {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    background: #EFEFEF;
    padding: 15px;
}

.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 #CCC;
    padding: 5px;
}

.report .results {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    font-size: 0.85em;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.report .results:nth-of-type(5n+0) {
    margin-right: 0px;
    border-right: none;
}

.report-content div {
    width: 16% !important;
    margin-right: 0.8% !important;
}
.report-content div:nth-of-type(6n+0) {
    margin-right: 0px !important;
}

.totals {
    background: #DDD;
}
.totals div {
    font-weight: 800;
}

.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: 290px;
    background-color: #FEA;
    border: 1px solid #FE9;
    box-shadow: 3px 9px 18px var(--gray-a);
    color: #333;
    text-align: left;
    padding: 2px 5px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 15px;
}

.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%;
    }
    .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%;
    }
}

/* 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;
    }
    .options-home {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .options-home:nth-of-type(3n+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: #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: #FFF !important;
        font-weight: bold;
        font-size: 0.875em
    }

    .nav_item:hover,
    .nav_item > a:hover {
        background: #111;
        color: #EEE;
    }

    .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;
    }

}

/* 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;
        text-align: left;
    }

    .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);
    }
}

/* 920px */
@media (min-width: 57.5em) {
    .header .mobile {
        display: none;
    }
    .hide-menu-mobile {
        display: inline;
        margin-left: 15px;
    }
    .nav {
        display: none;
    }
}

/* 960px */
@media (min-width: 60em) {
    .content {
        padding: 20px 0;
        width: 92%;
    }
    .b3 {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .b3:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .headline {
        font-size: 2.1em;
    }
    .subheadline {
        font-size: 1.6em;
    }
    .subtopics {
        font-size: 1.4em;
    }
    .subtopic2 {
        font-size: 1.3em;
    }
    .listf {
        margin-left: 30px;
    }
    .listsf {
        margin-left: 70px;
    }
    .listsf li {
        font-size: 1em;
    }
    .listt li {
        font-size: 1em;
    }
    .paragraph-pv .btn {
        font-size: 1em;
    }
    .btn-free {
        display: inline;
        color: #FFF;
        font-weight: 800;
    }
    .btn-now {
        display: none;
    }
    .box {
        width: 19%;
        margin-right: 1.25%;
    }
    .box:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .menu a {
        background: #F90;
        color: #FFF;
        font-weight: 800;
        padding: 8px 20px;
        margin: 0px 4px;
        border: 2px solid #DDD;
        font-size: 17px;
    }
    .stats,.stats-home {
        width: 19%;
        margin-right: 1.25%;
    }
    .stats:nth-of-type(5n+0),.stats-home:nth-of-type(5n+0) {
        margin-right: 0px;
    }

    .div-plans {
        width: 23.5%;
        margin-right: 2%;
    }
    .div-plans:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .div-plans-remove {
        width: 31%;
        margin-right: 3.5%;
    }
    .div-plans-remove:nth-of-type(3n+0) {
        margin-right: 0px;
    }
}

/* 1024px */
@media (min-width: 64em) {
    .content {
        padding: 20px 0;
        width: 94%;
    }
}

/* 1120px */
@media (min-width: 70em) {

}

@media (min-width: 80em) {

}

.blink {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    10% {
        opacity: 0.5;
    }
}