@charset "UTF-8";

/*   1024 px | Ipad / tablet     **/
@media only screen and (max-width: 1024px) {
}

/*   823 px | Ipad / tablet*/
@media only screen and (max-width: 820px) {
  .responsivo-desktop {
    display: none !important;
  }

  .responsivo-mobile {
    display: block !important;
  }

  header .navbar-brand img {
    margin-left: 20px !important;
  }
}

/*   768 px | Ipad / tablet*/
@media only screen and (max-width: 768px) {
}

/*   736 px | Ipad / tablet*/
@media only screen and (max-width: 736px) {
}

/*   731 px | Ipad / tablet*/
@media only screen and (max-width: 731px) {
}

/*   667 px | mobile Iphone Plus  **/
@media only screen and (max-width: 667px) {
}

/*   640 px | mobile Iphone Plus  **/
@media only screen and (max-width: 640px) {
  .responsivo-desktop {
    display: none !important;
  }

  .responsivo-mobile {
    display: block !important;
  }

  header .navbar-brand img {
    margin-left: 20px !important;
  }

  .pagina-geral-corpo .pagina-geral-corpo--box-atalho {
    margin-top: 30px;
  }
}

/*    414 px | mobile Iphone Plus  **/
@media only screen and (max-width: 414px) {
}

/*    411 px | mobile  */
@media only screen and (max-width: 411px) {
}

/*    360 px | mobile     **/
@media only screen and (max-width: 360px) {
}

/*    320 px | mobile IPhone   **/
@media only screen and (max-width: 320px) {
}

/*   280 px | mobile Iphone Plus  **/
@media only screen and (max-width: 280px) {
}
