﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}

.container {
    width: 80%;
}
.pg_home_deslogado{
    position: relative;
}
.position-relative{
    position: relative;
}


.block-social-home {
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.block-social-home ul{
    padding: 0;
}
.block-social-home li {
    margin-bottom: 4px;
}
.block-social-home img {
    width: 2.5rem;
    transition: all 100ms ease-in-out;
}

.block-social-home img:hover {
    -webkit-transform: rotate(20deg) scale(1.2);
    -ms-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
}

i.theme-icon{
    width: 25px;
    height: 25px;
    display: inline-block;
}
.mt-1{
    margin-top: 0.8rem;
}
.mt-2{
    margin-top: 1.2rem;
}
.m-0{
    margin:0!important;
}
.p-0{
    padding: 0!important;
}
.pl-1{
    padding-left: 0.4rem!important;
}

.mt-5{
    padding-top: 5rem;
}

i.theme-icon.icon-contato{
    background: url("../images/icones/icon-contato.png") center / 100% no-repeat;
    width: 34px;
    height: 34px;
    margin: 0;
    position: absolute;
    left: -5px;
    top: -2px;
}

.section-illustrative img{
    width: 100%;
}

.incentivar, .findelidade{
    min-height: 400px;
    line-height: 0;
}
.w-100{
    width: 100%!important;
    max-width: 100%!important;
}
.card-info {
    line-height: normal;
    background: #e8e8e8;
    padding: 14px 7px 20px 7px;
    border-radius: 1.4rem;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: end;
    min-height: 260px;
}


.description-text {
    min-height: 112px;
}


   .text-uppercase{
    text-transform: uppercase;
   }

.m-sub-10{
    margin-top: -10px;
}

.card-info h4 {
    font-weight: bolder;
    font-size: 1.4rem;
    margin: 0px;
}
.card-info p {
    font-weight: 300;
    font-size: 1rem;
    margin: 0px 0px 10px 0px;
}
.card-info .ancoraItem{
     color: #705ac7;
    font-size: 0.8rem;
    font-weight: bold;
}
.block-position img {
    max-width: 85%;
}
.block-position{
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}


.fidelidade .block-position {
    bottom: 5rem;
}

body,html{
  font-family: "Gotham", sans-serif;  
}
.fmrnew input{
      height: 3rem;
} 
.fmrnew input, .fmrnew textarea{
    color: #ffffff;
    font-weight: bolder;
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 0px 14px;
    margin-bottom: 4px;
    box-sizing: border-box;
}

.fmrnew .input-field {
    margin-bottom: 0px;
}
.fmrnew #mensagem{
        height: 10rem!important;
}
.fmrnew .select-wrapper input.select-dropdown {
    border: 1px solid #ffffff;
    font-size: 1rem;
    padding-left: 8px;
    height: 3rem;
}
.fmrnew .input-field label {
    color: #ffffff;
    font-weight: 900;
    font-size: 1rem;
    left: 1.3rem;
    position: static;
}
.fmrnew .input-field label:not(.label-icon).active {
    font-size: 1rem;
    -webkit-transform: none;
    transform: none;
}
.fmrnew input:not([type]):focus:not([readonly])+label, 
.fmrnew input[type=text]:focus:not([readonly])+label, 
.fmrnew input[type=password]:focus:not([readonly])+label, 
.fmrnew input[type=email]:focus:not([readonly])+label, 
.fmrnew input[type=url]:focus:not([readonly])+label, 
.fmrnew input[type=time]:focus:not([readonly])+label, 
.fmrnew input[type=date]:focus:not([readonly])+label, 
.fmrnew input[type=datetime]:focus:not([readonly])+label, 
.fmrnew input[type=datetime-local]:focus:not([readonly])+label, 
.fmrnew input[type=tel]:focus:not([readonly])+label, 
.fmrnew input[type=number]:focus:not([readonly])+label, 
.fmrnew input[type=search]:focus:not([readonly])+label, 
.fmrnew textarea.materialize-textarea:focus:not([readonly])+label{
    color: #ffffff;
}
.fmrnew input:not([type]).invalid, 
.fmrnew input:not([type]):focus.invalid, 
.fmrnew input[type=text].invalid, 
.fmrnew input[type=text]:focus.invalid, 
.fmrnew input[type=password].invalid, 
.fmrnew input[type=password]:focus.invalid, 
.fmrnew input[type=email].invalid, 
.fmrnew input[type=email]:focus.invalid, 
.fmrnew input[type=url].invalid, 
.fmrnew input[type=url]:focus.invalid, 
.fmrnew input[type=time].invalid, 
.fmrnew input[type=time]:focus.invalid, 
.fmrnew input[type=date].invalid, 
.fmrnew input[type=date]:focus.invalid, 
.fmrnew input[type=datetime].invalid, 
.fmrnew input[type=datetime]:focus.invalid, 
.fmrnew input[type=datetime-local].invalid, 
.fmrnew input[type=datetime-local]:focus.invalid, 
.fmrnew input[type=tel].invalid, 
.fmrnew input[type=tel]:focus.invalid, 
.fmrnew input[type=number].invalid, 
.fmrnew input[type=number]:focus.invalid, 
.fmrnew input[type=search].invalid, 
.fmrnew input[type=search]:focus.invalid, 
.fmrnew textarea.materialize-textarea.invalid, 
.fmrnew textarea.materialize-textarea:focus.invalid{
border-color: red;
}


.fmrnew .btn-contrast{
    background: url('../images/bg-btn.png?v=4');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.lh-0{
    line-height: 0!important;
}
.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}
.justify-content-end{
    justify-content: end;
}
    #formulario-area-restrita label{
        position: relative;
        top:0;
        left: 0
    }
    .bg-btn{
      background-color: #89898b!important
  }
  .line0{
     line-height: 0px!important
 }

 .bg-gray{
  background-color: #f0f0f0!important
}

.bg-texture{
    background: url("../images/bg-repeat.png");
    background-repeat: repeat;
}



.pr-mr27{
	margin-right: 20px!important
}

.pr-mr27 img{
	width: 20px;
	left:0px!important;
	top:3px!important
}

.pr-mr27:first-child img{
	top:2px!important;
	width: 23px;
	left:5px!important
}

.botao-azul {
    color: #fff !important;
    background-color: #232323 !important
}

.botao-azul:hover {
    color: #131313 !important;
    background-color: #232323 !important;
    font-weight: bold
}

.botao-amarelo {
    color: #131313 !important;
    background-color: #232323;
    font-weight: bold
}

.botao-amarelo:hover {
    color: #fff !important;
    background-color: #232323 !important;
    font-weight: normal
}

.botao-cinza-escuro {
    color: #fff !important;
    background-color: #131313
}

.botao-cinza-escuro:hover {
    color: #131313 !important;
    background-color: #232323 !important;
    font-weight: bold
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}
.dropdown-content li{
    text-align: right;
}
.btn_voltar_ao_topo {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
    text-indent: -999999px;
    overflow: hidden;
    background: #232323 url("../images/btn_subir-topo.png") center center no-repeat;
    border-radius: 50%
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

main {
    flex: 1 0 auto
}

.bloco-menu-desktop-logado {
    background-color: #232323 !important
}

.bloco-menu-desktop-logado  .hover-sub-menu i{
 font-size: 30px;
   
}

.bloco-menu-desktop-logado  .hover-sub-menu:hover i{
    color: #9b00ff;
   
}

nav,
nav .nav-wrapper i,
nav a.button-collapse,
nav a.button-collapse i {
    height: auto;
    line-height: 55px
}

header nav .sub_menu_marketing {
    background-color: rgba(20, 40, 160, 0.85);
    width: 100%;
    min-width: 100%;
    min-height: 92px;
    line-height: normal;
    left: 0 !important;
    padding: 0 !important;
    margin-top: -2px
}

header nav .sub_menu_marketing a {
    display: inline-block;
    height: 92px;
    line-height: 135px;
    padding: 0 28px
}

header nav .sub_menu_marketing a.link_treinamentos {
    background: url("../images/icone_treinamentos.png") center 18px no-repeat
}

header nav .sub_menu_marketing a.link_noticias {
    background: url("../images/icone_noticias.png") center 18px no-repeat
}

header nav .sub_menu_marketing a.link_promocoes {
    background: url("../images/icone_promocoes.png") center 18px no-repeat
}

header nav .sub_menu_marketing a.link_campanhas {
    background: url("../images/icone_campanhas.png") center 18px no-repeat
}

header nav .sub_menu_marketing a.link_produtos {
    background: url("../images/icone_produtos.png") center 18px no-repeat
}

header nav .sub_menu_marketing a.link_premios {
    background: url("../images/icone_premios.png") center 18px no-repeat
}

header nav .sub_menu_marketing a:hover {
    color: #232323
}

header .navbar-fixed {
    height: 80px
}

header nav li a:hover {
    opacity: 0.8;
    background-color: transparent
}

header nav#navDesktop {
    background: #232323!important;
    height: 81px;
    position: absolute
}

header .navbar-fixed a.brand-logo {
    display: block;
    width: 210px;
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-left: 3%;
    position: absolute;
    z-index: 99;
    background-size: 100%;
    padding-top: 0px;
    margin-left: -5% !important
}
.w-80{
    max-width: 80%;
}
header .navbar-fixed .bloco-menu-desktop-logado {
    height: 85px !important
}

header .navbar-fixed .bloco-menu-desktop-logado li i.ocultar{
    display:  none;
}

/* 
display: inline-block;
    position: relative;
    top: 2px;
 */


header .navbar-fixed .bloco-menu-desktop-logado a.brand-logo {
    display: block;
    float: left;
    position: relative;
    z-index: 99;
    padding-top: 2px
}

header .navbar-fixed .bloco-menu-desktop-logado a.brand-logo img {
    width: 184px
}

header .navbar-fixed .bloco-menu-desktop-logado ul.hide-on-med-and-down li {
    margin-right: 0px
}

header .navbar-fixed .bloco-menu-desktop-logado ul.hide-on-med-and-down li a:not(.dropdown-button) i {
    margin-right: 0;
    top: 0px;
/*    left: 2px*/
}

header .navbar-fixed .bloco-menu-desktop-logado .separador-menu::after {
    content: " | ";
    left: 5px;
    position: relative
}

header .navbar-fixed .bloco-nav-deslogado {
    background: transparent;
    height: auto;
}

header a#exibe-login:after {
    content: "";
    background-color: #ffffff;
    width: 1px;
    height: 38px;
    display: block;
    position: absolute;
    top: 7px;
    left: -18px
}

header .btn_perfil {
    position: absolute;
    right: 92px
}

header {
    width: 100%;
    position: relative;
    z-index: 999999
}

header #logo-container {
    background-size: 100% !important
}

header nav {
    height: 83px;
    line-height: 85px;
    background-color: #232323;
    box-shadow: none
}

header nav li {
    margin-right: 1em
}

header nav li a {
    font-size: 0.8rem;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    height: 100%;
    color: #f0f0f0;
    font-family: "Poppins", sans-serif;
    text-transform: none;
    font-weight: 300;
}


/* header nav.bloco-menu-desktop-logado li a{
    font-size: 16px!important;
    letter-spacing: 2px;
    color: #f0f0f0;
    font-family: "Gotham";
} */




header nav li.link-cadastro a {
    transition: all 0.3s ease;
    padding-left: 32px!important;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "poppins";
    border-radius: 18px;
    background: #875de8;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
    height: 30px;
}
header nav li a i {
    display: inline-block;
    position: relative;
    top: 2px
}

header nav li a i.fa-mobile {
    font-size: 20px
}

header nav li a .dropdown-down {
    top: 14px
}

header nav li a i.right {
    margin-left: 0
}

#dropdown-produtos,
#dropdown-relatorios,#dropdown-premiacao,#dropdown-conteudo {
    margin-top: 81px;  
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    background: #ffffff;
    overflow: hidden;
    width: 100% !important;
    left: -88px !important;
    border: 2px solid #9b00ff;
    padding-left: 0px;
    padding-bottom: 10px;
}
#dropdown-perfil{
       margin-top: 81px;  
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    background: #ffffff;
    overflow: hidden;
    width: 100% !important;
    left: -193px!important;
    border: 2px solid #9b00ff;
    padding-left: 0px;
    padding-bottom: 10px;
   
}

#dropdown-relatorios {
    text-align:  right!important;
}    

#dropdown-produtos li, #dropdown-perfil li, #dropdown-relatorios li {
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
    min-height: auto;
}

#dropdown-produtos li a,
#dropdown-perfil li a,
#dropdown-relatorios li a {
    background: transparent;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 14px;
}


.dropdown-content li>a, .dropdown-content li>span


#dropdown-produtos li a i,
#dropdown-perfil li a i,
#dropdown-relatorios li a i {
    margin-right: 10px;
    position: relative;
    top: 4px
}

#dropdown-produtos li:hover,
#dropdown-perfil li:hover,
#dropdown-relatorios li:hover {
    background: #f6f6f6
}

.bloco-user-desktop {
    background-color: #0c63b5;
    height: 50px;
    position: absolute;
    top: 0;
    right: 9%;
    width: 23%;
    border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    -webkit-border-radius: 0px 0px 30px 30px
}

.bloco-user-desktop ul {
    margin-left: 35px
}

.bloco-user-desktop ul .bloco-user-header {
    line-height: 18px;
    position: relative;
    top: 20px;
    left: 0
}

.bloco-user-desktop ul .bloco-user-header i {
    color: #fbca0e
}

.bloco-user-desktop ul .bloco-user-header .nome-header {
    color: #fbca0e;
    font-size: 15px;
    font-weight: bold
}

.bloco-user-desktop ul .bloco-user-header .nome-header:hover {
    text-decoration: underline;
    cursor: pointer
}

.bloco-user-desktop ul .bloco-user-header .minha-conta-header {
    margin: 0;
    padding: 0;
    text-decoration: underline
}

.bloco-user-desktop ul .bloco-user-header .minha-conta-header {
    margin: 0;
    padding: 0 !important
}

.bloco-user-desktop ul .saldo-header {
    background-color: #fbcb08;
    line-height: 11px;
    margin-left: 10px;
    color: #000;
    padding: 10px 16px 0px 16px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px
}

.bloco-user-desktop ul .saldo-header span {
    font-family: 'Acer';
    color: #010000;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.bloco-user-desktop ul .saldo-header p {
    color: #010000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1px;
    text-align: center
}

.bloco-user-desktop ul .saldo-header p:first-child {
    margin-top: 5px
}

.bloco-user-desktop ul .btn-resgatar {
    line-height: 50px
}

.bloco-user-desktop ul .btn-resgatar a.btn {
    font-family: 'Acer';
    background-color: #fff;
    color: #1165b2;
    text-transform: none;
    width: 87px;
    padding: 0;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 700;
    text-align: center
}

.bloco-user-desktop ul .btn-resgatar a.btn:hover {
    background-color: #232323
}

.title-card-info {
    min-height: 70px;
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.text-page{
       font-family: "Roboto", sans-serif;
}

.text-page h3{
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 2px;
 
}
.text-page p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 100;
    line-height: normal;
}
.l-destaque{
    border: 1px solid #e4ff00;
    width: auto;
    display: inline-block;
    padding: 10px 66px 10px 15px;
    border-radius: 0px 60px 0px 0px;
}
.l-destaque p{
    margin: 0;
}

.l-destaque strong{
    color: #ffffff;
    font-weight: 900;
    font-style: italic;
}
.l-destaque a{
    color: #a800ff;
    font-weight: 700;
}
#formContato .btn{
margin-bottom: 10px!important;
}
.bloco-contato .col-form{
    margin-top: 60px;
    padding-bottom: 85px;
        padding-left: 40px;
}
@media (max-width:1345px){
   .title-card-info {
        min-height: 40px;
    }
    .fmrnew input, .fmrnew .select-wrapper input.select-dropdown {
          height: 2.5rem;
    } 
    .fmrnew #mensagem{
        height: 7rem!important;
    }
    header .container, #conteudo .container{
        width: 80%;
    }
    .card-info h4 {
        font-size: 1rem;
    }

.description-text {
       min-height: 80px;
   }
.fidelidade .block-position {
    bottom: 1rem;
}
    .card-info p {
         font-size: 0.67rem;
    }


.card-info {
    padding: 14px 7px;
    min-height: 190px;
}
    header nav li a {
        font-size:0.8rem;
    }

    header .menu-logado li a {
        font-size: 0.7rem;
    }
}


@media screen and (max-width: 420px) {
    header a#exibe-login {
        width: auto;
        padding-right: 5px
    }
    .material-icons {
        font-size: 15px !important;
        padding-right: 2px
    }
}

@media screen and (max-width: 992px) {
    #blocoContato{
          background: url("../images/bg-ct.png") no-repeat;
    }
      .bloco-contato  .col-form{
        padding-left: initial;
    }
    .bloco-contato {
        position: static!important;
        padding-top: 0!important;
      
    }
    .bloco-contato .col-form{
          margin:0!important;
    }
    header .navbar-fixed .bloco-menu-desktop-logado a.brand-logo{
        position: absolute;
    }
.card-info p {
    font-size: 1.2rem;
}
.block-position img {
    max-height: 65px!important;
    width: auto!important;
    display: block;
    margin: 10px;
}
 
    .banner-programa .col{
        margin-bottom: 10px;
    }
    .card-info {
        margin: 18px 0px;
    }
    .block-position {
        position: relative;
        top: -48px;
    }
    .sub_menu_marketing {
        background-color: #1428a0 !important;
        width: 300px !important;
        min-width: 300px !important;
        line-height: normal
    }
    header .btn_perfil {
        width: 100%;
        position: relative;
        right: 0
    }
}

@media screen and (max-width: 1340px) {
    header nav li a {
         padding: 0 8px;
    }
}

@media screen and (max-width: 1220px) {
    header nav li a {
        padding: 0 3px;
        font-size: 12px
    }
}

header a#exibe-login .material-icons {
    padding-right: 6px;
    height: auto;
    line-height: 56px;
    float: left;
    font-size: 20px
}

#box_login input {
    width: 90%;
    height: 40px;
    padding: 0 5%;
    border-radius: 20px;
    border: 1px solid #131313;
    margin-bottom: 5px !important
}

#box_login .input-field label {
    font-size: 12px
}

header #box_login {
    position: absolute;
    width: 400px;
    top: 77px;
    right: 0;
    z-index: 100;
    font-family: "Gotham", sans-serif;
    font-size: 15px
}

@media screen and (max-width: 420px) {
    header #box_login {
        width: 300px
    }
}

header #box_login ul {
    padding-top: 25px;
    background-color: #fff
}

header #box_login .collapsible {
    border: 0
}

header input:focus {
    border-color: #999 !important;
    box-shadow: none !important
}

header label.active {
    color: #131313 !important;
    margin-top: -5px
}

header .btn {
    box-shadow: none
}

header .bloco-nav-deslogado {
    left: 0 !important
}

/*header .bloco-nav-deslogado ul.hide-on-med-and-down li {
    margin-right: 3em
}*/

header .bloco-nav-deslogado ul.hide-on-med-and-down li.bloco-form-logar {
    padding-top: 5px
}

header .bloco-nav-deslogado .formulario-esqueci-senha .input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%)
}

header .bloco-nav-deslogado .form-login .input-field.col {
    max-height: 67px
}

header .bloco-nav-deslogado .form-login .input-field.col i.prefix {
    top: 5px
}

header .bloco-nav-deslogado .form-login .input-field.col i.prefix.active {
    opacity: 0.5
}

header .bloco-nav-deslogado .form-login .input-field.col label {
    left: -0.8rem;
    top: -12px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham", sans-serif;
    color: #363636;
    height: 30px
}

header .bloco-nav-deslogado .form-login .input-field.col label:not(.active) {
    top: -23px !important
}

header .bloco-nav-deslogado .form-login .input-field.col input {
    background-color: #fff;
    color: #363636;
    border-bottom: 1px solid #363636;
    top: -8px;
    left: -25px;
    position: relative;
    padding-left: 0;
    font-size: 12px;
    font-family: "Gotham", sans-serif
}

header .bloco-nav-deslogado .form-login .input-field.col .lembrar-senha {
    position: absolute;
    top: 42px;
    left: 32px;
    font-family: "Gotham", sans-serif;
    color: #363636;
    font-size: 10px;
    cursor: pointer;
    margin: 0;
    height: 20px;
    line-height: 2
}

header .bloco-nav-deslogado .form-login .input-field.col .lembrar-senha:hover {
    opacity: 0.5
}

header .bloco-nav-deslogado .form-login .input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%)
}

header .bloco-nav-deslogado .form-login .btn {
    background-color: transparent;
    width: 38px;
    height: 21px;
    top: -11px;
    left: -55px;
    font-size: 10px;
    color: #363636;
    border: 1px solid #5d5d5d;
    font-family: "Gotham", sans-serif;
    margin: 0;
    padding: 0;
    text-transform: none;
    line-height: 20px !important;
    letter-spacing: 0
}

header .bloco-nav-deslogado .form-login .btn-login {
    font-family: "Gotham", sans-serif;
    color: #363636;
    font-size: 10px;
    border: 1px solid #5d5d5d;
    background-color: transparent;
    text-transform: none
}

header .bloco-nav-deslogado #formulario-esqueci-senha {
    position: absolute;
    right: 394px;
    padding: 0px 2px;
    height: 55px;
    border-radius: 0px 0px 30px 0px;
    -moz-border-radius: 0px 0px 30px 0px;
    -webkit-border-radius: 3px 4px 7px 7px;
    width: 181px;
    top: 80px;
    z-index: 99999;
    display: block;
    background-color: #fff;
    border: 1px solid #000
}

header .bloco-nav-deslogado #formulario-esqueci-senha .input-field.col {
    max-height: 67px
}

header .bloco-nav-deslogado #formulario-esqueci-senha .input-field.col i.prefix {
    top: 5px
}

header .bloco-nav-deslogado #formulario-esqueci-senha .input-field.col i.prefix.active {
    opacity: 0.5
}

header .bloco-nav-deslogado #formulario-esqueci-senha .input-field.col label {
    left: -0.8rem;
    top: -6px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham", sans-serif;
    color: #363636
}

header .bloco-nav-deslogado #formulario-esqueci-senha .input-field.col input {
    background-color: #fff;
    color: #363636;
    border-bottom: 1px solid #363636;
    top: -8px;
    left: -25px;
    position: relative;
    padding-left: 0;
    font-size: 12px;
    font-family: "Gotham", sans-serif
}

header .bloco-nav-deslogado #formulario-esqueci-senha .btn {
    background-color: transparent;
    width: 38px;
    height: 21px;
    top: -11px;
    left: -25px;
    font-size: 10px;
    color: #363636;
    border: 1px solid #5d5d5d;
    font-family: "Gotham", sans-serif;
    margin: 0;
    padding: 0;
    text-transform: none;
    line-height: 23px !important;
    letter-spacing: 0
}

header .bloco-nav-deslogado .bloco-cadastro {
    font-family: "Acer";
    padding-top: 4px
}

header .bloco-nav-deslogado .bloco-cadastro .cadastrar {
    line-height: 2;
    font-family: "Acer", sans-serif;
    font-size: 15px;
    background: transparent
}

header .bloco-nav-deslogado .bloco-cadastro .cadastrar:hover {
    text-decoration: underline
}

header .bloco-menu-desktop {
    left: 0 !important
}

header .bloco-menu-desktop #logo-container {
    margin-left: 0%
}

header .bloco-menu-desktop ul.hide-on-med-and-down {
    margin-right: 120px
}

header .bloco-menu-desktop ul.hide-on-med-and-down li a i {
    margin-right: 0;
}

.sub-menu-celular-mudar {
    width: 300px;
    position: absolute;
    top: 257px;
    left: -1.635px;
    opacity: 1;
    display: none
}

#modalloginCadastro {
    width: 35% !important
}

#modalloginCadastro .container {
    width: 90%
}

#modalloginCadastro .logo-modal {
    display: block;
    width: 210px;
    margin: 0 auto 40px auto
}

#modalloginCadastro {
    background: #f0f0f0!important;
}

#modalloginCadastro .frmLogin {
    padding-top: 30px
}

#modalloginCadastro .frmLogin .input-field {
    margin-bottom: 20px;
    margin-top: 10px
}

#modalloginCadastro .frmLogin input {
    height: 45px!important;
    margin: 0 0 0 0px;
    width: 93%;
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    color: #5b5b5b;
    font-weight: bold;
    padding-left: 27px;
    border: none;
    background-color: #fff!important;
}

#modalloginCadastro .frmLogin label {
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    color: #5b5b5b;
    font-weight: bold
}

#modalloginCadastro .frmLogin i {
    font-size: 20px;
    color: #bcbcbc;
    top: 12px;
    left: 15px
}

#modalloginCadastro .frmLogin label {
}

#modalloginCadastro .frmLogin h1 {
    font-size: 27px;
    font-family: "Open Sans";
    color: #fff;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    letter-spacing: 2px
}

#modalloginCadastro .frmLogin h1:after {
    content: "";
    display: block;
    background: url("../images/sakura_2019/borda_titulo.png") no-repeat;
    width: 170px;
    height: 13px;
    margin: 20px auto 40px auto
}

#modalloginCadastro .frmLogin .btn-form {
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    border-radius: 18px;
    opacity: 0.8;
    text-align: center;
    letter-spacing: 0px;
    margin: 20px auto 22px auto !important;
    font-size: 20px;
    font-family: "Gotham";
    color: #fff;
    text-transform: none
}

#modalloginCadastro .frmLogin .btn-form:hover,
#modalloginCadastro .frmLogin .btn-form.active {
	background-image: linear-gradient(41deg, #9b00ff 0%, #7200ff 100%);
    border: 0px solid #000000;
    border-radius: 18px;
}

#login_recup::placeholder {
    color: #fff !important;
    opacity: 1
}

#modalloginCadastro .btn-form:hover {
    opacity: 0.8
}

#modalloginCadastro .lembrar-senha,
#modalloginCadastro .regulamento {
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    color: #5b5b5b;
    text-align: center;
    margin: 15px auto 10px auto;
    text-decoration: none;
    display: block
}

#modalloginCadastro .lembrar-senha:hover,
#modalloginCadastro .regulamento:hover {
    opacity: 0.8;
    text-decoration: underline
}

#modalloginCadastro input:not([type]):focus:not([readonly]),
#modalloginCadastro input[type=text]:focus:not([readonly]),
#modalloginCadastro input[type=password]:focus:not([readonly]),
#modalloginCadastro input[type=email]:focus:not([readonly]),
#modalloginCadastro input[type=url]:focus:not([readonly]),
#modalloginCadastro input[type=time]:focus:not([readonly]),
#modalloginCadastro input[type=date]:focus:not([readonly]),
#modalloginCadastro input[type=datetime]:focus:not([readonly]),
#modalloginCadastro input[type=datetime-local]:focus:not([readonly]),
#modalloginCadastro input[type=tel]:focus:not([readonly]),
#modalloginCadastro input[type=number]:focus:not([readonly]),
#modalloginCadastro input[type=search]:focus:not([readonly]),
#modalloginCadastro textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid moz-linear-gradient(180deg, #11998e 0%, #38ef7d 100%)
}


.conteudo-deslogado .bloco-beneficios-programa-deslogado a:hover img {
   /* box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);*/
/*    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s*/
}

@media (min-width: 1920px) {
    header nav#navDesktop a.brand-logo {
        background-size: 100%
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px;
        height: 50px
    }
    header nav#navDesktop ul.bloco-menu-desktop li {
        height: 50px
    }
    header nav#navDesktop ul.bloco-menu-desktop .bloco-user-header {
        max-width: 110px
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header #dropdown-marketing ┬┤ li a {
        line-height: 19px;
        padding: 5px 16px;
        font-size: 15px
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    header nav#navDesktop .nav-wrapper {
        left: -12em
    }
    header nav#navDesktop a.brand-logo {
        background-size: 100%
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px
    }
    header nav#navDesktop ul.bloco-menu-desktop li.btn-resgatar a {
        padding: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop .bloco-user-header {
        max-width: 110px
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header nav#navDesktop .bloco-user-desktop {
        right: 6%;
        width: 27%
    }
    header nav#navDesktop .bloco-user-desktop ul .saldo-header {
        margin-left: 25px
    }
    header #dropdown-marketing li a {
        line-height: 19px;
        padding: 5px 16px;
        font-size: 15px
    }
    header .bloco-nav-deslogado {
        position: relative
    }
    header .bloco-menu-desktop {
        left: 48px !important
    }
}

@media (min-width: 1600px) and (max-width: 1679px) {
    header nav#navDesktop .nav-wrapper {
        left: -12em
    }
    header nav#navDesktop a.brand-logo {
        background-size: 100%
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px
    }
    header nav#navDesktop ul.bloco-menu-desktop li a {
        padding: 0 1.7em
    }
    header nav#navDesktop ul.bloco-menu-desktop li a#exibe-login {
        margin-left: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop li a#exibe-login:after {
        left: 1px
    }
    header nav#navDesktop ul.bloco-menu-desktop li.btn-resgatar a {
        padding: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop .bloco-user-header {
        max-width: 110px
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header nav#navDesktop .bloco-user-desktop {
        right: 9%;
        width: 25%
    }
    header nav#navDesktop .bloco-user-desktop ul .saldo-header {
        margin-left: 0px
    }
    header #dropdown-marketing li a {
        line-height: 19px;
        padding: 5px 16px;
        font-size: 15px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li {
        margin-right: 1em
    }
    .bloco-menu-desktop ul.hide-on-med-and-down li {
        margin-right: 0
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    header nav#navDesktop .nav-wrapper {
        left: -9em
    }
    header nav#navDesktop a.brand-logo {
        background-size: 100%
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px
    }
    header nav#navDesktop ul.bloco-menu-desktop li a {
        padding: 0 10px;
        font-size: 14px
    }
    header nav#navDesktop ul.bloco-menu-desktop li.btn-resgatar a {
        padding: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop .bloco-user-header {
        max-width: 110px
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header nav#navDesktop .bloco-user-desktop {
        right: 2%;
        width: 30%
    }
    header a#exibe-login .material-icons {
        padding-right: 0px;
        font-size: 17px
    }
    header a#exibe-login:after {
        top: 7px;
        left: -4px
    }
    header .bloco-nav-deslogado a.brand-logo {
        margin-left: -3%
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down {
        margin: 0px 0px 0px 0px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li {
        margin-right: 0px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li.link-cadastrar {
        position: relative;
        right: 50px
    }
    .bloco-menu-desktop ul.hide-on-med-and-down {
        margin-right: 30px !important
    }
    .bloco-menu-desktop ul.hide-on-med-and-down li {
        margin-right: 0px
    }
}

@media (min-width: 1346px) and (max-width: 1439px) {
    header .navbar-fixed a.brand-logo {
        background-size: 100%;
        margin-left: 0% !important
    }
    header nav#navDesktop .nav-wrapper {
        left: -9em
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px
    }
    header nav#navDesktop ul.bloco-menu-desktop li a {
        padding: 0 11px;
        font-size: 13px
    }
    header nav#navDesktop ul.bloco-menu-desktop li.btn-resgatar a {
        padding: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop .bloco-user-header {
        max-width: 110px
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header nav#navDesktop .bloco-user-desktop {
        right: 2%;
        width: 31%
    }
    header #dropdown-marketing li a {
        line-height: 19px;
        padding: 5px 16px;
        font-size: 15px
    }
    header a#exibe-login .material-icons {
        padding-right: 0px;
        font-size: 16px;
        top: -2px;
        position: relative
    }
    header a#exibe-login:after {
        top: 7px;
        left: -4px
    }
    header .bloco-nav-deslogado a.brand-logo {
        margin-left: 1%
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down {
        margin: 0px 0px 0px -30px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li {
        margin-right: -5px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li.link-cadastrar {
        position: relative;
        right: 50px
    }
    header #formulario-esqueci-senha {
        right: 214px !important
    }
    .bloco-menu-desktop ul.hide-on-med-and-down {
        margin-right: 0px !important
    }
    .bloco-menu-desktop ul.hide-on-med-and-down li {
        margin-right: -5px
    }
}

@media (min-width: 1201px) and (max-width: 1345px) {
    header .navbar-fixed .bloco-menu-desktop-logado ul.hide-on-med-and-down li {
        margin-right: 5px !important
    }
    header .navbar-fixed a.brand-logo {
        margin-left: -1% !important
    }
   /*  header .navbar-fixed a.brand-logo img {
        width: 143px !important
    } */
    header nav#navDesktop .nav-wrapper {
        left: -9em
    }
    header nav#navDesktop a.brand-logo {
        background-size: 100%
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px
    }
    header nav#navDesktop ul.bloco-menu-desktop li a {
        padding: 0 9px;
        font-size: 12px
    }
    header nav#navDesktop ul.bloco-menu-desktop li.btn-resgatar a {
        padding: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop .bloco-user-header {
        max-width: 110px
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header nav#navDesktop .bloco-user-desktop {
        right: 1%;
        width: 33%
    }
    header #dropdown-marketing li a {
        line-height: 19px;
        padding: 5px 16px;
        font-size: 15px
    }
    header a#exibe-login {
        padding-top: 3px !important
    }
    header a#exibe-login .material-icons {
        padding-right: 0px;
        font-size: 17px;
        line-height: 48px
    }
    header a#exibe-login:after {
        top: 7px;
        left: -4px
    }
    header .bloco-nav-deslogado a.brand-logo {
        margin-left: 1%
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down {
        margin: 0px 0px 0px -30px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li {
        margin-right: 0px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li.link-cadastrar {
        position: relative;
        right: 30px
    }
    .bloco-menu-desktop ul.hide-on-med-and-down {
        margin-right: 20px !important
    }
    .bloco-menu-desktop ul.hide-on-med-and-down li {
        margin-right: 0px
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #modalloginCadastro .frmLogin .btn-form {
        font-size: 18px
    }
    #modalloginCadastro .regulamento {
        font-size: 14px
    }
    header .navbar-fixed .bloco-menu-desktop-logado ul.hide-on-med-and-down li {
        margin-right: 14px !important
    }
    header .bloco-menu-desktop {
        width: 97% !important
    }
    header .bloco-menu-desktop ul li a {
        font-size: 9px !important
    }
    header .navbar-fixed a.brand-logo {
        width: 232px;
        margin-left: 0% !important
    }
    header .navbar-fixed a.brand-logo img {
        width: 160px !important
    }
    header nav#navDesktop .nav-wrapper {
        left: -8em
    }
    header nav#navDesktop a.brand-logo {
        background-size: 100%
    }
    header nav#navDesktop ul.bloco-menu-desktop {
        margin-left: 10px
    }
    header nav#navDesktop ul.bloco-menu-desktop li a {
        padding: 0 5px;
        font-size: 11px
    }
    header nav#navDesktop ul.bloco-menu-desktop li.btn-resgatar a {
        padding: 0
    }
    header nav#navDesktop ul.bloco-menu-desktop .btn-resgatar {
        margin-left: 40px
    }
    header nav#navDesktop .bloco-user-desktop {
        right: 1%;
        width: 33%
    }
    header nav#navDesktop .bloco-user-desktop .bloco-user-header {
        max-width: 110px;
        margin-left: -30px
    }
    header nav#navDesktop .bloco-user-desktop ul .saldo-header {
        margin-left: 8px
    }
    header #dropdown-marketing li a {
        line-height: 19px;
        padding: 5px 16px;
        font-size: 15px
    }
    header a#exibe-login {
        padding-top: 0px !important
    }
    header a#exibe-login .material-icons {
        padding-right: 0px;
        font-size: 17px;
        line-height: 42px
    }
    header a#exibe-login:after {
        top: 7px;
        left: -4px
    }
    header .bloco-nav-deslogado {
        width: 95% !important
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down {
        margin-left: 1em !important
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li {
        margin-right: 10px
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down li a {
        padding: 0 0.5em
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down .bloco-form-logar {
        width: 70%
    }
    header .bloco-nav-deslogado ul.hide-on-med-and-down .bloco-form-logar .form-login {
        margin-left: 10px
    }
    .bloco-menu-desktop ul.hide-on-med-and-down {
        margin-right: 10px !important
    }
    .bloco-menu-desktop ul.hide-on-med-and-down li {
        margin-right: 10px
    }
}

@media (min-width: 1024px) {
    .bloco-menu-desktop #logo-container {
        margin-left: 3%
    }
    .bloco-logo-mobile {
        display: none
    }
    .bloco_login_mobile {
        display: none
    }
    .bloco-nav-deslogado a i {
        font-size: 24px;
        position: relative;
        top: 1px;
        margin-right: 0px
    }
    .bloco-nav-deslogado a i img {
        position: relative;
        top: 2px
    }
    .bloco-nav-deslogado a:hover i {
        color: #fff
    }
    .bar_tit_busca.small {
        height: 59px !important;
        min-height: 155px !important;
        position: fixed !important;
        z-index: 9;
        transition: all 0.5s linear;
        padding-top: 0px !important;
        -webkit-box-shadow: -1px 5px 16px -4px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: -1px 5px 16px -4px rgba(0, 0, 0, 0.75) !important;
        box-shadow: -1px 5px 16px -4px rgba(0, 0, 0, 0.75) !important
    }
    .bar_tit_busca.small h2 {
        display: none
    }
}

@media (min-width: 1px) and (max-width: 1023px) {
    header .logo-mobile {
        display: block !important
    }
    header .logo-desktop {
        display: none !important
    }
    header .side-nav .collapsible {
        margin-top: 15px
    }
    header nav a.button-collapse i {
    height: auto;
    line-height: 44px;
    top: 22px;
    position: absolute;
    font-size: 6rem;
    font-size: 3.4rem!important;
    }
    header .navbar-fixed a.brand-logo {
        display: block;
        height: 100%;
        float: left;
        background: none;
        text-indent: 0;
        overflow: hidden;
        margin-left: 1.5%;
        position: absolute;
        z-index: 99;
        top: 0px
    }
    header nav#navDesktop .nav-wrapper {
        left: 0;
        width: 100% !important;
        border-radius: 0 !important;
        background: #232323
    }
    header #logo-container {
        display: block;
        left: 59%
    }
    header .bloco-user-desktop {
        display: none
    }
    #menuMobile .divider {
        margin: 0
    }
    #menuMobile a {
    height: auto;
    font-family: "Gotham", sans-serif;
    color: #9101ef;
    font-size: 12.52px;
    font-weight: 900;
    text-align: left;
    transform: scaleX(1.0109);
    text-transform: uppercase;
    }
    #menuMobile i {
        position: relative;
        margin: 0;
        top: 3px;
        font-size: 1.4rem;
    }
    #menuMobile i.fa {
        font-size: 20px;
        top: -4px;
        left: -1px
    }
    #menuMobile .header-mobile {
        padding-top: 30px;
        background: #232323
    }
   #menuMobile .foto-perfil{
    width: 87%;
    height: auto;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    background: #ffffff;
    border: 2px solid #9200f0;
    box-sizing: content-box;}
    #menuMobile .header-mobile .logo {
          width: 100%;
    margin: 20px 0px 0px 0px;
    }
    #menuMobile .header-mobile .logo a {
        background-color: transparent
    }
    #menuMobile .header-mobile .fecha-menu {
        position: absolute;
        right: -2px;
        top: 3px;
        background: transparent;
        color: #fff
    }
    #menuMobile .header-mobile .fecha-menu i {
        font-size: 19px !important
    }
    #menuMobile .header-mobile .bloco-dados {
        margin-bottom: -14px
    }
    #menuMobile .header-mobile .bloco-dados .bloco-user-mobile img {
        display: block;
        margin: 6px auto;
        width: 43px;
        height: 40px
    }
    #menuMobile .header-mobile .bloco-dados .bloco-user-mobile p {
        margin: 0 auto 5px 0;
        display: block;
        text-align: center;
        width: 100%;
        font-family: 'Acer';
        color: #fff;
        font-size: 11.18px;
        font-weight: 700;
        transform: scaleX(1.0109)
    }
    #menuMobile .header-mobile .bloco-dados .saldo-header {
        background-color: #ffd200;
        line-height: 11px;
        margin-left: 0px;
        color: #000;
        padding: 0px 8px;
        width: 57px;
        height: 54px
    }
    #menuMobile .header-mobile .bloco-dados .saldo-header span {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #010000
    }
    #menuMobile .header-mobile .bloco-dados .saldo-header p {
        color: #000;
        font-size: 11.23px;
        font-weight: normal;
        text-align: center;
        line-height: 1px;
        color: #010000
    }
    #menuMobile .header-mobile .bloco-dados .saldo-header p:first-child {
        margin-top: 10px
    }
    #menuMobile .header-mobile .bloco-dados .bloco-resgatar-mobile {
        font-family: 'Acer';
        margin: 0;
        padding: 0 3px;
        color: #0d1c70;
        line-height: 14px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        background-color: #fff;
        width: 57px
    }
    #menuMobile .header-mobile .bloco-dados .bloco-resgatar-mobile:hover {
        background-color: #232323
    }
    #menuMobile #dropdown-marketing-mobile {
        margin-top: 0px;
        padding: 10px 30px 10px 10px;
        background: #f5f5f5;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: none;
        overflow: none !important;
        position: static !important;
        min-height: 230px !important
    }
    #menuMobile #dropdown-marketing-mobile li {
        min-height: 40px;
        height: 40px
    }
    #menuMobile #dropdown-marketing-mobile li a {
        line-height: 56px;
        padding: 0px 16px;
        font-size: 14px
    }
    #menuMobile #dropdown-marketing-mobile li a i {
        height: 37px;
        line-height: 53px
    }
    #menuMobile .icon-prod-mobile {
        top: -4px
    }
    #menuMobile .collapsible-body {
        padding: 0
    }
    #menuMobile .collapsible-body li {
        background: #E0E0E0;
        margin-bottom: 1px
    }
    #menuMobile #dropdown-produtos,
    #menuMobile #dropdown-perfil {
        margin-top: 50px
    }
    #menuMobile .logo-pr-mobile {
        max-width: 111px;
        margin: 0 auto 5px auto;
        padding: 0 !important
    }
    #menuMobile .logo-pr-mobile img {
        width: 100%
    }
    .conteudo-deslogado {
        background-color: #232323
    }
    .conteudo-deslogado .bloco_login_mobile {
        background-color: #fff !important
    }
    .conteudo-deslogado .bloco_login_mobile h4 {
        margin: 0;
        padding: 19px 5px;
        text-align: center;
        letter-spacing: -1px;
        font-weight: bold;
        color: #fff;
        font-size: 12px !important;
        line-height: 1
    }
    .conteudo-deslogado .bloco_login_mobile p {
        margin: 0;
        padding: 0 0px 25px 0px;
        text-align: justify;
        letter-spacing: -1px;
        color: #fff;
        font-size: 12px !important;
        line-height: 1
    }
    .conteudo-deslogado .topo .box_login form .btn {
        background-image: linear-gradient( 41deg, #9b00ff 0%, #7200ff 100%);
         border: 0px solid #000000;
    }
    .conteudo-deslogado .topo .box_login form input {
        background-color: #f7f7f7 !important;
        border-bottom: 2px solid #232323;
        padding: 0 5px
    }
    .conteudo-deslogado .topo .box_login form label {
        color: #000 !important
    }
    .conteudo-deslogado .topo .box_login a.link_cadastre_se {
        color: #000000
    }
    .conteudo-deslogado .topo .box_login .collapsible-header {
        color: #333 !important
    }
    .conteudo-deslogado .topo .box_login ul.collapsible .collapsible-body {
        background-color: #fff !important;
        padding-top: 0 !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    header .navbar-fixed a.brand-logo {
        position: absolute;
        top: -9px
    }
}

input[type=text]:focus,
input[type=password]:focus,
input[type=button]:focus,
select:focus,
textarea:focus {
    outline: none
}

::selection {
    background: #232323;
    color: #FFF
}

::-moz-selection {
    background: #232323;
    color: #FFF
}

::-webkit-selection {
    background: #232323;
    color: #FFF
}

::selection {
    background: #232323;
    color: #FFF
}

::-moz-selection {
    background: #232323;
    color: #FFF
}

::-webkit-selection {
    background: #232323;
    color: #FFF
}

::-webkit-input-placeholder {
    color: #666 !important
}

:-moz-placeholder {
    color: #666 !important
}

::-moz-placeholder {
    color: #666 !important
}

:-ms-input-placeholder {
    color: #666 !important
}

input {
    -webkit-box-shadow: 0 0 0px 1000px tranparent inset
}

.select-wrapper span.caret {
    right: 15px
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #333
}

.row {
    margin-bottom: 0
}

#conteudo {
    padding-top: 53px;
    background-color: #fff
}
.pr-bg{
	background-color: #232323;
}

