@charset "UTF-8";

/* -- ROOT ELEMENTS / VARS -- */
:root {
  --branco: hsl(0,0%,94%);
  --branco-over: hsl(0,0%,100%);
  --preto: hsl(0,0%,8%);

  --creme: hsl(38.4,61.3%,63.5%); /* #dbb269 */
  --creme-escuro: hsl(38.4,61.3%,43.5%);
  --castanho: hsl(33.1,45.1%,46.5%);  /* #ac7c41 */
  --castanho-claro: hsl(33.1,45.1%,56.5%);
  --vermelho: hsl(356.7,88%,48.8%); /* #ea0f1b */

  --castanho-over-80: hsla(33.1,45.1%,31.5%,80%);
  --castanho-over-95: hsla(33.1,45.1%,31.5%,95%);
}


html { font-family: 'Fredoka','Helvetica',Arial,sans-serif; background-color: var(--castanho-claro); }
h1,h2,h3,h4,h5,h6,.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,.uk-heading-small { font-family: 'Fredoka','Helvetica',Arial,sans-serif; font-weight: 300 !important; line-height: 1.1em; }
p,a,em,li,button { font-weight: 400; }
p, em { color: var(--preto); }
.uk-light p, .uk-light em { color: var(--branco-over); }
strong { font-weight: 700; }


/* -- Modificadores UIKit -- */
#navigation-top { position: relative; z-index: 500; background-color: var(--castanho-over-80); }
#navigation-top.uk-active { background-color: var(--castanho-over-95); }
#navigation-top .uk-navbar-nav li:first-child .uk-navbar-item, #navigation-top .uk-navbar-nav>li>a, #navigation-top .uk-navbar-toggle { font-family: 'Fredoka','Helvetica',Arial,sans-serif; font-weight: 400 !important; padding-left: 0px; color: var(--branco); }
#navigation-top .uk-navbar-nav>li>a:hover { color: var(--branco-over); }
#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: var(--vermelho) !important; }
#site-scroller[value]::-moz-progress-bar { background-color: var(--vermelho) !important; }



/* -- Estilos Proprietários -- */
#pre-header { position: relative; z-index: 10; background-color: var(--preto); }
#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-Record { width: 150px; }

#heading { position: relative; z-index: 20; }
#heading .heading { width: 30vw; display: block; margin-bottom: 40px; }
#heading .subheading { width: 22vw; display: block; }

#apresentacao { position: relative; z-index: 20; }
#apresentacao .packshot { width: 700px; margin-top: -180px; margin-bottom: -60px; }
#apresentacao p { font-size: 1.20rem; }
#apresentacao p.uk-text-large { font-size: 1.35rem; }

#plano-de-entregas { background-color: var(--castanho); }

#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: var(--preto); }
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) {
  #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: 820px; }
  #branding .logo-Record { width: 110px; }
  #heading { margin-top: -110px; }
  #heading .heading { width: 60%; margin-bottom: 20px; }
  #heading .subheading { width: 70%; }
  #apresentacao .packshot { margin-top: 0px; margin-bottom: 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: 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; }
} /* 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) {
  header { height: 85vh; }
  #heading { margin-top: -80px; }
} /* 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 */
