/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../../css/fonts/AmericanTypewriterStd-Bold.eot");
  src: url("../../css/fonts/AmericanTypewriterStd-Bold.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AmericanTypewriterStd-Bold.woff2") format("woff2"), url("../../css/fonts/AmericanTypewriterStd-Bold.woff") format("woff"), url("../../css/fonts/AmericanTypewriterStd-Bold.ttf") format("truetype"), url("../../css/fonts/AmericanTypewriterStd-Bold.svg#AmericanTypewriter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../../css/fonts/AmericanTypewriterStd-Med.eot");
  src: url("../../css/fonts/AmericanTypewriterStd-Med.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AmericanTypewriterStd-Med.woff2") format("woff2"), url("../../css/fonts/AmericanTypewriterStd-Med.woff") format("woff"), url("../../css/fonts/AmericanTypewriterStd-Med.ttf") format("truetype"), url("../../css/fonts/AmericanTypewriterStd-Med.svg#AmericanTypewriter-Med") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../../css/fonts/AmericanTypewriterStd-Light.eot");
  src: url("../../css/fonts/AmericanTypewriterStd-Light.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/AmericanTypewriterStd-Light.woff2") format("woff2"), url("../../css/fonts/AmericanTypewriterStd-Light.woff") format("woff"), url("../../css/fonts/AmericanTypewriterStd-Light.ttf") format("truetype"), url("../../css/fonts/AmericanTypewriterStd-Light.svg#AmericanTypewriter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
div, header, main, section, article, footer, input, ul, li, .btn {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: AmericanTypewriter;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
  background-color: #231F20;
  margin: 60px;
}

ul, li {
  margin: 0;
  padding: 0px;
  list-style-type: none;
}

p.rosa {
  color: #EE2C6E;
  font-weight: bold;
}

.rosa {
  color: #EE2C6E;
}

a {
  color: #EE2C6E;
  text-decoration: none;
}
a:hover {
  color: #84777F;
}
a p, a small {
  color: #231F20;
}

.btn {
  display: inline-block;
  color: #EE2C6E;
  border: solid 5px #EE2C6E;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 5px 26px;
  height: 52px;
  line-height: 38px;
  background-color: transparent;
  border-radius: 26px;
  -ms-border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
}
.btn:hover {
  border-color: #84777F;
  color: #84777F;
  cursor: pointer;
}
.btn:active {
  border-color: #231F20;
  color: #231F20;
}
.btn[disabled] {
  color: #84777F;
  border-color: #84777F;
  text-decoration: line-through;
}
.btn.stage {
  display: block;
  width: 300px;
  margin: 50px auto 20px auto;
}

var {
  font-style: normal;
}

.center {
  text-align: center;
}

#burger {
  display: none;
}

header hgroup {
  float: left;
}
header hgroup h1 {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/logo-intro.svg");
  width: 131px;
  height: 107px;
  margin: 0;
}
header hgroup h1 a {
  display: block;
  height: 100%;
}
header hgroup .titol-data {
  float: left;
}
header hgroup .titol-data h2 {
  margin: 13px 0 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/titol-intro.svg");
  width: 354px;
  height: 86px;
}
header hgroup .titol-data h3 {
  font-weight: 500;
  font-size: 1.125em;
  margin: 0.5em 0.7em;
}
header nav {
  float: right;
}
header nav ul li {
  float: left;
  margin-left: 10px;
}
header nav ul li a {
  display: block;
  width: 35px;
  height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
header nav ul li a:hover {
  opacity: 0.5;
}
header nav ul li.fb a {
  background-image: url("../img/facebook.svg");
}
header nav ul li.tw a {
  background-image: url("../img/twitter.svg");
}
header nav ul li.ig a {
  background-image: url("../img/instagram.png");
}

main {
  clear: both;
  display: flex;
  padding-top: 1.5em;
}
main nav {
  width: 150px;
  padding-right: 20px;
  border-right: solid 1px #EE2C6E;
}
main nav ul li {
  margin-bottom: 0.75em;
}
main nav ul li a {
  font-size: 1.125em;
  color: #84777F;
  font-weight: bold;
}
main nav ul li.actiu a {
  color: #EE2C6E;
}
main section {
  width: 60%;
  padding: 0 20px;
}
main section h2 {
  color: #EE2C6E;
  font-size: 1.5em;
  line-height: 1.2em;
}
main section article:first-of-type {
  padding-top: 0;
}
main section article:first-of-type h2 {
  margin-top: 0;
}
main section.home {
  width: 100%;
}
main section.home article {
  border-bottom: solid 1px #EE2C6E;
  padding: 1em 0 2em 0;
}
main section.home article:first-of-type {
  padding-top: 0;
}
main section.home article:first-of-type h2 {
  margin-top: 0;
}
main aside {
  width: 40%;
}
main aside img {
  width: 100%;
}
main aside iframe {
  width: 100%;
  height: 244px;
  margin-bottom: 0.5em;
}

table.programa {
  border-collapse: collapse;
}
table.programa tr td {
  padding: 10px 5px;
  border-bottom: dotted 1px #EE2C6E;
}
table.programa tr td.space {
  border: none;
}
table.programa tr td h3 {
  font-size: 1.2em;
  margin: 0.5em 0;
}
table.programa tr td p {
  margin: 0.5em 0;
}
table.programa tr td a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/blank.svg");
}
table.programa tr td a[target="_blank"]:hover:after {
  background-image: url("../img/blankhover.svg");
}
table.programa tr th {
  padding: 10px 5px;
  border-top: solid 2px #EE2C6E;
  border-bottom: dotted 1px #EE2C6E;
  color: #84777F;
}

#stage {
  width: 100%;
  min-height: 500px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#live-chat {
  width: 100%;
  min-height: 500px;
}

.credits .logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.credits .logos figure {
  margin-right: 3em;
}
.credits .logos + p {
  margin-top: 3em;
}

footer p {
  font-size: 80%;
  margin-left: 168px;
  margin-bottom: 0;
}
footer p:last-of-type {
  margin-top: 0;
}

.mobile {
  display: none;
}

.opencall hr {
  border: none;
  border-top: solid 1px #EE2C6E;
  margin: 2em 0 1em 0;
}

#slider {
  background-color: #231F20;
}
#slider li {
  height: 350px;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
#slider li div {
  overflow: hidden;
  height: 100px;
  background-image: url("../img/difuminat.png");
  margin-top: 250px;
  padding-left: 60px;
  padding-top: 15px;
}
#slider li div h2, #slider li div h3, #slider li div p {
  margin: 0.2em 0;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  background: #231F20;
  margin-bottom: 20px;
}

#expo {
  width: 90%;
}
#expo h2 {
  float: left;
}
#expo .flex-container {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#expo .flex-container .obra {
  padding: 8px;
  border: solid 1px #EE2C6E;
  border-radius: 10px;
  margin: 10px;
}
#expo .flex-container .obra img {
  width: 200px;
  border-radius: 10px;
}
#expo .flex-container .obra h3 {
  width: 200px;
  margin: 0.3em 0 0 0;
}
#expo .flex-container .obra h4 {
  margin: 0.3em 0 0 0;
  width: 200px;
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
}
#expo .flex-container .obra h5 {
  margin: 0.3em 0 0 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.6em;
}
#expo .flex-container .obra:hover {
  background-color: #EE2C6E;
}
#expo .flex-container .obra:hover img {
  opacity: 0.5;
}
#expo .flex-container .obra:hover h3 {
  color: #fff;
}
#expo .flex-container .obra:hover h4 {
  color: #231F20;
}
#expo .flex-container .obra:hover h5 {
  color: #84777F;
}

#subgeneres {
  float: right;
  margin-right: 7%;
}
#subgeneres li {
  float: left;
  margin: 0px 10px;
}
#subgeneres li a {
  color: #84777F;
}
#subgeneres li a:hover {
  color: #EE2C6E;
}
#subgeneres li.actiu a {
  font-weight: bold;
  color: #EE2C6E;
}

#expo-obres article #header-obra {
  width: 100%;
}
#expo-obres article #header-obra img {
  width: 200px;
  border-radius: 20px;
  float: left;
}
#expo-obres article #header-obra hgroup {
  width: 50%;
  float: left;
  margin-left: 20px;
}
#expo-obres article #header-obra hgroup > * {
  margin: 0.3em 0;
}
#expo-obres article #header-obra .back {
  float: right;
}
#expo-obres article #description {
  clear: both;
  padding: 0.5em 0;
}
#expo-obres article #video {
  clear: both;
  padding: 0.5em 0;
}
#expo-obres article #bio {
  padding: 0.5em 0;
  border-top: dotted 1px #EE2C6E;
  clear: both;
}
#expo-obres article #bio p {
  font-size: 80%;
  line-height: 1.3em;
}
#expo-obres a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/blank.svg");
}
#expo-obres a[target="_blank"]:hover:after {
  background-image: url("../img/blankhover.svg");
}
#expo-obres a.back {
  font-size: 80%;
  line-height: 16px;
  vertical-align: top;
}
#expo-obres a.back:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/back.svg");
}
#expo-obres a.back:hover:before {
  background-image: url("../img/backhover.svg");
}

#menu-obres {
  border-left: solid 1px #EE2C6E;
  padding-left: 20px;
}
#menu-obres li {
  margin: 0.5em 0;
}
#menu-obres li a {
  color: #84777F;
}
#menu-obres li a:hover {
  color: #EE2C6E;
}
#menu-obres li.actiu a {
  color: #EE2C6E;
  font-weight: bold;
}

#sunday-buttons {
  padding: 1em;
  text-align: center;
}

.instruccions-vr ul {
  padding-left: 1em;
}
.instruccions-vr ul li {
  margin-bottom: 0.5em;
  list-style: disc outside;
}
.instruccions-vr .btn.room {
  display: block;
  max-width: 250px;
  margin: 1em auto 0.3em auto;
  white-space: nowrap;
}
.instruccions-vr small {
  display: block;
  width: 100%;
  text-align: center;
}

@media all and (max-width: 960px) {
  body {
    margin: 10px;
  }

  .mobile {
    display: block;
  }

  #burger {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../img/burger.svg");
    width: 26px;
    height: 20px;
    margin: 0;
  }
  #burger.close {
    background-image: url("../img/close.svg");
  }

  header hgroup {
    float: left;
  }
  header hgroup h1 {
    width: 63px;
    height: 52px;
    background-size: cover;
  }
  header hgroup .titol-data {
    width: 56%;
    margin: 7px;
  }
  header hgroup .titol-data h2 {
    float: left;
    margin: 0 0 7px 0;
    width: 181px;
    height: 44px;
    background-size: cover;
  }
  header hgroup .titol-data h3 {
    font-size: 0.8em;
    line-height: 1.1em;
    clear: both;
    margin: 0;
  }
  header nav.social {
    display: none;
    float: none;
    width: 50%;
    position: absolute;
    z-index: 20;
    top: 420px;
    right: 22px;
  }
  header nav.social ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header nav.social ul li {
    float: none;
  }

  main {
    display: block;
    padding-top: 1em;
  }
  main nav {
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 62px;
    right: 0px;
    background-color: #fff;
    border: none;
    padding-right: 7px;
  }
  main nav ul li {
    text-align: right;
    margin: 1.1em 1em;
  }
  main section {
    padding: 0;
    width: 100%;
  }
  main section article:first-of-type h2 {
    margin-top: 0em;
  }
  main section.home article:first-of-type h2 {
    margin-top: 1em;
  }
  main aside {
    width: 100%;
  }

  .programa-home li {
    width: 100%;
    margin: 0;
    padding: 0.8em 0;
    border-bottom: dotted 1px #EE2C6E;
  }

  .entrades-home .text {
    float: none;
    width: 100%;
  }
  .entrades-home .descompte {
    float: none;
    width: 100%;
  }
  .entrades-home .tipus-entrada li {
    width: 100%;
  }
  .entrades-home .tipus-entrada + .btn {
    width: 290px;
    font-size: 1em;
    padding: 4px 0;
  }

  table.programa {
    font-size: 80%;
    line-height: 1.3em;
  }
  table.programa tr td {
    padding: 7px 3px;
  }
  table.programa tr th {
    padding: 7px 3px;
  }
  table.programa tr.apat td {
    font-size: 80%;
  }

  .edicio h3 {
    margin: 0.5em 0;
  }
  .edicio h3 img {
    height: 70px;
  }
  .edicio h3 img[alt="esc18"] {
    height: 50px;
  }
  .edicio p {
    font-size: 80%;
  }
  .edicio iframe {
    height: 200px;
  }

  .contact-form textarea {
    width: 93%;
  }
  .contact-form .btn {
    width: 100%;
  }
  .contact-form input[type="checkbox"] {
    display: inline;
  }
  .contact-form input[type="checkbox"] + label {
    display: inline;
  }

  .contact-social ul {
    display: flex;
    justify-content: space-between;
  }

  footer p {
    margin-left: 0px;
  }
  footer p:first-of-type {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
  }

  #slider {
    background-color: #231F20;
  }
  #slider li {
    height: 250px;
    background-size: auto 250px;
    background-position: center;
  }
  #slider li div {
    overflow: hidden;
    height: 80px;
    background-image: url("../img/difuminat.png");
    margin-top: 170px;
    padding-left: 15px;
    padding-top: 20px;
  }
  #slider li div h2, #slider li div h3, #slider li div p {
    font-size: 70%;
    line-height: 1.2em;
  }

  #expo {
    width: 100%;
  }
  #expo h2 {
    margin-bottom: 0.5em;
  }
  #expo .flex-container .obra {
    width: 45%;
    padding: 6px;
    border-radius: 8px;
    margin: 7px;
  }
  #expo .flex-container .obra img {
    width: 100%;
    border-radius: 6px;
  }
  #expo .flex-container .obra h3 {
    width: 100%;
    font-size: 90%;
    line-height: 1.2em;
  }
  #expo .flex-container .obra h4 {
    width: 100%;
    font-size: 0.7em;
    line-height: 1.2em;
  }

  #subgeneres {
    width: 100%;
    clear: both;
    text-align: center;
    margin-right: 0;
    padding-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #subgeneres li {
    text-align: center;
    float: none;
    margin: 10px;
  }
  #subgeneres li a {
    color: #84777F;
  }
  #subgeneres li a:hover {
    color: #EE2C6E;
  }
  #subgeneres li.actiu a {
    font-weight: bold;
    color: #EE2C6E;
  }

  #expo-obres article #header-obra {
    display: flex;
    flex-direction: column;
  }
  #expo-obres article #header-obra img {
    width: 100%;
    float: none;
    margin-bottom: 1em;
    order: 2;
  }
  #expo-obres article #header-obra hgroup {
    width: 100%;
    float: none;
    margin-left: 0px;
    order: 3;
  }
  #expo-obres article #header-obra hgroup > * {
    margin: 0.3em 0;
  }
  #expo-obres article #header-obra .back {
    float: right;
    order: 1;
  }

  #menu-obres {
    width: 90%;
    padding-left: 10px;
  }

  #sunday-buttons {
    padding: 1em;
  }
  #sunday-buttons .btn {
    display: block;
    border: solid 3px #EE2C6E;
    font-size: 1.1em;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    background-color: transparent;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    width: 279px;
    margin-bottom: 1em;
  }
  #sunday-buttons .btn:hover {
    border-color: #84777F;
    color: #84777F;
    cursor: pointer;
  }
  #sunday-buttons .btn:active {
    border-color: #231F20;
    color: #231F20;
  }
  #sunday-buttons .btn[disabled] {
    color: #84777F;
    border-color: #84777F;
    text-decoration: line-through;
    cursor: default;
  }
}

/*# sourceMappingURL=styles.css.map */
