.alert-danger {
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}

.d-inline-flex.align-items-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.icon-link {
  margin: 0 10px;
  text-decoration: none;
}

.icon-img {
  display: block;
  width: 30px;
  height: 30px;
}

.move-right {
  position: absolute;
  bottom: 10px;
  right: 150px;
}

.nav-cat{
border: none;
margin-bottom: 0;
}


/* Tablets, telefóno, escritorio */
@media only screen and (max-width: 768px) {


}

/* Standard */
@media only screen and (min-width: 480px) and (max-width: 767px){
  .d-inline-flex.align-items-center {
    width: 90%;
  }
  .move-right {
    right: 160px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .d-inline-flex.align-items-center {
    width: 86%;
  }

  .icon-link {
    margin: 0 8px;
  }

  .move-right {
    right: 85px;
  }
}