@media (orientation: landscape) {
  .sidebar {
    display: none;
  }

  .seccion {
    width: 100%;
  }

  .mod-s3 {
    overflow: hidden;
    justify-content: space-around;
  }
}

@media (orientation: portrait) {
  .topbar-landscape {
    display: none;
  }

  #pronostico {
    height: 80%;
    position: absolute;
    height: 75%;
    top: 15%;
  }
}