/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

.pushy {
    position: fixed;
    width: 260px;
    height: 100%;
    top: 60px;
    padding-top: 30px;
    z-index: 9999;
    background: #000;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.pushy .close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px;
    background: #333;
    border-radius: 5px;
    z-index: 2
}

.pushy a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 13px 15px;
    text-decoration: none;
    outline: 0;
    font-weight: bold;
    font-size: .925em;
    font-weight: normal
}

.pushy a svg path {
    fill: var(--primary-color)
}

.pushy button {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 15px 30px;
    border: 0;
    text-align: left;
    font-weight: bold
}

.pushy a span,
.pushy button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-right: 5px
}

.pushy a:hover {
    color: #fff
}

.pushy ul {
    padding: 0
}

.pushy ul:first-child {
    margin-top: 10px
}

.pushy.pushy-left {
    left: 0
}

.pushy.pushy-right {
    right: 0
}

.pushy-left {
    -webkit-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0)
}

.pushy-right {
    -webkit-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0)
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#container,
.pushy,
.push {
    transition: transform .2s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.site-overlay {
    display: none
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .6);
    -webkit-animation: fade 500ms;
    animation: fade 500ms
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height .2s ease-in-out
}

.pushy-submenu ul .pushy-link {
    transition: opacity .2s ease-in-out
}

.pushy-submenu>a {
    position: relative
}

.pushy-submenu>a::after {
    content: "";
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .2s
}

.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden
}

.pushy-submenu-closed .pushy-link {
    opacity: 0
}

.pushy-submenu-open ul {
    max-height: 1000px;
    padding-left: 0;
    border-left: 5px solid var(--primary-color);
    background: #222
}

.pushy-submenu-open .pushy-link {
    opacity: 1
}

.pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none
}

.icons-passo1on p,
.icons-passo2on p,
.icons-passo3on p,
.icons-passo4on p {
    color: var(--primary-color) !important
}

.pushy-link svg path {
    fill: #fff !important
}

.main_header {
    position: fixed;
    z-index: 1040;
    width: 100%;
    top: 0;
    left: 0
}

.nexo-ui.payment_confirm_overview .payment_overview-wrapper .payment_overview-card {
    background-position: top !important
}

@media only screen and (min-width: 768px) {
    .msg-sucesso,
    .alert {
        margin-top: 20px
    }
}

.main_header.static {
    position: relative
}

.main_section {
    padding-top: 70px
}

.main_section.no-padding {
    padding-top: 0px
}

.btn-padrao {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 8px 19px;
    color: #fff;
    display: inline-block;
    font: normal bold 12px/1 "Open Sans", sans-serif;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, .55);
    text-transform: uppercase
}

.btn-padrao-ativo {
    background: var(--primary-color);
    border-color: var(--btn-primary-bg-hover)
}

.btn-padrao-ativo.cadastro {
    background: var(--primary-color);
    border-color: var(--btn-primary-bg-hover)
}

.box-filtro input[type=submit] {
    background: var(--primary-color);
    border-color: var(--btn-primary-bg-hover)
}

.btn-padrao:hover {
    background: var(--btn-primary-bg-hover)
}

.btn-padrao-ativo:hover,
.btn-padrao-ativo.cadastro:hover {
    background: var(--btn-primary-bg-hover);
    color: var(--light-text)
}

.box-filtro input[type=submit]:hover {
    background: var(--btn-primary-bg-hover)
}

.btn-padrao-ativo.disabled:hover {
    background: var(--primary-color)
}

.links a {
    color: var(--primary-color)
}

.pagination>.active>span {
    background: var(--primary-color);
    border-color: var(--btn-primary-bg-hover)
}

header {
    background: var(--dark-color)
}

header .menu-entrar {
    color: var(--primary-color)
}

header .nav>li>a:focus,
header .nav>li>a:hover {
    color: var(--btn-primary-bg-hover)
}

header nav ul li a {
    color: #6d6d6d
}

header .menu-entrar {
    background: var(--dark-color)
}

header .menu-entrar a {
    color: #ffd74e
}

header .menu-entrar a:hover {
    color: var(--btn-primary-bg-hover)
}

header .menu-logado {
    background: var(--dark-color)
}

header .menu-logado .dropdown {
    background: var(--dark-color)
}

header .dropdown-menu {
    background: var(--dark-color)
}

header .menu-logado i,
header .menu-logado .dropdown i {
    font-size: 1.2em;
    margin-right: 10px;
    display: inline-block;
    color: var(--primary-color)
}

header .dropdown-menu i {
    font-size: 1.2em;
    margin-right: 10px;
    display: inline-block;
    color: var(--primary-color)
}

header .menu-logado .carro,
header .menu-logado .dropdown .carro {
    padding-right: 10px
}

header .dropdown-menu .carro {
    padding-right: 10px
}

header .menu-logado .carro i,
header .menu-logado .dropdown .carro i {
    font-size: 1.5em
}

header .dropdown-menu .carro i {
    font-size: 1.5em
}

@media only screen and (max-width: 768px) {
    header .menu-entrar {
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 440px) {
    .menu-principal {
        height: 70px
    }
}

@media only screen and (max-width: 768px) {
    .menu-principal ul {
        padding-right: 25px
    }
    .text-mobile-center {
        text-align: center
    }
}

.menu-principal ul li.carro span {
    background: #ffd74e;
    color: #333
}

.separador :before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 15px;
    width: 1px;
    background: #ffd74e
}

.flags a {
    color: #6d6d6d
}

.flags a.active {
    color: #ffd74e
}

.dropdown span.caret {
    color: var(--primary-color)
}

.icons-logo,
.icons-logo-menor {
    width: 164px;
    height: 45px;
    background: url("/lib/default/img/logo-futebolcard.png") no-repeat;
    background-size: cover;
    display: inline-block
}

.tarjeta-black {
    background: var(--dark-color);
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    z-index: 999
}

.tarjeta-black h3 {
    color: #ffd74e
}

@media only screen and (max-width: 768px) {
    .tarjeta-black h3 {
        top: -24px
    }
}

@media only screen and (max-width: 440px) {
    .tarjeta-black h3 {
        top: -16px
    }
}

.box-laranja {
    background: url(/lib/default/img/rede.png) var(--primary-color)
}

.box-alinha input {
    border-color: var(--primary-color);
    color: var(--primary-color) !important
}

.box-topo-confirma h2 span {
    color: var(--primary-color)
}

.banner-principal {
    padding-bottom: 0
}

body {
    background: var(--dark-color)
}

.box-logo-rodape p a {
    color: #ffd74e
}

.tarjeta-amarela {
    background: #ffd74e
}

.tarjeta-preta {
    background: var(--dark-color)
}

.rodape-list li:first-child span {
    color: #ffd74e
}

.rodape-list a:hover {
    color: #ffcb1b
}

.rodape-list figure.download-link {
    display: inline-block;
    background: #000;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-top: 10px;
    width: 48%
}

.rodape-list figure.download-link img {
    max-width: 100%
}

.social-rodape a {
    color: #ffcb1b
}

@media only screen and (max-width: 768px) {
    .balao .balao {
        font-size: 13px
    }
    .form-my-account {
        padding: 10px !important
    }
    .info-my-account {
        padding: 0
    }
    .my-account-menu ul {
        padding: 10px !important;
        align-items: center
    }
}

.titulo-interna {
    border-color: #ffd74e
}

.titulo-interna h2 {
    border-color: #ffd74e
}

.box-form-cinza hr {
    border-color: #ffd74e
}

.close {
    color: #ffd74e
}

.close:hover {
    color: #ffd74e
}

.box-alinha input::-webkit-input-placeholder {
    color: var(--primary-color)
}

.menu-logado {
    background: var(--dark-color)
}

.menu-logado .dropdown-menu li a {
    color: #fff
}

.menu-logado .dropdown-menu li a:hover {
    color: var(--btn-primary-bg-hover)
}

.icons-step.on+p {
    color: var(--primary-color)
}

i.icons-step {
    font-size: 2em;
    color: #acacac
}

i.icons-step.on {
    color: var(--primary-color)
}

i.fa-trash-o,
i.fa-user-o,
i.fa-check-square-o,
i.fa-ban,
i.fa-shopping-cart {
    color: #fff;
    font-size: 1.4em;
    cursor: pointer
}

i.disabled {
    opacity: .3;
    cursor: default
}

.dropdown-menu>li>a {
    color: #fff
}

.modal-footer button {
    background: var(--primary-color);
    color: #fff
}

.modal-footer button:hover {
    color: #fff
}

.box-txt p {
    text-decoration: none;
    font-weight: normal;
    line-height: 1.5
}

.titulo-laranja {
    color: var(--primary-color);
    margin: 20px 0 0 0
}

.solutions {
    margin: 40px 0 0 0
}

.solutions .solucoes .circulo-laranja {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    background-color: var(--primary-color);
    padding-top: 50px
}

.solutions .solucoes .align-left {
    text-align: left;
    display: block;
    width: 181px
}

.solutions .solucoes .align-left h2 {
    padding: 20px 0 10px 0
}

.solutions .solucoes .align-left h2.lastTitle {
    width: 245px !important
}

.solutions .solucoes .align-left .listSolucao ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.3;
    border: 0
}

.solutions .solucoes .align-left .listSolucao ul li i {
    color: var(--primary-color);
    font-size: 5px;
    position: relative;
    top: -3px
}

@media only screen and (max-width: 768px) {
    .solutions .solucoes .align-left .listSolucao .listSolucao {
        text-align: center
    }
}

.diferencial {
    background: #eaeaea;
    padding: 20px 0 0 0;
    margin-bottom: 20px
}

.diferencial .coluna-diferencial {
    padding: 40px 0 0 50px
}

.diferencial .coluna-diferencial .diferenciais {
    display: block;
    margin-left: auto;
    margin-right: 70px;
    text-align: left;
    padding: 0px 0 30px 0;
    width: 310px;
    height: 130px
}

.diferencial .coluna-diferencial .diferenciais .circulo-cinza {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-color: #7c7c7c;
    text-align: center
}

.diferencial .coluna-diferencial .diferenciais .circulo-cinza i {
    font-size: 50px;
    margin-top: 20px;
    color: #fff
}

.diferencial .coluna-diferencial .diferenciais .circulo-cinza .fa-wifi {
    font-size: 55px
}

.diferencial .coluna-diferencial .diferenciais .circulo-cinza img {
    margin-top: 25px
}

.diferencial .coluna-diferencial .diferenciais p {
    position: relative;
    top: -70px;
    left: 110px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    color: #58585a
}

@media only screen and (max-width: 768px) {
    .diferencial .coluna-diferencial {
        position: relative;
        bottom: 30px
    }
}

@media only screen and (max-width: 440px) {
    .diferencial .coluna-diferencial {
        position: relative;
        left: 0;
        padding: 30px 0 0px 10px;
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media only screen and (max-width: 768px) {
    .diferencial .coluna-diferencial .diferenciais {
        width: 150px;
        float: left;
        height: 155px
    }
}

@media only screen and (max-width: 440px) {
    .diferencial .coluna-diferencial .diferenciais {
        float: left;
        left: 28%;
        position: relative
    }
}

@media only screen and (max-width: 440px) {
    .diferencial .coluna-diferencial .diferenciais .circulo-cinza {
        margin: 10px 0 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .diferencial .coluna-diferencial .diferenciais p {
        top: 0;
        left: 5px;
        font-size: 12px;
        padding: 10px 0px 0px 0px
    }
}

.clientes {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px
}

.clientes ul li {
    display: inline-block;
    margin-right: 4%
}

.clientes ul li figure {
    width: 126px;
    height: 126px
}

.clientes ul li figure img {
    vertical-align: bottom
}

.clientes ol {
    bottom: 0;
    margin-bottom: 10px;
    left: 50%
}

.clientes ol li {
    border: 1px solid #eaeaea
}

.clientes ol .active {
    background-color: #eaeaea !important
}

@media only screen and (max-width: 768px) {
    .clientes ul {
        padding: 0;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 440px) {
    .clientes ul {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 768px) {
    .clientes ul li {
        margin-right: 1%
    }
}

@media only screen and (max-width: 1024px) {
    .clientes ul li {
        margin-right: 0
    }
}

@media only screen and (min-width: 1441px) {
    .clientes ul li {
        margin-right: 0
    }
}

@media only screen and (min-width: 1366px) {
    .clientes ul li {
        margin-right: 0
    }
}

@media(min-width: 1025px)and (max-width: 1380px) {
    .clientes ul li {
        margin-right: 0
    }
}

@media only screen and (max-width: 440px) {
    .clientes ul li {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 768px) {
    .clientes ul li figure {
        width: 80px;
        height: 80px
    }
}

@media only screen and (max-width: 768px) {
    .clientes ul li figure img {
        width: auto;
        height: 70px
    }
}

@media only screen and (max-width: 440px) {
    .clientes ul li figure img {
        height: 60px
    }
}

.video {
    padding-left: 10px
}

.depoimentos .quote {
    padding: 10px;
    color: #676767
}

.depoimentos .quote p {
    font-size: 12px;
    padding: 20px 0 20px 0
}

.depoimentos .quote p:before,
.depoimentos .quote p:after {
    content: '"';
    color: var(--primary-color)
}

.depoimentos .quote i {
    font-weight: 700;
    float: right
}

.titulo-contato {
    position: relative;
    top: 25px
}

.contato {
    padding: 40px;
    font-size: 16px
}

.contato a {
    color: var(--primary-color);
    font-weight: 700
}

.contato a:hover {
    text-decoration: none
}

.contato i {
    padding: 5px
}

.contato p {
    text-transform: none;
    line-height: 1.5
}

.contato-sobre .modal-body {
    max-height: 100%
}

.contato-sobre input {
    border-radius: 5px
}

.copyright {
    color: #cacaca;
    padding-bottom: 5px;
    text-align: center;
    line-height: 150%;
    font-weight: bold
}

@media only screen and (max-width: 440px) {
    .copyright {
        left: 0;
        top: 0
    }
}

ul.val-erro {
    color: #ef5d2f;
    margin-top: 0;
    display: inline
}

ul.val-erro li {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    width: auto;
    color: #fff;
    text-align: center;
    background-color: #f7a388;
    border-radius: 4px
}

ul.val-erro:focus {
    display: none
}

.left {
    margin-left: 145px;
    width: 100%;
    position: absolute;
    top: 20px
}

.left.top {
    margin-left: 220px;
    width: 485px;
    top: -10px
}

.left.two {
    margin-left: 75px;
    width: 485px;
    top: -7px
}

.left.twotwo {
    margin-left: 100px;
    width: 485px;
    top: -7px
}

.left.captcha {
    margin-left: 305px;
    width: 150px;
    top: 20px
}

.combo {
    width: 50%;
    border-left: 5px solid #ffd74e;
    padding: 25px;
    margin-top: 25px;
    background: #efefef;
    margin-right: auto;
    margin-left: auto
}

.combo h2 {
    font-size: 20px;
    margin-bottom: 20px
}

.combo label {
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

.combo label input[type=radio] {
    display: inline-block;
    padding: 0 0 0px 0px;
    margin: auto 5px
}

.combo select {
    margin: 5px;
    width: 40%
}

.bx-pager-item:first-of-type:last-of-type {
    display: none
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    position: absolute;
    font-size: 12px
}

.bs-wizard>.bs-wizard-step>.progress {
    margin: 40px 0 20px 0
}

.btn-padrao-ativo.eticket {
    background-color: var(--primary-color);
    border-color: var(--btn-primary-bg-hover);
    display: none
}

@media(min-width: 440px)and (max-width: 768px) {
    .btn-padrao-ativo.eticket {
        display: unset
    }
}

.facebook_button {
    background: #3b5998;
    border-color: #344e86;
    text-align: center
}

.facebook_button:hover {
    background: #344e86
}

.facebook_button.register {
    text-align: left;
    font-size: 1.3em;
    max-width: 375px
}

.facebook_login .msg-sucesso {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    line-height: 150%
}

.facebook_login .msg-sucesso:empty {
    display: none
}

.facebook_login .msg-sucesso a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.facebook_login .pass {
    margin-bottom: 0
}

.facebook_login .pass a {
    font-size: 90%;
    margin-top: -10px;
    position: relative
}

.facebook_login h4 {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center
}

.facebook_login input {
    border: 0;
    height: 25px;
    padding: 0 10px;
    border: 1px solid #ccc
}

.facebook_login label {
    width: 60px;
    padding-right: 10px;
    text-align: right
}

.facebook_login .alert {
    text-align: center;
    padding-top: 0px;
    line-height: 150%
}

.facebook_login .alert h3 {
    padding-bottom: 10px
}

.facebook_login .alert a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: bold
}

.facebook_connect {
    background: #3b5998;
    padding: 10px;
    text-align: center;
    color: #fff
}

.facebook_connect figure {
    padding: 5px;
    border: 1px solid #3b5998;
    border-radius: 2px;
    display: inline-block;
    background-color: #fff
}

.facebook_connect figure img {
    display: block
}

.box-resumo.fixedHeight {
    height: 735px
}

.validate-page {
    font-size: 16px;
    line-height: 150%
}

.validate-page .alert {
    margin-top: 30px;
    margin-bottom: 0
}

.validate-page h3 {
    font-size: 24px;
    font-weight: normal
}

.validate-page--info {
    padding-top: 30px
}

.validate-page--info a {
    color: #f12711;
    text-decoration: underline
}

.validate-page .btn-degrade {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    background: #f12711;
    background: -webkit-linear-gradient(to right, var(--primary-color), #f12711);
    background: linear-gradient(to right, var(--primary-color), #f12711);
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .15)
}

.menu-btn {
    float: left;
    font-size: 2.3em;
    background: rgba(0, 0, 0, 0);
    border: 0;
    display: inline-block;
    color: #fff;
    padding: 10px
}

.search-btn {
    top: 18px;
    right: 70px;
    font-size: 2.3em;
    background: rgba(0, 0, 0, 0);
    border: 0;
    display: inline-block;
    color: #fff;
    padding: 10px
}

@media only screen and (max-width: 440px) {
    .icons-logo {
        width: 170px !important;
        height: 46px !important
    }
    .main_header {
        min-height: 87px !important
    }
    .menu-btn {
        top: 18px;
        right: 20px
    }
    .box-laranja {
        min-height: auto !important;
        height: 75px !important;
        max-height: 0;
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 87px;
        left: 20px;
        z-index: 99;
        transition: all .4s ease-in-out;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .15)
    }
    .box-laranja.aberto {
        max-height: 75px
    }
    .box-alinha {
        padding-top: 10px !important
    }
    .tarjeta-black {
        height: 15px
    }
    .tarjeta-black h3 {
        font-size: 14px;
        padding: 7px 0
    }
    .box-times {
        min-height: auto;
        margin-bottom: 20px
    }
    .box-times h2 {
        margin-bottom: 10px
    }
    .box-times .btn-box-times {
        margin-top: 10px
    }
    .policy_container {
        padding: 0
    }
    .policy button {
        width: 100%;
        margin: 30px 0 20px 0
    }
}

.idioma h2 {
    font-size: 14px;
    color: #fff;
    padding: 25px 0 0 15px
}

.idioma a.active {
    color: #fff
}

.new_header {
    height: 70px;
    color: #fff
}

.new_header .menu-btn {
    margin-top: 15px;
    font-size: 3em
}

.new_header .searchInput {
    border: 0;
    margin-top: 1em;
    background: rgba(255, 255, 255, .25);
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    width: calc(100% - 60px)
}

.new_header .searchInput::placeholder {
    color: #fff
}

.new_header .icon {
    font-size: 2.5em;
    float: right;
    margin-top: .55em;
    margin-right: 15px;
    color: var(--primary-color)
}

.new_header .icon-search {
    position: relative
}

.new_header .icon-search:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid var(--primary-color);
    top: 20px;
    right: -15px
}

.new_header .user_menu {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.new_header .user_menu small.name {
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 250px;
    text-align: right;
    color: #777
}

.new_header .user_menu--toggle,
.new_header .user_menu--shoppingcart {
    position: relative;
    font-size: 1.2em;
    float: right;
    height: 100%;
    display: inline-block;
    text-align: right;
    line-height: 70px
}

.new_header .user_menu--toggle span,
.new_header .user_menu--shoppingcart span {
    position: absolute;
    right: -10px;
    top: 15px;
    font-size: 11px;
    width: 15px;
    height: 15px;
    background: #ffe344;
    color: #000;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.new_header .user_menu--toggle:after,
.new_header .user_menu--shoppingcart:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid var(--primary-color);
    top: 38px;
    right: -15px
}

.new_header .user_menu--toggle:before,
.new_header .user_menu--shoppingcart:before {
    content: "x";
    position: absolute;
    top: -10px;
    font-size: 12px;
    color: var(--primary-color);
    right: -14px
}

.new_header .user_menu--shoppingcart:after,
.new_header .user_menu--shoppingcart:before {
    display: none
}

.new_header .user_menu .user_menu--shoppingcart+.user_menu--toggle {
    margin-right: 30px
}

.new_header .user_menu--menu {
    display: none;
    right: -20px;
    top: 50px;
    min-width: 180px;
    padding: 10px 20px 10px 20px;
    background: var(--dark-color);
    position: absolute
}

.new_header .user_menu--menu ul {
    margin: 0;
    padding: 0
}

.new_header .user_menu--menu li a {
    font-weight: bold;
    color: #fff;
    line-height: 200%;
    width: 100%;
    display: inline-block;
    font-size: 14px
}

.new_header .user_menu--menu li a:hover {
    text-decoration: none
}

.new_header .user_menu--toggle:hover+.user_menu--menu,
.new_header .user_menu--toggle+.user_menu--menu:hover {
    display: block
}

.new_header .user_menu:hover .user_menu--menu {
    display: block
}

.new_header .user_menu.logado .user_menu--toggle:before,
.new_header .user_menu.logado .user_menu--shoppingcart:before {
    display: none
}

.mobile-search {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
    display: none;
    background: #222;
    padding: 10px
}

.mobile-search input.searchInput {
    width: 100% !important;
    border: 1px solid #777;
    background: #666;
    color: #ccc !important;
    height: 30px;
    font-size: 13px
}

.mobile-search input.searchInput::placeholder {
    color: #ccc
}

.main_header_new+.main_section {
    padding-top: 70px
}

.main_header_new {
    min-height: 70px !important
}

@media only screen and (max-width: 768px) {
    .user_menu--shoppingcart+.user_menu--toggle {
        margin-right: 20px
    }
    .container-fluid .container {
        margin: 0px !important;
        padding: 0px !important
    }
    .no-gutters-mobile>div {
        padding: 0 !important
    }
    .icons-logo {
        margin-left: 0
    }
    .menu-btn {
        padding-left: 0px;
        padding-right: 15px
    }
    .tarjeta-black {
        display: none
    }
    .new_header .icon {
        font-size: 1.9em;
        margin-right: 30px;
        margin-top: 19px
    }
    .new_header .user_menu--menu {
        right: 0px
    }
    .new_header .user_menu--toggle {
        padding-right: 15px
    }
    .new_header .user_menu--toggle span {
        right: 7px !important
    }
    .new_header .user_menu--toggle:after {
        right: 0px;
        display: none
    }
    .new_header .user_menu--toggle:before {
        right: 5px
    }
    .user_menu--menu {
        height: 0 !important;
        visibility: hidden
    }
    .pushy-open-left .pushy {
        overflow: visible;
        background-color: var(--primary-color) !important;
        color: #fff !important
    }
    .pushy-open-left .pushy .pushy-content {
        position: relative
    }
    .pushy-open-left .pushy .pushy-content ul {
        margin: 0
    }
}

.menu-btn span {
    width: 35px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 5px
}

.carrinho-icon {
    color: var(--primary-color)
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.policy {
    margin-top: 5em;
    margin-bottom: 5em
}

.policy_container {
    background: #f1f1f1
}

.policy_container--wrapper {
    background: #f9f9f9;
    padding-left: 30px;
    min-height: 600px
}

.policy_container--wrapper h1 {
    height: 150px;
    line-height: 150px;
    color: #e98530;
    font-size: 32px
}

.policy_menu {
    padding-top: 150px
}

.policy_menu li {
    padding: 10px 0
}

.policy_menu li a.active {
    color: #e98530;
    border-right: 3px solid #e98530
}

.policy_menu li a {
    line-height: 40px;
    color: #666;
    font-size: 22px;
    padding-right: 20px;
    font: normal lighter 22px/1 "Open Sans", sans-serif;
    cursor: default
}

.policy_menu li a:hover {
    text-decoration: none
}

.policy_text {
    padding-right: 30px
}

.policy_text h2 {
    font-size: 18px;
    padding-bottom: 20px
}

.policy_text--content p {
    line-height: 150%
}

.policy_text--links {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px
}

.policy_text--links button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 25px;
    font: normal normal 16px/1 "Open Sans", sans-serif;
    border-radius: 5px
}

.policy_text--links button:disabled {
    opacity: .6
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media(min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.download_app {
    background: #e55f08;
    height: 45px;
    position: fixed;
    z-index: 1071;
    bottom: -45px;
    left: 0;
    width: 100%;
    color: #fff;
    font-weight: bold
}

.download_app p {
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    line-height: 130%;
    position: relative;
    top: -5px;
    padding: 0 10px;
    display: inline-block
}

.download_app a,
.download_app span {
    color: #fff;
    display: inline-block
}

.download_app--link {
    background: #b44b06;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    z-index: 9999;
    line-height: 45px
}

.download_app--link span {
    width: 40px
}

.download_app figure {
    display: inline-block;
    background: #000;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 10px
}

@media(min-width: 0px) {
    .download_app figure {
        width: 60px;
        margin-top: 13px
    }
}

@media(min-width: 330px) {
    .download_app figure {
        width: 80px;
        margin-top: 11px
    }
}

@media(min-width: 360px) {
    .download_app figure {
        width: 90px;
        margin-top: 10px
    }
}

@media(min-width: 500px) {
    .download_app figure {
        width: 110px;
        margin-top: 5px
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-radio label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px
}

.custom-radio label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0px 0px 0px 2px var(--btn-primary-bg-hover);
    border-radius: 4px;
    transition: all .3s linear
}

.custom-radio input:checked+label:before {
    box-shadow: inset 0px 0px 0px 20px var(--btn-primary-bg-hover)
}

.print-voucher--header {
    padding: 10px 0;
    background: #333;
    color: #fff
}

.print-voucher--header p {
    line-height: 1.25;
    margin-bottom: 0;
    font-size: 16px
}

.print-voucher .box-resumopartida h3,
.print-voucher .box-resumopartida h4,
.print-voucher .box-resumopartida h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 5px 0 0 0
}

.print-voucher .box-voucher {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5
}

.print-voucher .box-voucher-dashed {
    border: 2px dashed #ccc;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5
}

.print-voucher .box-filled {
    background: #f7f7f7
}

.print-voucher .box-filled .times-info span {
    margin: 0
}

.print-voucher .box-h h3 {
    margin: 0
}

.print-voucher .voucher-tickets--background {
    width: 100%;
    position: relative
}

.print-voucher .voucher-tickets--background--info {
    position: absolute;
    left: 50%;
    margin-left: -39px;
    top: 60px
}

.print-voucher .voucher-height {
    height: 90px;
    margin-bottom: 13px;
    padding: 10px
}

.print-voucher .voucher-height span {
    display: inline-block;
    padding-top: 10px;
    width: 100%
}

.print-voucher .voucher-item {
    background: #f7f7f7;
    border: 2px dashed #b5b5b5;
    height: 90px;
    margin-top: 25px
}

.print-voucher .voucher-wrapper {
    position: relative
}

.print-voucher .voucher-wrapper .voucher-values {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-top: 25px
}

.print-voucher .voucher-wrapper .voucher-clone {
    position: relative
}

.print-voucher .voucher-footer {
    margin-top: 25px;
    background: #f7f7f7;
    padding: 10px;
    border: 2px dashed #b5b5b5
}

.print-voucher .voucher-footer span {
    display: inline-block;
    padding-top: 10px;
    width: 100%;
    font-size: 11px
}

.shoppingCart--warning i {
    font-size: 24px;
    color: var(--primary-color)
}

.shoppingCart--warning p {
    color: var(--light-text)
}

.filter-match {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.keep-one-line {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.new_footer {
    border-top: 10px solid #ffcd00;
    box-shadow: inset 0px 10px 0px #00a032
}

.new_footer .new_footer__tagline {
    color: #fff
}

.new_footer .new_footer__nav-title {
    color: #fff
}

.new_footer .new_footer__nav-col a {
    color: #fff
}

.new_footer .new_footer__bottom {
    border-top-color: #063dbd;
    background: #0b49da
}

.new_footer .new_footer__social-link {
    border-color: #fff;
    color: #fff
}

.new_footer .new_footer__divider {
    background: linear-gradient(to right, transparent, #4345ff 20%, #4345ff 80%, transparent)
}

.new_footer .new_footer__copyright {
    color: #fff
}

.new_footer .new_footer__copyright strong {
    color: #fff
}

.new_footer .footer-logo-divider {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    margin: 0 30px;
    opacity: .6;
    vertical-align: middle
}

@media(max-width: 991.98px) {
    .new_footer .footer-logo-divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
        display: block
    }
}

.info-banner {
    height: 180px !important;
    background-position: left !important
}

.match_content-date,
.match_sectorView--contentHeader,
.match_page.nexo-ui .match_page-card .match-card-header--dark,
.orders .nexo-ui .card-wrapper .card .card-body,
.orders .nexo-ui .card-wrapper .card .card-header .card-folder-wrapper,
.orders .nexo-ui .my-order-wrapper .my-order .my-order-header,
.my-account .wrapper-info-user,
.info-data-wrapper .wrapper-info-user {
    background: #014dff !important
}

.orders .nexo-ui .card-wrapper .card .card-body .btn,
.orders .nexo-ui .card-wrapper .card .card-header .card-folder-weekday {
    background: #00a032 !important
}

.orders .nexo-ui .card-wrapper .card .card-header .card-folder-hour {
    color: #ffcd00 !important
}

.banner-cadastro::after {
    background: rgba(0, 0, 0, .6) !important
}

.logo {
    padding: 12px;
    background: #ffcd00;
    position: relative;
    padding-right: 40px !important
}

.logo:after,
.logo:before {
    content: ""
}

.logo:after {
    background: #ffcd00;
    width: 110px;
    height: 100%;
    position: absolute;
    margin-top: -0.75rem;
    left: calc(-100% - 9px)
}

.logo:before {
    border-left: 20px solid #ffcd00;
    border-bottom: 105px solid rgba(0, 0, 0, 0);
    position: absolute;
    margin-top: -0.75rem;
    left: 100px
}

.checkbox-newsletter label {
    justify-content: left !important
}

@media(max-width: 767px) {
    .my-account-menu,
    .info-data-wrapper-menu {
        padding-right: 10px
    }
}

.matches_soon {
    background: #fff !important;
    padding: 3em 0 5em 0 !important
}

.main_title h2 {
    color: #000 !important
}

.search_container {
    display: none !important
}