
.preformatted {
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* ancient Opera */
    white-space: -o-pre-wrap; /* newer Opera */
    white-space: pre-wrap; /* Chrome; W3C standard */
    word-wrap: break-word; /* IE */
}

#loading {
    background-color: #db9e36;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 65px;
    top: 65px;
}

    .object:nth-child(2n+0) {
        margin-right: 0px;
    }


#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#object_big {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}




@-webkit-keyframes object_big {
    50% {
        -webkit-transform: scale(0.5);
    }
}

@keyframes object_big {
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}




@-webkit-keyframes object_one {
    50% {
        -webkit-transform: translate(-65px,-65px);
    }
}

@keyframes object_one {
    50% {
        transform: translate(-65px,-65px);
        -webkit-transform: translate(-65px,-65px);
    }
}



@-webkit-keyframes object_two {
    50% {
        -webkit-transform: translate(0,-65px);
    }
}

@keyframes object_two {
    50% {
        transform: translate(0,-65px);
        -webkit-transform: translate(0,-65px);
    }
}



@-webkit-keyframes object_three {
    50% {
        -webkit-transform: translate(65px,-65px);
    }
}

@keyframes object_three {
    50% {
        transform: translate(65px,-65px);
        -webkit-transform: translate(65px,-65px);
    }
}



@-webkit-keyframes object_four {

    50% {
        -webkit-transform: translate(65px,0);
    }
}

@keyframes object_four {
    50% {
        transform: translate(65px,0);
        -webkit-transform: translate(65px,0);
    }
}




@-webkit-keyframes object_five {

    50% {
        -webkit-transform: translate(65px,65px);
    }
}

@keyframes object_five {
    50% {
        transform: translate(65px,65px);
        -webkit-transform: translate(65px,65px);
    }
}



@-webkit-keyframes object_six {

    50% {
        -webkit-transform: translate(0,65px);
    }
}

@keyframes object_six {
    50% {
        transform: translate(0,65px);
        -webkit-transform: translate(0,65px);
    }
}




@-webkit-keyframes object_seven {

    50% {
        -webkit-transform: translate(-65px,65px);
    }
}

@keyframes object_seven {
    50% {
        transform: translate(-65px,65px);
        -webkit-transform: translate(-65px,65px);
    }
}


@-webkit-keyframes object_eight {

    50% {
        -webkit-transform: translate(-65px,0);
    }
}

@keyframes object_eight {
    50% {
        transform: translate(-65px,0);
        -webkit-transform: translate(-65px,0);
    }
}


/* Start by setting display:none to make this hidden.
        Then we position it in relation to the viewport window
        with position:fixed. Width, height, top and left speak
        for themselves. Background we set to 80% white with
        our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 8 ) url('../../assets/images/gif/loader.gif') 50% 50% no-repeat;
    background-size: 50px, 50px, auto;
}

/* When the body has the loading class, we turn
        the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
        modal element will be visible */
    body.loading .modal {
        display: block;
    }

.top-bar {
    padding: 3px 0;
    background: #3b396e;
    line-height: 28px;
}

.top-number {
    color: #fff;
}

    .top-number p {
        margin: 0
    }

.social {
    color: #FFFFFF;
    text-align: right;
    margin-left: 5%;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        /*background: #404040;*/
        height: 30px;
        text-align: center;
        border-radius: 3px;
        padding: 0 5px;
    }

        ul.social-share li a:hover {
            background: #00AAFF;
            color: #fff;
        }

.bg {
    background: url(../../Clientes/Cesp/includes/imagens/bg.gif);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    
}
.bgMenu {
    background: rgb(62,179,84);
    background: linear-gradient(90deg, rgba(62,179,84,1) 45%, rgba(160,205,71,1) 80%, rgba(255,255,255,1) 100%);
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.nav-bg {
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 9;
    opacity: 0.8;
    background-color: white;
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #3b396e;
}
a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

    a:focus {
        outline-color: -moz-use-text-color;
        outline-style: dotted;
        outline-width: thin;
    }

    a:active, a:hover {
        outline-color: -moz-use-text-color;
        outline-style: none;
        outline-width: 0;
    }

img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
}

@media print {
    * {
        background-attachment: scroll !important;
        background-clip: border-box !important;
        background-color: transparent !important;
        background-image: none !important;
        background-origin: padding-box !important;
        background-position: 0 0 !important;
        background-repeat: repeat !important;
        background-size: auto auto !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration-color: -moz-use-text-color;
        text-decoration-line: underline;
        text-decoration-style: solid;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: #428bca;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration-color: -moz-use-text-color;
        text-decoration-line: underline;
        text-decoration-style: solid;
    }

    a:focus {
        outline-color: -moz-use-text-color;
        outline-offset: -2px;
        outline-style: dotted;
        outline-width: thin;
    }

img {
    vertical-align: middle;
}

ul {
    margin-bottom: 10px;
    margin-top: 0;
}

    ul ul {
        margin-bottom: 0;
    }

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container::before, .container::after {
        content: " ";
        display: table;
    }

    .container::after {
        clear: both;
    }

    .container::before, .container::after {
        content: " ";
        display: table;
    }

    .container::after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.collapse {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.15);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    min-width: 160px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

    .dropdown-menu > li > a {
        clear: both;
        color: #333;
        display: block;
        font-weight: normal;
        line-height: 1.42857;
        padding-bottom: 3px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #00AAFF;
            text-decoration-color: -moz-use-text-color;
            text-decoration-line: none;
            text-decoration-style: solid;
        }

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.nav {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .nav::before, .nav::after {
        content: " ";
        display: table;
    }

    .nav::after {
        clear: both;
    }

    .nav::before, .nav::after {
        content: " ";
        display: table;
    }

    .nav::after {
        clear: both;
    }

    .nav > li {
        display: block;
        position: relative;
    }

        .nav > li > a {
            display: block;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
            position: relative;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                background-color: #eee;
                text-decoration-color: -moz-use-text-color;
                text-decoration-line: none;
                text-decoration-style: solid;
            }

.navbar-header::before, .navbar-header::after {
    content: " ";
    display: table;
}

.navbar-header::after {
    clear: both;
}

.navbar-header::before, .navbar-header::after {
    content: " ";
    display: table;
}

.navbar-header::after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

    .navbar-collapse::before, .navbar-collapse::after {
        content: " ";
        display: table;
    }

    .navbar-collapse::after {
        clear: both;
    }

    .navbar-collapse::before, .navbar-collapse::after {
        content: " ";
        display: table;
    }

    .navbar-collapse::after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: 0;
        box-shadow: none;
        width: auto;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            overflow-x: visible !important;
            overflow-y: visible !important;
            padding-bottom: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-nav {
    margin-bottom: 7.5px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 7.5px;
}

    .navbar-nav > li > a {
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-bottom: 15px;
                padding-top: 15px;
            }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #080808;
    color: #fff;
}

.navbar-inverse .navbar-collapse {
    border-bottom-color: #101010;
    border-left-color: #101010;
    border-right-color: #101010;
    border-top-color: #101010;
}
/*! CSS Used from: http://localhost:51810/includes/css/main.css */
a {
    color: #00AAFF;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #00AAFF;
    }

    a:hover, a:focus {
        color: #111;
        text-decoration: none;
        outline: none;
    }

.logo_iaux {
    padding-bottom: 20%;
    margin-top: 5px;
    max-width: 100px;
   
}

.navbar-nav {
    margin-top: 15px;
}

    .navbar-nav > li {
        margin-left: 35px;
        font-weight: bold;
    }

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #3b396e;
        color: #fff;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #00AAFF;
    color: #fff;
}

.navbar-inverse .navbar-collapse {
    border-top: 0;
    padding-bottom: 0;
}
/*! CSS Used from: http://localhost:51810/includes/css/responsive.css */


@media (max-width: 767px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-left: 0;
    }

    .navbar-nav > li {
        padding-bottom: 0;
    }
}

.active {
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 5px 7px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        display: none;
    }

    .logo_iaux {
        display: block;
        margin: 0 auto;
        padding-bottom: 5%;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #00AAFF;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 3px;
    left: 0;
}
/* CONFIGURAÇÕES DE BACKGROUND */
#geral {
    background: url(../imagens/bg.gif);
}
