@font-face {
    font-family: "Tagesschrift";
    src: url("../fonts/Garet-Book.ttf");
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-family: "Garet Book", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1 {
    font-size: 2em;
    font-weight: 400;
}

h2 {
    font-size: 1.8em;
    font-weight: 600;
}

h3 {
    font-size: 1.5em;
    font-weight: 800;
}

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;
}

label {
    cursor: pointer;
}

object,
embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

.container {
    float: left;
    width: 100%;
}

.content {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 96%;
    max-width: 1200px;
}

.contenter {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: auto;
    max-width: 820px;
}

.clear {
    clear: both;
}

.fontzero {
    font-size: 0px;
    margin: 0;
    padding: 0;
}

.campo {
    padding: 5px;
    border: 1px solid #aaa;
    background: rgba(255, 255, 255, 0.5);
}

.campo:focus {
    background-color: #ffd;
}

.tamfix {
    width: 100%;
}

input[type="submit"] {
    cursor: pointer;
}

.btn {
    cursor: pointer;
    text-align: center;
    padding: 0.5em 1em;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background-color: #fc0;
    border: none;
    border-bottom: 3px solid #f90;
}

.btn:hover {
    background-color: #fa0;
}

.btn:active {
    position: relative;
    top: 1px;
}

.btn_action {
    cursor: pointer;
    text-align: center;
    padding: 3px 12px 1px 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-color: #5b5;
    border: none;
    border-bottom: 3px solid #3a3;
}

.btn_action:hover {
    background-color: #3a3;
}

.btn_action:active {
    position: relative;
    top: 1px;
}

textarea {
    resize: none;
}

.respostas {
    background-color: #fd9;
    border-bottom: 3px solid #f90;
    border-left: 3px solid #f90;
    padding: 1.3em;
    font-size: 1em;
    display: inline-block;
    width: calc(100% - 220px);
    margin-left: 220px;
    margin-top: 33px;
    box-shadow: 5px 15px 30px #666;
    margin-bottom: -40px;
}

.resposta {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 999999998;
    background-color: #fd9;
    border: 2px solid #f90;
    border-bottom: 2px solid #f30;
    border-right: 1px solid #f30;
    padding: 1.5em;
    font-size: 1em;
    box-shadow: 5px 15px 25px #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.sucesso {
    background-color: #6c6 !important;
    border: 2px solid #3a3 !important;
    border-bottom: 2px solid #393 !important;
    border-right: 1px solid #393 !important;
    color: #fff !important;
}

.alerta {
    background-color: #fa0 !important;
    border: 2px solid #f60 !important;
    border-bottom: 2px solid #f30 !important;
    border-right: 1px solid #f30 !important;
    color: #300 !important;
}

.erro {
    background-color: #e90000 !important;
    border: 2px solid #b90000 !important;
    border-bottom: 2px solid #900 !important;
    border-right: 1px solid #900 !important;
    color: #fff !important;
}

._alerta {
    background-color: #fec;
    border-bottom: 3px solid #fda;
    padding: 1em;
    font-size: 1em;
    text-align: left;
    display: inline-block;
    width: 100%;
}

._sucesso {
    background-color: #aea;
    border-bottom: 3px solid #9c9;
    padding: 1em;
    font-size: 1em;
    text-align: left;
    display: inline-block;
    width: 100%;
}

._atencao {
    background-color: #ffa6a6;
    border-bottom: 3px solid #ee8383;
    padding: 1em;
    font-size: 1em;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.result-x {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 1px 2px 2px 2px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.ratio {
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0;
}

.ratio_maps {
    position: relative;
    padding-bottom: 25%;
    float: left;
    width: 100%;
    height: 0;
}

.media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.paginator_new {
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
    color: var(--gray);
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.paginator_new_item {
    display: inline-block;
    margin: 0 3px;
    padding: 4px 12px;
    background: #000;
    color: #FFF !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginator_new_item:hover {
    background: #333;
    color: #FFF !important;
}

.paginator_new_active,
.paginator_new_active:hover {
    background: #CCC;
}

.paginator_new a:hover {
    color: #FFF !important;
}

.paginator {
    float: right;
    margin-top: 10px;
    color: #999;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.paginator ul {
    display: block;
    background: #006699;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paginator ul li {
    display: inline;
}

.paginator ul li a,
.paginator ul li span {
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
}

.paginator ul li a {
    color: #fff;
    text-decoration: none;
}

.paginator ul li a:hover {
    text-decoration: underline;
}

.radius {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.circulo {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.center {
    text-align: center
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    align-items: flex-start;
}

.class {
    flex: 0 0 calc((100% - 3%) / 2);
    box-sizing: border-box;
    margin: 0;
}

@media (max-width: 48em) {
    .row {
        gap: 0;
    }
    .class {
        flex: 0 0 100%;
    }
}

.cash-tos li {
    display: inline;
    margin-right: 10px;
}

.cash-tos li a {
    color: #ddd;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}

.cash-tos li:last-of-type {
    margin-right: 0px;
}

.content-post-blog-hidden {
    float: left;
    margin-top: 20px;
}

.banners468 {
    position: fixed;
    width: 290px;
    max-height: 60px;
    left: 50%;
    bottom: 36px;
    margin-left: -145px;
    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;
}

.top2,
.b2-ad,
.b3-ad,
.b2-ad-new {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.pmenu {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 160px;
    background: #eee;
    text-align: left;
    z-index: 999999999;
    border: 1px solid #ccc;
    box-shadow: 2px 5px 10px #666;
}

.pmenu a {
    display: inline-block;
    width: calc(100% - 7px);
    color: #444 !important;
    text-decoration: none;
    padding: 3px 0px 3px 7px;
    background: #eee;
}

.pmenu a:hover {
    background: #eee;
}

.b2new,.b3new {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    min-height: 220px;
}

.b3new {
    min-height: auto;
}

.boxblog {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contrast_blog {
    color: #444;
    text-align: left;
    font-size: 24px !important;
    font-weight: 800;
    margin: 30px 0px;
}

.blog_title {
    margin: 0px 0px 20px 0px;
}

.blog_title a {
    color: #333;
}

.blog_subtitle a {
    color: #777;
}

.blog_subtitle {
    margin: 20px 0px;
}

.blog_stats {
    font-size: 0.7em;
    color: #ccc;
}

.post_blog .blog_stats {
    margin-top: 0px;
}

.post_blog h3 {
    margin: 30px 0px;
}

.content-blog-post h1 {
    font-size: 1.6em !important;
    font-weight: 800 !important;
}

.content-blog-post h3 {
    font-size: 1.4em !important;
    font-weight: 500 !important;
}

.content-blog-post p {
    margin-top: 40px;
}

.content-blog-post ul {
    margin-top: 40px;
    margin-left: 30px;
    list-style-type: disc;
}

.content-blog-post ul ul {
    margin-top: 20px;
    margin-left: 30px;
    list-style-type: square;
}

.content-blog-post ul ul ul {
    margin-top: 20px;
    margin-left: 30px;
    list-style-type: circle;
}

.content-blog-post ol {
    margin-top: 40px;
    margin-left: 30px;
}

.content-blog-post ol ul,
.content-blog-post ol ul ul {
    margin-top: 20px;
    margin-left: 30px;
}

.content-blog-post a {
    font-weight: 800;
    color: #07f;
    text-decoration: none;
}

.content-blog-post b {
    font-weight: 800;
    color: #444;
}

.content-blog-post u {
    color: #444;
    text-decoration: underline;
}

.content-blog-post i {
    color: #444;
    font-style: italic;
}

.topic {
    color: #444;
    text-align: center;
}

.boxcenter {
    margin: 67px auto 0px auto;
    text-align: center;
}

.boxcenter .pmenu {
    margin: 20px 0px;
}

.boxcenter a:hover {
    color: #07F !important;
}

.boxcenter .am {
    font-size: 15px;
    color: #444;
    text-decoration: none;
    padding: 5px 10px 7px 10px;
    background: #FAFAFA;
    font-weight: bold;
    border: 1px solid #444;
}

.boxcenter .am:hover {
    box-shadow: 1px 1px 5px #CCC;
    background: #EEE;
    color: #444 !important;
}

.cash-tos {
    font-size: 12px !important;
    margin: 0px;
    color: #444;
}

.cash-tos-div {
    margin-top: 0px;
}

.cash-tos a {
    color: #444 !important;
    background: transparent;
    padding: 0;
    font-weight: normal;
}

.cash-tos a:hover {
    background: transparent;
    color: #222 !important;
    text-decoration: underline;
}

.stop {
    float: right;
    width: 50px;
    height: 50px;
    background: #f90;
    margin-top: -3px;
    border: 3px solid #f73;
    z-index: 999999999;
    text-align: center;
    display: block;
    margin-right: 48px;
}

.stop .timer {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-top: 3px;
}

.stop .act-stop {
    padding-top: 0px;
    margin-top: -8px;
}

.stop .act-stop a {
    display: inline-block;
    width: 100%;
    color: #fff;
    background: transparent;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

body {
    background: #fff;
    overflow-x: hidden;
}

.box6 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.box6 h4 {
    font-weight: bold;
    color: #07f;
    font-size: 22px !important;
    text-align: center !important;
    text-shadow: 1px 1px 0px #999;
    margin-bottom: 15px;
}

.box6 h2 {
    color: #444;
    text-shadow: 1px 1px 0px #999;
    font-weight: bold;
    font-size: 16px;
}

.box6 h3 a {
    cursor: pointer;
    border-radius: 50px;
    text-shadow: 1px 2px 1px #000000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #2a2;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 14px 5px 14px;
    border: 2px solid #006600;
    background: linear-gradient(-24deg, #2d2, #060, #2d2, #060);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.btn_quero {
    cursor: pointer;
    border-radius: 50px;
    text-shadow: 1px 2px 1px #000000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #22aa22;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    padding: 15px 50px 20px 50px;
    border: 2px solid #006600;
    background: linear-gradient(-24deg, #2d2, #060, #2d2, #060);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.goldens {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    padding: 15px;
    text-align: center;
    border: 2px solid #ff9900;
    background: #ffeecc;
    box-shadow: 1px 5px 15px #999;
    background: linear-gradient(-74deg, #ffeecc, #ffee99, #ffeecc, #ffee99);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.goldens div {
    margin: 15px 0px;
}

.goldens .title {
    font-weight: bold;
    color: #ff6600;
    font-size: 20px;
}

.goldens .action {
    margin: 25px 0px 15px 0px;
}

.goldens .action a {
    font-size: 17px;
}

.goldens .price {
    color: #004466;
    font-weight: bold;
    font-size: 19px;
}

.box-black {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 3px solid #ab915f;
    background: rgba(100, 100, 100, 0.5);
    padding: 20px;
    text-align: center;
    min-height: 320px;
}

.box-black .black-item {
    color: #fff0cf;
    font-weight: 800;
    font-size: 20px;
    text-shadow: 1px 2px 1px #000;
}

.box-black .black-price {
    margin: 10px 0px 30px 0px;
    color: #f90;
    font-size: 38px;
    font-weight: 800;
}

.box-black .black-action {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: calc(100% - 40px);
    margin: 0 20px;
}

.box-black .black-action a {
    background: #000;
    color: #44aa44;
    border: 1px solid #fff0cf;
    border-bottom: 3px solid #fff0cf;
    padding: 15px 0px;
    font-size: 18px;
    width: 100% !important;
    display: inline-block !important;
}

.b3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bpromo {
    float: left;
    width: 160px;
    background: #ffd;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #f90;
    margin: 5px 5px 0px 0px;
}

.bpromo h5 {
    font-size: 14px !important;
    text-align: center !important;
    font-weight: bold;
    color: #f30;
}

.bpromo h2 {
    font-size: 12px;
    color: #f90;
}

.bpromo h3 {
    font-size: 15px;
    margin: 5px 0px 10px 0px;
}

.bpromo a {
    margin: 0px;
}

.gdiv {
    float: left;
    width: 160px;
    background: #ffd;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #f90;
    margin: 5px 5px 0px 0px;
}

.gdiv .gh1 {
    font-size: 16px;
    text-align: center !important;
    font-weight: bold;
    color: #f30;
}

.gdiv .gh2 {
    font-size: 12px;
}

.gdiv .gh3 {
    font-size: 15px;
    margin: 5px 0px;
    color: #c90000;
}

.gdiv .gh4 {
    margin-bottom: 10px;
}

.oi-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.page {
    margin: 20px auto;
    max-width: 96%;
    text-align: center;
}

.oi-banner {
    float: left;
    width: 9.55%;
    height: 40px;
    text-align: center;
    font-size: 13px;
    background: #ffcc99;
    margin-right: 0.5%;
    margin-bottom: 15px;
}

.oi-banner:nth-of-type(10n+0) {
    margin-right: 0px;
}

.oi-title {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #a90000;
}

.fieldpass {
    position: relative;
    display: inline-block;
    width: 100%;
}

.viewpass {
    position: absolute;
    right: 7px;
}

.box-list-3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    background: transparent;
    box-shadow: 2px 5px 12px #999;
    text-align: center;
    color: #666;
}

.box-list-3:hover {
    background: rgba(255, 255, 80, 0.3);
}

.box-list-3 h6 {
    color: #f90000;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #999;
}

.box-list-3 h2 {
    color: #181;
    font-weight: bold;
    font-size: 1.25em;
}

.box-list-3 h4 {
    font-weight: bold;
    color: #f90000;
    font-size: 1.25em;
}

.box-list-3 h5 a {
    margin: 0px;
    padding: 9px 25px 9px 25px !important;
    font-size: 1.25em;
    font-weight: bold;
    border: 1px solid #181;
    color: #fff;
    background: #2a2;
}

.box-list-3 h5 {
    margin: 15px 0px;
}

.box-list-3 h5 a:hover {
    background: #181;
}

.msglogin {
    display: block;
}

.sections,
.subsections,
.sections4,
.subsections4,
.sections5 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.subsections,
.subsections2,
.subsections4 {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
}

.subsections2,
.subsections4 {
    float: left;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 490px;
}

.subsections4 {
    min-height: 390px;
}

.subsections h3 {
    font-size: 22px;
    font-weight: normal;
    color: #444;
}

.subsections4 h3,
.subsections4 h3 a {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-top: 20px;
}

.subsections4 .subprice {
    color: #2a2;
    font-weight: bold;
    font-size: 19px;
}

.sections .button_verde,
.sections4 .button_verde,
.sections5 .button_verde {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 25px 10px !important;
    margin: 0px;
}

.sections .button_verde img,
.sections4 .button_verde img,
.sections5 .button_verde img {
    height: 24px;
}

.biz {
    display: none;
}

.banner-cadastro {
    position: absolute;
    left: 50%;
    top: 171px;
    margin-left: -252px;
    width: 504px;
    height: 179px;
}

.banner-int {
    position: relative;
    width: 504px;
    height: 179px;
}

.fechar-cadastro {
    position: absolute;
    right: -16px;
    top: -14px;
}

.plans-surf {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #eee;
    min-height: 100px;
}

.plans-surf-padding {
    padding: 10px;
}

.plans-surf h1 {
    color: #f90000;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.plans-surf p,
.plans-surf p b {
    color: #888;
}

.plans-surf p {
    margin-bottom: 0px;
}

.box-white-overflow {
    background-color: #fff;
    padding: 0px 5px;
    height: 250px;
    overflow-y: auto;
    border: 2px solid #f60;
}

.box-numbers {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.btn-numbers {
    float: left;
    display: inline;
    width: 9%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
}

.btn-numbers:nth-of-type(10n+0) {
    margin-right: 0px;
}

.frames {
    background-color: #666;
    display: block;
    width: 834px;
    height: 477px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.min-frames {
    float: left;
    display: inline;
    width: 23.8px;
    height: 23.8px;
    margin-right: 0px;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.min-frames:hover {
    background: rgba(0, 0, 0, 0.3);
}

.min-frames-clicked,
.min-frames-clicked:hover {
    background: rgba(0, 0, 0, 0.7);
}

.bmagic {
    background: linear-gradient(-74deg, #f60, #f30, #f60, #f30);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 1px 1px 0px #f30;
    width: 170px;
    padding: 4px 6px 6px 6px;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    min-height: 10px;
    margin-bottom: 5px;
}

.bmagic h5 {
    font-size: 13px;
    color: #ff0;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 0px;
}

.bmagic h4 {
    color: #fc0;
    font-weight: bold;
    font-size: 13px;
    margin: 3px 0px;
    text-shadow: 1px 2px 1px #f10;
}

.bmagic h3 {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 3px 0px 0px 0px;
    letter-spacing: -0.3px;
}

.bmagic a {
    background: #f90;
    color: #ff0;
    text-decoration: none;
    border: 1px solid #f60;
    margin: 0px;
    padding: 2px 0px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    width: 100%;
}

.bmagic a:hover {
    background: #fa0;
}

.bcombos {
    background: linear-gradient(-40deg, #fff, #ffa, #ff9, #fff) !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.feed {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 25px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    box-shadow: 1px 3px 5px #ccc;
    background-color: rgba(255, 255, 255, 0.5);
}

.feed:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.feed-user:nth-of-type(1n+0) {
    float: left;
    width: 130px;
}

.feed-user:nth-of-type(2n+0) {
    float: left;
    width: calc(100% - 130px);
}

.feed-description {
    display: inline-block;
    width: 100%;
}

.img-feed {
    border: 1px solid #000;
}

.min-box {
    float: left;
    width: 144px !important;
    margin-right: 10px;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px !important;
}

.min-box-ptc {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #f30;
    padding: 10px;
    background-color: #f60;
    margin-bottom: 10px !important;
}

.min-box-title {
    float: left;
    text-align: left;
    font-weight: bold;
    color: #f30;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fff;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 0px #f60;
    border: 1px solid #f30 !important;
    padding: 5px 3px 4px 5px;
}

.min-box-price {
    margin: 5px 0px;
    color: #00f;
    font-size: 13px;
    text-shadow: 1px 1px 1px #ff0;
    font-weight: bold;
}

.min-box-action {
    float: right;
    text-align: right;
}

.min-box-action a {
    font-size: 11px;
    padding: 1px 5px;
    margin: 0px;
    border: 1px solid #191;
    color: #fff;
    background: #2a2;
    font-weight: bold;
}

.min-box-action a:hover {
    background: #3c3;
}

.numeros {
    margin-right: 5px;
    border: 1px solid #292;
    background: #2a2;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    float: left;
    display: inline-block;
    width: 62px;
}

.new-access {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 260px;
    border: 1px solid #ccc;
    z-index: 999999999;
    background: #fff;
}

.new-user {
    padding: 5px;
}

.last-registers {
    padding: 7px 5px 2px 5px;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 1px 5px 8px #ccc;
}

.last-credits {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.last-registers .sublinks {
    margin: 0px;
    background-color: #2a2;
    color: #fff;
    border: 1px solid #191;
    border-bottom: 2px solid #080;
}

.last-registers .sublinks:hover {
    background-color: #4b4;
}

.last-credits:nth-of-type(2n+0) {
    text-align: center;
}

.last-credits:nth-of-type(3n+0) {
    text-align: right;
}

.last-credits:nth-of-type(4n+0) {
    text-align: right;
}

.topics {
    font-size: 17px;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    font-weight: bold;
    color: #ff0;
}

.box-cartao {
    position: relative;
    width: 320px;
    min-height: 560px;
    background-position: 0 80px;
    background-size: cover;
}

.box-cartao-resp {
    width: 100%;
}

.box-cartao-logositeview {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: 40px;
}

.box-cartao-crie {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: 10px;
}

.box-cartao-contatos {
    margin-top: 40px;
}

.box-cartao-sm {
    position: relative;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
    margin-bottom: 30px;
}

.box-cartao-sm:nth-of-type(3n+0) {
    margin-right: 0px;
}

.box-cartao-sm img {
    width: 48px;
}

.sm-edit {
    position: absolute;
    width: 275px;
    left: 0px;
    top: -25px;
    padding: 5px;
    background-color: #ff9;
    border: 1px solid #f90;
    z-index: 9999;
}

.box-cartao-padding {
    padding: 12px;
}

.box-cartao-topo {
    padding-top: 20px;
    min-height: 140px;
}

.box-cartao-name {
    width: 96%;
    margin: 0px 2% 0px 2%;
}

.box-cartao-area {
    width: 96%;
    margin: 10px 2% 0px 2%;
}

.texto-concurso {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-color: rgba(250, 250, 250, 0.5);
    box-shadow: 2px 8px 16px #999;
    margin-bottom: 20px;
}

.menu-ptcview {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.menu-ptcview a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.phrase {
    font-size: 13px;
}

.table-compare tr,
.table-compare td,
.table-compare th {
    padding: 3px;
}

picture {
    float: left;
    height: 90px;
    width: 180px;
    margin-right: 10px;
    margin: -10px -10px -10px 0px;
}

.attention {}

.itens-av {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    padding: 5px 1px 5px 5px;
    display: inline;
    font-weight: bold;
}

.itens-av:last-of-type {
    margin-bottom: 0px;
}

.itens-v {
    padding: 5px 1px 6px 5px;
}

.itens-v1 {
    padding: 7px 1px 6px 5px;
}

.itens-v1a {
    padding: 5px 1px 6px 5px;
}

.aads468home {
    display: none;
    width: 468px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: -09px;
    border: 1px solid #ddd;
    background: #fff;
}

.aads468home-ads {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
}

.menuinit {
    display: none;
    padding: 3px;
    text-align: center;
    margin-top: 14px;
    z-index: 999999999;
    background: transparent;
}

.menuint-fixed {
    float: left;
    margin-left: 12px;
}

.menuint-fixed a {
    letter-spacing: 4px;
    color: #444;
    text-decoration: none;
}

.menuint-fixed a:hover {
    position: relative;
    top: -1px;
}

.menuint-fixed .img-separator {
    display: inline-block;
    margin: 0 15px;
}

.submenuint {
    position: absolute;
    left: 0px;
    top: 22px;
    width: 220px;
    text-align: left;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 999999999;
}

.submenuint ul li {
    display: inline-block;
    width: 100%;
}

.submenuint ul li a {
    display: inline-block;
    width: 100%;
    padding: 3px 5px;
    color: #444;
    text-decoration: none;
    letter-spacing: 1px;
}

.submenuint ul li a:hover {
    top: 0px;
    background: #eee;
    color: #035;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fprogress {
    font-size: 4px;
    height: 4px;
    display: inline;
    float: left;
    margin-top: 1px;
    width: 100%;
}

.menuhomeul {
    display: none;
}

.ulmenu2 {
    display: block;
    margin-top: 11px;
    text-align: left;
    float: left;
}

.ulmenu2 li {
    display: inline;
    margin-right: 0px;
}

.ulmenu2 li img {
    width: 12px;
}

.ulmenu2 li a {
    text-decoration: none;
    padding: 4px 5px;
    color: #fff;
    background: #057;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #057;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.ulmenu2 li a:hover {
    color: #fff;
    background: #f90;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 0px 1px #f30;
    border: 1px solid #fc0;
}

.ulmenu2-new {
    display: block;
    margin-top: 11px;
    text-align: left;
    float: left;
}

.ulmenu2-new li {
    display: inline;
    margin-right: 1px;
}

.ulmenu2-new li:last-of-type {
    margin-right: 0px;
}

.ulmenu2-new li img {
    width: 12px;
}

.ulmenu2-new a {
    background: #035;
    color: #FFF;
    padding: 2px 5px;
    border: 1px inset #035;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ulmenu2-new a:hover {
    border: 1px inset #F60;
    background: #F90;
    color: #FFF;
}

.ul_nav_menuinit {
    position: absolute;
    left: 0px;
    top: 21px;
    z-index: 999;
}

.ul_nav_menuinit li {
    display: block;
    text-align: left;
    margin-bottom: 1px;
}

.ul_nav_menuinit li a {
    display: block;
    width: 110px;
    font-size: 14px;
}

.ul_nav_menuinit_2 li a {
    display: block;
    width: 175px !important;
}

.cads {
    color: #fc6;
}

.cads:hover {
    color: #fff;
}

.ulmenu2 li:last-of-type {
    margin-right: 0px;
}

.promos-all {
    float: left;
    width: 230px;
    margin-right: 1%;
    box-shadow: 3px 9px 18px #aaa;
}

.promotions-points {
    border: 2px solid #f30;
    padding: 5px 5px 0px 5px;
    box-shadow: 3px 9px 18px #333;
    margin: 30px 0px 0px 0px !important;
    background: rgba(250, 250, 250, 0.5);
}

.promotions-hits {
    border: 2px solid #3a3;
    padding: 5px 5px 0px 5px;
    box-shadow: 3px 9px 18px #333;
    margin: 30px 0px 0px 0px !important;
    background: rgba(250, 250, 250, 0.5);
}

.promotions-credits {
    border: 2px solid #07f;
    padding: 5px 5px 0px 5px;
    box-shadow: 3px 9px 18px #333;
    margin: 30px 0px 0px 0px !important;
    background: rgba(250, 250, 250, 0.5);
}

.promotions-plan {
    border: 2px solid #f90;
    padding: 5px 5px 0px 5px;
    box-shadow: 3px 9px 18px #333;
    margin: 30px 0px 0px 0px !important;
    background: rgba(250, 250, 250, 0.5);
}

.promotions {
    padding: 0px 15px 15px 15px;
    float: left;
    width: 100%;
}

.promotions div {
    display: inline-block;
    width: 100%;
    font-size: 11px;
}

.promotions div a {
    margin-left: 0px;
}

.promotions div:nth-of-type(1n+0) {
    font-weight: bold;
}

.promotions div:nth-of-type(3n+0) {
    margin-top: 10px;
}

.promotions-points .promotions-desc {
    color: #f00;
    letter-spacing: -0.3px;
    font-size: 15px;
}

.promotions-points .promotions-price {
    color: #f00;
}

.promotions-hits .promotions-desc {
    color: #2a2;
    letter-spacing: -0.3px;
    font-size: 15px;
}

.promotions-hits .promotions-price {
    color: #2a2;
}

.promotions-credits .promotions-desc {
    color: #07f;
    letter-spacing: -0.3px;
    font-size: 15px;
}

.promotions-credits .promotions-price {
    color: #07f;
}

.promotions-plan .promotions-desc {
    color: #f60;
    letter-spacing: -0.3px;
    font-size: 15px;
}

.promotions-plan .promotions-price {
    color: #f60;
}

.zoom {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s 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);
}

.btn-points a {
    background-color: #f30;
    border: 1px solid #f10;
    border-bottom: 2px solid #f10;
}

.btn-points a:hover {
    background-color: #f30;
    border: 1px solid #f10;
    border-bottom: 2px solid #f10;
}

.btn-credits a {
    background-color: #07f;
    border: 1px solid #06d;
    border-bottom: 2px solid #06d;
}

.btn-credits a:hover {
    background-color: #06d;
    border: 1px solid #05d;
    border-bottom: 2px solid #05d;
}

.btn-plan a {
    background-color: #f90;
    border: 1px solid #f70;
    border-bottom: 2px solid #f70;
}

.btn-plan a:hover {
    background-color: #f70;
    border: 1px solid #f50;
    border-bottom: 2px solid #f50;
}

.text-gradient-november-black,
.text-gradient-november-black:hover {
    background: -webkit-linear-gradient(#000, #f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1-nb {
    background: -webkit-linear-gradient(#f00, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
}

.promotions-desc {
    letter-spacing: 2px;
    font-size: 18px;
}

.promotions-price {
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
}

.sugest {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sugest:nth-of-type(3n+0) {
    margin-right: 0px;
}

.h {
    background: linear-gradient(-5deg, #000, #000, #09F, #000);
    background-size: 500% 500%;
    animation: gradient 20s ease infinite;
    height: 70px;
}

.h-ads {
    background: linear-gradient(-25deg, #FFF, #EEE, #FFF, #FFF);
    background-size: 100% 200%;
    height: 140px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.headerhome .contenter {
    margin: 40px 1% auto 2%;
    max-width: 100%;
}

.ganhar {
    display: none;
}

.boxplans {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.boxind {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
}

.pop-promo {
    position: fixed;
    width: 290px;
    height: 240px;
    left: 1%;
    top: 1%;
    background-color: #fff;
    border: 3px solid #024;
    box-shadow: 3px 9px 18px #024;
    z-index: 999999997;
}

.ultra-page {
    margin: 50px auto;
    width: 750px;
    background: rgba(250, 250, 255, 0.6);
    padding: 20px;
    box-shadow: 5px 15px 25px #ff9900;
    line-height: 1.9em;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.bgigante {
    display: none;
}

.combo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px;
    background: rgba(240, 240, 240, 0.5);
    box-shadow: 9px 18px 36px #999;
}

#bgc {
    display: none;
    width: 0px;
    height: 0px;
}

.info {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px !important;
}

.u {
    display: none !important;
}

.meta {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.pagina-conteudo {
    max-width: 700px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 9px 18px 36px #999;
}

.cadastro {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999997;
}

.lp {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.formcadastro {
    background-image: url(../imagens/fdash.gif);
    background-size: cover;
}

.formfechar {
    position: absolute;
    right: -10px;
    top: -10px;
}

.formfechar span {
    display: block;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    background-color: #e90000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
}

.form_data .campo {
    margin-top: 10px;
}

.ho {
    display: none;
}

.b468 {
    display: none;
}

.dash {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 140px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 2px 1px #eee;
}

.dashs {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px;
    min-height: 140px;
    background: rgba(255, 255, 255, 0.5);
}

.promo,
.promo-2 {
    position: relative;
    float: left;
    width: 100%;
    border: 3px solid #f90;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(240, 240, 240, 0.5);
    box-shadow: 9px 18px 36px #999;
}

.promo-logo {
    position: relative;
    text-align: center;
    margin: 20px 0px;
    width: 100%;
    max-height: 180px;
    display: inline-block;
}

.promo-logo img {
    height: 180px;
}

.promo-expiry {
    position: absolute;
    z-index: 100;
    top: 146px;
    left: 41%;
    font-weight: bold;
    color: #8d6427;
}

.promo-title {
    text-align: center;
    color: #f60;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.promo-description {
    text-align: center;
    color: #888;
    margin-bottom: 10px;
}

.promo-itens {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
    border-bottom: 1px dotted #888;
    background-color: transparent;
    font-weight: bold;
    color: #00f;
    text-transform: uppercase;
}

.promo-itens:nth-of-type(2n+0) {
    margin-right: 0px;
}

.promo-price {
    color: #3a3;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.promo-button {
    text-align: center;
    margin-bottom: 20px;
}

.dash b {
    color: #444;
}

.resources {
    min-height: 100px !important;
    background-image: url(../imagens/bgdash.webp) !important;
    background-repeat: repeat-x;
}

.bgdash-msg {
    background-image: url(../imagens/bgdash-msg.webp) !important;
    background-repeat: repeat-x;
}

.dash-img-resume {}

.resources img {
    margin-top: -3px;
}

.resources b {
    color: #777;
}

.resources sup {
    color: #aaa;
    font-size: 12px;
}

.dash-banners {
    position: relative;
    border: 3px solid #fff;
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 10px;
    min-height: 140px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.dash-banners img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #eee;
}

.dash-banners:nth-of-type(4n+0) {
    margin-bottom: 0px;
}

.dash .dash-action {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.dash .dash-info {
    position: absolute;
    right: 5px;
    top: 4px;
}

.dash-info img {
    height: 16px;
}

.dash-info span {
    cursor: pointer;
}

.dash .dash-action-left {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.a-ads {
    display: none;
}

.dash .dash-itens {
    margin-top: 5px;
}

.dash-itens {
    color: #999;
}

.dash-itens div {
    color: #444;
}

.dash-action {
    text-align: center;
}

.dash-btn {
    margin: 0px !important;
    padding: 2px 12px !important;
}

.dash-resources .dash-btn {
    font-size: 11px;
    font-weight: bold;
    padding: 1px 5px !important;
}

.pack {
    float: left;
    width: 200px;
    margin-bottom: 20px;
    margin-right: 2%;
    border: 1px solid #ddd;
    padding: 1px;
    background-color: #fff;
    padding-bottom: 9px;
}

.pack:hover {
    position: relative;
    top: -2px;
}

.pack-title {
    position: relative;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}

.pack-stars {
    position: absolute;
    right: 2px;
    top: -1px;
}

.pack-btn span {
    margin: 0px;
    margin-left: 5px;
}

.pack-btn .button_verde,
.pack-btn .button_azul {
    padding: 2px 12px 1px 12px;
    font-size: 13px;
    font-weight: bold;
}

.boxcombos {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ff9900;
    padding: 10px;
    background-color: #e9e9e9;
    font-size: 14px;
}

.c-nome {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #f60;
    padding: 10px;
    text-transform: uppercase;
}

.c-desc {
    padding: 10px;
    margin: 15px 0px;
}

.c-desc ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.c-preco {
    text-align: center;
    color: #ff6600;
    font-weight: bold;
}

.c-botao {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.box-tutorial,
.box-tutorial-ext {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 10px;
    border: 1px solid #fba;
    background-color: #fdb;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #f60;
}

.box-tutorial:hover,
.box-tutorial-ext:hover {
    box-shadow: 1px 1px 0px #f90;
    color: #f60;
    background-color: #ffd;
}

.box-tutorial span,
.box-tutorial-ext span {
    text-transform: uppercase;
    font-weight: bold;
}

.barra-free {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 43px;
    z-index: 9999999;
    background: #04465a;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-bottom: 3px solid #02303e;
    box-shadow: 3px 6px 12px #999;
}

.lateral-free {
    border-left: 3px solid #02303e;
    background: transparent;
    box-shadow: 1px 5px 15px #999;
}

.barra-golden {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 43px;
    z-index: 9999999;
    background: #fc0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-bottom: 3px solid #fb0;
    box-shadow: 3px 6px 12px #999;
}

.barra-weekend {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 43px;
    z-index: 9999999;
    background: #000;
    text-align: center;
    color: #f00;
    font-size: 14px;
    border-bottom: 3px solid #333;
    box-shadow: 3px 6px 12px #000;
}

.lateral-golden {
    border-left: 3px solid #fb0;
    background: transparent;
    box-shadow: 1px 5px 15px #999;
}

.bglogo {
    padding: 7px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: auto;
}

.lateral-weekend {
    border-left: 3px solid #000;
}

.try {
    background-image: url(../imagens/try.gif?12);
    background-position: 50% 300px;
    background-repeat: no-repeat;
}

.main_header {
    position: relative;
    height: 90px;
}

.festas,
.festashome {
    display: none;
}

.aba {
    display: none;
}

.fbox {
    background-image: url(../imagens/fundobox.webp);
    background-size: cover;
}

.boxad,
.newboxad {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    min-height: 206px;
}

.boxad,
.newboxad {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 0.8em;
    background-color: #fafafa;
    box-shadow: 1px 1px 3px #ccc;
}

.boxad .last-clicks,
.newboxad .last-clicks {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.boxad .tituload,
.newboxad .tituload {
    color: #fff;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
    background-color: #4c86b9;
    font-size: 1em;
    text-align: left;
}

.boxad .tituload2,
.newboxad .tituload2 {
    color: #fff;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
    background-color: #f90;
    font-size: 1em;
    text-align: left;
}

.boxad .clicarad,
.newboxad .clicarad {
    position: absolute;
    left: 12px;
    bottom: 50px;
}

.boxad .timerad,
.newboxad .timerad {
    position: absolute;
    left: 12px;
    bottom: 24px;
}

.boxad .descricaoad,
.newboxad .descricaoad {
    color: #888;
    font-weight: 300;
    padding: 5px 10px;
    text-align: left;
}

.boxad .clicarad,
.newboxad .clicarad {
    padding: 10px 0px;
}

.boxad .timerad,
.newboxad .timerad {
    padding: 10px 0px 10px 8px;
}

.boxad .button_verde,
.newboxad .button_verde {
    font-weight: 800 !important;
}

.boxadc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    min-height: 220px;
}

.boxtree {
    min-height: 140px !important;
}

.boxadc {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 0.8em;
    background-color: #fafafa;
    box-shadow: 1px 1px 3px #ccc;
}

.boxadc .last-clicks {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.boxadc .tituload {
    color: #fff;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
    background-color: #4c86b9;
    font-size: 1em;
    text-align: left;
}

.boxadc .tituload2 {
    color: #fff;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
    background-color: #f90;
    font-size: 1em;
    text-align: left;
}

.boxadc .clicarad {
    position: absolute;
    left: 12px;
    bottom: 60px;
}

.boxtree .clicarad {
    position: absolute;
    left: 12px;
    bottom: 10px;
}

.boxadc .timerad {
    position: absolute;
    left: 12px;
    bottom: 34px;
}

.boxadc .descricaoad {
    color: #888;
    font-weight: 300;
    padding: 5px 10px;
    text-align: left;
}

.boxadc .clicarad {
    padding: 10px 0px;
}

.boxadc .timerad {
    padding: 10px 0px 10px 8px;
}

.boxadc .button_verde {
    font-weight: 800 !important;
}

.boxadc .share {
    position: absolute;
}

.boxadc .shares {
    position: absolute;
    left: -3px;
    bottom: 0px;
}

.isca {
    display: none;
}

.iscatxt {
    font-size: 11px;
    color: #000;
    font-family: arial;
}

.main_v {
    margin-top: 0px;
}

.ocultabar,
.troca {
    display: none;
}

.anuncio {
    width: 280px;
    display: inline-block;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #eeffdd;
}

.viewads {
    float: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #eeffdd;
    text-align: left;
    margin-bottom: 20px;
}

.viewads img {
    border: 1px solid #ddd;
    background-color: #fff;
}

.anuncio_foto {
    float: left;
    width: 70px;
    margin-right: 7px;
}

.anuncio_descricao {
    float: right;
    position: relative;
    height: 70px;
    width: 180px;
    text-align: left;
}

.anuncio_url {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
}

.anuncio_descricao a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
}

.anuncio_url a {
    color: #292;
    text-decoration: none;
    font-size: 12px;
}

.ads a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    line-height: 0.8em;
}

.ads .url2 {
    color: #292;
    text-decoration: none;
    font-size: 12px;
    margin-top: -12px;
    display: inline-block;
    width: 100%;
}

.lgnbox {
    max-width: 620px;
    margin: 0 auto 20px auto;
}

.box {
    width: 290px;
    height: 371px;
    text-align: center;
    margin-top: 75px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #eee;
    -moz-box-shadow: inset 0 0 20px #aaa;
    -webkit-box-shadow: inset 0 0 20px #aaa;
    box-shadow: inset 0 0 20px #aaa;
}

.lbox {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -50px !important;
}

.lbox:nth-of-type(2n+0) {
    margin-bottom: -20px !important;
}

.loguinho {
    float: left;
    margin-bottom: 1em;
    margin-left: 12px;
}

.logotipo {
    display: none;
}

.logohome,
.logohome-ads {
    margin-top: -5px;
    margin-left: 10px;
    padding: 5px;
    background: #fff;
    padding: 5px 5px 8px 5px;
}

.logohome-ads-new {
    background: transparent;
}

.frases {
    padding: 0px;
    margin-left: 0px;
    padding-top: 2px;
    font-size: 12px;
    display: inline-block;
    color: #eee;
    width: 100%;
}

.frases a {
    color: #F90;
    text-decoration: underline;
}

.frases-new {
    color: #444;
}

.lateral {
    position: fixed;
    left: 0;
    top: 32px;
    float: left;
    width: 54px;
    height: 100%;
    padding: 14px 10px 10px 10px;
}

.offer {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.offer:nth-of-type(4n+0) {
    margin-right: 0px;
}

.desktop {
    display: none;
}

.mobile {
    float: left;
}

.err {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.conteudo {
    position: relative;
    float: left;
    width: calc(100% - 74px);
    margin-left: 64px;
    padding-top: 33px;
}

.campo-message {
    width: calc(100% - 80px);
    padding: 2px 3px 3px 3px;
    border: 1px solid #ddd;
}

.saldo {
    margin-top: -2px;
}

.fundos {
    margin-top: -3px;
}

.separator h1 {
    text-align: left !important;
    font-size: 1.2em;
    margin-bottom: 0px;
}

.separator {
    text-align: left !important;
    display: inline-block;
    width: 100%;
}

.separator .form_dados {
    float: none;
    width: 50%;
    text-align: left;
    margin: 0px 0px 20px 0px;
    display: inline-block;
}

.separator .form_dados_blog {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0px 0px 20px 0px;
    display: inline-block;
}

.separator .button_verde {
    padding: 5px 12px;
}

.separator .form_dados {
    font-weight: 400;
    font-size: 0.8em;
}

.separator .form_dados_blog {
    font-weight: 400;
    font-size: 1em;
}

.logotipo {
    margin-left: 2px;
    margin-bottom: 15px;
}

.logomargin {
    margin-left: -1px;
}

.ico0 img {
    height: 12px;
}

.ul_menu,
.ul_submenu {
    font-size: 13px;
}

.ul_menu li {
    display: inline-block;
    width: 100%;
    padding: 4px 0px 4px 0px;
}

.ul_menu li>a {
    display: inline-block;
    width: 100%;
    padding: 1px 0px 1px 0px;
    border-left: 2px dotted transparent;
    letter-spacing: -0.6px;
    color: #444;
}

.ul_menu li>a:hover {
    background-color: transparent;
    color: #f90;
    text-shadow: 1px 1px 2px #fff;
}

.ul_menu .anb:hover {
    color: #000 !important;
    text-shadow: none !important;
}

.ul_menu a img {
    margin-top: -3px;
}

.ul_menu a span {
    width: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    margin-left: 3px;
}

.setinha {
    background-image: url(../imagens/setinha.png?2);
    background-repeat: no-repeat;
    background-position: 186px 13px;
}

.ul_submenu li {
    padding-left: 24px;
}

.ul_submenu li>a {
    color: #333;
    display: inline-block;
    width: 100%;
    letter-spacing: -0.5px;
}

.ul_submenu li>a:hover {
    text-decoration: underline;
}

.submobile li {
    display: block;
    width: 200px;
    background-color: #eee;
}

.lisub a:hover,
.lisub a:active {
    background: transparent !important;
    background-image: none !important;
}

.table {
    width: 100% !important;
}

.molde {
    border: 1px solid #069;
}

th,
tr,
td {
    padding: 6px;
}

th {
    font-weight: 800;
}

.links {
    color: #06f;
    text-decoration: none;
    margin-right: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 5px 22px 5px 15px;
    background-image: url(../imagens/arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
}

.links:nth-of-type(3n+0) {
    margin-right: 0px;
}

.links:hover {
    background-color: #e9e9e9;
}

.sublinks {
    color: #06f;
    text-decoration: none;
    margin-right: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 5px 8px;
    font-size: 13px;
    background-color: #fff;
}

.sublinks:hover {
    background-color: #e9e9e9;
}

.sublinks:nth-of-type(2n+0) {
    margin-right: 0px;
}

.menu-ptcview a {
    margin-right: 0px;
}

.btntop {
    margin-top: 20px;
}

.botao {
    color: #06f;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 13px;
}

.botao:hover {
    background-color: #e9e9e9;
}

.y {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 24px 0px;
}

.buttons2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.buttons2 .button_borda,
.buttons2 .button_verde,
.button_laranja .buttons2 .button_azul {
    padding: 2px 5px 1px 5px;
    font-size: 11px;
    margin-right: 1px;
}

.buttons {
    font-size: 13px;
    letter-spacing: -0.3px;
}

#progress {
    position: relative;
    margin-top: -4px;
    background-color: #EEE;
    display: inline-block;
    width: 100%;
}

#bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 4px;
    background-color: #F30 !important;
    background-image: url(../imagens/bar.gif?new2);
}

#bar1 {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 0%;
    height: 4px;
    background-color: #f30;
}

.xxx {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    background-color: #000;
}

.mobile_action {
    position: absolute;
    right: 10px;
    top: 1px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc url(../imagens/mobile.png) center center no-repeat;
}

.mobile_action:hover {
    background-color: #999;
}

.mobile_action:active {
    background-color: #666;
}

.logo {
    display: inline;
    position: relative;
    float: left;
    text-align: left;
}

.url {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.url img {
    margin-top: -2px;
}

.ref {
    position: absolute;
    font-size: 8px;
    color: #AAA;
    left: 58px;
    top: 39px;
    letter-spacing: 1px;
}

.ref-form {
    left: 82px;
}

.separator {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
}

.boxfundos,
.boxad,
.newboxad {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.boxfundos,
.boxadc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.boxfundos input {
    cursor: pointer;
}

.boxfundos {
    text-align: left;
}

.form_dados,
.form_dados_blog {
    float: left;
    width: 100%;
}

.form_dados input,
.form_dados select,
textarea,
.form_dados_blog input,
.form_dados_blog select,
textarea {
    margin-bottom: 12px;
}

.form_dados input[type="submit"],
.form_dados_blog input[type="submit"] {
    margin-left: 0px !important;
}

.intro,
.introuser {
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    color: #777;
    font-size: 0.8em;
    margin-bottom: 0px;
}

.introuser {
    display: inline-block;
    width: 100%;
    margin-top: 2em;
}

.introuser p {
    margin-top: 1.5em;
}

.introuser a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #069;
    padding: 1px 7px 2px 7px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.introuser a:hover {
    background-color: #036;
}

.introuser a:nth-of-type(7n+0) {
    margin-right: 0px;
}

.item_menu {
    display: inline;
    position: relative;
}

.box_item_menu {
    position: absolute;
    left: 0px;
    top: 22px;
    display: none;
    width: 175px;
    background-color: #ccc;
    z-index: 999;
}

.box_item_menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 5px 14px !important;
    background-image: url(../imagens/setinha2.png);
    background-repeat: no-repeat;
    background-position: 5px 57%;
    margin: 0px !important;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    background-color: #ddd !important;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #069 !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.box_item_menu a:hover {
    background-color: #ccc !important;
}

.box_item_menu .t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    background-position: 5px 52% !important;
}

.box_item_menu .b9 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    background-position: 5px 54% !important;
}

.box_item_menu .b3 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    background-position: 5px 56% !important;
}

.buttons {
    display: none;
    margin-left: 20px;
    margin-top: 0.85em;
}

.button_texto {
    display: none;
}

.button_creditos img {
    height: 16px;
    margin-top: -3px;
}

.button_verde img,
.button_azul img {
    height: 16px;
    margin-top: -3px;
}

.button_borda img {
    height: 16px;
    margin-top: -3px;
}

.button_verde,
.button_laranja,
.button_azul,
.button_borda,
.button_creditos {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    padding: 6px 12px 5px 12px;
    text-align: center;
}

.button_creditos {
    color: #333;
    font-size: 0.9em;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.button_verde {
    border: 1px solid #2a2;
    background-color: #2a2;
    border-bottom: 2px solid #090;
    color: #fff;
}

.button_verde:hover {
    border: 1px solid #3a3;
    background-color: #4b4;
    border-bottom: 2px solid #2a2;
}

.button_verde:active {
    position: relative;
    top: 1px;
}

.button_laranja {
    border: 1px solid #f60;
    background-color: #f60;
    border-bottom: 2px solid #f30;
    color: #fff;
}

.button_laranja:hover {
    border: 1px solid #f70;
    background-color: #f70;
    border-bottom: 2px solid #f60;
}

.button_laranja:active {
    position: relative;
    top: 1px;
}

.button_azul {
    border: 1px solid #059;
    background-color: #06a;
    border-bottom: 2px solid #048;
    color: #fff;
}

.button_azul:hover {
    border: 1px solid #048;
    background-color: #059;
    border-bottom: 2px solid #037;
}

.button_azul:active {
    position: relative;
    top: 1px;
}

.button_borda {
    border: 1px solid #4488aa;
    color: #003355;
    background-color: #fff;
}

.separator {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
}

.intro {
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    color: #777;
    font-size: 0.8em;
    margin-bottom: 0px;
}

.conteudo {}

.conteudo_fundo {
    background: #5b3570;
}

.conteudo_maps {
    background-color: #eee;
}

.conteudo_background {
    background: #003355;
    color: #fff;
}

.btnprop {
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.btnprop:hover {
    background-color: #005577;
    color: #fff;
}

.icons {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.icons img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 85%;
    border: 5px solid #fff;
}

.icons p {
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
}

.boxfoo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.boxfoo h1 {
    font-weight: 300;
    margin-bottom: 30px;
}

.boxfoo p {
    margin-bottom: 20px;
}

.boxfoo input[type="text"] {
    padding: 10px 3px 10px 7px;
    border: 1px solid #854da4;
    width: 100%;
    box-shadow: 1px 1px 3px #000;
}

.boxfoo input[type="submit"] {
    background-color: #854da4;
    color: #fff;
    padding: 10px 30px;
    font-weight: 800;
    cursor: pointer;
}

.produzido {
    color: #b38ac8;
}

.produzido a {
    color: #b38ac8 !important;
}

.rs {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: center;
}

.rs img {
    width: 64px;
}

.rs:nth-of-type(2n+0) {
    margin-right: 0px;
}

.usuario {
    display: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 50px;
    height: 44px;
}

.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 120px;
    height: 120px;
}

.fileUpload2 input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bg-selo-beginner {
    background: url(//www.siteview.com.br/_theme/imagens/selo_beginner.png?go);
}

.bg-selo-golden {
    background: url(//www.siteview.com.br/_theme/imagens/selo_golden.png?go);
}

.footer {
    color: #777;
    font-size: 1.2em;
}

.footer_itens a {
    color: #fff;
}

.footer_itens a:hover {
    text-decoration: underline;
}

.footer_itens .tagline {
    font-size: 0.7em;
    text-align: center;
}

.footer_itens ul {
    text-align: center;
}

.footer_itens li {
    display: inline;
    margin-right: 10px;
    font-size: 0.7em;
}

.footer_itens li:nth-of-type(3n+0) {
    margin-right: 0;
}

#pop {
    left: 50%;
    margin: -300px 0 0 -50%;
    opacity: 0;
    position: absolute;
    top: -50%;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index: 3000000;
}

.poptexto {
    overflow: auto;
    height: 250px;
    padding-right: 10px;
    z-index: 3000002;
}

.poptexto p {
    margin-top: 30px;
    z-index: 3000002;
}

#pop:target {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

#pop .header {
    border-bottom: 3px solid #333;
    z-index: 3000002;
}

#pop .header,
#pop .footer {
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    z-index: 3000002;
}

#pop .footer {
    border: none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    z-index: 3000002;
}

#pop h2 {
    margin: 0;
    color: #f90;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    z-index: 3000002;
    font-size: 19px;
}

#pop .btn {
    float: right;
}

#pop .copy,
#pop .header,
#pop .footer {
    padding: 10px;
    color: #333;
    z-index: 3000002;
}

.modal-content {
    background-color: rgba(0, 0, 0, 1);
    position: relative;
    border: 2px solid #333;
    z-index: 20;
    border-radius: 5px;
    color: #fff;
    z-index: 3000001;
}

#pop .copy {
    background-color: rgba(250, 250, 250, 1);
}

#pop .overlay {
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2999999;
}

.copy a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #999;
    font-size: 11px;
}

.ggaleria {
    float: left;
    margin-bottom: 20px;
    width: 300px;
    height: 510px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
}

.ggaleria-titulo a {
    color: #046;
    font-size: 19px;
    text-decoration: none;
    font-weight: 800;
}

.ggaleria-descricao a {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
}

.ggaleria-preco {
    text-align: right;
}

.ggaleria-preco a {
    text-align: right;
    color: #f90;
    font-size: 19px;
    font-weight: 800;
}

.ggaleria-botao {
    margin-top: 20px;
    text-align: center;
}

.ggaleria-botao .at {
    color: #f90;
    font-size: 19px;
    font-weight: 800
}

.ggaleria-botao .bt {
    background: #191;
    border: 2px solid #171;
    border-bottom: 3px solid #171;
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 19px;
    font-weight: 800
}

.showpromo {
    position: fixed;
    left: -100%;
    top: 0;
    width: 220px;
    height: 100%;
    min-width: 200px;
    background: #024;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.showmenu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 220px;
    height: 100%;
    min-width: 200px;
    background: #ddd;
    z-index: 999999997 !important;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.showpromo_action {
    display: none;
}

.lateral {
    z-index: 999999997;
}

.slideshow {
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 92px;
    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 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slide img {
    height: 100px;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 290px;
    background-color: #fea;
    border: 1px solid #fe9;
    box-shadow: 3px 9px 18px #aaa;
    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: #fff;
    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: #fff;
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox label:focus::before,
.checkbox label:hover::before {
    background: #ddd;
}

.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 #ddd;
    border-radius: 100%;
    background: #fff;
}

[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);
}

.text-topics {
    text-shadow: 1px 0px 1px #a30;
    font-weight: 800;
    color: #f90;
}

.chat-text {
    float: left;
    width: 69%;
    margin-right: 1%;
    background: rgba(200, 200, 200, 0.5);
    box-shadow: 2px 4px 12px #ccc;
    height: 300px;
    border: 1px solid #ddd;
    overflow-y: auto;
}

.chat-members {
    float: right;
    width: 30%;
    background: rgba(180, 180, 180, 0.5);
    box-shadow: 2px 4px 12px #ccc;
    height: 300px;
    border: 1px solid #ccc;
    overflow-y: auto;
}

.chat-rel-text {
    padding: 10px;
}

.chat-rel-members {
    padding: 10px;
}

#scrolling {
    height: 300px;
    overflow: auto;
}

.main-buttons {
    position: relative;
}

.main-buttons-item {
    display: none;
}

.main-buttons:hover .main-buttons-item {
    display: block;
    position: absolute;
    left: 0px;
    top: 19px;
    z-index: 99999;
}

.main-buttons-item li {
    text-align: left;
    margin-bottom: 0px;
}

.main-buttons-item li a {
    display: inline-block;
    width: 75px;
    text-align: left;
}

.main-buttons-item li a:hover {
    background-color: #555 !important;
    color: #f90 !important;
}

.u {
    display: none;
}

.list {
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

.list-item {
    position: relative;
    margin-bottom: 7px;
    padding: 5px 5px 5px 35px;
    border: 1px solid #eee;
    background: rgba(245, 245, 245, 0.3);
    box-shadow: 3px 12px 18px #999;
    text-shadow: 1px 2px 3px #ccc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.list-bullet {
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 99;
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    background: rgba(245, 245, 245, 0.7);
    box-shadow: 3px 12px 18px #999;
    padding: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.list-item:hover {
    cursor: pointer;
    padding-left: 37px;
    color: #73b74a;
}

.list-item:hover>.list-bullet {
    left: -4px;
    top: -4px;
}

#popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 540px;
    margin-left: -300px;
    margin-top: -350px;
    background-color: #fff !important;
    border: 4px solid #dddddd;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
}

#popinfo {
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 290px;
    height: 390px;
    background-color: #fff !important;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
}

#popinfosupport {
    display: none;
    position: fixed;
    left: 230px;
    top: 59px;
    width: 290px;
    height: 400px;
    background-color: #fff !important;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
}

#popinfompop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 440px;
    margin-top: -180px;
    margin-left: -220px;
    background-color: #fff !important;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
}

#popinfompoprel {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 700px;
    margin-top: -400px;
    margin-left: -350px;
    background-color: #fff !important;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 6px 15px 30px #000;
}

#pops {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 475px;
    height: 475px;
    margin-left: -237.5px;
    margin-top: -237.5px;
}

.prints1 {
    position: absolute;
    top: 80px;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.prints2 {
    position: absolute;
    top: 80px;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.printtitle,
.printtitlesupport,
.printtitlempop,
.printtitlempoprel {
    background-color: #555;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.printinfo,
.printinfosupport,
.printinfompop,
.printinfompoprel {
    margin-top: 10px;
    padding: 10px;
    font-size: 13px;
    overflow-y: auto;
    height: 290px;
}

.printinfompop {
    height: 330px;
}

.printinfompoprel {
    height: 480px;
}

.closeinfo {
    position: fixed;
    right: 25px;
    top: 20px;
}

.closeinfosupport,
.closeinfompop,
.closeinfompoprel {
    float: right;
    color: #fff;
    margin-right: 10px;
    margin-top: 9px;
}

.closepops {
    float: right;
    color: #d90000;
    margin-right: 10px;
    margin-top: 9px;
}

.printinfosupport {
    overflow: hidden;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    10% {
        opacity: 0.5;
    }
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 0.5;
    }
}

.fa-blink {
    -webkit-animation: fa-blink 1.75s linear infinite;
    -moz-animation: fa-blink 1.75s linear infinite;
    -ms-animation: fa-blink 1.75s linear infinite;
    -o-animation: fa-blink 1.75s linear infinite;
    animation: fa-blink 1.75s linear infinite;
}

.padbutton {
    padding: 5px 12px 4px 12px !important;
}

.navegue-planos {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center !important;
}

.navegue-planos h1 {
    color: #c90000;
    font-size: 20px;
    text-align: center !important;
    font-weight: 800;
}

.navegue-planos h2 {
    color: #900000;
    font-size: 18px;
    margin: 15px 0px;
}

.navegue-planos h3 {
    color: #600000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.navegue-planos h4 {
    color: #300000;
    font-size: 14px;
}

._ms-menu-box-sponsor {
    margin: 10px 0px;
    background: #FFF;
    display: inline-block;
    width: 100%;
    border: 1px solid #DDD;
    padding: 2px 5px 7px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

._ms-menu-sponsor li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0px
}

._ms-menu-sponsor li:nth-of-type(3n+0) {
    margin-right: 0px
}

._ms-menu-sponsor a {
    display: inline-block;
    width: 100%;
    color: #00F;
    text-decoration: none;
    font-size: 13px
}

._ms-menu-sponsor a:hover {
    font-weight: bold
}

._ms-bold {
    font-weight: 800;
}

._ms-margin-top30 {
    margin-top: 30px;
}

._ms-banners468 {
    width: 100%;
    max-height: 60px;
    z-index: 9998
}

._ms-topic {
    font-size: 18px
}

._ms-separator {
    display: inline-block;
    width: 100%;
    margin: 20px 0px
}

._ms-box,
._ms-boxer {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

._ms-boxer {
    text-align: center
}

._ms-box2 {
    float: left;
    width: 48.5%;
    margin-right: 3%
}

._ms-box2:nth-of-type(2n+0) {
    margin-right: 0px
}

._ms-btn {
    padding: 7px 20px;
    color: #FFF !important;
    font-weight: bold;
    font-size: 18px;
    background: #2A2;
    border: 1px solid #191;
    border-bottom: 2px solid #191;
    text-decoration: none;
}

._ms-btn:hover {
    background: #3B3;
    border: 1px solid #1A1;
    border-bottom: 2px solid #1A1;
    color: #FFF !important;
}

._ms-radius {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

._ms-bc a {
    font-size: 12px
}

._ms-br {
    display: none
}

._ms-picnic,
._ms-picnic4 {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px
}

._ms-bold {
    font-weight: bold
}

.boxx-xxxx {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: transparent;
    border: none;
}

.boxx-xxxx p {
    font-size: 12px;
    color: #888;
}

.boxx-xxxx img {
    width: 120px;
    max-width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid #888;
}

.boxx-xxxx .div-btn {}

.boxx-xxxx .btn {
    display: inline-block;
    background: #ED4D2D;
    padding: 2px 0px 3px 0px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.boxx-xxxx .prod {
    margin: 10px 0px;
    text-align: center;
}

.boxx-xxxx .img-prod {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
}

.boxx-xxxx .storename {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ED4D2D;
}

@media (max-width: 19.9375em) {
    .content {
        padding: 20px 0;
        width: 90%;
    }
}

@media (min-width: 20em) {
    .content {
        padding: 20px 0;
        width: 86%;
    }
}

@media (min-width: 30em) {
    .box-cartao-resp {
        width: 320px;
    }
    .marginhome {
        margin-top: 0px;
    }
    .content {
        padding: 20px 0;
        width: 80%;
    }
    .box-tutorial,
    .box-tutorial-ext {
        width: 48.5%;
        margin-right: 3%;
    }
    .box-tutorial:nth-of-type(2n+0),
    .box-tutorial-ext:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .btntop {
        margin-top: 40px;
    }
    .boxad {
        width: 48.5%;
        margin-right: 3%;
    }
    .boxad:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .newboxad {
        width: 48.5%;
        margin-right: 3%;
    }
    .newboxad:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .boxadc {
        width: 48.5%;
        margin-right: 3%;
    }
    .boxadc:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .b468 {
        display: block;
    }
    .boxplans {
        width: 48.5%;
        margin-right: 3%;
    }
    .boxplans:nth-of-type(2n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 37.5em) AND (max-height: 60em) {
    .lateral {
        overflow-y: auto;
    }
    .headerhome .contenter {
        margin: 40px 1% auto 5%;
        max-width: 100%;
    }
    .menu-ptcview {
        width: 49%;
        margin-right: 2%;
    }
    .menu-ptcview:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .u {
        display: inline-block !important;
    }
    .meta {
        width: 48.5%;
        margin-right: 3%;
    }
    .meta:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .marginhome {
        margin-top: 5px;
    }
    .boxind {
        width: 31%;
        margin-right: 3.5%;
    }
    .boxind:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .last-credits {
        width: 48.5%;
        margin-right: 3%;
    }
    .last-credits:nth-of-type(2n+0) {
        margin-right: 0px;
    }
}

@media (min-height: 60.0625em) {
    overflow-y: hidden;
}

@media (min-width: 37.5em) {
    .banners468 {
        display: block;
        width: 468px;
        height: 60px;
        margin-left: -234px;
    }
    ._ms-banners468 {
        position: relative !important;
        display: inline-block;
        width: 468px;
        margin: 0 auto !important;
        height: 60px;
        left: 0;
        bottom: 0;
        top: 0px
    }
    ._ms-topic {
        font-size: 24px
    }
    ._ms-box:nth-of-type(1n+0) {
        width: 67%;
        margin-right: 3%;
        margin-bottom: 0px;
        border-right: 4px solid #DDD;
        padding: 0px 20px 0px 0px
    }
    ._ms-box:nth-of-type(2n+0) {
        width: 30%;
        margin: 0px;
        border: none;
        padding: 0px
    }
    ._ms-box2 {
        width: 100%;
        margin-bottom: 0px;
        margin-right: 0px
    }
    ._ms-box2:nth-of-type(2n+0) {
        margin-bottom: 0px
    }
    ._ms-boxer {
        width: 48.5%;
        margin-right: 3%
    }
    ._ms-boxer:nth-of-type(2n+0) {
        margin-right: 0px
    }
    ._ms-br {
        display: inline
    }
    ._ms-bc {
        text-align: center;
        margin-bottom: 20px
    }
    ._ms-bc:nth-of-type(2n+0) {
        text-align: center;
        margin-bottom: 0px
    }
    ._ms-bc a {
        font-size: 15px;
        display: inline-block;
        width: calc(100% - 30px);
        text-align: center
    }
    ._ms-bc2 a {
        font-size: 15px;
        display: inline-block;
        width: calc(100% - 30px);
        text-align: center
    }
    ._ms-picnic:nth-of-type(1n+0) {
        width: 35%;
        margin-right: 5%;
        text-align: left;
        margin-bottom: 15px
    }
    ._ms-picnic:nth-of-type(2n+0) {
        width: 60%;
        margin-right: 0x;
        text-align: left;
        margin-bottom: 15px
    }
    ._ms-picnic4 {
        width: 23.5%;
        margin-right: 2%;
    }
    ._ms-picnic4:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .promotions {
        width: 18%;
        margin-right: 2.5%;
    }
    .min-box-ptc {
        width: 31%;
        margin-right: 3.5%;
    }
    .min-box-ptc:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .promotions:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .a-ads {
        display: block;
        z-index: 999999997;
        text-align: center;
        position: fixed;
        bottom: 30px;
        left: calc(50% - 299px);
    }
    .aads {
        position: relative;
        background-color: #fd9;
        padding: 15px 15px;
        width: 598px;
        height: 100px;
        box-shadow: 4px 8px 12px #000;
        border: 2px solid #fff;
    }
    .aads-x {
        position: absolute;
        right: 3px;
        top: -4px;
    }
    .rs {
        width: 31%;
        margin-right: 3.5%;
    }
    .rs:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .rs:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .form_dados,
    .form_dados_blog {
        margin: 0 10%;
        width: 80%;
    }
    .table {
        width: auto !important;
    }
    .btntop {
        margin-top: 80px;
    }
    .links {
        width: 220px;
    }
    .main_header {
        height: 90px;
    }
    .main_header-ads {
        height: 145px;
    }
    .isca {
        display: inline-block;
        width: 100%;
        text-align: center;
        min-height: 27px;
    }
    .dash,
    .promo,
    .dash-banners {
        width: 48.5%;
        margin-right: 3%;
    }
    .dash:nth-of-type(2n+0),
    .dash-banners:nth-of-type(2n+0),
    .promo:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .promo-2 {
        width: 49%;
        margin-right: 2%;
    }
    .promo-2:nth-of-type(2n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 37.5625em) {
    .nextok {
        display: none;
    }
    .btntop {
        margin-top: 200px;
        margin-bottom: 40px;
    }
    .y {
        display: inline;
        width: auto;
        margin: 0px;
    }
    .itens-av {
        width: 19%;
        margin-right: 1.25%;
        margin-bottom: 0px;
    }
    .itens-av:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .itens-av a {
        display: inline-block;
    }
    .viewads {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 30px;
    }
    .viewads:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .usuario {
        display: block;
        position: relative;
        margin: 5px 0px 10px 10px;
    }
    .nome_usuario {
        position: absolute;
        bottom: 7px;
        left: 40px;
        font-size: 11px;
        line-height: 0.9em;
    }
    .boxcombos {
        width: 31%;
        margin-right: 3%;
    }
    .boxcombos:nth-of-type(3n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 48em) {
    .boxx-xxxx {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    .boxx-xxxx:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .b2-ad,
    .top2 {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 0px;
        text-align: right;
    }
    .b2-ad:nth-of-type(2n+0),
    .top2:nth-of-type(2n+0) {
        margin-right: 0px;
        text-align: left;
    }
    .top2 {
        text-align: center;
    }
    .b2-ad .div {
        float: right;
    }
    .b3-ad {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
        text-align: right;
    }
    .b3-ad:nth-of-type(2n+0) {
        text-align: center;
    }
    .b3-ad:nth-of-type(3n+0) {
        margin-right: 0px;
        text-align: left;
    }
    .b2-ad-new:nth-of-type(1n+0) {
        position: relative;
        height: 250px;
        width: 48.5%;
        margin: 0px 3% 0px 0px;
        padding: 0px;
        text-align: right !important;
    }
    .b2-ad-new:nth-of-type(2n+0) {
        position: relative;
        height: 250px;
        width: 48.5%;
        margin: 0px;
        padding: 0px;
        text-align: left !important;
    }
    .b2-ad-new .div-left,
    .b2new .div-left {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 250px;
    }
    .b2-ad-new .div-right,
    .b2new .div-right {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 300px;
        height: 250px;
    }
    .b2-ad-new-mt-10-right-1 {
        margin-top: -10px;
    }
    .b2-ad-new-mt-20-left-1 {
        margin-top: -20px;
    }
    .goldens {
        width: 23.5%;
        margin-right: 2%;
    }
    .goldens:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .marginhome {
        margin-top: 5px;
    }
    .h1-nb {
        font-size: 5em;
    }
    .oi-box {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .oi-box:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .headerhome .contenter {
        margin: 40px 1% auto 5%;
        max-width: 100%;
    }
    .sections {
        width: 33%;
        margin-right: 0.5%;
        margin-bottom: 0px;
    }
    .sections:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .sections4 {
        width: 24.625%;
        margin-right: 0.5%;
        margin-bottom: 0px;
    }
    .sections4:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .sections5 {
        width: 19.6%;
        margin-right: 0.5%;
        margin-bottom: 0px;
    }
    .sections5:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .boxajuste {
        width: 24.625% !important;
        margin-right: 0.5% !important;
        margin-bottom: 0px;
    }
    .boxajuste:nth-of-type(3n+0) {
        width: 24.625% !important;
        margin-right: 0.5% !important;
    }
    .boxajuste:nth-of-type(4n+0) {
        margin-right: 0px !important;
    }
    .subsections {
        width: 31%;
        margin-right: 3.5%;
    }
    .subsections:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .subsections4 {
        width: 23.5%;
        margin-right: 2%;
    }
    .subsections4:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .subsections2 {
        width: 49%;
        margin-right: 2%;
    }
    .subsections2:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .texto-concurso {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 0px;
    }
    .texto-concurso:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .content {
        padding: 20px 0;
        width: 90%;
    }
    .bgigante {
        display: inline-block;
        width: 100%;
        padding-top: 2px;
    }
    .combo {
        width: 31%;
        margin-right: 3.5%;
    }
    .combo:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .nav-home {
        display: none !important;
    }
    .itens-av {
        width: 19%;
        margin-right: 1.25%;
        margin-bottom: 0px;
    }
    .itens-av:nth-of-type(2n+0) {
        margin-right: 1.25%;
    }
    .itens-av:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .u {
        display: block;
    }
    .lp {
        width: 48.5%;
        margin-right: 3%;
    }
    .lp:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .box-tutorial,
    .box-tutorial-ext {
        width: 23.5%;
        margin-right: 2%;
    }
    .box-tutorial:nth-of-type(2n+0),
    .box-tutorial-ext:nth-of-type(2n+0) {
        margin-right: 2%;
    }
    .box-tutorial:nth-of-type(4n+0),
    .box-tutorial-ext:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .festas {
        display: block;
        position: absolute;
        top: -10px;
        left: 195px;
    }
    .festas img {
        height: 140px;
    }
    .festashome {
        display: block;
        position: absolute;
        top: -40px;
        left: 195px;
    }
    .festashome img {
        height: 110px;
    }
    .aba {
        display: block;
        position: fixed;
        right: 60px;
        top: 60px;
        text-align: center;
        padding: 0px 10px 3px 10px;
        z-index: 999999997;
    }
    .loguinho {
        display: none;
    }
    .logotipo {
        position: relative;
        float: left;
        display: block;
    }
    .on {
        position: absolute;
        left: 51px;
        bottom: -5px;
        font-size: 11px;
        color: #777;
    }
    .desktop {
        float: left;
        display: inline-block;
        width: 100%;
        margin-left: 10px;
    }
    .mobile {
        display: none;
    }
    .lateral {
        width: 230px;
    }
    .conteudo {
        width: calc(100% - 260px);
        margin-left: 240px;
    }
    .boxfoo {
        width: 45%;
        margin-right: 10%;
    }
    .boxfoo:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    #pop {
        margin: -350px 0 0 -15%;
        width: 30%;
    }
    .form_dados,
    .form_dados_blog {
        margin: 0 20%;
        width: 60%;
    }
}

@media (min-width: 58.75em) {
    .boxad {
        min-height: 250px !important;
    }
    .msglogin {
        display: none;
    }
    .headerhome .contenter {
        margin: 12px 1% auto 40px;
        max-width: 100%;
    }
    .plans-surf {
        width: 31%;
        margin-right: 3.5%;
    }
    .plans-surf:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .menu-ptcview {
        width: auto;
        margin-right: 1%;
        margin-bottom: 0px;
    }
    .menu-ptcview:nth-of-type(2n+0) {
        margin-right: 1%;
    }
    .menu-ptcview:nth-of-type(7n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 60em) {
    .content-post-blog {
        float: left;
        width: calc(100% - 320px);
        margin-right: 20px;
    }
    .contrast_blog {
        font-size: 40px !important;
    }
    .content-post-blog-hidden {
        float: left;
        width: 300px;
        margin-right: 0px;
    }
    .content-blog-post h1 {
        font-size: 2.5em !important;
        font-weight: 800 !important;
    }
    .content-blog-post h3 {
        font-size: 1.8em !important;
        font-weight: 500 !important;
    }
    .b2new {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 0px;
    }
    .b2new:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .b3new {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 0px;
    }
    .b3new:nth-of-type(3n+0) {
        margin-right: 0px;
    }    
    .boxblog {
        width: 30%;
        margin-right: 5%;
    }
    .boxblog:nth-of-type(2n+0) {
        width: 65%;
        margin-right: 0px;
    }
    .ggaleria {
        width: 31%;
        margin-right: 3.5%;
    }
    .aads468home-ads {
        display: block;
    }
    .ggaleria:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .box6 {
        width: 19%;
        margin-right: 1.25%;
        margin-bottom: 0px;
    }
    .box6:nth-of-type(5n+0) {
        margin-right: 0px;
    }
    .navegue-planos {
        width: 31%;
        margin-right: 3.5%;
    }
    .navegue-planos:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .box-list-3 {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 5px;
    }
    .box-black {
        width: 23.5%;
        margin-right: 2%;
    }
    .box-black:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .box-list-3:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .hide-title {
        display: none;
    }
    .last-credits {
        width: 23.5%;
        margin-right: 2%;
    }
    .last-credits:nth-of-type(2n+0) {
        margin-right: 2%;
    }
    .last-credits:nth-of-type(4n+0) {
        margin-right: 0px !important;
    }
    .marginhome {
        margin-top: 15px;
    }
    .menuhomeul {
        display: inline-block;
        width: 100%;
    }
    .menuinit {
        display: block;
        float: left;
        margin-top: -12px;
        margin-left: 7px;
        text-align: left;
    }
    .menuinit-ads {
        display: block;
        float: left;
        margin-top: 35px;
        margin-left: 7px;
        text-align: left;
    }
    .menuhome {
        margin-top: -10px;
    }
    .h {
        height: 74px !important;
    }
    .h-ads {
        height: 128px !important;
    }
    .biz {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-left: -59px;
        font-size: 14px;
    }
    .ganhar {
        display: inline-block;
    }
    .content {
        padding: 20px 0;
        width: 90%;
    }
    .showpromo_action {
        display: block;
    }
    .showmenu_action {
        display: none;
    }
    .ho {
        display: none;
        position: absolute;
        right: 10px;
        top: 45px;
        z-index: 9999;
    }
    .info {
        width: 49%;
        margin-right: 2%;
    }
    .info:nth-of-type(2n+0) {
        margin-right: 0px;
    }
    .box-tutorial {
        width: 11%;
        margin-right: 1.1428%;
    }
    .box-tutorial:nth-of-type(2n+0) {
        margin-right: 1.1428%;
    }
    .box-tutorial:nth-of-type(4n+0) {
        margin-right: 1.1428%;
    }
    .box-tutorial:nth-of-type(8n+0) {
        margin-right: 0px;
    }
    .box-tutorial-ext {
        width: 13.428571%;
        margin-right: 1%;
        margin-bottom: 10px;
    }
    .box-tutorial-ext:nth-of-type(2n+0) {
        margin-right: 1%;
    }
    .box-tutorial-ext:nth-of-type(4n+0) {
        margin-right: 1%;
    }
    .box-tutorial-ext:nth-of-type(7n+0) {
        margin-right: 0px;
    }
    .dash,
    .promo,
    .dash-banners {
        width: 31%;
        margin-right: 3.5%;
    }
    .dash:nth-of-type(2n+0),
    .dash-banners:nth-of-type(2n+0),
    .promo:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .dash:nth-of-type(3n+0),
    .dash-banners:nth-of-type(3n+0),
    .promo:nth-of-type(4n+0) {
        margin-right: 0px;
    }
    .main_header {
        margin-top: 33px;
        height: 75px;
    }
    .main_v {
        margin-top: 35px;
    }
    .ocultabar,
    .troca {
        display: block;
    }
    .icons {
        width: 31%;
        margin-right: 3.5%;
    }
    .icons:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .none {
        display: inline;
    }
    .btnprop {
        width: auto;
        display: inline;
        margin-bottom: 0px;
    }
    .form_dados {
        margin: 0 25%;
        width: 50%;
    }
    .btntop {
        margin-top: 185px;
    }
    .buttons2 {
        display: none;
    }
    .viewads {
        width: 31%;
        margin-right: 3.5%;
    }
    .viewads:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .viewads:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .boxad {
        width: 31% !important;
        margin-right: 3.5% !important;
        min-height: 220px !important;
    }
    .boxad:nth-of-type(2n+0) {
        margin-right: 3.5% !important;
    }
    .boxad:nth-of-type(3n+0) {
        margin-right: 0px !important;
    }
    .newboxad {
        width: 31%;
        margin-right: 3.5%;
        min-height: 220px;
    }
    .newboxad:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .newboxad:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .boxadc {
        width: 31%;
        margin-right: 3.5%;
        min-height: 220px;
    }
    .boxadc:nth-of-type(2n+0) {
        margin-right: 3.5%;
    }
    .boxadc:nth-of-type(3n+0) {
        margin-right: 0px;
    }
    .boxtree {
        min-height: 140px !important;
    }
}

@media (min-width: 60.0625em) {
    .dash,
    .promo,
    .dash-banners {
        width: 24.625%;
        margin-right: 0.5%;
    }
    .dash:nth-of-type(2n+0),
    .promo:nth-of-type(2n+0),
    .dash-banners:nth-of-type(2n+0) {
        margin-right: 0.5%;
    }
    .dash:nth-of-type(3n+0),
    .promo:nth-of-type(3n+0),
    .dash-banners:nth-of-type(3n+0) {
        margin-right: 0.5%;
    }
    .dash:nth-of-type(4n+0),
    .promo:nth-of-type(4n+0),
    .dash-banners:nth-of-type(4n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 64em) {
    .content {
        padding: 20px 0;
        width: 90%;
    }
    .main_header {
        height: 65px;
        padding-bottom: 5px;
    }
    .boxad,
    .boxadc {
        min-height: 220px !important;
    }
    .boxtree {
        min-height: 140px !important;
    }
    .buttons {
        display: inline;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .button_texto {
        position: absolute;
        left: 310px;
        top: 25px;
        display: block;
        line-height: 1em;
    }
    .main_header {
        height: 65px;
    }
    .isca {
        margin-top: -20px;
    }
}

@media (max-width: 57.5em) {
    .main_header_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;
    }
    .main_header_nav img {
        height: 18px;
    }
    .main_header_nav_item {
        float: left;
        width: 100%;
        position: relative;
    }
    .main_header_nav_item .nav_seta,
    .nav_seta:hover {
        background-image: url(../imagens/seta.png) !important;
        background-repeat: no-repeat !important;
        background-position: 96% 50% !important;
    }
    .main_header_nav_item>a {
        float: left;
        width: 100%;
        padding: 12px;
        text-transform: uppercase;
        text-decoration: none;
        color: #eee;
        font-weight: bold;
        font-size: 1em;
    }
    .btn_carrinho img {
        height: 16px;
        margin-top: -2px;
    }
    .main_header_nav_item:hover,
    .main_header_nav_item>a:hover {
        background: #444;
        color: #fff;
    }
    .main_header_nav_sub {
        float: left;
        width: 100%;
        padding: 10px;
        background: #333;
    }
    .main_header_nav_sub_item {
        float: left;
        width: 100%;
    }
    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }
    .main_header_nav_sub_item a:hover {
        background: #007fff;
    }
}

@media (min-width: 60.0625em) {
    .logohome {
        margin-top: -4px;
        margin-left: -30px;
    }
    .logohome-ads {
        margin-top: 41px;
        margin-left: -30px;
    }
    .boxad {
        min-height: 160px;
    }
    .mobile_action {
        display: none;
    }
    .main_header_nav {
        float: right;
        text-align: right;
        margin-top: 0.05em;
    }
    .main_header_nav img {
        height: 18px;
        margin-top: -2px;
    }
    .main_header_nav_item {
        position: relative;
        display: inline-block;
        margin-right: 1px;
    }
    .main_header_nav_item:last-of-type {
        margin-right: 0px;
    }
    .main_header_nav_item>a {
        float: left;
        padding: 3px 8px 3px 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: #04465a;
        font-size: 0.9em;
        font-weight: bold;
        letter-spacing: -1px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    .main_header_nav_item a span {
        font-weight: bold;
    }
    .main_header_nav_item:hover,
    .main_header_nav_item>a:hover {
        color: #04465a;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    .main_header_nav_item>a:hover {
        position: relative;
        top: 1px;
    }
    .main_header_nav_sub {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 300%;
        background: #fff;
        padding: 10px;
        text-align: left;
        z-index: 99;
    }
    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item>a:hover .main_header_nav_sub {
        display: block;
    }
    .main_header_nav_sub_item {
        float: left;
        width: 50%;
    }
    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #333;
    }
    .main_header_nav_sub_item a:hover {
        background: #007fff;
        color: #fff;
    }
    .button_verde,
    .button_borda {
        display: inline;
        margin-left: 7px;
    }
}

@media (min-width: 80em) {
    .boxadc {
        width: 23.5%;
        margin-right: 2%;
        min-height: 220px;
    }
    .boxadc:nth-of-type(2n+0) {
        margin-right: 2%;
    }
    .boxadc:nth-of-type(3n+0) {
        margin-right: 2%;
    }
    .boxadc:nth-of-type(4n+0) {
        margin-right: 0px;
    }
}

@media (min-width: 73.75em) {
    .hide-title {
        display: inline;
    }
    .boxad {
        min-height: 180px !important;
    }
}

@media (min-width: 80em) {
    .content {
        padding: 20px 0;
        width: 80%;
    }
}

@media (min-width: 85em) {
    .aads468home {
        display: inline-block;
        width: 468px !important;
        height: 60px !important;
        margin-top: 3px;
    }
}

@media (min-width: 60em) {
    .stop {
        position: absolute;
        width: 56px;
        height: 56px;
        background: #f90;
        border: 3px solid #f73;
        left: 50%;
        top: -3px;
        margin-left: -28px;
        z-index: 999999999;
        text-align: center;
        display: block;
    }
    .stop-ads {
        top: 50px;
    }
}

.paginator_old {
    float: right;
    margin-top: 10px;
    color: #999;
    text-align: center;
    width: 100%;
}

.paginator_old ul {
    display: block;
    background: #024;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.paginator_old ul li {
    display: inline;
}

.paginator_old ul li a,
.paginator_old ul li span {
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.paginator_old ul li a {
    color: #fff;
    text-decoration: none;
}

.paginator_old ul li a:hover {
    text-decoration: underline;
}

.banner-golden {
    padding: 10px;
    background: #fc0;
}