@charset 'UTF-8';
@font-face {
    font-family: 'Edo' ;
    src: url('  /fontes/edosz.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* ----------- paleta ------------------
 #F28E13 #F27F1B #BF6415 #F2F2F2 #262626
----------------------------------------*/

/* ------ seletores  -----*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    background-image: linear-gradient(to right, #fff, #f1f1f1);
}

main {
    min-width: 280px;
    max-width: 1920px;
    margin: auto;
}

h1 {
    display: block;
    font-weight: 300;
    color: #BF6415; 
    margin-block-start: 0.67em;
    margin-block-end: 0.77em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    color: #262626  ;
}

h5 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
}

a {
    text-decoration: none;
}

a:hover {
    color: #262626;
}

ul {
    list-style-type: none;
}

mark {
    background-color: #FFF888;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px ;
}   

/* ------ classes bootstrap ---------*/

.navbar .navbar-toggler-icon {
    background-color: #F28E13;
}

.index {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin:  auto;
}

.dropdown-item {
    font-size: 1.1em;
}

.dropdown-divider {
     border: 1px solid rgba(0,0,0,0.10);
}

.table thead {
    background-color: #F28E13;
    color:  #FFF;
}

.btn {
    font-weight: 500;
    border-radius: 25px;
}

.btn-lg {
    background-color:  #F27F1B ;
    color:  #FFF;
    font-size: 1em;
    min-width: 13em;
    border-radius: 20px;
}

.btn-opcao {
    background-color:  #FFF ;
    color:  #000;
    font-size: 1rem;
    width: 150px;
    border:  1px solid #000 ;
    border-radius: 20px;
    margin-right: 10px;
}

.btn-lg:hover {
    background-color:  #BF6415 ;
}


.select2-container .select2-selection--single {
    height: 40px !important;
    border: 1px solid #333;
    background-color: #FFF;
    border-radius: 5px;
    text-align: left;
}

.nav-item {
    border-right:  1px solid #c3c3c3;
    border-bottom-right-radius: 10px;
}


/* ------ minhas classes --------*/


.display-5 {
    font-size: 1.4rem;
    font-weight: 400;
}

.titulo_tela {
    font-size: 2.1rem;
    font-weight: 300;
    color: #BF6415;
    background-color: #F2F2F2 ;
}

.perfil_nome {
    font-weight: 400;
    font-style: italic;
    color:  #FFF;
    font-size: 1.2em;
}

.rede_social a {
    color:  #262626;
}

.rede_social a:hover {
    color:  #F2F2F2;
}

.topo {
    position: fixed;
    bottom: 2rem;
    right: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #F28E13;
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    font-size:  1.2em;
    border:  1px solid #F28E13;
}

.topo:hover {    
    background-color: #F28E13;
}


.menu {
    background-image: linear-gradient(to right, #F28E13, #F27F1B);
    /*border-bottom: 1px solid rgba(0,0,0,0.25);*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.menu_index {
    background-image: linear-gradient(to right, #F28E13, #F27F1B);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: fixed; 
    height: auto;   
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #BF6415;
    z-index: 1000;
}


.menu_principal {
    background-color: #F28E13;
    border-bottom: 0.5px solid #F2F2F2;
}

.menu_secundario {
    background-color: #F28E13;
}

.menu_secundario h2 {
    color:  #000;
    font-weight: 400;
}

.menu_icone {
    color:  #000;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 20px;
    padding:  5px 20px 5px 20px;
}

.menu_icone:hover {
    color:  #F1F1F1;
}

.menuItem {
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    color: #000;
}

.menuItem:hover {
    color:  #FFF;
    text-decoration: none;
}

.menuIndex {
    background-color: #F28E13;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom:  1px solid #F2F2F2;
}

.menuIndexItem {
    font-weight: 400;
    text-decoration: none;
    margin-right: 20px;
    color: #262626;
}

.menuIndexItem:hover {
    color:  #F2F2F2;
    text-decoration: none;
}

.login {
    border: 1px solid #FFF;
    border-radius: 10px;
    background-color: #FFF;
    color: #262626;
    box-shadow: 3px 3px 3px rgba(26, 26, 26, 0.4);
}


.tarja_painel {
    background-color: #fFB119;
    padding: 10px;
    color:  black;
}

.input-group-text {
    background-color: #FCFCFC   ;
    color:  #000;
    font-style: italic;
}

.solicitar_senha a {
    color:  #262626;
}

.solicitar_senha a:hover {
    color:  #F28E13;
    text-decoration: none;  
}

.destaques {
    background-image: linear-gradient(to bottom, #F2F2F2 70%, #FFF );
    color: #BF6415;
}

.legenda {
    color: #BF6415;
}

.card_pesquisar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #F2F2F2;
    border:  0.3px solid #C3C3C3;
}

.card_painel  {
    background-image: linear-gradient(to bottom right, var(--cor_7), white);
    border-radius: 10px;
    width: auto;
    min-height: 80px;
    justify-content: center;
}

.card_painel h1 {
    text-align: center;
    color: white;
    font-weight: 200;
    font-size: 2rem;
}

.card_painel h3 {
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 1.1rem;
}

.card_resultado {
    background-color: #fff;
    color: #262626;
    padding-top: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.card_principal {
    padding-top:  30px;
    padding-bottom: 30px;
    height: 250px;
    color:  #F28E13;
    background-color: #000;
}

.card_secundario {
    padding-top:  30px;
    padding-bottom: 30px;
    height: 250px;
    width: 300px;
    margin-left: 20px;
}

.card_video {
    width: 20rem;
    padding: 10px;
}

.card_video p {
    font-size:  0.8em;
}

.icone {
    color: #F28E13 ;
}

.logo {
    color:  #000;
}

.datepicker,.table-condensed {
    width: 15vw;
    color:  #000;
}

.titulo_video {
    color:  #262626;
    font-weight: 400;
}

.form_pesquisa {
    background-color: #f2f2f2;
    padding: 10px;
}

.form-control {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 5px;
}

.navbar-text {
    color: #000;
    font-weight: 500;
}

.navbar-text:hover {
    text-decoration: none;
}
.opcoes {
    background-color: white;
}

.btn_opcao {
    height: auto;
    width: 200px;
    border-radius: 20px;
    border:  1px solid black ;
    background-color: white;
    color: black;
    font-weight: 400;
    font-size: 1rem;
    text-shadow: #F2f2f2 0.2px 0.2px 0.3px;
    box-shadow:  0px 0px 4px rgba(100,100,100,0.5);
}

.footer {
    background-color: #F27F1B;
    color:  #FFF;
    bottom: 0;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color:  #262626;
}

.compromisso {
    background-color: #F28E13;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.compromisso a {
    color: #fff;
    text-decoration: none;
}

.foto_usuario {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.nav_foto {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: -4px 3px 52px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 3px 52px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 3px 52px 0px rgba(0,0,0,0.75);
}

.mensagem {
    color: #262626;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.resultado {
    color:  #262626;
}

.resultado:hover {
    color:  #262626;
    background-color: #FFC107;
}

.dropdown-menu {
    background-color: #fcfcfc;
}

.item_cabecalho {
    color:  #262626;
}

.item_cabecalho:hover {
    color:  #F2F2F2;
}

.grafico {
    display:  inline-block;
}
    
p.link{ text-align:center;clear:both }
    
.app_imagem {
    transform: rotate(20deg);
}

.app {
    background-image: linear-gradient(to top, #F2F2F2 70%, #FFF );
}
   
.app span {
    color: #262626; 
}

.tarja_privacidade {
    width: 100vw;
    position: fixed;
    bottom: 20px;
    z-index:999999; /* posicionando sobre os demais */
}

.tarja_divisao {
    background-color:#0066CC; /* cor de fundo */
    color:  #f2f2f2;
    padding:10px;
}

.tarja_privacidade a {
    color:  #f2f2f2;
    font-weight: 600;
}

.tarja_privacidade a:hover {
    color:  #F27F1B;
    text-decoration: none;
}

/* -----  meus id ------------- */

#index_titulo {
    font-family: 'Edo', sans-serif;
    color:  #FFF;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

#index_detalhe {
    color:  #FFF;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

#div_tutorial {
    overflow-y: auto;
    height: 100vh;
}

/* ----------------------- */

@media (max-width: 575.98px) { 

   * {
        box-sizing: border-box;
    }

    /* ----- seletores -----*/

    body{
        font-size: 0.7rem ;
    }

    h1 {
        text-align: center;
        display: block;
        font-size: 1rem;
        margin: 0px;
        padding: 0px;
    }

    h2 {
        text-align: center;
        font-size: 1rem;
    }

    h3 {
        text-align: center;
        font-size: 0.8rem;
    }

    h4 {
        text-align: center;
        font-size: 0.7rem;
    }

    h5 {
        font-size: 0.7rem;
    }

    /* ---- visualizaçao inibida ------ */

    .destaques {
        display: none;
    }


    #index_titulo {
        display:  none;
    }

    #index_detalhe {
        display:  none;
    }

    .visao_desktop {
        display: none;
    }

    .rede_social {
        display: none;
    }

    .titulo_mobile {
        display: none;
    }

    .componentes {
        display: none;
    }

    .funcoes {
        display:  none;
    }

    .perfilPainelNome {
        display:  none;
    }

    /* ----- classes bootstrap ---- */

    .display-2 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 1rem;
    }

    .display-5 {
        font-size: 0.9rem;
    }

    .nav-link {
        font-size: 0.8rem !important;
        font-weight: 400;
        color:  black;
        font-style: italic;
    }

    .navbar-text  {
        font-size: 1rem;
        text-align: center;
    }

    .item_cabecalho {
        font-size: 0.8rem;
    }

    .table {
        font-size: 0.8rem;
    }

    .form-control {
        font-size:  0.8rem;
        height: 35px;
    }

    .btn {
        font-size: 0.7rem;
        min-width: 10px;
    }

    .btn-lg {
        font-size: 0.6rem;
        font-weight: 400;
        width: 15em !important;
    }

    .dropdown-item {
        font-size: 0.6em;
    }

    /* ----- minhas classes ---- */


    .banner {
        background-image: none;
        color:  #F28E13;
        margin-top: 70px;
    }


    .login {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        box-shadow: none;
        background-color: #F2F2F2;
    }

    .erro {
        color:  #262626;
    }

    .btn_opcao {
        height: auto;
        width: 120px;
        border-radius: 20px;
        border:  0.8px solid var(--cor_4) ;
        font-size: 0.7rem;
        margin-top: 5px;
        padding-top:  8px;
        padding-bottom: 8px;
    }

    .btn_responsivo {
        margin-top:  10px;
    }

    .input-group-text {
        font-size: 0.5rem;
    }

    .titulo_tela {
        font-size: 1rem;
    }

    .solicitar_senha a {
        color:  #F28E13;
    }

    .solicitar_senha a:hover {
        color:  #262626;
        text-decoration: none;  
    }

    .app {
        margin-top: 10px;
    }

    .app h2 {
        font-size: 1.2em;
    }

    .app span {
        font-size: 0.7em;
    }

    .app_imagem {
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.8em;
    }


    .cabecalho_painel {
        margin-top: 330px;
    }

    .cabecalho_corpo {
        margin-top: 250px;
    }

    .nav_logo {
        display: none ;
    }

    .navbar-brand {
        display:  none;
    }

    .nav_foto {
        display:  none;
    }

    .nav_foto {
        display: none;
    }

    .btn_responsivo {
        margin-top:  10px;
    }

    .logo {
        font-size: 0.6rem;
    }

    .menu_secundario a {
        font-size: 0.7rem;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 0.7rem;
    }

    .menu_icone {
        border:  none;
        display: inline;
    }

    .topo {
        bottom: 1.5rem;
        right: 15px;
        font-size: 1.3em;
        text-align: center;
        max-width: 35px ;
        max-height: 35px ;
        border-radius: 17.5px;
    }

    .registro {
        margin-top: 130px;
    }

    .legenda h4 {
        font-size: 1em;
    }

    .card_resultado {
        font-size: 0.8em;
        font-weight: bold;
        width: 100px;
        background-color: #fff;
        color: #262626;
        padding-top: 10px;
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .card_resultado a {
        font-size: 1em; 
    }


    .card_resultado i {
        display:  none  ;
    }

    .resultado {
        font-size: 0.6em;
        margin-bottom: 10px;
        font-weight: 400;
        font-style: italic;
    }

    .compromisso {
        font-size: 0.8em;
        max-width: 25%;
    }

    .mensagem { 
        font-size: 0.8em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 1em;
    }

    .grafico {
        display:  none;
    }

    .selecao {
        font-size: 0.5em;
    }

    /* ---- meus id ----- */

    #div_tutorial {
        margin-top: 0;
    }

    #itens #tabela_itens td {
        display:  block;
        width: 80%;
        margin:  auto;
    }

    #formas_pagamento #tabela_forma_pagamento td {
        display:  block;
        width: 80%;
        margin:  auto;
    }

     #parcelas #tabela_parcelas td {
        display:  block;
        width: 80%;
        margin:  auto;
    }

 }

 /* ====================== */

 @media (min-width: 576px) and (max-width: 797.98px) { 

    /* ---- seletores ------ */

    body{
        font-size: 0.8em ;
    }

    h1 {
        text-align: center;
        font-size: 1.4em;
    }

    h2 {
        text-align: center;
        font-size: 1em;
    }

     h5 {
        font-size: 0.9em;
    }

    /* ---- visualizaçao inibida ------ */


    .destaques {
        display: none;
    }

    .banner {
        display: none;
    }

    #index_titulo {
        display:  none;
    }

    #index_detalhe {
        display:  none;
    }

    .visao_desktop {
        display: none;
    }

    /* ----- classes bootstrap ---- */

    .form-control {
        font-size: 0.8em;
    }

    .table {
        font-size: 0.7em;
    }

    .navbar-text {
        font-size: 1.4em;
    }

    .display-4 {
        font-size: 2em;
    }

    /* ----- minhas classes ---- */

    .banner {

        background-image: none;
        color:  #F28E13;
        margin-top: 70px;
    }

    .rede_social {
        margin-right: 0px;
        font-size:  0.6em;
    }

    .login {
        padding:  25px;
        margin-left: 20px;
        margin-right: 20px;
        box-shadow: none;
        font-size: 1rem;
    }

    .app {
        margin-top: 30px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app span {
        font-size: 0.7em;
    }

    .app_imagem {
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.9em;
    }

    .erro {
        color:  #262626;
    }

    .solicitar_senha a {
        color:  #F28E13;
    }

    .solicitar_senha a:hover {
        color:  #262626;
        text-decoration: none;  
    }

    .footer-copyright {
        text-align: center;
    }

    .btn {
        font-size: 0.7em;
    }

    .btn_responsivo {
        margin-top:  10px;
    }

    .logo {
        font-size: 1.3em;
    }

    .registro {
        margin-top: 130px;
    }

    .legenda h4 {
        font-size: 1.2em;
    }

    .perfilPainelNome {
        display:  none;
    }

    .nav_foto {
        display: none;
    }

    .card_resultado {
        font-size: 0.7em;
        margin-top: 10px;
        margin-top:  5px;
    }

    .card_resultado h5 {
        font-size: 0.6em;
    }

    .compromisso {
        font-size: 0.9em;
        max-width: 25%;
    }

    .mensagem { 
        font-size: 0.8em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 1.1em;
    }

    .resultado {
        font-size: 0.7em;
        margin-bottom: 10px;
        font-weight: 400;
        font-style: italic;
    }

    #div_tutorial {
        margin-top: 0;
    }


    /* ---- meus id ----- */

    .dropdown-item {
        font-size: 0.7em;
    }

 }

 /* =========================*/

 @media (min-width: 768px) and (max-width: 991.98px) { 

    /* ---- seletores ------ */

    body{
        font-size: 0.9em ;
    }

    h1 {
        text-align: center;
        font-size: 1.5em;
    }

    h2 {
        text-align: center;
        font-size: 1.1em;
    }


    h4 {
        font-size: 1em;
    }

     h5 {
        font-size: 1em;
    }

    /* ---- visualizaçao inibida ------ */

    .destaques {
        display: none;
    }

    .cabecalho {
        margin-top: 170px;
    }

    .cabecalho_corpo {
        margin-top: 230px;
    }

    .banner {
        display: none;
    }

    #index_titulo {
        display:  none;
    }

    #index_detalhe {
        display:  none;
    }

    .visao_desktop {
        display: none;
    }

    /* ----- classes bootstrap ---- */

    .form-control {
        font-size:  0.9em;
    }

    .table {
        font-size: 0.8em;
    }

    .display-4 {
        font-size: 2em;
    }

    .navbar-text {
        font-size: 1.3em;
    }

    /* ----- minhas classes ---- */

    .rede_social {
        margin-right: 80px;
        font-size:  0.8em;
    }

    .login {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1em;
    }

    .app {
        margin-top: 30px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app span {
        font-size: 0.7em;
    }

    .app_imagem {
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.9em;
    }

    .erro {
        color:  #262626;
    }

    .solicitar_senha a {
        color:  #F28E13;
    }

    .solicitar_senha a:hover {
        color:  #262626;
        text-decoration: none;  
    }

    .footer-copyright {
        text-align: center;
    }

    .btn {
        font-size: 0.7em;
    }

    .btn_responsivo {
        margin-top:  0;
    }

    .logo {
        font-size: 2em;
    }

    .perfilPainelNome {
        display:  none;
    }

    .nav_foto {
        display: none;
    }

    .registro {
        margin-top: 130px;
    }

    .card_resultado {
        font-size: 0.7em;
        width: 100px;
    }

    .card_resultado h5 {
        font-size: 0.7em;
    }

    .compromisso {
        font-size: 0.80em;
        max-width: 25%;
    }

    .mensagem { 
        font-size: 0.8em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 1.3em;
    }

    .resultado {
        font-size: 0.8em;
        font-weight: 400;
        font-style: italic;
    }

    .dropdown-item {
        font-size: 0.8em;
    }

    /* ---- meus id ----- */

    #div_tutorial {
        margin-top: 0;
    }

 }

 /* ===================== */    

 @media (min-width: 992px) and (max-width: 1199.98px) { 

    /* ---- seletores ------ */

    body{
        font-size: 0.9em ;
    }

    h1 {
        text-align: center;
        font-size: 1.5em;
    }

    h2 {
        text-align: center;
        font-size: 1.1em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 1em;
    }


    /* ----- classes bootstrap ---- */

    .form-control {
        font-size:  0.9em;
    }

    .table {
        font-size: 0.9em;
    }

    .navbar-nav {
        font-size:  0.9em;
    }

    .navbar-text {
        font-size: 1.1em;
    }

    .nav_foto {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .display-4 {
        font-size: 2em;
    }

    .display-5 {
        font-size: 1.1em;
    }

    /* ----- minhas classes ---- */

    .visao_mobile {
        display:  none;
    }

    .banner {
        background-image: linear-gradient(40deg, #F28E13 50%, #F2F2F2);
    }

    .rede_social {
        margin-right: 80px;
        font-size:  0.8em;
    }

    .login {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1em;
    }

    .cabecalho {
        margin-top: 150px;
    }

    .cabecalho_corpo {
        margin-top: 180px;
    }

    .destaques {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 1em;
    }

    .app {
        margin-top: 30px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app span {
        font-size: 0.7em;
    }

    .app_imagem {
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.9em;
    }

    .erro {
        color:  #262626;
    }

    .solicitar_senha a {
        color:  #F28E13;
    }

    .solicitar_senha a:hover {
        color:  #262626;
        text-decoration: none;  
    }

    .footer-copyright {
        text-align: center;
    }

    .btn {
        font-size: 0.9em;
    }

    .btn_responsivo {
        margin-top:  0;
    }

    .logo {
        font-size: 1.7em;
    }

    .perfilPainelNome {
        display:  none;
    }

    .registro {
        margin-top: 150px;
    }

    .card_resultado {
        font-size: 0.8em;
    }

    .card_resultado h5 {
        font-size: 0.9em;
    }

    .compromisso {
        font-size: 0.9em;
        max-width: 25%;
    }

    .mensagem { 
        font-size: 0.9em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 1em;
    }

    .resultado {
        font-size: 0.8em;
        font-weight: 400;
        font-style: italic;
    }

    .dropdown-item {
        font-size: 0.8em;
    }

    .datepicker {
        font-size: 0.8rem;
    }

    /* ---- meus id ----- */

    #div_tutorial {
        margin-top: 0;
    }

    #index_titulo {
        font-size: 5em;
    }

    #index_detalhe {
        font-size: 1.5em;
    }

 }

 /* ===================== */    

@media (min-width: 1200px) and (max-width: 1365.98px) { 

    /* ---- seletores ------ */

    body {
        font-size: 1em;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 1em;
    }

    /* ----- classes bootstrap ---- */

    .form-control {
        font-size: 0.9em;
    }

    .table {
        font-size: 1em;
    }

    .navbar-text {
        font-size: 1em;
    }

    .display-4 {
        font-size: 2.2em;
    }

    /* ----- minhas classes ---- */

    .visao_mobile {
        display:  none;
    }

    .banner {
        background-image: linear-gradient(40deg, #F28E13 50%, #F2F2F2);
    }

    .rede_social {
        margin-right: 150px;
        font-size:  1em;
    }

    .login {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .destaques {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        font-size: 1rem;
    }

     .menu_icone {
        font-size: 0.8em;
        width: 180px;
    }

    .cabecalho {
        margin-top: 170px;
    }

    .cabecalho_corpo {
        margin-top: 230px;
    }

    .app {
        margin-top: 30px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app span {
        font-size: 0.7em;
    }

    .app_imagem {
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1em;
    }

    .solicitar_senha a {
        font-size:  0.8em;
    }

    .solicitar_senha a:hover {
        text-decoration: none;
    }

    .registro {
        margin-top: 160px;
    }

    .btn_responsivo{
        margin-top:  0;
    }

    .logo {
        font-size: 1.7em;
        margin-left: 80px;
    }

    .perfilPainelNome {
        display: inline;
        color: #fff;
        font-weight: 400;
        font-size: 1em;
        margin-left: 15px;
    }

    .nav_foto {
        display: inline;
    }

    .compromisso {
        font-size: 1em;
        max-width: 100%;
    }

    .mensagem { 
        font-size: 0.9em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 0;
        font-size: 0.9em;
    }

    .resultado {
        font-size: 1em;
        margin-bottom: 0;
        font-weight: 400;
        font-style: italic;
    }

    .dropdown-item {
        font-size: 0.9em;
    }

    .datepicker {
        font-size: 0.8rem;
    }


    /* ---- meus id ----- */

    #div_tutorial {
        margin-top: 0;
    }

    #index_titulo {
        font-size: 5em;
    }

    #index_detalhe {
        font-size: 1.5em;
    }
}

/* ====================== */

@media only screen and (min-width: 1366px) and (max-width: 1366.98px) {

    /* -------- seletores ----------*/

    body {
        font-size: 1em;
    }

    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.1em;
    }

    small {
        font-size: 0.6em;
    }

    p {
        font-size: 1em;
    }

    /* ------- classes bootstrap ---- */

    .form-control {
        font-size:  0.9em;
    }

    .table {
        font-size: 1em;
    }

    .dropdown-item {
        font-size: 1em;
    }

    .navbar-text {
        font-size: 1em;
    }

    .display-4 {
        font-size: 1.7em;
    }

    .display-5 {
        font-size: 1.3em;
    }

    /* ------- minhas classes ---------*/

    .visao_mobile {
        display: none;
    }

    .banner {
        background-image: linear-gradient(40deg, #F28E13 50%, #F2F2F2);
    }

    .rede_social {
        margin-right: 150px;
        font-size:  0.7em;
    }

    .login {
        margin-top: 70px;
        margin-bottom: 70px;
        padding: 20px;
    }

    .destaques {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 1em;
    }

    .solicitar_senha a {
        font-size: 0.8em;
    }

    .menu_icone {
        width: 150px;
    }

    .cabecalho {
        margin-top: 170px;
    }

    .cabecalho_painel {
        margin-top: 300px;
    }

    .cabecalho_corpo {
        margin-top: 230px;
    }

    .footer {
        font-size: 1em;
    }

    .titulo_tela {
        font-size: 1.3em;
    }


    .btn_responsivo{
        margin-top:  0;
    }

    .logo {
        font-size: 1.7em;
        margin-left: 80px;
    }

    .perfilPainelNome {
        display: inline;
        color: #fff;
        font-weight: 400;
        font-size: 0.9em;
        margin-left: 15px;
    }

    .nav_foto {
        display: inline;
    }

    .compromisso {
        font-size: 0.9em;
        max-width: 100%;
    }

    .mensagem { 
        font-size: 0.9em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 0;
        font-size: 1em;
    }

    .resultado {
        font-size: 1em;
        margin-bottom: 0;
        font-weight: 400;
        font-style: italic;
    }

    .app h2 {
        font-size: 2em;
    }

    .app span {
        font-size: 0.6em;
    }

    .tarja_divisao {
      font-size: 0.8em;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1rem;
    }

    .datepicker {
        font-size: 0.8rem;
    }

    /* ------- meus id -------*/

    #div_tutorial {
        margin-top: 0;
    }

    #index_titulo {
        font-size: 7em;
    }

    #index_detalhe {
        font-size: 1.8em;
    }

}

/* ====================================*/

@media (min-width: 1367px)  { 

    /* -------- seletores ----------*/

    body {
        font-size: 1.1em;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.3em;
    }

    h5 {
        font-size: 1.2em;
    }

    /* ------- classes bootstrap ---- */

    .navbar-text {
        font-size: 1.4em;
    }

    .form-control {
        font-size:  1em;
    }

    .table {
        font-size: 1em;
    }

    .dropdown-item {
        font-size: 1.2em;
    }

    .btn-lg {
        width: 15em !important;
    }

    .display-4 {
         font-size: 2em;
    }

    .display-5 {
        font-size: 1.5em;
    }

    /* ------- minhas classes ---------*/

    .visao_mobile {
        display:  none;
    }

    .banner {
        background-image: linear-gradient(40deg, #F28E13 50%, #F2F2F2);
    }

    .logo {
        font-size: 2em;
        margin-left: 80px;
    }

    .nav_foto {
        display: inline;
    }

    .rede_social {
        margin-right: 150px;
        font-size: 1em;
    }

    .login {
        margin-top: 100px;
        margin-bottom: 80px;
        padding: 50px;
    }

    .destaques {
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center;
        font-style: italic;
    }

    .btn_responsivo{
        margin-top:  0;
    }

    .menu_icone {
        width: 180px;
    }

    .cabecalho {
        margin-top: 170px;
    }

    .cabecalho_painel {
        margin-top: 350px;
    }

    .cabecalho_corpo {
        margin-top: 250px;
    }

    .perfilPainelNome {
        display: inline;
        color: #fff;
        font-weight: 400;
        font-size: 1.1em;
        margin-left: 15px;
    }

    .compromisso {
        font-size: 1.1em;
        max-width: 100%;
    }

    .mensagem { 
        font-size: 1.1em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 0;
        font-size: 1.1em;
    }

    .resultado {
        font-size: 1.1em;
        margin-bottom: 0;
        font-weight: 400;
        font-style: italic;
    }

    .card_resultado {
        width: 180px;
    }
   

    .app h2 {
        font-size: 3.5em;
    }
   
    .app span {
        font-size: 0.9em;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .datepicker {
        font-size: 1rem;
    }

    .datepicker, .table-condensed {
        width: 11vw;
    }

    /* ------- meus id --------*/

    #index_titulo {
        font-size: 10em;
    }

    #index_detalhe {
        font-size: 2.5em;
    }

    #div_tutorial {
        margin-top: 0;
    }

}

