#salas h2 {
  margin-bottom: 30px;
  padding-right: 70px;
  font-size: 37px;
  line-height: 46px;
  font-weight: bold;
  color: #fff4d9;
}

.box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 440px) {
  .box {
    grid-template-columns: 1fr 1fr;
  }
}
.box .box_items {
  position: relative;
}
.box .box_items svg {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 50%);
}
.box .box_items .img {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
  border-radius: 0.75rem;
}

em {
  font-style: italic;
}

.page-template-page-filmes .box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.page-template-page-filmes .box .img {
  background-size: cover;
  width: 100%;
  height: 363px;
  background-position: center;
  border-radius: 0.75rem;
}

@media (max-width: 600px) {
  footer img {
    padding: 0 !important;
  }
  button.slick-prev.slick-arrow {
    left: 10px;
    z-index: 999;
  }
  button.slick-next.slick-arrow {
    right: 10px;
  }
}
#galeria .bg_img {
  height: 440px !important;
}/*# sourceMappingURL=ss.css.map */