@import url("http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700");
@import url("http://fonts.googleapis.com/css?family=Dosis:200,400");
/*
 * HTML5 Boilerplate
 *
 * 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/main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/main.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 59, ../sass/main.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, ../sass/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author: Edu Ruiz
   ========================================================================== */
/* ==|== primary styles =====================================================
   Imports and pre-defined
   ========================================================================== */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 21, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 31, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute 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. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses 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.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses 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;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 199, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 210, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../sass/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 239, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 257, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 283, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 287, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 297, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 306, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 390, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 403, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 420, ../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 431, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 443, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, ../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;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 469, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 478, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../sass/_typography.scss */
h1, h2, h3, h4 {
  font-size: 1.1em;
  font-family: Arial, Verdana, Geneva, serif;
  font-weight: 400;
  color: #cca247;
  line-height: 160%;
  color: #034b8a;
}

/* line 27, ../sass/_typography.scss */
h1 {
  padding-left: 20px;
  margin: 5px 0;
  clear: both;
  font-size: 1.80em;
  line-height: 150%;
  text-align: left;
  background: transparent url("../img/arrow.png") left 15px no-repeat;
}

/* line 36, ../sass/_typography.scss */
h2 {
  font-size: 1.1em;
  margin: 5px 0;
  font-weight: 800;
}

/* line 37, ../sass/_typography.scss */
h3 {
  font-size: 1.1em;
  line-height: 120%;
}

/* line 38, ../sass/_typography.scss */
h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

/* line 46, ../sass/_typography.scss */
p {
  font-size: 0.8em;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, Geneva, serif;
  font-weight: 100;
  margin-top: 0;
  color: #666;
  line-height: 140%;
}

/* line 47, ../sass/_typography.scss */
h2 + p {
  padding-top: 0;
}

/* line 53, ../sass/_typography.scss */
a {
  font-size: 0.8em;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, Geneva, serif;
  font-weight: 100;
  margin-top: 0;
  color: #666;
  line-height: 140%;
  text-decoration: none;
  font-size: 12px;
}

/* line 55, ../sass/_typography.scss */
a:hover {
  color: #999;
}

/* line 56, ../sass/_typography.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 59, ../sass/_typography.scss */
a:hover, a:active {
  outline: 0;
}

/* line 65, ../sass/_typography.scss */
span {
  font-size: 0.8em;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, Geneva, serif;
  font-weight: 100;
  margin-top: 0;
  color: #666;
  line-height: 140%;
}

/* line 66, ../sass/_typography.scss */
.destak {
  color: #034b8a;
  display: block;
  font-size: 1em;
  font-weight: bold;
}

/* line 72, ../sass/_typography.scss */
.bt-1 {
  background: url("../img/arrow.png") 30px 3px no-repeat;
  display: block;
  font-size: 1.1em;
  text-align: center;
}
/* line 72, ../sass/_typography.scss */
.bt-1:hover {
  background-position: 30px -28px;
}

/* line 73, ../sass/_typography.scss */
.bt-2 {
  float: left;
  margin: 5px 0;
  font-size: 0.8em;
  padding: 5px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #1d77a9;
  font-size: 0.7em;
  color: #fff;
  font-style: italic;
}
/* line 73, ../sass/_typography.scss */
.bt-2:hover {
  color: #e3e3e3;
}

/* line 74, ../sass/_typography.scss */
.bt-3 {
  float: left;
  padding: 2px 4px;
  background-color: #e3e3e3;
  border: 1px solid #96f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.7em;
  font-style: italic;
}

/* line 75, ../sass/_typography.scss */
.bt-ok {
  margin-left: -4px;
  padding: 4px 7px;
  border: none;
  background-color: #039;
  font-size: 0.9em;
  color: #fff;
}

/* line 76, ../sass/_typography.scss */
.mais-info {
  text-align: right;
  display: block;
  font-size: 0.85em;
  font-style: italic;
  text-decoration: underline;
  margin-top: 10px;
}
/* line 76, ../sass/_typography.scss */
.mais-info:hover {
  text-decoration: none;
}

/* line 82, ../sass/_typography.scss */
ul, ol {
  margin: 0 0;
  padding: 0 0 0 40px;
  font-size: 0.8em;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, Geneva, serif;
  font-weight: 100;
  margin-top: 0;
  color: #666;
  line-height: 140%;
}

/* line 83, ../sass/_typography.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 84, ../sass/_typography.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 90, ../sass/_typography.scss */
address {
  font-style: normal;
}

/* line 96, ../sass/_typography.scss */
hr {
  padding: 10px 30px;
  border-color: #cca247;
}

/* Buttons are here too ;) */
/* line 14, ../../../../../Library/Ruby/Gems/1.8/gems/susy-1.0.1/sass/susy/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==|== primary styles =====================================================
   Menu
   ========================================================================== */
/* line 64, ../sass/_base.scss */
.menu ul.sub {
  position: absolute;
  left: 241px;
  top: 35px;
  z-index: 1;
  display: none;
}
/* line 72, ../sass/_base.scss */
.menu ul.sub li {
  width: 100%;
  display: block;
}
/* line 75, ../sass/_base.scss */
.menu ul.sub li:hover {
  background-color: #09c;
}
/* line 76, ../sass/_base.scss */
.menu ul.sub li a {
  line-height: 120%;
  display: block;
  text-align: left;
  font-size: 1.5em;
  padding: 7px 0;
}
/* line 83, ../sass/_base.scss */
.menu ul.sub li a:hover {
  color: #fff;
  border: none;
  padding-bottom: 7px;
}
/* line 90, ../sass/_base.scss */
.menu ul.sub .sub-bg {
  width: 300px;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #e3e3e3;
  overflow: auto;
}

/* ==|== primary styles =====================================================
   Principal
   ========================================================================== */
/* line 113, ../sass/main.scss */
body {
  background-color: #E0E0E0;
}

/* line 115, ../sass/main.scss */
.header-content, .main, .content-footer {
  *zoom: 1;
  max-width: 1166px;
  _width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 950px;
}
/* line 38, ../../../../../Users/edu/Downloads/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.header-content:after, .main:after, .content-footer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 117, ../sass/main.scss */
.main {
  width: 1020px;
  padding: 115px 40px 30px;
  background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

/* line 119, ../sass/main.scss */
header {
  width: 100%;
  position: fixed;
  padding: 15px 0 15px;
  margin: 0 10px 10px 0;
  z-index: 5;
  background-image: url("../img/pattern.png");
  border-top: 9px solid #0C3F6D;
}

/* line 121, ../sass/main.scss */
.principal {
  width: 74.78559%;
  float: left;
  margin-right: 0.85763%;
  display: inline;
  padding-right: 25px;
}

/* line 122, ../sass/main.scss */
.aux {
  width: 24.35678%;
  float: right;
  margin-right: 0;
  #margin-left: -10px;
  display: inline;
  padding-left: 25px;
}

/* line 124, ../sass/main.scss */
.half {
  width: 40%;
  float: left;
  margin-right: 0.85763%;
  display: inline;
}
/* line 124, ../sass/main.scss */
.half:nth-child(2) {
  float: right;
  margin-right: 0;
  #margin-left: -10px;
  display: inline;
  width: 59%;
}

/* line 128, ../sass/main.scss */
.logo {
  width: 24.35678%;
  float: left;
  margin-right: 0.85763%;
  display: inline;
}

/* line 130, ../sass/main.scss */
nav.menu {
  width: 74.78559%;
  float: right;
  margin-right: 0;
  #margin-left: -10px;
  display: inline;
  position: relative;
  padding-top: 30px;
}
/* line 31, ../sass/_base.scss */
nav.menu ul li {
  display: inline;
  padding: 0 15px;
  float: left;
  line-height: 0;
}
/* line 33, ../sass/_base.scss */
nav.menu ul li .parent {
  position: relative;
}
/* line 36, ../sass/_base.scss */
nav.menu .last a {
  border-right: 0;
}
/* line 38, ../sass/_base.scss */
nav.menu ul li ul {
  display: inline;
}
/* line 39, ../sass/_base.scss */
nav.menu span {
  display: inline;
  cursor: default;
  text-decoration: none;
  line-height: 100%;
  font-size: 1.3em;
  font-family: "Archivo Narrow", sans-serif;
  color: #999999;
}
/* line 49, ../sass/_base.scss */
nav.menu a {
  display: block;
  text-decoration: none;
  text-align: right;
  line-height: 100%;
  font-size: 1.3em;
  color: #999999;
  font-family: "Archivo Narrow", sans-serif;
  padding-bottom: 7px;
}
/* line 58, ../sass/_base.scss */
nav.menu a:hover {
  color: #003399;
  padding-bottom: 4px;
  border-bottom: 1px solid #039;
}
/* line 134, ../sass/main.scss */
nav.menu ul {
  float: right;
}

/* line 139, ../sass/main.scss */
.box-home, .quem-somos-home {
  width: 29.27835%;
  float: left;
  margin-right: 1.03093%;
  display: inline;
  width: 28.5%;
  padding-top: 15px;
}
/* line 141, ../sass/main.scss */
.box-home:nth-child(2n), .quem-somos-home:nth-child(2n) {
  float: right;
  margin-right: 0;
  #margin-left: -10px;
  display: inline;
}

/* line 147, ../sass/main.scss */
.box-home .box {
  *zoom: 1;
  max-width: 1166px;
  _width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 20px 8px;
  margin-right: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: url("../img/pattern-3.png");
}
/* line 38, ../../../../../Users/edu/Downloads/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.box-home .box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 155, ../sass/main.scss */
.box-home .box img {
  border: 1px solid #ccc;
}
/* line 156, ../sass/main.scss */
.box-home .box h3 {
  width: 95%;
  padding: 1px 0 1px 32px;
  position: relative;
  margin-left: -19px;
  text-align: left;
  font-size: 1em;
  color: #fff;
  background-color: #1d77a9;
}
/* line 166, ../sass/main.scss */
.box-home .box h3:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: -10px;
  border-width: 5px 5px;
  border-style: solid;
  border-color: transparent #598bbc #598bbc transparent;
}
/* line 180, ../sass/main.scss */
.box-home .txt {
  text-align: left;
  padding: 0 13px;
}

/* line 183, ../sass/main.scss */
.projetos {
  width: 33%;
  float: left;
  margin-right: 1.03093%;
  display: inline;
  padding: 12px 10px 0 0;
}

/* line 186, ../sass/main.scss */
.projetos .box {
  clear: both;
  margin-bottom: 20px;
  *zoom: 1;
  max-width: 1166px;
  _width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 38, ../../../../../Users/edu/Downloads/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.projetos .box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 187, ../sass/main.scss */
.projetos img {
  float: left;
  padding: 8px;
  border: 1px solid #e3e3e3;
}
/* line 188, ../sass/main.scss */
.projetos h3 {
  float: left;
  display: block;
  margin: 0 0 5px 0;
}
/* line 189, ../sass/main.scss */
.projetos .txt {
  float: left;
  width: 120px;
  padding-left: 15px;
}
/* line 191, ../sass/main.scss */
.projetos .txt p {
  clear: both;
}

.projetos.last{
  margin-top: 47px;
}

/* line 198, ../sass/main.scss */
.projeto img {
  border: 7px solid #e3e3e3;
}
/* line 199, ../sass/main.scss */
.projeto .txt {
  width: 650px;
}

/* line 205, ../sass/main.scss */
.projetos.opened .box {
  width: 950px;
  margin-bottom: 30px;
}
/* line 207, ../sass/main.scss */
.projetos.opened .box .txt {
  width: 775px;
}

/* line 211, ../sass/main.scss */
.menu-aux {
  float: left;
  clear: both;
  width: 100%;
}
/* line 215, ../sass/main.scss */
.menu-aux a {
	display: block;
	background-color: #E3E3E3;
	color: #666;
	margin-bottom: 5px;
	padding: 5px 0 5px 10px;
	font-size: 0.9em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding-right: 14px;
}
/* line 223, ../sass/main.scss */
.menu-aux a:hover {
  color: #fff;
  background-color: #09c;
}
/* line 225, ../sass/main.scss */
.menu-aux a.selected {
  color: #fff;
  background-color: #09c;
}
/* line 226, ../sass/main.scss */
.menu-aux a.mais-info {
  background-color: transparent;
  font-size: 0.7em;
  text-decoration: none;
}

.projetos.opened a{
	font-size: 1em;
}
/* line 230, ../sass/main.scss */
.menu-aux .mais-info:hover {
  color: #09c;
  background-color: transparent;
}
/* line 232, ../sass/main.scss */
.menu-aux h1 {
  font-size: 1.2em;
  background: none;
  padding-left: 0;
}

/* line 236, ../sass/main.scss */
.box-parceiros {
  position: relative;
  margin-bottom: 50px;
  padding: 70px 70px 20px 70px;
  background-color: rgba(255, 255, 255, 0.99);
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
/* line 245, ../sass/main.scss */
.box-parceiros h2 {
  text-transform: uppercase;
}
/* line 246, ../sass/main.scss */
.box-parceiros img {
  width: 158px;
  height: 158px;
  margin-bottom: 20px;
}
/* line 247, ../sass/main.scss */
.box-parceiros a {
  margin: 0 8px 20px 8px;
}

/* line 252, ../sass/main.scss */
.box-parceiros:before, .box-parceiros:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

/* line 271, ../sass/main.scss */
.box-parceiros:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

/* line 282, ../sass/main.scss */
.parcerias h2 {
  width: 666px;
  position: absolute;
  left: -1px;
  top: -2px;
  padding: 10px 20px;
  margin: 0;
  display: block;
  text-align: left;
  background-color: #f4f4f4;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFF7F7F7');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(5%, #f8f8f8), color-stop(10%, #f6f6f6), color-stop(15%, #f8f8f8), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #f8f8f8 5%, #f6f6f6 10%, #f8f8f8 15%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #f8f8f8 5%, #f6f6f6 10%, #f8f8f8 15%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #f8f8f8 5%, #f6f6f6 10%, #f8f8f8 15%, #f7f7f7 100%);
  background-image: linear-gradient(top, #f4f4f4 0%, #f8f8f8 5%, #f6f6f6 10%, #f8f8f8 15%, #f7f7f7 100%);
}

/* line 299, ../sass/main.scss */
.contact img {
  margin-top: 20px;
  width: 316px;
}
/* line 300, ../sass/main.scss */
.contact label, .contact input {
  display: block;
  font-size: 0.8em;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, Geneva, serif;
  font-weight: 100;
  margin-top: 0;
  color: #666;
  line-height: 140%;
}
/* line 301, ../sass/main.scss */
.contact label {
  margin-top: 10px;
}
/* line 302, ../sass/main.scss */
.contact input, .contact textarea {
  width: 100%;
  padding: 5px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 303, ../sass/main.scss */
.contact input[type="submit"] {
  float: right;
  width: auto;
  padding: 4px 10px;
  margin-top: 5px;
  border: none;
  color: #fff;
}
/* line 304, ../sass/main.scss */
.contact textarea {
  height: 250px;
}
/* line 305, ../sass/main.scss */
.contact span {
  color: #09c;
  font-size: 1.4em;
  display: block;
  width: 348px;
}

/* line 311, ../sass/main.scss */
footer {
  background: #0066cc url("../img/pattern-2.png");
  position: relative;
  margin-top: 20px;
}
/* line 315, ../sass/main.scss */
footer .ornament-footer {
  width: 100%;
  height: 165px;
  position: absolute;
  top: -165px;
  z-index: -1;
  background: url("../img/ornament-footer.png") center top no-repeat;
}
/* line 316, ../sass/main.scss */
footer .footer-content {
  *zoom: 1;
  max-width: 1166px;
  _width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 950px;
  padding: 30px 20px;
}
/* line 38, ../../../../../Users/edu/Downloads/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
footer .footer-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 317, ../sass/main.scss */
footer ul, footer a {
  color: #fff;
}
/* line 317, ../sass/main.scss */
footer ul:hover, footer a:hover {
  color: #fff;
}
/* line 318, ../sass/main.scss */
footer ul {
  width: 19.17526%;
  float: left;
  margin-right: 1.03093%;
  display: inline;
}
/* line 321, ../sass/main.scss */
footer li {
  list-style: none;
  background: url("../img/list-style.png") left 8px no-repeat;
  padding-left: 10px;
}
/* line 325, ../sass/main.scss */
footer li:first-child {
  background-image: none;
  margin-bottom: 10px;
}
/* line 327, ../sass/main.scss */
footer span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 100;
}
/* line 328, ../sass/main.scss */
footer .newsletter {
  width: 19.17526%;
  float: right;
  margin-right: 0;
  #margin-left: -10px;
  display: inline;
}
/* line 331, ../sass/main.scss */
footer .newsletter a {
  /*margin-top: 20px;*/
  display: block;
  font-size: 0.9em;
  text-decoration: underline;
}
/* line 332, ../sass/main.scss */
footer .newsletter span {
  display: block;
  padding-right: 20px;
  text-align: left;
}
/* line 333, ../sass/main.scss */
footer .newsletter input[type="text"] {
  width: 140px;
}
/* line 335, ../sass/main.scss */
footer address {
  padding: 10px 0;
  background: #003366 url("../img/pattern-2.png");
}
/* line 338, ../sass/main.scss */
footer address .footer-content {
  padding: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 355, ../sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 363, ../sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 374, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 383, ../sass/main.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 400, ../sass/main.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 413, ../sass/main.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 430, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 435, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 444, ../sass/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses 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 only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 469, ../sass/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 477, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 481, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 495, ../sass/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 500, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 505, ../sass/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 510, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 514, ../sass/main.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 524, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 530, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
