html { font-family: 'Muli','Helvetica',Arial,sans-serif; background-color: rgba(245,245,245,1.00); }
h1,h2,h3,h4,h5,h6,.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6 { font-family: 'Muli','Helvetica',Arial,sans-serif; font-weight: 700 !important; line-height: 1.1em; color: rgba(51,67,111,1.00); }
p,a,em,li,button { font-weight: 400; }
em { color: #333333; }
strong { font-weight: 700; }

.text-blue { color: rgba(51,67,111,1.00) !important; }
.text-yellow { color: rgba(255,228,165,1.00) !important; }


/* -- Modificadores UIKit -- */
#navigation-top { position: relative; z-index: 500; background-color: rgba(22,22,22,0.80); }
#navigation-top.uk-active { background-color: rgba(22,22,22,0.95); }
#navigation-top .uk-navbar-nav li:first-child .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle { font-family: 'Muli','Helvetica',Arial,sans-serif; font-weight: 400 !important; padding-left: 0px; color: rgba(255,255,255,0.70); }
#navigation-top .uk-navbar-nav>li>a:hover { color: rgba(255,255,255,1.00); }
#navigation-top .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { min-height: 60px; }

#site-scroller { height: 3px; }
#site-scroller[value]::-webkit-progress-bar { border-radius: 0px !important; }
#site-scroller[value]::-webkit-progress-value { background-color: rgba(51,67,111,0.50) !important; }
#site-scroller[value]::-moz-progress-bar { background-color: rgba(51,67,111,0.50) !important; }



/* -- Estilos Proprietários -- */
#pre-header { position: relative; z-index: 10; background-color: rgba(33,33,33,1.00); }
#pre-header p { display: inline-block; margin-bottom: 0px; }
#pre-header .addthis_sharing_toolbox { display: inline-block; margin-left: 12px; vertical-align: text-top; }
#pre-header .addthis_sharing_toolbox .at-share-btn { margin-bottom: 0px; }


header { height: 85vh; min-height: 620px; }
header .cortina { z-index: 5; }

#branding { z-index: 10; top: 110px; }
#branding .logo-CM { width: 130px; }

#scroller { position: relative; margin-top: -150px; }

.header-slideshow { position: absolute; top: 0px; left: 0px; }
#heading { z-index: 20; bottom: -20px; }
#heading h1 { font-size: 2.0rem; font-weight: 700 !important; }
#heading .frente-header { width: 740px; }

#apresentacao { position: relative; z-index: 30; background-color: rgba(220,220,220,1.00); }
#apresentacao .packshot { width: 580px; margin-top: -240px; margin-bottom: 0px; }
#apresentacao h2 { font-size: 2.5rem; }
#apresentacao .uk-text-large { font-size: 1.25rem; }

.gravura { -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4); }
.uk-modal-body { background-color: rgba(245,245,245,1.00); }
.uk-modal-body .gravura { max-width: 780px; }
.uk-modal-body blockquote { font-size: 1.1rem; }
.uk-modal-body cite { display: block; font-size: 0.95rem; margin-top: 8px; }

#a-colecao { position: relative; }
#a-colecao div { position: relative; }
#a-colecao .uk-icon { background-color: rgba(51,67,111,0.65); color: rgba(255,255,255,1.00); padding: 18px 8px 8px 8px; margin-top: 0px; margin-right: 12px; border-radius: 0px 0px 50px 50px; }

#video { background-color: rgba(0,0,0,0.80); }

.btn-disabled, .btn-disabled:hover { background-color: rgba(140,140,140,0.20); color: rgba(140,140,140,1.00); border-color: rgba(140,140,140,1.00); cursor: default; }


#barraMicrosites { width: 100%; height: 340px; margin-bottom: -6px; padding: 0px; border: 0px none transparent; }

footer { background-color: rgba(33,33,33,1.00); }
footer p { color: rgba(255,255,255,1.00); font-size: 0.95rem; }
footer .uk-text-small { font-size: 0.8rem; }
footer .social-icons a .icone { background-color: rgba(255,255,255,0.60); color: rgba(33,33,33,1.00); border-radius: 50px; font-size: 22px; width: 35px; height: 35px; line-height: 35px; text-align: center; }
footer .social-icons a:hover .icone{ background-color: rgba(255,255,255,0.80); }
footer .social-icons .stamp { height: 35px; }





/* --- Small screens ------------------------------------------------------------------ */
@media only screen and (max-width: 40em) {
  .uk-padding { padding: 20px 0px; }
  #pre-header { display: none; }
  #navigation-top .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { min-height: 40px; }
  header { height: auto; min-height: 0px; }
  #branding { top: 50px; }
  #branding .logo-CM { width: 90px; }
  #heading { bottom: -80px; left: 25px; }
  #apresentacao .packshot { margin-top: 0px; }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) and (orientation: portrait) {
  #barraMicrosites { height: 475px; }
}

/* --- Medium screens / Tablet -------------------------------------------------------- */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  #branding .logo-CM { width: 110px; }
  header { height: auto; min-height: 0px; }
  #branding { top: 110px; }
  #branding .logo-CM { width: 90px; }
  #heading { bottom: -120px; left: 160px; }
  #apresentacao .packshot { margin-top: 0px; }
  #barraMicrosites { height: 260px; }
}

/* --- Large screens ------------------------------------------------------------------ */
@media only screen and (min-width: 64.063em) {
} /* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #pre-header { display: none; }
  #navigation-top .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { min-height: 50px; }
  header .uk-cover { top: 30% !important; }
  header .cortina { top: 20% !important; }
  #branding { top: 50px; }
  #branding .logo-CM { width: 110px; }
  #heading { bottom: 35px; }
  #heading .uk-container { max-width: 1040px; }
  #heading h1 { font-size: 1.35rem; }
  #heading .frente-header { width: 600px; }
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* --- XLarge screens ------------------------------------------------------------------ */
@media only screen and (min-width: 90.063em) {
} /* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  #heading { bottom: -250px; }
  #heading .uk-container { max-width: 1080px; }
  #heading .frente-header { width: 680px; }
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* --- XXLarge screens ------------------------------------------------------------------ */
@media only screen and (min-width: 120.063em) {
} /* min-width 1921px, xxlarge screens */
