:root {
  --logo-blue: #0070c1;
  --blue: #008dcd;
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url(../css/fonts/BebasNeue-Regular.ttf) format('ttf'),
       url(../css/fonts/BebasNeue-Regular.oft) format('oft'),
       url(../css/fonts/Bebas-Neue.woff2) format('woff2');
       /* font-display: swap; */
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons.woff2") format("woff2"),
       url("/fonts/bootstrap-icons.woff") format("woff");
       font-display: swap;
}

*,
:after,
:before,
html,
body {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  background-color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #6d6d6d;
}

h1 {
  font: 2.5rem/2.8rem "BebasNeue-Regular", sans-serif;
  font-weight: bold;
  letter-spacing: .04em;
  color: #111;
}

h2 {
  font: 2rem/2.2rem "BebasNeue-Regular", sans-serif;
  font-weight: bold;
  /* letter-spacing: .02em; */
  color: #111;
  letter-spacing: .06em;
}

h3 {
  font: 1.7rem/1.9rem "BebasNeue-Regular", sans-serif;
  font-weight: bold;
  /* letter-spacing: .02em; */
  color: #111;
  letter-spacing: .06em;
}

h4 {
  font: 1.2rem/1.4rem "BebasNeue-Regular", sans-serif;
  font-weight: bold;
  letter-spacing: .06em;
  color: #111;
}

h5 {
  font: 20px/25px "BebasNeue-Regular", sans-serif;
  font-weight: bold;
  letter-spacing: .06em;
  color: #111;
}

strong,
b {
  font-family: "BebasNeue-Regular", sans-serif;
}

a {
  text-decoration: none;
  color: #111;
}

.dark-text {
  color: #111;
}

.btn-primary {
  background-color: var(--logo-blue);
  border-color: var(--logo-blue);
}

.btn-primary:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-primary:active,
.btn-primary:focus {
  background-color: var(--blue);
  border-color: var(--blue);
  box-shadow: none;
  outline: 0;
}

.btn-close:focus {
  box-shadow: none;
}

.download-btn {
  color: #fff;
  height: 0;
  padding-top: 0;
  padding-bottom: 0.5rem 0.55rem;
  line-height: 1;
}

.download-btn {
  background: var(--logo-blue);
  color: #fff;
  height: fit-content;
  padding: 0.5rem;
}

.download-btn:focus {
  box-shadow: none;
}

.download-btn:hover {
  background: var(--blue);
  color: #fff;
}

.download-btn svg {
  margin-right: 0.5rem;
  width: 14px;
  height: 14px;
}

section {
  padding: 60px 0;
}

/* .page-title {
  padding-bottom: 0;
} */

header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar {
  background-color: #fff;
  height: 100px;
}

.navbar.navbar-light .navbar-nav .nav-link {
  font-family: "BebasNeue-Regular", sans-serif;
  font-size: 17px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-bottom: 2px transparent solid;
}

.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link:hover {
  /* font-weight: bold; */
  /* text-decoration: line-through; */
  border-bottom: 2px var(--logo-blue) solid;
}

.navbar-brand img {
  padding-left: 15px;
  /* max-height: 80px; */
  max-height: 60px;
}

.navbar .nav-item {
  margin: 15px;
}

.navbar .nav-item:first-of-type {
   margin-left: 0;
}

.navbar .nav-item:last-of-type {
  margin-right: 0;
}

.navbar .navbar-collapse {
  justify-content: space-around;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 50%;
  justify-content: center;
}

.navbar .right-wrap {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.searchbar {
  background: #0071c117;
  max-height: 50px;
  margin-right: 30px;
}

.searchbar .form-control {
  background: transparent;
  color: #111;
  border: none;
  border-left: 2px var(--logo-blue) solid;
  border-radius: 0;
}

.form-control:focus,
.searchbar .form-control:focus {
  box-shadow: none!important;
  background: #ffffff2a;
}

.searchbar .form-control::placeholder {
  color: #1111117a;
}

.searchbar .form-control:focus::placeholder  {
  color: #4444447a;
}

.navbar .right-wrap svg,
.searchbar svg {
  fill: #111;
}

.navbar .right-wrap svg:hover,
.navbar .right-wrap svg:focus {
  fill: var(--logo-blue);
}

.navbar-toggler:focus {
  border-color: rgb(0, 112, 193, .45);
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

main {
  padding-bottom: 60px;
}

footer {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 'FORMS' */

.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}


/* 'HOMEPAGE */

.blue-title {
  background: rgb(0,112,193);
  background: linear-gradient(145deg, rgba(0,112,193,1) 48%, rgba(63,181,235,1) 100%);
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.blue-title h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0;
}

.destaques-hp .destaque-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.destaques-hp .destaque-wrapper img {
  width: 300px;
  height: 430px;
  /* object-fit: cover; */ 
}

.destaques-hp .destaque-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 10px #63636394;
}

.destaques-hp .destaque-wrapper .destaque-info {
  background: linear-gradient(0deg, rgb(5, 5, 5) 40%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 12px 17px;
  position: absolute;
  top: 100%;
  /* transition: top 0.3s linear; */
}

.destaques-hp .destaque-wrapper .destaque-info.open,
.destaques-hp .destaque-wrapper:hover .destaque-info {
  top: 0;
  transition: top 0.3s linear;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.destaques-hp .destaque-wrapper .destaque-info .title {
  font: 1.8rem/2rem "Bebas-Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .06em;
}

.destaques-hp .destaque-wrapper .destaque-info .text p {
  color: #c4c4c4;
}

.destaques-hp .destaque-wrapper .destaque-info .text p b {
  color: #ffffff;
}

/* 'END HOMEPAGE */

/* 'LOGIN */

.card.login-card {
  border: none;
}

.mb-3:has(.register-select) {
  display: flex;
  align-items: center;
}

.mb-3:has(.register-select) .form-check {
  min-width: 50%;
  width: fit-content;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(0, 112, 193, .25);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #0070c1;
  border-color: #0070c1;
}

/* 'END LOGIN */


/* 'DETALHE */

.section-detalhe .sticky-container {
  position: sticky;
  top: 100px;
  padding-bottom: 8px;
}

.section-detalhe .poster-col .poster-wrapper .poster-img {
  width: 100%;
}

.section-detalhe .poster-col .poster-wrapper .slick-dots {
  position: relative;
}

.section-detalhe .poster-col .btn-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
}

.section-detalhe .item-detalhe {
  width: 100%;
  padding-bottom: 15px;
  display: flex;
}

.section-detalhe .item-detalhe:last-of-type {
  padding-bottom: 0;
}

.section-detalhe .item-detalhe .movie-en-title {
  padding-left: calc(20% + 0.5rem);
}

.section-detalhe .item-detalhe h2 {
  font-weight: 400;
}

.section-detalhe .item-detalhe h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #111;
  letter-spacing: .06em;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.section-detalhe .info-col .item-detalhe h4 {
  min-width: 25%;
  text-align: end;
}Medicina Curativa

.section-detalhe .item-detalhe:has(.synopsis-wrapper) div .download-btn {
  color: #fff;
  height: fit-content;
  /* padding-left: 0;
  padding-bottom: 0; */
}

.section-detalhe .synopsis-synopsis-wrapper {
  width: 80%;
}

.section-detalhe .synopsis-wrapper {
  width: 100%;
}

.section-detalhe .synopsis-wrapper .synopsis {
  padding-top: 1rem;
  /* padding-bottom: 1rem; */
}

.section-detalhe .media-row {
  overflow: hidden;
}

.section-detalhe .media-row .media-col:first-of-type {
  padding-right: 1rem;
}

.section-detalhe .media-row .media-col:last-of-type {
  padding-left: 1rem;
}

.section-detalhe .media-row .media-col .item-detalhe {
  display: flex;
  align-items: center;
}

.video-trailer-wrapper {
  height: 300px;
}

.video-trailer {
  width: 500px;
  height: 100%;
}

/* .media-carousel, */
.media-carousel .item {
  background: #e9e9e9b5;
  height: 316px;
}

.carousel-web-imgs .item .carousel-img,
.carousel-imgs .item .carousel-img {
  width: 100%;
  height: 316px;
  cursor: pointer;
  /* object-fit: cover; */
  object-fit: contain;
  padding: 1rem;
}

.carousel-trailers.media-carousel .item,
.carousel-video.media-carousel .item {
  height: 100%;
}

.carousel-trailers.media-carousel .item video,
.carousel-video.media-carousel .item video {
  width: 100%;
  background: #000;
  height: 316px;
  display: block;
  margin: 0 auto;
}

.media-carousel.slick-dotted.slick-slider {
  margin-bottom: 40px;
  height: 350px;
  overflow: hidden;
}

.media-carousel .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 5px;
}

.gallery-modal .modal-content {
  background: transparent;
}

.gallery-modal .modal-header {
  background: #fff;
}

.gallery-modal .modal-body {
  /* background: #0071c188; */
  /* background: #00000085; */
  background: #000000d6;
}

.gallery-modal .carousel-inner.modal-carousel-inner {
  height: 80vh;
  display: flex;
  align-items: center;
}

.gallery-modal img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.thumbnail-img {
  width: auto;
  max-height: 45px;
}

.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}

.hourglass-gif {
  width: 24px;
  padding-bottom: 3px;
}


/* 'END DETALHE */



/* 'ESTREIAS */

.movie-card {
  margin-bottom: 50px;
}

.movie-card .poster-wrapper {
  min-height: 300px;
  max-height: 350px;
  /* overflow: hidden; */
  /* box-shadow: 5px 5px 10px #636363; */
}

.movie-card .poster {
  display: block;
  margin: 0 auto;
  /* height: 100%;
  width: 100%;
  object-fit: cover; */
  box-shadow: 5px 5px 10px #636363;
}

.movie-card .movie-date {
  font-family: "Open Sans",sans-serif;
  font-size: 1.3rem;
  /* text-transform: lowercas; */
}

.movie-card .movie-title-en {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: lighter;
  font-style: italic;
}

.movie-card p {
  margin-bottom: 0.5rem;
}

.icon-imdb {
  width: 50px;
  height: auto;
}

/* 'END ESTREIAS */




/* 'DATA TABLES */

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  content: "\25B2";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  content: "\25BC";
}

table.table-striped a {
  color: var(--logo-blue);
}

table.table-striped a:hover {
  color: #02497c;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eef8ff !important;
}

.pagination .page-link {
  color: #0070c1;
}
 
.pagination .page-item.active .page-link {
  background-color: #0070c1;
  border-color: #0070c1;
}

/* 'END DATA TABLES */


@media screen and (max-width: 991.98px) {

  .navbar .right-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px 15px;
  }

  .navbar .container-fluid {
    background: #fff;
  }

  .navbar-nav {
    padding: 15px;
  }

  .navbar .nav-item {
    margin: 0;
  }

  .navbar.navbar-light .navbar-nav .nav-link {
    border-bottom: none;
  }

  .navbar.navbar-light .navbar-nav .nav-link.active,
  .navbar.navbar-light .navbar-nav .nav-link:hover {
    color: var(--logo-blue);
    border-bottom: none;
  }

  .movie-tabs-section-hp {
    background: rgb(0,112,193);
    background: linear-gradient(250deg, rgba(0,112,193,1) 48%, rgba(63,181,235,1) 100%);
    border-radius: 0;
    height: fit-content;
    position: sticky;
    top: 190px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sidebar-toggler {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    justify-content: flex-end;
  }

  .sidebar-toggler svg {
    fill: #fff;
  }

  .movie-tabs-section-hp .movie-tabs-container {
    width: 100%;
  }

  .destaques-hp .destaque-wrapper img {
    height: auto;
  }

  .destaques-hp .destaque-wrapper .destaque-info {
    background: linear-gradient(0deg, rgb(5, 5, 5) 50%, rgba(0, 0, 0, 0) 100%);
    height: 15%;
    position: absolute;
    top: 85%;
    transition: none;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .destaques-hp .destaque-wrapper:hover .destaque-info {
    top: 85%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    transition: none;
  }

  .destaques-hp .destaque-wrapper .destaque-info .text {
    display: none;
  }

  .destaques-hp .destaque-wrapper .destaque-info .title {
    font: 1rem/1rem "Bebas-Neue", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .section-detalhe .info-col .item-detalhe {
    flex-direction: column;
  }

  .section-detalhe .info-col .item-detalhe h4 {
    min-width: 20%;
    text-align: start;
  }

}

@media screen and (max-width: 767.98px) {
  section {
    padding: 30px 0;
  }

  .section-detalhe .synopsis-synopsis-wrapper {
    width: 100%;
  }

  .section-detalhe .media-row .media-col:last-of-type {
    padding-left: calc(var(--bs-gutter-x)* .5);;
  }
}

@media screen and (max-width: 575.98px) {

  .destaques-hp .destaque-wrapper .destaque-info {
    background: linear-gradient(0deg, rgb(5, 5, 5) 50%, rgba(0, 0, 0, 0) 100%);
    height: 20%;
    position: absolute;
    top: 80%;
  }

  .destaques-hp .destaque-wrapper .destaque-info .title {
    margin-bottom: 0;
  }
}


/* 'SLICK' */

.slick-dots li {
  background-color: #e4e4e4;
  border-radius: 50%;
}

.slick-dots .slick-active {
  background-color: var(--logo-blue);
}

.slick-dots li button:before {
  content: "" !important;
}

.slick-arrows {
  list-style: none;
  width: fit-content;
  cursor: pointer;
}

.arrow-left,
.arrow-right {
  fill: var(--logo-blue);
}

.slick-arrows.slick-disabled:hover,
.slick-arrows.slick-disabled .arrow-left,
.slick-arrows.slick-disabled .arrow-right,
.next .arrow-right:disabled,
.prev .arrow-left:disabled {
  fill: #e4e4e4;
  cursor: default;
}

.next .arrow-right:active,
.prev .arrow-left:active,
.next .arrow-right:focus,
.prev .arrow-left:focus,
.next .arrow-right:hover,
.prev .arrow-left:hover {
  fill: #0682bf;
}

ul.ul-arrows {
  padding: 0;
}



/* ================================================= */
/* #carouselExampleSlidesOnly .carousel-inner {
  padding: 1em;
  display: flex;
}

#carouselExampleSlidesOnly .carousel-item {
  display: block;
  width: 20%;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #carouselExampleSlidesOnly .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  #carouselExampleSlidesOnly .carousel-inner {
    display: flex;
  }
} */