@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "MinionPro-Regular";
src: url("MinionPro-Regular.otf");
src: url("MinionPro-Regular?#iefix") format("embedded-opentype"),
url("MinionPro-Regular.svg#Locaweb-Icons") format("svg"),
url("MinionPro-Regular.otf") format("truetype");
font-weight: normal;
font-style: normal;}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'MinionPro-Regular', sans-serif;
	font-weight: normal;
}

h1{
	font-size: 33px;
	color: #333232;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'MinionPro-Regular', sans-serif;
	font-weight: normal;
}


body,td,th {
	font-family: MinionPro-Regular, sans-serif;
	font-size: 17px;
	color: #5a5656;
}

.form{ 
width:479px;
height:45px;
border: solid 1px #000;
border-radius:4px;
font-size:13;
color:#666;
}


.titulo-rodape{
	font-size: 18px;
	text-transform: uppercase;
	color: #be9a0a;
}

.menu {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 6px;
	font-weight: normal;
	box-sizing: border-box;
	margin:1px;
	display:block;
	border: 1px solid transparent;
}
.menu:visited {
	color: #ffffff;
	border: 1px solid transparent;
}
.menu:hover {
	color: #ffffff;
	border: 1px solid #B89017;
	border-radius:5px;
	box-sizing: border-box;
}
.menu:active {
	color: #ffffff;
	border: 1px solid transparent;
}

.noticias { transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.100); z-index:0; }

a:hover .noticias { transform: scale(0.9); }

hr{
	border: 1px dotted #666;
}



.dropbtn {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 6px;
	font-weight: normal;
	border: none;
	background-color: rgba(10,23,55,0.0);
	font-family: 'MinionPro-Regular', sans-serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #212121;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1; color:#333}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}



