<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*titulo do site*/
*{
  font-family: sans-serif,  "opensans-bold",Arial, serif;
  line-height:1.3;
}
.text-formatted a{
 color:blue;
}
.breadcrumb{
  background-color:white;
}

/*menu celular*/
div.sf-accordion-toggle.sf-style-black a{
  background-color:green;
}
ul.sf-menu.sf-style-black a.is-active{
  background-color:green;
}
ul.sf-menu.sf-style-black a:hover{
  background-color:green;
}

h2 {
   
  font-family: opensans-bold;
  font-weight: bold;
  font-size: 20px;
  }

#navbar-top{
   background-color:#077000;
   height:52px;
}

ul.sf-menu.sf-style-black li, ul.sf-menu.sf-style-black.sf-navbar{
  background: #077000;
}
.block-destacado img{
  width:100%;
   font-size:2rem;
}

is-active sf-depth-1{
  background:green;
}


.navbar-brand {
  font-size: 1.25rem;
  color: white;
  font-weight: 600;
}

.navbar-brand a:hover {
  color: #0066CB;
}

/*menu principal*/
.navbar-expand-lg .navbar-nav .nav-link{
  color: white;
  font-weight: 600;
}

.sidebar .block {
  background-color: #fff; /*  #fffdf7;*/
  border-width:0px;
  
}
.content{
  background-color:white;
}
.highlighted{
  background-color:white;
}
#main-wrapper{
  background-color:white;
}

.sidebar h2{
  border-bottom:0px;
  font-weight:normal;
}

.main-content h2{
  font-weight:normal;
  font-size:18px;
}

.titulo-entretenimento{
  padding: 8px 8px 24px 30px;
  font-size: 1.0rem;
  font-family: "Opensans-bold", Arial, serif;
  max-width:200px;
}
.block-saude{
  color: #CD150C;
  font-size:18px;
  font-family: "Opensans-bold", Arial, serif;
}
.block-saude a:link{
  color: #CD150C;
}
.block-saude a:active{
  color: black;
}
.block-saude a:visited{
  color: #CD150C;
}
.block-saude a:hover{
  color: red;
}
.block-destaque {
  max-width:100%;
}

.main-content h2{
  font-weight:bold;
  font-size:25px;
}
.site-footer .content{
  background-color:#077000;
}

#superfish-main-toggle{
   background-color:#077000;
   border:0px;
   
   
}
</pre></body></html>