/* Extra large devices */
@media (min-width: 1920px) {


}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 991px) {

  .margin-top-negative { margin-top: 0; }

  #carousel-home .carousel-caption { right: 8%; bottom: 10%; }
  #carousel-pages .carousel-caption { bottom: 10%; }

  .bg-destaques { padding-bottom: 48px !important; }

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

  #carousel-home .carousel-caption { right: 5%; bottom: 7%; }
  #carousel-pages .carousel-caption { bottom: -5%; }

  .list-amenities li { width: 100%; }

}
