@import url(https://fonts.googleapis.com/css?family=Lato|Open+Sans:300,400,600,700,800);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover {
  color: #c80000;
}

hr {
  border: none;
  height: 1px !important;
  background-color: rgba(0, 0, 0, 0.25);
}

button:focus {
  outline: 0;
}

.bgc1, .bgcBlue {
  background-color: #00aeef;
}

.bgc2, .bgcGreen {
  background-color: #23b08c;
}

.bgc3, .bgcYellow {
  background-color: #ffda00;
}

.bgc4, .bgcRed {
  background-color: #ef3f4d;
}

.bgc5, .bgcPink {
  background-color: #ef4779;
}

.bgc6, .bgcOrange {
  background-color: #f05223;
}

.cWhite {
  color: white;
}

.cBlack {
  color: #231F20;
}

.cPosterBlue {
  color: #00aeef;
}

.cPosterGreen {
  color: #23b08c;
}

.cPosterYellow {
  color: #ffda00;
}

.cPosterRed {
  color: #ef3f4d;
}

.cPosterPink {
  color: #ef4779;
}

.cPosterOrange {
  color: #f05223;
}

.ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fullsize, .posAFS, .container .main .landing .img, .container .main .landing .curtain, .container .main .galeria .img, .colecoes .colecao .curtain, .posFFS, .container .menuoverlay, .container .main .landing, .container .main .galeria {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.posAFS, .container .main .landing .img, .container .main .landing .curtain, .container .main .galeria .img, .colecoes .colecao .curtain {
  position: absolute;
}

.posFFS, .container .menuoverlay, .container .main .landing, .container .main .galeria {
  position: fixed;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.pill {
  display: inline-block;
  border-radius: 2px;
  padding: 2px 6px;
  font-size: 0.7rem;
  font-weight: 600;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.op25 {
  opacity: 0.25;
}

.op50 {
  opacity: 0.55;
}

.op75 {
  opacity: 0.75;
}

.bb, .logobar-bb, .row.cols-7.cols-withgap > .col .bb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(35, 31, 32, 0.4);
}

.logobar-bb {
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .logobar-bb {
    right: 8px;
  }
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .row {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.row.cols-7.cols-withgap > .col {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .row.cols-7.cols-withgap > .col {
    padding-right: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .row.cols-7.cols-withgap > .col {
    padding-right: 0;
  }
}

.row.cols-7.cols-withgap > .col .logobar-bb, .row.cols-7.cols-withgap > .col .bb {
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .row.cols-7.cols-withgap > .col .logobar-bb, .row.cols-7.cols-withgap > .col .bb {
    right: 8px;
  }
}

.row.cols-7.cols-withgap > img {
  max-width: 100%;
  max-height: 100%;
}

.row.cols-7 .col {
  position: relative;
  text-align: left;
}

.row.cols-7 .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 7 * 1);
      -ms-flex: 0 0 calc(100% / 7 * 1);
          flex: 0 0 calc(100% / 7 * 1);
}

.row.cols-7 .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 7 * 2);
      -ms-flex: 0 0 calc(100% / 7 * 2);
          flex: 0 0 calc(100% / 7 * 2);
}

.row.cols-7 .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 7 * 3);
      -ms-flex: 0 0 calc(100% / 7 * 3);
          flex: 0 0 calc(100% / 7 * 3);
}

.row.cols-7 .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 7 * 4);
      -ms-flex: 0 0 calc(100% / 7 * 4);
          flex: 0 0 calc(100% / 7 * 4);
}

.row.cols-7 .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 7 * 5);
      -ms-flex: 0 0 calc(100% / 7 * 5);
          flex: 0 0 calc(100% / 7 * 5);
}

.row.cols-7 .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 7 * 6);
      -ms-flex: 0 0 calc(100% / 7 * 6);
          flex: 0 0 calc(100% / 7 * 6);
}

.row.cols-7 .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .row.cols-7 .col-1, .row.cols-7 .col-2, .row.cols-7 .col-3, .row.cols-7 .col-4, .row.cols-7 .col-5, .row.cols-7 .col-6, .row.cols-7 .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.ilink, .container .header .logobar .linkMenu i {
  border-radius: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  color: #191919;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ilink:hover, .container .header .logobar .linkMenu i:hover {
  background: rgba(35, 31, 32, 0.25);
  color: white;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

body.noscroll {
  overflow: hidden;
}

.container .header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 0 8px 8px white;
}

@media only screen and (min-width: 1024px) {
  .container .header {
    width: 1024px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .header {
    width: 768px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .header {
    width: 100%;
    box-shadow: 0 0 20px 18px white, 0 1px 2px rgba(35, 31, 32, 0.5);
  }
}

.container .header .logobar {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .header .logobar {
    padding: 20px 0;
    height: auto !important;
    overflow: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}

.container .header .logobar .logo {
  height: 34px;
  font-size: 1.2em;
  background: url(../imgs/cdmg_logo.svg) center left no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .header .logobar .logo {
    float: left;
    min-width: 200px;
    height: 28px;
    margin-top: 4px;
    background: url(../imgs/cdmg_logo.svg) center left no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .header .logobar .linkMenu {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .container .header .logobar .linkMenu {
    display: none;
  }
}

.container .header .logobar .linksRS {
  padding-right: 20px;
  text-align: right;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .header .logobar .linksRS {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .header .logobar .linksRS {
    padding-right: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .container .header .logobar .linksRS {
    display: block;
  }
}

.container .header .logobar .linksRS a,
.container .header .logobar .linksRS span,
.container .header .logobar .linksRS input {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  width: 1.40rem;
  height: 1.40rem;
  line-height: 1.40rem;
  vertical-align: middle;
  box-shadow: 0 0 2px 0px rgba(35, 31, 32, 0.25);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(35, 31, 32, 0.5);
  text-align: center;
  cursor: pointer;
  background: transparent;
  outline: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .header .logobar .linksRS a:hover, .container .header .logobar .linksRS a:active, .container .header .logobar .linksRS a:focus,
.container .header .logobar .linksRS span:hover,
.container .header .logobar .linksRS span:active,
.container .header .logobar .linksRS span:focus,
.container .header .logobar .linksRS input:hover,
.container .header .logobar .linksRS input:active,
.container .header .logobar .linksRS input:focus {
  box-shadow: 0 0 8px 0px rgba(35, 31, 32, 0.5);
  color: rgba(35, 31, 32, 0.75);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.container .header .logobar .linksRS a.linkRSnl,
.container .header .logobar .linksRS span.linkRSnl,
.container .header .logobar .linksRS input.linkRSnl {
  width: auto;
  font-size: 0.6rem;
  padding: 0 8px;
  text-transform: uppercase;
}

.container .header .logobar .linksRS input {
  padding: 0 8px;
  width: 180px;
  text-align: left;
  font-weight: normal;
  font-size: 0.7rem;
  color: rgba(35, 31, 32, 0.75);
}

.container .header .menucont {
  position: relative;
  height: auto !important;
  z-index: 1500;
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .header .menucont {
    display: none;
    height: 0 !important;
  }
}

.container .header .menucont .menui {
  position: relative;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .header .menucont .menui.n1 {
  position: relative;
  height: 36px;
  line-height: 36px;
  color: rgba(35, 31, 32, 0.75);
  font-size: 11px;
  font-weight: 600;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .header .menucont .menui.n1 {
    font-size: 9px;
  }
}

.container .header .menucont .menui.n1:hover {
  color: #231f20;
}

.container .header .menucont .menui.n1:hover .bb, .container .header .menucont .menui.n1:hover .logobar-bb {
  background-color: rgba(35, 31, 32, 0.75);
}

.container .header .menucont .menui.n1.selected {
  color: #c80000;
}

.container .header .menucont .menui.n1.selected .bb, .container .header .menucont .menui.n1.selected .logobar-bb {
  background-color: #c80000;
}

.container .header .menucont .menui .submenu {
  position: relative;
  margin-top: -10px;
  height: 0 !important;
  text-transform: none;
  opacity: 0.0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .header .menucont .menui .submenu.active {
  margin-top: 0px;
  height: auto !important;
  opacity: 1.0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 7500;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.container .header .menucont .menui .submenu.active .item {
  display: block;
}

.container .header .menucont .menui .submenu .item {
  display: none;
  line-height: 1.2em;
  background-color: white;
  color: rgba(35, 31, 32, 0.75);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .header .menucont .menui .submenu .item:hover {
  color: #231f20;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.container .header .menucont .menui .submenu .item.n2 {
  padding: 6px 4px;
  font-weight: 700;
  font-size: 10px;
}

.container .header .menucont .menui .submenu .item.n3 {
  border-left: 4px solid rgba(35, 31, 32, 0.25);
  padding: 6px 6px 6px 4px;
  font-size: 9px;
  color: rgba(35, 31, 32, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .header .menucont .menui .submenu .item.n3 {
    padding: 6px 4px 6px 2px;
    font-size: 0.9em;
  }
}

.container .header .menucont .menui .submenu .item.n3:hover {
  border-left: 4px solid rgba(35, 31, 32, 0.5);
}

.container .header.mainIsFS {
  background-color: transparent;
  box-shadow: none;
}

.container .header.mainIsFS .menucont .bb, .container .header.mainIsFS .menucont .logobar-bb {
  display: none;
}

.container .menuoverlay {
  display: none;
  padding: 0 20px 10px 20px;
  background: white;
  opacity: 0.50;
  z-index: 2000;
  overflow-y: scroll;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .menuoverlay.show {
    display: block;
    opacity: 1.0;
    z-index: 5000;
  }
}

.container .menuoverlay .menui {
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .menuoverlay .menui.n1 {
  padding: 10px;
  background: rgba(35, 31, 32, 0.02);
  font-size: 0.8rem;
  font-weight: 600;
}

.container .menuoverlay .menui.n1.selected {
  color: #c80000;
}

.container .menuoverlay .menui.n2 {
  padding: 2px;
  padding-left: 20px;
  font-size: 0.7rem;
  font-weight: 600;
}

.container .menuoverlay .menui.n3 {
  padding: 2px;
  padding-left: 40px;
  font-size: 0.7rem;
}

.container .menuoverlay .menui.n3 input#nlinputMO {
  display: inline-block;
  padding: 0 8px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 1px 0px rgba(35, 31, 32, 0.5);
  font-family: inherit;
  font-size: inherit;
  line-height: 2.0em;
  color: rgba(35, 31, 32, 0.75);
  width: 100%;
}

.container .main .landing {
  opacity: 0.0;
  overflow: hidden;
  z-index: 800;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  pointer-events: none;
}

.container .main .landing.active {
  pointer-events: auto;
  opacity: 1.00;
}

.container .main .landing.active .img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 10000ms linear;
  transition: all 10000ms linear;
}

.container .main .landing.active .txt {
  padding-top: 0px;
}

.container .main .landing .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.50;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 810;
  -webkit-transition: 900ms transform 900ms;
  transition: 900ms transform 900ms;
}

.container .main .landing .curtain {
  opacity: 0.50;
  z-index: 820;
}

.container .main .landing .txt {
  position: relative;
  margin: 80px 120px;
  padding-top: 20px;
  max-width: 384px;
  color: #231F20;
  z-index: 830;
  cursor: pointer;
  -webkit-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .main .landing .txt {
    margin: 40px 80px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .main .landing .txt {
    margin: 40px auto;
    max-width: 80%;
  }
}

.container .main .landing .txt p.data {
  display: inline-block;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 2px solid #231F20;
  padding-bottom: 4px;
  font-size: 1.00rem;
  font-weight: 800;
}

.container .main .landing .txt h1 {
  clear: both;
  font-weight: 800;
  font-size: 3.00rem;
  line-height: 3.20rem;
  text-shadow: 0 1px 2px rgba(35, 31, 32, 0.25);
  margin-bottom: 10px;
}

.container .main .landing .txt h2 {
  clear: both;
  font-weight: 800;
  font-size: 1.50rem;
  line-height: 1.70rem;
  text-shadow: 0 1px 2px rgba(35, 31, 32, 0.5);
  color: #231F20;
  opacity: 0.80;
}

.container .main .galeria {
  overflow: hidden;
  z-index: 900;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  background: black;
}

.container .main .galeria .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.00;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 910;
  -webkit-transition: 900ms transform 900ms;
  transition: 900ms transform 900ms;
}

.container .main .galeria .img.active {
  z-index: 920;
  opacity: 1.00;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 10000ms linear, opacity 600ms, z-index 600ms, background-position 600ms;
  transition: all 10000ms linear, opacity 600ms, z-index 600ms, background-position 600ms;
}

.container .main .navdiv {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 0px;
  background: rgba(35, 31, 32, 0.33);
  color: rgba(255, 255, 255, 0.66);
  z-index: 930;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .main .navdiv .navbtn {
  position: relative;
  float: left;
  margin-right: 0px;
  font-weight: normal;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 931;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.container .main .navdiv .navbtn.navinfo {
  width: 54px;
  font-size: 13px;
  font-weight: 400;
}

.container .main .navdiv .navbtn.active {
  background: rgba(35, 31, 32, 0.66);
  color: white;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.container .main .galeriasmall {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 500;
  overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .main .galeriasmall {
    margin-bottom: 1.5rem;
  }
}

.container .main .galeriasmall:hover .cycle-pager {
  opacity: 1.0;
}

.container .main .galeriasmall img {
  width: 100%;
  max-width: 100%;
}

.container .main .galeriasmall .cycle-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  z-index: 190;
  overflow: hidden;
  opacity: 0.00;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.container .main .galeriasmall .cycle-pager span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.container .main .galeriasmall .cycle-pager span.cycle-pager-active {
  color: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .main .galeriasmall .cycle-prev,
.container .main .galeriasmall .cycle-next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: rgba(35, 31, 32, 0.25);
  color: rgba(255, 255, 255, 0.5);
  z-index: 200;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .main .galeriasmall .cycle-prev:hover,
.container .main .galeriasmall .cycle-next:hover {
  background: rgba(35, 31, 32, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.container .main .galeriasmall .cycle-prev {
  left: 0;
}

.container .main .galeriasmall .cycle-next {
  right: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.btnbig {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  background: none;
  border: 1px solid rgba(35, 31, 32, 0.25);
  color: rgba(35, 31, 32, 0.5);
  font-weight: 700;
  font-size: 1.1rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btnbig:hover {
  border: 1px solid transparent;
  background: rgba(35, 31, 32, 0.25);
  color: white;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.formtextinput, .formbutton {
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background: #fff;
  color: #231F20;
  font-size: 0.90em;
}

.formbutton {
  background: rgba(191, 191, 191, 0.1);
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.formbutton:hover {
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.75);
  color: #231f20;
}

html {
  overflow-y: scroll;
  height: 100%;
  min-height: 100% !important;
}

body {
  background: #fff;
  height: 100%;
  min-height: 100% !important;
  font-family: 'Open Sans', sans-serif;
  color: #231F20;
  font-size: 12px;
  line-height: 1.1rem;
  z-index: 0;
}

#debug {
  display: none;
}

.cont {
  display: none;
}

.loader {
  cursor: pointer;
}

.container {
  position: relative;
  margin: 0px;
  background-color: white;
  min-height: 100% !important;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 768px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}

.container .main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  padding-top: 0px;
  font-size: 0.8rem;
  opacity: 1.0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (min-width: 1024px) {
  .container .main {
    width: 1024px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .main {
    width: 768px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .main {
    width: 100%;
  }
}

.container .main.slideout {
  margin-left: -20px;
  opacity: 0.00;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.paragrafo {
  margin-bottom: 1.5rem;
}

.paragrafo h1 {
  font-size: 0.90rem;
  font-weight: 700;
  line-height: 1.5em;
}

.paragrafo h1 .stit {
  display: block;
  color: #a69b9e;
  font-size: 0.85rem;
}

.paragrafo h2 {
  color: #675b5e;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5em;
}

.paragrafo h2 .stit {
  display: block;
  color: #a69b9e;
  font-size: 0.80rem;
}

.paragrafo .txt {
  font-size: 0.80rem;
  font-weight: 400;
}

.paragrafo.txtbold .txt {
  font-weight: 500;
}

.paragrafo.notalateral h1 {
  font-size: 0.7rem;
  color: #c80000;
  margin-bottom: 6px;
}

.paragrafo.notalateral .txt {
  font-size: 0.7rem;
  font-weight: 600;
}

.paragrafo.bibliografia h1 {
  font-size: 0.75rem;
  font-weight: 600;
}

.paragrafo.bibliografia .txt {
  font-size: 0.75rem;
  padding: 4px 0;
}

.paragrafo.equipa .txt .elemento {
  margin: 4px 0;
  padding: 4px 0;
  -webkit-transition: all 300ms ease, box-shadow 300ms linear;
  transition: all 300ms ease, box-shadow 300ms linear;
}

.paragrafo.equipa .txt .elemento:hover {
  box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.2);
  padding-left: 8px;
}

.paragrafo.equipa .txt .elemento .nome {
  font-weight: bold;
}

.paragrafo.equipa .txt .elemento .nome .area {
  font-weight: normal;
}

.paragrafo.equipa .txt .elemento .email {
  text-decoration: none;
  color: #191919;
}

.paragrafo.equipa .txt .elemento .email:hover {
  color: #c80000;
}

.paragrafo.debug.n1:hover {
  background: red;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.paragrafo.debug.n2:hover {
  background: orange;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.paragrafo.debug.n3:hover {
  background: yellow;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-card {
  cursor: pointer;
}

.event-card,
.event-detail {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(35, 31, 32, 0.25);
  opacity: 0.00;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.event-card.show,
.event-detail.show {
  opacity: 1.0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-card div,
.event-detail div {
  width: 100%;
  color: #231F20;
}

.event-card .data,
.event-detail .data {
  font-size: 0.70rem;
  color: #c80000;
  font-weight: 700;
}

.event-card .tit,
.event-detail .tit {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25em;
}

.event-card .stit,
.event-detail .stit {
  margin-top: 5px;
  font-size: 0.80rem;
  font-weight: 700;
  line-height: 1.25em;
  color: rgba(35, 31, 32, 0.75);
}

.event-card .img,
.event-detail .img {
  margin-top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.5);
  -webkit-filter: none;
          filter: none;
}

.event-card .img img,
.event-detail .img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  -webkit-filter: none;
          filter: none;
}

.event-card .txt,
.event-detail .txt {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(35, 31, 32, 0.9);
}

.event-card .txt a,
.event-detail .txt a {
  font-weight: 600;
}

.event-card .txt a:hover,
.event-detail .txt a:hover {
  color: #c80000;
}

.event-card .vermais,
.event-detail .vermais {
  padding-top: 2px;
  font-weight: 600;
  font-size: 0.75rem;
  color: rgba(35, 31, 32, 0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-card .vermais i,
.event-detail .vermais i {
  opacity: 0.0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-card .voltarprog,
.event-detail .voltarprog {
  padding-top: 2px;
  font-weight: 600;
  font-size: 0.70rem;
  color: rgba(35, 31, 32, 0.5);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-card .voltarprog i,
.event-detail .voltarprog i {
  opacity: 0.0;
  width: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-card .voltarprog:hover,
.event-detail .voltarprog:hover {
  color: #c80000;
}

.event-card .voltarprog:hover i,
.event-detail .voltarprog:hover i {
  margin-right: 4px;
  width: auto !important;
  opacity: 1.0;
}

.event-card .links,
.event-detail .links {
  padding-bottom: 20px;
}

.event-card .links a,
.event-detail .links a {
  display: inline-block;
  margin-top: 2px;
  padding: 2px 4px;
}

.event-card .links a.fb,
.event-detail .links a.fb {
  font-weight: 600;
  font-size: 11px;
  background-color: none;
  color: #4267B2;
}

.event-card .links a.fb i,
.event-detail .links a.fb i {
  margin-right: 6px;
  font-size: 16px;
  color: white;
  color: #4267B2;
}

.event-card .links .fb-share-button,
.event-detail .links .fb-share-button {
  max-width: 150px;
  max-height: 30px;
  overflow: hidden;
}

.event-card:hover .txt,
.event-detail:hover .txt {
  color: #231f20;
}

.event-card:hover .vermais,
.event-detail:hover .vermais {
  color: #c80000;
}

.event-card:hover .vermais i,
.event-detail:hover .vermais i {
  margin-left: 4px;
  margin-right: 4px;
  opacity: 1.0;
}

.event-detail {
  border-bottom: none;
}

.event-detail .titED {
  margin-bottom: 0.80rem;
  font-size: 1.40rem;
  line-height: 1.1em;
  font-weight: 800;
}

.paragrafo .audio, .paragrafo .podcastitem,
.col .audio,
.col .podcastitem {
  margin-top: 20px;
  border-left: 2px solid rgba(35, 31, 32, 0.25);
  padding-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.paragrafo .audio:hover, .paragrafo .podcastitem:hover,
.col .audio:hover,
.col .podcastitem:hover {
  border-left: 2px solid rgba(35, 31, 32, 0.75);
}

.paragrafo .audio .audiotit, .paragrafo .podcastitem .audiotit,
.col .audio .audiotit,
.col .podcastitem .audiotit {
  color: #675b5e;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.50em;
}

.paragrafo .audio audio, .paragrafo .podcastitem audio,
.col .audio audio,
.col .podcastitem audio {
  width: 100%;
}

.paragrafo .video,
.col .video {
  margin-top: 10px;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
}

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

.paragrafo .video video,
.col .video video {
  width: 100%;
  box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.5);
}

.paragrafo .video video[poster],
.col .video video[poster] {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.paragrafo .podcastitem,
.col .podcastitem {
  margin-top: 10px;
  cursor: pointer;
}

.paragrafo .podcastitem .data,
.col .podcastitem .data {
  font-size: 0.6rem;
  color: #c80000;
  font-weight: 700;
}

.paragrafo .podcastitem .tit,
.col .podcastitem .tit {
  color: rgba(35, 31, 32, 0.8);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5em;
}

.paragrafo .podcastitem .stit,
.col .podcastitem .stit {
  color: rgba(35, 31, 32, 0.6);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5em;
}

.paragrafo .podcastitem .audiotit,
.col .podcastitem .audiotit {
  color: rgba(35, 31, 32, 0.5);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5em;
}

.paragrafo .formulario,
.col .formulario {
  margin-top: 20px;
  border-left: 2px solid rgba(35, 31, 32, 0.25);
  padding-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.paragrafo .formulario:hover,
.col .formulario:hover {
  border-left: 2px solid rgba(35, 31, 32, 0.75);
}

.paragrafo .formulario .formtit,
.col .formulario .formtit {
  color: #675b5e;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.50em;
  cursor: pointer;
}

.paragrafo .formulario .formdata,
.col .formulario .formdata {
  display: none;
  color: #a69b9e;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 0.50em;
}

.paragrafo .formulario .formcampo,
.col .formulario .formcampo {
  display: block;
  padding: 0 0 2px 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
}

.paragrafo .formulario .formcampo input, .paragrafo .formulario .formcampo select, .paragrafo .formulario .formcampo textarea,
.col .formulario .formcampo input,
.col .formulario .formcampo select,
.col .formulario .formcampo textarea {
  display: block;
  padding: 2px 4px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
}

.paragrafo .formulario .formcampo input[type="submit"], .paragrafo .formulario .formcampo input[type="reset"], .paragrafo .formulario .formcampo span.formresult, .paragrafo .formulario .formcampo select[type="reset"], .paragrafo .formulario .formcampo textarea[type="reset"], .paragrafo .formulario .formcampo select[type="submit"], .paragrafo .formulario .formcampo textarea[type="submit"],
.col .formulario .formcampo input[type="submit"],
.col .formulario .formcampo input[type="reset"],
.col .formulario .formcampo span.formresult,
.col .formulario .formcampo select[type="reset"],
.col .formulario .formcampo textarea[type="reset"],
.col .formulario .formcampo select[type="submit"],
.col .formulario .formcampo textarea[type="submit"] {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 6px;
  border: 1px solid #999999;
  border-radius: 1px;
  width: auto !important;
  background: #999999;
  color: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.paragrafo .formulario .formcampo input[type="submit"]:hover, .paragrafo .formulario .formcampo input[type="reset"]:hover, .paragrafo .formulario .formcampo span.formresult:hover, .paragrafo .formulario .formcampo select[type="reset"]:hover, .paragrafo .formulario .formcampo textarea[type="reset"]:hover, .paragrafo .formulario .formcampo select[type="submit"]:hover, .paragrafo .formulario .formcampo textarea[type="submit"]:hover,
.col .formulario .formcampo input[type="submit"]:hover,
.col .formulario .formcampo input[type="reset"]:hover,
.col .formulario .formcampo span.formresult:hover,
.col .formulario .formcampo select[type="reset"]:hover,
.col .formulario .formcampo textarea[type="reset"]:hover,
.col .formulario .formcampo select[type="submit"]:hover,
.col .formulario .formcampo textarea[type="submit"]:hover {
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.75);
}

.paragrafo .formulario .formcampo input[type="reset"], .paragrafo .formulario .formcampo span.formresult, .paragrafo .formulario .formcampo select[type="reset"], .paragrafo .formulario .formcampo textarea[type="reset"],
.col .formulario .formcampo input[type="reset"],
.col .formulario .formcampo span.formresult,
.col .formulario .formcampo select[type="reset"],
.col .formulario .formcampo textarea[type="reset"] {
  background: white;
  color: #999999;
}

.paragrafo .formulario .formcampo span.formresult,
.col .formulario .formcampo span.formresult {
  border: 1px solid transparent;
  font-weight: 600;
  color: #231F20;
  opacity: 0.0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.paragrafo .formulario .formcampo span.formresult.active,
.col .formulario .formcampo span.formresult.active {
  opacity: 1.0;
}

.paragrafo .formulario .formcampo label,
.col .formulario .formcampo label {
  display: block;
}

.paragrafo .formulario .formcampo label input, .paragrafo .formulario .formcampo label select, .paragrafo .formulario .formcampo label textarea,
.col .formulario .formcampo label input,
.col .formulario .formcampo label select,
.col .formulario .formcampo label textarea {
  width: auto !important;
  display: inline-block;
}

.scroller {
  cursor: pointer;
}

.colecoes {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.colecoes * {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.colecoes .colecao {
  position: relative;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.5);
}

.colecoes .colecao .curtain {
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.colecoes .colecao .nome {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  background: white;
  font-size: 1.15em;
  font-weight: bold;
  color: black;
  text-shadow: 0 2px 10px white;
  z-index: 10;
}

.colecoes .colecao .nome i {
  width: 25px;
  text-align: center;
}

.colecoes .colecao .descr, .colecoes .colecao .btnEntrarColecao {
  margin: 10px;
  padding: 5px;
  font-size: 1.00em;
  color: black;
  max-height: 0px;
  opacity: 0.00;
  z-index: 10;
}

.colecoes .colecao .btnEntrarColecao {
  display: inline-block;
  float: right;
  margin: 10px;
  padding: 10px 30px;
  border-radius: 1px;
  font-weight: bold;
  color: #333;
  background: white;
}

.colecoes .colecao .btnEntrarColecao:hover {
  color: #000;
}

.colecoes .colecao.active .curtain {
  background: rgba(255, 255, 255, 0.75);
}

.colecoes .colecao.active .nome {
  background: rgba(255, 255, 255, 0);
}

.colecoes .colecao.active .descr, .colecoes .colecao.active .btnEntrarColecao,
.colecoes .colecao.active .btnEntrar {
  max-height: 1000px;
  opacity: 1.0;
}

#gmapcontainer {
  width: 100%;
  height: auto !important;
}

.gmap {
  min-height: 320px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gmap {
    min-height: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .vp-only-phone {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .vp-not-phone {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .vp-only-tablet {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .vp-only-tablet {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .vp-not-tablet {
    display: none;
  }
}
