footer#footer{margin-top:50px}footer#footer .menufooter{padding:20px 0;border-top:2px solid var(--black)}footer#footer .menufooter .menus{display:inline-flex;list-style:none;padding:0;margin:0}footer#footer .menufooter .menus li{margin-bottom:0;margin-right:25px}footer#footer .menufooter .menus li a{font-weight:600;font-size:16px;padding:12px 0;display:block;color:var(--almost-black)}footer#footer .copyright{background-color:var(--black);padding:10px}footer#footer .copyright p{margin:0;color:var(--white);text-align:center;font-size:14px;font-weight:400}@media (max-width:768px){footer#footer .menufooter .menus{display:block;margin-bottom:20px}footer#footer .menufooter .menus li{text-align:center}footer#footer #redesMedia{text-align:center;justify-content:center}}header#masthead{background:linear-gradient(90deg,var(--color-primary) 0,var(--black) 100%);box-shadow:0 .5rem 1rem rgb(0 0 0/5%),inset 0 -1px 0 rgb(0 0 0/10%)}header#masthead,header#masthead nav.navbar{width:100%;height:70px;display:flex;align-items:center}header#masthead nav.navbar{max-width:1320px;margin-right:auto;margin-left:auto;justify-content:space-between;padding:5px 15px}header#masthead nav.navbar .navbar-brand a{display:block;max-height:76px}header#masthead nav.navbar .navbar-brand a img{border-radius:unset}header#masthead nav.navbar #mobile-nav{display:flex;justify-content:flex-end;flex-grow:1}header#masthead nav.navbar #mobile-nav ul.navbar-nav{display:inline-flex;list-style:none;margin:0;padding:0}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(--white);padding:0 12px;font-size:15px;font-weight:500;text-transform:uppercase}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;position:fixed;top:0;bottom:0;left:-90%;width:90%;min-height:100vh;overflow-y:auto;background:var(--color-primary);display:block;justify-content:unset;flex-grow:unset;border-radius:0 30px 0 0;border-right:5px solid rgba(0,0,0,.5);transition:left .3s ease}header#masthead nav.navbar #mobile-nav.show{left:0}header#masthead #overlayMenu{position:fixed;background-color:rgba(0,0,0,.75);width:100%;height:100vh;top:0;bottom:0;left:-100%;margin:auto;z-index:99999;transition:all .3s}header#masthead #overlayMenu.show{left:0}header#masthead nav.navbar #mobile-nav .mobile-open{display:flex!important;align-items:center;justify-content:space-between}header#masthead nav.navbar #mobile-nav ul.navbar-nav li{border-bottom:3px solid rgba(255,255,255,.05)}header#masthead nav.navbar .navbar-toggler{background-color:transparent;padding:0;font-size:inherit;line-height:0;border:unset;border-radius:unset}header#masthead nav.navbar .barras-search,header#masthead nav.navbar .navbar-toggler .linhasmr{position:relative;width:50px;height:50px}header#masthead nav.navbar .navbar-toggler .linhasmr>span{background-color:var(--white);height:2px;right:10px;position:absolute;top:0;width:28px;border-radius:10px;transition:all .3s ease 0s}header#masthead nav.navbar .navbar-toggler .linhasmr .b2,header#masthead nav.navbar .navbar-toggler .linhasmr .b3,header#masthead nav.navbar.navbar-toggler .linhasmr .b1{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{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:22px}header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b2{width:0}header#masthead nav.navbar .navbar-toggler.collapsed .linhasmr .b3{transform:rotate(45deg);-webkit-transform:rotate(45deg);top:22px}header#masthead nav.navbar #mobile-nav ul.navbar-nav{padding-top:20px;display:block;width:100%}header#masthead nav.navbar #mobile-nav{padding:10px}header#masthead nav.navbar #mobile-nav ul.navbar-nav li a{display:block;text-align:center;padding:15px 0}}#modalCookie{font-family:Arial,Helvetica,sans-serif;display:none;transition:opacity .4s ease-in}#modalCookie.show{display:block}#modalCookie>div.bodymodal{width:365px;position:fixed;padding:20px 15px;background:var(--white);z-index:999999;margin:auto;font-size:14px;color:var(--almost-black);bottom:110px;left:10px;border-radius:15px;text-align:center;line-height:1.4;box-shadow:0 5px 5px 4px rgb(0 0 0/10%)}#modalCookie>div.bodymodal a{color:var(--almost-black);text-decoration:underline}#buttonAceitoCookie{border-radius:15px;padding:.375rem .75rem;width:100%;background-color:var(--color-primary);border-color:var(--color-primary);margin-top:6px;cursor:pointer;font-size:14px;font-weight:700;color:var(--white);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{position:fixed;bottom:25px;left:15px;width:42px;height:42px;border-radius:50%;background-color:var(--color-primary);color:white;border:none;cursor:pointer;font-size:24px;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:all .3s ease;z-index:1000}.backToTop:hover{background-color:var(--color-secondary);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.3)}.backToTop:active{transform:translateY(0)}:root{--color-primary:#b02921;--color-secondary:#962c23;--white:#fff;--black:#000;--almost-black:#222;--light:#6C757D;--white-light:#f2f2f2}*{margin:0;padding:0;box-sizing:border-box}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;transition:all .3s}a,a:hover{text-decoration:none}a:hover{color:var(--color-secondary)}h1,h2,h3,h4,h5,h6{clear:both;color:#212529;font-weight:600;margin-top:24px;margin-bottom:15px}p{margin-bottom:1rem}table{width:100%;border-collapse:collapse;overflow-x:auto;display:block}canva,iframe,table{max-width:100%}audio,figure,img,picture,video{max-width:100%;border-radius:15px;height:auto}dl,ol,ul{margin-top:0;margin-bottom:1rem;padding-left:2rem}dl li,ol li,ul li{font-size:16px;margin-bottom:.5rem}#content{padding:30px 0}.container{width:100%;max-width:1320px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.mb-4{margin-bottom:1.5rem}.vertical-center{min-height:100%;display:flex;align-items:center}.row{display:flex;flex-wrap:wrap;margin-right:calc(-.5 * 1.5rem);margin-left:calc(-.5 * 1.5rem)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5)}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-9{flex:0 0 auto;width:75%}.col-12{flex:0 0 auto;width:100%}@media (min-width:768px){.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-6{flex:0 0 auto;width:50%}}@media (min-width:992px){.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}}.ads-bg{background:url(/publicity.png);width:100%;height:100%;min-height:280px;border-radius:15px;display:flex;justify-content:center;align-items:center;max-width:100%!important;overflow:auto;margin:auto;text-align:center}