html, body, .contenedor {
  margin: 0;
  padding: 0;
  height: 100vh;
  flex-wrap: wrap; }

nav.navbar {
  background-color: #ffffff !important; }
  nav.navbar .collapse .nav-item {
    display: flex;
    align-items: center; }

.contenedor {
  display: flex;
  justify-content: center; }
  .contenedor .anuncio {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0; }
    .contenedor .anuncio h1 {
      text-align: center;
      font-size: 45px;
      font-weight: bold;
      text-decoration: underline red;
      margin: 0;
      padding: 0; }
  .contenedor h4 {
    font-weight: bold; }

h6 {
  text-align: right; }

.aviso {
  width: 95%;
  padding: 0;
  margin: 0;
  margin-top: -10px; }
  .aviso ul.a {
    list-style-type: circle; }
  .aviso li {
    list-style: none; }
  .aviso li:before {
    /* For a round bullet */
    content: '\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -10px;
    top: 0;
    color: red;
    font-size: 20px; }

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.form-inline a {
  margin: 6px;
  padding: 3px;
  text-decoration: none !important;
  color: #000000; }

.footer {
  align-self: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  background-color: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  color: white;
  vertical-align: center;
  line-height: 4px;
  justify-content: center;
  display: flex; }
  .footer a {
    margin: 9px;
    padding: 2px;
    color: white !important; }
  .footer p {
    margin: 9px;
    padding: 2px; }

.collapse a {
  display: flex;
  align-items: center; }
.collapse #activo {
  height: 50px;
  background: red;
  border-radius: 10px;
  display: flex;
  align-items: center; }
.collapse #activo :hover, .collapse #activo:active {
  background-color: red; }
.collapse .flexbox .box {
  min-width: 180px;
  margin: 25px;
  margin-top: 10px; }

@media screen and (max-width: 478px) {
  .anuncio h1 {
    font-size: 30px !important;
    color: red; } }
@media screen and (max-width: 816px) {
  .footer {
    height: 80px; } }
@media screen and (max-width: 440px) {
  .footer {
    height: 100px; } }
@media screen and (max-width: 392px) {
  .anuncio p {
    font-size: 20px !important; } }
@media screen and (max-width: 324px) {
  .footer {
    height: 119px; } }
@media screen and (max-width: 246px) {
  .footer {
    height: 125px; }
    .footer p, .footer a {
      font-size: 13px; } }

/*# sourceMappingURL=styleaviso.css.map */
