/* Media Query */
@media only screen and (max-width:1280px) {
}


@media only screen and (max-width:1199px) {
  figure.logotipo {
    margin-right: 25px
  }
}


@media only screen and (max-width:991px) {
  figure.logotipo img {
    width: 80%;
    margin-left: auto
  }
  .container--info-single figure.text-center img {
    max-width: 180px
  }
  .container--about-author img.alignleft {
    max-width: 380px
  }
}
	

@media only screen and (max-width:767px) {
  .container--nav {
    display: none;
    margin-top: 20px
  }
}


@media only screen and (max-width:575px) {
  .container--about-author img.alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  footer figure img {
    max-width: 180px
  }
}


@media only screen and (max-width:480px) {
  figure.logotipo img {
    width: 65%;
  }
  .box--noticia figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
}


@media only screen and (max-width:380px) {
  figure.logotipo img {
    width: 50%;
  }
}