header#masthead{background:var(--white-light);align-items:center;width:100%;height:70px;display:flex;box-shadow:0 .5rem 1rem #0000000d,inset 0 -1px #0000001a}header#masthead nav.navbar{justify-content:space-between;align-items:center;width:100%;max-width:1320px;height:70px;margin-left:auto;margin-right:auto;padding:5px 15px;display:flex}header#masthead nav.navbar .navbar-brand a{max-height:76px;display:block}header#masthead nav.navbar .navbar-brand a img{border-radius:unset}header#masthead nav.navbar #mobile-nav{flex-grow:1;justify-content:flex-end;display:flex}header#masthead nav.navbar #mobile-nav ul.navbar-nav{margin:0;padding:0;list-style:none;display:inline-flex}header#masthead nav.navbar #mobile-nav ul.navbar-nav li{margin-bottom:0}header#masthead nav.navbar #mobile-nav ul.navbar-nav li a{color:var(--almost-black);text-transform:uppercase;padding:0 12px;font-size:15px;font-weight:500}header#masthead nav.navbar #mobile-nav ul.navbar-nav li a.active{font-weight:500}header#masthead .d-lg-none{display:none!important}@media (min-width:968px){header#masthead nav.navbar .navbar-toggler{display:none}}@media (max-width:968px){header#masthead .d-lg-none{display:block!important}header#masthead nav.navbar{max-width:100%;padding:5px 15px}header#masthead nav.navbar #mobile-nav{z-index:999999;background:var(--white-light);justify-content:unset;flex-grow:unset;border-right:5px solid #00000080;border-radius:0 30px 0 0;width:90%;min-height:100vh;transition:left .3s;display:block;position:fixed;top:0;bottom:0;left:-90%;overflow-y:auto}header#masthead nav.navbar #mobile-nav.show{left:0}header#masthead #overlayMenu{z-index:99999;background-color:#000000bf;width:100%;height:100vh;margin:auto;transition:all .3s;position:fixed;top:0;bottom:0;left:-100%}header#masthead #overlayMenu.show{left:0}header#masthead nav.navbar #mobile-nav .mobile-open{justify-content:space-between;align-items:center;display:flex!important}header#masthead nav.navbar #mobile-nav ul.navbar-nav li{border-bottom:3px solid #ffffff0d}header#masthead nav.navbar .navbar-toggler{font-size:inherit;border:unset;border-radius:unset;background-color:#0000;padding:0;line-height:0}header#masthead nav.navbar .barras-search,header#masthead nav.navbar .navbar-toggler .linhasmr{width:50px;height:50px;position:relative}header#masthead nav.navbar .navbar-toggler .linhasmr>span{background-color:var(--almost-black);border-radius:10px;width:28px;height:2px;transition:all .3s;position:absolute;top:0;right:10px}header#masthead nav.navbar.navbar-toggler .linhasmr .b1,header#masthead nav.navbar .navbar-toggler .linhasmr .b2,header#masthead nav.navbar .navbar-toggler .linhasmr .b3{transform:unset;-webkit-transform:unset;width:28px}header#masthead nav.navbar .navbar-toggler .linhasmr .b1{top:14px}header#masthead nav.navbar .navbar-toggler .linhasmr .b2{top:22px}header#masthead nav.navbar .navbar-toggler .linhasmr .b3{top:30px}header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b1{top:22px;transform:rotate(-45deg)}header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b2{width:0}header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b3{top:22px;transform:rotate(45deg)}header#masthead nav.navbar #mobile-nav ul.navbar-nav{width:100%;padding-top:20px;display:block}header#masthead nav.navbar #mobile-nav{padding:10px}header#masthead nav.navbar #mobile-nav ul.navbar-nav li a{text-align:center;padding:15px 0;display:block}}
footer#footer{margin-top:50px}footer#footer .menufooter{border-top:2px solid var(--black);padding:20px 0}footer#footer .menufooter .menus{margin:0;padding:0;list-style:none;display:inline-flex}footer#footer .menufooter .menus li{margin-bottom:0;margin-right:25px}footer#footer .menufooter .menus li a{color:var(--almost-black);padding:12px 0;font-size:16px;font-weight:600;display:block}footer#footer .copyright{background-color:var(--black);padding:10px}footer#footer .copyright p{color:var(--white);text-align:center;margin:0;font-size:14px;font-weight:400}@media (max-width:768px){footer#footer .menufooter .menus{margin-bottom:20px;display:block}footer#footer .menufooter .menus li{text-align:center}footer#footer #redesMedia{text-align:center;justify-content:center}}
#modalCookie{font-family:Arial,Helvetica,sans-serif;transition:opacity .4s ease-in;display:none}#modalCookie.show{display:block}#modalCookie>div.bodymodal{background:var(--white);z-index:999999;width:365px;color:var(--almost-black);text-align:center;border-radius:8px;margin:auto;padding:20px 15px;font-size:14px;line-height:1.4;position:fixed;bottom:110px;left:10px;box-shadow:0 5px 5px 4px #0000001a}#modalCookie>div.bodymodal a{color:var(--almost-black);text-decoration:underline}#buttonAceitoCookie{background-color:var(--color-primary);border-color:var(--color-primary);cursor:pointer;width:100%;color:var(--white);border-radius:8px;margin-top:6px;padding:.375rem .75rem;font-size:14px;font-weight:700;transition:all .3s}#buttonAceitoCookie:hover{background-color:var(--white);color:var(--color-primary)}@media (max-width:768px){#modalCookie>div.bodymodal{width:calc(100% - 20px);margin:0 auto;font-size:13px}}
.backToTop{background-color:var(--color-primary);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;width:42px;height:42px;font-size:24px;transition:all .3s;position:fixed;bottom:25px;left:15px;box-shadow:0 2px 10px #0003}.backToTop:hover{background-color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.backToTop:active{transform:translateY(0)}
:root{--color-primary:#00609b;--color-secondary:#3b5998;--white:#fff;--black:#000;--almost-black:#222;--light:#6c757d;--white-light:#f2f2f2}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--almost-black);background:var(--white);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.stickTopSpace{display:none}a{color:var(--color-primary);font-weight:600;text-decoration:none;transition:all .3s}a:hover{color:var(--color-secondary);text-decoration:none}h1,h2,h3,h4,h5,h6{clear:both;color:#212529;margin-top:24px;margin-bottom:15px;font-weight:600}p{margin-bottom:1rem}table{border-collapse:collapse;width:100%;max-width:100%;display:block;overflow-x:auto}canva,iframe{max-width:100%}picture,figure,video,audio,img{border-radius:8px;max-width:100%;height:auto}dl,ol,ul{margin-top:0;margin-bottom:1rem;padding-left:2rem}dl li,ol li,ul li{margin-bottom:.5rem;font-size:16px}#content{padding:30px 0}.container{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.mb-4{margin-bottom:1.5rem}.vertical-center{align-items:center;min-height:100%;display:flex}.row{flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem;display:flex}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-left:.75rem;padding-right:.75rem}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-9{flex:none;width:75%}.col-12{flex:none;width:100%}@media (min-width:768px){.col-md-4{flex:none;width:33.3333%}.col-md-6{flex:none;width:50%}}@media (min-width:992px){.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}}.ads-bg{text-align:center;background:url(/publicity.png);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;margin:auto;display:flex;overflow:auto;max-width:100%!important}.justify-content-center{justify-content:center}
/*# sourceMappingURL=8228a30cebfef992.css.map*/