/* PADRÃO TRINITY */
@font-face {
     font-family: poppins;
     src: url('../fonts/Poppins-Regular.ttf');
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}

.font-p{
    font-family: 'Poppins', sans-serif !important;
}

.text-center, .center{
    text-align: center !important;
    margin: 0 auto !important;
}
.text-left, .left{
    text-align: left !important;
}
.text-right, .right{
    text-align: right !important;
}
.text-justify, .justify{
    text-align: justify !important;
}

.text-uppercase, .uppercase{
    text-decoration: uppercase !important;
}
.text-underline, .underline{
    text-decoration: underline !important;
}
.text-bold, .bold{
    font-weight: 700  !important;
}

.text-grey{
    color: rgba(39,40,41,.5) !important;
}
.text-black{
    color: black !important; 
}
.text-red{
    color: #cb2525 !important; 
}
.text-14, .t-14{
    font-size: 14px !important;
}
.text-15, .t-15{
    font-size: 15px !important;
}
.text-23, .t-23{
    font-size: 23px !important;
}
.text-20, .t-20{
    font-size: 20px !important;
}
.text-titulo, .titulo{
    font-size: 23px !important;
    text-align: center;
    padding: 7px;
    color: black;
    font-weight: bold;
}
.display-none{
    display: none !important;
}
.shadow, .sombra {
    -webkit-box-shadow: 0 8px 20px 0 rgba(204, 204, 204, 0.35) !important;
    box-shadow: -1px 0px 6px 7px rgba(204, 204, 204, 0.35) !important;    
}
.not-seletor {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
} 
.borda{
    border: solid;
    border-width: 2px;
    border-radius: 8px;
    border-color: #e6e6e6;    
}
.sem-padding{
    padding: 0px !important;
}
.loader {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;    
    background: url('../images/preloader.gif') 50% 50% no-repeat;        
}  
.loader-ajax{     
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading-ajax.gif) 50% 50% no-repeat !important;
    background-size: 77px 42px !important;
    background-color: #ffffff8f !important;
    cursor: progress;
}
.loader-ajax p{
    width: 120px;
    height: 120px;
    top: 50%;
    top: Calc(50% + 120px);
    left: 50%;
    left: Calc(50% - 55px);
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: bold;
    color: #454545;
}
/*Mensagens!*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    padding-right: 30px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    text-align: center;
    font-weight: normal;    
    width: 50%;
}
.alert-msg{    
    background: #cb2525 !important;
    color: #ffffff;
    padding: 7px;
    font-weight: 600;
}
.alert .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
}
.alert .close {
    right: 10px !important;
    top: 10px !important;
}
.bg-green{
    background-color: #0da23b !important;
    color: white;
}
.bg-red {
    background-color: #ec3b57 !important;
    color: #fff
}
.bg-red .content .text,
.bg-red .content .number {
    color: #fff !important
}

/*Paineis*/
.painel .painel-tela {
    position: fixed;    
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 8px;
    padding-bottom: 12px;
    background: white;
    border-radius: 10px;
    height: 850px;
    max-height: calc(100% - 277px);
    width: 850px;
    max-width: calc(100% - 120px);    
}

.painel-tela .barra{    
    height: 34px;    
    margin-bottom: 20px;    
    display: flex;
}

.painel-tela .barra .titulo{    
    width: calc(100% - 32px);    
}

.painel-tela .barra .fechar{    
    background: #cb2525;
    padding: 4px;
    width: 32px;
    height: 31px;
    border-radius: 30px;
    color: white;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}

.painel-tela .conteudo{    
    height: calc(100% - 60px);
    overflow-y: scroll;
}

.painel-fundo{ 
    background-color: #000000ab;
    position: fixed;
    z-index: 998;
    height: 100%;    
    width: 100%;
    top: 0px;
    left: 0px;        
}

.tagline {
    color: transparent !important;
    font-size: 15px !important;    
    position: absolute;
    z-index: -99;
}

#btnWhatsAppFixed {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    padding: 15px;
    height: 92px;
    vertical-align: middle;
}

.display-mobile, .mobile{
    display: none; /*TIRA DE TODOS OS OUTROS E APENAS DEIXA VISIVEL EM MOBILE*/
}

.sem-margin{
    margin: 0px;
}

.clean, .clear-fix{
    display: block;
    height: 10px;    
}

/* Responsive: Celphones */ 
@media (max-width: 600px){
    .titulo{
        font-size: 15px !important;   
    }
    .display-mobile, .mobile{
        display: block;
    }   

    .hide-mobile{
        display: none;
    }

    .col-mobile-12{
        max-width: 100% !important;
        width: 100% !important;
        float: left;        
    }    

    .col-mobile-6{
        max-width: 50% !important;
        width: 50% !important;
        float: left;        
    }    

    .col-mobile-4{
        max-width: 33% !important;
        width: 33% !important;
        float: left;        
    }     

}