@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;600&family=Fredoka+One&display=swap');

/* ------ paleta */
/* #9300D1 #B444E3 #9B00DE #4B1C5E #7800AB  #fffff9*/

/* ------- seletores  --------*/

body {
    font-family: "Helvetica", Open Sans, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

main {
    min-width: 280px;
    max-width: 1920px;
    margin: auto;
}


h1 {
    display: block;
    font-weight: 300;
    color:  #4B1C5E;
}

h2 {
    display: block;
    font-weight: 300;
    color: #4B1C5E;
}

h3 {
    display: block;
    font-weight: 300;
    color: #4B1C5E;
}

h4 {
    display: block;
    color: #4B1C5E;
    font-weight: 300;
}

h5 {
    display: block;
    color: #4B1C5E;
    font-weight: 300;
}

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

a:hover {
    color: orange;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

mark {
    background-color: #FFF888;
}   

/* ------- classes bootstrap -----------*/

.display-2 {
    color: #FFF;
    text-shadow: #000 2px 2px 2px;
    font-family: 'Baloo Bhaina 2', 'Open Sans', sans-serif;
}

.display-5 {
    color:  #7800AB;
    font-size: 2em;
    font-weight: 300;
}

.display-4 {
    color:  #000;
    font-weight: 300;
}

.navbar-text {
    color: #fff;
    font-size: 1.8em;
    font-style: italic;
    font-weight: 400;
}

.navbar .navbar-toggler-icon {
    background-color: #fff;
}

.form-control {
    border: 1px solid #4B1C5E;
    background-color: #fffff9;
    border-radius: 5px;
}

.page-link {
    background-color: #fffff9;
    color: #000;
    width: auto;
}

.list-group-item {
    font-size: 1.3em;
}

.dropdown-menu {
    background-color: #fffff9;
    border:  1px solid #4B1C5E;
    padding: 10px;
}

.dropdown-item {
    color:  #000;
    font-weight: 600;
}

.dropdown-item:hover {
    background-color: #fff999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-divider {
     border: 1px solid rgba(0,0,0,0.10);
}

.table  thead {
    background-color: #9300d1;
    color:  #fff;
}

.btn {
    border-radius: 5px;
}

.btn-lg {
    background-color: #4B1C5E;
    color: #fff;
    border: 1px solid #fff;
}



.btn-lg:hover {
    background-color: #B444E3;
}

.btn-sm {
    min-width: 70px;
}

.modal {
    z-index: 3000;
    top: 25vh;
}

.badge {
    font-size: 1em;
    font-weight: 400;
    color: #FFF;
    width: 10em;
    height: 1.8em;
    background-image: linear-gradient(to bottom right, #9300d1  , #B444E3);
}

.badge:hover {
    color:  #E6E230;
}

.input-group-text {
    background-color: #f9f9f9;
    font-style: italic;
    font-size: 1em;
}

/* --------- classes customizadas -------- */


.index {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin:  auto;
}

.titulo_tela {
    background-color: #f9f9f9 ;
    border-bottom: 0.1px solid #B949E3;
}

.titulo_tela span {
    font-size: 1.8rem;
    font-weight: 300;
    color: #9300d1;
}

.google-visualization-table-td {
    text-align: center !important
}

.select2-container .select2-selection--single {
    height: 35px !important;
    border: 1px solid #CD171E;
    background-color: #fffff9;
    border-radius: 3px;
}

.topo {
    position: fixed;
    bottom: 2em;
    right: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #9300d1;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: none;
}

.topo:hover {    
    background-color: #B444E3;
}

.datepicker {
    color: #9300d1;
    font-size: 1em;
}


.rede_social a {
    color:  #fff;
}

.rede_social a:hover {
    color:  #E6E230;
}

.menu_index {
    background-image: linear-gradient(to bottom right, #7800AB  , #9300d1);
    position: fixed; 
    height: auto;   
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.menu {
    position: fixed; 
    height: auto;   
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    background-color: #9300d1;
}

.menu_principal {
    border-bottom: 0.5px solid #FFF;
}

.menu_secundario {
    padding-left: 50px;
   
}

.menu_secundario h2 {
    color:  #FFF;
    font-weight: 500;
}

.menuItem {
    font-weight: 400;
    text-decoration: none;
    margin-right: 20px;
    color: #ffffff;
}

.menuItem:hover {
    color:  #E6E230;
    text-decoration: none;
}

.menu_icone {
    color:  #FFF;
    border: 0.5px solid #F2F2F2;
    padding:  5px 20px 5px 20px;
    
}

.menu_icone:hover {
    color:  #E6E230;
    display: block;
}

.logo {
    color:  #FFF;
    text-shadow: #262626 0.5px 0.5px 0.5px;
}

.nav_logo {
    width: 65px;
    height: 65px;
    border-radius: 32.5px;
    box-shadow: -4px 3px 52px 0px rgba(255,255,255,0.50);
}

.nav_foto {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    box-shadow: -4px 3px 52px 0px rgba(255,255,255,0.50);
}

.foto_cliente {
    width: 150px;
    height: 150px;
    border-radius: 75px;
}

.logo_empresa {
    width: 150px;
    height: 150px;
    border-radius: 75px;
}

.banner {
    background-image: linear-gradient(to bottom, #9300D1 70%, #B444E3);
}

.login {
    color:  #4B1C5E;
    background-color: #FFF;
    border-radius: 10px;
}

.destaques h3, h4 {
    color:  #4B1C5E;
    text-align: center;
    font-weight: 500;
}   

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

.acoes {
    background-image: linear-gradient(to top, #9300D1 5%, #B444E3);
}

.display_index {
    color:  #FFF;
    font-weight: 300;
    font-style: italic;
   
}

.app_imagem {
    transform: rotate(20deg);
}

.footer {
   background-image: linear-gradient(to top right, #7800AB  , #9300d1);
   color: #FFF;
}

.opcoes, .opcoes_cliente {
    background-color: #f9f9f9;
}

/* botoes */

.btn_opcao {
    height: auto;
    border-radius: 5px;
    border:  1px solid #B444E3 ;
    background-color: #FFF;
    color: #4B1C5E;
    font-weight: 400;
    font-size: 1.2em;
    min-width: 10em;
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.3);
}   

.btn_opcao:hover {
    color: #FFF;
    background-color: #B444E3;
}

.btn_opcao:active {
    color: #FFF;
    background: #B444E3;
}

.btn_opcao:focus {
    color: #FFF;
    background: #B444E3;
}

.icone {
    color: #4B1C5E ;
}

.solicitar_senha a {    
    color:  #4B1C5E;
    text-decoration: none;  
}

.solicitar_senha a:hover {
    color: #9300d1;
    text-decoration: none;  
}

.form_pesquisa {
    background-color: #f2f2f2;
    padding: 10px;
}

.titulo_video {
    color:  #000;
    font-weight: 400;
}

.placar {
    border-right: 1px solid #FFF;
    color:  #000;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}
    
.mensagem {
    color: black;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.resultado {
    color:  #000;
    font-weight: 700;
}

.resultado:hover {
    color:  #FFF;
    background-color: #9300d1;
}

.perfilNome {
    color: #FFF;
}

.item_cabecalho {
    color:  #FFF;
}

.item_cabecalho:hover {
    color:  #262626;
}

/* card */

.card_painel  {
    background-image: linear-gradient(to bottom right, #F1F1F1   , #fffff9);
    /*background-color: #0292E6;*/
    border-radius: 20px;
}

.card_painel h1 {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 2em;
}

.card_painel h3 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
}

.card_video {
    width: 20em;
    padding: 10px;
}

.card_video p {
    font-size:  13px;
}

.card_pessoa {
    width: 100%;
    background-image: linear-gradient(to bottom right, #F1F1F1   , #fffff9);
    color:  #000;
    text-align: left;
    border-radius: 5px;
    font-size: 1rem;
}

.card_detalhe {
    background-color: #f2f2f2;
    color:  #000;
    text-align: left;
    border-radius: 10px;
}

.card_programa  {
    background-color: #FFF;
    border: none;
    border: 1px solid #4B1C5E;
    background-color: #f2f2f2 ;
}

.card_programa button {
    margin: 0px;
    padding: 0px;
}
    
.card_programa .btn-link {
    text-decoration: none;
}

.card_programa span {
    text-transform: uppercase;
    text-shadow: #FFF 1px 1px 1px;
    color: #000;
    font-weight: 600;  
}

.card_programa h2 {
    text-align: left;
    color: #000;
}

.card_programa h5 {
    text-align: left;
    color: #000;
}

.card_programa img {
    max-height: 300px;
}


.cabecalho_programas {
    position: fixed;
    z-index: 999;
    top: 30px;
    right: 0;
    left: 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid gray;
}

.erro {
    color: red;
    font-weight: 500;
    font-size:  1em;
    padding:  5px;
}


/* id customizados */

#div_tutorial {
    overflow-y: auto;
    height: 100vh;
}

#programa {
    margin-top:  110px;
}

#formulario_login {
    border:  1px solid #FFF;
    border-radius: 20px;
    padding: 20px;
}
    

/* ----------------------- */

@media (max-width: 575.98px) { 

    /* ----- seletores -----*/

    body{
        font-size: 0.8em ;
    }

    h1 {
        text-align: center;
        display: block;
        font-size: 1.3em;
        margin: 0px;
        padding: 0px;
    }

    h2 {
        text-align: center;
        font-size: 1em;
    }

    h3 {
        text-align: center;
        font-size: 0.9em;
    }

    h4 {
        text-align: center;
        font-size: 0.9em;
    }

    h5 {
        font-size: 0.8em;
    }

    a {
        color: #4B1C5E;
    }

    label {
        margin-top: 8px;
    }

    /* classes invisíveis */

    .rede_social {
        display: none;
    }
    .banner h1 {
        display:  none;
    }
    .grafico {
        display:  none;
    }

    .destaques {
        display:  none;
    }

    .funcoes {
        display:  none;
    }

    /* classes bootstrap */

    .display-2 {
        font-size: 1.5em;
    }

    .display-4 {
        font-size: 1.1em;
    }

    .navbar-text {
        font-size: 1.2em;
        margin-left: 5px;
    }

    .table {
        font-size: 0.8em;
    }

    .form-control {
        font-size:  0.8em;
    }

    .btn {
        font-size: 0.7em;
    }

    .btn-lg {
       font-size: 0.9em;
       font-weight: bold;

    }

    .dropdown-item {
        font-size: 0.8em;
    }

    /* classes customizadas */

    .logo {
        font-size: 1.5em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 0.9em;
    }

    .perfilNome {
        font-size:  1em;
    }

    .foto_usuario {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }

    .nav_logo {
        display: none ;
    }

    .nav_foto {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }

    .login {
        margin-top: 60px;
        padding-bottom: 30px;
        border-radius: 0px;
    }

    .acoes {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .display_index {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 0.9em;
    }

    .app {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app_imagem {
        padding-top: 35px;
        margin:  auto;
    }

    .footer {
        font-size: 0.8em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .erro {
        font-size:  0.8em;
    }
    
    .solicitar_senha {
        color: #4B1C5E ;
    }

    .solicitar_senha a {
        color: #4B1C5E ;
    }

    .cabecalho {
        margin-top: 150px;
    }

    .btn_responsivo {
        margin-top:  10px;
    }

    .mensagem { 
        font-size: 0.8em;
    }

    .resultado {
        font-size: 0.6em;
        margin-bottom: 10px;
        font-weight: 400;
        font-style: italic;
    }

    .selecao {
        font-size: 0.5em;
    }

    .filtro {
        font-size: 0.7em;
        margin-bottom: 15px;
    }

    .placar {
        display: none;
    }

    .cabecalho_programas {
        position: fixed;
        z-index: 999;
        top: 70px;
        right: 0;
        left: 0;
        background-color: #f2f2f2;
        border-bottom: 1px solid gray;
    }

    /* card */

    .card_programa {
        top: 25px;
    }

    .card_programa .display-4 {
        font-size:  0.9em;
    }

    .card_programa h2 {
        text-align: left;
        font-size: 0.8em;
    }

    .card_programa h5 {
        text-align: left;
        font-size: 0.8em;
    }

    .card_programa img {
        max-height: 300px;
    }

    .logo_empresa {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        margin-top:  30px;
    }

    .linha_placar {
       margin-right: 10px;
       margin-left: 10px;
       border-top:  5px solid #fff;
    }

    .divisao_placar_direita {
        border-top:  5px solid #fff;
    }

    /* id customizados */

    #card_pessoa li {
        font-size:  0.9em;
    }

    #btn_whatsapp {
        margin-left: 80px;
    }

    #div_tutorial {
        margin-top: 0;
    }

 }

 /* ====================== */

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

    h3 {
        text-align: center;
        font-size: 0.9em;
    }

    h4 {
        text-align: center;
        font-size: 0.8em;
    }

    h5 {
        font-size: 0.7em;
    }

    /* classes invisiveis */

    .banner h1 {
        display:  none;
    }

    .funcoes {
        display:  none;
    }

    .destaques {
        display:  none;
    }

    .imagem_inicio {
        display:  none;
    }

    .rede_social {
        display: none;
    }

    .grafico {
        display:  none;
    }

    .placar {
        display: none;
    }


    /* classes bootstrap */

    .display-2 {
        font-size: 1.5em;
    }

    .display-4 {
        font-size: 1.1em;
    }

    .form-control {
        font-size:  0.9em;
    }

    .navbar-text {
        font-size: 1.2em;
        margin-left: 5px;
    }

    .btn {
        font-size: 0.7em;
    }

    .btn-lg {
       width: 230px;
       height: 35px;
       font-size: 0.8em;
    }

    .table {
        font-size: 0.8em;
    }

    .dropdown-item {
        font-size: 0.8em;
    }

    /* classes customizadas */

    .logo {
        font-size: 1.5em;
    }

    .logo_empresa {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        margin-top:  30px;
    }

    .foto_usuario {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .nav_logo {
        display: none ;
    }

    .perfilNome {
        font-size:  1em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 0.9em;
    }

    .login {
        margin-top: 60px;
        padding-bottom: 30px;
        border-radius: 0px;
    }

    .acoes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .display_index {
        font-size: 1.5em;
    }

    .app {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app_imagem {
        padding-top: 40px;
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em ;
    }

    .cabecalho {
        margin-top: 90px;
    }

    .erro {
        font-size:  1em;
    }


    .btn_responsivo {
        margin-top:  10px;
    }

    .mensagem { 
        font-size: 0.8em;
    }

    .resultado {
        font-size: 0.6em;
        margin-bottom: 10px;
        font-weight: 400;
        font-style: italic;
    }

    .selecao {
        font-size: 0.5em;
    }

    .filtro {
        font-size: 0.7em;
        margin-bottom: 15px;
    }

    .cabecalho_programas {
        position: fixed;
        z-index: 999;
        top: 70px;
        right: 0;
        left: 0;
        background-color: #f2f2f2;
        border-bottom: 1px solid gray;
    }

    .linha_placar {
       margin-right: 10px;
       margin-left: 10px;
       border-top:  5px solid #fff;
       font-size: 1.2em;
    }

    .divisao_placar_direita {
        border-top:  5px solid #fff;
    }

      /* card */

    .card_programa {
        top: 25px;
    }

    .card_programa .display-4 {
        font-size:  0.9em;
    }

    .card_programa h2 {
        text-align: left;
        font-size: 0.8em;
    }

    .card_programa h5 {
        text-align: left;
        font-size: 0.8em;
    }

    .card_programa img {
        max-height: 300px;
    }

    /* id customizados */

    #div_tutorial {
        margin-top: 0;
    }

    #btn_whatsapp {
        margin-left: 80px;
    }

 }

 /* =========================*/

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

    /* ------- seletores ------ */

    body{
        font-size: 0.8em ;
    }

    h1 {
        text-align: center;
        font-size: 1.5em;
    }

    h2 {
        text-align: center;
        font-size: 1.1em;
    }

    h3 {
        text-align: center;
        font-size: 1em;
    }

    h4 {
        font-size: 0.9em;
    }

     h5 {
        font-size: 0.7em;
    }

    /* ---- visualizacao inibida -----*/

    .banner h1 {
        display:  none;
    }

    .funcoes {
        display:  none;
    }

    .destaques {
        display:  none;
    }

    .imagem_inicio {
        display:  none;
    }

    .rede_social {
        display: none;
    }

    .grafico {
        display:  none;
    }

    .nav_logo {
        display: none ;
    }

    /* ---- classes bootstrap -------*/

    .navbar-text {
        font-size: 1.2em;
        margin-left: 5px;
    }

    .display-2 {
        font-size: 1.5em;
    }

    .display-4 {
        font-size: 1.1em;
    }

    .table {
        font-size: 1em;
    }

    .dropdown-item {
        font-size: 0.8em;
    }

    .btn {
        font-size: 0.7em;
    }

    .btn-lg {
       width: 230px;
       height: 35px;
       font-size: 0.9em;
    }

    /* ---- classes customizadas -------*/

    .logo {
        font-size: 1.5em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 0.9em;
    }

    .foto_usuario {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .perfilNome {
        font-size:  1em;
    }

    .login {
        margin-top: 55px;
    }

    .login h4 {
        font-size: 1.5em;
    }

    .acoes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .display_index {
        font-size: 1.5em;
    }

    .app {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .app h2 {
        font-size: 2em;
    }

    .app_imagem {
        padding-top: 40px;
        margin:  auto;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em ;
    }

    .cabecalho {
        margin-top: 90px;
    }

    .form-control {
        font-size:  0.9em;
    }

    .erro {
        font-size:  1em;
    }

    .botao {
        font-size: 0.8em;
    }

    .btn_responsivo {
        margin-top:  10px;
    }

    .mensagem { 
        font-size: 0.8em;
    }

    .resultado {
        font-size: 0.6em;
        margin-bottom: 10px;
        font-weight: 400;
        font-style: italic;
    }


    .selecao {
        font-size: 0.5em;
    }

    .filtro {
        font-size: 0.7em;
        margin-bottom: 15px;
    }

    .placar {
        display: none;
    }

    .cabecalho_programas {
        position: fixed;
        z-index: 999;
        top: 70px;
        right: 0;
        left: 0;
        background-color: #f2f2f2;
        border-bottom: 1px solid gray;
    }

    .card_programa {
        top: 25px;
    }

    .card_programa .display-4 {
        font-size:  0.9em;
    }

    .card_programa h2 {
        text-align: left;
        font-size: 0.8em;
    }

    .card_programa h5 {
        text-align: left;
        font-size: 0.8em;
    }

    .card_programa img {
        max-height: 300px;
    }

    .logo_empresa {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        margin-top:  30px;
    }

    .linha_placar {
       margin-right: 10px;
       margin-left: 10px;
       border-top:  5px solid #fff;
       font-size: 1.3em;
    }

    .divisao_placar_direita {
        border-top:  5px solid #fff;
    }

    /* -------- id customizados --------*/

    #formulario_login {
        padding-right: 20px;
        padding-left: 20px;
    }

    #div_tutorial {
        margin-top: 0;
    }

    #btn_whatsapp {
        margin-left: 80px;
    }

 }

 /* ===================== */    

 @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.3em;
    }

    h3 {
        text-align: center;
        font-size: 1.2em;
    }

    h4 {
        font-size: 0.9em;
    }

     h5 {
        font-size: 0.7em;
    }

    /* ------ classes bootstrap -----*/

    .form-control {
        font-size:  0.9em;
    }

    .table {
        font-size: 0.9em;
    }

    .dropdown-item {
        font-size: 0.8em;
    }

    .display-2 {
        font-size: 3em;
    }

    .display-4 {
        font-size: 1.4em;
    }

    .btn {
        font-size: 0.8em;
    }

    .btn-lg {
       width: 200px;
       height: 35px;
       font-size: 0.7em;
    }

    /* ----- classes customizadas ----*/

    .rede_social {
        margin-right: 80px;
        font-size:  0.8em;
    }

    .logo {
        font-size: 1.3em;
    }

    .foto_usuario {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .perfilNome {
        display:  none;
    }

    .nav_foto {
        display: none;
    }

    .nav_logo {
        display: none;
    }

    .logo_empresa {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        margin-top:  10px;
    }

    .login {
        margin-top: 100px;
        margin-bottom: 70px;
        font-size: 0.9em;
        padding-left: 5px;
        padding-right: 5px;
    }

    .destaques {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .acoes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .app {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .app h2 {
        font-size: 2em;
    }

    .footer {
        padding-top:  10px;
        padding-bottom: 10px;
    }

    .erro {
        font-size: 0.9em;
    }

    .cabecalho {
        margin-top: 90px;
    }

    .linha_placar {
       margin-right: 10px;
       margin-left: 50px;
       border-top:  5px solid #fff;
       font-size: 1em;
       border-top:  5px solid #fff;
    }

    .divisao_placar_esquerda {
        border-right: 5px solid #fff;
    }

    .botao {
        font-size: 0.8em;
    }

    .btn_responsivo {
        margin-top:  0;
    }

    .mensagem { 
        font-size: 0.9em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 5px;
        font-size: 0.9em;
    }

    .resultado {
        font-size: 0.8em;
        font-weight: 400;
        font-style: italic;
    }

    /* ---- id customizados ---- */

    #div_tutorial {
        margin-top: 0;
    }

 }

 /* ====================== */

@media (min-width: 1200px) and (max-width: 1365.98px) { 

    /* ------ seletores -------*/

    body {
        font-size: 0.9em;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1em;
    }

    h5 {
        font-size: 1em;
    }

    /* -------- classes bootstrap ------*/

    .display-2 {
        font-size: 4em;
        color: #FFF;
    }

    .display-4 {
        font-size: 1.6em;
    }

    .btn-lg {
        font-size: 0.9em;
    }

    .table {
        font-size: 0.9em;
    }

    .form-control {
        font-size: 0.9em;
    }

    .list-group-item {
        font-size: 1em;
    }

    .dropdown-item {
        font-size: 0.9em;
    }

    /* -------- classes customizadas ------*/

    .rede_social {
        margin-right: 150px;
        font-size:  0.8em;
    }

    .logo {
        font-size: 1.6em;
        margin-left: 80px;
    }

    .logo_empresa {
        height: 80px;
        width: 80px;
        border-radius: 40px;
    }

    .perfilNome {
        display: inline;
        color: #fff;
        font-weight: 400;
        font-size: 1em;
        margin-left: 15px;
    }

    .nav-foto {
        width: 45px;
        height: 45px;
        border-radius: 22.5px;
    }

    .nav_foto {
        display: inline;
    }

    .nav_logo {
        display: inline;
    }

    .login {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .destaques {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .acoes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .app {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .app h2 {
        font-size: 2.5em;
    }

    .footer {
        padding-top:  10px;
        padding-bottom: 10px;
    }

    .erro {
        font-size: 0.9em;
    }

    .cabecalho {
        margin-top: 150px;
    }

    .linha_placar {
       margin-right: 10px;
       margin-left: 50px;
       border-top:  5px solid #fff;
       font-size: 1em;
       border-top:  10px solid #fff;
    }

    .divisao_placar_esquerda {
        border-right: 10px solid #fff;
    }

    .botao {
        font-size: 0.8em;
    }

    .btn_responsivo{
        margin-top:  0;
    }

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

    /* ----- id customizados -------*/

    #card_pessoa li {
        font-size:  1em;
    }

    #card_pessoa a {
        font-size:  1.2em;
    }

    #card_detalhe li {
        font-size:  1em;
    }

    #card_detalhe a {
        font-size:  1.2em;
    }

    #div_tutorial {
        margin-top: 0;
    }

}

/* ====================== */

@media only screen and (min-width: 1366px) and (max-width: 1366.98px) {

    /* ---- seletores ------*/

    body {
        font-size: 0.9em;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 1em;
    }

    small {
        font-size: 0.6em;
    }

    /* classes bootstrap */

    .btn-lg {
        font-size: 1em;
    }

    .form-control {
        font-size:  0.9em;
    }

    .table {
        font-size: 1.1em;
    }

    .dropdown-item  {
        font-size: 0.9em;
    }

    .display-2 {
        font-size: 6em;
    }

    .display-3 {
        font-size: 3em;
    }

    .display-4 {
        font-size: 1.8em;
    }

    /* classes customizadas */

    .cabecalho {
        margin-top: 240px;
    }

    .rede_social {
        margin-right: 150px;
        font-size:  0.8em;
    }

    .logo_empresa {
        height: 50px;
        width: 50px;
        border-radius: 25px;
    }

    .logo {
        font-size: 1.8em;
        margin-left: 40px;
    }

    .nav_foto {
        display: inline;
        margin-left:  60px;
    }

    .banner {
        margin-top:  75px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .login {
        padding: 20px;
        box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
    }

    .login h4 {
        color: #4B1C5E;
        font-weight: 500;
    }

    .destaques {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1.2em;
    }

    .acoes  {
        padding-top: 40px;   
        padding-bottom: 40px; 
    }

    .display_index {
        font-size: 1.7em;
    }

    .app {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .app h2 {
        color:  #000;
        font-size: 3em;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.3em;
    }

    .cabecalho {
        margin-top: 18  0px;
    }

    .perfilNome {
        margin-left: 10px;
        display: inline;
        color: #fff;
        font-weight: 400;
        font-size: 1.2em;
    }

    .btn_opcao {
        width: 190px;
    }


    .btn_responsivo{
        margin-top:  0;
    }

    .nav_logo {
        display: inline;
    }

    .empresa_logado {
        display: none;
    }

    .mensagem { 
        font-size: 0.9em;
    }

   .menuItem, .menuItem:hover {
        margin-top: 0;
        font-size: 1.1em;
    }

    .menu_icone {
        width: 150px;
    }

    .resultado {
        font-size: 1em;
        margin-bottom: 0;
        font-weight: 400;
        font-style: italic;
    }

    .linha_placar {
       border-top:  20px solid #fff;
       margin-left: 40px;
    }

    .divisao_placar_esquerda {
        border-right: 20px solid #fff;
    }

    /* card */

    .card_programa h2 {
        font-size: 1em;
    }

    .card_programa {
        top: 20px;
    }

    .card_programa h5 {
        font-size: 1em;
    }

    .card_programa .card-text {
        font-size:  1.5em;
    }

    .tarja_divisao {
      font-size: 0.8em;
    }

    /* id customizados */

    #card_pessoa li {
        font-size:  1em;
    }

    #card_pessoa a {
        font-size:  1.2em;
    }

    #card_detalhe li {
        font-size:  1em;
    }

    #card_detalhe a {
        font-size:  1.2em;
    }

    #div_tutorial {
        margin-top: 0;
    }

}

/* ====================================*/

@media (min-width: 1367px)  { 

    /* ------ seletores -------*/

    body {
        font-size: 1.1em;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.3em;
    }
    
    h5 {
        font-size: 1.2em;
    }

    /* classes bootstrap */

    .form-control {
        font-size:  1em;
    }

    .btn-lg {
        font-size: 1.1em;
    }

    .table {
        font-size: 1.1em;
    }

    .dropdown-item {
        font-size: 1.1em;
    }

    .display-2 {
        font-size: 7em;
    }

    .display-4 {
        font-size: 2em;
    }

    /* classes customizadas  */

    .rede_social {
        margin-right: 150px;
        font-size:  1em;
    }

    .logo_empresa {
        height: 60px;
        width: 60px;
        border-radius: 30px;
    }

    .banner {
        margin-top:  85px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .login {
        padding: 20px;
        left:  0;
        right: 0;
        box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.6);
    }

    .login h4 {
        color: #4B1C5E;
        font-weight: 500;
    }

    .destaques {
        padding-top: 70px;
        padding-bottom: 120px;
        font-size: 1.1em;
    }

    .acoes  {
        padding-top: 70px;   
        padding-bottom: 70px; 
    }

    .app {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .app h2 {
        color:  #000;
        font-size: 3em;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cabecalho {
        margin-top: 260px;
    }

    .btn_responsivo{
        margin-top:  0;
    }

    .empresa_logado {
        display: none;
    }

    .logo {
        font-size: 2em;
        margin-left: 60px;
    }

    .perfilNome {
        margin-left: 10px;
        display: inline;
        color: #fff;
        font-weight: 400;
        font-size: 1.5em;
    }

    .nav_foto {
        display: inline;
        margin-left: 300px;
    }

    .nav_logo {
        display: inline;
    }

    .mensagem { 
        font-size: 1.1em;
    }

    .menuItem, .menuItem:hover {
        margin-top: 0;
        font-size: 1.2em;
    }

    .menu_icone {
        width: 220px;
    }

    .resultado {
        font-size: 1.1em;
        margin-bottom: 0;
        font-weight: 400;
        font-style: italic;
    }

    .display_index {
        font-size: 2.5em;
    }

    .linha_placar {
       border-top:  20px solid #fff;
    }

    .divisao_placar_esquerda {
        border-right: 20px solid #fff;
    }

    .card_programa h2 {
        font-size: 1em;
    }

    .card_programa {
        top: 40px;
    }

    .card_programa h5 {
        font-size: 1em;
    }

    .card_programa .card-text {
        font-size:  1.5em;
    }

    /* ---------- id customizados ------------ */

    #div_tutorial {
        margin-top: 0;
    }

    #card_pessoa li {
        font-size:  1.3em;
    }

    #card_pessoa a {
        font-size:  1.4em;
    }

    #card_detalhe li {
        font-size:  1.3em;
    }

    #card_detalhe a {
        font-size:  1.4em;
    }

    #formulario_login {
        padding: 50px;
    }

}

