<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #524b45;
    font-family: 'Ubuntu';
    font-size: 16px;
}

a {
    text-decoration: none !important;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    outline: none !important;
}

.container-fluid {
    max-width: 1600px;
}

.navbar-default {
    background-color: #524B45;
    border-color: #524B45;
}

.navbar-default .navbar-nav &gt; li {
    position: relative;
}

.navbar-collapse {
    padding: 0;
    position: relative;
}

.header .navbar.navbar-fixed-top.mobile {
    display: block;
    top: 0;
}
.header .navbar.navbar-fixed-top {
    display: none;
    position: fixed;
    top: 74px;
}
.header .navbar-fixed-top {
    box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.10);
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn,
.form-control {
    border-radius: 0 !important;
}

.title-cms,
.nome_pagina_cms {
    color: #524b45;
    font-size: 3em;
    text-transform: uppercase;
}

.nome_pagina_cms {
    text-align: center;
}


.navbar-toggle {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}

.hvr-overline-from-center::before {
    background-color: #97DCF4;
}

/*  Extra
-----------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-upper {
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}

.btn-primary {
    background-color: #97dcf4;
    border-color: #97dcf4;
    color: #524b45;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    
    .flex-container {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

}

@media only screen and (min-width: 992px) {
    .col-md-offset-1-5 {
        margin-left: 12.5%;
    }
}


.navbar-default {z-index: 828282828282;}</pre></body></html>