/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

body {
    font-family: 'Raleway', sans-serif;
}

.content,
.mix-content {
    box-sizing: initial;
}

.row {
    line-height: 1.5;
    width: 100%;
}

.form-group>label {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.btn-brand,
.bg-brand {
    background: #740000;
    color: #FFF;
}

.btn-accent {
    background: #d0931c;
    color: #FFF !important;
}

.btn-accent:hover {
    background: #ec9e06;
}

.text-accent {
    color: #ec9e06;
}

.text-accent-light {
    color: #E0C253 !important;
}

.o-75 {
    opacity: 0.75;
}

.tip.tip-vip {
    position: relative;
}

.tip.tip-vip::before {
    content: 'SÓCIO';
    display: inline;
    background: #d0931c;
    padding: 0.5rem;
    font-size: 0.8rem;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 2rem;
    font-weight: bold;
    color: #fff;
}

.site-header.site-header--vip {
    background: #051b1d;
    color: #fff;
}

.site-header.site-header--vip nav a,
.site-header.site-header--vip nav button {
    color: inherit;
    text-decoration: none;
    margin-right: 1rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.site-header.site-header--vip nav a.active,
.site-header.site-header--vip nav button.active {
    font-weight: 700;
    opacity: 1;
    color: #E0C253;
}

.avatar {
    display: flex;
    align-items: center;
}

.avatar .avatar__info {
    line-height: 1.3;
    text-align: right;
}

.avatar img {
    display: block;
    width: 2rem;
    margin-left: 0.7rem;
    border-radius: 999px;
}

.avatar .fa {
    font-size: 0.65rem;
}

.avatar a {
    font-size: 0.7rem;
    font-weight: 800;
    text-decoration: none;
    color: inherit;
    opacity: 0.5;
}

.off-navigation {
    -webkit-box-shadow: inset -2px 0px 22px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -2px 0px 22px -6px rgba(0, 0, 0, 0.75);
    box-shadow: inset -2px 0px 22px -6px rgba(0, 0, 0, 0.75);
}

.off-navigation {
    padding-top: 0;
}

.off-navigation.vip {
    padding-top: 0;
}

.off-navigation.vip .off-navigation__header {
    margin-bottom: 0rem;
}

.off-navigation__header {
    -webkit-box-shadow: inset -2px 0px 22px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -2px 0px 22px -6px rgba(0, 0, 0, 0.75);
    box-shadow: inset -2px 0px 22px -6px rgba(0, 0, 0, 0.75);
    padding: 15px 2rem 10px;
    background-color: #740000;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.off-navigation__header .avatar img {
    margin-left: 0;
    margin-right: 0.7rem;
}

.off-navigation__header .avatar__info {
    text-align: left;
}

.card-header h5,
th {
    font-weight: bold !important;
    color: #051b1d !important;
}

.card td:first-child,
.card th:first-child {
    padding-left: 1.25rem;
}

@media (max-width: 767.98px) {
    .site-header.site-header--vip {
        overflow-x: auto;
        display: none;
    }
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info .fa {
    font-size: 0.75rem;
}

.user-info__data {
    margin-left: 1rem;
}

.user-info__data:first-child {
    margin-left: 0;
}

.user-info__data__label {
    font-size: 0.7rem;
    font-weight: 700;
    opacity: 0.75;
}

.user-info__data__value {
    font-weight: 700;
}

.user-info__data small {
    font-size: 0.7rem;
    font-weight: 400;
}

.user-info__data__info {
    font-size: 0.7rem;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    display: block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1c4548;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: 0 !important;
    text-transform: initial !important;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #0c3033
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}

.team-thumb {
    height: 1.5rem;
    margin-right: 0.5rem;
}

.statistics table td {
    font-size: 14px;
}

.bbp-author-avatar,
#subscription-toggle {
    display: none;
}

.bbp-the-content {
    border: 1px solid #CCC !important;
}

#bbpress-forums li.bbp-header {
    padding: 1rem !important;
    color: #FFF;
    font-size: 1rem;
    background: #721918 !important;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding: 1rem !important;
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: auto;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 0.25rem;
}

#bbp_search_submit {
    padding: 0.4rem;
    background: #e4b760;
    border: 1px solid #e6af6c;
    color: #FFF;
    border-radius: 3px;
}

#bbpress-forums #bbp-search-form {
    margin-bottom: 1rem;
}

.bbp-topic-form label,
.bbp-reply-form label {
    margin-bottom: 0.5rem !important;
}

.bbp-topic-form p,
.bbp-reply-form p {
    margin-bottom: 0.5rem !important;
}

.bbp-submit-wrapper button {
    background: #70211f;
    color: white;
    padding: 0.7rem;
    font-weight: 700;
}

#favorite-toggle {
    display: none !important;
}

.recommended {
    position: relative;
}

.recommended::before {
    content: 'Vagas Limitadas';
    display: block;
    padding: 0.5rem 0;
    color: white;
    position: absolute;
    width: 150px;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
    border-radius: 50px;
    background: #d0931c;
}

.btn-circle {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none !important;
}


/* HTML5 display-role reset for older browsers */

html {
    position: relative;
}

body {
    overflow-x: hidden;
}

strong {
    font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

small {
    font-size: 14px;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

button {
    display: inline-block;
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-spacing: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    -webkit-appearance: none;
    box-shadow: none;
    box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
}

p {
    line-height: normal;
}

.page-checkout p {
    line-height: inherit !important;
}

.mix-content,
.footer-copyright>.content,
.site-footer>.content,
.site-header .content,
.status-mercado>.content {
    max-width: 960px;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.site-wrapper {
    min-width: 100vw;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
}

.mix-button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    height: 14px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 20px;
    height: 36px;
    line-height: 34px;
}

.mix-button.-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.mix-button.-rounded {
    border-radius: 12px;
}

.mix-button.-uppercase {
    text-transform: uppercase;
}

.mix-button.-large {
    font-size: 20px;
    height: 20px;
}

.mix-button.-large.-block {
    width: calc(100% - (20px*2));
}

.mix-button.-small.-block {
    width: calc(100% - (20px*2));
}

.mix-button.-tiny.-block {
    width: calc(100% - (10px*2));
}

.mix-button.-inline {
    display: inline-block !important;
}

.mix-button.-primary {
    background: #740000;
    color: #ffffff;
}

.mix-button.-secondary {
    background: #E0C253;
    color: #740000;
}

.mix-button.-stable {
    background: #6b747a;
    color: #ffffff;
}

.mix-button.-assertive {
    background: #e12d3c;
    color: #ffffff;
}

.mix-button.-gradientdt.-primary {
    background: #740000;
    background-image: linear-gradient(to top, #770000 0%, #710000 100%);
}

.mix-button.-gradienttd.-primary {
    background: #740000;
    background-image: linear-gradient(to top, #710000 0%, #770000 100%);
}

.mix-button.-gradientdt.-secondary {
    background: #E0C253;
    background-image: linear-gradient(to top, #e0c355 0%, #e0c151 100%);
}

.mix-button.-gradienttd.-secondary {
    background: #E0C253;
    background-image: linear-gradient(to top, #e0c151 0%, #e0c355 100%);
}

.mix-button.-gradientdt.-stable {
    background: #6b747a;
    background-image: linear-gradient(to top, #6c757b 0%, #6a7379 100%);
}

.mix-button.-gradienttd.-stable {
    background: #6b747a;
    background-image: linear-gradient(to top, #6a7379 0%, #6c757b 100%);
}

.mix-button.-gradientdt.-assertive {
    background: #e12d3c;
    background-image: linear-gradient(to top, #e12f3e 0%, #e12b3a 100%);
}

.mix-button.-gradienttd.-assertive {
    background: #e12d3c;
    background-image: linear-gradient(to top, #e12b3a 0%, #e12f3e 100%);
}

.mix-button.-primary:active {
    background: #410000;
}

.mix-button.-gradientdt.-primary:active {
    background: #410000;
    background-image: linear-gradient(to top, #440000 0%, #3e0000 100%);
}

.mix-button.-gradienttd.-primary:active {
    background: #410000;
    background-image: linear-gradient(to top, #3e0000 0%, #440000 100%);
}

.mix-button.-secondary:active {
    background: #d8b328;
}

.mix-button.-gradientdt.-secondary:active {
    background: #d8b328;
    background-image: linear-gradient(to top, #d9b32a 0%, #d7b127 100%);
}

.mix-button.-gradienttd.-secondary:active {
    background: #d8b328;
    background-image: linear-gradient(to top, #d7b127 0%, #d9b32a 100%);
}

.mix-button.-stable:active {
    background: #535a5f;
}

.mix-button.-gradientdt.-stable:active {
    background: #535a5f;
    background-image: linear-gradient(to top, #545b60 0%, #52595d 100%);
}

.mix-button.-gradienttd.-stable:active {
    background: #535a5f;
    background-image: linear-gradient(to top, #52595d 0%, #545b60 100%);
}

.mix-button.-assertive:active {
    background: #c01b29;
}

.mix-button.-gradientdt.-assertive:active {
    background: #c01b29;
    background-image: linear-gradient(to top, #c21c2a 0%, #bd1b29 100%);
}

.mix-button.-gradienttd.-assertive:active {
    background: #c01b29;
    background-image: linear-gradient(to top, #bd1b29 0%, #c21c2a 100%);
}

.mix-button.-primary:hover {
    background: #410000;
}

.mix-button.-gradientdt.-primary:hover {
    background: #410000;
    background-image: linear-gradient(to top, #440000 0%, #3e0000 100%);
}

.mix-button.-gradienttd.-primary:hover {
    background: #410000;
    background-image: linear-gradient(to top, #3e0000 0%, #440000 100%);
}

.mix-button.-secondary:hover {
    background: #d8b328;
}

.mix-button.-gradientdt.-secondary:hover {
    background: #d8b328;
    background-image: linear-gradient(to top, #d9b32a 0%, #d7b127 100%);
}

.mix-button.-gradienttd.-secondary:hover {
    background: #d8b328;
    background-image: linear-gradient(to top, #d7b127 0%, #d9b32a 100%);
}

.mix-button.-stable:hover {
    background: #535a5f;
}

.mix-button.-gradientdt.-stable:hover {
    background: #535a5f;
    background-image: linear-gradient(to top, #545b60 0%, #52595d 100%);
}

.mix-button.-gradienttd.-stable:hover {
    background: #535a5f;
    background-image: linear-gradient(to top, #52595d 0%, #545b60 100%);
}

.mix-button.-assertive:hover {
    background: #c01b29;
}

.mix-button.-gradientdt.-assertive:hover {
    background: #c01b29;
    background-image: linear-gradient(to top, #c21c2a 0%, #bd1b29 100%);
}

.mix-button.-gradienttd.-assertive:hover {
    background: #c01b29;
    background-image: linear-gradient(to top, #bd1b29 0%, #c21c2a 100%);
}

.mix-button.-primary {
    border: 1px solid #4b0000;
}

.mix-button.-secondary {
    border: 1px solid #dab630;
}

.mix-button.-stable {
    border: 1px solid #585f64;
}

.mix-button.-assertive {
    border: 1px solid #c91d2b;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?1s389r");
    src: url("../fonts/icomoon.eot?1s389r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1s389r") format("truetype"), url("../fonts/icomoon.woff?1s389r") format("woff"), url("../fonts/icomoon.svg?1s389r#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change ../fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-youtube:before {
    content: "\ea9d";
}

.text-content {
    font-size: 16pxpx;
    font-size: 1pxrem;
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 20px;
}

.text-content>p {
    margin-bottom: 20px;
}

.text-content>p:last-child {
    margin-bottom: 0;
}

.text-content>p>a {
    color: #740000;
}

.text-content>p>a:hover {
    text-decoration: underline;
}

.text-content>h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    color: #740000;
    margin-bottom: 5px;
}

.text-color.-primary {
    color: #740000;
}

.text-color.-secondary {
    color: #E0C253;
}

.text-color.-stable {
    color: #6b747a;
}

.text-color.-assertive {
    color: #e12d3c;
}

.text-link:hover {
    text-decoration: underline;
}

.banner-mix>.img {
    width: 100%;
}

.blog-clubes {
    margin-bottom: 40px;
    *zoom: 1;
}

@media screen and (max-width: 880px) {
    .blog-clubes {
        margin-bottom: 20px;
    }
}

.blog-clubes>.clube {
    position: relative;
    float: left;
    clear: none;
    width: 3.575%;
    margin-left: 0;
    margin-right: 1.5%;
}

.blog-clubes>.clube>.link {
    display: inline-block;
    text-align: center;
}

.blog-clubes>.clube>.link>.escudo {
    width: 100%;
    height: auto;
}

.blog-clubes>.clube:nth-of-type(n) {
    margin-right: 1.5%;
    float: left;
    clear: none;
}

.blog-clubes>.clube:nth-of-type(20n) {
    margin-right: 0;
    float: right;
}

.blog-clubes>.clube:nth-of-type(20n+1) {
    clear: both;
}

@media screen and (max-width: 880px) {
    .blog-clubes>.clube {
        float: left;
        clear: none;
        width: 4.6%;
        margin-left: 0;
        margin-right: 6%;
        margin-bottom: 20px;
    }
    .blog-clubes>.clube:nth-of-type(n) {
        margin-right: 6%;
        float: left;
        clear: none;
    }
    .blog-clubes>.clube:nth-of-type(10n) {
        margin-right: 0;
        float: right;
    }
    .blog-clubes>.clube:nth-of-type(10n+1) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .blog-clubes>.clube {
        float: left;
        clear: none;
        width: 8.2%;
        margin-left: 0;
        margin-right: 2%;
    }
    .blog-clubes>.clube:nth-of-type(n) {
        margin-right: 2%;
        float: left;
        clear: none;
    }
    .blog-clubes>.clube:nth-of-type(10n) {
        margin-right: 0;
        float: right;
    }
    .blog-clubes>.clube:nth-of-type(10n+1) {
        clear: both;
    }
}

@media screen and (min-width: 880px) {
    .blog-clubes>.clube>.link>.escudo {
        display: inline-block;
        position: absolute;
        top: 0;
    }
    .blog-clubes>.clube>.link>.escudo:hover:not(.-nohover) {
        width: 130%;
        top: -15%;
        right: -15%;
    }
}

.blog-clubes>.clube.-nolink {
    opacity: 0.4;
}

.blog-clubes:before,
.blog-clubes:after {
    content: '';
    display: table;
}

.blog-clubes:after {
    clear: both;
}

.blog-pagination {
    text-align: center;
}

.blog-pagination>.page {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #740000;
    line-height: 25px;
}

.blog-pagination>.page.active,
.blog-pagination>.page:hover,
.blog-pagination>.page *:not(.nolink) {
    background: #740000;
    color: #ffffff;
}

.blog-pagination>.left {
    margin-right: 20px;
}

.blog-pagination>.right {
    margin-left: 20px;
}

.blog-posts>.post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #740000;
    *zoom: 1;
}

.blog-posts>.post>.title {
    position: relative;
    left: 10.3%;
    margin-bottom: 10px;
    font-size: 18px;
}

.blog-posts>.post>.title>.link {
    color: #740000;
}

.blog-posts>.post>.title>.link:hover {
    text-decoration: underline;
}

.blog-posts>.post>.meta {
    *zoom: 1;
    float: left;
    clear: none;
    width: 7.3%;
    margin-left: 0;
    margin-right: 3%;
    position: relative;
}

.blog-posts>.post>.meta:before,
.blog-posts>.post>.meta:after {
    content: '';
    display: table;
}

.blog-posts>.post>.meta:after {
    clear: both;
}

.blog-posts>.post>.meta:last-child {
    margin-right: 0;
}

.blog-posts>.post>.meta>.date {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #740000;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
}

.blog-posts>.post>.meta>.date>.month {
    top: calc(70% - 8px);
    height: 100%;
    text-align: center;
    width: 100%;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
}

.blog-posts>.post>.meta>.date>.day {
    top: 12.5px;
    height: 100%;
    text-align: center;
    width: 100%;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    position: absolute;
}

.blog-posts>.post>.meta>.authorthumb {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.blog-posts>.post>.meta>.author {
    font-size: 13px;
    text-align: center;
}

.blog-posts>.post>.content {
    *zoom: 1;
    float: left;
    clear: none;
    width: 89.7%;
    margin-left: 0;
    margin-right: 3%;
}

.blog-posts>.post>.content:before,
.blog-posts>.post>.content:after {
    content: '';
    display: table;
}

.blog-posts>.post>.content:after {
    clear: both;
}

.blog-posts>.post>.content:last-child {
    margin-right: 0;
}

.blog-posts>.post>.content>.link>.thumb {
    max-width: 100%;
    border: 1px solid transparent;
}

.blog-posts>.post>.content>.link>.thumb:hover {
    border: 1px solid #740000;
}

.blog-posts>.post>.content>.desc {
    margin: 20px 0;
}

@media screen and (max-width: 880px) {
    .blog-posts>.post>.content {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-posts>.post>.content:first-child {
        margin-left: auto;
    }
    .blog-posts>.post>.content:last-child {
        margin-right: auto;
    }
    .blog-posts>.post>.meta {
        width: 70px;
        margin-bottom: 10px;
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        *zoom: 1;
    }
    .blog-posts>.post>.meta>.date {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        width: 70px;
        height: 70px;
        padding: 0;
    }
    .blog-posts>.post>.meta>.date:last-child {
        margin-right: 0;
    }
    .blog-posts>.post>.meta>.authorthumb {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        width: 70px;
        margin: 0;
        height: 70px;
        margin-right: 20px;
    }
    .blog-posts>.post>.meta>.authorthumb:last-child {
        margin-right: 0;
    }
    .blog-posts>.post>.meta>.author {
        text-align: left;
        padding-top: 28px;
    }
    .blog-posts>.post>.meta:first-child {
        margin-left: auto;
    }
    .blog-posts>.post>.meta:last-child {
        margin-right: auto;
    }
    .blog-posts>.post>.meta:before,
    .blog-posts>.post>.meta:after {
        content: '';
        display: table;
    }
    .blog-posts>.post>.meta:after {
        clear: both;
    }
    .blog-posts>.post>.title {
        position: static;
        left: 0;
    }
}

.blog-posts>.post:before,
.blog-posts>.post:after {
    content: '';
    display: table;
}

.blog-posts>.post:after {
    clear: both;
}

.content-background {
    width: 100%;
    height: 400px;
    margin-top: -40px;
}

.redes-footer ul.list {
    margin: 0;
    padding: 0;
}

.redes-footer ul.list li {
    display: inline;
}

.redes-footer ul.list li i {
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}

.links-footer {
    padding: 0;
}

.links-footer li {
    color: #fff;
    display: inline-block;
    margin-right: 8px;
}

.links-footer a {
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.footer-copyright {
    background: #353D4A;
    color: #ffffff;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    overflow: hidden;
}

.footer-copyright>.content>.copyright {
    display: inline-block;
    position: relative;
    top: 4px;
}

.footer-copyright>.content>.devby {
    float: right;
    height: 30px;
    line-height: 44px;
    font-size: 13px;
    position: relative;
    top: 4px;
    *zoom: 1;
}

.footer-copyright>.content>.devby>.pluritech {
    position: relative;
    top: 3px;
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/pluritech.png) no-repeat center right;
    height: 30px;
    background-size: contain;
    width: 110px;
}

.footer-copyright>.content>.devby:before,
.footer-copyright>.content>.devby:after {
    content: '';
    display: table;
}

.footer-copyright>.content>.devby:after {
    clear: both;
}

@media screen and (max-width: 880px) {
    .footer-copyright {
        height: auto;
        line-height: auto;
        text-align: center;
    }
    .footer-copyright>.content>.copyright {
        line-height: 16px;
        top: 0;
    }
    .footer-copyright>.content>.devby {
        top: 0;
        padding-bottom: 10px;
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-copyright>.content>.devby:first-child {
        margin-left: auto;
    }
    .footer-copyright>.content>.devby:last-child {
        margin-right: auto;
    }
}

.site-footer {
    margin-top: 40px;
    background: #740000;
    color: #ffffff;
    padding: 20px 0;
}

.site-footer img {
    max-width: 100%;
}

.site-footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #E0C253;
    padding: 0 0 5px 0;
}

.site-footer p {
    font-size: 12px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer ul li:last-child {
    margin-bottom: 0;
}

.site-footer ul li a {
    color: #E0C253;
}

.site-footer>.content {
    *zoom: 1;
}

.site-footer>.container {
    padding-bottom: 100px;
}

.site-footer>.content>.sitemap {
    float: left;
    clear: none;
    width: 61.375%;
    margin-left: 0;
    margin-right: 3%;
    *zoom: 1;
}

.site-footer>.content>.sitemap:last-child {
    margin-right: 0;
}

.site-footer>.content>.sitemap>.wrapper {
    display: block;
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
}

.site-footer>.content>.sitemap>.wrapper:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none;
}

.site-footer>.content>.sitemap>.wrapper:nth-of-type(2n) {
    margin-right: 0;
    float: right;
}

.site-footer>.content>.sitemap>.wrapper:nth-of-type(2n+1) {
    clear: both;
}

.site-footer>.content>.sitemap>.wrapper>.title {
    font-size: 18px;
    padding-bottom: 5px;
    color: #E0C253;
    border-bottom: 1px solid #E0C253;
}

.site-footer>.content>.sitemap>.wrapper>.list {
    padding: 10px 0;
}

.site-footer>.content>.sitemap>.wrapper>.list>.item {
    font-size: 14px;
    line-height: 17px;
}

.site-footer>.content>.sitemap>.wrapper>.list>.item>.link {
    color: #ffffff;
}

.site-footer>.content>.sitemap>.wrapper>.list>.item>.link:hover {
    text-decoration: underline;
}

.site-footer>.content>.sitemap:before,
.site-footer>.content>.sitemap:after {
    content: '';
    display: table;
}

.site-footer>.content>.sitemap:after {
    clear: both;
}

.site-footer>.content>.social {
    float: left;
    clear: none;
    width: 35.625%;
    margin-left: 0;
    margin-right: 3%;
}

.site-footer>.content>.social:last-child {
    margin-right: 0;
}

.site-footer>.content>.social>.facebook {
    margin-bottom: 20px;
}

.menu-fixo {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    padding: 10px 20px;
    background: white;
    color: black;
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
    font-size: 0.8em;
    font-weight: 500;
    box-shadow: 0 15px 30px 0px black;
}

.menu-fixo .item-menu-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-fixo .item-menu-footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.menu-fixo .item-menu-footer img {
    margin-bottom: 10px;
    width: 30px;
}

.menu-fixo .item-menu-footer span {}

@media screen and (min-width: 1024px) {
    .menu-fixo {
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .site-footer>.content>.sitemap {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer>.content>.sitemap:first-child {
        margin-left: auto;
    }
    .site-footer>.content>.sitemap:last-child {
        margin-right: auto;
    }
    .site-footer>.content>.sitemap>.wrapper {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer>.content>.sitemap>.wrapper:first-child {
        margin-left: auto;
    }
    .site-footer>.content>.sitemap>.wrapper:last-child {
        margin-right: auto;
    }
    .site-footer>.content>.social {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer>.content>.social:first-child {
        margin-left: auto;
    }
    .site-footer>.content>.social:last-child {
        margin-right: auto;
    }
}

.site-footer>.content:before,
.site-footer>.content:after {
    content: '';
    display: table;
}

.site-footer>.content:after {
    clear: both;
}

.form-container .row {
    *zoom: 1;
}

.form-container .row .col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
}

.form-container .row .col:last-child {
    margin-right: 0;
}

.form-container .row:before,
.form-container .row:after {
    content: '';
    display: table;
}

.form-container .row:after {
    clear: both;
}

.form-container .messages {
    color: #e12d3c;
    font-size: 13px;
    margin-bottom: 20px;
}

.input-container .label {
    display: block;
    position: relative;
    color: #6b747a;
    margin-bottom: 5px;
}

.input-container .label .info {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.input-container .label>input,
.input-container .label>textarea {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.17);
    height: 32px;
    padding: 0 20px;
    border-radius: 4px;
    box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.input-container .label>input.-error,
.input-container .label>textarea.-error {
    border: 1px solid #e12d3c;
}

.input-container input,
.input-container textarea {
    display: block;
    width: calc(100% - (20px*2));
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.17);
    height: 32px;
    padding: 0 20px;
    border-radius: 4px;
    box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.input-container input.-error,
.input-container textarea.-error {
    border: 1px solid #e12d3c;
}

.input-container textarea {
    min-height: 197px;
    padding: 10px 20px;
    resize: none;
}

.home-news {
    margin: 40px 0;
}

.home-news .news {
    padding-top: 20px;
    *zoom: 1;
}

.home-news .thumb-mix {
    height: 172px;
    background-size: cover !important;
}

.home-news .news:before,
.home-news .news:after {
    /* content: '';
    display: table; */
}

.home-news .news:after {
    /* clear: both; */
}

.home-news .news>.post {
    /* float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%; */
}

.home-news .news>.post:nth-of-type(n) {
    /* margin-right: 3%;
    float: left;
    clear: none; */
}

.home-news .news>.post:nth-of-type(4n) {
    /* margin-right: 0;
    float: right; */
}

.home-news .news>.post:nth-of-type(4n+1) {
    /* clear: both; */
}

@media screen and (max-width: 600px) {
    .home-news.home-manual-cartoleiro {
        display: block;
    }
    .home-news .news>.post {
        /* float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; */
    }
    .home-news .news>.post:nth-of-type(n) {
        /* margin-right: 3%;
        float: left;
        clear: none; */
    }
    .home-news .news>.post:nth-of-type(2n) {
        /* margin-right: 0;
        float: right; */
    }
    .home-news .news>.post:nth-of-type(2n+1) {
        /* clear: both; */
    }
}

@media screen and (max-width: 321px) {
    .home-news .news>.post {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-news .news>.post:first-child {
        margin-left: auto;
    }
    .home-news .news>.post:last-child {
        margin-right: auto;
    }
}

.home-news .news>.post>.link {
    color: #000000;
    *zoom: 1;
}

.home-news .news>.post>.link>.img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    min-height: 162px;
}

.home-news .news>.post>.link>.title {
    margin-top: 4px;
    padding: 0 2px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #740000;
    font-weight: 500;
}

.home-news .news>.post>.title {
    margin-top: 4px;
    padding: 0 2px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #740000;
    font-weight: bold;
}

.home-news .news>.post>.link:hover {
    text-decoration: underline;
}

.home-news .news>.post>.link:hover>.img {
    border: 1px solid #740000;
    min-height: 162px;
}

.home-news .news>.post>.link:hover .title {
    text-decoration: underline;
}

.home-news .news>.post>.link:before,
.home-news .news>.post>.link:after {
    content: '';
    display: table;
}

.home-news .news>.post>.link:after {
    clear: both;
}

.home-videos {
    margin: 20px 0;
    *zoom: 1;
}

.home-videos>.video {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
}

.home-videos>.video:last-child {
    margin-right: 0;
}

.home-videos>.video>.title {
    font-size: 20px;
    color: #740000;
}

.home-videos>.video>.wrapper {
    position: relative;
    /* 16:9 */
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.home-videos>.video>.wrapper>.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-videos>.video>.link {
    margin-bottom: 20px;
}

.home-videos>.video>.link>.thumb {
    max-width: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.home-videos>.video>.link:hover:not(.-nohover)>.thumb {
    border-color: #740000;
}

@media screen and (max-width: 880px) {
    .home-videos>.video {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-videos>.video:first-child {
        margin-left: auto;
    }
    .home-videos>.video:last-child {
        margin-right: auto;
    }
}

.home-videos:before,
.home-videos:after {
    content: '';
    display: table;
}

.home-videos:after {
    clear: both;
}

.leagues-mix {
    margin-top: 40px;
}

.like-buttons {
    margin-bottom: 20px;
}

a.post-share {
    display: block;
    width: 100%;
    height: 30px;
    margin: 8px 0px 0px 0px;
    background: #3e599a url(../images/sidebar-share.png) no-repeat 0 0;
    text-decoration: none;
    text-indent: 50px;
    font: 13px/34px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #ffffff;
}

.bg-cartolafc {
    background: #E3672B;
    color: #fff;
}

.bg-caveira {
    background: #932385;
    color: #fff;
}

.card.especialista {
    border-radius: 15px !important;
    border: 2px solid #4B7186;
}

.pay-btn {
    background: #7AB259;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    border: 2px solid #21410F;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
}

@media screen and (max-width: 768px) {
    .pay-btn {
        font-size: 19px;
    }
}

.pay-btn.bigger {
    padding: 15px 20px;
}

.pay-btn:hover {
    border: 2px solid #7AB259;
}

.pay-btn:active {
    background: #21410F;
}

.card-feature {
    font-weight: bold;
    font-size: 16px;
}

.card-tips {
    font-size: 14px;
}

.card-tips-title {
    text-decoration: underline;
}

.card.caveira {
    border-radius: 15px !important;
    border: 2px solid #902D2D;
}

.card .bg-light {
    overflow: hidden;
}

a.post-share:hover {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

a.post-share span {
    width: 100px;
    height: 100%;
    padding: 8px;
    display: block;
    float: right;
    background-color: #9442ca;
    color: #ffffff;
    vertical-align: middle;
    font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    text-indent: 0;
}

a.post-share.facebook {
    background: #3e599a url(../images/sidebar-share.png) no-repeat 0 -6px;
    margin-right: 10px;
}

a.post-share.facebook span {
    background-color: #4665af;
}

a.post-share.twitter {
    background: #4b8cbe url(../images/sidebar-share.png) no-repeat 0px -119px;
    margin-right: 10px;
}

a.post-share.twitter span {
    background-color: #529fda;
}

a.post-share.gplus {
    background: #b8382e url(../images/youtube.png) no-repeat -20px center;
    background-size: 80px;
    margin-right: 10px;
}

a.post-share.instagram {
    background: #833AB4 url(../images/instagram.png) no-repeat 5px 1px;
    background-size: 30px;
    margin-right: 10px;
}

a.post-share.telegram {
    background: #309ee0 url(../images/telegram.png) no-repeat -7px center;
    background-size: 46px;
    margin-right: 10px;
}

a.post-share.gplus span {
    background-color: #d24238;
}

a.post-share.telegram span {
    background-color: #309ee0;
}

a.post-share.stumble {
    background: #e15131 url(../images/sidebar-share.png) no-repeat 0px -165px;
}

a.post-share.stumble span {
    background-color: #fd5d3b;
}

@media screen and (max-width: 880px) {
    .no-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 880px) {
    .just-mobile {
        display: none !important;
    }
}

.off-navigation {
    list-style: none;
    background: #011416;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    max-width: 270px;
    padding-left: 0;
}

.off-navigation .item>.link {
    display: inline-block;
    padding: 12px 15px;
    width: 100%;
    color: #ffffff;
}

.off-navigation .item ul {
    padding-left: 1rem;
    font-size: 0.9rem;
    opacity: 0.7;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    /* position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2; */
    width: 30px;
    height: 22px;
    cursor: pointer;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect fill=\"#E0C253\" width='30' height='6'/><rect fill=\"#E0C253\" y='24' width='30' height='6'/><rect fill=\"#E0C253\" y='12' width='30' height='6'/></svg>");
    z-index: 2;
}

label[for="nav-trigger"] span {
    display: block;
    background-color: white;
    margin-bottom: 6px;
    height: 2px;
    width: 100%;
}


/* label[for="nav-trigger"]:after {
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid #740000;
    background: #740000;
    width: 32px;
    height: 32px;
    content: '';
    z-index: 1;
}

label[for="nav-trigger"]:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADmwAAA5sBPN8HMQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADGSURBVGiB7dg9CsJAEIbhbxIxpUewELxGbKxFxHN4Fs8hItZWOYRNwMIjWEaIYx3IEizyY3ifdlj4BnbZYSQAADAeFio8s93B5csuwzQxWT5Pz8e62iR0yM23kqXtxfqdyzNJtY1EHWdpzWgaCV4tc7u4/N5lmCYmy/vOAACoCM5aj9t+9kk07TJMk6jQe7E+vepqwQ8xTsprPLBZS4lnklZ1pdGMKDQyNME3UhbxZoiPve8MAIAKFnR9YEH3T1jQAQCAAfoCrrs08ns54VwAAAAASUVORK5CYII=");
    background-size: contain;
    height: 22px;
    content: '';
    z-index: 3;
} */

.nav-trigger:checked+label {
    left: 290px;
}

.nav-trigger:checked~.site-wrapper {
    left: 270px;
}

.nav-trigger+label,
.site-wrapper {
    transition: left 0.2s;
}


/* @media screen and (min-width: 880px) {
    label[for="nav-trigger"] {
        display: none;
    }
} */

.page-content {
    *zoom: 1;
}

.page-content>.content {
    float: left;
    clear: none;
    width: 65.6666666667%;
    margin-left: 0;
    margin-right: 3%;
}

.page-content>.content>.date {
    position: relative;
    font-size: 14px;
    bottom: 15px;
    font-weight: 600;
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: black;
}

@media screen and (max-width: 880px) {
    .page-content>.content>.date {
        grid-template-columns: 1fr;
    }
}

.page-content>.content>.date a {
    color: black;
}

.page-content>.content>.thumb {
    width: 100%;
    margin-bottom: 20px;
}

.page-content>.content>.author {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #740000;
    *zoom: 1;
}

.page-content>.content>.author>.photo {
    display: block;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
}

.page-content>.content>.author>.meta {
    font-size: 14px;
}

.page-content>.content>.author>.meta>.desc {
    margin-top: 5px;
    font-size: 13px;
    max-width: 360px;
}

.page-content>.content>.author:before,
.page-content>.content>.author:after {
    content: '';
    display: table;
}

.page-content>.content>.author:after {
    clear: both;
}

.page-content>.content:last-child {
    margin-right: 0;
}

.page-content>.content .addtoany_content {
    clear: both;
    margin: 25px auto 50px;
}

.page-content>.sidebar {
    float: left;
    clear: none;
    width: 31.3333333333%;
    margin-left: 0;
    margin-right: 3%;
}

.page-content>.sidebar:last-child {
    margin-right: 0;
}

.page-content .sidebar .mix-title {
    font-size: 18px;
}

.page-content>.sidebar>.posts>.post {
    margin-bottom: 20px;
    *zoom: 1;
}

.page-content>.sidebar>.posts>.post>.linkthumb {
    display: block;
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
}

.page-content>.sidebar>.posts>.post>.linkthumb:last-child {
    margin-right: 0;
}

.page-content>.sidebar>.posts>.post>.linkthumb>.thumb {
    border-box: box-sizing;
    border: 1px solid transparent;
    width: 100%;
}

.page-content>.sidebar>.posts>.post>.linkthumb>.thumb:hover {
    border: 1px solid #740000;
}

.page-content>.sidebar>.posts>.post>.data {
    float: left;
    clear: none;
    width: 74.25%;
    margin-left: 0;
    margin-right: 3%;
}

.page-content>.sidebar>.posts>.post>.data:last-child {
    margin-right: 0;
}

.page-content>.sidebar>.posts>.post>.data>.title {
    font-size: 14px;
    margin-bottom: 7px;
}

.page-content>.sidebar>.posts>.post>.data>.title>.link {
    color: #740000;
}

.page-content>.sidebar>.posts>.post>.data>.title>.link:hover {
    text-decoration: underline;
}

.page-content>.sidebar>.posts>.post>.data>.date {
    font-size: 13px;
}

.page-content>.sidebar>.posts>.post:before,
.page-content>.sidebar>.posts>.post:after {
    content: '';
    display: table;
}

.page-content>.sidebar>.posts>.post:after {
    clear: both;
}

.page-content>.sidebar>.links {
    margin-bottom: 20px;
}

.page-content .sidebar-dicas {
    padding: 0;
}

.page-content .sidebar-dicas h3 {
    font-size: 14px;
}

.page-content>.sidebar>.links>.item {
    padding: 5px 0;
}

.page-content>.sidebar>.links>.item .link {
    color: #740000;
    font-size: 14px;
}

.page-content>.sidebar>.links>.item .link:hover {
    text-decoration: underline;
}

.dicas-mobile h3 {
    font-size: 14px;
    color: #740000;
}

.page-content-podcast .page-content:before,
.page-content-podcast .page-content:after {
    display: none;
}

.page-content-podcast {
    padding: 100px 20px;
}

.page-content-podcast .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.page-content-podcast .page-content>.content {
    float: none;
    clear: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.page-content-podcast .page-content .podcsat-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.page-content-podcast .page-content .podcsat-list .podcast-item {
    border: 1px solid rgba(116, 15, 0, 0.25);
    padding: 10px;
    border-radius: 10px;
    transition: ease 400ms background;
}

.page-content-podcast .page-content .podcsat-list .podcast-item:hover {
    background: rgba(116, 15, 0, 0.25);
}

.page-content-podcast .page-content .podcsat-list .podcast-item a {
    text-decoration: none;
}

.page-content-podcast .page-content .podcsat-list .inner-podcast {
    display: flex;
}

.page-content-podcast .page-content .podcsat-list .conteudo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
    color: black;
    font-size: 0.8rem;
}

.page-content-podcast .page-content .podcsat-list .conteudo span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

@media (max-width: 880px) {
    .page-content>.content,
    .page-content>.sidebar {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-content>.content:first-child,
    .page-content>.sidebar:first-child {
        margin-left: auto;
    }
    .page-content>.content:last-child,
    .page-content>.sidebar:last-child {
        margin-right: auto;
    }
    .page-content-podcast {
        padding: 0 20px;
    }
    .page-content-podcast .page-content {
        grid-template-columns: 1fr;
        ;
    }
    .page-content-podcast .page-content .podcsat-list {
        grid-template-columns: 1fr;
        ;
    }
}

.page-content:before,
.page-content:after {
    content: '';
    display: table;
}

.page-content:after {
    clear: both;
}

.parciais-cartola {
    margin-bottom: 40px;
}

.parciais-cartola>.content>.img {
    width: 100%;
}

.woocommerce-checkout #parciais,
.page-estatisticas-cartola-fc #parciais,
.woocommerce-account #parciais,
.page-entrar #parciais{
    display: none !important;
}

.partners-group>.title {
    margin-bottom: 20px;
}

.partners-group>.list {
    *zoom: 1;
}

.partners-group>.list>.partner {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 20px;
}

.partners-group>.list>.partner:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none;
}

.partners-group>.list>.partner:nth-of-type(4n) {
    margin-right: 0;
    float: right;
}

.partners-group>.list>.partner:nth-of-type(4n+1) {
    clear: both;
}

.partners-group>.list>.partner>.link>.thumb {
    max-width: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.partners-group>.list>.partner>.link>.thumb:hover {
    border: 1px solid #740000;
}

.partners-group>.list:before,
.partners-group>.list:after {
    content: '';
    display: table;
}

.partners-group>.list:after {
    clear: both;
}

.site-header {
    background: #740000;
    color: #ffffff;
    padding: 1.75rem 0;
    transition: ease 400ms padding;
    max-height: 125px;
}

.site-header.fixed {
    padding: 0.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.site-header .menu-superior {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.site-header .item-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.site-header .item-icon .menu-icon {
    text-align: center;
}

.site-header .right-menu .text-icon,
.site-header .item-icon .text-icon {
    display: block;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.site-header .right-menu {
    display: flex;
}

.site-header .right-menu .menu-icon {
    margin-left: 20px;
}

.site-header .right-menu .avatar {
    align-items: flex-start;
}

.site-header .right-menu .avatar a {
    font-weight: 500;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .site-header .right-menu,
    .site-header .link-entrar,
    .site-header .item-icon .menu-icon.link-estatistica {
        display: none;
    }
    .site-header .menu-vip a {
        font-size: 12px !important;
        margin: 0 0 0 10px !important;
    }
    .site-header .item-icon {
        margin-right: 10px;
    }
    .site-header .item-icon #label-nav-trigger {
        margin-bottom: 2px;
    }
    .site-header .item-icon:last-child {
        display: none;
    }
}

.site-header .content {
    position: relative;
    *zoom: 1;
}

.site-header .content>.social {
    top: 0;
    right: 20px;
    position: absolute;
}

.site-header .content>.social>.link {
    width: 28px;
    height: 28px;
    margin-left: 5px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #740000;
    background: #ffffff;
}

.site-header .content>.social>.link.facebook {
    background: #47639E;
    color: #ffffff;
}

.site-header .content>.social>.link.youtube {
    background: #e52d27;
    color: #ffffff;
}

.site-header .content>.social>.link.twitter {
    background: #4099FF;
    color: #ffffff;
}

.site-header .content>.social>.link.instagram {
    background: #3f729b;
    color: #ffffff;
}

.site-header .content>.social>.link:hover {
    color: #740000;
    background: #ffffff;
}

@media screen and (max-width: 880px) {
    .site-header .content>.social {
        position: relative;
        text-align: center;
        right: 0;
        margin-bottom: 20px;
    }
    .site-header .content>.social>.link {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .site-header .content>.social>.link.facebook {
        background: #47639E;
        color: #ffffff;
    }
    .site-header .content>.social>.link.youtube {
        background: #e52d27;
        color: #ffffff;
    }
    .site-header .content>.social>.link.twitter {
        background: #4099FF;
        color: #ffffff;
    }
    .site-header .content>.social>.link.instagram {
        background: #3f729b;
        color: #ffffff;
    }
}

.site-header .content>.logo {
    display: block;
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    /* margin-right: 3%; */
    color: #ffffff;
    /* margin-top: 10px; */
}

.site-header .content>.logo:last-child {
    margin-right: 0;
}

.site-header .content .logo .img {
    width: 400px;
    max-width: 100%;
}

.site-header .content>.logo>.slogan {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-left: 18%;
}

.site-header .content>.logo:hover>.slogan {
    text-decoration: underline;
}

.site-header .content {
    display: flex;
    align-items: center;
    /* position: relative;
  top: 40px;
  float: left;
  clear: none;
  width: 74.25%;
  margin-left: 0;
  margin-right: 3%; */
}

.site-header .content .menu {
    margin-left: 2rem;
}

.site-header .menu-vip {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.site-header .menu-vip a {
    color: inherit;
    font-weight: 500;
    margin-right: 1rem;
    font-size: 14px;
}

.site-header .menu-vip a:last-child {
    margin-right: 0;
}

.site-header .menu-vip a.btn-success {
    transition: ease background-color 400ms, ease color 400ms, ease border-color 400ms;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.site-header.fixed .menu-vip a.btn-success {
    background-color: #0091c7;
    border-color: transparent;
    color: #fff !important;
}

.site-header .content>.menu:last-child {
    margin-right: 0;
}

.site-header .content>.menu>.list {
    text-align: right;
    margin-bottom: 0;
}

.site-header .content>.menu>.list>.item {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 4.5px;
    font-size: 16px;
}

@media screen and (min-width: 880px) and (max-width: 960px) {
    .site-header .content>.menu>.list>.item {
        font-size: 15px;
    }
}

.site-header .content>.menu>.list>.item>.link {
    color: #ffffff;
}

.site-header .content>.menu>.list>.item>.link:hover {
    text-decoration: underline;
}

.site-header .content>.menu>.list>.item.active>.link {
    color: #E0C253;
}

.site-header .content>.menu>.list>.item:last-child {
    padding-right: 0;
}

.site-header .content>.menu>.list>.item:first-child {
    padding-left: 0;
}

@media screen and (max-width: 880px) {
    .site-header .content>.logo {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .site-header .content>.logo:first-child {
        margin-left: auto;
    }
    .site-header .content>.logo:last-child {
        margin-right: auto;
    }
    .site-header .content>.logo>.slogan {
        margin: 0;
        text-align: center;
    }
    .site-header .content>.logo>.img {
        width: 80%;
    }
    .site-header .content>.menu {
        display: none;
    }
}

.site-header .content:before,
.site-header .content:after {
    content: '';
    display: table;
}

.site-header .content:after {
    clear: both;
}


/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frame,
.events_log {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    height: auto;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    width: 100%;
}

.frame li img {
    width: 100%;
    max-height: 415px;
}

.slides {
    display: inline-block;
    width: 100%;
}

.simple li,
.rewind li,
.events li {
    width: 100%;
    margin-right: 10px;
}

.percentage .slides {
    display: block;
}

.percentage .frame {
    width: 87.452%;
}

.percentage li {
    width: 100%;
}

.variablewidth li {
    width: 100%;
    margin-right: 10px;
}

.multipleelements li,
.multislides li,
.ease li {
    width: 60px;
    margin-right: 10px;
}

.simple li:last-child,
.rewind li:last-child,
.events li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg,
.prev svg {
    width: 50px;
}

.bullets {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
}

.bullets>.slideto {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #740000;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

.bullets>.active {
    background: #E0C253;
}

ul.slider-container {
    grid-template-columns: 1fr 1fr;
    padding-inline-start: 0;
    display: grid;
    height: 400px;
}

ul.slider-container a {
    text-decoration: none;
}

.slide-1 {
    grid-area: slide-1;
}

.slide-2 {
    grid-area: slide-2;
}

.slide-3 {
    grid-area: slide-3;
}

.slide-4 {
    grid-area: slide-4;
}

ul.slider-container.slider-count-1 {
    grid-template-areas: "slide-1";
    grid-template-columns: 1fr;
}

ul.slider-container.slider-count-2 {
    grid-template-areas: "slide-1 slide-2";
}

ul.slider-container.slider-count-3 {
    height: 600px;
    grid-template-areas: "slide-1 slide-2" "slide-1 slide-3";
}

ul.slider-container.slider-count-4 {
    height: 600px;
    grid-template-areas: "slide-1 slide-2" "slide-3 slide-4";
}

.inner-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: white;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 70%);
    padding: 20px;
}

li.slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner-slide h1 {
    font-size: 1.4rem;
    font-weight: 600;
}

.inner-slide p {
    font-size: 1rem;
}

@media screen and (max-width: 680px) {
    #canais-mix {
        display: none;
    }
    ul.slider-container.slider-count-1 {
        height: 300px;
    }
    ul.slider-container.slider-count-2 {
        height: 300px;
        grid-template-columns: 1fr;
        grid-template-areas: "slide-1" "slide-2";
    }
    ul.slider-container.slider-count-3 {
        height: 300px;
        grid-template-areas: "slide-1 slide-1" "slide-2 slide-3";
    }
    ul.slider-container.slider-count-4 {
        height: 300px;
    }
    .inner-slide {
        padding: 10px;
    }
    .inner-slide h1 {
        font-size: 0.9rem;
    }
    .inner-slide p {
        display: none;
        font-size: 0.9rem;
    }
}

.status-mercado {
    height: 36px;
    line-height: 36px;
    background: #E0C253;
    color: #740000;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 40px;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .status-mercado {
        font-size: 13px;
    }
}

.status-mercado>.content {
    text-align: center;
}

.status-mercado>.content>.timer {
    font-weight: 600;
}

.tips-posts {
    position: relative;
}

.tips-posts>.list {
    *zoom: 1;
}

.tips-posts>.list>.video {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    float: right;
    margin-right: 0;
}

.tips-posts>.list>.video:last-child {
    margin-right: 0;
}

.tips-posts>.list>.video iframe {
    width: 100%;
    height: 320px;
}

.tips-posts>.list.-two>.video {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    .tips-posts>.list.-two>.video {
        display: none;
    }
}

.tips-posts>.list.-two>.video:first-child {
    margin-left: auto;
}

.tips-posts>.list.-two>.video:last-child {
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .tips-posts>.list.-one>.video {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .tips-posts>.list.-one>.tip {
        /* float: left;
        clear: none;
        width: 22.75%;
        margin-left: 0;
        margin-right: 3%; */
    }
    .tips-posts>.list.-one>.tip:last-child {
        /* margin-right: 0; */
    }
}

@media screen and (max-width: 600px) {
    .tips-posts>.list.-one>.tip {
        /* float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; */
    }
    .tips-posts>.list.-one>.tip:nth-of-type(n) {
        /* margin-right: 3%; */
        float: left;
        clear: none;
    }
    .tips-posts>.list.-one>.tip:nth-of-type(2n) {
        margin-right: 0;
        float: right;
    }
    .tips-posts>.list.-one>.tip:nth-of-type(2n+1) {
        clear: both;
    }
    .tips-posts>.list.-one>.tip:nth-of-type(2n) {
        /* margin-right: 3%; */
        float: left;
    }
    .tips-posts>.list.-one>.tip:nth-of-type(2n+1) {
        margin-right: 0;
        clear: none;
    }
}

@media screen and (min-width: 600px) {
    .tips-posts>.list.-two>.tip {
        /* float: left;
        clear: none;
        width: 24%;
        margin: 0.5%; */
    }
    /* .tips-posts>.list.-two>.tip:nth-of-type(n) {
        margin-right: 3%;
        float: left;
        clear: none;
    }
    .tips-posts>.list.-two>.tip:nth-of-type(4n) {
        margin-right: 0;
        float: right;
    }
    .tips-posts>.list.-two>.tip:nth-of-type(4n+1) {
        clear: both;
    } */
}

.tips-posts>.list>.tip {
    margin-bottom: 20px;
}

.tips-posts>.list>.tip>.link>.title {
    background: #740000;
    color: #ffffff;
    text-align: center;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
}

.tips-posts>.list>.tip>.link>h4 {
    font-size: 1rem;
    color: black;
}

.tips-posts>.list>.tip>.link>.img {
    width: 100%;
}

.tips-posts>.list>.tip>.link:hover:not(.-nohover)>.title {
    background: #E0C253;
    color: #740000;
}

@media screen and (min-width: 480px) and (max-width: 880px) {
    .tips-posts>.list>.tip>.link>.title {
        font-size: 12px;
    }
}

@media screen and (max-width: 321px) {
    .tips-posts>.list>.tip {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .tips-posts>.list>.tip:first-child {
        margin-left: auto;
    }
    .tips-posts>.list>.tip:last-child {
        margin-right: auto;
    }
    .tips-posts>.list>.tip>.link>.title {
        font-size: 14px;
    }
}

.tips-posts>.list:before,
.tips-posts>.list:after {
    /* content: '';
    display: table; */
}

.tips-posts>.list:after {
    clear: both;
}

.tips-posts>.round {
    position: absolute;
    right: 0;
    top: 15px;
    width: 150px;
}

.partners-group>.title {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #740000;
    color: #740000;
    padding: 10px 0;
    margin-bottom: 20px;
}

h2.mix-title {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 0;
    margin-bottom: 5px;
}

h3.mix-subtitle {
    border-bottom: 1px solid #740000;
    font-size: 16px;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.mix-title.-bigger,
.partners-group>.-bigger.title {
    font-size: 24px;
}

.mix-title.-medium,
.partners-group>.-medium.title {
    font-size: 20px;
}

.mix-title.-smaller,
.partners-group>.-smaller.title {
    font-size: 16px;
}

.youtube-channel {
    *zoom: 1;
}

.youtube-channel>.side {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
}

.youtube-channel>.side:last-child {
    margin-right: 0;
}

.youtube-channel>.side>.title {
    text-align: center;
    color: #740000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.youtube-channel>.pos {
    position: relative;
    left: -61.8%;
}

.youtube-channel>.current {
    position: relative;
    left: 20.6%;
    float: left;
    clear: none;
    width: 58.8%;
    margin-left: 0;
    margin-right: 3%;
}

.youtube-channel>.current:last-child {
    margin-right: 0;
}

.youtube-channel>.current>.wrapper {
    position: relative;
    /* 16:9 */
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.youtube-channel>.current>.wrapper>.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 880px) {
    .youtube-channel>.side {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: static;
        left: 0;
        *zoom: 1;
    }
    .youtube-channel>.side:first-child {
        margin-left: auto;
    }
    .youtube-channel>.side:last-child {
        margin-right: auto;
    }
    .youtube-channel>.side>.title {
        text-align: left;
        border-bottom: 1px solid #740000;
        padding-bottom: 5px;
        margin-top: 10px;
        font-size: 18px;
    }
    .youtube-channel>.side>.video {
        float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%;
    }
    .youtube-channel>.side>.video:last-child {
        margin-right: 0;
    }
    .youtube-channel>.side:before,
    .youtube-channel>.side:after {
        content: '';
        display: table;
    }
    .youtube-channel>.side:after {
        clear: both;
    }
    .youtube-channel>.current {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: static;
        left: 0;
    }
    .youtube-channel>.current:first-child {
        margin-left: auto;
    }
    .youtube-channel>.current:last-child {
        margin-right: auto;
    }
}

.youtube-channel:before,
.youtube-channel:after {
    content: '';
    display: table;
}

.youtube-channel:after {
    clear: both;
}

.youtube-thumbvideo {
    margin-bottom: 10px;
}

.youtube-thumbvideo>.link>.title {
    background: #740000;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.youtube-thumbvideo>.link>.thumb {
    width: 100%;
}

.youtube-thumbvideo>.link>h3 {
    font-size: 1rem;
    font-weight: 500;
    color: black;
    margin: 5px 0 10px;
}

.youtube-thumbvideo>.link:hover:not(.-nohover)>.title {
    background: #E0C253;
    color: #740000;
}

.more-videos>.list {
    padding-inline-start: 0;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    *zoom: 1;
}

.more-videos>.list>.item {
    /* float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%; */
}

.more-videos>.list>.item:nth-of-type(n) {
    /* margin-right: 3%;
    float: left;
    clear: none; */
}

.more-videos>.list>.item:nth-of-type(4n) {
    /* margin-right: 0;
    float: right; */
}

.more-videos>.list>.item:nth-of-type(4n+1) {
    /* clear: both; */
}

@media (max-width: 880px) {
    .more-videos>.list {
        grid-template-columns: repeat(2, 1fr);
    }
    .more-videos>.list>.item {
        /* float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; */
    }
    .more-videos>.list>.item:nth-of-type(n) {
        /* margin-right: 3%;
        float: left;
        clear: none; */
    }
    .more-videos>.list>.item:nth-of-type(2n) {
        /* margin-right: 0;
        float: right; */
    }
    .more-videos>.list>.item:nth-of-type(2n+1) {
        /* clear: both; */
    }
}

.more-videos>.list:before,
.more-videos>.list:after {
    /* content: '';
    display: table; */
}

.more-videos>.list:after {
    /* clear: both; */
}

.-alignright {
    text-align: right !important;
}

.-alignleft {
    text-align: left !important;
}

.-aligncenter {
    text-align: center !important;
}

.-uppercase {
    text-transform: uppercase !important;
}

.-paddingtop {
    padding-top: 20px !important;
}

.-margintop {
    margin-top: 40px !important;
}

.-marginbottom {
    margin-bottom: 40px !important;
}

.-padding {
    padding: 20px !important;
}

.-paddingvertical {
    padding: 20px 0 !important;
}

.-paddinghorizontal {
    padding: 0 20px !important;
}

.-noborder {
    border: none !important;
}

.-linkify:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
    .plans-row {
        flex-direction: column-reverse;
        width: auto !important;
    }
}

.stats-summarylist {
    margin-top: 20px;
    font-size: 13px;
}

.stats-summarylist>li {
    margin-bottom: 15px;
}

.text-content .stats-summarylist ol {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .desktop-mb-5 {
        margin-bottom: 3rem;
    }
}


/**************** 
Planos
*****************/

.page-planos .status-mercado {
    margin-bottom: 0;
}

.page-planos .btn-ser-socio {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-planos .bloco-valor {
    border-radius: 9px !important;
    transition: transform 0.2s;
    overflow: hidden;
}

.page-planos .sub-plano {
    margin: 0;
}

.page-planos .nome-plano {
    margin: 0;
}

.page-planos .valor-plano {
    font-weight: 700;
}

.page-planos .descricao-valor {
    display: table;
    margin: 0 auto;
    padding: 4px 20px !important;
    text-align: center;
    border-radius: 9px;
    text-transform: uppercase;
}

.page-planos .valor-plano::before {
    content: "R$";
    font-weight: 100;
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
}

.page-planos .descricao-plano {
    padding: 15px;
}

.page-planos .wp-block-ugb-icon-list.ugb-icon-list {
    margin-top: 0;
    margin-bottom: 0;
}

.criteo {
    margin: 20px 0;
}

.adscout {
    position: relative;
}

.adscout .conteudo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.adscout .conteudo h1 {
    font-size: 65px;
    font-weight: 800;
    text-align: center;
    border-right: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.adscout .conteudo p {
    font-size: 21px;
    font-weight: 600;
    padding: 0px 0px 0 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .adscout .conteudo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .adscout .conteudo h1 {
        font-size: 28px;
        margin: 0;
        flex-grow: 1;
        width: 50%;
        border-right: 0;
        position: relative;
    }
    .adscout::after {
        content: '';
        height: 70%;
        width: 2px;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        background-color: white;
    }
    .adscout .conteudo p {
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 1;
        margin: 0;
        flex-grow: 1;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .adscout .conteudo h1 {
        font-size: 18px;
    }
    .adscout .conteudo p {
        font-size: 11px;
    }
}

.page-planos .lista-nao-incluso {
    margin-top: 15px !important;
}

.page-planos .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
    color: #000;
    padding: 10px 15px;
}


/**************** 
 woocommerce
*****************/

.woocommerce {
    min-height: 350px;
}

@media only screen and (max-width: 600px) {
    .woocommerce-info .woocommerce-Button {
        float: inherit !important;
        display: block;
        margin: 10px 0 !important;
    }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce-account label {
    display: block;
    width: 100%;
}

.woocommerce-account fieldset {
    margin: 20px 0;
}

.page-minha-conta form {
    max-width: 500px;
    border: none !important;
    padding-left: 0 !important;
}

.page-entrar form {
    padding: 5px;
}

.page-entrar h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-minha-conta form label,
.page-entrar form label {
    color: #212529;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-weight: 700;
}

.page-minha-conta span.password-input {
    width: 100%;
}

.page-entrar input#username, 
.page-entrar input#password {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.page-minha-conta button.woocommerce-button.button.woocommerce-form-login__submit,
.page-entrar .woocommerce-form-login__submit {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 3px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
}

.page-entrar p.lost_password {
    margin-left: -5px;
    font-size: 15px;
}

.page-minha-conta .mix-title,
.page-minha-conta .partners-group>.title {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #740000;
    color: #740000;
    padding: 10px 0;
    margin-bottom: 20px;
}

.woocommerce div.product .product_title {
    font-size: 40px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.5em;
    color: #740000 !important
}

.woocommerce div.product form.cart .button {
    margin: 20px 0;
    font-size: 25px;
    background: #E0C253;
}

.woocommerce .product_meta {
    display: none;
}

.form-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    background: #f4f7f8;
    padding: 20px;
}

.form-checkout #billing_first_name_field,
.form-checkout #billing_last_name_field,
.form-checkout #billing_email_field,
.form-checkout #billing_phone_field,
.form-checkout #billing_address_1_field,
.form-checkout #billing_address_2_field,
.form-checkout #billing_state_field,
.form-checkout #billing_city_field {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
}

.form-checkout #billing_last_name_field,
.form-checkout #billing_phone_field,
.form-checkout #billing_address_2_field,
.form-checkout #billing_state_field {
    float: right;
    padding-right: 0;
}

@media (max-width: 767.98px) {
    .form-checkout #billing_first_name_field,
    .form-checkout #billing_last_name_field,
    .form-checkout #billing_email_field,
    .form-checkout #billing_phone_field,
    .form-checkout #billing_address_1_field,
    .form-checkout #billing_address_2_field,
    .form-checkout #billing_state_field,
    .form-checkout #billing_city_field {
        width: 100%;
        display: block;
        float: none;
        padding-right: 0;
    }
}

.form-checkout input {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 43px;
    padding: 5px;
}

.woocommerce #customer_details.col2-set .col-1,
.woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2,
.woocommerce-page #customer_details.col2-set .col-2 {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left;
    padding-bottom: 20px;
}

.woocommerce #customer_details.col2-set .col-2,
.woocommerce-page #customer_details.col2-set .col-2 {
    display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #ccc
}

#payment .payment_methods.methods {
    padding: 20px !important;
}

#payment .payment_methods.methods label {
    display: initial;
}

@media screen and (max-width: 600px) {
    #payment .payment_methods.methods label {
        display: block;
    }
}

#payment .payment_methods.methods input {
    border: none;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    font-size: 14px
}

.woocommerce form .form-row label {
    line-height: 1.5
}

.woocommerce .select2-selection.select2-selection--single {
    background-color: #fff;
    border: none;
    height: 43px;
    padding: 4px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.wp-audio-shortcode {
    margin-bottom: 20px;
}

#billing_neighborhood_field {
    clear: left;
}

#billing_address_2_field {
    margin-top: 32px;
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

#customer_details {
    background: #F4F7F8;
    padding: 20px;
    margin: 0 auto;
    border-top: 3px solid #8fae1b;
}

.woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout #payment {
    background: #f4f7f8 !important;
    border-radius: 5px;
}


/* Vindi */

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
.woocommerce #payment .vindi-new-cc-data .form-row.form-row-first {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0!important;
}

.woocommerce #payment .vindi-fieldset .form-row select,
.woocommerce #payment .vindi-fieldset .form-row select {
    width: auto;
    border: 0;
    padding: 5px 0;
    border-radius: 9px;
}

button#place_order {
    float: none;
    padding: 20px 40px;
    font-size: 20px;
    margin: 0 auto;
}

.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.woocommerce .woocommerce-checkout-review-order-table {
    background: #F4F7F8;
    padding: 20px;
    margin: 0 auto;
    border-top: 3px solid #8fae1b;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    text-align: center;
    margin-top: 20px;
}

.woocommerce .wc-memberships-restriction-message {
    margin: 2em 0!important;
    background: #740000;
    color: #fff;
    font-size: 18px;
    line-height: normal;
}

.woocommerce .wc-memberships-restriction-message a {
    color: #E0C253;
}

.woocommerce .subscription-details {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper p {
    font-size: 11px;
}

.woocommerce-MyAccount-content p {
    line-height: 1.4rem;
}

@media only screen and (max-width: 600px) {
    .woocommerce-MyAccount-navigation ul {
        background: #740000;
        text-align: center;
    }
    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
    }
    .woocommerce-MyAccount-navigation ul li a {
        min-width: 150px;
        text-align: center;
    }
}

.woocommerce-MyAccount-navigation ul {
    background: #740000;
    padding: 10px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 15px 20px;
}

.woocommerce-order-received section.woocommerce-customer-details,
.woocommerce-order-received section.woocommerce-order-details,
.my-membership-detail-user-membership-actions {
    display: none !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #740000;
    color: #fff;
    padding: 15px 0;
}

.single .woocommerce-info::before {
    font-family: WooCommerce;
    color: #E0C253 !important;
    content: "\e602" !important;
    display: block !important;
    text-align: center;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    font-size: 60px;
    margin-bottom: 20px;
}

.pricing-10 .paragraph-1 {
    max-width: 41%;
    margin: 0 auto;
}

.pricing-10 .cl-1 {
    max-width: 80% !Important;
    margin: 0 auto !important;
    padding: 0 !Important
}

.pricing-10 .wp-block-group {
    margin-top: -23px;
}

.pricing-10 .column-1 {
    border-radius: 9px !important;
    transition: transform 0.2s;
    border: 2px solid #c3c3c3;
}

.pricing-10 .column-1 .button-1 {
    width: 100%;
    margin: 0;
}

.pricing-10 .column-1 .button-1 a {
    width: 100%;
    text-align: left;
    transition: 0.50s;
}

.pricing-10 .column-1 .button-1 a:hover {
    background-color: #b7bbbf !important;
    transition: 0.50s;
    color: #fff !important;
}

.pricing-10 .cl-1 .column-1:hover {
    transform: scale(1.05);
}

.feature-5 .wp-block-columns {
    max-width: 80%;
    margin: 0 auto;
}

.feature-5 .columns-1 .wp-block-column:nth-child(1) {
    padding-right: 100px !important;
}

.feature-5 .columns-2 .wp-block-column:nth-child(2) {
    padding-left: 100px !important;
}

.wp-block-cover {
    height: auto;
}

.pricing-13 {
    max-width: 80%;
    margin: 0 auto;
}

.pricing-13 p {
    margin: 0;
}

.wp-block-cover,
.wp-block-cover-image {
    height: auto;
}

.pricing-13 .wp-block-column:nth-child(n+2) {
    border: 2px solid #ddd;
}

.acf-columns {
    max-width: 80%;
    margin: 0 auto;
}

.acf-columns .wp-block-column:nth-child(1) {
    padding-left: 47px !important;
}

.list.-one,
.list.-two,
.home-news .news {
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 10px;
}

.list.-one {
    grid-template-columns: 1fr 1fr;
}

.tips-posts>.list.-one>.tip {
    /* width: 49%;
    margin-right: 0%; */
}

.tips-posts>.list.-one>.tip:first-of-type {
    /* margin-right: 1%; */
}

.tips-posts>.list.-one>.tip:last-of-type {
    /* margin-left: 1%; */
}

.tips-posts>.list.-two .tip.maior {
    /* width: 32%;
    margin-right: 0.5%;
    margin-left: 0.5%; */
}

.tips-posts .ligas .tip {
    height: 210px;
}

.canais .quadros {
    /* width: 800px;
    margin: 0 auto; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding-inline-start: 0px;
}

.canais .quadros p {
    margin-bottom: 0;
}

.home-manual-cartoleiro .wrapper-manual {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.home-manual-cartoleiro .wrapper-manual h4 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.home-manual-cartoleiro .wrapper-manual .col-manual .news {
    grid-template-columns: 1fr;
    padding: 0;
}

.home-manual-cartoleiro .wrapper-manual .col-manual .news .post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.home-manual-cartoleiro .wrapper-manual .col-manual .news .post:first-child {
    grid-template-columns: 1fr;
}

.home-manual-cartoleiro .wrapper-manual .col-manual .news .post .thumb-mix {
    height: 100px;
}

.home-manual-cartoleiro .wrapper-manual .col-manual .news .post:first-child .thumb-mix {
    height: 180px;
}

@media screen and (max-width: 600px) {
    .home-manual-cartoleiro .wrapper-manual {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .canais .quadros {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        padding: 0;
    }
}

.canais .quadros li {
    /* float: left;
    width: 48%;
    margin: 1%;
    height: 320px;
    padding: 20px;
    transition: all 0.5s; */
}

@media (max-width: 767.98px) {
    .canais .quadros li {
        /* width: 100%; */
    }
}

.canais .quadros li a {
    margin-top: 4px;
    padding: 0 2px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #740000;
    font-weight: 500;
    transition: all 0.5s;
}

.canais .quadros li a .imagem {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}

.canais .quadros li:hover {
    /* box-shadow: 5px 5px 10px 2px #0A0A0A;
    border-radius: 10px; */
}

.canais .quadros li:hover a {
    /* text-decoration: none; */
}

#breadcrumbs,
#breadcrumbs a {
    color: #585858;
    font-size: 15px;
}

.single .mix-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0px 0 30px;
}

.item-dica {
    display: flex;
    align-items: center;
}

.item-dica .imagem img {
    width: 100%;
    height: 65px;
}

.resumo,
.text-content {
    font-family: 'Open Sans';
    line-height: 1.4;
    font-size: 16px;
}

.resumo h2 {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway';
}

@media screen and (max-width: 768px) {
    .slides.js_slides {
        margin-block-start: 0 !important;
        padding-inline-start: 0;
    }
}

@media screen and (max-width: 600px) {
    .list.-two,
    .home-news .news {
        grid-template-columns: 1fr 1fr;
    }
    .tips-posts>.list>.tip {
        /* float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; */
    }
    .tips-posts>.list>.tip:nth-of-type(n) {
        margin-right: 3%;
        float: left;
        clear: none;
    }
    .tips-posts>.list>.tip:nth-of-type(2n) {
        margin-right: 0;
        float: right;
    }
    .tips-posts>.list>.tip:nth-of-type(2n+1) {
        clear: both;
    }
    .tips-posts>.list>.tip>.link>.title {
        font-size: 11px;
    }
    .tips-posts>.list>.tip>.link>.img {
        width: 100%;
    }
    .tips-posts>.list.-two .tip.maior {
        width: 48.5%;
        margin-left: 0;
    }
    .tips-posts>.list>.tip>.link>h4 {
        font-size: 0.8rem;
    }
}

.woocommerce-account-fields {
    background: #f4f7f8;
    padding: 0 20px 20px;
}


.comprar {
    display: flex;
    justify-content: space-between;
    background: #e0c253;
    padding: 20px;
    margin-bottom: 20px;
    align-items: center;
    gap: 30px;
}

.comprar .text h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #740000;
    font-size: 20px;
}
.comprar .text h3 {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.comprar .link a{
    background-color: #fcb900;
    background-image: linear-gradient( 90deg ,#fcb900,#ff6900);
    border-radius: 100px !important;
    margin-right: 21px !important;
    white-space: nowrap;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    
}

@media (max-width: 475px){
    .comprar{
        flex-direction: column;
    }
}


.renovar-header{
    width: 100%;
    text-align: right;
}

.btn-renova-header{
    display: inline-block;
    background: #28a745;
    color: white;
    border-radius: 30px;
    padding: 10px 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
}


.btn-renova-header:hover {
    color: white;
    text-decoration: none;
}

.disqus-wrapper {
    margin-top: 70px;
}

iframe[sandbox="allow-forms allow-popups allow-same-origin allow-scripts"] {
    display: none;
}


.title-scouts{
    font-size: 36px;
    font-weight: 800;
    margin: 0px 0 30px;
    color: #740000;
    line-height: 1.2;
    font-family: "Raleway";
    /* text-transform: uppercase; */
}


.button-beneficios{
    color: white;
    border-radius: 4px;
    display: inline-block;
    background: #ff6900;
    padding: 10px 25px;
    text-align: center;
    font-weight: 600;
}

a.button-beneficios:hover {
    background: #740000;
    color: white;
    text-decoration: none;
}

.button-telegram{
    color: white;
    border-radius: 4px;
    display: inline-block;
    background: #25acee;
    padding: 10px 25px;
    text-align: center;
    font-weight: 600;
}

a.button-telegram:hover {
    background: #740000;
    color: white;
    text-decoration: none;
}