﻿@charset "UTF-8";
@import url('fontes.css');

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Avenirltstd, Releway;
    /*background-image: -webkit-linear-gradient(270deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');
    background-image: linear-gradient(180deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');*/
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover; /*125vw*/
    background-repeat: repeat, no-repeat;
    /*background-color: #000 !important;*/
    /*background-image: url("images/fundo.jpg");*/
    /*background-image: repeating-radial-gradient(circle farthest-corner at 51% 73%, #fff, hsla(0, 0%, 100%, 0) 81%, hsla(0, 0%, 100%, 0)), url("images/fundo-ultra-site.jpg");*/
    /*background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;*/
}

#new-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

    #new-loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 50px;
    }

.padLeft-100 {
    padding-left: 9vw;
}

@media (min-width: 260px) and (max-width: 1295px) {
    .to--sign .header .header--menu .header--menu-item.flags {
        display: block;
    }
}

@media (min-width: 1295px) {
    .to--sign .header .header--menu .header--menu-item.flags {
        display: none;
    }
}

body.logged {
    background-image: url("images/fundo-cinza.png");
    background-position: 50% 50%;
    background-size: cover;
    color: #333;
}

a.link-confirmacao-ini {
    color: #FFF;
}

    a.link-confirmacao-ini:hover,
    a.link-confirmacao-ini:focus {
        color: #e7b737;
    }

a {
    color: #333;
}

    a:hover,
    a:focus {
        /*color: #e51c24;*/
        color: #e7b737;
    }

.underline {
    text-decoration: underline;
}

.link--facebook a:hover,
.link--facebook a {
    color: #4a4a4a;
    text-decoration: none;
}

@media (min-width: 768px) {
    body {
        min-height: 320px;
        /*background-image: -webkit-linear-gradient(270deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');
        background-image: linear-gradient(180deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');*/
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        color: #2c3e50;
    }
}

@media (min-width: 1024px) {
    body {
        background-position: 50% 50%;
    }
}

.cadastrar--pulseira--page input[type=tel].form-control,
.top--up--page input[type=text].form-control,
.top--up--page input[type=tel].form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
}

input[type=text].form-control,
input[type=password].form-control,
select.form-control {
    /*background-color: #f8f8f8;*/
    /*border-radius: 30px;*/
    height: 47px;
    /*margin: 5px 0;*/
    padding: 5px;
}

textarea.form-control {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    /*border-radius: 30px;*/
    /*margin: 5px 0;*/
    padding: 5px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #23282d;
    opacity: 1;
}

.logged input::-webkit-input-placeholder,
.logged textarea::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #23282d;
    opacity: 1;
}

.logged input:-moz-placeholder,
.logged textarea:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #23282d;
    opacity: 1;
}

.logged input::-moz-placeholder,
.logged textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #23282d;
    opacity: 1;
}

.logged input:-ms-input-placeholder,
.logged textarea:-ms-input-placeholder {
    color: #000;
}

input,
textarea:-moz-placeholder {
    color: #23282d;
}

.logged input,
.logged textarea:-moz-placeholder {
    color: #000;
}

select::-ms-expand {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

/*[type="radio"]:not(:checked),
[type="radio"]:checked,*/
[type="radio"] {
    opacity: 0 !important;
}

.divMethodForm > [type="radio"] {
    opacity: unset !important;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:not(:checked) + label:focus,
    [type="radio"]:checked + label,
    [type="radio"]:checked + label:focus,
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:not(:checked) + label:focus,
    [type="checkbox"]:checked + label,
    [type="checkbox"]:checked + label:focus {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        outline: none;
    }
        /* checkbox and radio aspect */
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 1px solid #87c6cd;
            background: transparent;
            border-radius: 8px;
        }


.logged [type="radio"]:not(:checked) + label:before,
.logged [type="radio"]:checked + label:before,
.logged [type="checkbox"]:not(:checked) + label:before,
.logged [type="checkbox"]:checked + label:before {
    border-color: #333;
}

[type="radio"]:not(:checked).white + label:before,
[type="radio"]:checked.white + label:before,
[type="checkbox"]:not(:checked).white + label:before,
[type="checkbox"]:checked.white + label:before {
    border-color: #fff;
}

[type="radio"]:not(:checked).blue + label:before,
[type="radio"]:checked.blue + label:before,
[type="checkbox"]:not(:checked).blue + label:before,
[type="checkbox"]:checked.blue + label:before {
    border-color: #01a398;
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    font-size: 18px;
    line-height: 0.8;
    background: #55aeb8;
    width: 13px;
    height: 13px;
    border-radius: 9px;
    transition: all 0.2s;
}

#signUpForm a[data-target="#myTermos"],
#signUpForm a[data-target="#myPrivacidade"] {
    color: #FFF;
}

.errorCheckbox {
    color: #F00;
}

.logged [type="radio"]:not(:checked) + label:after,
.logged [type="radio"]:checked + label:after,
.logged [type="checkbox"]:not(:checked) + label:after,
.logged [type="checkbox"]:checked + label:after {
    background-color: #333;
}

[type="radio"]:not(:checked).blue + label:after,
[type="radio"]:checked.blue + label:after,
[type="checkbox"]:not(:checked).blue + label:after,
[type="checkbox"]:checked.blue + label:after {
    background-color: #01a398;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #23282d;
}

.logged [type="radio"]:checked:focus + label:before,
.logged [type="radio"]:not(:checked):focus + label:before,
.logged [type="checkbox"]:checked:focus + label:before,
.logged [type="checkbox"]:not(:checked):focus + label:before {
    border-color: #333;
}

[type="radio"]:checked:focus.blue + label:before,
[type="radio"]:not(:checked):focus.blue + label:before,
[type="checkbox"]:checked:focus.blue + label:before,
[type="checkbox"]:not(:checked):focus.blue + label:before {
    border: 1px solid #01a398;
}

/*Aqui */
.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.panel {
    text-align: left;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    border-bottom-color: #000;
}

.logged .panel-default > .panel-heading {
    color: #4a4a4a;
    border-bottom-color: #cfcfcf;
}

table.how-works tr td img {
    margin: 20px 0;
}

.panel-heading {
    padding: 10px 0 0 0;
    border-bottom-color: #fff;
    position: relative;
}

.panel-title {
    /*font-family: Avenirltstd, sans-serif;*/
    /*font-family: Din,sans-serif;*/
    font-family: Lato, sans-serif;
    color: #354052;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    padding: 15px 20px;
}

    .panel-title a:hover,
    .panel-title a:focus {
        color: #354052;
    }

@media screen and (min-device-width: 200px) and (max-device-width: 812px) {
    .panel-title {
        /*font-family: Avenirltstd, sans-serif;*/
        /*font-family: Din,sans-serif;*/
        font-family: Lato, sans-serif;
        color: #354052;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: transparent;
        padding: 15px 20px;
    }

        .panel-title a:hover,
        .panel-title a:focus {
            color: #354052;
        }
}
.table > thead > tr > th {
    border-bottom: 1px solid #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: rgba(16,21,29,0.5);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.accordion-toggle {
    display: block;
    /*background-color: #fff;*/
}

    .accordion-toggle:hover,
    .accordion-toggle:focus,
    .accordion-toggle:active {
        text-decoration: none;
    }

    .accordion-toggle:after {
        content: "▾";
        position: absolute;
        right: 5px;
        top: 35px;
        font-size: 24px;
        line-height: 0;
        transform: rotate(180deg);
    }

    .accordion-toggle.collapsed:after {
        transform: rotate(0deg);
    }

.panel-collapse {
    /*Cor da letra e painel de informações da recarga antecipada.*/
    color: #000;
    background-color: transparent;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

    .panel-collapse p {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.content {
    background-size: auto, 4px 4px;
    background-position: 0;
    /*min-height: 100%;*/
    font-family: Avenirltstd, Raleway, sans-serif;
    /*font-family: Lato, sans-serif;*/
    /*padding: 10px 0 40px 0;*/
}

.logged .content {
    padding: 30px 0;
    background-image: url("images/fundo-cinza.png");
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: 960px;
}

.content-title-top {
    color: #23282d;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px;
}

.logged .content-title-top {
    color: #333;
}

.to--sign .content-title {
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
    font-family: Avenirltstd, sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-weight: 500;
}

/*.logged .content-title {
    color: #4a4a4a;
    margin: 0;
    text-align: center;
    margin: 20px 0 0 0;
    font-family: Avenirltstd, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}*/

.content-title.contact {
    margin: 0 0 50px 0;
}

@media screen and (max-width: 412px) {
    .logged .content-title {
        font-size: 40px;
        line-height: 35px
    }

    table.how-works tr td img {
        width: auto;
        height: auto;
        max-width: 100px;
        margin-left: -10px;
        margin-right: 10px;
    }
}

.panel--contact p {
    color: #fff;
}

.content-title h2 {
    font-size: 24px;
    margin: 10 0px;
}

.content-subtitle {
    color: #fff;
    font-family: Avenirltstd, Raleway;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 2px 0 0;
}

.logged .content-subtitle {
    color: #4a4a4a;
}

.content-text {
    text-align: center;
    margin: 40px 0;
    color: #fff;
}

.logged .content-text {
    color: #333;
}

.text-shadow {
    text-shadow: 0 1px 6px rgba(0,0,0,0.73);
}

.btn {
    margin: 0 auto;
    color: #fff;
    /*font-family: Helvetica,sans-serif;*/ /*Avenirltstd, Raleway;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: none;
}

.bootstrap-dialog-footer-buttons .btn {
    margin-bottom: 0;
    padding: 12px 15px;
    min-width: 100px;
}

@media (max-width: 421px) {
    .modal-footer .btn + .btn,
    .bootstrap-dialog-footer-buttons .btn {
        margin-bottom: 5px;
    }

    body {
        margin-bottom: 0px;
        /*min-height: 100%;*/
        background-position: 50% 0px;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
    }
}

/*.dropbtn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: Gobold, Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }*/

.btn-default {
    /*border: solid 1px #FFF;*/
    background-color: #00804e;
    border-color: #FFF;
    position: relative;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 12px;
}

.sign-in.btn-default {
    background-color: transparent;
    border: none;
    color: #000;
    outline: none;
    font-family: Din, sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-top: 6%;
    /*float:left;*/
    /*right: 80%;
    width:110%;*/
    /*top: 28px;*/
}

.loggedTraductor {
    float: left;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    position: relative;
    margin-left: -66px;
    top: 28px;
}

    .loggedTraductor .dropdown-menu {
        position: relative;
        clear: both;
        top: 20px;
        left: -5px;
        border: none;
    }

.btn-default.border--white {
    border: 2px #fff solid;
}


/* Responsavel por retirar o fundo do botão de tradução*/
.btn-default:hover:active,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:focus:active,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: transparent;
    border: none;
    color: #4da8b4;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    color: #e7b737;
}

.btn-default.btnLinkConfirm {
    background-color: #00804e;
    border: solid 1px #00804e;
    color: #FFF;
}

    .btn-default.btnLinkConfirm:hover,
    .btn-default.btnLinkConfirm:focus { /*.btn.btn-default.*/
        background-color: #086a44;
        border: solid 1px #086a44;
        color: #FFF;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:hover:active,
.btn-default:focus:active {
    background-color: #086a44;
    color: #FFF;
    outline: unset;
}

.btn.sign-in.btn-default.dropdown-toggle:hover,
.btn.sign-in.btn-default.dropdown-toggle:focus,
.btn.sign-in.btn-default.dropdown-toggle:hover:active,
.btn.sign-in.btn-default.dropdown-toggle:focus:active,
.btn.sign-in.btn-default.dropdown-toggle.active:focus {
    background-color: transparent;
    color: #333;
    outline: unset;
}


.btn-default.inverted {
    /*background-color: #FFF;
    color: #cf1417;*/
    /*background-color: #00804e;*/
    background-color: #3898EC;
    color: #fff;
    width: 100%;
    /*padding: 15px;*/
    border: 1px solid none;
}

    .btn-default.inverted.home {
        background-color: #E76779;
        color: #fff;
        width: 80%;
        border: 1px solid none;
        padding: 15px;
    }

    .btn-default.inverted:hover,
    .btn-default.inverted:focus {
        background-color: #3898ec;
        color: #fff;
        border-color: transparent;
    }

    .btn-default.inverted.home:hover,
    .btn-default.inverted.home:focus {
        background-color: #ce5868;
        color: #fff;
        border-color: transparent;
    }

    .btn-default.inverted.call-register--link {
        background-color: #e7b737;
    }

        .btn-default.inverted.call-register--link:hover {
            background-color: #999;
        }

.logged .btn-default {
    /*background-color: #e51c24;*/
    border-radius: 10px 10px;
    /*background-color: #940c11;*/
    /*background-color: #b3202c;*/
    background-color: #00804e;
    /*background-color: #4aa9b3;
    color: #fff;*/
    /*background-color: transparent;*/
}

    .logged .btn-default:hover,
    .logged .btn-default:focus {
        /*background-color: lightpink;*/
        background-color: #086a44;
        /*background-color: #24525f;*/
        color: #fff;
    }

.btn.btn-default.call-register--link {
    background-color: #086a44;
    color: #fff;
    padding: 6px 12px 6px 12px;
    font-weight: bold;
}

    .btn.btn-default.call-register--link:hover {
        background-color: #086a44;
        color: #fff;
    }

.btn.btn-default.home.call-register--link {
    background-color: #fff;
    color: #1BA085;
    padding: 15px;
    font-weight: bold;
}

    .btn.btn-default.home.call-register--link:hover {
        background-color: #fff;
        color: #118e73;
    }

.btn-secondary {
    background-color: #fd7711;
    color: #fff;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: #fd7711;
        color: #fff;
    }

.btn-file {
    color: #FFF;
    position: relative;
    /*background: #fff;*/
    margin-top: 20px;
    /*border: 2px solid #ab4877;*/
    padding: 10px 38px;
}

    .btn-file:hover {
        background-color: #086a44;
        color: #fff;
        /*background: #fff;*/
        /*border: 2px solid #831b4c;*/
        /*color: #831b4c;*/
    }

    .btn-file input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.btn-link {
    color: #4a4a4a;
    /*margin-top: 15px;*/
    text-decoration: underline;
    text-shadow: 0 0 0 rgba(0,0,0,0.8);
}

    .btn-link:hover {
        color: #940c11;
    }

    .btn-link.link--forgot-password {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

        .btn-link.link--forgot-password:hover {
            color: #E76779;
        }

.logged .btn-link {
    color: #333;
    text-shadow: 0 0 0 #fff;
}

.link {
    color: #fff;
    font-family: Avenirltstd, Raleway;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-decoration: underline;
}

    .link:hover,
    .link:focus {
        color: #940c11;
    }

.logged .link {
    color: #333;
}

.form {
    margin: 20px auto 0;
}

    .form.form-line.home {
        margin-top: 0px;
    }

.form-HomeTopup--title {
    text-align: center;
    width: 370px;
    margin-bottom: -20px;
    margin-top: 12px;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    color: #4a4a4a;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 15px 0 0;
    padding: 8px 4px;
    transition: border-color 240ms linear;
    box-shadow: none;
    border-radius: 0;
}

select.form-control {
}

/*.form-control-contact {
    background-color: #fff;
    font-weight: 300;
    border: 1px solid #4a4a4a;
}*/

.form-control option {
    background: #fff;
    color: #4a4a4a;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.form-control::-moz-placeholder {
    color: #333;
}

.to--sign .form-line .form-control::-webkit-input-placeholder {
    color: #fff;
}

.to--sign .form-line .form-control::-moz-placeholder {
    color: #fff;
}

.to--sign .form-line .form-control::-webkit-input-placeholder {
    color: #fff;
}

.to--sign .form-line .form-control::-moz-placeholder {
    color: #fff;
}

.to--sign .form-line .form-control.home::-webkit-input-placeholder {
    color: #333;
}

.to--sign .form-line .form-control.home::-moz-placeholder {
    color: #333;
}

.to--sign .form-line .form-control.home::-webkit-input-placeholder {
    color: #333;
}

.to--sign .form-line .form-control.home::-moz-placeholder {
    color: #333;
}

.form-control:focus {
    border-color: #00a499;
    outline: none;
    box-shadow: none;
}

.form-control.error {
    border-color: #f00;
}

.form-control.valid {
    border-color: #0f0;
}

.logged .form-control {
    color: #333;
    border-color: #cfcfcf;
}

.input-group:first-child .form-control {
    margin-top: 0;
}

.input-select {
    position: relative;
}

    .input-select:before {
        right: 5px;
        top: 5px;
        position: absolute;
        content: '\25BC';
        display: inline-block;
        color: #23282d;
        pointer-events: none;
    }

.logged .input-select:before {
    color: #333;
}

.form-line .form-control {
    padding: 0;
    border: 0;
    background-color: transparent;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
}

    .form-line .form-control.backgroundWhite {
        background-color: white;
    }

.to--sign .form-line .form-control {
    color: #fff;
    border-bottom: 1px solid #fff;
}

    .to--sign .form-line .form-control.home {
        color: #333;
        background: #fff;
        border-bottom: 1px solid #fff;
        border-radius: 5px;
        padding-left: 15px;
    }

/*.to--sign .form-line .form-control.inputColorBlack{
    color: black;
    border-bottom: 1px solid #fff;
    border-radius: 6px;
    padding-left: 10px;
}

    .to--sign .form-line .form-control.inputColorBlack::-webkit-input-placeholder {
        color: dimgray;
    }*/

.to--sign .form-line .form--topup .input-group #vchValue {
    color: #000;
    border-bottom: 1px solid #000;
}

.logged .form-line .form-control {
    color: #333;
    border-bottom: 1px solid #4a4a4a;
}

.form-line .form-control.error {
    border-color: #f00;
}

.form-submit {
    margin-top: 20px;
}

.form--login .form-submit {
    margin-top: 0;
}

.form-line .form-control[disabled],
.form-line .form-control[readonly] {
    background: transparent;
    border-color: transparent;
}

.custom-checkbox {
    margin: 15px;
    font-size: 12px;
    line-height: 22px;
}

    .custom-checkbox a {
        text-decoration: underline;
    }

#register_terms-error {
    display: block;
    position: relative;
}

.input-group-icon + .form-control {
    padding-left: 40px;
}

.form--recovery-password {
    margin-bottom: 20px;
}

.form--login {
    margin-top: 10px;
}

.form--login-buttons {
    margin-top: 15px;
}

.form--contact-buttons {
    margin-top: 0px;
}

label.error {
    display: block;
    margin-top: -3px;
    font-size: 10.5px;
    color: #f00;
}

.input-group {
    position: relative;
}

    .input-group label.error {
        position: absolute;
        top: 15px;
        right: 10px;
    }

@media (max-width: 468px) {
    .input-group label.error {
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
        text-align: left;
    }
}

.icon-profile {
    background: url("images/icon-photo.svg") no-repeat top left;
    background-size: contain;
}

.icon-password {
    background: url("images/icon-unlock.svg") no-repeat top left;
    background-size: contain;
}

.header.is-active {
    overflow: visible;
}

.logged .header {
    background: #fff;
    border-bottom: 0;
}

.header--logo {
    text-indent: -9999px;
    width: 200px;
    height: 70px;
    /*margin: 0px auto;*/
    margin-left: 10%;
    margin-top: 0px;
    /*margin-left: 50px;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
}

@media (min-width: 320px) and (max-width: 360px) {
    .to--sign .header--logo {
        margin-left: 10px;
        width: 200px;
    }
}

.to--sign .header--logo {
    background-image: url("images/logo-evento.png");
}

@media screen and (min-width: 415px) and (max-width: 1024px) {
    .to--sign .header--logo {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1294px) {
    .to--sign .header--logo {
        margin: 0 auto;
    }

    .to--sign .header--complement {
        /*background-color: #CF202E;*/
        /*min-width: 100%;*/
        /*margin-left: 73px;*/
        height: 80px;
        z-index: 5;
    }

    .logged .header .header--logo {
        background-color: #CF202E;
    }
}

.to--sign .paypal-advantages img {
    width: auto;
    height: auto;
    min-width: 190px;
    max-width: 40%;
}

@media screen and (min-width: 312px) and (max-width: 1024px) {
    .to--sign .header--complement {
        /*background-color: #CF202E;*/
        /*min-width: 100%;
        margin-left: 73px;
        height: 80px;
        z-index: 5;*/
    }

    .to--sign .texto--titulo--login {
        font-size: 27px;
        line-height: 35px;
    }

    .to--sign .subtitulo--login, .subtitulo--login h1 {
        font-size: 16px;
    }

    .logged .header--menu .header--menu-item a {
        color: #FFF;
    }

    .logged .header--submenu .header--submenu-item a {
        color: #FFF;
    }

    .logged .header {
        /* background-color: #CF202E; */
    }

    @media screen and (max-width: 412px) {
        .logged .header .header--logo {
            position: relative;
            top: 6px;
        }
    }

    @media screen and (min-width: 413px) and (max-width: 768px) {
        .logged .header .header--logo {
            position: relative;
            top: -14px;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 1024px) {
        .logged .header .header--logo {
            position: relative;
            top: -18px;
        }
    }

    .logged .header--profile:before {
        background-color: #CF202E;
        /*color: #fff;*/
    }

    .logged .header--profile .header--submenu {
        background-color: #CF202E;
    }

    .logged .header--menu-item-link {
        color: #FFF;
    }

    .logged .header--profile:after {
        content: unset;
    }
}

@media screen and (min-width: 1025px) {
    .logged .header .header--logo {
        position: relative;
        top: -5px;
    }

    .logged .logged .header--menu a, .logged .logged .header--menu a:focus {
        color: #FFF;
    }
}

.logged .header--menu {
    background-color: rgba(255, 255, 255, 0.9);
}

    .logged .header--menu.is-active {
        background-color: rgba(207,32,46, 1);
    }

.logged .header--logo {
    background-image: url("images/logo-evento-logado.png");
}

.header--menu {
    list-style-type: none;
    margin: -2px 10px 10px 10px;
    float: left;
    border-radius: 0 0 5px 0;
    position: absolute;
    z-index: 2;
    left: -100%;
    top: 82px;
    transition: left 240ms linear;
}

.to--sign .header--menu {
    background-color: rgba(255, 255, 255, 1);
}

.header--menu.dropdown {
    visibility: hidden;
    top: -3px;
}


.dropdown-menu {
    min-width: initial;
    margin-top: -25px;
    border-top: unset;
    /*margin-right: 15px;*/
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: transparent;
        width: initial;
        color: #FFF;
    }


.to--sign .header--menu.dropdown .dropdown-menu {
    margin-top: -25px;
    margin-left: 12px;
    padding-left: 5px;
    border: unset;
    /*background-size:contain;*/
    /*background: rgba(0,0,0,.7);*/
}

.header--menu-item.flags {
    /*visibility: collapse;*/
    margin-top: 20px;
    margin-bottom: 10px;
}

.header--menu.is-active {
    left: -50px;
}

.logged .header--menu.dropdown {
    z-index: 4;
    /*margin-right: 350px;*/
}

    .logged .header--menu.dropdown .btn-default {
        /*background-color: lightgray;*/
        background-color: transparent;
        color: #747474;
    }

.header--menu--complementprofile.is-active {
}

.logged .header--complementprofile.dropdown {
    z-index: 4;
    /*margin-right: 350px;*/
}

    .logged .header--complementprofile.dropdown .btn-default {
        /*background-color: lightgray;*/
        background-color: transparent;
        color: #747474;
    }

.header--menu-item-link { /*Menu para dispositivos moveis */
    color: #222;
    /*font-family: Gobold, Raleway;*/
    /*font-family: Helvetica, sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: Din, sans-serif;*/
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    /*padding: 10px;*/
}

.logged .header--menu-item-link {
    font-size: 15px;
}

.header--submenu-item .header--menu-item-link {
    font-size: 13px;
    font-family: Avenirltstd, Raleway, sans-serif;
    text-transform: none;
}

    .header--submenu-item .header--menu-item-link.current {
        /*color: #ab4877;*/
    }

    .header--submenu-item .header--menu-item-link:focus,
    .header--submenu-item .header--menu-item-link:hover {
        /*color: #ab4877;*/
    }


.logged .header--menu a,
.logged .header--menu a:focus {
    color: #747474;
}

.logged .header--menu-item:hover a,
.logged .header--menu-item:hover a:focus {
    /*color: #fff;*/
    color: #747474;
}

.header--menu-item.current {
    /*font-weight: 700;*/
    /*color: #cabd05;*/
    /*background-color: #ab4877;*/
}

.header--menu-item:hover,
.header--menu-item:focus {
    text-decoration: none;
    /*color: #cabd05;*/
    /*background-color: #ab4877;*/
    color: #e6e6e6;
    cursor: pointer;
}

    .header--menu-item:hover a,
    .header--menu-item:focus a {
        color: #e7b737;
        text-decoration: none;
        outline-color: transparent;
    }

.logged.header--menu:hover {
    color: transparent;
    background-color: transparent;
}

.logged .header--menu-item .header--menu-item-link:hover {
    color: #e7b737;
}

.logged .header--menu-item-link {
    color: #747474;
}

/* Quando logado o link selecionado estiver ativo */
.logged .header--menu-item.current a {
    font-weight: 500;
    color: #222222;
}

.logged .header--menu-item:hover,
.logged .header--menu-item-link:hover,
.logged .header--menu-item-link:focus,
.logged .header--menu-item:focus a {
    color: #000;
}

.header--menu-item-link:focus {
    color: #e7b737;
    text-decoration: none;
    outline-color: none;
}

.header--menu-btn { /* Botão do Mobile */
    /*position: absolute;
        width: 22px;
        background: url("images/menu.svg") no-repeat top left;
        background-size: contain;
        border: none;
        border-color: black;
        padding: 0;
        margin: 29px 10px 0;
        text-indent: -9999px;
        left: 20px;*/
}

.logged .header .header--menu-btn {
    background: url("images/menu-preto.svg") no-repeat top left;
    background-size: contain;
    border: none;
    border-color: black;
    width: 22px;
}

    .logged .header .header--menu-btn:focus {
        background: url("images/menu-preto.svg") no-repeat top left;
        background-size: contain;
        border: none;
        border-color: black;
        width: 22px;
    }

.header--menu-btn:focus { /* Botão do Mobile */
    background: url("images/menu-hover.svg") no-repeat top left;
    background-size: contain;
    border: none;
    border-color: black;
    width: 22px;
}

.logged .header--menu-btn {
    background-image: url("images/menu.svg");
}

.header--submenu {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px 15px 5px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    background-color: #4600c8;
    border-radius: 0 0 5px 5px;
}

.header--submenu-item {
    margin: 5px 0 0;
}

.header--submenu-item-link {
    color: #fff;
    font-family: Avenirltstd, Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    white-space: nowrap;
}

    .header--submenu-item-link:hover,
    .header--submenu-item-link:focus {
        text-decoration: none;
        color: #fc0;
        background: transparent !important;
    }

@media (min-width: 1295px) { /*991px*/
    .to--sign .header--menu-btn {
        display: none;
    }

    .to--sign .header--menu.dropdown {
        visibility: visible;
        margin-right: 2%;
        margin-top: -13px;
    }

    .to--sign .header--menu-item.flags {
        visibility: collapse;
        margin: 0;
    }

    .to--sign .header {
        background-color: #FFF;
        border-bottom: 1px solid rgb(220, 220, 220);
        height: 70px;
        /*height: 50px;*/
        overflow: visible;
    }

    .to--sign .header--menu {
        border-radius: 0;
        padding: 0;
        margin: 0;
        display: block;
        background-color: transparent;
        position: relative;
        left: auto;
        /*top: auto;*/
        top: 10px;
    }

        .to--sign .header--menu.is-active {
            left: auto;
            top: auto;
        }

    .to--sign .header--logo {
        float: left;
        margin: 0 auto;
        background-size: contain;
        width: 120px;
        /*height: 34px;*/
        height: 60px;
        display: block;
        margin: 8px 10px 0 10px;
    }

    /*.logged .header--menu-item,*/
    .to--sign .header--menu-item {
        display: block;
        float: left;
        margin: 0 auto;
        /*height: 100%;*/
        /*height: 70px;*/
        height: 50px;
    }

        /*.logged .header--menu-item .header--menu-item-link,*/
        .to--sign .header--menu-item .header--menu-item-link {
            height: 20px;
            margin: 13px 1px;
            border-right: 1px solid rgb(230, 234, 238);
            /*padding-top: 13px;*/
            /*Extremamente necessario devido a bug de css rgb(230, 234, 238)*/
            color: #222;
        }

        .to--sign .header--menu-item.dropdown {
            padding-right: 15px;
        }

            .to--sign .header--menu-item.dropdown:after {
                position: absolute;
                font-weight: bold;
                content: ">";
                right: 0;
                top: 3px;
                color: #fff;
                transform: rotate(90deg);
            }

            .to--sign .header--menu-item.dropdown:hover .header--submenu {
                display: block;
            }

    /* Menu Desktop */
    .to--sign .header--menu-item-link {
        font-size: 15px;
        color: #000;
        padding: 0 20px;
        display: inline-block;
    }

        .to--sign .header--menu-item-link:focus,
        .to--sign .header--menu-item-link:hover {
            /*color: #cabd05;*/
            /*font-weight: 700;*/
            color: #7f8fa4;
            border-right-color: rgb(230, 234, 238);
            font-weight: 500;
            text-decoration: none;
        }
}

@media (min-width: 414px) {
    .logged .header--logo {
        margin: 0 auto;
        background-size: contain;
        top: 3px;
        height: 97px;
        width: 200px;
        left: -9px;
        /*background-color: #CF202E;*/
    }
}

@media (max-width: 413px) {
    .logged .header--logo {
        margin: 0 auto;
        background-size: contain;
        height: 60px;
        width: 120px;
        top: 15px;
        padding: 0;
        /*margin-left: 10px;
            margin-right: 10px;*/
    }
}

@media (min-width: 1296px) {
    .header--menu-btn {
        display: none;
    }

    .header--menu.dropdown {
        visibility: visible;
        /*margin-right: 20px;*/
    }

    .header--menu-item.flags {
        visibility: collapse;
        margin: 0;
    }

    .header {
        /*background-color: #000;*/
        height: 92px;
        overflow: visible;
    }

    .logged .header {
        padding-left: 10px;
        height: 92px;
    }

    .logged .header--menu-item .header--menu-item-link {
        height: 100%;
        margin: 0px 10px 0px 10px;
        padding-top: 36px;
    }

    .header--menu {
        border-radius: 0;
        padding: 0;
        margin: 0;
        display: block;
        background-color: transparent;
        position: relative;
        left: auto;
        top: auto;
    }

        .header--menu.is-active {
            left: auto;
            top: auto;
        }

    .header--logo {
        /*float: left;
        margin: 5px 20px 0 20px;
        background-image: url("images/logo-evento.png");
        background-size: contain;
        height: 55px;
        width: 215px;
        top: 0;*/
        float: left;
        margin: 0 auto;
        background-size: contain;
        /*height: 92px;
        width: 215px;
        top: 0;*/
        width: 170px;
        display: block;
        margin: 0px 50px 0 50px;
    }

    .header--menu-item {
        height: 100%;
        display: block;
        float: left;
        /*margin-right: 20px;*/
    }

        .header--menu-item.dropdown {
            padding-right: 15px;
        }

            .header--menu-item.dropdown:after {
                position: absolute;
                font-weight: bold;
                content: ">";
                right: 0;
                top: 3px;
                color: #fff;
                transform: rotate(90deg);
            }

            .header--menu-item.dropdown:hover .header--submenu {
                display: block;
            }

    .header--menu-item-link {
        color: #4a4a4a;
        padding: 0 5px;
        display: inline-block;
    }

    .logged .header--menu-item-link {
        /*color: #747474;*/
        text-shadow: none;
    }

    .header--menu-item-link:focus,
    .header--menu-item-link:hover {
        /*color: #cabd05;*/
        /*font-weight: 700;*/
        text-decoration: none;
    }
}

.footer {
    width: 100%;
    position: relative;
    /* bottom: 0px; */
}

.logged .footer {
    padding-top: 0;
}

.footer--copyright {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 6px 0;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Raleway';
}

.footer--content {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    /*border-top: 5px solid #24525f;*/
    border-top: 5px solid #e7b737;
    overflow: hidden;
}

.footer--menu {
    list-style-type: none;
    padding: 0;
}

.footer--menu-item {
    display: block;
    padding: 5px 0;
    text-align: left;
}

.footer--menu-item-link {
    color: #4a4a4a;
    font-family: Avenirltstd, Raleway;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    padding: 10px 0;
    text-decoration: none;
}

    .footer--menu-item-link:focus,
    .footer--menu-item-link:hover {
        color: #4a4a4a;
    }

.footer-logos {
    margin: 0 0 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
}

.footer-logos-item {
    margin-right: 15px;
}

.footer-logos-item-theme {
    width: 97px;
}

.footer-logos-item-playcoin {
    width: 114px;
}

@media (min-width: 769px) {
    .footer {
        position: absolute;
        /* padding-top: 0; */
        /* bottom: 0px; */
        width: 100%;
    }

    .footer-logos {
        flex-direction: row;
    }

    .footer-logos-item-theme {
        width: 97px;
    }

    .footer--menu {
        margin-left: 0;
        float: left;
    }

    .footer--social {
        width: 200px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .footer--social-item {
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
}

.qr-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0px;
}

.qr-code--ticket {
    background: url("images/bg-qrcode-vertical.png") no-repeat;
    background-size: contain;
    padding-top: 100px;
    height: 600px;
    width: 300px;
}

.qr-code--profile {
    margin: 15px auto 80px;
    width: 80%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .qr-code--profile img {
        width: 105px;
    }

.qr-code--image {
    display: block;
    width: 161px;
    margin: 0 auto;
}

.qr-code--profile-name {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 20px;
}

.qr-code--links-apple-wallet,
.qr-code--links-google-wallet {
    display: block;
    margin: 10px 0;
    width: 136px;
}

.qr-code--links-print {
    /*margin-top: -20px;*/
}

.qr-code--links-apple-wallet img,
.qr-code--links-google-wallet img {
    max-width: 100%;
}

.qr-code--link--carregar {
    font-size: 28px;
    font-weight: 700;
}

.qr-code--links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0 0;
}

@media (min-width: 478px) {
    .qr-code--ticket {
        padding-top: 55px;
        width: 100%;
        max-width: 700px;
        height: 300px;
        /*background-color: #F00;*/
        background-image: url("images/bg-qrcode-horizontal.png");
        background-position: center center;
    }

    .qr-code--profile {
        margin: 15px 0 0;
        width: 50%;
        padding-right: 10%;
        float: left;
    }

    .qr-code--image {
        margin: 0;
    }

    .qr-code--profile-image {
        margin-left: auto;
    }

    .qr-code--profile-name {
        margin: 5px 0 0;
        margin-left: auto;
        width: 106px;
    }

    .qr-code--links {
        flex-direction: row;
    }

    .qr-code--links-apple-wallet,
    .qr-code--links-google-wallet {
        margin: 0 10px;
    }
}

.paypal-advantages {
    padding: 30px 0 0 0;
    position: relative;
    text-align: center;
}
/*
.paypal-advantages--list {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.paypal-advantages--list-item {
    margin: 0 5px 25px;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.paypal-advantages--list-item-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.paypal-advantages--item-text {
    font-size: 14px;
    text-align: left;
    margin: 5px 0 0;
    text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}

@media (min-width: 478px) {
    .paypal-advantages--list-item {
        flex-direction: row;
        margin: 0 5px 15px;
    }

    .paypal-advantages--list-item-link {
        flex-direction: row;
    }

    .paypal-advantages--item-text {
        margin: 0 0 0 15px;
    }
}

@media (min-width: 768px) {
    .paypal-advantages--list {
        margin: 5px 0 0;
        display: flex;
        flex-direction: row;
    }
}*/

.call-register {
    margin: 5px 0 0;
    text-align: left;
}

.call-register--title {
    margin-bottom: 3px;
    display: block;
    font-size: 16px;
}

.contact-sidebar {
    margin: 0px 0 0;
}

.contact-sidebar--email {
    background: url("images/message.png") no-repeat top center;
    background-size: 70px;
    padding-top: 56px;
    margin-right: 20px;
    flex-grow: 1;
    text-align: center;
    font-weight: 300;
    color: #23282d;
    font-size: 16px;
}

.logged .contact-sidebar--email {
    background-image: url("images/message-dark.png");
    color: #4a4a4a;
}

.contact-sidebar--address {
    flex-grow: 1;
    text-align: center;
    padding-top: 65px;
    background: url("images/location.png") no-repeat top center;
    background-size: 45px;
    font-weight: 300;
    color: #23282d;
    font-size: 16px;
    margin-top: 30px;
}

.logged .contact-sidebar--address {
    background-image: url("images/location-dark.png");
    color: #4a4a4a;
}

@media (min-width: 768px) {
    .contact-sidebar--email,
    .-sidebar--address {
        margin: 40px 0 0;
    }
}

.cards--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    padding: 0;
    margin: 50px 0 0;
}

.cards--list-item {
    background: #fff;
    margin: 10px;
    padding: 5px;
    position: relative;
}

    .cards--list-item.is-pending {
        margin-top: 40px;
    }

        .cards--list-item.is-pending img {
            opacity: 0.6;
        }

    .cards--list-item.is-blocked {
        margin-top: 40px;
    }

        .cards--list-item.is-blocked img {
            opacity: 0.15;
        }

.cards--list-item-image {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

    .cards--list-item-image img {
        width: 100%;
        height: auto;
    }

.cards--list-item-menu {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

    .cards--list-item-menu a {
        margin: 0 2px !important;
    }

.cards--list-item.is-pending .cards--list-item-menu,
.cards--list-item.is-blocked .cards--list-item-menu {
    display: none;
}

.cards--list-item-status {
    bottom: 18px;
    left: -10px;
    padding: 2px 5px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    color: #fff;
    background: #0ca032;
    z-index: 2;
    margin: 0 0 0 10px;
}

.cards--list-item.is-pending .cards--list-item-status {
    background: #e4b02c;
    color: #fff;
}

.cards--list-item.is-blocked .cards--list-item-status {
    background: #cf0200;
    color: #fff;
}

.cards--list-item-id {
    bottom: 5px;
    right: 5px;
    padding: 2px 5px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 11px;
}

.cards--list-item.is-blocked .cards--list-item-id {
    color: #999;
}

.cards--list-item-info {
    color: #4a4a4a;
    font-family: Avenirltstd, Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

    .cards--list-item-info span {
        display: block;
        margin: 8px 3px;
    }

.cards--empty {
    text-align: center;
    color: #333;
    font-family: Avenirltstd, Raleway;
    font-size: 16px;
    font-weight: 300;
    line-height: 41px;
    padding-top: 80px;
    display: block;
}

@media (min-width: 478px) {
    .cards--list-item {
        width: 43%;
    }
}

@media (min-width: 768px) {
    .cards--list {
        justify-content: center;
    }

    .cards--list-item margin 0 10px.is-pending,
    .cards--list-item margin 0 10px.is-blocked {
        padding-top: 5px;
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .cards--list {
        flex-flow: initial;
    }

    .cards--list-item {
        width: 300px;
    }

        .cards--list-item.is-pending,
        .cards--list-item.is-blocked {
            margin-top: 45px;
        }
}

.topup--details {
    margin: 10px 7px;
    overflow: hidden;
    background-color: #f5396f;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.topup--details-item {
    height: 100px;
    flex-grow: 1;
    padding: 7px 10px 7px;
    position: relative;
}

    .topup--details-item.icon-minus:after,
    .topup--details-item.icon-plus:after,
    .topup--details-item.icon-equal:after {
        position: absolute;
        right: 0;
        left: 0;
        font-size: 28px;
    }

    .topup--details-item.icon-minus:after {
        content: "-";
    }

    .topup--details-item.icon-plus:after {
        content: "+";
    }

    .topup--details-item.icon-equal:after {
        content: "=";
    }

.topup--detais-item {
    color: #fff;
}

.topup--details-item-label {
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.topup--details-item-value {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.topup--sales {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    margin: 5px 0 5px;
    padding: 0;
}

.topup--sales-item {
    color: #333;
    flex-grow: 1;
    height: 130px;
    background: #fff;
    margin: 5px 0;
    width: 60%;
    padding: 35px 0;
    align-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #ebebeb;
}

    .topup--sales-item:hover {
        background: #eedc56;
    }

.topup--sales-item-load-label,
.topup--sales-item-gain-label {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.topup--sales-item-load-value,
.topup--sales-item-gain-value {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

[type="radio"]:not(:checked).bold + label:before,
[type="radio"]:checked.bold + label:before {
    top: 6px;
}

[type="radio"]:not(:checked).bold + label:after,
[type="radio"]:checked.bold + label:after {
    top: 8px;
}

.informe--pulseira {
    display: block;
    margin: 10px 7px 25px 7px;
    color: #fff;
    background-color: #ab4877;
    padding: 25px 25px 25px 25px;
}

.exemplo--pulseira {
    width: 100%;
    margin: 20px 0;
}

    .exemplo--pulseira img {
        margin-top: 20px;
        width: 100%;
    }

.informe--pulseira .texto--informe {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
}

.informe--pulseira #vchNumeroPulseira.form-control {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    height: auto;
    /*border: 1px solid #4a4a4a;
    margin: 15px 0 0;
    padding: 8px 4px;
    transition: border-color 240ms linear;
    box-shadow: none;
    border-radius: 0;*/
}

.informe--pulseira .error--pulseira {
    display: none;
    color: rgba(156, 9, 8, 0.80);
}

.informe--pulseira #vchNumeroPulseira.form-control.error {
    color: rgba(156, 9, 8, 0.80);
    border-bottom: 1px solid rgba(156, 9, 8, 0.80);
}

.finalize--paypal {
    margin: 40px;
}

    .finalize--paypal img {
        margin-top: 10px;
    }

/*.info--cadastrar--pulseira {
    background-color: #60f;
    margin: 50px 0;
}

.cadastrar--pulseira {
    display: block;
    margin-top: 100px;
    color: #fff;
    /*background-color: #60f;
    padding: 25px;
}*/


/*input.form-control.topup.numero--pulseira:-ms-input-placeholder,
textarea.form-control.topup.numero--pulseira:-ms-input-placeholder{
    opacity: 0.8;
}

input.form-control.topup.numero--pulseira::-moz-placeholder,
textarea.form-control.topup.numero--pulseira::-moz-placeholder{
    opacity: 0.8;
}

input.form-control.numero--pulseira::-webkit-input-placeholder,
textarea.form-control.numero--pulseira::-webkit-input-placeholder {
    opacity: 0.8;
}*/

.form--topup {
    margin: 0px;
}

    .form--topup .input-group {
        position: relative;
    }

.logged .form-line .form--topup .form-control {
    color: #4a4a4a;
    text-align: left;
    padding-left: 70px;
    font-size: 44px;
    font-weight: 900;
    line-height: 50px;
    height: auto;
}

.form--topup label.error {
    top: 30px;
}

.form--topup-currency {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 22px;
}

.form--topup-currency-error {
    color: #f00 !important;
}

@media (min-width: 468px) {
    .topup--details {
        flex-direction: row;
    }

    .topup--details-item.icon-minus:after,
    .topup--details-item.icon-plus:after,
    .topup--details-item.icon-equal:after {
        color: #fff;
        right: -5px;
        left: auto;
        top: 25px;
    }

    .topup--details-item-value {
        margin-top: 10px;
    }

    .topup--sales {
        flex-direction: row;
    }

    .topup--sales-item {
        margin: 0 5px;
    }

    .ingresso--vip .tipo--compra {
        flex-direction: row;
    }

        .ingresso--vip .tipo--compra li {
            margin: 5px;
        }

    .informe--pulseira input::-webkit-input-placeholder,
    .informe--pulseira textarea::-webkit-input-placeholder {
        font-size: 20px;
    }

    .help--digitos--eticket img {
        width: 300px;
    }

    .info--cadastrar--pulseira help--digitos--eticket,
    .info--cadastrar--pulseira .informe--pulseira {
        width: 60%;
        left: 20%;
    }
}

@media (min-width: 768px) {
    .topup--sales-item {
        margin: 0 5px;
    }

    .topup--details-item-value {
        font-size: 22px;
    }

    .topup--details-item-label {
        font-size: 16px;
    }

    .topup--sales-item-load-value,
    .topup--sales-item-gain-value {
        font-size: 22px;
    }
}

.header--profile {
    /*float: right;
        margin: 0;
        padding-top: -7px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        padding-right: 20px;
        position: absolute;
        right: 0;
        top: 20px;
        overflow: hidden;*/
}

    .header--profile .header--submenu {
        background: #fff;
        display: block;
        left: auto;
        border-bottom-left-radius: 10px;
        text-align: right;
        top: -350px;
        right: 0;
        transition: top 240ms linear;
        z-index: 1;
    }

        .header--profile .header--submenu.is-active {
            top: 55px;
        }

    .header--profile .header--submenu-item:last-child {
        border-top: 1px solid #cfcfcf;
    }

header.is-active .header--profile {
    overflow: visible;
}

.header--profile:after {
    position: absolute;
    content: "▾";
    font-weight: bold;
    right: 10px;
    top: 5px;
    color: #fff;
    z-index: 2;
}

/*.header--profile:before {
        background: #fff;
        content: "";
        top: -15px;
        right: 8px;
        position: absolute;
        width: 90px;
        height: 61px;
        z-index: 2;
    }*/

.header--profile-image {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
}

.header--profile-name {
    color: #000;
    /*font-family: Avenirltstd, Raleway;*/
    font-family: Din, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-right: 4%;
    display: none;
    position: relative;
    z-index: 2;
}

.header--profile i {
    margin-left: 7px;
    top: 5px;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .header--profile {
        position: absolute;
        top: 22px;
    }

        .header--profile:before {
            height: 75px;
            width: 300px;
        }

        .header--profile:after {
            top: 25px;
        }

        .header--profile .header--submenu.is-active {
            top: 40px;
        }

    .header--profile-image {
        width: 38px;
        height: 38px;
    }

    .header--profile-name {
        display: block;
        right: 0;
    }

        .header--profile-name.is-active {
            right: 0;
        }
}

.bootstrap-dialog-title,
.bootstrap-dialog-message {
    font-family: Arial, Verdana, Helvetica;
}

.ui.mini.image {
    width: 35px;
    background-size: contain;
    height: auto;
    font-size: 0.71428571rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.destaque-inicial {
    margin: 0px 0;
    /*padding: 50px;*/
    /*background-color: rgba(207, 20, 23, .85);*/
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    border-radius: 0px;
}

.titulo--login {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

    .titulo--login img {
        width: 500px;
        max-width: 100%;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
    }

.texto--titulo--login {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Din, sans-serif;
    font-size: 33px;
    font-weight: bold;
    text-align: left;
    text-size-adjust: 100%;
    color: #fff;
    line-height: 44px;
}

.subtitulo--login {
    margin-bottom: 20px;
}

    .subtitulo--login,
    .subtitulo--login h1 {
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        font-weight: 500;
        font-family: Avenirltstd, sans-serif;
    }

        .subtitulo--login a {
            color: #ab4877;
            font-size: 14px;
            line-height: 20px;
            font-weight: 900;
        }

            .subtitulo--login a:hover {
                color: #831b4c;
            }

@media (min-width: 300px) {
    .destaque-inicial .login--form {
        width: 90%;
    }
}

@media (min-width: 600px) {
    .destaque-inicial .login--form {
        width: 80%;
    }

    .titulo--login {
        display: inline-block;
    }

        .titulo--login img {
            width: 500px;
            max-width: 100%;
        }

    .texto--titulo--login,
    .texto--titulo--login span {
        margin-top: 0;
        margin-bottom: 7px;
        /*text-align: center;*/
    }
}

@media (min-width: 768px) {
    .destaque-inicial .login--form {
        width: 60%;
    }
}

@media (min-width: 991px) {
    .destaque-inicial .login--form {
        width: 55%;
    }
}

.titulo-home {
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
}

.link--faq--login {
    color: #309;
}

.to--sign .link--home--whatis {
    color: #fff;
}

.to--sign .panel--background {
    color: #fff;
    /*margin: 30px;*/
    padding: 30px;
    /*background: rgba(5, 7, 19, .3);*/
    background: transparent;
    /*background-color: rgba(207, 20, 23, .85);*/
    min-height: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

    .to--sign .panel--background p {
        padding-top: 10px;
    }

.logged .panel--background {
    background: rgba(0,0,0,.0);
}

.panel--background--info {
    /*background-color: rgba(5, 7, 19, .9);*/
    /*background-color: rgba(255, 255, 255, .9);*/
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .92));
    padding: 30px 25px 5px 25px;
    margin: 30px 0;
}

.tabela--referencia {
    margin-top: 60px;
    padding: 30px 30px;
    border-top: 1px solid #747474;
}

    .tabela--referencia table {
        margin-top: 30px;
    }

    .tabela--referencia .table-striped > tbody > tr:nth-of-type(even) {
        background-color: rgba(170,170,170,0.5);
    }

    .tabela--referencia .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .tabela--referencia .table > thead > tr > th {
        border-bottom: 1px solid #747474;
        text-align: center;
    }

    .tabela--referencia .table > tbody > tr > td:first-child,
    .tabela--referencia .table > tbody > tr > td:nth-child(2) {
        text-align: center;
    }

.contact.fa {
    font-size: 50px;
    color: #fff;
}

/* Modal Alternativo */
.bootstrap-dialog.type-primary .modal-header {
    /*background-color: #831b4c;*/
    background-color: #23282d;
    color: #000;
}


/* Nova implementação CSS - Modelo Novo de Site [06-11-17]: 
   Observação a tela minima sem a guia de tradução devera ser 1295px, no entanto com a tradução ela passa
    a ser 1405px. Do contrario existe uma quebra do menu inicial.
*/
main.content .container-fluid.destaque {
    background-image: -webkit-linear-gradient(270deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');
    background-image: linear-gradient(180deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    /*background-image: linear-gradient(180deg, hsla(0, 0%, 0%, .0), hsla(0, 0%, 0%, .0)), url(images/fundo-home.jpg);*/
    /* background-position: 50% 50%; */
    /*background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 76.6%;*/
}

main.content .container-fluid.destaque2 {
    background-image: linear-gradient(180deg, hsla(0, 0%, 0%, .0), hsla(0, 0%, 0%, .0)), url(images/fundo-home.jpg);
    background-position: 100% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 460px;
}

main.content .container-fluid.destaque3 {
    /* background-image: linear-gradient(180deg, hsla(0, 0%, 0%, .0), hsla(0, 0%, 0%, .0)), url(images/fundo-home.jpg); */
    /*background-position: 2% 50%;*/
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-color: #1BA085;
}

.info-how-works {
    text-align: center !important;
}

.info-how-works-passo {
    font-family: Lato, sans-serif;
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.list-Menu-Idioma {
    padding-top: 10px;
    clear: both;
    position: relative;
    width: 90px;
}

    .list-Menu-Idioma .header--menu-item-link img {
        max-width: 35px;
        max-height: 30px;
        margin-top: -5px;
        margin-left: -10px;
    }

    .list-Menu-Idioma .header--menu-item-link span {
        padding: 0 5px;
    }

.list-Menu-Submenu {
    padding-top: 10px;
    clear: both;
    position: relative;
    width: 90px;
}

    .list-Menu-Submenu .header--menu-item-link a {
        padding: 0 5px;
    }

.ekko-lightbox {
    background-color: rgba(0,0,0,0.9) !important;
}

    .ekko-lightbox .modal-dialog .modal-content {
        background-color: transparent;
    }

        .ekko-lightbox .modal-dialog .modal-content .modal-header {
            /*border: none;*/
        }

            .ekko-lightbox .modal-dialog .modal-content .modal-header button.close {
                opacity: unset;
            }

                .ekko-lightbox .modal-dialog .modal-content .modal-header button.close > span {
                    color: #FFF;
                    font-weight: bold;
                }

        .ekko-lightbox .modal-dialog .modal-content .modal-body {
            padding: 15px 0px;
        }

.formDisabled {
    border-top-color: unset !important;
    border-left-color: unset !important;
    border-right-color: unset !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #FFF !important;
}

.errorFormSignUp {
    margin-top: -35px;
    color: #f00;
    font-size: 10px;
    float: right;
}

.viewQrCodeTopUp {
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    text-align: center;
    color: #FFF;
}

    .viewQrCodeTopUp a {
        color: #e7b737;
    }

footer.footer {
    border-top: 4px solid #24525f;
}

form {
    margin-bottom: unset;
}

@media (min-width: 1405px) {
    .viewQrCodeTopUp {
        margin-top: 0px;
    }

    .to--sign .header .header--complement .header--menu-logo {
        position: relative;
        float: left;
        background-color: #FFF;
    }

    .to--sign .header .header--complement .header--menu-complement {
        position: relative;
        float: left;
    }

    .to--sign .header .header--complement .header--menu-complementprofile {
        position: relative;
        float: right;
        max-width: 220px;
        /*width: 140px;*/
        /*height: 50px;*/
        height: 70px;
        margin-top: -9px;
    }

        .to--sign .header .header--complement .header--menu-complementprofile .header--profile {
            /*width: 210px;*/
            height: 46px;
            /*height: 66px;*/
            /*top: 0px;*/
            top: 10px;
            margin-top: 5px;
        }

            .to--sign .header .header--complement .header--menu-complementprofile .header--profile .header--profile-name {
                float: left;
                /*margin-top: 20px;*/
                margin-top: 10px;
                width: auto;
            }

    .to--sign main.content .col-sm-12.col-md-10.col-lg-10.col-xl-12 {
        /*padding-left: 17%;*/
        margin-top: 30px;
        margin-bottom: 30px;
    }

    main.content .section-recarga {
        width: auto;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 172px;
        }

        main.content .section-recarga .container h1.titulo-recarga {
            line-height: 30px;
        }

        main.content .section-recarga .container .bloco-valores a:hover,
        main.content .section-recarga .container .bloco-valores a:focus {
            text-decoration: unset;
        }

        main.content .section-recarga .container .bloco-valores a:hover,
        main.content .section-recarga .container .bloco-valores a:focus {
            text-decoration: unset;
        }

        main.content .section-recarga .container .bloco-valores .w-tab-link {
            padding-top: unset !important;
            padding-left: unset !important;
            padding-bottom: unset !important;
            padding-right: unset !important;
        }

        main.content .section-recarga .container .bloco-valores .tabs {
            margin-top: 10px;
        }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel {
                margin-top: 25px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
                    width: 300px !important;
                    height: 300px;
                    border: none;
                    padding: unset;
                }

                    main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                        font-size: 28px;
                        line-height: 0;
                        padding-bottom: 0;
                        height: 40px;
                    }

            main.content .section-recarga .container .bloco-valores .tabs .div-finalizar {
                height: 160px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .div-finalizar h5 {
                    color: #000;
                }

        main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga {
            margin-left: 40px;
            height: 210px;
        }

            main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga .subtitulo-valor-recarga {
                margin-bottom: -5px !important;
                padding-left: 56px;
            }

        main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
            width: 370px !important;
            height: 130px;
            margin-bottom: 30px;
            border: none;
            padding: unset;
        }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                font-size: 28px;
                line-height: 0;
                padding-bottom: 0;
                height: 40px;
            }

        main.content .section-recarga .container .tab5 .div-finalizar {
            height: 120px !important;
            border-left: 1px solid !important;
            border-left-color: rgb(169, 169, 169) !important;
        }
}

/* Apartir da resolução de 1295px a solução dada ao novo menu foi o desaparecimento do nome do usuario da guia informada. */
@media (min-width: 1295px) and (max-width: 1440px) {
    .viewQrCodeTopUp {
        margin-top: 0px;
    }

    .to--sign header.header {
        /*z-index: 10;*/
    }

    .to--sign .header .header--complement .header--menu-logo .header--logo {
        /*z-index: 5;*/
    }

    .header .header--complement .header--menu-complementprofile .header--profile .header--submenu {
        /*z-index: -1;*/
    }

    .to--sign .header .header--complement .header--menu-logo {
        position: relative;
        float: left;
        background-color: #FFF;
    }

    .to--sign .header .header--complement .header--menu-complement {
        position: relative;
        float: left;
    }

    .to--sign .header .header--complement .header--menu-complementprofile {
        position: relative;
        float: right;
        max-width: 200px;
        margin-top: -7px;
        width: 140px;
        height: 70px;
        margin-right: 40px;
    }

        .to--sign .header .header--complement .header--menu-complementprofile .header--profile {
            width: 210px;
            height: 66px;
            /*top: 0;*/
            top: 10px;
            margin-top: 5px;
        }

            .to--sign .header .header--complement .header--menu-complementprofile .header--profile .header--profile-name {
                display: none;
            }

    .to--sign main.content {
        /*z-index: 5;*/
    }

    main.content .destaque .col-sm-12.col-md-offset-1.col-md-10.col-lg-offset-1.col-lg-10.col-xl-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    main.content .section-recarga {
        width: auto;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 197px;
        }

        main.content .section-recarga .container h1.titulo-recarga {
            line-height: 30px;
        }

        main.content .section-recarga .container .bloco-valores a:hover,
        main.content .section-recarga .container .bloco-valores a:focus {
            text-decoration: unset;
        }

        main.content .section-recarga .container .bloco-valores a:hover,
        main.content .section-recarga .container .bloco-valores a:focus {
            text-decoration: unset;
        }

        main.content .section-recarga .container .bloco-valores .w-tab-link {
            padding-top: unset !important;
            padding-left: unset !important;
            padding-bottom: unset !important;
            padding-right: unset !important;
        }

        main.content .section-recarga .container .bloco-valores .tabs {
            margin-top: 10px;
        }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel {
                margin-top: 42px; /*25px*/
            }

                main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
                    width: 300px !important;
                    height: 300px;
                    border: none;
                    padding: unset;
                }

                    main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                        font-size: 28px;
                        line-height: 0;
                        padding-bottom: 0;
                        height: 40px;
                    }

            main.content .section-recarga .container .bloco-valores .tabs .div-finalizar {
                height: 160px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .div-finalizar h5 {
                    color: #000;
                }

        main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga {
            margin-left: 40px;
            height: 210px;
        }

            main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga .subtitulo-valor-recarga {
                margin-bottom: -5px !important;
                padding-left: 56px;
            }

        main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
            width: 370px !important;
            height: 130px;
            margin-bottom: 30px;
            border: none;
            padding: unset;
        }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                font-size: 28px;
                line-height: 0;
                padding-bottom: 0;
                height: 40px;
            }

        main.content .section-recarga .container .tab5 .div-finalizar {
            height: 120px !important;
            border-left: 1px solid !important;
            border-left-color: rgb(169, 169, 169) !important;
        }
}


@media (min-width: 812px) and (max-width: 1295px) {
    header.header {
        position: relative;
        background-color: #FFF;
        margin-top: 10px;
        width: 100%;
        height: 80px;
        z-index: 10;
    }

    .header .header--complement .header--menu-complement {
        width: 60px;
        height: 80px;
        float: left;
    }

        .header .header--complement .header--menu-complement .header--menu-btn {
            position: relative;
            width: 20px;
            height: 20px;
            background: url("images/menu.svg") no-repeat top left;
            background-size: contain;
            text-indent: -9999px;
            margin: 30px 20px 0;
            border: none;
        }

    .header .header--complement .header--menu-logo {
        background-color: #FFF;
        width: 70%;
        max-height: 80px;
        float: left;
    }

        .header .header--complement .header--menu-logo .header--logo {
            /*margin: 20px auto;*/
            margin: 7px auto;
            width: auto;
            /*height: auto;*/
            height: 65px;
            max-width: 210px;
            z-index: 5;
        }

    .header .header--complement .header--menu-complementprofile {
        margin-top: 0px;
        position: relative;
        max-width: 170px;
        top: 0px;
        height: 70px;
        background-color: transparent;
        width: 8%;
        /*height: 80px;*/
        float: right;
        margin-right: 6%;
    }

        .header .header--complement .header--menu-complementprofile .header--profile .header--profile-name {
            display: none;
        }

        .header .header--complement .header--menu-complementprofile .header--profile .header--submenu {
            z-index: -1;
        }

    .to--sign main.content {
        z-index: 5;
    }

    main.content .destaque .col-sm-12.col-md-offset-1.col-md-10.col-lg-offset-1.col-lg-10.col-xl-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    main.content .section-recarga {
        width: auto;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 197px;
        }

        main.content .section-recarga .container h1.titulo-recarga {
            line-height: 30px;
        }

        main.content .section-recarga .container .bloco-valores a:hover,
        main.content .section-recarga .container .bloco-valores a:focus {
            text-decoration: unset;
        }

        main.content .section-recarga .container .bloco-valores a:hover,
        main.content .section-recarga .container .bloco-valores a:focus {
            text-decoration: unset;
        }

        main.content .section-recarga .container .bloco-valores .w-tab-link {
            padding-top: unset !important;
            padding-left: unset !important;
            padding-bottom: unset !important;
            padding-right: unset !important;
        }

        main.content .section-recarga .container .bloco-valores .tabs {
            margin-top: 11px;
        }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel {
                margin-top: 25px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
                    width: 300px !important;
                    height: 300px;
                    border: none;
                    padding: unset;
                }

                    main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                        font-size: 28px;
                        line-height: 0;
                        padding-bottom: 0;
                        height: 40px;
                    }

            main.content .section-recarga .container .bloco-valores .tabs .div-finalizar {
                height: 160px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .div-finalizar h5 {
                    color: #000;
                }

        main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga {
            margin-left: 40px;
            height: 210px;
        }

            main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga .subtitulo-valor-recarga {
                margin-bottom: -5px !important;
                padding-left: 56px;
            }

        main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
            width: 370px !important;
            height: 130px;
            margin-bottom: 30px;
            border: none;
            padding: unset;
        }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                font-size: 28px;
                line-height: 0;
                padding-bottom: 0;
                height: 40px;
            }

        main.content .section-recarga .container .tab5 .div-finalizar {
            height: 120px !important;
            border-left: 1px solid !important;
            border-left-color: rgb(169, 169, 169) !important;
        }

    @media (min-width: 768px) and (max-width: 991px) {
        main.content .section-recarga .bloco-fundo-cinza {
            height: 170px;
        }

        main.content .section-recarga .container .bloco-valores .tabs .div-finalizar {
            height: 130px;
        }
    }
}

@media (min-width: 609px) and (max-width: 767px) {
    header.header {
        position: relative;
        background-color: #FFF;
        width: 100%;
        height: 80px;
        z-index: 10;
    }

    .header .header--complement .header--menu-complement {
        width: 60px;
        float: left;
    }

        .header .header--complement .header--menu-complement .header--menu-btn {
            position: relative;
            width: 20px;
            height: 20px;
            background: url("images/menu.svg") no-repeat top left;
            background-size: contain;
            text-indent: -9999px;
            margin: 30px 20px 0;
            border: none;
        }

    .header .header--complement .header--menu-logo {
        width: 77%;
        max-height: 80px;
        float: left;
    }

        .header .header--complement .header--menu-logo .header--logo {
            margin: 20px auto;
            width: auto;
            height: auto;
            max-width: 170px;
            z-index: 5;
        }

    .header .header--complement .header--menu-complementprofile {
        background-color: #FFF;
        width: 80px;
        height: 80px;
        float: left;
    }

        .header .header--complement .header--menu-complementprofile .header--profile {
            position: relative;
            align-items: center;
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            padding: 20px 0px 0px 10px;
        }

            .header .header--complement .header--menu-complementprofile .header--profile:before {
                background-color: #fff;
                content: "";
                top: -15px;
                right: 8px;
                position: absolute;
                width: 80px;
                height: 60px;
                z-index: 2;
            }

            .header .header--complement .header--menu-complementprofile .header--profile .header--submenu {
                z-index: -1;
            }

    main.content {
        /*z-index: 5;*/
    }

        /*main.content .container-fluid.destaque {
            background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('images/fundo.jpg');
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('images/fundo.jpg');
            background-position: 50% 0px;
            background-repeat: no-repeat;
        }*/

        main.content h1.titulo-evento {
            font-family: Avenirltstd, Releway, Din, sans-serif;
            font-weight: 700;
            font-size: 27px;
            text-align: justify;
            text-transform: uppercase;
            line-height: 33px;
            color: #FFF;
            border-bottom: 1px none #666;
            margin-top: 20px;
        }

        main.content p.texto-home {
            margin-bottom: 20px;
        }

        main.content .section-recarga {
            width: 100%;
            height: auto;
        }

            main.content .section-recarga .bloco-fundo-cinza {
                height: 425px;
            }

            main.content .section-recarga .container h1.titulo-recarga {
                line-height: 30px;
            }

            main.content .section-recarga .container .bloco-valores a:hover,
            main.content .section-recarga .container .bloco-valores a:focus {
                text-decoration: unset;
            }

            main.content .section-recarga .container .bloco-valores .w-tab-link {
                padding-top: unset !important;
                padding-left: unset !important;
                padding-bottom: unset !important;
                padding-right: unset !important;
            }

            main.content .section-recarga .container .bloco-valores .tabs {
                margin-top: 20px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .bloco-painel {
                    margin-top: 25px;
                }

                    main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
                        width: 300px !important;
                        height: 300px;
                        border: none;
                        padding: unset;
                    }

                        main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                            font-size: 28px;
                            line-height: 0;
                            padding-bottom: 0;
                            height: 40px;
                        }

                main.content .section-recarga .container .bloco-valores .tabs .div-finalizar {
                    height: 160px;
                }

                    main.content .section-recarga .container .bloco-valores .tabs .div-finalizar h5 {
                        color: #000;
                    }

    /*main.content .section-comofunciona {
            height: 700px;
        }*/

    footer.footer .section-footer {
        height: 250px !important;
    }

        footer.footer .section-footer .container {
            padding-left: unset;
            padding-right: unset;
        }

            footer.footer .section-footer .container .coluna-footer {
                position: relative;
                float: left;
                margin-bottom: 15px;
            }
}




/* [INICIO] Contato */
.container-fluid.info,
.container-fluid.contato {
    background-color: #eff3f6;
    min-height: 85%;
}

    .container-fluid.contato .panel.panel-default {
        background-color: #fff;
        border-radius: 5px 5px;
        border: unset;
        margin-top: 30px;
    }

        .container-fluid.contato .panel.panel-default .panel-heading {
            font-family: Lato, sans-serif;
            font-size: 21px;
            font-weight: 400;
            color: #354052;
            margin-left: 20px;
            padding-bottom: 20px;
            padding-top: 30px;
            margin-right: 20px;
            border-bottom: 1px solid rgb(230, 234, 238);
        }

        .container-fluid.contato .panel.panel-default .panel-body i {
            font-size: 25px;
        }

        .container-fluid.contato .panel.panel-default .panel-body .info--contact-email {
            text-align: left;
            padding-left: 25px;
        }

        .container-fluid.contato .panel.panel-default .panel-body .info--contact-tel {
            text-align: right;
            padding-right: 25px;
        }

        .container-fluid.contato .panel.panel-default .panel-body .info--contact-address {
            color: #29515f;
            font-size: 1em;
            font-weight: 400;
            text-align: left;
        }

        .container-fluid.contato .panel.panel-default .panel-body .form-control {
            border: 1px solid rgb(230, 234, 238);
            margin-top: 0px;
        }

    .container-fluid.contato .col-sm-12.maps {
        padding-left: 0px;
        padding-right: 0px;
    }

@media (min-width: 267px) and (max-width: 767px) {
    .container-fluid.contato .panel.panel-default .panel-body .info--contact-email, .container-fluid.contato .panel.panel-default .panel-body .info--contact-tel {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* [FIM] Contato */

.container-fluid.Home {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

/* [INICIO] Meio de Pagamento - Pagina*/
.Home .modal.fade.modalCSVCARD .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Home .modal.fade.modalCSVCARD .row .CSV-Logo {
        border: 1px solid #000;
        margin-top: 3px;
        border-radius: 8px 8px;
        display: flex;
        justify-content: center;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: 0px;
        padding: 5px;
        align-items: center;
    }

    .Home .modal.fade.modalCSVCARD .row .CSV-Card {
        padding-left: 5px;
        padding-right: 5px;
    }

        .Home .modal.fade.modalCSVCARD .row .CSV-Card input[type="password"] {
            margin: 10px auto;
            border: 0px solid;
            border-bottom: 1px solid #000;
            text-align: center;
            color: #8a7878;
        }

            .Home .modal.fade.modalCSVCARD .row .CSV-Card input[type="password"]::placeholder {
                color: #b1b1b1;
            }

        .Home .modal.fade.modalCSVCARD .row .CSV-Card .errorMsg {
            color: #fa3b3b;
            display: none;
            position: relative;
            top: -10px;
            text-align: center;
            -webkit-touch-callout: none; /* iPhone OS, Safari */
            -webkit-user-select: none; /* Chrome, Safari 3 */
            -khtml-user-select: none; /* Safari 2 */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* IE10+ */
            user-select: none; /* Possível implementação no futuro */
        }


.Home .checkOut-PayPal {
    /*border-left: 1px solid rgb(230, 234, 238);*/
    /*margin-top: 20px;*/
    margin-bottom: 30px;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
}

    .Home .checkOut-PayPal > .card-data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 240px;
        padding: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #000;
        border-radius: 5px;
    }

        .Home .checkOut-PayPal > .card-data .card-data--cardInfo {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .Home .checkOut-PayPal > .card-data .card-data--divBlock {
            display: block;
            padding-right: 10px;
            border-right: 1px solid #e6eaee;
        }

        .Home .checkOut-PayPal > .card-data .card-data .card-data-linkTroca {
            margin: 0 auto;
        }

    .Home .checkOut-PayPal a {
        text-decoration: none;
    }

    .Home .checkOut-PayPal .changePaymentMethod,
    .Home .checkOut-PayPal .addCardCredit {
        display: inline-block;
        margin: 10px 0px 10px 5px;
        padding-right: 0px;
        padding-left: 0px;
        color: #354052;
        font-weight: 700;
        cursor: pointer;
    }

        .Home .checkOut-PayPal .changePaymentMethod:hover,
        .Home .checkOut-PayPal .addCardCredit:hover {
            color: #7f8fa4;
        }

    .Home .checkOut-PayPal .confirmPaymentBraspag {
        background-color: forestgreen;
        color: white;
        font-weight: 700;
        border-radius: 5px 5px;
        text-decoration: none;
        padding: 5px 8px 5px 8px;
        text-align: center;
        position: relative;
        top: 15px;
    }
/* [FIM] Meio de Pagamento - Pagina*/

/* INICIO - Modal - Seleção Metodo de Pagamento: */
.Home .modal.SelectPaymentMethod .modal-dialog {
    width: 340px !important;
}

.Home .modal.SelectPaymentMethod .modal-content .modal-header {
    padding: 15px 15px 5px 15px;
    font-weight: 700;
}

/* INICIO - View login home 
.Home .destaque .login-body {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
 FIM - View login home */

.Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

    .Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm > input[type=radio] {
        display: inline-block;
        height: 30px;
        width: 30px;
        padding: 0 0 0 25px;
        margin: 0px 10px 0 10px;
        background-image: url(images/circle.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        position: relative;
        left: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        border-radius: 50px;
    }

        .Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm > input[type=radio]:hover,
        .Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm > input[type=radio]:focus {
            background-color: #f7f7f7;
            outline: none;
            outline-offset: unset;
        }

        .Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm > input[type=radio]:checked {
            background-color: #f1f1f1;
            background-image: url(images/circle-check.svg);
        }

            .Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm > input[type=radio]:checked::before {
                /*position: absolute;
                font: 13px/1 'Open Sans', sans-serif;
                left: 11px;
                top: 7px;
                content: '\02143';
                transform: rotate(40deg);*/
            }

    .Home .modal.SelectPaymentMethod .modal-content .modal-body .divMethodForm > .card-data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 240px;
        padding: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e6eaee;
        border-radius: 5px;
    }

.Home .modal.SelectPaymentMethod .modal-content .modal-footer button:hover,
.Home .modal.SelectPaymentMethod .modal-content .modal-footer button:focus {
    outline: none;
    outline-offset: unset;
}
/* FIM - Modal - Seleção Metodo de Pagamento: */

/* Tratamento para dados autocompletados*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    /*border: 0px solid white;
    border-bottom: 1px solid white;*/
    /*-webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset !important;
    background-color: transparent !important;*/
    appearance: caret;
    -moz-appearance: caret;
    -webkit-appearance: caret;
}

/* Cor do texto do autocomplete */
/*input:-webkit-autofill {
    -webkit-text-fill-color: #FFF !important;
}*/

.container-fluid.RequestRefund input:-webkit-autofill,
.container-fluid.RequestRefund input:-webkit-autofill:hover,
.container-fluid.RequestRefund input:-webkit-autofill:focus,
.container-fluid.RequestRefund input:-webkit-autofill:active,
.container-fluid.RequestRefund select:-webkit-autofill,
.container-fluid.RequestRefund select:-webkit-autofill:hover,
.container-fluid.RequestRefund select:-webkit-autofill:focus,
.container-fluid.RequestRefund select:-webkit-autofill:active,
.container-fluid.RequestRefund select:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
}

.container-fluid.updateAcc input:-webkit-autofill,
.container-fluid.updateAcc input:-webkit-autofill:hover,
.container-fluid.updateAcc input:-webkit-autofill:focus,
.container-fluid.updateAcc input:-webkit-autofill:active,
.container-fluid.updateAcc select:-webkit-autofill,
.container-fluid.updateAcc select:-webkit-autofill:hover,
.container-fluid.updateAcc select:-webkit-autofill:focus,
.container-fluid.updateAcc select:-webkit-autofill:active,
.container-fluid.updateAcc select:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
}

.container-fluid.RegisterPaymentMethod input:-webkit-autofill,
.container-fluid.RegisterPaymentMethod input:-webkit-autofill:hover,
.container-fluid.RegisterPaymentMethod input:-webkit-autofill:focus,
.container-fluid.RegisterPaymentMethod input:-webkit-autofill:active,
.container-fluid.RegisterPaymentMethod select:-webkit-autofill,
.container-fluid.RegisterPaymentMethod select:-webkit-autofill:hover,
.container-fluid.RegisterPaymentMethod select:-webkit-autofill:focus,
.container-fluid.RegisterPaymentMethod select:-webkit-autofill:active,
.container-fluid.RegisterPaymentMethod select:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
}

.container-fluid.contato input:-webkit-autofill,
.container-fluid.contato input:-webkit-autofill:hover,
.container-fluid.contato input:-webkit-autofill:focus,
.container-fluid.contato input:-webkit-autofill:active,
.container-fluid.contato select:-webkit-autofill,
.container-fluid.contato select:-webkit-autofill:hover,
.container-fluid.contato select:-webkit-autofill:focus,
.container-fluid.contato select:-webkit-autofill:active,
.container-fluid.contato select:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
}

.row.defLGPD {
    text-align: justify;
    color: #FFF;
}

    .row.defLGPD a {
        color: #FFF;
    }

.btn.btn-default.link-finalize.w-inline-block {
    width: 200px;
}

a.link-finalize > .confirmPaymentBraspag {
    display: inline-grid;
    width: 200px;
    margin-bottom: 8px;
}

.padTop-30 {
    padding-top: 30px;
}

form.FormFinishRegister {
    margin-top: 40px;
}

    form.FormFinishRegister > .form-group {
        margin-top: 20px;
    }

        form.FormFinishRegister > .form-group > label {
            margin-bottom: 0px;
            font-size: 0.8em;
            color: #51acb6;
            float: left;
        }

        form.FormFinishRegister > .form-group > input,
        form.FormFinishRegister > .form-group > select {
            background-color: rgb(239, 243, 246);
            border-color: rgb(239, 243, 246);
            border-bottom: 1px solid #bbb;
            padding-left: 0px;
            padding-top: 0px;
            margin-top: 0px;
            height: 26px;
        }

            form.FormFinishRegister > .form-group > input.form-control:focus,
            form.FormFinishRegister > .form-group > select.form-control:focus {
                border-top: 0px;
                border-left: 0px;
                border-right: 0px;
                border-bottom-color: #00a499;
            }

            form.FormFinishRegister > .form-group > input.formDisabled,
            form.FormFinishRegister > .form-group > select.formDisabled {
                border: unset !important;
                border-bottom: 1px solid #bbb !important;
            }

    form.FormFinishRegister div.error > label,
    form.FormFinishRegister div.error > select,
    form.FormFinishRegister div.error > input {
        color: #bb2a2a !important;
        border-bottom-color: #bb2a2a !important;
    }

.notification {
    justify-content: center;
    position: relative;
    display: flex;
    z-index: 1;
    top: 20px;
}

    .notification > .alert {
        position: absolute;
        text-align: center;
        width: 80%;
    }

.btn.btn-google {
    background-color: #f2f2f2;
    color: #000 !important;
    border-color: #d43f3a;
    display: inline-flex;
    font-weight: normal;
}

.btn.btn-google > span{
    padding-left: 6px;
}

#signUpForm a.linkterms {
    color: white;
}