@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap");
/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
:root {
  --colorDefault:#000;
  --colorSecundaria:red;
  --colorGRay:#757575;
}

a {
  color: #585858;
  transition: all 0.5s;
}

body {
  background: #EFEFEF !important;
}

.col-8 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.col-7 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.col-6 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-5 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.col-4 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.col-3 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-2 {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.titulo-filme-lista {
  display: block;
  margin-top: 15px;
  font-size: 1.4em;
  color: grey;
  font-family: "Roboto Condensed", sans-serif;
}

.tabela {
  display: table;
  width: 100%;
  height: 100%;
}
.tabela .tabela-row {
  display: table-row;
}
.tabela .tabela-cell {
  display: table-cell;
  vertical-align: middle;
}
.campoElegante {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #c8c8c8;
  color: var(--colorGRay);
  font-size: 1em !important;
}
.campoElegante::-moz-placeholder {
  color: var(--colorGRay);
}
.campoElegante::placeholder {
  color: var(--colorGRay);
}
.campoElegante:focus {
  outline: none;
}

.btn_procurar {
  border: 1px solid var(--colorGRay);
  font-size: 1em !important;
  display: inline-block;
  padding: 12px;
  color: var(--colorGRay);
  transition: all 0.5s;
}
.btn_procurar :hover {
  color: var(--colorSecundaria);
  text-decoration: none;
}

.item-programacao {
  display: block;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  color: #585858;
  border-bottom: 1px solid #cbcbcb;
  transition: all 0.5s;
}
.item-programacao:hover {
  text-decoration: none;
  color: var(--colorSecundaria);
}

.cartola-data-programacao {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.menu-datas {
  display: inline-table;
  width: auto;
  transition: all 0.5s;
}
.menu-datas span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
.menu-datas span span {
  display: block;
  padding: 25px;
}
.menu-datas:hover {
  text-decoration: none;
  color: var(--colorSecundaria);
}
.menu-datas:hover span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: var(--colorSecundaria);
  border: 1px solid var(--colorSecundaria);
}

.social-apresenta {
  margin-top: 75px;
}
.social-apresenta a {
  color: var(--colorGRay);
  transition: all 0.5s;
}
.social-apresenta a :hover {
  text-decoration: none;
  color: var(--colorSecundaria);
}

.navbar .megamenu {
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
}
.navbar .nav-link {
  color: #FFF !important;
  /*color: #000 !important;*/
  transition: all 0.5s;
  font-size: 0.8em;
}

.superPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.box {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header_filmes {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(25, 50px);
  grid-auto-flow: column;
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  .header_filmes {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .header_filmes {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .header_filmes {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .header_filmes {
    display: grid;
  }
}
@media only screen and (min-width: 1200px) {
  .header_filmes {
    display: grid;
  }
}
@media only screen and (min-width: 1600px) {
  .header_filmes {
    display: grid;
  }
}
@media only screen and (min-width: 1920px) {
  .header_filmes {
    display: grid;
  }
}

.header_curtas {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(35, 50px);
  grid-auto-flow: column;
}
@media only screen and (max-width: 600px) {
  .header_curtas {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .header_curtas {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .header_curtas {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .header_curtas {
    display: grid;
  }
}
@media only screen and (min-width: 1200px) {
  .header_curtas {
    display: grid;
  }
}
@media only screen and (min-width: 1600px) {
  .header_curtas {
    display: grid;
  }
}
@media only screen and (min-width: 1920px) {
  .header_curtas {
    display: grid;
  }
}

.box_menu_datas {
  margin-top: 35px;
  margin-bottom: 100px;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: space-between;
}

.cartola {
  margin-bottom: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
}

.cartola_curta {
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
}

.sinopse {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
#asidemenu {
  background-color: black;
  width: 100%;
}

.barra-forms {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #FFF;
}

.list-unstyled li {
  display: block;
}
.list-unstyled li a {
  color: #FFF;
  padding-bottom: 8px;
  margin-bottom: 8px;
  transition: all 0.5s;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}
.list-unstyled li a :hover {
  color: var(--colorSecundaria);
  text-decoration: none;
}

footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .box_item_footer {
  text-align: center;
  margin-bottom: 35px;
}/*# sourceMappingURL=fantaspoa.css.map */