/* line 13, ../sass/vars.scss */
.blackShadow {
  text-shadow: 1px 1px 1px #000000;
  filter: dropshadow(color=black, offx=1, offy=1);
}

/* line 18, ../sass/vars.scss */
.clear {
  clear: both;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../sass/normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../sass/normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../sass/normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../sass/normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../sass/normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../sass/normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../sass/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../sass/normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../sass/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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
   ========================================================================== */
/* line 17, ../sass/normal.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/normal.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/normal.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/normal.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/normal.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 63, ../sass/normal.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, ../sass/normal.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../sass/normal.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, ../sass/normal.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 106, ../sass/normal.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 114, ../sass/normal.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 125, ../sass/normal.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 134, ../sass/normal.scss */
.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: h5bp.com/p
 */
/* line 151, ../sass/normal.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 164, ../sass/normal.scss */
.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.
 */
/* line 181, ../sass/normal.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 186, ../sass/normal.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 195, ../sass/normal.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 222, ../sass/normal.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 230, ../sass/normal.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 234, ../sass/normal.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 238, ../sass/normal.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 248, ../sass/normal.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 253, ../sass/normal.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 258, ../sass/normal.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 263, ../sass/normal.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 267, ../sass/normal.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 277, ../sass/normal.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 283, ../sass/normal.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 307, ../sass/normal.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 317, ../sass/normal.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 320, ../sass/normal.scss */
body {
  line-height: 1;
}

/* line 323, ../sass/normal.scss */
ol, ul {
  list-style: none;
}

/* line 326, ../sass/normal.scss */
blockquote, q {
  quotes: none;
}

/* line 330, ../sass/normal.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 334, ../sass/normal.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, ../sass/main.scss */
body {
  font-size: 14px;
  font-family: "Open Sans";
  width: 960px;
  height: 7000px;
  margin: 0 auto;
  overflow: auto;
  background: -webkit-linear-gradient(#ededed, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ededed, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ededed, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ededed, #fff); /* Standard syntax (must be last) */
}

/* line 19, ../sass/main.scss */
h1 {
  display: none;
}
h2{
  font-size: 55px;
  text-align: center;
}
/* line 25, ../sass/main.scss */
.left {
  float: left;
}

/* line 29, ../sass/main.scss */
.right {
  float: right;
}

/* line 35, ../sass/main.scss */
.josefine {
  font-family: "Josefin Sans";
  color: #b5deff;
  font-size: 24px;
}

/* line 42, ../sass/main.scss */
.open {
  font-family: "Open Sans";
  color: white;
  font-size: 67px;
  text-shadow: 1px 1px 1px black;
  filter: dropshadow(color=black, offx=1px, offy=1px);
  letter-spacing: -5px;
}

/* line 50, ../sass/main.scss */
.txt {
  float: left;
  margin: 44px 0 0 506px;
  width: 310px;
  text-transform: uppercase;
}
/* line 56, ../sass/main.scss */
.txt .letter {
  margin: 32px 0 0 15px;
}

/* line 61, ../sass/main.scss */
.centered {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 64, ../sass/main.scss */
#screen1, #screen2, #screen3, #screen4, #screen5 {
  width: 960px !important;
  height: 768px;

}

/* line 74, ../sass/main.scss */

/* line 85, ../sass/main.scss */
section#first {
  background: url("../img/head.png") top left no-repeat;
  height: 628px;
  border-bottom: 5px solid #fff;
}
/* line 90, ../sass/main.scss */
section#first p {
  float: left;
  font-family: "Open Sans";
  width: 350px;
  color: rgb(101, 101, 101);
  line-height: 18px;
  font-family: arial;
  padding-top: 446px;
  padding-left: 16px;
}
section#first .scroll{
  position: absolute;
  left: 36%;
  bottom: 23%;
}
section#first a{

  float: left;
  padding: 26px 5px 0 0;
  z-index: 9999;
}

/* line 97, ../sass/main.scss */
section#second {
  /*position:relative;
  top:420px;*/
}
/* line 100, ../sass/main.scss */

/* line 110, ../sass/main.scss */
section#second p:first-child {
  padding: 30px 0 30px 44px;
}
/* line 118, ../sass/main.scss */
section#second img {
  float: left;
  width: 71px;
  height: 107px;
  padding: 30px 40px;
}

/* line 129, ../sass/main.scss */
section#separador {
  height: 70px;
  background: #E8E8E8;
  width: 100%;
}
section#separador p{
  font-size: 17px;
  padding: 10px 21px;
  display: inline-block;
}
section#separador p span{
  font-weight: bold;
}
/* line 135, ../sass/main.scss */
section#separador img:first-child {
  float: right;
  padding-top: 10px;

}
section#separador img:last-child{
    padding-right: 10px;
}
/* line 140, ../sass/main.scss */
/* line 148, ../sass/main.scss */
section#separador .josefine {
  font-size: 12px;
}
/* line 153, ../sass/main.scss */
section#separador .open {
  font-size: 21px;
  letter-spacing: 0px;
  text-shadow: 1px 1px 1px black;
  filter: dropshadow(color=black, offx=1px, offy=1px);
}
/* line 159, ../sass/main.scss */
section#separador .txt {
  margin: 3px 0 0 5px;
  width: 115px;
}
/* line 163, ../sass/main.scss */
section#separador .txt .letter {
  margin: 5px 0 0 6px;
}

/* line 175, ../sass/main.scss */
section#third {
  margin-top: 150px;
  height: 768px;
}
/* line 185, ../sass/main.scss */
section#third .item {
  max-width: 240px;
}
/* line 191, ../sass/main.scss */
section#third .item img {
  float: left;
  display: inline-block;
  margin-right: 13px;
}
/* line 197, ../sass/main.scss */
section#third .item p {
  float: left;
  width: 160px;
  line-height: 16px;
  padding-top: 3px;
}
/* line 202, ../sass/main.scss */
section#third .item p span {
  color: white;
}
/* line 209, ../sass/main.scss */
section#third .item.bateria {
  top: 171px;
}
/* line 214, ../sass/main.scss */
section#third .item.liquido, section#third .item.cargar, section#third .item.agua, section#third .item.temp, section#third .item.cint {
  top: 391px;
}
/* line 217, ../sass/main.scss */
section#third .item.liquido p, section#third .item.cargar p, section#third .item.agua p, section#third .item.temp p, section#third .item.cint p {
  width: 100%;
}
/* line 222, ../sass/main.scss */
section#third .item.cargar {
  top: 67px;
  left: 268px;
}
/* line 230, ../sass/main.scss */
section#third .item.agua {
  top: 67px;
}
/* line 236, ../sass/main.scss */
section#third .item.temp {
  top: 233px;
}
/* line 242, ../sass/main.scss */
section#third .item.cint {
  top: 377px;
}

/* line 254, ../sass/main.scss */
section#fourth p {
  line-height: 20px;
}
/* line 258, ../sass/main.scss */
section#fourth #cell {
  width: 488px;
  margin: 0 auto;
  position: relative;
}
/* line 263, ../sass/main.scss */
section#fourth #cell #mica, section#fourth #cell #display, section#fourth #cell #estuche {
  position: absolute;
  top: 45px;
  z-index: 3;
}
/* line 270, ../sass/main.scss */
section#fourth #cell #display {
  top: 150px;
  z-index: 2;
  left: -171px;

}
/* line 276, ../sass/main.scss */
section#fourth #cell #estuche {
  top: 70px;
  z-index: 1;
}
/* line 284, ../sass/main.scss */

/* line 289, ../sass/main.scss */

/* line 295, ../sass/main.scss */
section#fourth .pan1{
  padding: 5px;
  border: 1px solid #bebebe;
  border-radius: 10px 10px 0px 10px;
  background: rgba(255,255,255,0.5);

}

section#fourth .pan2{
  padding: 5px;
  border: 1px solid #bebebe;
  border-radius: 0px 10px 10px 10px;

}
section#fourth .pan3{
  padding: 5px;
  border: 1px solid #bebebe;
  border-radius: 10px 10px 10px 0px;

}
section#fourth .pan4{
  padding: 5px;
  border: 1px solid #bebebe;
  border-radius: 0px 10px 10px 10px;
  background: rgba(255,255,255,0.5);


}

/* line 300, ../sass/main.scss */
section#fourth .indMica, section#fourth .indDisplay, section#fourth .indCarcasa {
  width: 149px;
}
/* line 302, ../sass/main.scss */
section#fourth .indMica p.tit, section#fourth .indDisplay p.tit, section#fourth .indCarcasa p.tit {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
/* line 310, ../sass/main.scss */
section#fourth .indDisplay, section#fourth .indCarcasa {
  width: 165px;
}
/* line 315, ../sass/main.scss */
section#fourth .indCarcasa {
  width: 165px;
}

/* line 327, ../sass/main.scss */
section#fifth .item {
  width: 313px;
  height: 104px;
}
/* line 332, ../sass/main.scss */

/* line 334, ../sass/main.scss */
section#fifth #tiempo p, section#fifth #util p, section#fifth #vuelo p, section#fifth #vista p {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  padding: 28px 112px 0 10px;
}
/* line 339, ../sass/main.scss */
section#fifth #tiempo p span, section#fifth #util p span, section#fifth #vuelo p span, section#fifth #vista p span {
  color: #244659;
  font-weight: bold;
}
/* line 346, ../sass/main.scss */
section#fifth #util {
  background: url("../img/bateria.gif") no-repeat;
}
/* line 352, ../sass/main.scss */
section#fifth #vuelo, section#fifth #vista {
  background: url("../img/vuelo.gif") no-repeat;
}
/* line 355, ../sass/main.scss */
section#fifth #vuelo p, section#fifth #vista p {
  text-align: left;
  padding: 28px 10px 0 112px;
}
/* line 361, ../sass/main.scss */
section#fifth #vista {
  background: url("../img/revision.gif") no-repeat;
}
section#fifth #plus{
  background: rgba(255, 255, 255, 0.77);
  padding: 50px 10px 0px 10px;
  position: absolute;
  width: 203px;
  height: 346px;
  border: 2px solid #939393;
}
section#fifth #seis{
  background: rgba(255, 255, 255, 0.77);
  padding: 50px 10px 0px 10px;
  position: absolute;
  width: 173px;
  height: 295px;
  border: 2px solid #939393;
}
section#fifth #cinco{
  background: rgba(255, 255, 255, 0.77);
  padding: 22px 10px 0px 10px;
  position: absolute;
  width: 150px;
  height: 276px;
  border: 2px solid #939393;
}
section#fifth #plus ul{
  padding:10px 0;
  font-size: 13px;
  color: #000;
}
section#fifth #plus ul li{
  padding-bottom: 5px;
}
section#six #notas h3{
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 18px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 4px;
}
div#nota1{
  background: #ededed;
  width: 25%;
  margin-top: 2%;
  margin-right: 5%;
  padding: 10px 10px;
  float: left;
}
div#nota1 img{
  width: 100%;
  padding-bottom: 10px;
}
div#nota1 a{
  text-decoration: none;
  color:#6F6F6F;
  text-align: left;
  font-size: 12px;
}
div#nota1 a:hover{
  color:#000;
}
.arriba {
  position: fixed;
  right: 1%;
  bottom: 8%;
}

/* line 370, ../sass/main.scss */
footer {
  bottom: 0;
  position: absolute;
  background: #E8E8E8;
  max-height: 46px;
}
/* line 375, ../sass/main.scss */
footer p {
  text-align: center;
  color: #414141;
  padding: 1%;
  width: 100%;
  margin: 0 auto;
}

/*
 * This file is NOT needed in order to use skrollr.
 * The demo uses it and it may help you as well.
 */
/* line 392, ../sass/main.scss */
.skrollable {
  /*
   * First-level skrollables are positioned relative to window
   */
  position: fixed;
  /*
   * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
   */
  z-index: 100;
}

/* line 404, ../sass/main.scss */
.skrollr-mobile .skrollable {
  position: absolute;
}

/* line 408, ../sass/main.scss */
.skrollable .skrollable {
  /*
   * Second-level skrollables are positioned relative their parent skrollable
   */
  position: absolute;
}

/* line 415, ../sass/main.scss */
.skrollable .skrollable .skrollable {
  /*
   * Third-level (and below) skrollables are positioned static
   */
  position: static;
}
