@import url("https://fonts.googleapis.com/css?family=Arimo:400,500,600,700|Roboto+Slab:300,400,700");
body {
  font-family: "Arimo", sans-serif;
  outline: none;
}
a {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
  .no-mb {
    display: none !important;
  }
}
.only-mb {
  display: none;
}
@media (max-width: 1024px) {
  .only-mb {
    display: block;
  }
}
.titulo-sessao {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  color: #cfcfcf;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
}
.titulo-sessao.titulo-topo-internas {
  color: #fff;
  font-size: 48px;
  margin-top: 0;
  line-height: 70px;
}
@media (max-width: 1024px) {
  .titulo-sessao {
    font-size: 45px;
  }
}
.veja-mais {
  font-size: 14px;
  text-transform: uppercase;
  color: #f57b20;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.veja-mais:hover {
  color: #212121;
}
.ver-detalhes {
  color: #f57b20;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f57b20;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px;
  display: block;
  margin-top: 25px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ver-detalhes:hover {
  color: #fff;
  border-color: #fff;
}
.select {
  float: left;
  width: 100%;
  width: 100px;
  padding: 3px 2px 0px 2px;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #636363;
}
.select select {
  float: left;
  width: 200%;
  padding: 9px 0 9px 11px;
  font: 14px "Arimo", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}
.select i {
  position: absolute;
  top: 5px;
  right: 12px;
  padding: 5px;
  color: #fff;
  font-size: 20px;
}
#filtro #filtro--genero {
  width: 130px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 2px 9px 0;
  height: 30px;
}
@media (max-width: 1024px) {
  #filtro #filtro--genero {
    width: 90%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto;
    float: none;
    display: table;
    padding: 3px 10px;
  }
}
#filtro #filtro--genero select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
#filtro #filtro--titulo {
  width: 240px;
  padding: 10px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #636363;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
@media (max-width: 1024px) {
  #filtro #filtro--titulo {
    float: none;
    width: 90%;
    display: table;
    margin: 15px auto 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
#filtro #filtro--titulo input {
  font: 14px "Arimo", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  width: 80%;
  height: 19px;
  padding: 0 10px;
}
#filtro #filtro--titulo input.placeholder {
  font: 14px "Arimo", sans-serif;
  color: #fff;
}
#filtro #filtro--titulo input:-moz-placeholder {
  font: 14px "Arimo", sans-serif;
  color: #fff;
}
#filtro #filtro--titulo input::-moz-placeholder {
  font: 14px "Arimo", sans-serif;
  color: #fff;
}
#filtro #filtro--titulo input:-ms-input-placeholder {
  font: 14px "Arimo", sans-serif;
  color: #fff;
}
#filtro #filtro--titulo input::-webkit-input-placeholder {
  font: 14px "Arimo", sans-serif;
  color: #fff;
}
#filtro #filtro--titulo i {
  position: absolute;
  top: 3px;
  right: 12px;
  padding: 5px;
  color: #fff;
  font-size: 20px;
}
.paginacao-slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 25px;
  z-index: 36;
}
.paginacao-slider span,
.paginacao-slider a {
  text-indent: -9999pc;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  font-size: 23px;
  line-height: 10px;
  text-align: center;
  color: #f57b20;
  opacity: 1;
  display: inline-block;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.paginacao-slider span:after,
.paginacao-slider a:after {
  opacity: 0;
  content: "";
  width: 14px;
  height: 14px;
  background: #f57b20;
  cursor: pointer;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.paginacao-slider span.swiper-pagination-bullet-active,
.paginacao-slider span.ativo,
.paginacao-slider span:hover,
.paginacao-slider a.swiper-pagination-bullet-active,
.paginacao-slider a.ativo,
.paginacao-slider a:hover {
  background-color: transparent;
}
.paginacao-slider span.swiper-pagination-bullet-active:after,
.paginacao-slider span.ativo:after,
.paginacao-slider span:hover:after,
.paginacao-slider a.swiper-pagination-bullet-active:after,
.paginacao-slider a.ativo:after,
.paginacao-slider a:hover:after {
  opacity: 1;
}
.wrapper-slider {
  position: relative;
}
.wrapper-slider .seta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 59px;
  color: #a6a6a6;
  cursor: pointer;
  background: none;
}
.wrapper-slider .seta i {
  cursor: pointer;
}
.wrapper-slider .seta i:before {
  cursor: pointer;
}
.wrapper-slider .swiper-button-prev {
  left: 40px;
}
.wrapper-slider .swiper-button-next {
  right: 40px;
}
.wrapper-slider .paginacao-slider {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  transform: none;
  margin: 20px 0;
}
.wrapper-slider .paginacao-slider span {
  width: 12px;
  height: 12px;
}
.wrapper-slider .paginacao-slider span:after {
  width: 10px;
  height: 10px;
}
.wrapper-slider .veja-mais {
  float: right;
  margin-right: 10px;
  position: relative;
  top: -40px;
  z-index: 40;
}
.wrapper-slider .veja-mais:hover {
  color: #fff;
}
#breadcrumbs {
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  #breadcrumbs {
    float: none;
    display: table;
    margin: 20px auto 0;
  }
}
#breadcrumbs .home,
#breadcrumbs a {
  color: #000;
}
@media (max-width: 1024px) {
  #breadcrumbs span {
    display: inline;
    margin-left: 4px;
  }
}
.infoBox {
  width: 300px;
  margin-top: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.4);
}
.infoBox img:first-child {
  position: absolute !important;
  cursor: pointer;
  right: -20px;
  top: -20px;
}
.infoBox #infobox--topo {
  width: 100%;
  float: left;
  display: flex;
}
.infoBox #infobox--topo #infobox--logo {
  width: 48%;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.infoBox #infobox--topo #infobox--logo img {
  width: 100%;
  height: auto;
  position: relative !important;
  top: 0;
  right: 0;
}
.infoBox #infobox--topo #infobox--info-topo {
  width: 48%;
  float: left;
  background: #f57b20;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 20px;
}
.infoBox #infobox--topo #infobox--info-topo h1 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.infoBox #infobox--corpo {
  width: 100%;
  float: left;
}
.infoBox #infobox--corpo p {
  font-size: 14px;
  color: #212121;
  padding: 0px 10px;
  margin: 10px 0 10px;
  overflow: hidden;
}
.infoBox #infobox--corpo p i {
  color: #f57b20;
  font-size: 18px;
  display: inline-block;
  margin-right: 3px;
  width: 20px;
  float: left;
}
.infoBox #infobox--corpo p a {
  color: #212121;
  text-decoration: underline;
}
body {
  margin: 0;
  padding: 0;
  font: 12px "arial";
  color: #46484a;
  background: #fff;
  webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
div,
small,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li,
img,
form,
label,
button,
input,
select,
textarea,
dl,
dt,
dd,
time {
  margin: 0;
  padding: 0;
}
nav,
footer,
canvas,
details,
dialog,
article,
header,
aside,
section,
menu,
video,
address {
  margin: 0;
  padding: 0;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-weight: normal;
  font-style: normal;
}
ul,
li {
  list-style: none;
}
a,
button {
  cursor: pointer;
}
a,
img,
button,
input,
textarea,
div,
canvas,
article,
section,
select {
  outline: none;
  border: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
textarea {
  overflow: auto;
  resize: none;
}
img.alignleft,
div.alignleft {
  float: left !important;
  margin: 0 15px 20px 0 !important;
}
img.alignright,
div.alignright {
  float: right !important;
  margin: 0 0 0 15px !important;
}
img.aligncenter,
div.aligncenter {
  display: block !important;
  text-align: center !important;
  margin: 15px auto !important;
}
.col-1-1,
.grid {
  width: 100%;
}
.grid:after,
[class*="grid"],
[class*="col-"],
[class*="mobile-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="col-"] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
}
.grid-pad,
[class*="col-"] [class*="col-"]:last-child {
  padding-right: 0;
}
.grid {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
}
.push-right {
  float: right;
}
.col-2-3,
.col-8-12 {
  width: 66.66%;
}
.col-1-2,
.col-6-12 {
  width: 50%;
}
.col-1-3,
.col-4-12 {
  width: 33.33%;
}
.col-1-4,
.col-3-12 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-6,
.col-2-12 {
  width: 16.667%;
}
.col-1-7 {
  width: 14.28%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-9 {
  width: 11.1%;
}
.col-1-10 {
  width: 10%;
}
.col-1-11 {
  width: 9.09%;
}
.col-1-12 {
  width: 8.33%;
}
.col-11-12 {
  width: 91.66%;
}
.col-10-12 {
  width: 83.333%;
}
.col-9-12 {
  width: 75%;
}
.col-5-12 {
  width: 41.66%;
}
.col-7-12 {
  width: 58.33%;
}
.push-2-3,
.push-8-12 {
  margin-left: 66.66%;
}
.push-1-2,
.push-6-12 {
  margin-left: 50%;
}
.push-1-3,
.push-4-12 {
  margin-left: 33.33%;
}
.push-1-4,
.push-3-12 {
  margin-left: 25%;
}
.push-1-5 {
  margin-left: 20%;
}
.push-1-6,
.push-2-12 {
  margin-left: 16.667%;
}
.push-1-7 {
  margin-left: 14.28%;
}
.push-1-8 {
  margin-left: 12.5%;
}
.push-1-9 {
  margin-left: 11.1%;
}
.push-1-10 {
  margin-left: 10%;
}
.push-1-11 {
  margin-left: 9.09%;
}
.push-1-12 {
  margin-left: 8.33%;
}
@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 10px;
  }
  [class*="col-"] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
  }
  [class*="col-"] [class*="col-"] {
    padding-right: 0;
  }
  [class*="mobile-col-"] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
#topo {
  background: #000;
}
#topo.interna {
  position: relative;
  float: none;
}
@media (max-width: 1412px) {
  #topo {
    position: relative;
    background: #000;
  }
}
#topo .wrapper {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
#topo .wrapper .col-a {
  float: left;
  margin-left: 30px;
}
@media (max-width: 1412px) {
  #topo .wrapper .col-a {
    width: 90%;
  }
}
#topo .wrapper .col-b {
  float: right;
  margin-right: 30px;
  padding: 45px 0 0 0;
}
@media (max-width: 1412px) {
  #topo .wrapper .col-b {
    display: none;
  }
}
#topo .wrapper #menu-topo {
  margin: 55px 0;
  float: left;
}
@media (max-width: 1412px) {
  #topo .wrapper #menu-topo {
    display: none;
  }
}
#topo .wrapper #menu-topo a {
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1025px) and (max-width: 1585px) {
  #topo .wrapper #menu-topo a {
    font-size: 12px;
    margin: 0 5px;
  }
}
#topo .wrapper #menu-topo a:after {
  content: "\2022";
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -20px;
  border: 2px solid #f57b20;
  font-size: 23px;
  line-height: 10px;
  text-align: center;
  color: #f57b20;
  opacity: 0;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#topo .wrapper #menu-topo a:hover,
#topo .wrapper #menu-topo a.ativo {
  color: #f57b20;
}
#topo .wrapper #menu-topo a:hover:after,
#topo .wrapper #menu-topo a.ativo:after {
  opacity: 1;
}
#topo .wrapper #logo {
  float: left;
  display: block;
  width: 120px;
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 1412px) {
  #topo .wrapper #logo {
    width: 70px;
  }
}
#topo .wrapper #form-busca {
  position: relative;
  float: left;
  margin-right: 20px;
}
@media (max-width: 1412px) {
  #topo .wrapper #form-busca {
    display: none;
  }
}
#topo .wrapper #form-busca #campo-busca {
  border: 1px solid #636363;
  width: 160px;
  padding: 15px 40px 15px 24px;
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#topo .wrapper #form-busca #campo-busca.placeholder {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
}
#topo .wrapper #form-busca #campo-busca:-moz-placeholder {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
}
#topo .wrapper #form-busca #campo-busca::-moz-placeholder {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
}
#topo .wrapper #form-busca #campo-busca:-ms-input-placeholder {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
}
#topo .wrapper #form-busca #campo-busca::-webkit-input-placeholder {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
}
#topo .wrapper #form-busca #enviar-busca {
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}
#topo .wrapper #acessibildiade {
  float: left;
  color: #fff;
  margin-top: 12px;
}
@media (max-width: 1412px) {
  #topo .wrapper #acessibildiade {
    display: none;
  }
}
#topo .wrapper #acessibildiade a {
  color: #fff;
}
#topo .wrapper #acessibildiade span {
  background: #f57b20;
  display: inline-block;
  padding: 4px 4px;
  margin: 0 5px;
  width: 13px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topo .wrapper #acessibildiade span:hover {
  color: #f57b20;
  background: #fff;
}
#topo .wrapper #acessibildiade .label {
  background-color: transparent;
  width: auto;
  cursor: inherit;
}
#topo .wrapper #acessibildiade .label:hover {
  color: #fff;
  background: transparent;
}
#menu-mb {
  display: none;
  position: relative;
  z-index: 10001;
  float: right;
}
@media (max-width: 1412px) {
  #menu-mb {
    display: block;
  }
}
#menu-mb #ico-menu {
  width: 35px;
  height: 35px;
  position: relative;
  margin-top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1412px) {
  #menu-mb #ico-menu {
    margin-top: 25px;
    margin-right: 18px;
  }
}
#menu-mb #ico-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f57b20;
  opacity: 1;
  left: 0;
  outline: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-mb #ico-menu.open span {
  background: #fff;
}
#menu-mb #ico-menu span:nth-child(1) {
  top: 0px;
}
#menu-mb #ico-menu span:nth-child(2),
#menu-mb #ico-menu span:nth-child(3) {
  top: 12px;
}
#menu-mb #ico-menu span:nth-child(4) {
  top: 25px;
}
#menu-mb #ico-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#menu-mb #ico-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-mb #ico-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-mb #ico-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#conteudo-menu-mb {
  display: none;
  padding-bottom: 20px;
  opacity: 0;
  left: 100%;
  position: absolute;
  top: 90px;
  background: #000;
  width: 100%;
  padding-top: 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#conteudo-menu-mb.aberto {
  display: block;
  opacity: 1;
  left: 0;
  z-index: 999;
  top: 77px;
}
#conteudo-menu-mb a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  padding: 3px 20px 12px 0;
  font-size: 16px;
}
#slider-home {
  position: relative;
}
#slider-home .swiper-container {
  width: 100%;
  overflow: initial;
}
#slider-home .swiper-pagination.paginacao-slider {
  bottom: -30px;
}
#slider-home img {
  width: 100%;
  height: auto;
}
#slider-home .swiper-slide {
  background-image: none;
}
@media (max-width: 1024px) {
  #slider-home .swiper-slide {
    height: 240px;
    background-image: inherit;
    background-size: cover;
    background-position: top center;
  }
}
@media (max-width: 1024px) {
  #slider-home .paginacao-slider {
    bottom: 10px;
  }
}
#destaques {
  background: #e6e6e6;
  padding: 40px;
}
#destaques img {
  width: 100%;
  display: table;
}
#destaques .data {
  font-size: 12px;
  color: #818181;
  display: block;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  #destaques #destaque-principal {
    margin-bottom: 20px;
  }
}
#destaques #destaque-principal .infos {
  background: #fff;
  display: table;
  padding: 40px;
}
#destaques #destaque-principal .infos .titulo {
    color: #f57b20;
    font-weight: 700;
    font-family: "Arimo", sans-serif;
    font-size: 40px;
    line-height: 46px;
}
#destaques #destaque-drops .drops {
  height: 130px;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
}
#destaques #destaque-drops .drops:nth-child(3) {
  margin-bottom: 0;
}
#destaques #destaque-drops .drops .infos {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 44px);
  padding: 22px;
}
#destaques #destaque-drops .drops .titulo {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-weight: 700;
}
#destaques #destaque-drops .veja-mais {
  margin: 20px 0;
  text-align: right;
}
@media (max-width: 1024px) {
  #destaques #destaque-fixo {
    margin-top: 20px;
  }
}
#destaques #destaque-fixo .infos {
  background: #212121;
  display: table;
  padding: 30px;
}
#destaques #destaque-fixo .titulo {
  font-size: 26px;
  text-transform: uppercase;
  color: #f57b20;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
}
#destaques #destaque-fixo .texto {
  font-size: 14px;
  color: #707070;
  margin: 17px 0px;
}
#destaques #destaque-fixo .veja-mais:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  #destaques #destaque-fixo .veja-mais {
    margin-top: 20px;
    text-align: right;
  }
}
#filmes-na-rede {
  background: #2b2b2b;
  position: relative;
}
#filmes-na-rede #loading {
  position: absolute;
}
#filmes-na-rede.interna .area-filtro {
  padding-bottom: 30px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  #filmes-na-rede.interna .area-filtro {
    padding-top: 30px;
  }
}
#filmes-na-rede .titulo-filmes-na-rede-interna {
  color: #cfcfcf;
  text-align: center;
}
#filmes-na-rede #texto-informativo {
  font-size: 14px;
  color: #6d6d6d;
  padding: 0;
}
#filmes-na-rede #texto-informativo strong {
  color: #f57b20;
}
#filmes-na-rede #wrapper-filtro {
  padding: 40px 0 30px 20px;
}
@media (max-width: 1024px) {
  #filmes-na-rede #wrapper-filtro {
    padding: 20px 0 30px 20px;
  }
}
@media (max-width: 1024px) {
  #filmes-na-rede .select i {
    top: 8px;
    right: 15px;
  }
}
#filmes-na-rede #slider-filmes-home {
  width: 88%;
  position: relative;
}
#filmes-na-rede #slider-filmes-home .swiper-slide {
  width: 260px;
}
@media (max-width: 1024px) {
  #filmes-na-rede #slider-filmes-home .paginacao-slider {
    display: none;
  }
}
@media (max-width: 1024px) {
  #filmes-na-rede #slider-filmes-home .veja-mais {
    top: 0;
    float: none;
    text-align: center;
    display: block;
    margin: 25px 0 30px;
    width: 90%;
  }
}
#filmes-na-rede #slider-filmes-home img {
  width: 100%;
}
@media (max-width: 1024px) {
  #filmes-na-rede #slider-filmes-home img {
    display: block;
    margin: 0 auto;
  }
}
.filme-lista {
  margin-bottom: 50px;
}
.filme-lista img {
  width: 100%;
}
.filme-lista .informacoes {
  font-size: 14px;
  color: #fff;
}
.filme-lista .informacoes .titulo {
  color: #f57b20;
  font-size: 32px;
  font-weight: 700;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filme-lista .informacoes .titulo:hover {
  color: #fff;
}
.filme-lista .informacoes .genero {
  font-size: 12px;
  color: #fff;
  display: table;
  text-transform: uppercase;
  margin: 10px 0 20px;
  background: #f57b20;
  padding: 8px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filme-lista .informacoes .genero:hover {
  color: #f57b20;
  background: #fff;
}
.filme-lista .informacoes .dados {
  font-size: 12px;
  text-transform: uppercase;
}
.filme-lista .informacoes .dados span {
  display: inline-block;
  margin: 0 4px;
}
.filme-lista .informacoes .diretor {
  margin: 10px 0px;
}
.filme-lista .informacoes .sinopse {
  color: #c1c1c1;
  line-height: 22px;
}
#programacao .filme-lista .titulo {
  font-size: 42px;
}
#programacao .filme-lista .genero {
  display: inline-block;
  margin-right: 8px;
}
#programacao .filme-lista .dados span {
  display: inline-block;
  margin: 0 4px;
}
#programacao .filme-lista .sinopse span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #f57b20;
}
#programacao .filme-lista .ver-detalhes {
  width: 220px;
}
#programacao .filme-lista .titulo-em-cartaz {
  margin-top: 40px;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
#programacao .filme-lista .lista-em-cartaz {
  margin-top: 30px;
}
#programacao .filme-lista .lista-em-cartaz li {
  margin: 10px 0;
  float: left;
  width: 100%;
}
#programacao .filme-lista .lista-em-cartaz i {
  font-size: 18px;
  position: relative;
  top: -2px;
}
#programacao .filme-lista .lista-em-cartaz .data {
  font-weight: 700;
  font-size: 18px;
  color: #f57b20;
}
#programacao .filme-lista .lista-em-cartaz .local {
  font-size: 14px;
  color: #c1c1c1;
}
#programacao .filme-lista .lista-em-cartaz .local strong {
  font-size: 18px;
}
#programacao .filme-lista .lista-em-cartaz .debate {
  color: #f57b20;
  font-style: italic;
  margin-top: 10px;
  font-size: 18px;
}
#programacao .filme-lista .lista-em-cartaz .debate i {
  font-size: 21px;
  margin-right: 10px;
}
#programacao .filme-lista hr {
  border: none;
  background: url("../img/divisao-filmes.png") no-repeat;
  margin: 50px 0;
  height: 11px;
  background-size: 100%;
  float: left;
  width: 100%;
}
#topo-internas.filme-interna {
  background-color: #f57b20;
  height: auto;
  min-height: 150px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  #topo-internas.filme-interna {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
#topo-internas.filme-interna .info-topo-filme {
  float: left;
  width: 50%;
}
@media (max-width: 1024px) {
  #topo-internas.filme-interna .info-topo-filme {
    float: none;
    width: 100%;
  }
}
#topo-internas.filme-interna .info-topo-filme .titulo-sessao {
  float: none;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 120px;
  height: auto;
}
@media (max-width: 1024px) {
  #topo-internas.filme-interna .info-topo-filme .titulo-sessao {
    font-size: 32px;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    margin-bottom: 10px;
  }
}
#topo-internas.filme-interna .info-topo-filme .classificacao {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1024px) {
  #topo-internas.filme-interna .info-topo-filme .classificacao {
    text-align: center;
  }
}
#topo-internas.filme-interna
  .info-topo-filme
  .classificacao
  .label-classificacao {
  display: inline-block;
  padding: 3px 6px;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#topo-internas.filme-interna
  .info-topo-filme
  .classificacao
  .label-classificacao.livre {
  background: #00b04c;
}
#topo-internas.filme-interna
  .info-topo-filme
  .classificacao
  .label-classificacao.cl-14 {
  background: #e26c20;
}
#topo-internas.filme-interna
  .info-topo-filme
  .classificacao
  .label-classificacao.cl-16 {
  background: #d62222;
}
#topo-internas.filme-interna
  .info-topo-filme
  .classificacao
  .label-classificacao.cl-18 {
  background: #1b1715;
}
#filmes-na-rede.interna #programacao {
  overflow: visible;
}
#filmes-na-rede.interna .aviso {
  color: #a0a0a0;
  font-size: 14px;
}
#filmes-na-rede.interna .sinopse .veja-mais {
  text-transform: none;
}
@media (max-width: 1024px) {
  #filmes-na-rede.interna .sinopse .veja-mais {
    display: block;
  }
}
#filmes-na-rede.interna .sinopse .veja-mais:hover {
  color: #fff;
}
#filmes-na-rede.interna .titulo-trailer {
  font-size: 74px;
  color: #4b4b4b;
  line-height: 74px;
  margin-top: 40px;
  text-align: center;
}
#filmes-na-rede.interna #trailer {
  background: #000;
  margin-bottom: 60px;
}
#filmes-na-rede.interna #trailer iframe {
  width: 100%;
  min-height: 300px;
  height: auto;
}
#filmes-na-rede.interna #trailer .titulo-contribua {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: "Roboto Slab", serif;
}
#filmes-na-rede.interna #trailer .links {
  display: table;
  margin: 0 auto;
  padding-bottom: 40px;
}
#filmes-na-rede.interna #trailer .links .ver-detalhes {
  display: inline-block;
  margin: 0 10px;
}
#filmes-na-rede.interna .titulo-area-interna {
  font-weight: 700;
  font-size: 24px;
  color: #f57b20;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#filmes-na-rede.interna .titulo-onde-foi-exibido {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
}
#filmes-na-rede.interna .wrapper-ficha-tecnica {
  border: 1px solid #f57b20;
  padding: 30px;
}
#filmes-na-rede.interna .wrapper-ficha-tecnica p {
  color: #c1c1c1;
  font-size: 14px;
  margin-bottom: 15px;
}
#filmes-na-rede.interna #imagens-do-filme a {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100px;
  margin-bottom: 1px;
  overflow: hidden;
}
#filmes-na-rede.interna #imagens-do-filme a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#filmes-na-rede.interna #onde-foi-exibido {
  margin-top: 50px;
  width: 100%;
  float: left;
}
@media (max-width: 1024px) {
  #filmes-na-rede.interna .informacoes {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
#programacao #filme-interna .imagem {
  position: relative;
  top: -130px;
}
@media (max-width: 1024px) {
  #programacao #filme-interna .imagem {
    top: 0;
  }
}
#programacao #filme-interna .lista-em-cartaz .debate {
  font-size: 14px;
}
#programacao #filme-interna .lista-em-cartaz .local strong {
  font-size: 15px;
}
.titulo-rede-cinemas {
  text-align: center;
  color: #6e6e6e;
}
.titulo-rede-cinemas-interna {
  color: #cfcfcf;
}
#mapa-area {
  width: 100%;
  height: 500px;
}
@media (max-width: 1024px) {
  #mapa-area {
    height: 350px;
  }
}
#barra-topo-mapa {
  padding: 0px 0 10px;
  background: #f57b20;
}
#barra-topo-mapa .titulo-sessao{
  color: #FFF;
}
#barra-topo-mapa #filtro {
  float: left;
}
@media (max-width: 1024px) {
  #barra-topo-mapa #filtro {
    width: 100%;
  }
}
#barra-topo-mapa #filtro #filtro--estado {
  width: 90%;
  border-color: #fff;
  padding: 8px 7px;
}
@media (max-width: 1024px) {
  #barra-topo-mapa #filtro #filtro--estado .select i {
    top: 12px;
  }
}
#barra-topo-mapa .texto-topo-mapa {
  float: right;
  font-size: 14px;
  color: #fff;
}
#barra-topo-mapa .texto-topo-mapa strong {
  font-size: 18px;
}
#fotos-e-videos .titulo-sessao {
  text-align: center;
  color: #6E6E6E;
}
#fotos-e-videos .veja-mais {
  margin-right: 24px;
}
#fotos-e-videos .veja-mais:hover {
  color: #212121;
}
@media (max-width: 1024px) {
  #fotos-e-videos .veja-mais {
    float: none;
    top: 0;
    margin: 20px 0;
    display: table;
    text-align: center;
    width: 100%;
  }
}
#fotos-e-videos .swiper-wrapper img {
  width: 100%;
}
@media (max-width: 1024px) {
  #fotos-e-videos .paginacao-slider {
    display: none;
  }
}
#fotos-e-videos .paginacao-slider span {
  border-color: #d0d0d0;
  background: transparent;
}
#topo-internas {
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
  height: 150px;
  padding-top: 40px;
}
#topo-internas.filmes {
  background-image: url("../img/bg-topo-interna-filmes.png");
}
#topo-internas .titulo-sessao {
  float: left;
}
@media (max-width: 1024px) {
  #topo-internas .titulo-sessao {
    float: none;
    font-size: 28px;
    display: block;
    text-align: center;
  }
}
#topo-internas #breadcrumbs {
  float: right;
  width: 20%;
}
@media (max-width: 1024px) {
  #topo-internas #breadcrumbs {
    float: none;
    width: 100%;
  }
}
#interna-conteudo {
  background: #e6e6e6;
  padding: 30px 0;
}
#interna-conteudo.interna-mapa {
  padding-bottom: 0;
}
#interna-conteudo .wrapper-conteudo#page-faq {
  padding: 60px;
  background: #fff;
}
@media (max-width: 1024px) {
  #interna-conteudo .wrapper-conteudo#page-faq {
    padding: 25px;
  }
}
#page-faq .item-faq hr {
  border: none;
  width: 30px;
  height: 1px;
  background: #bfbfbf;
  display: table;
  margin: 30px 0 40px;
}
#page-faq .item-faq h1 {
  color: #f57b20;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #page-faq .item-faq h1 {
    font-size: 28px;
  }
}
#page-faq .item-faq p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  #interna-conteudo.faca-parte {
    padding: 15px 0;
  }
}
#page-faca-parte .titulo-sessao {
  font-size: 65px;
  text-align: center;
}
@media (max-width: 1024px) {
  #page-faca-parte .titulo-sessao {
    font-size: 30px;
  }
}
#page-faca-parte img {
  width: 100%;
}
#page-faca-parte .wrapper-conteudo {
  background: #fff;
  text-align: center;
  padding: 50px 60px 20px 60px;
}
@media (max-width: 1024px) {
  #page-faca-parte .wrapper-conteudo {
    padding: 30px;
  }
}
#page-faca-parte .wrapper-conteudo h1 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #page-faca-parte .wrapper-conteudo h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
#page-faca-parte .wrapper-conteudo h2 {
  font-size: 40px;
  color: #f57b20;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #page-faca-parte .wrapper-conteudo h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
#page-faca-parte .wrapper-conteudo p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
  line-height: 22px;
}
#page-faca-parte .wrapper-botao {
  background: #f57b20;
  padding: 30px 0;
}
#page-faca-parte .wrapper-botao .ver-detalhes {
  width: 300px;
  color: #fff;
  border-color: #fff;
  display: table;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 20px;
}
#page-faca-parte .wrapper-botao .ver-detalhes:hover {
  color: #000;
  border-color: #000;
}
@media (max-width: 1024px) {
  #page-faca-parte .wrapper-botao .ver-detalhes {
    width: 200px;
    font-size: 16px;
  }
}
#video-destaque {
  width: 100%;
  background: #000;
}
#video-destaque iframe {
  width: 100%;
  height: 625px;
  float: left;
}
@media (max-width: 1024px) {
  #video-destaque iframe {
    height: 320px;
  }
}
#page-o-projeto .titulo-sessao {
  font-size: 58px;
  text-align: center;
}
@media (max-width: 1024px) {
  #page-o-projeto .titulo-sessao {
    font-size: 38px;
  }
}
#page-o-projeto .texto {
  background: #fff;
  padding: 40px 50px;
}
#page-o-projeto .texto p,
#page-o-projeto .texto li {
  font-size: 16px;
  color: #555;
  margin-bottom: 18px;
  line-height: 20px;
}
#page-o-projeto .texto img {
  float: right;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  #page-o-projeto .texto img {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    height: auto;
  }
}
#page-o-projeto h2 {
  font-weight: 700;
  font-size: 28px;
  color: #f57b20;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#page-o-projeto h3 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
#page-o-projeto ul {
  padding-left: 40px;
}
#page-o-projeto ul li {
  position: relative;
}
#page-o-projeto ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #f57b20;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#area-topo-seu-filme {
  background: #f6822c url("../img/bg-area1-seufilme.jpg") top center no-repeat;
}
#area-topo-seu-filme #texto-topo h2 {
  font-size: 24px;
  color: #000;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
}
#area-topo-seu-filme #texto-topo p {
  font-size: 16px;
  margin-bottom: 15px;
}
#area-topo-seu-filme #texto-topo img {
  width: 100%;
}
#area-topo-seu-filme #texto-topo .titulo-sessao {
  color: #fff;
  text-align: center;
  font-size: 100px !important;
}
@media (max-width: 1024px) {
  #area-topo-seu-filme #texto-topo .titulo-sessao {
    font-size: 36px !important;
  }
}
#texto-base {
  background: #fff url("../img/bg-area2-seufilme.jpg") top center no-repeat;
  padding: 60px 0;
}
#texto-base h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #323232;
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #texto-base h1 {
    font-size: 40px;
  }
}
#texto-base h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #f57b20;
  font-size: 39px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #texto-base h2 {
    font-size: 32px;
  }
}
#texto-base p {
  font-size: 16px;
  color: #323232;
  text-align: center;
}
#texto-base h3 {
  font-size: 24px;
  color: #323232;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
#texto-base .ver-detalhes {
  width: 410px;
  display: block;
  margin: 50px auto;
  border: 2px solid #959595;
  padding: 14px 0px;
  font-size: 17px;
}
@media (max-width: 1024px) {
  #texto-base .ver-detalhes {
    width: 260px;
  }
}
#texto-base .ver-detalhes:hover {
  background: #959595;
}
#texto-base .ver-detalhes i {
  display: inline-block;
  margin-right: 5px;
}
#interna-conteudo.fotos-videos {
  background: #fff;
  padding: 70px 0;
}
#interna-conteudo.fotos-videos #filtro {
  text-align: center;
  margin-bottom: 30px;
}
#interna-conteudo.fotos-videos #filtro a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 3px;
  font-weight: 500;
  background: #FF7C07;
  padding: 5px 20px;
  border-radius: 20px;
}
#interna-conteudo.fotos-videos
  #filtro
  a:hover
  #interna-conteudo.fotos-videos
  #filtro
  a.ative {
  color: #f57b20;
}
#interna-conteudo.fotos-videos [class*="col-"] {
  padding-right: 10px;
}
#interna-conteudo.fotos-videos .foto-inicio {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#interna-conteudo.fotos-videos .video,
#interna-conteudo.fotos-videos .foto {
  position: relative;
}
#interna-conteudo.fotos-videos .video .info,
#interna-conteudo.fotos-videos .foto .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#interna-conteudo.fotos-videos .video .duracao,
#interna-conteudo.fotos-videos .foto .duracao {
  text-transform: uppercase;
  color: #929292;
  font-size: 12px;
}
#interna-conteudo.fotos-videos .video .titulo,
#interna-conteudo.fotos-videos .foto .titulo {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#interna-conteudo.fotos-videos .wrapper-img {
  background: #000;
  float: left;
  width: 100%;
}
#interna-conteudo.fotos-videos img {
  float: left;
  width: 100%;
  opacity: 0.4;
}
.noticia {
  width: 100%;
  float: left;
}
.noticia .imagem hr {
  opacity: 0;
}
.noticia .imagem img {
  width: 100%;
  height: auto;
}
.noticia h1 a {
  color: #f57b20;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .noticia h1 a {
    font-size: 28px;
  }
}
.noticia a:hover {
  text-decoration: underline;
}
.noticia.noticia-interna img {
  display: block;
  margin: 0 auto;
}
#loading {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#footer-topo {
  background: #212121;
  color: #fff;
  padding: 15px 0 25px;
}
#footer-topo img {
  width: auto;height: 100px;
}
@media (max-width: 1024px) {
  #footer-topo img {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
  }
}
#footer-topo p {
  margin: 12px 0;
  color: #a5a5a5;
  font-size: 14px;
  padding-left: 20px;
}
#footer-topo p i {
  color: #fff;
  font-size: 16px;
  width: 22px;
}
#footer-topo p a {
  color: #a5a5a5;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer-topo p a:hover {
  color: #fff;
}
#footer-topo #redes {
  float: right;
}
@media (max-width: 1024px) {
  #footer-topo #redes {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
#footer-topo #redes a {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin: 40px 10px 0;
}
@media (max-width: 1024px) {
  #footer-topo #redes a {
    margin-top: 20px;
  }
}
#footer-base {
  background: #f57b20;
}
#footer-base p {
  color: #fff;
  font-size: 14px;
  float: left;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  #footer-base p {
    text-align: center;
  }
}
#footer-base nav {
  float: right;
}
@media (max-width: 1024px) {
  #footer-base nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
#footer-base nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin: 0 10px;
}

/* ====== NEW 2024 ====== */

.flex{display: flex;width: 100%;}
.space-between{justify-content: space-between;}
.acenter{align-items: center;}
.img100, .img100 img{width: 100%;height: auto;}

.vejamais{padding: 10px 0 20px;text-align: center;gap: 30px;}
.vejamais a{padding: 10px 40px;border-radius: 40px;border: 2px solid #FF7C07;display: inline-block;color: #FF7C07;}

#destaque-principal{margin-bottom: 30px;}
#destaques .gap2{gap: 20px;}
#destaques .flex{width: 100%;}
#destaques .image{width: 50%;}
#destaques .infos{width: calc(50% - 80px);background-color: #fff;}
#destaques .image img{width: 100%;height: auto;}
#destaques .item{width: 50%;}
#destaques .item .infos{max-width: 300px;width: calc(50% - 40px);padding: 20px;}
#destaques .item .infos a h2{color: #FF7C07;}
#destaques .vejamais {padding: 30px 0 20px;}

#fotos-e-videos {background-color: #2B2B2B;padding: 60px 0 40px;}

#instagram .titulo-sessao {
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    color: #FF7C07;
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    padding: 60px 0 15px;
}

.newsletter{
    background-color: #E6E6E6;
    padding: 20px 0 40px;
}
.newsletter .title{font-family: "Roboto Slab", serif;text-transform: uppercase;font-size: 1.6em;font-weight: 700;padding-bottom: 15px;}
.newsletter select,
.newsletter input{
    padding: 16px 24px 16px 24px;
    border-radius: 50px;
    border: 1px solid #6e6e6e;
    text-transform: uppercase;
}
.newsletter input{margin-right: 10px;}
.newsletter input[type="submit"]{background-color: #FF7C07;color: #fff;border: none;padding: 16px 40px;cursor: pointer;margin-left: 10px;}

.programacao-ebook{padding: 60px 0;}
.programacao-ebook .title-h1{font-family: "Roboto Slab", serif;text-transform: uppercase;font-size: 5em;font-weight: 700;color: #CFCFCF;padding-bottom: 10px;}
.programacao-ebook .programacao .itens{gap: 20px;}
.programacao-ebook .programacao .item{width: 210px;}
.programacao-ebook .programacao .item .title a{font-size: 1.3em;font-weight: 600;color: #FF7C07;padding: 15px 0 5px;min-height: 40px;display: block;}
.programacao-ebook .programacao .item .cidade{font-size: 1em;color: #6e6e6e;}

.programacao-ebook .ebook{background-color: #FF7C07;color: #FFF;width: 300px;padding: 21px;border-radius: 20px;text-align: center;}
.programacao-ebook .ebook .title{font-family: "Roboto Slab", serif;text-transform: uppercase;font-size: 5em;font-weight: 700;color: #fff;padding-bottom: 10px;}
.programacao-ebook .ebook .download{border: 1px solid #fff;color: #fff;padding: 7px 40px;border-radius: 40px;display: inline-block;margin: auto;text-transform: uppercase;font-weight: 700;font-size: 14px;}
.programacao-ebook form{flex-grow: 1;}
.programacao-ebook select#estado {
  padding: 9px 50px;
  color: #999;
  font-size: 16px;
  border: 2px solid #999;
  border-radius: 40px;
  width: 100%;
}

.faca-parte,
.recbg.faca-parte{
  background: url(../img/faca-parte-bg.png) no-repeat bottom center; 
  background-color: #F03E1E;
  background-size: contain;
  color: #FFF;
  display: table;
  width: 100%;
  padding: 60px 0 350px;
  margin-bottom: -74px;
}

.faca-parte .titulo-sessao{
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
.faca-parte .topo .gap{gap: 30px;}
.faca-parte .topo .title{font-size: 4.4em;font-weight: 800;line-height: .95em;margin-bottom: 20px;}
.faca-parte .topo .text{max-width: 600px;}
.faca-parte .topo .description{font-size: 3em;}
.faca-parte-body #instagram .titulo-sessao {padding: 100px 0 15px;}

.chamada{padding-top: 40px;}
.chamada .gap{gap: 30px;}
.chamada .text{max-width: 550px;}
.chamada .title{font-family: "Roboto Slab", serif;font-size: 40.26px;font-weight: 700;line-height: 53.09px;text-align: left;margin-bottom: 25px;}
.chamada .description{line-height: 1.4em;}
.chamada .description p{margin-bottom: 17px;color: #000;font-size: 1.2em;}

.inscreva{padding-top: 60px;}
.inscreva h2{font-family: "Roboto Slab", serif;text-transform: uppercase;font-size: 5em;font-weight: 700;text-align: center;margin-bottom: 30px;}
.inscreva .box{background-color: #fff;margin: auto;max-width: 420px;text-align: center;font-size: 1.3em;}
.inscreva h3{font-size: 1.6em;padding-bottom: 15px;font-weight: 700;}
.inscreva .box_content{color: #000;padding: 40px;}
.inscreva .box_link a{background-color: #000;color: #fff;display: flex;padding: 10px 20px;text-transform: uppercase;text-transform: uppercase;justify-content: center;align-items: center;gap: 15px;}

.o-projeto .banner{background-color: #fff;padding: 40px;}
.o-projeto .banner img{width: 100%;height: auto;}

.filme-content{padding: 60px 0;font-size: 1.3em;}
.filme-content h2{font-family: "Roboto Slab", serif;font-size: 2em;font-weight: 700;line-height: 1.2em;color: #FF7C07;margin-bottom: 30px;}
.filme-content p{line-height: 1.5em;padding-bottom: 20px;}

.programacao-list{padding: 60px 0;}
.programacao-list .flex.list{gap: 20px;}
.programacao-list .item{width: calc(20% - 20px);}
.programacao-list .item .title a{font-size: 1.3em;font-weight: 600;color: #FF7C07;padding: 15px 0 5px;min-height: 40px;display: block;}
.programacao-list .item .cidade{font-size: 1em;color: #6e6e6e;}

.programacao-list .filter{padding: 20px 30px;background-color: #E6E6E6;margin: -15px 0 30px;}
.programacao-list .filter .flex{gap: 15px;}
.programacao-list .filter select,
.programacao-list .filter input{padding: 10px 20px;border-radius: 50px;border: 1px solid #6e6e6e;background-color: #fff;width: 100%;}
.programacao-list .filter button{border: none;background: transparent;}
.programacao-list .filter .text{font-size: 1.5em;color: #2B2B2B;font-family: "Roboto Slab", serif;}

.programacao-destaques{padding: 30px 0 40px;background-color: #2B2B2B;}
.programacao-destaques .flex.space-between{gap: 6%;}
.programacao-destaques .item{width: 47%;}
.programacao-destaques .item.flex{gap: 6%;}
.programacao-destaques .item.flex .image{width: 40%;min-width: 40%;max-width: 40%;}
.programacao-destaques .item .cidade{color: #fff;}
.programacao-destaques .item .title a {font-size: 3em;font-weight: 600;color: #FF7C07;padding: 15px 0 5px;display: block;}




.fotos-videos #page-fotos-videos{display: flex;flex-wrap: wrap;}

.pagination{color: #FF7C07; padding-top: 25px; clear: both;font-size: 1.5em;display: flex;justify-content: center;align-items: center;padding-top: 25px;border-top: 1px solid #FF7C07;margin-top: 30px;}
/*.pagination::before{content: "";width: 100%;height: 1px;display: block;background-color: #FF7C07;margin-bottom: 20px;}*/
.pagination a{color: #f57b20;padding: 0;margin: 0px 5px;border-radius: 30px;width: 30px;height: 30px;display: inline-flex;justify-content: center;align-items: center;border: 1px solid #f57b20;}
.pagination span.current{color: #fff;padding: 0;margin: 0px 5px;background: #FF7C07;border-radius: 30px;width: 30px;height: 30px;display: inline-flex;justify-content: center;align-items: center;}

.image-right{float: right;margin: 0 0 26px 30px;}
.but-go{text-align: center;padding: 30px 0;}
.but-go .ver-detalhes{padding: 10px 40px;border-radius: 40px;border: 2px solid #FF7C07;display: inline-block;}
.but-go .ver-detalhes i{margin-right: 10px;}
.but-go .ver-detalhes:hover{background-color: #FF7C07;color: #fff;}

footer .flex{width: auto;gap: 10px;align-items: center;}

div#page-o-projeto {
  padding-bottom: 60px;
}
.space{clear: both;height: 30px;}


.form-seu-filme{background-color: #FF7C07;color: #FFF;padding: 60px 0;}
.form-seu-filme .grid{max-width: 700px;margin: auto;}
.form-seu-filme .titles{text-align: center;}
.form-seu-filme .titulo1{font-size: 48px;font-weight: 700;font-family: "Roboto Slab", serif;color: #000;}
.form-seu-filme .titulo2{font-size: 58px;font-weight: 700;font-family: "Roboto Slab", serif;}
.form-seu-filme .subtitulo{font-size: 24px;padding: 30px 0 20px;color: #000;font-weight: 700;}

.form-seu-filme .form input[type='text'],
.form-seu-filme .form input[type='email'],
.form-seu-filme .form textarea,
.form-seu-filme .form select{padding: 16px 24px;border-radius: 25px;border: 1px solid #6E6E6E;background-color: #FFF;width: calc(100% - 48px);margin-bottom: 20px;}
.form-seu-filme .form select{width: 100%;}
.form-seu-filme .form .flex p{display: flex;gap: 20px;}
.form-seu-filme .form input[type='submit']{padding: 16px 24px;border-radius: 25px;border: 1px solid #000;background-color: #000;color: #FFF;width: 100%;margin-bottom: 20px;text-align: center;cursor: pointer;text-transform: uppercase;font-weight: 700;}

.ebook_form{background-color: #E6E6E6;padding: 30px;border-radius: 20px;margin-top: 30px}
.ebook_form .image{width: 38%;margin-right: 2%}
.ebook_form .text{width: 58%; max-width: 300px;}
.ebook_form .text p{padding-bottom: 20px;line-height: 1.5em;}
.ebook_form h1 {font-family: "Roboto Slab", serif;text-transform: uppercase;color: #FF7C07;font-size: 38px;font-weight: 700;padding: 0 0 20px;max-width: 250px;line-height: 1.1em;}
.ebook_form h2{font-weight: 700;font-size: 24px;color: #000;padding-bottom: 20px;}
.ebook_form .flex{justify-content: space-between; align-items: center;}
.ebook_form input[type='text'],
.ebook_form input[type='email']{padding: 10px 15px;border-radius: 25px;border: 1px solid #6E6E6E;background-color: #FFF;width: calc(100% - 32px);margin-bottom: 10px;}
.ebook_form input[type='submit']{padding: 10px 15px;border-radius: 25px;background-color: #FF7C07;color:#FFF;width: 100%;}

@media (max-width: 768px) {
  #conteudo-menu-mb.aberto {z-index: 99;}

  #destaques {padding: 20px 15px;}
  .titulo-sessao {font-size: 36px;}
  #destaques #destaque-principal .infos .titulo {font-size: 32px;line-height: 36px;}
  #destaques .flex{flex-direction: column;}
  #destaques .item {width: 100%;}
  #destaques .image {width: 100%;}
  #destaques .item .infos {width: calc(100% - 40px);}
  #destaques .grid {padding-left: 0;padding-right: 0;}

  .programacao-ebook .title-h1 {font-size: 2.4em;}
  .programacao-ebook .flex{flex-direction: column;gap: 30px}
  .programacao-ebook select#estado {padding: 9px 20px;}
  .programacao-ebook .programacao .item {width: 100%;}
  .programacao-ebook .programacao .item .title a {min-height: auto;}
  .programacao-ebook .programacao .itens{gap: 40px;}

  .newsletter select,
  .newsletter input{margin-bottom: 10px;padding: 16px;}

  #instagram .titulo-sessao {font-size: 28px;line-height: 1.1em;}

  .programacao-destaques .flex.space-between {flex-direction: column;gap: 15px;}
  .programacao-destaques .item {width: 100%;}
  .programacao-destaques .item .title a {font-size: 1.6em;}
  .programacao-list .filter .flex {flex-direction: column;align-items: flex-start;}
  .programacao-list .filter input {width: calc(100% - 40px);}
  .programacao-list .flex.list {flex-wrap: wrap; gal: 30px;}
  .programacao-list .item {width: 100%;}

  .faca-parte .titulo-sessao {font-size: 22px;margin-bottom: 0;}
  .faca-parte .topo .title {font-size: 2em;}
  .faca-parte .topo .description {font-size: 2em;}
  .faca-parte img.attachment-full.size-full {max-width: 100%;height: auto;}
  .faca-parte .topo .gap {flex-direction: column;}
  .chamada .gap {flex-direction: column-reverse;}
  .chamada .title {font-size: 2.5em;line-height: 1.2em;}
  .inscreva h2 {font-size: 3em;}

  .faca-parte, .recbg.faca-parte {padding: 60px 0 150px;}

  footer .flex{flex-direction: column;}
}

@media (max-width: 520px){
  #interna-conteudo.fotos-videos #filtro a {margin: 3px;}
}