:root {
    --padding-size: 60px;
    --fit-blue: #B4458D;
    --dark-fit-blue: #00B0B9;
}

* {
    box-sizing: border-box;
    -webkit-touch-callout: none; /* iPhone OS, Safari */
    -webkit-user-select: none; /* Chrome, Safari 3 */
    -khtml-user-select: none; /* Safari 2 */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    touch-action: pan-x pan-y !important;
}

*:focus {
    outline: none;
}

.text-bluefit {
    color: #00B0B9;
}

.font-bold {
    font-family: MontSerratBold !important;
}

.error-texto {
    color: #00B0B9;
    font-family: MontserratBold;
}

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

.bg-cinza {
    background: #E5E5E5;
}

.bg-white {
    background: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    background: rgba(228, 228, 228, 0.5);
    max-height: 100%;
    overflow: hidden;
}

.login {
    margin: 0rem auto;
    max-width: 590px;
    position: relative;
    top: calc(50% - 334px)

}

.login-screen {
    background-color: #FFF;
    padding: 45px 80px;
    border-radius: 10px
}

.error {
    margin: 0rem auto;
    max-width: 432px;
    position: relative;
    top: calc(80% - 335px)

}

.error-screen {
    background-color: #FFF;
    padding: 45px 80px;
    border-radius: 10px
}


.app-title {
    font-family: MontserratBold;
    color: #00B0B9;
}

h4 {
    text-align: left;
    color: #00B0B9;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.bg-bluefit {
    background: #00B0B9;
    padding: 15px;
}

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

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

.navbar {
    padding: 0px;
    padding-right: 8px;
    z-index: 10;
    height: 100px;
}

.login-form {
    text-align: left;
    width: 276px;
}

.login-field {
    padding-left: 10px;
}

.login-field-icon {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

hr.clearfix {
    position: relative;
    left: -80px;
    width: calc(100% + 160px);
    border-top: 1px solid #E0E0E0;
}

.control-group {
    margin-bottom: 3px;
}

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

.login-form input {
    text-align: left;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 13px;
    width: 425px;
    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: 60px;
    border-radius: 7px;
}

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

.btn-login {
    border: 2px solid #00B0B9;
    background: #00B0B9;
    color: #ffffff;
    font-family: MontserratBold;
    font-size: 24px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50px;
    box-shadow: none;
    display: block;
    width: 432px;
    margin: 0 auto;
    height: 59px;
    line-height: 55px;
}

.btn-login:hover, .btn-login:focus {
    background-color: #00B0B9;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    text-shadow: none;
    border-radius: 50px;
    box-shadow: none;
}

.btn-login-outline {
    border: 2px solid #00B0B9;
    background: #fff;
    color: #00B0B9;
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 55px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50px;
    box-shadow: none;
    display: block;
    width: 432px;
    height: 59px;
    margin: 0 auto;
    text-align: center;
}

.btn-login-outline:hover {
    background-color: #ffffff;
    border: 2px solid #00B0B9;
    color: #00B0B9;
    text-decoration: none;
}

.btn-login-outline:focus {
    background-color: #ffffff;
    border: 2px solid #00B0B9;
    color: #00B0B9;
    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: #00B0B9;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0px;
    text-decoration-line: underline;
}

.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;
}

.content {
    margin-top: 10px;
}

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

.col-content {
    /*background-color: #00B0B9;*/
    padding: 0;
}

.back-blue-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: var(--dark-fit-blue);
    border-bottom: 10px solid #E5EE2D;
}

.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-treino.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;
}

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 {
    max-width: unset;
}

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

#toast-container.toast-bottom-right .toast-message {
    font-size: 24px;
}

.toast-bottom-right {
    position: absolute;
    top: 100px;
    right: 80px;
}

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

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

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

.padding-profile {
    padding: 8px;
}

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

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

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

.btn-sair img {
    width: 26px;
    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: 24px;
    line-height: 5px;
    text-align: center;
    padding: 15px;
}

.padding-profile img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.user-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 40px;
    background-size: 145%;
    background-repeat: no-repeat;
    background-position: top left;
}

.text-titulo-principal {
    font-weight: bold;
    font-size: 24px;
    font-family: MontserratBold;
    /* line-height: 8px; */
    display: flex;
    align-items: center;
    color: #00B0B9;
    padding: 1.85rem 3rem 1rem 2.5rem;
    margin: 0;
}

.back-grey {
    border-radius: 10px;
    background-size: 100%;
    margin: 2rem 1.3rem 1.6rem 0.9rem;
    border: none;
    height: 193px;
}

.notificacao-bar {
    min-height: 43.5px;
}


.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: 24px;
}

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

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


.notif {
    border-radius: 10px;
}

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

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

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

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

.card-body-notif {
    padding: 30px 10px;
}

.h2-plano {
    font-weight: normal;
    font-size: 32px;
    line-height: 39px;
    color: #00B0B9;
    margin-top: 32px;
    margin-bottom: 0px;
}

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

.mensalidade-plano {
    font-weight: normal;
    font-size: 24px;
    line-height: 18px;
    color: #00B0B9;
}

.mensalidade-plano-gold {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #00B0B9;
}

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

.plano-inicio {
    font-family: Montserrat;
    font-size: 18px;
    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: 24px;
    line-height: 20px;
    color: #4F4F4F;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.vencimento-data {
    font-family: MontserratBold;
    font-size: 24px;
    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: 24px;
    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: 18px;
    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: 18px;
    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;
    border-radius: 10px;
}

.btn-new-plano, .btn-new-plano:hover, .btn-new-plano:focus {
    background: #ffffff;
    color: #00B0B9;
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50px;
    box-shadow: none;
    display: block;
    position: absolute;
    bottom: 34px;
}

a.btn-pagar-pagamento,
a.btn-pagar-pagamento:hover, a.btn-pagar-pagamento:focus {
    border: 2px solid #00B0B9;
    background: #ffffff;
    color: #00B0B9;
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 15px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 40px;
}

.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;
}

.row.mt-1.pl-3.pr-3.select-style select {
    display: 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: #00B0B9;
}

.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: #00B0B9;
    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: #00B0B9;
    padding: 1rem 1rem;
}

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

.mt-carousel-principal-parent {
    -ms-flex: 0 0 15.333333%;
    flex: 0 0 24.3%;
}

.mt-carousel-principal {
    width: 280px;
    height: 294px;
    background: #B4458D url(../images/cards/mt-ball.png) no-repeat;
    border-radius: 5px;
    background-position: left bottom;
}

.mt-carousel-agendado {
    width: 280px;
    height: 294px;
    background: #fff;
    padding-top: 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: #00B0B9;
    padding: 10px 20px;
}

.mt-carousel {
    width: 280px;
    height: 294px;
    border-radius: 5px;
    background: #00B0B9;
}

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

.padding-carousel {
    padding: 0rem 0rem;
    flex: 0 0 66.0% !important;
    max-width: 66.0%;
}

.padding-carousel-treino {
    padding: 0rem 0rem;
    flex: 0 0 27.3% !important;
    max-width: 27.3% !important;
    margin-right: 17px;
}

.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: 24px;
    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;
}

div.owl-item > div:nth-child(1) {
    background: #B4458D url('../images/cards/treino-a.png') no-repeat;
    background-size: 100%;
}

div.owl-item:nth-child(1) > div:nth-child(1) {
    background: #B4458D url('../images/cards/treino-a.png') no-repeat;
    background-size: 100%;
}

div.owl-item:nth-child(2) > div:nth-child(1) {
    background: #B4458D url('../images/cards/treino-b.png') no-repeat;
    background-size: 100%;
}

div.owl-item:nth-child(3) > div:nth-child(1) {
    background: #B4458D url('../images/cards/treino-c.png') no-repeat;
    background-size: 100%;
}

div.owl-item:nth-child(4) > div:nth-child(1) {
    background: #B4458D url('../images/cards/treino-d.png') no-repeat;
    background-size: 100%;
}

div.owl-item:nth-child(5) > div:nth-child(1) {
    background: #B4458D url('../images/cards/treino-e.png') no-repeat;
    background-size: 100%;
}

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

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

.position-text-treino {
    padding: 170px 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: #00B0B9;
    float: right;
    padding: 0px 10px 0px 0px;
}

.text-alterar-treino a {
    color: #00B0B9;
}

.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: 18px;
    font-weight: bold;

}

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

}

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

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

.texto-amarelo {
    color: #F2994A;
}

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

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

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

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

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

a.baixar-recibo,
a.baixar-recibo:hover, a.baixar-recibo:focus {
    color: #00B0B9;
    text-decoration: underline;
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
}

.full-height {
    height: 100%;
}

.half-height {
    height: 50%;
}

.text-gray {
    color: #4F4F4F;
}

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

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

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

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

.btn-download {
    color: #4F4F4F;
    font-size: 18px;
    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;
}

#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: #00B0B9;
    color: #fff;
}

.b-none {
    border: none;
}

.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-12 {
    font-size: 12px !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: #00B0B9;
    border: 2px solid #00B0B9;
    border-radius: 50px;
}

.title-nova-senha {
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 29px;
    color: #00B0B9;
}

.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: 60%;
}

#my-modal > div > div {
    position: absolute;
    transform: translate(calc(50% - 9px), calc(50% - 65px));
    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%;
}

.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;

}

.card-padrao {
    border-radius: 12px;
    -moz-border-radius: 10px;
    background: #00B0B9;
    margin: 10px 5px;
}

.nav-link {
    padding-top: 25px;
}

.text-24f-bold {
    font-family: MontserratBold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.text-24f {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}


.text-18f {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
}

.height-card-leftcontent {
    height: 326px;
}

.height-card-frequencia {
    height: 412px;
}

.height-card-pagamento {
    height: 490px;
}

.bg-frequencia-blue .title-freq {
    font-size: 24px;
    line-height: 29px;
}

.bg-frequencia-gold .title-freq {
    font-size: 34px;
    line-height: 39px;
}

.bg-frequencia-blue .posicao-freq {
    position: relative;
    top: 124%;
}

.icon-freq {
    padding: 1rem;
    background: white;
    border-radius: 25px;
    height: 74px;
}

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

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

.text-header-parq {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #00B0B9;
    position: relative;
    top: 30px;
}

.text-header-convidado {
    font-family: MontserratBold;
    line-height: 29px;
    font-style: italic;
    display: flex;
    align-items: center;
    color: #828282;
    position: relative;
    top: 30px;
}

.border-parq {
    border-bottom: 5px solid #00B0B9;
}

.perfil-default {
    background: url("../../totem/images/user.png");
    z-index: 99999999999;
}

.row.full-height.frequencia-plano-blue {
    height: calc(60% - 33px);
}

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

.tableFixHead {
    overflow-y: auto;
    height: 870px;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background: #ffffff;
}

.card-agenda {
    background: #B4458D url(../images/bg-agenda-ball.png) no-repeat;
    background-size: 10rem;
    border-radius: 10px;
    background-position: left;
    height: 115px;
}

.calendar {
    width: 70px;
    position: relative;
    left: 10px;
    top: 2px;
}

.text-agenda-treino {
    font-family: MontserratBold;
    font-size: 26px;
    line-height: 60px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-top: 9px;
}

.btn-agendar-treino, .btn-agendar-treino:hover, .btn-agendar-treino:focus {
    border: 2px solid #00B0B9;
    background: #ffffff;
    color: #00B0B9;
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 10px;
    position: relative;
    top: 16px;
    padding: 15px 5px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pd-page {
    padding: 0 2.5rem;
    background: #fff;
}

.card-treino {
    border: 2px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0 0.95rem;
}

.card-treino * {
    cursor: pointer;
}

.card-header {
    border: none;
    background: unset;
    padding: 0;
}

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

.bg-tipo-treino-off {
    background: #F1F3F8;
    padding: 0;
}

.table-body {
    overflow-y: auto;

}

.sigla-treino {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    color: #00B0B9;
}

.texto-detalhe-treino {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}

.detalhes-treino > div > div:nth-last-child(1) div.border-bottom {
    border-bottom: unset !important;
}

.texto-titulo-treino {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.texto-detalhe-treino-obs {
    font-family: MontSerrat;
}

.texto-treino {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #00B0B9;
}

.fa-user {
    background-color: #d3d4d6;
    height: 60px;
    width: 60px;
    padding: 12px 20px 0px 16px;
    border-radius: 50%;
}

.calendar-treino-agendado {
    width: 50px;
}

.texto-alterar {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}


.alfanumeric-keyboard {
    width: 50% !important;
    display: none;
    position: absolute;
    top: 10px;
}

.numeric-keyboard {
    position: absolute;
    top: 10px;
    width: 20% !important;
    display: none;
}

.toast-title {
    font-family: MontSerratBold;
    font-size: 24px;
}


.titulo-termo {
    font-family: MontserratBold;
    font-size: 32px;
    color: #4F4F4F;

}

.texto-termo {
    font-family: Montserrat;
    font-size: 18px;
    color: #4F4F4F;
}

.texto-plano {
    font-family: MontserratBold;
    font-size: 24px;
    color: #4F4F4F;
}


.numeric-keyboard  {
     width: 500px !important;
 }


.hg-theme-default.hg-layout-numeric .hg-button {
    height: 70px !important;
}


.hg-theme-default.alfanumeric-keyboard .hg-button {
    height: 60px !important;
}

.alfanumeric-keyboard {
    width: 1000px !important;

}
