.lang_resp{
  display: none;
  width: 100%;
}

.lang_resp a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  height: 30px;
  font-size: 14px;
  line-height: 25px;
}


.lang_resp a.marcado{
  opacity: 0.5;
}

@media only screen and (max-width: 800px){
  .lang_resp{
    display: inline-block;
  }
}

.fw_banner .owl-controls{
  opacity: 0.5;
}