*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;flex-direction:column;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;display:flex}main{flex:1}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}@media (min-width:768px){h1{font-size:3rem}}@media (min-width:992px){h1{font-size:3.5rem}}h2{margin-bottom:1.5rem;font-size:2rem;font-weight:600}@media (min-width:768px){h2{font-size:2.5rem}}h3{margin-bottom:1rem;font-size:1.5rem;font-weight:600}@media (min-width:768px){h3{font-size:1.75rem}}h4{margin-bottom:1rem;font-size:1.25rem;font-weight:600}h5{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}h6{margin-bottom:.5rem;font-size:1rem;font-weight:600}p{color:#333;margin-bottom:1rem;line-height:1.6}.texto-grande{font-size:1.25rem;line-height:1.8}.texto-pequeno{font-size:.875rem}.texto-destaque{color:#0b7fb1;font-weight:700}.texto-claro{color:#666}.texto-centro{text-align:center}.texto-direita{text-align:right}.texto-esquerda{text-align:left}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animacao-fadeIn{animation:.6s ease-out fadeIn}.animacao-fadeInUp{animation:.6s ease-out fadeInUp}.animacao-fadeInDown{animation:.6s ease-out fadeInDown}.animacao-slideInLeft{animation:.6s ease-out slideInLeft}.animacao-slideInRight{animation:.6s ease-out slideInRight}.animacao-zoomIn{animation:.6s ease-out zoomIn}.animacao-pulse{animation:2s ease-in-out infinite pulse}.animar-ao-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.animar-ao-scroll.visivel{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s;animation-delay:.1s}.delay-2{transition-delay:.2s;animation-delay:.2s}.delay-3{transition-delay:.3s;animation-delay:.3s}.delay-4{transition-delay:.4s;animation-delay:.4s}html,body{max-width:100vw;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2rem}}.mt-xs{margin-top:.5rem}.mt-sm{margin-top:1rem}.mt-md{margin-top:1.5rem}.mt-lg{margin-top:2rem}.mt-xl{margin-top:3rem}.mb-xs{margin-bottom:.5rem}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:1.5rem}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}.pt-xs{padding-top:.5rem}.pt-sm{padding-top:1rem}.pt-md{padding-top:1.5rem}.pt-lg{padding-top:2rem}.pt-xl{padding-top:3rem}.pb-xs{padding-bottom:.5rem}.pb-sm{padding-bottom:1rem}.pb-md{padding-bottom:1.5rem}.pb-lg{padding-bottom:2rem}.pb-xl{padding-bottom:3rem}.flex{display:flex}.flex-centro{justify-content:center;align-items:center;display:flex}.flex-entre{justify-content:space-between;align-items:center;display:flex}.grid{display:grid}.secao{padding:3rem 0}.secao.secao-escura{color:#fff;background-color:#333}.secao.secao-cinza{background-color:#f5f5f5}
