:root {
  --black-3: #132329;
  --white: white;
  --black: #000;
  --black-2: #271f0a;
  --firebrick: #c50000;
  --azul: #98abb1;
  --azul-escuro: #416874;
  --dark-slate-grey: #2c4750;
  --sky-blue: #7cc0d4;
  --tan: #caba90;
  --dark-olive-green: #756640;
  --steel-blue: #00608a;
  --maroon: #810101;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.intro {
  background-color: #f2f2f2de;
  height: 100vh;
}

.heading1 {
  color: var(--black-3);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-weight: 300;
}

.heading1.white {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.heading1.white._0topmargin {
  margin-top: 0;
}

.heading1.big {
  margin-bottom: 40px;
  font-size: 55px;
}

.body {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  font-family: Muli, sans-serif;
}

.programa {
  background-color: #810101cc;
  padding-bottom: 20px;
}

.data {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.section-bkimage {
  z-index: -1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/Backgroundjpg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.container-programa {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 20px;
  display: flex;
}

.button-pdf {
  background-color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  transition: background-color .3s;
}

.button-pdf:hover {
  background-color: var(--black-2);
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
}

.artistas {
  background-color: #000000de;
  padding-bottom: 20px;
}

.base-artistas {
  box-shadow: 4px 4px 12px 0 var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container-artistas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 20px;
  display: flex;
}

.img-wrapper-artistas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.artistas-pa-s {
  border-top: 1px solid var(--firebrick);
  color: var(--firebrick);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.container-mapa {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.bilhetes {
  background-color: #dcdcdcde;
  height: 100vh;
}

.mapa {
  background-color: #000000de;
  height: 100vh;
}

.container-bilhetes2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.logos-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.linkgalas {
  height: 30px;
  padding: 5px;
  transition: box-shadow .5s;
  box-shadow: -4px -4px 12px -3px #fff, 6px 6px 11px -4px #000;
}

.linkgalas:hover {
  box-shadow: -14px -14px 20px -1px #fff, 14px 14px 30px #000;
}

.container-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.d-artistica {
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: -20px;
  font-size: 10px;
}

.assinatura {
  align-self: flex-end;
  margin-top: -40px;
}

.navbar {
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px;
  font-size: 12px;
  transition: color .3s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--firebrick);
}

.nav-link.w--current {
  color: var(--firebrick);
  letter-spacing: 2px;
}

.nav-menu {
  margin-left: auto;
}

.nav-menu:hover {
  color: #000;
}

.image-11 {
  width: 160px;
  transition: box-shadow .35s;
}

.image-11:hover {
  box-shadow: 2px 2px 20px 3px #000;
}

.container-navbar {
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.lmp {
  margin-top: 20px;
}

.local-programa {
  color: #860101;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.aulas {
  background-color: #ffffffde;
  height: 100vh;
}

.container-aulas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-span-4 {
  text-transform: uppercase;
}

.html-embed-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mapa-wrapper {
  width: 100%;
}

.heading2 {
  border-top: 2px solid var(--firebrick);
  color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 55px;
}

.heading2.white {
  border-top: 1px solid var(--white);
  color: var(--white);
}

.paragraph-intro {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.grid-artistas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.dia-programa-wrapper1 {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.grid-programa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.data-programa-wrapper {
  background-color: var(--black);
  padding: 25px 20px;
}

.programa-description-wrapper {
  flex-direction: column;
  padding: 20px 75px;
  display: flex;
}

.tipo-data {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.espetaculo-wrapper {
  margin-bottom: 20px;
}

.programa-artistas {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.dia-programa-wrapper3 {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.abertura-oficial, .aulas-de-magia {
  margin-bottom: 20px;
}

.pdf-wrapper {
  margin-top: auto;
}

.dia-programa-wrapper4 {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.gala-wrapper {
  margin-bottom: 20px;
}

.dia-programa-wrapper5, .dia-programa-wrapper2 {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.linkconvento-boll {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact-convento {
  color: var(--white);
  text-align: center;
}

.contact-convento.black {
  color: #000;
  text-transform: uppercase;
}

.heading2-teachers {
  border-top: .5px solid var(--firebrick);
  color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
}

.nome-artistas {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.nome-artistas.large {
  font-size: 19px;
}

.heading1-1 {
  color: var(--black-3);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.linkhome, .linkhome.w--current {
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-bkimage2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.slider {
  background-color: #000000de;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.dia-programa-wrapper6 {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.info-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
}

.niveis-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.link-3, .link-4 {
  color: #000;
  text-decoration: none;
}

.text-span-5 {
  font-size: 17px;
}

.slider-1 {
  background-color: #0000;
  width: 75vw;
  height: 100%;
}

.cartaz {
  height: 90%;
}

.slide-2 {
  text-align: center;
}

.footer {
  background-color: #000000de;
}

.container-footer {
  max-width: 100%;
}

.divred {
  background-color: var(--firebrick);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.image-26, .image-27, .image-28 {
  width: 35px;
}

.link-block {
  margin: 10px;
}

.text-block-3 {
  text-transform: uppercase;
}

.programa-artistas-2 {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .heading1 {
    margin-top: 3px;
    padding-top: 15px;
  }

  .heading1.white {
    margin-top: 20px;
    padding-top: 0;
    line-height: 30px;
  }

  .heading1.big {
    line-height: 55px;
  }

  .body {
    background-image: none;
  }

  .data {
    letter-spacing: 3px;
  }

  .section-bkimage {
    font-size: 12px;
  }

  .base-artistas {
    flex-direction: column;
  }

  .artistas-pa-s {
    font-size: 8px;
  }

  .d-artistica {
    margin-top: 7px;
  }

  .assinatura {
    margin-top: -18px;
    margin-bottom: -12px;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link {
    color: #fff;
    font-size: 9px;
  }

  .nav-link:hover {
    color: var(--black);
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-menu {
    background-color: #c50000f2;
  }

  .image-11 {
    width: 160px;
    margin-top: 3px;
    inset: 0% 40px auto auto;
  }

  .menu-button {
    background-color: #0000;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #fff;
  }

  .container-navbar {
    background-color: #0000;
  }

  .local-programa {
    color: #860101;
  }

  .paragraph-intro {
    text-align: justify;
  }

  .grid-artistas {
    grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr);
  }

  .grid-programa {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .data-programa-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .programa-description-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nome-artistas.large {
    font-size: 20px;
  }

  .heading1-1 {
    margin-top: 3px;
    padding-top: 15px;
  }

  .linkhome {
    margin-right: 20px;
    inset: 0% 0% auto auto;
  }

  .linkhome.w--current {
    inset: 0% 0% auto auto;
  }

  .section-bkimage2 {
    z-index: -1;
    justify-content: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    height: auto;
  }

  .heading1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 20px;
  }

  .heading1.white, .heading1.big {
    font-size: 30px;
  }

  .base-artistas {
    box-shadow: none;
  }

  .img-wrapper-artistas {
    margin-top: 0;
  }

  .artistas-pa-s {
    font-size: 10px;
  }

  .mapa {
    height: auto;
  }

  .container-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .d-artistica {
    margin-top: 0;
  }

  .nav-link {
    font-size: 14px;
    display: flex;
  }

  .nav-menu {
    flex-flow: column;
  }

  .menu-button.w--open {
    margin-left: 0;
  }

  .local-programa {
    color: #860101;
  }

  .mapa-wrapper {
    justify-content: center;
    max-width: 100%;
    display: inline;
  }

  .grid-artistas {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-programa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .data-programa-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading1-1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 20px;
  }

  .slider-1 {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .heading1 {
    letter-spacing: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading1.white, .heading1.big {
    font-size: 25px;
  }

  .section-bkimage {
    background-image: url('../images/Background_Para-Mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 450px;
    background-attachment: fixed;
  }

  .base-artistas {
    box-shadow: none;
  }

  .img-wrapper-artistas {
    margin-top: 2px;
  }

  .artistas-pa-s {
    font-size: 10px;
  }

  .mapa {
    height: 100vh;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-menu {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-11 {
    width: 105px;
    margin-top: 1px;
  }

  .menu-button {
    margin-left: 5px;
    padding: 5px;
  }

  .menu-button.w--open {
    margin-left: 5px;
    padding-left: 5px;
  }

  .lmp {
    max-width: 40%;
  }

  .logocoimbra {
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .local-programa {
    color: #860101;
  }

  .html-embed-2 {
    display: block;
  }

  .mapa-wrapper {
    max-width: 97%;
    display: block;
    position: static;
    overflow: auto;
  }

  .image-14 {
    margin-top: -4px;
  }

  .image-15 {
    margin-top: -3px;
  }

  .image-16 {
    margin-top: -3px;
    padding-top: 0;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    margin-top: -3px;
  }

  .heading2 {
    font-size: 11px;
  }

  .paragraph-intro {
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 25px;
  }

  .grid-artistas {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-programa {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading1-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .info-2 {
    margin-bottom: 20px;
  }

  .niveis-wrapper {
    flex-direction: column;
  }

  .cartaz {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

#w-node-b4cd4684-f0ab-dbc1-7556-ab092a43ab96-4af2b0ae, #w-node-fd17e744-54c2-f0db-ed22-7afb6be64dd6-4af2b0ae, #w-node-_93adf4cc-ce83-dcb1-2b62-18b7c2aede62-4af2b0ae, #w-node-_64a8d8f2-0755-1ef7-67ef-aea144b71cd6-4af2b0ae, #w-node-f65ae423-7a05-faab-19da-c71ec37a78d3-4af2b0ae, #w-node-f65ae423-7a05-faab-19da-c71ec37a78dd-4af2b0ae, #w-node-f65ae423-7a05-faab-19da-c71ec37a78e7-4af2b0ae, #w-node-f65ae423-7a05-faab-19da-c71ec37a78f1-4af2b0ae, #w-node-_3747d275-5313-d2c2-2f86-36c62cbcd7b6-4af2b0ae, #w-node-b53513eb-4998-f54f-d081-95c4bb0ea80f-4af2b0ae, #w-node-_344afe91-8e61-e4a6-1193-15d078dc55f7-4af2b0ae, #w-node-_1c72d00d-66e8-a95e-5e24-06033aaba2e6-4af2b0ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1d8e023-ffa1-819a-cf0f-dd05d1a1e389-4af2b0ae {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_1d85a178-57e2-8c9e-d8e6-7b87a4c138dd-4af2b0ae {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_19f1090b-dc87-65d5-55c7-0230d085ddfa-4af2b0ae, #w-node-f093f531-6294-2196-abea-e77e2bd9bfc0-4af2b0ae, #w-node-f84cacfa-dd4a-c4fb-fd44-b1ea073241a6-4af2b0ae, #w-node-_4d8d01e1-4fa3-f640-7077-a576cb4bacd3-4af2b0ae, #w-node-_7071217e-d12e-623a-cfe3-5aa9d89585e9-4af2b0ae, #w-node-_35dd9082-65d8-d9d9-3ec4-5c90bc56e8d0-4af2b0ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d1d8e023-ffa1-819a-cf0f-dd05d1a1e389-4af2b0ae, #w-node-_1d85a178-57e2-8c9e-d8e6-7b87a4c138dd-4af2b0ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


