<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-fundo{
    /*background: url(/public/site/img/background/09.jpg) no-repeat center center fixed;*/
    /*    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    background-color: #fff;
}


.cabecalho {
    padding-top: 25px;
    padding-bottom: 25px;
}
.cabecalho-button img {
    max-width: 93%;
    height: 60px;;   
    /*transition: all 0.5s;*/
    border-radius:0px;
    /* background-color: #286090;*/
    /*background: -webkit-radial-gradient(#017aa2 0%, #03a7dd 100%);*/
    /*background: radial-gradient(#017aa2 0%, #03a7dd 100%);*/
    border: 0 solid;
    /*box-shadow: inset 0 0 20px rgba(10, 54, 91, .5);*/
    /*outline: 1px solid;*/
    /*outline-color: rgba(10, 54, 91, .5);*/
    /*outline-offset: 0px;*/
    /*text-shadow: none;*/
    /*transition: all 1250ms cubic-bezier(10, 54, 91, 1);*/
}
/*.cabecalho-button img:hover{
    max-width: 93%;
    height: 60px;   
    border-radius:10px;px
    transition: all 0.5s;
    border-radius:0px;
    background-color: #286090;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(10, 54, 91, .5), 0 0 20pxrgba(10, 54, 91, .5);
    outline-color: rgba(10, 54, 91, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388; 
}*/
#logo img {
    max-width: 115%;
    margin-top: 10px;
}
#clearfix{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255, 1.9);
    box-shadow: 0 4px 2px rgba(31, 31, 31, 0.7);
    z-index: 1000;
}
.navbar{
    margin-bottom: 0px;
}
.button-clearfix button{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 1px;
    background-color: #286090;
    border:#286090;
    height: 55px;
    float: right;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    line-height: 32px;
}
.button-clearfix button:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}
.button-clearfix button:hover::after, button:focus::after {
    animation: sheen 1s forwards;
}



/*
.navbar-nav  {
    font-weight: bold;
    font-size: 15px;
    color: white;
    text-align: center;
}
.navbar-nav &gt; li &gt; .dropdown-menu{
    background-color: #286090;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    max-width: 100%;
}
.dropdown-menu &gt; li &gt; a{
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
}
@media screen and (min-width: 765px) {
    #main{
        position: relative;
        margin-top: 20px;
    }
    .navbar-nav{
        font-size: 12px;
    }
}
@media screen and (max-width: 764px) {
    #logo img {
        max-width: 100%;
    }
    #main{
        padding-top:60px;
    }
    #logo2 img {
        max-width: 85%;
        margin-left: 15px;
    }
    .cabecalho-button{
        padding-bottom: 20px;
    }
}
.navbar-offcanvas.offcanvas-transform.in{
    background-color: #286090;
}
menu
.navbar-info {
    background-color: #03a7dd;
}
.fixed-me{
    transition: all 5s ;
}
.navbar-me {
    transition: all 1s ;
}
.navbar-default .navbar-nav &gt; li &gt; a{
    color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover{
    color: #fff;
}
.navbar-me{
    background-color: #03a7dd   ;
    background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #017aa2 0%, #03a7dd 100%);
    background-image: radial-gradient(ellipse farthest-corner at center top, #017aa2 0%, #03a7dd 100%);
    top: 0px;
    border: 0px;
    border-radius: 0px;
    transition: all 5s ;
}
.navbar-collapse{
    text-align: center;
    border-top-width: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle{
    border-color: #fff;
    font-size: 45px;
}*/
.fixed-me{
    top:0;
    z-index:888;
    width: 100%;
    position: fixed;
    /*background-color:#7B7B7B !important;*/
    /*    background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #7B7B7B 0%, #484848 100%);
        background-image: radial-gradient(ellipse farthest-corner at center top, #7B7B7B 0%, #484848 100%);*/
    /*border-bottom: 3px solid #7B7B7B !important;*/
    box-shadow: 0 4px 2px rgba(31, 31, 31, 0.7);
    transition: all 0.3s ;

}
/*menu fim*/

.cabecalho-button button{
    color:#fff ;
    height: 55PX;   
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    border-radius:10px;
    transition: all 0.5s;
    border-radius:0px;
    /* background-color: #286090;*/
    background: -webkit-radial-gradient(#017aa2 0%, #03a7dd 100%);
    background: radial-gradient(#017aa2 0%, #03a7dd 100%);
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(10, 54, 91, .5);
    outline: 1px solid;
    outline-color: rgba(10, 54, 91, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(10, 54, 91, 1);
}
.cabecalho-button button:hover{
    color:#fff ;
    height: 55PX;   
    margin-top:20px;
    font-weight: bold;
    margin-top: 20px;
    /*border-radius:10px;px*/
    transition: all 0.5s;
    border-radius:0px;
    background-color: #286090;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(10, 54, 91, .5), 0 0 20pxrgba(10, 54, 91, .5);
    outline-color: rgba(10, 54, 91, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388; 
}


@media screen and (max-width: 764px) {
    .cabecalho-button img {
        height: 45px;  
        transition: all 0.5s;
        border-radius:0px;
        /* background-color: #286090;*/
        background: -webkit-radial-gradient(#017aa2 0%, #03a7dd 100%);
        background: radial-gradient(#017aa2 0%, #03a7dd 100%);
        border: 0 solid;
        box-shadow: inset 0 0 20px rgba(10, 54, 91, .5);
        outline: 1px solid;
        outline-color: rgba(10, 54, 91, .5);
        outline-offset: 0px;
        text-shadow: none;
        transition: all 1250ms cubic-bezier(10, 54, 91, 1);
    }

    .cabecalho-button button{
        color:#fff ;
        height: 45px;   
        font-size: 13px;
        font-weight: bold;
        margin-top: 20px;
        transition: all 0.5s;
        border-radius:0px;
        /* background-color: #286090;*/
        background: -webkit-radial-gradient(#017aa2 0%, #03a7dd 100%);
        background: radial-gradient(#017aa2 0%, #03a7dd 100%);
        border: 0 solid;
        box-shadow: inset 0 0 20px rgba(10, 54, 91, .5);
        outline: 1px solid;
        outline-color: rgba(10, 54, 91, .5);
        outline-offset: 0px;
        text-shadow: none;
        transition: all 1250ms cubic-bezier(10, 54, 91, 1);
    }
}</pre></body></html>