﻿body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0 -75%;
    padding: 0 75%;
    overflow-x: hidden;
    background-color: white;
    text-align: center;
}

div {
    text-align: center;
    vertical-align: middle;
}

div.EntrarContaForm h2 {
    color: #e2be70;
    font-size: 50px;
    text-shadow: black 2px 2px 1.5px
}

div.EntrarContaForm p {
    font-size: 24px;
    text-align: right;
}

div.EntrarContaForm img.left {
    padding-right: 30px;
    padding-bottom: 8px;
}

#publicidadeConta {
    text-align: center;
}

div.EntrarContaForm {
    width: auto;
    height: auto;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

header {
    position: sticky;
    bottom: 50px;
    width: 100%;
    top: -1;
}

#header {
    background-color: #e2e2e2;
    text-align: right;
    margin-top: 0 -75%;
    margin: 0 -75%;
    padding: 0 75%;
    width: 100%;
}

#body {
    background-color: White;
    width: 100%;
    text-align: center;
}

div.lgitems {
    width: 195px;
    margin-right: 5px;
    text-align: center;
    float: left;
}

div.lgitems h1 {
    background-color: #af984b;
    width: 100%;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-size: 16px;
    color: white;
}

div.lgitems h2 {
    font-size: 14px;
}

div.lgitems p {
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: justify;
}

div.lgitemslast {
    width: 195px;
    margin-left: 5px;
    text-align: center;
}

div.lgitemslast p {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    text-align: justify;
}

div.lgitemslast h1 {
    background-color: #d12828;
    float: left;
    width: 196px;
    margin-right: 5px;
    padding-top: 5px;
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    color: white;
}

div.lgitemslast h2 {
    font-size: 14px;
}

div.contentarea {
    margin: 0;
    padding-left: 160px;
    border: 0;
    outline: 0;
    font-family: Arial;
    width: 1002px;
}

div.artigo {
    margin-bottom: 10px;
    background-color: #e5c681;
    color: White;
    overflow: hidden;
    box-align: center;
    text-align: left;
}

p.publicacao {
    font-size: 70%;
    text-align: right;
    padding-right: 5;
    font-family: Arial Greek;
}

div.artigo h2 {
    color: Grey;
}

div.body img {
    box-align: "center";
}


/* Add a black background color to the top navigation bar */

div.topnav {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    overflow: hidden;
    background-color: #e5c681;
    box-align: center;
}

div.topnav img {
    float: center;
    color: black;
    text-align: center;
    text-decoration: none;
}

div.topnav form {
    float: center;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
}


/* Style the links inside the navigation bar */

div.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}


/* Change the color of links on hover */

div.topnav a:hover {
    background-color: #ffecb6;
    color: black;
}


/* Style the "active" element to highlight the current page */

div.topnav a.active {
    background-color: #a1822b;
    color: white;
}

div.topnav a.active:hover {
    background-color: #a1822b;
    color: black;
}


/* Style the search box inside the navigation bar */

div.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 20px;
}


/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */

@media screen and (max-width: 600px) {
    div.topnav a,
    .topnav input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 90;
        margin: 0;
        padding: 14px;
    }
    div.topnav input[type=text] {
        border: 1px solid #ccc;
    }
}

div.tabela td {
    text-align: center;
    width: 100%;
}

img.imagem {
    width: 100px;
    height: 200px;
}

div.texto {
    position: absolute;
    margin-top: -30px;
}

div.container {
    display: inline-block;
    position: relative;
}

div.container figcaption {
    position: absolute;
    top: 145px;
    right: 20px;
    font-size: 40px;
    color: black;
    text-shadow: 0px 0px 5px black;
}


/* Container holding the image and the text */

.container {
    width: 33%;
    position: absolute;
    text-align: center;
    color: white;
}


/* Centered text */

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.top-center {
    position: absolute;
    top: 8px;
    right: 50%;
    transform: translate(-50%, -50%);
}

h3.title {
    display: block;
    font-weight: bold;
}

footer {
    text-align: center;
    padding-left: 16%;
    padding-bottom: 10px;
}

div.footer {
    text-align: center;
    border-top: #2e2e2e 2px solid;
    border-bottom: #2e2e2e 2px solid;
    width: 80%;
    padding: 10px 0px 0px 0px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60%;
    text-align: center;
    display: block;
}

div.footer p {
    font-size: 10px;
    text-align: center;
}

#social {
    text-align: right;
    padding-right: 10px;
}

a.footLinks {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #5f5f5f;
    font-size: 12px;
    text-decoration: none;
}

a.footInfo {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    color: #5f5f5f;
    text-decoration: none;
}

table.publicidadeOLA {
    width: 90%;
    padding: 10px;
    margin-bottom: .5em;
    text-align: center;
}

table.publicidadeOLA th h1 {
    text-align: center;
    background-color: #e5c681;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 90%;
    color: rgb(255, 255, 255);
    padding-left: 10px;
    padding-right: 10px;
}

table.publicidadeOLA tr img {
    width: 96%;
    text-align: center;
    margin-right: 5%;
}

table.publicidadeOLA tr p {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    text-align: justify;
}

table.publicidadeOLA tr h2 {
    font-size: 14px;
    padding-bottom: 0%;
    padding-right: 10px;
}

table.publicidadeOLA td {
    width: 20%;
}

table.publicidadeOLA td p {
    padding-right: 12px;
}

table.publicidadeOLA tr {
    text-align: center;
    width: 20%;
}

table.publicidadeOLA th.diferente h1 {
    text-align: center;
    background-color: #d44848;
    font-size: 14px;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
}

div.ChangeImage {
    margin: 2;
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}

div.ChangeImage img {
    margin: 0 -75%;
    padding: 0 75%;
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}

div.button button {
    background-color: #e5c681;
    border: #e70000 2px solid;
    border-radius: 10px;
    font-size: 10px;
}

div.ChangeImage input:hover {
    background-color: #e70000;
    border: #e70000 2px solid;
    border-radius: 10px;
    font-size: 10px;
}

div.ChangeImage input:active {
    background-color: #00e70c;
    border: #e70000 2px solid;
    border-radius: 10px;
    font-size: 10px;
}

.logo {
    line-height: 60px;
    float: left;
    margin: 5px 46px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.logo a img {
    overflow: hidden;
}

nav {
    overflow: hidden;
    width: 100%;
    top: 0;
    z-index: 100;
    line-height: 60px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
    outline-color: #ffffff;
}

nav ul {
    float: center;
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
    width: 95%;
    padding-left: 2.5%;
}


nav ul li {
    display: inline-block;
    padding: 0px 40px;
    ;
}

nav ul li a {
    text-decoration: none;
    color: rgb(78, 78, 78);
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: rgb(15, 15, 15);
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {
    .logo {
        position: fixed;
        top: 0;
        margin-top: 0px;
    }
    nav ul {
        max-height: 0px;
        background: #000;
    }
    nav.black ul {
        background: #000;
    }
    .showing {
        max-height: 34em;
    }
    nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 24px;
        text-align: center;
    }
    .menu-icon {
        display: block;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/*PRELOADING------------ */

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em
}

.text-primary {
    color: #e5c681!important
}


.privacidade {
	padding-top: 50px;
	padding-left: 5%;
	text-align: center;
	width: 90%;
	padding-bottom: 50px;
}

.privacidade p.subtitle {
	text-align: left;
	font-size: 30px;
	color: #e5c681;
	padding-top: 30px;
	
}

.privacidade p.text {
	text-align: justify;
	font-size: 17px;
	padding-left: 30px;
	padding-right: 30px;
	color: #747474;
}

.privacidade p.adress {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15%;
	padding-right: 15%;
	color: #000000;
}
	