<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default Conf */

body, h1, h2, h3, h4, ul, li, p, input, img, fieldset, button{
    margin: 0;
    padding: 0;
    border: 0;}

.wrap{
    margin: 0 auto;
    width: 1000px;}

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

.internas p a{
    color: #e590aa;
    font-weight: bold;
    border-bottom: 1px dotted #e590aa;}  
    
.internas p a:hover{
    border-bottom: 1px solid #e590aa;
    text-decoration: none;}  

p{
    margin-bottom: 15px;
    line-height: 1.4;}

.cp{
    color: #ED1091;}

.spacer{
    padding: 20px;}

::-moz-selection { background: #e6ff41; color: #000; text-shadow: none; }
::selection      { background: #e6ff41; color: #000; text-shadow: none; }

a:hover,
.tud,
.tud a{
    text-decoration: underline;}

.fx{
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;}

/* OpÃ§Ã£o quando nÃ£o quiser que o &lt;a href&gt; tenha underline - Precisa ser usado no parent */

.ntd a,
.ntd a:hover,
.ntd,
#main .ntd{
    text-decoration: none;}

.lh{
    line-height: 1;}

.lh2{
    line-height: 1.2;}

.lh4{
    line-height: 1.4;}

/* Alignments */

.l{float: left;}
.r{float: right;}

/* Block positions */

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.db{display: block;}
.di{display: inline-block;}
.w100{width: 100%;}

/* Font/Text settings */

.b{font-weight: bold;}
.i{font-style: italic;}
.fl{font-weight: lighter;}
.center{text-align: center;}
.tright{text-align: right;}
.tleft{text-align: left;}
.ti{text-indent: -9999em;}
.tu{text-transform: uppercase;}

/* Font sizes */

.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f19{font-size: 19px;}
.f20{font-size: 20px;}
.f21{font-size: 21px;}
.f21{font-size: 21px;}
.f22{font-size: 22px;}
.f23{font-size: 23px;}
.f24{font-size: 24px;}
.f25{font-size: 25px;}
.f26{font-size: 26px;}
.f27{font-size: 27px;}
.f28{font-size: 28px;}
.f29{font-size: 29px;}
.f30{font-size: 30px;}
.f31{font-size: 31px;}
.f32{font-size: 32px;}
.f33{font-size: 33px;}
.f34{font-size: 34px;}
.f35{font-size: 35px;}
.f36{font-size: 36px;}
.f40{font-size: 40px;}

/* Margins */

.mt5{margin-top: 5px;}
.mb5{margin-bottom: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}

.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}

.mt15{margin-top: 15px;}
.mb15{margin-bottom: 15px;}
.ml15{margin-left: 15px;}
.mr15{margin-right: 15px;}

.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mr20{margin-right: 20px;}

.mt25{margin-top: 25px;}
.mb25{margin-bottom: 25px;}
.ml25{margin-left: 25px;}
.mr25{margin-right: 25px;}

.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.ml30{margin-left: 30px;}
.mr30{margin-right: 30px;}

.mt35{margin-top: 35px;}
.mb35{margin-bottom: 35px;}
.ml35{margin-left: 35px;}
.mr35{margin-right: 35px;}

/* Other stuff */

.pointer{cursor: pointer;}
.hidden{display: none;}
.css-crop{overflow: hidden;}
.clear{clear: both;}
li{list-style: none;} /* Default list style sucks - If you need it, remove this line, or create a specific rule - e.g. #your-div li{} */
textarea:focus, input:focus{outline: none;} /* It will avoid the annoying default yellow border on Google Chrome in textarea and input */

/* FormulÃ¡rios */

.input-padrao{
    border: 1px solid #000;
    background: #FFF;
    padding: 10px;
    font-family: Arial;}

.btn-news{
    background: url(../imagens/default/btn-form-newsletter.png) no-repeat;
    width: 35px;
    height: 35px;}

iframe[id^="oauth2relay"]{
    display:none} 

/* Cores padrÃ£o */

.cb{
    color: #FFF;}

.ap{
    color: #182d6b;}</pre></body></html>