/* alterados */
/* */
@font-face {
  font-family: "AtlasGrotesk";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AtlasGrotesk-Regular-Web.eot?#iefix") format("eot"), url("fonts/AtlasGrotesk-Regular-Web.woff") format("woff"), url("fonts/AtlasGrotesk-Regular-Web.ttf") format("truetype"), url("fonts/AtlasGrotesk-Regular-Web.svg#AtlasGrotesk") format("svg"); }

@font-face {
  font-family: "AtlasGrotesk-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AtlasGrotesk-Bold-Web.eot?#iefix") format("eot"), url("fonts/AtlasGrotesk-Bold-Web.woff") format("woff"), url("fonts/AtlasGrotesk-Bold-Web.ttf") format("truetype"), url("fonts/AtlasGrotesk-Bold-Web.svg#AtlasGrotesk-Bold") format("svg"); }

@font-face {
  font-family: "AtlasGrotesk-Italic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AtlasGrotesk-RegularItalic.eot?#iefix") format("eot"), url("fonts/AtlasGrotesk-RegularItalic.woff") format("woff"), url("fonts/AtlasGrotesk-RegularItalic.ttf") format("truetype"), url("fonts/AtlasGrotesk-RegularItalic.svg#AtlasGrotesk-Italic") format("svg"); }

@font-face {
  font-family: "AtlasGrotesk-Thin";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AtlasGrotesk-Thin.eot?#iefix") format("eot"), url("fonts/AtlasGrotesk-Thin.woff") format("woff"), url("fonts/AtlasGrotesk-Thin.ttf") format("truetype"), url("fonts/AtlasGrotesk-Thin.svg#AtlasGrotesk-Thin") format("svg"); }

@font-face {
  font-family: "MercureRegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Mercure-Regular.eot?#iefix") format("eot"), url("fonts/Mercure-Regular.woff") format("woff"), url("fonts/Mercure-Regular.ttf") format("truetype"), url("fonts/Mercure-Regular.svg#MercureRegular") format("svg"); }

@font-face {
  font-family: "MercureItalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Mercure-Italic.eot?#iefix") format("eot"), url("fonts/Mercure-Italic.woff") format("woff"), url("fonts/Mercure-Italic.ttf") format("truetype"), url("fonts/Mercure-Italic.svg#MercureItalic") format("svg"); }

@font-face {
  font-family: "MercureTranscript";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Mercure-Transcript.eot?#iefix") format("eot"), url("fonts/Mercure-Transcript.woff") format("woff"), url("fonts/Mercure-Transcript.ttf") format("truetype"), url("fonts/Mercure-Transcript.svg#MercureTranscript") format("svg"); }

body, html {
  font-family: "AtlasGrotesk";
  color: #000;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 23px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 767px) {
    body, html {
      font-size: 22px; } }

a {
  color: inherit;
  text-decoration: none; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

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

.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%); }

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

#main {
  width: 100%;
  position: relative;
  z-index: 9998; }

#cookie_msg {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99997; }
  #cookie_msg a {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      font-size: 10px;
      line-height: 15px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  background-color: #fbef1d;
  text-align: center; }

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

.double_underline {
  font-family: "AtlasGrotesk-Italic"; }
  .double_underline
span {
    text-decoration: none; }

.container_wrap {
  margin: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .container_wrap {
      margin: 18px; } }

.left_container_size {
  width: calc(100% - (1 * 25.5%));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (min-width: 901px) and (max-width: 1300px) {
    .left_container_size {
      width: calc(100% - (1 * 21%)); } }
  @media only screen and (max-width: 900px) {
    .left_container_size {
      width: 100%; } }

.right_container_size, .center_container_size {
  width: 25.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .right_container_size.border
, .center_container_size.border {
    border-left: solid 2px #000; }
    @media only screen and (max-width: 900px) {
      .right_container_size.border
, .center_container_size.border {
        border-left: none; } }
  @media only screen and (min-width: 901px) and (max-width: 1300px) {
    .right_container_size, .center_container_size {
      width: 21%; } }
  @media only screen and (max-width: 900px) {
    .right_container_size, .center_container_size {
      width: 100%; } }
  .right_container_size
.evento_inner
, .center_container_size
.evento_inner {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 900px) {
      .right_container_size
.evento_inner
, .center_container_size
.evento_inner {
        padding-right: 15px; } }

.left_container_size_click, .right_container_size_click, .center_container_click {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999; }

@media only screen and (max-width: 900px) {
  .agenda_back {
    border-bottom: solid 2px #000;
    border-top: solid 2px #000; } }

.agenda_back
.lista_eventos
li {
  margin-bottom: 10px; }

.pointer_events {
  pointer-events: none; }

.left_container_size, .right_container_size, .center_container_size {
  height: calc(100vh - (4 * 15px)); }
  @media only screen and (max-width: 900px) {
    .left_container_size, .right_container_size, .center_container_size {
      height: auto; } }

.left_container_size_lista {
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .left_container_size_lista {
      height: auto; } }

.resumo {
  font-size: 21px;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .resumo {
      font-size: 16px;
      line-height: 23px; } }

.texto {
  font-size: 23px;
  line-height: 28px; }
  @media only screen and (max-width: 767px) {
    .texto {
      font-size: 22px;
      line-height: 30px; } }

.no-content {
  height: 1px; }

.header_lista_cabecalho {
  border-bottom: solid 2px #000;
  padding-bottom: 10px !important;
  line-height: 28px; }
  .header_lista_cabecalho
.header_lista_cabecalho_inner {
    width: calc(100% - (100% - (2 * 15px)) / 3); }
    @media only screen and (max-width: 1023px) {
      .header_lista_cabecalho
.header_lista_cabecalho_inner {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      .header_lista_cabecalho
.header_lista_cabecalho_inner {
        width: 100%; } }
  .header_lista_cabecalho
.titulo_lista {
    width: 190px;
    padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      .header_lista_cabecalho
.titulo_lista {
        width: 100%;
        margin-bottom: 15px; } }
  .header_lista_cabecalho
.texto_lista {
    width: calc(100% - 200px);
    position: relative; }
    @media only screen and (max-width: 767px) {
      .header_lista_cabecalho
.texto_lista {
        width: 100%; } }
  .header_lista_cabecalho
.titulo_lista2 {
    width: 250px; }
    @media only screen and (max-width: 767px) {
      .header_lista_cabecalho
.titulo_lista2 {
        width: 100%; } }
  .header_lista_cabecalho
.texto_lista2 {
    width: calc(100% - 260px); }
    @media only screen and (max-width: 767px) {
      .header_lista_cabecalho
.texto_lista2 {
        width: 100%; } }

.ficheiros {
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  @media only screen and (max-width: 1023px) {
    .ficheiros {
      width: 100%;
      margin-bottom: 10px; } }
  .ficheiros
li {
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap; }
    .ficheiros
li:first-child {
      margin-top: 0px; }
    .ficheiros
li
p {
      display: inline-block;
      border: solid 1px #000;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 2px;
      padding-bottom: 0px;
      font-size: 11px;
      text-transform: uppercase;
      max-width: 220px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .ficheiros
li
p
span {
        display: block;
        overflow: hidden;
        max-width: 100%; }
      .ficheiros
li
p.file {
        position: relative;
        padding-right: 20px;
        /*
				
				background-position: calc(100% - 5px) center;
				background-image: url(/images/loading.gif);
				background-repeat: no-repeat;
				background-size: 10px;
*/ }
        .ficheiros
li
p.file::after {
          font-size: 12px;
          content: '\2193';
          top: 1px;
          position: absolute;
          right: 5px; }
      .ficheiros
li
p:hover {
        background-color: #000;
        color: #fff; }

.lista {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0px; }
  @media only screen and (max-width: 767px) {
    .lista {
      overflow: hidden; } }
  .lista
.lista-item {
    font-size: 23px;
    width: calc(( 100% - (4 * 15px) ) / 3);
    margin-left: calc( 2 * 15px);
    margin-bottom: calc( 2 * 15px);
    margin-top: 5px; }
    @media only screen and (max-width: 1023px) {
      .lista
.lista-item {
        width: calc(( 100% - (2 * 15px) ) / 2); } }
    @media only screen and (max-width: 767px) {
      .lista
.lista-item {
        width: 100%;
        margin-left: 0px;
        font-size: 22px; } }
    .lista
.lista-item:nth-child(3n+1) {
      margin-left: 0px; }
      @media only screen and (max-width: 1023px) {
        .lista
.lista-item:nth-child(3n+1) {
          margin-left: calc( 2 * 15px); } }
      @media only screen and (max-width: 767px) {
        .lista
.lista-item:nth-child(3n+1) {
          margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      .lista
.lista-item:nth-child(2n+1) {
        margin-left: 0px; } }
    .lista
.lista-item
.img {
      position: relative; }
      .lista
.lista-item
.img
img {
        max-width: 100%;
        width: 100%;
        height: 22vw;
        display: block;
        object-fit: cover; }
        @media only screen and (max-width: 1023px) {
          .lista
.lista-item
.img
img {
            height: 30vw; } }
        @media only screen and (max-width: 767px) {
          .lista
.lista-item
.img
img {
            height: 60vw; } }
      .lista
.lista-item
.img
.play {
        position: absolute;
        width: 50px;
        height: auto;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        transform: translateY(-50%); }
    .lista
.lista-item
p.data {
      padding-bottom: 2px;
      font-family: "AtlasGrotesk-Thin"; }
    .lista
.lista-item
h2 {
      margin-top: 5px;
      line-height: 28px; }
      @media only screen and (max-width: 767px) {
        .lista
.lista-item
h2 {
          line-height: 23px; } }
  .lista
.lista-item-full {
    width: 100%;
    font-size: 23px;
    padding-left: 15px;
    border-bottom: solid 2px #000;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .lista
.lista-item-full {
        font-size: 22px; } }
    .lista
.lista-item-full .left {
      width: calc(( 100% - (4 * 15px) ) / 3);
      margin-left: calc( 2 * 15px); }
      @media only screen and (max-width: 767px) {
        .lista
.lista-item-full .left {
          width: 100%; } }
      .lista
.lista-item-full .left.info_wrap {
        position: relative;
        width: calc( 2 * (( 100% - (2 * 15px) ) / 3)); }
        @media only screen and (max-width: 767px) {
          .lista
.lista-item-full .left.info_wrap {
            width: 100%;
            margin-left: 0px;
            margin-top: 15px; } }
      .lista
.lista-item-full .left.img {
        margin-left: 0px;
        position: relative; }
        .lista
.lista-item-full .left.img
img {
          max-width: 100%;
          height: auto;
          width: 100%;
          display: block; }
        .lista
.lista-item-full .left.img
.icon {
          position: absolute;
          right: 10px;
          top: 10px;
          width: 20px !important;
          display: none; }
      .lista
.lista-item-full .left.ficha, .lista
.lista-item-full .left.info {
        width: calc(50% - (2 * 15px));
        margin-left: 0px; }
        @media only screen and (max-width: 900px) {
          .lista
.lista-item-full .left.ficha, .lista
.lista-item-full .left.info {
            width: calc(100% - 15px); } }
  @media only screen and (max-width: 900px) and (max-width: 767px) {
    .lista
.lista-item-full .left.ficha, .lista
.lista-item-full .left.info {
      width: 95%; } }
      .lista
.lista-item-full .left.ficha {
        margin-left: 15px; }
        @media only screen and (max-width: 900px) {
          .lista
.lista-item-full .left.ficha {
            margin-left: 0px; }
            .lista
.lista-item-full .left.ficha .evento_inner_right {
              margin-left: 0px; } }
    .lista
.lista-item-full:last-child {
      border-bottom: none; }
    .lista
.lista-item-full
.img
img {
      max-width: 100%;
      height: auto;
      display: block; }
    .lista
.lista-item-full.evento_inner
.info
.texto {
      padding-top: 20px;
      padding-bottom: 10px; }
    .lista
.lista-item-full.evento_inner
.evento_inner_right {
      margin-top: 0px;
      width: 50%; }
    .lista
.lista-item-full
.ficha
.close-item {
      position: absolute;
      right: 0px;
      top: 0px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      @media only screen and (max-width: 900px) {
        .lista
.lista-item-full
.ficha
.close-item {
          width: 20px; } }
      .lista
.lista-item-full
.ficha
.close-item
img {
        max-width: 100%;
        height: auto; }
      .lista
.lista-item-full
.ficha
.close-item.open {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    .lista
.lista-item-full
.hidecontent {
      display: none; }
    .lista
.lista-item-full
.lista-item-full-inner.open {
      display: none; }
  .lista
.slideshow_item_container {
    display: none; }
    .lista
.slideshow_item_container.open {
      display: block;
      min-height: 50vh;
      width: 100%;
      position: relative;
      z-index: 900;
      background-image: url(/images/loading.gif);
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #fff; }
      @media only screen and (max-width: 767px) {
        .lista
.slideshow_item_container.open {
          margin-left: calc(-1 * 15px);
          width: 100vw;
          min-height: 30vh; } }
      .lista
.slideshow_item_container.open
.galeria-inner {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px; }
        .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal {
          width: 60%;
          margin-left: auto;
          margin-right: auto; }
          @media only screen and (max-width: 900px) {
            .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal {
              width: 80%; } }
          @media only screen and (max-width: 767px) {
            .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal {
              width: 100%; } }
          .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.flexslider {
            height: auto;
            width: 100%;
            max-width: 100%; }
            .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.flexslider
.slides {
              /*
							 height: 100%;
							 width: auto!important;
							 
*/ }
              .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.flexslider
.slides
li {
                height: 100%; }
                .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.flexslider
.slides
li
img {
                  max-height: 618px;
                  width: auto;
                  margin-left: auto;
                  margin-right: auto; }
          .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.close-gallery {
            top: 0px;
            right: 0px;
            position: absolute;
            z-index: 9000; }
            @media only screen and (max-width: 767px) {
              .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.close-gallery {
                top: -25px; }
                .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.close-gallery
img {
                  width: 20px;
                  height: auto; } }
          .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal .flex-direction-nav .flex-next, .lista
.slideshow_item_container.open
.galeria-inner
.gallery-inner-gal
.flex-direction-nav .flex-prev {
            background-size: 42px; }

.lista4elem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0px; }
  @media only screen and (max-width: 767px) {
    .lista4elem {
      overflow: hidden; } }
  .lista4elem
.lista-item {
    font-size: 23px;
    width: calc(( 100% - (9 * 15px) ) / 4);
    margin-left: calc( 3 * 15px);
    margin-bottom: calc( 3 * 15px);
    margin-top: 5px; }
    @media only screen and (max-width: 1190px) {
      .lista4elem
.lista-item {
        width: calc(( 100% - (6 * 15px) ) / 3); } }
    @media only screen and (max-width: 1023px) {
      .lista4elem
.lista-item {
        width: calc(( 100% - (3 * 15px) ) / 2); } }
    @media only screen and (max-width: 767px) {
      .lista4elem
.lista-item {
        width: 100%;
        margin-left: 0px;
        font-size: 22px; } }
    .lista4elem
.lista-item:nth-child(4n+1) {
      margin-left: 0px; }
      @media only screen and (max-width: 1190px) {
        .lista4elem
.lista-item:nth-child(4n+1) {
          margin-left: calc( 3 * 15px); } }
      @media only screen and (max-width: 1023px) {
        .lista4elem
.lista-item:nth-child(4n+1) {
          margin-left: calc( 2 * 15px); } }
      @media only screen and (max-width: 767px) {
        .lista4elem
.lista-item:nth-child(4n+1) {
          margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      .lista4elem
.lista-item:nth-child(2n+1) {
        margin-left: 0px; } }
    @media only screen and (max-width: 1190px) {
      .lista4elem
.lista-item:nth-child(3n+1) {
        margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      .lista4elem
.lista-item:nth-child(3n+1) {
        margin-left: auto; } }
    .lista4elem
.lista-item
.img
img {
      max-width: 100%;
      width: 100%;
      height: 16vw;
      display: block;
      object-fit: cover; }
      @media only screen and (max-width: 1190px) {
        .lista4elem
.lista-item
.img
img {
          height: 20vw; } }
      @media only screen and (max-width: 1023px) {
        .lista4elem
.lista-item
.img
img {
          height: 30vw; } }
      @media only screen and (max-width: 767px) {
        .lista4elem
.lista-item
.img
img {
          height: 60vw; } }
    .lista4elem
.lista-item
p.data {
      font-size: 20px;
      margin-top: 5px;
      font-family: "AtlasGrotesk-Thin"; }
    .lista4elem
.lista-item
h2 {
      line-height: 28px;
      font-family: "AtlasGrotesk"; }
      @media only screen and (max-width: 767px) {
        .lista4elem
.lista-item
h2 {
          line-height: 23px; } }
    .lista4elem
.lista-item
.read_more {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "AtlasGrotesk-Thin"; }

.lista-categorias
.data {
  padding-top: 4px; }

.item-detalhe {
  position: relative; }
  .item-detalhe
.item-detalhe-cabecalho {
    width: calc( (100% - (2 * 15px)) / 3 ); }
    @media only screen and (max-width: 1023px) {
      .item-detalhe
.item-detalhe-cabecalho {
        width: 90%; } }
  .item-detalhe
.item-detalhe-conteudo
.evento_inner_left {
    width: 50%; }
    @media only screen and (max-width: 1023px) {
      .item-detalhe
.item-detalhe-conteudo
.evento_inner_left {
        width: 100%; } }
    .item-detalhe
.item-detalhe-conteudo
.evento_inner_left .texto {
      width: 97%; }
  @media only screen and (max-width: 1023px) {
    .item-detalhe
.item-detalhe-conteudo
.evento_inner_right {
      width: 70%;
      margin-left: 0px; } }
  .item-detalhe
.close-item {
    position: absolute;
    right: 0px; }

/*
.centered_content
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	
}
*/
.content_pre_header {
  position: relative;
  z-index: 1000;
  /*
	.sobre-container
	{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	 
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
*/
  /*
	#c-sobre
	{
		.apoios
		{
			ul
			{
				margin: 0;
				padding: 0;
				font-size: 0px;
				margin-top: 60px;
				
				@media only screen and (max-width:767px)
				{
					margin-top: 30px;
				}
				
				li
				{
					list-style: none;
					width: calc((100% - 15px) / 2);
					display: inline-block;
					vertical-align: top;
					margin-left: $margem;
					
					@media only screen and (max-width:900px)
					{
						margin-left: $margem_mobile;
						width: calc((100% - 18px) / 2);	
					}
					
					&:nth-child(odd)
					{
						margin-left: 0px;
					}
					
					p
					{
						//font-size: $font_size_2;
						font-size: $font_size_4;
						
						@media only screen and (max-width:767px)
						{
							font-size: $font_size_mobile_4;
						}
					}
					
					&.center
					{
						margin-top: 15px;
						vertical-align: middle;
					}
					
					img
					{
						max-width: 100%;
						height: auto;
						display: block;
					}
				}
			}
		}
	}
*/ }
  .content_pre_header .left_container_size, .content_pre_header .right_container_size, .content_pre_header
.center_container_size {
    height: auto; }
  .content_pre_header
.container_wrap {
    padding-bottom: 15px; }
    @media only screen and (max-width: 900px) {
      .content_pre_header
.container_wrap {
        padding-bottom: 18px; } }
    .content_pre_header
.container_wrap .texto, .content_pre_header
.container_wrap .slideshow_container {
      margin-right: calc(2 * 15px); }
      @media only screen and (max-width: 900px) {
        .content_pre_header
.container_wrap .texto, .content_pre_header
.container_wrap .slideshow_container {
          margin-right: calc(2 * 18px); } }
    .content_pre_header
.container_wrap
.slideshow_container {
      margin-top: 25px !important; }
      @media only screen and (max-width: 900px) {
        .content_pre_header
.container_wrap
.slideshow_container {
          margin-top: 18px !important; } }
    .content_pre_header
.container_wrap
.columns2 {
      width: calc(100% / 2); }
      @media only screen and (max-width: 767px) {
        .content_pre_header
.container_wrap
.columns2 {
          width: 100%;
          margin-top: calc( 2 * 15px); } }
    .content_pre_header
.container_wrap
.texto
img {
      max-width: 100%;
      height: auto;
      display: block; }
    .content_pre_header
.container_wrap
.texto b, .content_pre_header
.container_wrap
.texto
strong {
      font-family: "AtlasGrotesk-Bold";
      font-weight: normal; }
    .content_pre_header
.container_wrap
.resumo {
      width: 90%; }
      .content_pre_header
.container_wrap
.resumo
ul {
        margin: 0;
        padding: 0;
        font-size: 0px; }
        .content_pre_header
.container_wrap
.resumo
ul
li {
          font-size: 15px;
          line-height: 22px;
          list-style: none;
          width: calc((100% - 15px) / 2);
          display: inline-block;
          vertical-align: top;
          margin-left: 15px; }
          @media only screen and (max-width: 900px) {
            .content_pre_header
.container_wrap
.resumo
ul
li {
              margin-left: 18px;
              width: calc((100 - 18px) / 2); } }
          @media only screen and (max-width: 767px) {
            .content_pre_header
.container_wrap
.resumo
ul
li {
              font-size: 14px;
              line-height: 20px; } }
          .content_pre_header
.container_wrap
.resumo
ul
li:nth-child(odd) {
            margin-left: 0px; }
    .content_pre_header
.container_wrap
.left_container_size {
      width: 67%; }
      @media only screen and (max-width: 767px) {
        .content_pre_header
.container_wrap
.left_container_size {
          width: 100%; } }
    .content_pre_header
.container_wrap .right_container_size, .content_pre_header
.container_wrap
.center_container_size {
      width: 33%; }
      @media only screen and (max-width: 767px) {
        .content_pre_header
.container_wrap .right_container_size, .content_pre_header
.container_wrap
.center_container_size {
          width: 100%;
          margin-top: 18px; } }
  .content_pre_header
.map-canvas-wrap {
    border: solid 2px #000;
    width: 90%;
    height: 600px;
    position: relative;
    margin-top: 15px; }
    @media only screen and (max-width: 900px) {
      .content_pre_header
.map-canvas-wrap {
        width: 80%;
        height: 400px;
        margin-top: 18px; } }
    @media only screen and (max-width: 767px) {
      .content_pre_header
.map-canvas-wrap {
        width: 90%;
        height: 450px; } }
    .content_pre_header
.map-canvas-wrap
#map-canvas {
      width: 100%;
      height: 100%; }
      .content_pre_header
.map-canvas-wrap
#map-canvas
iframe {
        width: 100%;
        height: 100%; }
  .content_pre_header
#c-contactos {
    margin-top: 40px; }
    .content_pre_header
#c-contactos
ul {
      margin: 0;
      padding: 0;
      width: 70%;
      font-size: 0px; }
      .content_pre_header
#c-contactos
ul
li {
        font-size: 23px;
        list-style: none;
        display: inline-block;
        width: calc((100% - (4 * 15px)) / 3);
        margin-left: calc(2 * 15px);
        margin-bottom: 15px;
        vertical-align: top; }
        @media only screen and (max-width: 900px) {
          .content_pre_header
#c-contactos
ul
li {
            width: calc((100% - (4 * 18px)) / 3);
            margin-left: calc(2 * 18px);
            margin-bottom: 18px; } }
        @media only screen and (max-width: 767px) {
          .content_pre_header
#c-contactos
ul
li {
            font-size: 22px; } }
        .content_pre_header
#c-contactos
ul
li:first-child {
          margin-left: 0px; }
  .content_pre_header
.pre_header_container {
    background-color: #e6e7e8;
    width: 100%;
    height: calc(100vh - (2 * 42px) - 2px);
    border-bottom: solid 2px #000;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content_pre_header
.pre_header_container
.scroll_container {
      min-height: 100%;
      max-height: calc(100% - (2 * 42px));
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
      scrollbar-width: none; }
      .content_pre_header
.pre_header_container
.scroll_container::-webkit-scrollbar {
        width: 0px;
        background: transparent; }
    .content_pre_header
.pre_header_container
.resumo {
      font-size: 15px;
      line-height: 20px; }
      .content_pre_header
.pre_header_container
.resumo strong, .content_pre_header
.pre_header_container
.resumo
b {
        font-weight: normal;
        font-family: "AtlasGrotesk-Bold"; }
  .content_pre_header
.close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9000; }

header {
  position: relative;
  width: 100%;
  z-index: 99999;
  background-color: #fff; }
  header
.logo_container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 2px #000;
    min-height: 42px;
    position: relative; }
    header
.logo_container
.banner_topo {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      left: 0px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }

header
.logo_container
.banner_topo {
  /*
				display: none;	
				visibility: hidden;
				background-image: none;
*/ }
    header
.logo_container
h1 {
      position: relative; }
      header
.logo_container
h1
span {
        margin-left: 15px;
        font-size: 23px;
        line-height: 42px;
        float: left;
        display: none;
        top: 3px;
        position: relative;
        /*
				transition-delay: 0.32s;
				transition: opacity 0.2s ease-out;
				opacity: 0; 
				height: 0;
				overflow: hidden;
*/ }
        @media only screen and (max-width: 900px) {
          header
.logo_container
h1
span {
            margin-left: 18px; } }
        @media only screen and (max-width: 767px) {
          header
.logo_container
h1
span {
            font-size: 22px; } }
      header
.logo_container
h1
.img {
        float: left;
        margin-left: 15px;
        height: 118px;
        width: auto;
        /*
				

				path {
					//stroke:#fff;
					fill:#fff;
					
					@media only screen and (max-width:900px)
					{
						//stroke:#000;
						fill:#000;	
					}
				}
				
				polygon
				{
					//stroke:#fff;
					fill:#fff;
					
					@media only screen and (max-width:900px)
					{
						//stroke:#000;
						fill:#000;	
					}
				}
*/
        /*
				transition-duration: .7s;
				//transition-duration: 0s;
				transition-property: width;
				transition-delay: 0s;
*/
        margin-top: 20px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 900px) {
          header
.logo_container
h1
.img {
            height: 100px; } }
        @media only screen and (max-width: 900px) {
          header
.logo_container
h1
.img {
            margin-left: 18px; } }
      header
.logo_container
h1.reduced {
        /*
				img
				{
					width: 0px;
				}
*/ }
        header
.logo_container
h1.reduced
span {
          /*
					 opacity: 1;
					 height: auto;
*/ }
      header
.logo_container
h1
a:hover {
        text-decoration: none; }
  header
nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 2px #000;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 900px) {
      header
nav {
        padding-left: 18px;
        padding-right: 18px; } }
    header
nav
#menu {
      margin: 0;
      padding: 0;
      font-size: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 1023px) {
        header
nav
#menu {
          display: none;
          justify-content: inherit;
          background-color: #fff;
          clear: both;
          float: none;
          margin-left: -15px;
          width: calc(100% + (2 * 15px));
          padding-top: 15px;
          padding-bottom: 15px;
          top: 5px;
          position: relative;
          border-bottom: solid 2px #000;
          z-index: 9000; } }
      @media only screen and (max-width: 900px) {
        header
nav
#menu {
          margin-left: -18px;
          width: calc(100% + (2 * 18px));
          padding-top: 18px;
          padding-bottom: 18px; } }
      header
nav
#menu
li {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none;
        font-size: 23px;
        text-align: left;
        line-height: 42px;
        position: relative; }
        @media only screen and (max-width: 1023px) {
          header
nav
#menu
li {
            font-size: 22px;
            display: block;
            line-height: 34px;
            padding-left: 15px; } }
        @media only screen and (max-width: 900px) and (max-width: 1022px) {
          header
nav
#menu
li {
            padding-left: 18px; } }
        header
nav
#menu
li
span {
          border: none;
          font-family: "AtlasGrotesk"; }
        header
nav
#menu
li a:hover, header
nav
#menu
li
a.sel {
          text-decoration: none; }
          header
nav
#menu
li a:hover
span
, header
nav
#menu
li
a.sel
span {
            border-bottom: solid 2px #000; }
        header
nav
#menu
li
.submenu {
          position: absolute;
          left: 0px;
          top: 42px;
          background-color: #fff;
          margin: 0;
          padding: 0;
          width: 100%;
          opacity: 0;
          border-left: 2px solid #000;
          border-right: 2px solid #000;
          z-index: 9000; }
          header
nav
#menu
li
.submenu.media {
            width: 135px; }
            @media only screen and (max-width: 1023px) {
              header
nav
#menu
li
.submenu.media {
                width: 100%; } }
            header
nav
#menu
li
.submenu.media
li {
              text-align: left;
              padding-left: 15px; }
          header
nav
#menu
li
.submenu.program {
            width: calc(100% + 30px); }
            @media only screen and (max-width: 1023px) {
              header
nav
#menu
li
.submenu.program {
                width: 100%; } }
          @media only screen and (max-width: 1023px) {
            header
nav
#menu
li
.submenu {
              border: none;
              position: relative;
              margin-left: 0px;
              top: 0px; } }
          header
nav
#menu
li
.submenu
li {
            text-align: center;
            display: block;
            border-bottom: 2px solid #000;
            min-height: 42px;
            line-height: 26px;
            padding-top: 8px;
            padding-bottom: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            header
nav
#menu
li
.submenu
li
a {
              line-height: 20px; }
            @media only screen and (max-width: 1023px) {
              header
nav
#menu
li
.submenu
li {
                padding-top: 8px;
                padding-bottom: 8px;
                line-height: normal;
                text-align: left;
                border: none;
                height: auto;
                min-height: auto; }
                header
nav
#menu
li
.submenu
li
a {
                  line-height: normal; } }
        header
nav
#menu
li:last-child
.submenu {
          width: calc(100% + ( 2 * 15px));
          right: calc( -1 * 15px);
          left: auto; }
          header
nav
#menu
li:last-child
.submenu
li {
            text-align: left;
            padding-left: 15px;
            padding-right: 15px; }
      header
nav
#menu.reduced {
        margin-top: 0px;
        border-top: none; }
    header
nav .menu_open {
      width: 22px;
      height: 18px;
      -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: relative;
      z-index: 10000;
      display: none; }
      @media only screen and (max-width: 1023px) {
        header
nav .menu_open {
          display: block;
          margin-top: 14px; } }
    header
nav .menu_open span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #000;
      border-radius: 2px;
      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
nav .menu_open span:nth-child(1) {
      top: 0px; }
    header
nav .menu_open span:nth-child(2), header
nav .menu_open span:nth-child(3) {
      top: 7px; }
    header
nav
.menu_open span:nth-child(3) {
      box-shadow: none; }
    header
nav .menu_open span:nth-child(4) {
      top: 14px;
      width: 100%; }
    header
nav .menu_open.open span:nth-child(1) {
      top: 7px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
    header
nav .menu_open.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header
nav .menu_open.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header
nav .menu_open.open span:nth-child(4) {
      top: 7px;
      width: 0%;
      left: 50%;
      box-shadow: none; }
  header
.lang {
    margin: 0;
    padding: 0;
    right: 15px;
    margin-top: 17px;
    position: fixed;
    /*
		&.reduced
		{
			margin-top: 20px;
		}
*/ }
    header
.lang.reduced {
      margin-top: 5px; }
    @media only screen and (max-width: 900px) {
      header
.lang {
        right: 18px; } }
    @media only screen and (max-width: 767px) {
      header
.lang {
        position: absolute;
        margin-top: 0px;
        bottom: -35px; } }
    header
.lang
li {
      list-style: none;
      display: inline-block;
      font-size: 15px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        header
.lang
li {
          font-size: 14px; } }
      header
.lang
li a.sel, header
.lang
li
a:hover {
        text-decoration: none;
        border-bottom: solid 2px #000; }
      header
.lang
li:first-child {
        margin-right: 3px; }
      header
.lang
li.porto {
        position: relative;
        margin-left: 5px; }
        header
.lang
li.porto img {
          width: 65px;
          height: auto; }
        header
.lang
li.porto
a:hover {
          border-bottom: none; }
  header
.new_program_link {
    position: absolute;
    z-index: 99999;
    top: 0px;
    right: 15px;
    width: 40px;
    height: 40px;
    top: 50px;
    -moz-transition: all 0.5s ease-out;
    /* WebKit */
    -webkit-transition: all 0.5s ease-out;
    /* Opera */
    -o-transition: all 0.5s ease-out;
    /* Standard */
    transition: all 0.5s ease-out; }
    header
.new_program_link.reduced {
      top: 7px;
      right: 80px;
      width: 30px;
      height: 30px; }
      @media only screen and (max-width: 767px) {
        header
.new_program_link.reduced {
          right: 20px; } }
      header
.new_program_link.reduced
.new_program_container {
        width: 30px;
        height: 30px; }
    header
.new_program_link.open {
      right: 0px;
      top: 10vh;
      width: 100%;
      height: 80vh;
      position: fixed; }
      @media (orientation: portrait) {
        header
.new_program_link.open {
          height: 100vw;
          top: 22vh; } }
      header
.new_program_link.open
.new_program_container {
        width: 80vh;
        height: 100%; }
        @media (orientation: portrait) {
          header
.new_program_link.open
.new_program_container {
            width: 100vw;
            height: 100vw; } }

.new_program_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  -moz-transition: all 0.5s ease-out;
  /* WebKit */
  -webkit-transition: all 0.5s ease-out;
  /* Opera */
  -o-transition: all 0.5s ease-out;
  /* Standard */
  transition: all 0.5s ease-out; }

.new_program_filter {
  position: fixed;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: none; }

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d; }

/*.flip-card:hover .flip-card-inner,*/
.fliped {
  transform: rotateY(180deg) !important; }

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  font-family: "MercureRegular"; }
  .flip-card-front em,
  .flip-card-front
i
,
  .flip-card-back em, .flip-card-back
i {
    font-style: normal;
    font-family: "MercureItalic"; }
  .flip-card-front
strike
,
  .flip-card-back
strike {
    text-decoration: none;
    font-family: "MercureTranscript"; }

.flip-card-front {
  cursor: pointer; }
  .flip-card-front
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }

.flip-card-back {
  background-color: #000;
  color: white;
  transform: rotateY(180deg); }

.open_program {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999; }
  .open_program.open {
    display: none; }

.program_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9000;
  display: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .program_close img {
    max-width: 100%;
    height: auto; }
  .program_close.open {
    display: block; }
  .program_close:hover {
    transform: scale(1.1); }
  @media only screen and (max-width: 767px) {
    .program_close {
      width: 20px; } }

.pntxt {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  right: 25px;
  transform: rotate(-45deg);
  transform-origin: top left;
  display: none; }

.prev_txt {
  right: auto;
  left: 25px;
  transform: rotate(45deg);
  transform-origin: top right; }

.programa_slider {
  height: 100%;
  display: block; }
  .programa_slider .slide {
    height: 100%; }
    .programa_slider .slide
.slide-inner {
      margin-right: 20px;
      margin-left: 20px;
      height: 100%;
      text-align: left;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
      scrollbar-width: none; }
      @media only screen and (max-width: 767px) {
        .programa_slider .slide
.slide-inner {
          margin-left: 10px;
          margin-right: 10px; } }
      .programa_slider .slide
.slide-inner::-webkit-scrollbar {
        width: 0px;
        background: transparent; }
      .programa_slider .slide
.slide-inner .slide-inner-content-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%; }
        .programa_slider .slide
.slide-inner .slide-inner-content-wrap
.slide-inner-content {
          align-self: center;
          padding-top: 60px;
          padding-bottom: 60px;
          font-size: 18px; }
          @media only screen and (max-width: 767px) {
            .programa_slider .slide
.slide-inner .slide-inner-content-wrap
.slide-inner-content {
              font-size: 14px;
              padding-top: 30px;
              padding-bottom: 30px; } }
  .programa_slider .slick-list, .programa_slider
.slick-track {
    height: 100%; }
  .programa_slider
.slick-slide > div {
    height: 100%; }
  .programa_slider .slick-list {
    padding: 0 10% 0 0; }
  .programa_slider .slick-prev, .programa_slider
.slick-next {
    transform: none;
    top: 0px;
    left: 0px;
    width: 10%;
    height: 100%;
    z-index: 900; }
    .programa_slider .slick-prev:before, .programa_slider
.slick-next:before {
      content: ''; }
  .programa_slider
.slick-next {
    right: 0px;
    left: auto; }

.download {
  margin-top: 20px;
  padding-bottom: 20px; }
  .download:last-child {
    padding-bottom: 30px; }
  .download
a {
    text-decoration: underline; }

#wrap {
  overflow: hidden; }

@media only screen and (max-width: 900px) {
  section {
    width: 100%;
    /*
		width: 160%;
		transition: transform 0.6s;
		
		&.left-visible
		{
			transform: translateX(0%);
		}
		
		&.right-visible
		{
			transform: translateX(-37.5%);
		}
		
		&#wrap_, &#wrap_exposicoes, &#wrap_historico, &#wrap_exposicao
		{
			width: 260%;
			
			.left_container_size
			{
				width: 80vw;
			}
			
			.right_container_size
			{
				width: 85vw;
			}
			
			.center_container_size
			{
				width: 70vw;
			}
				
			&.left-visible
			{
				transform: translateX(0%);
			}
			
			&.right-visible
			{
				transform: translateX(-52%);
			}
			
			&.center-visible
			{
				transform: translateX(-25%);
			}
		}
*/ }
    section#wrap_historico
.home_cabecalho {
      display: block; }
    section#wrap_programas
.home_cabecalho {
      display: block; }
    section#wrap_media .home_cabecalho {
      display: block; } }

section.content_header_fixed {
  padding-top: calc((2 * 42px) + 19px); }
  section.content_header_fixed.content_header_fixed_correct {
    padding-top: calc(2 * 42px); }

section
.left_container {
  min-height: 100%;
  max-height: calc(100% - (2 * 42px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
  section
.left_container::-webkit-scrollbar {
    width: 0px;
    background: transparent; }
  section
.left_container.remove {
    min-height: none;
    max-height: none;
    overflow-y: visible; }

section
.right_container {
  min-height: 100%;
  position: relative;
  max-height: calc(100% - (2 * 42px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none; }
  section
.right_container::-webkit-scrollbar {
    width: 0px;
    background: transparent; }

section
.home_cabecalho {
  height: 42px;
  border-bottom: solid 2px #000;
  margin-top: 3px; }
  section
.home_cabecalho.norepos {
    margin-top: 0px; }
  @media only screen and (max-width: 900px) {
    section
.home_cabecalho {
      display: none; } }
  section
.home_cabecalho
div {
    height: 100%;
    line-height: calc( 42px + 3px);
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 900px) {
      section
.home_cabecalho
div {
        padding-left: 18px; } }
  section
.home_cabecalho .right_container_size, section
.home_cabecalho
.center_container_size {
    padding-left: 15px; }
    @media only screen and (max-width: 900px) {
      section
.home_cabecalho .right_container_size, section
.home_cabecalho
.center_container_size {
        display: none; } }
  section
.home_cabecalho
.agenda_back
a:hover
span {
    border-bottom: solid 2px #000; }

section
.mobile_cabecalho {
  height: 42px;
  border-bottom: solid 2px #000;
  display: none; }
  @media only screen and (max-width: 900px) {
    section
.mobile_cabecalho {
      display: block; } }
  section
.mobile_cabecalho
div {
    height: 100%;
    line-height: 42px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 900px) {
      section
.mobile_cabecalho
div {
        padding-left: 18px; } }

section
.noticias_cabecalho {
  margin-top: 30px;
  height: 42px;
  border-bottom: solid 2px #000;
  border-top: solid 2px #000; }
  section
.noticias_cabecalho
div {
    height: 100%;
    line-height: 42px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 900px) {
      section
.noticias_cabecalho
div {
        padding-left: 18px; } }

section
.evento_inner {
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  /*
		a:hover
		{
			span
			{
				font-family: $grotesk!important;
			}
		}
*/ }
  @media only screen and (max-width: 900px) {
    section
.evento_inner {
      padding: 18px; } }
  section
.evento_inner
p.data {
    padding-bottom: 2px;
    font-family: "AtlasGrotesk-Thin"; }
  section
.evento_inner
h2 {
    line-height: 28px; }
    @media only screen and (max-width: 767px) {
      section
.evento_inner
h2 {
        line-height: 23px; } }
  section
.evento_inner
.slideshow_inner {
    margin-top: 8px; }
    @media only screen and (max-width: 900px) {
      section
.evento_inner
.slideshow_inner {
        margin-top: 18px; } }
  section
.evento_inner
.resumo {
    font-size: 15px;
    line-height: 20px; }
    @media only screen and (max-width: 767px) {
      section
.evento_inner
.resumo {
        font-size: 14px;
        line-height: 20px; } }
  section
.evento_inner
.evento_inner_left {
    width: 74%;
    /*
			@media only screen and (min-width:901px) and (max-width:1300px)
			{
				width: 90%;	
			}
			
			@media only screen and (max-width:900px)
			{
				width: 100%;	
				margin-top: $margem_mobile;
			}
*/ }
  section
.evento_inner
.evento_inner_right {
    width: calc(26% - 15px);
    margin-left: 15px;
    margin-top: 15px;
    /*
			@media only screen and (max-width:1300px)
			{
				width: 100%;
				margin-left: 0px;
				margin-top: $margem_mobile;
			}
*/ }

@media only screen and (max-width: 900px) {
  section#wrap_programa-de-incursao-a-galeria
.home_cabecalho {
    display: block; } }

section#wrap_programa-de-incursao-a-galeria .evento_inner
.texto {
  margin-top: 15px; }

section#wrap_programa-de-incursao-a-galeria .evento_inner
.texto_resumo {
  margin-top: 0px; }

section#wrap_
.evento_inner_left
, section#wrap_exposicoes
.evento_inner_left
, section#wrap_exposicao
.evento_inner_left {
  width: 74%; }
  @media only screen and (min-width: 901px) and (max-width: 1300px) {
    section#wrap_
.evento_inner_left
, section#wrap_exposicoes
.evento_inner_left
, section#wrap_exposicao
.evento_inner_left {
      width: 90%; } }
  @media only screen and (max-width: 900px) {
    section#wrap_
.evento_inner_left
, section#wrap_exposicoes
.evento_inner_left
, section#wrap_exposicao
.evento_inner_left {
      width: 100%;
      margin-top: 18px; } }

section#wrap_
.evento_inner_right
, section#wrap_exposicoes
.evento_inner_right
, section#wrap_exposicao
.evento_inner_right {
  width: calc(26% - 15px);
  margin-left: 15px;
  margin-top: 15px; }
  @media only screen and (max-width: 1300px) {
    section#wrap_
.evento_inner_right
, section#wrap_exposicoes
.evento_inner_right
, section#wrap_exposicao
.evento_inner_right {
      width: 100%;
      margin-left: 0px;
      margin-top: 18px; } }

section
.lista_eventos {
  margin: 0;
  padding: 0; }
  section
.lista_eventos
li {
    list-style: none; }
    section
.lista_eventos
li
img {
      margin-top: 15px;
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    section
.lista_eventos
li
.agenda_lista
h2
a:hover
span {
      font-family: "AtlasGrotesk"; }

section
.visitas_txt.no_events {
  border-top: solid 2px #000; }

section
.visitas_txt
.evento_inner {
  padding-right: 15px; }

section#wrap_atividades .left_container_size, section#wrap_atividades .right_container_size, section#wrap_atividades
.center_container_size {
  height: auto; }

section#wrap_atividades
.left_container_size {
  width: calc(100% - (1 * 25.5%)); }
  @media only screen and (min-width: 901px) and (max-width: 1300px) {
    section#wrap_atividades
.left_container_size {
      width: calc(100% - (1 * 25.5%)); } }
  @media only screen and (max-width: 900px) {
    section#wrap_atividades
.left_container_size {
      width: 100%; } }

section#wrap_atividades .right_container_size, section#wrap_atividades
.center_container_size {
  width: 25.5%; }
  @media only screen and (max-width: 900px) {
    section#wrap_atividades .right_container_size, section#wrap_atividades
.center_container_size {
      width: 100%; } }

section#wrap_atividades
.columns_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

section#wrap_atividades
.news {
  position: relative;
  z-index: 1001;
  margin: 0;
  padding: 0;
  font-size: 0px;
  overflow: hidden;
  min-height: 100vh;
  margin-top: -2px; }
  @media only screen and (max-width: 900px) {
    section#wrap_atividades
.news {
      min-height: auto; } }
  section#wrap_atividades
.news
li {
    list-style: none; }
  section#wrap_atividades
.news
.border {
    position: absolute;
    min-height: 900000px;
    width: 2px;
    background-color: #000;
    top: 0px;
    left: calc(50% - 2px);
    z-index: 9999; }
    @media only screen and (max-width: 900px) {
      section#wrap_atividades
.news
.border {
        display: none; } }

section#wrap_atividades
.grid-sizer {
  width: 50%; }
  @media only screen and (max-width: 900px) {
    section#wrap_atividades
.grid-sizer {
      width: 100%; } }

section#wrap_atividades
.gutter-sizer {
  width: 0px; }

section#wrap_atividades
.grid-item {
  padding: 0;
  margin: 0;
  border-top: solid 2px #000;
  background-color: #fff; }
  section#wrap_atividades
.grid-item
.actividade_inner {
    padding: 15px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      section#wrap_atividades
.grid-item
.actividade_inner {
        padding: 18px; } }
    section#wrap_atividades
.grid-item
.actividade_inner h2, section#wrap_atividades
.grid-item
.actividade_inner .subtitulo, section#wrap_atividades
.grid-item
.actividade_inner
.texto {
      font-size: 23px;
      line-height: 32px; }
      @media only screen and (max-width: 767px) {
        section#wrap_atividades
.grid-item
.actividade_inner h2, section#wrap_atividades
.grid-item
.actividade_inner .subtitulo, section#wrap_atividades
.grid-item
.actividade_inner
.texto {
          font-size: 22px;
          line-height: 30px; } }
    section#wrap_atividades
.grid-item
.actividade_inner
h2 {
      width: 80%;
      margin-bottom: 20px; }
    section#wrap_atividades
.grid-item
.actividade_inner
.subtitulo {
      margin-top: 0px;
      font-family: "AtlasGrotesk-Thin"; }
    section#wrap_atividades
.grid-item
.actividade_inner
.texto_wrap {
      display: none; }
      section#wrap_atividades
.grid-item
.actividade_inner
.texto_wrap
.texto {
        font-size: 23px;
        padding-top: 40px; }
        @media only screen and (max-width: 767px) {
          section#wrap_atividades
.grid-item
.actividade_inner
.texto_wrap
.texto {
            font-size: 22px; } }
      section#wrap_atividades
.grid-item
.actividade_inner
.texto_wrap
.texto_apoio {
        margin-top: 20px;
        line-height: 23px;
        font-size: 15px; }
        @media only screen and (max-width: 767px) {
          section#wrap_atividades
.grid-item
.actividade_inner
.texto_wrap
.texto_apoio {
            font-size: 12px;
            line-height: 18px; } }
    section#wrap_atividades
.grid-item
.actividade_inner
.img {
      width: 100%;
      padding-bottom: 65%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    section#wrap_atividades
.grid-item
.actividade_inner
.clickdetail
img {
      position: absolute;
      right: 15px;
      width: 25px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform; }
      @media only screen and (max-width: 900px) {
        section#wrap_atividades
.grid-item
.actividade_inner
.clickdetail
img {
          right: 18px; } }
      section#wrap_atividades
.grid-item
.actividade_inner
.clickdetail
img.active {
        -webkit-transform: rotate(46deg);
        -moz-transform: rotate(46deg);
        -o-transform: rotate(46deg);
        -ms-transform: rotate(46deg);
        transform: rotate(46deg); }

section#wrap_atividades
.cabecalho {
  height: calc( 42px + 4px);
  border-bottom: solid 3px #000;
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: calc( 42px + 3px); }
  @media only screen and (max-width: 900px) {
    section#wrap_atividades
.cabecalho {
      padding-left: 18px; } }
  @media only screen and (max-width: 767px) {
    section#wrap_atividades
.cabecalho {
      color: #000; } }

section#wrap_noticias .left_container_size, section#wrap_noticias .right_container_size, section#wrap_noticias
.center_container_size {
  height: auto; }

section#wrap_noticias
.left_container_size {
  width: calc(100% - (1 * 25.5%)); }
  @media only screen and (min-width: 901px) and (max-width: 1300px) {
    section#wrap_noticias
.left_container_size {
      width: calc(100% - (1 * 25.5%)); } }
  @media only screen and (max-width: 900px) {
    section#wrap_noticias
.left_container_size {
      width: 100%; } }

section#wrap_noticias .right_container_size, section#wrap_noticias
.center_container_size {
  width: 25.5%; }
  @media only screen and (max-width: 900px) {
    section#wrap_noticias .right_container_size, section#wrap_noticias
.center_container_size {
      width: 100%; } }

section#wrap_noticias
.columns_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

section#wrap_noticias
.news {
  position: relative;
  z-index: 1001;
  margin: 0;
  padding: 0;
  font-size: 0px;
  overflow: hidden;
  min-height: 100vh;
  margin-top: -2px; }
  @media only screen and (max-width: 900px) {
    section#wrap_noticias
.news {
      min-height: auto; } }
  section#wrap_noticias
.news
li {
    list-style: none; }
  section#wrap_noticias
.news
.border {
    position: absolute;
    min-height: 900000px;
    width: 2px;
    background-color: #000;
    top: 0px;
    left: calc(50% - 2px);
    z-index: 9999; }
    @media only screen and (max-width: 900px) {
      section#wrap_noticias
.news
.border {
        display: none; } }

section#wrap_noticias
.grid-sizer {
  width: 50%; }
  @media only screen and (max-width: 900px) {
    section#wrap_noticias
.grid-sizer {
      width: 100%; } }

section#wrap_noticias
.gutter-sizer {
  width: 0px; }

section#wrap_noticias
.grid-item {
  padding: 0;
  margin: 0;
  border-top: solid 2px #000;
  background-color: #fff; }
  section#wrap_noticias
.grid-item
.actividade_inner {
    padding: 15px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      section#wrap_noticias
.grid-item
.actividade_inner {
        padding: 18px; } }
    section#wrap_noticias
.grid-item
.actividade_inner h2, section#wrap_noticias
.grid-item
.actividade_inner .subtitulo, section#wrap_noticias
.grid-item
.actividade_inner
.texto {
      font-size: 23px;
      line-height: 32px; }
      @media only screen and (max-width: 767px) {
        section#wrap_noticias
.grid-item
.actividade_inner h2, section#wrap_noticias
.grid-item
.actividade_inner .subtitulo, section#wrap_noticias
.grid-item
.actividade_inner
.texto {
          font-size: 22px;
          line-height: 30px; } }
    section#wrap_noticias
.grid-item
.actividade_inner
h2 {
      width: 80%;
      margin-bottom: 20px; }
    section#wrap_noticias
.grid-item
.actividade_inner
.subtitulo {
      margin-top: 0px;
      font-family: "AtlasGrotesk-Thin"; }
    section#wrap_noticias
.grid-item
.actividade_inner
.texto_wrap {
      display: none; }
      section#wrap_noticias
.grid-item
.actividade_inner
.texto_wrap
.texto {
        font-size: 23px;
        padding-top: 40px; }
        @media only screen and (max-width: 767px) {
          section#wrap_noticias
.grid-item
.actividade_inner
.texto_wrap
.texto {
            font-size: 22px; } }
      section#wrap_noticias
.grid-item
.actividade_inner
.texto_wrap
.texto_apoio {
        margin-top: 20px;
        line-height: 23px;
        font-size: 15px; }
        @media only screen and (max-width: 767px) {
          section#wrap_noticias
.grid-item
.actividade_inner
.texto_wrap
.texto_apoio {
            font-size: 12px;
            line-height: 18px; } }
    section#wrap_noticias
.grid-item
.actividade_inner
.img {
      width: 100%;
      padding-bottom: 65%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    section#wrap_noticias
.grid-item
.actividade_inner
.clickdetail
img {
      position: absolute;
      right: 15px;
      width: 25px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform; }
      @media only screen and (max-width: 900px) {
        section#wrap_noticias
.grid-item
.actividade_inner
.clickdetail
img {
          right: 18px; } }
      section#wrap_noticias
.grid-item
.actividade_inner
.clickdetail
img.active {
        -webkit-transform: rotate(46deg);
        -moz-transform: rotate(46deg);
        -o-transform: rotate(46deg);
        -ms-transform: rotate(46deg);
        transform: rotate(46deg); }

section#wrap_noticias
.cabecalho {
  height: calc( 42px + 4px);
  border-bottom: solid 3px #000;
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: calc( 42px + 3px); }
  @media only screen and (max-width: 900px) {
    section#wrap_noticias
.cabecalho {
      padding-left: 18px; } }
  @media only screen and (max-width: 767px) {
    section#wrap_noticias
.cabecalho {
      color: #000; } }

section#wrap_exposicao
.home_cabecalho {
  margin-top: 2px; }
  @media only screen and (max-width: 900px) {
    section#wrap_exposicao
.home_cabecalho {
      display: block; } }

section#wrap_exposicao .evento_inner
.texto {
  margin-top: 15px; }

section#wrap_historico
.home_cabecalho {
  margin-top: 2px; }

section#wrap_historico
.left_container_size {
  width: 100%; }

@media only screen and (max-width: 900px) {
  section#wrap_edicoes
.home_cabecalho {
    display: block; } }

section#wrap_edicoes .evento_inner
.texto {
  margin-top: 15px; }

section#wrap_edicoes .evento_inner
.texto_resumo {
  margin-top: 0px; }

@media only screen and (max-width: 900px) {
  section#wrap_programas
.home_cabecalho {
    display: block; } }

section#wrap_programas .evento_inner
.texto {
  margin-top: 15px; }

section#wrap_programas .evento_inner
.texto_resumo {
  margin-top: 0px; }

@media only screen and (max-width: 900px) {
  section#wrap_media
.home_cabecalho {
    display: block; } }

section#wrap_media .evento_inner
.texto {
  margin-top: 15px; }

section#wrap_media .evento_inner
.texto_resumo {
  margin-top: 0px; }

section#wrap_media
.video_wrap {
  padding-top: 20px;
  padding-bottom: 120px; }
  section#wrap_media
.video_wrap .left_container_size {
    width: 67%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      section#wrap_media
.video_wrap .left_container_size {
        width: 100%; } }
    section#wrap_media
.video_wrap .left_container_size
.video_inner {
      margin-right: calc(2 * 15px);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 900px) {
        section#wrap_media
.video_wrap .left_container_size
.video_inner {
          margin-right: calc(2 * 18px); } }
  section#wrap_media
.video_wrap .right_container_size {
    width: 33%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      section#wrap_media
.video_wrap .right_container_size {
        width: 100%;
        margin-top: 18px; } }
    section#wrap_media
.video_wrap .right_container_size
.texto {
      width: 90%; }
      section#wrap_media
.video_wrap .right_container_size
.texto
strike {
        text-decoration: none;
        line-height: 23px;
        font-size: 15px; }
        @media only screen and (max-width: 767px) {
          section#wrap_media
.video_wrap .right_container_size
.texto
strike {
            font-size: 12px;
            line-height: 18px; } }
    section#wrap_media
.video_wrap .right_container_size
h2 {
      margin-bottom: 30px; }

section#wrap_programas, section#wrap_historico, section#wrap_edicoes, section#wrap_newsletter, section#wrap_programa-de-incursao-a-galeria, section#wrap_media {
  min-height: calc(100vh - (2 * 42px) + 4px); }

.img_zoom {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .img_zoom:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }

.img_open_slideshow {
  cursor: pointer; }

.marquee {
  height: 42px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "AtlasGrotesk";
  font-size: 21px;
  line-height: 27px;
  position: relative;
  padding-top: 10px; }
  .marquee p {
    position: absolute;
    top: 10px;
    display: none; }
  .marquee
.marquee_container {
    margin-left: 0px;
    overflow: hidden; }

footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #000;
  padding-left: 15px;
  padding-right: 15px;
  /*
	padding-top: 15px;
	padding-bottom: 15px;
*/
  height: 42px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    footer {
      padding-left: calc($margem_mobile - 2px);
      padding-right: calc($margem_mobile - 2px); } }
  footer
.portobottom {
    margin-top: 8px; }
  footer
.porto {
    position: absolute;
    top: 4px;
    right: 15px; }
    footer
.porto img {
      width: 65px;
      height: auto; }
    footer
.porto
a:hover {
      border-bottom: none; }
  footer
.socials {
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 10px; }
    footer
.socials li {
      margin: 0;
      display: inline-block; }
      footer
.socials li.porto {
        position: relative;
        margin-left: 5px; }
        footer
.socials li.porto img {
          width: 65px;
          height: auto; }
        footer
.socials li.porto
a:hover {
          border-bottom: none; }

#popupnewsletter, .popupnewsletterpage {
  display: none;
  position: fixed;
  right: 6%;
  bottom: 50px;
  z-index: 9999;
  width: 350px;
  background: #FFFFFf;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 767px) {
    #popupnewsletter, .popupnewsletterpage {
      width: 90%; } }
  #popupnewsletter
.handler
, .popupnewsletterpage
.handler {
    border: solid 2px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 7px; }
    #popupnewsletter
.handler
.txt
, .popupnewsletterpage
.handler
.txt {
      position: relative;
      width: 50%;
      line-height: 27px; }
      @media only screen and (max-width: 767px) {
        #popupnewsletter
.handler
.txt
, .popupnewsletterpage
.handler
.txt {
          width: 70%; } }
    #popupnewsletter
.handler
.close_news
, .popupnewsletterpage
.handler
.close_news {
      padding-right: 10px;
      padding-top: 10px; }
  #popupnewsletter
#f_newsletter
, .popupnewsletterpage
#f_newsletter {
    display: none;
    padding: 10px;
    padding-top: 15px;
    padding-right: 20px;
    border: solid #000 2px;
    border-bottom: none; }
    #popupnewsletter
#f_newsletter
label
, .popupnewsletterpage
#f_newsletter
label {
      font-family: "AtlasGrotesk-Thin";
      font-size: 23px; }
    #popupnewsletter
#f_newsletter
.caixas
, .popupnewsletterpage
#f_newsletter
.caixas {
      width: 100%;
      background: none;
      border: solid #000 2px;
      margin-bottom: 10px;
      height: 30px;
      font-size: 23px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 5px; }
      #popupnewsletter
#f_newsletter
.caixas
.caixas_error
, .popupnewsletterpage
#f_newsletter
.caixas.caixas_error {
        border-color: #ff0000; }
    #popupnewsletter
#f_newsletter
.autorizo
, .popupnewsletterpage
#f_newsletter
.autorizo {
      font-size: 10px;
      margin-bottom: 20px;
      margin-top: 5px; }
      #popupnewsletter
#f_newsletter
.autorizo
span
, .popupnewsletterpage
#f_newsletter
.autorizo
span {
        position: relative;
        margin-left: 4px; }
      #popupnewsletter
#f_newsletter
.autorizo
a
, .popupnewsletterpage
#f_newsletter
.autorizo
a {
        text-decoration: underline; }
      #popupnewsletter
#f_newsletter
.autorizo
label, .popupnewsletterpage
#f_newsletter
.autorizo label {
        display: block;
        font-size: 10px;
        padding-left: 25px;
        text-indent: -25px;
        font-family: "AtlasGrotesk"; }
      #popupnewsletter
#f_newsletter
.autorizo
#cb_autoriza, .popupnewsletterpage
#f_newsletter
.autorizo #cb_autoriza {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        margin-right: 6px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        *overflow: hidden; }
    #popupnewsletter
#f_newsletter
.botao
, .popupnewsletterpage
#f_newsletter
.botao {
      cursor: pointer;
      margin: 0;
      padding: 0;
      width: 100%;
      border: solid #000 2px;
      margin-bottom: 10px;
      height: 30px;
      font-family: "AtlasGrotesk-Thin";
      font-size: 23px;
      text-align: center;
      background-color: #CBCCCB;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #popupnewsletter
#f_newsletter
.msg
, .popupnewsletterpage
#f_newsletter
.msg {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 12px;
      color: #ff0000;
      display: none; }

.popupnewsletterpage {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }
  .popupnewsletterpage
#f_newsletter {
    display: block;
    border-bottom: solid 2px #000; }

.anos_filtro {
  margin: 0;
  padding: 0; }
  .anos_filtro
li {
    list-style: none;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 45px; }
    @media only screen and (max-width: 767px) {
      .anos_filtro
li {
        margin-right: 25px; } }
    .anos_filtro
li:last-child {
      margin-right: 0px; }
    .anos_filtro
li
span {
      border: none;
      font-family: "AtlasGrotesk"; }
    .anos_filtro
li a:hover, .anos_filtro
li
a.sel {
      text-decoration: none; }
      .anos_filtro
li a:hover
span
, .anos_filtro
li
a.sel
span {
        border-bottom: solid 2px #000; }

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

.error {
  color: #ff0000; }

.hide {
  display: none; }

.calendar_wrap {
  position: relative;
  overflow: hidden;
  background-color: #e7e7e7;
  border-bottom: solid 2px #000; }

.datepick-nav {
  position: relative;
  width: 100%; }

.datepick-cmd-next {
  position: absolute;
  right: 8%;
  z-index: 9000;
  top: 13px; }
  @media only screen and (max-width: 1239px) {
    .datepick-cmd-next {
      right: 3%; } }

.datepick-cmd-prev {
  position: absolute;
  left: 8%;
  z-index: 9000;
  top: 13px; }
  @media only screen and (max-width: 1239px) {
    .datepick-cmd-prev {
      left: 4%; } }

.datepick-cmd-today {
  display: none; }

.datepick-selected {
  text-decoration: underline; }

.datepick-month {
  position: relative;
  z-index: 200;
  width: calc(100% - 60px);
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 901px) and (max-width: 1239px) {
    .datepick-month {
      padding-left: 5px;
      padding-right: 5px;
      width: calc(100% - 10px); } }

.datepick {
  color: #231f20;
  font-family: "AtlasGrotesk";
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important; }

.datepick-rtl {
  direction: rtl; }

.datepick-popup {
  z-index: 1000; }

.datepick a {
  text-decoration: none; }

.datepick-cmd {
  width: 10px; }

.datepick-disabled {
  display: none; }

.datepick-month {
  float: left;
  text-align: center; }

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 42px;
  font-family: "AtlasGrotesk";
  text-transform: uppercase;
  font-size: 23px;
  width: 100%;
  line-height: calc(42px + 6px);
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .datepick-month-header, .datepick-month-header select, .datepick-month-header input {
      font-size: 22px; } }

.table_wrap {
  margin-top: 30px;
  padding-bottom: 36px; }

.datepick-month table {
  width: 100%;
  border-collapse: collapse; }

.datepick-month th, .datepick-month td {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase; }

.datepick-month th {
  font-size: 20px; }

.datepick-month th, .datepick-month th a {
  color: #231f20; }

.datepick-month th {
  padding-bottom: 20px; }

.datepick-month td {
  width: calc(100% / 7);
  padding-top: 20px; }

.datepick-month td.datepick-week * {
  border: none; }

.datepick-month a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none; }

.datepick-month span {
  display: block;
  width: 100%; }

.datepick-month td .datepick-other-month {
  color: #000;
  font-size: 0px; }

.datepick-month td .datepick-selected {
  text-decoration: underline; }

.datepick-status {
  clear: both;
  text-align: center; }

.datepick-clear-fix {
  clear: both; }

.calendar_border {
  border-bottom: solid 2px #000000;
  height: calc( 42px + 2px);
  width: 100%;
  position: absolute;
  left: 0; }

.datepick-month td {
  color: #959595; }

.datepick-month td .dayactive {
  color: #000; }

a:hover
h2 {
  font-family: "AtlasGrotesk"; }

.banners_homepage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .banners_homepage
.banner_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 50%;
    padding-bottom: 30%;
    position: relative;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000; }
    @media only screen and (max-width: 767px) {
      .banners_homepage
.banner_item {
        width: 100%;
        border-right: none;
        padding-bottom: 55%; } }
    .banners_homepage
.banner_item
.image {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 190; }
    .banners_homepage
.banner_item .titulo, .banners_homepage
.banner_item
.subtitulo {
      position: absolute;
      z-index: 195;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: calc(100% - 30px); }
    .banners_homepage
.banner_item
.titulo {
      left: 15px;
      top: 15px;
      font-size: 45px; }
      @media only screen and (max-width: 767px) {
        .banners_homepage
.banner_item
.titulo {
          font-size: 30px; } }
    .banners_homepage
.banner_item
.subtitulo {
      bottom: 15px;
      left: 15px;
      font-size: 21px; }
    .banners_homepage
.banner_item:nth-child(even) {
      border-right: none; }
    .banners_homepage
.banner_item
.faded {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 200;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: 194; }
      .banners_homepage
.banner_item
.faded:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-collapse: separate;
        background-color: rgba(155, 164, 160, 0.7); }
      .banners_homepage
.banner_item
.faded.faded-all {
        color: rgba(255, 255, 255, 0.9); }
        .banners_homepage
.banner_item
.faded.faded-all:after {
          box-shadow: inset 0 0 100px 60px; }
    .banners_homepage
.banner_item:hover .image {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }
    .banners_homepage
.banner_item:hover
.faded {
      opacity: 0; }
    .banners_homepage
.banner_item:hover .titulo, .banners_homepage
.banner_item:hover
.subtitulo {
      opacity: 0;
      /*z-index: -1;*/ }

.menu_close {
  width: 28px;
  height: 24px;
  -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: relative;
  z-index: 10000;
  display: block; }

.menu_close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  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; }

.menu_close.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
  box-shadow: none; }

.menu_close.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu_close.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu_close.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
  box-shadow: none; }

.videoWrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

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

.texto_reduce {
  margin-bottom: 10px; }

.read_more_text {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.desktop-ficheiros {
  display: block; }
  @media only screen and (max-width: 600px) {
    .desktop-ficheiros {
      display: none; } }

.mobile-ficheiros {
  display: none; }
  @media only screen and (max-width: 600px) {
    .mobile-ficheiros {
      display: block; } }
