<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:after, .container:after, .stats-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .container, .stats-list {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix, * html .container, * html .stats-list {
  height: 1%; }

.clearfix, .container, .stats-list {
  display: block; }

/* close commented backslash hack */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .container:before, .stats-list:before,
.clearfix:after,
.container:after,
.stats-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .container:after, .stats-list:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  font-family: 'Lato', sans-serif;
  border-top: 12px solid #ffc000; }

.container {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 1199px) {
    .container {
      width: 960px; } }

#main-header {
  padding-top: 20px;
  text-align: center; }

.sicredi-logo {
  margin: 0 0 40px; }

.sicredi-subtitle {
  font-size: 22px;
  margin-bottom: 20px; }

.sicredi-intro {
  text-align: center;
  font-size: 22px;
  color: #16b146;
  margin-bottom: 90px; }

.sicredi-section-intro {
  padding-bottom: 2em;
  position: relative; }
  @media (min-width: 1199px) {
    .sicredi-section-intro {
      padding-bottom: 115px; } }

.sicredi-nav {
  text-align: center; }
  .sicredi-nav-ilustra {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 15px; }
  .sicredi-nav-item {
    display: inline-block;
    width: 299px;
    height: 57px;
    line-height: 57px;
    background: url("../img/button.png") no-repeat 0 0;
    margin: 0 5px 1em;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-size: 24px;
    font-weight: 700; }
    .sicredi-nav-item:hover, .sicredi-nav-item.active {
      background-color: #16b146;
      color: #FFF; }

.sicredi-content {
  padding: 70px 0;
  background: #16b146;
  color: #FFF; }

.sicredi-about {
  max-width: 700px;
  min-height: 155px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  padding-top: 30px; }
  .sicredi-about:before, .sicredi-about:after {
    width: 46px;
    height: 153px;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    display: none; }
    @media (min-width: 1199px) {
      .sicredi-about:before, .sicredi-about:after {
        display: block; } }
  .sicredi-about:before {
    left: -50px;
    background: url("../img/left-object.png") no-repeat 0 0; }
  .sicredi-about:after {
    right: -50px;
    background: url("../img/right-object.png") no-repeat 0 0; }

.go-to-content {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #16b146 url("../img/arrow-down.png") no-repeat center center;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  text-indent: -999em;
  overflow: hidden; }

.divider {
  display: block;
  border: none;
  border-bottom: 1px solid #08522c;
  margin-bottom: 50px; }

.videos-container {
  position: relative; }

.video-item {
  display: none;
  margin-bottom: 50px; }
  .video-item--active {
    display: block; }

.video-title {
  font-family: 'Roboto Slab', serif;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  margin: 0; }

.video-wrapper {
  width: 288px;
  height: 162px;
  margin: 0 auto 40px;
  background: url("../img/video-wrapper.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: relative; }
  @media (min-width: 767px) {
    .video-wrapper {
      width: 672px;
      height: 378px; } }
  @media (min-width: 991px) {
    .video-wrapper {
      width: 768px;
      height: 432px; } }
  @media (min-width: 1199px) {
    .video-wrapper {
      width: 960px;
      height: 540px;
      padding: 20px; } }

.video-intro {
  font-weight: 100;
  font-size: 18px;
  margin-top: .5em;
  color: #08522c; }

.video-share {
  text-align: center; }

.video-share-button {
  width: 299px;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  margin: 0 10px 20px;
  background: url("../img/white-button.png") no-repeat;
  text-decoration: none;
  text-align: center;
  color: #044223;
  font-weight: 300;
  font-size: 16px; }
  .video-share-button span {
    color: #FFF;
    font-family: 'Roboto Slab', serif;
    font-weight: 500; }

.video-pager {
  width: 74px;
  height: 103px;
  display: block;
  position: absolute;
  top: 200px;
  overflow: hidden;
  text-indent: -9999em; }
  @media (min-width: 767px) {
    .video-pager {
      top: 250px; } }
  @media (min-width: 991px) {
    .video-pager {
      top: 285px; } }
  @media (min-width: 1199px) {
    .video-pager {
      top: 330px; } }
  .video-pager--prev {
    left: 0px;
    background: url("../img/left-arrow.png") no-repeat 0 0; }
    @media (min-width: 991px) {
      .video-pager--prev {
        left: 0px; } }
    @media (min-width: 1199px) {
      .video-pager--prev {
        left: -100px; } }
  .video-pager--next {
    right: 0px;
    background: url("../img/right-arrow.png") no-repeat 0 0; }
    @media (min-width: 991px) {
      .video-pager--next {
        right: 0px; } }
    @media (min-width: 1199px) {
      .video-pager--next {
        right: -100px; } }

.player-container {
  width: 100%;
  height: 100%;
  background: #FFF;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  #a-historia .player-container {
    background-image: url(../img/historia.png); }
  #o-resultado .player-container {
    background-image: url(../img/resultado.png); }
  #o-futuro .player-container {
    background-image: url(../img/futuro.png); }

.player-button {
  width: 46px;
  height: 88.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -44.25px;
  text-indent: -9999em;
  overflow: hidden;
  background: url("../img/play-button.png") no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 1;
  transition: opacity .1s ease-in; }
  .player-button:hover {
    opacity: 0.5; }
  @media (min-width: 991px) {
    .player-button {
      width: 64.4px;
      height: 123.9px;
      margin-left: -32.2px;
      margin-top: -61.95px; } }
  @media (min-width: 1199px) {
    .player-button {
      width: 92px;
      height: 177px; } }

.stats-list {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  color: #08522c; }

.stats-item {
  display: block;
  width: 33.33%;
  text-align: center;
  font-weight: 100;
  font-size: 18px;
  float: left; }

.stats-number {
  font-family: 'Roboto Slab', serif;
  font-size: 52px;
  font-weight: 700;
  color: #FFF; }
  .stats-number small {
    font-weight: 100;
    font-size: 20px; }

.back-button {
  font-family: 'Roboto Slab', serif;
  font-size: 18;
  font-weight: 500;
  color: #FFF; }
  .back-button:after {
    content: " ";
    width: 25px;
    height: 18px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 2px;
    background: url("../img/arrow-top.png") no-repeat; }
  .back-button-container {
    text-align: center; }

#main-footer {
  background: #044223;
  padding: 15px 0; }

#dz {
  width: 27px;
  height: 27px;
  background: url("../img/dz.png") no-repeat;
  float: right;
  overflow: hidden;
  text-indent: -999em; }

/*# sourceMappingURL=main.css.map */</pre></body></html>