body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-image: url("../images/site/background.jpg");
  background-repeat: repeat;
}

header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 8%;
  overflow: hidden;
  z-index: 5;
}

header img {
  height: 100%;
}

#whatsappDIV {
  background-image: url("../images/site/whatsappBTN.png");
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 5;
}

#carrouselDIV {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  position: relative;
}

#scrollerDIV {
  width: 550vw;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
}

#scrollerDIV .slide {
  width: 80vw;
  height: 80%;
  background-color: white;
  margin: 0 2.5vw;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.slide:nth-child(1) {
  background-image: url("../images/sliders/slider19a.png");
}

.slide a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}

.slide .dateDIV {
  position: absolute;
  top: 0;
  right: 0;
}

.dateDIV p  {
  font-weight: bold;
  font-size: ;
}

.dateDIV p:nth-child(1) {
}

.dateDIV p:nth-child(2) {
  font-size: 2rem;
}

.dateDIV p:nth-child(3) {
}

.slide a > div {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.slide a > div h1,
.slide a > div p {
  margin: 0;
  padding: 0;
}

.slide a > div h1 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.slide a > div h1 span {
  font-size: 0.6rem;
  display: block;
}

.slide a > div.infoDIV p {
  font-size: 0.7rem;
  margin-top: 15px;
}

#menuDIV {
  width: 100vw;
  margin: 0 auto;
  height: auto;
  max-width: 726px;
  overflow: hidden;
  margin-bottom: 20px;
}

#menuDIV img {
  cursor: pointer;
  width: 100%;
  max-width: 726px;
}

#billboardDIV {
  padding: 0 10px;
}

#billboardDIV h2 {
  text-transform: uppercase;
  color: #ee3a84;
}

#billboardDIV ul {
  list-style: none;
  padding: 0;
}

#billboardDIV li {
  margin-bottom: 15px;
}

#billboardDIV li.tickets {
  background-color: #ee3a84;
  color: #fff;
  text-align: center;
  margin-top: -20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#billboardDIV li.tickets h4 {
  font-size: 0.9rem;
}

#billboardDIV li.tickets h4 a {
  color: #fff;
  text-decoration: none;
}

#billboardDIV h3,
#billboardDIV p {
  margin: 0;
  padding: 0;
}

#billboardDIV p {
  width: 15%;
  max-width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #aaa;
  padding: 2px;
  border-radius: 8px;
}

#billboardDIV p.thumb {
  border: 0;
}

#billboardDIV p.thumb img {
  width: 40px;
  height: 40px;
}

#billboardDIV p.tickets {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

#billboardDIV h3 {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 62%;
  margin-top: -30px;
  padding-left: 8px;
  font-size: 1rem;
}

#billboardDIV span {
  display: block;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  #scrollerDIV {
    width: 2000px;
  }

  #scrollerDIV .slide {
    width: 320px;
    height: 400px;
  }
}
