htm,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#master {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../../Content/Planos/img/bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: scroll;
}

.header {
    width: 100%;
    height: 70px;
    background: #fff;
}

    .header .logo {
        padding-top: 5px;
        position: relative;
    }

    .header .topmenu {
        color: #eee;
        padding-top: 35px;
        text-align: right;
    }

        .header .topmenu a {
            color: #c1c1c1;
            padding: 10px;
            font-size: 12px;
            font-weight: lighter;
        }


.banner {
    padding: 4% 2% 0% !important;
}

    .banner h1 {
        color: #fff;
        font-size: 38px;
        margin: 0;
    }

    .banner p {
        color: #fff;
        font-size: 23px;
        font-weight: lighter;
    }

    .banner .button {
        float: left;
        padding: 10px 50px;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 4px;
        margin-right: 5px;
        margin-top: 20px;
        cursor: pointer;
        font-weight: lighter;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .banner .button:hover {
            background: #fff;
            border: 2px solid transparent;
            color: #272727;
        }

        .banner .button.active {
            border: 2px solid transparent;
            background: #992737
        }

            .banner .button.active:hover {
                background: #fff;
                border: 2px solid transparent;
                color: #272727;
            }

    .banner .bullets {
        width: 100%;
        min-height: 180px;
        background: url(../img/bullets.png) center center no-repeat;
        background-size: contain;
    }

.form_holder {
    padding: 2% 2% !important;
    position: relative;
}

    .form_holder .form {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        /* padding: 10px 20px; */
    }

    .form_holder h1 {
        font-size: 23px;
        font-weight: normal;
    }

    .form_holder span,
    .form_holder label {
        color: #992737;
        font-weight: lighter;
    }

    .form_holder .input_item {
        margin-bottom: 20px;
    }

    .form_holder .bt_add_depends,
    .form_holder .bt_rm_depends {
        border-radius: 3px;
        width: 38px;
        height: 38px;
        text-align: center;
        float: left;
    }

        .form_holder .bt_add_depends span,
        .form_holder .bt_rm_depends span {
            color: #fff;
            font-size: 16px;
            line-height: 36px;
        }

    .form_holder .bt_add_depends {
        background: #64c16f;
    }

    .form_holder .bt_rm_depends {
        background: #f64138;
    }

    .form_holder .depends {
        display: none;
    }

input,
select {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #dadada;
    height: 38px;
    text-indent: 10px;
    font-size: 10px;
}

.form button {
    width: 100%;
    padding: 10px;
    background: #992737;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: lighter;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .form button:hover {
        opacity: 0.9
    }

    .form button span {
        color: #fff;
    }

.form p {
    font-size: 15px;
    color: #6b6b6b;
    font-weight: lighter;
}

.bullet {
    background: #64c16f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    z-index: -1;
}

    .footer p {
        margin: 0;
        font-size: 10px;
    }

    .footer a {
        color: #FFF;
    }


#loader {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 999999;
    background: url(../../Content/Planos/img/loading.gif) center center no-repeat;
    background-size: 400px;
}

@media (max-width:768px) {
    .footer {
        position: relative;
    }

    .banner h1 {
        padding: 0 16px;
        font-size: 23px;
    }

    .banner p {
        /* display: none; */
        padding: 0 16px;
        text-align: justify;
        font-size: 20px;
    }

    .banner .bullets {
        min-height: 200px;
        background: url(../img/bullets2.png) center center no-repeat;
        background-size: contain;
    }
}

.hide {
    display: none;
}

.color1 {
    color: #992737;
}

h2 {
    margin: 0;
}

    h2 span {
        font-weight: bold !important;
        font-size: 20px !important;
        text-transform: uppercase !important;
    }

.tela2_titularnome {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.holder_dependentes input {
    text-transform: uppercase !important;
}

span.plano_escolhido {
    font-weight: bold;
    text-transform: uppercase;
}

input {
    outline: 0 none;
}

    input:disabled {
        background: #eaeaea;
    }

.calc {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}

.calc-title {
    width: 100%;
    padding: 25px 0;
    background: #64c16f;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.calc h1 {
    margin: 20px 0 0px;
    padding: 20px 20px 10px;
    color: rgba(000, 000, 000, 0.3);
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
}

.passos {
    padding: 20px 20px 10px;
}

.obrigatorio {
    border: 1px solid #f66;
}

.ddlsexo {
    display: none;
}

.bts_finalizar_mobile {
    display: none;
}

.tela_resumo {
    padding-right: 7px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #dadada;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dadada;
}

::placeholder {
    color: #dadada;
}

@media (max-width: 768px) {
    .bts_finalizar_mobile {
        display: flex !important;
        background: #f9f9f9;
        padding: 20px;
        margin: 0;
    }

    .bts_finalizar_desktop {
        display: none !important;
    }

    .tela_resumo {
        padding-right: 15px;
    }

    .reverse {
        /* Setup Flexbox */
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /* Reverse Column Order */
        -webkit-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
}

.loading-wrapper {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0 none transparent;
    background: rgba(43, 43, 43, .8);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    z-index: 9908;
}

    .loading-wrapper [data-js="loading"] {
        position: absolute;
        width: 46px;
        height: 46px;
        top: 50%;
        left: 50%;
        border: 3px solid #646b81;
        border-top-color: rgb(100, 107, 129);
        border-top-style: solid;
        border-top-width: 3px;
        border-radius: 50%;
        border-top: 3px solid #f3f3f3;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        z-index: 9999;
        margin-top: -23px;
        margin-left: -23px;
        box-sizing: border-box;
    }

.btn.btn-danger {
    border-radius: 2px;
    text-align: center;
    background: #f64138;
    width: auto;
    padding: 0px 10px;
    height: 25px;
}

    .btn.btn-danger span {
        color: #fff;
        font-size: 16px;
    }

.input-validation-error {
    background-color: #ffeaf0;
}

.modal-cielo .modal-dialog {
    max-width: 430px;
}

.modal-cielo .modal-body .input_item {
    position: relative;
}

    .modal-cielo .modal-body .input_item span.cc-flag {
        position: absolute;
        right: 15px;
        bottom: 8px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.status-inativo {
    COLOR: RED;
    text-transform: uppercase;
    font-weight: BOLD;
}

.status-ativo {
    text-transform: uppercase;
    font-weight: BOLD;
}

.cor-red {
    padding-top: 10PX;
    font-weight: bold;
    font-size: 12px;
    color: red;
}
