@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900');
:not(i),
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body .padding-0 {
    padding: 0px;
}

iframe,
video {
    max-width: 100%;
}

header-top-line,
header-top-line div,
header-top-line nav {
    height: 40px;
}

.bold {
    font-weight: bold;
}

.cor-1 {
    color: #d7232b;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cor-2 {
    color: #e4172e;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cor-3 {
    color: #d7232b;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-align: center;
}

.cor-4 {
    font-size: 15px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 10px;
}

.cor-5 {
    color: #888888;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.cor-3.text-left {
    text-align: left;
}

.cor-6 {
    color: #e4172e;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.cor-7 {
    font-size: 15px;
    color: #e4172e;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
}

.cor-8 {
    font-size: 15px;
    color: #888888;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
}

.cor-9 {
    font-size: 15px;
    color: #03bb10;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}

.status-Cancelado {
    color: red;
}

.cor-10 {
    color: #888888;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cor-11 {
    color: #888888;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cor-12 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
}

.cor-13 {
    color: #e4172e;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 19px;
}

.cor-message-bank {
    color: #e4172e;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
}

.box-listagem-ranking {
    background: #efefef;
    color: #88888a;
}

.box-listagem-ranking table tr td,
.box-listagem-ranking table tr th {
    border: none;
}

.box-listagem-ranking .active {
    border: 1px solid #f20030;
    box-shadow: 0px 0px 3px 5px rgb(218, 218, 218);
    -moz-box-shadow: 0px 0px 3px 5px rgb(218, 218, 218);
    -webkit-box-shadow: 0px 0px 11px 6px rgb(218, 218, 218);
    color: #f20030;
    border-left-color: transparent;
    position: relative;
    left: -1px;
    background: #ffffff;
    width: 99.6%;
    border-radius: 0px 10px 10px 0px;
}

.box-listagem-ranking .active:before {
    content: '';
    height: 100%;
    width: 8px;
    background: #ffffff;
    position: absolute;
    left: -5px;
    z-index: 99999999999999;
}

@-moz-document url-prefix() {
    .box-listagem-ranking .active {
        box-shadow: 0px 0px 3px 5px rgb(218, 218, 218);
    }
}

.box-listagem-ranking .active * {
    font-weight: 500;
}

.box-quiz-colocado {
    padding: 53px 20px;
    border: 1px solid #f20131;
    margin-top: 36px;
    position: relative;
    z-index: 4;
    background: #fff;
}

.ranking-bottom {
    padding: 24px 10px;
    margin-top: 10px;
}

.ranking-bottom p {
    font-size: 16px;
    margin: 0px;
    line-height: 23px;
    width: 100%;
}

.ranking-bottom i {
    font-size: 36px;
    float: right;
    margin: 6px;
}

.comeca-table .row {
    padding: 10px;
    width: 100%;
    margin: 0px;
}

.over {
    opacity: 0;
}

.loader {
    animation: spin 2s linear infinite;
    margin: 6px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.over.over-none {
    opacity: 1;
}

.menu-rolling {
    max-height: 50vh;
    overflow: auto;
}

.menu-rolling-1 {
    max-height: 65vh;
    overflow: auto;
}

.menu-rolling::-webkit-scrollbar-track,
.menu-rolling-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.menu-rolling::-webkit-scrollbar,
.menu-rolling-1::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.menu-rolling::-webkit-scrollbar-thumb,
.menu-rolling-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

.box-1 {
    border: 1px solid #ccc;
    padding: 2% 3%;
    width: 100%;
    margin: 20px auto;
}

.box-1.hover:hover {
    background-color: #f9f9f9;
    border-color: red;
}

.box-1.cor-5.hover:hover {
    color: #d7222b;
}

.hover-1:hover {
    color: #d7222b;
}

.hover-2:hover {
    border: 1px solid #ff00007a;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 0, 0.50);
}

.hover-3:hover {
    color: #7f7f7f;
}

.hover-3:hover i {
    text-decoration: none;
}

.home-principal ul.slick-dots {
    background: #959595;
}

.home-principal .slick-dots li.slick-active button:before {
    color: #d7222b;
    font-size: 11px;
    opacity: 1;
}

.home-principal .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 11px;
}

.home-principal .slick-dots li {
    margin: 0px;
}

html .home-principal .banners-slider .button-nav.lado-esq.slick-arrow {
    left: 20%;
}

html .home-principal .banners-slider .button-nav.lado-dir.slick-arrow {
    right: 21.5%;
}

.widgets_wordpress h2 {
    font-size: 14px;
    float: left;
    margin-bottom: 0px;
}

.widgets_wordpress ul {
    list-style: none;
    padding: 0px;
    font-size: 16px;
}

.widgets_wordpress ul a {
    color: #e4172e;
    text-transform: initial;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.widgets_wordpress ul span {
    color: #888888;
    font-size: 14px;
    text-transform: initial;
}

nav.menu-home {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

html nav.menu-home li.active a {
    font-weight: 600;
    background: none !important;
}

.no-select-text {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    user-select: none;
}

.box-2 {
    border: 1px solid #ccc;
    padding: 0.6% 2%;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.box-3 {
    margin: 5px 4%;
}

.row.box-4 {
    max-width: 511px;
}

.row.box-4>div {
    padding: 0px;
}

.box-4 {
    margin: auto;
    max-width: 355px;
}

.row.box-4 {
    margin: auto;
}

.box-5 {
    border: 1px solid #ff00007a;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 0, 0.50);
}

.box-6 {
    border: 1px solid #ff00007a;
    border-radius: 10px;
    padding: 5px 16px;
    position: relative;
    background: #fff;
}

.comeca-breadcrumbs .breadcrumb>li+li:before {
    content: '>';
}

.comeca-breadcrumbs ol.breadcrumb {
    background: transparent;
    /*margin-bottom: 0px;
    margin-top: 20px;*/
    margin-bottom: -20px;
    margin-top: 10px;
    padding-left: 0px;
}

.comeca-breadcrumbs a {
    color: #888888;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.comeca-breadcrumbs .active {
    font-weight: 400;
}

.box-mais-infos {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ocultar_texto {
    color: transparent;
}

.ocultar_titulo {
    margin-top: -50px;
}

.nao-logada header#top {
    top: 0px;
}

#top>.center-content.container {
    height: 51px;
}

section.menu-top {
    background: #d7222b;
    color: #fff;
    margin-top: 6px;   
    width: 100%;
    /* height: 40px; */
    border-radius: 0 10px 10px 0;
}

section.menu-top>div {
    /* height: 40px; */
}

section.menu-top>div>ul>li {
    padding: 11px 0px;
    width: auto;
    /* float: left; */
    margin-right: 10px;
}

section.menu-top>div>ul>li:hover {
    background: white;
}

section.menu-top>div>ul>li:hover .mais-sub-menus {
    display: block;
}

section.menu-top>div>ul>li:hover>a {
    color: #d7222b;
}

ul.menu-todas-opcoes li {
    list-style: none;
}

ul.menu-todas-opcoes>li {
    position: relative;
}

ul.menu-todas-opcoes {
    padding: 0px;
    margin-left: -14px;
}

ul.menu-todas-opcoes a {
    color: #fff;
    padding: 0px 5px;
}

ul.menu-todas-opcoes>li>a {
    cursor: default;
}

ul.menu-todas-opcoes ul li a {
    color: #d7232c;
    width: 100%;
    display: block;
    padding: 10px;
}

ul.menu-todas-opcoes li a:hover {
    text-decoration: none;
}

ul.menu-todas-opcoes>li ul {
    display: none;
    padding: 10px 0px;
}

html ul.menu-todas-opcoes li:hover>ul {
    display: block;
}

ul.menu-todas-opcoes>li ul.sub-menu {
    position: absolute;
    min-width: 160px;
    top: 31px;
    border: #BBB solid 1px;
    border-top: none;
}

ul.menu-todas-opcoes>li:hover>ul {
    display: block;
}

html ul.menu-todas-opcoes ul li a {
    color: #878787;
    padding: 10px;
}

html ul.menu-todas-opcoes h2 {
    padding: 0px 10px;
}

ul.menu-todas-opcoes ul li:hover {
    background: red;
}

ul.menu-todas-opcoes ul li.nobg:hover {
    background: transparent;
}

ul.menu-todas-opcoes ul li:hover>a {
    color: #fff !important;
}

.fundo-show {
    background: rgba(103, 98, 98, 0.5)!important;
    opacity: 1!important;
    display: block!important;
    top: 98px!important;
    z-index: 9999 !important;
}

ul.menu-todas-opcoes ul {
    background: white;
    padding-top: 4px;
    margin-top: 9px;
    padding: 5px 11px;
    color: #000;
}


/* MENU ADM */

ul.menu-ADM li {
    list-style: none;
    margin-bottom: 10px;
}

ul.menu-ADM>li {
    position: relative;
}

ul.menu-ADM {
    padding: 10px;
    /* margin-left: -14px; */
}

ul.menu-ADM a {
    color: #fff;
    padding: 0px 5px;
    font-size: 21px;
    font-weight: 400;
}

ul.menu-ADM>li>a {
    cursor: pointer;
    display: block;
}

ul.menu-ADM ul li a {
    color: #d7232c;
    width: 100%;
    display: block;
    padding: 10px;

}

ul.menu-ADM li a:hover {
    text-decoration: none;
}

ul.menu-ADM>li ul {
    display: none;
    padding: 10px 0px;
}

html ul.menu-ADM li:hover>ul {
    display: block;
}

ul.menu-ADM>li ul.sub-menu {
    position: absolute;
    min-width: 160px;
    top: 31px;
    border: #BBB solid 1px;
    border-top: none;
}

ul.menu-ADM>li:hover>ul {
    display: block;
}

html ul.menu-ADM ul li a {
    color: #878787;
    padding: 10px;
    display: block;
}

html ul.menu-ADM h2 {
    padding: 0px 10px;
}

ul.menu-ADM  li:hover {
    background: #fff;
}

ul.menu-ADM  li:hover  a{
    color: #d7222b;
}


ul.menu-ADM ul li.nobg:hover {
    background: transparent;
}

/* ul.menu-ADM li:hover>a {
    color: #fff !important;
} */


/* FIM MENU ADM */

.box-comprovante {
    line-height: 30px;
}

.dados-usuario {
    line-height: 30px;
}

.imagem-user-view {
    max-height: 116px;
    width: 116px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
    margin: auto;
}

#ajax-loading-screen {
    background-color: #ffffffbd;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*     display: none; */
    z-index: 9999999999999999;
}

#ajax-loading-screen .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
}

#ajax-loading-screen .loading-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -32px auto 0 auto;
    display: block;
}

.campos-a-digitar input {
    margin-bottom: 13px;
}

#ajax-loading-screen .loading-icon i {
    font-size: 60px;
    color: #3452ff;
}

.title-content-login {
    display: none;
}

.form-campos-boleto .digitos5 {
    max-width: 90px;
}

.form-campos-boleto .digitos1 {
    max-width: 53px;
}

.form-campos-boleto .digitos6 {
    max-width: 85px;
}

header#top {
    /* background: white; */
    /*border-bottom: 1px solid rgb(139, 139, 139);*/
    /* height: 80px; */
    padding-top: 20px;
    padding-bottom: 10px;
    /*top: 33px;*/
    position: relative;
    /*fixed;*/
    z-index: 999;
    width: 100%;
}

.nao-logada header#top {
    top: 0px;
}

#top2 {
    background: #cccccc;
    height: 33px;
    /*position: fixed;*/
    width: 100%;
    top: 0px;
    z-index: 9999999999;
    display: block;
}

#top2 a {
    color: #000;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    padding: 6px 15px;
}

#top .area-header-login {
    min-height: 83px;
}

div#myNavbar {
    background: white;
    position: absolute;
    z-index: 9;
    width: 100%;
    margin-top: 7px;
    border-top: 1px solid #8f918f;
    box-shadow: 0px 4px 12px -6px #000;
}

div#myNavbar>ul {
    width: 100%;
}

div#myNavbar a {
    color: #878787;
    text-align: center;
    font-size: 15px;
}

div#myNavbar a i {
    font-size: 18px;
    margin-right: 10px;
}

.main {
    /*padding-top: 150px;
    padding-top: 60px;*/
    min-height: 63vh;
    clear: both;
}

.main2 {
    min-height: 200px;
    padding-top: 150px;
}

main.main2.home-principal-1 {
    padding-top: 112px;
}

.container {
    max-width: 100%;
    /* padding-left: 14%;
    padding-right: 14%; */
    width: 100%;
}

.button-nav.slick-arrow {
    position: absolute;
    top: 50%;
    padding: 10px;
    background: #00000099;
    cursor: pointer;
    margin-top: -36px;
    z-index: 9;
}

.button-nav.lado-dir.slick-arrow {
    right: 0px;
}

.button-nav.slick-arrow i {
    color: #fff;
}

html .alert.alert-success {
    border: 1px solid #3c763d;
}

html .alert.alert-danger {
    border: 1px solid #a94442;
}

html .alert.alert-warning {
    border: 1px solid #8a6d3b;
    top: 170px !important;
}

.formulario-login-user .form-group {
    /*position: absolute;*/
    top: 63px;
}

.formulario-login-user .campo-error {
    position: absolute;
    top: 65px;
}

img.logo-img {
    /*width: 231px;*/
    /* max-height: 35px;
    object-fit: cover; */
}

body {
    padding: 0px !important;
    background-color: #ddd !important;
}

html .icon-menu-abrir {
    display: block;
}

html .icon-menu-fechar {
    display: none;
}

html div[aria-expanded="true"] .icon-menu-abrir {
    display: none;
}

html div[aria-expanded="true"] .icon-menu-fechar {
    display: block;
}

#footer-outer {
    background-color: #d7222b;
    border-top: 5px solid #ffcd4b;
    margin-top: 20px;
    padding-top: 20px;
}

#footer-outer i,
#header-secondary-outer #social i {
    font-size: 20px;
    width: auto;
    background-color: transparent!important;
}

#footer-outer a {
    color: #fff;
}

p#copyright {
    color: #fff;
    font-weight: 300;
}

.center-content {
    max-width: 100%;
    margin: auto;
}

.center-content-padding {
    /* max-width: 100%; */
    margin: auto;
    padding-left: 9%;
    padding-right: 9%;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none;
}

.isMobile {
    display: none;
}

.isDesktop {
    display: block;
}

.padding-15-10 {
    padding: 15px 10px;
}

.modal-open .modal {
    z-index: 9999999999;
    padding-top: 7%;
    background: #00000080;
    margin: -120px auto 0 auto;
}

.modal-open img {
    width: 100%;
    height: 800px;
}

.modal-open button {
    float: right;
    margin: 20px 20px 0 0;
}

.modal-open button:hover {
    background: rgb(236, 236, 236);
}

.modal-backdrop.fade.in {
    display: none;
}

input.ng-invalid-required,
select.ng-invalid-required {
    border: 1px solid red !important;
    padding: 0px 10px !important;
}

#myModal label {
    margin: 0px;
}

ul.lista li {
    padding: 10px;
    border: 1px solid #ccc5c5;
    width: 96%;
    margin: 3px auto;
}

ul.lista li a {
    float: right;
}

ul.lista {
    width: 100%;
}

.box-chave-seguranca {
    max-width: 800px;
    margin: auto;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.box-chave-seguranca:hover {
    box-shadow: 0px 0px 13px -2px #000;
}

.box-chave-seguranca .campoSenhaPosicao {
    width: 100px;
    margin: auto;
}

html .campoSenhaPosicao input {
    border: 1px solid #e1e1e1;
    text-align: center;
}

.numPosicao {
    background: #e1e1e1 url('../img/fundo_capcha.jpg');
    width: 100px;
    margin: auto;
    font-size: 29px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 500;
    font-style: italic;
}

span.status {
    width: 12px;
    margin-top: 4px;
    margin-right: 8px;
    float: left;
    height: 12px;
    border-radius: 50%;
    background-color: green;
}

span.status.bloqueado {
    background-color: red;
}

.margin-right-10 {
    margin-right: 10px;
}

input.toggle+label {
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    text-indent: -5000px;
    height: 28px;
    width: 50px;
    border-radius: 15px;
    margin-bottom: 0;
}

input.toggle+label:before {
    content: "";
    position: absolute;
    display: block;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(19, 191, 17, 0);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input.toggle+label:after {
    content: "";
    position: absolute;
    display: block;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0px;
    border-radius: 15px;
    background: white;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .2);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input.toggle {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    display: none;
}

input.toggle:checked+label:before {
    width: 50px;
    background: rgba(19, 191, 17, 1);
}

input.toggle:checked+label:after {
    left: 22px;
    box-shadow: inset 0 0 0 1px rgba(19, 191, 17, 1), 0 2px 4px rgba(0, 0, 0, .2);
}

.nicEdit-main {
    background: white;
    margin: 0px !important;
    padding: 10px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

div#footer-widgets .row {
    padding: 10px 0px;
    margin: 0px auto;
}

.ascend #footer-outer #copyright {
    margin: 0px;
    padding: 0px;
}

div#footer-outer {
    border-top: 5px solid #ffcd4b;
}

#footer-outer .links-bottom>div:hover i,
#footer-outer .links-bottom>div:hover a {
    color: yellow !important;
    text-decoration: none;
}

div#copyright p {
    font-weight: 200;
    float: left;
    width: 100%;
}

#footer-outer .linha-logo img {
    width: 271px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#footer-outer .imgyellow {
    display: none;
}

#footer-outer .links-bottom>div:hover img {
    display: none;
}

#footer-outer .links-bottom>div:hover .imgyellow {
    display: inline-block;
}

.links-bottom>div {
    margin-bottom: 35px;
}

div#ajax-content-wrap .container-wrap {
    padding: 56px 0px;
}

.area-header-login {
    padding-bottom: 33px;
    padding-top: 5px;
}

.small-nav .area-header-login,
.small-nav-2 .area-header-login {
    padding-bottom: 14px;
    padding-top: 8px;
    min-width: 320px;
}

div#header-outer {
    height: 74px;
    top: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 225px;
}

.area-header-login.col.span_9.col_last h1 {
    display: none;
}

.area-header-login.col.span_9.col_last {}

.area-header-login .area-logar {
    width: 100%;
}

.area-header-login .area-logar .campos {
    float: left;
    margin-right: 4px;
}

.area-header-login .area-logar fieldset {
    float: left;
}

.area-header-login .area-logar .campos div {
    padding: 0px;
}

html .area-header-login .area-logar .campos input {
    border: 1px solid #e4172e !important;
    padding: 3px !important;
    max-width: 143px;
}

.fundo-campanha {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #0000007d;
    height: 100%;
    width: 100%;
}

.campo.campo-campanha .comeca-lista-camapanha {
    position: fixed;
    top: 20%;
    z-index: 9;
    /*
    left: 50%;
    margin-left: -445px;*/
    background: #ffffff;
    /*width: 900px;
    /* border-top: 1px solid #4e4e4e; */
    left: 15%;
    width: 70%;
    text-align: center;
    color: #000;
    padding: 15px;
    height: 70%;
    overflow: scroll;
}

.botao {
    background: #d7232b;
    color: #fff;
    padding: 4px 16px;
    border: navajowhite;
    border-radius: 3px;
}

html .botao-2 {
    background: #e4172e;
    color: #fff;
    padding: 7px 29px;
    font-size: 13px;
    font-weight: 200 !important;
    border-radius: 0px;
}

html .botao-2 i {
    margin: 7px;
}

html .botao-2:hover {
    text-decoration: underline;
    color: #fff;
}

html .botao-3 {
    background: #03bb10;
    color: #fff;
}

html .botao-4 {
    background: #efefef;
    border: 1px solid #cccccc;
    color: #909090;
}

html .botao-5 {
    background: #03bb10;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.area-header-login .campos.campo-senha {
    width: 145px;
}

.area-header-login .campos.campo-senha a {
    color: #000;
    font-size: 12px;
    margin-right: 3px;
    margin-top: 5px;
    float: right;
}

.area-header-login .campos.campo-senha p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    float: right;
    text-align: center;
    margin-top: 5px;
}

.small-nav-2 {
    padding-top: 16px !important;
    top: 32px !important;
}

.small-nav-2 #logo {
    margin: 0px !important;
}

.small-nav-2 #logo img {
    height: 35px !important;
}

.lista-campanhas {
    width: 560px;
    margin: auto;
}

.comeca-lista-camapanha h3 {
    font-weight: 300;
    color: #e4172e;
}

.comeca-lista-camapanha p {
    font-weight: 500;
}

.lista-nome-campanha {
    font-weight: 500;
    /*padding: 10px;*/
    padding-top: 10px;
    padding-left: 10px;
    cursor: pointer;
    float: left;
}

.list-campanha-item img {
    border: 1px solid #ccc;
    padding: 20px;
}

.list-campanha-item:hover {
    border: 1px solid #CB3834;
    box-shadow: 0px 0px 4px 2px #F8E088;
    position: relative;
}

.list-campanha-item:hover img {
    border: 1px solid #0000007a;
    box-shadow: 0px 0px 10px 0px rgb(148, 142, 142);
}

.list-campanha-item.campAtiva img {
    border: 1px solid #ff00007a;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 0, 0.50);
}

.list-campanha-item {
    /*display: inline-block;*/
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    width: 100%;
    height: 35px;
}

.list-campanha-item span {
    float: left;
}

.list-campanha-item button {
    float: right;
}

.btn-acessar {
    padding: 2px 10px;
    margin-top: 6px;
    margin-right: 10px;
}

.login-quebra-linha {
    display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}

.sombra1:focus,
.sombra1:active {
    border: 1px solid #e60000 !important;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 0, 0.50)!important;
}

a.header-itens-carrinho {
    position: relative;
    text-decoration: none;
}

a.header-itens-carrinho i {
    font-size: 31px;
    color: #878787;
    position: relative;
    left: -6px;
}

span.info-quantidade-carrinho {
    position: absolute;
    z-index: 1;
    background: #e4172e;
    color: #fff;
    text-align: center;
    border-radius: 17px;
    height: 19px;
    width: 19px;
    padding: 2.4px;
    top: -16px;
    font-size: 11px;
    left: 12px;
}

.area-header-login .header-dados-user {
    width: 262px;
    margin-top: -15px;
    text-align: right;
    height: 65px;
}

.area-header-login .row.comeca-dados-user1>div {
    padding: 0px;
    padding-right: 10px;
}

.area-header-login .user-infos-1 {
    float: right;
    margin: 13px 3px;
    font-size: 12.5px;
    color: #8b8b8b;
}

.area-header-login .user-infos-1>strong,
.area-header-login .user-infos-1>strong span {
    color: #000;
    font-weight: bold;
}

.cor-destaque {
    color: #d7232b !important;
}

.area-header-login .header-dados-user .image-user {
    width: 45px;
    height: 45px;
    max-height: 45px;
    margin: 8px 8px;
    overflow: hidden;
}

.open-modal-user i {
    font-size: 19px;
    margin: 3px 0px;
    color: #f20030;
}

ul.dropdown-menu.menu-header-estilo-1 {
    width: 205px;
    left: -200px;
    top: 60px;
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
    box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
    border: none;
}

ul.dropdown-menu.menu-header-estilo-1:before {
    position: absolute;
    top: -19px;
    left: 50%;
    z-index: 9999;
    color: white;
    content: "\f0de";
    height: 18px;
    font-family: FontAwesome;
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

ul.dropdown-menu.menu-header-estilo-1 li {
    padding: 8px 1px;
    height: 0px;
}

ul.dropdown-menu.menu-header-estilo-1 li a {
    float: left;
    width: 100%;
    padding: 5px 12px;
    height: 31px;
}

ul.dropdown-menu.menu-header-estilo-1 li span,
ul.dropdown-menu.menu-header-estilo-1 li i {
    color: #5f6368;
    margin: 0px;
    float: left;
}

ul.dropdown-menu.menu-header-estilo-1 li i {
    font-size: 22px;
    float: none;
    margin: auto;
}

ul.dropdown-menu.menu-header-estilo-1 li a:hover span,
ul.dropdown-menu.menu-header-estilo-1 li a:hover i {
    color: red;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 {
    left: -400px;
    width: 446px;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1.conteudo-scroll {
    overflow-y: auto;
    max-height: 500px;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1:before {
    left: 90%;
}

.open-modal-carrinho li.menu-header-title-carrinnho span {
    font-size: 18px;
    color: #e4172e !important;
    margin-top: 35px;
    float: left;
    font-weight: 400;
    width: 100%;
    padding: 0px 10px;
    cursor: default;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li.row {
    padding: 8px 0px;
    margin: 16px 0px;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li a {
    height: auto;
    color: #888888;
    margin: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li a .meoeda-qnt {
    margin: 16px 8px;
    float: right;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li a .text-qnt {
    font-size: 12px;
    color: inherit;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li a>div {
    padding: 0px;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li a img {
    max-height: 44px;
    margin: auto;
    width: 34px;
}

.open-modal-carrinho li.lista-menu-detalhes-carrinho p {
    float: left;
    width: 100%;
    border-top: 1px solid #8b8b8b;
    padding: 10px;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li.lista-menu-detalhes-carrinho p a {
    margin: 5px auto;
    float: none;
    width: 96%;
    padding: 8px 0px;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li.lista-menu-detalhes-carrinho p a.btn.btn-success {
    color: #fff;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li.lista-menu-detalhes-carrinho p a.btn.btn-default {
    color: #8b8b8b;
    background: #efefef;
    border: none;
}

.open-modal-carrinho ul.dropdown-menu.menu-header-estilo-1 li a>div.col-sm-7 {
    padding: 0px 10px;
}

.row.comeca-dados-user1 {
    width: 352px;
    float: right;
}

.carro-frete {
    font-size: 25px;
    margin: 12px !important;
}

.minimal-form-input {
    padding: 0px !important;
}

.minimal-form-input label .text {
    top: 0px !important;
    left: 6px !important;
}

html .form-buscar-header {
    width: 75%;
    margin: 0 auto;
}

html .form-buscar-header:focus-within {
    width: 125%;
}

html .form-buscar-header .minimal-form-input input.form-control {
    border: 1px solid #d7232b !important;
    border-radius: 0px;
}

html body .form-buscar-header .input-group-btn button {
    background: #ffcd4b !important;
    padding: 3.7px 10px;
    margin-top: -0.3px;
    border: 1px solid #d7232b;
}

html .form-buscar-header .input-group-btn button i {
    color: #000;
    font-size: 19px;
    font-weight: bolder;
    padding: 1px 0px;
}

.area-menu-mobile>div {
    float: left;
    margin-left: 20px;
}

.area-menu-mobile a.dados-user-icon i {
    color: #878787;
    font-size: 27px;
}

.area-menu-mobile i.fa.fa-shopping-cart {
    font-size: 27px;
}

.area-menu-mobile i.icon-menu-mobile {
    color: #878787;
    font-size: 27px;
    cursor: pointer;
}

html .off-canvas-menu-container.mobile-only li a {
    font-size: 18px !important;
    float: left;
    width: 100%;
}

.lista-produtos-item-catalogo {
    float: left;
    min-width: 200px;
    padding: 10px;
    height: 332px;
    width: 20%;
}

.home .lista-produtos-item-catalogo {
    width: 192px !important;
    min-width: auto;
}

.lista-produtos-item a {
    text-decoration: none;
    position: relative;
}

.lista-produtos.slick-initialized {
    /*max-height: 416px;
    max-height: 390px;*/
    overflow: hidden;
}

.title-busca {
    color: #888888;
    font-size: 23px;
    font-weight: 400;
    border-bottom: 1px solid #888888;
}

.title-busca-filtro {
    color: #888888;
    font-size: 16px;
    padding-top: 8px;
    border: none;
}

.lista-produtos-item-detalhes {
    line-height: 15px;
    height: 42px;
    overflow: hidden;
}

.lista-produtos-item {
    height: 332px;
}

.lista-produtos-item-detalhes,
.lista-produtos-item-valor {
    color: #888888;
}

.lista-produtos-item-valor span {
    font-size: 20px;
}

.lista-produtos-item p {
    padding: 0px;
    margin: 7px 10px;
    font-size: 13px;
}

.lista-produtos-item p.lista-produtos-item-valor {
    margin-bottom: 20px;
}

.lista-produtos-item p.area-imagem-produto {
    /*min-height: 182px;*/
    height: 132px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lista-produtos-item a:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 10px -2px #000;
    z-index: 9;
    background: white;
    text-decoration: none;
}

.lista-produtos-item a .botao-adicionar-carrinho {
    opacity: 0;
}

.lista-produtos-item a:hover .botao-adicionar-carrinho {
    opacity: 1;
}

.home .lista-produtos-item a:hover .botao-adicionar-carrinho {
    font-size: 11px;
}

.lista-produtos-item a {
    float: left;
    /*width: 100%;*/
    width: 95%;
    margin-left: 2%;
    margin-top: 2%;
}

.lista-produtos-item a .botao-adicionar-carrinho {
    background: #03bb10;
    color: #fff;
    padding: 9px;
    text-align: center;
    height: 37px;
    width: 100%;
    float: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lista-produtos-item a .botao-adicionar-carrinho i {
    font-size: 21px;
    float: right;
    margin-left: -21px;
    margin-right: 8px;
}

html .lista-produtos-item .imagem-produto {
    max-width: 167px;
    max-height: 167px;
}

.row.lista-de-links-footer {
    max-width: 900px;
    margin: auto;
}

.row.lista-de-links-footer ul {
    padding: 0px;
}

.row.lista-de-links-footer li {
    padding: 3px 0px;
    list-style: none;
}

.col-sm-4.footer-dados-atendimento.col_last h2 {
    font-size: 20px;
    margin: 2px;
    font-weight: 400;
    color: #fff;
}

.row.lista-de-links-footer li a,
.row.lista-de-links-footer p {
    font-weight: 200;
    font-size: 15px;
}

.col-sm-4.footer-dados-atendimento.col_last p {
    line-height: 27px;
    color: #fff;
}

.slider-fotos-produtos-lista .slick-track img {
    border: 1px solid #e1e1e1;
    margin: 0px 10px;
    min-height: 54px;
}

.bt-prev,
.bt-next {
    line-height: 44px;
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 51px;
    padding: 0px 6px;
    margin-top: -26px;
    cursor: pointer;
    color: white !important;
    border: none;
    outline: none;
    background: #7f7f7f;
    font-size: 47px;
}

[dir='rtl'] .bt-next {
    right: auto;
    left: -30px;
}

.bt-next {
    right: -30px;
}

[dir='rtl'] .bt-prev {
    right: -30px;
    left: auto;
}

.bt-prev {
    left: -30px;
}

.page-produto-detalhe .slick-track>div {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-fotos-produtos-lista.slick-slider * {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-slide img {
    width: 100%;
}

.slick-slide img.zoomImg {}

.title-produto-dealhes>span {
    font-weight: 100;
    color: #e4172e;
}

span.cod-prod-details {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
    color: #888888;
    margin-top: 8px;
}

.mais-info-detalhes-produto p span {
    font-weight: 400 !important;
    color: #888888;
}

.mais-info-detalhes-produto p b {
    font-weight: 600;
    color: #888888;
}

.container-slider-fotos {
    width: 70%;
    margin: 27px auto;
}

.container-slider-fotos .slick-list {
    overflow: hidden;
}

.mais-info-detalhes-produto p>span.produto-valor-moeda,
.mais-info-detalhes-produto p>span.produto-valor-moeda span {
    color: #e4172e;
    font-size: 25px;
    font-weight: 400;
}

.mais-conteudos-produto h3 {
    font-weight: 100;
    color: #e4172e;
    font-size: 20px;
    text-transform: uppercase;
}

.mais-conteudos-produto p {
    color: #888888;
    font-weight: 400;
}

.mais-conteudos-produto strong {
    font-weight: 600;
}

html .logo-fornecedor-detalhes {
    max-width: 120px !important;
    margin-right: 10px;
    float: left;
    max-height: 65px !important;
}

html .icon-esquerda-texto-direita {
    color: #878787;
    font-size: 35px;
    float: left;
    margin-right: 17px;
    background: none !important;
    margin-top: 5px;
}

.help-slider {
    width: 100%;
    text-align: center;
    margin: 10px;
    color: #888888;
    font-weight: 100;
    font-size: 11px;
    position: relative;
    top: -8px;
}

h2.sub-title-busca-filtro {
    font-size: 14px;
    color: #888896;
    margin-top: 0px;
}

ul.filtro-lista-item li {
    float: left;
    width: 100%;
    list-style: none;
}

ul.filtro-lista-item li label {
    color: #888888;
    float: left;
    margin: 3px 0px 4px 3px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    max-width: 140px;
    text-transform: uppercase;
}

ul.filtro-lista-item li input {
    float: left;
    margin-right: 2px;
}

.categoria-lista-filtro {
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #878787;
    padding-bottom: 15px;
    width: 100%;
}

.title-bottom {
    float: left;
    width: 100%;
    margin-top: -13px;
    color: #888;
}

.total-encontrado {
    float: left;
    font-weight: 100;
}

.filter-select {
    float: right;
}

.filter-select select {
    box-shadow: none !important;
    border: 1px solid #888888 !important;
    padding: 8px 12px !important;
    font-size: 12px;
    font-weight: 100;
}

.botao1 {
    background: #d7222b;
    color: #fff;
    padding: 10px 15px;
    border: none;
    height: 40px;
    font-weight: 400;
    border-radius: 5px;
}

.botao1:hover,
.botao1:visited,
.botao1:focus {
    color: #fff;
}

.botao1 i {
    float: right;
    margin: 4px 0px 0px 11px;
}

html .ui-widget-header {
    background: #03bb10;
}

html .ui-slider .ui-slider-handle {
    border-radius: 11px;
    height: 23px;
    width: 23px;
    top: -9px;
    background: white;
}

.comeca-slider-range {
    max-width: 96%;
}

div#slider-range {
    background: #ccc;
    height: 7px;
}

.precoMinMaxHots {
    margin-top: 11px;
    margin-bottom: 15px;
    float: right;
}

.checkbox1 {
    width: 18px;
    height: 20px;
    float: right;
    margin-left: 20px !important;
    margin-top: 0px !important;
}

.fortaleca-seus-canais {
    background: #d7d7d7;
}

.box-list-hover {
    background: #ebebeb;
    border: 2px solid #cccccc;
    padding: 27px 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px;
    cursor: default;
}

.box-list-hover:hover {
    background: #fff;
    z-index: 3;
    position: relative;
    box-shadow: 0px 0px 22px -4px #000;
    top: -6px;
}

.elemento-yellow {
    background: #ffd200 url(../img/bg-2-yellow.png) repeat-x;
    background-size: contain;
    padding-bottom: 25px !important;
    padding-top: 27px !important;
    background-position: 0px 18px;
    box-shadow: 0px 8px 19px -12px #000;
}

html .button-nav-2 {
    color: white;
    background: #7f7f7f;
    height: 51px;
    margin-top: -24px !important;
    line-height: 27px;
    font-size: 52px;
}

.banners-slider-logos img {
    height: 60px;
    width: auto;
    display: block;
    margin: auto;
}

.banners-slider-logos a div {
    text-align: center;
}

.home .banners-slider-logos {
    margin: 55px auto;
}

.login .formulario-login-user {
    margin: 5% auto;
    padding: 27px;
    max-width: 615px;
}

.login .campos input {
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
}

.login a.link-esqueci-minha-senha {
    margin: 10px 0px;
    float: left;
    width: 100%;
    text-align: right;
}

.login button.botao.btn {
    float: right;
}

.login p.alert.alert-danger.ng-binding {
    bottom: 0px;
}

.login .list-campanha-item {
    /*float: left;
    width: 100%;*/
    /*text-align: center;*/
}

.login .campo.campo-campanha {
    background: #88888847;
    padding: 20px;
    width: 100%;
}


/*.login .lista-campanhas {
    width: 100%;
}*/

.login .area-header-login.isDesktop {
    display: none;
}

.login .campos.campo-error {
    float: left;
}

.login .title-content-login {
    display: block;
}

.login .area-menu-mobile {
    display: none;
}

html .table-no-border th,
html .table-no-border td {
    border: none !important;
    padding: 11px 5px !important;
    vertical-align: middle !important;
}

html .table-no-border tbody {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

html .table-no-border tbody tr {
    border-bottom: 1px solid #ccc;
}

.mini-area-home {
    background: #f3f3f3;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    width: 100%;
    margin-left: 0px !important;
}

.mini-area-home a {
    color: #888888;
    font-size: 13px;
}

.mini-area-home i {
    font-size: 40px;
}

.mini-area-home h2 {
    text-align: left;
    margin-bottom: 30px;
    float: left;
}

.mini-area-home p {
    margin-top: 10px;
}

.box-ranking-estilo-1 h2 {
    font-size: 17px;
    margin: 18px 0px 6px 0px;
}

.box-ranking-estilo-1 {
    text-align: center;
    margin-top: 20px;
}

.box-ranking-estilo-1 i {
    color: #878787;
    font-size: 47px;
    margin: 10px 1px;
}

.box-ranking-estilo-1 .colocacao {
    font-size: 35px;
    color: #e4172e;
    font-weight: 400;
    margin-bottom: -8px;
    display: block;
}

.box-lista-ranking>div {
    background: #efefef;
    color: #888888;
    padding: 10px;
    width: 99%;
    margin: -2px auto 3px auto;
}

.box-ranking-estilo-1 a:hover {
    text-decoration: none;
}

.lista-rank.item-voce {
    background: #fff;
    box-shadow: 0px 0px 21px -2px;
    position: relative;
    border-radius: 6px;
    width: 101%;
    margin-left: -1%;
    font-weight: 500;
    font-size: 17px;
}

.lista-rank.item-voce span {
    font-weight: 500;
}

.box-lista-ranking .lista-rank:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nao-logada .main {
    padding-top: 100px;
    min-height: 73.9vh;
}

.lista-forncedores-itens {
    min-height: 50px;
}

ul.menu-todas-opcoes>li:hover .mais-sub-menus ul {
    display: block;
    margin-top: 0px;
    padding-top: 10px;
}

.mais-sub-menus {
    width: 1164px;
    position: absolute;
    background: white;
    top: 40px;
    display: none;
    left: 15px;
    border: #BBB solid 1px;
    border-top: none;
}

.mais-sub-menus ul {
    float: left;
    width: 100%;
}

.links-footer-menu a p,
.links-footer-menu a i {
    color: #888888;
}

.links-footer-menu a:hover p {
    color: #d7232c;
}

.links-footer-menu a {
    float: left;
    width: 100%;
    text-align: center;
}

.links-footer-menu a i {
    font-size: 36px;
}

.links-footer-menu a img {
    margin-bottom: 4px;
    margin-top: 5px;
}

.quiz-box1 figure {
    width: 200px;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
}

.quiz-box1 figure img {
    width: 100%;
    border: 1px solid transparent;
}

.quiz-box1 figure.active img {
    border: 1px solid #ff00007a;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 0, 0.50);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.quiz-box1 figure img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.quiz-box1 figure:hover img {
    border-color: #d7232c;
}

.quiz-box1 figure b {
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.respostas p {
    color: #888888;
    cursor: pointer;
    font-size: 18px;
    float: left;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 100%;
}

.respostas .active .check {
    color: #04bb11;
}

.respostas p .text-resposta:hover {
    border-color: #878787;
}

.respostas .active .text-resposta {
    border-color: #888888;
    background: #efefef;
}

.respostas p span {
    display: inline-block;
    float: left;
}

.respostas span.text-resposta {
    background: #efefef;
    background: transparent;
    width: 96%;
    padding: 5px 19px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 17px !important;
    margin-left: 10px;
    min-height: 40px;
}

.respostas p:hover span.text-resposta {
    background: #efefef;
    border-color: transparent;
}

.respostas span.check {
    width: 3%;
    padding: 0px 6px;
    font-size: 30px;
    height: 40px;
}

.respostas span.check i {
    display: none;
    color: #04bb11;
}

.respostas .active span.check i {
    display: inline-block;
}

.box-listagem-ranking .active.mobile-largura-total {
    width: 102%;
    padding-right: 15px;
}

.menus_alinhados {
    float: left !important;
    width: 20% !important;
}

.isMobileShow {
    display: none;
}

main .container{
    background-color: #ffffff;
    border-radius: 12px;
    border: 5px solid #d7222b;
}

@media screen and (max-width: 1310px) {
    header#top .center-content.container .col.span_5.isDesktop {
        width: 30.5%;
    }
    .mais-sub-menus {
        width: 830px;
    }
}

@media screen and (max-width: 1110px) {
    header#top .center-content.container .col.span_5.isDesktop {
        width: 29.5%;
    }
}

@media screen and (max-width: 1100px) {
    header#top .center-content.container .col.span_5.isDesktop {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .no-tablet {
        display: none;
    }
    .login button.botao.btn {
        margin-right: 40%;
    }
    header#top .center-content {
        max-width: 100% !important;
        padding: 0px 6% !important;
    }
    body[data-slide-out-widget-area="true"] header#top .col.span_3 {
        width: 50% !important;
    }
    body[data-slide-out-widget-area="true"] header#top .col_last {
        width: 50% !important;
        margin: 0px;
    }
    form.form-buscar-header-esconde {
        display: none;
    }
    .my-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .my-table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
}

@media screen and (max-width: 768px) {
    .isDesktop {
        display: none;
    }
    .isMobile {
        display: block;
    }
    .mais-sub-menus {
        width: 213px;
        height: 77vh;
        overflow: auto;
    }
    html body .padding-0 {
        padding: 0px 15px;
    }
    img.logo-img {
        margin-top: 6px!important;
        top: -6px;
        position: relative;
        width: 200px;
        margin-left: -17px;
    }
    .area-menu-mobile {
        margin-top: 4px;
    }
    html .banners-slider {
        margin-top: 13px;
    }
    .row.lista-de-links-footer {
        text-align: center;
        margin-top: 20px;
    }
    header#top {
        margin-bottom: -12px;
        top: 0px;
        height: 119px;
    }
    .nao-logada header#top {
        position: relative;
        height: 80px;
    }
    .home header#top {
        height: 80px;
    }
    main.main {
        padding-top: 105px;
    }
    .nao-logada .main {
        padding-top: 25px;
    }
    html .lista-produtos-item {
        width: 100%;
        margin: 2% 0px;
    }
    html .lista-produtos-item a {
        max-width: 208px;
        margin: auto;
        float: none;
        display: grid;
    }
    .lista-produtos-item a .botao-adicionar-carrinho {
        font-size: 13px;
        padding: 8px 0px;
    }
    main.main2.home-principal {
        padding-top: 67px;
    }
    html .banners-slider .button-nav.lado-dir.slick-arrow {
        right: 10px;
        display: none !important;
    }
    html .banners-slider .button-nav.lado-esq.slick-arrow {
        left: 10px;
        display: none !important;
    }
    .area-filtro {
        display: none;
        background: #efefef;
        float: left;
        padding: 10px;
        position: fixed;
        padding-left: 20px;
        left: 0px;
        height: 100%;
        overflow-y: scroll;
        top: 0px;
        z-index: 99999999999;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-rolling,
    .menu-rolling-1 {
        overflow: initial;
        max-height: inherit;
    }
    html .mobile-pull-left {
        float: left !important;
    }
    .formulario-login-user .campo-error {
        top: 24px;
        position: relative;
    }
    .todos-digitos {
        width: 100% !important;
    }
    .imagem-user-view {
        margin: 0px;
    }
    .campos-a-digitar input {
        max-width: 100% !important;
    }
    .respostas span.check {
        width: 100%;
        text-align: center;
    }
    .box-listagem-ranking .active {
        border-left-color: #f20030;
        border-radius: 10px;
        box-shadow: -1px 8px 90px -31px #000;
    }
    .box-listagem-ranking {
        margin-top: 20px;
    }
    .sombra-box-quiz {
        display: none;
    }
    .box-listagem-ranking .active.mobile-largura-total {
        width: 100%;
        padding: 0px;
    }
    .menus_alinhados {
        float: left !important;
        width: 100% !important;
    }
    .lista-campanhas {
        width: 100%;
    }
    .lista-nome-campanha {
        float: unset;
    }
    .list-campanha-item {
        height: unset;
    }
    .btn-acessar {
        float: unset !important;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .login-quebra-linha {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .modal-open .modal {
        margin: 110px auto 0 auto;
    }
    .modal-open img {
        width: 100%;
        height: 400px;
    }
    .area-menu-mobile {
        margin: -73px 0 5px 230px;
        padding-bottom: 2px;
    }
    .area-menu-mobile a.dados-user-icon i {
        color: #878787;
        font-size: 27px;
        line-height: 1px !important;
        /* Incluso pra subir o icone */
    }
    .area-menu-mobile i.fa.fa-shopping-cart {
        font-size: 27px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
    }
    section.menu-top {
        background: #d7222b;
        color: #fff;
        margin-top: 5px !important;
        /* position: absolute; */
        width: 100%;
        /* height: 40px; */
        border-radius: 0 12px 12px 0;
    }
    .saldo-user {
        margin-left: 10px;
    }
    .open-modal-user i {
        font-size: 27px;
        margin: 3px 0px 3px 40px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
        color: #878787;
    }
    .area-menu-mobile>div {
        float: left;
        margin-left: 13px;
        margin-top: 11px;
        font-size: 15px;
    }
    ul.dropdown-menu.menu-header-estilo-1 {
        width: 205px;
        left: -200px;
        top: 68px;
        -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        border: none;
    }
    #campo-ddd {
        width: 30%;
        margin-bottom: 5%;
    }
    #campo-telefone {
        width: 70%;
        margin-bottom: 5%;
    }
    #operadora {
        width: 66%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 375px) {
    img.logo-img {
        margin-top: 6px!important;
        top: -6px;
        position: relative;
        width: 150px;
        margin-left: -17px;
    }
    .area-menu-mobile {
        margin: -50px 0 5px 200px;
        padding-bottom: 2px;
    }
    .area-menu-mobile a.dados-user-icon i {
        color: #878787;
        font-size: 27px;
        line-height: 1px !important;
        /* Incluso pra subir o icone */
    }
    .area-menu-mobile i.fa.fa-shopping-cart {
        font-size: 27px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
    }
    section.menu-top {
        background: #d7222b;
        color: #fff;
        margin-top: 5px !important;
        position: absolute;
        width: 100%;
        height: 40px;
    }
    .saldo-user {
        margin-left: -5px;
    }
    .open-modal-user i {
        font-size: 27px;
        margin: 3px 0px 3px 20px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
        color: #878787;
    }
    .area-menu-mobile>div {
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }
    ul.dropdown-menu.menu-header-estilo-1 {
        width: 205px;
        left: -200px;
        top: 65px;
        -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        border: none;
    }
    #campo-ddd {
        width: 30%;
        margin-bottom: 5%;
    }
    #campo-telefone {
        width: 70%;
        margin-bottom: 5%;
    }
    #operadora {
        width: 66%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 360px) {
    img.logo-img {
        margin-top: 6px !important;
        top: -6px;
        position: relative;
        width: 150px;
        margin-left: -17px;
    }
    .area-menu-mobile {
        margin: -50px 0 5px 200px;
        padding-bottom: 2px;
    }
    .area-menu-mobile a.dados-user-icon i {
        color: #878787;
        font-size: 27px;
        line-height: 1px !important;
        /* Incluso pra subir o icone */
    }
    .area-menu-mobile i.fa.fa-shopping-cart {
        font-size: 27px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
    }
    section.menu-top {
        background: #d7222b;
        color: #fff;
        margin-top: 5px !important;
        position: absolute;
        width: 100%;
        height: 40px;
    }
    .open-modal-user i {
        font-size: 27px;
        margin: 3px 0px 3px 5px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
        color: #878787;
    }
    .area-menu-mobile>div {
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }
    ul.dropdown-menu.menu-header-estilo-1 {
        width: 205px;
        left: -200px;
        top: 65px;
        -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        border: none;
    }
    #campo-ddd {
        width: 30%;
        margin-bottom: 5%;
    }
    #campo-telefone {
        width: 70%;
        margin-bottom: 5%;
    }
    #operadora {
        width: 66%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 425px) {
    .isMobileHide {
        display: none;
    }
    .isMobileShow {
        display: block;
        margin-bottom: 20px;
    }
    .isMobileShow h2 {
        color: #FFF;
        text-align: center;
    }
    .isMobileShow p {
        color: #FFF;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    img.logo-img {
        margin-top: -80px!important;
        top: -6px;
        position: relative;
        width: 130px;
        margin-left: -17px;
    }
    .area-menu-mobile {
        margin: -83px 0 5px 208px;
        padding-bottom: 2px;
    }
    .area-menu-mobile a.dados-user-icon i {
        /*margin: 34px 0px 3px -65px;*/
        color: #878787;
        font-size: 27px;
        line-height: 1px !important;
        /* Incluso pra subir o icone */
    }
    .area-menu-mobile i.fa.fa-shopping-cart {
        margin: 35px 0px 3px -31px;
        font-size: 27px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
    }
    section.menu-top {
        background: #d7222b;
        color: #fff;
        margin-top: 5px !important;
        position: absolute;
        width: 100%;
        height: 40px;
    }
    .saldo-user {
        margin-left: -55px;
        font-size: 13px;
    }
    .open-modal-user i {
        margin: 34px 0px 3px -79px;
        font-size: 27px;
        line-height: 0 !important;
        /* Incluso pra subir o icone */
        color: #878787;
    }
    .area-menu-mobile>div {
        float: left;
        margin-left: 0;
        margin-top: 13px;
    }
    ul.dropdown-menu.menu-header-estilo-1 {
        width: 205px;
        left: -200px;
        top: 65px;
        -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        box-shadow: 0 7px 50px rgba(0, 0, 0, .175);
        border: none;
    }
    #campo-ddd {
        width: 30%;
        margin-bottom: 5%;
    }
    #campo-telefone {
        width: 71%;
        margin-bottom: 5%;
    }
    #operadora {
        width: 66%;
        margin-bottom: 3%;
    }
}

.painel-vantagens div {
    height: 60px;
}

.painel-vantagens p {
    height: 90px;
}


/**********/


/* CHANGE COLOR HERE */

ol.etapier li.done {
    border-color: yellowgreen;
}


/* CHANGE COLOR HERE */

ol.etapier li.done:before {
    background-color: yellowgreen;
    border-color: yellowgreen;
}

ol.etapier {
    display: table;
    list-style-type: none;
    margin: 0 auto 20px auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

ol.etapier li {
    display: table-cell;
    text-align: center;
    padding-bottom: 10px;
    white-space: nowrap;
    position: relative;
    letter-spacing: -1px;
}

ol.etapier li.done:hover .trackkey {
    display: none;
}

ol.etapier li.done:hover .trackvalue {
    display: block !important;
}

ol.etapier li a {
    color: inherit;
}

ol.etapier li {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.etapier li.done {
    color: black;
}

ol.etapier li:before {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -7.5px;
    color: white;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border: 2px solid silver;
    border-radius: 15px;
}

ol.etapier li.done:before {
    content: "\2713";
    color: white;
}

ol.etapier li.todo:before {
    content: " ";
    background-color: white;
}


/**********/

.conteudo-regulamento img {
    width: 100%;
}

.nav-pills>li>a {
    border-radius: 4px 4px 0 0;
    color: #D7222B;
}

.nav-pills>li.active>a,
.nav-pills>li.active:focus>a,
.nav-pills>li.active:hover>a,
.nav-pills>li.active>a:focus {
    background-color: #D7222B;
}

.tab-content {
    color: #000;
    padding: 5px 15px;
}

#titulo-tabela {
    margin: 3% 0;
}

#dsArquivo {
    resize: none;
}

.texto-novoDepositoConta {
    padding-right: 60px;
    text-align: justify;
}

.titulo-dados-pedidos {
    margin: 30px 0;
}

.btn-right {
    float: right;
    color: #000;
    font-weight: bold;
}

.text-adm {
    text-align: center;
}

.post_thumb {
    height: 600px;
    width: 100%;
}

.dropdown-menu {
    z-index: 9999;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

#selectCampaign .modal-title {
    color: #e4172e;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    text-transform: uppercase;
}

#selectCampaign .campaign-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

#selectCampaign .campaign-item:last-child {
    margin-bottom: 0;
}

.slick-slider {
    width: 100%;
    overflow: hidden;
}

.swal2-content {
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
}

.swal2-actions {
    font-size: 1.3rem !important;
}

.banners-slider .slick-track>div,
.banners-slider .slick-list {
    width: 100%;
    min-height: 530px !important;
}

.banners-slider {
    margin-top: 28px;
    margin-bottom: 20px;
}

#setup-user .modal-body h2 {
    margin-bottom: 20px;
}

#setup-user .modal-body .text-description {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

#setup-user .modal-body .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#setup-user .modal-body label {
    font-weight: 600;
}

#setup-user .modal-body button.btn {
    float: none;
    margin: 0;
}

#setup-user .modal-body button.btn:hover {
    color: #444;
}

#avisoFeriado {
    align-items: center;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    display: none;
    opacity: 0;
}

#avisoFeriado.active {
    display: flex;
    opacity: 1;
}

#avisoFeriado>.card {
    z-index: 1;
    position: relative;
    max-width: 500px;
    margin: auto;
}

#avisoFeriado>.card>button {
    position: absolute;
    right: -0px;
    top: -0px;
}

#avisoFeriado>.card>.card-body>img {
    max-width: 100%;
    max-height: 600px;
}

#avisoFeriado.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
}

.alert-expired {
    position: absolute;
    right: 20px;
    top: 5px;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
        border: 0;
        padding: 0;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
        border: 0;
        padding: 0;
    }
}
