/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	text-rendering: optimizelegibility;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Open Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
*/
abbr[title], acronym[title] {
  text-decoration: none;
}
mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
font-family: 'Open Sans', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
font-family: 'Open Sans', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #518CE1;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #518CE1;
	text-decoration: none;
}

a:visited{
	color: #518CE1;
	text-decoration: none;
}



/**
 * 6.2 Menus
 */

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: 'Open Sans', sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Open Sans', sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-family: 'Open Sans', sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

/*
.site-header {
	background-color: red;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}
*/



/**
 * 11.0 Widgets
 */

/* REMOVIDO */

/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}


.site-footer {
	background-color: #0058A8;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 20px;
}

.site-footer p {
	color: #fff;
	border-top: 1px solid #004E9E;
	text-align: center;
	font-size: 12px;
	margin: 25px 0 0 0;
	padding: 20px 0 0 0;
}

.footer-menu-md{
	width: 100%;
	text-transform: uppercase;
	text-align: center;
}

.footer-menu-md a{
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
}

.footer-logo-md{
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
}

.footer-logo-md a{
	 background: url('https://www.melhoresdestinos.com.br/wp-content/themes/md2023/img/logo-melhores-destinos.svg') no-repeat scroll center center / contain;
	 width: 220px;
	 height: 42px;
	 display: inline-block;
	 overflow: hidden;
	 text-indent: -9999px;
	 text-align: center;
}

.footer-logo-md a,.footer-logo-md a:hover{
	border-bottom: none;
	}

.footer-redes-md{
	padding: 20px 0 0;
	text-align: center;
	margin: 0 auto;
	width: 250px;
	text-align: center;

}

.footer-redes-md span{
	color: #f7f7f7;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	padding: 10px;
	margin: 0 5px;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	padding-top: 0;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 70px 3% 15px;
}

.entry-title {
	font-size: 20px;
	line-height: 1.1538;
	margin-bottom: 20px;
}


.entry-content,
.entry-summary {
	margin: 25px auto;
	line-height: 1.8em;
	padding: 0;
	max-width: 1000px;
}

.entry-content p {
	padding: 0;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #518CE1;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.autor-post-promo{
	margin: 0 auto;
	max-width: 1000px;
}

.author-info {
	margin: 0 auto;
	padding: 0 3% 18px;
}

/*.author-info .avatar {*/
.avatar-fim-post{
	float: left;
	margin: 0 1.6em 1.6em 0;
	max-height: 60px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #DCDCDC;
}

.author-title {
	clear: none;
}

.author-job {
	clear: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
	display: none;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-header h2 {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	font-weight: 400;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Open Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	padding: 7.7%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */




/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/************************************************************************************************
************************************************************************************************

					M E L H O R E S     D E S T I N O S

************************************************************************************************
**/

.md-header {
	background: #0058A8 none repeat scroll 0 0;
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
	padding: 7px 0 0 0;
	font-family: HelveticaNeue,Helvetica,Arial,sans-serif;
}


.cabecalho-p1{
	width: 20%;
	height: 30px;
	float: left;
}
.cabecalho-p2{
	width: 60%;
	height: 30px;
	float: left;
}
.cabecalho-p3{
	width: 20%;
	height: 30px;
	float: left;
}

.logo-md{
	text-align: center;
	margin: auto;
}

.logo-md a{
	background: url('https://www.melhoresdestinos.com.br/wp-content/themes/md2023/img/logo-melhores-destinos.svg') no-repeat scroll center center / contain;
	width: 220px;
	height: 42px;
	margin-top: 2px;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
}

.tb-sandwich::before {
	content: attr(icon-menu);
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.tb-sandwich {
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	left: 10px;
	padding: 5px 0px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	top: 10px;
	width: 45px;
	overflow: hidden;
	height: 36px;
	display: block;
	float: left;
}


.icon-menu-geral:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0.8em 0.2em 0;
	font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
}

	.md-header a, .md-header a:active, .md-header a:hover, .md-header:visited{
		color: #fff;
	}

	.md-social {
	    list-style: outside none none;
	    /*position: absolute;
	    right: 20px;
	    top: 11px;*/
	    display: none;
	    float: right;
	    margin: 4px 10px 0 0;
	}

.botao-pesquisa-geral{
	width: 40px;
	height: 40px;
	float: right;
	margin: 2px 0 0 0;
}

.pop-busca{
	width: 100%;
	height: 100%;
	z-index: 15;
	background: #f7f9fb none repeat scroll 0 0;
	left: 0;
    opacity: 0.96;
    padding-top: 180px;
    position: fixed;
    top: 0;
    text-align: center;
	visibility: hidden;
 	opacity: 0;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
}

.pop-busca-visivel{
	opacity: 0.98;
    transition: opacity 0.5s ease 0s;
    visibility: visible;
}

#s{
	width: 90%;
	font-size: 22px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid gray;
	margin: 0 20px 30px;
}

.barra-share-buttons-float{
	bottom: 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.posts-share-buttons{
	float: left;
    margin: 0 !important;
    padding: 2px 2px !important;
    width: 100%;
}

ol, ul {
    list-style: outside none none;
}

.posts-share-buttons li{
	width: auto;
	float: left;
    padding: 4px 3px !important;
    width: 25%;
    margin: 0 !important;
}

.posts-share-buttons  a.twitter {
    background-color: #55acee;
}

.posts-share-buttons  a.facebook {
    background-color: #3b5998;
}

.posts-share-buttons  a.whatsapp {
    background-color: #34af23;
}

.posts-share-buttons a.email {
    background-color: #999;
}

.posts-share-buttons a {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: left;
    transition: all 250ms ease 0s;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: center;
    border-bottom: none;
}

.posts-share-buttons a > span {
    display: none;
    font-weight: 500;
    position: relative;
}

.posts-share-buttons a .social-icon {
    display: inline-block;
    position: relative;
}

.cx-url-encurtada{
	display: none;
}

/** ICONES SVG **/

 .icone-botoes-fim-home{
 	width: 36px;
 	height: 36px;
 	margin: 10px auto 10px;
 	display: block;
 }
 .icone-botoes-rodape{
 	width: 20px;
 	height: 20px;
 	position: absolute;
 	top: 11px;
 	left: 11px;

 }
 .icone-botoes-cabecalho-busca{
	width: 28px;
 	height: 28px;
 	padding: 7px 0 0 0;
}
.icone-botoes-cabecalho-twitter{
	width: 28px;
 	height: 28px;
 	padding: 7px 0 0 0;
}
.icone-botoes-cabecalho-face{
	width: 26px;
 	height: 26px;
 	padding: 7px 0 0 0;
}
.icone-menu{
	width: 16px;
 	height: 16px;
 	margin: 0px 10px 0 0;
}
.icone-motores{
	width: 16px;
 	height: 16px;
 	margin: 0 7px 0 0;
}
.icone-avaliacao{
	width: 16px;
 	height: 16px;
 	margin: 0 8px 0 0;
}
.icone-autor-e-data{
	width: 14px;
 	height: 14px;
 	margin: 0px 8px 3px 4px;
 	vertical-align: bottom;
}
.icone-data-post{
	margin-left: 20px;
}
.icone-post-promo{
	width: 16px;
 	height: 16px;
 	margin: 0 8px 0 0;
}
.icone-quadros-avaliacao{
	width: 20px;
 	height: 20px;
 	margin: 0 12px 0 0;
}
.icone-barra-social{
	width: 20px;
 	height: 20px;
 	margin: 7px auto;
}
.icone-url-encurtada{
	width: 12px;
 	height: 12px;
 	margin: 0px;
 }
 .icone-trechos{
	width: 12px;
 	height: 12px;
 	margin: 0px;
 }
 .bola-social{
 	background-color: #004A8E;
 	border-radius: 21px;
 	margin: 0 10px;
 	color: #fff !important;
 	width: 42px;
 	height: 42px;
 	position: relative;
 	float: left;
 	display: inline;
 }
 .footer-redes-md a{
 	color: #fff;
 }
 .icone-banner-app{
	width: 14px;
 	height: 14px;
 	margin: 0px;
 }
 .icone-banner-news{
	width: 16px;
 	height: 16px;
 	margin: 0px;
 }
 .icone-post-arquivo{
	width: 10px;
 	height: 10px;
 	margin: 0px;
 }
 .item-arquivo svg,.lista-botoes-home svg, .bola-social svg, .md-social svg, .st-menu svg, .abas-buscadores svg, .cabecalho-avaliacao-resumo svg, .autor-e-data svg, .coluna-conteudo-post svg, .quadro-horarios svg, .barra-share-buttons-float svg, .cx_url_encurtada svg,.coluna-1-publicidade-home svg, .botao-pesquisa-geral svg{
 	fill: currentColor;
 }
 #pop-busca svg {
 	fill: gray;
 }
.icone-fechar-busca{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 80px;
	right: 20px;
	cursor: pointer;
}

 .bola-social svg{
 }

/** LISTAGEM DE POSTS POR TIPO **/

.conteudo-arquivo{
	height: auto;
    overflow: hidden;
    max-width: 1100px;
    margin: 30px auto;
}
.sidebar-arquivo{
	margin: 0 auto;
	width: 300px;
}
.conteiner-post-grid-arquivo {
    background-color: #F6F6F6;
    padding: 60px 0 10px;
}
.conteiner-post-grid-arquivo header{
	background-color: #0096F4;
	width: 100%;
	margin: 0;
	padding: 0;
}
.conteiner-post-grid-arquivo header h1{
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 500;
	max-width: 1100px;
	margin: 0 auto;
}
.lista-posts-por-tipo{
	max-width: 1100px;
	margin: 0 auto;
	color: #888;
}
.lista-posts-por-tipo a,.lista-posts-por-tipo a:visited{
	color: #888;
}
.lista-posts-por-tipo a:hover{
	color: #0096F4;
}
ul.post-grid-lista-arquivo{
	margin: 0 0.7%;
}
ul.post-grid-lista-arquivo li {
	border-bottom: 1px solid #E9E9E9;
	padding: 16px 0;
}
.item-arquivo{
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
}
.item-arquivo:hover{
	border-left: 2px solid #0096F4;
	border-right: 2px solid #0096F4;
	padding: 0;
}
.item-arquivo h2{
	color: #000;
	font-size: 18px;
	padding-top: 0;
}
.item-arquivo-dados{
	width: 78%;
	float: left;
}
.img-lista-aquivo-item{
	float: left;
	margin-right: 2%;
	margin-top: 7px;
	width: 20%;
	max-width: 150px;
}
.item-arquivo p{
	padding: 7px 0;
	margin: 0;
}
.hora-postagem-arquivo{
	padding: 5px;
	font-size: 12px;
}

/********** HOME *********/

.conteiner-post-grid {
    background-color: #F6F6F6;
    border-top: 1px solid #E5E4E2;
    clear: both;
    padding-bottom: 10px;
}

.conteiner-botoes-home {
    background-color: #F6F6F6;
    clear: both;
	padding: 35px 0 35px 0;
}

.wrapper-post-grid{
	margin: 0 auto;
    max-width: 98%;
}

.section-header{
   padding: 1.5rem 0rem 2rem;
}

.section-header h2{
    display: inline-block;
    font-size: 1.8em;
    line-height: 1.15;
	color: #1589FF;
    padding: 0;
    margin:0;
}

.section-header p {
	color: #999999;
	font-size: 0.9em;
	margin:0;
}

ul.post-grid-list{
	margin: 0;
	padding: 0;
}

.post-card{
	width: 100%;
	float: left;
	margin: 1rem 0;
 	box-shadow: 0 0 8px rgba(0, 0, 0, 0.075);
    background-color: #fff;
}

.last {
   margin-right: 0 !important;
}

.post-card .card {
    position: relative;
    margin: 0;
    padding: 0;

}

.post-card .text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.25em;
    line-height: 1.3;
    padding: 15px 10px 5px 10px;
}

.post-card a{
	color: #000 ;
}

.post-card .text p {
    font-size: 13px;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    color: #888;
    margin: 0;
}

.post-card:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}


.wrapper-secoes-home {
	max-width: 1200px;
	margin: 0 auto;
}

.post-card-destino{
	width: 48%;
	float: left;
	margin: 1rem;
 	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
    background-color: #fff;
    display: block;
    margin: 1%;
    position: relative;
}

.post-card-destino:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.post-card-destino h3{
    font-size: 14px;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 8px 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
    font-weight: 300;
}

.hora-postagem-home{
	position: absolute;
	font-size: 10px; color:  #fff;
	padding: 5px;
}
.hora-postagem-home span{
	padding: 0 3px 0 0;
}

.link-final-categoria-home{
	display: block;
	float: right;
	margin: 20px 20px 0 0;
	font-weight: 600;
}

.bt-ver-mais{
	margin: 20px auto !important;
	text-align: center;
	display: block;
	border-radius: 3px;
	font-size: 14px !important;
	padding: 10px 10px;
	text-transform: uppercase;
	border: 2px solid #0096F4;
	color: #fff !important;
	background-color: #0096F4;
}

.bt-ver-mais:hover{
	background-color: #fff;
	color: #0096F4 !important;
}

.bt-ver-mais-avaliacoes{
	width: 250px;
}

.bt-ver-mais-guias{
	width: 250px;
}

.post-grid-header{
	margin-left: 0.5%;
}

.classe-aviao{
    text-align: center;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    top: 0;
    right: 0;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    position: absolute;
    z-index: 3;
    font-weight: 300;
    font-size:  11px;
}
.cia-trecho{
    text-align: center;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size:  13px;
    text-transform: uppercase;
}


.banner-2-home-970-90{
	margin: 0px auto 30px auto;
	text-align: center;
	max-width: 970px;
}

/*********** TOPO HOME ************/

.container-topo-home{
	margin: 0px auto 0;
	padding: 0;
	height: 350px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	position: relative;
}

.container-topo-home h1{
    padding: 95px 10px 0px;
    margin: 0;
    text-align: center;
	color: #fff;
    font: 900 26px Lato,serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    width: 100%;
    display: block;
    height: 400px;
}

.container-topo-home a, .container-topo-home a:active, .container-topo-home a,:visited{
	color: #fff;
}

.escurecedor-topo{
	height: 100%;
	width: 100%;
	/*background-image: url("/wp-content/themes/md2016/images/bg-escuro.png");*/
	background-repeat: repeat-x;
}

.conteudo-topo-home{
	margin: 0 auto;
	max-width: 1200px;
}

.home-blog-motores{
	float: left;
	width: 98%;
	margin: 15px 1%;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}


/** PASSAGENS NA HOME **/

.corpo-home-passagens{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.lista-promos-publicadas {
	width: 100%;
	float: left;
}
.lista-promos-publicadas h2, .lista-passagens-por-destino h2, .busca-passagens-por-destino h2 {
	width: 100%;
	font: 600 15px !important;
	text-align: center;
	padding: 10px 0 10px !important;
	text-transform: uppercase;
	background-color: #0096F4;
	color: #fff !important;
	margin-top: 0px;
}

.lista-promos-publicadas ul{
	margin: 0;
	background: #fff;
}

.lista-promos-publicadas ul li{
	padding: 10px;
	border-bottom: 1px solid #E5E4E2;
	border-right: 1px solid #E5E4E2;
	border-left: 1px solid #E5E4E2;
	clear: both;
	padding: 8px 4px;
	margin: 0;
}

.item-lista-publicacoes p{
	font-size: 16px !important;
}

.icone-cia-lista-home{
  width: 15%;
  float: left;
  margin-right: 3%;
}

.categoria-publicacao {
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 14px;
  font-size: 12px;
  float: left;
}
.data-publicacao{
  font-size: 10px;
  color: #B2BABB;
  float: right;
}

.item-lista-publicacoes p{
  color: #888;
  margin: 0;
  padding: 0;
  float: left;
  width: 82%;
  padding: 6px 0 0;
  font-size: 13px !important;
}

.bt-ver-mais{
	margin: 20px auto !important;
	text-align: center;
	display: block;
	border-radius: 3px;
	font-size: 14px !important;
	padding: 10px 10px;
	text-transform: uppercase;
	border: 2px solid #0096F4;
	color: #fff !important;
	background-color: #0096F4;
	width: 300px;
}

.bt-ver-mais a,.bt-ver-mais a:active,.bt-ver-mais a:hover{
  color: #fff;
}

.bt-ver-mais:hover{
  background-color: #fff;
  color: #0096F4 !important;
}

/** LISTAGEM DE PASSAGENS BARATAS POR DESTINO **/

.lista-passagens-por-destino{
	width: 100%;
	margin-right: 1%;
	float: left;
}

.coluna-destinos-baratos{
	width: 100%;
	float: right;
}

.lista-trechos-home{
  border: 1px solid #ebeff2;
  border: none;
}

.destino-barato-linha-trecho{
  color: #626262;
  cursor: pointer;
  font-size: 10pt;
  font-weight: normal;
  padding: 1.74px 10px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}

.destino-barato-linha-trecho:hover{
  background-color: #0096F4;
  color: #fff;
}

.destino-barato-zb{
  background-color: #ebeff2;
}

.coluna-1-publicidade-home{
  width: 100%;
  float: left;
  margin: 10px auto;
  text-align: center;
}

.destino-barato-linha-cabecalho {
  background-color: #5bbce5;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  padding: 2px 10px;
  width: 100%;
}

.destino-barato-destino{
  width: 65%;
  float: left;
  line-height: 30px;
}
.destino-barato-preco{
  width: 25%;
  float: left;
  line-height: 30px;
  text-align: right;
}
.destino-barato-acao{
  width: 10%;
  float: left;
  text-align: right;
  line-heixght: 32px;
}

/** COLUNAS DE BANNER + APP + Newsletter */

.banner-app-home, .banner-newsletter-home{
  border-radius: 3px;
  width: 100%;
  height: 243px;
  margin: 12px 0 0 0;
  color: #424949;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.banner-newsletter-home{
  background-color: #00C86F;
}

.banner-app-home {
  background-color: #FDC14A;
}

.banner-app-home h3, .banner-newsletter-home h3{
  text-transform: uppercase;
  padding: 7px 0;
  color: #fff;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.banner-app-home h3 span, .banner-newsletter-home h3 span{
  font-weight: 300;
  padding: 0px 10px 0 0;
  font-size: 16px;
  font-style: normal;
}

.banner-app-home p, .banner-newsletter-home p{
    padding: 14px 15px;
    margin: 0;
    color: #fff;
}

.banner-app-home input[type=email], .banner-newsletter-home input[type=email]{
  margin: 0 auto;
  border-radius: 3px;
  font-size: 14px;
  width: 86%;
  border: none;
}

.bt-quero-baixar, .banner-newsletter-home input[type=submit]{
  margin: 20px auto;
  border-radius: 5px;
  padding: 10px 25px;
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 70%;display: block;
}

.bt-quero-baixar:hover{
  background-color: #fff;
  color: #FDC14A;
}

.banner-newsletter-home input[type=submit]:hover{
  background-color: #fff;
  color: #00C86F;
}
.lista-botoes-home li{
	display: block;
	text-align: center;
	border-radius: 3px;
	font-size: 14px !important;
	padding: 5px 0 5px;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #0096F4;
	width: 90%;
	margin: 1%;
}

.bt-ver-mais:hover{
	background-color: #fff;
	color: #0096F4 !important;
}


.lista-botoes-home li span{
	margin: 10px 0 20px ;
	display: block;
	font-size: 32px;
}

.bg-icone-post{
	height: 130px;
	background-size: cover;
	background-position: center;
}


/*********** POST DE PROMOÇÃO ************/

.cabecalho-promocao, .cabecalho-avaliacao{
	color: #fff;
    text-transform: uppercase;
	margin: 30px 0 0 0;
	padding: 0;
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	position: relative;
	text-align: center;
	margin: 0 0 0 0;
}

.cabecalho-avaliacao{
	padding: 90px 0 0 0;
	height: 500px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	max-width: 1000px;
}

.cabecalho-promocao h1, .cabecalho-avaliacao h1 {
    padding: 100px 5%;
    text-align: center;
    font: 900 22px Lato,serif;
    margin: 0;
    line-height: 36px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.cabecalho-avaliacao h1 {
	padding: 0px;
}

.centralizador-autor-e-data{
	position: absolute;
	margin-left: 0 auto;
	left: 50%;
	bottom: 15px;
	white-space: nowrap;

}

.autor-e-data{
	position: relative;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 0.3px;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 3px 10px;
	border-radius: 10px;
	left: -50%;
	color: #fff;
}

.post-promo-linha-trecho{
	width: 100%;
    color: #626262;
    cursor: pointer;
    font-size: 10pt;
    font-weight: normal;
    white-space: nowrap;
    padding: 2px 10px;
    border-bottom: none !important;
    border-top: none;
    font-family: 'Open Sans', sans-serif;
}

.post-promo-zb{
	background-color: #E9E9E9;
}

.post-promo-linha-cabecalho {
	background-color: #5bbce5;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	margin: 10px 0 0 0;
	padding: 2px 10px;
}

.post-promo-fim-linha {
	margin: 0 3%;
	max-width: 660px;
	border-bottom: 1px solid #ebeff2;
}

.post-promo-origem{
	width: 36%;
	float: left;
	line-height: 33px;
}
.post-promo-destino{
	width: 36%;
	float: left;
	line-height: 30px;
}
.post-promo-preco{
	width: 20%;
	float: left;
	line-height: 30px;
	text-align: right;
}
.post-promo-acao{
	width: 8%;
	float: left;
	text-align: right;
	padding: 5px 0 0;
}
.clear{
	clear: both;
}

a.btn-ver-datas{
	text-decoration: none;
}


.btn-ver-datas:hover{
	color: #fff;
}

.btn-ver-datas{
    width: 100%;
    background: #0058A8 none repeat scroll 0 0;
    color: #fff;
   	border-bottom: 1px solid #00376B !important;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    text-align: center;
    padding: 2px 3px;
    display: none;
}


#tabela-resultados-ativos a{
 	color: #626262;
 }

#tabela-resultados-ativos a:active, #tabela-resultados-ativos a:hover{
	color: #fff;
	font-weight: 600;
}

.entry-content-promocao,.entry-content{
	margin: 70px auto;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	font-size: 14px;
    line-height: 1.8em;
    max-width: 1020px;
}

.entry-content{
	margin: 0 auto;
}

.entry-content-promocao p, .entry-content p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	font-weight: 400;
}

.entry-content-promocao h1, .entry-content h1,.entry-content-promocao h2, .entry-content h2,.entry-content-promocao h3, .entry-content h3,.entry-content-promocao h4, .entry-content h4{
	margin: 0 3% 10px 3%;
	font-size: 16px;
}

.entry-content-promocao ul, .entry-content ul{
	margin: 0 3% 10px 3%;
	font-size: 16px;
}

.entry-content-promocao ul li, .entry-content ul li{
	margin: 15px 0;
	font-size: 16px;
	line-height: 30px;
}

.icon-post-promo{
	margin: 0 5px 0 0;
	/*color: #5bbce5;*/
}

.coluna-conteudo-post{
	max-width: 700px;
	padding-left: 3%;
	padding-right: 3%;
}

.banner1-post-promo-wrapper{
	padding: 0 0px;
	margin: 0;
	margin-bottom: 30px;
	position: relative;
	width: 300px;
}

.banner1-post-promo{
  margin: 0;
  width: 300px;
  z-index:10;
 }

.banner-1-post-fixo{
  position: fixed;
  top:70px;
  overflow: initial;
}


.banners-2x-300x250{
	margin: 0 auto;
	padding: 10px 0 34px 0;
	max-width: 625px;
}

.banner-1-fim-post{
	float: left;
	margin: 0 20px 0 0;
}
.banner-2-fim-post{
	float: left;
	margin: 0
}


.esgotado {
	text-decoration: line-through;
}


/** POST AVALIAÇÃO **/


.cabecalho-avaliacao-resumo {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius:3px;
  padding: 15px;
  margin: 120px auto 0;
  max-width: 130px;
	font-size: 12px;
	font-weight: 500;
  text-align: left;
  text-shadow: none;
  line-height: 26px;
}

.cabecalho-avaliacao-resumo span{
	margin-right: 10px;
	font-size: 12px;
}

.quadro-horarios {
	background-color: #F8F8F8;
	border-radius: 7px;

	font-size: 14px;
	padding: 10px;
	margin: 20px 0 20px 0;
	color: #666;
	position: relative;
	text-align: center;
}

.quadro-horarios span{
	margin-right: 15px;
	text-align: center;
}

.quadro-horarios h3 {
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px !important;
}

.bola_verde,.bola_laranja,.bola_vermelha{
	border-radius: 100%;
	width: 12px;
	height: 12px;
	float: right;
	position: absolute;
	top:15px;
	right: 5px;
}

.bola_verde{
	background-color: green;
}
.bola_laranja{
	background-color: orange;
}
.bola_vermelha{
	background-color: red;
}


.quadro-criterio{
	background-color: #F8F8F8;
	margin: 3px 0 15px 0;
	padding: 0;
	color: #666;
		font-size: 22px;
	font-weight: 500;
	text-align: center;
	clear: both;
	width: 100%;
	border: 1px solid #5bbce5;

}

.quadro-criterio h3 {
	margin: 0 !important;
	padding: 10px 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	background-color: #5bbce5;
	color: #fff;
	-webkit-hyphens: none;
  	-moz-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;

}

.quadro-criterio p{
	padding: 0;
	margin: 12px 0;
}

/** PAGE **/

.wp-page{
	background-color: #fff;
	margin: 0 auto;
	width: 900px;
}

.mds-lista {

}

.mds-lista a{
	color: #333;
	text-decoration: none;
}

.mds{
	background-repeat: no-repeat;
	width: 100px;
	height: 180px;
	background-size: 100px 100px;
	padding-top: 100px;
	text-align: center;
	float: left;
	margin: 20px 30px;
}
.mds p{
	margin: 0;
	padding: 0;
	font-size: 15px !important;
	}

.mds span{
	color: gray;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/** PAGINAS **/

.header-pagina{
	margin: 40px auto;
	max-width: 1000px;
	text-align: center;
}

.entry-content-pagina{
	margin: 30px auto;
	max-width: 1000px;

	color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 3%;
    padding-right: 3%;
}
.comentarios-pagina{
	max-width: 1000px;
	padding-left: 3%;
    padding-right: 3%;
	margin: 30px auto;
}


/** sdfsfsdf **/


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large e Tablet 620px
 */

@media screen and (min-width: 38.75em) {
	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}

	.site-branding {
		min-height: 3.2em;
	}

	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.page-header {
		border-bottom: 0;
		border-left: 7px solid #333;
		padding: 3.8461% 7.6923%;
	}

	.page-title,
	.taxonomy-description {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.post-card{
		width: 48%;
		float: left;
		margin: 1rem 1% ;
 		box-shadow: 0 0 8px rgba(0, 0, 0, 0.075);
    	background-color: #fff;

	}

	.card-post-generico{
    	min-height: 290px;
    }

	.tb-sandwich {
	    background: #004891 none repeat scroll 0 0;
	    border-radius: 2px;
	    color: #fff;
	    left: 20px;
	    padding: 5px 15px;
	    width: 100px;
	    overflow: hidden;
	    height: 42px;
	}

	.md-social {
	    display: block;
	}

	.post-card-destino{
		width: 31%;
	}

	.cabecalho-promocao{
		height: 350px;
		top: 60px;
		padding: 0;
	}

	.cabecalho-promocao h1, .cabecalho-avaliacao h1 {
	    font: 900 40px Lato,serif;
	    max-width: 1040px;
	    margin: 0 auto;
	    padding: 30px 0;
	}

	.autor-e-data{
		font-size: 13px;
		font-weight: 300;
	}

	.banner1-post-promo-wrapper{
		width: 300px;
		float: right;
		margin: 0 20px;
	}

	.post-promo-linha-trecho{
		max-width: 660px;
	    border-bottom: 1px solid #ebeff2;
	    border-left: 1px solid #ebeff2;
	    border-right: 1px solid #ebeff2;
	}

	.post-promo-linha-trecho:active, .post-promo-linha-trecho:hover {
		background-color: #0096F4;
		color: #fff;
	}


	.post-promo-linha-cabecalho {
		border: 1px solid #5bbce5;
	}

	.quadro-criterio{
		width: 18%;
		margin: 0.88% 3% 2% 0;
		float: left;
		min-width: 120px;
	}

	.quadro-criterio p{
		font-size: 32px !important;

	}

	.quadro-criterio h3 {
		font-size: 15px !important;
	}

	.quadro-horarios {
		width: 31%;
		margin: 30px 3.5% 30px 0;
		float: left;
		color: #666;
	}

	.quadro3{
		margin-right: 0;
	}

	.cabecalho-avaliacao-resumo {
		position: absolute;
		bottom: 15px;
		left: 15px;
		font-size: 14px;
		font-weight: 500;
		line-height: 30px;
	}

	.entry-content-promocao p, .entry-content p{
		font-size: 18px;
		color: #666;
		line-height: 30px;
		font-weight: 400;
	}

	#s{
		width: 400px;
	}


}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

	.site {
		margin: 0 auto;
		max-width: 2600px;
	}

	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6em;
	}

	blockquote {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6667;
		margin-bottom: 1.6667em;
		margin-left: -1.3333em;
		padding-left: 1.1111em;
	}

	blockquote cite,
	blockquote small {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	pre {
		line-height: 1.2;
	}

	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	button,
	input {
		line-height: normal;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.7917em 1.5833em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.375em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.avatar-fim-post {
		max-height: 50px;
	}

	.author-bio {
		display: block;
	}

	.author-title{
		font-size: 18px;
		color: rgba(0, 0, 0, 0.8);
	}
	.author-job{
		font-size: 14px;
		color: rgba(0, 0, 0, 0.6);
		font-style: normal;
	}
	.post-navigation {
		margin: 8.3333% 8.3333% 0;
	}

	.post-navigation a {
		padding: 5% 10%;
	}

	.pagination {
		margin: 0;
		padding: 7%;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.pagination .page-numbers {
		line-height: 3.2em;
		padding: 0 0.8em;
	}

	.pagination .prev,
	.pagination .next {
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	/*.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin: 20% 0;
		padding: 0 20%;
	}

	.site-branding {
		min-height: 0;
		padding: 0;
	}
	*/

	.post-thumbnail {
		margin-bottom: 2.4em;
	}


	.entry-title {
		font-size: 31px;
		line-height: 1.1613;
		margin: 15px 0;
	}

	.entry-content,
	.entry-summary {

	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-top: 1.8462em;
		margin-bottom: 0.9231em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-top: 2.6667em;
		margin-bottom: 1.3333em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 3.2em;
		margin-bottom: 1.6em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.author-link:after {
		font-size: 16px;
		top: 1px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-header {
		padding: 4.1666% 8.3333%;
	}

	.page-content {
		padding: 8.3333%;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-bottom: 1.3333em;
	}

	.format-link .entry-title a:after {
		top: 0;
	}

	.bypostauthor > article .fn:after {
		top: 5px;
		left: 3px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}

	.limite-corpo-post{
		max-width: 700px;
	}
	.limite-corpo-post-avaliacao{
		margin: 0 auto;
		max-width: 1100px;

	}

	.bloco-comentario{
		max-width: 980px;
		margin: 0 auto;
	}

	.barra-p1 {
		width: 33.33333%;
		float: left;
	}

	.barra-p2{
		width: 63.667%;
		float: right;

	}


	.barra-share-buttons-float{
		bottom: inherit;
	    box-shadow: none;
	    position: inherit;
	    width: 94%;
	    margin: 0 3%;
	    padding: 0;
	    position: relative;
	}

	.posts-share-buttons{
		position: absolute;
		right: 0;
		width: auto;
		margin: 0 !important;
		padding: 0 !important;
	}

	.posts-share-buttons li{
		width: auto;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.posts-share-buttons a {
		width: 36px;
	}

	.posts-share-buttons a:hover {
		width: 100px;
	}


	.cx-url-encurtada{
		width: 230px;
		padding: 6px;
		display: block;
		margin: 0px 0 0 0px;
		border-radius: 5px;
		background-color: #f6f6f6;
		color: #AAAAAA;
		display: block;
		float: left;
	}

	.url-encurtada {
		font-size: 14px;
		font-weight: 400;
		width: 190px;
		line-height: 24px;
		border: none;
		color: #aaa;
		outline: none;
		padding: 0 0 0 5px;
		background-color: transparent;
	}

	.url-encurtada:focus{
		border: none;
		background-color: #f6f6f6;
		outline: none;
		color: #aaa;
	}

	.url-encurtada::selection {
		background-color: #D5D8DC;
		color: #fff;
	}

	.post-card{
		width: 24%;
		margin: 1rem 0.5% ;
	}

	.container-topo-home {
		height: 410px;
	}

	.container-topo-home h1{
	    font: 900 36px Lato,serif;
	    width: 60%;
	    padding-left: 2%;
	    float: left;
	}

	.home-blog-motores{
		float: right;
		margin: 70px 15px 0;
		width: 35%;
		max-width: 350px;
		top: 50px;
		right: 15px;
		display: block;
	}

	.post-card-destino{
		width: 15.66%;
		margin: 0.5%;
	}

/** LISTA DE ULTIMAS PROMOS, PROMOS POR DESTINOS - HOME  ***/

  .lista-promos-publicadas {
    width: 47%;
    float: left;
    margin-right: 2%;
    margin-left: 1%;
  }

  .lista-passagens-por-destino{
    width: 49%;
    margin-right: 1%;
    float: left;
  }


/** PASSAGENS NA HOME **/

.corpo-home-passagens{
	max-width: 1200px;
	margin: 25px auto 30px;
	padding: 0;
}

.lista-promos-publicadas h2, .lista-passagens-por-destino h2, .busca-passagens-por-destino h2 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 5px 0 5px !important;
	text-transform: uppercase;
	background-color: #0096F4;
	color: #fff !important;
	margin-top: 0px;
	font-weight: 600;
}

.lista-promos-publicadas ul{
	margin: 0;
	background: #fff;
}

.lista-promos-publicadas ul li{
	border-bottom: 0px solid #E5E4E2;
	border-right: 0px solid #E5E4E2;
	border-left: 0px solid #E5E4E2;
	clear: both;
	padding: 15px 0px;
	margin: 0;
}

/** PUBLICAÇÕES HOME **/

.item-lista-publicacoes p{
	font-size: 16px !important;
}

.icone-cia-lista-home{
  width: 15%;
  float: left;
  margin-right: 3%;
}

.categoria-publicacao {
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 14px;
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  font-weight: 400;
}
.data-publicacao{
  font-size: 10px;
  color: #B2BABB;
  float: right;
}

.item-lista-publicacoes p{
  color: #666;
  margin: 0;
  padding: 0;
  float: left;
  width: 82%;
  padding: 6px 0 0;
  font-size: 14px !important;
  font-weight: 400;
}

/** LISTAGEM DE PASSAGENS BARATAS POR DESTINO **/

.coluna-destinos-baratos{
	width: 45.5%;
	float: right;
}

.coluna-1-publicidade-home{
  width: 50%;
  min-width: 300px;
  float: left;
}

.destino-barato-linha-cabecalho {
  margin: 10px 0 0;
  padding: 2px 10px;
  color: #fff;
}
.lista-botoes-home li{
	padding: 10px 10px;
	width: 18%;
	float: left;
	height: 120px;
}

/** LISTAGEM DE POSTS POR TIPO **/

.sidebar-arquivo{
	float: right;
}
.lista-posts-por-tipo{
	float: none;
	width: auto;
 	overflow: hidden;
}

/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}


/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header {
		padding: 0;
	}

	.entry-content,
	.entry-summary {

	}

	.post-thumbnail img {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}

}