/* Estilos para pantallas móviles (max-width: 768px) */
@media (max-width: 768px) {
  .inicio {
    height: 100vh !important;
  }
  .hambur-inchis {
    top: 10px !important;
    left: 30px !important;
  }
  .appbar {
    margin-left: 35px;
    margin-top: 12px;
  }
  .lpd {
    width: 100% !important;
    margin-left: unset !important;
    padding:5px!important;
  }
  .MuiBox-root:first-child {padding:5px!important}
}
