/* PORTAL WEB AC LOCAL v0.6.7
   Fitxes de programa desacoblades completament de Squarespace. */

html,
body.programa-detall-page {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
}

body.programa-detall-page {
  overflow-x: hidden;
}

body.programa-detall-page .program-detail-page-main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 78px 0 0;
  min-height: 0;
}

body.programa-detall-page .program-detail-shell[data-program-detail-static="true"] {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  margin: 0 auto !important;
  padding-top: 38px !important;
  padding-bottom: 72px !important;
}

body.programa-detall-page .ac-portal-chrome-top {
  position: relative;
  z-index: 1000;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.programa-detall-page .ac-portal-chrome-bottom {
  position: relative;
  z-index: 2;
  margin: 0 !important;
}

@media (max-width: 900px) {
  body.programa-detall-page .program-detail-page-main {
    padding-top: 70px;
  }

  body.programa-detall-page .program-detail-shell[data-program-detail-static="true"] {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 560px) {
  body.programa-detall-page .program-detail-page-main {
    padding-top: 66px;
  }

  body.programa-detall-page .program-detail-shell[data-program-detail-static="true"] {
    padding-top: 22px !important;
    padding-bottom: 48px !important;
  }
}
