/*!
Theme Name: Simbiosia
Theme URI: https://simbiosa.com.br
Author: Marco Andrei Kichalowsky, Arsnova Digital
Author URI: https://arsnova.digital
Description: Tema personalizado para Simbiosia.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: All rights reserved
Text Domain: simbiosia-arsnova
Tags: custom-logo, custom-menu, featured-images, translation-ready

Simbiosia theme design © 2025 Simbiosia. All rights reserved.

Simbiosia is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
	- Header
	- Footer
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Capa

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Preferences 
--------------------------------------------- */

html {
	scroll-behavior: smooth;
}

/* Constants
--------------------------------------------- */

:root {
	--preto: #10454f;
	--chumbo: #506266;
	--cinza: #818274;
	--oliva: #a3ab78;
	--cinza-verde: #4F6165;
	--verde: #bde038;


	--largura-coluna: 768px;
	--largura-miolo: 1024px;
}

.cor-verde {
	color: var(--verde) !important;
}

/* Design Helpers
--------------------------------------------- */

.mascara-verde {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--verde);
	mix-blend-mode: multiply;
}

.mascara-preto {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--preto);
	opacity: 90%;
}

.mascara-cinza {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--cinza-verde);
	mix-blend-mode: multiply;
}

.pb {
	filter: grayscale(1);
}

.uma-linha {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
}

.um-inteiro {
	width: 100%;
	display: flex;
}

.um-meio {
	margin-bottom: 0.5rem;
	width: 100%;
}

.um-terco {
	width: 100%;
}

.um-quarto {
	width: 100%;
}

@media (min-width:720px) {
	.um-meio {
		width: 49%;
	}

	.um-terco {
		width: 32.5%;
	}

	.um-quarto {
		width: 24%;
	}
}

.btn {
	background-color: var(--verde);
	border-radius: 8px;
	border: 1px solid var(--verde);
	color: var(--preto);
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1rem;
	padding: 0.75rem;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--preto);
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	position: relative;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--preto);
}



a:hover,
a:focus,
a:active {
	color: var(--chumbo);
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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;
	max-width: 100%;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#vitrine {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

#vitrine .container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	position: relative;
	height: 100%;
	width: 100%;
}

#vitrine .vitrine-titulo {
	color: var(--verde);
	font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
	#vitrine .vitrine-titulo {

		font-size: 3.5rem;
	}
}

/* Header
--------------------------------------------- */

.site-header {
	height: 72px;
	background-color: var(--preto);
	color: white;
	padding: 1rem;
	width: 100%;
}

.site-header.capa {
	background-color: transparent;
	position: absolute;
	border-bottom: 1px solid white;
	z-index: 2;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

.custom-logo {
	min-width: 150px;
	width: 150px;
	max-width: 150px;
}

/* Footer
--------------------------------------------- */

.site-footer {
	background-color: var(--preto);
	color: white;
	font-size: 0.75em;
	line-height: 2;
	padding: 2rem 2rem 1rem;
	text-align: center;
}

.site-footer a {
	color: var(--verde);
}

.site-info {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	max-width: var(--largura-miolo);
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.site-info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.arsnova {
	margin-top: 1rem;
	width: 76px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	margin-left: 2rem;
	width: 100%;
}

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

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

.menu-toggle {
	border: none;
	background-color: transparent;
	color: white;
	float: right;
	font-family: FontAwesome;
	font-size: 1.5rem;
	padding: 0 8px;
	outline: none;
	cursor: pointer;
}

.main-navigation.toggled ul {
	background-color: var(--preto);
	padding: 1rem 0 2rem;
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	z-index: 2;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: calc(100vh - 72px);
	opacity: 95%;
}

.main-navigation.toggled ul li {
	background-color: var(--preto);
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 0.5rem 2.5rem 1rem;
	text-align: right;
	width: 100%;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 auto 1.5em;
	max-width: var(--largura-miolo);
	padding: 2.5rem;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.single-post-content {
	display: flex;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

@media (max-width: 850px) {
	.single-post-content {
		flex-wrap: wrap;
	}
}

.sticky {
	display: block;
}

.post {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 2rem;
}

.page-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.header-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
}

.header-bg img {
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	opacity: 50%;
}

.page-header .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 1rem;
	position: relative;
}

.page-header .entry-title {
	color: var(--verde);
	font-size: 2rem;
	line-height: 1.25;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-header .entry-title {
		font-size: 3rem;
	}
}

.page-header .entry-meta {
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
}

.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;
}

.entry-header {}

.entry-footer {}

.post-tag-list {
	margin: 3rem auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.post-tag-list a {
	text-decoration: none;
}

.post-tag-item {
	border: 1px solid var(--chumbo);
	display: block;
	font-size: 0.85rem;
	margin: 0.25rem;
	padding: 0.5rem 1rem;
}

.post-author-info {
	display: flex;
	margin: 0 auto;
	padding: 1rem 0 2rem;
}

@media (max-width: 850px) {
	.post-author-info {
		flex-wrap: wrap;
	}
}

.post-author-avatar {
	min-width: 100px;
	margin-right: 1rem;
	width: 100px;
}

.post-author-bio {
	font-size: 0.85rem;
}

.post-author-linkedin {
	display: flex;
	justify-content: end;
}

.post-author-linkedin a {
	background-color: var(--verde);
	border-radius: 4px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	height: 25px;
	margin: 0 0.5rem;
	text-decoration: none;
	width: 25px;
}

.related-post-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.related-post-item {
	margin: 0.5rem;
	padding: 0;
	width: 160px;
}

.related-post-item a {
	text-decoration: none;
}

.related-post-img {
	border-radius: 8px;

	height: 160px;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
	width: 160px;
}

.related-post-img img {
	filter: grayscale(1);
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.btn-bar.related-posts {
	margin: 0 auto 4rem;
}

.post-back-to-blog-btn {
	background-color: var(--preto);
	border-radius: 10px;
	color: var(--verde);
	cursor: pointer;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-decoration: none;
}

.post-back-to-blog-btn:hover {
	color: white;
}


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

.bypostauthor {
	display: block;
}


/* Widgets Area
--------------------------------------------- */

#secondary {
	margin-bottom: 4rem;
	padding: 2rem;
}

.widget {
	margin: 0 0 1rem;
	max-width: var(--largura-coluna);
	width: 100%;
}

.widget a {
	text-decoration: none;
}

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

.widget input[type="text"],
.widget input[type="email"],
.widget textarea {
	background-color: black;
	border-radius: 8px;
	border: 1px solid black;
	color: var(--verde);
	font-size: 1rem;
	padding: 0.75rem;
}

.widget input[type="submit"] {
	background-color: var(--verde);
	border-radius: 8px;
	border: 1px solid var(--verde);
	color: var(--preto);
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1rem;
	padding: 0.75rem;
}

.widget ul {
	list-style: none;
	margin: 2rem auto 0.5rem;
	padding: 0;
}

.widget li {
	margin: 0.5rem 0;
}

#footer-contact .widget {
	margin: 0;
	width: initial;
}

#footer-contact .widget ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 2rem auto 0.5rem;
	padding: 0;
}

@media (min-width: 768px) {
	#footer-contact .widget ul {
		flex-direction: initial;
	}

}

#footer-contact .widget ul#menu-social {
	flex-direction: row;
}

#footer-contact .widget li {
	margin: 0.5rem;
}

#footer-contact .widget li span {
	margin-left: 0.25rem;
}

#footer-contact .widget .menu-item i._mi {
	background-color: var(--verde);
	border-radius: 50%;
	color: var(--preto);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	height: 32px;
	width: 32px;
}

#footer-contact.widget-area {
	background-color: var(--preto);
	color: white;
	padding: 5rem 2rem 2rem;
}

#footer-contact.widget-area a {
	color: var(--verde);
	display: flex;
	text-align: center;
	text-decoration: none;
}

.widget-area .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: var(--largura-miolo);
}

#footer-contact .widget #menu-principal li a {
	color: white;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/

/* Capa
--------------------------------------------- */

.capa #vitrine {
	/*background-image: url('img/fundo-vitrine.jpg');
	background-position: center;
	background-size: cover;*/
	height: 92vh;
	overflow: hidden;
}

.capa #vitrine .vitrine-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.capa #vitrine .vitrine-video video {
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	z-index: 0;
}

.capa #vitrine .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding: 100px 2rem 64px;
	position: relative;
	z-index: 1;
}

.capa #vitrine .vitrine-logo {
	margin-bottom: 64px;
	width: 512px;
}

.capa #vitrine .vitrine-titulo {
	color: var(--verde);
	font-size: 1.125rem;
	text-align: center;
}

.capa #vitrine .vitrine-texto {
	color: white;
	font-size: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

@media screen and (min-width: 640px) {
	.capa #vitrine .vitrine-titulo {
		font-size: 1.75rem;
	}

	.capa #vitrine .vitrine-texto {
		font-size: 1.5rem;
	}
}

#cta {
	background-image: url('img/fundo-cta-verde-claro.jpg');
	background-position: center;
	background-size: cover;
	padding: 4rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chamada-titulo {
	color: var(--preto);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.chamada-texto {
	color: var(--preto);
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

#servicos {
	padding: 4rem 2rem;
	background-image: url('img/raias-curvas-horiz.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.servicos-titulo {
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 4rem;
	text-align: center;
}

.servicos-lista {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 0;
}

.servico-item {
	background-color: white;
	border: 1px solid var(--cinza);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
	padding: 1rem 1rem 1.5rem;
	text-align: center;
	width: 270px;
}

.icone-servico {
	padding: 0.75rem;
	width: 80px;
}

.titulo-servico {
	font-weight: 500;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.btn-bar {
	margin: 2rem auto;
	text-align: center;
	width: 100%;
}

/* Por quê */

#porque {
	padding: 4rem 2rem;
}

.porque-titulo {
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 4rem;
	text-align: center;
}

.porque-lista {
	list-style: none;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: var(--largura-miolo);
}

.porque-item {
	background-image: url('img/esfera.png');
	background-position: center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	height: 270px;
	margin-bottom: 1.5rem;
	text-align: center;
	width: 270px;
}

.porque-item div {
	width: 240px;
}

@media screen and (min-width: 800px) {
	.porque-item:nth-of-type(1) {
		margin-right: -3rem;
	}

	.porque-item:nth-of-type(2) {
		height: 300px;
		margin-top: 3rem;
		width: 300px;
	}

	.porque-item:nth-of-type(3) {
		height: 286px;
		margin-left: -4rem;
		margin-top: -1rem;
		width: 286px;
	}
}



/* BLOG */

#blog {
	padding: 4rem 2rem;
	background-image: url('img/raias-curvas-horiz.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.blog-titulo {
	color: var(--chumbo);
	font-family: 'Ailerons Trial Version';
	font-size: 5rem;
	font-weight: normal;
	margin-bottom: 4rem;
	text-align: center;
}

.lista-cartoes {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 0;
}

.post-cartao {
	width: 270px;
}

.post-cartao-imagem {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 180px;
	width: 100%;
	position: relative;
}

.post-cartao-imagem img {
	filter: grayscale(1);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.post-cartao-info {
	background: #F7F7F7;
	background: linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(231, 231, 231, 1) 100%);
	border: 1px solid var(--cinza);
	border-top: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom: 2rem;
	padding: 1.5rem 1.5rem 2rem;
}

.post-cartao-data {
	font-size: 0.75rem;
}

.post-cartao-titulo {
	font-size: 1.25rem;
	font-weight: normal;
}

.post-cartao-titulo a {
	color: var(--preto);
	text-decoration: none;
}

.post-cartao-leia-mais {
	color: var(--verde);
	font-weight: bold;
	text-decoration: none;
}

#newsletter {
	background-color: var(--verde);

}

#newsletter .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 3rem 2rem;
	text-align: center;
	width: 100%;
}

.news-form-titulo {
	font-weight: bold;
	margin-bottom: 1rem;
}

.news-form-texto {
	margin-bottom: 1rem;
}

.news-form-input {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-form-input input[type="text"] {
	background-color: black;
	border: none;
	border-radius: 8px;
	color: var(--verde);
	height: 50px;
	margin-bottom: 0.5rem;
	padding: 0.75rem;
	width: 100%;
}

.news-form-input input[type="email"] {
	background-color: black;
	border: none;
	border-radius: 8px;
	color: var(--verde);
	height: 50px;
	padding: 0.75rem;
	width: 100%;
}

.news-form-input input::placeholder {
	color: var(--verde);
}

.news-form-input input[type="submit"] {
	background-color: var(--preto);
	border-radius: 8px;
	border: 1px solid var(--preto);
	color: var(--verde);
	cursor: pointer;
	font-weight: bold;
	height: 50px;
	margin-top: 0.5rem;
	padding: 0.75rem;
	width: 128px;
}

@media screen and (min-width: 720px) {
	.news-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.news-form-input {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		margin-right: -75px;
		width: 800px;
	}

	.news-form-input input[type="text"] {
		margin: 0.25rem;
		width: 300px;
	}

	.news-form-input input[type="email"] {
		margin: 0.25rem;
		width: 300px;
	}

	.news-form-input input[type="submit"] {
		margin: 0.25rem;
	}

}

/* Quem Somos
--------------------------------------------- */

#intro {
	background-image: url('img/fundo-quemsomos-intro.jpg');
	background-position: center;
	background-size: cover;
	padding: 4rem 2rem 10px;
}

#intro .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

#intro .frase {
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	text-align: center;
}

#intro .frase b {
	font-weight: 500;
}

#intro .proposito-missao {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4rem auto -4rem;
	max-width: var(--largura-miolo);
	width: 100%;
}

#intro .proposito-missao .proposito,
#intro .proposito-missao .missao {
	background-color: var(--preto);
	border-radius: 8px;
	color: var(--verde);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	margin: 0 1.5rem 2rem;
	padding: 1rem 2rem 2rem;
	text-align: center;
	width: 300px;
}

#intro .proposito-missao .proposito h3,
#intro .proposito-missao .missao h3 {
	color: white;
	text-transform: uppercase;
}

@media (min-width:900px) {

	#intro .proposito-missao .proposito,
	#intro .proposito-missao .missao {
		height: 340px;
		width: 340px;
	}
}


#quem-somos {
	background-color: var(--preto);
	background-image: url('img/fundo-equipe.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	padding: 4rem 2rem;
}

#quem-somos .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}


.quemsomos_foto {
	border-radius: 8px;
	line-height: 0;
	overflow: hidden;
	position: relative;
}


.quemsomos-titulo {
	color: var(--verde);
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 4rem;
	text-align: center;
}

.quemsomos-chamada {
	color: var(--verde);
	margin-bottom: 2rem;
	text-align: center;
}

.quemsomos-texto {
	margin-bottom: 2rem;
	text-align: center;
}

.quem-somos-apresentacao {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 6rem 2rem 4rem;
	text-align: center;
	width: 100%;
}

.equipe-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 0;
}

.equipe-item {
	margin: 0 1rem 1rem;
	text-align: center;
	width: 280px;
}

.foto-equipe {
	border-radius: 10px;
}

.nome-equipe {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.cargo-equipe {
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.texto-equipe {
	font-size: 0.9rem;
}

.quem-somos-cta {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 1rem 1rem 6rem;
	text-align: center;
	width: 100%;
}

#assinatura {
	background-image: url('img/fundo-cta-verde-claro.jpg');
	background-position: center;
	background-size: cover;
	padding: 4rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Archive
--------------------------------------------- */

.archive-header {
	background-image: url('img/fundo-archive.jpg');
	background-position: center;
	background-size: cover;
	height: 360px;
	position: relative;
}

.archive-header .site-header {
	background-color: transparent;
	border-bottom: 1px solid white;
	position: relative;
}

.archive-header .page-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 72px);
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 1rem;
	position: relative;
	width: 100%;
}

.archive-header .page-title {
	color: var(--verde);
	font-size: 2rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.archive-header .page-title {
		font-size: 3rem;
	}
}

#blog-search-bar {
	margin: 2rem auto 0;
	max-width: var(--largura-miolo);
	width: 100%;
	padding: 2rem;
}

#blog-search-bar .search-field {
	padding: 0.25rem 1rem;
	width: 100%;
}

.blog-cat-list-btn {
	background-color: var(--verde);
	border-radius: 8px;
	color: var(--preto);
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
}

.blog-cat-list-btn:visited,
.blog-cat-list-todos-btn:visited {}

.blog-cat-list-todos-btn {
	background-color: var(--preto);
	border-radius: 10px;
	color: var(--verde);
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-decoration: none;
}

.blog-cat-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 2rem;
}

.blog-cat-list ul li {
	margin: 0.5rem;
}

#blog-posts {
	padding: 4rem 2rem;
	background-image: url('img/raias-curvas-horiz.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.blog-posts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 1rem;
	width: 100%;
}

.post-cartao-meta {
	font-size: 0.75rem;
	font-style: italic;
}

.post-cartao-autor,
.post-cartao-data {
	font-weight: 600;
}

/* Search
--------------------------------------------- */

.resultados-busca .blog-posts-list {}

.no-results {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 2rem;
	width: 100%;
}

.btn-bar.search-results {
	padding: 2rem 2rem 6rem;
}

/* Produtos e Serviços
--------------------------------------------- */

.pagina-produtos-servicos video {
	max-width: 100%;
}

.page-prodserv-header {
	background-position: center;
	background-size: cover;
	height: 480px;
	position: relative;
}

.page-prodserv-header .site-header {
	background-color: transparent;
	border-bottom: 1px solid white;
	position: relative;
}

.page-prodserv-header .page-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 72px);
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 1rem;
	position: relative;
	width: 100%;
}

.page-prodserv-header .page-title {
	color: var(--verde);
	font-size: 2rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-prodserv-header .page-title {
		font-size: 3rem;
	}
}

#cta-diagnostico {
	background-image: url('img/fundo-prodserv-cta-diag.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

#cta-diagnostico .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 4rem 2rem 2rem;
	width: 100%;
}

#cta-diagnostico .frase {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}

.prodserv-cta-btn {
	background-color: var(--preto);
	border-radius: 10px;
	color: var(--verde);
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.625rem 0;
	padding: 0.75rem 1rem;
	text-decoration: none;
	width: 256px;

}

@media (min-width: 768px) {
	.prodserv-cta-btn {
		margin: 0.625rem;
		min-width: 320px
	}
}

/* Três Caminhos */

#tres-caminhos {
	background-color: var(--chumbo);
	padding: 4rem 1rem;
}

#tres-caminhos .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

#tres-caminhos .titulo {
	color: white;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 auto;
	max-width: 640px;
	text-align: center;
	width: 100%;
}

.prodserv-item {
	margin: 4rem auto 0;
	max-width: var(--largura-miolo);
	padding: 1rem;
	position: relative;
	width: 100%;
}

.prodserv-item .video {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	text-align: center;

	padding: 0 1rem;
	overflow: hidden;
}

.prodserv-item video {
	border-radius: 8px;
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.prodserv-item .cabecalho {
	display: flex;
	position: relative;
	z-index: 1;
}

@media (min-width: 720px) {
	.prodserv-item .cabecalho {
		display: flex;
		margin-bottom: -32px;
	}

	.prodserv-item .cabec-titulo {
		max-width: 50%;
		width: 50%;
	}

	.prodserv-item .cabec-descr {
		width: 360px
	}
}

.prodserv-item .cabec-titulo {
	background-color: var(--chumbo);
	border: 1px solid var(--verde);
	border-radius: 8px;
	color: var(--verde);
	font-size: 1.5rem;
	font-weight: 500;
	padding: 1.5rem;
	width: 100%;
}

.prodserv-item .cabec-descr {
	color: white;
	padding: 2rem;
}

.prodserv-item .cabec-titulo span {
	color: white;
	font-size: 1.625rem;
	font-weight: bold;
}

.prodserv-item .btn-bar {
	margin: 1rem auto 0;
	text-align: right;
	width: 100%;
}

.prodserv-item-btn {
	background-color: var(--verde);
	border: none;
	border-radius: 8px;
	color: var(--preto);
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0.75rem 1rem;
	text-decoration: none;
	width: 320px;
}

/* Diferencial */

#diferencial {
	position: relative;
	padding: 0 1rem 4rem;
}

#diferencial .video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#diferencial-video {
	filter: grayscale(1);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	opacity: 20%;
}

#diferencial .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 4rem 2rem 2rem;
	position: relative;
	width: 100%;
}

#diferencial .titulo {
	color: white;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

#diferencial .titulo b {
	font-weight: bold;
}

#diferencial .texto {
	font-size: 2rem;
	margin: 0 auto 3rem;
	text-align: center;
}

#diferencial .texto b {
	font-weight: bold;
}

.diferencial-frases {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diferencial-frases .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 240px;
	margin: -40px;
	padding: 2rem;
	position: relative;
	text-align: center;
	width: 240px;
}

.diferencial-frases .item:nth-child(even) {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	margin: -10px;
	padding: 1rem;
	position: relative;
	text-align: center;
	width: 180px;
}

.diferencial-frases .item .fundo-globo {
	object-fit: contain;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.diferencial-frases .item .item-frase {
	font-weight: bold;
	position: relative;
}

.icone-play {
	margin-bottom: 0.5rem;
	position: relative;
	width: 32px;
}

/* Resultados */

#resultados {
	padding: 4rem 2rem;
	background-image: url(img/raias-curvas-horiz.png);
	background-position: center 100px;
	background-size: contain;
	background-repeat: no-repeat;
}

#resultados .container {
	margin: 0 auto;
	max-width: var(--largura-miolo);
	width: 100%;
}

.resultados-titulo {
	color: var(--verde);
	font-size: 2rem;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

.resultados-titulo b {
	font-weight: bold;
}

.resultados-texto {
	color: var(--preto);
	font-size: 2rem;
	margin: 0 auto 3rem;
	text-align: center;
}

.resultados-texto b {
	font-weight: bold;
}

.resultados-lista {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	max-width: var(--largura-miolo);
	padding: 0;
}

.resultados-item {
	background-color: white;
	border: 1px solid var(--cinza);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
	padding: 0 1rem;
	text-align: center;
	width: 200px;
}

.icone-item {
	padding: 0.75rem;
	width: 80px;
}

.titulo-item {
	font-weight: bold;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.quem-confia {
	margin: 2rem auto;
	max-width: 640px;
	padding: 2rem 0;
	width: 100%;
}

.quem-confia-titulo {
	color: var(--preto);
	font-size: 2rem;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

.quem-confia-titulo b {
	font-weight: bold;
}

.quem-confia-texto {
	color: var(--chumbo);
	font-size: 1.5rem;
	margin: 0 auto 2rem;
	text-align: center;
}

.quem-confia-texto b {
	font-weight: bold;
}

#quem-confia .video {
	border-radius: 8px;
	max-width: 100%;
}

/* Jornada */

#cta-jornada {
	background-image: url('img/fundo-prodserv-cta-jornada.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

#cta-jornada .container {
	margin: 0 auto;
	max-width: var(--largura-coluna);
	padding: 4rem 2rem 2rem;
	width: 100%;
}

#cta-jornada .titulo {
	color: white;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

#cta-jornada .titulo b {
	color: white;

	font-weight: bold;
}

#cta-jornada .texto {
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
}

#cta-jornada .texto b {
	font-weight: bold;
}