<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	---------------- Principais ---------------- */
*{box-sizing:border-box}

html{height:100%; width:100%;-webkit-backface-visibility:hidden !important;}
body {margin:0; min-width:322px; background:#ffc008; overflow-y:scroll; font-weight: 400; color:#202020; height: 100%; font-size:14px; -webkit-backface-visibility:hidden; overflow-x:auto; -webkit-backface-visibility:hidden !important;} 

input, select, textarea {outline-style:none; font-size:14px}
h1,h2,h3{padding:0; margin:0; font-weight:400}
hr {color: #4B4B4B}

a {outline : none; text-decoration: unset; color: inherit;}
a img {outline : none;}
img {border : 0; outline: 0;}
input, button, select, textarea{outline: 0;}
div:focus {outline: 0;}

.alignCenter {*position: absolute; top: 50%;display: table-cell;vertical-align: middle;}

.centralizar_site {display:inline-block; width:calc(100% - 40px); margin-left:20px; margin-right:20px; max-width:1240px; height:100%} 
/*	---------------- Principais  ---------------- */


/*	---------------- Conteudo ---------------- */
#Conteudo {float:left; width:100%; text-align:center; height:auto; padding:25px 0px 40px 0px; }

#Conteudo .Logo {float:left; width:100%; margin-bottom:20px; text-align:center}
#Conteudo .Logo img {width:159px; height:auto}

#Conteudo .Links {float:left; width:100%; margin-bottom:5px; text-align:center}
#Conteudo .Links img {width:100%; max-width:460px; height:auto; transition: 0.3s;}
#Conteudo .Links img:hover {opacity: 0.80; cursor:pointer}
/*	---------------- Conteudo  ---------------- */</pre></body></html>