@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: "Noto Sans";
  src: url(NotoSans_SemiCondensed-Regular.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
 font-family: "Noto Sans";
    font-size: 17px;
    font-style: normal;
    overflow: hidden;
    border: none;
}

    iframe{
  border: none;
  overflow: 0;
}    

nav ul {
  /*background: #0C231E;*/
  background: #611232;
  text-align: right;
  list-style: none;
  overflow: hidden;

}

ul li {
  display: inline-block;
  padding: 5px;
  transition: all ease-in-out 250ms;
}

ul li:hover {
/*  background: #0C231E;*/
background: #611232;
}

ul li a {
  color: white;
  text-decoration: none;
}

.m {
  margin-left: -36px;
  margin-right: 85px;
}

/*.hide {
  padding: 5px;
  font-size: 17px;
  background: #0C231E;
  color: white;
  cursor: pointer;
  display: none;
}
*/
      /*
@media (max-width: 768px) {
  ul li {
      display: flex;
    width: 100%;
    padding: 5px;
    text-align: left;
  }

  .hide {
    display: block;
      /*float:left;
  }*/
/*
   nav ul {
  display: inline-flex;
  float: right;
   font-size: 15px;
}
*/

img{
 width: 110px;
 height:auto;
 /*margin-left:-6px;*/
 margin-left: 100px;
}
@media screen and (max-width: 600px) {
.ocultar-div{
display:none;
}
}
@media screen and (max-width: 600px) {
a{
  font-family: "Noto Sans";
    font-size: 10px;
    font-style: normal;
}
}