/*********************************************************/
/*	RESET CSS
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, header,
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; color: #000;}
a:hover {text-decoration: none;}
a img {border: 0;}
/*********************************************************/

/*********************************************************/
.wp {position: fixed; right: 4%; bottom: 110px; z-index: 999;}
.wp .lg {width: 80px; height: 80px; background-image: url(../images/wapp.gif); background-repeat: no-repeat; background-size: 100%;}

.fontzero {font-size: 0 !important; padding: 0 !important;}

.paginacao {width: 100%; display: table; padding: 20px 0;}
.paginacao .anterior {float: left; display: inline-block; padding: 5px 30px; background: #0069af;	color: #fff; font-weight: 600; font-size: 1.2em; font-family: 'Titillium Web', sans-serif;}
.paginacao .anterior:hover {background: #000309;	color: #fff; text-decoration: none;}
.paginacao .proximo {float: right; display: inline-block; padding: 5px 30px; background: #0069af;	color: #fff; font-weight: 600; font-size: 1.2em; font-family: 'Titillium Web', sans-serif;}
.paginacao .proximo:hover {background: #000309; color: #fff; text-decoration: none;}

.pagina-alerta {width: 100%; margin: 30px 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: 90%;}

.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;}

.video-container {width: 100%;}
.video {position: relative; padding-bottom: 55%;}
.video iframe {position: absolute; width: 100%; height: 100%;}
/*********************************************************/

/*********************************************************/
#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;
}
#cssmenu > ul > li {
  display: block;

}
#cssmenu i {font-size: 0.7em; padding-right: 5px;}

#cssmenu > ul > li > a {
  padding: 5px 15px;
  text-decoration: none;
  margin: 0 auto;
  color: var(--cinza);
  line-height: 25px;
  font-weight: 400;
  font-size: 1em;
  font-family: "Merriweather", serif;
}
#cssmenu > ul > li:hover > a {
  color: var(--dourado);
}
@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;
    position: absolute;
    z-index: 9999;
  }
  #cssmenu ul {
    width: 80%;
    background-color:var(--cinza);
    display: none;
    margin: auto;
    z-index: 999999;
    color: #fff;
    margin-top: 20px;
  }
  #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%;
  }
  #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: 0.8em;
    color: #fff;
    background: #06A1AE;
    font-size: 1em;
  }
  #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;
    color: #fff;
    font-size: 1em !important;
    height: 52px;
        line-height: 40px;
  }
  #cssmenu > ul > li:hover > a {
    background-color: #fff;
    color: var(--cinza);
  }

  #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 ul ul li a:hover{ 
    color: var(--cinza);
  }
  #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: 30px;
    right: 20px;
    display: block;
    width: 60px;
    height: 5px;
    background: var(--cinza);
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 60px;
    height: 5px;
    border-top: 5px solid var(--cinza);
    border-bottom: 5px solid var(--cinza);
  }
  #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: #06A1AE;
  }
  #cssmenu .submenu-button:hover {
    background-color: var(--vermelho);
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 2px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 2px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*********************************************************/