    body {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    @media screen {
        .noscreen {
            display: none;
        }
    }

    section {
        padding: 50px 0;
    }

    ::selection {
        text-shadow: none;
        background: #f38120
    }

    #ganhe-pontos .ganhe-pontos-item .ganhe-pontos-caption p, section h3.section-subheading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
    }

    /*ÁREA DO MENU ACESSIBILIDADE*/

    #menu-acessibilidade a:hover {
        color: #ffffff !important;
    }

    #menu-acessibilidade a, #menu-acessibilidade a.active, #menu-acessibilidade a:active, #menu-acessibilidade a:focus, #menu-acessibilidade a:hover {
        color: #ffffff !important;
    }

    #menu-acessibilidade .link-site-oficial li {
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 9px;
        padding-top: 10px;
    }

    .top-bar>.navbar-default {
        background-color: #1f191b;
        border: #ececec;
    }

    @media (min-width: 768px) {
        .top-bar .navbar-nav>li>a {
            padding-top: 8px;
            padding-bottom: 15px;
            font-size: 9.5px;
            color: #ffffff;
        }
        .top-bar .navbar-nav>li>span {
            font-size: 9.5px;
            position: relative;
            top: 6px;
            color: #ffffff;
        }
        .top-bar .navbar-nav li .contraste {
            cursor: pointer;
            padding: 0px 25px 0 12px;
        }
        .top-bar .navbar-nav li i {
            font-size: 12px !important;
            cursor: pointer;
        }
    }

    .top-bar .navbar-nav li span.acessibility i {
        color: #ffffff;
        padding: 0 15px;
        font-size: 20px !important;
        cursor: default;
    }

    .top-bar .navbar-nav li span.divisor-pipes {
        color: #ffffff;
        padding-right: 5px;
        font-size: 18px !important;
    }

    /*FIM ÁREA DO MENU ACESSIBILIDADE*/

    /*ÁREA DO MENU*/

    @media (max-width:767px) {
        .navbar {
            max-height: 90px;
        }
    }

    #mainNav a {
        color: #333;
        font-size: 15.5px;
        letter-spacing: -1px
    }

    .navbar-custom {
        background-color: #fff;
    }

    .navbar-brand>img {
        margin: 0 auto;
    }

    @media (max-width:767px) {
        .navbar-brand>img {
            margin: 0 auto;
            position: relative;
            top: -13px;
        }
    }

    .navbar-toggle {
        float: left;
        margin: 22px -40px 0 10px;
        padding: 15px;
    }

    .navbar-custom .navbar-toggle {
        background-color: #eb1b23;
        border-color: #eb1b23;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
        color: #fb0404;
        background-color: transparent;
    }

    .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
        background-color: rgb(189, 16, 18);
        border-color: rgb(189, 16, 18);
    }

    #mainNav.navbar-custom .navbar-nav>.active>a {
        color: #fb0404 !important;
        border-bottom: 4px solid #fb0404 !important;
        padding-bottom: 25px !important;
        background-color: transparent;
        border-radius: initial;
    }

    @media (min-width: 768px) {
        .navbar-custom {
            background-color: #fff;
            padding: 0;
            -webkit-transition: padding .3s;
            -moz-transition: padding .3s;
            transition: padding .3s;
            border-bottom: 1px solid rgba(153, 153, 153, 0.24);
            margin-top: 32px;
            height: 85px;
        }
    }

    @media (min-width: 768px) {
        .navbar-custom.affix {
            background-color: #fff;
            padding: 0;
        }
    }

    .navbar-brand {
        float: inherit;
        height: 50px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar-custom .navbar-collapse {
        padding-top: 20px;
        background-color: rgb(255, 255, 255);
    }

    @media (max-width: 767px) {
        .navbar-custom .navbar-collapse {
            margin-top: -32px;
        }
    }

    @media (min-width: 769px) {
        #mainNav a.cadastre {
            color: #fff !important;
            background-color: #ec1b23;
            border-radius: 25px;
            margin-right: 5px;
            padding: 10px 20px;
            margin-top: 5px;
        }
    }

    @media (min-width: 769px) {
        #mainNav a.entre {
            color: #fff !important;
            background-color: #ffca0d;
            border-radius: 25px;
            margin-left: 12px !important;
            margin-right: 5px;
            padding: 10px 20px;
            margin-top: 5px;
        }
    }

    @media (max-width: 768px) {
        #mainNav a.cadastre {
            color: #fff !important;
            background-color: #ec1b23;
            border-radius: 25px;
            margin-right: 5px;
            padding: 10px 20px;
            margin-top: 5px;
            text-align: center
        }
    }

    @media (max-width: 768px) {
        #mainNav a.entre {
            color: #fff !important;
            background-color: #ffca0d;
            border-radius: 25px;
            margin-right: 5px;
            padding: 10px 20px;
            margin-top: 5px;
            text-align: center;
        }
    }

    @media (max-width: 769px) {
        a.sair {
            text-align: left !important;
            margin: 0 0 8px 0 !important;
            font-size: 16px !important;
        }
    }

    @media (max-width: 769px) {
        a.conta {
            font-size: 11px !important;
            position: relative !important;
            background-color: #3b3b3b !important;
            border-radius: 25px !important;
            bottom: 0 !important;
            text-align: center;
        }
    }

    @media (min-width: 769px) {
        a.conta {
            font-size: 11px !important;
            position: absolute !important;
            right: 0px !important;
            background-color: #3b3b3b !important;
            border-radius: 25px !important;
            bottom: -25px !important;
            padding: 4px 15px!important;
            border: 1px solid #999;
        }
    }

    @media (min-width: 769px) {
        a.usuario {
            padding-left: 40px !important;
            padding-bottom: 0 !important;
        }
    }

    /*menu dashboard*/

    #mainNav2 ul {
        margin: 0 auto !important;
        color: #fff !important;
        float: none !important;
        display: table !important;
    }

    #mainNav2 ul li a {
        color: #fff;
        margin: 0;
        padding: 0 25px;
        background-color: transparent;
    }

    @media (min-width: 768px) {
        #mainNav2 {
            background-color: rgba(255, 152, 0, 0.88) !important;
            padding: 0 !important;
            top: 75px;
            z-index: 1;
            max-height: 50px;
        }
    }

    @media (max-width: 767px) {
        #mainNav2 {
            background-color: rgba(255, 152, 0, 0.88) !important;
            padding: 0 !important;
            top: 120px;
            z-index: 1;
            max-height: 60px;
        }
    }

    @media (max-width: 767px) {
        #mainNav2 .navbar-toggle {
            float: right;
            margin: 5px 10px 0 10px;
            padding: 15px;
            background-color: #d0c9c9;
        }
        #mainNav2 #area-usuario {
            padding: 10px;
            top: 18px;
            position: relative;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
        }
        #mainNav2 ul {
            margin-left: 0 !important;
            padding-bottom: 15px;
            width: 100%;
        }
        #mainNav2 ul li a {
            color: #fff;
            margin: 0;
            padding: 10px 25px;
            border-bottom: 1px solid rgba(255, 152, 0, 0.88);
        }
        #mainNav2.navbar-custom .navbar-collapse {
            padding-top: 15px;
            background-color: rgba(255, 152, 0, 0.88) !important;
        }
    }

    /*fim menu dashboard*/

    /*FIM ÁREA DO MENU*/

    /*ÁREA DA HOME*/

    @media (min-width: 769px) {
        #home {
            padding-top: 115px;
        }
    }

    @media screen and (min-width: 360px) and (max-width: 768px) {
        #home {
            padding-top: 86px;
            min-height: 736px;
        }
    }

    @media screen and (max-width: 373px) {
        #home {
            padding-top: 86px;
            min-height: 550px;
        }
    }

    /*FIM ÁREA DA HOME*/

    /*ÁREA LOGIN SLIDER*/

    @import "bourbon";
    .wrapper .alert {
        margin-bottom: 0;
    }

    @media (min-width: 992px) {
        .wrapper {
            margin-top: 4%;
            margin-bottom: 80px;
            max-width: 250px;
            position: absolute;
            right: -20px;
            z-index: 2;
        }
    }

    .wrapper h2 {
        color: #000000;
        margin: 0 0 10px 0;
        font-weight: 100;
        font-size: 18px;
    }

    .wrapper .cadastro {
        background-color: #000000;
        padding: 15px 0;
        border-radius: 0 0 15px 15px;
        max-width: 380px;
        margin: 0 auto;
    }

    .wrapper .cadastro a {
        color: #ffffff;
        font-weight: bold;
    }

    .slide-text {
        max-width: 100% !important;
    }

    .slide-filmes {
        max-width: 100% !important;
        padding: 130px 0 !important;
        text-align: center !important;
    }

    .slide-filmes h1 {
        color: #ffca0d;
        font-size: 32px;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-shadow: 1px 2px 7px #000000;
    }

    .slide-filmes a {
        color: #ffffff;
        font-size: 16px;
        margin-top: 35px;
    }

    .slide-filmes a.btn-primary {
        background-color: #bf202f;
        border-color: #bf202e;
    }

    .slide-filmes h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 100;
        text-shadow: 1px 2px 7px #000000;
    }

    .pipoca-login img {
        position: absolute;
        max-width: 350px;
        z-index: 9;
        left: 0;
        top: 25px;
    }

    @media (max-width: 1280px) {
        .pipoca-login img {
            max-width: 300px;
        }
    }

    @media (max-width: 1025px) {
        .pipoca-login img {
            display: none;
        }
    }

    @media (min-width: 992px) {
        div.slide-clube-da-pipoca {
            left: 0;
            top: 30%;
            padding: 10px;
            position: absolute;
            text-align: left;
            padding: 10px 85px;
            margin: 0;
            width: 46%;
        }
    }

    @media (min-width: 992px) {
        div.slide-clube-da-pipoca-right {
            right: 42px;
            top: 36%;
            padding: 10px 50px 0 50px;
            margin: 0;
            width: 28%;
            position: absolute;
        }
    }

    @media screen and (min-width: 374px) and (max-width: 768px) {
        div.slide-clube-da-pipoca-right {
            position: absolute;
            bottom: 0;
        }
    }

    div.slide-clube-da-pipoca-right h3 {
        font-size: 24px;
        color: #ffca0d;
        text-align: left;
        text-transform: initial;
        font-weight: 100;
    }

    div.slide-clube-da-pipoca-right p {
        font-size: 16px;
        color: #fff;
        text-align: left;
        text-transform: initial;
        font-weight: 100;
    }

    div.slide-clube-da-pipoca p {
        text-transform: uppercase;
        font-size: 31px;
        font-weight: lighter;
        letter-spacing: 5px;
        line-height: 1.3;
        color: #fff;
    }

    div.slide-clube-da-pipoca h2 {
        font-size: 61px;
        min-width: 280px;
        color: #fff;
        width: 100%;
        line-height: 0;
        letter-spacing: -5px;
    }

    div.slide-clube-da-pipoca h1 {
        font-size: 77px;
        color: #ffca0d;
        line-height: 1;
        letter-spacing: -5px;
    }

    div.slide-clube-da-pipoca p {
        text-transform: uppercase;
        font-size: 31px;
        font-weight: lighter;
        letter-spacing: 5px;
        line-height: 1.3;
        color: #fff;
    }

    .form-signin {
        max-width: 380px;
        padding: 15px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 25px 25px 0 0;
    }

    .form-signin .facebook, .form-signin #googleBtnCustom {
        border-radius: 25px;
        text-align: center;
        padding: 8px 15px;
        margin: 8px 0 0 0;
        cursor: pointer;
        font-size: 12px
    }

    .form-signin #googleBtnCustom a {
        text-decoration: none;
    }

    .form-signin #googleBtnCustomVinculo {
        border-radius: 15px;
        text-align: center;
        padding: 8px 15px;
        margin: 8px 0 0 0;
        cursor: pointer;
    }

    #googleBtnCustom {
        border-radius: 25px;
        text-align: center;
        padding: 8px 15px;
        font-size: 15px;
        color: #fff;
        background-color: #f34346;
        cursor: pointer;
        text-decoration: none;
    }

    #googleBtnCustomVinculo {
        border-radius: 15px;
        text-align: center;
        padding: 8px 15px;
        margin: 8px 0 0 0;
        font-size: 12px;
        color: #fff;
        background-color: #f34346;
    }

    #googleBtnCustomCadastro {
        border-radius: 22px;
        text-align: center;
        padding: 12px 15px;
        margin: 0px 0 0 0;
        font-size: 14px;
        color: #fff;
        background-color: #f34346;
    }

    #googleBtnCustom .buttonText:hover {
        border-bottom: 1px solid #ffffff;
    }

    #googleBtnCustomVinculo .buttonText:hover {
        border-bottom: 1px solid #ffffff;
    }

    .form-signin .facebook, .form-signin .google a {
        font-size: 12px;
        color: #fff;
    }

    .form-signin h3 {
        color: #333;
        margin: 10px;
        font-weight: 100;
        font-size: 18px;
    }

    .form-signin input {
        border-radius: 15px;
    }

    .form-signin .facebook {
        background-color: #47619e;
    }

    .form-signin .google {
        background-color: #f34346;
    }

    .form-signin .btn-entrar {
        background-color: #ffca0d;
        color: #000000;
        border-radius: 15px;
        font-weight: bold;
    }

    .form-signin .esqueci-senha {
        border-radius: 15px;
        padding: 10px 0 0;
    }

    .form-signin .esqueci-senha a {
        color: #333;
        font-size: 12px;
    }

    /*FIM ÁREA LOGIN SLIDER*/

    /*MIDIA SUPER DFP*/

    #midia-dfp {
        background-color: #ffffff;
        margin: 0 auto;
        padding-bottom: 0;
    }

    #midia-dfp img {
        margin: 0 auto;
    }

    /*FIM MIDIA SUPER DFP*/

    /*ÁREA COMO FUNCIONA*/

    #como-funciona {
        padding-bottom: 0;
        background: url(../img/bg-facil-participar.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-bottom: 0;
    }

    #como-funciona {
        padding-bottom: 0;
    }

    #como-funciona h2, #como-funciona h3 {
        margin: 20px auto;
        max-width: 800px;
    }

    /*FIM ÁREA COMO FUNCIONA*/

    /*ÁREA GANHE PONTOS*/

    #ganhe-pontos {
        padding-bottom: 0;
        background: url(../img/bg-ganhe-pontos-novo.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-bottom: 0;
    }

    @media (max-width: 767px) {
        #ganhe-pontos {
            background-color: #fff;
        }
    }

    #ganhe-pontos .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    #ganhe-pontos .titulo-bloco-pontos {
        font-size: 26px;
        color: #333333;
        font-weight: bold;
    }

    #ganhe-pontos .well {
        padding: 0 0 0 18px;
        text-align: left;
        min-height: 56px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 20px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
    }

    #ganhe-pontos .well strong {
        font-size: 10px;
        font-weight: 100;
    }

    #ganhe-pontos .label {
        border-radius: 0 !important;
    }

    #ganhe-pontos .well span {
        color: #f38120;
        text-align: left;
        font-size: 22px;
        line-height: 0.5;
        border-left: 1px solid #999;
        padding-left: 50px;
    }

    #ganhe-pontos .well span strong {
        font-size: 12px;
        font-weight: 100;
    }

    #ganhe-pontos h2, #ganhe-pontos h3 {
        margin: 20px auto;
        max-width: 610px;
        color: #333333;
        font-weight: bold;
    }

    /*#ganhe-pontos .texto-informativo{
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
    }*/

    #ganhe-pontos .texto-informativo h3 {
        font-size: 22px;
        color: #000000;
        margin-top: 5px;
    }

    #ganhe-pontos h4 {
        font-size: 14px;
    }

    /*FIM ÁREA GANHE PONTOS*/

    /*ÁREA TROQUE SEUS PONTOS*/

    @media(min-width:768px) {
        #troque-seus-pontos {
            padding-bottom: 0;
            background: url(../img/bg-troque-seus-pontos.png);
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding-bottom: 35px;
        }
    }

    #troque-seus-pontos {
        background-color: #ffffff;
    }

    #troque-seus-pontos .img-responsive {
        max-width: 115%;
        margin: 0 auto;
    }

    #troque-seus-pontos .card-content {
        margin: 0 auto;
        max-width: 232px;
    }

    #troque-seus-pontos .card-content h4 {
        text-align: left;
        color: #333;
        font-size: 12px;
        font-weight: 100;
    }

    #troque-seus-pontos .card-content h4 span {
        text-align: left;
        color: #f38120;
        font-size: 32px;
        line-height: 0.5;
    }

    #troque-seus-pontos .card-content h4 span strong {
        font-size: 12px;
        font-weight: 100;
    }

    #texto-institucional h5 {
        margin-left: 15px !important;
        font-size: 16px;
    }

    #texto-institucional hr {
        margin: 20px 15px !important;
    }

    @media (min-width:992px) {
        #texto-institucional p {
            margin-left: 25px !important;
            margin-right: 25px !important;
        }
    }

    @media (max-width:991px) {
        #texto-institucional p {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }
    }

    #texto-institucional p {
        text-align: justify;
    }

    .input-sm+.form-control-feedback {
        line-height: 50px;
        font-size: 35px;
        width: 60px;
        color: #999999;
    }

    .slider {
        width: 90%;
        margin: 0 auto;
    }

    .slick-slide {
        margin: 0px 20px;
    }

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

    .slick-prev:before, .slick-next:before {
        color: rgba(0, 0, 0, 0.68) !important;
    }

    #troque-seus-pontos h2, #troque-seus-pontos h3 {
        margin: 20px auto;
        max-width: 665px;
    }

    #combos-desktop h3, #combos-mobile h3 {
        text-align: center;
        border: 1px solid #ededed;
        padding: 20px 50px;
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 0;
    }

    #combos-desktop .card-content.informacoes-validade{
        padding-top: 35px;
        width: 155px;
    }

    #combos-mobile .card-content.informacoes-validade{
        width: 155px;
    }

    @media (max-width:767px) {
        #combos-mobile h3 {
            padding: 20px 10px;
        }
    }

    /*FIM ÁREA TROQUE SEUS PONTOS*/

    /*ÁREA PROMOÇÕES*/

    #promocoes {
        background-color: #fff;
        padding: 0;
    }

    #promocoes .col-md-12, #promocoes .col-sm-12 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #promocoes img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #myCarousel.carrossel-bomboniere-home {
        height: auto !important;
    }

    /*@media (min-width: 992px) {
        #promocoes {
            background: url('../img/bomboniere-planeta-dos-macacos.png');
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding-bottom: 0;
            height: 70%;
            position: relative;
        }
    }*/

    /*@media (max-width: 780px) {
        #promocoes {
            background: url('../img/bomboniere-planeta-dos-macacos-mobie.png');
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding-bottom: 0;
            height: 70%;
            position: relative;
        }
    }*/

    /* @media (min-width: 992px) {
        #promocoes .container {
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            max-width: 1080px;
            bottom: 0;
        }
    }*/

    #promocoes .container img {
        margin: 0 auto;
    }

    #links-promocoes {
        padding: 50px 0 30px 0
    }

    #links-promocoes ul li {
        padding: 0 20px;
    }

    #links-promocoes ul li a {
        color: #333;
    }

    #links-promocoes .duvidas-frequentes {
        color: #333;
        padding: 20px 20px 0;
    }

    /*FIM ÁREA PROMOÇÕES*/

    /*ÁREA DO CADASTRO*/

    #bloco-cadastro {
        margin-top: 100px;
        padding-bottom: 0;
    }

    #bloco-cadastro .facebook {
        background-color: #47619e;
        text-align: center;
        padding: 14px 0;
        border-radius: 25px;
        cursor: pointer;
        color: #ffffff;
    }

    #loginForm .facebook {
        background-color: #47619e;
        text-align: center;
        padding: 9px 15px;
        border-radius: 25px;
        cursor: pointer;
        color: #fff !important;
        margin: 0px 0 15px 0;
    }

    #novoCadastroForm .facebook {
        background-color: #47619e;
        text-align: center;
        padding: 5px;
        border-radius: 25px;
        cursor: pointer;
        color: #fff !important;
        margin: 8px 0 15px 0;
    }

    #novoCadastroForm .facebook a {
        background-color: #47619e;
        text-align: center;
        font-size: 12px;
        border-radius: 25px;
        cursor: pointer;
        color: #fff !important;
    }

    #bloco-cadastro .google {
        background-color: #f34346;
        text-align: center;
        padding: 14px 0;
        border-radius: 25px;
        cursor: pointer;
        font-size: 15px;
    }

    #bloco-cadastro .login-redes-sociais {
        margin-bottom: 20px;
    }

    #bloco-cadastro .facebook a, #bloco-cadastro .google {
        color: #fff;
        text-decoration: none;
    }

    #bloco-cadastro .facebook i, #bloco-cadastro .google i {
        font-size: 23px;
    }

    #bloco-cadastro .termos {
        color: #3c90d8;
    }

    #bloco-cadastro h3.section-subheading {
        margin-bottom: 25px;
        line-height: 1.6;
    }

    #bloco-cadastro .panel, #bloco-cadastro .panel-heading {
        border: 0;
        box-shadow: none;
    }

    #bloco-cadastro .panel-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        padding: 20px 0;
        color: #f38120;
    }

    #bloco-cadastro label {
        color: #777;
    }

    #bloco-cadastro .input-sm, #bloco-cadastro select, #bloco-cadastro button {
        min-height: 50px;
        height: 100%;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 1.5;
        border-radius: 25px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #bloco-cadastro h4 {
        padding: 12px 5px 10px 0;
        font-size: 22px;
        font-weight: 100;
        margin-top: 0;
        color: #f38120;
        background-color: #ececec;
        border-radius: 10px 10px 0 0;
    }

    #bloco-cadastro .page-login .panel-default {
        background-color: #ececec;
        min-height: 560px;
    }

    #bloco-cadastro .page-login h3 {
        color: #333;
        padding: 0 16px;
        margin: 10px 0;
        font-size: 22px;
    }

    #bloco-cadastro .page-login p {
        color: #666;
        padding-left: 16px;
        margin: 10px 0;
        font-size: 14px;
    }

    #bloco-cadastro .page-login a {
        color: #f38120;
        padding: 5px;
        line-height: 2;
        font-weight: normal;
    }

    #bloco-cadastro .page-login input {
        margin-bottom: 5px;
    }

    #bloco-cadastro .clube-da-pipoca-cadastro-cpf {
        background-color: #f5f5f5;
        border: 1px solid #dedede;
        margin: 25px 0 10px 0;
    }

    #bloco-cadastro .clube-da-pipoca-cadastro-cpf p {
        font-size: 12px !important;
        line-height: normal;
        text-align: justify;
    }

    #bloco-cadastro .page-acessibilidade .panel-default {
        background-color: #e6e6e6;
    }

    #bloco-cadastro .page-acessibilidade .panel-default hr {
        background-color: #ffffff;
    }

    .cadastro-complementar {
        background-color: #f4f4f4;
        border-radius: 0 0 10px 10px;
    }

    #promocoes-cadastro {
        padding-top: 0 !important;
    }

    #promocoes-cadastro h2 {
        color: #777;
        font-size: 36px;
        font-weight: 100;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #F90;
    }

    /*FIM ÁREA DO CADASTRO*/

    /*ATENDIMENTO*/

    #bloco-atendimento {
        margin-top: 100px;
        padding-bottom: 0;
    }

    #bloco-atendimento h3.section-subheading {
        margin-bottom: 25px;
        line-height: 1.4;
    }

    #bloco-atendimento .panel, #bloco-atendimento .panel-heading {
        border: 0;
        box-shadow: none;
    }

    #bloco-atendimento .panel-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        padding: 20px 0;
        color: #f38120;
    }

    #bloco-atendimento label {
        color: #777;
    }

    #bloco-atendimento .input-sm, #bloco-atendimento select, #bloco-atendimento button {
        height: 50px;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 25px;
        margin-top: 0;
    }

    #bloco-atendimento select {
        -webkit-appearance: none;
        /* Remove estilo padrão do Chrome */
        -moz-appearance: none;
        /* Remove estilo padrão do FireFox */
        appearance: none;
        /* Remove estilo padrão do FireFox*/
        background: url(../img/arrow-select-black.png) no-repeat;
        /* Imagem de fundo (Seta) */
        background-position: 97% center;
        width: 100%;
        background-size: 20px 20px;
        background-color: #ffffff;
    }

    @media (max-width:480px) {
        #bloco-atendimento h2.section-heading {
            font-size: 28px !important;
        }
    }

    #bloco-atendimento h4 {
        padding: 12px 5px 10px 0;
        font-size: 22px;
        font-weight: 100;
        margin-top: 0;
        color: #f38120;
        background-color: #ececec;
        border-radius: 10px 10px 0 0;
    }

    #bloco-atendimento .page-login .panel-default {
        background-color: #ececec;
        min-height: 560px;
    }

    #bloco-atendimento .page-login h3 {
        color: #333;
        padding: 0 16px;
        margin: 10px 0;
        font-size: 22px;
    }

    #bloco-atendimento .page-login p {
        color: #666;
        padding-left: 16px;
        margin: 10px 0;
        font-size: 14px;
    }

    #bloco-atendimento .page-login a {
        color: #f38120;
        padding: 5px;
        line-height: 2;
        font-weight: normal;
    }

    #bloco-atendimento .page-login input {
        margin-bottom: 5px;
    }

    #bloco-atendimento textarea {
        min-height: 100px;
    }

    /*FIM ATENDIMENTO*/

    /*ÁREA DE USUÁRIO LOGADO*/

    .usuario-logado span {
        width: 0px;
        height: 0px;
        border: 18px solid transparent;
        float: left;
        margin-right: 0;
        margin-top: 14px;
    }

    .usuario-logado span.marcador {
        border-left-color: #1de3ec;
    }

    .usuario-logado {
        max-width: 100% !important;
        padding: 10px 0;
    }

    .usuario-logado h3 {
        font-size: 36px;
        color: #ffffff;
        text-align: left;
        font-weight: 100;
    }

    .usuario-logado h3 strong {
        font-size: 62px;
        color: #fcee22;
    }

    .usuario-logado h6 strong {
        font-size: 40px;
        color: #fcee22;
    }

    .usuario-logado h6 {
        font-size: 35px;
        color: #ffffff;
        text-align: left;
        font-weight: 100;
    }

    .usuario-logado .pontuacao {
        border: 2px solid #fff;
        border-radius: 25px;
        margin-top: 15px;
        padding: 0 25px 10px 25px;
    }

    @media (max-width:767px) {
        .usuario-logado h3 {
            font-size: 24px;
        }
    }

    @media (max-width:767px) {
        .usuario-logado h6 {
            font-size: 20.5px;
        }
    }

    @media (max-width:767px) {
        .usuario-logado h3 strong, .usuario-logado h6 strong {
            font-size: 28px;
        }
    }

    @media (min-width:768px) {
        .usuario-logado img.proximo-premio {
            min-width: 350px;
            position: absolute;
            top: -100px;
            right: 120px;
            margin: 0 auto;
        }
    }

    @media (max-width:767px) {
        .usuario-logado img.proximo-premio {
            margin: 0 auto;
        }
    }

    @media (max-width:767px) {
        .bloco-usuario {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .bloco-usuario .container-fluid {
        padding: 0;
    }

    @media (min-width:768px) {
        .bloco-usuario .slide-pontos-premio {
            text-align: center;
            position: relative;
            bottom: -280px;
            color: #fcee22;
            font-size: 24px;
            font-weight: bold;
            background-color: #333;
            max-width: 180px;
            border: 2px solid #fff;
            border-radius: 10px;
            margin: 0 auto;
        }
    }

    @media (max-width:767px) {
        .bloco-usuario .slide-pontos-premio {
            text-align: center;
            position: relative;
            bottom: 0px;
            color: #fcee22;
            font-size: 24px;
            font-weight: bold;
            background-color: #333;
            max-width: 180px;
            border: 2px solid #fff;
            border-radius: 10px;
            margin: 0 auto;
        }
    }

    .bloco-usuario {
        position: relative;
    }

    .bloco-usuario p, .bloco-usuario h2 {
        font-size: 36px;
        color: #fff;
        text-align: left;
    }

    .bloco-usuario h2 {
        margin-top: 0;
    }

    .bloco-usuario p {
        margin: 0px;
    }

    .bloco-usuario hr {
        margin: 0px;
        padding-bottom: 0;
    }

    .bloco-usuario table {
        background-color: #fff;
        margin: 15px auto;
        border-radius: 15px;
        min-height: 157px;
        width: 100%;
    }

    .bloco-usuario td {
        vertical-align: middle;
        text-align: center;
        border-radius: 15px !important;
        padding: 0 15px;
    }

    .bloco-usuario td.num-clube {
        border-right: 1px solid #ececec;
    }

    .bloco-usuario td.membro-desde {
        border-bottom: 1px solid #ececec;
    }

    .bloco-usuario td.pontuacao-atual strong {
        float: left;
        text-align: left;
    }

    .bloco-usuario td .img-responsive {
        max-width: 150px;
    }

    .bloco-usuario td h5 {
        color: #fff;
        background-color: #f90;
        border-radius: 50px;
        max-width: 31px;
        margin: 0 auto;
        text-align: center;
        padding: 8px 0px;
    }

    .bloco-usuario td p.acesso-usuario {
        font-size: 16px;
        color: #333;
        text-align: center;
    }

    .bloco-usuario td p.voce-tem {
        font-size: 10px;
        color: #333;
        text-align: center;
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 12px;
    }

    .bloco-usuario td p.pontos {
        font-size: 10px;
        color: #f90;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -12px;
        font-style: italic;
    }

    .bloco-usuario #canvas {
        display: block;
        width: 120px;
        margin: 0 auto;
    }

    .bloco-usuario .pop-pontos {
        position: absolute;
        margin: 0 auto;
        left: 40px;
        right: 0;
        bottom: 10px;
        max-width: 45px;
    }

    #avisoValidacao {
        position: relative;
    }

    @media (max-width:768px) {
        #avisoValidacao .aviso-validacao {
            left: 10px !important;
            right: 10px !important;
            top: -40px !important;
            max-width: 100% !important;
        }
    }

    #avisoValidacao .aviso-validacao {
        position: absolute;
        background-color: #1de3ec;
        border-radius: 15px;
        right: -90px;
        top: 35px;
        max-width: 260px;
        padding: 15px 5px 10px 5px;
        text-align: center;
    }

    #avisoValidacao .aviso-validacao:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0px;
        border: 25px solid transparent;
        border-bottom-color: #1de3ec;
        border-top: 0;
        margin-left: -25px;
        margin-top: -24px;
    }

    #avisoValidacao .aviso-validacao p {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.40;
    }

    #avisoValidacao .aviso-validacao a {
        margin: 10px 0 8px 0;
        color: #ffffff;
        font-weight: 600;
        width: 70%;
        border: 2px solid #ffffff;
        box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.54);
        animation: pulse 1s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        30% {
            transform: scale(1);
        }
        40% {
            transform: scale(1.08);
        }
        50% {
            transform: scale(1);
        }
        60% {
            transform: scale(1);
        }
        70% {
            transform: scale(1.05);
        }
        80% {
            transform: scale(1);
        }
        100% {
            transform: scale(1);
        }
    }

    #myModalAviso .modal-content{
        background-color: transparent;
        border: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #myModalAviso .modal-body {
        padding: 0;
    }

    #myModalAviso .alert-success{
        margin: 0;
    }

    #myModalAviso .modal-footer {
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    #myModalAviso .modal-footer button{
        background: transparent;
        border: 0;
        color: #000;
    }
    /*ÁREA DE USUÁRIO LOGADO*/

    /*ÁREA FOOTER*/

    footer {
        margin: 0;
        background-color: #ececec;
        padding: 50px 0 15px 0;
    }

    footer ul.social-buttons li a {
        background-color: #fff;
        height: 60px;
        width: 60px;
        font-size: 30px;
        line-height: 60px;
        color: #333;
        border: 2px solid #333;
    }

    footer ul.social-buttons li a:hover {
        background-color: #ec1b23;
        color: #fff;
    }

    footer ul.social-buttons li a:focus {
        background-color: #f38120;
        color: #fff;
    }

    footer p {
        padding-top: 10px;
    }

    footer .img-responsive {
        margin: 15px auto;
    }

    footer .col-md-4 {
        padding-left: 0;
    }

    @media (min-width: 992px) {
        footer .col-md-2 {
            border-right: 1px solid #999;
        }
    }
    .rodape-validacao{
        background-color: #1de3ec;
    color: #ffffff;
    padding-top: 11px;
    min-height: 30px !important;
    border: 0;
    box-shadow: 0px 2px 30px 8px #000;
    }
    .rodape-validacao a{
        color: #000;
        font-weight: bold;
        font-style: italic;
    }
    
    .modal-validacao{
        max-width: 600px;
        margin-top : 170px
    }

    .modal-validacao p{
        text-align: center;
    }

    .alerta-validacao{
        background-color: #1de3ec;
        border-color: #bce8f1;
        color: #fff;
        box-shadow: 5px 3px 20px rgba(0, 0, 0, 0.48);
        border: 0;
    }
    .alerta-validacao a{
        color: #000;
        font-weight: bold;
        font-style: italic;
    }
    /*FIM ÁREA FOOTER*/

    /*SEM PREMIOS DISPONIVEIS*/

    #premios-disponiveis .sem-premios {
        border: 4px dashed #ececec !important;
        padding: 50px !important;
        text-align: center !important;
        color: #bbbaba !important;
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    /*FIM SEM PREMIOS DISPONIVEIS*/

    .campo-erro {
        color: red;
    }