/*********************************************************/

/*	RESET CSS


/*********************************************************/

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; color: #000;}

a:hover {text-decoration: none;}

a img {border: 0;}

/*********************************************************/



/*********************************************************/

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



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



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

  text-align: center;

}

#cssmenu > ul > li {

  float: left;

}

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



#cssmenu > ul > li > a {

  padding: 5px 15px;

  text-decoration: none;

  margin: 0 auto;

  color: #000100;

  text-transform: uppercase;

  line-height: 15px;

  font-weight: 600;

  font-size: 1em;

  font-family: 'Roboto Condensed', sans-serif;

}



#cssmenu .final a{

  color: #fff !important;

  margin-left: 60px;

}



#cssmenu .final a:hover {

  color: var(--verde) !important;

}



#cssmenu .final a i{

  color: var(--amarelo) !important;

  font-size: 1.1em;

}



#cssmenu > ul > li > a i {

  color: #fff !important;

}

#cssmenu > ul > li:hover > a {

  color: var(--verde);

}

#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: var(--amarelo);

  text-decoration: none;

  text-transform: uppercase;

  color: #000;

  font-size: 1em;

  text-align: left;

  z-index: 9999;

  font-weight: 400;

  height: 50px;

  font-family: 'Roboto Condensed', sans-serif;

}

#cssmenu ul ul li a:hover{ 

  color: #fff;

  text-decoration: none !important;

  background-color: #000;

}



@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(--verde);

    display: none;

    margin: auto;

    z-index: 999999;

    color: #fff;

    margin-top: 20px;

  }



  #cssmenu .final a{

    color: #fff !important;

    margin-left: 0;

  }

  #cssmenu .final a i{

    color: #fff !important;

    font-size: 1.1em;

  }

  #cssmenu .final a:hover {

    color: #000 !important;

  }

  #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: var(--amarelo);

    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: var(--amarelo);

    color: #000;

  }



  #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(--roxo);

  }

  #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: 40px;

    height: 5px;

    background: var(--verde);

  }

  #cssmenu #menu-button::before {

    content: '';

    position: absolute;

    top: 10px;

    right: 20px;

    display: block;

    width: 40px;

    height: 5px;

    border-top: 5px solid var(--verde);

    border-bottom: 5px solid var(--verde);

  }

  #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: #000;

  }

  #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;

  }

}

/*********************************************************/