body {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

* {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

#sortable {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}

#sortable li {
  float: left;
  width: 33%;
}

#sortable li img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media (orientation:landscape) {
  #sortable {
    width: 100vh;
  }

}

@media (orientation:portrait) {
  #sortable {
    width: 100%;
  }

}

#navMenu {
  width: 100%;
  border: 0px;
}

.carousel {
  margin-bottom: 20px;
}

.carousel-inner .item img,
.carousel-inner .item img {
  width: 100%;
}

.container .carousel-indicators .active {
  background-color: orange;
}

.container .carousel-indicators li {
  border: 1px solid orange;
}

.container .panel-footer {
  margin-top: 20px;
}

.numero:before {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Número";
}