@charset "UTF-8";
/*!
Theme Name: Dia de Beauté
Theme URI: http://diadebeaute.com
Author: FAPNET
Author URI: https://fapnet.com.br/
Description: Tema desenvolvido para o Blog Dia de Beauté
Version: 2020
License: GNU v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: sidebar, banner, multilanguage
Text Domain: ddb
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(/Users/feperrella/Library/Mobile Documents/com~apple~CloudDocs/CLIENTES/Dia de Beauté/Temas/ddb-v2016/scss/vendor/normalize.min.css);
@import url(/Users/feperrella/Library/Mobile Documents/com~apple~CloudDocs/CLIENTES/Dia de Beauté/Temas/ddb-v2016/scss/vendor/jquery.mCustomScrollbar.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#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;
}

/* 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;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          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-feed:before,
.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-pp: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-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless: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: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Averta-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/avertastd-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avertastd-light-webfont.woff") format("woff"), url("../fonts/avertastd-light-webfont.ttf") format("truetype"), url("../fonts/avertastd-light-webfont.svg#Averta-Light") format("svg");
}

@font-face {
  font-family: "Baskerville";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Baskerville-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Baskerville-Italic.woff") format("woff"), url("../fonts/Baskerville-Italic.ttf") format("truetype"), url("../fonts/Baskerville-Italic.svg#Baskerville") format("svg");
}

html {
  font: 16px Cambria, Georgia, serif;
}

.content {
  line-height: 1.625;
}

.more_beaute a {
  color: #000;
  text-decoration: none;
  display: block;
}

.beaute {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  background: no-repeat center center url(../images/beaute.png);
  width: 100px;
  height: 34px;
  vertical-align: top;
  margin: 0 -9px;
}

.social .pinterest, .social .instagram, .social .twitter, .social .facebook, .social .gplus, .social .youtube, .content .entry-footer .share .pinterest, .content .entry-footer .share .gplus, .content .entry-footer .share .twitter, .content .entry-footer .share .facebook {
  width: 25px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/sprite.png);
}

.btn_scroll {
  height: 0;
  width: 0;
  display: inline-block;
}

.etc {
  margin: 0 0 5px;
  display: inline-block;
}

.mCS-ddb .mCSB_scrollTools .mCSB_draggerRail {
  background: #ececec;
  width: 15px;
  border-radius: 0;
}

.mCS-ddb .mCSB_scrollTools .mCSB_dragger {
  height: 165px !important;
}

.mCS-ddb .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #bae2d5;
  width: 15px;
  border-radius: 0;
}

.mCS-ddb .mCSB_container {
  padding-bottom: 20px;
}

.scroll-btn {
  display: none;
  position: absolute;
  right: 18px;
  margin-top: -48px;
  width: 552px;
  background: white;
  text-align: center;
  line-height: 1;
  top: 985px;
}

#infinite-handle {
  margin: 50px 0;
  text-align: center;
}

#infinite-handle::after {
  clear: both;
  content: "";
  display: table;
}

#infinite-handle span {
  background: white;
  display: inline-block;
  border: 1px solid #bae2d5;
  cursor: pointer;
}

#infinite-handle span button {
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  font-size: 17px;
  color: gray;
  line-height: 1;
  color: gray;
  padding: 13px 35px 12px;
  margin: 0;
  background: none;
  border: none;
  letter-spacing: 1px;
}

.infinite-loader {
  display: inline-block;
  clear: both;
  margin: 20px 50%;
  width: 40px;
}

#super {
  margin: 10px 0 30px;
}

#super-2 {
  margin: 30px 0 0;
}

html[lang="en-US"] #super, html[lang="en-US"]
#super-2 {
  display: none;
}

.sam-pro-container {
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
}

.sam-pro-container .ad {
  display: inline-block;
}

.sam-pro-container .ad:after {
  content: 'PUBLICIDADE';
  display: block;
  text-align: right;
  font-size: 8px;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  margin: 0;
}

.sam-pro-container .ad a {
  border: 1px solid black;
  display: inline-block;
  padding: 10px;
  margin: 0;
}

.sam-pro-container .ad img {
  display: block;
}

.back_to_top {
  width: 261px;
  clear: both;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/back-to-top.png);
  background-position: center 40px;
}

.back_to_top::after {
  clear: both;
  content: "";
  display: table;
}

html[lang="en-US"] .back_to_top {
  background-position: center -80px;
}

.page-id-33728 .back_to_top {
  display: none;
}

.vic-responde {
  text-align: center;
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 1px;
}

.vic-responde .btn-title {
  display: inline-block;
  background: no-repeat -6px -605px url(../images/sprite.png);
  height: 95px;
  width: 281px;
}

.vic-responde .description {
  display: block;
  font-size: 29px;
}

.vic-responde .btn-leiamais {
  display: inline-block;
  font-size: 18px;
  color: white;
  background: #bae2d5;
  padding: 3px 11px 2px;
}

html #logo {
  display: none;
}

html[lang="pt-br"] #logo[lang="pt-br"] {
  display: inline-block;
}

html[lang="en-US"] #logo[lang="en-US"] {
  display: inline-block;
}

body,
#page {
  min-width: 375px;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 900px) {
  body,
  #page {
    min-width: 1138px;
  }
}

#glamour {
  height: 46px;
  width: 100%;
  background: white;
  text-align: center;
  margin: 0 0 -3px;
}

#glamour img {
  height: 24px;
  width: auto;
  margin-top: 11px;
}

@media all and (min-width: 900px) {
  #glamour {
    height: 66px;
  }
  #glamour img {
    height: 30px;
    margin-top: 18px;
  }
}

.more_beaute {
  background: #e7c4c4;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000;
  font-family: "Baskerville", georgia, serif;
  line-height: 34px;
  font-size: 15px;
  border-bottom: 12px solid #bae2d5;
}

.more_beaute::after {
  clear: both;
  content: "";
  display: table;
}

.site-header,
.site-footer,
.container {
  position: relative;
}

.site-header {
  text-align: center;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

.pin-it {
  display: none;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.home .pin-it {
  visibility: hidden;
}

@media all and (max-width: 900px) {
  .pin-it img {
    width: 70px !important;
    height: auto !important;
  }
}

.featured-image {
  margin: 0;
  padding: 0;
  position: relative;
}

.featured-image img {
  max-width: 100%;
}

.archive .featured-image img,
.search .featured-image img {
  max-width: 100%;
  width: 100%;
}

.featured-image:hover .pin-it {
  display: block;
}

.lang_sel_list_horizontal {
  float: left;
}

.lang_sel_list_horizontal ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: inline-block;
  background: #bae2d5;
}

.lang_sel_list_horizontal li {
  display: inline-block;
  padding: 2px 0 5px;
}

.lang_sel_list_horizontal li:first-child a {
  border-right: 1px solid #000;
}

.lang_sel_list_horizontal a {
  font-size: 11px;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #000;
  padding: 0 7px;
}

.site-header .search {
  display: inline-block;
}

@media all and (min-width: 900px) {
  .site-header .search {
    float: right;
  }
}

.site-header .search .search-field {
  border: none;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  padding: 5px 5px 4px;
  margin: 0;
  width: 130px;
  color: #7a7a7a;
}

@media all and (min-width: 900px) {
  .site-header .search .search-field {
    padding: 7px 5px 2px;
    width: 180px;
    font-size: 16px;
  }
}

.site-header .search .search-submit {
  background: none;
  background-repeat: no-repeat;
  background-image: url(../images/sprite.png);
  background-position: -14px -515px;
  vertical-align: middle;
  border: none;
  width: 30px;
  height: 31px;
  padding: 0;
  margin: 0;
}

.site-branding {
  clear: both;
  text-align: center;
}

.site-branding .site-title {
  margin: 0;
  padding: 25px 0 5px;
}

@media all and (min-width: 900px) {
  .site-branding .site-title {
    padding: 40px 0;
  }
}

.site-branding #logo {
  width: 50%;
  height: auto;
}

@media all and (min-width: 900px) {
  .site-branding #logo {
    width: inherit;
  }
}

.badge-10years {
  position: absolute;
  top: 73px;
  right: 50px;
  display: none;
}

@media all and (min-width: 900px) {
  .badge-10years {
    display: block;
  }
}

.newsletter {
  position: absolute;
  top: 98px;
  left: -26px;
  display: none;
}

@media all and (min-width: 900px) {
  .newsletter {
    display: block;
  }
}

.newsletter span {
  cursor: pointer;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -86px;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  color: gray;
}

html[lang="en-US"] .newsletter span {
  margin-left: -76px;
}

.newsletter .show-form {
  cursor: pointer;
}

.newsletter .mailster-box {
  display: none;
  position: fixed;
  z-index: 100;
  top: 40%;
  left: 50%;
  width: 400px;
  background: #f2f2f2;
  padding: 16px 26px 16px 26px;
  -webkit-box-shadow: 0px 0px 20px #bbb;
          box-shadow: 0px 0px 20px #bbb;
  border-radius: 2px;
  margin: -200px 0 0 -200px;
}

.newsletter .mailster-box:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 360px;
  background: no-repeat 3px center url(../images/newsletter.png);
}

.newsletter .mailster-box .fechar {
  float: right;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 7px;
}

.popup-bkg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.popup-bkg .popup-box {
  position: fixed;
  top: 2.5%;
  left: 2.5%;
  -webkit-box-shadow: 0px 0px 20px #bbb;
          box-shadow: 0px 0px 20px #bbb;
}

@media all and (min-width: 900px) {
  .popup-bkg .popup-box {
    top: 50%;
    left: 50%;
  }
}

.popup-bkg .popup-box .fechar {
  display: inline-block;
}

.popup-bkg#popup-pt .popup-box {
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.popup-bkg#popup-pt .popup-box img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 900px) {
  .popup-bkg#popup-pt .popup-box {
    width: 451px;
    height: 331px;
    margin: -166px 0 0 -226px;
  }
}

.popup-bkg#popup-pt .fechar {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.popup-bkg#popup-news .popup-box {
  width: 95%;
  background: #fff;
  padding: 20px 26px;
  -webkit-box-shadow: 0px 0px 20px #000;
          box-shadow: 0px 0px 20px #000;
  border: 13px solid #bae2d5;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 900px) {
  .popup-bkg#popup-news .popup-box {
    width: 400px;
    margin: -200px 0 0 -200px;
  }
}

.popup-bkg#popup-news .popup-box .fechar {
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  float: right;
  font-size: 16px;
  padding: 6px 11px 6px 10px;
  background: #bae2d5;
  cursor: pointer;
  margin-top: 7px;
  color: white;
  font-weight: 900;
  line-height: 1;
}

.popup-bkg#popup-news .popup-box:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 70%;
  background: no-repeat -129px center url(../images/newsletter.png);
}

@media all and (min-width: 900px) {
  .popup-bkg#popup-news .popup-box:before {
    width: 360px;
    background: no-repeat 3px center url(../images/newsletter.png);
  }
}

.popup-bkg .mailster-wrapper {
  padding: 0px 0 8px;
}

#disqus_thread {
  width: 90%;
  margin: 0 auto;
}

@media all and (min-width: 900px) {
  #disqus_thread {
    width: auto;
  }
}

.toggle-menu {
  float: right;
  font-size: 1.5em;
  margin: 0;
  padding: 0 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: none !important;
}

@media all and (min-width: 900px) {
  .toggle-menu {
    display: none;
  }
}

.navbar {
  position: relative;
  display: none;
}

.navbar::after {
  clear: both;
  content: "";
  display: table;
}

.category .navbar {
  display: none;
}

@media all and (min-width: 900px) {
  .navbar {
    display: block;
  }
}

.nav {
  width: 100%;
}

@media all and (min-width: 900px) {
  .nav {
    width: 980px;
    display: table;
  }
}

.nav .menu-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 4px 16px 8px;
  text-align: center;
  width: auto;
  /*
		&:nth-child(2n-2) {
			margin: 1% 5% 0.5% 0.5%;
		}
		
		&:nth-child(2n-1) {
			margin: 1% 0.5% 0.5% 5%;
		}
*/
}

@media all and (min-width: 900px) {
  .nav .menu-item {
    width: auto;
    display: table-cell;
    margin: 0;
    background-color: transparent;
  }
}

.nav .menu-item a {
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  background: #bae2d5;
  display: block;
  padding: 5px 0;
}

@media all and (min-width: 900px) {
  .nav .menu-item a {
    font-size: 12px;
    display: inline;
    background: none;
    padding: inherit;
  }
}

@media all and (min-width: 900px) {
  .nav .menu-item:hover {
    background: #bae2d5 no-repeat center 24px url(../images/line-white.png);
  }
}

@media all and (min-width: 900px) {
  .nav .menu-item:hover > .sub-menu {
    display: block;
  }
}

.nav .sub-menu {
  z-index: 100;
  width: 100%;
  left: 0;
  padding: 2px 0 10px;
  background: #bae2d5;
}

@media all and (min-width: 900px) {
  .nav .sub-menu {
    margin-top: 8px;
    display: none;
    position: absolute;
  }
}

.nav .sub-menu .menu-item {
  display: block;
  background: none;
  text-align: center;
}

@media all and (min-width: 900px) {
  .nav .sub-menu .menu-item {
    text-align: left;
  }
}

.nav .sub-menu .menu-item a {
  font-size: 11px;
}

.social {
  text-align: center;
}

@media all and (min-width: 900px) {
  .social {
    float: right;
  }
  .site-header .social {
    display: inline-block;
  }
}

.social .pinterest {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -21px -415px;
}

.social .instagram {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -55px -415px;
}

.social .twitter {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -87px -415px;
}

.social .facebook {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -117px -415px;
}

.social .gplus {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -117px -415px;
}

.social .youtube {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -150px -415px;
}

section.featured {
  margin-top: 30px;
  margin-bottom: 50px;
}

.sticky_posts {
  width: 100%;
  height: auto;
}

@media all and (min-width: 900px) {
  .sticky_posts {
    width: 744px;
    height: 440px;
    display: inline-block;
  }
}

.sticky_posts .post {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

@media all and (min-width: 900px) {
  .sticky_posts .post {
    height: 440px;
  }
}

.sticky_posts .entry-summary {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sticky_posts .border-cell {
  height: 118px;
  border: 4px solid #bae2d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 60%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 0px 10px white;
          box-shadow: 0px 0px 0px 10px white;
}

.sticky_posts .cat-links {
  font-size: 15px;
  width: 100%;
}

@media all and (min-width: 900px) {
  .sticky_posts .cat-links {
    font-size: 17px;
  }
}

.sticky_posts .entry-title {
  font-size: 18px;
  width: 100%;
}

@media all and (min-width: 900px) {
  .sticky_posts .entry-title {
    font-size: 21px;
  }
}

.sticky_posts .flickity-page-dots {
  bottom: 10px;
}

.sticky_posts .flickity-page-dots .dot {
  background: white;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  opacity: 1;
  -webkit-box-shadow: 0 0 5px 1px #ccc;
          box-shadow: 0 0 5px 1px #ccc;
}

.sticky_posts .flickity-page-dots .dot.is-selected {
  background: #bae2d5;
}

.featured_bar {
  float: right;
  display: none;
}

@media all and (min-width: 900px) {
  .featured_bar {
    display: block;
  }
}

.featured_bar .featured_post {
  position: relative;
  text-align: center;
  height: 210px;
  overflow: hidden;
}

.featured_bar .featured_post:first-child {
  margin-bottom: 20px;
}

.featured_bar .entry-summary {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  display: table;
  width: 60%;
  left: 20%;
  top: 50%;
  margin-top: -56px;
}

.featured_bar .border-cell {
  height: 66px;
}

.featured_bar .cat-links {
  font-size: 16px;
}

.featured_bar .entry-title {
  font-size: 14px;
}

.content .post {
  background: no-repeat center top url(../images/line.png);
  position: relative;
}

.content .entry-header {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 20px;
}

@media all and (min-width: 900px) {
  .content .entry-header {
    padding: 51px 0 15px;
    width: auto;
  }
}

.content .cat-links {
  font-size: 17px;
}

.content .entry-title {
  font-size: 25px;
}

.content .updated {
  font-size: 13px;
}

.content .entry-footer {
  clear: both;
  background: #f2f2f2;
  margin-bottom: 40px;
}

.content .entry-footer::after {
  clear: both;
  content: "";
  display: table;
}

.content .entry-footer .cat-links,
.content .entry-footer .tag-links {
  font-size: 13px;
  padding: 10px 15px 0;
  display: block;
  line-height: 1.2;
  text-align: center a;
  text-align-color: #7a7a7a;
}

.content .entry-footer .cat-links span,
.content .entry-footer .tag-links span {
  text-decoration: underline;
}

.content .entry-footer .cat-links {
  padding-left: 18px;
}

.content .entry-footer .share {
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: center;
  font-variant: small-caps;
  padding: 10px 15px 0;
}

.content .entry-footer .share .comment_count {
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  padding-top: 5px;
}

.content .entry-footer .share .pinterest {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -21px -415px;
}

.content .entry-footer .share .gplus {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -55px -415px;
}

.content .entry-footer .share .twitter {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -87px -415px;
}

.content .entry-footer .share .facebook {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: -117px -415px;
}

@media all and (min-width: 900px) {
  .content .entry-footer .cat-links,
  .content .entry-footer .tag-links {
    padding: 18px 0;
    display: inline-block;
    text-align: left;
  }
  .content .entry-footer .cat-links {
    padding-left: 18px;
  }
  .content .entry-footer .share {
    float: right;
    padding: 13px 17px 0 0;
  }
  .content .entry-footer .share .comment_count {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
    padding-top: 5px;
  }
}

.fb_iframe_widget {
  vertical-align: top;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content img {
  margin: 10px 0 10px -5%;
  width: 110%;
  height: auto;
}

@media all and (min-width: 900px) {
  .entry-content img {
    max-width: 100%;
    margin: 10px 0 10px 0;
  }
  .entry-content img.size-large.alignnone {
    max-width: none;
  }
  .entry-content img.size-large.alignnone {
    width: 1138px;
    margin-left: -184px !important;
  }
}

.entry-content .wp-block-image img {
  max-width: 100%;
  margin: 0;
}

@media all and (min-width: 900px) {
  .entry-content .wp-block-image img {
    margin: 0 20px !important;
  }
  .entry-content .wp-block-image img.size-large.alignnone {
    max-width: none;
  }
  .entry-content .wp-block-image img.size-large.alignnone {
    width: 1138px;
    margin-left: -184px !important;
  }
}

.entry-content p {
  width: 90%;
  margin: 20px auto;
  word-wrap: break-word;
}

@media all and (min-width: 900px) {
  .entry-content p {
    width: 770px;
    margin: 20px auto;
    word-wrap: normal;
  }
}

.entry-content ul, .entry-content ol {
  width: auto;
  margin: 20px auto;
}

@media all and (min-width: 900px) {
  .entry-content ul, .entry-content ol {
    width: 770px;
    margin: 20px auto;
  }
}

.entry-content a {
  color: #34B9A3;
}

.entry-content a:hover {
  text-decoration: underline;
}

.format-image .featured-image img {
  width: 100%;
  height: auto;
}

.format-portrait .featured-image {
  border: 15px solid #f9f9f9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media all and (min-width: 900px) {
  .format-portrait .featured-image {
    width: 566px;
    display: inline-block;
  }
}

.format-portrait .featured-image img {
  margin: 0;
  max-width: 100%;
}

.format-portrait .entry-content {
  vertical-align: top;
}

@media all and (min-width: 900px) {
  .format-portrait .entry-content {
    width: 568px;
    height: 770px;
    display: inline-block;
  }
  .format-portrait .entry-content p, .format-portrait .entry-content ul, .format-portrait .entry-content ol {
    width: 80%;
  }
}

.format-portrait.page .featured-image {
  border-width: 20px;
  border-bottom-width: 90px;
  -webkit-box-shadow: 1px 1px 4px #ccc;
          box-shadow: 1px 1px 4px #ccc;
}

.format-video .entry-content iframe {
  width: 100%;
  height: 50.5vw;
  margin: 0;
}

@media all and (min-width: 900px) {
  .format-video .entry-content iframe {
    width: 1138px;
    height: 640px;
    margin: 0 0 0 -184px;
  }
}

.format-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.format-video .embed-container iframe,
.format-video .embed-container object,
.format-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.format-gallery .double-images,
.format-gallery .total-2 {
  margin-bottom: 40px;
}

.format-gallery .post_gallery {
  height: 330px;
}

@media all and (min-width: 900px) {
  .format-gallery .post_gallery {
    height: 708px;
  }
}

.format-gallery .post_gallery .flickity-prev-next-button {
  background: none;
  width: 20vw;
  height: 100%;
}

.format-gallery .post_gallery .flickity-prev-next-button:hover {
  background: none;
}

.format-gallery .post_gallery .flickity-prev-next-button svg {
  top: 35%;
  width: 40%;
  height: 25%;
}

@media all and (min-width: 900px) {
  .format-gallery .post_gallery .flickity-prev-next-button {
    width: 15.5vw;
  }
  .format-gallery .post_gallery .flickity-prev-next-button svg {
    width: 25%;
  }
}

.format-gallery .post_gallery .flickity-prev-next-button.previous svg {
  left: 10%;
}

.format-gallery .post_gallery .flickity-prev-next-button.next svg {
  left: 70%;
}

.format-gallery .post_gallery .flickity-prev-next-button .arrow {
  fill: #bae2d5;
}

.format-gallery .post_gallery .gallery-cell {
  margin: 0 12px;
  padding: 0;
  width: auto;
  position: relative;
}

.format-gallery .post_gallery .gallery-cell:hover .pin-it {
  display: block;
}

.format-gallery .post_gallery .gallery-cell img {
  width: auto;
  height: 330px;
  display: block;
}

@media all and (min-width: 900px) {
  .format-gallery .post_gallery .gallery-cell img {
    height: 708px;
    width: auto;
  }
}

.format-gallery .post_gallery .gallery-cell .pin-it {
  bottom: 10%;
}

.format-gallery .post_gallery .gallery-cell .pin-it img {
  width: auto;
  height: auto;
}

.format-gallery .post_gallery .figcaption {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.format-gallery .post_gallery .figcaption p {
  background: #f3f3f3;
  margin: 0;
  padding: 10px;
}

.format-gallery .nav_gallery {
  height: 100px;
  padding: 0 10px;
  margin: 30px 0;
}

@media all and (min-width: 900px) {
  .format-gallery .nav_gallery {
    height: 236px;
  }
}

.format-gallery .nav_gallery .flickity-prev-next-button {
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid black;
}

.format-gallery .nav_gallery .flickity-prev-next-button:hover {
  background: white;
}

.format-gallery .nav_gallery .flickity-prev-next-button.previous {
  left: 0;
}

.format-gallery .nav_gallery .flickity-prev-next-button.previous svg {
  left: 30%;
}

.format-gallery .nav_gallery .flickity-prev-next-button.next {
  right: 0;
}

.format-gallery .nav_gallery .flickity-prev-next-button.next svg {
  left: 10%;
}

.format-gallery .nav_gallery .flickity-prev-next-button .arrow {
  fill: black;
}

.format-gallery .nav_gallery .gallery-cell {
  margin: 0;
  padding: 7px;
  opacity: 0.4;
}

.format-gallery .nav_gallery .gallery-cell.is-selected {
  opacity: 1;
}

.format-gallery .nav_gallery .gallery-cell img {
  height: 100px;
  width: auto;
  display: block;
}

@media all and (min-width: 900px) {
  .format-gallery .nav_gallery .gallery-cell img {
    height: 236px;
  }
}

.format-gallery .nav_gallery .gallery-cell.is-selected {
  border: 2px solid #bae2d5;
  padding: 6px;
}

@media all and (min-width: 900px) {
  .embed-youtube {
    position: relative;
    width: 1138px;
    margin-left: -92px;
    display: block;
    text-align: center;
  }
}

.wp-block-embed.aligncenter iframe {
  margin: 5px auto !important;
}

.format-video .entry-content iframe.instagram-media {
  height: auto;
}

.archive-header,
.search-header {
  margin: 20px auto 20px;
  width: 90%;
}

.archive-header::after,
.search-header::after {
  clear: both;
  content: "";
  display: table;
}

@media all and (min-width: 900px) {
  .archive-header,
  .search-header {
    width: 100%;
    margin: 0 0 20px;
  }
}

.archive-section {
  background: no-repeat center center url(../images/bkg-archives.jpg);
  height: 176px;
  width: 100%;
  text-align: center;
}

.archive-section::after {
  clear: both;
  content: "";
  display: table;
}

.archive-section .search {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}

.archive-section .search .search-form {
  display: table-cell;
  vertical-align: middle;
}

.archive-section .search .search-field {
  border: 1px solid #d3c8c6;
  background: #f8eae8;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  vertical-align: middle;
  padding: 9px 5px 5px;
  margin: 0;
  width: 276px;
  color: black;
}

.archive-section .search .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

.archive-section .search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

.archive-section .search .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

.archive-section .search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

.archive-section .search .search-submit {
  background: none;
  background-color: #f8eae8;
  background-repeat: no-repeat;
  background-image: url(../images/sprite.png);
  background-position: -14px -515px;
  vertical-align: middle;
  border: 1px solid #d3c8c6;
  width: 30px;
  height: 31px;
  padding: 0;
  margin: 0;
}

.search-header .search-title {
  font-size: 21px;
  font-family: "Oswald", Impact, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0 0;
}

.search-header .search-title span {
  display: inline-block;
  padding: 4px 9px;
  background: #f8eae8;
  border: 1px solid #d3c8c6;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-header .archive-section .search {
  display: inline-block;
  width: auto;
  height: auto;
}

.search-header .archive-section .search .search-form {
  display: inline-block;
}

.search-header .archive-section .search .search-field {
  text-align: center;
}

.page-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.page-title span {
  background: white;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 25px;
  padding: 0 20px;
}

.search .post, .search .page,
.archive .post,
.archive .page {
  width: 90%;
  height: auto;
  margin: 0 auto 20px;
  vertical-align: top;
  background: none;
}

@media all and (min-width: 600px) {
  .search .post, .search .page,
  .archive .post,
  .archive .page {
    width: 42.5%;
    display: inline-block;
    margin: 0 0 20px 5%;
  }
}

@media all and (min-width: 900px) {
  .search .post, .search .page,
  .archive .post,
  .archive .page {
    width: 277px;
    height: 310px;
    margin: 0 10px 10px 0;
  }
  .search .post:nth-child(4n), .search .page:nth-child(4n),
  .archive .post:nth-child(4n),
  .archive .page:nth-child(4n) {
    margin-right: 0;
  }
}

.search .entry-header,
.archive .entry-header {
  padding: 0;
}

.search .cat-links,
.archive .cat-links {
  font-size: 13px;
}

.search .cat-links a,
.archive .cat-links a {
  color: #7a7a7a;
}

.search .entry-title,
.archive .entry-title {
  font-size: 15px;
}

.search .updated,
.archive .updated {
  font-size: 11px;
}

.most_read,
.related {
  clear: both;
  text-align: center;
  padding-bottom: 10px;
  display: none;
}

.most_read::after,
.related::after {
  clear: both;
  content: "";
  display: table;
}

@media all and (min-width: 900px) {
  .most_read,
  .related {
    display: block;
  }
}

.most_read .section-title,
.related .section-title {
  margin: 0 !important;
}

.most_read .featured,
.related .featured {
  margin: 0;
}

.most_read img,
.related img {
  max-width: 100%;
  height: auto;
}

.most_read .cat-links,
.related .cat-links {
  font-size: 14px !important;
  margin: 5px 0 !important;
  font-weight: normal !important;
  line-height: 1 !important;
}

.most_read .cat-links a,
.related .cat-links a {
  color: #7a7a7a;
  font-weight: normal !important;
}

.most_read .entry-title,
.related .entry-title {
  font-size: 12px !important;
  line-height: 1.625;
}

.most_read .section-title {
  padding: 7px 0 10px !important;
}

.most_read .section-title span {
  background: white;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 25px;
  padding: 0 20px;
}

.most_read .post {
  display: inline-block;
  margin-right: 12px;
  width: 218px;
  vertical-align: top;
}

.most_read .post:last-child {
  margin-right: 0;
}

.related .section-title {
  padding: 7px 0 0 !important;
}

.related .section-title .eng {
  background-position: 0 -915px !important;
  width: 325px;
}

.related .section-title .por {
  width: 320px;
}

.related ol {
  width: auto;
}

.related li {
  display: inline-block;
  margin-right: 8px;
  width: 218px;
  vertical-align: top;
}

.related li:last-child {
  margin-right: 0;
}

html[lang=pt-br] .related .por {
  display: inline-block;
}

html[lang=pt-br] .related .eng {
  display: none;
}

html[lang=en-US] .related .por {
  display: none;
}

html[lang=en-US] .related .eng {
  display: inline-block;
}

.comments-area {
  background: #f2f2f2;
  padding: 26px;
  margin: 0 0 20px;
}

.comment-reply-title,
.comments-title {
  text-align: center;
  font-size: 20px;
}

#reply-title {
  padding: 20px 0;
}

.comment {
  padding: 40px 0;
}

.comment::after {
  clear: both;
  content: "";
  display: table;
}

.gravatar {
  background: white;
  margin: 0 10px 10px 0;
  padding: 4px 4px 0px 4px;
  border: 1px solid black;
  float: left;
}

.comment-author {
  font-size: 12px;
  padding-top: 10px !important;
}

.comment-meta-time {
  font-size: 14px;
}

.comment-meta-note {
  font-size: 10px;
  color: #7a7a7a;
}

.comment-content {
  clear: both;
  font-size: 14px;
}

.comment.depth-1 {
  border-bottom: 1px solid #999;
}

.comment.depth-1::after {
  clear: both;
  content: "";
  display: table;
}

.comment-reply-link {
  padding: 6px 11px 4px;
  display: inline-block;
  background: #d7d7d7;
  color: white;
  font-size: 14px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
}

.child-comments {
  padding-left: 80px;
  background: no-repeat 30px 30px url(../images/comments-arrow.png);
}

.child-comments .comment:last-child {
  padding: 40px 0 0;
}

.page .entry-content div {
  width: inherit;
}

.page .entry-header {
  margin-bottom: 20px;
}

.page .wpcf7-form {
  padding: 40px;
}

.site-footer {
  background: no-repeat center top url(../images/line.png);
}

.site-footer .navbar {
  height: auto;
  padding: 10px 0;
}

.site-footer .newsletter {
  display: block;
  padding: 20px;
  position: unset;
  text-align: center;
}

.site-footer .newsletter span {
  top: 140px;
}

@media all and (min-width: 900px) {
  .site-footer .newsletter {
    right: -35px;
    left: inherit;
    display: block;
    position: absolute;
  }
}

.vcard {
  display: none;
}

@media all and (min-width: 900px) {
  .profile .vcard {
    display: inline-block;
    width: 820px;
  }
}

.profile .vcard .proto {
  margin: 0 0 0 -80px;
  float: left;
}

.profile .vcard .icon {
  float: right;
  margin-right: -20px;
}

.profile .vcard .url {
  display: block;
}

.profile .vcard .fn {
  visibility: hidden;
}

.profile .vcard .note {
  font-size: 13px;
  line-height: 1 !important;
}

#site-generator {
  clear: both;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #bae2d5;
  height: 26px;
  line-height: 1;
  padding-top: 15px;
}

#site-generator::after {
  clear: both;
  content: "";
  display: table;
}

#site-generator .alignleft {
  margin: 0 0 0 10px;
}

@media all and (min-width: 900px) {
  #site-generator .alignleft {
    margin: 0;
  }
}

#site-generator .alignright {
  margin: 0 10px 0 0;
}

@media all and (min-width: 900px) {
  #site-generator .alignright {
    margin: 0;
  }
}

.entry-content .blogroll {
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 1.2;
  margin: 0 auto 20px;
  width: 99%;
}

@media all and (min-width: 900px) {
  .entry-content .blogroll {
    width: 100%;
    margin: 0 0 100px 0;
  }
}

.entry-content .blogroll .linkcat {
  display: inline-block;
  width: 42.5%;
  margin: 0 0 20px 5%;
  vertical-align: top;
  text-align: center;
}

@media all and (min-width: 900px) {
  .entry-content .blogroll .linkcat {
    width: 20%;
    margin: 0 2%;
  }
}

.entry-content .blogroll .linkcat h2 {
  text-transform: uppercase;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: white;
  background: #bae2d5;
  padding: 3px 7px 2px;
  margin: 0;
}

.entry-content .blogroll .xoxo {
  margin: 0;
}

.entry-content .blogroll .xoxo li {
  margin: 10px 0;
  font-size: 16px;
}

.entry-content .blogroll .xoxo a {
  color: #000;
}

.entry-content .blogroll .xoxo a:hover {
  text-decoration: underline;
}

.extra-footer {
  margin-bottom: 100px;
  margin-top: 26px;
}

.extra-footer::after {
  clear: both;
  content: "";
  display: table;
}

.extra-footer .section-title {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: no-repeat -11px -6px url(../images/sprite.png);
  height: 66px;
  width: 240px;
  text-align: center;
  margin: 20px auto -20px;
}

.extra-footer .insta-btn {
  display: inline-block;
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  height: 30px;
  margin: 0 10px;
  display: inline-block;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 10px;
  cursor: pointer;
}

.extra-footer .insta-btn:hover {
  background: no-repeat center 20px url(../images/line.png);
}

.extra-footer .insta-profile {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 0;
  background: white;
}

.extra-footer .active {
  z-index: 10;
}

.extra-footer .active.insta-btn {
  background: no-repeat center 20px url(../images/line.png);
}

.extra-footer .widget {
  margin-top: 109px;
}

.half-wide {
  display: none;
  position: relative;
  text-align: center;
}

@media all and (min-width: 900px) {
  .half-wide {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

.half-wide:last-child {
  margin-left: 1%;
  width: 48%;
}

#content .boutique-widget > div,
.bo-garden {
  margin: 0 auto;
}

.bo-box p {
  width: auto;
}

.bo-con {
  width: auto !important;
}

input:focus {
  outline: none;
}

.wpcf7 {
  background: #eeeeee;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 label {
  font-family: "Baskerville", georgia, serif;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
}

.wpcf7 input[type=submit] {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 15px;
  color: white;
  background: black;
  border: none;
  padding: 5px 7px;
  float: right;
  text-transform: uppercase;
}

.wpcf7 input[type=submit]::after {
  clear: both;
  content: "";
  display: table;
}

.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=text],
.wpcf7 input[type=number] {
  border: 1px solid #cccccc;
  height: 26px;
  line-height: 26px;
  margin: 5px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 textarea {
  border: 1px solid #cccccc;
  margin: 5px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 label[for="name"],
.wpcf7 label[for="message"] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 label[for="email"] {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 label[for="email"],
.wpcf7 label[for="website"] {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .ajax-loader {
  width: 15px;
  height: 15px;
}

.wpcf7 .wpcf7-not-valid-tip {
  float: left;
  font-size: 10px;
  margin: -2px 0 0;
  line-height: 1;
}

.wpcf7 .wpcf7-response-output {
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  font-size: 15px;
}

.wpcf7 .wpcf7-validation-errors {
  border: none;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: 2px solid #bae2d5;
}

.popup-box .mailster-form,
.entry-content .mailster-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto;
  font-family: "Averta-Light","Helvetica Neue",sans-serif;
}

.popup-box .mailster-form .mailster-form-fields,
.entry-content .mailster-form .mailster-form-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-box .mailster-form .mailster-form-fields .mailster-wrapper,
.entry-content .mailster-form .mailster-form-fields .mailster-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-box .mailster-form .mailster-form-fields .input,
.entry-content .mailster-form .mailster-form-fields .input {
  border: 1px solid #ccc;
  padding: 8px 13px;
  margin: 5px 0;
  width: 100%;
}

.popup-box .mailster-form .mailster-form-fields .mailster-list,
.entry-content .mailster-form .mailster-form-fields .mailster-list {
  display: inline;
}

.popup-box .mailster-form .mailster-form-fields .mailster-list li,
.entry-content .mailster-form .mailster-form-fields .mailster-list li {
  display: inline-block;
  margin: 5px 10px;
}

.popup-box .mailster-form .mailster-form-fields .mailster-lists-wrapper,
.entry-content .mailster-form .mailster-form-fields .mailster-lists-wrapper {
  margin: 20px 0 0;
}

.popup-box .mailster-form .mailster-form-fields .mailster-lists-wrapper > label,
.entry-content .mailster-form .mailster-form-fields .mailster-lists-wrapper > label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.popup-box .mailster-form .mailster-form-fields .mailster-submit-wrapper,
.entry-content .mailster-form .mailster-form-fields .mailster-submit-wrapper {
  text-align: center;
}

.popup-box .mailster-form .mailster-form-fields .mailster-submit-wrapper .submit-button,
.entry-content .mailster-form .mailster-form-fields .mailster-submit-wrapper .submit-button {
  background: #bae2d5;
  border: none;
  text-transform: uppercase;
  padding: 10px 25px;
  color: white;
  letter-spacing: 4px;
  font-family: "Oswald",Impact,sans-serif;
}

.entry-content .mailster-form {
  margin-bottom: 40px;
  padding: 0 5%;
}

@media all and (min-width: 900px) {
  .entry-content .mailster-form {
    width: 770px;
    padding: 0;
  }
}

.entry-content .mailster-form .mailster-form-fields {
  padding: 20px;
  border: 8px solid #bae2d5;
}

.back_to_top, .site-header,
.site-footer,
.container, #site-generator div, .extra-footer {
  margin: 0 auto;
  width: 100%;
  min-width: 375px;
}

@media all and (min-width: 900px) {
  .back_to_top, .site-header,
  .site-footer,
  .container, #site-generator div, .extra-footer {
    width: 1138px;
  }
}

.navbar ul, .related ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.featured_bar .border-cell {
  border: 3px solid #bae2d5;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.cat-links,
.tag-links, .comment-meta-time, .comment-meta-note {
  font-family: "Baskerville", georgia, serif;
  text-transform: lowercase;
  color: #7a7a7a;
  letter-spacing: 1px;
}

.entry-title, .comment-reply-title,
.comments-title, .comment-author {
  margin: 0;
  padding: 0;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.updated {
  font-family: "Averta-Light", "Helvetica Neue", sans-serif;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title, .most_read .section-title,
.related .section-title {
  margin: 20px 0;
  padding: 7px 0 20px;
  background: no-repeat center center url(../images/line.png);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.related .section-title .eng, .related .section-title .por {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: white no-repeat 0 -100px url(../images/sprite.png);
  display: inline-block;
  height: 60px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*# sourceMappingURL=style.css.map */