﻿:root {
    --main-blue-color: #1062a8;
    --second-orange-color: #efa812;
    --background-color: #fff;
    --font-body: #212529;
    --font-left-menu: #707070;
    --dark-background: #f9f9f9;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.layout2022 {
    display: none !important;
}

/*#region Loader-sist-tec*/

.modal-backdrop-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.loader-sist-tec {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -60px;
    z-index: 1050;
}

.square {
    background: var(--main-blue-color);
    width: 15px;
    height: 15px;
    float: left;
    top: -10px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 25px;
    position: relative;
    opacity: 0;
    animation: enter 4.5s infinite;
    -o-animation: enter 4.5s infinite;
    -ms-animation: enter 4.5s infinite;
    -webkit-animation: enter 4.5s infinite;
    -moz-animation: enter 4.5s infinite;
}

.enter {
    top: 0px;
    opacity: 1;
}

.square:nth-child(1) {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

.square:nth-child(2) {
    animation-delay: 1.575s;
    -o-animation-delay: 1.575s;
    -ms-animation-delay: 1.575s;
    -webkit-animation-delay: 1.575s;
    -moz-animation-delay: 1.575s;
}

.square:nth-child(3) {
    animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    background: var(--second-orange-color);
}

.square:nth-child(4) {
    animation-delay: 0.675s;
    -o-animation-delay: 0.675s;
    -ms-animation-delay: 0.675s;
    -webkit-animation-delay: 0.675s;
    -moz-animation-delay: 0.675s;
    animation-delay: 0.675s;
}

.square:nth-child(5) {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.square:nth-child(6) {
    animation-delay: 1.125s;
    -o-animation-delay: 1.125s;
    -ms-animation-delay: 1.125s;
    -webkit-animation-delay: 1.125s;
    -moz-animation-delay: 1.125s;
    animation-delay: 1.125s;
}

.square:nth-child(8) {
    animation-delay: 0.225s;
    -o-animation-delay: 0.225s;
    -ms-animation-delay: 0.225s;
    -webkit-animation-delay: 0.225s;
    -moz-animation-delay: 0.225s;
    animation-delay: 0.225s;
}

.square:nth-child(9) {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.clear {
    clear: both;
}

.last {
    margin-right: 0;
}



@keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

@-o-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

@-ms-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

@-moz-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}
/*#endregion Loader-sist-tec*/

/*#region Modais*/
.body-sucesso {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.body-info {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.body-erro {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.body-confirma {
    margin: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-top: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.circle-alert {
    border: #f9dda3 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.label-question {
    font-size: 52px;
    color: #1062a8;
    margin-left: 2px;
}

.circle-question {
    border: #80abd1 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
    /*margin-top: -30px;*/
}

.center-question {
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 100%);
        transform: translate3d(0, 0, 100%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 100%);
        transform: translate3d(0, 0, 100%);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.label-error {
    font-size: 52px;
    color: #F27474;
    margin-left: 2px;
}

.circle-error {
    border: #f8b9b9 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.label-sucesso {
    font-size: 52px;
    color: #1062a8;
    margin-left: 2px;
}

.label-alert {
    font-size: 52px;
    color: #efa812;
    margin-left: 2px;
}

.circle-sucesso {
    border: #80abd1 solid 4px;
    border-radius: 70px;
    width: 90px;
    text-align: center;
    height: 90px;
    margin-left: calc(50% - 45px);
}

.circle-question, .label-question, .circle-alert, .label-alert, .circle-error, .label-error, .circle-sucesso, .label-sucesso {
    opacity: 0;
    -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
    animation: fadeInUp 1s ease-in-out 0s forwards;
}

.circle-question, .circle-alert, .circle-error, .circle-sucesso {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.label-question, .label-alert, .label-error, .label-sucesso {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
/*#endregion Modais*/

.logo {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.NomePref {
    color: var(--main-blue-color);
    font-weight: bold;
    float: left;
    width: 50%;
    margin-top: 12px;
}

.contato-pref-box {
    float: right;
    margin-top: 12px;
}

.ContPrefNum {
    color: var(--main-blue-color);
    font-size: 90%;
}

.ContPref {
    color: var(--main-blue-color);
    font-weight: bold;
    font-size: 90%;
}

.menu-master {
    background-color: var(--dark-background);
    border: solid #eee 2px;
    padding-top: 0.4%;
    padding-bottom: 0.4%;
}

.BtnHome {
    color: var(--main-blue-color);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

    .BtnHome:hover {
        color: #efa819;
        text-decoration: none;
    }



.BtnCont:hover {
    color: #efa819;
    text-decoration: none;
}


@media screen and (max-width: 1020px) {
    .contato-pref-box {
        display: none;
    }
}

.row-footer {
    text-align: center;
    color: var(--main-blue-color);
    border-top: #eee solid 2px;
}

.text-sm-footer1 {
    margin-top: 1.5%;
    margin-bottom: 0;
}

.text-sm-footer2 {
    margin-top: 0;
    font-size: 14px;
}


.big-footer {
    background-color: var(--dark-background);
}

.row-bg-footer {
    margin-top: 1em;
    margin-bottom: 1em;
}

.text-bg-footer {
    text-align: left;
}

.text-lbl-bg-footer {
    color: var(--main-blue-color);
    font-weight: bold; /* font-size: 1.2rem; */ /* margin-left: 6%; */
}

.link-bg-footer {
    color: var(--main-blue-color);
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 5%;
    display: block;
    position: relative;
}

    .link-bg-footer:hover {
        color: #efa819;
    }

@media screen and (max-width: 992px) {
    .btn-img-teclado {
        display: none;
    }
}

.update-panel {
    z-index: 40;
    left: 0px;
    visibility: visible;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    height: 100%
}

.update-panel-img {
    left: 50%;
    top: 45%;
    position: fixed;
    margin: auto;
    z-index: 50;
    width: 100px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        margin: 0;
        font-family: 'Roboto', sans-serif;
    }

    .logo {
        float: left;
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .NomePref {
        color: #1062a8;
        font-weight: bold;
        float: left;
        width: 50%;
        margin-top: 12px;
    }

    .contato-pref-box {
        float: right;
        margin-top: 12px;
    }

    .ContPrefNum {
        color: #1062a8;
        font-size: 90%;
    }

    .ContPref {
        color: #1062a8;
        font-weight: bold;
        font-size: 90%;
    }

    .menu-master {
        background-color: #f9f9f9;
        border: solid #eee 2px;
        padding-top: 0.4%;
        padding-bottom: 0.4%;
    }

    .BtnHome {
        color: #1062a8;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }

        .BtnHome:hover {
            color: #efa819;
            text-decoration: none;
        }



    .BtnCont:hover {
        color: #efa819;
        text-decoration: none;
    }


    @media screen and (max-width: 1020px) {
        .contato-pref-box {
            display: none;
        }
    }

    .row-footer {
        text-align: center;
        color: #1062a8;
        border-top: #eee solid 2px;
    }

    .text-sm-footer1 {
        margin-top: 1.5%;
        margin-bottom: 0;
    }

    .text-sm-footer2 {
        margin-top: 0;
        font-size: 14px;
    }


    .big-footer {
        background-color: var(--dark-background);
    }

    .row-bg-footer {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .text-bg-footer {
        text-align: left;
    }

    .text-lbl-bg-footer {
        color: #1062a8;
        font-weight: bold; /* font-size: 1.2rem; */ /* margin-left: 6%; */
    }

    .link-bg-footer {
        color: #1062a8;
        text-decoration: none;
        font-size: 0.9rem;
        margin-bottom: 5%;
        display: block;
        position: relative;
    }

        .link-bg-footer:hover {
            color: #efa819;
        }

    @media screen and (max-width: 992px) {
        .btn-img-teclado {
            display: none;
        }
    }

    .update-panel {
        z-index: 40;
        left: 0px;
        visibility: visible;
        width: 100%;
        margin: auto;
        position: absolute;
        top: 0px;
        height: 100%
    }

    .update-panel-img {
        left: 50%;
        top: 45%;
        position: fixed;
        margin: auto;
        z-index: 50;
        width: 100px;
    }
}
