/*********************************************************/
/*	RESET CSS
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, em, font, img, u, i, article, textarea, section, input, ul, li, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	border: none;
	width: 100%;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}
/*********************************************************/



/*********************************************************/
/*	HELPERS												 */
/*********************************************************/
.clear {
	clear: both;
}
.boxshadow {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.fontzero {
	font-size: 0 !important
}
.paginacao {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px 0;
	background-color: #F6F6F6;
}
.paginacao-anterior {
	float: left;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background: #004C66;
	color: #fff;
	font-weight: 500;
	margin-left: 30px;
}
.paginacao-proximo {
	float: right;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background: #004C66;
	color: #fff;
	font-weight: 500;
	margin-right: 30px;
}
.paginacao-anterior:hover {
	background: #008C8C;
	color: #fff;
}
.paginacao-proximo:hover {
	background: #008C8C;
	color: #fff;
}
.pagina-alerta {
	width: 95%;
	margin: 30px auto;
	padding: 20px;
	border-left: 5px solid #000;
	background: #fdd000;
	color: #000;
	font-weight: 500;
}
.line {
	width: 120px;
	height: 5px;
	background-color: #fdd000;
	margin: 30px 0 40px 0;
	clear: both;
}
.backtop {
	position: fixed;
	display: none;
	cursor: pointer;
	bottom: 15px;
	right: 25px;
	border-radius: 25px;
	text-transform: uppercase;
	background-image: url(../images/icon-top.png);
	background-repeat: no-repeat;
	background-size: 80%;
	font-size: 0.8em;
	color: #fff;
	padding: 10px;
	width: 45px;
	height: 45px;
	background-color: rgba(0,0,0,0.2);
	z-index: 999;
	background-position: center center;
}
.backtop:hover {
	background-image: url(../images/icon-top.png);
	background-position: center center;
}
.suave {
	-webkit-transition: 0.3s ease-in; 
	-moz-transition: 0.3s ease-in; 
	-o-transition: 0.3s ease-in; 
	transition: 0.3s ease-in;
}
/*********************************************************/


/*********************************************************/
/*	CONTAINERS											 */
/*********************************************************/
.content {
	margin: auto;
	max-width: 1280px;
}
/*********************************************************/


/*********************************************************/
/*	ESPAÇADORES											 */
/*********************************************************/
.separa100 {
	width: 100%;
	height: 100px;
	clear: both;
}
.separa90 {
	width: 100%;
	height: 90px;
	clear: both;
}
.separa80 {
	width: 100%;
	height: 80px;
	clear: both;
}
.separa70 {
	width: 100%;
	height: 70px;
	clear: both;
}
.separa60 {
	width: 100%;
	height: 60px;
	clear: both;
}
.separa50 {
	width: 100%;
	height: 50px;
	clear: both;
}
.separa40 {
	width: 100%;
	height: 40px;
	clear: both;
}
.separa30 {
	width: 40%;
	height: 30px;
	clear: both;
}
.separa20 {
	width: 100%;
	height: 20px;
	clear: both;
}
.separa10 {
	width: 100%;
	height: 10px;
	clear: both;
}
/*********************************************************/






/*********************************************************/
/*	MENU												 */
/*********************************************************/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#cssmenu > ul > li {
	display: inline-block;
}

#cssmenu > ul > li > a {
	padding: 20px 30px;
	text-decoration: none;
	margin: 0 auto;
	color: #016A93;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
}
#cssmenu > ul > li:hover > a {
	color: #FEA84C;
}

@media all and (max-width: 950px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 950px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 950px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 950px), only screen and (min-device-pixel-ratio: 2) and (max-width: 950px), only screen and (min-resolution: 192dpi) and (max-width: 950px), only screen and (min-resolution: 2dppx) and (max-width: 950px) {
#cssmenu {
	width: 100%;
	padding: 10px auto;
	margin-top: 10px;
}
	
#cssmenu ul {
	width: 100%;
	background-color: #016a93;
	display: none;
	margin: auto;
	z-index: 999999;
	position: absolute;
	text-align: center;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
	text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
	width: 100%;
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	color: #fff;
}
#cssmenu ul li a:hover,  #cssmenu ul ul li a:hover {
	width: 100%;
	background-color: #FEA84C;
	color: #fff;
}
#cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
	float: none;
	display: block;
}
	
#cssmenu ul ul li a {
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background: #13734E;
}
#cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
	color: #fff;
}
#cssmenu > ul > li > a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#cssmenu ul ul ul li a {
}
#cssmenu ul ul,  #cssmenu ul ul ul {
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0;
}
#cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
	display: none;
	background: #fff;
}
#menu-line {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}
#cssmenu #menu-button::after {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 60px;
	height: 5px;
	background: #FEA84C;
}
#cssmenu #menu-button::before {
	content: '';
	position: absolute;
	top: 5px;
	right: 20px;
	display: block;
	width: 60px;
	height: 5px;
	border-top: 5px solid #FEA84C;
	border-bottom: 5px solid #FEA84C;
}
	
#cssmenu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	height: 55px;
	width: 55px;
	cursor: pointer;
	color: #fff;
	background: #BF1324;
}
#cssmenu .submenu-button::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 26px;
	display: block;
	width: 1px;
	height: 11px;
	background: #fff;
	z-index: 99;
}
#cssmenu .submenu-button::before {
	content: '';
	position: absolute;
	left: 21px;
	top: 30px;
	display: block;
	width: 11px;
	height: 1px;
	background: #fff;
	z-index: 99;
}
#cssmenu .submenu-button.submenu-opened:after {
	display: none;
}
/*********************************************************/