<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*FONTES*/
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:  local('Open Sans Italic'), 
		local('OpenSans-Italic'), 
		url(/template/m3/font/opensans/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2'),
		url(/template/m3/font/opensans/mem6YaGs126MiZpBA-UFUK0Zdcs.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  local('Open Sans Regular'), 
		local('OpenSans-Regular'), 
		url(/template/m3/font/opensans/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'),
		url(/template/m3/font/opensans/mem8YaGs126MiZpBA-UFVZ0d.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  local('Open Sans Bold'), 
		local('OpenSans-Bold'), 
		url(/template/m3/font/opensans/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2'),
		url(/template/m3/font/opensans/mem5YaGs126MiZpBA-UN7rgOUuhv.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), 
       local('OpenSans-SemiBold'), url(/template/m3/font/opensans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'),
       url(/template/m3/font/opensans/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*FIM FONTES*/

/*GERAL*/
* {font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption,section,select,hr {padding: 0;margin: 0; border: 0; letter-spacing: -0.04em}
html.no_scroll {overflow-y: hidden}

::placeholder {color: #b5b6c3; opacity: 1}
:-ms-input-placeholder {color: #b5b6c3}
::-ms-input-placeholder {color: #b5b6c3}

a {color: #116ecd; text-decoration: none}
a:hover {color: #000}

.campo {width: 100%; background-clip: padding-box; background-color: #fff; border: 0; color: #575757; display: block; font-size: 16px; font-weight: 400; line-height: 46px; padding: 7px 16px; transition: box-shadow .4s ease;}
.campo:focus {outline: none}

.round-5 {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden}
.relative-block {display: block; position: relative}
.gradient {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(20,20,20,0)),color-stop(0,rgba(20,20,20,0)),color-stop(100%,#141414),to(#141414)); background: linear-gradient(to bottom,rgba(20,20,20,0) 1%,rgba(20,20,20,0) 0,#141414 100%,#141414 100%); -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out;}
.text-center {text-align: center}
.pos-rel {position: relative}
.center-content:focus {outline: none}

.overlay,
#overlay {width: 100%; height: 100%; position: fixed; top: 0; z-index: 350; display: block; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 100%)}
#overlay.left {transition: left .4s; left: -100%}
#overlay.left.active {left: 0}
#overlay.right {transition: right .4s; right: -100%}
#overlay.right.active {right: 0}
#overlay.center {left:0;display: none}
#overlay.center.active {left: 0; display: block}

.pop-user-data {width: 100%; padding: 10px; display: block; position: fixed; top: 0; left: 0; background: rgb(255 255 255 / 0.85); font-size: 13px; color: #000; z-index: 999; -webkit-box-shadow: 0px -20px 44px 0px rgba(0,0,0,0.29); -moz-box-shadow: 0px -20px 44px 0px rgba(0,0,0,0.29); box-shadow: 0px -20px 44px 0px rgba(0,0,0,0.29)}
.pop-user-data button {float: right; padding-left: 10px; padding-right: 10px}

.footer .box-m3 .grupo img,
.img_editor img {width:100%; height: auto}

.dw-chart.pie, .dw-chart.doughnut {display: block; min-height: 250px !important; max-height: 250px !important;}

.btn-main {width: 100%; padding: 10px 0; background-color: #0c8928 !important; font-size: 16px; font-weight: 600; border: 0; color: #fff; border-radius: 25px !important}
.btn-main:hover {background: #18702c!important; text-decoration: none!important; color: #fff !important}
/*FIM GERAL*/

/*HEADER USER*/
.anchor-busca-button {clip-path: polygon(0% 0%,100% 0,90% 100%,0% 100%); padding: 12px 27px 12px 18px; border: 0; line-height: 25px; font-weight: normal; color: #ffffff; text-align: left}
.anchor-busca-button .lupa-grey-sm {margin-right: 4px; background-image: url(/template/m3/ico/lupa-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/lupa-white-sm.png) 1x, url(/template/m3/ico/lupa-white-sm-2x.png) 2x); background-image: image-set(url(/template/m3/ico/lupa-white-sm.png) 1x, url(/template/m3/ico/lupa-white-sm-2x.png) 2x);}

.wrap-profile-btn {position: relative;height: 100%;float: right;}
.profile-btn-user {position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.profile-btn-user .user-image {width: 30px;height: 30px;}
.profile-btn-user img {width: 100%;}
.profile-btn-user .text {display: none;line-height: 30px;color: #fff;padding: 0 10px 0 5px;font-size: 11px;}

@media (min-width: 1200px)
{ 
  .profile-btn-user .text {display: initial;}
  .wrap-profile-btn {display: contents;float: initial;}
  .profile-btn-user {right: initial;}
}
/*FIM HEADER USER*/

/*IFRAMES*/
.iframe-wrap {display: block; position: relative; height: 190px}
.iframe-wrap iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden}

.yt-loader {display: block;position: relative}
.yt-loader img { width: 100%; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.yt-loader .btn-play {cursor: pointer;background: transparent;border: 0;position: absolute;left: calc(50% - 48px);top: calc(50% - 30px);width: 96px;height: 61px;margin: auto;-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);z-index: 63;}
.yt-loader:hover .ytp-large-play-button-bg { -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);-webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);fill: #f00;fill-opacity: 1; }

@media (min-width: 768px)
{
    .iframe-wrap {height: 390px}
}
/*FIM IFRAMES*/

/*ERROS*/
.erro {text-align: center}
.erro h1 {font-size: 100px; color: #222222}
.erro h2 {color: #cccccc}
.erro p {margin: 10px 0 20px 0}

.note {text-align: center; padding: 10px; border-radius: 5px}
.note.danger {background: #ff2222; color: #fff}
/*FIM ERROS*/

/*LOAD ICO*/
#loading_ico_autoload {display: block; position: relative}
.load-ico  {width: 36px; height: 36px; float: left; position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background: url(/template/imagem/logo/logo-spin.gif)}
/*FIM LOAD ICO*/

/*BREADCRUMB*/
.breadcrumb {display: block; list-style:none; text-transform:uppercase; font-size:13px; line-height: 13px; word-break: break-word}
.breadcrumb li {margin-bottom: 5px; display: inline-block}
.breadcrumb li a:after {margin: 2px 4px; content: '\00BB'; color: #000000; font-size:12px}
.breadcrumb li:last-child a:after {content: ''}

@media (min-width: 576px)
{
    .breadcrumb li {margin-bottom: 0}
}
/*FIM BREADCRUMB*/

/*BANNERS*/
.banner-336x280,
.banner-336x280.auto {max-width: 336px; min-height: 280px; margin: 20px auto; text-align: center; float: none}
.banner-336x280.auto + * { margin-top: 20px }

.banner-300x250 {max-width: 300px; min-height: 250px; margin: 20px auto}
.banner-300x600 {max-width: 300px; height: 600px; margin: 30px auto}
.banner-970x250 {max-width: 970px; height: 50px; margin: 0 auto 20px auto; text-align: center}
.banner-970x250 &gt; div &gt; div {display: block; margin: auto}

.banner-lado_a_lado {width: 100%; height: 280px; margin: 20px auto; text-align: center}
.banner-redirect {width: 100%; height: 280px; margin: 25px auto; text-align: center}

.banner-300x250.sticky,
.banner-300x600.sticky,
.banner-970x250.sticky {position:-webkit-sticky; position:sticky; top:30px; text-align: center}

.lst-main .wrap-dw-slot-ad {margin: 0 auto 40px auto;}

@media (min-width: 768px)
{
    .banner-336x280,
    .banner-300x250,
    .banner-300x600,
    .banner-970x250 {height: auto}    

    .banner-336x280 {width: 336px; float: left; margin: 0 15px 15px 0}
    
    .banner-list &gt; div {margin: 20px 20px 0 0; float: left}
}
/*FIM BANNERS*/

/*BUSCA*/
#busca-form .campo {width: calc(100% - 50px); float: left; background: transparent !important}
#busca-form .gsc-input td, 
#busca-form .gsc-input table, 
#busca-form .gsc-input-box {border-width: 0; padding: 0}
#busca-form .gsc-input td {padding: 0}
#busca-form .gsc-search-button {border-width: 0; background: transparent; outline-color: transparent; cursor: pointer; padding-right: 12px}
#busca-form .gsc-search-button svg {fill: #116ecd; transform: scale(1.7)}
/*FIM BUSCA*/

/*CORES*/
.bg-white {background-color: #ffffff}
.bg-grey {background-color: #e2e2e2}
.bg-grey-light {background-color: #f1f1f1}
.bg-dark {background-color: #1a1919}
.bg-dark-light {background-color: #222121}
.bg-blue-dark {background-color: #003b78}

.bg-social .facebook {background-color: #325a97}
.bg-social .facebook:hover {background-color: #204379}
.bg-social .twitter {background-color: #116ecd}
.bg-social .twitter:hover {background-color: #0293ca}
.bg-social .instagram {background-color: #a32b8d}
.bg-social .instagram:hover {background-color: #7b1669}
.bg-social .linkedin {background-color: #006699}
.bg-social .linkedin:hover {background-color: #00476b}
.bg-social .whatsapp {background-color: #225e29}
.bg-social .whatsapp:hover {background-color: #0d2e10}
.bg-social .telegram {background-color: #116ecd}
.bg-social .telegram:hover {background-color: #0b82b1}
.bg-social .youtube {background-color: #c00}
.bg-social .youtube:hover {background-color: #b00}
/*FIM CORES*/

/*ICONES*/
.check-sm {background-image: url(/template/imagem/ico/check-sm.png); background-image: -webkit-image-set(url(/template/imagem/ico/check-sm.png) 1x, url(/template/imagem/ico/check-sm-2x.png) 2x);}
.lupa-sm {background-image: url(/template/m3/ico/lupa-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/lupa-sm.png) 1x, url(/template/m3/ico/lupa-sm-2x.png) 2x);}
.lupa-grey-sm {background-image: url(/template/m3/ico/lupa-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/lupa-grey-sm.png) 1x, url(/template/m3/ico/lupa-grey-sm-2x.png) 2x);}
.lupa-white-sm {background-image: url(/template/m3/ico/lupa-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/lupa-white-sm.png) 1x, url(/template/m3/ico/lupa-white-sm-2x.png) 2x);}
.comment-grey-sm {background-image: url(/template/m3/ico/comment-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/comment-grey-sm.png) 1x, url(/template/m3/ico/comment-grey-sm-2x.png) 2x);}
.share-grey-sm {background-image: url(/template/m3/ico/share-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/share-grey-sm.png) 1x, url(/template/m3/ico/share-grey-sm-2x.png) 2x);}
.rss-white-sm {background-image: url(/template/m3/ico/rss-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/rss-white-sm.png) 1x, url(/template/m3/ico/rss-white-sm-2x.png) 2x);}
.rss-grey-sm {background-image: url(/template/m3/ico/rss-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/rss-grey-sm.png) 1x, url(/template/m3/ico/rss-grey-sm-2x.png) 2x);}

.facebook-sm {background-image: url(/template/m3/ico/facebook-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/facebook-sm.png) 1x, url(/template/m3/ico/facebook-sm-2x.png) 2x);}
.twitter-sm {background-image: url(/template/m3/ico/twitter-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/twitter-sm.png) 1x, url(/template/m3/ico/twitter-sm-2x.png) 2x);}
.instagram-sm {background-image: url(/template/m3/ico/instagram-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/instagram-sm.png) 1x, url(/template/m3/ico/instagram-sm-2x.png) 2x);}
.linkedin-sm {background-image: url(/template/m3/ico/linkedin-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/linkedin-sm.png) 1x, url(/template/m3/ico/linkedin-sm-2x.png) 2x);}
.whatsapp-sm {background-image: url(/template/m3/ico/whatsapp-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/whatsapp-sm.png) 1x, url(/template/m3/ico/whatsapp-sm-2x.png) 2x);}
.telegram-sm {background-image: url(/template/m3/ico/telegram-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/telegram-sm.png) 1x, url(/template/m3/ico/telegram-sm-2x.png) 2x);}
.youtube-sm {background-image: url(/template/m3/ico/youtube-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/youtube-sm.png) 1x, url(/template/m3/ico/youtube-sm-2x.png) 2x);}

.facebook-white-sm {background-image: url(/template/m3/ico/facebook-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/facebook-white-sm.png) 1x, url(/template/m3/ico/facebook-white-sm-2x.png) 2x);}
.twitter-white-sm {background-image: url(/template/m3/ico/twitter-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/twitter-white-sm.png) 1x, url(/template/m3/ico/twitter-white-sm-2x.png) 2x);}
.instagram-white-sm {background-image: url(/template/m3/ico/instagram-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/instagram-white-sm.png) 1x, url(/template/m3/ico/instagram-white-sm-2x.png) 2x);}
.linkedin-white-sm {background-image: url(/template/m3/ico/linkedin-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/linkedin-white-sm.png) 1x, url(/template/m3/ico/linkedin-white-sm-2x.png) 2x);}
.whatsapp-white-sm {background-image: url(/template/m3/ico/whatsapp-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/whatsapp-white-sm.png) 1x, url(/template/m3/ico/whatsapp-white-sm-2x.png) 2x);}
.telegram-white-sm {background-image: url(/template/m3/ico/telegram-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/telegram-white-sm.png) 1x, url(/template/m3/ico/telegram-white-sm-2x.png) 2x);}
.youtube-white-sm {background-image: url(/template/m3/ico/youtube-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/youtube-white-sm.png) 1x, url(/template/m3/ico/youtube-white-sm-2x.png) 2x);}
.google-white-sm {background-image: url(/template/m3/ico/google-white-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/google-white-sm.png) 1x, url(/template/m3/ico/google-white-sm-2x.png) 2x);}

.facebook-grey-sm {background-image: url(/template/m3/ico/facebook-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/facebook-grey-sm.png) 1x, url(/template/m3/ico/facebook-grey-sm-2x.png) 2x);}
.twitter-grey-sm {background-image: url(/template/m3/ico/twitter-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/twitter-grey-sm.png) 1x, url(/template/m3/ico/twitter-grey-sm-2x.png) 2x);}
.instagram-grey-sm {background-image: url(/template/m3/ico/instagram-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/instagram-grey-sm.png) 1x, url(/template/m3/ico/instagram-grey-sm-2x.png) 2x);}
.linkedin-grey-sm {background-image: url(/template/m3/ico/linkedin-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/linkedin-grey-sm.png) 1x, url(/template/m3/ico/linkedin-grey-sm-2x.png) 2x);}
.whatsapp-grey-sm {background-image: url(/template/m3/ico/whatsapp-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/whatsapp-grey-sm.png) 1x, url(/template/m3/ico/whatsapp-grey-sm-2x.png) 2x);}
.telegram-grey-sm {background-image: url(/template/m3/ico/telegram-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/telegram-grey-sm.png) 1x, url(/template/m3/ico/telegram-grey-sm-2x.png) 2x);}
.youtube-grey-sm {background-image: url(/template/m3/ico/youtube-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/youtube-grey-sm.png) 1x, url(/template/m3/ico/youtube-grey-sm-2x.png) 2x);}
.google-grey-sm {background-image: url(/template/m3/ico/google-grey-sm.png); background-image: -webkit-image-set(url(/template/m3/ico/google-grey-sm.png) 1x, url(/template/m3/ico/google-grey-sm-2x.png) 2x);}
/*FIM ICONES*/</pre></body></html>