#inicio {
    width: 100%;
    height: 10vh;
    /*background: #0e3e17;*/
    background: linear-gradient(rgba(0, 138, 93, 0.8), rgba(255, 255, 255, 0.6)), url("../img/fundo_unimedcardup2.png") fixed center center;
    background-size: cover;
    padding: 120px 0;

}

@media (max-width: 767px) {
    #inicio {
        height: 15vh;
    }

    #inicio h4.text-center {
        text-align: left !important;
    }
}

.bg-login {
    background-color: #009c5e;
    background-image: url("../img/fundo_painel.png");
    background-repeat: repeat-x;
}

#inicial-painel .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.btn-menu-segunda-via {
    font-family: "unimed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
    border-color: rgb(244, 128, 63);
    background: rgb(244, 128, 63);
    padding: 20px 50px;
    height: auto;
    font-size: 14px;
    position: relative;
    z-index: 0;
    top: 0px;
    font-weight: bold;
    color: #FFF;
    line-height: 24px;
    margin: 10px 20px;
}

.btn-menu-segunda-via:hover,
.btn-menu-segunda-via:active,
.btn-menu-segunda-via:focus {
    border-color: rgb(0, 168, 89);
    background: rgb(140, 198, 75);
    padding: 20px 50px;
}
.btn-link-unimed {
    font-family: "unimed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
    border-color: rgb(140, 198, 75);
    background: rgb(0, 168, 89);
    padding: 10px 20px;
    height: auto;
    font-size: 14px;
    position: relative;
    z-index: 0;
    top: 0px;
    font-weight: bold;
    color: #FFF;
    line-height: 24px;
}

.btn-link-unimed:hover,
.btn-link-unimed:active,
.btn-link-unimed:focus {
    border-color: rgb(0, 168, 89);
    background: rgb(140, 198, 75);
    padding: 10px 20px;
}
.app-unimed{
    width: 75%;
    max-width: 525px;
}
.contratantes{
    width: 100%;
    max-width: 525px;
}
.list-group-item-usm{
    padding: 5px 20px;
    text-align: left;
}
.indicado-usm{
    padding: 6px;
    background: rgb(244, 128, 63);
    color: #000 !important;
    font-size: 1em;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.indicado-usm-verde{
    padding: 6px;
    background: rgb(0, 168, 89);
    color: #000 !important;
    font-size: 1em;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.marcador-usm{
    background: rgb(244, 128, 63);
    padding: 0px 6px;
    font-weight: bold;
}

.hr-unimed-seg {
    flex-grow: 1;
    height: 2px;
    content: '\a0';
    background-color: rgb(140, 198, 75);
    border: none;
}

.titulo-segunda-via {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1rem;
    color: #FFF;
    font-family: "unimed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.titulo-segunda-via:after {
    flex-grow: 1;
    height: 3px;
    content: '\a0';
    background-color: #b3d353;
    position: relative;
    top: 1em;
}

.titulo-segunda-via:before {
    margin-right: 10px;
    flex-grow: 1;
    height: 3px;
    content: '\a0';
    background-color: #b3d353;
    position: relative;
    top: 1em;
}

.titulo-segunda-via:after {
    margin-left: 10px;
}

.btn-link-login{
    font-family: "unimed-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
    border-color: none;
    background: none;
    height: auto;
    font-size: 14px;
    position: relative;
    z-index: 0;
    top: 0px;
    font-weight: bold;
    color: #008c55;
    line-height: 24px;
    text-decoration: underline;
    padding: 0 18px !important;
}

.btn-link-login:hover,
.btn-link-login:active,
.btn-link-login:focus {
    border-color: none;
    background: none;  
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.user_card {
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #96c72f;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}

.user_card .texto-padrao {
    font-family: "unimed-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #FFF;
    font-weight: 300;
}

.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.login_container {
    padding: 0 2rem;
}

/*NOVO*/
.frenteCartao table {
    width: 100%;
}

.frenteCartao {
    width: 381px;
    font-size: 11px;
    font-family: "unimed", Arial, Helvetica, sans-serif;

    background: url('/img/template-cartao.png') no-repeat;
    background-size: cover;
    text-align: left;
    margin: auto;
    height: 245px;
    position: relative;
}

table {
    border-collapse: inherit !important;
}

.frenteCartao thead th.Logo {
    /* background-color: #efc004;
    padding: 3px; */
}

.titleCartao {
    text-transform: uppercase;
}

.informCartao {
    font-family: "unimed", Arial, Helvetica, sans-serif;
    padding-left: 2px;
    padding-right: 2px;
}

.informCartao tbody td {
    font-size: 9px;
}

.informCartao thead th {
    font-size: 11px;
    text-transform: uppercase;
}

.informCartao tbody tr td.CodBenef {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
}

.informCartao thead tr th.NmBenef {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.tarjaPreta {
    background: #000;
    width: 100%;
    height: 50px;
}

.infVersoCartao {
    font-size: 9px;
    padding-right: 2px;
    padding-left: 2px;
    width: 100%;
}

.infVersoCartao tbody tr th {
    text-align: right;
}

.valido {
    font-size: 8px;
    text-align: center;
}

.NumRegAns {
    width: 100%;
    font-size: 9px;
}

.NumRegAns tbody tr td {
    width: 33.3%;
}

.NumRegAns tbody tr td.codAns {
    background: #000;
    font-size: 10px;
    text-align: center;
    color: #FFF;
}

@media print {
    .invis-print {
        display: none !important
    }
}

.printable {
    text-align: center;
    margin: auto;
}

.invis-print {
    margin: auto;
}

.line-height-6 {
    line-height: 6px !important;
}

.frenteCartao .dados-cartao {
    position: absolute;
    bottom: 55px;
    left: 36px;
    text-transform: uppercase;
}

.titulo-dashboard-nome {
    font-family: "unimed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize !important;
    font-size: 14px;
}

.titulo-unimedcardup {
    font-family: "unimed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #008c55;
}
.titulo-unimedcardup .destaqueup {
    color: #ff7d07;
}

.titulo-light-nome {
    font-family: "unimed-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.titulo-areas {
    font-family: "unimed-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.radius125{
    border-radius: 1.25rem !important;
}

.painel-checkbox {
    float: right;
    margin-bottom: 10px;
}

.fundo-unimed-verde-escuro {
    /*background-image: url(../img/fundo_login.jpg);*/
    background: rgb(0, 155, 99);
}
.fundo-unimed-footer {
    /*background-image: url(../img/fundo_login.jpg);*/
    background: #ffffff;
    color: #444444;
}

.footer-painel-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fundo-unimed-verde-claro {
    background: rgb(179, 211, 83);
}

.fundo-unimed-roxo {
    background: rgb(160, 35, 140);
}

.painel-cliente-section-bg {
    background: linear-gradient(rgba(16, 75, 50, 0.8), rgba(16, 75, 50, 0.8)), url("../img/rede_referenciada.jpg") fixed center center;
    color: #02714d;
}

.hr-unimed-card {
    flex-grow: 1;
    height: 3px;
    content: '\a0';
    background-color: #ffffff;
    border: none;
}

/**/
.preco-title-card-pay {
    display: inline-block;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: -3px;
    width: 49%;
    color: #fff !important;
}

.preco-title-card-pay label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
    padding-top: 0;
    color: #fff !important;
}

.preco-title-card-pay h3 {
    color: #fff !important;
}

.preco-title-card-pay-resumo {
    display: inline-block;
    text-align: left;
    margin-top: 0px;
    padding-top: 0;
    position: relative;
    top: 0px;
}

.preco-title-card-pay-resumo label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}
/**/
.label-resumo-pay {
    position: relative !important;
    bottom: -8px !important;
    font-weight: 500 !important;
    font-size: 9px !important;
    text-transform: uppercase !important;
}