/*!
Theme Name: mova
Theme URI: http://underscores.me/
Author: Site.pt
Author URI: https://www.site.pt/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mova
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

mova is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    margin-top: -44px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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-caption {
	display: block;
}


/* COLUNAS */

.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}@media (min-width:1400px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}

*{font-family: 'Montserrat', sans-serif;font-size:14px;}

/* HEADER */

/*body.home{background-image:url(http://mova.sitedev.pt/wp-content/uploads/2018/04/header-home.jpg);background-repeat:no-repeat;background-size:100%;}*/
header{margin-top:41px;}

/* FOOTER */

footer{background:#0b3e70;color:#fff;}
/*.rodapeMenu,.rodapeDesktop,.rodapenewsletter{height:90px;}*/
.rodapeMobile{display:none;}
.rodapeMobile,.rodapeDesktop{font-size:12px;color:#fff;}
.rodapenewsletter{font-size:16px;color:#fff;line-height:1.2;}
.rodapenewsletter .gfield_required{display:none;}
.rodapenewsletter .gform_wrapper label.gfield_label{font-weight:500;}
.rodapenewsletter .gform_wrapper .gform_body input[type="text"]{background-color:transparent;color:#fff;border:0;border-radius:0;border-bottom:1px solid #fff;}
.rodapenewsletter .gform_wrapper .gform_footer input[type=image]{margin:0!important;}
.rodapenewsletter .gform_wrapper .gform_body input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.rodapenewsletter .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.rodapenewsletter .gform_wrapper .gform_body input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.rodapenewsletter .gform_wrapper .gform_body {
    width: auto;
    display: inline-block;
}
.rodapenewsletter .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: none;
    width: auto;
    display: inline-block;
}

.rodapeDesktop.sns{text-align:right;}
.rodapeMobile a,.rodapeDesktop a{color:#fff;text-decoration:none;}
.sns a{color:#fff;text-decoration:underline;font-size:12px;}

.rodapeMenu{padding-top:40px;padding-bottom:80px;}
.rodapeMenu .menu{margin:0;padding:0;list-style:none;}
.rodapeMenu .menu li{display:inline-block;margin-left:15px;}
.rodapeMenu .menu li:first-child{margin-left:0;}
.rodapeMenu .menu li:last-child{margin-left:0;display:block;margin-top:10px;}

.rodapeMenu .menu li a{color:#fff;text-decoration:none;}
.rodapeMenu .menu li a:hover{color:#009dd5;}

.rodapeMenu .menu li.rodapegeral a::before{background-image:url(images/rodape-menu-visto.png);display:inline-block;content:"";width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    margin-right: 5px;}
.rodapeMenu .menu li.rodapevacinacao a::after{background-image:url(images/rodape-menu-vacinacao.png);display:inline-block;content:"";width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin-left: 5px;}
.rodapeMenu .menu li.rodapeemail a::before{background-image:url(images/rodape-menu-email.png);display:inline-block;content:"";width: 27px;
    height: 26px;
    background-repeat: no-repeat;
    margin-right: 5px;}

.rodapeRedes{padding-top:26px;padding-bottom:26px;color:#fff;text-align:right;}

.rodapeRedes a.iconFacebook,.rodapeRedes a.iconYoutube{width:38px;height:38px;margin:0 5px 15px;background-repeat:no-repeat;display:inline-block;}
.rodapeRedes a.iconFacebook{background-image:url(images/rodape-icon-facebook.png);}
.rodapeRedes a.iconYoutube{background-image:url(images/rodape-icon-youtube.png);}

.rodapeRedes{font-size:12px;}
.rodapeRedes span {display:block;font-size:12px;}
.rodapeRedes .apps{margin:20px 0;}
.rodapeRedes strong{font-weight:600;font-size:12px;}

@media screen and (max-width:991px) {
    .rodapenewsletter .gform_wrapper .gform_body{width:85%;}
}

@media screen and (max-width:767px) {
    .rodapenewsletter .gform_wrapper .gform_body{width:auto;}
    .rodapeDesktop{display:none;}
    .rodapeMobile{display:block;margin:60px 0 30px;}
}

/* PARTES GERAIS */

header.entry-header{margin:70px 0 75px;}

/* HOME */

.areaMensagem{margin-top:88px;}
.areaMensagem h1{color:#0b3e70;margin:0;font-size:51px;font-weight:bold;line-height:1.2;}
.areaMensagem h2{color:#333;font-style:italic;font-size:24px;margin:0;font-weight:normal;}
.areaMensagem h3{display:inline-block;color:#fff;font-size:17.5px;margin:55px 0 0;font-weight:bold;padding:20px 35px;background-color:#0b3e70;}

.area2Mensagem{margin-top:88px;text-align:center;}
.area2Mensagem h1{color:#0b3e70;margin:0;font-size:35px;font-weight:600;line-height:1.2;}
.area2Mensagem p,.area2Mensagem span{font-size:22px;font-weight:600;}
.area2Mensagem span{color:#009ed5;display:block;line-height:1.364;}
.area2Mensagem a,.areaSobre .info .infoLinha a.btlink{color:#0b3e70;text-decoration:none;padding:16px 35px;border:1px solid #0b3e70;margin-top:38px;font-weight:bold;display:inline-block;}
.area2Mensagem a:hover,.areaSobre .info .infoLinha a.btlink:hover{background-color:#0b3e70;color:#fff;}
.area2Mensagem .icons{margin:50px auto 40px;text-align:center;}
/*.area2Mensagem .icons .icon{margin-right:78px;}
.area2Mensagem .icons .icon:last-child{margin-right:0;}*/

.areaSobre{/*background-image:url(https://www.mova.pt/wp-content/uploads/2018/04/sobre-home.jpg);background-repeat:no-repeat;background-size:100%;padding:100px;*/margin-top:83px;position:relative;}
.areaSobre img{width:100%;}
.areaSobre .fundo{height:600px;background-size:cover;background-repeat:no-repeat;background-position:top center;}
.areaSobre .sobre50{position:absolute;width:50%;height:450px;top:295px;left:0;background:#fff;}
.areaSobre:after{content:'';display:block;clear:both;}
.areaSobre .logo{text-align:center;background-color:rgb(0, 158, 213);box-shadow:20px 34.641px 50px 0px rgba(0, 0, 0, 0.2);padding:50px 0;}
.areaSobre .logo img{width:auto;}
.areaSobre .info{margin-top:-264px;}
.areaSobre .info .infoLinha{display:flex;align-items:flex-end;margin-bottom:59px;}
.areaSobre .info .infoLinha p{font-size:22px;color:#000;font-style:italic;line-height:1.364;margin:35px 0 40px;}

.areaCinza{background-color:#f1f2f2;padding:50px 0 65px;}
.areaCinza article{margin-top:40px;position:relative;}
.areaCinza article .info{box-shadow:0px 2px 30px 0px rgba(0, 0, 0, 0.2);background-color:#fff;height:100%;margin-bottom:55px;}
.areaCinza article .info div{padding:15px;}
.areaCinza article .info div p{font-size:14px;color:rgb(120, 120, 120);line-height:1.286;}

.lerArtigo{font-size:14px;color:#fff!important;font-weight:bold;text-transform:uppercase;line-height:1.2;text-decoration:none;padding:17px;background-color:#009ed5;text-align:center;display:block;position:absolute;width:calc(100% - 60px);bottom:15px;}
.lerArtigo:hover{color:#000!important;}

.areaEventos article{position:relative;}
.areaEventos article a{text-decoration:none;}
.areaEventos article a .dia{font-size:32px;color:#fff;font-weight:bold;text-transform:uppercase;line-height:1.2;background-color:#009ed5;padding:16px;width:85px;margin:0 0 0 25px;text-align: center;}
.areaEventos article a:hover .dia{background-color:#0b3e70;}
.areaEventos article a .dia.ddois{font-size:25px;width:120px;}
.areaEventos article a .mes{font-size:20px;color:#fff;font-weight:bold;text-transform:uppercase;line-height:1.2;background-color:#0b3e70;padding:12px;width:105px;margin:-10px 0 0 40px;text-align: center;}
.areaEventos article a:hover .mes{background-color:#009ed5;}
.areaEventos article a .evento{font-size:17.201px;color:rgb(11, 62, 112);font-weight:bold;line-height:1.05;margin:20px 0 0 55px;}
.areaEventos article a:hover .evento{color:#009ed5;}

.areaNoticias{display:flex;}

.remodal.mova p{text-align:left;}


@media screen and (max-width:991px) {
    .areaMensagem{margin-top:44px;}
    .areaMensagem h1{font-size:42px;}
    .areaSobre .info{margin-top:59px;}
    .areaMensagem h2{color:#0b3e70;font-size:18px;}
    .areaSobre .info .infoLinha{display:inherit;align-items:unset;}
    .areaSobre .logo{margin-top:50px;}
    .areaSobre .sobre50{display:none;}
    .eventos{margin-top:80px;}
}
@media screen and (max-width:767px) {
    .areaMensagem h1{font-size:33px;}
    .areaNoticias{display:inherit;}
}

/* TÍTULOS */

h2.titulos{font-size:25px;color:rgb(0, 158, 213);font-weight:bold;text-transform:uppercase;line-height:1.2;margin:0;}
h2.titulos:before{display:block;content:'';background-image:url(https://www.mova.pt/wp-content/uploads/2018/04/visto.png);background-repeat:no-repeat;height:26px;margin-bottom:9px;}
h3.noticiaTitulo{font-size:16px;color:rgb(41, 86, 130);font-weight:bold;line-height:1.25;}

/* PAGINA VACINACAO */

.vacinacaologo{display:none;}
.page-template-page-timeline .vacinacaologo{display:block;text-align:center;}
.page-template-page-timeline .imglogo{display:none;}

/* MENU */
/*
#primary-menu{float:left;}
#primary-menu .menu-item a{font-weight:bold;color:rgba(11,62,112,0.8);text-transform:uppercase;font-size:14px;padding:0 10px;}
#primary-menu .menu-item a:hover,#primary-menu .menu-item.current-menu-item a{color:rgba(11,62,112,1);}
.page-template-page-timeline #primary-menu .menu-item a{color:rgba(255,255,255,0.6);}
.page-template-page-timeline #primary-menu .menu-item a:hover,.page-template-page-timeline #primary-menu .menu-item.current-menu-item a{color:rgba(255,255,255,1);}

.menu-toggle{background:#fff;font-size:14px;padding:0;margin:15px 0;color:#0b3f73;border:none;float:right;}

@media screen and (max-width:599px) {
    .main-navigation ul{background-color:#efefef;width:100%;}
    .main-navigation li{float:none;border-bottom:1px solid #fff;}
    #primary-menu .menu-item a{display:block;padding:18px 10px;}
}
*/
.areaMenu{text-align:right;}
.btNavMobile{display:inline-block;cursor:pointer;}
.btNavMobile span {
    width: 35px;
    height: 3px;
    background-color: #0b3e70;
    display: block;
    margin-bottom: 3px;
}
.btNavMobile span:last-child {
    margin-bottom: 0;
}
.page-template-page-timeline .btNavMobile span {
    background-color: #fff;
}

.navMobile .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.navExtra .menu .menu-item {
  display: inline-block;
  margin-right: 15px; }

.navMenu ul li {
  padding: 20px 6px 0;
  text-align: center;
  display: inline-block; }
  
.navMenu ul.sub-menu li {
    padding:0;
}
.navMenu ul li:last-child {
  padding-right: 0; }

.navMenu ul li a {
  display: block;
  font-weight: 700;
  color: #0194a8 !important;
  text-decoration: none; }

.navMenu ul li a:hover {
  color: #000 !important; }

.navMobile ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-align: center; }

.navMobile ul li a {
  display: block;
  color: #0b3e70;
  text-decoration: none; }

.navMobile ul li a:hover {
  color: #000; }

.areaSairMenu {
  margin: 30px 0 15px;
  text-align: right; }

#sairMenu {
  color: #ddd;
  cursor: pointer;
  font-size: 20px; }

#sairMenu:hover {
  color: #88271d; }

.navMobile {
  position: fixed;
  top: 0;
  left: -35%;
  width: 30%;
  z-index: 999;
  background: white;
  height: 100%;
  padding: 30px 15px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: left 0.3s ease; }

.abrirMobile {
  left: 0 !important; }

@media (max-width: 991px) {
    .navMobile {
    left: -50%;
    width: 45%; }
}
@media screen and (max-width: 576px) {
  .navMobile {
    left: -105%;
    width: 100%; }
}

/* PAGINA NOTICIAS */

.category header .col-md-12{padding:0;}
.category .menuExtra{margin:0;padding:0;display:flex;justify-content:space-between;align-items:stretch;background-image:url(images/pixel-news-mova.jpg);background-repeat:repeat-x;background-position:center;}
.category li.button{list-style:none;display:flex;width:30%;align-items:center;background-color:#009ed5;}
.category li.button.current,.category li.button:hover{background-color:#0b3f73;}
.category li.button a{text-align:left;color:#000;text-decoration:none;display:block;width:100%;padding:25px 5px 25px 55px;background-repeat:no-repeat;background-size:35px;background-position:10px center;filter:invert(100%);-webkit-filter:invert(100%);font-weight:600;}

@media screen and (max-width:599px) {
    .category .menuExtra{flex-direction:column;background-repeat:repeat-y;}
    .category li.button{width:100%;margin-bottom:20px;}
    .category li.button:last-child{margin-bottom:0;}
}

/* NOTICAS E ARQUIVOS */

.new{margin-bottom:30px;}
.new a{color:#fff;text-decoration:none;background-color:#009dd4;min-height:240px;display:block;padding:25px 10px 10px;position:relative;-webkit-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);}
.new a:hover{background-color:#0b3f73;}
.new a h2{font-size:20px;margin:0 0 12px;font-weight:bold;}
.new a h1{font-size:14px;margin:0;font-weight:normal;}
.new a span.more{display:block;border:1px solid #fff;padding:15px 2px;text-transform:uppercase;font-weight:bold;text-align:center;font-size:14px;position:absolute;bottom:10px;width:calc(100% - 20px);}
.new a span.more .mais{position:absolute;right:10px;top:50%;margin-top:-18px;font-size:24px;font-weight:bold;}

/* ATUALIDADES */

.atualidade{padding:0 30px;}
.atualidade .areaInfo,.atualidade .areaImagem img{-webkit-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);}
.atualidade .areaInfo{background:#fff;padding:25px;margin-bottom:30px;}
.atualidade .areaImagem{padding:0!important;}
.atualidade .areaImagem img{width:100%;}
.atualidade .areaInfo h1{font-size:14px;margin:0;font-weight: 300;margin-bottom:16px;}
.atualidade .areaInfo h2{margin:0;font-size:16px;color:#0b3f73;margin-bottom:16px;}
.atualidade .areaInfo p{margin:0}
.atualidade .areaMais{text-align:center;background-color:#039fd5;border:1px solid #039fd5;width:100%;margin-left:15px;cursor:pointer;color:#fff;font-weight:600;position:relative;padding:12px 2px;z-index:2;margin-bottom:60px;}
.atualidade .areaMais .mais{position:absolute;right:25px;top:50%;margin-top:-18px;font-size:24px;font-weight:bold;}
.atualidade .areaConteudo{position:relative;padding:60px!important;border:1px solid #039fd5;margin-top:-1px;margin-bottom:60px;height:0;display:none;transition:height 0.5s ease, display 0.5s ease;}
.atualidade .areaMais.aberto{background-color:#fff;border-bottom:1px solid #fff;margin-bottom:0;}
.atualidade .areaConteudo.aberto{height:auto;display:block;}
.atualidade .areaConteudo .fecha{position:absolute;bottom:-1px;right:-1px;padding:5px 30px;background-color:#039fd5;color:#fff;font-size:24px;font-weight:bold;cursor:pointer;}

/* OPINIÃO */

.opiniao{padding:0 30px;}
.opiniao .areaImagem{padding-right:0;}
.opiniao .areaImagem img{width:100%;}
.opiniao .areaNome{min-height:110px;z-index:2;background-color:#039fd5;margin-top:-175px;padding:20px 25px;-webkit-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);}
.opiniao .areaNome h1{color:#0b3f73;text-transform:uppercase;margin:0;font-size:18px;}
.opiniao .areaNome h2{color:#fff;font-size:14px;margin:0;font-weight:500;}
.opiniao .areaFrase{margin:-125px 0 0;background-color:#fff;padding:80px 25px 30px;-webkit-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.3);}
.opiniao .areaFrase h3{margin:0;font-size:14px;font-style:italic;font-weight:500;margin:0;}
.opiniao .areaInfo p{margin:0}
.opiniao .areaMais{margin-top:15px;text-align:center;background-color:#0b3f73;border:1px solid #0b3f73;width:100%;margin-left:15px;cursor:pointer;color:#fff;font-weight:600;position:relative;padding:12px 2px;z-index:2;margin-bottom:60px;}
.opiniao .areaMais .mais{position:absolute;right:25px;top:50%;margin-top:-18px;font-size:24px;font-weight:bold;}
.opiniao .areaConteudo{position:relative;padding:60px!important;border:1px solid #0b3f73;margin-top:-1px;margin-bottom:60px;height:0;display:none;transition:height 0.5s ease, display 0.5s ease;}
.opiniao .areaMais.aberto{background-color:#fff;border-bottom:1px solid #fff;margin-bottom:0;}
.opiniao .areaConteudo.aberto{height:auto;display:block;}
.opiniao .areaConteudo .fecha{position:absolute;bottom:-1px;right:-1px;padding:5px 30px;background-color:#0b3f73;color:#fff;font-size:24px;font-weight:bold;cursor:pointer;}


@media screen and (max-width:599px) {
    .atualidade .areaConteudo,.opiniao .areaConteudo{padding:30px!important;}
    .opiniao .areaNome{margin-top:0;}
    .opiniao .areaFrase{margin:0;padding:30px 25px 30px;}
}

/* MITOS E FACTOS */

.page-template-page-mitos header h1{color:#0b3e70;text-transform:uppercase;font-size:17px;}
.page-template-page-mitos .mitosFactos article{cursor:pointer;background: #f7f7f7;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);padding:10px;margin-bottom:50px;transition: background 0.5s ease, padding 0.5s ease;}
.page-template-page-mitos .mitosFactos article div{border:1px solid #009dd5;display:flex;padding:10px 50px;min-height:160px;align-items: center;transition: border 0.5s ease;position:relative;}
.page-template-page-mitos .mitosFactos article div h2 {font-size:16px;color:#009dd5;transition: color 0.5s ease, margin-bottom 0.5s ease;margin:0;}
.page-template-page-mitos .mitosFactos article .boolean,.page-template-page-mitos .mitosFactos article div p.resposta{margin:0;color:#fff;display:none;opacity:0;transition: opacity 0.5s ease;}
.page-template-page-mitos .mitosFactos article .boolean{color:#fff;padding:8px 50px;position:absolute;width:100%;left: 0;
    bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;transition: bottom 0.5s ease;}


.page-template-page-mitos .mitosFactos article.aberto{background:#009dd5;padding:10px 10px 0;}
.page-template-page-mitos .mitosFactos article.aberto div{border:1px solid #fff;flex-wrap:wrap;}
.page-template-page-mitos .mitosFactos article.aberto .boolean,.page-template-page-mitos .mitosFactos article.aberto div p.resposta{display:block;opacity:1;}
.page-template-page-mitos .mitosFactos article.aberto .boolean{bottom:-37px;}
.page-template-page-mitos .mitosFactos article.aberto div h2 {color:#fff;margin-bottom:10px;}

/* PÁGINA SOBRE */

.aboutInfo .fora{
    background: #f7f7f7;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    padding: 10px;
    margin-bottom:50px;
}
.aboutInfo .fora .dentro{padding:10px;border: 1px solid #009dd5;display: block;}
.aboutInfo .fora .dentro h3{ color: #009dd5; }
.aboutInfo .fora .dentro a{color: rgba(11,62,112,0.8); text-decoration:none;}
.aboutInfo .fora .dentro a:hover{text-decoration:underline;}

/* PÁGINA SUGESTÕES */

.sugestoesInfo .fora{
    background: #f7f7f7;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    padding: 10px;
    margin-bottom:50px;
}
.sugestoesInfo .fora .dentro{padding:10px;border: 1px solid #009dd5;display: block;}
.sugestoesInfo .fora .dentro h3{ color: #009dd5; }
.sugestoesInfo a{color: #009dd5; text-decoration:none;}
.sugestoesInfo a:hover{color: #FFF;}
.sugestoesInfo a:hover .fora{background: #009dd5;}
.sugestoesInfo a:hover .fora .dentro{border: 1px solid #fff;}
.sugestoesInfo a:hover .fora .dentro h3{ color: #fff; }
.sugestoesInfo .saberMais{display: flex;align-items: center;justify-content: flex-end;}
.sugestoesInfo .saberMais::after{content: "";
    width: 25px;
    display: inline-block;
    height: 26px;
    background-image: url(images/icon-saber-mais.png);
    background-repeat: no-repeat;
    margin-left: 15px;}
.sugestoesInfo a:hover .saberMais::after{
    background-image: url(images/icon-saber-mais-branco.png);}
    
/* ÁREA COMENTÁRIOS */

.cat-links a{color:#fff;text-decoration:none;}
#commentform a,.nav-links a{color:#000;text-decoration:none;}

/* Dev Ops */
.post-navigation, .entry-footer {
	display:none;
}

/*Pneumonia*/

html, body {
	overflow-x:hidden;
}
/*.page-template-page-pneumonia-pneumococica header {
	display:none!important;
}*/

/*.page-template-page-pneumonia-pneumococica #navMobile {
	display:none!important;
}*/

/*.page-template-page-pneumonia-pneumococica footer {
	display:none!important;
}*/

#page-pneumonia-pneumococica .sugestoesInfo .fora {
	background-color:#ebebeb;
}

#page-pneumonia-pneumococica .sugestoesInfo .fora .dentro h2 {
	color: #009dd5;
	font-size: 20px;
	font-weight: bold;
	margin-top:0;
}

#page-pneumonia-pneumococica .sugestoesInfo .fora .dentro p:last-of-type {
	/*margin-bottom:0;*/
}

#page-pneumonia-pneumococica .sugestoesInfo .fora .dentro {
	padding:25px;
	padding-bottom:10px;
}

#page-pneumonia-pneumococica .sugestoesInfo .fora {
	margin-bottom:35px;
}

#page-pneumonia-pneumococica .fora p, #page-pneumonia-pneumococica .fora ul li, #page-pneumonia-pneumococica .fora {
	color:#7d7d7d;
	font-size:13px;
}

#page-pneumonia-pneumococica .fora p, #page-pneumonia-pneumococica .fora ul li {
	line-height:17px;
}

#page-pneumonia-pneumococica .fora a {
	color: #009dd5!important;
}

#page-pneumonia-pneumococica .fora a:hover {
	text-decoration:underline;
}

#page-pneumonia-pneumococica h1 {
	color: #0f0f0f;
	margin-top: 0;
	margin-bottom: 35px;
	padding-left:37px;
	line-height: 30px;
}

#page-pneumonia-pneumococica ul {
	margin-left: 0;
	padding-left: 15px;
}

#page-pneumonia-pneumococica {
	margin-bottom:50px;
	margin-top:45px;
}

.header-image-page-desktop {
	width:100%;
}

.header-image-page-mobile {
	width:100%;
	display:none;
}


.header-image-homepage-desktop {
	width:100%;
}

.header-image-homepage-mobile {
	width:100%;
	display:none;
}


@media (max-width:767px) {
	.header-image-page-desktop {
		display:none;
	}

	.header-image-page-mobile {
		display:block;
	}
	#page-pneumonia-pneumococica h1 {
		font-size:1.8em;
	}
	#page-pneumonia-pneumococica .sugestoesInfo .fora .dentro h2 {
		font-size:18px;
	}

	.header-image-homepage-desktop {
		display:none;
	}
	.header-image-homepage-mobile {
		display:block;
	}
}


/*A alterar depois*/
header {
	margin-top: 22px;
	margin-bottom: 10px;
}

.areaMenu {
	padding-top:30px;
}

.area2Mensagem {
	margin-top: 30px;
}

@media (max-width:1199px) {
	.areaMenu {
		padding-top:25px;
	}
}

@media (max-width:991px) {
	.areaMenu {
		padding-top:40px;
	}
}

@media (max-width:767px) {
	.areaMenu {
		padding-top:40px;
	}
}