@charset "UTF-8";
#header .avisos {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
}

#header .avisos .close {
  color: #ffdd00;
  position: absolute;
  right: 0;
  top: 0px;
  float: none;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: initial;
}

#header .avisos .close :focus {
  outline: none;
}

#header .avisos .container {
  position: relative;
  padding: 0 15px;
}

#header .avisos h2 {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0 30px 0 0;
  position: relative;
  line-height: 35px;
  height: 35px;
}

#header .avisos h2 .fa-exclamation-circle {
  color: #ffdd00;
}

#header .avisos h2 :after {
  content: '';
  border-right: 1px solid #ffc046;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}

#header .avisos .lista-avisos {
  margin: 10px;
}

#header .avisos .lista-avisos li {
  position: relative;
  padding: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .avisos .lista-avisos li a {
  color: white;
}

#header .avisos .lista-avisos li :last-child {
  margin: 0;
}

#header .avisos .lista-avisos li :before {
  content: '•';
  color: #ffdd00;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}

@media (max-width: 1200px) {
  .avisos h2:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .avisos .close {
    right: 15px;
  }
}

@media (min-width: 1701px) {
  .box-avisos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
  }
}
/*# sourceMappingURL=aviso.css.map */