html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.BG_Cor1 {
	background-color: #003752;
}
.BG_Cor2 {
	background-color: #1C83C6;
}
.BG_Cor3 {
	background-color: #00ABE3;
}
.BG_Cor4 {
	background-color: #83C558;
}
.BG_Cor5 {
	background-color: #FCE14A;
}
.BG_Cor6 {
	background-color: #000000;
}
.Fonte_Cor1 {
    color: #6b654d;
}
.Fonte_Cor2 {
	color: #1C83C62;
}
.Fonte_Cor3 {
	color: #00ABE3;
}
.Fonte_Cor4 {
	color: #83C558;
}
.Fonte_Cor5 {
	color: #FCE14A;
}
.Fonte_Cor6 {
	color: #fbf7f2;
}
.Fonte_Cor7 {
	color: #1C83C6;
}
.fonts_Roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.fonts_Roboto100 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.fonts_Roboto300 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333333;
}
.fonts_Roboto400 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.fonts_Roboto500 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.fonts_Roboto700 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
}
.fonts_Roboto900 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.fonts_RobotoCondensed {
	font-family: 'Roboto Condensed', sans-serif;
}
.fonts_RobotoCondensed300 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
.fonts_RobotoCondensed400 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.fonts_RobotoCondensed700 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
#Search {
	background-image: url("../img/BG_Search.jpg");
	background-size: cover;
	height: 100%;
	z-index: 128;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 5000;
}
#Search #Btn_Search_Close {
	width: 48px;
	height: 48px;
	background-image: url(../img/Btn_Fechar.png);
	overflow: hidden;
	position: absolute;
	right: 32px;
	top: 32px;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0.64;
}
#Search #Btn_Search_Close:hover {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#Search article {
	padding: 0px;
	height: 64px;
	width: 48%;
	margin-top: 24%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/ICO_Loupe.png);
	background-repeat: no-repeat;
}
#Search article input {
	height: 24px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	border: 1px solid #fbf7f2;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin-top: 12px;
	display: inline;
}
#Search article #Btn_Pesquisa {
	color: #fbf7f2;
	border: 0px none #4786a1;
	background-color: #4786a1;
	width: 150px;
	height: 42px;
	margin-top: 12px;
	padding-top: 8px;
	margin-left: 4px;
}
#Search article #Text_Pesquisa {
	color: #606060;
	background-color: #fbf7f2;
	width: 512px;
	margin-left: 64px;
	text-align: center;
	border: 1px solid #ededed;
	box-shadow: 0px 0px 32px 4px rgba(119, 119, 119, 0.16);
    -moz-box-shadow: 0px 0px 32px 4px rgba(119, 119, 119, 0.16);
    -webkit-box-shadow: 0px 0px 32px 4px rgba(119, 119, 119, 0.16);
}

.Closed_Search {
	width: 0px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Open_Search {
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#header {
	background-color: #fbf7f2;
	height: 108px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	z-index: 256;
}

#header #Logosmarcas {
    width: 	 calc(100% - 512px);
    margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-evenly;
	flex-wrap: nowrap;
	align-items: center;
	height: 92px;
	margin-top: 8px;
}
#header #Logosmarcas.Titulo {
	color: #fbf7f2;
	display: block;
	width: 256px;
}
#header #Logosmarcas .Titulo h1 {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fbf7f2;
}
#header #Logosmarcas .Titulo h1 span {
	font-size: 1.4em;
	font-weight: 600;
}
#header #SocialMedia {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 16px;
	right: 32px;
	height: 24px;
	width: inherit;
}
#header #SocialMedia ul {
	margin: 0px;
	padding: 0px;
	height: 24px;
	position: relative;
}
#header #SocialMedia li {
	float: right;
	height: 24px;
	margin-right: 16px;
	list-style-type: none;
}
#header #SocialMedia li img {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#header #SocialMedia li img:hover {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#header #Acessibilidade {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 16px;
	left: 92px;
	width: 128px;
	
}
#header #Acessibilidade ul {
	margin: 0px;
	padding: 0px;
	height: 32px;
	position: relative;
	display: block;
}
#header #Acessibilidade li {
	height: 32px;
	margin-right: 8px;
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	color: #606060;
	text-align: center;
}
#header #Acessibilidade .liaside li {
	float: right;
	height: 32px;
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	color: #606060;
}
#header #Acessibilidade li img {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#header #Acessibilidade li img:hover {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#aside_Social {
	width: 48px;
	height: 240px;
	position: fixed;
	left: 16px;
	top:50%;
	margin-top: -120px;
	z-index: 2024;
}
#aside_Social ul {
	margin: 0px;
	padding: 0px;
}
#aside_Social li {
	width: 48px;
	height:48px;
	margin-bottom: 12px;
	padding: 0px;
	list-style-type: none;
	display: flex;
    justify-content: center;
    align-items: center;
}

#aside_Social ul .a {
	background-color: rgba(107,101,77,0.64);
}
#aside_Social ul .a:hover {
	background-color: rgba(107,101,77,1);
}
#aside_Social ul .b {
	background-color: rgba(157,171,57,0.64);
}
#aside_Social ul .b:hover {
	background-color: rgba(157,171,57,1);
}
#aside_Social ul .c {
	background-color: rgba(255,204,6,0.64);
}
#aside_Social ul .c:hover {
	background-color: rgba(255,204,6,1);
}
#aside_Social ul .d {
	background-color: rgba(0,143,169,0.64);
}
#aside_Social ul .d:hover {
	background-color: rgba(0,143,169,1);
}
	.Open_nav {
	left: 0%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.Closed_nav {
	left: -100%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#nav {
	background-image: url("../img/BG_Menu.jpg");
	background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 320;
}
#nav #BtnFechar {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 32px;
	left: 32px;
	opacity: 0.64;
}
#nav #BtnFechar:hover {
	opacity: 1;
}
#nav article {
	padding-top: 92px;
	width: 768px;
	background-image: url("../img/BG_nav_article.png");
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	min-height: calc(100% - 92px);
}
#nav ul {
	list-style-type: none;
	height: auto;
	width: 320px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: calc(50% - 160px);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	position: relative;
}
#nav li {
	font-family: Roboto, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #808080;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#nav a li:hover {
	font-weight: 500;
}

.Title  {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #6b654d;
	margin-top: 128px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	width: 92%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6b654d;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	position: relative;
}
.Title a {
	color: #6b654d;
}
.Title  span:hover {
	text-decoration: underline;
}
#BTN_Search{
    position: fixed;
    right: 200px;
    top: 16px;
    z-index: 2000;
    width: 92px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(../img/BG_PesquisarTMP.png);
    background-position: right center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    color: #606060;
    display: flex;
    justify-content: left;
    align-items: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#BTN_Search p{
	opacity: 0.8;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#BTN_Search: hover p{
	padding-top: 8px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#BTN_Search:hover{
    background-image: url(../img/BG_Pesquisar_aTMP.png);
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#BTN_Contato{
	width: 157px;
	height: 76px;
	position: fixed;
	right: 0px;
	top: 40px;
	background-image: url("../img/BG_Btn_Faleconosco.png");
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	color: #606060;
	font-weight: 700;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
#BTN_Contato:hover{
	cursor: pointer;
}
#BTN_Contato p {
	margin-top: 12px;
	margin-left: 4px;
}
header #Menu {
	background-image: url(../img/ICO_MenuTMP.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 92px;
	width: 92px;
	position: absolute;
	z-index: 256;
	left: 0px;
	top: 0px;
}

.Diaporama {
	padding: 0px;
	height: 64%;
	width: 100%;
	position: relative;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.parallax-window {
	min-height: 48%;
	background: transparent;
}
footer {
	color: #6b654d;
    background-image: url(../img/BG_footer.jpg);
	background-color: #ffcc06;
	background-size: cover;
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

}

footer .Adress {
	width: calc(100% - 64px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 64px;
	position: relative;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 64px;
	padding-left: 0px;
}
footer .Adress h2 {
	font-family: Roboto, sans-serif;
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}
footer .Adress p {
	font-family: Roboto, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-weight: 300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
footer .Adress p a {
	text-decoration: none;
	color: #6b654d;
}
