﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
    background: linear-gradient(to right, #1e3a8a, #3b82f6);
    background-size: cover;
}

body.senha {
    margin-bottom: 30px;
    background-image: url(../images/bg-queremos-te-ouvir-senhas.jpg);
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.containerFormConsulta {
    width: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: row-reverse;
}

.senha .containerFormConsulta {
    justify-content: center;
}

.containerForm {
    width: 400px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.34);
    flex-basis: 400px;
    flex: 0 0 400px;
    padding: 0px;
}

.containerDadosForm:before {
    height: 18px;
    width: 100%;
    display: inline-block;
    background-color: #3fd3f8;
    position: relative;
    content: '';
    top: -12px;
    border-radius: 20px 20px 0px 0px;
    z-index: -1;
}

.containerDadosForm {
    padding: 0px 30px 0px 30px;
}

.containerMensagemHome {
    width: 100%;
    padding: 0px 50px 0px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.container {
    max-width: 1440px;
}

    .container.bg {
        padding: 0 20px;
    }

        .container.bg:before {
            height: 18px;
            width: 100%;
            display: inline-block;
            background-color: #6cc9bb;
            position: relative;
            content: '';
            top: 131px;
            border-radius: 20px 20px 0px 0px;
            z-index: -1;
        }

.tituloForm {
    font-family: 'gorutsxbold';
    font-size: 36px;
    color: #1c1c1c;
    margin-bottom: 10px;
}

.textoInfoForm {
    font-family: nunito;
    font-size: 15px;
    color: #757575;
    margin-bottom: 30px;
    line-height: 20px;
}

.control-label {
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 13px;
    color: #6b6b6b;
}

.focus-input100::after {
    content: '\f073';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.focus-input100.dataNascimento::after {
    content: '\f133' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 16px;
    padding-top: 0px;
}

.focus-input100.CPF::after {
    content: '\f2bb' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 16px;
    padding-top: 0px;
}

.focus-input100.matricula::after {
    content: '\f007' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 16px;
    padding-top: 0px;
}

.focus-input100.senha::after {
    content: '\f023' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 16px;
    padding-top: 0px;
    font-weight:600;
}

.focus-input100.email::after {
    content: '\f0e0' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 100 !important;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 17px;
    padding-top: 0px;
    font-weight: 600;
}



label {
    display: inline-block;
    margin-bottom: 0rem;
}

.focus-input100::after {
    margin-bottom: 6px;
}

.input100 {
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px !important;
    background: transparent;
    padding: 0 7px 0 30px !important;
}

.login100-form-btn {
    font-family: 'Nunito' !important;
    font-weight: 800;
    font-size: 16px;
    text-transform: unset !important
}

.logosForm {
    text-align: center;
    margin-top: 35px;
    background-color: #f9f9f9;
    padding: 21px 30px;
    border-radius: 0 0 8px 8px;
}

.focus-input100::after {
    padding-left: 2px !important;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #ffd074;
    background: -webkit-linear-gradient(right, #ffd074, #ffd074);
    background: -o-linear-gradient(right, #ffd074, #ffd074);
    background: -moz-linear-gradient(right, #ffd074, #ffd074);
    background: linear-gradient(right, #ffd074, #ffd074);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.text-danger.field-validation-error {
    display: inline-block;
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
}

.container-login100-form-btn {
    margin-top: 40px;
    position: relative;
}

.tituloPageForm {
    text-align: center;
    margin-bottom: 25px;
}

.infoForm:before {
    content: '\f05a' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 23px;
    top: -2px;
    color: #7be7d6;
    margin: -3px 0 0 6px;
    display: inline-block !important;
    position: relative;
}


/* INTERNO */

.tituloTopo {
    text-align: right;
    font-size: 30px;
    color: #fff;
    font-family: gorutsxbold;
    padding: 0px 20px 0 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 13px rgba(0,0,0,0.20);
    line-height: 28px;
}

.bgInterno {
    background-color: white;
    border-radius: 12px;
    padding: 45px;
    margin-top: 5px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
}

label.control-label {
    display: block;
}

.boasVindas {
    font-size: 17px;
    padding-bottom: 12px;
    font-family: nunito;
    font-weight: 700;
    color: #6e6e6e;
    border-bottom: solid 1px #ededed;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

    .boasVindas span {
        font-weight: 900;
        color: #84bdb5;
    }

/*h2 {
    font-size: 22px;
    color: #70c5b9;
    text-transform: uppercase;
    font-weight: 800;
    font-family: nunito;
    margin: 60px 0 0px 0;
}

    h2:after {
        height: 5px;
        width: 70px;
        border-radius: 20px;
        content: " ";
        background-color: #f5b778;
        display: block;
        margin-top: 5px;
    }*/

.dados {
    color: #aeaeae;
    font-size: 15px;
    font-weight: 400;
}

    .dados label.control-label {
        display: block;
        font-weight: 800;
        font-size: 12px;
        color: #fbc289;
        margin-top: 30px;
    }

    .dados span {
        border-bottom: solid 3px #f9f9f9;
        display: block;
        padding-bottom: 8px;
    }

.interno .logo img {
    width: 265px;
}

.row.interno {
    height: 110px;
    display: flex;
    align-items: center;
}

.semRegistro {
    font-family: nunito;
    font-weight: 700;
    color: #555;
    font-size: 21px;
    margin: 20px 0px;
}

    .semRegistro:before {
        content: '\f06a' !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block) !important;
        font-style: normal;
        font-variant: normal;
        color: #f5b87c;
        margin-right: 7px;
        font-size: 28px;
        top: 4px;
        position: relative;
    }

a.botaoVoltar {
    background-color: #51a78b;
    color: #fff;
    font-family: nunito;
    font-weight: 800;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0px rgba(213 156 26);
    -moz-box-shadow: 0 5px 30px 0px rgba(213 156 26);
    -webkit-box-shadow: 0 5px 30px 0px rgb(213 156 26);
    -o-box-shadow: 0 5px 30px 0px rgba(213 156 26);
    -ms-box-shadow: 0 5px 30px 0px rgba(213 156 26);
}

    a.botaoVoltar:hover {
        background-color: #3b9376;
    }


    a.botaoVoltar:before {
        content: '\f0d9' !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block) !important;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-size: 19px;
        top: 2px;
        color: #ffffff;
        position: relative;
        margin-right: 5px;
    }

.hide {
    display: none;
}

.infoCalculo {
    font-family: Nunito;
    font-weight: 600;
    color: #70c5b9 !important;
    border: dashed 1px #70c5b9;
    padding: 20px 22px;
    font-size: 14px;
    display: flex;
    margin: 30px 0 0 0;
    border-radius: 6px;
    line-height: 21px;
    align-items: center;
}

.icoInfoCalculo:before {
    content: '\f05a' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block) !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 40px;
    top: 0px;
    color: #70c5b9;
    position: relative;
    margin-right: 5px;
    width: 50px;
    height: 30px;
}

.infoCalculo span {
    font-weight: 900;
    display: block;
}

.btnDownload {
    background: #d65b9b;
    border-radius: 50px;
    color: #fff;
    font-family: Nunito;
    font-weight: 900;
    font-size: 16px;
    margin-top: 25px;
    padding: 6px 28px 13px 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 5px 30px 0px rgba(213 156 26);
    -moz-box-shadow: 0 5px 30px 0px rgba(213 156 26);
    -webkit-box-shadow: 0 5px 30px 0px rgb(213 156 26);
    -o-box-shadow: 0 5px 30px 0px rgba(213 156 26);
    -ms-box-shadow: 0 5px 30px 0px rgba(213 156 26);
}

    .btnDownload:hover {
        background: #c75a93;
        border-radius: 50px;
        color: #fff;
    }

    .btnDownload:before {
        content: '\f1c1' !important;
        font-family: "Font Awesome 6 Free" !important;
        text-rendering: auto;
        font-size: 25px;
        top: 5px;
        color: #ffffff;
        position: relative;
        margin-right: 15px;
        margin-top: 20px;
    }

.text-muted {
    color: #6c757d !important;
    font-family: 'Nunito';
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    .row.interno {
        text-align: center;
        height: inherit;
        margin-top: 20px;
    }

    .tituloTopo {
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
        padding: 0px 0px 0 0;
        font-size: 24px;
    }

    .boasVindas {
        font-size: 17px;
        padding: 0 0 12px 0;
        justify-content: space-between;
        line-height: 26px;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        display: flex;
    }

        .boasVindas .texto {
        }

    .logoPmsNti {
        margin: 0px 0 25px 0;
    }

    .boasVindas break {
    }

    .contentMensagemHome {
        display: none;
    }

    .containerFormConsulta {
        flex-direction: column;
    }

    .containerMensagemHome {
        margin-top: 30px;
        padding: 0px 0px 0px 0px;
    }

    .containerFormConsulta {
        justify-content: center;
        margin-top: 20px;
    }

    .infoCalculo {
        flex-direction: column;
        text-align: center;
    }

    .icoInfoCalculo:before {
        margin-bottom: 25px;
    }

    .boasVindas span {
        font-weight: 900;
        color: #84bdb5;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .containerForm {
        width: initial;
    }

    .containerFormConsulta {
        height: auto;
    }

    .container.bg:before {
        top: 234px;
    }

    .btnDownload:before {
        content: '\f1c1' !important;
        font-family: "Font Awesome 6 Free" !important;
        text-rendering: auto;
        font-size: 20px;
        top: 5px;
        color: #ffffff;
        position: relative;
        margin-right: 9px;
        margin-top: 20px;
    }

    .btnDownload {
        font-size: 13px;
        margin-top: 25px;
        margin-bottom: 40px;
        padding: 6px 20px 13px 20px;
    }
}













































/*//////////////////////////////////////////////////////////////////
[ FONT ]*/




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #a64bf4;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    text-transform: uppercase;
}

.bg1 {
    background-color: #3b5998
}

.bg2 {
    background-color: #1da1f2
}

.bg3 {
    background-color: #ea4335
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.label-input100 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: transparent;
    padding: 0 7px 0 43px;
}


/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::after {
        content: attr(data-symbol);
        font-family: Material-Design-Iconic-Font;
        color: #adadad;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: calc(100% - 20px);
        bottom: 0;
        left: 0;
        padding-left: 13px;
        padding-top: 3px;
    }

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: #7f7f7f;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }


.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

.input100:focus + .focus-input100::after {
    color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
    color: #a64bf4;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0px #dea50333;
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px #dea50333;
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}


.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px;
}

    .login100-social-item:hover {
        color: #fff;
        background-color: #333333;
    }

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.btnOk {
    background: #80ccc0;
    background: -webkit-linear-gradient(right, #8ae7d9, #80ccc0);
    border-radius: 4px;
    background-color: #71c2b6;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .btnOk:hover {
        background-color: #71c2b6;
    }

.btnCancelar {
    background-color: #b3b3b3;
    color: #fff !important;
    border-radius: 4px;
}

.containerLogo {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 355px;
    margin:20px 0px 20px;
}

.logoLogin {
    width: 70%;
}

span.swal2-x-mark span {
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.header-bg {
    background: linear-gradient(to right, #003366, #66ccff);
    padding: 20px;
    position: relative;
    z-index: 1;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.containerFormConsulta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f9f9f9;
}

.containerForm {
    max-width: 420px;
    width: 100%;
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

body {
    background: #f9f9f9;
    font-family: 'Nunito', sans-serif;
}

.containerFormConsulta {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1rem;
}

.containerForm {
    width: 100%;
    max-width: 420px;
}

@media (max-height: 800px) {
    .containerFormConsulta {
        align-items: flex-start;
        padding-top: 2rem;
    }
}

.logoLogin {
    max-width: 100%;
    height: auto;
}