.div-captcha {
    margin-left: 5%;
}

.captcha-empresa {
    display: inline-block;
}

.campo-login {
    width: 15%
}

.obrigatorio::after {
    content: "*";
    color: red;
    margin-left: 2px;
    font-weight: bold !important;
}

.obrigatorioAntes::before {
    content: "*";
    color: red;
    margin-left: 2px;
    font-weight: bold;
}

.bigRadio{
    width: 15px;
    height: 15px;
}

.bigCheckbox{
    width: 15px;
    height: 15px;
}

.dvGrid{
    padding-top: 15px;
}

.tituloTela{
    font-size: 22px;
    font-weight: bold; 
    color: #23527c;
    text-align: center;
}

.titulo{
    font-size: 1.5rem;
}

.subTitulo{
    font-size: 1.5rem;
    color: #23527c;    
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Bot�es flutuantes - In�cio */

.fab{
    position: fixed;
    bottom:10px;
    right:10px;
}

.fab button{
    cursor: pointer;
    width: 60px; /*55px; */
    height: 60px; /*55px; */
    border-radius: 30px;
    background-color: #5b19b7; /*#cb60b3;*/
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    font-size: 24px;
    color: white;

    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.fab button.opcao1{
    background-color: #5b19b7;
}

.fab button.opcao2{
    background-color: green; /*#cb60b3;*/
}

.fab button.opcao3{
    background-color: red;
}

.fab button:focus{
    outline: none;
}

.fab ul{
    list-style:none;
}

.fab ul li{
    margin-bottom: 10%;
}

.divDoBotaoFlutuante{
    margin-right:35px; /* margin-right para o bot�o flutuante n�o ficar embaixo do campos - Genirce: 31/08/21   */
}

/* Bot�es flutuantes - Fim */

.my-tab .tab-pane{ border:solid 1px #e6e6e6; padding: 05px;}

.my-tab-item li a { border-color: #e6e6e6; background-color: #dce8f5}

.tab-pane { border:solid 1px #e6e6e6; padding: 05px;}

.nav-item button{ border-color: #e6e6e6; background-color: #dce8f5}

.modal-body { overflow-y: visible !important; 
              overflow-y: auto !important;
              max-height: 550px !important;
}
.lblObrigatorio {
    color : red;
    font-weight: bold;
    font-size: 10px;
}

.emailSert{
   font-size: 20px; 
}

.emailOrientacaoMidia{
    width: 60%;
}

.whatsappOrientacaoMidia{
    width: 30%;    
}

.senha {
    width: 40%;
}

.tituloPartido{
    font-size: 18px;
    font-weight: bold; 
    color: #23527c;
    text-align: center;
}

.cabecGridLetraPequena{
    font-size: smaller;
}

 .navbar-nav > li > a:hover{
     background-color: #bce8f1;
 }

 .fundoModalExclusao {

    background-color: #ff3547;
    color: white;
}

.lixeira {
    color: #ff3547;
}

.tituloCicloPropaganda{
    /*background-color: #1b1464;*/
    background-color: #bce8f1;
    /*color: #e6e6e6; */
    color: #23527c;
    font-size: 22px;
    margin-right: -15px;
    margin-left: -15px;   
    /*font-weight: bold;*/
}