/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

* {
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100vh!important;
}

.btn-azul {
    color: #055b9b !important;
}

.ds-blue {
    color: #055b9b !important;
}

.alert-bulk {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
}

#logo {
    width: 250px;
}

.btn-login {
    padding: .3rem 2.3rem;
    border-radius: 2rem;
    background-color: #055b9b;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 2px #055b9b;
    cursor: pointer;
}

.btn-login:hover {
    color: #055b9b!important;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

#header-registration {
    background-image: url("/static/datastone/img/base/1920x600full.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

.title {
    color: #fff;
}

.title h1 {
    font-weight: 900;
    font-size: 3rem;
}

.title h3 {
    font-weight: 700;
}

.title hr {
    border-top: solid 1px #fff;
}

.title p {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.registration-form-container {
    background-color: #fff;
    text-align: center;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 43px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 43px;
    padding-bottom: 8px;
}

.registration-form-container h3 {
    color: #055b9b;
    font-weight: 700;
    padding: 2rem 0;
    margin-bottom: 0;
}

.registration-form-container 
#error-phone,
#error-email,
#error-username,
#error-company,
#document-invalid,
#error-cpf_cnpj {
    text-align: left !important;

}

.registration-form-container form .row {
    max-width: 900px;
    margin: 0 auto;
}

.form-control {
    height: 48px;
    padding-left: 16px;
    background-color: #fafafa;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-bottom: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #c6c6c6;
}

.form-control::-moz-placeholder {
    color: #c6c6c6;
}

.form-control:-ms-input-placeholder {
    color: #c6c6c6;
}

.form-control::-ms-input-placeholder {
    color: #c6c6c6;
}

.form-control::placeholder {
    color: #c6c6c6;
}

ul.errorlist {
    padding-left: 0px;
}

.errorlist li {
    color: #055b9b;
    text-align: left;
    list-style: none;
}

.btn-continue {
    padding: .3rem 5rem;
    border-radius: 2rem;
    background-color: #055b9b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 2px #055b9b;
    font-size: 20px;
    margin-bottom: 16px;
}

.btn-continue:hover {
    color: #055b9b;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.images-brand {
    margin-top: 17px;
    margin-bottom: 24px;
}

.about {
    background-color: #052d55;
    padding-bottom: 10px;
}

.about-bulk h4 {
    color: #fff;
    font-weight: 700;
    padding-top: 28px;
}

.about-bulk p {
    color: #fff;
}

#logo-footer {
    width: 240px;
    height: 100%;
}

.footer {
    background-color: #042343;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy {
    line-height: 1rem;
}

.policy a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.g-recaptcha {
    margin-bottom: 13px;
}

#error-username, #error-email, #error-phone {
    text-align: left;
    -webkit-text-orientation: justify;
            text-orientation: justify;
}

.google {
    width: 180px;
    height: auto;
}

.mercado-pago {
    width: 330px;
    height: auto;
}

.ssl {
    width: 160px;
    height: auto;
}

#header-checkout {
    background-image: url("/static/datastone/img/base/1440x626.jpg");
    background-size: 100% 60%;
    background-repeat: no-repeat;
}

.card {
    -webkit-box-shadow: 0px 17px 45px 0 rgba(135, 153, 163, 0.3);
            box-shadow: 0px 17px 45px 0 rgba(135, 153, 163, 0.3);
    border: 0pc;
    background-color: #fff;
}

.card-plan h3 {
    color: #055b9b;
    font-weight: bold;
}

span#plan-coin {
    font-size: 1.5rem;
}

span#plan-value {
    font-size: 2.5rem;
}

.btn-demo {
    border-radius: 2rem;
    background-color: #055b9b;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 2px #055b9b;
    width: 100%;
    cursor: pointer;
    font-size: 0.8rem;
}

.btn-demo:hover {
    color: #055b9b!important;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.card-plan i.fa-check {
    color: #addb31;
    font-weight: 900;
}

.card-plan p {
    color: #45484a;
    font-size: 1rem;
}

.faq hr {
    border: 0;
    color: #ffffff;
}

.faq .divider{
    height: 1px;
    width: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #707070));
    background-image: -o-linear-gradient(left, transparent 50%, #707070 50%);
    background-image: linear-gradient(to right, transparent 50%, #707070 50%);
    background-size: 20px 100%;
}

.faq h1 {
    color: #055b9b;
    font-weight: 700;
}

.btn-link {
    color: #4a4a4a;
    font-weight: 700;
}

.btn-link:hover {
    color: #4a4a4a;
    font-weight: 700;
}

.fa-caret-down, .fa-caret-right {
    color: #055b9b;
    cursor: pointer;
}

.card-faq {
    -webkit-box-shadow: 0px 2.5px 7.5px 0 rgba(135, 153, 163, 0.3);
            box-shadow: 0px 2.5px 7.5px 0 rgba(135, 153, 163, 0.3);
}

.card-faq .card-body {
    color: #4a4a4a;
    font-family: 'Poppins' sans-serif;
}

.payment-data h3 {
    color: #055b9b;
    font-weight: 700;
}

.fw-9 {
    font-weight: 900;
    color: #4a4a4a;
}

.fw-1 {
    font-weight: 100;
    color: #4a4a4a;
}

.payment-data hr {
    border: solid 1px #707070;
}

.payment-data h3.normal {
    color: #4a4a4a;
    font-weight: 100;
}

.payment-data h3 b {
    font-weight: 900;
}

.payment-method-tab {
    color: #666;
    border-bottom: solid 2px #055b9b;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-method {
    border-radius: 5px;
}

.btn-method i {
    font-size: 2.5rem;
}

.method-selected {
    background-color: #055b9b;
}

.color-white {
    color: #fff !important;
}

.color-grey {
    color: #808080;
}

.method-title {
    color: #666;
}

.frame {
    border: solid 1px #707070;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.input-card {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 1px rgba(155, 155, 155, 0.71);
    border-radius: 0px;
    font-family: 'Roboto-Regular', sans-serif;
    color: #333;
}

.input-card:focus {
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    outline: 0;
}

#cardNumber {
    font-size: 1.7rem;
    width: 85%;
}

#cardholderName {
    font-size: 1rem;
    width: 100%;
}

.card-flag {
    width: 80px;
}

.btn-submit {
    background-color: #61a249;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    border: solid 1px #61a249;
}

.btn-submit:hover {
    color: #61a249;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.help h4 {
    color: #055b9b;
    font-weight: 700;
}

.help small {
    font-family: 'Roboto-light', sans-serif;
    color: #4a4a4a;
}

.nav-plans {
    background-color: #e5e5e5;
}

.nav-plans li a {
    color: #45484a !important;
    font-weight: 700 !important;
}

.nav-plans li a.active {
    background-color: #055b9b !important;
    color: #fff !important;
}

.frame h5 b {
    color: #333333;
}

.frame label {
    color: #666;
}

.btn-ticket {
    background-color: #61a249;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 700;
    border: solid 1px #61a249;
}

.btn-ticket:hover {
    color: #61a249;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ticket-info {
    color: #666;
    text-align: left!important;
}

.ticket-alert {
    color: #252525;
}

.select-validate {
    color: #333;
    background-color: #fafafa;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 3px;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    outline: 0;
}

#securityCode {
    width: 100%;
}

#hr-resume {
    width: 65%;
}

.payment-data {
    border-right: solid 1px rgba(112, 112, 112, 0.5);
}

#header-thank-ticket {
    background-image: url("/static/datastone/img/base/1440x626.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

#header-thank-ticket i {
    color: #addb31;
    font-size: 5rem;
}

#header-thank-ticket h4 {
    font-weight: 100;
}

.thank-ticket-content,
.reject-card-content {
    color: #4a4a4a;
}

.thank-ticket-content hr,
.reject-card-content hr {
    width: 70%;
    border: solid 1px #4a4a4a;
}

.thank-ticket-content p,
.reject-card-content p {
    font-size: 1.5rem;
}

.btn-create-ticket {
    background-color: #61a249;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    border: solid 1px #61a249;
    padding: 0.3rem 5rem;
}

.btn-create-ticket:hover {
    color: #61a249!important;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.link {
    text-decoration: underline;
}

.error {
    color: #055b9b !important;
}

#header-policy {
    background-image: url("/static/datastone/img/base/1440x626.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.force-left {
    text-align: left!important;
}

.help h6 {
    font-weight:100;
    color: #666;
}

@media (max-width: 426px) {
    .about-bulk {
        text-align: center;
    }

    #cardNumber,
    #cardholderName,
    #cardExpirationMonth,
    #cardExpirationYear,
    #securityCode {
        width: 100%!important;
    }
}

@media (max-width: 414px){
    .title p {
        font-size: 1.25rem;
    }

    #logo {
        width: 200px!important;
    }

    .ticket-alert {
        text-align: left!important;
        font-size: 0.9rem!important;
    }

    .card-flag {
        width: 100px;
        float: left!important;
    }
}

@media(max-width: 321px){
    .g-recaptcha iframe {
        max-width: 100%;
        -ms-transform:scale(0.77);
            transform:scale(0.77);
        -webkit-transform:scale(0.77);
        -ms-transform-origin: center center;
            transform-origin: center center;
        -webkit-transform-origin: center center;
    }
    #rc-imageselect {
        -ms-transform:scale(0.77);
            transform:scale(0.77);
        -webkit-transform:scale(0.77);
        -ms-transform-origin:0 0;
            transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .method-selected {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }

    .method-select {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }

    .btn-create-ticket {
        font-size: 1.1rem;
    }

    #logo {
        width: 140px!important;
    }
}


@media (max-width: 796px) {
    #header-registration {
        background-size: auto!important;
    }
}


@media (max-width: 767px) {
    .title h1 {
        font-weight: 900;
        font-size: 2rem;
    }

    .title h3 {
        font-weight: 700;
        font-size: 1.4rem;
    }

    .title p {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    
    .registration-form-container {
        padding-left: 17px;
        padding-right: 17px;
    }

    .registration-form-container h3 {
        font-weight: 700;
        font-size: 24px;
    }

    #logo {
        width: 160px;
    }

    #logo-footer {
        width: 140px;
        text-align: center;
    }

    .about-bulk {
        padding-bottom: 20px;
    }

    .copy small {
        text-align: center!important;
    }

    .policy {
        text-align: center !important;
    }

    .btn-continue {
        padding: 0.3rem 4rem;
    }

    .text-login-registration {
        padding-bottom: 5px;
    }

    .about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        max-width: 100%!important;
    }

    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        max-width: 100%!important;
    }

    .btn-login {
        padding: .1rem 1.3rem;
        border-radius: 2rem;
        background-color: #055b9b;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border: solid 2px #055b9b;
    }

    .btn {
        font-size: .8rem;
    }
}

@media (min-width: 1441px) {
    #header-registration {
        background-image: url("/static/datastone/img/base/1920x600full.jpg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .container-custom {
        width: 90%!important;
    }
}

@media (max-width: 1440px) {
    #cardNumber {
        font-size: 1rem;
    }

    .btn-ticket {
        font-size: 1.2rem;
    }
}

@media (min-width: 1024px) {
    .plan-lg {
        display: block !important;
    }

    .plan-sm {
        display: none !important;
    }

    .payment-data {
        border-right: solid 1px rgba(112, 112, 112, 0.5) !important;
    }
}

@media (max-width: 1024px) {
    #header-registration {
        background-image: url("/static/datastone/img/base/1440x626.jpg");
        background-size: auto;
        background-repeat: no-repeat;
    }

    #header-checkout {
        background-image: url("/static/datastone/img/base/1440x626.jpg");
        background-size: 100% 40%;
        background-repeat: no-repeat;
        background-position: top;
    }
    .payment-data {
        border-right: none;
    }
}

@media (max-width: 768px) {
    #header-registration {
        background-image: url("/static/datastone/img/base/1536x1100.jpg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    #header-checkout {
        background-image: url("/static/datastone/img/base/1440x626.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .plan-lg {
        display: none !important;
    }

    .plan-sm {
        display: block !important;
    }

    .select-validate {
        width: 100%;
    }

    .thank-ticket-content hr {
        width: 90% !important;
    }
}

@media (max-width: 425px) {
    #header-registration {
        background-image: url("/static/datastone/img/base/1242x1268.jpg");
        background-size: 625px;
        background-repeat: no-repeat;
        background-position: top;
    }

    #header-thank-ticket {
        background-image: url("/static/datastone/img/base/1242x1268.jpg");
        background-size: 625px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .btn-ticket {
        font-size: 1rem;
    }

    .barcode {
        text-align: center;
    }
}