/* INÍCIO ESTILOS GERAIS */

body {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #000;
}
#conteudo {
    min-height: calc(100vh - 252px); /* 100vh - 173px*/
}
.conteudo {
    /*padding: 30px;*/
}
a.btn,
button,
input[type="submit"] {
    border: 1px solid #0a183c;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    padding: 10px 14px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 40, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 40, 1) 100%);  
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 40, 1) 100%);  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828', GradientType=0);   
    transition: 0.3s;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover {
    background: rgb(40, 40, 40);   
    background: -moz-linear-gradient(top, rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);   
    background: -webkit-linear-gradient(top, rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);  
    background: linear-gradient(to bottom, rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000', GradientType=0);   
    color: #fff;
}
input,
input.form-control,
select {
    background: #fff;
    color: #000;
    font-size: 15px;
    box-sizing: border-box;
    border: 0 solid #000;
    border-bottom: 4px solid #000;
    transition: 0.3s;
}
input:focus,
input.form-control:focus,
select:focus {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-color: #000;
}
input[type="checkbox"]:focus {
    box-shadow: none;
}
/* INÍCIO ESTILOS GERAIS */
/* INÍCIO TELAS DE LOGIN */

body.login.credenciais {
    background: url("../images/bg-tracado.png") repeat center, url("../images/bg-login-credenciais.jpg") no-repeat center;
    background-size: auto, cover;
}
body.login.cadastro {
    background: url(../images/bg-tracado.png) repeat center, url(../images/bg-login-cadastro.jpg) no-repeat center -140px;
    background-size: auto, cover;
}
body.login header a.logo-sistema {
    display: inline-block;
    float: left;
}
body.login header .criar-conta {
    display: inline-block;
    float: right;
    margin-top: 10px;
}
body.login header .criar-conta p,
.criar-conta a.btn-cadastre-se {
    display: inline-block;
}
body.login header .criar-conta p {
    font-size: 16px;
    margin-right: 15px;
}
body.login header .criar-conta a.cadastre-se {
    text-decoration: none;
}
body.login header .criar-conta a.cadastre-se i {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}
body.login.credenciais .box {
    top: 0;
}
body.login.cadastro .box {
    top: 0;
}
body.login .box h2 {
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
body.login .box h2 small {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
h2.bem-vindo {
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
h2.bem-vindo small {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
body.login .box .esqueceu-senha {
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    display: inline-block;
}
body.login .box .esqueceu-senha i {
    margin-right: 6px;
}
body.login .box .conectar {
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
body.login .box .conectar i {
    left: 25px;
    font-size: 22px;
    position: absolute;
    color: #fff;
}
body.login .box span.preencha-dados {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: -20px 0 20px 0;
}
body.login .box .recuperar-senha {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    text-align: center;
}
body.login footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
body.login footer .conteudo {
    padding: 2px 0;
    /*padding: 15px;*/
}
body.login footer span {
    float: left;
}
body.login footer ul {
    float: left;
}
body.login footer ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #233052;
}
body.login footer ul li:last-child {
    border-right: 0;
}
body.login footer ul li:nth-child(2n) a {
    text-transform: uppercase;
    font-weight: bold;
}
body.login footer ul li a {
    color: #000;
}
body.login footer a.assinatura {
    float: right;
    color: #000;
    background-image: url(../images/logo-assinatura-quidde.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 7px 93px 0 0;
}
/* FIM TELAS DE LOGIN */

body.geral {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: url(../images/bg-tracado.png) repeat center, #f7f7f7;
}
/* FOOTER GERAL */

body.geral footer {
    background-color: #fbfbfb;
    border-top: 1px solid #ededed;
    padding-top: 20px;
    padding-bottom: 16px;
    box-sizing: border-box;
}
body.geral footer .conteudo {
    padding: 15px 30px;
}
body.geral footer span {
    float: left;
}
body.geral footer ul {
    float: left;
}
body.geral footer ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #233052;
}
body.geral footer ul li:last-child {
    border-right: 0;
}
body.geral footer ul li a {
    color: #233052;
}
body.geral footer a.assinatura {
    float: right;
    color: #233052;
    background: url(../images/logo-assinatura-quidde.png) right center no-repeat;
    padding: 3px 96px 3px 0;
}
/* HEADER GERAL */

body.geral header {
    background-color: #f7f7f7;
    border-bottom: 4px solid #233052;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px #d2d2d2;
}
body.geral header .row {
    padding-top: 0;
    padding-bottom: 0;
}
body.geral header .logotipo {
    padding: 5px;
}
body.geral header .btn-menu-topo {
    text-align: center;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    display: block;
    padding: 32px;
    cursor: pointer;

}
body.geral header .btn-menu-topo:hover,
body.geral header .btn-menu-topo.clicado {
    background: #f1f1f1;
}
body.geral header .segura-notificacoes {
    float: right;
    padding: 36px 0 0 0;
}
body.geral header .segura-notificacoes .btn-group {
    float: left;
}
body.geral header .segura-notificacoes button {
    padding: 10px 15px 5px 15px;
    color: #233052;
    border: 0;
    margin-right: 0;
    border-radius: 0;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    text-align: center;
}
body.geral header .segura-notificacoes button,
body.geral header .btn-menu-topo {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 33%, #f2f2f2 68%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 33%, #f2f2f2 68%, #ffffff 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 33%, #f2f2f2 68%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
}
body.geral header .segura-notificacoes button span {
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
}
body.geral header .segura-notificacoes button.last {
    border-right: 1px solid #dadada;
}
body.geral header .segura-notificacoes button i,
body.geral header .segura-notificacoes button span {
    width: 100%;
    float: left;
}
body.geral header .painel-usuario {
    float: right;
    background-color: #fff;
    padding-left: 0;
}
body.geral header .painel-usuario i.seta {
    position: absolute;
    right: 10px;
    top: 40%;
}
body.geral header .painel-usuario .avatar-usuario {
    background-color: #e5e5e5;
    color: #d1d1d1;
    font-size: 59px;
    padding: 0 17px;
    float: left;
}
body.geral header .painel-usuario .infos-usuario {
    float: left;
    margin: 22px 0 0 10px;
}
body.geral header .painel-usuario .infos-usuario .nome {
    float: left;
    display: inline-block;
    cursor: pointer;
}
body.geral header .painel-usuario .infos-usuario .nome:hover {
    text-decoration: underline;
    ;
}
body.geral header .painel-usuario .infos-usuario .logout {
    float: left;
    display: inline-block;
    color: #233052;
    clear: both;
}
.box-boleto-footer ul li {
    padding: 0 2px!important;
    border-right: 0 !important;
    /*width: auto;*/
}
.box-boleto-footer ul li:first-child {
    padding: 0 10px 0 0 !important;
}
.copyright {
    line-height: 34px;
    font-size: 11px;
}
.box-boleto-footer ul li a,
.box-boleto-footer ul li button,
.box-boleto-footer ul li input {
    font-size: 12px !important;
}
.box-boleto-footer ul li h2 {
    font-weight: 700;
}
.box-boleto-footer ul,
.box-boleto-footer ul li h2,
.box-boleto-footer ul li button {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.box-boleto-footer ul li a,
.box-boleto-footer ul li h2 {
    vertical-align: middle;
    line-height: 34px;
    height: 34px;
}
.box-boleto-footer ul li button {
    padding: 8px 14px 7px;
    white-space: nowrap;
}
.box-boleto-footer ul li button i.fa {
    position: relative !important;
    left: auto !important;
    font-size: 1em !important;
}
.text-ou{
    height:266px;
    line-height:266px;
    font-size:1.5em; 
}
@media screen and (max-width: 768px) {
    body.login {
        background-size: auto, 100% 100%;
        background-position: center, center;
    }
    body.login footer {
        position: relative;
    }
    body.login header .criar-conta p {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    body.login header .criar-conta a.cadastre-se {
        width: 100%;
    }
    body.login.cadastro .box {
        top: -50px;
    }
    body.login footer span {
        text-align: center;
        margin-bottom: 20px;
        font-size: 15px;
    }
    body.login footer ul li {
        display: inline-block;
        float: left;
        padding: 10px 0;
        border-right: 0;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    body.login footer a.assinatura {
        margin: 0 auto;
        float: none;
        width: 183px;
        display: block;
    }
    .box-boleto-footer ul{
        width:100%;
    }
    .box-boleto-footer ul li {
        text-align: center !important;
        padding: 5px 0 !important;
    }
    .box-boleto-footer ul li > * {
        float: none !important;
    }
    .box-boleto-footer ul li a {
        font-size: 15px !important;

    }
    .text-ou{
        display: none;
    }

}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    body.login {
        background-size: auto, 100% 100%;
        background-position: center, center;
    }
}
@media screen and (min-width: 1024px) {
    body.login.credenciais .box.boleto-express {
        position: absolute;
        bottom: 104px !important;
        top: auto;
        height: 200px;
    }
}

.font-bold {
    font-weight: bold;
}
.optionslanguage{
    width: 200px;
    border: solid 1px;
    border-color: #3bc0bb;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    margin:auto auto;
}

.optionslanguage a:first-of-type{
    width: 50%;

    height: 48px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
}


.optionslanguage a.active{
    background: #3bc0bb;
    color:white !important;
}



.optionslanguage a{

    width: 50%;
    background: #ffffff;
    height: 48px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.notactive{
    color:#9C9C9C !important;
}

/** COOKIES */

/**
 * Desenvolvido por SnowPath.
 */

.cookieConsentContainer {
    z-index: 999;
    width: 500px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    border: 1px solid #0032BE;
    background: #DFDFDF;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
    border-radius: 10px;
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #9C27B0;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: black;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #9C27B0;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #9C27B0;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s;
    border-radius: 10px;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #c560d7;
}

@media (max-width: 767px) {
    .cookieConsentContainer {
        bottom: 0!important;
        left: 0!important;
        width: 100%!important
    }
}
/** COOKIES */