<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Menu do site */
 
.nav-tabs &gt; li &gt; a {
	font-size: 14px;
}

.navigation {
    padding: 5px 0 10px;
    border-top: 1px solid rgba(0,0,0,0.075);
    border-bottom: 1px solid rgba(0,0,0,0.075);
    margin-bottom: 10px;
    font-size: 16px;
}

.navigation .nav-tabs {
    font-size: 12px;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus{
   color: 142879;
   background-color: #eee;
}
.nav-tabs &gt; li &gt; a {
    font-size: 16px;
	font-weight: bold;
}

/* Menu mobile do site */
.nav-collapse .nav &gt; li &gt; a, .nav-collapse .dropdown-menu a {
color: #ffffff;
}

.nav-collapse .nav &gt; li &gt; a:hover, .nav-collapse .nav &gt; li &gt; a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
color: 142879;    
background-color: #eee;
}

.header .nav.pull-right, .header-search {
    background-color: 142879;
    color: 142879;
}

/* Fonte texto do site */

body 
{
    font-size: 15px;
	line-height: 2em!important;
    margin-bottom: 20px;
	font-family: 'open_sansregular', 'Open Sans', Arial, Helvetica, sans-serif;
}

li {
    line-height: 2em!important;
}

/* Título dos módulos */

.h1, h2, h3, h4, h5, h6, .site-title {
     background-image: linear-gradient(to right, #0f5427, #ff0061, #e1ca96);
     color: #ffffff;
     padding: 14px 16px;
 	 border-radius: 10px;
}

/* Buttons do site */

.btn-block {
  color: 142879;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 18px;
  text-align: center;
}

.btn-block:hover {
  color: 142879;
}

.btn-light {
  color: 142879;
  border-radius: 10px;
  padding: 7px 8px;
  font-size: 16px;
  text-align: center;
}

.btn-light:hover {
  color: 142879;
}


/* tabelas do site */
.table {
  border-collapse: collapse;
}

.table, th, td {
  border: 1px solid black;
}</pre></body></html>