/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,700&display=swap');

/*Estrutura*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background: #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.btn-callSuccess {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.nav-dietas-refeicoes {
    margin-top: -6rem;
}


.btn-delete-cabecalho {
    float: right;
    margin-top: 1.3rem;
}

.subtitulo-nome-aluno {
    text-decoration: none;
    color: #757575;
    font-size: 0.9rem;
}

.subtitulo-nome-aluno a {
    text-decoration: none;
    color: #757575;
    font-size: 0.9rem;
}

.btn-editForm {
    margin-right: 0.5rem;
    float: left;
    margin-top: 5px;
}

.btn-editAtividadeForm {
    margin-right: 1.5rem;
    margin-top: 5px;
}

.btn-saveCheckForm {
    margin-right: 0.5rem;
    float: left;
    margin-top: 5px;
    display: none
}

.btn-saveCheckAtividadeForm {
    margin-right: 1rem;
    margin-top: 5px;
    display: none
}

.btn-text-edit {
    font-size: 0;
}

div#table-atilidades-list_length label {
    float: left;
}


.input-tempo-atividade:focus-visible {
    outline: unset;
}

.input-tempo-atividade {
    width: 100%;
    border: 0;
    padding-left: 43%;
    display: none;
}

.del-qtd-alimento {
    cursor: pointer;
}

.td-action-aluno {
    width: 20%;
}

.td-action-admin {
    width: 20%;
}

/*
FBXWEB  - @MEDIA QUERIES PARA RESPONSIVIDADE (08/06/2023 - 14:23:25)
*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {

    .btn-callSuccess {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1020px) and (max-width: 1280px) {

    .btn-callSuccess {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .btn-delete-cabecalho {
        float: right;
        margin-top: 1.3rem;
        width: inherit;
    }

    .td-action-admin {
        width: 30%;
    }

    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        display: none;
    }

}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (max-width: 768px) {

    .head-dietas-tabs {
        font-size: 0.90rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .edit-quantidade {
        margin-top: 20px !important;
        margin-bottom: -6px !important;
        margin-left: 0.5rem !important;
        width: 97% !important;
    }

    .btn-editForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #337ab7;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    .btn-editAtividadeForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #337ab7;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    .btn-saveCheckForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #198754;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    .btn-saveCheckAtividadeForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #198754;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;

    }

    .del-qtd-alimento {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #dc3545;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    table.dataTable>tbody>tr.child ul.dtr-details {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_length label {
        float: left !important;
        font-size: 0 !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        float: right !important;
    }

    .btn-text-edit {
        font-family: sans-serif;
        font-size: inherit;
    }

    .edit-qtd-alimento {
        text-align: center;
    }

    .save-qtd-alimento {
        text-align: center;
    }

    .del-qtd-alimento {
        text-align: center;
    }

    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        display: none;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {

    .btn-delete-cabecalho {
        float: unset;
        margin-top: 1.3rem;
        width: 100%;
    }

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .btn-delete-cabecalho {
        float: right;
        margin-top: 1.3rem;
        width: inherit;
    }


}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

    .btn-callSuccess {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .formAcademia {
        width: 100% !important;
    }

    .conteudoFichaTreinoCompleta {
        padding: 0rem !important;
    }

    .linhaResultadoTitulo {
        width: calc(90% - 10px);
        float: left !important;
        height: 26px !important;
        margin-left: 3% !important;
        font: 15px 'Roboto' !important;
        font-weight: 700 !important;
        margin-bottom: 1rem;
    }

    .tituloForma {
        width: 100% !important;
    }

    div.autoimagemCorporal center img {
        width: 100% !important;
    }

    .conteudo-cronometro {
        width: 100% !important;
        height: 100px !important;
        padding: 1rem !important;
    }

    .texto-cronometro {
        margin-top: -25px !important;
        margin-bottom: 1rem !important;
    }

    .botaoSendForm {
        margin-right: 0 !important;
    }

    div.conteudoAvaliacaoLinhaSingle form div button.botaoSendFormCentro {
        width: 100% !important;
    }

    .cabecalhoMD {
        width: 100% !important;
        margin: 0 0 25px 0px !important;
    }

    .nav-dietas-refeicoes {
        margin-top: inherit;
    }

    .titulo-cabecalho {
        text-align: center;
    }

    .subtitulo-cabecalho {
        text-align: center;
    }

    .subtitulo-nome-aluno {
        text-align: center;
        font-size: 0.9rem;
        text-decoration: none;
        color: #757575;
    }

    .btn-delete-cabecalho {
        float: unset;
        margin-top: 1.3rem;
        width: 100%;
    }

    .btn-editForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #337ab7;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    .btn-editAtividadeForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #337ab7;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    .btn-saveCheckForm {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #198754;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;

    }

    .btn-saveCheckAtividadeForm {
        margin-right: 1rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #198754;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
        margin-left: 0 !important;
    }

    .del-qtd-alimento {
        margin-right: 0.5rem;
        float: left;
        margin-top: 5px;
        width: 100%;
        background: #dc3545;
        padding: 0.5rem 1rem 0.5rem 1rem;
        color: #fff !important;
    }

    table.dataTable>tbody>tr.child ul.dtr-details {
        width: 100%;
    }

    .edit-quantidade {
        margin: 0 !important;
        margin-top: 21px !important;
        margin-bottom: -10px !important;
        height: 37px !important;
        width: 93% !important;
        margin-left: 7px !important;
    }

    .head-dietas-tabs {
        font-size: 0.90rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .btn-refeicao {
        font-size: 0.7rem;
    }

    div.dataTables_wrapper div.dataTables_length label {
        font-size: 0 !important;
        width: 100% !important;

    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        font-size: 0 !important;
        width: 100% !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0 !important;
        width: 100% !important;
        text-transform: uppercase;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_filter {
        float: none !important;
    }

    #edit-resposta-success, #edit-resposta-error, #error-resposta-alimentos, #success-resposta-alimentos, #success-resposta-atividades,
    #error-resposta-atividades, #success-resposta-editatividade, #error-resposta-editatividade {
        z-index: 9999;
        position: fixed;
        left: 0px;
        right: 0px;
        width: 100%;
        border-radius: 0px;
        height: 100px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        top: 0px;
    }

    .edit-success-dismiss, .edit-error-dismiss {
        float: unset;
        position: absolute;
        left: 45%;
        bottom: 1px;
        margin-top: 5rem;
        margin: 0px;
    }

    .error-dismiss-alimentos {
        float: right;
        left: auto;
    }

    .alert-dismissible {
        padding-right: 1rem;
    }

    .btn-text-edit {
        font-family: sans-serif;
        font-size: inherit;
    }

    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        display: none;
    }

    .input-tempo-atividade {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 1rem;
        float: right;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding-left: 2rem;
        display: none;
    }


}


/*FINAL @MEDIA QUERIES PARA RESPONSIVIDADE*/


@media(min-width:1100px) {
    .conteudo {
        width: 1100px;
        min-height: 100vh;
        margin: 0 auto;
        margin-bottom: 100px;
        padding-top: 130px;
        overflow: hidden;
    }

    .conteudoHeader {
        width: 1100px;
        height: 55px;
        margin: 0 auto;
    }
}


@media(max-width:1099px) {
    .conteudo {
        width: 95%;
        min-height: 100vh;
        margin: 0 auto;
        margin-bottom: 100px;
        margin-top: 100px;
        overflow: hidden;
		position:relative;

    }

    .conteudoHeader {
        width: 95%;
        height: 55px;
        margin: 0 auto;
    }
}



/*Loader*/
#geral {
    display: none;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.gif {
    background-image: url(../img/estrutura/loader.gif);
    height: 31px;
    width: 31px;
}


/*loja*/
.conteudo-loja {
    width: 100%;
    min-height: 200px;
    background: #000;
}

.partner-container {
    width: 100%;
    min-height: 300px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.customer-logos {
    background: #000;
    padding: 50px 0;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #000;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}


.friends-description a {
    color: #FFF;
    font-family: 'Roboto';
}


/*Home*/
.conteudoLogin {
    width: 100%;
    float: left;
    background: #000000;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.MAHOME {
    font: 14px 'Roboto';
    color: #C0A267;
    margin-top: 10px;
    font-weight: 700;
    min-width: 200px;
}

.instagram {
    width: 25px;
    height: 25px;
    float: right;
    background: url(../img/icones/instagram.png);
    margin-top: 8px;
}

.conteudoLoginHome {
    width: auto;
    overflow: hidden;
    float: right;
}

.conteudoSubLogin {
    width: 100%;
    float: left;
    height: 100px;
    float: left;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    top: 42px;
    overflow: hidden;
}

.menu-fixo {
    position: fixed;
    top: 0;
    z-index: 99;
}

.conteudoBanner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 9rem;
}

.menuHome {
    font: 16px 'Roboto';
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    height: 120px;
    padding: 0 15px;
    float: left;
    padding-top: 40px;
    letter-spacing: 1;
}

.menuHome:hover {
    background-color: rgba(130, 125, 89, 0.9);
    transition: 0.5s;
    cursor: pointer;
}

.conteudoPGLogin {
    width: 100%;
    float: left;
    min-height: 500px;
}

.QuemSomos {
    width: 100%;
    float: left;
    min-height: 500px;
    background: url(../img/estrutura/gym.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 200px;
}

.paqs {
    min-width: 150px;
    font: 56px 'Roboto';
    color: #C0A267;
    font-weight: 700;
    float: right;
    text-align: right;
    margin-top: 250px;
}

.SobreNos {
    width: 80%;
    min-height: 500px;
    overflow: hidden;
    font: 16px 'Roboto';
    float: left;
    margin-left: 10%;
    color: #bdbdbd;
    text-align: center;
    padding-top: 120px;
    font-weight: 700;
}

.editarCateg {
    width: 100%;
    min-height: 100px;
    float: left;
    margin-top: 10px;
}

@media (max-width:930px) {
    .divisao33 {
        width: 100%;
        float: left;
        min-height: 100px;
        overflow: hidden;
    }
}

@media (min-width:931px) {
    .divisao33 {
        width: 33%;
        float: left;
        min-height: 100px;
        overflow: hidden;
    }
}

.cardContato {
    width: 300px;
    min-height: 170px;
    background: #222222;
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #bdbdbd;
}

.blendContato {
    width: 100%;
    height: 145px;
    float: left;
    background: url(../img/estrutura/cta.png);
    background-size: cover;
    background-color: #C0A267;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    font: 32px 'Roboto';
    color: #FFF;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
}

.botaoINstagram {
    width: 300px;
    margin: 0 auto;
    border: 2px solid #FFF;
    text-align: center;
    margin-top: 5px;
    color: #FFF;
    font: 28px 'Roboto';
    padding: 5px;
}

.botaoINstagram:hover {
    background: #FFF;
    color: #C0A267;
    transition: 0.5s;
}

.titulocardContato {
    height: 30px;
    width: 100%;
    float: left;
    text-align: center;
    font: 14px 'Roboto';
    font-weight: 700;
    color: #FFF;
    margin-top: 30px;
}

.dadoscardContato {
    width: 100%;
    min-height: 30px;
    float: left;
    font: 14px 'Roboto';
    color: #bdbdbd;
    text-align: center;
    text-align: center
}

.conteudoRodape {
    height: 60px;
    width: 100%;
    float: left;
    color: #bdbdbd;
    bottom: 0;
    border-top: 1px solid #222222;
    border-bottom: 10px solid #C0A267;
    background: #111;
    text-align: center;
    font: 14px 'Roboto';
    padding-top: 40px;
}

.dadoscardContato a {
    color: #bdbdbd;
}

.tituloIMC {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 150px;
}

.testeIMC {
    width: 100%;
    float: right;
    border-bottom: 1px solid #C0A267;
    font: 56px 'Roboto';
    color: #bdbdbd;
    font-weight: 700;
}

.testeIMC p1 {
    color: #C0A267;
}

.tabelaIMC {
    width: 60%;
    height: 250px;
    float: right;
    margin-top: 50px;
}


.formIMC {
    width: 80%;
    height: 60px;
    margin-left: 10%;
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #C0A267;
    padding: 10px;
    font: 16px 'Roboto';
    color: #bdbdbd;
}

.formIMC option {
    background: #000;
    border: 0;
    font: 16px 'Roboto';
}

.formIMC:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoSendIMC {
    width: 40%;
    min-width: 150px;
    height: 50px;
    background: transparent;
    float: right;
    border: 2px solid #C0A267;
    font: 16px 'Roboto';
    color: #FFF;
    margin-right: 10%;
    border-radius: 2px;
}

.botaoSendIMC:hover {
    cursor: pointer;
    background: #C0A267;
    transition: 0.5s;
}

.botaoSendIMC:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.respostaIMC {
    width: 80%;
    float: left;
    height: 40px;
    padding-top: 15px;
    margin-left: 10%;
    margin-top: 30px;
    text-align: center;
    font: 18px 'Roboto';
    font-weight: 700;
    color: bdbdbd;
    border: 2px solid #bdbdbd;
    margin-bottom: 50px;
}

/*Loja inicio*/
.conteudo-loja {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.itensLoja {
    background: #222222;
    border: 1px solid #000;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.img-itemloja {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.img-itemloja img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-itemLoja {
    width: 240px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.title-itenLoja {
    color: #C0A267;
    font: 18px 'Roboto';
    margin-bottom: 5px;
}

.categoria-itenLoja {
    color: #bdbdbd;
    font-weight: bold;
    font: 16px 'Roboto';
    margin-bottom: 5px;
}

.valor-itenLoja {
    color: #bdbdbd;
    font-weight: bold;
    font: 16px 'Roboto';
    margin-bottom: 5px;
}

.contato-itenLoja {
    color: #bdbdbd;
    background: #000;
    font-weight: bold;
    font: 14px 'Roboto';
    display: table;
    width: max-content;
    padding: 5px 10px;
}

/*Login*/
@media (max-width:800px) {
    #login-box {
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        min-height: 370px;
        position: relative;
        z-index: 1;
    }

    .conteudoMenusHome {
        width: 100%;
        float: right;
        height: 100px;
        overflow: hidden;
    }

    .loja-contain {
        width: 50%;
    }

    .friends-card-image img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .friends-name {
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 0;
        letter-spacing: .02em;
    }

    .friends-description {
        font-size: 10px;
    }

    .card-container {
        width: 90%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 10px 0 50px 0;
        border-radius: 5px;
        overflow: hidden;
        flex-direction: column;
    }

    .card-description {
        display: flex;
        padding: 15px 10px;
        width: 100%;
        flex-direction: column;
        background: #111;
        color: #FFF;
    }
}

@media (min-width:801px) {
    .friends-card-image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    #login-box {
        float: right;
        background-color: rgba(0, 0, 0, 0.8);
        width: 400px;
        min-height: 360px;
        position: relative;
        z-index: 1;
    }

    .conteudoMenusHome {
        float: right;
        height: 100px;
        overflow: hidden;
    }

    .loja-contain {
        width: 400px;
        min-height: 360px;
    }

    .friends-name {
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
        padding: 5px 0;
        letter-spacing: .02em;
    }

    .friends-description {
        line-height: 1.5;
    }

    .card-container {
        width: 90%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 10px 0 50px 0;
        border-radius: 5px;
        overflow: hidden;
        flex-direction: column;
    }

    .card-description {
        display: flex;
        padding: 30px 10px;
        width: 100%;
        flex-direction: column;
        background: #111;
        color: #FFF;
    }
}

.conteudo-logo {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0 30px 0;
}

.logoLogin {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../img/estrutura/magold.png);
    background-size: cover;
}

.nomeLogin {
    width: 100%;
    float: left;
    text-align: center;
    font: 16px 'Roboto';
    font-weight: 700;
    margin-top: 10px;
    color: #C0A267;
}

.login-box-field {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.form-login {
    width: 90%;
    float: left;
    height: 35px;
    margin-left: 5%;
    font: 14px 'Roboto';
    border: 0;
    padding: 5px;
    background: #333;
    color: #FFF;
}

.form-login:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.entrarLogin {
    width: 90%;
    float: left;
    margin-left: 5%;
    border: 0;
    background: #C0A267;
    height: 35px;
    font: 14px 'Roboto';
    color: #FFF;
    padding: 5px;
}

.entrarLogin:hover {
    cursor: pointer;
    background: #CDB587;
    transition: 0.5s;
}

.entrarLogin:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.senha-incorreta {
    width: 100%;
    float: left;
    text-align: center;
    font: 12px 'Roboto';
    margin-top: 10px;
    color: #F00;
}

.cadastre {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font: 14px 'Roboto';
    color: #999;
}

.cadastre p1 a {
    color: #C0A267;
}

.cadastre p1 a:hover {
    text-decoration: underline;
}


/*Header*/
.header {
    width: 100%;
    height: 55px;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 0.3em 1em -0.1em;
}

.header:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(338deg, #4e3715, #ddc69d 41.07%, #a76402 76.05%);
}

.conteudoMenu {
    width: 650px;
    float: right;
    height: 55px;
}

@media (min-width:950px) {
    .navMenu {
        height: 47px;
        margin-top: 8px;
        float: right;
        text-align: center;
        font: 12px 'Roboto';
        color: #FFF;
        padding: 0 9px;
    }

    .menu-open {
        display: none;
    }
}

@media (max-width:949px) {
    .navMenu {
        display: none;
    }

    .menu-open {
        height: 21px;
        width: 25px;
        float: right;
        background: transparent;
        margin: 15px 0 0 30px;
    }
}

.iconeInicio {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/inicio.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeExercicios {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/haltere.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeAvaliacao {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/avaliacao.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeDieta {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/dieta.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeTreino {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/treino.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeAlunos {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/alunos.png);
    background-repeat: no-repeat;
    background-position: center;
}

.logoHeader {
    width: 45px;
    height: 45px;
    float: left;
    background: url(../img/estrutura/magold.png);
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}

.iconeAcademia {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/academia.png);
    background-repeat: no-repeat;
    background-position: center;
}
.iconePagamento {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/pagamento.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeRelatorio {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/relatorio.png);
    background-repeat: no-repeat;
    background-position: center;
}

.iconeLoja {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/icones/loja.png);
    background-repeat: no-repeat;
    background-position: center;
}

.perfilHeader {
    min-width: 100px;
    height: 55px;
    float: right;
    margin-left: 30px;
    position: relative;
}

.fotoHeader {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 10px;
    float: right;
}

.nomeHeader {
    min-width: 30px;
    float: right;
    margin-left: 7px;
    font: 14px 'Roboto';
    color: #FFF;
    padding-top: 19px;
}

.arrowDown {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF;
    float: right;
    margin: 7px 0 0 7px;
}


/*Menu Lateral*/
.menu-open:hover {
    cursor: pointer;
    transition: 0.5s;
}

.white-open {
    height: 4px;
    width: 25px;
    float: left;
    margin-top: 4px;
    background: #FFF;
    border-radius: 2px;
}


.side-menu-wrapper {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    transition: 0.5s;
    width: 300px;
    box-sizing: border-box;
    display: none;
}

.menu-close {
    height: 30px;
    float: right;
    text-align: center;
    font-size: 35px;
    margin: 10px 20px 0 0;
    color: #FFF
}

.menu-close:hover {
    cursor: pointer;
    color: #000000;
    transition: 0.5s;
}

.navLateral {
    width: 100%;
    float: left;
    min-height: 50px;
    overflow: hidden;
    border-top: 1px solid #E4E4E4;
    margin-top: 25px;
}

.side-menu-wrapper ul {
    list-style: none;
    overflow-y: auto;
    height: 95%;
    margin-top: 20px;
}

.side-menu-wrapper ul li a {
    display: block;
    padding: 8px 4px 8px 4px;
    color: #222222;
    text-decoration: none;
    text-align: center;
    font: 15px 'Roboto';
}

.side-menu-wrapper ul li a:hover {
    color: #FFB52C;
    transition: 0.5s;
}

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.capaMenuResponsivo {
    width: 100%;
    height: 170px;
    float: left;
    background: #000;
    position: relative;
}

.dadosMenuResponsivo {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.imgMenuResponsivo {
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 50px;
    overflow: hidden;
    margin-left: 10px;
}

.nomeMenuResponsivo {
    width: 230px;
    float: left;
    margin: 10px 0 0 10px;
    ;
    font: 14px 'Roboto';
    color: #FFF;
}

.nomeMenuResponsivo p1 {
    font-size: 12px;
}

/*Menu Dropdown*/
.dropDown {
    list-style: none;
    top: 55px;
    right: 0;
    position: absolute;
    width: 210px;
    height: auto;
    background: #FFF;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.75);
    display: none;
}

.dropDown li {
    display: block;
    width: 100%;
}

.dropDown li a {
    display: block;
    float: left;
    width: 100%;
    font: 12px 'Roboto';
    color: #000000;
    text-decoration: none;
    padding: 13px 0px 13px 10px;
}

.dropDown li a:hover {
    background: #F1F1F1;
    color: #333;
    transition: 0.5s;
}

/*Perfil*/
@media (max-width:920px) {
    .perfil {
        width: 100%;
        min-height: 503px;
        margin: 0 auto;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000000;
    }

    /*Colunas*/
    .colunasInfo {
        width: 100%;
        min-height: 300px;
        float: left;
        margin-bottom: 30px;
    }
}

@media (min-width:921px) {
    .perfil {
        width: 253px;
        min-height: 503px;
        float: left;
        background: #FFF;
        border-top: 5px solid #000 !important;
        border: 2px solid #000000;
    }

    /*Colunas*/
    .colunasInfo {
        width: 255px;
        min-height: 300px;
        float: left;
    }
}

.bgPerfi {
    width: 100%;
    float: left;
    height: 105px;
    background: #000;
}

.imgPerfil {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 100px;
    overflow: hidden;
    border: 5px solid #FFF;
    margin-top: 50px;
}

.conteudoNomePerfil {
    width: 100%;
    float: left;
    min-height: 90px;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
}

.nomePerfil {
    text-align: center;
    font: 24px 'Roboto';
    color: #000000;
    margin-top: 10px;
}

.nivelPerfil {
    width: 100%;
    float: left;
    font: 13px 'Roboto';
    color: #686868;
    text-align: center;
    margin: 5px 0 10px 0;
}

.infoTreinoPerfil {
    width: 100%;
    height: 85px;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
    text-align: center;
}

.infoTreinoPerfil p1 {
    font: 20px 'Roboto';
    color: #686868;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.infoTreinoPerfil p2 {
    font: 20px 'Roboto';
    color: #000000;
    float: left;
    width: 100%;
    margin-top: 5px;
}




/*Blocos Timeline*/
@media (max-width:920px) {
    .blocoInfo {
        width: 95%;
        min-height: 95px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
        border: 2px solid #000;
        border-top: 6px solid #000;
        margin-bottom: 25px;
    }

    .blocoPost {
        width: 100%;
        min-height: 300px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
        border: 2px solid #000;
        border-top: 0;
        margin-bottom: 25px;
        border-top: 5px solid #000;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .conteudoBotoesNovo {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .timeLine {
        width: 100%;
        margin: 0 auto;
        min-height: 300px;
        overflow: hidden;
    }
}

@media (min-width:921px) {
    .blocoInfo {
        width: 538px;
        min-height: 95px;
        float: left;
        background: #FFF;
        overflow: hidden;
        border: 2px solid #000;
        border-top: 5px solid #000;
        margin: 0 0 25px 25px;
    }

    .blocoPost {
        width: 538px;
        min-height: 300px;
        float: left;
        background: #FFF;
        overflow: hidden;
        border: 2px solid #000000;
        border-top: 0;
        margin: 0 0 25px 25px;
        border-top: 5px solid #000;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .timeLine {
        width: 590px;
        float: left;
        min-height: 300px;
        overflow: hidden;
    }
}

.imgPerfilBloco {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
    float: left;
    margin: 15px 0 0 20px;
}

.botaoMeusDados {
    height: 25px;
    width: 120px;
    float: right;
    border-radius: 2px;
    background: #F1F1F1;
    text-align: center;
    font: 14px 'Roboto';
    margin: 30px 20px 0 0;
    padding-top: 5px;
    color: #686868;
}

a .botaoMeusDados:hover {
    background: #000;
    color: #FFF;
    transition: 0.5s;
}


.logoRodape {
    height: 50px;
    width: 50;
    background: url(../img/academias/ma.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}



/*Academia Perfil*/
@media (max-width:920px) {
    .academiaPerfil {
        width: 100%;
        height: 270px;
        margin: 0 auto;
        background: #FFF;
        border: 2px solid #000;
        border-top: 0;
        position: relative;
        overflow: hidden;
        border-top: 6px solid #000;
    }

    .rodape {
        width: 100%;
        background: #000;
        text-align: center;
        font: 13px 'Roboto';
        color: #B2B2B2;
        bottom: 0px;
        position: relative;
        padding: 1.9rem;
        box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.75);
        z-index: 999;
        padding-top: 1rem;
        padding-bottom: 0.5rem
    }

    .rodape:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        background: linear-gradient(338deg, #4e3715, #ddc69d 41.07%, #a76402 76.05%);
        top: 2px;
        left: 0;
    }
}

@media (min-width:921px) {
    .academiaPerfil {
        width: 253px;
        height: 275px;
        float: left;
        background: #FFF;
        border: 2px solid #000;
        border-top: 0;
        position: relative;
        overflow: hidden;
        border-top: 6px solid #000;
    }

    /*Rodapé*/
    .rodape {
        width: 100%;
        background: #000;
        text-align: center;
        font: 13px 'Roboto';
        color: #B2B2B2;
        bottom: 0px;
        position: relative;
        padding: 1.9rem;
        box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.75);
        z-index: 999;
        padding-top: 1rem;
        padding-bottom: 0.5rem
    }

    .rodape:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        background: linear-gradient(338deg, #4e3715, #ddc69d 41.07%, #a76402 76.05%);
        top: 2px;
        left: 0;
    }
}

.imgAcademia {
    width: 100%;
    float: left;
    height: 120px;
    overflow: hidden;
    margin-top: 25px;
}
.lupaEpesquisar{width:150px; float:right; margin-top:5px;}
.nomeAcademia {
    width: 100%;
    min-height: 40px;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
    font: 18px 'Roboto';
    color: #000000;
    padding-bottom: 10px
}

.dadosAcademia {
    width: 100%;
    float: left;
    height: 20px;
    font: 14px 'Roboto';
    text-align: center;
    margin-top: 20px;
}

.dadosAcademia a {
    color: #000;
}

.dadosAcademia a:hover {
    color: #686868;
    transition: 0.5s;
}



/*Post*/
.cabecalhoPost {
    width: 100%;
    height: 90px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.nomePost {
    width: 200px;
    float: left;
    font: 18px 'Roboto';
    color: #000000;
    margin: 25px 0 0 10px;
}

.nomePost p1 {
    font-size: 12px;
    color: #B2B2B2;
}

.linhaAcademiaDe {
    width: 100%;
    float: left;
    height: 40px;
}

.linhaAcademiaDe p1 {
    font: 14px 'Roboto';
    color: #686868;
    float: left;
    margin-top: 5px;
}

.linhaDescricaotreino {
    width: 100%;
    height: 20px;
    float: left;
    font: 18px 'Roboto';
    color: #000000;
    font-weight: 600;
    margin-left: 25px;
}

.iconeAcademiaPost {
    width: 25px;
    height: 25px;
    float: left;
    background: url(../img/icones/academias.png);
    margin-left: 25px;
    background-size: cover;
    margin-right: 5px;
}

.conteudoPostTL {
    width: 100%;
    float: left;
    min-height: 100px;
    overflow: hidden;
    margin: 20px 0 10px 20px;
}

.caixaPostAvaliacao {
    width: 95px;
    height: 65px;
    float: left;
    text-align: center;
    font: 12px 'Roboto';
    color: #000000;
    background: #F1F1F1;
    margin: 0 5px 5px 0;
}

.caixaPostAvaliacao p1 {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.caixaPostAvaliacao p2 {
    text-align: center;
    width: 100%;
    float: left;
    font: 20px 'Roboto';
    margin: 2px 0 4px 0;
    font-weight: 700;
}

.checkcaixaPost {
    width: 100%;
    height: 30px;
    float: left;
    background: url(../img/icones/check.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.linhaVerPost {
    width: 100%;
    float: left;
    height: 45px;
    border-top: 1px solid #E4E4E4;
}

.verPost {
    width: 90px;
    height: 23px;
    padding-top: 4px;
    float: right;
    background: #51A6FB;
    text-align: center;
    color: #FFF;
    font: 14px 'Roboto';
    border-radius: 3px;
    margin: 7px 10px 0 0;
}

a .verPost:hover {
    background: #06c;
    transition: 0.5s;
}


/*Paginas*/
.infoPG {
    width: 100%;
    float: right;
    min-height: 50px;
    background: #FFF;
    margin-bottom: 30px;
    border: 2px solid #000;
    padding: 1rem;
}

.botaoNovoPG {
    width: 90px;
    height: 23px;
    float: left;
    background: #51A6FB;
    color: #FFF;
    text-align: center;
    font: 14px 'Roboto';
    margin: 10px 0 0 5px;
    border-radius: 2px;
    padding-top: 4px;
}

.botaoNovoPG:hover {
    background: #06c;
    transition: 0.5s;
    cursor: pointer;
}

.infoPG p1 {
    font: 22px 'Roboto';
    color: #000000;
    float: left;
    margin: 9px 0 0 10px;
}

@media (min-width:570px) {
    .pesquisar {
        width: 280px;
        height: 30px;
        float: right;
        margin: 0;
        background: #F1F1F1;
        border-radius: 2px;
        overflow: hidden;
    }
}

@media (max-width:569px) {
    .pesquisar {
        width: 280px;
        height: 30px;
        margin: 0 auto;
        background: #F1F1F1;
        border-radius: 2px;
        overflow: hidden;
    }

    .lupaEpesquisar {
        width: 100%;
        height: 30px;
        float: left;
        margin: 10px 0 10px 0
    }
}

.lupa {
    width: 30px;
    height: 30px;
    float: right;
    background: #000 url(../img/icones/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
}

.input-search {
    margin: 0 auto;
    width: 250px;
    color: #686868;
    background: #F1F1F1;
    height: 30px;
    padding: 0 0 0 5px;
    font: 14px 'Roboto';
    border: 1px solid #000000a8;
}

.input-search:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Academias*/
.novoCadastroAcademia {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 10px;
    min-height: 100px;
    float: left;
    border-top: 1px solid #E4E4E4;
    padding-bottom: 30px;
}

input:checked~.novoCadastroAcademia {
    display: block
}

.checkNovo, .novoCadastroAcademia {
    display: none;
}

.tituloAvaliacoes {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

@media (min-width:600px) {
    .colunaform {
        width: 33.33%;
        float: left;
        min-height: 50px;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 2rem;
    }
}

@media (max-width:599px) {
    .colunaform {
        width: 100%;
        float: left;
        min-height: 50px;
        overflow: hidden;
        margin-top: 30px;
    }
}

.colunaform p1 {
    width: 80%;
    float: left;
    margin-left: 10%;
    font: 12px 'Roboto';
    color: #686868;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0;
}

.formAcademia {
    width: 95%;
    height: 30px;
    border-radius: 2px;
    float: left;
    margin-bottom: 1rem;
    background: #F1F1F1;
    border: 1px solid #696b7473;
    padding: 10px;
    font: 14px 'Roboto';
    color: #000000;
}

.formAcademiaSelect {
    width: 150px;
    height: 30px;
    border-radius: 2px;
    float: left;
    background: #F1F1F1;
    border: 0;
    font: 14px 'Roboto';
    color: #000000;
    margin-left: 10%;
}

.formAcademiaSelect:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formAcademia:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formAcademiaTextArea {
    max-width: 95%;
    min-width: 95%;
    max-height: 150px;
    min-height: 150px;
    border-radius: 2px;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 10px;
    background: #F1F1F1;
    border: 0;
    padding: 10px;
    font: 14px 'Roboto';
    color: #000000;
}

.formAcademiaTextArea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoSendForm {
    width: 100%;
    height: 30px;
    background: #53D792;
    float: right;
    border: 0;
    font: 14px 'Roboto';
    color: #FFF;
    margin-right: 5%;
    border-radius: 4px;
    text-transform: uppercase;
}

.botaoSendForm:hover {
    cursor: pointer;
    background: #4BAF51;
    transition: 0.5s;
}

.botaoSendForm:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.boxAcademias {
    width: 250px;
    min-height: 350px;
    float: left;
    background: #FFF;
    border: 2px solid #000;
    border-top: 5px solid #000;
    margin: 0 10px 20px 14px;
}

.logoAcademiaBox {
    width: 250px;
    height: 120px;
    float: left;
    margin-top: 10px;
}

.nomeAcademiaBox {
    width: 250px;
    float: left;
    min-height: 30px;
    max-height: 45px;
    font: 18px 'Roboto';
    color: #000000;
    text-align: center;
}

.dataAcademiaBox {
    width: 100%;
    float: left;
    font: 12px 'Roboto';
    text-align: center;
    color: #686868;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.statusAcademiaBox {
    width: 100%;
    float: left;
    height: 40px;
    margin-top: 41px;
}

.AcademiaAtiva {
    width: 90px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    color: #FFF;
    background: #53D792;
    margin: 0 auto;
    font: 16px 'Roboto';
    border-radius: 2px;
}

.AcademiaInativa {
    width: 90px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    color: #686868;
    background: #CCC;
    margin: 0 auto;
    font: 16px 'Roboto';
    border-radius: 2px;
}

.detalhesAcademiaBox {
    width: 100%;
    height: 30px;
    float: left;
    border-top: 1px solid #E4E4E4;
    text-align: center;
    font: 14px 'Roboto';
    padding-top: 10px;
    margin-top: 10px;
}

.detalhesAcademiaBox a {
    color: #000000;
    transition: 0.5s;
}

.detalhesAcademiaBox a:hover {
    color: #000;
    transition: 0.5s;
}

@media (min-width:1100px) {
    .conteudoAcademias {
        width: 100%;
        float: left;
        min-height: 50px;
        overflow: hidden;
    }
}

@media (min-width:880px) AND (max-width:1099px) {
    .conteudoAcademias {
        width: 820px;
        margin: 0 auto;
        min-height: 50px;
        overflow: hidden;
    }
}

@media (min-width:580px) AND (max-width:879px) {
    .conteudoAcademias {
        width: 550px;
        margin: 0 auto;
        min-height: 50px;
        overflow: hidden;
    }
}

@media (max-width:579px) {
    .conteudoAcademias {
        width: 270px;
        margin: 0 auto;
        min-height: 50px;
        overflow: hidden;
    }
}

/*Alunos*/
.tituloListagem {
    width: 100%;
    min-height: 45px;
    float: left;
    border-bottom: 1px solid #E4E4E4;
}

.tituloListagem p1 {
    float: left;
    font: 18px 'Roboto';
    color: #000000;
    margin: 12px 0 0 1rem;
}

.conteudoAlunos::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.conteudoAlunos::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #C1C1C1;
    border-radius: 10px;
}

.conteudoAlunos::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #A7A7A7;
    transition: 1s;
}

@media (min-width:1100px) {
    .conteudoAlunos {
        width: 810px;
        min-height: 30px;
        float: right;
        margin: 0 0 30px 0px;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000;
        padding: 0rem;
        overflow: hidden;
    }

    .nomeStatusAlunoLista {
        max-width: 320px;
        float: left;
        font: 14px 'Roboto';
        color: #000000;
        margin-top: 23px;
    }

    .perfilAcademia {
        width: 253px;
        min-height: 256px;
        float: left;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000;
        overflow: hidden;
        padding: 1rem;
    }

    .perfilAcademia2 {
        width: 253px;
        min-height: 256px;
        float: left;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000;
        overflow: hidden;
    }

    .caixaComparacao {
        width: 253px;
        float: left;
        min-height: 50px;
        background: #FFF;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 2px solid #000000;
        border-top: 5px solid #000000;
        padding: 1rem;
    }

    .conteudoBotaoListaAlunos {
        float: right;
    }

    .verAlunoLista {
        width: 90px;
        height: 23px;
        padding-top: 4px;
        float: right;
        background: #51A6FB;
        text-align: center;
        color: #FFF;
        font: 14px 'Roboto';
        border-radius: 3px;
        margin: 25px 10px 0 0;
    }
}

@media (min-width:720px) AND (max-width:1099px) {
    .conteudoAlunos {
        width: 65%;
        min-height: 30px;
        float: right;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000;
        padding: 1rem;
        overflow: hidden;
    }

    .nomeStatusAlunoLista {
        max-width: 300px;
        float: left;
        font: 14px 'Roboto';
        color: #000000;
        margin-top: 23px;
    }

    .perfilAcademia {
        width: 33%;
        min-height: 256px;
        float: left;
        background: #FFF;
        border: 1px solid #E4E4E4;
        border-top: 0;
        overflow: hidden;
    }

    .caixaComparacao {
        width: 33%;
        min-height: 256px;
        float: left;
        min-height: 50px;
        background: #FFF;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #E4E4E4;
        overflow: hidden;
        padding: 1rem;
    }

    .conteudoBotaoListaAlunos {
        float: right;
    }

    .verAlunoLista {
        width: 90px;
        height: 23px;
        padding-top: 7px;
        float: right;
        background: #51A6FB;
        text-align: center;
        color: #FFF;
        font: 14px 'Roboto';
        border-radius: 3px;
        margin: 25px 10px 0 0;
    }
}

@media (min-width:521px) AND (max-width:719px) {
    .conteudoAlunos {
        width: 100%;
        float: right;
        min-height: 30px;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000;
        padding: 1rem;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .nomeStatusAlunoLista {
        width: 300px;
        float: left;
        font: 14px 'Roboto';
        color: #000000;
        margin-top: 23px;
    }

    .perfilAcademia {
        width: 100;
        min-height: 256px;
        background: #FFF;
        border: 1px solid #E4E4E4;
        border-top: 0;
        overflow: hidden;
    }

    .caixaComparacao {
        width: calc(100% - 2px);
        min-height: 256px;
        float: left;
        min-height: 50px;
        background: #FFF;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #E4E4E4;
        overflow: hidden;
    }

    .conteudoBotaoListaAlunos {
        float: right;
    }

    .verAlunoLista {
        width: 90px;
        height: 23px;
        padding-top: 7px;
        float: right;
        background: #51A6FB;
        text-align: center;
        color: #FFF;
        font: 14px 'Roboto';
        border-radius: 3px;
        margin: 25px 10px 0 0;
    }
}

@media (max-width:520px) {
    .conteudoAlunos {
        width: 100%;
        float: right;
        min-height: 30px;
        background: #FFF;
        border: 2px solid #000000;
        border-top: 5px solid #000;
        padding: 0rem;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .nomeStatusAlunoLista {
        width: 265px;
        float: left;
        font: 14px 'Roboto';
        color: #000000;
        margin-top: 23px;
    }

    .conteudoBotaoListaAlunos {
        float: right;
        width: 100%;
        margin-bottom: 10px;
    }

    .verAlunoLista {
        width: 100px;
        height: 23px;
        padding-top: 7px;
        margin: 0 auto;
        background: #51A6FB;
        text-align: center;
        color: #FFF;
        font: 14px 'Roboto';
        border-radius: 3px;
    }

    .perfilAcademia {
        width: 100%;
        min-height: 256px;
        background: #FFF;
        border: 2px solid #000;
        border-top: 5px solid #000;
        overflow: hidden;
        padding: 0.5rem;
    }

    .caixaComparacao {
        width: calc(100% - 2px);
        min-height: 256px;
        float: left;
        min-height: 50px;
        background: #FFF;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 2px solid #000;
        overflow: hidden;
        border-top: 5px solid #000;
        text-align: center;
        padding: 0.5rem;
    }
}

.linhaAlunos {
    width: 100%;
    min-height: 80px;
    float: left;
    border-bottom: 1px solid #E4E4E4;
}

.fotoAlunoLista {
    width: 65px;
    height: 80px;
    float: left;
}

.imgListaAluno {
    width: 45px;
    height: 45px;
    margin: 17.5px 0 0 10px;
    border-radius: 50px;
    overflow: hidden;
}

.nomeStatusAlunoLista p2 {
    color: #686868;
}

a .verAlunoLista:hover {
    background: #06c;
    transition: 0.5s;
}

.lista-alunos {
    width: 100%;
}

.lista-atividades {
    width: 100%;
}

/*Salvo*/
#salvo {
    height: 140px;
    width: 260px;
    background: #53D792;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 2px;
    z-index: 2;
}

.iconeSalvo {
    width: 100%;
    height: 100px;
    float: left;
    background: url(../img/icones/check-salvar.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.textoSalvo {
    height: 30px;
    width: 100%;
    float: left;
    font: 18px 'Roboto';
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
}

.progress {
    height: 5px;
    position: relative;
}

.progress .progress-bar {
    float: left;
    height: 5px;
    background-color: #4BAF51;
    animation: progress-animation 3s;
}

@keyframes progress-animation {
    0% {
        width: 100%;
    }

    100% {
        width: 0%
    }
}

/*Salvo*/
#naoSalvo {
    height: 140px;
    width: 260px;
    background: #F86B6B;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 2px;
    z-index: 2
}

.iconeNaoSalvo {
    width: 100%;
    height: 100px;
    float: left;
    background: url(../img/icones/alerta.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.textoSalvo {
    height: 30px;
    width: 100%;
    float: left;
    font: 18px 'Roboto';
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
}

.progress {
    height: 5px;
    position: relative;
}

.progress .progress-bar {
    float: left;
    height: 5px;
    background-color: #4BAF51;
    animation: progress-animation 3s;
}

@keyframes progress-animation {
    0% {
        width: 100%;
    }

    100% {
        width: 0%
    }
}

/*Exercicios*/
.imgListaExercicios {
    width: 45px;
    height: 45px;
    margin: 17.5px 0 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.nomeStatusExercicioLista {
    max-width: 320px;
    float: left;
    font: 14px 'Roboto';
    color: #000000;
    margin-top: 18px;
}

.nomeStatusExercicioLista p2 {
    color: #686868;
}

.conteudoNovaCategoria {
    width: 100%;
    min-height: 85px;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
    text-align: center;
}

.botaoNovaCategoria {
    height: 25px;
    width: 150px;
    margin: 0 auto;
    border-radius: 2px;
    background: #F1F1F1;
    text-align: center;
    font: 14px 'Roboto';
    padding-top: 6px;
    color: #686868;
    margin-top: 25px;
}

.botaoNovaCategoria:hover {
    background: #000;
    color: #FFF;
    transition: 0.5s;
}

.conteudoDetalheExercicio {
    width: 100%;
    float: left;
    min-height: 280px;
    margin-bottom: 70px;
}

.subtituloSingleExercicio {
    width: 100%;
    float: left;
    min-height: 30px;
    margin: 30px 0 10px 0;
    font: 14px 'Roboto';
    color: #686868;
    text-align: center;
    font-weight: 600;
}

.descricaoExercicio {
    width: 80%;
    min-height: 30px;
    margin-left: 10%;
    float: left;
    text-align: center;
    font: 14px 'Roboto';
    color: #000000;
}

.imgSingleExercicio {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.voltarInfoPG {
    height: 25px;
    width: 120px;
    float: right;
    border-radius: 2px;
    background: #F1F1F1;
    text-align: center;
    font: 14px 'Roboto';
    margin: 7px 20px 0 0;
    padding-top: 10px;
    color: #686868;
}

a .voltarInfoPG:hover {
    background: #000;
    color: #FFF;
    transition: 0.5s;
}

.linhaCategExercicio {
    width: calc(100% - 20px);
    float: left;
    min-height: 25px;
    font: 12px 'Roboto';
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 0 0 10px;
    overflow: hidden;
    color: #686868;
}

.linhaCategExercicio2 {
    width: calc(100% - 10px);
    float: left;
    min-height: 25px;
    font: 14px 'Roboto';
    border-bottom: 1px solid #E4E4E4;
    padding-top: 8px;
    overflow: hidden;
}

.linhaCategExercicio2:hover {
    cursor: pointer;
}

.linhaCategExercicio:hover {
    cursor: pointer;
}

.categExercicio {
    cursor: pointer;
    padding-left: 10px;
}

/*Meus Dados*/
.imgPerfilMD {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.alterarFoto {
    width: 90%;
    float: left;
    height: 28px;
    background: #F1F1F1;
    padding-top: 10px;
    text-align: center;
    border-radius: 2px;
    font: 14px 'Roboto';
    margin-top: 25px;
    margin-left: 5%;
    color: #686868;
}

a .alterarFoto:hover {
    background: #000;
    transition: 0.5s;
    color: #FFF;
}

.dataMatricula {
    width: 100%;
    float: left;
    border-top: 1px solid #E4E4E4;
    margin-top: 1px;
    font: 12px 'Roboto';
    color: #B2B2B2;
    text-align: center;
    margin-top: 25px;
    padding-top: 15px;
}

.cabecalhoMD {
    width: 91%;
    float: left;
    overflow: hidden;
    border: 2px solid #000;
    padding: 1rem;
    margin: 0 0 25px 25px;
    border-top: 5px solid #000;
}

.cabecalhoMD p1 {
    font: 26px 'Roboto';
    color: #686868;
}

.cabecalhoMD p2 {
    font: 14px 'Roboto';
    color: #B2B2B2;
}

.botaoAlterarSenha {
    height: 25px;
    width: 120px;
    float: right;
    border-radius: 2px;
    background: #51A6FB;
    text-align: center;
    font: 14px 'Roboto';
    margin: 10px 0 0 20px;
    padding-top: 5px;
    color: #FFF;
}

.botaoAlterarSenha:hover {
    background: #06C;
    transition: 0.5s;
}

.colunaformDados {
    width: 100%;
    float: left;
    min-height: 50px;
    overflow: hidden;
    margin-top: 30px;
}

.colunaformDados p1 {
    width: 80%;
    float: left;
    margin-left: 0.5rem;
    font: 12px 'Roboto';
    color: #686868;
    margin-bottom: 2px;
}

.formMeusDados {
    width: 95%;
    height: 30px;
    border-radius: 2px;
    float: left;
    margin-left: 0.5rem;
    margin-bottom: 25px;
    background: #F1F1F1;
    border: 1px solid #00000052;
    padding: 10px;
    font: 14px 'Roboto';
    color: #000000;
}

.formMeusDadosFile {
    width: 80%;
    height: 40px;
    border-radius: 2px;
    float: left;
    margin-left: 10%;
    margin-bottom: 25px;
    background: #F1F1F1;
    border: 0;
    padding: 10px;
    font: 14px 'Roboto';
    color: #000000;
}

.formMeusDadosSelect {
    width: 95%;
    height: 30px;
    border-radius: 2px;
    float: left;
    background: #F1F1F1;
    border: 1px solid #00000052;
    font: 14px 'Roboto';
    color: #000000;
    margin-left: 0.5rem;
    margin-bottom: 25px;
}

.formMeusDadosSelect:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formMeusDados:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.white_content {
    display: none;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 500px;
    z-index: 1002;
    left: 0;
    overflow: hidden;
}

.white_content1 {
    display: none;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 500px;
    z-index: 1002;
    left: 0;
    overflow: hidden;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.close-conteudos {
    width: 20px;
    height: 15px;
    float: right;
    font-size: 30px;
    color: #000;
    margin-top: -5px;
}

@media (min-width:521px) {
    .conteudoAlterarSenha {
        width: 521px;
        height: 307px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
    }

    .conteudoAlterarImagem {
        width: 500px;
        min-height: 250px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
    }

    .conteudoAlterarExercicio {
        width: 500px;
        min-height: 250px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
    }
}

@media (max-width:520px) {
    .conteudoAlterarSenha {
        width: 90%;
        height: 320px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
    }

    .botaoNovoTreino {
        font: 10px 'Roboto' !important;
    }

    .botaoNovaAvaliacao {
        font: 10px 'Roboto' !important;
    }

    .botaoNovaDieta {
        font: 10px 'Roboto' !important;
    }

    .conteudoAlterarImagem {
        width: 90%;
        min-height: 250px;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
    }

    .conteudoAlterarExercicio {
        width: 90%;
        height: 500px;
        margin: 0 auto;
        background: #FFF;
        overflow-y: scroll;
    }
}


/*Single Aluno*/
.excluirAvaliacao {
    height: 30px;
    width: 120px;
    float: right;
    border-radius: 2px;
    border: 0;
    margin: 25px 10px 0 0;
    color: #000;
    font: 14px 'Roboto';
}

.pdfAvaliacao {
    height: 38px;
    width: 120px;
    float: right;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font: 14px 'Roboto';
    background: rgb(25 135 84);
    width: 100%;
}

.excluirAvaliacao:hover {
    cursor: pointer;
    background: #DD4939;
    cursor: pointer;
    transition: 0.5s;
    color: #FFF;
}

.excluirAvaliacao:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#button {
    display: block
}

.menu {
    padding: 10px;
    display: none
}

.botaoAlterarStatus2 {
    height: 35px;
    width: 120px;
    float: right;
    border-radius: 2px;
    background: #1FBE12;
    text-align: center;
    font: 14px 'Roboto';
    margin: 10px 0 0 20px;
    color: #FFF;
    border: 0;
}

.botaoAlterarStatus2:hover {
    background: #B3F8AD;
    transition: 0.5s;
    cursor: pointer;
}

.nivelAdmin {
    width: 80%;
    height: 23px;
    float: left;
    margin-left: 10%;
    padding-top: 5px;
    color: #FFF;
    font: 14px 'Roboto';
    border-radius: 50px;
    text-align: center;
    background: #1FBE12;
    margin-top: 5px;
}

.botaoAlterarStatus {
    height: 35px;
    width: 120px;
    float: right;
    border-radius: 2px;
    background: #E14F6C;
    text-align: center;
    font: 14px 'Roboto';
    margin: 10px 0 0 20px;
    color: #FFF;
    border: 0;
}

.botaoAlterarStatus:hover {
    background: #F0AAB8;
    transition: 0.5s;
    cursor: pointer;
}

.botaoAlterarStatus:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoAlterarStatus2:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.conteudoAlterarAcademia {
    width: 100%;
    float: left;
    min-height: 100px;
    margin-top: 40px;
}

.conteudoAlterarAcademia p1 {
    font: 14px 'Roboto';
    text-align: center;
    width: 100%;
    float: left;
}

.formAcademiaSelectAcademia {
    width: 95%;
    height: 30px;
    border-radius: 2px;
    float: left;
    background: #F1F1F1;
    border: 1px solid #00000082;
    font: 14px 'Roboto';
    color: #000000;
    margin-left: 3%;
    margin-top: 5px;
    margin-right: 3%;
}

.formAcademiaSelectAcademia:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoDadosAluno {
    height: 33px;
    width: 120px;
    float: right;
    border-radius: 2px;
    background: #F1F1F1;
    text-align: center;
    font: 14px 'Roboto';
    margin: 6px 10px 0 0;
    border: 0;
    color: #686868;
}

.botaoDadosAluno:hover {
    background: #000;
    color: #FFF;
    transition: 0.5s;
    cursor: pointer;
}

.botaoDadosAluno:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.conteudoBotoesNovo {
    width: 90%;
    min-height: 50px;
    float: left;
    margin-left: 5%;
    overflow: hidden;
}

.divisaoBotoesNovo {
    width: 33.33%;
    float: left;
    min-height: 50px;
    overflow: hidden;
    border: 2px solid #000;
    border-top: 5px solid #000;
}

.botaoNovoTreino {
    width: 100%;
    float: left;
    height: 50px;
    color: #000;
    background: #FFF;
    text-align: center;
    font: 14px 'Roboto';
    border: 0;
    text-transform: uppercase;
}

.botaoNovaAvaliacao {
    width: 100%;
    float: left;
    height: 50px;
    border: 0;
    color: #000;
    background: #FFF;
    text-align: center;
    font: 14px 'Roboto';
    border-left: 1px solid #E4E4E4;
    text-transform: uppercase;
}

.botaoNovaDieta {
    width: 100%;
    float: left;
    height: 50px;
    border: 0;
    color: #000;
    background: #FFF;
    text-align: center;
    font: 14px 'Roboto';
    border-left: 1px solid #E4E4E4;
    text-transform: uppercase;
}

.botaoNovoTreino:hover {
    cursor: pointer;
    background: #1FBE12;
    transition: 0.5s;
    color: #FFF;
}

.botaoNovaDieta:hover {
    cursor: pointer;
    background: #1FBE12;
    transition: 0.5s;
    color: #FFF;
}

.botaoNovaAvaliacao:hover {
    cursor: pointer;
    background: #1FBE12;
    transition: 0.5s;
    color: #FFF;
}

.botaoNovoTreino:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoNovaDieta:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoNovaAvaliacao:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.conteudoVerAvaliacoes {
    width: 100%;
    height: 300px;
    float: left;
    margin-top: 2rem;
    border: 2px solid #000;
    border-top: 5px solid #000;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cabecalhoVerAvaliacoes {
    width: 100%;
    float: left;
    height: 50px;
    font: 22px 'Roboto';
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #E4E4E4;
    color: #000 !important;
}

.itensVerAvaliacoes {
    width: 100%;
    height: 220px;
    float: left;
    margin-left: 2.5%;
    margin-top: 15px;
    overflow: hidden;
    overflow-x: scroll;
}

.itensVerAvaliacoes::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}

.itensVerAvaliacoes::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #C1C1C1;
    border-radius: 10px;
}

.itensVerAvaliacoes::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #A7A7A7;
    transition: 1s;
}

.scrollVerAvaliacoes {
    min-width: 300px;
    float: left;
    height: 230px;
    overflow: hidden;
    display: flex;
}

.caixasVerAvaliacao {
    width: 190px;
    height: 215px;
    margin-right: 15px;
    background: #FFF;
    float: left;
}

.dataCaixaAvaliacao {
    width: 100%;
    float: left;
    font: 12px 'Roboto';
    text-align: center;
    margin-top: 10px;
    color: #B2B2B2;
}

.conteudoCaixaAvaliacao {
    width: 100%;
    float: left;
    height: 120px;
    text-align: center;
    font: 12px 'Roboto';
    margin-top: 20px;
}

.fotoInstrutorAvaliacao {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    background: #999;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.botaoVerAvaliacao {
    width: 100%;
    height: 25px;
    float: left;
    text-align: center;
    font: 12px 'Roboto';
    border-top: 1px solid #E4E4E4;
    text-transform: uppercase;
    padding-top: 6px;
}

.botaoVerAvaliacao {
    color: #000000;
}

a .botaoVerAvaliacao:hover {
    background: #000;
    color: #FFF;
    transition: 0.5s;
}

.nivelAluno {
    width: 95%;
    height: 50px;
    float: left;
    margin-left: 3%;
    margin-top: 25px;
    text-align: center;
    font: 12px 'Roboto';
    color: #000000;
    margin-right: 3%;
}

.botaoNivelAluno {
    width: 50%;
    float: left;
    height: 30px;
    background: #F1F1F1;
    color: #686868;
    border: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.botaoNivelGerente {
    width: 50%;
    float: left;
    height: 30px;
    background: #F1F1F1;
    color: #686868;
    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.botaoNivelGerente:hover {
    background: #B3F8AD;
    transition: 0.5s;
    cursor: pointer;
    color: #FFF;
}

.botaoNivelAluno:hover {
    background: #B3F8AD;
    transition: 0.5s;
    cursor: pointer;
    color: #FFF;
}

.botaoNivelAluno:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoNivelGerente:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #53D792;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.novaSenha {
    width: 100%;
    float: left;
    min-height: 50px;
    overflow: hidden;
    margin-top: 50px;
}

.novaSenha p1 {
    width: 80%;
    float: left;
    margin-left: 0.5rem;
    font: 12px 'Roboto';
    color: #686868;
    margin-bottom: 2px;
}


/*Single Avaliação*/
.cabecalhoSingleAvaliacao {
    width: 100%;
    float: left;
    min-height: 80px;
    background: #FFF;
    overflow: hidden;
    border: 2px solid #000;
    border-top: 5px solid #000000;
    padding: 1rem;
    margin-bottom: 25px;
}

.cabecalhoSingleAvaliacao p1 {
    font: 22px 'Roboto';
    float: left;
    margin: 15px 0 0 10px;
}

.cabecalhoSingleAvaliacao p1 a {
    color: #B2B2B2;
}

.cabecalhoSingleAvaliacao p1 a:hover {
    text-decoration: underline;
}

.cabecalhoSingleAvaliacao p2 {
    font: 14px 'Roboto';
    color: #B2B2B2;
}

.linhaAvaliacaoSingle {
    width: 100%;
    min-height: 30px;
    float: left;
    background: #FFF;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    padding: 1rem;
    border-radius: 5px;
}

.linhaAvaliacaoSingle p1 {
    float: unset;
    font: 16px 'Roboto';
    color: #000000;
    width: 100%;
    margin-left: 12px;
}

.linhaAvaliacaoSingle p2 {
    font: 12px 'Roboto';
    color: #B2B2B2;
}

.linhaAvaliacaoSingle p3 {
    font: 12px 'Roboto';
    color: #53D792;
}

.linhaAvaliacaoSingle p4 {
    width: 80%;
    float: left;
    font: 12px 'Roboto';
    color: #686868;
    margin-bottom: 2px;
}

.conteudoAvaliacaoLinhaSingle {
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    float: left;
    font: 14px 'Roboto';
    padding-right: 2rem;
}

.botaoAbrirAvaliacao {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: #51A6FB;
    overflow: hidden;
    color: #FFF;
}

.botaoAbrirAvaliacao:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botaoAbrirAvaliacao:hover {
    background: #06c;
    transition: 0.5s;
    cursor: pointer;
}

.linhapgtanamnese {
    width: 100%;
    float: left;
    min-height: 50px;
    overflow: hidden;
    font: 12px 'Roboto';
    margin: 10px 0 10px 0;
}

.pgtanamnese {
    width: auto;
    float: left;
    font: 14px 'Roboto';
    margin-top: 1rem;
}

.botaopgtanamnese {
    width: 60px;
    height: 30px;
    float: right;
    margin-top: 10px;
}

.respostaPgtanamnese {
    width: 60px;
    height: 30px;
    float: right;
    font: 14px 'Roboto';
    font-weight: 700;
    margin-top: 5px;
}

.linhaInfoTreinoL {
    width: 100%;
    height: 25px;
    font: 14px 'Roboto';
    padding: 7px 0 0 10px;
    border-bottom: 1px solid #E4E4E4;
}

.checkLeftAvaliacao {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 15px;
    background: url(../img/icones/check.png);
    background-size: cover;
}

.alertLeftAvaliacao {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 15px;
    background: url(../img/icones/alert.png);
    background-size: cover;
}

.tituloForma {
    width: 100%;
    float: left;
    min-height: 30px;
    font: 14px 'Roboto';
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
    overflow: hidden;
}

.botaoSendFormCentro {
    width: 98%;
    height: 30px;
    background: #53D792;
    border: 0;
    font: 14px 'Roboto';
    color: #FFF;
    margin: 0 auto;
    border-radius: 2px;
}

.botaoSendFormCentro:hover {
    cursor: pointer;
    background: #4BAF51;
    transition: 0.5s;
}

.botaoSendFormCentro:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width:720px) {
    .divisao50 {
        width: 100%;
        float: left;
        min-height: 30px;
        overflow: hidden;
    }
}

@media (min-width:721px) {
    .divisao50 {
        width: 50%;
        float: left;
        min-height: 30px;
        overflow: hidden;
    }
}

.divisao50 p1 {
    font: 16px 'Roboto';
    font-weight: 700;
}

.divisao50 p2 {
    font: 14px 'Roboto';
    color: #686868;
    font-weight: 100;
}

.divisao50 p4 {
    font: 12px 'Roboto';
}

.divisao50 p5 {
    font: 48px 'Roboto';
    font-weight: 700;
}

.conteudo-cronometro {
    width: 95%;
    float: left;
    height: 30px;
    border: 1px solid #999;
    padding: 2rem;
    margin: 30px 0 30px 0;
}

.texto-cronometro {
    background: #FFF;
    width: 100px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: -41px;
    font: 14px 'Roboto';
}

.tempo-cronometro {
    height: 30px;
    width: 40%;
    float: left;
    border: 1px solid #000;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.config-cronometro {
    float: left;
    border-bottom: 1px solid #CCC;
    margin: 0 10px 0 20px;
}

.mostrarValor {
    text-align: center;
    font-size: 21px;
    border: 0;
}

.mostrarValor2 {
    text-align: center;
    font-size: 21px;
    border: 0;
}

.valores-tempo-cronometro {
    width: 35px;
    background: transparent;
    border: 0;
    font: 22px 'Roboto';
}

.botoes-cronometro {
    width: 175px;
    float: left;
    margin: 5px 0 0 10px;
}

.btn-cronometro {
    width: 55px;
    border: 0;
    padding: 2px 5px;
    font: 14px calibri;
    font-weight: bold;
}

.conteudoFichaTreinoCompleta {
    width: 100%;
    float: left;
    min-height: 0px;
    background: #FFF;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.conteudoResultadoTreino {
    width: 100%;
    min-height: 30px;
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.gradeResultado {
    width: 100%;
    float: left;
    min-height: 30px;
    overflow: hidden;
    font: 14px 'Roboto';
}

.gradeResultado p1 {
    font: 16px 'Roboto';
    font-weight: 700;
    color: #000
}

.gradeResultado h4 {
    width: 100%;
    float: left;
    font: 12px 'Roboto';
    color: #686868;
    margin-bottom: 2px;
    text-align: center;
}

.linhaGradeResultado {
    width: 100%;
    float: left;
    margin-top: -1px;
    min-height: 25px;
    padding-top: 8px;
    border: 1px solid #E4E4E4;
    padding-left: 10px;
    font: 14px 'Roboto';
}

.linhaGradeResultado p1 {
    float: left;
    font: 14px 'Roboto';
    font-weight: 100;
}

.linhaResultadoTitulo {
    width: calc(90% - 10px);
    float: left;
    height: 20px;
    margin-left: 0%;
    font: 14px 'Roboto';
    font-weight: 700;
}

.linhaGradeResultadoValor {
    float: right;
    width: 70px;
    font: 14px 'Roboto';
    margin-right: 10px;
    border-left: 1px solid #E4E4E4;
    text-align: right;
    font-weight: 700;
}

.contentPgtAnamnese {
    display: none;
}

.linhaResultadoMediaDobras {
    float: left;
    height: 50px;
    margin-left: 5%;
    font: 14px 'Roboto';
    margin-bottom: 30px;
    margin-top: 25px;
    width: 90%;
}

.mediaDobras {
    width: 14.25%;
    float: left;
    min-height: 50px;
    font: 12px 'Roboto';
    color: #686868;
    text-align: center;
}

.mediaDobras p9 {
    font: 14px 'Roboto';
    color: #000000;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-top: 5px;
}

@media(max-width:980px) {
    .btnPgtAnamnese {
        width: calc(33% - 2px);
        float: left;
        height: 35px;
        padding-top: 7px;
        text-align: center;
        background: #F1F1F1;
        margin: 5px 0 0 1px;
        color: #000000;
    }
}

@media(min-width:981px) {
    .btnPgtAnamnese {
        width: calc(25% - 2px);
        float: left;
        min-height: 23px;
        padding-top: 7px;
        text-align: center;
        background: #F1F1F1;
        margin: 5px 0 0 1px;
        color: #000000;
    }
}

.btnPgtAnamnese:hover {
    cursor: pointer;
    background: #000;
    transition: 0.5s;
    color: #FFF;
}

.btnPgtAnamnese:focus {
    background: #000;
    border: 0;
    color: #FFF;
}

.autoimagemCorporal {
    width: 80%;
    min-height: 250px;
    float: left;
    margin-left: 10%;
    overflow: hidden;
    margin-top: 30px;
}

.conteudoPostural {
    width: 80%;
    float: left;
    margin-left: 10%;
    font: 14px 'Roboto';
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
}

.conteudoOBS {
    width: 90%;
    float: left;
    min-height: 10px;
    float: left;
    overflow: hidden;
    margin-left: 5%;
    font: 14px 'Roboto';
    margin-bottom: 10px;
}

.linhaGrafico {
    width: 100%;
    float: left;
    min-height: 15px;
    margin-bottom: 5px;
    font: 12px 'Roboto';
}

.textoGrafico {
    width: 100px;
    float: left;
    text-align: right;
}

.barraGrafico {
    height: 8px;
    background: #6FD26F;
    float: left;
}

@media(max-width:560px) {
    .bgGrafico {
        width: 70%;
        height: 8px;
        background: #E9E9E9;
    }
}

@media(min-width:561px) {
    .bgGrafico {
        width: 30%;
        height: 8px;
        background: #E9E9E9;
    }
}

/*Single Academia*/
.imgPerfilAcademia {
    width: 95%;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 70px;
}

.conteudobtnGerenciar {
    width: 100%;
    float: left;
    min-height: 40px;
    margin-top: 40px;
}

.botaonovoGerente {
    height: 24px;
    width: 120px;
    margin: 0 auto;
    border-radius: 2px;
    text-align: center;
    border: 0;
    font: 14px 'Roboto';
    color: #FFF;
    background: #53D792;
    padding-top: 8px;
}

.botaonovoGerente:hover {
    cursor: pointer;
    background: #4BAF51;
    transition: 0.5s;
}

.botaoExcluirAcademia {
    height: 24px;
    width: 120px;
    margin: 0 auto;
    border-radius: 2px;
    text-align: center;
    border: 0;
    font: 14px 'Roboto';
    color: #FFF;
    background: #E14F6C;
    padding-top: 8px;
}

.botaoExcluirAcademia:hover {
    cursor: pointer;
    background: #F0AAB8;
    transition: 0.5s;
}

.conteudoExcluir {
    width: 100%;
    height: 130px;
    float: left;
    margin-top: 50px;
    border-bottom: 1px solid #E4E4E4;
    font: 14px 'Roboto';
    text-align: center;
    font-weight: 700;
    overflow: hidden;
}

.conteudoExcluir p1 {
    color: #E14F6C;
    font-weight: 700;
    font-size: 18px;
}

/*Single Treino*/
.conteudoNovoExercicio {
    width: 100%;
    float: left;
    min-height: 60px;
    overflow: hidden;
    background: #FFF;
    margin-bottom: 30px;
}

.conteudoFichaTreino {
    width: 100%;
    min-height: 30px;
    float: left;
    overflow: hidden;
}

.tituloDivisaoTreino {
    width: 100%;
    min-height: 30px;
    padding: 10px 0 10px 10px;
    margin: 0 auto;
    font: 16px 'Roboto';
    color: #000000;
    background: #FFF;
    color: #000000;
    margin-bottom: 10px;
}

.linhaSingleTreino {
    width: calc(100% - 2px);
    min-height: 80px;
    float: left;
    background: #FFF;
    border: 1px solid #E4E4E4;
    border-top: 0;
    overflow: hidden;
    padding: 1rem;
}

.imgSingleTreino {
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin-top: 0.5rem;
}

.tituloSingleExercicio {
    width: calc(100% - 90px);
    float: left;
    min-height: 20px;
    font: 14px 'Roboto';
    color: #000000;
    padding: 5px 0 0 10px;
}

.infoSIngleExercicio {
    width: 305px;
    height: 60px;
    float: left;
}

.dadosSingleExercicios {
    width: 110px;
    float: left;
    height: 17px;
    font: 10px 'Roboto';
    color: #000000;
    background: #E4E4E4;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin: 5px 10px 0 0;
    padding-top: 3px;
    font-weight: 700;
}

.linhatituloSingle {
    width: 100%;
    float: left;
    height: 40px;
    margin: 40px 0 10px 0;
}

.conteudoBothEditar {
    width: 100%;
    min-height: 50px;
    bottom: 0;
    float: left;
    border-top: 1px solid #E4E4E4;
}

@media (max-width: 768px){
	.linhaSingleTreino{width:100%; display:flex; flex-direction:column; align-items:center;}
	.tituloSingleExercicio{text-align:center;}
	.infoSIngleExercicio{display:flex; flex-wrap:wrap; align-items: center; justify-content:center;}
}

/*Single Dieta*/
.conteudoItensDieta {
    width: 100%;
    float: left;
    min-height: 100px;
    overflow: hidden;
}

.tabelaAlimentos {
    width: 100%;
    height: 300px;
    float: left;
    overflow-y: scroll;
}

.tabelaAlimentos::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.tabelaAlimentos::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    background-color: #C1C1C1;
    border-radius: 10px;
}

.tabelaAlimentos::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #A7A7A7;
    transition: 1s;
}

.excluirLista {
    width: 20px;
    height: 20px;
    float: right;
    border: 0;
    font-size: 14px;
    color: #686868;
    background: transparent;
}

.excluirLista:hover {
    cursor: pointer;
}

.linhaAlimentos {
    width: 100% - 10px;
    height: 50px;
    font: 14px 'Roboto';
}

@media(max-width:960px) {
    .divisao48 {
        width: 100%;
        float: left;
        min-height: 30px;
        overflow: hidden;
        background: #FFF;
        margin-bottom: 25px;
    }

    .divisao48R {
        width: 100%;
        float: right;
        min-height: 30px;
        overflow: hidden;
        background: #FFF;
        margin-bottom: 25px;
    }
}

@media(min-width:961px) {
    .divisao48 {
        width: 49%;
        float: left;
        min-height: 30px;
        overflow: hidden;
        background: #FFF;
        margin-bottom: 25px;
    }

    .divisao48R {
        width: 49%;
        float: right;
        min-height: 30px;
        overflow: hidden;
        background: #FFF;
        margin-bottom: 25px;
    }
}

.addDieta {
    width: 70px;
    height: 23px;
    border: 0;
    float: right;
    background: #51A6FB;
    text-align: center;
    color: #FFF;
    font: 12px 'Roboto';
    border-radius: 3px;
    margin: 7px 10px 0 0;
}

.addDieta:hover {
    background: #06C;
    cursor: pointer;
    transition: 0.5s;
}

.addDieta:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formlistagem {
    background: transparent;
    font: 14px 'Roboto';
    border: 0;
    color: #000;
}

.formlistagem:hover {
    text-decoration: underline;
    cursor: pointer;
}

.formlistagem:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.linhafichaDieta {
    width: 100%;
    float: left;
    min-height: 35px;
    font: 14px 'Roboto';
}

.linhafichaDietaCabecalho {
    width: 100%;
    min-width: 500px;
    float: left;
    min-height: 35px;
    font: 14px 'Roboto';
    font-weight: 700;
    margin-top: 10px;
}

.nomeAlimento {
    width: 25%;
    min-width: 100px;
    float: left;
}

.nomeAlimento p1 {
    padding-left: 5px;
}

.infoAlimento {
    width: 11%;
    float: left;
}

.nomeAtv {
    width: 40%;
    float: left;
}

.nomeAtv p1 {
    padding-left: 5px;
}

.infoAtv {
    width: 30%;
    float: left;
}

/*Comparacao*/
.conteudoComparacao {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    overflow-y: scroll;
}

.cabecalhoComparacao {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    min-height: 25px;
    padding-top: 8px;
    font: 14px 'Roboto';
    background: #DFDFDF;
    font-weight: 700;
    border: 1px solid #E4E4E4;
}

.linhaComparacao {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    min-height: 23px;
    padding-top: 8px;
    font: 14px 'Roboto';
    border: 1px solid #E4E4E4;
}

.meditaComparacao {
    width: 40%;
    float: left;
    min-height: 20px;
}

.valorComparacao {
    width: 20%;
    float: left;
    min-height: 20px;
    text-align: right;
}

.textoComparar {
    width: 100%;
    float: left;
    text-align: center;
    font: 14px 'Roboto';
    margin: 5px 0 5px 0;
}


/*PDF treino*/
.cabecalhoPDF {
    width: 100%;
    float: left;
    height: 120px;
    margin-bottom: 30px;
}

.logoPDF {
    width: 120px;
    float: left;
    height: 120px;
    background: url(../img/estrutura/logo.png);
    background-position: center;
    background-size: cover;
}

.infoPDF {
    width: 250px;
    height: 120px;
    float: left;
    margin: 15px 0 0 18px;
}

.pdfMA {
    width: 100%;
    float: left;
    font: 26px 'Roboto';
    font-style: italic;
}

.pdfMAaluno {
    width: 100%;
    float: left;
    font: 14px 'Roboto';
    color: #333;
}

.infofichaPDF {
    width: 300px;
    height: 120px;
    float: left;
    margin-left: 195px;
}

.infoRightPDF {
    width: 100%;
    float: left;
    text-align: right;
    font: 14px 'Roboto';
    height: 20px;
}

.tituloFichaPDF {
    width: 100%;
    float: left;
    font: 22px 'Roboto';
    font-style: italic;
    text-align: right;
}

.tituloDivisaoTreinoPDF {
    width: 884px;
    height: 40px;
    padding: 10px 0 0 10px;
    margin: 0 auto;
    font: 16px 'Roboto';
    color: #000000;
    float: left;
    background: #CCC;
    color: #000000;
    margin-bottom: 10px;
}

.linhaSingleTreinoPDF {
    width: 884px;
    min-height: 30px;
    float: left;
    background: #FFF;
    border: 1px solid #E4E4E4;
    border-top: 0;
    overflow: hidden;
}

.infoSIngleExercicioPDF {
    width: 700px;
    height: 30px;
    float: left;
    padding-left: 10px;
}


/*Configurações*/
@media (min-width:531px) {
    .conteudo-config {
        height: 120px;
        width: 530px;
        margin: 0 auto;
        overflow: hidden;
        background: #FFF;
    }
}

@media (max-width:531px) {
    .conteudo-config {
        height: 120px;
        width: 90%;
        margin-left: 2.5%;
        margin: 0 auto;
        overflow: hidden;
        background: #FFF;
    }
}

.titulo-config {
    height: 20px;
    width: 100%;
    font: 12px tahoma;
    font-weight: bold;
    padding: 5px 0 0 10px;
    border-bottom: 1px solid #D2DDE3;
}

.img-bg {
    height: 80px;
    width: 120px;
    float: left;
    margin: 7.5px 0 0 10px;
}

.conteudo-bg-config {
    height: 50px;
    width: calc(100% - 150px);
    float: left;
    margin: 25px 0 0 10px;
    font: 12px tahoma;
}

.descricao-bg-config {
    width: 100%;
    height: 20px;
    background: #D2DDE3;
    margin: 5px 0 5px 0px;
    float: left;
    border: 1px solid #CCC;
    padding: 3px 0 0 3px;
}

.editar-agenda {
    height: 25px;
    width: 25px;
    background: url(../img/icones/lapis.png);
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    position: relative;
    margin: -5px 10px 0 0;
    border-radius: 100px;
    overflow: hidden;
}

.valor-mensalidade {
    font: 36px tahoma;
    font-weight: bold;
    margin-top: 20px;
    color: #388D3D;
}

.conteudo-edita-valor {
    height: 90px;
    width: 600px;
    float: left;
    margin: 15px 0 0 40px;
}

.salvar-valor {
    height: 30px;
    width: 90px;
    float: right;
    margin-right: 35px;
}

.conteudo-salvarbg {
    width: 600px;
    height: 175px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    margin-top: 90px;
}

.linha-salvarbg {
    width: 100%;
    float: left;
    margin: 0 0 0 20px;
    font: 14px calibri;
}

.nome-novo-usuario {
    font: 14px calibri;
}

/*Croppie*/
.croppie-container {
    width: 100%;
    height: 350px;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical, .croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after, .croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image, .croppie-container .cr-overlay, .croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: ranslateZ(0);
    transform: translateZ(0);
}

/*STYLING RANGE INPUT*/
.cr-slider {
    /*webkit-appearance: none;*/
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

/* Rotation Tools */
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: '↺';
}

.cr-rotate-r i:before {
    content: '↻';
}

#uploadimageModal {
    display: none;
    width: 360px;
    height: 450px;
    margin: 0 auto;
    background: #FFF;
    margin-top: 100px;
    border-radius: 10px;
}

.black_overlayPerfil {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

.headerPerfil {
    width: 100%;
    float: left;
    height: 30px;
    background: #666;
}

.close:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Relatório*/
.linhaRelatorio {
    width: 95%;
    padding: 2px 5px;
    font: 14px 'Roboto';
    background: #F2F2F2;
    float: left;
    margin: 2.5px 0 2.5px 2.5%;
}

.linhaRelatorioTotal {
    width: 95%;
    padding: 5px 5px;
    font: 14px 'Roboto';
    background: #000;
    float: left;
    margin: 5px 0 5px 2.5%;
    color: #FFF;
}

.nomeAlunoRelatorio {
    float: left;
}

.nomeAlunoRelatorio a, .dataAlunoRelatorio a {
    color: #000;
}

.nomeAlunoRelatorio a:hover, .dataAlunoRelatorio a:hover {
    text-decoration: underline;
}

.dataAlunoRelatorio {
    float: right;
}

/*Desativado*/
.fix-desativado {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #c4302b;
    color: #FFF;
    text-transform: uppercase;
    font: 14px 'Roboto';
    font-weight: 700;
}

/*Pagamento*/
.btn-novo-pgto {
    width: 40px;
    padding-top: 3px;
    height: 23px;
    background: #1FBE12;
    float: right;
    border: 0;
    font: 14px 'Roboto';
    color: #FFF;
    margin-right: 20px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    right: -14px;
    top: -41px;
}

.btn-novo-pgto:hover {
    cursor: pointer;
    background: #B3F8AD;
    transition: 0.5s;
}

.btn-novo-pgto:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.linhapgto {
    width: 98%;
    min-height: 50px;
    background: #FFF;
    margin-bottom: 5px;
    float: left;
    position: relative;
}

.editarpgto {
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #E4E4E4;
    cursor: pointer;
}

.editarpgto:hover {
    background: #B3F8AD;
    cursor: pointer;
}

.editar-pgto {
    height: 100%;
    width: 15px;
    margin-left: 2.5px;
    background: url(../img/icones/lapis.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

.conteudopgto50 {
    width: calc(50% - 20px);
    height: 20px;
    padding-top: 10px;
    float: left;
    text-align: center;
    font: 14px 'Roboto';
}

.conteudopgto50 p1 {
    font: 12px 'Roboto';
    color: #B2B2B2;
}

.conteudopgto100 {
    width: calc(100% - 20px);
    height: 20px;
    padding-top: 10px;
    float: left;
    text-align: center;
    font: 12px 'Roboto';
    margin-top: 10px;
    color: #B2B2B2;
}


/* css para form wizard*/

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar .step:before {
    font-family: FontAwesome;
    content: "\f054";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f183";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0fe";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.login-background{width:100%; height:100vh; display:flex; align-items:center; justify-content:center; background:url(../img/estrutura/background-landing.jpg); background-position:center; background-size:cover;}
.login{display:flex; background-color: rgba(0, 0, 0, 0.8); padding:30px 60px; position:relative; width:95%; max-width:400px;}
.login::before{content:""; position:absolute; bottom:-4px; left:0; width:100%; height:4px; background:linear-gradient(338deg, #4e3715, #ddc69d 41.07%, #a76402 76.05%);}

.login-logo{width:170px; height:80px; background:url(../img/estrutura/magold.png); background-position:center; background-size:cover; background-repeat:no-repeat; background-size:contain;}
.login-form-wrapper{width:100%; display:flex; justify-content:center; align-items:center; flex-direction:column;}
.login-form-wrapper span{color:#CDB587; font-weight:500; font-size:22px; margin:10px 0;}
.form-login-main input[type="email"], .form-login-main input[type="password"]{width:100%; background-color:#f7f7f7; margin:5px 0; padding:7px; color:#4f515b; border:0;}
.form-remember{margin-right:3px;}
.form-options{display:flex; font-size:12px; justify-content:space-between; align-items:center; margin:10px 0; padding:0 5px;}
.form-options label{display:flex; justify-content:space-between; align-items:center; color:#FFF;}
.form-options a{color:#FFF; transition: all 0.5s;}
.form-options a:hover{color:#CDB587;}
.form-login-main button{background:#C0A267; text-align:center; width:100%;  color:#FFF; padding:10px; cursor:pointer; transition:all 0.5s; border:0;}
.form-login-main button:hover{background:#CDB587;}
.invalid-login{font-size:12px; margin-top:5px; color:#FFF;}


/*header*/
.landing-header{width:100%; height:80px; position:fixed; top:0; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.landin-fixed-header{background:#000; box-shadow:0 0 3px rgba(0,0,0,0.2);}
.landin-fixed-header:before{content:""; position:absolute; bottom:0px; width:100%; left:0; height:5px; background:linear-gradient(338deg, #4e3715, #ddc69d 41.07%, #a76402 76.05%);}
.landing-container-header{width:calc(100% - 230px); position:absolute; left:0; max-width:1248px; display:flex; justify-content:space-between; align-items:center; margin:0 20px;}
.landing-header-logo{background:url(../img/estrutura/magold.png); width:60px; height:62px; background-position:center; background-size:cover; margin-bottom:5px;}
.landing-header-nav{color:#FFF; font-weight:bold;}
.landing-header-nav ul{display:flex; align-items:center; margin-bottom:2.5px}
.landing-header-nav li{display:inline-block; margin:0 7px; color:#FFF; transition:all 0.5s;}
.landing-header-nav li:hover{color:#D2B47E;}
.landing-login-btn{background:#D2B47E; text-transform:uppercase; position:absolute; top:0; right:0; font-weight:bold; display:flex; align-items:center; height:75px; transition:all 0.5s; padding:0 55px 0px 65px;}
.landing-login-btn:hover{background:#999;}
a .landing-login-btn{color:#FFF;}
.landing-login-btn span{background:#D2B47E; width:60px; height:50px; position:absolute; left:0; top:50%; border:5px solid #0c1421; border-radius:13px; transform: translate(-50%, -50%); display:flex; align-items:center; justify-content:center;}
@media(max-width:768px){
.landing-header-nav{display:none;}
}

/*banner*/
.landing-banner{width:100%; min-height:100vh; background:url(../img/estrutura/background-landing.jpg); display:flex; flex-wrap:wrap; background-position:center; display:flex;  justify-content:center; align-items:center;}
.landing-banner-col{width:50%; display:flex; flex-direction:column; padding:50px;}
.landing-banner-col h1{font-size:48px; font-weight:bold; text-transform:uppercase; line-height:1; text-shadow: 4px 4px 10px rgba(0,0,0,0.27); color:#FFF;}
.landing-banner-col span{color:#D2B47E;}
.landing-banner-col img{width:100%; object-fit:fill;}
.landing-app-btn{width:100%; margin-top:20px;}
.landing-app-btn img{width:170px; margin:0 10px 20px 0;}
/*after-banner*/
.landing-gray{width:100%; padding:70px 0; background:#F3F5FA; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.landing-gray h2{color:#333; font-size:42px; text-transform:uppercase; text-shadow: 4px 4px 10px rgba(0,0,0,0.27); text-align:center;}
@media(max-width:930px){
.landing-banner-col{width:100%; margin-top:50px; text-align:center;}
}

/*categories*/
.landing-title-info{width:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:50px 20px; text-align:center;}
.landing-title-info span{color:#D2B47E; font-weight:bold; margin-bottom:15px;}
.landing-title-info h2{color:#121212; font-weight:600; font-size:32px;  line-height:1.2;}


.landing-main-container{width:100%; max-width:1248px; margin:0 auto; padding:0 20px; display:flex; justify-content:space-between;  flex-wrap:wrap;}


/*funcionalidades*/
.landing-func-box{width:calc(50% - 10px); min-height:170px; padding:30px; margin:5px; box-shadow:0px 5px 24px 6px rgba(0,0,0,0.06); display:flex; align-items:center; cursor:pointer;}
.landing-func-box-icon{width:100px; height:100%; display:flex; align-items:center; justify-content:center;}
.landing-func-box-icon i{font-size:32px; color:#D2B47E; text-shadow: 4px 4px 10px rgba(0,0,0,0.27);}
.landing-func-box:hover{background: rgb(255,255,255); background: linear-gradient(172deg, rgba(255,255,255,1) 38%, rgba(210,180,126,0.2) 100%);}
.landing-func-box-description{display:flex; flex-direction:column; margin-left:30px;}
.landing-func-box-description h2{color:#D2B47E; font-weight:600; font-size:24px; }
.landing-func-box-description span{color:#121212; font-size:16px; text-align: justify;}
@media (max-width:698px){
.landing-func-box{width:90%; margin-left:5%;}
}

/*Video*/
.landing-main-video{width:100%; max-width:1248px; margin:0 auto; margin-top:100px; padding:0 20px; display:flex; justify-content:center; align-items:center; flex-direction:column;}
.landing-video{padding:30px; width:70%; height:70vh; box-shadow:0px 5px 24px 6px rgba(0,0,0,0.06); display:flex; align-items:center; justify-content:center; margin:20px 0; box-shadow: 0 0.375rem 1.5rem 0 rgba(140,152,164,.125);}
.landing-title-video{width:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:0 20px; margin-bottom:15px; text-align:center;}
.landing-title-video span{color:#D2B47E; font-weight:bold; margin-bottom:10px;}
.landing-title-video h2{color:#121212; font-weight:600; font-size:32px;  line-height:1.2;}
@media (max-width:768px){
	.landing-video{width:100%; height:35vh;}
}

/*Planos*/
.landing-gray-planos{width:100%; padding:40px 0; background:#F3F5FA; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.landing-title-planos{width:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:0 20px; margin-bottom:15px; text-align:center;}
.landing-title-planos span{color:#D2B47E; font-weight:bold; margin-bottom:10px;}
.landing-title-planos h2{color:#121212; font-weight:600; font-size:32px;  line-height:1.2; text-align:center;}
.landing-title-planos h3{color:#666; font-weight:600; font-size:24px;  line-height:1.2; text-align:center;}

.landing-line-planos{width:100%; display:flex; align-items:center; justify-content:center; cursor:pointer;}
.landing-planos-select{background:#FFF; display:flex; border-radius:50px; padding:10px; gap:10px; color:#677788;}
.landing-btn-plano{padding:10px 15px; border-radius:30px; display:flex; align-items:center; justify-content:center;}
.landing-plano-select{background:#F3F5FA; box-shadow:0 0.1875rem 0.375rem 0 rgba(140,152,164,.25);}


.landing-content{width:100%; display:none; padding:20px; background:#FFF; transition:opacity 0.5s; margin:40px 0;  flex-direction:column;}
.active.landing-content{display:flex;  flex-direction:column; flex-wrap:wrap;}
.planos-wrapper{width:25%; display:flex; flex-direction:column; border:2px solid #F3F5FA;}
.planos-wrapper-content{display:flex; justify-content:center; flex-wrap:wrap;}
.description-plano-landing{width:100%; display:flex;  justify-content:center; font-size:22px; padding:15px 0;  font-weight:bold; text-transform:uppercase;}
.description-plano-landing p{color:#D2B47E;}
.header-plano-landing{width:100%; display:flex; align-items:center; justify-content:center; background:#D2B47E; color:#FFF; font-weight:bold; font-size:22px; padding:25px 0;}
.conteudo-plano-landing{width:100%; display:flex; flex-direction:column; align-items:center; margin-bottom:20px;}
.conteudo-plano-landing a{width:90%;}

.conteudo-plano-landing > h2{font-size:22px; font-weight:bold; padding:20px 0;}
.conteudo-plano-landing > p{font-size:16px; color:#677788; padding:5px 0;}
.conteudo-plano-landing i{font-size:16px; color:green; margin-right:5px;}
.conteudo-plano-landing a{text-decoration:none;}
.contratar-plano-landing{width:100%; text-align:center; background:#377DFF; color:#FFF; padding:10px 0; border-radius:5px; margin-top:20px; transition: all 0.5s;}
.contratar-plano-landing:hover{background:#999;}
@media (min-width:653px) and (max-width:998px){
.planos-wrapper{width:45%; margin-bottom:20px;}
}
@media (max-width:652px){
.planos-wrapper{width:90%; margin-bottom:20px;}
}

.whatsapp-landing{width:55px; height:55px; position:fixed; right:20px; bottom:20px; background:#52C13A; color:#FFF; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; transition: all 0.5s; box-shadow:0 0.1875rem 0.375rem 0 rgba(140,152,164,.25);}
.whatsapp-landing:hover{background:#2C6B1E; cursor:pointer;}

.rodape-landing{width:100%; background:#F3F5FA; padding:30px; text-align:center; font-size:14px; color:#999;}
