html, body {height:auto !important;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); padding: 0; margin: 0; background:url(../images/bg-fundo.jpg) repeat;}

#pagina #header {height: 50vh; width: 100%; max-width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; background: url(../images/painel.jpg); background-repeat: no-repeat; background-size: cover; position: relative;}
#pagina #header .overlay {position: absolute; right: 10px; bottom: 10px; background: #fff; font-size: 12px; display: flex; justify-content: center; align-items: center; border-radius: 5px; box-shadow: 0px 0px 3px #bbb;}
#pagina #header .overlay p {font-weight: 600; margin: 0; padding: 5px;}
#pagina #header .logo {max-width: 500px; width: 100%; height: 300px; float: left; margin: 0px auto;  no-repeat; background-position: center; background-size: 100%; display: flex; justify-content: center; align-items: center; position: relative;}
#pagina #header .logo .overlay {position: absolute; right: 50px; left: unset; top: unset; bottom: 80px;}

#pagina .cone {max-width: 100%; width: 100%; height: 250px; margin-top: -30px; object-fit: contain;}

#pagina .textos h1 {font-size: 45px; line-height: 50px; color: #757575; margin: 22px auto 0; font-family: 'Georgia';}
#pagina .textos p {font-size: 16px; line-height: 21px; color: #666; margin: 5px auto 0; font-family: 'Georgia';}

#pagina .facebook {text-align: center;}

#pagina .endereco {margin-top: 20px; font-family: 'Arial';}
#pagina .endereco p {margin: 5px auto; font-size: 16px; line-height: 21px; color: #656565;}
#pagina .endereco a {color: #737373;}

footer {position: absolute; bottom: 0; left: 0; right: 0;}
footer a {color: #737373; font-weight: 600;}
