/*geral.css
/*autor: Grazielle Prado
/*criado em: 04/10/2016
/****************************************/



@font-face {
    font-family: 'kg_skinny_latteregular';
    src: url('../fonts/kgskinnylatte/kgskinnylatte-webfont.woff2') format('woff2'), url('../fonts/kgskinnylatte/kgskinnylatte-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.modal {
    top: 50% !important;
}

.has-spinner .fa-spinner {
    opacity: 0;
    max-width: 50px;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.box-compre {
    text-align: right;
    float: right;
    padding-right: 160px;
}


.link-compre {
    background: #b5121b;
    padding: 20px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 3px 10px #000;
    width: 180px;
}

    .link-compre:hover {
        color: #fff !important;
    }

    .link-compre:visited {
        color: #fff !important;
    }

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .fa-spinner {
        opacity: 1;
        max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
    }

body {
    font-family: Raleway !important;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

.cabecalho {
    background-color: #000;
    border-color: transparent;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 94px;
}

.logo {
    width: 220px;
    height: 38px;
    background: url('images/logo.png');
    background-repeat: no-repeat;
    margin: 22px;
}

.navbar-default {
    display: none;
}

a.arrow-down {
    background: url('images/up.png');
    background-repeat: no-repeat;
    width: 157px;
    background-position-x: 134px;
    display: block;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    a.arrow-down.collapsed {
        background: url('images/down.png');
        background-repeat: no-repeat;
        width: 157px;
        background-position-x: 134px;
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

.login {
    width: 272px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    position: absolute;
    right: 60px;
    top: 200px;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.login_1 {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.login_2 {
    width: 400px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 495px;
}

    .login_1 .form-group,
    .login_2 .form-group {
        display: block;
        color: #717073;
    }

    .login_1 p,
    .login_2 p {
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: 200;
        color: #717073;
        text-align: center;
        text-transform: none;
    }

.login_1 .form-group {
    border-bottom: 1px solid #ccc;
}

.login_1 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login_1 .contem_login {
    padding: 40px;
}


.log {
    position: relative;
    margin-top: 70px;
}

.barra {
    background: #ececec;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    color: #b5121b;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn.entrar {
    width: 130px;
    background-color: #fff !important;
    border-radius: 30px;
    color: #B5121B !important;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-color: #B5121B !important;
}

    .btn.entrar:hover {
        background-color: #B5121B !important;
        color: #fff !important;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .btn.entrar a {
        color: #B5121B;
        letter-spacing: 1px;
        font-weight: bold;
    }

        .btn.entrar a:hover,
        .btn.entrar a:visited,
        .btn.entrar a:focus {
            color: #fff;
            text-decoration: none;
            letter-spacing: 1px;
            font-weight: bold;
        }

.btn.esqueci,
.btn.novo_cadastro {
    width: 210px;
    background-color: #fff !important;
    border-color: #B5121B !important;
    border-radius: 30px;
    color: #B5121B !important;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

    .btn.esqueci:hover,
    /*.btn.novo_cadastro:focus,
    .btn.novo_cadastro:visited,*/
    .btn.novo_cadastro:hover {
        width: 210px;
        background-color: #B5121B !important;
        color: #fff !important;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .btn.novo_cadastro a {
        color: #B5121B;
        letter-spacing: 1px;
        font-weight: bold;
    }

        .btn.novo_cadastro a:hover {
            color: #fff;
            text-decoration: none;
            letter-spacing: 1px;
            font-weight: bold;
        }



.banners h2,
.bloco h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.bloco {
    margin-bottom: 20px;
}

    .bloco a {
        border-radius: 5px;
        display: block;
        width: 300px;
        height: 230px;
    }


    .bloco .login_ss > img {
        width:auto;
    }

    .bloco .login_cm {
        background: url('images/cinemark_mania.jpg');
    }

    .bloco .login_cm:hover {
        background: url('images/cinemark_mania_over.jpg');
    }

.banners img {
    /*box-shadow: 0px 7px 7px #999;*/
}


.login .form-control {
    display: inline-block;
}

.contentlogin {
    background: #eee;
    width: 100%;
    height: 330px;
    margin-top: 100px;
    padding-top: 30px;
    position: relative;
}

.contentlogin1 {
    background: #fff;
    width: 100%;
    ;
    height: 330px;
    margin-top: 100px;
    padding-top: 30px;
    position: relative;
}


.jumbotron {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
}

    .jumbotron.fixo {
        position: fixed;
        width: 100%;
        z-index: 9999;
        margin-top: -10px;
        padding-top: 0;
    }

    .jumbotron.ss {
        padding: 20px 0 10px;
        margin-top: 100px;
    }

    .jumbotron.sseletronico {
        padding: 20px 0 10px;
        margin-top: 20px;
    }

        .jumbotron.ss h1,
        .jumbotron.sseletronico h1 {
            margin: 0 0 20px 92px;
        }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: 200;
        color: #fff;
        text-align: center;
        text-transform: none;
    }

    .jumbotron a {
        color: #fff;
        transition: all .15s ease;
    }

        .jumbotron a:hover {
            color: #B5121B;
            text-decoration: none;
        }

.btn-success {
    color: #fff;
    background-color: #B5121B;
    border-color: #B5121B;
    transition: all .15s ease;
}

    .btn-success:hover {
        color: #B5121B;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-success a {
        color: #fff;
    }

        .btn-success a:hover {
            color: #B5121B;
            text-decoration: none;
        }

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: 800;
    border-radius: 27px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .15s ease;
}

    .btn-default:hover {
        color: #B5121B;
        background-color: #fff;
        border-color: #fff;
    }

.jumbotron form label {
    color: #fff;
    font-weight: normal;
}

footer {
    color: #fff;
    text-align: center;
    padding: 30px 0 10px;
    background: #1c1a1a;
}

.content,
.content_carrinho,
.content_cadastro,
.content_formaspagto,
.content_showerror {
    background: url(images/bg-home2.jpg);
    padding-top: 20px;
}

.content_banner {
    margin-top: 0;
    position: relative;
}

.content_carrinho,
.content_cadastro,
.content_formaspagto,
.content_showerror {
    background: #fff;
    margin-top: 100px;
}

    .content_cadastro .form-group .form-control {
        display: inline-block;
    }


.ssingresso {
    height: 122px;
    width: 100%;
    position: relative;
    text-align: center;
}

    .ssingresso.padrao {
        background: url(images/ss_padrao.jpg) no-repeat center;
    }

    .ssingresso.segqua {
        background: url(images/ss_2_4.jpg) no-repeat center;
    }

    .ssingresso.tresd {
        background: url(images/ss_3d.jpg) no-repeat center;
    }

    .ssingresso.snack {
        background: url(images/ss_snack.jpg) no-repeat center;
    }

    .ssingresso.padrao.inativo {
        background: url(images/ss_padrao_disabled.jpg) no-repeat center;
    }

    .ssingresso.segqua.inativo {
        background: url(images/ss_2_4_disabled.jpg) no-repeat center;
    }

    .ssingresso.tresd.inativo {
        background: url(images/ss_3d_disabled.jpg) no-repeat center;
    }

    .ssingresso.snack.inativo {
        background: url(images/ss_snack_disabled.jpg) no-repeat center;
    }

    .ssingresso.padrao.indisponivel {
        background: url(images/ss_padrao_indisponivel.jpg) no-repeat center;
    }

    .ssingresso.segqua.indisponivel {
        background: url(images/ss_2_4_indisponivel.jpg) no-repeat center;
    }

    .ssingresso.tresd.indisponivel {
        background: url(images/ss_3d_indisponivel.jpg) no-repeat center;
    }

    .ssingresso.snack.indisponivel {
        background: url(images/ss_snack_indisponivel.jpg) no-repeat center;
    }

.car_sseletronico {
    height: 339px !important;
    width: 100%;
    position: relative;
    text-align: center;
}



.content h2 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.content p {
    color: #fff;
    margin: 15px 0;
}

.right {
    float: right;
}



/** Carrinho **/

ul.menu_lateral {
    background: #fff;
    width: 250px;
    border-radius: 5px;
    padding: 0;
    text-transform: uppercase;
}


    ul.menu_lateral li {
        list-style-type: none;
        border-bottom: 1px solid #ccc;
    }



        ul.menu_lateral li a {
            color: #717073;
            font-weight: bold;
            text-decoration: none;
            font-size: 12px;
            padding: 25px 0 25px 30px;
            display: block;
            letter-spacing: 1px;
            text-align: left;
        }

            ul.menu_lateral li a:hover {
                color: #B5121B;
                font-weight: bold;
                text-decoration: none;
            }

.carrinho,
.formaspagto,
.retirada,
.pagamento,
.showerror {
    color: #717073;
    margin-top: 100px;
    margin-bottom: 30px;
}

    .carrinho .formaspagto {
        margin-top: 0;
        margin-bottom: 0;
    }

    .carrinho .retirada {
        margin-top: 0;
        margin-bottom: 0;
    }

    .carrinho .pagamento {
        margin-top: 0;
        margin-bottom: 0;
    }

/*.retirada{
    height: 625px;
}*/
/*
.carrinho
{
    color:#717073;
    margin-top: 100px;
    margin-bottom: 30px;
}*/

.contem_contrato {
    height: 400px;
    overflow: auto;
    padding: 20px;
}

    .contem_contrato p {
        text-align: justify;
    }


.imprimir {
    padding: 20px;
}

    .imprimir .btn-default {
        background: #B5121B;
        color: #fff;
        border-radius: 25px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 12px;
        float: right;
    }

        .imprimir .btn-default:hover {
            background: #fff;
            color: #B5121B;
            border: 1px solid #B5121B;
            border-radius: 25px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            font-size: 12px;
        }

.carrinho a h2,
.carrinho a,
.retirada a,
.pagamento a {
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    color: #717073;
    cursor: pointer;
    text-decoration: none;
}


.carrinho .col-md-6,
.retirada .col-md-6,
.pagamento .col-md-6 {
    text-align: center;
    margin-bottom: 30px;
}

.retirada .col-md-12,
.pagamento .col-md-12 {
    margin-bottom: 20px;
}

.retirada .col-md-10,
.pagamento .col-md-10 {
    margin-left: 20px;
    margin-bottom: 20px;
}

.retirada select {
    width: 300px;
}

.pagamento select {
    width: 70px;
    padding: 2px 10px;
}

.carrinho .form-control {
    display: inline;
    /*width: 60px;*/
}

.carrinho .valor {
    font-weight: bold;
}

.carrinho label {
    font-weight: normal;
}

.carrinho img {
    border-radius: 5px;
    box-shadow: 0px 5px 12px #666;
}

.increase {
    display: inline-block;
    position: relative;
    width: 102px;
    margin: 0 6px;
}


.valordemo {
    background: transparent !important;
    width: 86px !important;
    text-align: center !important;
    border: 1px solid #ccc;
    height: 33px;
    /*line-height: 53px;*/
    border-radius: 20px;
}

.menosdemo {
    border-radius: 25px !important;
    color: #fff;
    background: #B5121B;
    padding: 0px 13px;
    position: absolute;
    left: -4px;
    font-size: 25px;
    font-family: arial;
    top: -1px;
}

    .menosdemo:hover,
    .menosdemo:visited,
    .menosdemo:focus,
    .maisdemo:hover,
    .maisdemo:visited,
    .maisdemo:focus {
        color: #fff;
    }

.maisdemo {
    border-radius: 25px !important;
    color: #fff;
    background: #B5121B;
    padding: 0px 10px;
    position: absolute;
    right: -4px;
    font-size: 25px;
    font-family: arial;
    top: -1px;
}

.btn.menosdemo[disabled],
.btn.maisdemo[disabled] {
    background: #ccc;
    opacity: 1;
}

.jumbotron h1 {
    font-size: 27px;
    color: #717073;
    margin: 0 0 20px 128px;
}

.jumbotron img {
    width: 100%;
}


.jumbotron .breadcrumb {
    padding: 3px 21px;
    margin: 20px 0 0 108px;
    list-style: none;
    background-color: #eee;
    border-radius: 4px;
    font-size: 10px;
}

    .jumbotron .breadcrumb a {
        color: #717073;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .jumbotron .breadcrumb a.active {
            text-decoration: none;
            text-transform: uppercase;
        }

.total {
    padding: 20px;
    background-color: #eee;
    text-align: right;
    padding-right: 128px;
    color: #717073;
}

    .total input.form-control {
        display: inline-block;
        width: 100px;
        margin: 0 10px 0 5px;
    }

.btn-primary {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #B5121B;
    color: #B5121B;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    transition: all .15s ease;
}

/**Utilizar a classe disable para desabilitar o botão**/
.btn.disabled {
    background: #fff;
    color: #ccc;
    border: 1px solid #ccc;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background: #B5121B !important;
    border-radius: 25px;
    border: 1px solid #B5121B !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

ul.logout {
    position: absolute;
    right: 128px;
    top: 30px;
}

    ul.logout li {
        display: inline-block;
        list-style-type: none;
        margin-left: 20px;
        font-size: 11px;
        font-weight: bold;
        color: #717073;
    }


        ul.logout li a {
            color: #717073;
            text-decoration: none;
        }

.glyphicon-log-out:before,
.glyphicon-user:before {
    color: #B5121B;
    margin-left: 3px;
}

.left {
    text-align: left !important;
}

.modal-footer {
    border-top: none;
}


/**Steps**/


.steps {
    font-family: Arial;
    font-size: 12px;
    color: #ADADAD;
    text-align: center;
    padding: 17px 0;
    margin-bottom: 45px;
    margin: 10px 13px 0 0;
}

    .steps .steps-item {
        width: 170px;
        display: inline-block;
        border-top: 2px solid #e0e0e0;
        margin-right: 20px;
    }

        .steps .steps-item .steps-item-label {
            margin-left: -196px;
            position: relative;
            top: 20px;
        }

    .steps .steps-item-icon {
        width: 26px;
        height: 26px;
        position: relative;
        top: -30px;
        left: -25px;
        border-radius: 50%;
        background: #fff;
        font-size: 11px;
        color: #a9a9a9;
        border: 2px solid #a9a9a9;
        padding-top: 4px;
    }

    .steps .steps-item:last-child {
        width: 0;
        margin: 0;
        border-top: none;
    }

    .steps .steps-item .steps-item-label.last-label {
        margin-left: -48px;
    }

    .steps .steps-item.steps-item-is-current .steps-item-icon {
        border: 2px solid #B5121B;
        color: #B5121B;
    }

    .steps .steps-item.steps-item-is-current .steps-item-label {
        color: #000;
    }

.steps-item-icon .glyphicon-chevron-right {
    display: none;
}

.form-group {
    display: inline-block;
}

    .form-group.block {
        display: block;
    }

    .form-group.small {
        width: 10%;
    }

    .form-group.normal {
        width: 30%;
    }

    .form-group.xnormal {
        width: 44%;
    }

    .form-group.large {
        width: 49%;
    }

    .form-group.margem {
        margin-right: 10px;
    }

.cadastro {
    color: #717073;
    width: 60%;
    margin-top: 100px;
}

.banner {
    color: #717073;
    width: 86%;
    padding: 0;
    margin: 0 auto;
}

.alterar_cadastro {
    color: #717073;
    margin-top: 100px;
}

    .cadastro h3,
    .retirada h3,
    .pagamento h3,
    .alterar_cadastro h3 {
        border-bottom: 1px solid #717073;
        margin-bottom: 20px;
    }

.retirada h3,
.pagamento h3 {
    margin-bottom: 30px;
}

.retirada label,
.pagamento label {
    margin-bottom: 15px;
    font-weight: normal;
}

.pagamento label {
    width: 150px;
}

.pagamento .boleto label {
    width: 100% !important;
}

.retirada .localidade,
.pagamento .localidade {
    background: #eee;
    border-radius: 0 0 5px 5px;
    padding: 20px;
}


.dropdown.localizacao h3 {
    text-align: left;
}

.dropdown-menu.localizacao {
    border: none;
    box-shadow: none;
    padding: 20px 20px 10px;
    background: #eee;
    margin-top: 30px;
}

.cadastro form,
.alterar_cadastro form {
    margin-bottom: 65px;
}

    .cadastro form .btn-primary,
    .alterar_cadastro form .btn-primary {
        float: right;
    }

.cadastro ul.instrucoes,
.alterar_cadastro ul.instrucoes {
    list-style-type: none;
    padding: 0;
}

    .cadastro ul.instrucoes li,
    .alterar_cadastro ul.instrucoes li {
        margin: 20px 0;
    }

.cadastro .passo,
.alterar_cadastro .passo {
    background: #B5121B;
    color: #fff;
    padding: 5px 10px;
    border-radius: 36px;
}

.obrigatorio {
    color: #B5121B;
    font-size: 22px;
    font-family: arial;
}

.aviso_obrigatorio {
    font-size: 13px;
    font-weight: bold;
    color: #B5121B;
}

.form-control:focus {
    border-color: #a9a8ab;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 168, 171, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 168, 171, .6);
}

.panel-group .panel {
    border: none;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #717073 !important;
    border-bottom: 1px solid;
    padding: 0;
}

    .panel-default > .panel-heading a {
        font-size: 20px;
        color: #717073;
        text-decoration: none;
    }


.formaspagto .panel-default > .panel-heading {
    background-color: #fff;
    border-color: transparent;
    border-bottom: none;
    padding: 0;
}

.formaspagto h3,
.carrinho h3 {
    border-bottom: 1px solid #717073;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.formaspagto label {
    width: 100px;
}




table.pedidos th,
table.desc_pedidos th {
    background: #B5121B;
    color: #fff;
    /*font-weight: bold;*/
    text-align: center;
    padding: 5px;
    font-size: 12px;
    width: 18%;
}

table.pedidos td,
table.desc_pedidos td {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    margin-top:10px;
}

.dropdown table.pedidos tr {
    border: 1px solid #ccc;
}

table.pedidos td {
    background: #fff;
    color: #717073;
    width: 18%;
}

table.pedidos tr.zebrado td {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    background: #eee;
}


.dropdown table.pedidos th,
.dropdown table.desc_pedidos th {
    background: #eee;
    color: #717073;
}

/*.dropdown table.pedidos td,*/
.dropdown table.desc_pedidos td {
    background: #dcf4eb;
}



.modal-body .col-md-6 {
    margin-bottom: 0px;
}

.boleto {
    padding: 15px;
    background: #eee;
    margin-bottom: 20px;
    height: 150px;
}

.subtotal {
    width: 295px;
    float: right;
    margin-top: 20px;
}

    .subtotal label {
        text-align: right;
        font-weight: bold;
        width: 200px;
    }

    .subtotal span {
        float: right;
    }

.aviso {
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
}

    .aviso .glyphicon {
        color: #B5121B;
        margin-right: 5px;
    }

.pedido {
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
}

.vendas {
    background: #eee;
    padding: 20px 55px;
}

/**Super Saver **/

/**tabs**/

.banners {
    height: 100%;
    margin: 0 auto;
    background: #eee;
}



.nav-tabs {
    border-bottom: none;
    position: absolute;
    bottom: 20px;
    left: 100px;
    width: 100%;
}

    .nav-tabs > li {
        margin-left: 10px;
    }


        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: none;
            border-radius: 0;
            border-bottom: none;
            border-radius: 25px;
            background: #b5121b;
            color: #fff;
            font-weight: bold;
            border: 1px solid #b5121b;
        }


            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:visited,
            .nav-tabs > li.active > a:focus,
            .nav-tabs > li > a:hover {
                background: #fff;
                color: #b5121b;
                border: 1px solid #fff;
            }

    .nav-tabs.eletronic {
        /*top: -56px;*/
        /*left: 196px;
    position: relative;*/
    }

.nav-tab-item-margin {
    margin-bottom: 10px;
    margin-top: 5px;
}

.eletronico {
    width: 86%;
    margin-top: -20px;
}

    .eletronico .row {
        margin-right: -18px;
        margin-left: -17px;
    }

.banner .row {
    margin-right: -5px;
    margin-left: 0px;
}

.banner .head {
    position: relative;
}


    .banner .head img {
        width: 100%;
    }


.banner .tab-content,
.eletronico .tab-content {
    height: 200px;
    background: #eee;
}

.banner .tab-content {
    height: 390px;
}

.banner .ingresso .tab-content {
    height: 248px !important;
}


.banner .tab-pane img,
.eletronico .tab-pane img {
    margin-top: 20px;
}

.banner .tab-content > .active,
.eletronico .tab-content > .active {
    padding: 10px;
}


.eletronico .tab-content > .active {
    margin: 0px -6px 0 0;
}

.banner .descricao p,
.eletronico .descricao p {
    padding-left: 15px;
}

.banner h4,
.eletronico h4 {
    color: #717073;
    font-weight: bold;
    left: 65px;
    margin-top: 25px;
    font-size: 24px;
    text-align: center;
}

.banner a {
    text-decoration: none;
}

.banner h4, .eletronico h4 {
    left: 335px;
}

.eletronico h4 {
    left: 392px;
}

.banner h3,
.eletronico h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #717073;
}

.jumbotron.fixo.ss h1 {
    font-size: 27px;
    color: #717073;
    margin: 0 0 5px 128px;
    line-height: 50px;
}

.contem_contato {
    background: #eee;
    padding: 20px 30px;
}

.contato {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

    .contato:last-child {
        border-bottom: none;
        margin-bottom: 30px;
    }

    .contato h4 {
        color: #717073;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.dados_pedido {
    padding-bottom: 10px;
}

    .dados_pedido p {
        margin: 0;
    }

span.alerta {
    display: inline-block;
    background: #B5121B;
    padding: 6px 5px 6px 6px;
    border-radius: 26px;
    color: #fff;
}

span.indisponivel {
    color: #B5121B;
    position: absolute;
    top: 27px;
    left: 15px;
    display: block;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-36deg);
}


.formaspagto .open > .dropdown-menu {
    display: block;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 15px 0 25px 0;
    border: none;
}

.caret {
    /** position: absolute;
        top: 13px;
        left: 20px;
        color: #B5121B;**/
    display: none;
}

.formaspagto .open > .dropdown-menu p {
    text-align: right;
    padding: 5px 20px 0;
    width: 100%;
    background: #eee;
}

.formaspagto .dropdown a:hover,
.formaspagto .dropdown a:focus,
.formaspagto .dropdown a:visited,
.formaspagto .dropdown a table tr td:hover,
.formaspagto .dropdown a table tr td:focus,
.formaspagto .dropdown a table tr td:visited {
    text-decoration: none;
    color: #B5121B;
}

.formaspagto .dropdown {
    margin-bottom: 10px;
}

.como_comprar {
    height: 90px;
    margin-bottom: 10px;
}


    .como_comprar .col-md-3 {
        padding: 0;
        padding-right: 10px;
    }

        .como_comprar .col-md-3:last-child {
            padding-right: 0;
        }


    .como_comprar .comprar {
        background: #eee;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        height: 100px;
    }

    .como_comprar h3 {
        text-align: center;
        margin-bottom: 20px;
        color: #717073;
    }

    .como_comprar h1 {
        text-align: center;
        color: #717073;
    }

    .como_comprar .comprar .sequencia {
        border-radius: 21px;
        padding: 4px 8px;
        color: #dfdfdf;
        font-weight: bold;
        font-family: arial;
        position: absolute;
        font-size: 98px;
        right: 22px;
        bottom: -33px;
        font-style: italic;
    }


    .como_comprar .comprar p {
        margin: 0 0 10px;
        position: absolute;
        z-index: 99;
        width: 82%;
    }

    .como_comprar .comprar .seta {
        background: #b5121b;
        border-radius: 25px;
        position: absolute;
        color: #fff;
        padding: 7px 11px;
        font-size: 20px;
        right: -21px;
        z-index: 99;
        top: 32px;
    }


.download_aviso {
    margin-top: 37px;
    background: #717073;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.modal.in .modal-dialog {
    width: 800px;
    top: 193px;
    margin-top: 193px;
}

.botao_print {
    padding: 20px;
    background-color: #eee;
    text-align: right;
    color: #717073;
}

p.local {
    background: #fff !important;
    text-align: left !important;
}


.head h1 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10px;
    font-family: 'Raleway';
}

.contem_cm {
    background: #717073;
    padding: 20px;
    margin: 20px 0;
    color: #fff;
    height: 760px;
}

    .contem_cm p {
        font-size: 16px;
    }

    .contem_cm h2 {
        color: #f6d71f;
        font-family: 'kg_skinny_latteregular';
        font-size: 32px;
        text-align: center;
        text-transform: uppercase;
    }

    .contem_cm a {
        text-decoration: none;
        color: #f6d71f;
        cursor: pointer;
    }

        .contem_cm a.button_cadastro {
            background: #c63a8e;
            padding: 20px 10px;
            border-radius: 5px;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 64px;
            display: block;
            color: #fff;
            letter-spacing: 1px;
            box-shadow: 0px 3px 10px #000;
        }


    .contem_cm .destaque {
        color: #f6d71f;
        font-size: 20px;
        text-align: center;
    }

    .contem_cm .ball {
        background: #9f2787;
        width: 150px;
        height: 150px;
        padding: 10px 0;
        border-radius: 92px;
        display: inline-block;
        box-shadow: 0px 3px 6px #000;
        position: relative;
    }


        .contem_cm .ball .ball2 {
            background: #b2338b;
            width: 135px;
            height: 135px;
            padding: 2px 0;
            border-radius: 92px;
            box-shadow: 0px 0px 5px 1px #362247;
            position: absolute;
            left: 7px;
            border: 2px solid #c34599;
            top: 8px;
        }

            .contem_cm .ball .ball2 .ball3 {
                background: #c63a8e;
                width: 120px;
                height: 120px;
                padding: 40px 0;
                border-radius: 92px;
                list-style-image: none;
                display: inline-block;
                margin-right: 61px;
                text-align: center;
                box-shadow: 0px 0px 4px #5f2f70;
                position: absolute;
                left: 6px;
                top: 6px;
                border: 2px solid #cb539b;
                font-family: 'kg_skinny_latteregular';
                text-transform: uppercase;
                font-size: 22px;
                color: #f6d71f;
            }

                .contem_cm .ball .ball2 .ball3 .vantagens {
                    position: absolute;
                    left: 2px;
                    top: 30px;
                }

.circle {
    position: absolute;
    right: 0;
    bottom: 80px;
}

.box {
    padding: 20px 0 20px 25px;
}

.glyphicon-collapse-down:before {
    color: #B5121B;
}

.image_modal_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.image_modal_content {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image_modal_content-close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: -50px;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3NS4yIDQ3NS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzUuMiA0NzUuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MDUuNiw2OS42QzM2MC43LDI0LjcsMzAxLjEsMCwyMzcuNiwwcy0xMjMuMSwyNC43LTE2OCw2OS42UzAsMTc0LjEsMCwyMzcuNnMyNC43LDEyMy4xLDY5LjYsMTY4czEwNC41LDY5LjYsMTY4LDY5LjYgICAgczEyMy4xLTI0LjcsMTY4LTY5LjZzNjkuNi0xMDQuNSw2OS42LTE2OFM0NTAuNSwxMTQuNSw0MDUuNiw2OS42eiBNMzg2LjUsMzg2LjVjLTM5LjgsMzkuOC05Mi43LDYxLjctMTQ4LjksNjEuNyAgICBzLTEwOS4xLTIxLjktMTQ4LjktNjEuN2MtODIuMS04Mi4xLTgyLjEtMjE1LjcsMC0yOTcuOEMxMjguNSw0OC45LDE4MS40LDI3LDIzNy42LDI3czEwOS4xLDIxLjksMTQ4LjksNjEuNyAgICBDNDY4LjYsMTcwLjgsNDY4LjYsMzA0LjQsMzg2LjUsMzg2LjV6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTM0Mi4zLDEzMi45Yy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMGwtODUuNiw4NS42TDE1MiwxMzIuOWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xICAgIGw4NS42LDg1LjZsLTg1LjYsODUuNmMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00bDg1LjYtODUuNmw4NS42LDg1LjZjMi42LDIuNiw2LjEsNCw5LjUsNCAgICBjMy41LDAsNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMWwtODUuNC04NS42bDg1LjYtODUuNkMzNDcuNiwxNDYuNywzNDcuNiwxMzguMiwzNDIuMywxMzIuOXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center center;
}

.image_modal_content-desktop {
    display: block;
    max-width: 80vw;
    max-height: 80vh;
}

@media (max-width: 1350px) {
    .banner .col-md-8 {
        width: 58.666667%;
    }

    .banner .col-md-4 {
        width: 40.333333%;
    }

    .banner .tab-content {
        height: 390px;
    }

    .contem_cm {
        height: 800px;
    }
}

@media (max-width: 1350px) {
    .contem_cm {
        height: 850px;
    }
}


@media(max-width: 1200px) {

    ul.menu_lateral {
        width: 215px;
    }

    .btn.entrar {
        width: 100%;
        margin-bottom: 10px;
    }


    .nav-tabs {
        left: 130px;
    }

    .banner .col-md-4 {
        width: 39.333333%;
    }
}

@media (max-width: 1150px) {
    .banner .col-md-3 {
        width: 29%;
    }

    .banner .col-md-9 {
        width: 65%;
    }

    .banner .col-md-8 {
        width: 53.666667%;
    }

    .banner .col-md-4 {
        width: 43.333333%;
    }

    .banner .tab-content {
        height: 450px;
    }

    .contem_cm {
        height: 1025px;
    }

    .box-compre {
        float: right;
        padding-right: 15px;
    }
}



@media(max-width: 1000px) {
    /** tabs ss **/

    .nav-tabs {
        bottom: 20px;
        left: 20px;
        width: 200px;
    }

        .nav-tabs > li {
            float: none;
            border-bottom: 1px solid #fff;
        }

            .nav-tabs > li:last-child {
                border-bottom: none;
            }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 9px 5px;
        margin-bottom: 0;
        background: transparent !important;
        border: none !important;
        color: #fff !important;
    }

    .nav-tabs.eletronic {
        top: -137px;
        left: 0;
        position: relative;
        right: inherit;
        width: 240px;
    }

    .banner .col-md-3,
    .banner .col-md-4,
    .banner .col-md-8,
    .banner .col-md-9 {
        width: 100%;
        text-align: center;
    }

    .banner .tab-content {
        height: 410px;
    }

    .banner .ingresso .tab-content {
        height: 410px !important;
        margin-top: -100px;
    }

    .download_aviso {
        margin-top: 50px;
    }

    .banner .col-md-3 {
        width: 28%;
    }

    .banner .col-md-9 {
        width: 70%;
    }

    .box-compre {
        float: left;
    }
}

@media(max-width: 995px) {
    .jumbotron.fixo {
        position: fixed;
        width: 100%;
        z-index: 9999;
        margin-top: -85px;
    }

        .jumbotron.fixo.ss {
            margin-top: -50px;
        }

    .navbar-default .navbar-brand {
        padding-left: 50px;
        color: #717073;
    }

    .navbar-default {
        display: block !important;
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        margin-top: 170px;
        width: 100%;
    }

    .contem_cm {
        height: 930px;
    }

    .circle {
        display: none;
    }

    .content_cadastro {
        margin-top: 165px;
    }




    .nav > li {
        list-style-type: none;
        border-bottom: 1px solid #ccc;
    }


    .navbar-default .navbar-nav > li > a {
        color: #717073 !important;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
        padding: 25px 0 25px 50px;
        display: block;
        letter-spacing: 1px;
        text-align: left;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #B5121B;
        }

    .menu_lateral {
        display: none;
    }

    .jumbotron h1 {
        margin: 0 0 20px 50px;
    }

    .jumbotron .breadcrumb {
        margin: 20px 0 0 31px;
    }

    .logo {
        margin-left: 50px;
    }

    ul.logout {
        right: 50px;
    }

    .total {
        padding-right: 10px;
    }

    .content_carrinho,
    .formaspagto {
        margin-top: -68px;
    }


    .cadastro {
        margin-top: 40px;
    }

    .alterar_cadastro {
        margin-top: -150px;
    }



    .formaspagto .col-md-9,
    .pagamento .col-md-9,
    .retirada .col-md-9 {
        border: solid 0px;
    }


    .dados_pedido .form-control {
        display: inline-block;
        width: 24%;
    }

    .boleto {
        height: 100%;
    }

        .boleto .col-md-2 {
            width: 120px;
            display: inline-block;
            vertical-align: top;
        }

        .boleto .col-md-8 {
            width: 70%;
            display: inline-block;
        }

    .form-group.large {
        width: 48%;
    }

    .form-group.xnormal {
        width: 40%;
    }

    .cadastro {
        width: 90%;
    }

    .como_comprar .comprar {
        margin-bottom: 15px;
    }

        .como_comprar .comprar .seta {
            display: none;
        }

    .download_aviso {
        margin-top: 170px;
    }

    .banner .tab-content {
        height: 560px;
        border: solid 0px;
    }

    .banner .ingresso .tab-content {
        height: 420px !important;
    }
}

@media (max-width: 992px) {
    .banner .col-md-3 {
        width: 100%;
    }


    .contem_cm .col-md-3 {
        width: 23%;
        display: inline-block;
    }

    .banner .col-md-9 {
        width: 100%;
    }

    .box-compre {
        width: 100%;
    }
}

@media(max-width: 865px) {

    .steps .steps-item {
        border-top: none;
    }

    .contem_cm {
        height: 970px;
    }


    .steps .steps-item {
        width: 40px;
    }

        .steps .steps-item .steps-item-label {
            margin-left: -64px;
        }

    .steps-item-icon .glyphicon-chevron-right {
        position: absolute;
        left: 39px;
        top: 5px;
        display: block !important;
    }

    .modal.in .modal-dialog {
        width: 400px;
        top: 193px;
        left: 200px;
    }

    .banner h4, .eletronico h4 {
        font-size: 18px;
    }

    /** tabs ss **/

    .nav-tabs {
        bottom: 20px;
        left: 20px;
    }

        .nav-tabs > li {
            float: none;
        }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 9px 5px;
        margin-bottom: 0;
        background: transparent !important;
        border: none !important;
        color: #fff !important;
    }


    .banner .tab-content {
        height: 700px;
    }

    .banner .ingresso .tab-content {
        height: 430px !important;
    }
}

@media (max-width: 805px) {
    .contem_cm {
        height: 1025px;
    }
}

@media (max-width: 780px) {
    .contem_cm {
        height: 1065px;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 800px;
    }

    .btn.esqueci, .btn.novo_cadastro, .btn.esqueci:hover, .btn.novo_cadastro:hover {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .contentlogin1 {
        height: 1050px;
    }

    .bloco {
        margin-left: 200px;
    }
}

@media (max-width: 700px) {

    .banner {
        width: 100%;
    }

    .contem_cm .col-md-3 {
        width: 45%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .circle {
        display: none;
    }

    .contem_cm {
        height: 1260px;
    }

    .como_comprar h1 {
        font-size: 20px;
    }

    .banner .head img {
        width: 136%;
        left: -50px;
    }


    .jumbotron.ss h1,
    .jumbotron.sseletronico h1 {
        margin: 0 0 5px 48px;
        font-size: 20px;
    }

    .modal.in .modal-dialog {
        width: 400px;
        top: 193px;
        left: 130px;
    }

    .contentlogin1 {
        height: 1050px;
        margin-top: 100px;
        padding-top: 1px;
    }

    .bloco {
        margin-bottom: 20px;
        margin-left: 155px;
    }

    .nav-tabs {
        bottom: 10px;
        left: 20px;
        width: 180px;
    }

    .nav > li > a {
        padding: 5px 5px;
        font-size: 12px;
    }

    .nav-tabs.eletronic {
        top: -82px;
    }
}

@media (max-width: 550px) {

    .jumbotron.fixo.ss h1 {
        font-size: 20px;
    }
}


@media (max-width: 500px) {
    ul.logout {
        display: none;
    }

    .retirada .col-md-10 {
        padding: 0;
        margin-left: 0;
    }

    .retirada select {
        width: 50%;
    }

    .contem_contrato {
        padding: 0;
    }

    table.pedidos th,
    table.desc_pedidos th {
        font-size: 9px;
        width: 16%;
    }

    .pagamento label {
        width: 100px;
    }


    .jumbotron.fixo.ss h1 {
        font-size: 19px;
        color: #717073;
        margin: 0 0 5px 50px;
        line-height: 50px;
    }

    .banners {
        height: 514px;
    }


    .boleto .col-md-8 {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }

    .boleto .col-md-2 {
        width: 100%;
        text-align: center;
    }

    table.pedidos td {
        font-size: 9px;
    }

    .caret {
        display: none;
    }

    .form-group.large {
        width: 47%;
    }

    .form-group.small {
        width: 27%;
    }

    .form-group.margem {
        margin-left: 0;
    }

    .navbar-default .navbar-brand {
        padding-left: 29px;
    }

    .jumbotron h1 {
        margin: 0 0 20px 29px;
    }

    .jumbotron .breadcrumb {
        margin: 20px 0 0 9px;
    }

    .contem_contato {
        padding: 20px 10px;
    }

    .dados_pedido .form-control {
        width: 86%;
        margin-bottom: 10px;
    }

    .jumbotron .breadcrumb {
        font-size: 9px;
    }

    .alterar_cadastro {
        margin-top: -80px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 25px 0 25px 30px;
    }

    table.desc_pedidos td {
        font-size: 10px;
    }

    .alterar_cadastro .form-group label,
    .cadastro .form-group label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 10px;
    }

    .obrigatorio {
        font-size: 15px;
    }

    .contem_cm .ball {
        width: 127px;
        height: 133px;
    }

        .contem_cm .ball .ball2 {
            width: 114px;
            height: 117px;
        }

            .contem_cm .ball .ball2 .ball3 {
                width: 99px;
                height: 100px;
            }

                .contem_cm .ball .ball2 .ball3 .vantagens {
                    position: absolute;
                    left: 2px;
                    top: 18px;
                }

    .modal.in .modal-dialog {
        width: 90%;
        top: 193px;
        margin-top: 193px;
    }

    .nav-tabs {
        bottom: 5px;
        left: 10px;
        width: 180px;
    }

    .box {
        padding: 0;
    }
}


@media (max-width: 450px) {

    .nav-tabs {
        bottom: 5px;
        left: 0px;
        width: 180px;
    }

    .nav > li > a {
        padding: 3px 5px;
        font-size: 12px;
    }

    .banners.ingresso {
        margin-top: 34px;
        height: 360px;
    }

    .contem_cm .destaque {
        font-size: 14px;
    }


    .contentlogin1 {
        margin-top: 0;
        padding-top: 0;
        height: 970px;
    }

    .bloco {
        margin-left: 20px;
    }


    .banners {
        height: 546px;
    }

    .jumbotron.ss h1, .jumbotron.sseletronico h1 {
        margin: 0 0 20px 15px;
        font-size: 15px;
    }

    .content_banner {
        margin-top: 0;
    }


    .como_comprar .comprar {
        height: 155px;
    }

    .download_aviso {
        margin-top: 250px;
    }

    .header {
        height: 94px;
    }

    .carrinho,
    .pagamento {
        margin-top: 80px;
    }

    .retirada {
        margin-top: 75px;
    }

    .formaspagto {
        margin-top: -120px;
    }

    .total .form-group {
        display: block;
    }


    .ssingresso.snack.indisponivel {
        background: url(images/ss_snack_indisponivel_mobile.jpg) no-repeat center;
    }

    .ssingresso.snack.inativo {
        background: url(images/ss_snack_disabled_mobile.jpg) no-repeat center;
    }

    .ssingresso.snack {
        background: url(images/ss_snack_mobile.jpg) no-repeat center;
    }

    .jumbotron h1 {
        font-size: 15px;
    }

    .jumbotron .breadcrumb {
        font-size: 8px;
    }

    .jumbotron.fixo {
        position: inherit;
        margin-top: 100px;
        padding: 1px 0;
    }

    .navbar-default {
        margin-top: 0;
    }

    .logo {
        margin-left: 26px;
    }

    .content_cadastro {
        margin-top: 0;
    }

    .modal.in .modal-dialog {
        width: 90%;
        top: 93px;
        left: 10px;
    }

    .steps-item-icon .glyphicon-chevron-right {
        left: 30px;
    }

    .steps .steps-item {
        margin-right: 7px;
        width: 40px;
    }

        .steps .steps-item .steps-item-label.last-label {
            margin-left: -48px;
        }

        .steps .steps-item .steps-item-label {
            font-size: 9px;
        }

    .formaspagto h3, .carrinho h3 {
        font-size: 18px;
    }

    .pagamento label {
        width: 150px;
    }

    table.pedidos th, table.desc_pedidos th {
        font-size: 8px;
    }

    .pagamento label {
        width: 90px;
    }

    .contem_cm {
        height: 1523px;
    }

        .contem_cm .col-md-3 {
            width: 49%;
            padding: 0;
        }

    .contato p {
        font-size: 12px;
    }
}

@media (max-width: 415px) {
    .bloco {
        margin-left: 45px;
    }
}
@media (max-width: 375px) {
    .bloco {
        margin-left: 25px;
    }
}
@media (max-width: 360px) {
    .bloco {
        margin-left: 15px;
    }
}
@media (max-width: 320px) {
    .bloco {
        margin-left: 0;
    }
}

#btnAlterarEmail {
    background-color: #EEEEEE;
    border: 1px solid #9d9d9d;
    color: black;
}

#btnAlterarEmail:hover {
    background-color: #9d9d9d !important;
    color: black !important;
}

#btnAlterarEmail:focus {
    background-color: #9d9d9d !important;
    color: black !important;
}

#btnAlterarEmail span {
    border-color: #9d9d9d;
}

.botao {
    pointer-events: none;
}


.bloco a {
    border-radius: 5px;
    display: block;
    width: 300px;
    height: 230px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*border: 1px solid #ff0000;*/
    /*background-color: #ffeeee;*/
    border: 1px solid #B5121B !important;    
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors-novo-curso {
    color: #A94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 20px;

}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
/* End Styles for validation helpers
-----------------------------------------------------------*/

/* Estilos utilizados em contrato */
.sdt{font-weight:700}.pdtm{font-family:Times New Roman;text-align:justify}.pdt{font-family:Times New Roman;text-align:justify;padding:10px 0 10px 30px}.pdt-tab1{padding-left:10px}th,td{border:solid 1px #c4c4c4; padding:15px;text-align:center;}th{background-color:#c4c4c4}tr.d0 td {background-color: #f4f4f4;}



