@charset "UTF-8";
/*****************************************************************
* Theme
*****************************************************************
*
* Theme Name: Revista Marie Claire
* App URL: http://revistamarieclaire.globo.com/
* Author: Blank Internet Studio <blank.st>
* Description: Site Marie Claire
* Version: 2.0
*
*****************************************************************
*********************/
/**
*
* Modules architecture
*
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Vidaloka);
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
* {
  margin: 0;
  box-sizing: border-box;
}

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

html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
  outline: 0;
  padding: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

address {
  font-style: normal;
}

ul, li {
  list-style: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

/**
*
* Grid
*
**/
/* ==========  VARIABLES  ========== */
/**
*
* Grid
*
**/
.container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 959px) {
  .container {
    width: 1000px;
  }
}
@media only screen and (min-width: 960px) {
  .container {
    width: 960px;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 959px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/**
*
* Components architecture
*
**/
/**
*
* Typography
*
**/
.section-title {
  color: #000;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.section-title:before {
  background: #000;
  content: '';
  display: inline-block;
  vertical-align: top;
}

.page-title {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 63px;
  font-weight: normal;
  letter-spacing: -1.49px;
  padding-bottom: 10px;
  text-align: center;
}

/**
*
* Global
*
**/
html,
body,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  background-color: #FFF;
  position: relative;
}
body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-size: 100% 26px;
}
body.debug::after {
  display: block;
  pointer-events: none;
}

body.open {
  overflow: hidden;
}

.visible {
  display: block;
}

.hide {
  display: none;
}

.divisoria {
  border: none;
  border-top: 1px solid #bdbdbd;
}
.divisoria--dupla {
  border-bottom: 1px solid #939393;
  border-top: 1px solid #939393;
  height: 5px;
}
.divisoria--wide {
  border-top: 5px solid #000;
}

.loader {
  display: none;
  padding: 35px 0;
  text-align: center;
}
.loader .divisoria {
  margin-bottom: 25px;
}
.loader img {
  -webkit-animation-name: loader;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: loader;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: loader;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.espaco-publicitario .espaco-publicitario__helper {
  background: #70ba59;
  color: #FFF;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 12px;
  padding: 0 5px;
  text-transform: lowercase;
  vertical-align: top;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/font-awesome/fontawesome-webfont.eot");
  src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.banner {
  text-align: center;
}
.banner--horizontal {
  padding: 14px 0 16px 0;
}
.banner--quadrado:first-child {
  margin-bottom: 32px;
}
.banner--large {
  text-align: left;
  margin: 0 0 31px 8px;
}

.btn-assinar {
  background: #d71920;
  bottom: 0;
  color: #FFF;
  font-size: 24px;
  left: 0;
  line-height: 33px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.btn-nav {
  background: url("../img/btn-hamburguer.png") left top no-repeat;
  float: left;
  height: 19px;
  margin-right: 23px;
  text-indent: -9999px;
  width: 29px;
}
.btn-nav:hover {
  background-position: left bottom;
}

.btn-mais-noticias {
  background: #000;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 30px;
  line-height: 40px;
  padding: 0 19px;
  text-transform: uppercase;
}

.btn-mais-enquetes {
  background: url("../img/btn-mais-black.png") left top no-repeat;
  height: 18px;
  float: right;
  margin-top: 3px;
  width: 18px;
}
.btn-mais-enquetes:hover {
  background-position: left bottom;
}

.btn-enquete {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-family: "Vidaloka", serif;
  font-size: 30px;
  line-height: 45px;
  text-transform: lowercase;
  width: 158px;
  vertical-align: top;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.btn-enquete:hover {
  background: #d71920;
}

.custom-select .visible {
  display: block;
}
.custom-select .invisible {
  display: none;
}
.custom-select .custom-select__wrap {
  position: relative;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  border: 0;
  padding: 0;
  width: 100%;
  outline: none;
  text-align: left;
}
.custom-select .custom-select__wrap input {
  cursor: pointer;
  left: 0px;
  margin: 0 0 0 0;
  outline: none;
  position: absolute;
  top: 0px;
  width: 100%;
  vertical-align: middle;
}
.custom-select .custom-select__wrap .icon {
  height: 0;
  position: absolute;
  width: 0;
}
.custom-select .custom-select__wrap .list-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.custom-select .custom-select__wrap .list-wrapper ul li {
  cursor: pointer;
}
.custom-select--footer {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  margin-top: 30px;
  vertical-align: top;
  width: 209px;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.43);
}
.custom-select--footer .custom-select__wrap {
  height: 23px;
}
.custom-select--footer .custom-select__wrap input {
  border: 0;
  color: #434343;
  font-size: 14px;
  height: 23px;
  padding: 0 8px;
}
.custom-select--footer .custom-select__wrap .icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #f26222;
  right: 7px;
  top: 9px;
}
.custom-select--footer .custom-select__wrap .campo-sel {
  height: 23px;
  width: 100%;
}
.custom-select--footer .custom-select__wrap .list-wrapper {
  top: 24px;
}
.custom-select--footer .custom-select__wrap .list-wrapper ul li {
  background: #FFF;
  color: #434343;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
}
.custom-select--categorias {
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
  width: 237px;
}
.custom-select--categorias .custom-select__wrap {
  height: 44px;
}
.custom-select--categorias .custom-select__wrap input {
  border: 1px solid #ff632d;
  color: #ff632d;
  font-size: 24px;
  height: 44px;
  letter-spacing: 2px;
  padding: 0 13px 0 10px;
  text-transform: uppercase;
}
.custom-select--categorias .custom-select__wrap .icon {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #ff632d;
  right: 13px;
  top: 19px;
}
.custom-select--categorias .custom-select__wrap .campo-sel {
  height: 44px;
  width: 100%;
}

.galeria {
  overflow: hidden;
  position: relative;
}
.galeria .galeria__fotos {
  height: 100%;
  width: 100%;
}
.galeria .galeria__outer {
  height: 480px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.galeria .galeria__outer .galeria__wrap {
  height: 100%;
  position: relative;
}
.galeria .galeria__item {
  background: #dedede;
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
}
.galeria .galeria__item img {
  height: 100%;
  max-width: 100%;
}
.galeria .galeria__nav .galeria__nav-item {
  background: url("../img/sprite-arrows-galeria.png") no-repeat;
  height: 70px;
  margin-top: -35px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 39px;
  z-index: 10;
}
.galeria .galeria__nav .galeria__nav-item--anterior {
  background-position: left top;
  left: 0;
}
.galeria .galeria__nav .galeria__nav-item--proximo {
  background-position: right top;
  right: 0;
}
.galeria .galeria__fotos-legenda {
  color: #FFF;
}
.galeria .galeria__fotos-legenda .galeria__fotos__wrap {
  margin: 12px 0 10px 0;
}
.galeria .galeria__fotos-legenda .galeria__fotos-qtd {
  color: #000;
  display: inline-block;
  font-family: "Vidaloka", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 27px;
  margin-right: 15px;
  vertical-align: top;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share {
  display: inline-block;
  vertical-align: top;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__item {
  float: left;
  margin-right: 3px;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__item:last-child {
  margin-right: 0;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__link {
  background-image: url("../img/sprite-share-galeria.jpg");
  background-repeat: no-repeat;
  display: block;
  height: 27px;
  width: 27px;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__link--facebook {
  background-position: left top;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__link--pinterest {
  background-position: -27px 0;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__link--google {
  background-position: -54px 0;
}
.galeria .galeria__fotos-legenda .galeria__fotos__share .galeria__fotos__share__link--twitter {
  background-position: right top;
}
.galeria .galeria__fotos-legenda .galeria__legenda {
  border-bottom: 5px solid #000;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  padding-bottom: 17px;
}
.galeria .galeria__fotos-legenda .galeria__legenda a {
  color: #e90000;
}

.slider {
  position: relative;
}
.slider .slider__outer {
  overflow: hidden;
}
.slider .slider__wrap {
  position: relative;
}
.slider .slider__item {
  float: left;
}
.slider--principal {
  height: 425px;
  width: 100%;
}
.slider--principal .slider__outer,
.slider--principal .slider__wrap,
.slider--principal .slider__item {
  height: 100%;
}
.slider--principal .slider__item {
  position: relative;
}
.slider--principal .slider__link {
  display: block;
  height: 100%;
  width: 100%;
}
.slider--principal .slider__link:after {
  background: url("../img/bg-slider-principal.png") no-repeat;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider--principal .slider__helper {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 20px;
  padding: 4px 12px;
  position: absolute;
  right: 82px;
  text-transform: uppercase;
  top: 65px;
  z-index: 2;
}
.slider--principal .slider__titulo {
  color: #FFF;
  font-family: "Vidaloka", serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 48px;
  position: absolute;
  right: 80px;
  text-align: right;
  top: 125px;
  z-index: 2;
  width: 400px;
}
.slider--principal .slider__titulo:hover {
  text-decoration: underline;
}
.slider--principal .slider__nav__bullets {
  bottom: 65px;
  position: absolute;
  right: 90px;
  z-index: 3;
}
.slider--principal .slider__nav__bullets .slider__nav__item-bullet {
  background: #FFF;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  margin-right: 8px;
  opacity: 0.3;
  text-indent: -9999px;
  width: 13px;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slider--principal .slider__nav__bullets .slider__nav__item-bullet:last-child {
  margin-right: 0;
}
.slider--principal .slider__nav__bullets .slider__nav__item-bullet--active {
  opacity: 1;
}
.slider--horoscopo {
  float: right;
  height: 135px;
  margin-right: 96px;
  width: 565px;
}
.slider--horoscopo .slider__outer {
  height: 100%;
  margin: 0 auto;
}
.slider--horoscopo .slider__nav__arrows .slider__nav__item {
  background: url("../img/sprite-arrow-slider.png") no-repeat;
  height: 55px;
  margin-top: -27.5px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 28px;
}
.slider--horoscopo .slider__nav__arrows .slider__nav__item--left {
  background-position: left top;
  left: -57px;
}
.slider--horoscopo .slider__nav__arrows .slider__nav__item--right {
  background-position: right top;
  right: -57px;
}
.slider--m5m {
  height: 280px;
  width: 100%;
}
.slider--m5m .slider__outer,
.slider--m5m .slider__wrap {
  height: 100%;
}
.slider--m5m .slider__item {
  height: 100%;
  text-align: center;
}
.slider--m5m .slider__item .slider__item__foto {
  height: 165px;
  margin-bottom: 12px;
  width: 100%;
}
.slider--m5m .slider__item .slider__item__helper {
  color: #555;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.slider--m5m .slider__item .slider__item__titulo {
  color: #000;
  display: block;
  font-family: "Georgia", sans-serif;
  font-size: 22px;
  font-weight: normal;
  height: 60px;
  line-height: 28px;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.slider--m5m .slider__item:hover .slider__item__titulo,
.slider--m5m .slider__item:hover .slider__item__helper {
  color: #0e879b;
}
.slider--m5m--widget .slider__item__titulo {
  height: 60px;
  overflow: hidden;
}
.slider--m5m--widget .slider__nav__bullets {
  bottom: -4px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.slider--m5m--widget .slider__nav__bullets .slider__nav__item-bullet {
  background: #a7a7a7;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 12px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.slider--m5m--widget .slider__nav__bullets .slider__nav__item-bullet:last-child {
  margin-right: 0;
}
.slider--m5m--widget .slider__nav__bullets .slider__nav__item-bullet--active {
  background: #000;
}
.slider--m5m--horizontal {
  height: 120px;
  margin: 0 auto;
  width: 860px;
}
.slider--m5m--horizontal .slider__item {
  text-align: left;
}
.slider--m5m--horizontal .slider__item .slider__item__foto {
  float: left;
  height: 120px;
  margin-right: 10px;
  width: 120px;
}
.slider--m5m--horizontal .slider__item .slider__item__helper {
  margin-bottom: 8px;
}
.slider--m5m--horizontal .slider__item .slider__item__titulo {
  font-size: 16px;
  line-height: normal;
  margin-right: 20px;
}
.slider--m5m--horizontal .slider__nav .slider__nav__item {
  background-image: url("../img/sprite-arrows-m5m.png");
  background-repeat: no-repeat;
  height: 29px;
  margin-top: -14.5px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 16px;
}
.slider--m5m--horizontal .slider__nav .slider__nav__item--left {
  background-position: left top;
  left: -31px;
}
.slider--m5m--horizontal .slider__nav .slider__nav__item--right {
  background-position: right top;
  right: -31px;
}

.midias-sociais {
  float: left;
  margin: -5px 0 0 22px;
}
.midias-sociais .midias-sociais__item {
  float: left;
}
.midias-sociais .midias-sociais__item .midias-sociais__link {
  background: url("../img/sprite-midias-sociais-dois.png") no-repeat;
  display: block;
  height: 26px;
  margin-right: 11px;
  text-indent: -9999px;
  width: 25px;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--facebook {
  background-position: 0 top;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--facebook:hover {
  background-position: 0 bottom;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--twitter {
  background-position: -36px top;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--twitter:hover {
  background-position: -36px bottom;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--google {
  background-position: -71px top;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--google:hover {
  background-position: -71px bottom;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--instagram {
  background-position: -107px top;
  margin-right: 0;
}
.midias-sociais .midias-sociais__item .midias-sociais__link--instagram:hover {
  background-position: -107px bottom;
}

.cabecalho {
  margin: 24px 0 20px 0;
}
.cabecalho .cabecalho__chapeu {
  color: #6f6f6f;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  margin-bottom: 16px;
  overflow: hidden;
  text-transform: uppercase;
}
.cabecalho .cabecalho__chapeu .cabecalho__editoria {
  border-right: 2px solid #444;
  color: #000;
  display: inline-block;
  font-size: 26px;
  margin-right: 9px;
  padding-right: 10px;
  vertical-align: top;
}
.cabecalho .cabecalho__chapeu .cabecalho__editoria:before {
  background: #000;
  content: '';
  display: inline-block;
  height: 19px;
  margin-right: 8px;
  width: 36px;
  vertical-align: top;
}
.cabecalho .cabecalho__chapeu .cabecalho__data {
  letter-spacing: 1.233px;
  margin-right: 3px;
}
.cabecalho .cabecalho__chapeu .cabecalho__autor {
  letter-spacing: 1.209px;
}
.cabecalho .cabecalho__titulo {
  font-family: "Vidaloka", serif;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -1.162px;
  line-height: 55px;
  margin-bottom: 9px;
}
.cabecalho .cabecalho__descricao {
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 17px;
}

.saibamais {
  border: 1px solid #999;
  float: left;
  margin-right: 20px;
  padding: 25px 0 30px 0;
  width: 300px;
  margin-bottom: 35px;
}
.saibamais .section-title {
  display: block;
  font-size: 26px;
  letter-spacing: 1.797px;
  line-height: 19px;
  margin-bottom: 26px;
}
.saibamais .section-title:before {
  height: 19px;
  margin-right: 8px;
  width: 50px;
}
.saibamais ul {
  padding: 0 10px;
}
.saibamais ul li {
  margin-bottom: 30px;
}
.saibamais ul li a {
  color: #000;
  display: block;
  font-family: "Vidaloka", serif;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.saibamais ul li:last-child {
  margin-bottom: 0;
}

.materia-relacionada {
  margin-top: 61px;
  height:330px;
  overflow:hidden;
}
.materia-relacionada .section-title {
  display: block;
  font-size: 36px;
  height: 25px;
  line-height: 24px;
  margin-bottom: 22px;
}
.materia-relacionada .section-title:before {
  height: 25px;
  margin-right: 10px;
  width: 50px;
}
.materia-relacionada .materia-relacionada__item {
  font-family: "Vidaloka", serif;
  text-align: center;
}
.materia-relacionada .materia-relacionada__item .materia-relacionada__thumb {
  height: 220px;
  margin-bottom: 7px;
  width: 100%;
}
.materia-relacionada .materia-relacionada__item .materia-relacionada__titulo {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 28px;
}
.materia-relacionada .divisoria {
  margin: 23px 0 0 0;
}

.comentarios {
  margin: 60px 0;
}
.comentarios .section-title {
  display: block;
  font-size: 26px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 30px;
}
.comentarios .section-title:before {
  height: 25px;
  margin-right: 8px;
  width: 50px;
}

.assinatura {
  height: 463px;
  width: 100%;
}
.assinatura .assinatura__superior {
  height: 383px;
  width: 100%;
}
.assinatura .assinatura__superior .assinatura__superior__link {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}
.assinatura .assinatura__inferior {
  background: #000;
  font-family: "Pathway Gothic One", sans-serif;
  height: 80px;
  overflow: hidden;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap {
  float: right;
  margin-top: 20px;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__helper {
  color: #FFF;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  margin-right: 23px;
  text-transform: uppercase;
  vertical-align: top;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap form {
  display: inline-block;
  vertical-align: top;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__campo {
  background: #FFF;
  color: #4f4f4f;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  margin-right: 8px;
  padding: 0 15px;
  text-transform: lowercase;
  width: 306px;
  vertical-align: top;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__campo::-moz-placeholder {
  color: #4f4f4f;
  opacity: 1;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__campo:-ms-input-placeholder {
  color: #4f4f4f;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__campo::-webkit-input-placeholder {
  color: #4f4f4f;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__btn {
  background: #FFF;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  vertical-align: top;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.assinatura .assinatura__inferior .assinatura__inferior__wrap .assinatura__inferior__btn:hover {
  background: #7e7e7e;
}

.m5m {
  background: #f1f1f1;
  border: 1px solid #8f8f8f;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 18px 10px;
  width: 300px;
}
.m5m .m5m__header {
  margin-bottom: 16px;
  overflow: hidden;
}
.m5m .m5m__logo {
  background: url("../img/logo-m5m.png") no-repeat;
  float: left;
  height: 29px;
  text-indent: -9999px;
  width: 147px;
}
.m5m .m5m__mais {
  color: #555;
  float: right;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 29px;
  text-transform: uppercase;
}
.m5m--horizontal {
  margin: 0;
  padding: 18px 0;
  width: 100%;
}
.m5m--horizontal .m5m__header {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 auto 20px auto;
  padding-bottom: 16px;
  width: 860px;
}
.m5m--horizontal .m5m__nav {
  float: right;
}
.m5m--horizontal .m5m__nav .m5m__nav__item {
  float: left;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 29px;
  text-transform: uppercase;
}
.m5m--horizontal .m5m__nav .m5m__nav__item:last-child .m5m__nav__link:after {
  content: '';
  margin: 0;
}
.m5m--horizontal .m5m__nav .m5m__nav__link {
  color: #0e879b;
  display: inline-block;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.m5m--horizontal .m5m__nav .m5m__nav__link:after {
  color: #0e879b;
  content: '|';
  display: inline-block;
  margin: 0 5px;
}
.m5m--horizontal .m5m__nav .m5m__nav__link:hover {
  color: #000;
}

.widget--noticias-relacionadas {
  border: 1px solid #999;
  margin-bottom: 30px;
  margin-top: 30px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__header {
  border-bottom: 1px solid #999;
  cursor: pointer;
  padding: 0 10px 0 18px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__header .accordion__header-titulo {
  color: #000;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__btn {
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  float: right;
  height: 18px;
  margin-top: 10px;
  position: relative;
  width: 18px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__btn:before, .widget--noticias-relacionadas .accordion .accordion__item .accordion__btn:after {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  width: 9px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__btn:before {
  left: 4px;
  top: 7.5px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__btn:after {
  left: 4px;
  top: 7.5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__content {
  border-bottom: 1px solid #999;
  display: none;
  padding: 19px 14px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__content .accordion__link {
  display: block;
  margin-bottom: 20px;
  min-height: 90px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__content .accordion__link:last-child {
  margin-bottom: 0;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__content .accordion__thumb {
  float: left;
  height: 90px;
  margin-right: 11px;
  width: 90px;
}
.widget--noticias-relacionadas .accordion .accordion__item .accordion__content .accordion__titulo {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 18px;
  font-weight: normal;
}
.widget--noticias-relacionadas .accordion .accordion__item--active .accordion__header {
  border-bottom: 5px solid #3d3d3d !important;
}
.widget--noticias-relacionadas .accordion .accordion__item--active .accordion__header .accordion__header-titulo {
  font-size: 32px;
  line-height: 48px;
}
.widget--noticias-relacionadas .accordion .accordion__item--active .accordion__btn {
  margin-top: 15px;
}
.widget--noticias-relacionadas .accordion .accordion__item--active .accordion__btn:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.widget--noticias-relacionadas .accordion .accordion__item--active .accordion__content {
  display: block;
}
.widget--noticias-relacionadas .accordion .accordion__item:last-child .accordion__header,
.widget--noticias-relacionadas .accordion .accordion__item:last-child .accordion__content {
  border-bottom: none;
}

.widget--mais-lidas {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  font-family: "Pathway Gothic One", sans-serif;
  text-align: center;
}
.widget--mais-lidas .widget__title {
  color: #000;
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin: 2px 0 22px 0;
  text-transform: uppercase;
}
.widget--mais-lidas .widget__title span {
  display: inline-block;
  font-size: 67px;
  line-height: 39px;
  vertical-align: top;
}
.widget--mais-lidas .nav-mais-lidas {
  padding: 0 23px 10px 23px;
}
.widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item {
  margin-bottom: 26px;
  height: 80px;
  overflow: hidden;
}
.widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-helper {
  color: #000;
  display: block;
  font-family: "Vidaloka", serif;
  font-size: 33px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 auto 7px auto;
  overflow: hidden;
  position: relative;
  width: 211px;
}
.widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-helper span {
  background: #FFF;
  padding: 0 15px;
}
.widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-helper:after {
  background: #999;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -1;
}
.widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-titulo {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 25px;
}
.widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item:last-child {
  margin-bottom: 0;
}

.materias .materia__item {
  text-align: center;
  width: 100%;
}
.materias .materia__item .materia__item__foto {
  border-bottom: 10px solid #000;
  width: 100%;
}
.materias .materia__item .materia__item__titulo {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
}
.materias .materia__item .materia__item__titulo:hover {
  text-decoration: underline;
}
.materias .materia__item .materia__item__resumo {
  color: #3e3e3e;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.materias .materia__item--big .materia__item__resumo {
  margin-top: 9px;
}
.materias .materia__item--big.materia__item--patrocinada .materia__item__foto {
  margin-bottom: 10px !important;
}
.materias .materia__item--big.materia__item--patrocinada .espaco-publicitario {
  margin-bottom: 9px;
}
.materias .materia__item--big.materia__item--patrocinada .espaco-publicitario .espaco-publicitario__helper {
  margin-bottom: 0;
}
.materias .materia__item--inner {
  position: relative;
}
.materias .materia__item--inner .materia__item__foto {
  border: none;
  height: 452px;
}
.materias .materia__item--inner .materia__item__foto:after {
  background: url("../img/bg-materia.png") left bottom no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.materias .materia__item--inner .materia__item__titulo {
  color: #FFF;
  left: 0;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.materias .materia__item--inner .materia__item__wrap {
  bottom: 17px;
  position: absolute;
  width: 100%;
}
.materias .materia__item--inner.materia__item--patrocinada .materia__item__wrap {
  bottom: 19px;
}
.materias .materia__item--inner.materia__item--patrocinada .materia__item__titulo {
  font-size: 22px;
  line-height: 26px;
}
.materias .materia__item--inner.materia__item--patrocinada .espaco-publicitario {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.materias .materia__item--inner.materia__item--patrocinada .espaco-publicitario .espaco-publicitario__helper {
  margin-bottom: 0;
}
.materias .materia__item--biggest {
  text-align: right;
}
.materias .materia__item--biggest .materia__item__foto {
  float: right;
  height: 385px;
  margin-left: 39px;
  width: 620px;
}
.materias .materia__item--biggest .materia__item__titulo {
  margin-bottom: 27px;
}
.materias .materia__item--biggest.materia__item--patrocinada .materia__item__titulo {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 17px;
}
.materias .materia__item--biggest.materia__item--patrocinada .espaco-publicitario {
  margin-bottom: 14px;
}
.materias .materia__item--biggest.materia__item--patrocinada .espaco-publicitario .espaco-publicitario__helper {
  margin-bottom: 0;
}
.materias .materia__item--small .materia__item__foto {
  height: 175px;
  margin-bottom: 7px;
}
.materias .materia__item--small .materia__item__titulo {
  font-size: 23px;
  line-height: 28px;
}
.materias .materia__item--destaque {
  border-bottom: 10px solid #000;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: left;
}
.materias .materia__item--destaque .materia__item__foto {
  border-bottom: none;
  float: left;
  height: 375px;
  margin: 0 20px 0 0;
  width: 560px;
}
.materias .materia__item--destaque .materia__item__titulo {
  font-size: 38px;
  line-height: 40px;
  margin: -5px 0 7px 0;
}
.materias .materia__item--destaque .materia__item__resumo {
  color: #3e3e3e;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 13px;
}
.materias .materia__item--destaque .materia__item__helper {
  color: #6f6f6f;
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 18px;
  letter-spacing: 1.341px;
  text-transform: uppercase;
}
.materias .materia__item--medium.materia__item--patrocinada .materia__item__foto {
  margin-bottom: 10px !important;
}
.materias .materia__item--medium.materia__item--patrocinada .materia__item__titulo {
  font-size: 25px;
  line-height: 30px;
}
.materias .materia__item--medium.materia__item--patrocinada .espaco-publicitario {
  margin-bottom: 9px;
}
.materias .materia__item--medium.materia__item--patrocinada .espaco-publicitario .espaco-publicitario__helper {
  margin-bottom: 0;
}
.materias .materia__item--patrocinada .materia__item__titulo {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 700;
}
.materias .materia__item--patrocinada .materia__item__resumo {
  font-family: "Arial", sans-serif;
}

.widget--enquete .section-title {
  padding: 0 !important;
}
.widget--enquete .enquete__foto {
  height: 481px;
  width: 320px;
}
.widget--enquete .enquete__content {
  margin: 20px 0 3px 0;
}

.fotos {
  overflow: hidden;
}
.fotos .fotos__item {
  float: left;
  height: 186px;
  margin: 0 2px 2px 0;
  position: relative;
  width: 186px;
}
.fotos .fotos__item:nth-child(5n+5) {
  margin-right: 0;
}
.fotos .fotos__item:nth-of-type(6), .fotos .fotos__item:nth-of-type(7), .fotos .fotos__item:nth-of-type(8), .fotos .fotos__item:nth-of-type(9), .fotos .fotos__item:nth-of-type(10) {
  margin-bottom: 0;
}
.fotos .fotos__item:after {
  background: rgba(0, 0, 0, 0.4) url("../img/ico-mais.png") center no-repeat;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.fotos .fotos__item:hover:after {
  opacity: 1;
}
.fotos .fotos__img {
  height: 100%;
  width: 100%;
}

.widget--horoscopo {
  border-bottom: 10px solid #000;
  border-top: 10px solid #000;
  overflow: hidden;
  padding: 30px 0 25px 0;
}
.widget--horoscopo .widget__titulo {
  color: #000;
  float: left;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 2.15px;
  line-height: 135px;
  margin-left: 28px;
  text-transform: uppercase;
}
.widget--horoscopo .signo__item {
  float: left;
  text-align: center;
  width: 25%;
}
.widget--horoscopo .signo__item a {
  display: block;
}
.widget--horoscopo .signo__item .signo__helper {
  color: #010101;
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 20px;
  margin-top: 7px;
  text-transform: uppercase;
}
.widget--horoscopo .signo__item:hover .signo__helper {
  text-decoration: underline;
}

.enquete {
  margin-bottom: 55px;
  overflow: hidden;
}
.enquete .enquete__item {
  color: #000;
  font-family: "Lora", serif;
  font-size: 18px;
  margin-bottom: 70px;
  min-height: 506px;
  width: 280px;
}
.enquete .enquete__item label {
  display: block;
  line-height: 15px;
}
.enquete .enquete__item .enquete__foto {
  height: 450px;
  margin-bottom: 15px;
  width: 280px;
}
.enquete .enquete__item .enquete__radio {
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  box-shadow: 1px 2px 5px rgba(0, 0, 1, 0.3);
  display: inline-block;
  height: 15px;
  margin: 0 7px 0 1px;
  width: 15px;
  vertical-align: top;
}
.enquete .enquete__item .enquete__helper {
  display: inline-block;
  line-height: normal;
  margin-top: -3px;
  width: 250px;
  vertical-align: top;
}
.enquete .enquete__item:nth-child(odd) {
  float: left;
}
.enquete .enquete__item:nth-child(even) {
  float: right;
}
.enquete .enquete__item--resultado .enquete__foto {
  margin-bottom: 25px;
}
.enquete .enquete__item--resultado .enquete__resultado {
  color: #d71920;
  display: inline-block;
  font-family: "Vidaloka", serif;
  font-size: 24px;
  margin-right: 14px;
  vertical-align: top;
}
.enquete .enquete__item--resultado .enquete__helper {
  width: 215px;
}
.enquete .enquete__btn {
  clear: both;
  text-align: center;
}
.enquete .btn-mais-noticias {
  padding: 0 42px;
}

/**
*
* Pages architecture
*
**/
.header {
  font-family: "Pathway Gothic One", sans-serif;
  height: 147px;
  position: relative;
  width: 100%;
  margin-bottom: 38px;
}
.header .header__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header .overlay {
  background: url("../img/bg-header.png") left top repeat-x;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header .container {
  padding: 0;
  position: relative;
  width: 940px;
  z-index: 3;
}
.header .header__nav {
  float: left;
  font-size: 21px;
  text-transform: uppercase;
}
.header .header__nav .header__nav__item {
  float: left;
  margin-right: 14px;
}
.header .header__nav .header__nav__item .header__nav__link {
  color: #FFF;
  display: block;
  letter-spacing: 0.4px;
  line-height: 19px;
  padding-bottom: 14px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.header .header__nav  a {
  color: #FFF;
  letter-spacing: 0.4px;
  line-height: 19px;
  padding-bottom: 14px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.header .header__nav .header__nav__item .header__nav__link:hover {
  color: #7e7e7e;
}
.header .header__nav .header__nav__item:last-child {
  margin-right: 0;
}
.header .header__form {
  float: left;
  height: 25px;
  margin: -4px 0 0 28px;
  position: relative;
  width: 126px;
}
.header .header__form .header__form__campo {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 17px;
  height: 25px;
  padding: 0 30px 0 9px;
  text-transform: uppercase;
  width: 100%;
}
.header .header__form .header__form__campo::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.header .header__form .header__form__campo:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .header__form .header__form__campo::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header .header__form .header__form__enviar {
  background: url("../img/ico-lupa.png") no-repeat;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 16px;
}
.header .header__assinatura {
  background: #FFF;
  border-radius: 2px;
  height: 132px;
  padding: 3px;
  position: absolute;
  right: 2px;
  top: 7px;
  width: 100px;
}
.header .header__assinatura .header__assinatura__thumb {
  height: 100%;
  width: 100%;
}
.header .header__assinatura:hover .btn-assinar {
  background: #7e7e7e;
}
.header .subnav__relacionadas {
  padding-top: 30px;
  text-align: right;
}
.header .subnav__relacionadas .subnav__relacionadas-item {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  width: 200px;
}
.header .subnav__relacionadas .subnav__relacionadas-item:last-child {
  margin-right: 0px;
}
.header .subnav__relacionadas .subnav__relacionadas-foto {
  height: 125px;
  margin-bottom: 7px;
  width: 100%;
}
.header .subnav__relacionadas .subnav__relacionadas-titulo {
  color: #FFF;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}
.header .nav__outer {
  background: #3e3e3e;
  display: none;
  left: 0;
  position: absolute;
  top: 147px;
  width: 100%;
  z-index: 2147483647;
}
.header .nav__outer .subnav__wrap {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 804px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav__main {
  padding: 25px 0 20px 0;
  position: relative;
}
.header .nav__main .nav__main-item {
  border-bottom: 1px solid #575757;
  line-height: 48px;
  padding-left: 12px;
  width: 150px;
}
.header .nav__main .nav__main-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.header .nav__main .nav__main-item--active .subnav__wrap, .header .nav__main .nav__main-item:hover .subnav__wrap {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.header .nav__main .nav__main-link {
  color: #FFF;
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.header .subnav__logo {
  bottom: 27px;
  border: 1px solid #FFF;
  padding: 4px;
  position: absolute;
  right: 0;
}
.header--fixed {
  background: #1a1d1f !important;
  height: 54px;
  position: fixed;
  top: 0;
  z-index: 11;
}
.header--fixed .header__bg {
  display: none;
}
.header--fixed .logo {
  background: url("../img/logo-mc-header-fixed.png") no-repeat;
  background-size: cover;
  float: left;
  height: 28px;
  margin: 10px 0 0 51px;
  width: 168px;
}
.header--fixed .btn-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 18px;
}
.header--fixed .header__nav {
  margin: 19px 0 0 72px;
}
.header--fixed .header__assinatura {
  background: transparent;
  border-radius: 0;
  height: 33px;
  padding: 0;
  top: 11px;
}
.header--fixed .header__assinatura .header__assinatura__thumb {
  display: none;
}
.header--fixed .header__form,
.header--fixed .midias-sociais {
  display: none;
}
.header--fixed .nav__outer {
  top: 54px;
}

.footer {
  font-family: "Pathway Gothic One", sans-serif;
  margin-top: 80px;
  padding-bottom: 43px;
  text-align: center;
}
.footer .assinatura {
  margin-bottom: 40px;
}
.footer .globoshopping {
  margin-bottom: 38px;
}
.footer .footer__nav {
  font-size: 22px;
  text-transform: uppercase;
}
.footer .footer__nav .footer__nav__item {
  display: inline-block;
  vertical-align: top;
}
.footer .footer__nav .footer__nav__item .footer__nav__link {
  color: #000;
}
.footer .footer__nav .footer__nav__item:after {
  content: '|';
  margin: 0 10px 0 12px;
}
.footer .footer__nav .footer__nav__item:last-child:after {
  content: '';
  margin: 0;
}
.footer .footer__nav--internacional {
  font-size: 20px;
  margin: 14px 0 27px 0;
}
.footer .footer__nav--internacional .footer__nav__item .footer__nav__link {
  color: #3b3b3b;
}
.footer .footer__nav--internacional .footer__nav__item:after {
  margin: 0 4px 0 7px;
}
.footer .edg {
  margin: 0 auto;
  width: 598px;
}
.footer .edg .edg__logo {
  position: relative;
}
.footer .edg .edg__logo .edg__logo__wrap {
  background: #FFF;
  padding: 0 18px;
}
.footer .edg .edg__logo:after {
  background: #000;
  content: '';
  height: 1px;
  left: 0;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.footer .edg .edg__nav {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  margin-top: 23px;
}
.footer .edg .edg__nav .edg__helper:after {
  content: '-';
  margin: 0 3px 0 6px;
}
.footer .edg .edg__nav ul {
  display: inline-block;
}
.footer .edg .edg__nav .edg__nav__item {
  display: inline-block;
  vertical-align: top;
}
.footer .edg .edg__nav .edg__nav__item:after {
  content: '|';
  margin: 0 6px 0 8px;
}
.footer .edg .edg__nav .edg__nav__item:last-child:after {
  content: '';
  margin: 0;
}
.footer .edg .edg__nav .edg__nav__link {
  color: #000;
}

.principal {
  margin-bottom: 76px;
}
.principal .container {
  width: 1100px;
}
.principal .banner--horizontal {
  padding: 26px 0 31px 0;
}

.destaques .section-patrocinada {
  float: right;
}
.destaques .section-title {
  font-size: 36px;
  line-height: 25px;
  padding: 12.5px 0;
}
.destaques .section-title:before {
  height: 25px;
  margin-right: 10px;
  width: 50px;
}
.destaques--1 {
  margin-bottom: 63px;
}
.destaques--1 .materias .materia__item--big .materia__item__foto {
  height: 432px;
  margin-bottom: 17px;
}
.destaques--1 .banner--quadrado {
  margin-bottom: 80px;
}
.destaques--1 .banner--quadrado:last-child {
  margin-bottom: 0;
}
.destaques--2 {
  margin-bottom: 62px;
}
.destaques--2 .materias .materia__item .materia__item__foto {
  height: 385px;
  margin-bottom: 20px;
}
.destaques--2 .materias .materia__item--big {
  float: left;
  margin-right: 37px;
  width: 540px;
}
.destaques--2 .materias .materia__item--medium {
  float: left;
  width: 363px;
}
.destaques--3 {
  margin-bottom: 68px;
}
.destaques--3 .materias {
  margin-top: 10px;
}
.destaques--3 .materias .materia__item--biggest {
  margin-top: 82px;
}
.destaques--4 {
  margin-bottom: 83px;
}
.destaques--4 .materias {
  margin-top: 10px;
}
.destaques--4 .materias .materia__item .materia__item__foto {
  height: 310px;
  margin-bottom: 7px;
}
.destaques--4 .materias .materia__item .materia__item__titulo {
  font-size: 23px;
  letter-spacing: -0.7px;
  line-height: 28px;
}
.destaques--5 {
  margin-bottom: 75px;
}
.destaques--5 .widget--mais-lidas {
  float: left;
  width: 240px;
}
.destaques--5 .widget--mais-lidas .nav-mais-lidas {
  padding: 0 13px 13px 14px;
}
.destaques--5 .widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-titulo {
  font-size: 19px;
  line-height: 22px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.destaques--5 .widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-titulo:hover {
  color: #e30000;
}
.destaques--5 .materias {
  float: left;
  margin: 0 80px 0 60px;
  width: 240px;
}
.destaques--5 .materias .materia__item {
  margin-bottom: 45px;
}
.destaques--5 .materias .materia__item .materia__item__titulo {
  letter-spacing: -0.5px;
}
.destaques--5 .materias .materia__item:last-child {
  margin-bottom: 0;
}
.destaques--5 .widget--enquete {
  float: left;
  width: 320px;
}
.destaques--6 {
  margin-bottom: 80px;
}
.destaques--6 .instagram-title {
  background: url("../img/ico-instagram.png") left center no-repeat;
  color: #020202;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 58px;
  margin-bottom: 7px;
  padding-left: 75px;
  text-transform: lowercase;
}
.destaques--7 {
  margin-bottom: 77px;
}
.destaques--7 .widget--mais-lidas {
  float: left;
  margin-right: 40px;
  width: 240px;
}
.destaques--7 .widget--mais-lidas .nav-mais-lidas {
  padding: 0 13px 13px 14px;
}
.destaques--7 .widget--mais-lidas .nav-mais-lidas .nav-mais-lidas__item .nav-mais-lidas__item-titulo {
  font-size: 19px;
  line-height: 22px;
}
.destaques--7 .materias {
  float: left;
  width: 660px;
}
.destaques--7 .materias .materia__item--big {
  float: left;
  width: 380px;
}
.destaques--7 .materias .materia__item--big .materia__item__foto {
  height: 400px;
  margin-bottom: 17px;
}
.destaques--7 .materias .materia__item--big .materia__item__resumo {
  margin-top: 7px;
}
.destaques--7 .materias .materia__item--small {
  margin-bottom: 45px;
}
.destaques--7 .materias .materia__item--small .materia__item__foto {
  margin-bottom: 8px;
}
.destaques--7 .materias .materia__item--small .materia__item__titulo {
  letter-spacing: -0.5px;
}
.destaques--7 .materias .materia__item--small:last-child {
  margin-bottom: 0;
}
.destaques--7 .materias .materia__wrap {
  float: left;
  margin-left: 39px;
  width: 240px;
}
.destaques--8 {
  margin-bottom: 90px;
}
.destaques--8 .banner--quadrado {
  margin-bottom: 77px;
}
.destaques--8 .banner--quadrado:last-child {
  margin-bottom: 0;
}
.destaques--8 .materias {
  margin-top: 4px;
}
.destaques--8 .materias .materia__item--big .materia__item__titulo {
  letter-spacing: -1px;
}
.destaques--8 .materias .materia__item--big .materia__item__foto {
  height: 385px;
  margin-bottom: 15px;
}
.destaques--8 .materias .materia__item--big .materia__item__resumo {
  margin-top: 10px;
}
.destaques--9 {
  margin-bottom: 80px;
}
.destaques--10 {
  margin-bottom: 80px;
}
.destaques--11 {
  margin-bottom: 76px;
}
.destaques--11 .widget--enquete {
  float: left;
  width: 320px;
}
.destaques--11 .materias {
  float: left;
  margin-right: 60px;
  width: 560px;
}
.destaques--11 .materias .materia__item--big .materia__item__foto {
  height: 432px;
  margin-bottom: 17px;
}

.materia {
  margin-bottom: 60px;
}
.materia .materia__content__outer {
  /*margin-top: 60px;*/
}
.materia .materia__content__wrap p {
  color: #323232;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 33px 38px;
  width: 553px;
}
.materia .materia__content__wrap p a {
  color: #e90000;
  text-decoration: underline;
}
.materia .materia__content__wrap p:nth-of-type(1):first-letter {
  color: #000;
  float: left;
  font-family: "Vidaloka", serif;
  font-size: 57.7px;
  margin-top: 19px;
  margin-right: 10px;
}
.materia .materia__content__wrap p:last-child {
  margin-bottom: 0;
}
.materia .materia__content__wrap .share {
  margin-top: 35px;
  margin-bottom: 35px;
}
.materia--patrocinada .espaco-publicitario {
  border-top: 4px solid #70ba59;
  text-align: center;
}
.materia--patrocinada .espaco-publicitario .espaco-publicitario__helper {
  font-family: "Arial Black", sans-serif;
  font-size: 14px;
  letter-spacing: 0.316px;
  line-height: 25px;
  margin: -4px 0 0 0;
}
.materia--patrocinada .espaco-publicitario--bottom {
  border-bottom: 4px solid #70ba59;
  border-top: none;
  margin-bottom: 30px;
}
.materia--patrocinada .espaco-publicitario--bottom .espaco-publicitario__helper {
  margin: 0 0 -4px 0;
}
.materia--patrocinada .cabecalho {
  margin-top: 37px;
}
.materia--patrocinada .cabecalho .cabecalho__titulo {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 700;
}
.materia--patrocinada .cabecalho .cabecalho__descricao {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.materia--patrocinada .materia__content__wrap p a {
  color: #528942;
}
.materia--patrocinada .foto a {
  color: #528942;
}
.materia--enquete .materia__content__outer {
  margin-top: 0;
}
.materia--enquete .foto.midia-largura-620 {
  margin-top: 0;
}

.listagem .page-title__wrap {
  margin: 16px 0 40px 0;
}
.listagem .banner--vertical {
  margin-bottom: 31px;
}
.listagem .banner--quadrado {
  margin-bottom: 30px;
}
.listagem .widget--mais-lidas {
  margin-bottom: 30px;
}
.listagem .widget--5-minutos {
  margin-bottom: 0;
}
.listagem .listagem__item {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  overflow: hidden;
  width: 600px;
}
.listagem .listagem__item .listagem__item__foto {
  float: right;
  height: 220px;
  margin-left: 40px;
  width: 220px;
}
.listagem .listagem__item .listagem__item__helper {
  color: #6f6f6f;
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 18px;
  letter-spacing: 1.341px;
  margin: -4px 0 9px 0;
  text-transform: uppercase;
}
.listagem .listagem__item .listagem__item__title {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
}
.listagem .listagem__item--patrocinada .listagem__item__title {
  font-family: "Georgia", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.listagem .listagem__mais {
  margin-top: 54px;
  text-align: center;
}

.subhome .page-title__wrap {
  margin: 16px 0 40px 0;
}
.subhome--patrocinada .materias .materia__item--destaque .materia__item__titulo {
  font-family: "Georgia", sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}
.subhome--patrocinada .materias .materia__item--destaque .materia__item__resumo {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.horoscopo .page-title__wrap {
  margin: 16px 0 9px 0;
}
.horoscopo .listagem {
  padding-top: 30px;
}
.horoscopo--home .widget--horoscopo {
  border: none;
  padding: 53px 0 66px 0;
}
.horoscopo--home .widget--horoscopo .signo__item {
  margin: 0 62.5px 60px 0;
  width: auto;
}
.horoscopo--home .widget--horoscopo .signo__item:nth-of-type(7) {
  clear: left;
}
.horoscopo--home .widget--horoscopo .signo__item:nth-child(6n+6) {
  margin-right: 0;
}
.horoscopo--home .widget--horoscopo .signo__item:nth-of-type(7), .horoscopo--home .widget--horoscopo .signo__item:nth-of-type(8), .horoscopo--home .widget--horoscopo .signo__item:nth-of-type(9), .horoscopo--home .widget--horoscopo .signo__item:nth-of-type(10), .horoscopo--home .widget--horoscopo .signo__item:nth-of-type(11), .horoscopo--home .widget--horoscopo .signo__item:nth-of-type(12) {
  margin-bottom: 0;
}
.horoscopo--home .widget--horoscopo .signo__helper {
  margin-top: 10px;
}
.horoscopo--home .widget--5-minutos {
  margin-bottom: 30px;
}
.horoscopo--interna .signo {
  display: none;
  margin: 80px 0 59px 0;
}
.horoscopo--interna .signo .signo__atual {
  text-align: center;
}
.horoscopo--interna .signo .signo__atual .btn-mais-noticias {
  background: #373737;
  font-size: 25px;
  letter-spacing: 1.104px;
  padding: 0 13px;
}
.horoscopo--interna .signo .signo__content {
  margin: -7px 0 42px 0;
}
.horoscopo--interna .signo .signo__ico {
  margin-bottom: 25px;
}
.horoscopo--interna .signo .signo__mes {
  color: #000;
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.horoscopo--interna .signo .signo__nome {
  color: #010101;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  margin-right: 8px;
  text-transform: uppercase;
}
.horoscopo--interna .signo .signo__data {
  color: #8c8c8c;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 20px;
}
.horoscopo--interna .signo p {
  color: #000;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 32px;
  margin-top: 16px;
}
.horoscopo--interna .signo--active {
  display: block;
}
.horoscopo--interna .saibamais {
  width: 478px;
}
.horoscopo--interna .saibamais br {
  display: none;
}

.galeria-section .galeria-section__outras {
  margin: 48px 0 0 0;
}
.galeria-section .galeria-section__outras .section-title {
  font-size: 36px;
  line-height: 25px;
  margin-bottom: 9px;
  padding: 12.5px 0;
}
.galeria-section .galeria-section__outras .section-title:before {
  height: 25px;
  margin-right: 10px;
  width: 50px;
}
.galeria-section .materias .materia__item .materia__item__foto {
  height: 310px;
  margin-bottom: 7px;
  width: 300px;
}
.galeria-section .materias .materia__item .materia__item__titulo {
  font-size: 23px;
  letter-spacing: -0.5px;
  line-height: 28px;
}

.logo {
  background: url("../img/logo-mc.png") left top no-repeat;
  display: inline-block;
  text-indent: -9999px;
  vertical-align: top;
}
.logo--header {
  height: 122px;
  margin: -5px 0 -3px -27px;
  width: 475px;
}
.logo--footer {
  background: url("../img/logo-mc-footer.png") no-repeat;
  height: 42px;
  margin: 0 auto 25px auto;
  width: 256px;
}
.logo--assinatura {
  background: url("../img/logo-mc-header-fixed.png") no-repeat;
  float: left;
  height: 32px;
  margin-top: 24px;
  width: 189px;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto {
  border-bottom: 5px solid #000;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  padding-bottom: 9px;
}
.foto a {
  color: #e90000;
  text-decoration: underline;
}
.foto img {
  display: block;
  max-width: 100%;
}
.foto .foto-legenda {
  display: block;
  margin-top: 9px;
}
.foto .foto-legenda strong {
  display: block;
}
.foto .foto-legenda strong span {
  font-weight: normal;
}
.foto.midia-largura-620 {
  margin: -12px 0 27px 0;
}

.frase-materia {
  margin: 0 0 33px 39px;
  width: 530px;
}
.frase-materia .frase {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 26px;
  line-height: 36px;
  padding-left: 56px;
  position: relative;
}
.frase-materia .frase:before {
  background: url("../img/bg-quote-big.png") no-repeat;
  content: '';
  height: 39px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 43px;
}
.frase-materia .frase:after {
  background: url("../img/bg-quote-small.png") no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 5px 0 0 8px;
  width: 13px;
  vertical-align: top;
}
#selo-relogio{
  width: 130px;
  height: 100px;
  display: inline-block;
  position: absolute;
  transform: translate(148%);
}
/*# sourceMappingURL=mc.css.map */

/*
|--------------------------------------------------------------------------
| Publicidade Fixa
|--------------------------------------------------------------------------
*/

/* --- HEADER --- */
header.header.js-header.header--fixed.animated {
  z-index: 100000000000;
}

header.header.js-header.animated.fadeIn {
  z-index: 100000000000;
}

.header--fixed{
  /*transition: all ease 0.4s;
    z-index: 10;*/ 
}

.header{
  margin-bottom:10px;
}

#super-2{
    display:none;
}

.banner-topo-fixed {
  background-color:#fff;
  width:100%;
  padding:10px 0;
  min-height:102px;
}

.banner-topo-fixed .container{
  width:100%;
}

.banner-scroll-fixed{
  position: fixed;
  z-index:999999;
  /*top:0;*/
  top: 53px;
  transition: all ease 0.9s;
  background-color:#eeeeee;
  border-bottom:1px solid #d8d8d8;
  border-top:1px solid #d8d8d8;
  transition: none;
}

.home .principal{
  margin-top:10px;
}

.materia .divisoria{
  margin-top:10px;
}

.galeria .divisoria{
  margin-top:10px;
}

.galeria-section .divisoria{
  margin-top:10px;
}

/* --- ANIMACOES --- */

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInHeader {
  -webkit-animation-name: fadeInHeader;
  animation-name: fadeInHeader;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
