aside li:before{
  display: none!important;
}
aside ul{
  margin-bottom: 0!important;
}
aside .menu-lateral > ul > li > a:before{
  content: '\f105 ';
  float: right;
  font-family: 'FontAwesome';
  font-size: 21px;
  margin-right: 2px;
  margin-top: -2px;
  transition: color ease .3s;
  position: relative;
  z-index: 2;
  width: auto;
}
aside .box-verde{
  padding: 20px 20px 1px 20px;
  background: #199e8f; 
  margin: 40px 0;
}
aside .box-verde strong{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
aside .box-verde input{
  padding: 6px 0 6px 18px;
}
aside .search{
  position: relative;
}
aside .search input{
  border: solid 1px #9a9a9a;
  padding-left: 10px;
  font-weight: bold;
}
aside .pesquisa{
  color: #314cb0;
  font-weight: bold;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 18px;
}
aside .menu-lateral{
  margin-top: 40px;
}
aside .form li{
  margin-bottom: 20px;
}
aside .bt{
  max-width: 100%;
  padding: 8px 12px 8px 12px;
  text-align: center;
  height: auto;
  border-bottom: solid 3px #314cb0;
}
aside .bt:hover{
  background: #00003a;
  border-bottom: solid 3px #00001a;
}
aside .bt i{
  float: right;
  line-height: 30px;
}
aside img{
  max-width: 100%;
  height: auto;
  margin-top: 33px;
}

aside iframe{
  max-width: 100% !important;
  width: 100% !important;
}

/*RESPONSIVE*/

@media screen and (max-width: 990px){
  aside .mb-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: wrap;
  }
  aside img{
    margin-top: 0
  }
  aside .form .bt{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  aside img{
    margin-top: 30px;
  }
}
