html { font-family: 'Muli','Helvetica',Arial,sans-serif; background-color: rgba(240,240,250,0.40); }
h1,h2,h3,h4,h5,h6 { font-family: 'Bree Serif','Helvetica',Arial,sans-serif; font-weight: 300 !important; line-height: 1.1em; color: rgba(218,33,40,1.00); }
p,a,em,li,button { font-weight: 400; }
em { color: #333333; }
strong { font-weight: 700; }


/* -- Modificadores UIKit -- */
#navigation-top { position: relative; z-index: 500; background-color: rgba(255,255,255,0.80); }
#navigation-top.uk-active { background-color: rgba(255,255,255,0.95); }
#navigation-top .uk-navbar-nav li:first-child .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle { padding-left: 0px; }
#navigation-top .uk-navbar-right a { color: rgba(50,50,80,0.70); }
#navigation-top .uk-navbar-right a:hover { color: rgba(50,50,80,1.00); }
#navigation-top .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { height: 80px; }


/* -- 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 { z-index: 0; height: 75vh; min-height: 720px; }

#branding { position: relative; }
#branding .uk-container { position: absolute; width: 1200px; left: 0; right: 0; }
#branding .logo-CM { position: relative; z-index: 10; max-width: 130px; }

header .slideshow .slide { height: 75vh; min-height: 720px; }
header .slideshow img { position: relative; top: -270px; z-index: 0; }
header .slideshow .headcopy {  position: absolute; top: 45px; z-index: 20; max-width: 550px; }

#apresentacao { position: relative; z-index: 10; }
#apresentacao p { font-size: 1.15rem; color: rgba(22,22,22,1.0); }
#apresentacao p.uk-text-lead { font-size: 1.5rem; color: rgba(22,22,22,1.0); }
#apresentacao .packshot { margin-top: -80px; }

#pre-visualizacao { background-color: rgba(233,233,233,1.00); }
#pre-visualizacao .slideshow { z-index: 50; }
#pre-visualizacao .slick-next:before, #pre-visualizacao .slick-prev:before { color: rgb(22,22,22); }

#barraMicrosites { width: 100%; height: 285px; 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; }
  #navigation-top .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { height: 40px; }
  #apresentacao .packshot { margin-top: 0px; }
  #apresentacao .stamp { max-width: 60%; }
  #apresentacao p.uk-text-lead { font-size: 1.3rem; }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) and (orientation: portrait) {
  header { min-height: 420px; }
  header .uk-cover { width: 105% !important; height: auto !important; }
  .slick-prev { left: 5px !important; z-index: 20; }
  .slick-next { right: 5px !important; }
  #barraMicrosites { height: 475px; }
}

/* --- Medium screens / Tablet -------------------------------------------------------- */
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .slideshow img { top: 0px; }
} /* 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) {
  #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) {
} /* 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) {
} /* 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 */