/*********************************************************/
/*	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;  transition:all 0.3s ease;}

ul {list-style: none;}
img {border: none;	width: 100%;}
a {text-decoration: none; color: #000;}
a:hover {text-decoration: none;}
a img {border: 0;}
/*********************************************************/


/*********************************************************/
/* MRP ENGINE 											 */
/*********************************************************/
.wp {position: fixed; left: 60px; bottom: 40px; z-index: 999;}
.wp .lg {width: 80px; height: 80px; background-image: url(../images/wapp.png); background-repeat: no-repeat; background-size: 100%;}

.fontzero {font-size: 0 !important; padding: 0 !important;}
.txt-ct {text-align: center;}

.paginacao {width: 100%; display: table; padding: 20px 0;}
.paginacao .anterior {float: left; display: inline-block; padding: 15px 30px 15px 30px; background: #27567E;	color: #fff; font-weight: 600; font-size: 1.2em; letter-spacing: 2px; text-transform: uppercase; margin-left: 5%; font-family: 'Yanone Kaffeesatz', sans-serif;}
.paginacao .anterior:hover {background: #000;	color: #fff; text-decoration: none;}

.paginacao .proximo {float: right; display: inline-block; padding: 15px 30px 15px 30px;background: #27567E;	color: #fff; font-weight: 600; font-size: 1.2em; letter-spacing: 2px; text-transform: uppercase; margin-right: 5%; font-family: 'Yanone Kaffeesatz', sans-serif;}
.paginacao .proximo:hover {background: #000; color: #fff; text-decoration: none;}

.pagina-alerta {width: 70%; margin: 130px auto;	padding: 20px; border-left: 10px solid #e73d00;	background: #2F4050; color: #fff; font-weight: 500;}

.line {width: 90%; margin: 40px auto 0 auto; height: 2px; background-color: #555555; clear: both; margin-top: 40px;}

.backtop {position: fixed; display: none; cursor: pointer; bottom: 3%; right: 5%;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;}

.content {margin: auto; max-width: 1280px;}

.clear {clear: both;}
.separa100 {width: 100%; height: 100px;	clear: both;}
.separa80 {width: 100%;	height: 80px; clear: both;}
.separa60 {width: 100%; height: 60px; 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: 100%; display: block; padding: 0; margin: 0 auto; text-align: center;}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li > a {padding: 15px 20px;	text-decoration: none; letter-spacing: 1px; text-transform: uppercase; letter-spacing: 2px; margin: 0 auto; color: #000; line-height: 15px; font-weight: 400; font-size: 1.2em; font-family: 'Yanone Kaffeesatz', sans-serif;}
#cssmenu > ul > li > a:hover {color: #D6D4CF;}


#cssmenu ul ul {position: absolute; left: -9999px; z-index: 9999; padding-bottom: 10px;}
#cssmenu li:hover > ul {left: 0; padding: 15px 0 20px 0;}
#cssmenu.align-right li:hover > ul {right: 0;}
#cssmenu ul ul li a {padding: 15px 15px 0 15px; width: auto; min-width: 260px;	background-color: #27567E;	text-decoration: none;	color: #fff; text-transform: uppercase;	font-size: 1.1em; text-align: left;	z-index: 9999; font-weight: 400; height: 50px; letter-spacing: 1px;}
#cssmenu ul ul li a:hover {color: #fff; text-decoration: none !important;background-color: #B3ACA4;}

@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 {right: 0; padding:10px auto; position: absolute; z-index: 9999;}
 #cssmenu ul {width: 100%; background-color:#27567E; display: none; margin:auto;z-index:999999;margin-top: 5px;}
  #cssmenu .aparecer {display: block !important;}
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: center;
  }
  
  #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%;
	   text-align: center;
  }
  
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 1em;
    color: #fff;
    background:#212121;
	   text-align: center;
  }
  #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;
	  text-align: center;
	  font-size: 1.2em;
	  color: #fff;
}
#cssmenu > ul > li > a:hover {background-color: #B3ACA4; color: #fff;}

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #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: red;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 60px;
    height: 5px;
    background: #27567E;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 60px;
    height: 15px;
    border-top: 5px solid #27567E;
    border-bottom: 5px solid #27567E;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
	color: #fff;
	background:#F1E1C8;
  }
 #cssmenu .submenu-button {position: absolute; z-index: 10; right: 0; top: 0;display: block; height: 45px; hidth: 55px; cursor: pointer; color: #fff;	background: #BF1324;}
#cssmenu .submenu-button::after {content: ''; position: absolute; top: 15px; right: 26px; display: block; width: 2px; height: 11px; background: #fff; z-index: 99;}
#cssmenu .submenu-button::before { content: '';position: absolute; right: 21px; top: 20px; display: block; width: 11px;height: 2px; background: #fff; z-index: 99;}
#cssmenu .submenu-button.submenu-opened:after {display: none;}
}
/*********************************************************/

