@charset "utf-8";
/* CSS Document */

/* Fontes */
@font-face {
    font-family: Gunplay;
    src: url('../fonts/gunplay.ttf');
}
@font-face {
    font-family: Crabmeal;
    src: url('../fonts/Crabmeal.otf');
}
#bgpt {
    height: 100vh;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    background: url('../images/background-lula.jpg') no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}
/* Topo */
#wrapper {
    padding: 0;
    overflow: hidden;
}
#menu_topo strong {
    text-transform: uppercase;
    color: #f1f1f1;
    margin: 12px 0 0 70px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
}
#menu_topo {
    text-align: left;
    background-color: #000000;
}
#menu_topo .container {
    position: relative;
    height: 30px;
    margin-bottom: 20px;
}
#menu_topo #estrela {
    position: absolute;
    left: 2%;
    z-index: 1;
}
#menu_topo #doacao {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #f1f1f1;
    margin: 14px 0 0 0;
    display: inline-block;
}
/* Centro */

.titulo {
    color: white;
    font-weight: bold;
    padding: 15px 0;
}
.logotipo {
    float: left;
}
.titulo1 {
    color: #ffea00;
    font-family: Crabmeal;
    font-size: 40px;
}
.titulo2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.titulo-principal {
    font-family: gunplay;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 0.9;
    color: #fff;
}
.centro {
    text-align: center;
    background-color: rgba(255,0,0,0.6);
    margin-top: -20px;
    margin-bottom: -20px;
    padding-bottom: 70px;
    float: none;
}

@media screen and (max-width:480px) {
.titulo-principal {
    font-size: 110px;
}
#menu_topo strong {
    font-size: 8px;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.titulo-principal {
    font-size: 130px;
}
}
/* Copiado */
.content {
    background-color: #FFFFFF;
    padding: 20px;
    font-size: 16px;
    color: #616161;
}
/* Contador */
#contador {
    background: transparent url('../images/contador.gif') scroll no-repeat center center;
    background-size: contain;
    max-width: 245px;
    min-height: 230px;
    margin: 40px auto;
    padding: 65px 0;
    text-align: center;
}
#contador p {
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1em;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
}
#contador p span {
    font-size: 44px;
    font-family: 'aileron', sans-serif;
    font-weight: bold;
    display: block;
    line-height: 1em;
}
/* Box Escolha de Valores */
#topo_box_valor {
    padding: 10px 0 20px;
    border-bottom: 1px solid #b0b0b0;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
#topo_box_valor span {
    color: #fb2126;
    font-size: 18px;
}
#topo_box_valor #btns_topo {
    float: right;
}
#topo_box_valor #btns_topo .btn_status_valor {
    margin-left: 20px;
    float: left;
}
#topo_box_valor #btns_topo .btn_status_valor span {
    background-color: #616161;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 1px;
    display: inline-block;
}
#box_valor #inner_content {
    max-width: 400px;
    margin: 15px auto;
    font-weight: bold;
    text-transform: uppercase;
}
#box_valor #inner_content .valor {
    width: 29%;
    margin: 2%;
    background-color: #e2e3e9;
    float: left;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}
#box_valor #inner_content .valor.outro_valor {
    width: auto;
    float: none;
    padding: 10px 0;
}
#box_valor #inner_content .valor.outro_valor span {
    width: 36%;
    margin: 0 2%;
    font-size: 14px;
}
#box_valor #inner_content .valor.selecionado, #box_valor #inner_content .valor:hover {
    background-color: #fb2126;
    color: #FFFFFF;
}
#box_valor #inner_content .valor input {
    width: 58%;
    margin-right: 2%;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
#box_valor #doacao_periodo {
    margin-top: 25px;
}
#box_valor .btn_periodo {
    width: 46%;
    margin: 2%;
    float: left;
    padding: 12px 0;
    text-align: center;
    background-color: #e2e3e9;
}
#box_valor #container_avancar {
    margin: 30px auto 0;
    text-align: center;
}
#btn_submit, .btn_submit {
    background-color: #56b754;
    padding: 12px 18px;
    color: #FFFFFF;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
#btn_submit:hover, .btn_submit:hover {
    background-color: #3e823c;
    cursor: pointer;
}
/* Form DoaÃ§Ã£o */
#inner_content label {
    display: inline-block;
    color: #fb2126;
    text-transform: none;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
}
#inner_content input, #inner_content select {
    width: 100%;
    border: 2px solid #616161;
    font-size: 14px;
    padding: 0 5px;
}
#inner_content #forma_pag {
    margin: 20px 0 30px;
}
#inner_content #forma_pag h3 {
    text-transform: uppercase;
    color: #fb2126;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #616161;
    line-height: 0;
    margin: 20px 0;
}
#inner_content #forma_pag h3 span {
    background: #fff;
    padding: 0 10px;
}
#inner_content .row {
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
}
#inner_content .row > [class^="col-"], #inner_content .row > [class*=" col-"] {
    padding-right: 4px;
    padding-left: 4px;
}
/* Form Login */
.form_login #inner_content {
    margin-top: 20px
}
.captcha {
    margin: 10px 0 20px;
}
/* VÃ­deos */
#videos {
    margin-top: 40px;
    text-align: center;
}
#videos div a img {
    margin: 40px auto;
}
#videos div a img:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, rgba(255,255,255,0.3));
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, rgba(255,255,255,0.3));
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,0.3);
}
/* Footer */
#footer {
    margin: 20px 0 20px 0;
    background-color: rgba(200, 191, 186);
    height: 55px;
    text-align: right;
    position: relative;
}
#footer img {
    padding: 0 20px;
    margin-top: -20px;
    height: auto;
}
#footer #contato {
    text-align: left;
    font-weight: bold;
}
#footer #contato a {
    color: #FFFFFF;
}
/* Classes Gerais */
.faded {
    opacity: 0.6;
}
.radioBullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #313131;
    width: 12px;
    height: 12px;
    content: " ";
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.radioBullet:hover, .radioBullet.radioBulletAtivo {
    background-color: #fb2126;
}
.checkBullet {
    background-color: #FFFFFF;
    border: 2px solid #313131;
    width: 8px;
    height: 8px;
    content: " ";
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
}
.checkBullet:hover, .checkBullet.radioBulletAtivo {
    background-color: #fb2126;
}
.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.inclined {
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
}
.blurred {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 60px #000000;
}
.righty {
    text-align: right;
}
.centered {
    text-align: center;
}
.fio {
    border-top: 1px solid #a0a0a0;
    padding-top: 10px;
}
.clearfix {
    clear: both
}
.spacer {
    clear: both;
    margin: 10px 0;
}
.grey {
    background-color: #858585 !important;
}
/* Estilos ADM */
nav.menu_internas {
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fb2126;
    width: 100%;
    height: 36px;
}
nav.menu_internas ul {
    border-right: 1px solid #CCC;
    margin: 0 auto;
    min-width: 500px;
    display: table;
}
nav.menu_internas ul li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-left: 1px solid #ccc;
    float: right;
    padding: 0 10px;
    font-size: 14px;
    display: inline;
}
.tbInternas {
    margin-bottom: 10px;
    width: 100%;
}
.tbInternas tbody tr:first-child td {
    border: 2px solid #dfdfdf;
    color: #7a797a;
    background: inherit;
    font-weight: inherit;
}
.tbInternas tr th {
    border: 2px solid #dfdfdf;
    padding: 9px 10px 7px 10px;
    font-size: 16px;
}
.tbInternas tr td {
    border: 2px solid #dfdfdf;
    padding: 9px 10px 7px 10px;
}
.tbInternas th {
    border-top: none;
    background: #eeeeee;
    font-weight: bold;
    color: black;
}
#paginacao {
    float: right;
}
#paginacao button {
    background: #fb2126;
    border: none;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 3px 6px;
    line-height: 16px;
    border-radius: 0;
    border-left: 1px solid #FFFFFF;
}
p.total {
    float: right;
    font-size: 14px;
    clear: both
}
p#escolha_cor {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}
#sucesso {
}
#sucesso p {
    color: #616161;
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
}
#sucesso .botao_sucesso {
    margin: 20px auto 10px;
}
#compartilhe {
    margin-top: 40px;
    padding-top: 20px;
}
#compartilhe p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
}
#compartilhe h4 {
    font-size: 40px;
    text-align: center;
}
#compartilhe #btns_compartilhe {
    padding: 20px 0;
}
#compartilhe #btns_compartilhe p {
    text-transform: uppercase;
    text-align: center;
}
#compartilhe #btns_compartilhe a img {
    max-width: 100%;
}
#compartilhe #btns_compartilhe a img:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#obrigado {
    padding-top: 30px;
    font-size: 52px;
    line-height: 52px;
    color: #616161;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#carteirinha .spacer {
    margin: 40px 0;
}
#container_btn_carteirinha {
    max-width: 340px;
    margin: 18px auto 0;
    display: block;
}
#container_btn_carteirinha div {
    margin: 5px auto;
    width: 100%;
    display: block;
}
#menu_interno_mobile {
    width: 100%
}
#menu_interno_mobile option {
    text-align: center
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
p.box {
    text-align: center;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
#inner_content label {
    margin-top: 10px;
}
#inner_content .row div {
    text-align: left;
}
#inner_content .row .centered {
    text-align: center;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
#logo #faixa {
    height: 50px;
}
#logo #faixa h1 {
    font-size: 24px;
    margin-left: -140px;
}
#logo h2 {
    font-size: 44px;
    margin: 35px 0;
}
#box_valor h3 {
    font-size: 18px;
}
#box_valor #inner_content, #box_valor #inner_content .valor input {
    font-size: 12px;
}
#box_valor #topo_box_valor span {
    font-size: 18px;
    display: block;
    text-align: center;
}
#box_valor #topo_box_valor #btns_topo {
    float: none;
    margin-top: 10px;
    margin: 10px auto 0;
    display: block;
    width: 220px;
    height: 10px;
}
#obrigado {
    font-size: 38px;
    line-height: 38px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
#logo #faixa h1 {
    font-size: 16px;
}
}
.caixa_btn {
    cursor: pointer;
}
.rounded.error {
    background-color: #ffe000 !important;
}
.content a {
    text-decoration: underline;
}
.content .bandeiras ul li {
    border: 2px solid #000;
    padding: 10px;
    width: 96px;
    height: 96px;
    float: left;
    margin: 2px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.content .bandeiras ul li div {
    width: 100%;
    position: relative;
    height: 42px;
    top: 0px;
    left: 0px;
    background: url(../images/spritecards.jpg);
    background-size: 100%;
}
.content div.bandeiras {
    height: 220px;
}
.content .bandeiras ul li .mastercard {
    background-position: 0px -29px;
}
.content .bandeiras ul li .amex {
    background-position: 0px -145px;
}
/* line 448, ../sass/style.scss */
.content .bandeiras ul li .visa {
    background-position: 0px 15px;
}
/* line 450, ../sass/style.scss */
.content .bandeiras ul li .diners {
    background-position: 0px -71px;
    height: 55px;
}
/* line 452, ../sass/style.scss */
.content .bandeiras ul li .electron {
    background-position: 0px -212px;
}
/* line 453, ../sass/style.scss */
.content .bandeiras ul li .maestro {
    background-position: 0px -269px;
}
/* line 454, ../sass/style.scss */
.content .bandeiras ul li .aura {
    background-position: 0px -315px;
}
/* line 455, ../sass/style.scss */
.content .bandeiras ul li .elo {
    background-position: 0px -365px;
    height: 54px;
}
/* line 456, ../sass/style.scss */
.content .bandeiras ul li .discover {
    background-position: 0px -426px;
    height: 55px;
}
/* line 457, ../sass/style.scss */
.content .bandeiras ul li .jcb {
    background-position: 0px -480px;
    height: 55px;
}
/* line 459, ../sass/style.scss */
.content .bandeiras ul li input {
    position: absolute;
    bottom: 10px;
    margin-left: -10px;
}
.loading {
    background-image: url(../images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 60px;
}
div.bancosDebito {
    margin-top: 10px;
}
.spacer {
    clear: both;
    margin: 50px 0;
}
#admin form label {
    width: 150px;
}
/* Pandora */
.uib-position-measure {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}
.uib-position-scrollbar-measure {
    position: absolute !important;
    top: -9999px !important;
    width: 50px !important;
    height: 50px !important;
    overflow: scroll !important;
}
.uib-position-body-scrollbar-measure {
    overflow: scroll !important;
}
.ng-animate-shim {
    visibility: hidden;
}
.ng-anchor {
    position: absolute;
}
.vermelho {
	color: #e73c34;
	font-weight: bold;
	text-transform: uppercase;
}
a {
	color: red;
}
.informacao {
	background-color: white;
	padding: 10px;
}
section.logado {
	background: rgba(255,0,0,0.6);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
}