/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2022 | 08:27:34 */
/*

.menu{
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #098BD2;
  padding: 10px 50px 10px 50px;
  align-items: center;
}

.logo{
  width: 30%;
}

.main-items{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

.menu-direita{
  width: 10%;
}

.menu-item{
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  text-decoration: none;
}

.sub-menu_hover{
  width: 100%;
  height: 350px;
  background-color: #098BD2;
  display: none;
}

.menu-item:hover .sub-menu_hover{
  display: block;
}

.mega-menu{
  width: 100%;
  height: 500px;
  position: absolute;
  top: 100px;
  background-color: #098BD2;
  display: flex;
}

.menu_esquerda{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
}

.menu_items_esquerda{
  color: white;
  font-size: 30px;
  text-decoration: none;
  margin-top: 20px;
}

.menu_politica{
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-top: 50px;
}

.menu_politica_items{
  text-decoration: none;
  font-size: 14px;
  color: white;
}

.menu_centro{
  width: 30%;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}

.menu_centro02{
  width: 30%;
  flex-direction: column;
  padding-left: 50px;
  display: none;
}

.menu_items_centro{
  color: white;
  font-size: 14px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 300;
}

.formacoes{
  display: none;
}


.mega-menu-direita{
  width: 50%;
}

.imagem_menu_direita{
  width: 100%;
  height: 100%;
}

.imagem_menu_direita02{
  width: 100%;
  height: 100%;
}


.mega-menu-direita02{
  width: 50%;
  display: none;
}

.menu_esquerda:hover  ~ .mega-menu-direita{
  display: none;
}

.menu_esquerda:hover  ~ .mega-menu-direita02{
  display: block;
}




.menu_esquerda:hover  ~ .menu_centro{
  display: none;
}
.menu_esquerda:hover  ~ .menu_centro02{
  display: flex;
}


*/




