/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;600;700&display=swap');
html, body {height:100%;}
body {margin:0; padding:0;font-family: 'Spartan', sans-serif; background:#FFF; color:#151519;}

* { outline:none !important; }
.slider-wrapper { position:relative;}
.slider-text { position:absolute; z-index:1; width:100%; height:100%}
.slider-text td {text-align:center; vertical-align:middle;color:#FFF;}

section#servicos {}

#toTop { position: fixed; bottom: 15px; right: 15px; display: none; z-index: 10; }
#toTop:hover { cursor: pointer; }
div.cookie-alert {width:100%;height:auto;padding-top:30px;padding-bottom:30px;position:fixed;bottom:0px;left:0px;color:#fff;z-index:100;background:#1e1a1c;}
.cookie-alert a {color:#e0e0e0; text-decoration:underline;}
.cookie-alert a:hover { color: #fff; }
.cookie-alert a.btn {border:1px solid #f0f0f0; border-radius:0;text-decoration:none;}
.cookie-alert p { margin: 0; font-size: small; }

#footer-1 {text-align: left;font-style: normal;font-size:.8rem;line-height: 1.5;padding-top: 60px;padding-bottom: 40px;background-color: #2e2e2e;color:#f2f2f2;}
#footer-1 a { color:inherit;}

@media (min-width:576px) {/*sm*/
}
@media (min-width:768px) {/*md*/
}
@media (min-width:992px) {/**lg*/
}
