﻿@charset "CP850";
@import url("//hello.myfonts.net/count/2872d6");
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_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 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_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, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_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 IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_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 IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_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 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_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 S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_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 S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix, .colunas-blogs ul li, .agenda li, .assine ul, .single-post .article-header, .single-post #bones-related-posts, .single-post .social-share, .home .vitrine-2, .home .vitrine-3 {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .colunas-blogs ul li:before, .agenda li:before, .assine ul:before, .single-post .article-header:before, .single-post #bones-related-posts:before, .single-post .social-share:before, .home .vitrine-2:before, .home .vitrine-3:before, .clearfix:after, .colunas-blogs ul li:after, .agenda li:after, .assine ul:after, .single-post .article-header:after, .single-post #bones-related-posts:after, .single-post .social-share:after, .home .vitrine-2:after, .home .vitrine-3:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after, .colunas-blogs ul li:after, .agenda li:after, .assine ul:after, .single-post .article-header:after, .single-post #bones-related-posts:after, .single-post .social-share:after, .home .vitrine-2:after, .home .vitrine-3:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement, .header #searchform #searchsubmit, .social li a, .banner-assine, .localizacao-revistas, .assine h4, .home .vitrine-1 .bullets a, .home .vitrine-6 .tmp {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 90, icon/*.png */
.icon-sprite, .header #searchform #searchsubmit, .social li a.facebook, .social li a.twitter, .social li a.instagram {
  background: url('../images/icon-s4933f7e174.png') no-repeat;
}

/* line 50, assine/*.png */
.assine-sprite, .banner-assine {
  background: url('../images/assine-s8ae6eca15a.png') no-repeat;
}

/* line 66, assine_newsletter/*.png */
.assine_newsletter-sprite, .assine-newsletter, .localizacao-revistas {
  background: url('../images/assine_newsletter-sbc6ea3a78f.png') no-repeat;
}

/* line 58, ui/*.png */
.ui-sprite, .home .vitrine-1 .bullets a {
  background: url('../images/ui-s9b83da3486.png') no-repeat;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* @license
 * MyFonts Webfont Build ID 2650838, 2013-09-24T18:16:07-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Bodoni Book Italic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/atf-bodoni/bodoni-book-italic/
 * 
 * Webfont: Bodoni Bold by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/atf-bodoni/bodoni-bold/
 * 
 * Webfont: Bodoni by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/atf-bodoni/bodoni/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2650838
 * Licensed pageviews: 200,000
 * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * � 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'BodoniBT-BookItalic';
  src: url("../webfonts/2872D6_0_0.eot");
  src: url("../webfonts/2872D6_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/2872D6_0_0.woff") format("woff"), url("../webfonts/2872D6_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'BodoniBT-Bold';
  src: url("../webfonts/2872D6_1_0.eot");
  src: url("../webfonts/2872D6_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/2872D6_1_0.woff") format("woff"), url("../webfonts/2872D6_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'BodoniBT-Roman';
  src: url("../webfonts/2872D6_2_0.eot");
  src: url("../webfonts/2872D6_2_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/2872D6_2_0.woff") format("woff"), url("../webfonts/2872D6_2_0.ttf") format("truetype");
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 152, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 158, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 159, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 160, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 164, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 170, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 176, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 182, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 188, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 250, ../scss/_mixins.scss */
.button, .button-negative, .button-negative:visited, .pagination ul li .next, .pagination ul li .prev, .button:visited, .button-negative:visited, .pagination ul li .next:visited, .pagination ul li .prev:visited {
  font-family: BodoniBT-BookItalic;
  text-transform: uppercase;
  border: 1px solid #ffb400;
  padding: 4px 12px;
  color: black;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  background-color: transparent;
}
/* line 264, ../scss/_mixins.scss */
.button:hover, .button-negative:hover, .pagination ul li .next:hover, .pagination ul li .prev:hover, .button:focus, .button-negative:focus, .pagination ul li .next:focus, .pagination ul li .prev:focus, .button:visited:hover, .button-negative:visited:hover, .pagination ul li .next:visited:hover, .pagination ul li .prev:visited:hover, .button:visited:focus, .button-negative:visited:focus, .pagination ul li .next:visited:focus, .pagination ul li .prev:visited:focus {
  background-color: #ffb400;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 270, ../scss/_mixins.scss */
.button:active, .button-negative:active, .pagination ul li .next:active, .pagination ul li .prev:active, .button:visited:active, .button-negative:visited:active, .pagination ul li .next:visited:active, .pagination ul li .prev:visited:active {
  background-color: #ffb400;
}

/* line 276, ../scss/_mixins.scss */
.button-negative, .button-negative:visited {
  border-color: black;
  background-color: #ffb400;
}
/* line 281, ../scss/_mixins.scss */
.button-negative:hover, .button-negative:focus, .button-negative:visited:hover, .button-negative:visited:focus {
  background-color: black;
  color: white;
}
/* line 286, ../scss/_mixins.scss */
.button-negative:active, .button-negative:visited:active {
  background-color: black;
  color: white;
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #565656;
}

/* line 26, ../scss/_base.scss */
figure {
  line-height: 0;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 75, ../scss/_base.scss */
.wrap {
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 84, ../scss/_base.scss */
a, a:visited {
  color: #ffb400;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 89, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #d19400;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 100, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 110, ../scss/_base.scss */
#main .article-header a {
  color: black;
}
/* line 112, ../scss/_base.scss */
#main .article-header a:hover {
  color: #d19400;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 122, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: normal;
  color: black;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 133, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 138, ../scss/_base.scss */
h1, .h1 {
  font-size: 30px;
  line-height: 1.333em;
  font-family: BodoniBT-Roman;
  text-transform: uppercase;
}

/* line 145, ../scss/_base.scss */
h2, .h2 {
//  font-size: 30px;
  font-size: 20px;
  line-height: 1.4em;
  font-family: BodoniBT-Roman;
  text-transform: uppercase;
  margin-bottom: 0.375em;
}

/* line 153, ../scss/_base.scss */
h3, .h3 {
  font-size: 18px;
  font-family: "Helvetica", Arial, sans-serif;
  margin-top: 0;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 25px;
}

/* line 162, ../scss/_base.scss */
h4, .h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: BodoniBT-BookItalic;
}

/* line 169, ../scss/_base.scss */
h5, .h5 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
}

/*********************
IMPUT STYLES
*********************/
/* line 182, ../scss/_base.scss */
input[type="text"], input[type="email"], input[type="url"] {
  border: 1px solid #CCC;
  outline: 0;
  -webkit-box-shadow: inset 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 0 8px rgba(200, 200, 200, 0.6);
}

/* line 189, ../scss/_base.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus {
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

/*********************
ORDERED LISTS - SPECIAL
*********************/
/* line 197, ../scss/_base.scss */
ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}

/* line 203, ../scss/_base.scss */
ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0 0;
  /* Give each list item a left margin to make room for the numbers */
  list-style: none;
  /* Disable the normal item numbering */
}

/* line 210, ../scss/_base.scss */
ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  width: 37px;
  height: 40px;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  color: black;
  background: url('../images/ol.png?1380846652') no-repeat scroll center 3px;
  font-family: BodoniBT-Roman;
  font-size: 30px;
  text-align: center;
}

/*********************
HEADER STYLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 252, ../scss/_base.scss */
.screen-reader-text {
  display: none;
}

/* line 257, ../scss/_base.scss */
#searchform input {
  border: 1px solid #CCC;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 262, ../scss/_base.scss */
#searchform input:focus {
  border-color: #666666;
}

/* line 267, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 271, ../scss/_base.scss */
.nav li {
  padding: 10px 0;
  display: block;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 275, ../scss/_base.scss */
.nav li a {
  text-decoration: none;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 309, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 347, ../scss/_base.scss */
.archive-header {
  background-color: #f2f2f2;
}
/* line 349, ../scss/_base.scss */
.archive-header .inner-header, .archive-header .nav.main-nav, .archive-header .nav.secondary-nav {
  margin-bottom: 0;
  position: relative;
}

/* line 356, ../scss/_base.scss */
#content {
  padding-top: 40px;
}

/* end .hentry */
/* line 374, ../scss/_base.scss */
.archive-title, .archive-title-colunista {
  font-family: BodoniBT-BookItalic;
  font-size: 30px;
  color: black;
  margin: 0;
  line-height: 85%;
}
.archive-title-colunista {
  font-size: 40px;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 393, ../scss/_base.scss */
.byline {
  color: #999;
  margin: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 100%;
  margin-bottom: 2px;
}

/* entry content */
/* line 403, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 438, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 445, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 461, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 466, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 474, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 480, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 486, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.aligncenter{
margin: 0 auto;
}

img .aligncenter{
 margin-left: auto;
 margin-right: auto;
}
 .alignleft{
 float:left;
 margin: 10px;
 }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 524, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 20px 0;
}

/* line 527, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 529, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 535, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 541, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 20.5px;
  font-size: 11px;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
  color: black;
}
/* line 554, ../scss/_base.scss */
.pagination ul li .page-numbers {
  background-color: #f2f2f2;
  width: 36px;
  height: 36px;
  margin-right: 1px;
}
/* line 562, ../scss/_base.scss */
.pagination ul li .next, .pagination ul li .prev {
  width: inherit;
  line-height: 25px !important;
  font-size: 13px;
  background-color: transparent;
}
/* line 570, ../scss/_base.scss */
.pagination ul li .next {
  margin-right: 0;
}
/* line 574, ../scss/_base.scss */
.pagination ul li .dots {
  background: transparent;
  width: 30px;
}
/* line 579, ../scss/_base.scss */
.pagination ul li span.current {
  color: white;
  background-color: black;
}
/* line 584, ../scss/_base.scss */
.pagination ul li a:hover, .pagination ul li a:focus {
  color: white;
  background-color: black;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 599, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 603, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 614, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 631, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 633, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 641, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 645, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 663, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 667, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 672, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 686, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 689, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 704, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 707, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 715, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 718, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 722, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 732, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 757, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 760, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 769, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 781, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 793, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 797, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 800, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 806, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 814, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 820, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 825, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 838, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 843, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 856, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 869, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 874, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 884, ../scss/_base.scss */
.widgettitle {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted black;
  line-height: 100%;
}
/* line 889, ../scss/_base.scss */
.widgettitle .orange {
  color: #ffb400;
  font-family: BodoniBT-Bold;
}
/* line 893, ../scss/_base.scss */
.widgettitle .exclamation {
  font-family: BodoniBT-Roman;
}

/* line 902, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 922, ../scss/_base.scss */
.assine {
  background-color: #f2f2f2;
}
/* line 924, ../scss/_base.scss */
.assine .price {
  color: #d94e3f;
}

/* line 930, ../scss/_base.scss */
#inner-footer a {
  color: black;
}
/* line 932, ../scss/_base.scss */
#inner-footer a:hover, #inner-footer a:focus, #inner-footer a:active {
  color: #666666;
}

/* line 938, ../scss/_base.scss */
.footer {
  clear: both;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/* line 963, ../scss/_base.scss */
.copyright {
  font-size: 11px;
  color: black;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
Fixed Layout (Daniel)

Montei a Grid baseado na duas grids que o Danilo usou par ao layout (3 e 4 colunas).
A grid � fixa, o que dificulta a cria��o de uma vers�o mobile. Entretant manterei
as media-query caso o cliente precise de vers�es para telas menores ou maiores
*/
/********************
GRID
*********************/
/* line 5, ../scss/_fixed-layout.scss */
body {
  width: 100%;
  min-width: 100%;
}

/* line 11, ../scss/_fixed-layout.scss */
#container, .assine .inner-assine, #footer #inner-footer {
  margin: 0 auto;
  /* This centers the grid. Remove this line to place the grid on the left of the page. */
  width: 960px;
  padding: 0 0px 0 0px;
}

/* line 21, ../scss/_fixed-layout.scss */
.full-width, .home .vitrine-4, .home .vitrine-5, .home .vitrine-6, .home .banners {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

/* line 27, ../scss/_fixed-layout.scss */
.onecol, .single-post .has-super-image .banner-300x250, .home .vitrine-3 .agenda, .home .enquetes, .home .vitrine-4 ul > li, .home .especial, .home .vitrine-5 ul > li, .home .vitrine-6 ul > li, .home .seminarios, .home .banners .banner-300x60, .twocol, .single-post #main, .home .vitrine-3 .colunas-blogs, .home .featured, .threecol, .single-post .social-share, .single-cadastro_revista #main {
  clear: none;
  display: inline;
  /* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
  float: left;
//  margin: 0 30px 0 0;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
}
.single-post .social-share { float:none; }

/* line 35, ../scss/_fixed-layout.scss */
.onecol, .single-post .has-super-image .banner-300x250, .home .vitrine-3 .agenda, .home .enquetes, .home .vitrine-4 ul > li, .home .especial, .home .vitrine-5 ul > li, .home .vitrine-6 ul > li, .home .seminarios, .home .banners .banner-300x60 {
  width: 300px;
}

/* line 39, ../scss/_fixed-layout.scss */
.twocol, .single-post #main, .home .vitrine-3 .colunas-blogs, .home .featured {
  width: 630px;
}
.single-cadastro_revista #main{
  width: 630px;
}

/* line 43, ../scss/_fixed-layout.scss */
.threecol, .single-post .social-share {
  width: 960px;
  margin-right: 0;
}
.single-post .social-share { width:100%; }

/* line 48, ../scss/_fixed-layout.scss */
.prefix-one {
  margin-left: 330px;
}

/* line 52, ../scss/_fixed-layout.scss */
.prefix-two {
  margin-left: 660px;
}

/* line 56, ../scss/_fixed-layout.scss */
.suffix-one {
  margin-right: 360px;
}

/* line 60, ../scss/_fixed-layout.scss */
.suffix-two {
  margin-right: 690px;
}

/* line 64, ../scss/_fixed-layout.scss */
.clear, .home .featured.gray-left, .home .mais-lidas {
  /* Useful generic clearing class. */
  clear: both;
}

/* line 67, ../scss/_fixed-layout.scss */
.last, .single-post .has-super-image .banner-300x250, .home .vitrine-3 .agenda, .home .featured.gray-right, .home .enquetes, .home .vitrine-4 ul > li:last-child, .home .vitrine-5 ul > li:last-child, .home .vitrine-6 ul > li:last-child, .home .seminarios, .home .banners .banner-300x60:last-child {
  margin-right: 0;
}

/*********************
HEADER STYLES
*********************/
/* line 75, ../scss/_fixed-layout.scss */
.header {
  background-color: #f2f2f2;
}
/* line 79, ../scss/_fixed-layout.scss */
.header .banner {
  display: block;
  width: 728px;
  height: 90px;
  margin: 0 auto;
  background-color: #dedede;
  margin-bottom: 20px;
}
.header2 {
  background: url('../images/sombra-topcontent.png?13808466552') no-repeat center top transparent;
}
.header2 .banner {
  display: block;
  width: 728px;
  height: 90px;
  margin: 0 auto;
  margin: 20px auto;
}
/* line 86, ../scss/_fixed-layout.scss */
.header .banner p {
  color: #666;
  font-family: "Helvetica", Arial, sans-serif;
  text-align: center;
  position: relative;
  top: 35px;
}
/* line 94, ../scss/_fixed-layout.scss */
.header .nav-orange {
  background-color: #ffb400;
}
/* line 97, ../scss/_fixed-layout.scss */
.header .nav-white {
  background-color: white;
  border-bottom: 1px solid #c6c6c6;
}
/* line 102, ../scss/_fixed-layout.scss */
.header #searchform {
  float: right;
  margin-top: 20px;
  width: 225px;
  position: relative;
}
/* line 107, ../scss/_fixed-layout.scss */
.header #searchform input[type="text"] {
  width: 225px;
  padding-right: 37px;
}
/* line 112, ../scss/_fixed-layout.scss */
.header #searchform #searchsubmit {
  border: none;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 6px;
  background-position: 0 -184px;
}

/* line 124, ../scss/_fixed-layout.scss */
.inner-header, .nav.main-nav, .nav.secondary-nav {
  width: 960px;
  margin: 0 auto 20px;
}
/* line 128, ../scss/_fixed-layout.scss */
.inner-header .cat-description, .nav.main-nav .cat-description, .nav.secondary-nav .cat-description {
  width: 240px;
  float: right;
  color: black;
  font-style: italic;
  margin-right: 20px;
}
/* line 134, ../scss/_fixed-layout.scss */
.inner-header .cat-description p, .nav.main-nav .cat-description p, .nav.secondary-nav .cat-description p {
  margin: 0;
  line-height: 130%;
}

/* line 141, ../scss/_fixed-layout.scss */
#logo {
  float: left;
  margin: 0 60px 0 0;
  width: 230px;
  height: 55px;
}

/* line 150, ../scss/_fixed-layout.scss */
.social {
  float: left;
  margin: 22px 0 0 7px;
  position: relative;
}
/* line 155, ../scss/_fixed-layout.scss */
.social:after {
  content: url('../images/separator-orange.png?1380846652');
  position: absolute;
  right: -4;
  top: 1px;
}
/* line 162, ../scss/_fixed-layout.scss */
.social li {
  float: left;
}
/* line 164, ../scss/_fixed-layout.scss */
.social li a {
  display: block;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
/* line 171, ../scss/_fixed-layout.scss */
.social li a.facebook {
  background-position: 0 -139px;
}
/* line 172, ../scss/_fixed-layout.scss */
.social li a.twitter {
  background-position: 0 -112px;
}
/* line 173, ../scss/_fixed-layout.scss */
.social li a.instagram {
  background-position: 0 -85px;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 184, ../scss/_fixed-layout.scss */
.nav {
  background: transparent;
  border: 0;
  font-family: "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 191, ../scss/_fixed-layout.scss */
.nav.main-nav {
  font-size: 14px;
  font-weight: bold;
  font-size: 0 !important;
  /* remove physical spaces between items */
  text-align: justify;
  zoom: 1;
  text-justify: distribute-all-lines;
  /* distribute items in IE */
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
/* line 194, ../scss/_fixed-layout.scss */
.nav.main-nav a {
  color: white;
}
/* line 196, ../scss/_fixed-layout.scss */
.nav.main-nav a:hover, .nav.main-nav a:focus {
  color: black;
}
/* line 208, ../scss/_fixed-layout.scss */
.nav.main-nav:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* line 213, ../scss/_fixed-layout.scss */
.nav.main-nav li {
  zoom: 1;
  font-size: 14px;
  text-align: left;
  /* customize to suit */
  vertical-align: top;
  /* can customize to suit */
  display: inline-block;
  float: none;
}
/* line 228, ../scss/_fixed-layout.scss */
.nav.secondary-nav {
  font-size: 12px;
  font-size: 0 !important;
  /* remove physical spaces between items */
  text-align: justify;
  zoom: 1;
  text-justify: distribute-all-lines;
  /* distribute items in IE */
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
/* line 239, ../scss/_fixed-layout.scss */
.nav.secondary-nav:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* line 245, ../scss/_fixed-layout.scss */
.nav.secondary-nav li {
  zoom: 1;
  font-size: 12px;
  text-align: left;
  /* customize to suit */
  vertical-align: top;
  /* can customize to suit */
  display: inline-block;
  float: none;
}
/* line 256, ../scss/_fixed-layout.scss */
.nav.secondary-nav li a:after {
  content: url('../images/separator-gray.png?1380846652');
  position: absolute;
  right: -25px;
  top: 8px;
}
/* line 263, ../scss/_fixed-layout.scss */
.nav.secondary-nav li.menu-item-68069 a, .nav.secondary-nav li.menu-item-68070 a {
  color: black;
}
/* line 265, ../scss/_fixed-layout.scss */
.nav.secondary-nav li.menu-item-68069 a:hover, .nav.secondary-nav li.menu-item-68069 a:focus, .nav.secondary-nav li.menu-item-68070 a:hover, .nav.secondary-nav li.menu-item-68070 a:focus {
  color: #898989;
}
/* line 270, ../scss/_fixed-layout.scss */
.nav.secondary-nav a {
  color: #898989;
}
/* line 272, ../scss/_fixed-layout.scss */
.nav.secondary-nav a:hover, .nav.secondary-nav a:focus {
  color: black;
}
/* line 281, ../scss/_fixed-layout.scss */
.nav.short-nav {
  float: left;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 15px;
}
/* line 287, ../scss/_fixed-layout.scss */
.nav.short-nav li {
  padding-right: 15px;
  margin-right: 10px;
}
/* line 292, ../scss/_fixed-layout.scss */
.nav.short-nav li a:after {
  content: url('../images/separator-orange.png?1380846652');
  position: absolute;
  right: 0;
  top: 8px;
}
/* line 300, ../scss/_fixed-layout.scss */
.nav.short-nav a:hover, .nav.short-nav a:focus {
  color: #898989;
}
/* line 307, ../scss/_fixed-layout.scss */
.nav li {
  float: left;
  position: relative;
  /*
  plan your menus and drop-downs wisely.
  */
  /* showing sub-menus */
}
/* line 311, ../scss/_fixed-layout.scss */
.nav li a {
  border-bottom: 0;
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
  background-color: transparent;
  color: black;
}
/* line 320, ../scss/_fixed-layout.scss */
.nav li a:hover, .nav li a:focus {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 339, ../scss/_fixed-layout.scss */
.nav li ul.sub-menu,
.nav li ul.children {
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  display: none;
  z-index: 8999;
  /* highlight sub-menu current page */
}
/* line 347, ../scss/_fixed-layout.scss */
.nav li ul.sub-menu li,
.nav li ul.children li {
  /*
  if you need to go deeper, go nuts
  just remember deeper menus suck
  for usability. k, bai.
  */
}
/* line 349, ../scss/_fixed-layout.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
}
/* line 366, ../scss/_fixed-layout.scss */
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
/* line 388, ../scss/_fixed-layout.scss */
.nav li:hover ul {
  top: auto;
  display: block;
}

/* end .nav */
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
   margin-left:15px;
}

/* line 410, ../scss/_fixed-layout.scss */
.sidebar .banner-300x250 {
  width: 300px;
  height: 225px;
  background-color: #dedede;
}
/* line 414, ../scss/_fixed-layout.scss */
.sidebar .banner-300x250 p {
  text-align: center;
  padding-top: 105px;
  color: #666666;
  margin: 0;
}
/* line 422, ../scss/_fixed-layout.scss */
.sidebar .banner-300x100 {
  display: block;
  width: 300px;
  height: 100px;
  background-color: #dedede;
}
/* line 427, ../scss/_fixed-layout.scss */
.sidebar .banner-300x100 p {
  text-align: center;
  padding-top: 42px;
  color: #666666;
  margin: 0;
}

/* line 436, ../scss/_fixed-layout.scss */
.banner-assine {
  display: block;
  width: 300px;
  height: 200px;
  background-position: 0 0;
}
/* line 43, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.banner-assine:hover, .banner-assine.sidebar-assine_hover, .banner-assine.sidebar-assine-hover {
  background-position: 0 -199px;
}

/* line 444, ../scss/_fixed-layout.scss */
.assine-newsletter {
  display: block;
  width: 300px;
  height: 100px;
  background-position: 0 -300px;
}
/* line 43, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.assine-newsletter:hover, .assine-newsletter.btn-assine_hover, .assine-newsletter.btn-assine-hover {
  background-position: 0 -200px;
}

/* line 451, ../scss/_fixed-layout.scss */
.localizacao-revistas {
  display: block;
  width: 300px;
  height: 100px;
  background-position: 0 0;
  url: http://brasileiros.com.br/bancas;
}
/* line 43, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.localizacao-revistas:hover, .localizacao-revistas.btn-localizacao_hover, .localizacao-revistas.btn-localizacao-hover {
  background-position: 0 -100px;
}

/* line 460, ../scss/_fixed-layout.scss */
.latest-videos {
  line-height: 0;
}
/* line 465, ../scss/_fixed-layout.scss */
.latest-videos .description {
  margin: 0;
  padding: 20px 30px;
  background: #f2f2f2;
}
/* line 469, ../scss/_fixed-layout.scss */
.latest-videos .description p {
  line-height: 20px;
  font-weight: bold;
  color: black;
}

/* line 478, ../scss/_fixed-layout.scss */
.colunas-blogs ul {
  margin-top: 20px;
}
/* line 481, ../scss/_fixed-layout.scss */
.colunas-blogs .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 20px;
}
/* line 487, ../scss/_fixed-layout.scss */
.colunas-blogs ul li {
  border-bottom: 1px dotted black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 492, ../scss/_fixed-layout.scss */
.colunas-blogs ul li:last-child {
  border: none;
  padding-bottom: 0;
}
/* line 498, ../scss/_fixed-layout.scss */
.colunas-blogs .author {
  margin: 15px 0 0 0;
  color: black;
  font-size: 12px;
}

/* line 505, ../scss/_fixed-layout.scss */
.agenda {
  font-size: 12px;
}
/* line 506, ../scss/_fixed-layout.scss */
.agenda ul {
  margin-top: 20px;
}
/* line 510, ../scss/_fixed-layout.scss */
.agenda .local, .agenda .date {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 514, ../scss/_fixed-layout.scss */
.agenda li {
  border-bottom: 1px dotted black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 519, ../scss/_fixed-layout.scss */
.agenda li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 525, ../scss/_fixed-layout.scss */
.agenda img {
  float: left;
  margin-right: 20px;
}
/* line 529, ../scss/_fixed-layout.scss */
.agenda h5 {
  font-size: 13px;
  line-height: 18px;
}

/* line 583, ../scss/_fixed-layout.scss */
.mais-lidas ol {
  margin-top: 0;
}
/* line 586, ../scss/_fixed-layout.scss */
.mais-lidas li {
  min-height: 37px;
  padding: 20px 0;
  padding-left: 62px;
  border-bottom: 1px dotted black;
}
/* line 592, ../scss/_fixed-layout.scss */
.mais-lidas li:last-child {
  border-bottom: none;
}
/* line 595, ../scss/_fixed-layout.scss */
.mais-lidas li a {
  font-weight: bold;
  color: black;
  display: block;
}

/* line 608, ../scss/_fixed-layout.scss */
.widget {
  margin: 0 0 40px 0;
}
/* line 612, ../scss/_fixed-layout.scss */
.widget p, .widget h5 {
  margin: 0;
}
/* line 617, ../scss/_fixed-layout.scss */
.widget ul li {
  /* deep nesting */
}
/* line 625, ../scss/_fixed-layout.scss */
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*********************
FOOTER STYLES
*********************/
/*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
/* line 733, ../scss/_fixed-layout.scss */
.assine .inner-assine {
  padding: 25px 0 60px 0;
  position: relative;
  margin-top: 50px;
}
/* line 739, ../scss/_fixed-layout.scss */
.assine .h3 {
  font-size: 16px;
  margin-bottom: 7px;
}
/* line 743, ../scss/_fixed-layout.scss */
.assine p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  color: #707070;
}
/* line 750, ../scss/_fixed-layout.scss */
.assine ul {
  position: relative;
  top: 20px;
}
/* line 756, ../scss/_fixed-layout.scss */
.assine li {
  width: 225px;
  height: 180px;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px dotted black;
  position: relative;
}
/* line 766, ../scss/_fixed-layout.scss */
.assine li.item-last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/* line 777, ../scss/_fixed-layout.scss */
.assine .price {
  font-size: 24px;
  line-height: 100%;
}
/* line 781, ../scss/_fixed-layout.scss */
.assine .price span {
  font-size: 17px;
}
/* line 786, ../scss/_fixed-layout.scss */
.assine footer {
  position: absolute;
  bottom: 0;
  font-style: italic;
}
/* line 790, ../scss/_fixed-layout.scss */
.assine footer p {
  font-size: 15px;
}
/* line 794, ../scss/_fixed-layout.scss */
.assine footer .button, .assine footer .button-negative, .assine footer .pagination ul li .next, .pagination ul li .assine footer .next, .assine footer .pagination ul li .prev, .pagination ul li .assine footer .prev {
  margin: 20px 0 0 0;
  width: 205px;
}
/* line 800, ../scss/_fixed-layout.scss */
.assine h4 {
  background: url('../images/logo-sejamais.png?1380846652') no-repeat;
  width: 458px;
  height: 108px;
}
/* line 807, ../scss/_fixed-layout.scss */
.assine .revistas {
  position: absolute;
  top: 50px;
  right: 0;
}

/* line 814, ../scss/_fixed-layout.scss */
#footer {
  background: url('../images/sombra-footer.png?1380846652') no-repeat center 0 #ffb400;
  padding: 35px 0 100px;
}
/* line 822, ../scss/_fixed-layout.scss */
#footer .footer-nav {
  float: left;
  width: 105px;
  margin-top: 0;
  font-size: 13px;
}
/* line 827, ../scss/_fixed-layout.scss */
#footer .footer-nav li {
  margin-bottom: 3px;
}
/* line 831, ../scss/_fixed-layout.scss */
#footer .site-signature {
  width: 129px;
  float: left;
  margin-right: 40px;
}
/* line 837, ../scss/_fixed-layout.scss */
#footer .newsletter {
  width: 280px;
  float: right;
}
/* line 840, ../scss/_fixed-layout.scss */
#footer .newsletter label {
  text-transform: uppercase;
  color: black;
  font-family: BodoniBT-BookItalic;
  letter-spacing: 1px;
  margin-bottom: 2px;
  display: block;
  font-size: 20px;
}
/* line 851, ../scss/_fixed-layout.scss */
#footer .newsletter input {
  width: 280px;
}
/* line 855, ../scss/_fixed-layout.scss */
#footer .newsletter input[type="submit"] {
  font-size: 13px;
}
/* line 859, ../scss/_fixed-layout.scss */
#footer .newsletter input[type="email"] {
  margin-bottom: 10px;
  padding: 6px 10px;
  border-color: #d99900;
}
/* line 864, ../scss/_fixed-layout.scss */
#footer .newsletter input[type="email"]:focus {
  border-color: black;
}

/* line 873, ../scss/_fixed-layout.scss */
.footer-links ul {
  margin-top: 0;
}
/* line 875, ../scss/_fixed-layout.scss */
.footer-links ul li {
  /*
  be careful with the depth of your menus.
  it's very rare to have multi-depth menus in
  the footer.
  */
}
/*********************
ULTIMAS NOTICIAS STYLES
*********************/
/* line 896, ../scss/_fixed-layout.scss */
.page-id-107765 .oferecimento {
  float: right;
  font-size: 8px;
  text-transform: uppercase;
}
/* line 902, ../scss/_fixed-layout.scss */
.page-id-107765 .oferecimento .selo {
  background: #E1E1E1;
  width: 100px;
  height: 40px;
  margin-top: 3px;
}
/* line 908, ../scss/_fixed-layout.scss */
.page-id-107765 .oferecimento .selo p {
  text-align: center;
  padding-top: 5px;
  margin: 0;
  font-size: 10px;
  text-transform: none;
}
/* line 917, ../scss/_fixed-layout.scss */
.page-id-107765 .archive-title {
  width: 500px;
  float: left;
  margin-top: 8px;
}
/* line 922, ../scss/_fixed-layout.scss */
.page-id-107765 .archive-header {
  height: 90px;
  padding-top: 18px;
}
/* line 927, ../scss/_fixed-layout.scss */
.page-id-107765 #content {
  background: url('../images/sombra-topcontent.png?1380846652') no-repeat center top transparent;
}
/* line 931, ../scss/_fixed-layout.scss */
.page-id-107765 #main article {
  padding: 10px 0;
  border-bottom: 1px dotted black;
}
/* line 935, ../scss/_fixed-layout.scss */
.page-id-107765 #main article img {
  margin: 0 30px 0 0;
  float: left;
  display: block;
}
/* line 943, ../scss/_fixed-layout.scss */
.page-id-107765 .entry-content p {
  margin: 0;
}

/*********************
ARCHIVE STYLES
*********************/
/* line 896, ../scss/_fixed-layout.scss */
.archive .oferecimento {
  float: right;
  font-size: 8px;
  text-transform: uppercase;
}
/* line 902, ../scss/_fixed-layout.scss */
.archive .oferecimento .selo {
  background: #E1E1E1;
  width: 100px;
  height: 40px;
  margin-top: 3px;
}
/* line 908, ../scss/_fixed-layout.scss */
.archive .oferecimento .selo p {
  text-align: center;
  padding-top: 5px;
  margin: 0;
  font-size: 10px;
  text-transform: none;
}
/* line 917, ../scss/_fixed-layout.scss */
.archive .archive-title, .archive .archive-title-colunista {
  width: 330px;
  float: left;
  margin-top: 8px;
}
/* line 922, ../scss/_fixed-layout.scss */
.archive .archive-header {
  height: 90px;
  padding-top: 14px;
}
/* line 927, ../scss/_fixed-layout.scss */
.archive #content {
  background: url('../images/sombra-topcontent.png?1380846652') no-repeat center top transparent;
}
/* line 931, ../scss/_fixed-layout.scss */
.archive #main article {
  padding: 10px 0;
  border-bottom: 1px dotted black;
}
/* line 935, ../scss/_fixed-layout.scss */
.archive #main article img {
  margin: 0 30px 0 0;
  float: left;
  display: block;
}
/* line 943, ../scss/_fixed-layout.scss */
.archive .entry-content p {
  margin: 0;
}

/* line 952, ../scss/_fixed-layout.scss */
.category-noticias #main article:first-child {
  padding-top: 0;
}
/* line 956, ../scss/_fixed-layout.scss */
.category-noticias #main article:first-child .h3 {
  font-size: 24px;
  line-height: 28px;
}

/*********************
SINGLE
*********************/
/* line 968, ../scss/_fixed-layout.scss */
.single-post #main {
  color: #333;
}
/* line 973, ../scss/_fixed-layout.scss */
.single-post .byline {
//  width: 225px;
//  float: left;
  line-height: 200%;
  font-style: normal;
}
/* line 980, ../scss/_fixed-layout.scss */
.single-post .excerpt {
//  width: 385px;
//  float: left;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
}
/* line 986, ../scss/_fixed-layout.scss */
.single-post .excerpt p {
  margin-top: 0;
}
/* line 995, ../scss/_fixed-layout.scss */
.single-post figure {
  width: 390px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 1em;
}
/* line 1001, ../scss/_fixed-layout.scss */
.single-post figure img {
  margin-bottom: 0;
}
/* line 1005, ../scss/_fixed-layout.scss */
.single-post figure figcaption {
  background: #f2f2f2;
  padding: 20px;
  font-size: 13px;
  color: black;
  float: left;
  width: 390px;
  margin-top: -6px;
}
/* line 1016, ../scss/_fixed-layout.scss */
.single-post #bones-related-posts {
  margin-top: 60px;
}
/* line 1020, ../scss/_fixed-layout.scss */
.single-post #bones-related-posts .orange {
  color: #ffb400;
  font-family: BodoniBT-Bold;
}
/* line 1025, ../scss/_fixed-layout.scss */
.single-post #bones-related-posts h2 {
  font-size: 25px;
  font-family: BodoniBT-BookItalic;
  text-transform: uppercase;
  border-bottom: 1px dotted black;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 100%;
}
/* line 1037, ../scss/_fixed-layout.scss */
.single-post .related_post {
  width: 390px;
  float: left;
  width: 190px;
  margin-right: 30px;
}
/* line 1042, ../scss/_fixed-layout.scss */
.single-post .related_post:last-child {
  margin-right: 0;
}
/* line 1046, ../scss/_fixed-layout.scss */
.single-post .related_post .chapeu {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
/* line 1053, ../scss/_fixed-layout.scss */
.single-post .related_post p {
  font-size: 13px;
  color: #666;
}
/* line 1058, ../scss/_fixed-layout.scss */
.single-post .related_post h3 {
  margin-bottom: 15px;
}
/* line 1063, ../scss/_fixed-layout.scss */
.single-post .social-share {
  margin: 40px 0;
  line-height: 100%;
}
/* line 1068, ../scss/_fixed-layout.scss */
.single-post .social-share .twitter-share {
  margin-left: 10px;
}
/* line 1075, ../scss/_fixed-layout.scss */
.single-post .has-super-image .sidebar .banner-300x250 {
  display: none;
}
/* line 1079, ../scss/_fixed-layout.scss */
.single-post .has-super-image .banner-300x250 {
  float: right;
}
/* line 1084, ../scss/_fixed-layout.scss */
.single-post .has-super-image figure {
  margin-bottom: 40px;
  margin-top: 40px;
  clear: both;
}
/* line 1090, ../scss/_fixed-layout.scss */
.single-post .has-super-image figcaption {
  width: 960px;
}
/* line 1094, ../scss/_fixed-layout.scss */
.single-post .has-super-image .social-share {
  float: left;
  width: 660px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
/* line 1108, ../scss/_fixed-layout.scss */
.single-post .has-super-image .inner {
  height: 250px;
  position: relative;
}

/* line 1117, ../scss/_fixed-layout.scss */
.single-title {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}

/*********************
AGENDA
*********************/
/* line 1131, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .post {
  height: 330px;
  background-color: #f2f2f2;
  border: none;
  margin-bottom: 30px;
  position: relative;
}
/* line 1137, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .post .hover-effect {
  display: block;
  position: absolute;
  top: -3;
  left: -3px;
  height: 333px;
  width: 303px;
  z-index: 2;
}
/* line 1145, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .post .hover-effect:hover {
  border: 3px solid #ffb400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1152, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .excerpt {
  padding: 20px;
  position: relative;
}
/* line 1158, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .event-date {
  line-height: 100%;
  margin: 0 0 30px;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffb400;
}
/* line 1167, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .event-city {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 20px 0 0;
  font-size: 15px;
  color: black;
  line-height: 100%;
}
/* line 1177, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .chapeu {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  margin: 0 0 5px;
  font-weight: bold;
  color: #ffb400;
}
/* line 1186, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .h3 {
  margin: 0;
  line-height: 120%;
}
/* line 1189, ../scss/_fixed-layout.scss */
.category-blog_guia_brasileiros .h3 a {
  color: black;
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*
VERGONHA
You know what I mean...
*/
/* line 1, ../scss/_shame.scss */
body {
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 8, ../scss/_shame.scss */
.home .bg-orange {
  width: 100%;
//  height: 560px;
  height: 550px;
  background: #ffb400;
  position: absolute;
  z-index: -1;
  top: 1648px;
  right: 50%;
}
/* line 18, ../scss/_shame.scss */
.home .bg-gray-right {
  width: 100%;
  height: 586px;
  background: #f1f1f1;
  position: absolute;
  z-index: -1;
  top: 2715px;
  left: 50%;
}
/* line 28, ../scss/_shame.scss */
.home .bg-gray-left {
  width: 100%;
  height: 570px;
  background: #f1f1f1;
  position: absolute;
  z-index: -1;
  top: 3982px;
  right: 50%;
}
/* line 44, ../scss/_shame.scss */
.home .header {
  padding-top: 15px;
}
/* line 48, ../scss/_shame.scss */
.home .highlight {
  text-align: center;
  font-size: 15px;
}
/* line 53, ../scss/_shame.scss */
.home .highlight h1 {
  font-size: 45px;
  font-weight: bold;
  font-family: Arial;
  text-transform: inherit;
  margin: 0;
}
/* line 60, ../scss/_shame.scss */
.home .highlight h1 a {
  color: black;
}
/* line 65, ../scss/_shame.scss */
.home .highlight p {
  color: black;
  margin: 20px 0 40px;
}
/* line 71, ../scss/_shame.scss */
.home p {
  margin: 0;
}
/* line 76, ../scss/_shame.scss */
.home .chapeu {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffb400;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
/* line 85, ../scss/_shame.scss */
.home .vitrine-1 {
  width: 790px;
  height: 390px;
  position: relative;
  margin-bottom: 40px;
}
/* line 91, ../scss/_shame.scss */
.home .vitrine-1 header {
  float: left;
  width: 320px;
  border-top: 1px solid #b6b6b6;
  padding-top: 20px;
  padding-left: 20px;
}
/* line 99, ../scss/_shame.scss */
.home .vitrine-1 .entry-content {
  float: left;
  width: 320px;
  padding-left: 20px;
}
/* line 105, ../scss/_shame.scss */
.home .vitrine-1 h1, .home .vitrine-1 .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-transform: none;
  line-height: 120%;
  margin: 5px 0 0 0;
}
/* line 113, ../scss/_shame.scss */
.home .vitrine-1 h1 a, .home .vitrine-1 .title a {
  color: black;
}
/* line 118, ../scss/_shame.scss */
.home .vitrine-1 .chapeu {
  font-weight: bold;
  font-size: 14px;
}
/* line 123, ../scss/_shame.scss */
.home .vitrine-1 p {
  margin: 10px 0;
}
/* line 127, ../scss/_shame.scss */
.home .vitrine-1 .related {
  list-style-type: disc;
  margin-left: 20px;
  float: left;
  margin-top: 0;
  font-size: 13px;
  font-weight: bold;
}
/* line 135, ../scss/_shame.scss */
.home .vitrine-1 .related a {
  color: black;
}
/* line 140, ../scss/_shame.scss */
.home .vitrine-1 img {
  float: left;
}
/* line 144, ../scss/_shame.scss */
.home .vitrine-1 .bullets {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
}
/* line 152, ../scss/_shame.scss */
.home .vitrine-1 .bullets li {
  display: inline-block;
}
/* line 156, ../scss/_shame.scss */
.home .vitrine-1 .bullets a {
  width: 13px;
  height: 13px;
  display: block;
  background-position: 0 -26px;
}
/* line 43, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.home .vitrine-1 .bullets a:hover, .home .vitrine-1 .bullets a.bullet_hover, .home .vitrine-1 .bullets a.bullet-hover {
  background-position: 0 -13px;
}
/* line 43, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.home .vitrine-1 .bullets a:active, .home .vitrine-1 .bullets a.bullet_active, .home .vitrine-1 .bullets a.bullet-active {
  background-position: 0 0;
}
/* line 165, ../scss/_shame.scss */
.home .vitrine-1 .nas-bancas {
  position: absolute;
  top: 0;
  right: -170px;
  width: 140px;
}
/* line 171, ../scss/_shame.scss */
.home .vitrine-1 .nas-bancas h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffb400;
  line-height: 100%;
  margin: 0 0 10px;
}
/* line 180, ../scss/_shame.scss */
.home .vitrine-1 .nas-bancas img {
  margin-bottom: 10px;
}
/* line 183, ../scss/_shame.scss */
.home .vitrine-1 .nas-bancas .chapeu {
  font-size: 12px;
  margin-bottom: 0;
}
/* line 188, ../scss/_shame.scss */
.home .vitrine-1 .nas-bancas h3 {
  font-size: 14px;
  line-height: 120%;
  margin-bottom:12px;
}
/* line 196, ../scss/_shame.scss */
.home .vitrine-2 {
  margin-bottom: 50px;
}
/* line 200, ../scss/_shame.scss */
.home .vitrine-2 .row-1 > li, .home .vitrine-2 .row-2 > li {
  width: 250px;
  float: left;
  margin-right: 20px;
}
/* line 206, ../scss/_shame.scss */
.home .vitrine-2 ul {
  margin: 0;
}
/* line 210, ../scss/_shame.scss */
.home .vitrine-2 h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 120%;
}
/* line 216, ../scss/_shame.scss */
.home .vitrine-2 p {
  font-size: 13px;
  border-bottom: 1px dotted black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 223, ../scss/_shame.scss */
.home .vitrine-2 .chapeu {
  margin-bottom: 10px;
}
/* line 228, ../scss/_shame.scss */
.home .vitrine-3 {
  margin-bottom: 50px;
}
/* line 233, ../scss/_shame.scss */
.home .vitrine-3 .widgettitle {
  font-size: 35px;
}
/* line 240, ../scss/_shame.scss */
.home .vitrine-3 .colunas-blogs ul {
  margin: 0;
  padding-top: 20px;
}
/* line 245, ../scss/_shame.scss */
.home .vitrine-3 .colunas-blogs ul > li {
  height: 112px;
  width: 300px;
  float: left;
}
/* line 251, ../scss/_shame.scss */
.home .vitrine-3 .colunas-blogs .item-2, .home .vitrine-3 .colunas-blogs .item-4 {
  padding-left: 30px;
  border-bottom: 1px dotted black;
  width: 329px;
  margin-left: 1px;
}
/* line 258, ../scss/_shame.scss */
.home .vitrine-3 .colunas-blogs .item-3, .home .vitrine-3 .colunas-blogs .item-4 {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 263, ../scss/_shame.scss */
.home .vitrine-3 .colunas-blogs .author, .home .vitrine-3 .colunas-blogs h5 {
  margin: 0;
}
/* line 275, ../scss/_shame.scss */
.home .featured.gray-right {
  position: relative;
  background: #f1f1f1;
//  padding: 30px 0 30px 30px;
  padding: 20px 0 20px 20px;
  width:960px;
}
/* line 282, ../scss/_shame.scss */
.home .featured.gray-right h2 {
  margin: 0 0 30px;
  line-height: 100%;
  font-family: BodoniBT-BookItalic;
}
/* line 286, ../scss/_shame.scss */
.home .featured.gray-right h2 .orange {
  color: #ffb400;
  font-family: BodoniBT-Bold;
}
/* line 290, ../scss/_shame.scss */
.home .featured.gray-right h2 .exclamation {
  font-family: BodoniBT-Roman;
}
/* line 295, ../scss/_shame.scss */
.home .featured.gray-right h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
}
/* line 304, ../scss/_shame.scss */
.home .featured.gray-right .content {
  color: black;
  line-height: 20px;
}
/* line 310, ../scss/_shame.scss */
.home .featured.gray-right .video {
  width: 599px;
  height: 333px;
  background: black;
  text-align: center;
}
/* line 317, ../scss/_shame.scss */
.home .featured.gray-right .oferecimento {
  position: absolute;
  top: 5px;
  right: 0;
}
/* line 324, ../scss/_shame.scss */
.home .featured.gray-left {
  position: relative;
  background: #f1f1f1;
  padding: 30px 30px 30px 0;
}
/* line 330, ../scss/_shame.scss */
.home .featured.gray-left h2 {
  margin: 0 0 30px 0;
  line-height: 100%;
  font-family: BodoniBT-BookItalic;
}
/* line 335, ../scss/_shame.scss */
.home .featured.gray-left h2 .orange {
  color: #ffb400;
  font-family: BodoniBT-Bold;
}
/* line 339, ../scss/_shame.scss */
.home .featured.gray-left h2 .exclamation {
  font-family: BodoniBT-Roman;
}
/* line 344, ../scss/_shame.scss */
.home .featured.gray-left .oferecimento {
  position: absolute;
  top: 5px;
  right: 40px;
}
/* line 350, ../scss/_shame.scss */
.home .featured.gray-left article {
  float: left;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
/* line 356, ../scss/_shame.scss */
.home .featured.gray-left article .info-hover {
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}
/* line 362, ../scss/_shame.scss */
.home .featured.gray-left .article-big {
  width: 295px;
  height: 450px;
  margin-right: 10px;
}
/* line 367, ../scss/_shame.scss */
.home .featured.gray-left .article-big a {
  display: block;
  width: 295px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 376, ../scss/_shame.scss */
.home .featured.gray-left .article-big .info-hover {
  width: 295px;
  height: 450px;
  position: absolute;
  top: 365px;
}
/* line 383, ../scss/_shame.scss */
.home .featured.gray-left .article-big a:hover > div {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 388, ../scss/_shame.scss */
.home .featured.gray-left .article-big .h3 {
  font-size: 17px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 394, ../scss/_shame.scss */
.home .featured.gray-left .article-big p {
  color: white;
}
/* line 399, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 {
  font-family: Arial, Helvetica, sans-serif;
  width: 295px;
  height: 220px;
  margin-bottom: 10px;
}
/* line 405, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 a {
  display: block;
  width: 295px;
  height: 220px;
  position: absolute;
}
/* line 412, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 .info-hover {
  position: absolute;
  width: 295px;
  height: 220px;
  top: 135px;
}
/* line 421, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 a:hover > div {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 426, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 h2, .home .featured.gray-left .article-small-1 p {
  color: white;
}
/* line 431, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 .h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* line 436, ../scss/_shame.scss */
.home .featured.gray-left .article-small-1 p {
  font-size: 12px;
}
/* line 441, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 {
  width: 295px;
  height: 220px;
}
/* line 445, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 a {
  display: block;
  width: 295px;
  height: 220px;
  position: absolute;
}
/* line 452, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 .info-hover {
  position: absolute;
  top: 135px;
  width: 295px;
  height: 220px;
}
/* line 459, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 a:hover > div {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 464, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 h2, .home .featured.gray-left .article-small-2 p {
  color: white;
}
/* line 469, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 .h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* line 474, ../scss/_shame.scss */
.home .featured.gray-left .article-small-2 p {
  font-size: 12px;
}
/* line 481, ../scss/_shame.scss */
.home .featured.orange-left {
  position: relative;
  background: #ffb400;
  padding: 30px 30px 30px 0;
}
/* line 486, ../scss/_shame.scss */
.home .featured.orange-left .oferecimento {
  position: absolute;
  top: 10px;
  right: 20px;
}
/* line 492, ../scss/_shame.scss */
.home .featured.orange-left h1 {
  font-family: BodoniBT-BookItalic;
  margin: 0;
  line-height: 100%;
  margin-bottom: 30px;
}
/* line 498, ../scss/_shame.scss */
.home .featured.orange-left h1 .orange {
  color: white;
  font-family: BodoniBT-Bold;
}
/* line 503, ../scss/_shame.scss */
.home .featured.orange-left h1 .exclamation {
  font-family: BodoniBT-Roman;
}
/* line 508, ../scss/_shame.scss */
.home .featured.orange-left img {
  border: 5px solid white;
}
/* line 513, ../scss/_shame.scss */
.home .featured.orange-left .content {
  width: 601px;
  height: 439px;
  position: relative;
}
/* line 518, ../scss/_shame.scss */
.home .featured.orange-left .content a {
  width: 606px;
  height: 444px;
  position: absolute;
  overflow: hidden;
}
/* line 524, ../scss/_shame.scss */
.home .featured.orange-left .content a:hover > div {
  top: 5px;
  padding: 140px 60px 40px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 532, ../scss/_shame.scss */
.home .featured.orange-left .content .info-hover {
  height: 439px;
  width: 601px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 355px;
  left: 5px;
  padding: 15px;
}
/* line 542, ../scss/_shame.scss */
.home .featured.orange-left .content .excerpt-link {
  color: white;
  font-size: 18px;
  line-height: 120%;
}
/* line 549, ../scss/_shame.scss */
.home .featured.orange-left .content .excerpt-hover {
  margin-top: 20px;
  line-height: 120%;
  color: white;
}
/* line 559, ../scss/_shame.scss */
.home .enquetes {
  float: left;
}
/* line 564, ../scss/_shame.scss */
.home .enquetes img {
  margin-bottom: 10px;
}
/* line 567, ../scss/_shame.scss */
.home .enquetes .content {
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
/* line 575, ../scss/_shame.scss */
.home .enquetes .button, .home .enquetes .button-negative, .home .enquetes .pagination ul li .next, .pagination ul li .home .enquetes .next, .home .enquetes .pagination ul li .prev, .pagination ul li .home .enquetes .prev {
  width: 147px;
  font-size: 13px;
}
/* line 581, ../scss/_shame.scss */
.home .vitrine-4 {
  margin: 70px 0;
}
/* line 584, ../scss/_shame.scss */
.home .vitrine-4 h2 {
  margin: 0 0 10px 0;
  line-height: 100%;
}
/* line 589, ../scss/_shame.scss */
.home .vitrine-4 h3 {
  //margin-bottom: 20px;
  margin-bottom: 5px;
}
/* line 593, ../scss/_shame.scss */
.home .vitrine-4 ul {
  margin: 0;
}
/* line 597, ../scss/_shame.scss */
.home .vitrine-4 img {
//  margin-bottom: 20px;
  margin-bottom: 5px;
}
/* line 600, ../scss/_shame.scss */
.home .vitrine-4 p {
  font-size: 13px;
}
/* line 615, ../scss/_shame.scss */
.home .especial h3 {
  font-size: 17px;
  line-height: 130%;
  margin-bottom: 0;
}
/* line 622, ../scss/_shame.scss */
.home .vitrine-5 {
  margin-top: 60px;
  margin-bottom: 50px;
}
/* line 627, ../scss/_shame.scss */
.home .vitrine-5 h2 {
  margin: 0 0 10px;
  line-height: 100%;
  color: #ffb400;
}
/* line 633, ../scss/_shame.scss */
.home .vitrine-5 ul {
  clear: both;
}
/* line 637, ../scss/_shame.scss */
.home .vitrine-5 h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 642, ../scss/_shame.scss */
.home .vitrine-5 .related {
  font-size: 14px;
  margin: 0;
}
/* line 649, ../scss/_shame.scss */
.home .vitrine-5 p {
  font-size: 13px;
}
/* line 652, ../scss/_shame.scss */
.home .vitrine-5 article {
  border-bottom: 1px dotted black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 657, ../scss/_shame.scss */
.home .vitrine-5 article.item-last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 679, ../scss/_shame.scss */
.home .vitrine-6 {
  margin-bottom: 70px;
  margin-top: 70px;
}
/* line 690, ../scss/_shame.scss */
.home .vitrine-6 h2 {
  margin: 0 0 20px;
  line-height: 100%;
  font-family: BodoniBT-BookItalic;
}
/* line 694, ../scss/_shame.scss */
.home .vitrine-6 h2 .orange {
  font-family: BodoniBT-Bold;
  color: #ffb400;
}
/* line 698, ../scss/_shame.scss */
.home .vitrine-6 h2 .exclamation {
  font-family: BodoniBT-Roman;
}
/* line 703, ../scss/_shame.scss */
.home .vitrine-6 p {
  font-size: 13px;
  color: #666666;
}
/* line 708, ../scss/_shame.scss */
.home .vitrine-6 .h3 {
  font-size: 13px;
  margin-bottom: 20px;
}
/* line 713, ../scss/_shame.scss */
.home .vitrine-6 article {
  border-bottom: 1px dotted black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 717, ../scss/_shame.scss */
.home .vitrine-6 article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 724, ../scss/_shame.scss */
.home .vitrine-6 .tmp {
  background: url('../images/home/vitrine-6-h2.png?1380846652') no-repeat;
  width: 237px;
  height: 122px;
}
/* line 731, ../scss/_shame.scss */
.home .vitrine-6 .author {
  color: #ffb400;
  font-size: 16px;
  font-weight: bold;
}
/* line 736, ../scss/_shame.scss */
.home .vitrine-6 .localization {
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
/* line 743, ../scss/_shame.scss */
.home .vitrine-6 .button, .home .vitrine-6 .button-negative, .home .vitrine-6 .pagination ul li .next, .pagination ul li .home .vitrine-6 .next, .home .vitrine-6 .pagination ul li .prev, .pagination ul li .home .vitrine-6 .prev {
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 747, ../scss/_shame.scss */
.home .vitrine-6 .button.afirmative, .home .vitrine-6 .afirmative.button-negative, .home .vitrine-6 .pagination ul li .afirmative.next, .pagination ul li .home .vitrine-6 .afirmative.next, .home .vitrine-6 .pagination ul li .afirmative.prev, .pagination ul li .home .vitrine-6 .afirmative.prev, .home .vitrine-6 .button.negative, .home .vitrine-6 .negative.button-negative, .home .vitrine-6 .pagination ul li .negative.next, .pagination ul li .home .vitrine-6 .negative.next, .home .vitrine-6 .pagination ul li .negative.prev, .pagination ul li .home .vitrine-6 .negative.prev {
  width: 50%;
}
/* line 751, ../scss/_shame.scss */
.home .vitrine-6 .button.afirmative, .home .vitrine-6 .afirmative.button-negative, .home .vitrine-6 .pagination ul li .afirmative.next, .pagination ul li .home .vitrine-6 .afirmative.next, .home .vitrine-6 .pagination ul li .afirmative.prev, .pagination ul li .home .vitrine-6 .afirmative.prev {
  background-image: url('../images/home/icon-curti.png?1380846652');
  background-repeat: no-repeat;
  background-position: 33px 4px;
}
/* line 757, ../scss/_shame.scss */
.home .vitrine-6 .button.negative, .home .vitrine-6 .negative.button-negative, .home .vitrine-6 .pagination ul li .negative.next, .pagination ul li .home .vitrine-6 .negative.next, .home .vitrine-6 .pagination ul li .negative.prev, .pagination ul li .home .vitrine-6 .negative.prev {
  background-image: url('../images/home/icon-naocurti.png?1380846652');
  background-repeat: no-repeat;
  background-position: 20px 7px;
}
/* line 764, ../scss/_shame.scss */
.home .vitrine-6 .response {
  margin-top: 20px;
}
/* line 773, ../scss/_shame.scss */
.home .seminarios h2 {
  margin: 20px 0 0;
}
/* line 776, ../scss/_shame.scss */
.home .seminarios h4 {
  font-size: 16px;
}
/* line 779, ../scss/_shame.scss */
.home .seminarios .button, .home .seminarios .button-negative, .home .seminarios .pagination ul li .next, .pagination ul li .home .seminarios .next, .home .seminarios .pagination ul li .prev, .pagination ul li .home .seminarios .prev {
  width: 300px;
  margin-bottom: 0;
  font-size: 13px;
}
/* line 789, ../scss/_shame.scss */
.home .mais-lidas ol {
  border-top: 1px dotted black;
  padding-top: 40px;
}
/* line 794, ../scss/_shame.scss */
.home .mais-lidas li {
  border-bottom: none;
  width: 225px;
  float: left;
  margin-right: 20px;
  padding-left: 50px;
}
/* line 801, ../scss/_shame.scss */
.home .mais-lidas li:last-child {
  margin-right: 0;
}
/* line 805, ../scss/_shame.scss */
.home .mais-lidas li:before {
  top: 0;
  margin-top: 20px;
}
/* line 811, ../scss/_shame.scss */
.home .mais-lidas h2 {
  font-size: 39px;
  font-family: BodoniBT-BookItalic;
  text-align: center;
  background: white;
  margin: 0;
  position: relative;
  top: 20px;
  left: 315px;
  width: 270px;
}
/* line 822, ../scss/_shame.scss */
.home .mais-lidas h2 .orange {
  font-family: BodoniBT-Bold;
  color: #ffb400;
}
/* line 827, ../scss/_shame.scss */
.home .mais-lidas h2 .exclamation {
  font-family: BodoniBT-Roman;
}
/* line 833, ../scss/_shame.scss */
.home .banners {
  margin-bottom: 70px;
}
/* line 836, ../scss/_shame.scss */
.home .banners .banner-300x60 {
  background: #e1e1e1;
  display: block;
  font-size: 12px;
  height: 60px;
}

/* line 855, ../scss/_shame.scss */
.banner-140x140,
.banner-300x100,
.banner-300x250,
.banner-300x60,
.banner-340x340,
.oferecimento .selo {
  background: #e1e1e1;
  display: block;
  font-size: 12px;
}

/* line 861, ../scss/_shame.scss */
.banner-140x140 {
  width: 140px;
  height: 140px;
  text-align: center;
}
/* line 865, ../scss/_shame.scss */
.banner-140x140 p {
  padding-top: 60px;
}

/* line 870, ../scss/_shame.scss */
.banner-300x100 {
  width: 300px;
  height: 100px;
  text-align: center;
}
/* line 874, ../scss/_shame.scss */
.banner-300x100 p {
  padding-top: 40px;
}

/* line 879, ../scss/_shame.scss */
.banner-300x250 {
  width: 300px;
  height: 250px;
  text-align: center;
}
/* line 883, ../scss/_shame.scss */
.banner-300x250 p {
  padding-top: 120px;
}

/* line 888, ../scss/_shame.scss */
.banner-300x60 {
  width: 300px;
  height: 60px;
  text-align: center;
}
/* line 892, ../scss/_shame.scss */
.banner-300x60 p {
  padding-top: 20px;
}

/* line 897, ../scss/_shame.scss */
.oferecimento {
  width: 100px;
  height: 40px;
}

/* line 904, ../scss/_shame.scss */
.oferecimento .selo {
  background: #E1E1E1;
  width: 100px;
  height: 40px;
  margin-top: 3px;
}
/* line 910, ../scss/_shame.scss */
.oferecimento .selo p {
  text-align: center;
  padding-top: 5px;
  margin: 0;
  font-size: 10px;
  text-transform: none;
}

.byline .updated{
float:left;
margin-right:10px;
}
.byline .updated2{
float:right;
margin-right:10px;
}
