<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
   font-family:'Lato';
}
.homeHeader {
    background-image: url("../img/headerBackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 730px;
}
.imgTitle, .imgTop {
    display: block;
    margin: 0 auto;
    padding-top: 10%;
    max-width:100%;
}
.container-title {
    letter-spacing: 0.5em;
}
.container-fluid about{
    background-color:rgb(255, 255, 255);
    color:rgb(0, 0, 0);
}
.about h3, .beneficios h3,.beneficios h4, .beneficios h2, .diferenciais,.publique{
    text-transform:uppercase;
    text-align:center;
}
.about p {
    text-align: justify;
    font-size: 1.3em;
}
.beneficios {
    background-color: rgb(238, 238, 238);
}
 .beneficios .container, .diferenciais .container, .publique .container {
    padding-top: 5%;
    padding-bottom: 3%;
}
.about .container {
    padding-top: 5%;
    padding-bottom: 5%;
}
.beneficios h3, .beneficios h4, .beneficios h2, .diferenciais h3, .diferenciais h4, .diferenciais h2, .publique h3, .publique h4, .publique h2 {
    margin: 2px;
}
.about h3 {
    font-size:2em;
}
.publique h4{
    font-size:1.8em;
}
.publique h2{
    font-size:2.9em;
}
.beneficios h4, .diferenciais h4 {
    font-size: 1.5em;
}
.beneficios h2, .diferenciais h2 {
    font-size: 3em;
}
.beneficios h3, .diferenciais h2{
    font-size: 2.8em;
}
.beneficios .imgTitle, .diferenciais .imgTitle {
    padding-top: 2%;
    max-width: 100%;
}
.btnOrcamento {
    text-transform: uppercase;
    border: solid 1px rgb(0, 0, 0);
    display: block;
    margin: 0 auto;
    text-align:center;
    border-radius:10px;
    max-width:300px;
    font-size:1.5em;
    padding:5px;
    cursor: pointer;
}
.diferenciais{
    background-color: rgb(27, 27, 27);
}
.diferenciais .container{
    padding-bottom:0%;
}
.diferenciais h4 {
    color: rgb(255, 255, 255);
}
.diferenciais h2 {
    color: rgb(254, 249, 0);
}
.publique {
    color: rgb(255, 255, 255);
    background-color: rgb(49, 49, 49);
    max-height: 48em;
}
.publique p, .publique ul {
    text-align: justify;
    line-height: 2em;
    padding-top: 1em;
}
.publique .imgTop {
    /*top: 155px;*/
    position: relative;
    padding:0;
    max-width:100%;
    
}

.listaPublique{
    list-style:none;
}
.maisInformacoes .container {
    padding-top: 15%;
    padding-bottom: 3%;
}
.maisInformacoes h3, .maisInformacoes h4 {
    text-align: center;
    letter-spacing: 0.1em;
}
.social-icons span a {
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 42px;
    line-height: 0px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 12px;
}
.footer{
    background-color:rgb(12,12,12);
}
svg {
    max-width: 10em;
    position: relative;
    max-height: 2em;
}
.nav-item {
    color:rgb(255,255,255);
}
.navbar-collapse {
    background-color:transparent!important;
    margin-bottom:0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: rgb(255,255,255);
}
.btnOrcamento a{
    text-decoration:none;
    color:rgb(0,0,0);
}
.new-footer-ul 
{
    color:rgb(255, 255, 255);
}
.iframeYoutubeCenter {
    width: 100%;
    height: 320px;
    padding-bottom: 5%;
    max-width:100%;
}
@media(max-width:750px) {
    .navbar {
        background-color: rgba(143, 143, 143, 0.9)!important;
    }
    .homeHeader {
        min-height: 0;
    }
    .imgTitle, .imgTop {
        padding-top: 25%;
    }
    .publique {
        color: rgb(255, 255, 255);
        background-color: rgb(49, 49, 49);
        max-height: none;
    }
    .listaPublique{
        padding-left:0;
    }
    .beneficios h3, .diferenciais h2 {
        font-size: 2.0em;
        max-width: 100%;
    }
    .maisInformacoes{
        padding:0;
    }
    .maisInformacoes iframe {
        height: 1320px!important;
    }
   
}
@media(max-width:420px){
    .iframeYoutubeCenter {
        height: 100%;
    }
}
</pre></body></html>