body {
    background-color: #F6F6F6 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*+--------------------+*/
/*   |############|     */
/*      |HEADER|        */
/*   |############|     */
/*+--------------------+*/

header .cabecalho-itens {
    justify-content: space-around;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    font-family: 'Poppins', sans-serif;
    width: 450px;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: rgba(18, 38, 59, 0.87);
}

header nav {
    background-color: #f3f3f3;
    height: 52px;
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
    padding-left: 10%;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
    background: #23232e;
    height: 8vh;
}

.nav-list {
    list-style: none;
    display: flex;
    transition: transform 0.3s ease-out;
}

.mobile-menu {
    display: none;
    cursor: pointer;
}

.mobile-menu div {
    width: 32px;
    height: 3px;
    background: #27476d;
    margin: 8px;
    transition: 0.3s;
}

@media (max-width: 999px) {
    body {
        overflow-x: hidden;
    }

    .nav-list {
        position: absolute;
        top: 53px;
        right: 0;
        width: 210px !important;
        height: 80vh;
        display: flex;
        background: #23232e;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-around !important;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }

    .nav-list li {
        margin-left: 0;
        opacity: 0;
    }

    .nav-list a {
        background-image: linear-gradient(
                to right,
                #c0260d,
                #c0260d 50%,
                #F6F6F6 50%
        );
    }

    .mobile-menu {
        display: block;
    }
}

.nav-list.active {
    transform: translateX(0);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-10px, 10px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

header nav .logo {
    max-width: 110px;
}

img {
    max-width: 70%;
    vertical-align: middle;
}

.social-icon-header {
    margin-left: 10px !important;
    font-size: 19px !important;
}

header a {
    background-image: linear-gradient(
            to right,
            #c0260d,
            #c0260d 50%,
            rgba(18, 38, 59, 0.87) 50%
    );
    background-size: 200%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

header a:hover {
    background-position: 0;
}

header a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #c0260d;
    bottom: 0;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

header a:hover::before {
    transform-origin: center;
    transform: scaleX(1);
}

header .bg {
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

header .bg {
    background-image: url('../../img/g2i/B1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

header .bg .container-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
}

header .container-bg p {
    font-size: 4rem;
    color: #fff;
    padding-left: 40px;
}

header .container-bg p.title {
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}

.border-container {
    width: 100%;
    height: 7px;
    position: fixed;
    margin-top: 52px;
    display: block;
    z-index: 99;
    background: rgba(18, 38, 59, 0.87);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2);
}

/*+--------------------+*/
/*   |############|     */
/*    |DIV CENTRAL|     */
/*   |############|     */
/*+--------------------+*/
.login-senha {
    background-color: rgba(243, 243, 243, 1);
    width: 261px;
    height: 34px;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.login-captcha {
    background-color: rgba(243, 243, 243, 1);
    width: 100px;
    height: 34px;
    display: block;
    border-radius: 10px;
}

.login-div-captcha {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
    margin-left: 4px;
    margin-right: 4px;
}

.barra-central {
    background: #E0E0E0;
    height: 400px;
    width: 4px;
    margin-top: 84px;
}

@media (max-width: 999px) {
    .barra-central {
        display: none;
        transform: rotate(90deg);
    }
}

.radio-login {
    border-radius: 50px 50px 50px 50px;
    height: 100px;
    width: 100px;
    margin-left: 105px;
    margin-top: -70px;
    margin-bottom: 37px;
    display: flex;
    background-color: #F6F6F6;
    border: 4px solid rgba(18, 38, 59, 0.87);
}

.img-radio {
    background-image: url('../../img/docs/logo_cliente.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
}

img {
    max-width: 70%;
    vertical-align: middle;
}

.social-icon-header {
    margin-left: 10px !important;
    font-size: 19px !important;
}


div#before-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-top: -70px;
}

#login a {
    background-image: linear-gradient(
            to right,
            rgba(18, 38, 59, 0.87),
            rgba(18, 38, 59, 0.87) 50%,
            rgba(18, 38, 59, 0.5) 50%
    );
    font-weight: 500;
    text-decoration: underline;
    background-size: 200%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    transition: all 0.3s ease-in-out;
}

#login a:hover {
    font-size: 13px;
    background-position: 0;
    color: rgba(18, 38, 59, 0.87);
}

div#login {
    background-color: #fff;
    border-radius: 15px;
    max-width: 350px !important;
    /* height: 399px; */
    height: fit-content;
    width: 100%;
    padding: 20px;
    margin: 100px auto;
    filter: drop-shadow(-6px 6px 18px rgba(0, 0, 0, 0.1));
}

div#login-ad {
    background-color: #fff;
    border-radius: 15px;
    max-width: 350px !important;
    height: 399px;
    width: 100%;
    padding: 20px;
    margin: 100px auto;
    filter: drop-shadow(-6px 6px 18px rgba(0, 0, 0, 0.1));
}

.form-eye {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 37px;
    margin-right: 40px;
}

.form-control-login {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-login:focus {
    border: 2px solid #12263B;
    outline: 0;
}

.border-login {
    background-color: #12263B;
    border-radius: 15px 15px 0px 0px;
    width: 350px;
    margin: -23px auto;
    margin-left: -20px;
    height: 13px;
}

.logo-principal {
    width: 230px !important;
    display: flex;
    justify-content: center;
}

div#logo-sistema {
    padding: 20px;
    margin: 0px auto;
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

div#logo-aviso {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#aviso-sistema {
    min-width: 100%;
    display: flex;
    min-height: 220px;
    background-color: #12263B;
    opacity: 87%;
    box-shadow: -4px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    padding: 20px;
    margin-right: 5px;
}

.qr-code-login {
    background-color: white;
    border-radius: 10px;
    height: 94px;
    width: 96px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

img.div-qr-code {
    border-radius: 10px;
    max-width: 70% !important;
    max-height: 90%;
    margin-bottom: -10px;
}

.texto-aviso {
    width: 100%;
    height: 125px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.texto-atendimento {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

@media (max-width: 768px) {
    div#aviso-sistema {
        flex-direction: column-reverse;
    }
    .row{
        justify-content: center;
    }
}

@media (max-width: 991px) {
    #aviso-sistema {
        margin-right: -15px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .texto-atendimento {
        font-size: 16px;
    }
}

.text-sistema {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    width: 367px;
    font-size: 32px;
    line-height: 48px;
    margin-top: 15px;
    text-align: center;
    color: rgba(18, 38, 59, 0.87);
}

div#login p {
    color: #12263B;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: -20px;
}

.text-login {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #12263B;
    margin-bottom: 5px;
    margin-left: 24px;
}

.text-login-captcha {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #12263B;
}

input:hover {
    border: 2px solid rgba(18, 38, 59, 0.5);
    border-radius: 10px;
}

.botao-login {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    box-sizing: border-box;
    width: 170px;
    height: 43px;
    border-radius: 10px;
    margin-left: 75px;
    margin-top: 30px;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
    #login {
        max-width: 100% !important;
    }
}

.botao-login-webauthn{
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
    width: 261px;
    height: 34px;
    border-radius: 10px !important;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
}

.div-buttons-webauthn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.hr5::after {
    content: "Ou";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 15px;
    padding: 0 0.3em;
    background: white;
    font-family: Poppins, serif;

}

.hr5 {
    border: 0;
    border-top: 1px solid #D9D9D9;
    height: 1px;
    overflow: visible;
    padding: 0;
    color: #D9D9D9;
    text-align: center;
    width: 261px;
}

.botao-login-webauthn > .g2i-botao-padrao-icone svg, a.g2i-botao-padrao-icone svg, button.g2i-botao-padrao-icone svg {
    width: 2em !important;
    display: inline;
}
/*+--------------------+*/
/*   |############|     */
/*      |FOOTER|        */
/*   |############|     */
/*+--------------------+*/
.contact-info {
    line-height: 1.4286em;
    list-style: none;
    padding: 0;
}

.site-footer .widget + .widget {
    margin-top: 16px;
    font-family: 'poppins' !important;
}

.site-footer .widget ul {
    padding-bottom: 11px !important;
    font-size: 0.8125rem;
}

.site-footer ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer-default .contact-info li {
    margin-top: 6px;
}

.contact-info li {
    border-radius: 4px;
    padding: 7px 12px 7px 44px;
    position: relative;
}

.contact-info-acesso li {
    border-radius: 4px;
    padding: 7px 12px 7px 44px;
    position: relative;
}

.contact-info li::before {
    border-right: 1px solid;
    bottom: 1px;
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 31px;
}

.contact-info i {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
}

.contact-info-acesso i {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
}

.atendimento-ul {
    display: flex;
    flex-wrap: wrap;
}

.contact-info-item {
    font-size: 1em;
}

@media (max-width: 400px) {
    .contact-info-item {
        font-size: 11px;
    }
}

.atendimento-ul .contact-info-item {
    width: 50%;
    margin-top: 0 !important;
}

.atendimento-ul a {
    color: #fff;
}

.menu-item-footer::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
}

.widget-title:after {
    background-color: #c12626;
    height: 3px;
    width: 73px;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    box-sizing: border-box;
}

@media (max-width: 990px) {
    .contact-info-item {
        min-width: 255px;
    }
}

@media (max-width: 480px) {
    .contact-info-item {
        width: 172.5px;
    }
}

@media (max-width: 992px) and (min-width: 590px) {
    .contact {
        min-width: 510px;
    }
}

.widget-title {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 24px;
    padding-bottom: 16px;
    position: relative;
}

.margemdireitos > .textwidget {
    margin-bottom: 0 !important;
}

.copyright-footer > .container {
    position: relative;
}

.site-footer-default .copyright-footer {
    border-top: 1px solid #27476d;
}

.copyright-footer {
    color: #f3f3f3;
    text-align: right;
}

@media (max-width: 999px) {
    .copyright-footer {
        display: flex;
        justify-content: center;
        text-align: center !important;
    }
}

footer {
    clear: both;
    margin-top: -25px;
    width: 100%;
    font-size: 16px;
}

footer p {
    display: flex;
    align-items: center;
}

footer p strong {
    padding-left: 3px;
    padding-right: 3px;
}

footer p i {
    width: 30px;
}

@media only screen and (max-width: 600px) {
    #login {
        max-width: 100% !important;
    }
}

/** HOME STYLE **/

/* .main-container {
    margin-bottom: 0;
} */

footer#home {
    clear: both;
    margin-top: 0;
    width: 100%;
    padding: 40px;
    font-size: 16px;
    background-color: #12263b;
}

header#home p, footer#home p {
    font-family: 14px/24px "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer#home p {
    color: #fff;
    font-size: 13px;
}

.footer-hover {
    background: linear-gradient(0deg, #f3f3f3, #f3f3f3) no-repeat left bottom / 0 var(--bg-h);
    transition: background-size 450ms;
    padding-bottom: 1px;
    --bg-h: 1px;
}

.footer-hover:hover, :focus-visible {
    background-size: 100% var(--bg-h);
}

.welcome h4 {
    font-size: 30px;
    margin-top: 5px;
    font-weight: 500;
}

.welcome p {
    font-size: 14px;
    line-height: 24px;
}

.welcome h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}