html { font-family: acumin-pro,'Helvetica',Arial,sans-serif; font-size: 18px; font-weight: 400; font-style: normal; background-color: rgba(255,255,255,1.00); }
h1,h2,h3,h4,h5,h6,.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,.uk-heading-large { font-family: acumin-pro-extra-condensed,'Helvetica',Arial,sans-serif; font-weight: 900; font-style: normal; line-height: 0.95em; color: rgba(0,109,119,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 { font-family: 'Muli','Helvetica',Arial,sans-serif; font-size: 0.80rem; font-weight: 400 !important; padding-left: 0px; }
#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(0,109,119,1.00) !important; }
#site-scroller[value]::-moz-progress-bar { background-color: rgba(0,109,119,1.00) !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: 70vh; min-height: 620px; }

#branding { position: relative; z-index: 10; }
#branding .logo-Sabado { width: 170px; }

#heading { position: absolute; z-index: 20; width: 100%; height: 100%; top: 135px; left: 0px; }
#heading .stamp { width: 160px; height: 169px; border: 5px solid rgba(0,109,119,1.00); }

#apresentacao .packshot { width: 380px; }
#apresentacao h1 { font-size: 3.2rem; }

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

#excertos { background-color: hsl(0,0%,98%); }
#excertos li { position: relative; }
#excertos span { position: absolute; z-index: 0; left: 70px; top: -65px; font-size: 10.0rem; color: hsl(0,0%,90%); }
#excertos p { position: relative; z-index: 10; margin-left: 100px; margin-top: 40px; font-size: 0.90rem; }

.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 { min-height: 760px; }
  #branding .logo-Sabado { position: absolute; right: 15px; top: 15px; width: 100px; }
  #heading { position: absolute; height: auto; top: auto; bottom: 90px; left: 10px; }
  #heading .uk-heading-large { font-size: 2.8rem; }
  #heading .stamp { width: 130px; height: 137px; position: absolute; right: 25px; bottom: 180px; }
  #excertos { background-color: hsl(0,0%,96%); }
  #excertos p { margin-left: 0px; margin-top: 10px; }

} /* 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: 63.938em) {
}
@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) {
  #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) {
  .uk-container { padding-left: 60px; padding-right: 60px; }
  #pre-header { display: none; }
  #navigation-top .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { min-height: 50px; }
  #heading .uk-width-1-1 { position: relative; }
  #heading .stamp { position: absolute; top: 235px; right: 0px; }
} /* 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) {
  header { min-height: 800px; }
} /* min-width 1921px, xxlarge screens */
