<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113973+0,174a95+50,113973+100 */
    background: #E8F7FC;
    
    position: relative;
    font-weight: 400;
     margin-bottom: 64px;
}

footer div:not(.overlay) {
    z-index: 10;
}

/*- Barra 01 -*/

.footer-barra01 {
    width: 100%;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    border-top: 2px solid rgba(52, 182, 231, 0.1);
}

.footer-barra01 .menu {
    width: 100%;
    height: auto;
    color: #FFF;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.footer-barra01 .menu h4 {
    color: #014083;
    padding: 20px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.footer-barra01 .menu ul {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-barra01 .menu ul li {
    width: 100%;
    float: left;
}

.footer-barra01 .menu ul li a {
    font-size: 13px;
    color: rgba(1,64,131, 0.6);
    transition: 0.3s;
}

.footer-barra01 .menu ul li a:hover {
    color: #1daee4;
}

/*- Barra 02 -*/

.footer-barra02 {
    width: 100%;
    height: auto;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid rgba(52, 182, 231, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.footer-barra02 .menu {
    width: 100%;
    height: auto;
    color: #FFF;
}

.footer-barra02 .menu h4 {
    color: rgba(1,64,131, 1);
    padding: 0px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.footer-barra02 .menu .texto {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: rgba(1,64,131, 0.6);
    padding: 0px 0 10px 0;
}

.footer-barra02 .menu .contato-rodape {
    font-size: 16px;
    color: rgba(1,64,131, 1);
}

.footer-barra02 .menu .bt-rodape {
    width: 100%;
    color: #FFF;
    background-color: rgba(1,64,131, 0.8);
    margin-left: 0px;
    transition: 0.3s;
    border-radius: 0 6px;
}

.footer-barra02 .menu .bt-rodape:hover {
    background-color: rgba(1,64,131, 0.95);
}

.footer-barra02 ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer-barra02 ul li {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.footer-barra02 ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 7px 14px;
    text-align: center;
    color: #FFF;
    background-color: rgba(1,64,131, 0.8);
    transition: 0.3s;
    border-radius: 0 6px;
}

.footer-barra02 ul li a:hover {
    background-color: rgba(1,64,131, 0.95);
}

/*- Barra 03 -*/

.footer-barra03 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background: rgba(1,64,131, 0.8);
}

.footer-barra03 .copyright {
    text-align: center;
    color: #FFF;
    padding: 10px 0 5px 0;
    font-size: 14px;
}

.footer-divisao{
    width: 100%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+1,2e3715+50,202020+100 */
    background: #202020; /* Old browsers */
    background: -moz-linear-gradient(left, #202020 1%, #2e3715 50%, #202020 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #202020 1%,#2e3715 50%,#202020 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #202020 1%,#2e3715 50%,#202020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#202020',GradientType=1 ); /* IE6-9 */
}

.footer-fixo {
    position: fixed;
    z-index: 1000;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
    background-color: #E8F7FC;
    bottom: 0;
    width: 100%;
    height: 4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid rgba(52, 182, 231, 0.1)
}
.box-footer-fixo{
    color: #014083;
    font-size: 19px;
    font-weight: bold;
}
.box-footer-fixo span{
    color: #1BADE5;
    font-weight: normal;
}
.bt-footer-fixo a{
    background: rgba(1,64,131, 0.75);
    color: #E8F7FC;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
}
.bt-footer-fixo a:hover{
    background: rgba(1,64,131, 1);
    color: #46C5F0;
}</pre></body></html>