#page-wrapper-movie {
  /*margin-top: 50px;
  margin-bottom: 50px;*/
}

#page-wrapper-movie .jumpbox {
  row-gap: 2.5rem;
}

#page-wrapper-movie .item-card {
  border-radius: 1rem;
  box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
  padding-bottom: 3.4rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#page-wrapper-movie .item-card .item-card-img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
}

#page-wrapper-movie .item-card .item-card-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 9/12;
  object-fit: cover;
  border-radius: inherit;
}

.item-card .field-content {
  display: block;
}

.item-card .field-ver-detalles {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-bottom-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -webkit-border-bottom-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  /*background-color: #3ba6dd;*/
  border-bottom: 0;
}

.item-card .ver_pelicula {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  padding-top: 1.1rem;
  padding-right: 1.2rem;
  padding-bottom: 1.1rem;
  padding-left: 1.2rem;
  margin: 0 auto;
  width: 100%;
}

#movie_synopsis {
  font-size: 1rem;
  line-height: 1.375em;
  max-width: 520px;
}

#backcine {
  background: url("/modules/custom/api_cines/images/left_arrow.png") no-repeat
    left top;
  background-size: auto;
  width: 37px;
  height: 19px;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.media iframe {
  width: 100%;
  height: 325px;
  border-radius: 1rem;
}

.movie_player {
  width: 100%;
  border-radius: 1rem;
}

.cine-links {
}

#links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}

#links:before,
#links:after {
  content: none;
}

#links a,
#links button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 143px;
  height: 118px;
  box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
  border-radius: 1rem;
  background-clip: content-box;
  padding: 0.5rem;
  color: black;
}

#links img {
  width: auto;
  margin: 12px auto 0.5rem;
}

#links span {
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  min-height: 29px;
  position: relative;
  bottom: 0;
  height: 100%;
}

#links a.tickets-buy span {
  padding-top: 5px;
}

#links .how-to-get img {
  margin-bottom: 1px;
}

.coh-ce-e78e5ffb {
  display: block !important;
}

.coh-style-rm-visibility {
  visibility: hidden;
}

#schedules,
#schedulesTomorrow {
  margin-top: 2rem;
}

.schedules h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cinemaFunctions {
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 5px;
}

.cinemaFunctions > .coh-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 180px;
}

.cinema-header {
  padding-bottom: 20px;
}
.cinema-title {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.cinema-title .coh-style-titulo-componentes {
  margin-bottom: 0;;
}

#page-wrapper-movie .cinema-logo {
  height: auto;
  text-align: right;
  justify-content: end;
}

#page-wrapper-movie .cinema-logo img.cinema-logo-img {
  max-width: 232px;
}

.function-format {
  font-size: 0.875rem;
  margin-right: 0.5rem;
  display: block;
  width: 80px;
}

ul.showtime {
  min-width: 60px;
}

ul.showtime li {
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

ul.showtime li:not(:first-child) {
  margin-top: 0.25rem;
}

ul.showtime li:only-child {
  margin: 0;
}

ul.showtime li a {
  vertical-align: text-bottom;
  font-weight: 600;
}

.coh-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.cine-modal .coh-modal-inner {
  max-width: 777px;
  width: 95%;
  min-height: 343px;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 1.5rem;
}
.mt-3 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 2.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 1.5rem;
}
.mtb-3 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 2.5rem;
}

.center {
  display: flex;
  align-items: center;
}

.sidebar-right {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media (max-width: 23.375rem) {
  #page-wrapper-movie .cinema-logo img.cinema-logo-img {
    max-width: 180px;
  }
}

@media (max-width: 35.24rem) {
  .cinema-header {
    padding-bottom: 10px;
  }
  .cine-modal .coh-modal-inner {
    height: auto;
    min-height: auto;
    max-height: 80vh;
  }

  .media iframe {
    height: 175px;
  }
}

/*767*/
@media (max-width: 47.9375rem) {
  .cinemaFunctions > .coh-column {
    max-width: 178px;
  }
  #movie_synopsis {
    max-width: 100%;
  }
  .media {
    margin-top: 0;
  }
  .sidebar-right .media {
    order: 2;
  }

}
/*1023*/
@media (max-width: 63.9375rem) {
  #links a,
  #links button {
    width: 27%;
  }

  #links a.tickets-buy {
    background-position: 50% 55%;
    background-size: 86% auto;
  }
}