/** PADRÃO */
:root {
    --cor-bg-principal1: rgba(6,86,151,1);
    --cor-bg-principal1_A1: rgba(6,86,151,0.2);
    --cor-bg-principal1_A2: rgba(6,86,151,0.8);
    --cor-bg-principal1_D1: rgba(6,86,151,1);

	--cor-bg-principal2: rgba(239,60,67,1);
    --cor-bg-principal2_A1: rgba(239,60,67,0.1);
    --cor-bg-principal2_A2: rgba(239,60,67,0.8);
    --cor-bg-principal2_D1: rgba(239,60,67,1)

	--cor-bg-principal3: rgba(74,74,74,1);
    --cor-bg-principal3_A1: rgba(74,74,74,0.1);
    --cor-bg-principal3_A2: rgba(74,74,74,0.8);
    --cor-bg-principal3_D1: rgba(74,74,74,1);

    --cor-bg-bloco_01: rgba(74,74,74,1);
    --cor-bg-alert_01: rgba(255,77,77,1);

    --cor-bg-principal_B1: rgba(255, 255, 255,1);
    --cor-bg-principal_B2: rgba(6,86,151,1);
    --cor-bg-principal_B3: rgba(6,86,151,0.2);

    --padding-size: 60px;
    --fit-blue: var(--cor-bg-principal1);
    --dark-fit-blue: var(--cor-bg-principal1);

    --panetone01: var(--cor-bg-principal1);
    --panetone02: var(--cor-bg-principal2);
    --panetone03: var(--cor-bg-principal3);
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;

    /*background: url("../images/banners/wallpaper.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

    /*background: rgba(228, 228, 228, 0.5);*/
    /*background: rgba(237, 27, 36, 1);*/
    max-height: 100%;
    /*overflow: hidden;*/
}

h4 {
    text-align: left;
    color: var(--cor-bg-principal1);
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
    margin-top: .3rem;
}

/** HEADER  */

.bg-bluefit {
    background: rgba(237,27,36,0);
}

.navbar {
    padding: 0px;
    z-index: 10;
}


/** HOME*/

.meu-treino-bg {
    background: #E5E5E5;
}

/** NOTIFICAÇÃO HOME*/

.text-btn-notif {
    color: #fff;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.login-form input {
    text-align: left;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 13px;
    width: 276px;
    transition: border .5s;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.08);
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
    height: 44px;
    border-radius: 7px;
}

button:focus {
    outline: none;
    border: none;
}

/**/
.btn-definir {
    border: 2px solid var(--cor-bg-principal1);
    background: var(--cor-bg-principal1);
    color: #ffffff;
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    width: 276px;
    margin: 0 auto;
    height: 44px;
}

.btn-definir:hover, .btn-definir:focus {
    background-color: var(--cor-bg-principal1);
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
}

.btn-definir-outline {
    border: 2px solid var(--cor-bg-principal1);
    background: #fff;
    color: var(--cor-bg-principal1);
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    width: 276px;
    margin: 0 auto;
    height: 44px;
    text-align: center;
}

.btn-definir-outline:hover {
    background-color: #ffffff;
    border: 2px solid var(--cor-bg-principal1);
    color: var(--cor-bg-principal1);
    text-decoration: none;
}

.btn-definir-outline:focus {
    background-color: #ffffff;
    border: 2px solid var(--cor-bg-principal1);
    color: var(--cor-bg-principal1);
    text-decoration: none;
}
/**/

.btn-login {
    border: 2px solid var(--cor-bg-principal1);
    background: var(--cor-bg-principal1);
    color: #ffffff;
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    width: 276px;
    margin: 0 auto;
    height: 44px;
}

.btn-login:hover, .btn-login:focus {
    background-color: var(--cor-bg-principal2);
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
}

.btn-login-outline {
    border: 2px solid var(--cor-bg-principal1);
    background: #fff;
    color: var(--cor-bg-principal1);
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    width: 276px;
    margin: 0 auto;
    height: 44px;
    text-align: center;
}

.btn-login-outline:hover {
    background-color: #ffffff;
    border: 2px solid var(--cor-bg-principal2);
    color: var(--cor-bg-principal2);
    text-decoration: none;
}

.btn-login-outline:focus {
    background-color: #ffffff;
    border: 2px solid var(--cor-bg-principal1);
    color: var(--cor-bg-principal1);
    text-decoration: none;
}

.logo-blue {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.logoblue {
    width: 130px;
    margin-left: 20px;
}

.login-link,
.login-link:hover,
.login-link:focus {
    color: var(--cor-bg-principal1);
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0px;
    text-decoration-line: underline;
}

.notif-blue {
    border-bottom: 4px solid var(--cor-bg-principal1);
}

.text-blue-notif {
    color: var(--cor-bg-principal1);
    font-size: 20px;
}

.login-form .btn {
    text-align: center;
}

.login-text {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */
    align-items: center;
    text-align: center;
    margin: 1rem auto;
}

.login-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #fff;
}

h3 {
    font-weight: bold;
    color: #fff;
}

h5 {
    font-weight: bold;
}

.image-left {
    width: 400px;
}

.logo-bluefit {
    background: rgba(184, 186, 215, 0.25);
    padding: 11px;
}

.col-content {
    background-color: var(--cor-bg-principal1);
    padding: 0;
}


.col-banner-login {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-login.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-banner-home {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-home.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-banner-meustreinos {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-meustreinos.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-banner-treinos {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-home.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-banner-cadastro {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-cadastro.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-banner-pagamento {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-pagamento.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-banner-parq {
    height: 100vh;
    max-width: 100%;
    background: url('../images/banners/banner-parq.png') 50% 0 no-repeat;
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.back-site {
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.montserrat-bold {
    font-family: MontserratBold;
}

.page-title {
    font-size: 24px !important;
    font-family: MontserratBold;
}

a {
    color: #fff;
    text-decoration: none;
}

.bg-tipo-treino-home {
    background: #D7DF22;
    padding: 0;
    margin: 0;
    border-radius: 10px 0 0 10px;
}

a:hover {
    color: #fff;
}

a:focus {
    color: #fff;
    text-decoration: none;
}

form[type="text"],
form[type="password"] {
    background: #fff !important;
}

.primeiro-acesso {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    display: flex;
    align-items: center;
    /* Dark Grey */
    color: #4F4F4F;
}

.space {
    margin-bottom: 10px;
}

.logo-white {
    width: 110px;
    padding: 1px;
}

#toast-container.toast-top-right > div {
    width: 100%;
}

#main-content {
    padding: 0px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #E5E5E5 !important;
}

.nome-user {
    font-family: MontserratBold;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.unidade-user {
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.padding-profile {
    padding: 4px;
}

.menu-space .nav-item {
    padding: 10px 30px;
}

.navbar-nav .active {
    background: rgba(255, 255, 255, 0.16);
}

.btn-sair {
    padding: 8px;
    margin: 0;
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    float: right;
}

.btn-sair img {
    width: 18px;
    margin-top: -2px;
}

.btn-sair a {
    padding: 0px 6px;
}

.btn-sair a:hover {
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 10px;
    border: 1px solid #ffffff4f;
}

.font-menu .nav-item {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 15px;
}

.padding-profile img {
    width: 20px;
    margin-left: 4px;
    margin-top: 4px;
}

.user-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 25px;
}

.text-titulo-principal {
    font-weight: 100;
    font-size: 30px;
    /*font-family: MontserratBold;*/
    /*line-height: 8px;*/
    display: flex;
    align-items: center;
    color: var(--cor-bg-principal1);
    padding: 1.85rem 3rem 1rem 2.5rem;
    margin: 0;
    text-transform: uppercase;
}

.back-a {
    background: url('../images/cards/freq.png') no-repeat;
}

.back-b {
    background: url('../images/cards/freq-b.png') no-repeat;
}

.back-c {
    background: url('../images/cards/freq-c.png') no-repeat;
}

.back-grey {
    border-radius: 10px;
    background-size: 100%;
    margin: 15px 15px;
    border: none;
    height: 193px;
}

.icon-freq {
    padding: 0.6rem;
    background: #FFF;
    border-radius: 25px;
}


.titulo-frequencia {
    font-size: 16px;
    line-height: 20px;
    font-family: MontserratBold;
    color: #FFFFFF;
}

.detalhe-frequencia {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.btn-danger-notif, .btn-danger-notif:hover, .btn-danger-notif:focus {
    background: #E36868;
    color: #fff;
    font-family: MontserratBold;
}

.btn-warning-notif, .btn-warning-notif:hover, .btn-warning-notif:focus {
    background: #F2994A;
    color: #fff;
    font-family: MontserratBold;
}

.bg-grey {
    background: #E5E5E5;
}

.text-warning-notif {
    color: #F2994A;
    font-size: 14px;
}

.text-danger-notif {
    color: #E36868;
    font-size: 14px;
}

.notif a {
    display: block;
    float: right;
    border-radius: 50px;
    color: #fff !important;
    padding: 0.7rem 1.4rem;
    height: 40px;
    width: 190px;
    line-height: 15px;
    text-align: center;
}


.notif {
    border-radius: 10px;
    margin: 0px 15px;
}

.notif p {
    line-height: 35px;
    height: 1rem;
}

.notif-red {
    border-bottom: 4px solid #E36868;
}

.notif-orange {
    border-bottom: 4px solid #F2994A;
}

.parq-notif-icon {
    padding-right: 15px;
    width: 3.8rem;
}

.card-body-notif {
    padding: 0.9rem 0.9rem 0.9rem 0.9rem;
}

.h2-plano {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--cor-bg-principal1);
}

.h2-plano-pagamento {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.mensalidade-plano {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: var(--cor-bg-principal1);
}

.mensalidade-plano-gold {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: var(--cor-bg-principal1);
}

.mensalidade-plano-pagamento {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.plano-inicio {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.plano-iniciogold {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.plano-inicio-pagamento {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.recorrencia-plano {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
    margin: 0;
}

.recorrencia-planogold {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}

.vencimento-data {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 18px;
    color: #4F4F4F;
}

.vencimento-data-gold {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #4F4F4F;
}

.vencimento-data-pagamento {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.valor-plano {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 18px;
    color: #4F4F4F;
}

.valor-plano-gold {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #4F4F4F;
}

.valor-plano-pagamento {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.texto-valor {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #828282 !important;
}

.texto-valor-gold {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #828282 !important;
}

.texto-valor-pagamento {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.vencimento-plano-texto {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #828282 !important;
}

.num-cartao {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

.desativa-cartao {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.altera-cartao {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.vencimento-plano-texto-gold {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #828282 !important;
}


.vencimento-plano-texto-pagamento {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.texto-plano {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.texto-plano-gold {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.texto-plano-pagamento {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    color: #fff;
}

.texto-plano li {
    list-style-type: none;
}

.texto-plano-gold li {
    list-style-type: none;
}

.texto-plano-pagamento li {
    list-style-type: none;
}

.no-padding-lateral {
    padding: 10px 0px;
}

.no-padding {
    padding: 0px;
}


.card-style {
    border: none;
    margin-top: 1.25rem;
}

.card-border {
    border: none;
}

.btn-new-plano, .btn-new-plano:hover, .btn-new-plano:focus {
    border: 2px solid var(--cor-bg-principal1);
    background: #ffffff;
    color: var(--cor-bg-principal1);
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50px;
    box-shadow: none;
    display: block;
    width: 190px;
    height: 40px;
    margin: 0 auto;
    float: left;
}

a.btn-pagar-pagamento,
a.btn-pagar-pagamento:hover, a.btn-pagar-pagamento:focus {
    border: 2px solid var(--cor-bg-principal1);
    background: #ffffff;
    color: var(--cor-bg-principal1);
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 85px;
}

.form-control:focus {
    border: 1px solid #00AEEF;
    box-shadow: none;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #00AEEF;
    box-shadow: none;
}

.select2-container:focus {
    border: 1px solid #00AEEF;
    box-shadow: none;
}

.p-meu-plano {
    padding: 2rem 0 0 2rem;
}

.btn-edit {
    padding: 0px;
    margin: 0px;
}

.border-agenda {
    border-radius: 10px;
}

.meu-plano-pagamento {
    padding: 1rem;
    background: var(--cor-bg-principal1);
}

.plano-recorrencia-pagamento {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.recorrencia-plano-pagamento {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.bg-troca-gold {
    background: var(--cor-bg-principal1);
    padding: 45px 30px;
}

.treina-gold {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0.3rem 0rem;
    margin: 0;
}

.muda-plano-gold {
    font-size: 24px;
    line-height: 29px;
    font-family: MontserratBold;
    color: #FFFFFF;
    padding-bottom: 1rem;
    margin: 0;
}

.meu-treino-title {
    font-family: MontserratBold;
    font-size: 25px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: var(--cor-bg-principal1);
    padding: 1rem 1rem;
}

.meu-treino-col {
    padding: 0rem 0rem 0rem 1.2rem;
}

.mt-carousel-principal-parent {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 31.60%;
}

.mt-carousel-principal {
    width: 289px;
    height: 295px;
    background: var(--cor-bg-principal1) url(../images/cards/monte_treino.png) no-repeat;
    background-size: 100%;
    border-radius: 5px;
    background-position: left bottom;
}

/* .mt-carousel-principal:hover {
    background: var(--cor-bg-principal1) url(../images/cards/monte_treino.png) no-repeat;
    background-size: 12rem;
    background-position: left bottom;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
} */

.mt-carousel-agendado {
    width: 295px;
    height: 295px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.treino-agendado-text {
    font-weight: bold;
    font-family: MontserratBold;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: left;
    color: var(--cor-bg-principal1);
    padding: 10px 20px;
}

.mt-carousel {
    width: 289px;
    height: 295px;
    border-radius: 5px;
    background: var(--cor-bg-principal1);
}

.owl-stage {
    margin-left: -0.1rem;
}

.padding-carousel {
    padding: 0rem 1rem;
}

.ml-25 {
    margin-left: 25px;
}

.mr-50 {
    margin-right: 50px;
}

.owl-stage {
    padding-left: 0.3rem !important;
}

.owl-item {
    opacity: 0.5;
}


.owl-item.active {
    opacity: 1 !important;
}

.agende-treino-text {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: left;
    color: #FFFFFF;
    padding: 20px;
}

.calendario-treino {
    padding: 7rem 0rem 0rem 1rem;
}

.calendario-treino img {
    width: 4.5rem;
}


.title-treino {
    font-family: MontserratBold;
    font-size: 31.25px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.subtitle-treino {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.position-text-treino {
    padding: 190px 20px 0px 20px;
}

.text-agendado {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    padding: 0px;
    margin: 0px;
}

.text-agendado-info {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
    padding: 5px 0px;
    margin: 0px;
}

.owl-pointer {
    padding: 7px 20px 12px 16px;
    position: absolute;
    top: 135px;
    z-index: 99;
    background-color: white;
    border: unset;
    border-radius: 50%;
    opacity: .7;
    box-shadow: 0px 4px 8px rgba(1, 4, 47, 0.08);
}

button.owl-pointer.btn-custom-next {
    right: 40px;
    padding: 7px 17px 12px 19px;
}

.text-alterar-treino {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    color: var(--cor-bg-principal1);
    float: right;
    padding: 0px 10px 0px 0px;
}

.text-alterar-treino a {
    color: var(--cor-bg-principal1);
}

.pl-15 {
    padding-left: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.text-agendado-info img {
    width: 25px;
}

.tabela-pagamento {
    width: 100%;
    table-layout: fixed;
    background: #fff;
}

.thead-pagamento {
    font-size: 14px;
    font-weight: bold;
}

.th-pagamento {
    padding: 10px;
    border-bottom: 1px solid #dee2e6 !important;
    font-family: MontserratBold;
    color: #4F4F4F;
}

.tbody-pagamento {
    vertical-align: middle;
}

.status-pagamento-yellow {
    padding: 0px 5px;
    border-left: 2px solid #F2994A;
}

.texto-amarelo {
    color: #F2994A;
}

.status-pagamento-red {
    padding: 0px 5px;
    border-left: 2px solid red;
}

.status-pagamento-green {
    padding: 0px 5px;
    border-left: 2px solid green;
}

.text-mes-pagamento {
    font-size: 12px;
}

.text-tipo-pagamento {
    font-family: MontserratBold;
    font-size: 14px;
    color: #4F4F4F;
}

.text-content-pagamento {
    font-size: 12px;
    vertical-align: middle !important;
}

a.baixar-recibo,
a.baixar-recibo:hover, a.baixar-recibo:focus {
    color: var(--cor-bg-principal1);
    text-decoration: underline;
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.full-height {
    height: 100%;
}

.popover-header {
    padding: 0 !important;
}

.popover-body {
    padding: 0 !important;
    text-align: center;
    border-radius: 10px;
}

.popover-separa {
    margin: 12px 0px;
}

.btn {
    padding: 0.7rem 1rem;
    margin: 0;
}

.btn-download {
    font-size: 16px;
    width: 100%;
    padding: 8px 25px;

}

.titulo-primeiro-acesso {
    -webkit-text-stroke: 1px;
    letter-spacing: 1px;
}

.text-step-login {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F;
}

.step-login-icon {
    width: 1.45rem;
    position: relative;
    bottom: 0.3rem;
    right: 0.3rem;
}

.icon-step-bg {
    background-image: url("../images/bg-key.png");
    background-size: 100%;
    padding: 1rem 1rem 0.4rem 1rem;
}

.text-voltar {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #828282;
    padding-bottom: 1rem;

}

.text-voltar img {
    color: #828282;
    padding-right: 10px;
    width: 1.10rem;

}

.btn-download:hover {
    background: #F1F1F1;
}

.pagination a {
    color: #000;
}

@media (min-width: 1350px) {
    .login-text {
        margin-top: 2.5rem auto;
        margin-bottom: 1rem;
        position: relative;
    }
}

@media (min-width: 1600px) {
    .login-text {
        margin: 2.5rem auto;
        position: relative;
    }
}

.toast-close-button {
    text-shadow: none !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
    padding: 0 !important;
    margin: 0 !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.toast-close-button:focus, .toast-close-button:hover {
    color: #fff !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
}

#toast-container * {
    -moz-box-sizing: none !important;
    -webkit-box-sizing: none !important;
    box-sizing: none !important;
}

.toast-message {
    font-family: MontserratBold;
}

#toast-container > div {
    border-radius: 10px !important;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
    padding: 20px 15px 15px 20px !important;
}

#toast-container > :hover {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
}

.bg-blue {
    background: var(--cor-bg-principal1);
    color: #fff;
}

.close, .close:hover, .close:focus {
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.parq-modal-content {
    position: absolute;
    border-radius: 10px;
    border: none !important;
    width: 120% !important;
    transform: translate(50%, 31%);
    /* top: 50%; */
    right: 50%;
}

.parq-modal-content .modal-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.parq-modal-footer {
    border-top: none;
    margin: 0 auto;
    position: relative;
}

.f-8 {
    font-size: 8px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}


.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-50 {
    font-size: 50px !important;
}

.f-100 {
    font-size: 100px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

#div-agora {
    /*border-top: 1px solid #ff000094;*/
}

#div-agora button {
    box-shadow: 0 0 0 0.2rem #00aeef6b;
}

.text-muted-light {
    color: #f8f9fa78;
}

.f-32 {
    font-size: 32px !important;
}

.f-28 {
    font-size: 28px !important;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: var(--cor-bg-principal1);
    border: 2px solid var(--cor-bg-principal1);
    border-radius: 50px;
}

.title-nova-senha {
    font-family: MontserratBold;
    font-size: 28px;
    line-height: 29px;
    color: var(--cor-bg-principal1);
}

.btn-link, .btn-link:focus, .btn-link:hover {
    color: var(--fit-blue);
    text-decoration: underline;
}

.modal-loading {
    background-color: transparent;
    border: none;
    position: relative;
    margin-top: 25%;
}

#my-modal > div > div {
    position: absolute;
    transform: translate(calc(50% - 9px), 50%);
    top: calc(50% - 292px);
    right: 50%;
}

#my-modal .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    /* -webkit-transform: translate(0, -50px); */
    /* transform: translate(0, -50px); */
    max-width: unset;
    margin: unset;
    margin: unset;
    width: 100%;
    height: 100%;
}

#selecao-professor .modal-dialog {
    position: absolute;
    transform: translate(calc(50% - 9px), 50%);
    /*top: calc(50% - 292px);*/
    right: 50%;
}

#selecao-professor-studio .modal-dialog {
    position: absolute;
    transform: translate(calc(50% - 9px), 50%);
    top: -400px;
    right: 50%;
}

.lh-30 {
    line-height: 30px;
}

.toast-close-button {
    border: 1px solid !important;
    border-radius: 20px !important;
    width: 30px !important;
    height: 30px !important;
}

a ·card-meus-treinos {
    background: transparent;

}

.alert-modal {
    width: 100px;
}


.text-agenda-treino {
    font-family: MontserratBold;
    font-size: 100%;
    color: #FFFFFF;
}


.colCorrecao{
    padding-right: 0px;
    padding-left: 0px;
}

.labelCreditos {
    padding: 3px 6px 3px !important;
    font-size: 11px !important;
    border-radius: 50px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}



