 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #f9fafb; font-family: 'Inter', Arial, Helvetica, sans-serif; color: #1f2937; margin: 0; padding: 0; line-height: 1.7; font-size: 18px; } .container { background: #fff; max-width: 880px; margin: 42px auto 32px auto; padding: 40px 28px 32px 28px; border-radius: 18px; box-shadow: 0 6px 32px 8px rgba(0,0,0,0.07); border: 1px solid #e5e7eb; } h1 { font-size: 2.2rem; font-weight: 800; margin-top: 0; margin-bottom: 18px; color: #15417f; letter-spacing: -1px; text-align: center; } p.date { color: #989898; font-size: 1rem; text-align: center; margin-top: 0; margin-bottom: 32px; } h2 { color: #bb9e33; font-size: 1.3rem; margin-top: 36px; margin-bottom: 10px; font-weight: 700; border-left: 5px solid #e5c853; padding-left: 13px; background: #fdf6e3; border-radius: 7px; display: inline-block; } p { margin-top: 0; margin-bottom: 17px; font-size: 1.02em; color: #232627; } ul, ol { margin: 0 0 22px 24px; padding: 0; color: #202020; } ul li, ol li { margin-bottom: 9px; padding-left: 4px; position: relative; font-size: 1em; } ul li::marker { color: #f3b400; font-size: 1.1em; } li strong { color: #1f2937; } a { color: #2266b7; text-decoration: underline; word-break: break-all; transition: color 0.2s; } a:hover { color: #bb9e33; text-decoration: underline; } @media (max-width: 600px) { .container { padding: 18px 4vw 16px 4vw; margin: 18px 0 10px 0; } h1 { font-size: 1.3rem; margin-bottom: 18px; } h2 { font-size: 1.06rem; padding-left: 8px; } p, li { font-size: 1em; } } /* Estilização adicional para divisão sutil de seções */ .divider { width: 100%; height: 1.2px; background: linear-gradient(90deg,#e7e5d7, #fbe584 54%, #e7e5d7); opacity: 0.48; margin: 26px 0 38px 0; border: none; } .contact-list { margin-top: 0; margin-bottom: 22px; margin-left: 24px; } .site-link { font-weight: 600; color: #15417f; text-decoration: none; transition: color .2s; } .site-link:hover { color: #bb9e33; }
