.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: 40px;
  height: 40px;
}

.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){
	
  .alert > p{
	text-align: left;
  }
  
  .d-inline-flex.align-items-center {
    width: 90%;
	justify-content: start;
	alig-items: start;
  }
  .move-right {
    right: 420px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

  .alert > p{
	text-align: left;
  }
  
  .d-inline-flex.align-items-center {
    width: 86%;
   justify-content: start;
   align-items: start;
  }

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

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