@font-face {
    font-family: 'font-1';
    src: url('../fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: 'font-2';
    src: url('../fonts/Nunito-SemiBold.ttf');
}

@font-face {
    font-family: 'font-3';
    src: url('../fonts/Thasadith-Bold.ttf');
}

@font-face {
    font-family: 'font-4';
    src: url('../fonts/Thasadith-Regular.ttf');
}

body {
    padding: 0;
    margin: 0;
    font-family: 'font-1';
    color: #4b4a4a;
}

a {
    color: #4b4a4a;
}

a:hover,
a:focus {
    color: #4b4a4a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'font-4';
    color: #4b4a4a;
}

button:focus {
    outline: unset;
}

.input-group>.custom-select,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    border-radius: 24px;
    border: solid 1px #e6e3e1;
    background-color: #ffffff;
}

.input-group>.custom-select,
option,
::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.17;
    font-family: 'font-1';
}

.input-group option {
    text-align: left;
}

.input-group>.custom-select {
    line-height: 1.17;
    height: 2.3125rem;
    height: 34px;
}

.login-personalizado .input-group>.custom-select {
    width: 70%;
}

.cadastro-personalizado .input-group>.custom-select {
    width: 100% !important;
    text-align: left;
}

.form-control {
    border-radius: 24px;
    border: solid 1px #e6e3e1;
    background-color: #ffffff;
    padding: 0.375rem .75rem 0.175rem;
}

textarea.form-control {
    height: auto;
    /*min-height: 190px;*/
}

.limpa-m {
    margin: 0!important;
}

.limpa-b {
    margin-bottom: 0!important;
}

.limpa-p-l {
    padding-left: 0!important;
}

.limpa-p-r {
    padding-right: 0!important;
}

header nav li.busca input:focus,
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e4ecd8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 165, 75, .25);
}

header nav li.busca input:focus,
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #e4ecd8;
    outline: none;
}

select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    text-align: right;
}

.custom-select {
    background: url(../img/seta-ordenar.png) no-repeat #fff;
    cursor: pointer;
    background-position: center right 12px;
    border-radius: 24px !important;
}

#empestado {
    font-size: 15px;
    border-radius: 24px;
    text-align: left;
}

button.pro,
input.pro,
a.pro {
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 8px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
    z-index: 2;
}

button:hover.pro,
input:hover.pro,
a:hover.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}

button.pro1,
input.pro1 {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    border-radius: 35px;
    padding: 8px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 10px;
    font-family: 'font-2';
    cursor: pointer;
    z-index: 2;
}

button:hover.pro1,
input:hover.pro1 {
    color: #fff;
    border: solid 2px #688b45;
    background-color: #688b45;
    box-shadow: 0 5px 10px 0 #00000059;
}

input[type=radio] {
    margin-left: 10px;
    /* Esconde os inputs */
}

input[type=radio]+label {
    display: inline-block;
    height: 11px;
    padding: 0 0 0 15px;
    margin: 0 10px 0 0;
   
    background-repeat: no-repeat;
    background-position: 0 2px;
}

input[type=radio]:checked+label {
    background-position: 0 -28px;
}

input[type=checkbox] {

    margin-left: 10px;
    /* Esconde os inputs */
}

input[type=checkbox]+label {
    display: inline-block;
    height: 20px;
    padding: 0 0 0 15px;
    margin: 0 10px 0 0;
    
    background-repeat: no-repeat;
    background-position: 0 2px;
}

input[type=checkbox]:checked+label {
    background-position: 0 -28px;
}

input.bt-aceito[type=checkbox]+label {
    height: 14px;
    background-position: 0 6px;
    margin: 14px 10px 0 0;
}

input.bt-aceito[type=checkbox]:checked+label {
    background-position: 0 -24px;
}

.tira-padding {
    padding: 2px;
}

.fundo-cadastro-cupom .tira-padding {
    text-align: right;
}

.fundo-cadastro-cupom .dvcod #datacompra {
    top: -10px;
}

.espaco-lados {
    padding: 0 10px;
}

.mobile-none {
    display: block;
}

.desktop-none {
    display: none;
}


/* icones */

[class^="icon-"],
[class*=" icon-"] {
    background: -webkit-linear-gradient(#80a54b, #80a54b 44%, #96ce64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.botoes {
    width: 246px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.botoes button,
.botoes a {
    border: none;
    padding: 10px 0 10px;
    width: 120px;
    font-size: 16px;
    color: white;
    margin-top: 45px;
    text-transform: uppercase;
}

button.verde,
a.verde {
    background-color: #64B22B;
    opacity: 0.85;
}

button.vermelho,
a.vermelho {
    background-color: #DE0124;
    opacity: 0.85;
}

button:hover.verde,
a:hover.verde,
button:hover.vermelho,
a:hover.vermelho {
    opacity: 1;
}


/* fim icones*/

.header-top {
    width: 100%;
    height: 35px;
    border: solid 1px #F1F1F1;
    background-color: #F1F1F1;
    padding-top: 6px;
}

.header-top .line {
    text-align: right;
}

.header-top span,
.header-top a.login {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: -3px;
    opacity: 0.8;
}

.header-top a:hover.login {
    opacity: 1;
    font-family: 'font-2';
    margin-left: 15px;
}

.header-top a.login.logout {
    margin-left: 10px;
}

.header-top a:hover.login i {
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
}

.header-top a.login i {
    position: relative;
    top: 3px;
}

.header-top span {
    font-size: 17px;
}

.header-top span.user-logged {
    font-size: 13px;
    top: 1px;
}

.header-top i {
    display: inline-block;
    margin: 0 2px;
}

.header-top i:hover {
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
    ;
}

.topo {
    box-shadow: 0 3px 6px 0 #4b4a4a29;
}

.topo .header {
    padding: 13px 0;
}

.banner-principal .owl-dots {
    margin-top: 30px !important;
    margin-bottom: 30px
}

.banner-principal .columns {
    padding: 0;
    margin: 0;
}

.promo-destaque .columns {
    width: 100%;
    margin-top: 45px;
}

.header-border.one-banner {
    bottom: 30px;
}

header .logo {
    float: left;
}

header .logotipo {
    cursor: pointer;
}

header nav ul {
    margin-top: 25px;
    margin-bottom: 0;
}

header nav li {
    display: inline-block;
    margin-right: 10px;
}

header nav li a {
    color: #4b4a4a;
    font-weight: bold;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    letter-spacing: 0.6px;
}

header nav li:hover a:hover {
    border-bottom: 2px solid #80a54b;
    padding-bottom: 34px;
}

header nav li a:hover,
header nav li a:active,
header nav li a.ativo {
    color: #80a54b;
    font-family: 'font-2';
}

header div.busca {
    position: relative;
    color: #fff;
    margin-top: 17px;
}

.box-busca .opt-busca {
    position: absolute;
    height: 38px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 0;
    color: #a6a4a3;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 1px;
}

.resultados-busca {
    margin-top: 10px;
    position: absolute;
    z-index: 10;
}

.resultados-busca ul:first-child:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #e6e3e1;
    border-left: 1px solid #e6e3e1;
    position: absolute;
    left: 50px;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.resultados-busca ul {
    background-color: #fff;
    padding-left: 15px;
    margin-bottom: 0;
    border-top: 1px solid #e6e3e1;
    border-left: 1px solid #e6e3e1;
    border-right: 1px solid #e6e3e1;
}

.resultados-busca ul:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.resultados-busca ul:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #e6e3e1;
}

.resultados-busca li.promo,
.resultados-busca li.ver-todos {
    list-style-type: none;
}

.resultados-busca li.ver-todos {
    text-align: center;
    margin: 15px 0 5px;
}

.resultados-busca li.ver-todos .ver-mais {
    text-transform: uppercase;
    font-size: 12px;
    color: #89b655;
    font-weight: 700;
}

.resultados-busca li.promo:last-child .conteudo .info {
    border-bottom: none;
}

.resultados-busca .conteudo .row {
    margin-right: 15px;
}

.resultados-busca .conteudo .img,
.resultados-busca .conteudo .info {
    padding-top: 8px;
    padding-bottom: 8px;
}

.resultados-busca .conteudo .info {
    font-size: 12px;
    padding-left: 0;
    border-bottom: 1px solid #e6e3e1;
}

.resultados-busca .conteudo .info span {
    display: block;
}

.resultados-busca .conteudo .info span.title {
    font-weight: 700;
}

.resultados-busca .conteudo .info span.dt {
    font-family: 'font-2';
    color: #a6a4a3;
}

header div.busca.ativo {
    width: 300px;
}

header div.busca input {
    font-size: 12px;
    background-color: #fff;
    color: #a6a4a3;
    border: 1px solid #e6e3e1;
    border-radius: 30px;
    height: 40px;
    line-height: 30px;
    width: 100%;
    padding-left: 20px;
}

header div.busca input.ativo {
    width: 300px;
}

header div.busca ::-webkit-input-placeholder {
    color: #a6a4a3;
    font-size: 12px;
    font-weight: 300;
}

header div.busca button {
    transition-duration: 1s;
    opacity: 1;
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    cursor: pointer;
}

header div.busca button.ativo {
    opacity: 0.1;
}

header div.busca button i {
    font-size: 20px;
    color: #80a54b;
}

section h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.13;
    margin-bottom: 47px;
}

img {
    max-width: 100%;
    height: auto;
}

.fundo-tickets {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 165px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 130px;
    text-align: center;
}

.fundo-tickets:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundotickets.svg) center center no-repeat;
    background-size: cover;
}

.fundo-tickets .container {
    z-index: 3;
    position: relative;
}

.fundo-tickets h2 {
    font-size: 40px;
    line-height: 1.13;
    font-family: 'font-4';
    margin-bottom: 0;
    margin-top: 0;
}

.fundo-tickets p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    font-family: 'font-1';
}

.fundo-tickets .icones {
    background-color: #f2f2f2;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
    padding: 13px;
    text-align: center;
}

.fundo-tickets i {
    font-size: 38px;
    background: -webkit-linear-gradient(#80a54b, #55d1a6 69%, #1e96a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fundo-tickets h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'font-2';
}

.fundo-tickets span {
    font-size: 12px;
    line-height: 1;
    color: #a6a4a3;
    font-family: 'font-1';
    margin-top: 0;
    margin-bottom: 0;
}

.fundo-tickets .title {
    padding-bottom: 30px;
}

.bloco-tickets {
    border-radius: 5px;
    height: 150px;
    box-shadow: 5px 3px 25px 0 #00000029;
    background-color: #ffffff;
    padding-top: 20px;
}

.fundo-rodape {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 170px;
}

.fundo-rodape:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-rodape.svg) bottom center no-repeat;
    background-size: contain;
}

.fundo-rodape .container {
    z-index: 3;
    position: relative;
}

.fundo-rodape h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'font-2';
}

.fundo-rodape ul {
    margin: 0;
    margin-bottom: 21px;
    float: left;
    margin-right: 25px;
}

.fundo-rodape ul.sem-titulo {
    margin-top: 39px;
}

.fundo-rodape ul li {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    letter-spacing: 0.6px
}

.fundo-rodape ul li a {
    font-family: 'font-1';
}

.fundo-rodape ul li a:hover {
    font-family: 'font-2';
}

.fundo-rodape i {
    position: relative;
    top: 5px;
    margin-right: -7px;
}

.fundo-rodape a.whatsapp,
.fundo-rodape a.telefone {
    font-weight: 600;
    line-height: 2.17;
    font-family: 'font-2';
}

.fundo-rodape a.email {
    font-weight: 600;
    line-height: 2.17;
    color: #a6a4a3;
    font-family: 'font-2';
    font-size: 10px;
}

.fundo-rodape a:hover i {
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
}

.fundo-rodape a.whatsapp i,
.fundo-rodape a.telefone i,
.fundo-rodape a.email i {
    margin-right: 10px;
}

.base-footer {
    border-top: solid 1px #D5E4E1;
    height: 45px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}

.site-nitro {
    margin-left: 20px;
    float: right;
}

.site-blindado {
    float: right;
}

a.svg {
    position: relative;
    display: inline-block;
}

a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-section {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 35px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 1px;
}

.header-section:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-topo-section.svg) top center no-repeat;
    background-size: contain;
}

.copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.17;
    float: left;
}

.header-section h2 {
    margin-top: 70px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.13;
    font-family: 'font-4';
}

.header-section small {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    font-family: 'font-1';
}

.promocoes {
    /*margin-bottom: 40px;*/
}

.promocoes .produtos {
    float: left;
    margin-bottom: 55px;
}

.fundo-info {
    width: 100%;
    height: auto;
    margin-top: 94px;
    padding-bottom: 135px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 130px;
    text-align: center;
}

.fundo-info:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-meio-info.svg) center center no-repeat;
    background-size: contain;
}

.fundo-info .container {
    z-index: 3;
    position: relative;
}

.fundo-info h2 {
    font-size: 40px;
    line-height: 1.13;
    text-align: center;
    font-family: 'font-4';
    margin-bottom: 0;
}

.fundo-info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: center;
    color: #a6a4a3;
    font-family: 'font-1';
    margin-bottom: 34px;
}

.fundo-info .icones {
    background-color: #f2f2f2;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
    padding: 13px;
    text-align: center;
    margin-top: 25px;
}

.fundo-info i {
    font-size: 38px;
    background: -webkit-linear-gradient(#80a54b, #55d1a6 69%, #1e96a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fundo-info h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'font-2';
}

.fundo-info span {
    font-size: 13px;
    color: #a6a4a3;
}

.bloco-info {
    height: 270px;
    box-shadow: 5px 3px 25px 0 #00000029;
    background-color: #ffffff;
    padding: 30px 20px 15px;
}

.fundo-info button.pro {
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 14px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
}

.fundo-info button:hover.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}

.quem-somos1,
.quem-somos2 {
    margin-top: 50px;
    position: relative;
}

.quem-somos2 {
    margin-top: 0;
}

.quem-somos1:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: -48px;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-quem-somos1.svg) top left no-repeat;
    background-size: contain;
    height: -webkit-fill-available;
}

.quem-somos1 img {
    position: relative;
    z-index: 2;
}

.quem-somos1 h1 {
    font-size: 40px;
    line-height: 1.13;
    text-align: left;
    font-family: 'font-4';
    margin-bottom: 26px;
}

.quem-somos1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #a6a4a3;
    font-family: 'font-1';
}

.quem-somos1 span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    text-align: left;
    color: #4b4a4a;
}

.quem-somos2 h1 {
    font-size: 40px;
    line-height: 1.13;
    text-align: left;
    font-family: 'font-4';
    margin-bottom: 26px;
}

.quem-somos2 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #a6a4a3;
    font-family: 'font-1';
}

.quem-somos2 span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    text-align: left;
    color: #4b4a4a;
}

.fundo-erro {
    width: 100%;
    height: auto;
    margin-top: 94px;
    padding-bottom: 90px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 130px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 132px;
}

.fundo-erro:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-erro.svg) center center no-repeat;
    background-size: contain;
}

.fundo-erro .container {
    position: relative;
    z-index: 2;
}

.fundo-erro h1 {
    font-size: 150px;
    font-family: 'font-4';
    margin: 0;
    margin-top: 17px;
}

.fundo-erro h2 {
    font-family: 'font-4';
    font-size: 40px;
    margin-top: -34px;
}

.fundo-erro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    padding: 0 155px 145px;
    margin: 0;
}

.fundo-erro p a {
    text-decoration: underline;
}

.icon-trevo {
    font-size: 112px;
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
}

.fundo-contato {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 90px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 90px;
    text-align: center;
}

.fundo-contato:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-contato.svg) center center no-repeat;
    background-size: contain;
}

.fundo-contato .container {
    z-index: 3;
    position: relative;
}

.bloco-contato .icones {
    background-color: #f2f2f2;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
    padding: 13px;
    text-align: center;
}

.bloco-contato i {
    font-size: 38px;
    background: -webkit-linear-gradient(#80a54b, #55d1a6 69%, #1e96a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bloco-contato h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'font-2';
}

.bloco-contato span {
    font-size: 12px;
    line-height: 1;
    color: #a6a4a3;
    font-family: 'font-1';
    margin-top: 0;
    margin-bottom: 0;
}

.bloco-contato {
    box-shadow: 5px 3px 25px 0 #00000029;
    background-color: #ffffff;
    padding: 45px 0;
}

.fundo-contato h2,
.fundo-contato h4,
.fundo-contato p {
    text-align: left;
}

.fundo-contato h1 {
    font-size: 40px;
    line-height: 1.13;
}

.fundo-contato h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
    padding-bottom: 0;
    font-family: 'font-2';
    padding-top: 20px;
}

.fundo-contato h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    color: #a6a4a3;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'font-2';
}

.fundo-contato h4 strong {
    color: #4b4a4a;
}

.fundo-contato p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
}

.fundo-login-cadastro {
    width: 100%;
    height: auto;
    margin-top: 94px;
    padding-bottom: 137px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 130px;
    text-align: center;
}

.fundo-login-cadastro:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundo-login-cadastro.svg) center center no-repeat;
    background-size: contain;
}

.fundo-login-cadastro .container {
    z-index: 3;
    position: relative;
}

.bloco-login-cadastro {
    max-width: 47.93333%!important;
    height: 361px;
    background-color: #ffffff;
    padding: 80px 45px 0 45px!important;
    margin: 0 9px!important;
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: 10px 10px 15px 0 #4b4a4a29;
}

.bloco-login-cadastro label,
.bloco-recuperar-senha label,
.bloco-nova-senha label {
    font-size: 30px;
    line-height: 1.5;
    text-align: left;
    color: #4b4a4a;
    font-family: 'font-4';
    margin-left: 20px;
    margin-bottom: 18px;
}

.bloco-login-cadastro span {
    font-size: 12px;
    font-weight: 300;
    line-height: 2.17;
    color: #a6a4a3;
    float: right;
    margin-top: 6px;
}

.bloco-recuperar-senha {
    height: 290px;
}

.bloco-nova-senha {
    height: 340px;
}

.bloco-recuperar-senha,
.bloco-nova-senha {
    background-color: #ffffff;
    padding: 70px 45px 0 45px!important;
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: 10px 10px 15px 0 #4b4a4a29;
}

.fundo-login-cadastro h2,
.fundo-login-cadastro h4,
.fundo-login-cadastro p {
    text-align: left;
}

.fundo-login-cadastro button.pro,
.fundo-login-cadastro input.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    float: right;
    margin-top: 0;
    margin-left: 17px;
    margin-right: 15px;
}

.fundo-login-cadastro button:hover.pro,
.fundo-login-cadastro input:hover.pro {
    color: #fff;
    border: solid 2px #688b45;
    background-color: #688b45;
    box-shadow: 0 5px 10px 0 #00000059;
}

.fundo-cadastro {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 90px;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100px;
    text-align: center;
}

.fundo-cadastro h1 {
    font-size: 40px;
    line-height: 1.13;
    text-align: left;
    color: #4b4a4a;
    font-family: 'font-4';
}

.fundo-cadastro h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #4b4a4a;
    font-family: 'font-2';
}

.fundo-cadastro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #a6a4a3;
}

.fundo-cadastro .form-group {
    margin-left: 0;
    padding-left: 0;
}

.fundo-cadastro .form-group.aceito {
    text-align: left;
}

.fundo-cadastro .limpa-baixo {
    margin-bottom: 0;
}

.fundo-cadastro a.add-socio {
    font-family: 'font-1';
    font-weight: normal;
    color: #A6A4A3;
}

.fundo-cadastro a:hover.add-socio {
    font-weight: bold;
    color: #4B4A4A;
}

.fundo-cadastro span {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
    color: #a6a4a3;
    font-family: 'font-2';
    margin-right: 7px;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

.fundo-cadastro .box-video-ce {
    height: 400px;
}

.fundo-cadastro .box-video-ce h2 {
    margin-top: 60px;
}

span.error-msg {
    position: absolute;
    font-size: 10px;
    color: #ffbdbd;
    right: 25px;
    line-height: 0;
    margin-right: 7px;
    margin-top: 7px;
}

.minha-conta .saldo-maior span.vl {
    font-weight: 700;
    color: #729833;
    margin-left: 35px;
}

.minha-conta .saldo-maior .obs {
    display: block;
    font-size: 12px;
    line-height: initial;
    margin-left: 35px;
    margin-top: 0;
}

.titulo-fi span.error-msg {
    z-index: 10;
}

.titulo-fi input {
    padding-top: 3px;
}

.login-personalizado span.error-msg {
    font-weight: 700;
    color: #d2102b;
    text-decoration: underline;
}

.login-personalizado input.error {
    background-color: #ffbdbd !important;
}

.tt-tp.error-msg,
.lb-tp.error-msg {
    color: red;
    text-decoration: underline;
}

.cid span.error-msg {
    /*right: 25px;*/
}

.dv-dt span.error-msg {
    right: 10px;
}

.fundo-cadastro-cupom-dados .box-cadastro .multi-select .checkbox input {
    display: inline;
}

.fundo-cadastro-cupom-dados .box-cadastro .multi-select .checkbox span {
    margin-left: 5px;
    position: absolute;
}

.fundo-cadastro-cupom-dados .box-cadastro .opcao-aberta label {
    display: block;
    margin-bottom: 10px;
}

.fundo-cadastro-cupom-dados .box-cadastro .opcao-aberta label.lb-titulo {
    line-height: 1.5;
}

.fundo-cadastro-cupom-dados .box-cadastro .form-group,
.fundo-cadastro-cupom-dados .box-cadastro .input-group {
    margin-bottom: 10px;
}

.fundo-cadastro-cupom-dados .box-cadastro .form-group textarea {
    padding-left: 0.75rem;
}

.fundo-cadastro-cupom-dados .box-cadastro .form-pers .sp-obs,
.fundo-cadastro-cupom-dados .box-cadastro .form-group .sp-obs {
    margin-top: 5px;
    margin-bottom: 10px;
    display: table;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
}

.fundo-cadastro-cupom-dados #error_procod {
    right: 20px;
}

#error_procartao i.icon-ok {
    margin: 0;
    font-size: 20px;
}

.form-control.atrib-get.sucess {
    border: 1px solid #729833;
}

#sucesso_procartao {
    position: absolute;
    font-size: 10px;
    right: 25px;
    line-height: 0;
    margin-right: 7px;
    margin-top: 2px;
}

#sucesso_procartao .icon-ok {
    margin: 0;
    font-size: 30px;
}

.pro.bt-confirma.error {
    opacity: 0.5;
    cursor: not-allowed;
}

.fundo-cadastro .container {
    z-index: 3;
    position: relative;
}

.bloco-cadastro {
    max-width: 29.333333%!important;
    height: 166.4px;
    box-shadow: 5px 3px 25px 0 #00000029;
    background-color: #ffffff;
    padding: 0!important;
    margin: 0 9px!important;
}

.fundo-cadastro h2,
.fundo-cadastro h4,
.fundo-cadastro p {
    text-align: left;
}

.fundo-cadastro button.pro,
.fundo-cadastro input.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    margin-right: 15px;
    margin-top: 6px;
}

.fundo-cadastro button:hover.pro,
.fundo-cadastro input:hover.pro {
    color: #fff;
    border: solid 2px #688b45;
    background-color: #688b45;
    box-shadow: 0 5px 10px 0 #00000059;
}

.fundo-video-cadastro {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    text-align: center;
}

.fundo-video-cadastro:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url(../img/fundo-video-cadastro.svg) top center no-repeat;
    background-size: contain;
}

.fundo-video-cadastro .container {
    z-index: 3;
    position: relative;
    padding: 0 53px 0 91px;
}

.fundo-cadastro-cupom {
    width: 100%;
    height: auto;
    margin-top: 95px;
    margin-bottom: 0;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 0;
    text-align: left;
}

.fundo-video-cadastro img {
    width: auto;
    height: auto;
}

.fundo-cadastro-cupom .container {
    z-index: 3;
    position: relative;
}

.fundo-cadastro-cupom h1 {
    font-size: 39px;
    line-height: 1.13;
    font-family: 'font-4';
    margin-bottom: 19px;
    margin-top: 0;
    text-align: left;
}

.fundo-cadastro-cupom h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.63;
    margin-bottom: 4px;
    margin-top: 0;
    font-family: 'font-1';
}

.fundo-cadastro-cupom h3 span {
    font-weight: 300;
    color: #a6a4a3;
}

.fundo-cadastro-cupom p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    margin-bottom: 10px;
    margin-top: 28px;
}

.fundo-cadastro-cupom button.pro,
.fundo-cadastro-cupom a.pro {
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 9px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
}

.fundo-cadastro-cupom button:hover.pro,
.fundo-cadastro-cupom a:hover.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}

.bt-download {
    margin-top: 40px;
}

.bloco-cadastro-cupom {
    max-width: 29.333333%!important;
    height: 166.4px;
    box-shadow: 5px 3px 25px 0 #00000029;
    background-color: #ffffff;
    padding: 0!important;
    margin: 0 9px!important;
}

.fundo-cadastro-cupom h2,
.fundo-cadastro-cupom h4,
.fundo-cadastro-cupom p {
    text-align: left;
}

.fundo-cadastro-cupom h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'font-2';
    margin-bottom: 25px;
}

.fundo-cadastro-cupom h2 i {
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
    top: 2px;
    /*position: relative;*/
}

.fundo-cadastro-cupom h4 {
    margin-bottom: 6px;
    margin-top: 0;
    font-family: 'font-1';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
}

.termos-uso {
    display: flex;
    align-items: flex-end;
}

.termos-uso input[type=checkbox]+label{
    height: auto;
}

.txt-regulamento {
    margin-top: 5px;
}

.txt-regulamento label {
    width: 100%;
    word-break: break-word;
    text-align: left;
}

.txt-regulamento label a b {
    font-weight: 600;
    color: #a6a4a3;
}

.txt-regulamento label a:hover b {
    font-weight: 600;
    color: #4b4a4a;
}

.box-form {
    padding: 50px 20px;
    box-shadow: 0 0 25px 0 rgba(226, 233, 255, 0.75);
    border-radius: 5px;
}

.fundo-cadastro-cupom-dados {
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
}

.fundo-cadastro-cupom-dados .form-group label {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin-top: 0;
}

.fundo-cadastro-cupom-dados a.pro,
.fundo-cadastro-cupom-dados button.pro {
    color: #fff !important;
    border: solid 2px #80a54b;
    border-radius: 35px;
    padding: 9px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}

.fundo-cadastro-cupom-dados a.pro {
    margin-top: 25px;
    display: -webkit-inline-box;
}

.fundo-cadastro-cupom-dados a:hover.pro,
.fundo-cadastro-cupom-dados button:hover.pro {
    color: #fff;
    border: solid 2px #688b45;
    background-color: #688b45;
    box-shadow: 0 5px 10px 0 #00000059;
}

.fundo-cadastro-cupom-dados .modal-confirmacao a.back {
    font-size: 12px;
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
    color: #5c5454;
}

.error {
    padding-top: 10px;
    border: 1px solid #ffbdbd !important;
}


/* MODAL */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.modalWindow {
    display: none;
    position: fixed;
    top: 0;
    left: 50% !important;
    z-index: 999 !important;
    width: 600px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
    overflow: auto !important;
}

.modalWindow1 {
    display: none;
    position: fixed;
    top: 0;
    left: 50% !important;
    z-index: 999 !important;
    width: 600px;
    min-height: 200px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
    overflow: auto !important;
}

.modalWindow2,
.modal-sucesso,
.modal-confirmacao,
.modal-duvida {
    position: fixed;
    top: 20%!important;
    left: 50%!important;
    z-index: 999 !important;
    width: 459px;
    height: auto;
    min-height: 200px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
    bottom: 25%!important;
}



.fundo-cadastro-cupom-dados .modal-sucesso {
    bottom: auto !important;
}

.modal .modalCadSucesso {
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 999 !important;
    width: 450px;
    height: auto;
    margin-left: 0;
    background: #FFF;
    cursor: default;
    bottom: auto !important;
}

.modal-confirmacao {
    bottom: auto !important;
}

.modal-duvida {
    width: auto;
    left: 55%;
}

.modalWindow2,
.modal-confirmacao,
.modal-sucesso,
.modal.overlay2,
.modal.overlay-sucesso,
.overlay-duvida. .d-none {
    display: none;
}

.modalCadSucesso,
.modal.overlayCS {
    display: block;
}

.modalWindow3 {
    display: none;
    position: fixed;
    top: 20%;
    left: 42%;
    z-index: 999 !important;
    width: 895px;
    height: auto;
    min-height: 200px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
    padding-top: 35px;
    padding-left: 8px;
    padding-right: 8px;
}

.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.modal.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.modal.overlay2,
.modal.overlay-confirmacao,
.modal.overlay-sucesso,
.modal.overlayCS {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.modal.overlay-confirmacao {
    z-index: 10;
}

.modal.overlay3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.modal.overlay-duvida {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

.modalWindow .modalWrapper {
    margin: 30px;
    padding: 15px;
    text-align: left;
    line-height: 20px !important;
}

.modalWindow1 .modalWrapper {
    margin: 30px;
    padding: 15px;
    text-align: left;
    line-height: 20px !important;
}

.modalWindow2 .modalWrapper,
.modal-sucesso .modalWrapper,
.modalCadSucesso .modalWrapper {
    margin: 30px;
    padding: 15px;
    text-align: center;
    line-height: 20px !important;
}

.modalWindow3 .modalWrapper {
    margin: 0;
    padding: 15px;
    text-align: center;
    line-height: 20px !important;
}

.modalWindow2 .modalWrapper h3,
.modal-sucesso .modalWrapper h3,
.modalCadSucesso .modalWrapper h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #4b4a4a;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'font-4';
    font-weight: normal;
    margin-bottom: 10px;
}

.modalWindow2 .modalWrapper p,
.modal-sucesso .modalWrapper p,
.modalCadSucesso .modalWrapper p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    color: #4b4a4a;
    font-family: 'font-2';
    width: 215px;
    margin-left: auto;
    margin-right: auto;
}

.modal-confirmacao .modalWrapper {
    padding-top: 25px;
}

.fundo-cadastro-cupom-dados .modal-confirmacao .modalWrapper {
    padding-bottom: 50px;
}

.modal-confirmacao .modalWrapper p,
.modal-confirmacao .modalWrapper span {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #a6a4a3;
}

.modal-confirmacao .modalWrapper p b {
    font-family: 'font-2';
}

.icon-ok {
    font-size: 50px;
    margin-bottom: 16px;
    display: block;
    margin-top: 16px;
}

.closeBtn {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.modal-duvida .closeBtn {
    background-color: #FFF;
    padding: 0 10px;
    color: #000 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-item img {
    border-radius: 3px;
}

figure {
    position: relative;
    margin: 0;
}

figure figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    color: white;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

figure figcaption:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s;
}

.promocoes-owl .item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 72px;
}

.promocoes-owl span.dias {
    font-size: 11px;
    font-weight: 600;
    line-height: 2.36;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #0891b4;
    border-radius: 24px;
    box-shadow: 0 3px 6px 0 #4b4a4a1a;
    padding: 0px 14px;
    display: block;
    position: relative;
    top: -15px;
    float: right;
    right: 13px;
}

.promocoes-owl h2 {
    margin-top: 19px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'font-2';
    margin-left: 1px;
    margin-bottom: 0;
}

.promocoes-owl h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    font-family: 'font-1';
    text-transform: capitalize;
}

.promocoes-owl p {
    margin-left: 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
    color: #a6a4a3;
    font-family: 'font-2';
    margin-top: 0;
    margin-bottom: 0;
}

.promocoes-owl p date {
    font-weight: 300;
    font-family: 'font-1';
}

.promocoes-owl button.pro,
.promocoes-owl a.pro {
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 9px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
}

.promocoes-owl button:hover.pro,
.promocoes-owl a:hover.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}


/* lista-produtos */

.lista-produtos span.dias {
    font-size: 11px;
    font-weight: 600;
    line-height: 2.36;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #0891b4;
    border-radius: 24px;
    box-shadow: 0 3px 6px 0 #4b4a4a1a;
    padding: 0px 8px;
    display: block;
    position: relative;
    top: -14px;
    width: 58.3px;
    float: right;
    right: 13px;
}

.lista-produtos h2 {
    margin-top: 19px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'font-2';
    margin-left: 1px;
    margin-bottom: 0;
}

.lista-produtos h2.minha-conta {
    margin-left: 21px;
    margin-bottom: 30px;
    margin-top: 0;
}

.lista-produtos h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    font-family: 'font-1';
    text-transform: capitalize;
}

.lista-produtos p {
    margin-left: 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
    color: #a6a4a3;
    font-family: 'font-2';
    margin-top: 0;
    margin-bottom: 0;
}

.lista-produtos .alert-info p {
    color: #4b4a4a
}

.lista-produtos p date {
    font-weight: 300;
    font-family: 'font-1';
}

.lista-produtos .form-pro,
.promo-destaque .form-pro {
    margin-top: 28px;
}

.lista-produtos button.pro,
.lista-produtos a.pro {
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 9px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
}

.lista-produtos button.pro,
.lista-produtos a.pro.enc {
    color: #F44336;
    border: solid 2px #F44336;
}

.lista-produtos button:hover.pro,
.lista-produtos a:hover.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}

.lista-produtos button:hover.pro,
.lista-produtos a:hover.pro.enc {
    color: #fff;
    border: solid 2px #F44336;
    background-color: #F44336;
    box-shadow: 0 5px 10px 0 #00000059;
}

.lista-produtos ul {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 56px;
}

.lista-produtos ul.lista-minha-conta {
    width: initial;
}

.lista-produtos ul li {
    margin-right: 0!important;
}

.lista-produtos ul li a {
    opacity: 0.65;
    font-size: 14px;
    font-family: 'font-1';
    line-height: 1.43;
    color: #545454;
}

.lista-produtos ul li a:hover,
.lista-produtos ul li a.active {
    opacity: 1;
    font-family: 'font-2';
    color: #80a54b;
    cursor: pointer;
}

.lista-produtos ul li span {
    margin-left: 5px;
    margin-right: 5px;
}

.page-item.disabled .page-link {
    border: none;
}

.page-link {
    border: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.17;
    color: #a6a4a3;
    font-family: 'font-1';
}

ul.pagination li.disabled,
ul.pagination li:hover.disabled a,
ul.pagination li:hover.disabled a:hover {
    border: none;
    background: transparent;
}

ul.pagination .page-item {
    margin: 0 5px;
}

.page-item.active .page-link {
    background-image: linear-gradient(to bottom, #80a54b, #80a54b 44%, #96ce64);
    border-radius: 50px;
    line-height: initial;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

.page-link:hover {
    color: #fff;
}

.page-link:focus {
    outline: none;
}

ul.pagination li a,
ul.pagination li button {
    line-height: 1.8;
    transition: unset;
}

ul.pagination li a:hover {
    color: #fff;
    line-height: normal;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background-image: linear-gradient(to bottom, #80a54b, #80a54b 44%, #96ce64);
    border-radius: 50px;
    line-height: initial;
    cursor: pointer;
}

ul.pagination li.active a {
    color: #fff;
    font-weight: 600;
    font-family: 'font-2';
}

.page-item:last-child .page-link {
    outline: unset;
    border: none;
    background: transparent;
}

.page-link:hover {
    background-color: transparent;
    border-color: transparent;
    background-image: linear-gradient(to bottom, #80a54b, #80a54b 44%, #96ce64);
    border-radius: 50px;
}

.page-link:hover.limpa {
    background-image: unset;
    background-color: transparent;
    border-color: transparent;
    color: #a6a4a3;
    font-family: 'font-2';
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border: none;
    border-radius: unset;
    font-size: 16px;
    font-weight: 300;
    color: #a6a4a3;
    margin: 0 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: transparent;
    color: #80a54b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 4px solid #80a54b;
}


/**
 * Tooltip Styles
 */


/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 375px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transform: translate3d(0, -10px, 0);
    transition: all .15s ease-in-out;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    transform: translate3d(0, -10px, 0);
    transition: all .15s ease-in-out;
}

.numero-sorte[data-tooltip] {
    float: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.17;
    font-family: 'font-1';
}

.numero-sorte[data-tooltip]:before {
    left: unset;
    width: 151px;
    right: -19px;
    padding: 10px 5px;
}

.numero-sorte[data-tooltip]:after {
    left: unset;
    right: 48px;
    border-top: 11px solid #000;
    border-top: 11px solid hsla(0, 0%, 20%, 0.9);
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    bottom: 121%;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* Minha Conta*/

.minha-conta-topo {
    margin-top: 20px;
}

.minha-conta-topo .lista-produtos .giro-cupom {
    margin-top: 60px;
}

.minha-conta-topo .lista-produtos .brinde .observ-brinde {
    text-align: left;
    margin-bottom: 50px;
}

.minha-conta-topo .lista-produtos .brinde .observ-brinde label {
    font-size: 14px;
    font-weight: 700;
    color: #80a54b;
}

.meu-cadastro ul.lista-minha-conta {
    float: left;
    width: 100%;
    margin-left: 21px;
    z-index: 5;
    position: relative;
}

.meu-cadastro h2.minha-conta {
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'font-2';
}

#meu-cadastro .row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
}
.termos-usos{
    display: flex;
    flex-direction: column;
    align-content: center;
}
.fundo-politica {
    margin-top: 100px
}

input.bt-aceito.salvar[type=checkbox]+label {
    margin-top: 40px;
}

input.bt-aceito.salvar[type=checkbox]:checked+label {
    margin-top: 40px;
}

.inicio h2.nome {
    font-size: 30px;
    line-height: 1.5;
    color: #4b4a4a;
    font-family: 'font-4';
    font-weight: normal;
    margin-left: 0;
    margin-bottom: 0;
}

.inicio p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #f7ac42;
}

.inicio h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.36;
    color: #4b4a4a;
    font-family: 'font-2';
    margin-bottom: 18px;
    margin-top: 34px;
    margin-left: 29px;
}

.inicio h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    font-family: 'font-1';
    padding: 35px 35px;
    margin: 0;
}

.inicio h6 {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 2.17;
    text-align: right;
    color: #4b4a4a;
    font-family: 'font-2';
    margin: 0;
    padding: 0;
    position: relative;
    right: 17px;
}

.icon-editar,
.icon-bilhete-da-sorte,
.icon-carteira-cheia {
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
    top: 4px;
    position: relative;
}

.icon-editar {
    right: -8px;
    float: right;
    font-size: 16px;
}

.icon-bilhete-da-sorte,
.icon-carteira-cheia {
    font-size: 39px;
    top: 34px;
    margin-left: 36px;
}

.inicio h5 {
    margin: 0;
    padding: 0;
    margin-left: 96px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    color: #4b4a4a;
    margin-top: -12px;
    font-family: 'font-4';
}

.inicio h5.valor {
    margin-bottom: 32px;
    display: table-caption;
}

.inicio span {
    margin: 0;
    padding: 0;
    margin-left: 96px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.63;
    color: #4b4a4a;
    margin-top: -12px;
    font-family: 'font-2';
}

.inicio span.promo-ativas {
    font-size: 16px;
    font-weight: 300;
    line-height: 0.63;
    color: #a6a4a3;
    margin-top: 11px;
    font-family: 'font-1';
    float: right;
}

.txt-promo-ativas {
    font-family: 'font-2';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    color: #4b4a4a;
    padding: 35px;
}

.inicio span.falta-ativas {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.17;
    color: #a6a4a3;
    font-family: 'font-1';
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.laranja {
    background-color: #fda23f;
    border-radius: 20px;
}

.roxo {
    background-color: #d78afd;
    border-radius: 20px;
}

.rosa {
    background-color: #fe60ae;
    border-radius: 20px;
}

.verde {
    background-color: #43e794;
    border-radius: 20px;
}

.progress {
    background-color: #eff0f0;
    border: 1px solid #fff;
    height: 0.7025rem;
    margin-bottom: .625rem;
    padding: 0;
}

.inicio span small {
    margin: 0;
    padding: 0;
    margin-left: 96px;
    font-size: 16px;
    font-weight: 300;
    line-height: 0.63;
    color: #a6a4a3;
    margin-top: -12px;
    font-family: 'font-1';
    display: block;
    margin-top: 0;
}

.inicio .blocos {
    height: auto;
    box-shadow: 0.5px 3px 10px 0 #7777771a;
    background-color: #ffffff;
    padding: 0!important;
}

.inicio .blocos:hover {
    box-shadow: 3.1px 19.8px 20px 0 #0000001a;
}

.inicio .compra-maior .blocos {
    padding-bottom: 30px !important;
}

.interna-minhas-promocoes h1 {
    text-align: left;
}

.interna-minhas-promocoes h1 {
    font-size: 39px;
    line-height: 1.13;
    font-family: 'font-4';
    margin-bottom: 19px;
    margin-top: 0;
    text-align: left;
}

.interna-minhas-promocoes h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.63;
    margin-bottom: 4px;
    margin-top: 0;
    font-family: 'font-1';
    color: #4b4a4a;
}

.interna-minhas-promocoes h3 span {
    font-weight: 300;
    color: #a6a4a3;
    text-transform: capitalize;
}

.interna-minhas-promocoes p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    margin-bottom: 10px;
    margin-top: 28px;
    font-family: 'font-1';
}

.interna-minhas-promocoes button.pro {
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 9px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
}

.interna-minhas-promocoes button:hover.pro {
    color: #fff;
    border: solid 2px #80a54b;
    background-color: #80a54b;
    box-shadow: 0 5px 10px 0 #00000059;
}

.interna-minhas-promocoes h2,
.interna-minhas-promocoes h4,
.interna-minhas-promocoes p {
    text-align: left;
}

.interna-minhas-promocoes h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'font-2';
    margin-bottom: 25px;
}

.interna-minhas-promocoes h2 i {
    background: -webkit-linear-gradient(#4b4a4a, #4b4a4a 100%, #4b4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4b4a4a;
    color: #4b4a4a;
    top: 2px;
    position: relative;
}

.interna-minhas-promocoes h4 {
    margin-bottom: 6px;
    margin-top: 0;
    font-family: 'font-1';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
}


/* premios */

.fundo-premios {
    height: auto;
    padding-bottom: 45px;
    display: block;
    z-index: 2;
    padding-top: 45px;
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.fundo-premios:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddeff4;
    z-index: 1;
    background: url(../img/fundopremios.svg) center center no-repeat;
    background-size: cover;
}

.fundo-premios .container {
    z-index: 3;
    position: relative;
}

.fundo-premios h2 {
    font-family: 'font-2';
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    margin-left: 9px;
}

.fundo-premios p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #a6a4a3;
    font-family: 'font-1';
}

.fundo-premios .icones {
    background-color: #f2f2f2;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 80px;
    padding: 13px;
    text-align: center;
    margin-top: 25px;
}

.fundo-premios i {
    font-size: 38px;
    background: -webkit-linear-gradient(#80a54b, #55d1a6 69%, #1e96a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 2px;
}

.fundo-premios i.icon-duvida {
    font-size: 18px;
    background: -webkit-linear-gradient(#fff, #fff 100%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    color: #fff;
    position: relative;
    top: 2px;
    left: 2px;
}

.fundo-premios h3 {
    font-family: 'font-4';
    text-align: left;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.13;
    margin-top: 20px;
    margin-left: 30px;
}

.fundo-premios h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'font-1';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    margin-left: 30px;
    color: #a6a4a3;
}

.fundo-premios h4 b {
    font-family: 'font-2';
    font-weight: 600;
    color: #4b4a4a;
}

.fundo-premios span.ganh-descl {
    font-family: 'font-2';
    background: #4b4a4a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    text-align: left;
    color: #f2f2f2;
    width: fit-content;
    float: left;
    margin-top: 17px;
    padding: 3px 14px 3px 28px;
    display: inline-block;
}

.bloco-premios {
    background-color: #ffffff;
    padding: 22px 0 50px 0!important;
    margin: 0 9px!important;
    box-shadow: 0.5px 3px 10px 0 #7777771a;
}


/* ultimos numeros da sorte */

.numeros-sorte {
    margin-top: 50px;
}

.numeros-sorte h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    font-size: 'font-2';
    float: left;
}

.numeros-sorte button.pro {
    float: right;
    z-index: 3;
}

.numeros-sorte .lk-ordem {
    cursor: pointer;
}

.numeros-sorte .remanescente {
    margin-bottom: 50px;
}

.numeros-sorte .remanescente h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3c4a5d;
}

.numeros-sorte .remanescente span.vl {
    font-weight: 700;
    color: #729833;
}

.numeros-sorte .remanescente span.obs {
    display: block;
    font-size: 12px;
}

.icon-ordenar {
    font-size: 12px;
    background: -webkit-linear-gradient(#000, #000 100%, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    color: #000;
    position: relative;
    top: 2px;
}

.numeros-sorte button.ativa,
.numeros-sorte button.cancelada,
.numeros-sorte button.encerrada,
.numeros-sorte button.faltam-dias {
    padding: 4px 0;
    float: left;
    top: -5px;
    width: 130px;
}

.numeros-sorte a.ativa,
.numeros-sorte a.cancelada,
.numeros-sorte a.encerrada,
.numeros-sorte a.faltam-dias {
    padding: 4px 45px;
    white-space: nowrap;

}

.numeros-sorte button.cancelada,
.numeros-sorte a.cancelada {
    color: #ff2451;
    border: solid 2px #ff2451;
}

.numeros-sorte a.analise {
    color: #f7ac42;
    border: solid 2px #f7ac42;
    padding: 4px 38px;
}

.numeros-sorte a:hover.analise {
    color: #fff;
    border: solid 2px #f7ac42;
    background-color: #f7ac42;
}

.numeros-sorte button:hover.cancelada,
.numeros-sorte a:hover.cancelada {
    color: #fff;
    border: solid 2px #ff2451;
    background-color: #ff2451;
}

.numeros-sorte button.encerrada,
.numeros-sorte a.encerrada {
    color: #0891b4;
    border: solid 2px #0891b4;
}

.numeros-sorte button:hover.encerrada,
.numeros-sorte a:hover.encerrada {
    color: #fff;
    border: solid 2px #0891b4;
    background-color: #0891b4;
}

.numeros-sorte button.faltam-dias,
.numeros-sorte a.faltam-dias {
    color: #f7ac42;
    border: solid 2px #f7ac42;
}

.numeros-sorte button:hover.faltam-dias,
.numeros-sorte a:hover.faltam-dias {
    color: #fff;
    border: solid 2px #f7ac42;
    background-color: #f7ac42;
}

.numeros-sorte a:hover.ativa {
    color: #fff;
}


/* Girar Roleta - Botão Dashboard do Cliente*/

.giro-cupom button.ativa,
.giro-cupom button.cancelada,
.giro-cupom button.encerrada,
.giro-cupom button.faltam-dias {
    padding: 4px 0;
    float: left;
    top: -5px;
    width: 130px;
}

.giro-cupom a.ativa,
.giro-cupom a.cancelada,
.giro-cupom a.encerrada,
.giro-cupom a.faltam-dias {
    padding: 4px 45px;
}

.giro-cupom button.cancelada,
.giro-cupom a.cancelada {
    color: #ff2451;
    border: solid 2px #ff2451;
}

.giro-cupom a.analise {
    color: #f7ac42;
    border: solid 2px #f7ac42;
    padding: 4px 38px;
}

.giro-cupom a:hover.analise {
    color: #fff;
    border: solid 2px #f7ac42;
    background-color: #f7ac42;
}

.giro-cupom button:hover.cancelada,
.giro-cupom a:hover.cancelada {
    color: #fff;
    border: solid 2px #ff2451;
    background-color: #ff2451;
}

.giro-cupom button.encerrada,
.giro-cupom a.encerrada {
    color: #0891b4;
    border: solid 2px #0891b4;
}

.giro-cupom button:hover.encerrada,
.giro-cupom a:hover.encerrada {
    color: #fff;
    border: solid 2px #0891b4;
    background-color: #0891b4;
}

.giro-cupom button.faltam-dias,
.giro-cupom a.faltam-dias {
    color: #f7ac42;
    border: solid 2px #f7ac42;
}

.giro-cupom button:hover.faltam-dias,
.giro-cupom a:hover.faltam-dias {
    color: #fff;
    border: solid 2px #f7ac42;
    background-color: #f7ac42;
}

.giro-cupom a:hover.ativa {
    color: #fff;
}


/* Fim */

.table {
    margin-bottom: 0;
    color: #4b4a4a;
    border: none;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-left: 3px;
    width: 99%;
}

.table tr {
    border-left-width: 0!important;
    border-right-width: 0!important;
    box-shadow: 0.5px 3px 10px 0 #7777771a;
    border-radius: 3px;
    height: 100px;
}

.table tr.limpa-tr {
    box-shadow: unset;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: none;
}

table thead {
    background: #fff;
}

table tr th {
    color: #a6a4a3;
    font-family: 'font-1';
    font-weight: 300;
    background: #fff;
}

table tr td {
    color: #a6a4a3;
    font-family: 'font-1';
    font-weight: 300;
    background: #fff;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    text-align: left;
    color: #4b4a4a!important;
    font-family: 'font-2';
}

.table tr td {
    vertical-align: middle;
    border-top: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #a6a4a3!important;
    font-family: 'font-1';
    text-transform: capitalize;
}

.lb-aceite a {
    cursor: pointer;
}

.lb-aceite.no {
    color: red;
    text-decoration: underline;
}

.alert-error {
    padding: 10px 15px;
    background-color: #d19a94;
}

.alert-error p a {
    color: #fff;
    text-decoration: underline;
}

.alert-error p a:hover {
    text-decoration: none;
}

.alert-error p {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fundo-cadastro-cupom-dados .alert-error {
    position: absolute;
    top: -30px;
}

.fundo-cadastro-cupom-dados .alert-error p {
    margin-top: 0;
}

.alert-success {
    padding: 10px 15px;
    background-color: #3bc15c;
}

.alert-success p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.alert-success p a:hover {
    text-decoration: none;
}

.alert-success p {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

.alert-warning p {
    color: #856404;
    margin-bottom: 0;
    padding-bottom: 0;
}

.alert-warning p strong {
    color: #856404;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 900
}

.fundo-cadastro-cupom-dados .alert-success,
.fundo-cadastro-cupom-dados .alert-warning {
    position: absolute;
    top: -30px;
    width: 70%;
}

.fundo-cadastro-cupom-dados .alert-success p,
.fundo-cadastro-cupom-dados .alert-warning p {
    margin-top: 0;
}

.minha-conta-topo .edit-cad,
.minha-conta-topo .edit-end {
    cursor: pointer;
}

a.tooltip {
    outline: none;
}

a.tooltip strong {
    line-height: 30px;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 60px;
    margin-left: -160px;
    width: 300px;
    line-height: 16px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    border: 2px solid #FFF;
    color: #EEE;
    background: #333 url(http://www.menucool.com/tooltip/cssttp/css-tooltip-gradient-bg.png) repeat-x 0 0;
}

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: -14px;
    left: 120px
}


/*CSS3 extras*/

a.tooltip span {
    border-radius: 2px;
    box-shadow: 0px 0px 8px 4px #666
}

.interna-minhas-promocoes {
    margin-top: 100px;
}

.ipsp {
    border-radius: 24px !important;
}

.minha-conta a.prominha {
    margin-left: 116px;
    color: #80a54b;
    border: solid 2px #80a54b;
    background-color: transparent;
    border-radius: 35px;
    padding: 8px 43px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 29px;
    font-family: 'font-2';
    cursor: pointer;
    z-index: 2;
}

.titulo-fi {
    margin-top: 15px;
    margin-bottom: 15px;
}

.titulo-fi h6 {
    font-family: 'font-1';
    font-size: 14px;
}

.ipt-fl {
    border: none;
    font-weight: 400;
}

.loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #005c69;
    border-radius: 50%;
}

.loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid #fff;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}

#loader span {
    color: #fff;
}

#bgloader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 99990 !important;
}

#loader {
    position: fixed;
    top: 40%;
    right: 46%;
    z-index: 99999 !important;
    opacity: 1.0;
}

.modal-confirmacao .dv-btcp-conf {
    text-align: center;
}

@-moz-keyframes loading {
    0% {
        border: 0px solid #fff;
    }
    20% {
        border: 8px solid #fff;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid #fff;
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes loading {
    0% {
        border: 0px solid #fff;
    }
    20% {
        border: 8px solid #fff;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid #fff;
        width: 100%;
        height: 100%;
    }
}

@-o-keyframes loading {
    0% {
        border: 0px solid #fff;
    }
    20% {
        border: 8px solid #fff;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid #fff;
        width: 100%;
        height: 100%;
    }
}

@keyframes loading {
    0% {
        border: 0px solid #fff;
    }
    20% {
        border: 8px solid #fff;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid #fff;
        width: 100%;
        height: 100%;
    }
}


/*COOKIES*/

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: #3c4a5d;
    z-index: 9999999999;
    bottom: 0;
    padding: 25px;
    width: 100%;
    display: -webkit-inline-box;
}

.box-cookies .btn-cookies {
    text-align: center;
    padding: 25px;
    color: #404040;
}

.box-cookies .msg-cookies {
    color: white;
    text-align: left;
}

.box-cookies .btn-cookies {
    background: #ffffff;
    border-radius: 35px;
    border: solid 2px #fff;
    padding: 7px 40px;
    margin-bottom: 0;
}

.msg-cookies a {
    color: white;
    opacity: 0.9;
    text-decoration: underline;
}


/*FIM COOKIES*/


/* ROLETA */

.roulette {
    font-family: 'Work Sans', sans-serif;
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    z-index: 100;
}

.roulette .shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, .25) inset;
}

.roulette .markers {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    border-radius: 100%;
}

.roulette .markers .marker {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}

.roulette .markers .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 1em;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    border-left-color: #fff;
    top: 50%;
    left: -1px;
    margin-top: -1em;
    filter: drop-shadow(0 0.25em 0 rgba(0, 0, 0, 0.25));
}

.roulette .spinner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    transform: rotateZ(0deg);
    /*performance boost*/
    backface-visibility: hidden;
}

.roulette .spinner .item {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}

.roulette .spinner .item .label {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: 800;
    top: 0;
    left: 0;
    white-space: nowrap;
    transform-origin: 0 0;
    font-size: 0.8em;
}

.roulette .spinner .item .label i,
.roulette .spinner .item .label .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1em;
    text-indent: 0;
}

.roulette .spinner .item .label i {
    margin-right: 0.1em;
}

.roulette .button {
    width: 10em;
    height: 10em;
    line-height: 10em;
    top: 50%;
    left: 50%;
    margin-left: -5em;
    margin-top: -5em;
    font-weight: 800;
    z-index: 998;
    position: absolute;
    background: #fff;
    border: none;
    border-radius: 100%;
    color: #999;
    outline: none;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0.4em 0 rgba(0, 0, 0, .25);
    text-align: center;
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.roulette .button:hover {
    color: inherit;
}

.roulette .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}

.roulette.busy .button {
    transform: scale(0.9);
    box-shadow: 0 0.15em 0 rgba(0, 0, 0, .25);
    color: #999;
    cursor: default;
}


/* CUSTOM LABELS */

.roulette .spinner .item[data-type="quiz"] .label {
    font-size: 1.5em;
}

.roulette .spinner .item[data-type="question"] .label {
    font-size: 1.3em;
    font-weight: 600;
}

.roulette .spinner .item[data-type="replay"] .label .text {
    font-size: 0.6em;
    white-space: initial;
    width: 1em;
    text-align: center;
    line-height: 1.2;
}

.roulette .spinner .item[data-type="replay"] .label i {
    font-size: 1.5em;
}

.roulette .spinner .item[data-type="time"] .label i {
    font-size: 1.5em;
}

select#procnpj {
    text-align: left;
}

div#popupSucesso {
    background: aliceblue;
    height: auto;
    max-width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}