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

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

body, html {
  font-family: "SharpGrotesk-Regular";
  color: #000;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 17px;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  background-attachment: fixed;
  background-size: 40px 40px;
  background-image: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to bottom, #000 1px, transparent 1px);
  background-color: #fff200; }

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

a:hover {
  text-decoration: underline; }

::-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; }

input[type=text], input[type=button], input[type=submit], textarea, button {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none; }

button, input[type=button], input[type=submit] {
  -webkit-appearance: none; }

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

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

#main {
  width: 100%;
  position: relative; }

#cookie_msg {
  height: 20px;
  background-color: #fbef1d;
  text-align: center;
  color: #000;
  font-size: 11px;
  line-height: 20px;
  display: none;
  width: calc(100% - 40px);
  position: fixed;
  z-index: 99999;
  top: 0px; }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #fbef1d;
  text-align: center; }

.margin-left {
  margin-left: 40px; }

.margin-right {
  margin-right: 40px; }

.h-grelha {
  height: 40px; }

.h2-grelha {
  height: calc(2 * 40px); }

.border-bottom {
  border-bottom: solid 1px #000; }

header.home {
  background-color: #fff;
  background-size: 100% 40px;
  background-image: linear-gradient(to top, #000 1px, transparent 1px);
  background-repeat: no-repeat;
  top: 0px;
  text-transform: uppercase;
  font-family: "SharpGrotesk-Regular";
  font-size: 22px;
  line-height: calc(40px - 5px);
  position: fixed;
  width: 100%;
  z-index: 99989; }
  header.home
.topo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    header.home
.topo
p {
      vertical-align: top;
      display: inline-block; }
      header.home
.topo
p
span {
        margin-left: 25px; }
      header.home
.topo
p:last-child {
        padding-right: 40px; }
      header.home
.topo
p:first-child {
        padding-left: 15px; }

header.menu {
  height: 40px;
  width: 100%;
  background-color: #fff;
  z-index: 99992;
  position: relative;
  border-bottom: 1px #000 solid;
  border-top: 1px #000 solid; }
  header.menu.area-reservada {
    background-color: #d1d3d4; }
  header.menu.fixed {
    position: fixed; }
  header.menu
#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0px;
    z-index: 99990;
    position: relative;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px; }
    header.menu
#menu
li {
      padding: 0;
      margin: 0;
      font-size: 22px;
      text-transform: uppercase;
      font-family: "SharpGrotesk-Regular";
      line-height: 40px; }
      header.menu
#menu
li
a.principal {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        header.menu
#menu
li
a.principal.sel {
          text-decoration: underline; }
      header.menu
#menu
li
p.botao {
        margin-left: 10px;
        display: inline-block;
        border: solid 1px #000;
        line-height: 18px;
        padding: 2px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer; }
        header.menu
#menu
li
p.botao.ml5 {
          margin-left: 5px; }
        header.menu
#menu
li
p.botao:hover {
          background-color: #000;
          color: #fff; }

.banner {
  margin-top: 80px;
  min-height: calc(100vh - (3 * (40px) + 0px)); }
  .banner
ul {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 1040px; }
    .banner
ul
li {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 36px;
      line-height: 40px;
      text-transform: uppercase;
      padding-left: 46px;
      background-image: url(/images/plus.png);
      background-position: 14px 10px;
      background-repeat: no-repeat;
      background-size: 20px;
      display: inline-block;
      width: calc(50% - (40px + 6px));
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .banner
ul
li:first-child, .banner
ul
li:nth-child(1), .banner
ul
li:nth-child(3) {
        background-image: none; }
  .banner
.full {
    display: block; }
  .banner
.mobile {
    display: none; }
  .banner
.seta {
    position: absolute;
    top: 6px;
    right: 6px; }
    .banner
.seta
img {
      display: block;
      width: calc(3 * (36px));
      height: auto; }
  .banner
.week {
    padding-top: 44px; }
    .banner
.week
img {
      width: 732px; }
      @media only screen and (min-width: 1440px) {
        .banner
.week
img {
          width: 940px; } }

section {
  position: relative;
  z-index: 99990; }
  section.margin-section {
    padding-top: 40px; }
  section
.estrutura2colunas {
    width: calc((100% / 3) * 2);
    background-color: #fff;
    margin-top: 1px;
    min-height: calc(100vh - 41px);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    section
.estrutura2colunas .texto {
      padding-left: 15px;
      padding-top: 15px;
      padding-bottom: 30px;
      width: 80%; }
    section
.estrutura2colunas.area-reservada {
      background-color: #d1d3d4; }
    section
.estrutura2colunas
.coluna_locais {
      background-color: #fff;
      width: 240px;
      /*
			margin-left: $grelha*6*-1;
			position: absolute;
*/
      min-height: calc(100vh - 41px); }
      section
.estrutura2colunas
.coluna_locais
ul {
        margin: 0;
        padding: 0;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 10px; }
        section
.estrutura2colunas
.coluna_locais
ul
li {
          font-size: 12px;
          line-height: 16px;
          list-style: none;
          margin-bottom: 15px; }
          section
.estrutura2colunas
.coluna_locais
ul
li
p.titulo {
            text-transform: uppercase; }
    section
.estrutura2colunas
.coluna_mapa {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: calc(100% - (40px * 6));
      left: 240px;
      position: absolute;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  section
.estrutura1coluna {
    width: calc((100% / 3) * 1);
    min-height: calc(100vh - 41px); }
  section
.texto {
    font-size: 22px;
    line-height: 30px; }
    section
.texto
img {
      max-width: 100%;
      height: auto;
      display: block;
      width: 100%; }
  section
.submenu {
    margin: 0;
    padding: 0;
    margin-left: 15px;
    margin-top: 6px; }
    section
.submenu
li {
      list-style: none;
      font-size: 22px;
      line-height: calc(40px - 1px);
      text-transform: uppercase; }
      section
.submenu
li a.sel, section
.submenu
li
a:hover {
        text-decoration: underline; }
  section
aside {
    position: fixed; }
  section.wrap_equipa
.estrutura2colunas
.texto {
    width: 100%; }
    section.wrap_equipa
.estrutura2colunas
.texto
ul {
      margin: 0;
      padding: 0;
      font-size: 0px; }
      section.wrap_equipa
.estrutura2colunas
.texto
ul
li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3);
        font-size: 22px;
        line-height: 30px; }
  section#wrap_area-reservada
.menu_perfil {
    position: fixed;
    bottom: 65px;
    left: 55px; }
    section#wrap_area-reservada
.menu_perfil
p.nome {
      display: inline-block;
      border: solid 1px #000;
      line-height: 18px;
      padding: 2px;
      padding-left: 10px;
      padding-right: 10px;
      cursor: pointer;
      font-size: 18px;
      background-color: #fff;
      text-transform: uppercase; }
      section#wrap_area-reservada
.menu_perfil
p.nome:hover {
        background-color: #000;
        color: #fff; }
    section#wrap_area-reservada
.menu_perfil
.img {
      border: solid 1px #000;
      width: calc(3 * 40px - (2 * 15px));
      height: calc(3 * 40px - (2 * 15px));
      background-color: #d1d3d4;
      margin-bottom: 15px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
  section#wrap_area-reservada
.eventos {
    margin: 0;
    padding: 0; }
    section#wrap_area-reservada
.eventos
li {
      list-style: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: solid 1px #000;
      border-left: solid 1px #000; }
      section#wrap_area-reservada
.eventos
li
div {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        font-size: 18px;
        line-height: 26px; }
        section#wrap_area-reservada
.eventos
li
div.tipo1 {
          background-color: #fff; }
        section#wrap_area-reservada
.eventos
li
div:first-child {
          border-right: solid 1px #000; }
        section#wrap_area-reservada
.eventos
li
div.evento_info
h2 {
          text-transform: uppercase; }
        section#wrap_area-reservada
.eventos
li
div.evento_info
.data {
          text-transform: lowercase; }
        section#wrap_area-reservada
.eventos
li
div.evento_compra {
          position: relative; }
          section#wrap_area-reservada
.eventos
li
div.evento_compra
p {
            width: 155px; }
          section#wrap_area-reservada
.eventos
li
div.evento_compra
span.loading {
            display: none;
            position: absolute;
            top: 4px;
            right: -22px; }
          section#wrap_area-reservada
.eventos
li
div.evento_compra
#adicionar {
            background-color: #fff;
            text-transform: uppercase;
            border: solid 1px #000;
            font-size: 10px;
            line-height: 18px;
            cursor: pointer; }
            section#wrap_area-reservada
.eventos
li
div.evento_compra
#adicionar:hover {
              background-color: #000;
              color: #fff; }
          section#wrap_area-reservada
.eventos
li
div.evento_compra
.addcart {
            position: relative;
            margin-top: -3px; }
  section#wrap_area-reservada
.lista-contactos {
    margin: 0;
    padding: 0; }
    section#wrap_area-reservada
.lista-contactos
li {
      list-style: none;
      border-bottom: solid 1px #000;
      padding-top: 10px;
      padding-bottom: 10px; }
      section#wrap_area-reservada
.lista-contactos
li
.coluna1 {
        width: 120px;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        section#wrap_area-reservada
.lista-contactos
li
.coluna1 .img {
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat;
          border: solid 1px #000;
          width: 80px;
          height: 80px; }
      section#wrap_area-reservada
.lista-contactos
li
.coluna2 {
        width: calc((100% - 120px) / 2);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 50px; }
        section#wrap_area-reservada
.lista-contactos
li
.coluna2
p.nome {
          text-transform: uppercase; }
        section#wrap_area-reservada
.lista-contactos
li
.coluna2
p.cargo {
          text-decoration: underline; }
      section#wrap_area-reservada
.lista-contactos
li
.coluna3 {
        width: calc((100% - 120px) / 2);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        section#wrap_area-reservada
.lista-contactos
li
.coluna3
.info_click.sel {
          text-decoration: underline; }
        section#wrap_area-reservada
.lista-contactos
li
.coluna3
.info {
          display: none; }
          section#wrap_area-reservada
.lista-contactos
li
.coluna3
.info
p.entidade {
            margin-top: 15px; }
          section#wrap_area-reservada
.lista-contactos
li
.coluna3
.info
p.email {
            word-break: break-word; }
  section
#programacao {
    background-color: #fff200;
    padding-bottom: 100px; }
    section
#programacao
.eventos {
      position: relative;
      z-index: 1001;
      margin: 0;
      padding: 0;
      font-size: 0px;
      overflow: hidden;
      min-height: 100vh; }
    section
#programacao
.grid-sizer {
      width: calc(100% / 3); }
    section
#programacao
.gutter-sizer {
      width: 0px; }
    section
#programacao
.grid-item {
      padding: 0;
      margin: 0;
      border-bottom: solid 1px #000;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      section
#programacao
.grid-item.border {
        border-right: solid 1px #000; }
      section
#programacao
.grid-item.active {
        background-color: #fff; }
        section
#programacao
.grid-item.active
.evento_inner
.evento_close {
          display: block; }
      section
#programacao
.grid-item
.evento_inner {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 20px; }
        section
#programacao
.grid-item
.evento_inner
.evento_close {
          position: absolute;
          right: 30px;
          top: 25px;
          font-size: 12px;
          display: none; }
        section
#programacao
.grid-item
.evento_inner
h2 {
          font-size: 38px;
          line-height: 38px;
          text-transform: uppercase;
          margin-top: 8px; }
        section
#programacao
.grid-item
.evento_inner .data, section
#programacao
.grid-item
.evento_inner
.local {
          font-size: 16px;
          line-height: 22px;
          text-transform: uppercase; }
        section
#programacao
.grid-item
.evento_inner
.companhia {
          margin-top: 8px;
          font-size: 16px;
          line-height: 22px;
          text-transform: uppercase; }
        section
#programacao
.grid-item
.evento_inner
.categoria_txt {
          font-size: 16px;
          line-height: 22px;
          text-transform: uppercase; }
        section
#programacao
.grid-item
.evento_inner
.texto_wrap {
          display: none; }
          section
#programacao
.grid-item
.evento_inner
.texto_wrap
.texto {
            padding-top: 15px;
            font-size: 22px;
            line-height: 30px; }
          section
#programacao
.grid-item
.evento_inner
.texto_wrap
.ficha_tecnica {
            margin-top: 15px;
            font-size: 14px;
            line-height: 20px; }
          section
#programacao
.grid-item
.evento_inner
.texto_wrap
.links {
            margin: 0px;
            padding: 0px; }
            section
#programacao
.grid-item
.evento_inner
.texto_wrap
.links
li {
              list-style: none;
              text-transform: uppercase;
              font-size: 13px;
              line-height: 20px;
              margin-bottom: 5px; }
              section
#programacao
.grid-item
.evento_inner
.texto_wrap
.links
li:first-child {
                margin-top: 25px; }
              section
#programacao
.grid-item
.evento_inner
.texto_wrap
.links
li
p {
                padding-left: 5px;
                padding-right: 5px;
                display: inline-block;
                border: solid 1px #000; }
                section
#programacao
.grid-item
.evento_inner
.texto_wrap
.links
li
p:hover {
                  background-color: #000;
                  color: #fff; }
        section
#programacao
.grid-item
.evento_inner
a:hover
.categoria_txt {
          text-decoration: none; }
        section
#programacao
.grid-item
.evento_inner
.img {
          margin-top: 35px;
          width: 100%;
          padding-bottom: 60%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }

form
.label {
  font-size: 18px;
  text-transform: uppercase; }

form
.caixas {
  margin-bottom: 15px;
  width: 100%;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  height: 35px;
  background-color: #fff; }
  form
.caixas.caixas_error {
    border: solid 1px #ff0000; }

form
.caixa_quantidade {
  border: solid 1px #000;
  background-color: #fff;
  width: 50px;
  text-align: center; }

form
.botao {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  min-width: 120px;
  height: 30px;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 40px;
  border: solid 1px #000; }
  form
.botao:hover {
    background-color: #fff;
    color: #000; }

form .info_txt_login, form
.caseauto {
  font-size: 12px;
  margin-left: 15px;
  line-height: 30px; }

form
.info_txt_login {
  font-size: 9px; }

form
.caseauto {
  margin-left: 0px;
  margin-bottom: 15px; }

form
.error {
  color: #ff0000;
  font-size: 13px;
  margin-bottom: 15px; }

.lang_socials {
  position: fixed;
  width: calc(40px + 1px);
  height: 100vh;
  background-color: #fff;
  right: 0px;
  top: 0px;
  border-left: solid 1px #000;
  z-index: 999999; }
  .lang_socials
ul.lang {
    margin: 0;
    padding: 0; }
    .lang_socials
ul.lang
li {
      transform: rotate(270deg);
      list-style: none;
      font-family: "SharpGrotesk-Regular";
      font-size: 11px;
      line-height: 11px;
      text-transform: uppercase;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: -2px; }
  .lang_socials
ul.socials {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 50px;
    width: 100%; }
    .lang_socials
ul.socials
li {
      list-style: none;
      width: 100%;
      text-align: center;
      font-size: 10px; }
      .lang_socials
ul.socials
li.sep {
        margin-top: 50px; }

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 44px; }

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

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

.error {
  color: #ff0000; }

.hide {
  display: none; }

.ui-notify-cross {
  font-family: "SharpGrotesk-Regular";
  font-size: 12px !important;
  text-transform: uppercase !important; }

.ui-notify-message-style p {
  font-family: "SharpGrotesk-Regular" !important;
  font-size: 12px !important;
  text-transform: uppercase !important; }

.carrinho_tamanho {
  width: 100%;
  margin-left: 15px; }

.carrinho_tamanho tr th {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal; }

.carrinho_tamanho tr.border td {
  border: solid 1px #000; }

.carrinho_tamanho .carrinho_remover, .carrinho_tamanho .desconto {
  font-size: 11px;
  top: 2px;
  position: relative; }

.carrinho_tamanho .carrinho_padding {
  padding: 15px; }

.carrinho_tamanho .texto_cartt {
  font-size: 13px; }

.carrinho_tamanho .termoscondicoes {
  font-size: 12px; }

.carrinho_tamanho .botao {
  margin-top: 5px; }

.filtros_click_mobile {
  display: none;
  text-transform: uppercase;
  background-size: 25px;
  background-position: 97% center;
  background-repeat: no-repeat;
  color: #000;
  padding-left: 15px;
  cursor: default;
  font-size: 18px; }
  .filtros_click_mobile.filtro_click_action {
    background-image: url(/images/plus.png);
    cursor: pointer; }
  .filtros_click_mobile:hover {
    text-decoration: none !important; }

.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: absolute;
  z-index: 10000;
  display: none; }

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

.menu_open span:nth-child(1) {
  top: 0px; }

.menu_open span:nth-child(2), .menu_open span:nth-child(3) {
  top: 7px; }

.menu_open span:nth-child(3) {
  box-shadow: none; }

.menu_open span:nth-child(4) {
  top: 14px;
  width: 100%; }

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

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

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

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

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .carrinho_tamanho {
    width: 96%; }
  .banner
ul {
    width: 960px;
    margin-left: calc(-1 * (40px)); }
    .banner
ul
li {
      display: inline-block;
      width: calc(50% - (40px + 6px)); } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .no_mobile {
    display: none !important; }
  .grid-sizer {
    width: calc(100% / 2) !important; }
  section
.estrutura2colunas
.texto {
    width: 92%;
    font-size: 18px;
    line-height: 25px; }
    section
.estrutura2colunas
.texto
ul
li {
      width: calc((100% - 40px) / 2) !important;
      font-size: 18px !important;
      line-height: 28px !important;
      padding-right: 20px; }
  section
.submenu
li {
    font-size: 18px; }
  header.home {
    font-size: 18px; }
    header.home
.topo
.fit {
      margin-right: 40px; }
  header.menu
#menu
li {
    font-size: 18px; }
  .carrinho_tamanho {
    width: 95%; }
    .carrinho_tamanho
.carrinho_padding {
      padding: 7px !important; }
  .banner
.week
img {
    width: 528px; }
  .banner
.full {
    display: none; }
  .banner
.mobile {
    display: block; }
  .banner
ul {
    width: 100%; }
    .banner
ul
li {
      display: inline-block;
      width: 100%;
      background-image: url(/images/plus.png) !important; }
      .banner
ul
li:nth-child(2), .banner
ul
li:nth-child(6) {
        background-image: none !important; } }

@media only screen and (max-width: 767px) {
  .no_mobile {
    display: none !important; }
  .grid-sizer {
    width: 100% !important; }
  section
aside {
    position: relative; }
  section
.estrutura1coluna {
    width: 100% !important;
    min-height: auto;
    float: none; }
  section
.estrutura2colunas {
    float: none;
    width: 100%;
    min-height: calc(100vh - (2 * 25px)); }
    section
.estrutura2colunas
.texto {
      width: 92%;
      font-size: 14px;
      line-height: 21px; }
      section
.estrutura2colunas
.texto
ul {
        width: 92%; }
        section
.estrutura2colunas
.texto
ul
li {
          width: 100% !important;
          font-size: 14px !important;
          line-height: 23px !important;
          padding-right: 20px; }
  section
.submenu {
    margin-top: 1px; }
    section
.submenu
li {
      font-size: 14px; }
  header.home {
    font-size: 14px; }
    header.home
.topo {
      padding-top: 3px; }
      header.home
.topo.h2-grelha {
        height: 26px; }
  .carrinho_tamanho {
    width: 91%;
    font-size: 10px; }
    .carrinho_tamanho
tr
th {
      font-size: 6px; }
    .carrinho_tamanho
.carrinho_padding {
      padding: 4px !important; }
    .carrinho_tamanho
.carrinho_remover {
      font-size: 8px; }
    .carrinho_tamanho
.caixa_quantidade {
      width: 35px; }
    .carrinho_tamanho
.texto_cartt {
      font-size: 11px; }
    .carrinho_tamanho
.termoscondicoes {
      font-size: 11px; }
  .margin-left {
    margin-left: 0px; }
  .filtros_click_mobile {
    display: block; }
  .menu_side_evt {
    display: none; }
  section#wrap_area-reservada .eventos
li
div {
    width: 100%; }
  section#wrap_area-reservada .lista-contactos
li
.coluna2 {
    width: calc(100% - 120px); }
  section#wrap_area-reservada .lista-contactos
li
.coluna3 {
    width: calc(100% - 120px); }
  section#wrap_area-reservada .menu_perfil {
    position: absolute;
    left: 15px; }
    section#wrap_area-reservada .menu_perfil
p.nome {
      font-size: 11px; }
  form .label {
    font-size: 14px; }
  header.home .topo p:last-child {
    padding-right: 15px; }
  section #programacao .evento_inner {
    border-top: solid 1px #000; }
  section #programacao .grid-item .evento_inner .texto_wrap .texto {
    font-size: 18px;
    line-height: 25px; }
  section #programacao .grid-item .evento_inner .texto_wrap .ficha_tecnica {
    font-size: 13px;
    line-height: 18px; }
  #cookie_msg {
    height: 30px;
    font-size: 10px;
    line-height: 14px;
    width: calc(100% - 25px); }
  body {
    background-size: 25px 25px; }
  .margin-left {
    margin-left: 0px; }
  .margin-right {
    margin-right: 25px; }
  .h-grelha {
    height: 25px; }
  .h2-grelha {
    height: calc(2 * 25px); }
  header.home {
    background-size: 100% 25px;
    line-height: calc(25px - 5px); }
    header.home
.topo
p.fit {
      padding-right: 15px; }
    header.home
.topo
p:first-child {
      padding-left: 15px; }
  header.menu {
    height: 25px;
    position: absolute;
    top: -25px;
    margin-top: -1px; }
    header.menu.fixed {
      top: 0px; }
    header.menu
#menu {
      background-color: #fff;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px;
      top: 26px;
      padding-top: 10px;
      display: none;
      z-index: 99999; }
      header.menu
#menu
li {
        line-height: 25px;
        font-size: 14px;
        display: block;
        width: 100%; }
        header.menu
#menu
li
p.botao {
          display: block;
          margin-left: 0px;
          margin-top: 10px; }
          header.menu
#menu
li
p.botao.ml5 {
            margin-left: 0px;
            margin-top: 10px; }
  .banner {
    margin-top: 50px;
    min-height: calc(100vh - (3 * (25px) + (-7px))); }
    .banner
.full {
      display: none; }
    .banner
.mobile {
      display: block; }
    .banner
.week {
      padding-top: 27px;
      margin-left: 25px; }
      .banner
.week
img {
        width: 250px; }
    .banner
ul {
      padding-bottom: 100px;
      margin-top: 21px;
      width: 100%;
      font-size: 0px; }
      .banner
ul
li {
        line-height: 25px;
        padding-left: 31px;
        font-size: 23px;
        background-position: 5px 5px;
        background-size: 17px;
        display: inline-block;
        width: 100%;
        background-image: url(/images/plus.png) !important; }
        .banner
ul
li:nth-child(2), .banner
ul
li:nth-child(6) {
          background-image: none !important; }
    .banner
.seta {
      top: auto;
      bottom: 6px; }
      .banner
.seta
img {
        width: calc(3 * (21px)); }
  section.margin-section {
    padding-top: 25px; }
  section
.estrutura2colunas {
    min-height: calc(100vh - 26px); }
    section
.estrutura2colunas .texto {
      padding-left: 15px; }
    section
.estrutura2colunas
.coluna_locais {
      background-color: #fff;
      width: 150px;
      min-height: calc(100vh - 26px); }
    section
.estrutura2colunas
.coluna_mapa {
      width: calc(100% - (25px * 6));
      left: 150px; }
  section
.estrutura1coluna {
    min-height: calc(100vh - 26px); }
  section
.submenu {
    margin-left: 15px; }
    section
.submenu
li {
      line-height: calc(25px - 0px); }
  section#wrap_area-reservada
.eventos
li
div {
    padding: 15px; }
  section#wrap_area-reservada
.lista-contactos
li
.coluna1 {
    padding-left: 15px; }
  section
#programacao {
    padding-bottom: 0px; }
    section
#programacao
.grid-item
.evento_inner {
      padding-left: 15px;
      padding-right: 15px; }
      section
#programacao
.grid-item
.evento_inner
h2 {
        font-size: 30px;
        line-height: 30px; }
  .lang_socials {
    width: calc(25px + 1px); }
  .filtros_click_mobile {
    height: 75px;
    background-size: 20px; }
  .filtros_click {
    padding-top: 24px; }
  .menu_open {
    display: block;
    left: 15px;
    top: 5px; } }
