@charset "UTF-8";

/*   1024 px | Ipad / tablet     **/
@media only screen and (max-width: 1024px) {
  .p-pc,
  .para-pc {
    display: block !important;
  }

  .p-mob,
  .para-mob {
    display: none !important;
  }
}

/*   823 px | Ipad / tablet*/
@media only screen and (max-width: 820px) {
  .sobre-nos-dois {
    background: transparent;
  }
}

/*   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) {
  .p-pc,
  .para-pc {
    display: none !important;
  }

  .p-mob,
  .para-mob {
    display: block !important;
  }

  .sobre-nos-dois {
    background: transparent;
  }

  .unidades-ob-cereais-slide .unidades-ob-cereais-slide--img {
    width: 320px;
    height: 130px !important;
  }
}

/*    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) {
}
