<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.nav-link:hover  {
  color: #0f4c83 !important;
}
a.nav-link:focus  {
  color: #0f4c83 !important;
}
a.nav-link:active  {
  color: #0f4c83 !important;
}

.txtLaranja {
  color:#0f4c83;
}

html .text-color-dark, html .text-dark {
  color:#62162f !important
}
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav &gt; ul &gt; li &gt; a {
  color: #62162f !important;
}
html .bg-color-primary, html .bg-primary {
  /* background-color: #62162f !important;*/
  background-color: #0f4c83 !important;
}
html .btn-secondary {
 /* background-color: #0f4c83;*/
 background-color: #62162f;
  border-color: #0f4c83 #0f4c83 #0f4c83;
  color: #FFF;
  --color: #fff;
  --hover: #62162f;
  --disabled: #62162f;
  --active: #2c387f;
}
html .btn-secondary:hover {
  background-color: #2c387f;
  
}
html .btn-quaternary {
  background-color: #0f4c83;
  border-color: #0f4c83 #0f4c83 #c7cce8;
  color: #fff;
  --color: #ebedf7;
  --hover: #ffffff;
  --disabled: #ebedf7;
  --active: #0f4c83;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
  background-color: #0f4c83 !important;
  border-color: #0f4c83 #0f4c83 #c7cce8 !important;
  color:#fff !important;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #0f4c83 !important;
  border-color: #0f4c83 #0f4c83 #c7cce8 !important;
  color:#fff !important;
}
.owl-carousel.custom-nav-1 .owl-nav .owl-prev:before, .owl-carousel.custom-nav-1 .owl-nav .owl-next:before {
  color: #fff !important;
}
html.side-panel .side-panel-wrapper {
  
  background: #faf4f4;
}
html .text-color-primary, html .text-primary {
  color: #62162f !important;
}
html .bg-color-light, html .bg-light {
  background-color: #faf4f4 !important;
}</pre></body></html>