@charset "UTF-8";
.container, .col-half, .form__input, .btn--block {
  box-sizing: border-box; }

.btn--sm {
  font-size: 0.6875rem; }

.btn--large {
  font-size: 0.875rem; }

.container::after, .articles::after, .last-articles::after {
  display: block;
  content: '';
  clear: both; }

.img_responsive, .single__article .aligncenter, .articles__img, .last-articles__img {
  max-width: 100%;
  height: auto; }

.menu__item {
  font-weight: 600;
  text-transform: uppercase; }

.block__excerpt, .articles__article > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media only screen and (min-width: 400px) {
    .container {
      width: 370px; } }
  @media only screen and (min-width: 480px) {
    .container {
      width: 450px; } }
  @media only screen and (min-width: 560px) {
    .container {
      width: 530px; } }
  @media only screen and (min-width: 640px) {
    .container {
      width: 610px; } }
  @media only screen and (min-width: 768px) {
    .container {
      width: 720px; } }
  @media only screen and (min-width: 1024px) {
    .container {
      width: 960px; } }
  @media only screen and (min-width: 1248px) {
    .container {
      width: 1140px; } }
  @media only screen and (min-width: 1440px) {
    .container {
      width: 1300px; } }
  @media only screen and (min-width: 1800px) {
    .container {
      width: 1650px; } }

.row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px; }
  @media only screen and (min-width: 768px) {
    .row {
      grid-template-columns: repeat(12, 1fr); } }

.col-1 {
  grid-column: span 1; }

.col-2 {
  grid-column: span 1; }

.col-3 {
  grid-column: span 1; }

.col-4 {
  grid-column: span 1; }

.col-5 {
  grid-column: span 1; }

.col-6 {
  grid-column: span 1; }

.col-7 {
  grid-column: span 1; }

.col-8 {
  grid-column: span 1; }

.col-9 {
  grid-column: span 1; }

.col-10 {
  grid-column: span 1; }

.col-11 {
  grid-column: span 1; }

.col-12 {
  grid-column: span 1; }

@media only screen and (min-width: 1248px) {
  .col-1 {
    grid-column: span 1; }
  .col-2 {
    grid-column: span 2; }
  .col-3 {
    grid-column: span 3; }
  .col-4 {
    grid-column: span 4; }
  .col-5 {
    grid-column: span 5; }
  .col-6 {
    grid-column: span 6; }
  .col-7 {
    grid-column: span 7; }
  .col-8 {
    grid-column: span 8; }
  .col-9 {
    grid-column: span 9; }
  .col-10 {
    grid-column: span 10; }
  .col-11 {
    grid-column: span 11; }
  .col-12 {
    grid-column: span 12; } }

.col-half {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-half {
      padding: 0 15px;
      width: 50%;
      float: left; } }

.flex-row {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .flex-row--stretch {
    align-items: stretch; }

@media only screen and (min-width: 768px) {
  .u-no-br-tablet {
    display: none; } }

@media only screen and (min-width: 1248px) {
  .u-no-br-desktop {
    display: none; } }

.u-filter-multiple {
  mix-blend-mode: multiply; }

.form {
  position: relative; }
  .form__fieldset {
    padding: 8px 0; }
  .form__label {
    color: #030000;
    font-size: 14px; }
  .form__input {
    color: #8f84d9;
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #8f84d9;
    padding: 8px;
    letter-spacing: 1px;
    outline: none; }
    .form__input:focus {
      border-bottom-color: #8f84d9; }
  .form__footer {
    text-align: right; }
  .form__button {
    color: #8f84d9;
    border-color: #8f84d9; }

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone,
img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption figcaption.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.widget-title {
  margin-top: 0; }
  .widget-title.heading-size-3 {
    font-size: 1.3125rem;
    line-height: 2.125rem;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .widget-title.heading-size-3 {
        font-size: 2rem;
        line-height: 3rem; } }
    @media only screen and (min-width: 1024px) {
      .widget-title.heading-size-3 {
        font-size: 2rem;
        line-height: 3rem; } }
    @media only screen and (min-width: 1248px) {
      .widget-title.heading-size-3 {
        font-size: 1.3125rem;
        line-height: 2.125rem; } }

.custom-html-widget {
  line-height: 1.6875rem; }

.textwidget a {
  text-decoration: none;
  color: #8f84d9;
  word-break: break-all; }
  .textwidget a:hover {
    background-color: #8f84d9;
    color: #ffffff; }

html {
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* Resolve ajuste automático do fonte nos tables e smartphones*/ }

input,
textarea,
select,
button {
  outline-style: none !important; }

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

.typed-cursor {
  color: #f26398; }

:focus {
  outline: none; }

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-drag: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  visibility: visible; }

.container {
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media only screen and (min-width: 400px) {
    .container {
      width: 370px; } }
  @media only screen and (min-width: 480px) {
    .container {
      width: 450px; } }
  @media only screen and (min-width: 560px) {
    .container {
      width: 530px; } }
  @media only screen and (min-width: 640px) {
    .container {
      width: 610px; } }
  @media only screen and (min-width: 768px) {
    .container {
      width: 720px; } }
  @media only screen and (min-width: 1024px) {
    .container {
      width: 960px; } }
  @media only screen and (min-width: 1248px) {
    .container {
      width: 1140px; } }
  @media only screen and (min-width: 1440px) {
    .container {
      width: 1300px; } }
  @media only screen and (min-width: 1800px) {
    .container {
      width: 1650px; } }

.video-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-responsive > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.menu {
  position: relative;
  background-color: #8f84d9;
  height: 56px;
  display: flex;
  align-items: center; }
  .menu__list {
    margin: 0 -8px;
    list-style: none;
    padding: 0;
    display: none; }
    @media only screen and (min-width: 1248px) {
      .menu__list {
        display: flex; } }
  .menu__item {
    padding: 8px;
    font-size: 0.85rem; }
    .menu__item.current-menu-item {
      background-color: #4e439c; }
      .menu__item.current-menu-item > a {
        opacity: 1; }
    .menu__item > a {
      color: #ffffff;
      text-decoration: none;
      opacity: 0.87; }
      .menu__item > a:hover {
        color: #ffffff;
        opacity: 1; }
  .menu__btn {
    display: block;
    width: 32px;
    height: 32px; }
    @media only screen and (min-width: 1248px) {
      .menu__btn {
        display: none; } }
    .menu__btn button {
      padding: 0;
      background: none;
      border: none;
      width: 32px;
      height: 32px; }
      .menu__btn button > .svg-icon {
        width: 32px;
        height: 32px;
        fill: #ffffff; }

.menu-modal {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 40px 0;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .menu-modal__grid {
    display: grid;
    grid-template-columns: 100%; }
    @media only screen and (min-width: 1248px) {
      .menu-modal__grid {
        grid-template-columns: 25% 75%; } }
  .menu-modal--hide {
    top: -1200px; }
  .menu-modal .close-nav-toggle {
    border: none;
    background: none;
    width: 32px;
    height: 32px; }
    .menu-modal .close-nav-toggle span {
      display: none; }
    .menu-modal .close-nav-toggle > .svg-icon {
      width: 32px;
      height: 32px; }
  .menu-modal__top {
    margin-bottom: 16px; }
  .menu-modal__nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .menu-modal__nav ul.modal-menu {
      -moz-column-count: 1;
           column-count: 1; }
      @media only screen and (min-width: 768px) {
        .menu-modal__nav ul.modal-menu {
          -moz-column-count: 2;
               column-count: 2;
          -moz-column-gap: 24px;
               column-gap: 24px; } }
    .menu-modal__nav ul > li {
      font-size: 1rem;
      line-height: 2rem;
      font-weight: 500;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid; }
      @media only screen and (min-width: 1248px) {
        .menu-modal__nav ul > li {
          font-size: 1.5rem;
          line-height: 3.375rem; } }
      .menu-modal__nav ul > li > a {
        text-decoration: none;
        color: #8f84d9; }
        .menu-modal__nav ul > li > a:hover {
          color: #ffffff;
          background-color: #8f84d9; }
      .menu-modal__nav ul > li > ul {
        margin-bottom: 24px; }
        .menu-modal__nav ul > li > ul > li {
          font-weight: 400; }

.mobile-menu {
  display: none; }

.menu-sitemap__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .menu-sitemap__list {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 24px;
           column-gap: 24px; } }
  .menu-sitemap__list > .menu-item {
    font-size: 1rem;
    line-height: 1.6875rem; }
    .menu-sitemap__list > .menu-item > a {
      text-decoration: none;
      color: #8f84d9; }
      .menu-sitemap__list > .menu-item > a:hover {
        background-color: #8f84d9;
        color: #ffffff; }

.pseudo-logo-menu {
  display: none; }
  @media only screen and (min-width: 768px) {
    .pseudo-logo-menu {
      display: block;
      position: relative;
      margin-bottom: 24px; } }
  .pseudo-logo-menu__background {
    height: 100%;
    width: 100%;
    background-color: #37538c;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0; }
  .pseudo-logo-menu__content {
    color: #8f84d9; }
  .pseudo-logo-menu__subtitle {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 300; }
    @media only screen and (min-width: 1248px) {
      .pseudo-logo-menu__subtitle {
        font-size: 1rem;
        line-height: 1.3125rem; } }
  .pseudo-logo-menu__title {
    margin: 0;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3rem; }
    @media only screen and (min-width: 1248px) {
      .pseudo-logo-menu__title {
        font-size: 3.9375rem;
        line-height: 3.9375rem; } }
    .pseudo-logo-menu__title--span {
      display: block;
      font-size: 2.5625rem;
      line-height: 2.5625rem; }
      @media only screen and (min-width: 1248px) {
        .pseudo-logo-menu__title--span {
          font-size: 3.4375rem;
          line-height: 3.4375rem; } }

.search-modal {
  display: none;
  position: absolute; }

.header {
  position: relative;
  background-color: #8f84d9;
  height: 296px;
  overflow: hidden; }
  .header__background {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    .header__background--archives {
      background-image: url("../images/0TR1h0EFdpDQ.png");
      background-size: 72%;
      background-position: bottom right;
      background-repeat: no-repeat;
      mix-blend-mode: luminosity;
      opacity: 0.5; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .header__background--archives {
          background-image: url("../images/vanessa%402x.png");
          background-size: 72%; } }
      @media only screen and (min-width: 400px) {
        .header__background--archives {
          background-image: url("../images/0TR1h0EFdpDQ.png");
          background-size: 72%;
          background-position: top -21px right;
          background-repeat: no-repeat; } }
  @media only screen and (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-device-pixel-ratio: 2), only screen and (min-width: 400px) and (min-resolution: 192dpi), only screen and (min-width: 400px) and (min-resolution: 2dppx) {
    .header__background--archives {
      background-image: url("../images/vanessa%402x.png");
      background-size: 72%; } }
      @media only screen and (min-width: 480px) {
        .header__background--archives {
          background-image: url("../images/0TR1h0EFdpDQ.png");
          background-size: 65%;
          background-position: top -21px right;
          background-repeat: no-repeat; } }
  @media only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 480px) and (min-device-pixel-ratio: 2), only screen and (min-width: 480px) and (min-resolution: 192dpi), only screen and (min-width: 480px) and (min-resolution: 2dppx) {
    .header__background--archives {
      background-image: url("../images/vanessa%402x.png");
      background-size: 65%; } }
      @media only screen and (min-width: 768px) {
        .header__background--archives {
          background-image: url("../images/0TR1h0EFdpDQ.png");
          background-size: 32%;
          background-position: top -21px right 135px;
          background-repeat: no-repeat; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .header__background--archives {
      background-image: url("../images/vanessa%402x.png");
      background-size: 32%; } }
      @media only screen and (min-width: 1248px) {
        .header__background--archives {
          background-image: url("../images/0TR1h0EFdpDQ.png");
          background-size: 26%;
          background-position: top -21px right 135px;
          background-repeat: no-repeat; } }
  @media only screen and (min-width: 1248px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1248px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1248px) and (min-resolution: 192dpi), only screen and (min-width: 1248px) and (min-resolution: 2dppx) {
    .header__background--archives {
      background-image: url("../images/vanessa%402x.png");
      background-size: 26%; } }
      @media only screen and (min-width: 1440px) {
        .header__background--archives {
          background-image: url("../images/0TR1h0EFdpDQ.png");
          background-size: 22%;
          background-position: top -21px right 135px;
          background-repeat: no-repeat; } }
  @media only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1440px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1440px) and (min-resolution: 192dpi), only screen and (min-width: 1440px) and (min-resolution: 2dppx) {
    .header__background--archives {
      background-image: url("../images/vanessa%402x.png");
      background-size: 22%; } }
      @media only screen and (min-width: 1800px) {
        .header__background--archives {
          background-image: url("../images/0TR1h0EFdpDQ.png");
          background-size: 20%;
          background-position: top -21px right 135px;
          background-repeat: no-repeat; } }
  @media only screen and (min-width: 1800px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1800px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1800px) and (min-resolution: 192dpi), only screen and (min-width: 1800px) and (min-resolution: 2dppx) {
    .header__background--archives {
      background-image: url("../images/vanessa%402x.png");
      background-size: 20%; } }
    .header__background--cover {
      mix-blend-mode: luminosity;
      opacity: 0.5;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .header__title {
    color: #ffffff;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 500;
    margin: 16px 0; }
    @media only screen and (min-width: 1248px) {
      .header__title {
        font-size: 3.75rem;
        line-height: 3.75rem;
        margin: 77px 24px 0 24px; } }
  .header--align-b {
    display: flex;
    align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .header--cover {
      height: 400px; } }
  @media only screen and (min-width: 1024px) {
    .header--cover {
      height: 600px; } }

@media only screen and (min-width: 768px) {
  .pseudo-logo {
    height: 280px;
    width: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .pseudo-logo__background {
    height: 100%;
    width: 100%;
    background-color: #37538c;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0; } }

.pseudo-logo__content {
  isolation: isolate;
  color: #ffffff;
  padding: 16px 0px; }
  @media only screen and (min-width: 768px) {
    .pseudo-logo__content {
      padding: 16px; } }

.pseudo-logo__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 300; }

.pseudo-logo__title {
  margin: 0;
  font-size: 3.9375rem;
  line-height: 3.9375rem;
  font-weight: 600; }
  .pseudo-logo__title--span {
    display: block;
    font-size: 3.4375rem;
    line-height: 3.4375rem; }

.footer {
  position: relative;
  margin: 40px 0; }

.about {
  grid-column: span 1; }
  @media only screen and (min-width: 768px) {
    .about {
      grid-column: span 12; } }
  @media only screen and (min-width: 1248px) {
    .about {
      grid-column: span 3; } }
  @media only screen and (min-width: 1800px) {
    .about {
      grid-column: span 4; } }
  .about__social {
    margin: 0 -16px; }
  .about__link {
    display: inline-block;
    text-decoration: none;
    color: #8f84d9;
    background-color: #8f84d9;
    width: 24px;
    height: 24px;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin: 0 16px; }
    .about__link:hover {
      background-color: #4e439c; }
    .about__link span {
      display: none; }
    .about__link--facebook {
      -webkit-mask: url(../images/eCZhLDYSD5yp.svg) no-repeat 50% 50%;
      mask: url(../images/eCZhLDYSD5yp.svg) no-repeat 50% 50%; }
    .about__link--instagram {
      -webkit-mask: url(../images/qo4ZldXQgEnH.svg) no-repeat 50% 50%;
      mask: url(../images/qo4ZldXQgEnH.svg) no-repeat 50% 50%; }
    .about__link--youtube {
      width: 24px;
      -webkit-mask: url(../images/mHJIwGJhVnFt.svg) no-repeat 50% 50%;
      mask: url(../images/mHJIwGJhVnFt.svg) no-repeat 50% 50%; }

.menu-sitemap-area {
  grid-column: span 1; }
  @media only screen and (min-width: 768px) {
    .menu-sitemap-area {
      grid-column: span 12; } }
  @media only screen and (min-width: 1248px) {
    .menu-sitemap-area {
      grid-column: span 6; } }
  @media only screen and (min-width: 1800px) {
    .menu-sitemap-area {
      grid-column: span 4; } }

.rss {
  grid-column: span 1; }
  @media only screen and (min-width: 768px) {
    .rss {
      grid-column: span 12; } }
  @media only screen and (min-width: 1248px) {
    .rss {
      grid-column: span 3; } }
  @media only screen and (min-width: 1800px) {
    .rss {
      grid-column: span 4; } }

.rodape {
  margin: 40px 0;
  font-size: 0.75rem; }
  .rodape a {
    text-decoration: none;
    color: #8f84d9; }
    .rodape a:hover {
      background-color: #8f84d9;
      color: #ffffff; }

.btn {
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  border-radius: 18px; }
  .btn--invert {
    color: #ffffff; }
    .btn--invert:after {
      background-color: #ffffff; }
    .btn--invert:visited, .btn--invert:active {
      color: #ffffff; }
    .btn--invert:hover {
      color: rgba(255, 255, 255, 0.8); }
      .btn--invert:hover:after {
        background-color: rgba(255, 255, 255, 0.8); }
  .btn--icon {
    display: inline-flex;
    align-items: center; }
    .btn--icon:after {
      content: '';
      display: inline-block;
      margin-left: 16px;
      width: 26px;
      height: 16px;
      -webkit-mask: url(../images/i3kD8yqf1NIr.svg) no-repeat 50% 50%;
      mask: url(../images/i3kD8yqf1NIr.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover; }
  .btn--info {
    color: #37538c; }
    .btn--info:after {
      background-color: #37538c; }
    .btn--info:visited, .btn--info:active {
      color: #37538c; }
    .btn--info:hover {
      color: #1c3363; }
      .btn--info:hover:after {
        background-color: #1c3363; }
  .btn--primary {
    color: #8f84d9; }
    .btn--primary:after {
      background-color: #8f84d9; }
    .btn--primary:visited, .btn--primary:active {
      color: #8f84d9; }
    .btn--primary:hover {
      color: #4e439c; }
      .btn--primary:hover:after {
        background-color: #4e439c; }
  .btn--sm {
    padding: 4px 8px;
    letter-spacing: 1px;
    line-height: 15px; }
  .btn--large {
    letter-spacing: 0.5px; }
    @media only screen and (min-width: 768px) {
      .btn--large {
        font-size: 1rem; } }
    @media only screen and (min-width: 1248px) {
      .btn--large {
        border-width: 3px;
        font-size: 1.125rem;
        letter-spacing: 1px; } }
  .btn--block {
    width: 100%; }

.nav-links {
  position: relative;
  margin: 24px 0 40px 0;
  display: flex;
  justify-content: center; }
  .nav-links .page-numbers {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #8f84d9;
    font-weight: 500;
    margin: 8px;
    border: 2px solid #8f84d9; }
    .nav-links .page-numbers:hover {
      color: #ffffff;
      background-color: #8f84d9; }
    .nav-links .page-numbers.current {
      color: #ffffff;
      background-color: #8f84d9; }
    .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
      width: 100px; }
      .nav-links .page-numbers.next.disabled, .nav-links .page-numbers.prev.disabled {
        color: #90a4ae;
        border: 2px solid #90a4ae;
        background-color: white;
        cursor: not-allowed;
        pointer-events: none; }
        .nav-links .page-numbers.next.disabled :hover, .nav-links .page-numbers.prev.disabled :hover {
          color: #90a4ae;
          border: 2px solid #90a4ae;
          background-color: white; }

.block {
  position: relative;
  overflow: hidden;
  color: #ffffff; }
  .block__overflow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply; }
    .block__overflow--consulta {
      background-image: url("../images/DnkCZ2pNV5KR.png");
      background-size: contain;
      background-position: bottom right;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .block__overflow--consulta {
          background-image: url("../images/map%402x.png");
          background-size: contain; } }
  .block__picture {
    flex-grow: 0;
    flex-shrink: 0; }
    @media only screen and (min-width: 1440px) {
      .block__picture--lv2 {
        width: 300px; } }
    @media only screen and (min-width: 1800px) {
      .block__picture--lv2 {
        width: 345px; } }
    @media only screen and (min-width: 768px) {
      .block__picture--clip-about {
        height: 390px;
        display: block; }
        .block__picture--clip-about img {
          -webkit-clip-path: inset(100px 0 200px 0);
                  clip-path: inset(100px 0 200px 0);
          position: absolute;
          top: -100px; } }
    @media only screen and (min-width: 1024px) {
      .block__picture--clip-about {
        height: 570px; }
        .block__picture--clip-about img {
          -webkit-clip-path: inset(100px 0 275px 0);
                  clip-path: inset(100px 0 275px 0);
          top: -100px; } }
    @media only screen and (min-width: 1248px) {
      .block__picture--clip-about {
        height: auto; }
        .block__picture--clip-about img {
          -webkit-clip-path: unset;
                  clip-path: unset;
          position: initial;
          top: auto; } }
  .block__img {
    display: block;
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 1248px) {
      .block__img {
        max-width: 100%;
        height: auto; } }
    .block__img--book {
      width: 230px !important;
      margin: auto; }
      @media only screen and (min-width: 1248px) {
        .block__img--book {
          width: 200px !important; } }
      @media only screen and (min-width: 1248px) {
        .block__img--book {
          width: 300px !important; } }
      @media only screen and (min-width: 1440px) {
        .block__img--book {
          width: 300px !important; } }
    .block__img--400 {
      height: 400px; }
    .block__img--460 {
      height: 460px; }
  .block__content {
    padding: 16px;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .block__content {
        padding: 24px; } }
    .block__content--full {
      padding: 16px; }
      @media only screen and (min-width: 768px) {
        .block__content--full {
          padding: 24px; } }
      @media only screen and (min-width: 1248px) {
        .block__content--full {
          padding: 32px; } }
      @media only screen and (min-width: 1440px) {
        .block__content--full {
          padding: 40px; } }
    .block__content--hl {
      padding: 16px; }
      @media only screen and (min-width: 768px) {
        .block__content--hl {
          padding: 24px; } }
      @media only screen and (min-width: 1248px) {
        .block__content--hl {
          padding: 32px; } }
      @media only screen and (min-width: 1440px) {
        .block__content--hl {
          padding: 40px; } }
  .block__category {
    margin: 0;
    font-weight: 400;
    color: #f2bdbd;
    font-size: 1rem;
    line-height: 2.5625rem; }
    @media only screen and (min-width: 768px) {
      .block__category {
        font-size: 1.125rem;
        line-height: 2rem; } }
    .block__category--hl {
      font-size: 1rem;
      line-height: 1.5rem; }
      @media only screen and (min-width: 768px) {
        .block__category--hl {
          font-size: 1.125rem;
          line-height: 2rem; } }
      @media only screen and (min-width: 1248px) {
        .block__category--hl {
          font-size: 1.5rem;
          line-height: 2.5625rem; } }
  .block__title {
    margin: 0;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 2.125rem; }
    @media only screen and (min-width: 768px) {
      .block__title {
        font-size: 1.5rem;
        line-height: 2rem; } }
    .block__title > a {
      text-decoration: none;
      color: #ffffff; }
    .block__title--hl {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 300; }
      @media only screen and (min-width: 768px) {
        .block__title--hl {
          font-size: 2rem;
          line-height: 3rem; } }
      @media only screen and (min-width: 1248px) {
        .block__title--hl {
          font-size: 2.5rem;
          line-height: 3.5rem; } }
      @media only screen and (min-width: 1440px) {
        .block__title--hl {
          font-size: 2.625rem;
          line-height: 3.5rem; } }
      @media only screen and (min-width: 1800px) {
        .block__title--hl {
          font-size: 2.9375rem;
          line-height: 4.625rem; } }
    .block__title--bold {
      font-weight: 600; }
    .block__title--compound {
      font-size: 2.9375rem;
      line-height: 2.9375rem;
      font-weight: 600; }
      .block__title--compound span {
        font-size: 1.5rem;
        display: block;
        font-weight: 300; }
    .block__title--hl-full {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 300; }
      @media only screen and (min-width: 768px) {
        .block__title--hl-full {
          font-size: 2rem;
          line-height: 3rem; } }
      @media only screen and (min-width: 1248px) {
        .block__title--hl-full {
          font-size: 3rem;
          line-height: 4.4375rem; } }
      @media only screen and (min-width: 1440px) {
        .block__title--hl-full {
          font-size: 3.75rem;
          line-height: 5.8125rem; } }
  .block__excerpt {
    font-size: 0.6875rem;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    /* number of lines to show */ }
    @media only screen and (min-width: 768px) {
      .block__excerpt {
        font-size: 0.875rem;
        line-height: 1.4375rem; } }
    .block__excerpt--full {
      -webkit-line-clamp: unset; }
  @media only screen and (min-width: 1248px) {
    .block--horizontal {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .block--vertical {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    @media only screen and (min-width: 1248px) {
      .block--vertical {
        margin-bottom: 24px; } }
    .block--vertical .block__img {
      width: 100%; }
    .block--vertical .block__excerpt {
      font-size: 0.75rem;
      line-height: 1.3125rem; }
  .block--right {
    display: flex;
    flex-direction: column-reverse; }
    @media only screen and (min-width: 1248px) {
      .block--right {
        flex-direction: initial; } }
  @media only screen and (min-width: 768px) {
    .block--book {
      flex-direction: initial;
      align-items: center; } }
  .block--spacing {
    margin-bottom: 24px; }
  .block--full {
    height: 100%; }
  .block--primary {
    background-color: #8f84d9; }
    .block--primary .block__title > a:hover {
      background-color: #8f84d9;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
  .block--secondary {
    background-color: #f2766b; }
    .block--secondary .block__title > a:hover {
      background-color: #f2766b;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
  .block--highlight {
    background-color: #f26398; }
    @media only screen and (min-width: 1440px) {
      .block--highlight {
        margin-bottom: 0; } }
    .block--highlight .block__title > a:hover {
      background-color: #f26398;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
  .block--info {
    background-color: #37538c; }
    .block--info .block__title > a:hover {
      background-color: #37538c;
      -webkit-filter: invert(100%);
      filter: invert(100%); }

.single__content {
  padding: 40px 0; }

.single__grid {
  display: grid;
  grid-template-columns: 100%; }
  @media only screen and (min-width: 768px) {
    .single__grid {
      grid-template-columns: 8.6% 90%;
      -moz-column-gap: 1.4%;
           column-gap: 1.4%; } }
  @media only screen and (min-width: 1248px) {
    .single__grid {
      grid-template-columns: 6.995133819951338% 57.72506082725061% 32.36009732360097%;
      -moz-column-gap: 1.4%;
           column-gap: 1.4%; } }

.single__share {
  font-size: 2em;
  margin: 0.67em 0; }
  @media only screen and (min-width: 768px) {
    .single__share {
      text-align: center; } }
  .single__share .addtoany_list {
    position: -webkit-sticky;
    position: sticky; }
    @media only screen and (min-width: 768px) {
      .single__share .addtoany_list {
        display: flex;
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .single__share .addtoany_list a {
        margin-bottom: 16px; } }

.single__article .author {
  font-style: normal; }

.single__article header {
  margin-bottom: 16px; }
  .single__article header h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0 0 32px 0;
    font-weight: 400; }
    @media only screen and (min-width: 1248px) {
      .single__article header h1 {
        font-size: 3.75rem;
        line-height: 5.875rem;
        margin: 0 0 32px 0;
        font-weight: 400; } }
  .single__article header time {
    font-size: 0.75rem;
    line-height: 1.3125rem; }

.single__article .entry-content {
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 1.625rem; }
  @media only screen and (min-width: 1248px) {
    .single__article .entry-content {
      font-size: 1rem;
      line-height: 1.875rem; } }

.single__article a {
  color: #8f84d9; }
  .single__article a:hover {
    background-color: #8f84d9;
    color: #ffffff; }

.single__sidebar {
  grid-column: span 1; }
  @media only screen and (min-width: 768px) {
    .single__sidebar {
      grid-column: span 2; } }
  @media only screen and (min-width: 1248px) {
    .single__sidebar {
      grid-column: span 1; } }

.articles {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 32px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .articles {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 1024px) {
    .articles {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (min-width: 1440px) {
    .articles {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .articles__article > h1 {
    font-size: 2rem;
    line-height: 3.0625rem;
    font-weight: 500;
    margin: 0; }
    .articles__article > h1 a {
      color: #8f84d9;
      text-decoration: none; }
      .articles__article > h1 a:hover {
        color: #ffffff;
        background-color: #8f84d9; }
  .articles__article > time {
    font-size: 0.75rem;
    line-height: 1.25rem; }
  .articles__article > p {
    margin: 0;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 1.625rem; }
  .articles__figure {
    margin: 0 0 16px 0;
    overflow: hidden;
    height: 217px; }

.hero {
  background-image: url("../images/0TR1h0EFdpDQ.png");
  background-size: 407px;
  background-position: -11px -21px;
  background-repeat: no-repeat;
  background-color: #8f84d9;
  background-blend-mode: luminosity;
  opacity: 0.8; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/vanessa%402x.png");
      background-size: 407px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      background-image: url("../images/0TR1h0EFdpDQ.png");
      background-size: contain;
      background-position: bottom right -40px;
      background-repeat: no-repeat;
      padding-top: 100px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/vanessa%402x.png");
      background-size: contain; } }
  @media only screen and (min-width: 1024px) {
    .hero {
      background-blend-mode: unset; } }
  @media only screen and (min-width: 1248px) {
    .hero {
      background-image: url("../images/0TR1h0EFdpDQ.png");
      background-size: contain;
      background-position: bottom right -63px;
      background-repeat: no-repeat;
      opacity: 1;
      display: flex;
      align-items: center;
      height: 600px; } }
  @media only screen and (min-width: 1248px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1248px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1248px) and (min-resolution: 192dpi), only screen and (min-width: 1248px) and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/vanessa%402x.png");
      background-size: contain; } }
  @media only screen and (min-width: 1440px) {
    .hero {
      background-image: url("../images/0TR1h0EFdpDQ.png");
      background-size: contain;
      background-position: bottom right -65px;
      background-repeat: no-repeat;
      height: 744px; } }
  @media only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1440px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1440px) and (min-resolution: 192dpi), only screen and (min-width: 1440px) and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/vanessa%402x.png");
      background-size: contain; } }
  @media only screen and (min-width: 1800px) {
    .hero {
      background-image: url("../images/0TR1h0EFdpDQ.png");
      background-size: contain;
      background-position: bottom right;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1800px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1800px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1800px) and (min-resolution: 192dpi), only screen and (min-width: 1800px) and (min-resolution: 2dppx) {
    .hero {
      background-image: url("../images/vanessa%402x.png");
      background-size: contain; } }
  .hero__callaction {
    padding-top: 128px;
    padding-bottom: 16px; }
    @media only screen and (min-width: 1024px) {
      .hero__callaction {
        width: 532px; } }
    @media only screen and (min-width: 1248px) {
      .hero__callaction {
        padding-top: 0; } }
    .hero__callaction p {
      font-size: 1rem;
      line-height: 1.4375rem;
      margin: 8px 0;
      color: #ffffff;
      font-weight: 500;
      text-shadow: 0 0 3px #504abd; }
      @media only screen and (min-width: 1024px) {
        .hero__callaction p {
          text-shadow: unset; } }
      @media only screen and (min-width: 1248px) {
        .hero__callaction p {
          color: #37538c;
          font-size: 1.5rem;
          line-height: 2.4375rem; } }
  .hero__subtitle {
    font-family: "Montserrat", sans-serif;
    color: #37538c;
    margin: 0;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5rem; }
    @media only screen and (min-width: 1248px) {
      .hero__subtitle {
        font-weight: 200;
        font-size: 3.25rem;
        line-height: 6.5rem; } }
  .hero__title {
    text-shadow: 0 0 5px #504abd;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: 6rem;
    line-height: 4.5rem; }
    @media only screen and (min-width: 1024px) {
      .hero__title {
        text-shadow: unset; } }
    @media only screen and (min-width: 1248px) {
      .hero__title {
        font-size: 9.25rem;
        line-height: 6.5rem; } }
    .hero__title > span {
      display: block;
      font-size: 5.125rem;
      line-height: 5.125rem; }
      @media only screen and (min-width: 1248px) {
        .hero__title > span {
          font-size: 8rem;
          line-height: 8rem; } }

.cover {
  background-color: #8f84d9;
  padding-bottom: 40px; }
  .cover__ceu-atual {
    grid-area: atual; }
  .cover__astrologia-cinema {
    grid-area: cinema; }
  .cover__ceu-semana {
    grid-area: semana; }
  .cover__destaque {
    grid-area: destaque; }
  .cover__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
    grid-template-areas: 'semana' 'destaque' 'atual' 'cinema'; }
    @media only screen and (min-width: 1248px) {
      .cover__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'semana semana' 'destaque destaque' 'atual atual' 'cinema cinema'; } }
    @media only screen and (min-width: 1440px) {
      .cover__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: 'semana semana semana semana semana semana semana semana semana' 'destaque destaque destaque destaque atual atual atual atual atual' 'destaque destaque destaque destaque cinema cinema cinema cinema cinema'; } }

.last-articles {
  padding: 16px 0; }
  @media only screen and (min-width: 1248px) {
    .last-articles {
      padding: 40px 0; } }
  .last-articles__list {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      .last-articles__list {
        grid-template-columns: 1fr 1fr; } }
  .last-articles__content {
    flex-grow: 1;
    padding-right: 16px; }
  .last-articles__item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .last-articles__pubdate {
    font-size: 0.6875rem; }
  .last-articles__title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 1248px) {
      .last-articles__title {
        font-size: 1.3125rem;
        line-height: 2.1875rem; } }
  .last-articles__link {
    text-decoration: none;
    color: #8f84d9;
    font-weight: 400; }
    .last-articles__link:hover {
      color: #ffffff;
      background-color: #8f84d9; }
  .last-articles__category {
    margin: 0;
    font-size: 0.75rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 1248px) {
      .last-articles__category {
        font-size: 0.875rem; } }
  .last-articles__picture {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px; }
    @media only screen and (min-width: 768px) {
      .last-articles__picture {
        width: 200px;
        height: 200px; } }
  .last-articles__img {
    display: block; }
  .last-articles__footer {
    text-align: center;
    padding: 24px; }
    @media only screen and (min-width: 768px) {
      .last-articles__footer {
        padding: 40px; } }

.sub-header {
  margin: 16px 0; }
  @media only screen and (min-width: 1248px) {
    .sub-header {
      margin: 32px 0; } }
  .sub-header__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #37538c;
    margin: 0;
    font-weight: 500; }
    @media only screen and (min-width: 1248px) {
      .sub-header__title {
        font-size: 3rem;
        line-height: 3.75rem; } }
  .sub-header__caption {
    font-size: 0.6875rem;
    line-height: 1rem; }
    @media only screen and (min-width: 1248px) {
      .sub-header__caption {
        font-size: 1rem;
        line-height: 1.4375rem; } }

.archive__title h2 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 500;
  margin: 16px 0 40px 0; }

.archive__content {
  padding: 40px 0; }

@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 24px; } }

.breadcrumb span {
  font-weight: 500; }

.breadcrumb a {
  color: #8f84d9;
  text-decoration: none; }

.yarpp-related {
  margin: 40px 0 !important; }
  .yarpp-related ol {
    padding: 0;
    margin: 0;
    list-style: none; }
    .yarpp-related ol li a {
      font-weight: 500;
      line-height: 1.875rem; }

.wpcf7-form br {
  display: none; }

.wpcf7-form label {
  font-weight: 600; }

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px; }

.wpcf7-textarea,
.wpcf7-text {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #8f84d9;
  border-radius: 4px;
  font-weight: 400;
  padding: 8px 16px; }

.wpcf7-submit {
  text-transform: uppercase;
  border: 2px solid #8f84d9;
  color: #8f84d9;
  background-color: white;
  border-radius: 18px;
  height: 32px;
  font-weight: 500;
  padding: 0 24px; }
  .wpcf7-submit:hover {
    color: #ffffff;
    background-color: #8f84d9; }

.comment-notes {
  font-size: 0.75rem;
  line-height: 2.125rem; }

.comment-respond label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500; }

.comment-respond input,
.comment-respond textarea {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #8f84d9;
  border-radius: 4px;
  font-weight: 400;
  padding: 8px 16px; }

.comment-respond input.submit {
  display: block;
  width: initial;
  text-transform: uppercase;
  border: 2px solid #8f84d9;
  color: #8f84d9;
  background-color: white;
  border-radius: 18px;
  height: 32px;
  font-weight: 500;
  padding: 0 24px;
  margin: 0 auto; }
  .comment-respond input.submit:hover {
    color: #ffffff;
    background-color: #8f84d9; }

.comment-form-cookies-consent input {
  width: initial;
  margin-right: 4px; }

.comment-form-cookies-consent label {
  display: inline; }

/* -------------------------------------------------------------------------- */
/*	12. Comments
/* -------------------------------------------------------------------------- */
/* Comment Headers ----------------------------- */
.comments-wrapper {
  margin-top: 5rem; }

.comment-reply-title {
  text-align: left; }

/* Comment Item ----------------------------- */
/* COMMENT HEADER */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
  padding-top: 3.5rem; }

div.comment:first-of-type {
  margin-top: 3.5rem;
  padding-top: 0; }

.comments .comments-header + div {
  margin-top: 0;
  padding-top: 0; }

.comment-body {
  position: relative; }

.comment .comment {
  padding-left: 5%; }

.comment-meta {
  line-height: 1.1;
  margin-bottom: 1.5rem;
  min-height: 5rem;
  padding-left: 5rem;
  position: relative; }

.hide-avatars .comment-meta {
  min-height: 0;
  padding-left: 0; }

.comment-meta a {
  color: inherit; }

.comment-author {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.027777778em; }

.comment-author a {
  color: #8f84d9; }

.comment-author a:hover,
.comment-author a:focus {
  color: #ffffff;
  background-color: #8f84d9; }

.comment-meta .avatar {
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem; }

.comment-author .url {
  text-decoration: underline; }

.comment-metadata {
  color: #6d6d6d;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.6rem; }

.comment-metadata a {
  text-decoration: none; }

.comment-metadata a:focus,
.comment-metadata a:hover {
  text-decoration: underline; }

/* COMMENT CONTENT */
.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
  line-height: 1.4375rem; }

.comment-content.entry-content .alignleft {
  /*rtl:ignore*/
  margin-left: 0; }

.comment-content.entry-content .alignright {
  /*rtl:ignore*/
  margin-right: 0; }

/* COMMENT FOOTER */
.comment-footer-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: 0.030833333em;
  line-height: 1;
  margin: 1.5rem 0 -1rem -1.5rem;
  text-transform: uppercase; }

.comment-footer-meta > * {
  margin: 0 0 1rem 1.5rem; }

.comment-reply-link {
  background-color: #cd2653;
  color: #fff;
  display: block;
  padding: 0.7rem; }

.bypostauthor .comment-footer-meta .by-post-author {
  display: block; }

.by-post-author {
  background: #f26398;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.6875rem;
  line-height: 1.5rem;
  padding: 0 16px;
  border-radius: 12px; }

.comment-footer-meta a {
  text-decoration: none; }

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
  text-decoration: underline; }

/* Pingbacks & Trackbacks ------------------------- */
.pingback .comment-meta,
.trackback .comment-meta {
  padding-left: 0; }

/* Comments Pagination ---------------------------- */
.comments-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
  text-align: center; }

.comments-pagination.only-next {
  justify-content: flex-end; }

.comments-pagination .page-numbers {
  display: none;
  text-decoration: none; }

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
  text-decoration: underline; }

.comments-pagination .prev,
.comments-pagination .next {
  display: block; }

.comments-pagination .prev {
  left: 0; }

.comments-pagination .next {
  right: 0;
  text-align: right; }

/* Comment Respond ---------------------------- */
.comment-respond::after {
  clear: both;
  content: '';
  display: block; }

.comment-respond .logged-in-as {
  color: #6d6d6d;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: -3rem 0 4rem 0;
  text-align: center; }

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
  color: inherit;
  text-decoration: none; }

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
  text-decoration: underline; }

.comment-respond p {
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto; }

.comment-respond p:not(.comment-notes) {
  max-width: 58rem; }

.comment-form-cookies-consent {
  align-items: baseline;
  display: flex; }

.comment-respond > p:last-of-type {
  margin-bottom: 0; }

.comment-respond label {
  display: block; }

.comment-respond input[type='text'],
.comment-respond input[type='email'],
.comment-respond textarea {
  margin-bottom: 0; }

.comment-respond textarea {
  height: 15rem; }

.comment-respond #submit {
  display: block; }

.comment-respond .comments-closed {
  text-align: center; }

/* Reply Respond ---------------------------- */
.comments .comment-respond {
  padding: 3rem 0 0; }

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
  text-align: left; }

.comment-reply-title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.0277em;
  margin: 0.5rem 0 0 0;
  white-space: nowrap; }

.comment-reply-title small a {
  text-decoration: none; }

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
  text-decoration: underline; }

.book__area {
  grid-column: span 1; }
  @media only screen and (min-width: 768px) {
    .book__area {
      grid-column: span 6; } }
  @media only screen and (min-width: 1248px) {
    .book__area {
      grid-column: span 9; } }

.instagram__area {
  grid-column: span 1; }
  @media only screen and (min-width: 768px) {
    .instagram__area {
      grid-column: span 6; } }
  @media only screen and (min-width: 1248px) {
    .instagram__area {
      grid-column: span 3; } }

.consulta__area {
  grid-column: span 12; }
  @media only screen and (min-width: 1248px) {
    .consulta__area {
      grid-column: span 4; } }

.livro__area {
  grid-column: span 12; }
  @media only screen and (min-width: 1248px) {
    .livro__area {
      grid-column: span 8; } }

.livro-single__area {
  grid-column: span 12; }
