body, html {
  background-color: #1e1e1e;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-out;
  /* Opera */
  -o-transition: all 0.3s ease-out;
  /* Standard */
  transition: all 0.3s ease-out; }

a:hover {
  opacity: 0.5; }

.bold, strong, b {
  font-weight: 600; }

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.acenter {
  text-align: center; }

input, textarea, select {
  outline: none; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

::selection {
  background-color: #fff578; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"],
input[type="date"] {
  -webkit-appearance: none;
  border-radius: 0; }

#main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  min-height: 100vh; }

#cookie_msg {
  display: none;
  width: 100%;
  position: fixed;
  background-color: #fff578;
  left: 0px;
  bottom: 0px;
  z-index: 99997;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  #cookie_msg
a {
    text-decoration: underline; }

.loader, .loader2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99998;
  background-image: url(/images/loader.png); }

.botao {
  width: 100%;
  height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #fff;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 65px;
  -moz-transition: background-color 0.3s ease-out;
  /* WebKit */
  -webkit-transition: background-color 0.3s ease-out;
  /* Opera */
  -o-transition: background-color 0.3s ease-out;
  /* Standard */
  transition: background-color 0.3s ease-out; }
  .botao:hover {
    background-color: #fff;
    color: #1e1e1e;
    opacity: 1; }
  .botao
a {
    display: block;
    opacity: 1; }

.plus {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: linear-gradient(#1e1e1e, #1e1e1e), linear-gradient(#1e1e1e, #1e1e1e), white;
  background-position: center;
  background-size: 50% 1px, 1px 50%;
  /*thickness = 2px, length = 50% (22px)*/
  background-repeat: no-repeat;
  border: solid 1px #1e1e1e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.3s ease-out;
  /* WebKit */
  -webkit-transition: background-color 0.3s ease-out;
  /* Opera */
  -o-transition: background-color 0.3s ease-out;
  /* Standard */
  transition: background-color 0.3s ease-out; }
  .plus
a {
    display: block;
    width: 100%;
    height: 100%; }

form .botao {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #fff; }

form
.caixa {
  width: 100%;
  height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff; }
  form
.caixa::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b1b3b5; }
  form
.caixa:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b3b5;
    opacity: 1; }
  form
.caixa::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b3b5;
    opacity: 1; }
  form
.caixa:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b3b5; }

.margens {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .margens {
      padding-left: 10px;
      padding-right: 10px; } }

.estrutura-colunas {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .estrutura-colunas
> div {
    width: calc( ( 100% - (2 * 14px) ) / 3);
    margin-left: 14px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .estrutura-colunas
> div {
        width: calc( ( 100% - (2 * (14px) + 1px) ) / 3); } }
    .estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 0px; }
  .estrutura-colunas
.botao {
    margin-top: 30px; }

.estrutura-3colunas {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .estrutura-3colunas
> div {
    width: calc( ( 100% - (2 * 14px) ) / 3);
    margin-left: 14px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .estrutura-3colunas
> div {
        width: calc( ( 100% - (2 * (14px) + 1px) ) / 3); } }
    .estrutura-3colunas
> div:nth-child(3n-2) {
      margin-left: 0px; }

.estrutura-4colunas {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .estrutura-4colunas
> div {
    width: calc( ( 100% - (3 * 14px) ) / 4);
    margin-left: 14px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .estrutura-4colunas
> div {
        width: calc( ( 100% - (3 * (14px) + 1px) ) / 4); } }
    .estrutura-4colunas
> div:nth-child(4n-3) {
      margin-left: 0px; }
  .estrutura-4colunas
.botao {
    margin-top: 30px; }

.colunas-2 {
  width: calc( 2 * ( ( 100% - (1 * 14px) ) / 3)); }
  @media only screen and (max-width: 1023px) {
    .colunas-2 {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .colunas-2 {
      width: 100%; } }

.colunas-1 {
  width: calc( 1 * ( ( 100% - (2 * 14px) ) / 3)); }

h3 {
  font-size: 38px;
  line-height: 42px;
  padding-bottom: 50px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 32px;
      line-height: 35px; } }

header {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  @media only screen and (max-width: 1023px) {
    header {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    header {
      padding-left: 10px;
      padding-right: 10px; } }
  header
p {
    width: 265px;
    padding-right: 100px; }
    @media only screen and (max-width: 1125px) {
      header
p {
        width: 230px;
        padding-right: 50px; } }
    @media only screen and (max-width: 1023px) {
      header
p {
        padding-right: 0px;
        width: 200px; } }
    @media only screen and (max-width: 767px) {
      header
p {
        width: 200px; } }
    header
p
img {
      max-width: 100%;
      height: auto;
      display: block; }
  header
nav {
    width: calc(100% - (265px + 100px)); }
    @media only screen and (max-width: 1125px) {
      header
nav {
        width: calc(100% - (230px + 50px)); } }
    @media only screen and (max-width: 1023px) {
      header
nav {
        display: none;
        position: absolute;
        top: 110px;
        background-color: #1e1e1e;
        color: #fff;
        width: 100%;
        left: 0px;
        z-index: 99999; } }
    @media only screen and (max-width: 767px) {
      header
nav {
        top: 105px; } }
    header
nav
ul {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      font-weight: 600; }
      @media only screen and (max-width: 1023px) {
        header
nav
ul {
          padding-top: 0px;
          display: block; } }
      header
nav
ul
li {
        list-style: none;
        font-size: 18px;
        color: #fff;
        -moz-transition: border-bottom-color 0.2s ease-out;
        /* WebKit */
        -webkit-transition: border-bottom-color 0.2s ease-out;
        /* Opera */
        -o-transition: border-bottom-color 0.2s ease-out;
        /* Standard */
        transition: border-bottom-color 0.2s ease-out;
        border-bottom: 2px solid transparent;
        padding-bottom: 2px; }
        @media only screen and (max-width: 1023px) {
          header
nav
ul
li {
            border-bottom: none;
            display: block;
            border-bottom: solid 1px #fff;
            padding-top: 20px;
            padding-right: 20px;
            text-transform: uppercase;
            font-size: 43px;
            padding-bottom: 15px;
            padding-left: 30px; }
            header
nav
ul
li:first-child {
              border-top: solid 1px #fff; } }
        @media only screen and (max-width: 767px) {
          header
nav
ul
li {
            font-size: 32px;
            line-height: 35px; } }
        @media only screen and (max-width: 767px) {
          header
nav
ul
li {
            padding-left: 10px; } }
        header
nav
ul
li.sel, header
nav
ul
li:hover {
          padding-bottom: 2px;
          border-bottom-color: #fff; }
          @media only screen and (max-width: 1023px) {
            header
nav
ul
li.sel, header
nav
ul
li:hover {
              padding-bottom: 15px; } }
          header
nav
ul
li.sel
a
, header
nav
ul
li:hover
a {
            opacity: 1; }
  header
.menu_open_wrap {
    display: none; }
    @media only screen and (max-width: 1023px) {
      header
.menu_open_wrap {
        display: block; } }
    header
.menu_open_wrap .menu_open {
      width: 35px;
      height: 26px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      position: absolute;
      right: 33px;
      top: 40px;
      z-index: 1030;
      display: block; }
      @media only screen and (max-width: 767px) {
        header
.menu_open_wrap .menu_open {
          right: 13px; } }
    header
.menu_open_wrap .menu_open span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    header
.menu_open_wrap .menu_open span:nth-child(1) {
      top: 0px; }
    header
.menu_open_wrap .menu_open span:nth-child(2), header
.menu_open_wrap .menu_open span:nth-child(3) {
      top: 12px; }
    header
.menu_open_wrap
.menu_open span:nth-child(3) {
      box-shadow: none; }
    header
.menu_open_wrap .menu_open span:nth-child(4) {
      top: 24px;
      width: 100%; }
    header
.menu_open_wrap .menu_open.open span:nth-child(1) {
      top: 12px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
    header
.menu_open_wrap .menu_open.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header
.menu_open_wrap .menu_open.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header
.menu_open_wrap .menu_open.open span:nth-child(4) {
      top: 7px;
      width: 0%;
      left: 50%;
      box-shadow: none; }

.submenu {
  min-height: 50px;
  background-color: #fff578;
  padding-left: 30px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
  @media only screen and (max-width: 767px) {
    .submenu {
      padding-left: 10px; } }
  .submenu::-webkit-scrollbar {
    height: 0px;
    width: 0px;
    background: transparent;
    display: none; }
  .submenu
ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-top: 15px;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .submenu
ul {
        text-align: left; } }
    .submenu
ul
li {
      font-size: 14px;
      letter-spacing: 0.3px;
      font-weight: 600;
      margin-left: 50px;
      color: #1e1e1e;
      display: inline-block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1099px) {
        .submenu
ul
li {
          margin-left: 30px; } }
      .submenu
ul
li:first-child {
        margin-left: 0px; }
      .submenu
ul
li:last-child {
        padding-right: 30px; }
        @media only screen and (max-width: 767px) {
          .submenu
ul
li:last-child {
            padding-right: 10px; } }
  .submenu.white {
    background-color: transparent;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff; }
    .submenu.white
li {
      color: #fff; }

.banners {
  height: calc(100vh - (144px));
  position: relative; }
  .banners #flexslider_banners .slides {
    height: 100%; }
  .banners #flexslider_banners .slides > li {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .banners
#flexslider_banners .flex-control-nav {
    height: 24px;
    text-align: left;
    bottom: 25px;
    z-index: 9001;
    width: 45%; }
  .banners
#flexslider_banners .flex-control-nav li {
    margin-left: 8px;
    margin-right: 0px; }
    .banners
#flexslider_banners .flex-control-nav li:first-child {
      margin-left: 0px; }
  .banners
#flexslider_banners .flex-control-nav li a {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px; }
  .banners
#flexslider_banners .flex-control-nav li a {
    background-color: transparent;
    border: solid 1px #fff; }
  .banners #flexslider_banners .flex-control-paging li a.flex-active {
    background-color: #fff;
    cursor: default; }
  .banners .video {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  .banners video, .banners object {
    left: 0;
    position: absolute;
    top: 0;
    object-fit: cover; }
  .banners
.info {
    position: absolute;
    bottom: 100px;
    color: #fff;
    left: 30px;
    font-size: 38px;
    width: 45%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 767px) {
      .banners
.info {
        left: 10px;
        font-size: 25px; } }

main
#wrap-programacao {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    main
#wrap-programacao {
      padding-left: 10px;
      padding-right: 10px; } }
  main
#wrap-programacao
h3 {
    padding-bottom: 20px; }
  main
#wrap-programacao
.arquivo_link {
    font-size: 18px;
    margin-top: -10px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      main
#wrap-programacao
.arquivo_link {
        font-size: 11px;
        margin-top: 10px; } }
  main
#wrap-programacao
.wrap-programacao-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap {
      text-align: right;
      flex: 1; }
      @media only screen and (max-width: 1023px) {
        main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap {
          flex: 1; } }
      @media only screen and (max-width: 767px) {
        main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap {
          flex: inherit;
          text-align: left; } }
      main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap
.categorias {
        margin: 0;
        padding: 0;
        margin-left: 120px; }
        @media only screen and (max-width: 1023px) {
          main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap
.categorias {
            margin-left: 0px;
            margin-bottom: 50px; } }
        main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap
.categorias
li {
          margin-top: 5px; }
          @media only screen and (max-width: 1023px) {
            main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap
.categorias
li {
              margin-top: 15px; }
              main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap
.categorias
li:first-child {
                margin-left: 0px; } }
          @media only screen and (max-width: 767px) {
            main
#wrap-programacao
.wrap-programacao-inner
.categorias-wrap
.categorias
li.categoria-item {
              margin-left: 0px;
              margin-right: 15px; } }

main #eventos_wrap {
  min-height: 60vh; }
  @media only screen and (max-width: 1023px) {
    main #eventos_wrap
.estrutura-colunas
> div {
      width: calc( ( 100% - (1 * 14px) ) / 2);
      margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main #eventos_wrap
.estrutura-colunas
> div {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (max-width: 1023px) and (max-width: 1023px) {
    main #eventos_wrap
.estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main #eventos_wrap
.estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 0px; } }
  @media only screen and (max-width: 1023px) {
      main #eventos_wrap
.estrutura-colunas
> div:nth-child(2n-1) {
        margin-left: 0px; } }
  main #eventos_wrap .load-events, main #eventos_wrap
.pesquisa_sem_resultados {
    margin-top: 20px;
    text-align: center; }
  main #eventos_wrap
.pesquisa_sem_resultados {
    margin-top: 120px; }
  main #eventos_wrap
.resultados {
    margin-top: 60px; }

main#wrap-noticias {
  color: #fff578;
  padding-bottom: 100px; }
  main#wrap-noticias
h3 {
    padding-top: 50px; }
  main#wrap-noticias
.container_news
.noticia_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border: solid 1px #fff578;
    margin-bottom: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      main#wrap-noticias
.container_news
.noticia_item {
        padding: 10px; } }
    main#wrap-noticias
.container_news
.noticia_item
.img {
      width: 34%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        main#wrap-noticias
.container_news
.noticia_item
.img {
          height: 17vw;
          position: relative;
          overflow: hidden; } }
      @media only screen and (max-width: 767px) {
        main#wrap-noticias
.container_news
.noticia_item
.img {
          width: 100%; } }
      main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner {
        position: relative; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner {
            position: inherit; } }
        main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner
img {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 1px #fff578;
          max-width: 100%;
          width: 100%;
          height: 17vw;
          display: block;
          object-fit: cover; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner
img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              height: 17vw;
              width: auto; } }
          @media only screen and (max-width: 767px) {
            main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner
img {
              height: 45vw; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner
.img_list_img {
            width: 100%;
            height: auto; } }
        main#wrap-noticias
.container_news
.noticia_item
.img
.img-inner:before {
          -moz-transition: opacity 0.3s ease-out;
          /* WebKit */
          -webkit-transition: opacity 0.3s ease-out;
          /* Opera */
          -o-transition: opacity 0.3s ease-out;
          /* Standard */
          transition: opacity 0.3s ease-out;
          opacity: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(255, 245, 120, 0.5);
          content: ' '; }
    main#wrap-noticias
.container_news
.noticia_item
.noticia_inner {
      flex: 1;
      margin-left: 14px; }
      @media only screen and (max-width: 767px) {
        main#wrap-noticias
.container_news
.noticia_item
.noticia_inner {
          margin-left: 0px;
          margin-top: 40px; } }
      main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner {
        height: 90%;
        width: 70%;
        overflow: hidden; }
        @media only screen and (max-width: 1023px) {
          main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner {
            width: 90%; } }
        @media only screen and (max-width: 767px) {
          main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner {
            width: 100%;
            overflow: visible;
            height: auto; } }
        main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner .data {
          font-size: 22px;
          line-height: 27px;
          text-transform: uppercase; }
        main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner
h1 {
          font-size: 36px;
          line-height: 40px; }
          @media only screen and (max-width: 767px) {
            main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner
h1 {
              font-size: 32px;
              line-height: 35px; } }
        main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner
.resumo {
          padding-top: 15px;
          font-size: 16px;
          line-height: 20px; }
          main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.noticia_inner-inner
.resumo a {
            text-decoration: underline;
            color: inherit !important; }
      main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.mais_info {
        padding-top: 5px; }
        @media only screen and (max-width: 767px) {
          main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.mais_info {
            padding-top: 50px;
            margin-bottom: 20px; } }
        main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
.mais_info
a {
          text-transform: uppercase;
          font-size: 15px;
          text-decoration: underline; }
      main#wrap-noticias
.container_news
.noticia_item
.noticia_inner
h1
a:hover {
        opacity: 1; }
    main#wrap-noticias
.container_news
.noticia_item:hover .img .img-inner:before {
      opacity: 1; }

main#wrap-digital {
  padding-bottom: 40px; }
  main#wrap-digital
h3 {
    padding-top: 50px;
    padding-bottom: 40px; }
  @media only screen and (max-width: 1023px) {
    main#wrap-digital
.container_digital
> div {
      width: calc( ( 100% - (2 * 14px) ) / 3);
      margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main#wrap-digital
.container_digital
> div {
      margin-left: 0px;
      width: 100%; } }
  @media only screen and (max-width: 1023px) {
      main#wrap-digital
.container_digital
> div:nth-child(4n-3) {
        margin-left: 14px; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      main#wrap-digital
.container_digital
> div:nth-child(4n-3) {
        margin-left: 0px; } }
  @media only screen and (max-width: 1023px) {
      main#wrap-digital
.container_digital
> div:nth-child(3n-2) {
        margin-left: 0px; } }
  main#wrap-digital
.container_digital
.digital_item {
    margin-bottom: 60px; }
    main#wrap-digital
.container_digital
.digital_item .img {
      width: 100%; }
    main#wrap-digital
.container_digital
.digital_item .img-inner {
      position: relative; }
      main#wrap-digital
.container_digital
.digital_item .img-inner
img {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 13vw;
        border: solid 1px #fff;
        object-fit: cover; }
        @media only screen and (max-width: 1023px) {
          main#wrap-digital
.container_digital
.digital_item .img-inner
img {
            height: 18vw; } }
        @media only screen and (max-width: 767px) {
          main#wrap-digital
.container_digital
.digital_item .img-inner
img {
            height: 45vw; } }
      main#wrap-digital
.container_digital
.digital_item .img-inner:before {
        -moz-transition: opacity 0.3s ease-out;
        /* WebKit */
        -webkit-transition: opacity 0.3s ease-out;
        /* Opera */
        -o-transition: opacity 0.3s ease-out;
        /* Standard */
        transition: opacity 0.3s ease-out;
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        content: ' '; }
    main#wrap-digital
.container_digital
.digital_item
h1 {
      font-size: 40px;
      line-height: 46px;
      margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        main#wrap-digital
.container_digital
.digital_item
h1 {
          font-size: 32px;
          line-height: 35px; } }
      main#wrap-digital
.container_digital
.digital_item
h1
a:hover {
        opacity: 1; }
    main#wrap-digital
.container_digital
.digital_item
.subtitulo {
      font-size: 22px;
      line-height: 26px; }
    main#wrap-digital
.container_digital
.digital_item
.resumo {
      margin-top: 20px;
      font-size: 16px;
      line-height: 20px; }
    main#wrap-digital
.container_digital
.digital_item:hover .img .img-inner:before {
      opacity: 1; }

main
.home-noticias {
  background-color: #fff578;
  padding-bottom: 50px;
  padding-top: 50px; }
  main
.home-noticias
h3 {
    padding-left: 30px;
    color: #1e1e1e;
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      main
.home-noticias
h3 {
        padding-left: 10px; } }
  main
.home-noticias
.slideshow_wrap
.slideshow_inner {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      main
.home-noticias
.slideshow_wrap
.slideshow_inner {
        padding-left: 10px;
        padding-right: 10px; } }
    main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item {
      color: #1e1e1e; }
      main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner
.img_inner {
        position: relative;
        display: block; }
        main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner
.img_inner:before {
          -moz-transition: opacity 0.3s ease-out;
          /* WebKit */
          -webkit-transition: opacity 0.3s ease-out;
          /* Opera */
          -o-transition: opacity 0.3s ease-out;
          /* Standard */
          transition: opacity 0.3s ease-out;
          opacity: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(255, 245, 120, 0.5);
          content: ' '; }
        main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner
.img_inner
img {
          max-width: 100%;
          height: 18vw;
          width: 100%;
          object-fit: cover; }
        main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner
.img_inner:hover {
          opacity: 1; }
          main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner
.img_inner:hover:before {
            opacity: 1; }
      main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.img-mobile {
        display: none; }
        @media only screen and (max-width: 767px) {
          main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.img-mobile {
            display: block; } }
        main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.img-mobile
img {
          width: 100%;
          max-width: 100%;
          display: block;
          height: auto;
          margin-bottom: 25px; }
      main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
h2 {
        font-size: 36px;
        line-height: 40px; }
      main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.data {
        font-size: 22px;
        line-height: 25px; }
      main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.resumo {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px; }
      main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.mais_info {
        padding-top: 15px; }
        main
.home-noticias
.slideshow_wrap
.slideshow_inner
.slider-item
.slider-item-inner-info
.mais_info
a {
          text-transform: uppercase;
          font-size: 15px;
          text-decoration: underline; }
  main
.home-noticias
.navegacao {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      main
.home-noticias
.navegacao {
        padding-left: 10px;
        padding-right: 10px; } }
    main
.home-noticias
.navegacao
svg polygon, main
.home-noticias
.navegacao
svg path {
      fill: #1e1e1e;
      mask: none; }
  main
.home-noticias
.plus {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0%);
    background: linear-gradient(#1e1e1e, #1e1e1e), linear-gradient(#1e1e1e, #1e1e1e), #fff578;
    background-position: center;
    background-size: 50% 1px, 1px 50%;
    /*thickness = 2px, length = 50% (22px)*/
    background-repeat: no-repeat; }
    main
.home-noticias
.plus:hover {
      background: linear-gradient(#fff578, #fff578), linear-gradient(#fff578, #fff578), #1e1e1e;
      background-position: center;
      background-size: 50% 1px, 1px 50%;
      /*thickness = 2px, length = 50% (22px)*/
      background-repeat: no-repeat; }

main
.texto-page {
  padding-bottom: 100px; }
  main
.texto-page
h3 {
    padding-top: 50px;
    padding-bottom: 20px; }
  main
.texto-page
.submenu_texto ul {
    margin: 0;
    padding: 0; }
    main
.texto-page
.submenu_texto ul
li {
      list-style: none;
      margin-left: 130px;
      display: inline-block;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      font-weight: 600; }
      @media only screen and (max-width: 1023px) {
        main
.texto-page
.submenu_texto ul
li {
          margin-left: 0px;
          min-width: 120px;
          margin-bottom: 10px; } }
      main
.texto-page
.submenu_texto ul
li:first-child {
        margin-left: 0px; }
      main
.texto-page
.submenu_texto ul
li:hover
span
, main
.texto-page
.submenu_texto ul
li.sel
span {
        border-bottom: 2px solid #fff; }
      main
.texto-page
.submenu_texto ul
li a:hover {
        opacity: 1; }
  main
.texto-page
.detalhe {
    margin-top: 50px; }
    main
.texto-page
.detalhe .content-detail {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1023px) {
        main
.texto-page
.detalhe .content-detail .colunas-2 {
          width: 100%; } }
      main
.texto-page
.detalhe .content-detail
.colunas-1 {
        margin-left: 14px;
        flex-grow: 1;
        align-self: flex-end; }
        @media only screen and (max-width: 1023px) {
          main
.texto-page
.detalhe .content-detail
.colunas-1 {
            margin-left: 0px;
            margin-top: 50px; } }
      main
.texto-page
.detalhe .content-detail
.img
img {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block; }
      main
.texto-page
.detalhe .content-detail
.resumo {
        font-size: 16px;
        line-height: 20px; }
      main
.texto-page
.detalhe .content-detail
.margin-adjust {
        margin-left: 0px; }
    main
.texto-page
.detalhe
.texto {
      width: 100%;
      font-size: 30px;
      line-height: 42px; }
      @media only screen and (max-width: 767px) {
        main
.texto-page
.detalhe
.texto {
          font-size: 18px;
          line-height: 24px; } }
      main
.texto-page
.detalhe
.texto
ul {
        margin: 0;
        padding: 0;
        font-size: 0px; }
        main
.texto-page
.detalhe
.texto
ul
li {
          list-style: none;
          font-size: 28px;
          line-height: 33px;
          display: inline-block;
          width: calc( ( 100% - (2 * 14px) ) / 3);
          margin-left: 14px;
          vertical-align: top; }
          @media only screen and (max-width: 1023px) {
            main
.texto-page
.detalhe
.texto
ul
li {
              width: 100%;
              margin-left: 0px;
              margin-top: 30px; }
              main
.texto-page
.detalhe
.texto
ul
li:first-child {
                margin-top: 0px; } }
          @media only screen and (max-width: 767px) {
            main
.texto-page
.detalhe
.texto
ul
li {
              font-size: 21px;
              line-height: 28px; } }
          main
.texto-page
.detalhe
.texto
ul
li:nth-child(3n-2) {
            margin-left: 0px; }
  main
.texto-page
.items_lista {
    font-size: 26px;
    line-height: 30px; }
    @media only screen and (max-width: 767px) {
      main
.texto-page
.items_lista {
        font-size: 19px;
        line-height: 26px; } }
    main
.texto-page
.items_lista .content-detail {
      margin-bottom: 70px; }
      main
.texto-page
.items_lista .content-detail:last-child {
        margin-bottom: 0px; }
      main
.texto-page
.items_lista .content-detail
h2 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 3px; }
      main
.texto-page
.items_lista .content-detail .colunas-1 {
        align-self: flex-start !important; }
      main
.texto-page
.items_lista .content-detail
.item {
        position: relative;
        display: block; }
        main
.texto-page
.items_lista .content-detail
.item:before {
          -moz-transition: opacity 0.3s ease-out;
          /* WebKit */
          -webkit-transition: opacity 0.3s ease-out;
          /* Opera */
          -o-transition: opacity 0.3s ease-out;
          /* Standard */
          transition: opacity 0.3s ease-out;
          opacity: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          content: ' '; }
        main
.texto-page
.items_lista .content-detail
.item:hover {
          opacity: 1; }
          main
.texto-page
.items_lista .content-detail
.item:hover:before {
            opacity: 1; }
  main
.texto-page
.texto-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main
.texto-page
.texto-inner
.texto.texto-ficheiros {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        main
.texto-page
.texto-inner
.texto.texto-ficheiros {
          width: 100%; } }
    main
.texto-page
.texto-inner
.ficheiros-wrap {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 14px; }
      @media only screen and (max-width: 767px) {
        main
.texto-page
.texto-inner
.ficheiros-wrap {
          width: 100%;
          padding-left: 0px;
          margin-top: 30px; } }
      main
.texto-page
.texto-inner
.ficheiros-wrap
.titulo_tecnica {
        font-size: 32px;
        line-height: 38px;
        font-weight: bold;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          main
.texto-page
.texto-inner
.ficheiros-wrap
.titulo_tecnica {
            font-size: 21px;
            line-height: 28px; } }
      main
.texto-page
.texto-inner
.ficheiros-wrap .ficheiros {
        margin-top: 0px; }
        main
.texto-page
.texto-inner
.ficheiros-wrap .ficheiros
li {
          font-size: 28px;
          line-height: 33px;
          font-weight: 500;
          margin-top: 7px; }
          @media only screen and (max-width: 767px) {
            main
.texto-page
.texto-inner
.ficheiros-wrap .ficheiros
li {
              font-size: 21px;
              line-height: 28px; } }
          main
.texto-page
.texto-inner
.ficheiros-wrap .ficheiros
li:first-child {
            margin-top: 0px; }
          main
.texto-page
.texto-inner
.ficheiros-wrap .ficheiros
li
a {
            text-decoration: underline; }
  main
.texto-page
.galeria-wrap {
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      main
.texto-page
.galeria-wrap {
        margin-top: 70px; } }
    main
.texto-page
.galeria-wrap
ul {
      margin: 0;
      padding: 0;
      font-size: 0px; }
      main
.texto-page
.galeria-wrap
ul
li {
        list-style: none;
        display: inline-block;
        width: calc( ( 100% - (2 * 14px) ) / 3);
        margin-left: 14px;
        margin-bottom: 14px;
        vertical-align: top;
        position: relative; }
        @media only screen and (max-width: 1023px) {
          main
.texto-page
.galeria-wrap
ul
li {
            width: calc( ( 100% - (1 * 14px) ) / 2); } }
        @media only screen and (max-width: 767px) {
          main
.texto-page
.galeria-wrap
ul
li {
            width: 100%;
            margin-left: 0px; } }
        main
.texto-page
.galeria-wrap
ul
li:nth-child(3n-2) {
          margin-left: 0px; }
          @media only screen and (max-width: 1023px) {
            main
.texto-page
.galeria-wrap
ul
li:nth-child(3n-2) {
              margin-left: 14px; } }
          @media only screen and (max-width: 767px) {
            main
.texto-page
.galeria-wrap
ul
li:nth-child(3n-2) {
              margin-left: 0px; } }
        @media only screen and (max-width: 1023px) {
          main
.texto-page
.galeria-wrap
ul
li:nth-child(2n-1) {
            margin-left: 0; } }
        main
.texto-page
.galeria-wrap
ul
li
img {
          max-width: 100%;
          width: 100%;
          display: block;
          height: 19vw;
          object-fit: cover; }
          @media only screen and (max-width: 1023px) {
            main
.texto-page
.galeria-wrap
ul
li
img {
              height: 25vw; } }
          @media only screen and (max-width: 767px) {
            main
.texto-page
.galeria-wrap
ul
li
img {
              height: 45vw; } }
        main
.texto-page
.galeria-wrap
ul
li a {
          position: relative;
          display: block; }
          main
.texto-page
.galeria-wrap
ul
li a:before {
            -moz-transition: opacity 0.3s ease-out;
            /* WebKit */
            -webkit-transition: opacity 0.3s ease-out;
            /* Opera */
            -o-transition: opacity 0.3s ease-out;
            /* Standard */
            transition: opacity 0.3s ease-out;
            opacity: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.5);
            content: ' '; }
        main
.texto-page
.galeria-wrap
ul
li
a:hover {
          opacity: 1; }
          main
.texto-page
.galeria-wrap
ul
li
a:hover:before {
            opacity: 1; }

main.wrap_10
.detalhe
.texto, main.wrap_9
.detalhe
.texto, main.wrap_7
.detalhe .texto {
  width: 80%; }
  @media only screen and (max-width: 1023px) {
    main.wrap_10
.detalhe
.texto, main.wrap_9
.detalhe
.texto, main.wrap_7
.detalhe .texto {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    main.wrap_10
.detalhe
.texto, main.wrap_9
.detalhe
.texto, main.wrap_7
.detalhe .texto {
      width: 100%; } }
  main.wrap_10
.detalhe
.texto.texto-ficheiros
, main.wrap_9
.detalhe
.texto.texto-ficheiros
, main.wrap_7
.detalhe .texto.texto-ficheiros {
    width: 80%; }

main.wrap_10
.detalhe
.ficheiros-wrap
, main.wrap_9
.detalhe
.ficheiros-wrap
, main.wrap_7
.detalhe
.ficheiros-wrap {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px; }

main.wrap_11 .detalhe
.texto {
  font-size: 24px;
  line-height: 34px; }
  main.wrap_11 .detalhe
.texto strong, main.wrap_11 .detalhe
.texto
b {
    font-size: 28px;
    line-height: 32px; }
  main.wrap_11 .detalhe
.texto
ul {
    margin-top: 30px; }

main.wrap_13 .texto {
  font-size: 22px !important;
  line-height: 28px !important; }

main.wrap_13 strong, main.wrap_13
bold {
  font-size: 28px;
  line-height: 32px; }

main.wrap_12 .colunas-1 {
  font-size: 22px;
  line-height: 28px; }

main.wrap_12
h2 {
  font-size: 28px;
  line-height: 32px; }

main.wrap_arquivo
#search {
  position: relative;
  margin-top: 7px; }
  main.wrap_arquivo
#search .caixa {
    width: 50%;
    height: 36px;
    border: none;
    border-bottom: solid 1px #fff;
    margin-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 30px;
    text-align: left; }
    @media only screen and (max-width: 1023px) {
      main.wrap_arquivo
#search .caixa {
        width: 46%; } }
    @media only screen and (max-width: 767px) {
      main.wrap_arquivo
#search .caixa {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px; } }
  main.wrap_arquivo
#search
select {
    margin: 0;
    margin-left: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #1e1e1e;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 15px !important;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 30px;
    height: 36px;
    background-image: url(/images/bullet.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      main.wrap_arquivo
#search
select {
        margin-left: 0px;
        margin-right: 20px; } }
    main.wrap_arquivo
#search
select
option {
      color: #fff; }
  main.wrap_arquivo
#search
button {
    padding: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 3px; }
    @media only screen and (max-width: 767px) {
      main.wrap_arquivo
#search
button {
        top: auto;
        bottom: 5px; } }

@media only screen and (max-width: 1023px) {
  main.wrap_arquivo
.categorias-wrap {
    flex: 1 !important; } }

@media only screen and (max-width: 767px) {
  main.wrap_arquivo
.categorias-wrap {
    width: 100% !important;
    flex: auto !important; } }

main
.small_text {
  font-size: 16px;
  line-height: 20px; }

main.wrap_2
.content-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
		    .subtitulo
		    {
			    margin-top: 30px;
			    font-size: 60px;
			    line-height: 66px;
			    
				@media only screen and (max-width:767px)
				{
					 font-size: 25px;
					 line-height: 30px;
				}
		    }
*/ }
  main.wrap_2
.content-detail
.colunas-1 {
    margin-left: 14px;
    flex-grow: 1; }
    @media only screen and (max-width: 767px) {
      main.wrap_2
.content-detail
.colunas-1 {
        margin-left: 0px; } }
  main.wrap_2
.content-detail
h1 {
    width: 90%;
    font-size: 70px;
    line-height: 78px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      main.wrap_2
.content-detail
h1 {
        width: 100%;
        font-size: 32px;
        line-height: 35px; } }
  main.wrap_2
.content-detail
.info-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    /*
			    
			    .bilhetes
			    {
				    @media only screen and (max-width:767px)
					{
						margin-top: 45px;	
					}
			    }
*/ }
    main.wrap_2
.content-detail
.info-inner
.topo {
      flex-grow: 1;
      text-align: right;
      /*
				    @media only screen and (max-width:767px)
					{
						text-align: left;
						margin-top: 40px;	
						
						p.categoria-item
						{
							&:first-child
							{
								margin-left: 0px;
							}
						}
					}
				    
				    .categoria-item{
						&:hover
						{
							background-color: transparent;
							color: #fff!important;
						}
					}
*/ }

main.wrap_2
#flexslider_evento_especial {
  margin-top: 70px;
  width: calc(100vw - var(--scrollbarWidth));
  margin-left: calc( -1 * 30px );
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    main.wrap_2
#flexslider_evento_especial {
      margin-left: calc( -1 * 10px ); } }
  main.wrap_2
#flexslider_evento_especial
.slides {
    height: 50vw; }

main.wrap_2
.texto_wrap {
  width: 80%;
  margin-top: 30px; }
  @media only screen and (max-width: 1023px) {
    main.wrap_2
.texto_wrap {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    main.wrap_2
.texto_wrap {
      width: 100%; } }
  main.wrap_2
.texto_wrap .texto {
    font-size: 32px;
    line-height: 38px; }
    @media only screen and (max-width: 767px) {
      main.wrap_2
.texto_wrap .texto {
        font-size: 21px;
        line-height: 25px; } }
  main.wrap_2
.texto_wrap
.resumo {
    font-size: 60px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      main.wrap_2
.texto_wrap
.resumo {
        font-size: 25px;
        line-height: 30px; } }

main.wrap_2
.ficha_tecnica_wrap
ul {
  margin: 0;
  padding: 0;
  margin-top: 70px;
  font-size: 0px; }
  @media only screen and (max-width: 767px) {
    main.wrap_2
.ficha_tecnica_wrap
ul {
      margin-top: 40px; } }
  main.wrap_2
.ficha_tecnica_wrap
ul
li {
    font-size: 16px;
    line-height: 19px;
    list-style: none;
    display: inline-block;
    width: calc( ( 100% - (2 * 14px) ) / 3);
    margin-left: 14px;
    vertical-align: top; }
    main.wrap_2
.ficha_tecnica_wrap
ul
li:nth-child(3n-2) {
      margin-left: 0px; }
    @media only screen and (max-width: 767px) {
      main.wrap_2
.ficha_tecnica_wrap
ul
li {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px; } }

main.wrap_2
.eventos {
  margin-top: 100px; }
  @media only screen and (max-width: 1023px) {
    main.wrap_2
.eventos
.estrutura-colunas
> div {
      width: calc( ( 100% - (1 * 14px) ) / 2);
      margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main.wrap_2
.eventos
.estrutura-colunas
> div {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (max-width: 1023px) and (max-width: 1023px) {
    main.wrap_2
.eventos
.estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main.wrap_2
.eventos
.estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 0px; } }
  @media only screen and (max-width: 1023px) {
      main.wrap_2
.eventos
.estrutura-colunas
> div:nth-child(2n-1) {
        margin-left: 0px; } }

main#wrap-sala-aberta {
  padding-bottom: 100px; }

main#wrap-eventos-especiais {
  padding-bottom: 100px; }
  @media only screen and (max-width: 1023px) {
    main#wrap-eventos-especiais
.estrutura-3colunas
> div {
      width: calc( ( 100% - (1 * 14px) ) / 2); } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main#wrap-eventos-especiais
.estrutura-3colunas
> div {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (max-width: 1023px) {
      main#wrap-eventos-especiais
.estrutura-3colunas
> div:nth-child(3n-2) {
        margin-left: 14px; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      main#wrap-eventos-especiais
.estrutura-3colunas
> div:nth-child(3n-2) {
        margin-left: 0px; } }
  @media only screen and (max-width: 1023px) {
      main#wrap-eventos-especiais
.estrutura-3colunas
> div:nth-child(2n-1) {
        margin-left: 0px; } }
  main#wrap-eventos-especiais
h3 {
    padding-top: 50px; }
  main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.colunas-1 {
      margin-left: 14px;
      flex-grow: 1; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.colunas-1 {
          margin-left: 0px; } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
h1 {
      width: 90%;
      font-size: 70px;
      line-height: 78px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
h1 {
          width: 100%;
          font-size: 32px;
          line-height: 35px; } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.subtitulo {
      margin-top: 30px;
      font-size: 60px;
      line-height: 66px; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.subtitulo {
          font-size: 25px;
          line-height: 30px; } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.info-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      height: 100%; }
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.info-inner
.topo {
        flex-grow: 1;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.info-inner
.topo {
            text-align: left;
            margin-top: 40px; }
            main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.info-inner
.topo
p.categoria-item:first-child {
              margin-left: 0px; } }
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.info-inner
.topo .categoria-item:hover {
          background-color: transparent;
          color: #fff !important; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap .content-detail
.info-inner
.bilhetes {
          margin-top: 45px; } }
  main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
#flexslider_evento_especial {
    margin-top: 70px;
    width: calc(100vw - var(--scrollbarWidth));
    margin-left: calc( -1 * 30px );
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
#flexslider_evento_especial {
        margin-left: calc( -1 * 10px ); } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
#flexslider_evento_especial
.slides {
      height: 50vw; }
  main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap {
    width: 80%;
    margin-top: 30px; }
    @media only screen and (max-width: 1023px) {
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap {
        width: 100%; } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap .texto {
      font-size: 32px;
      line-height: 38px; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap .texto {
          font-size: 21px;
          line-height: 25px; } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap
.resumo {
      font-size: 60px;
      line-height: 66px;
      font-weight: 600;
      margin-bottom: 35px; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.texto_wrap
.resumo {
          font-size: 25px;
          line-height: 30px; } }
  main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.ficha_tecnica_wrap
ul {
    margin: 0;
    padding: 0;
    margin-top: 70px;
    font-size: 0px; }
    @media only screen and (max-width: 767px) {
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.ficha_tecnica_wrap
ul {
        margin-top: 40px; } }
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.ficha_tecnica_wrap
ul
li {
      font-size: 16px;
      line-height: 19px;
      list-style: none;
      display: inline-block;
      width: calc( ( 100% - (2 * 14px) ) / 3);
      margin-left: 14px;
      vertical-align: top; }
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.ficha_tecnica_wrap
ul
li:nth-child(3n-2) {
        margin-left: 0px; }
      @media only screen and (max-width: 767px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.ficha_tecnica_wrap
ul
li {
          width: 100%;
          margin-left: 0px;
          margin-top: 20px; } }
  main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.eventos {
    margin-top: 100px; }
    @media only screen and (max-width: 1023px) {
      main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.eventos
.estrutura-colunas
> div {
        width: calc( ( 100% - (1 * 14px) ) / 2);
        margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.eventos
.estrutura-colunas
> div {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (max-width: 1023px) and (max-width: 1023px) {
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.eventos
.estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 14px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.eventos
.estrutura-colunas
> div:nth-child(3n-2) {
      margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
        main#wrap-eventos-especiais
.evento_especial_detalhe_wrap
.eventos
.estrutura-colunas
> div:nth-child(2n-1) {
          margin-left: 0px; } }

main
.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  main
.container
.programa_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff;
    margin-bottom: 14px;
    min-height: 35vw; }
    main
.container
.programa_item
div {
      width: auto;
      margin-left: 0px; }
    main
.container
.programa_item
.evento_wrap {
      padding-top: 20px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        main
.container
.programa_item
.evento_wrap {
          padding-left: 10px;
          padding-right: 10px; } }
      main
.container
.programa_item
.evento_wrap
.img {
        position: relative;
        border: solid 1px #fff; }
        main
.container
.programa_item
.evento_wrap
.img
img {
          max-width: 100%;
          width: 100%;
          height: 17vw;
          display: block;
          object-fit: cover; }
          @media only screen and (max-width: 1023px) {
            main
.container
.programa_item
.evento_wrap
.img
img {
              height: 22vw; } }
          @media only screen and (max-width: 767px) {
            main
.container
.programa_item
.evento_wrap
.img
img {
              height: 45vw; } }
        main
.container
.programa_item
.evento_wrap
.img:before {
          -moz-transition: opacity 0.3s ease-out;
          /* WebKit */
          -webkit-transition: opacity 0.3s ease-out;
          /* Opera */
          -o-transition: opacity 0.3s ease-out;
          /* Standard */
          transition: opacity 0.3s ease-out;
          opacity: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          content: ' '; }
      main
.container
.programa_item
.evento_wrap
.evento_wrap_header {
        padding-bottom: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        main
.container
.programa_item
.evento_wrap
.evento_wrap_header .data {
          font-size: 30px;
          line-height: 35px; }
        main
.container
.programa_item
.evento_wrap
.evento_wrap_header
.categoria {
          flex: 1;
          text-align: right;
          margin-left: 20px; }
      main
.container
.programa_item
.evento_wrap
h1 {
        font-size: 38px;
        line-height: 44px;
        padding-top: 20px; }
        @media only screen and (max-width: 767px) {
          main
.container
.programa_item
.evento_wrap
h1 {
            font-size: 32px;
            line-height: 35px; } }
        main
.container
.programa_item
.evento_wrap
h1
span {
          display: block;
          font-size: 24px;
          text-transform: uppercase;
          text-decoration: underline; }
      main
.container
.programa_item
.evento_wrap
.pais {
        font-size: 12px;
        line-height: 14px;
        padding-top: 5px; }
      main
.container
.programa_item
.evento_wrap
.ano_txt_pesquisa {
        margin-top: 7px; }
      main
.container
.programa_item
.evento_wrap
.resumo {
        font-size: 20px;
        line-height: 30px; }
    main
.container
.programa_item:hover .evento_wrap .img:before {
      opacity: 1; }

main
.container-2colunas .programa_item {
  min-height: 40vw;
  position: relative; }
  main
.container-2colunas .programa_item
.evento_wrap {
    position: relative;
    z-index: 90; }
    main
.container-2colunas .programa_item
.evento_wrap
.img
img {
      height: 27vw !important; }
      @media only screen and (max-width: 767px) {
        main
.container-2colunas .programa_item
.evento_wrap
.img
img {
          height: 44vw !important; } }
  main
.container-2colunas .programa_item
.filter_evento_especial {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

main
.detalhe {
  margin-top: 45px; }
  main
.detalhe
.back {
    display: inline-block;
    height: 60px;
    border: solid 1px #fff578;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    main
.detalhe
.back
.arrow {
      padding-top: 10px;
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        main
.detalhe
.back
.arrow {
          padding-left: 10px;
          padding-right: 10px; } }
      main
.detalhe
.back
.arrow
img {
        max-width: 100%;
        height: auto;
        display: block; }
  main
.detalhe
.detalhe-inner {
    border: solid 1px #fff578;
    padding-bottom: 80px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      main
.detalhe
.detalhe-inner {
        margin-bottom: 100px; } }
    main
.detalhe
.detalhe-inner
h1 {
      margin-top: 60px;
      font-size: 52px;
      line-height: 58px; }
      @media only screen and (max-width: 767px) {
        main
.detalhe
.detalhe-inner
h1 {
          margin-top: 50px;
          font-size: 32px;
          line-height: 35px; } }
    main
.detalhe
.detalhe-inner
.data {
      margin-top: 5px;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 70px; }
      @media only screen and (max-width: 767px) {
        main
.detalhe
.detalhe-inner
.data {
          margin-top: 15px;
          margin-bottom: 50px; } }
    main
.detalhe
.detalhe-inner
.texto {
      width: 90%;
      font-size: 26px;
      line-height: 36px; }
      @media only screen and (max-width: 767px) {
        main
.detalhe
.detalhe-inner
.texto {
          font-size: 18px;
          line-height: 24px;
          width: 100%; } }
      main
.detalhe
.detalhe-inner
.texto
a {
        text-decoration: underline;
        color: inherit !important; }
    main
.detalhe
.detalhe-inner
.img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #fff578;
      margin-bottom: 45px; }
      main
.detalhe
.detalhe-inner
.img
img {
        max-width: 100%;
        height: auto;
        width: 100%;
        display: block; }
    main
.detalhe
.detalhe-inner
.subcontent
.img_wrap {
      margin-top: 50px; }
      main
.detalhe
.detalhe-inner
.subcontent
.img_wrap
img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #fff578;
        max-width: 100%;
        height: auto;
        display: block; }
    main
.detalhe
.detalhe-inner
.subcontent
.texto {
      margin-top: 50px; }
  main
.detalhe
.share {
    padding-top: 100px; }
  main
.detalhe
.info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1023px) {
      main
.detalhe
.info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    main
.detalhe
.info .img_wrap, main
.detalhe
.info
.details {
      width: 50%; }
      @media only screen and (max-width: 1023px) {
        main
.detalhe
.info .img_wrap, main
.detalhe
.info
.details {
          width: 100%; } }
    @media only screen and (max-width: 1023px) {
      main
.detalhe
.info
.img_wrap {
        order: 2;
        margin-top: 60px; } }
  @media only screen and (max-width: 1023px) and (max-width: 767px) {
    main
.detalhe
.info
.img_wrap {
      margin-top: 50px; } }
    @media only screen and (max-width: 1023px) {
      main
.detalhe
.info
.details {
        order: 1;
        margin-left: 0px !important; } }
  main
.detalhe
.creditos {
    font-size: 12px;
    margin-top: 5px; }

main#wrap-digital .detalhe {
  position: relative; }
  main#wrap-digital .detalhe .back {
    border-color: #fff; }
    main#wrap-digital .detalhe .back
.arrow
svg polygon, main#wrap-digital .detalhe .back
.arrow
svg path {
      fill: #fff;
      mask: none; }
  main#wrap-digital .detalhe .detalhe-inner {
    border-color: #fff; }
  main#wrap-digital .detalhe
.img {
    border-color: #fff; }
  main#wrap-digital .detalhe
.subcontent
.img_wrap {
    border-color: #fff; }

main#wrap-evento {
  padding-bottom: 100px; }

main
.evento_detalhe_wrap .detalhe {
  position: relative; }
  main
.evento_detalhe_wrap .detalhe .back {
    border-color: #fff; }
    main
.evento_detalhe_wrap .detalhe .back
.arrow
svg polygon, main
.evento_detalhe_wrap .detalhe .back
.arrow
svg path {
      fill: #fff;
      mask: none; }
  main
.evento_detalhe_wrap .detalhe .detalhe-inner {
    border-color: #fff; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.categorias_wrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 60px;
      text-align: right;
      padding-top: 6px;
      padding-bottom: 6px; }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.categorias_wrap
.categoria-item {
        margin-top: 6px; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.img {
      border-color: #fff;
      margin-bottom: 0px; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.details {
      margin-left: 14px; }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.details
h1 {
        margin-top: 0px;
        width: 90%; }
        @media only screen and (max-width: 767px) {
          main
.evento_detalhe_wrap .detalhe .detalhe-inner
.details
h1 {
            width: 100%; } }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.details
.resumo {
        font-size: 22px;
        margin-top: 5px; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.horarios_wrap {
      margin-top: 30px; }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.horarios_wrap
.horarios {
        margin: 0;
        padding: 0; }
        main
.evento_detalhe_wrap .detalhe .detalhe-inner
.horarios_wrap
.horarios
li {
          list-style: none;
          margin-top: 15px; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.content-detail {
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        main
.evento_detalhe_wrap .detalhe .detalhe-inner
.content-detail {
          margin-top: 50px; } }
      @media only screen and (max-width: 1023px) {
        main
.evento_detalhe_wrap .detalhe .detalhe-inner
.content-detail
.colunas-1 {
          width: 100%; } }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.content-detail .texto {
        width: 100%; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.horarios_txt {
      font-size: 30px;
      line-height: 34px; }
      @media only screen and (max-width: 767px) {
        main
.evento_detalhe_wrap .detalhe .detalhe-inner
.horarios_txt {
          font-size: 22px;
          line-height: 24px; } }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.horarios_txt.single {
        margin-top: 30px; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.bt_online {
      margin-bottom: 50px; }
      main
.evento_detalhe_wrap .detalhe .detalhe-inner
.bt_online.nomobile {
        margin-top: 30px;
        margin-bottom: 10px; }
    main
.evento_detalhe_wrap .detalhe .detalhe-inner
.subcontent .img_wrap {
      width: 100%;
      border-color: #fff; }

main
.ficha_tecnica {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px; }
  @media only screen and (max-width: 1023px) {
    main
.ficha_tecnica {
      margin-top: 50px; } }

main
.ficheiros {
  margin: 0;
  padding: 0;
  margin-top: 30px; }
  main
.ficheiros
li {
    margin-top: 10px;
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600; }

main
.error_page {
  text-align: center;
  font-size: 14px;
  padding-top: 150px;
  min-height: 30vh; }

.categoria-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-height: 36px;
  border: solid 1px #fff;
  margin-left: 15px;
  line-height: 22px;
  font-size: 15px;
  padding-top: 7px;
  text-transform: uppercase;
  position: relative;
  -moz-transition: background-color 0.3s ease-out;
  /* WebKit */
  -webkit-transition: background-color 0.3s ease-out;
  /* Opera */
  -o-transition: background-color 0.3s ease-out;
  /* Standard */
  transition: background-color 0.3s ease-out; }
  .categoria-item:hover, .categoria-item.sel {
    background-color: #fff;
    color: #1e1e1e; }
  .categoria-item
a {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    height: 100%; }
    .categoria-item
a:hover {
      opacity: 1; }
  .categoria-item
span {
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap; }
  .categoria-item.no-hover:hover {
    background-color: transparent;
    color: #fff; }

.share_wrap {
  margin-left: 0px;
  padding-left: 0px; }
  .share_wrap
li {
    display: inline-block !important;
    font-size: 18px;
    margin-left: 70px; }
    .share_wrap
li:first-child {
      margin-left: 0px; }
    .share_wrap
li
.at-icon-wrapper {
      display: none; }
    .share_wrap
li
a {
      float: none !important; }

footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding-left: 10px;
      padding-right: 10px; } }
  footer.border {
    border-top: solid 1px #fff; }
  footer
.footer-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 24px; }
    footer
.footer-inner strong, footer
.footer-inner
b {
      font-weight: 600; }
    footer
.footer-inner
form .botao {
      margin-top: 15px; }
  footer
.logo {
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    @media only screen and (max-width: 1023px) {
      footer
.logo {
        justify-content: space-between; } }
    footer
.logo
.logo_cinemas {
      margin-left: 110px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1099px) {
        footer
.logo
.logo_cinemas {
          margin-left: 80px; } }
      @media only screen and (max-width: 1023px) {
        footer
.logo
.logo_cinemas {
          margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      footer
.logo {
        text-align: center; } }
  footer
.socials_wrap {
    align-self: flex-end; }
    footer
.socials_wrap
.socials {
      margin: 0;
      padding: 0;
      float: right; }
      @media only screen and (max-width: 1023px) {
        footer
.socials_wrap
.socials {
          position: relative;
          text-align: center;
          margin-top: 70px;
          float: none; } }
      footer
.socials_wrap
.socials
li {
        display: inline-block;
        list-style: none;
        margin-left: 15px; }
        @media only screen and (max-width: 1023px) {
          footer
.socials_wrap
.socials
li {
            margin-left: 50px; } }
        footer
.socials_wrap
.socials
li:first-child {
          margin-left: 0px; }
  @media only screen and (max-width: 1023px) {
    footer
.estrutura-colunas {
      display: block; }
      footer
.estrutura-colunas
> div {
        width: 100%;
        margin-left: 0px;
        margin-top: 80px; }
        footer
.estrutura-colunas
> div:first-child {
          margin-top: 0px; } }
  footer
.agenda_dw {
    margin-top: 50px !important;
    overflow: hidden; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    footer img {
      height: 100%; } }

#loadmoreajaxloader {
  margin-top: 20px;
  display: none;
  text-align: center; }

.error {
  color: #ff0000; }

.hide {
  display: none !important; }

.mobile {
  display: none; }

.nomobile {
  display: block; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lb-details {
  width: 100% !important;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1e1e1e; }

.lb-caption {
  font-size: 12px !important;
  line-height: 16px !important;
  width: 65% !important;
  float: left;
  padding-top: 12px;
  padding-bottom: 30px; }

.lb-caption-creditos {
  font-size: 12px !important;
  line-height: 16px !important;
  float: right;
  text-align: right;
  width: 30%;
  padding-top: 12px;
  padding-bottom: 30px; }
