/*!
Theme Name: Motivarte
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: motivarte
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.

Motivarte 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;
	color: unset;
}

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

/**
 * 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-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Playfair Display';
}
.h2, h2 {
	font-size: 2rem;
	font-weight:bolder;
	margin-top:20px;
}
.h3, h3 {
	font-size: 1.5rem;
	font-weight:bolder;
	margin-top:20px;
	
}

p {
	line-height: 1.4;
	margin-bottom: 0;
	
}

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;	
	overflow-y: unset!important;
	/* 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%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu{
	position: absolute;
    display: block;
    bottom: 10px;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.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;
	color: white;
    font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-weight: 100;
}

/* 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;
	float: left;
    margin-right: 5px;
	/* Make sure select elements fit in widgets. */
}

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

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



.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;
}
.slick-slide {
    outline: none
}
/*
++++++++++++++++ MOTIVARTE +++++++++++++++++
*/

@font-face {
	
	font-family: 'Chalkduster';
    src: url('fonts/Chalkduster.woff2') format('woff2'),
        url('fonts/Chalkduster.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.body{
	font-family: 'Roboto Condensed';
}

a:focus, a:hover {	color: unset;
	/* text-decoration: underline; */

}
.menu-toggle{
	position: absolute;
    background: black;
    content: "x";
    color: white;
    top: 44px;
	right: 32px;
	border: none;
    height: 38px;
}

#index #content{
	margin-top: -125px;
}
.container{
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.page-template-default article{
	margin-top:100px;
}
.button-white{
	background: none;
    border: 2px solid white;
    font-family: auto;
    font-size: 20px;
	color: #3b3a3a;
	padding: 10px 30px;
	margin-top: 25px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Playfair Display';

}
.button-pink{
	background: none;
    border: 2px solid #DD9880;
    font-family: auto;
    font-size: 20px;
	color: #3b3a3a;
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Playfair Display';

}
.site-header{
	position: absolute;
	width: 100%;
	z-index: 100000;
}

.site-header .container{
	border-bottom: 1px solid white;
    padding: 0px 30px;
    max-width: 1230px;
}

.min-container{
	max-width: 980px;
    margin: 0 auto;
	width: 100%;
	justify-content:center;
}
/* Header */
.custom-logo-link img{
	width: 215px;
    margin: 20px 0;
}

/* Slider */
.hero-slider .slides .slide-img{
	height: 100%;
	min-height: 850px;
	background-repeat: no-repeat;
}

.slider-text-block{
	top:300px;
    text-align: center;
    position: absolute;
    color: white;
    font-size: 34px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.slider-text-1{
	font-family: 'Chalkduster';
    text-transform: uppercase;
    font-size: 2.9rem;
}
.slider-text-2{
	font-family: 'Roboto Condensed';
    font-size: 18px;
}
.slider-text-2 strong, .slider-text-2 span{
	font-size: 14px;
	line-height: 1;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	font-style: italic;    
}
.slider-text-2 span{
	font-weight: 100;
}

.tablet-center{
	margin: 0 auto;
}
/* Motivarte Informacao */
.motivarte-informacao{
	/* background:#F0F2F1; */
	min-height: 730px;
	height: 100%;
	background: url(imgs/home_site_motivarte_p_rui-03.jpg);
    background-position: center bottom;
    background-size: 2560px;
    background-repeat: no-repeat;
}
.motivarte-informacao .quote-informacao{
	font-family: 'PlayfairDisplay-Regular';
    margin: 27px auto;
    line-height: 1;
    font-size: 2.4rem;
    max-width: 615px;
    display: block;
}

.motivarte-informacao .texto-informacao{
	max-width: 600px;
	width:100%;
	margin: 0 auto 20px;
}


.quote-informacao p{
	line-height: 1.2;
}
.text-info{
	margin: 75px 0px;
	position: relative;
}
.position-informacao{
    transform: translateY(23%);
}
/* Motivarte Ines */
.motivarte-ines{
	/* background: linear-gradient(180deg, #DD9880, #F4C4B3); */
	background: url(imgs/degrde_rosa-08.jpg);
    background-size: contain;
}

.ceo-img{
	margin: -25px 0;
    min-height: 500px;
}

.ines_quote{
	background: url(imgs/ines_quote.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    font-size: 2.6em;
    padding: 20px 0;
    font-family: 'PlayfairDisplay-Regular';
    margin-top: -40px;
}
.ines_desc{
	margin: 10px 0;
	font-family: 'PlayfairDisplay-Regular';
}
.motivarte-ceo-text{
	text-align: center;
	width: 100%;
	margin: 100px 0;
}

.motivarte-ceo-img{
	height: 100%;
    width: auto;
    display: block;
    position: absolute;
}

/* Motivarte-cta */
.motivarte-cta{
	min-height: 325px;
	background: url(imgs/cta_bg.png);
	background-repeat: no-repeat;
}
.cta{
	text-align: center; font-family: 'Playfair Display'; font-size: 36pt;
}
.motivarte-cta .grid-x{
	text-align: center;
    width: 100%;
    color: white;
	margin-top: 100px;
}
.motivarte-cta .button-pink{
	color:white;
	margin-top: 35px;

}


/* Motivarte-blog */
.motivarte-blog{
	min-height: 400px;
	background: white;
	height: 100%;
    margin: 60px 0;
}

.blog-post{
	margin:25px auto;
	padding: 0px 40px;
}
.polaroid-shadow{
	background: url(imgs/shadow_blog.png);
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 100%;
    margin: -5px auto 0;
    background-size: 92%;
}
.polaroid{	
	padding: 20px 20px 45px 20px;
    /* box-shadow: 1px 2px 14px #c1c1c1; */
    width: auto;
    max-height: 400px;
    margin: 0 auto;
    display: block;
    background: #F2F2F2;
}

.titulo_blog{
	font-family: 'Playfair Display';
	font-size:26px;
	text-transform: uppercase;
}

.subtitulo_blog{
	font-family: 'Roboto Condensed';
	font-size:20px;
	border-bottom: 1px solid #E1936D;
	margin: 0 0 24px;
	text-transform: uppercase;
	font-weight: 100;
}

.excerpt_blog{
	font-family: 'Roboto Condensed';
}
.post-right{
	text-align: right;
	margin: 0 29px;
}
.post-left{
	text-align: left;
	margin: 0 29px;
}



.motivarte-blog h2{
	text-align: center;
	font-family: 'Playfair Display';
	margin-top: 75px;
}

/* Motivarte-parceiros */
.motivarte-parceiros{
	margin-top: 100px;
}

.motivarte-parceiros-brush-1{
	background: url(imgs/fundos_rosa-05.png);
	background-size: 4420px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 740px;
    height: 100%;
}
.motivarte-parceiros-brush-2{
	background: url(imgs/fundos_rosa-06.png);
    background-size: 4420px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 740px;
    height: 100%;

}
.motivarte-parceiros-brush-3{
	background:  url(imgs/fundos_rosa-07.png);
	background-size: 4420px;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 740px; 

}

.page-template-page-project .motivarte-parceiros-brush-1{
	background: url(imgs/fundos_rosa-05.png);
	background-size: 3060px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 640px;
    height: 100%;
}

.page-template-page-project .motivarte-parceiros-brush-2{
	background: url(imgs/fundos_rosa-06.png);
    background-size: 3060px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 640px;
    height: 100%;

}

.page-template-page-project .motivarte-parceiros-brush-3{
	background:  url(imgs/fundos_rosa-07.png);
	background-size: 3060px;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 640px; 

}


.page-template-page-cv .motivarte-parceiros-brush-1{
	background: url(imgs/fundos_rosa-05.png);
	background-size: 2560px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 540px;
    height: 100%;
}
.page-template-page-cv .motivarte-parceiros-brush-2{
	background: url(imgs/fundos_rosa-06.png);
    background-size: 2560px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 540px;
    height: 100%;

}
.page-template-page-cv .motivarte-parceiros-brush-3{
	background:  url(imgs/fundos_rosa-07.png);
	background-size: 2560px;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 540px; 

}




.motivarte-parceiros h2{
	text-align: center;
	font-family: 'Playfair Display';
	margin-top: 145px;
}

.parceiros{
	margin-top: 25px;
}

.parceiro{
/* 	background: white; */
    text-align: center;
    padding: 15px;
	color: black;
	min-height: 260px;
	position: relative;
}
.parceiro a{
	background: white;
    display: block;
    height: 250px;
    margin: 0 auto;
}
a.parceiros-button {
	background: none;
    display: block;
    height: unset;
    margin: 10px auto 0;
    border: 1px solid white;
    width: 35px;
    color: white;
}
.parceiro img{
	background: white;
    max-width: 230px;
    height: auto;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
}
.parceiro-categ{
	position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Roboto Condensed';
    font-size: 15px;
    width: 100%;
}

/* Motivarte-testemunhos */
.motivarte-testemunhos{
	min-height: 400px;
	background: white;
	text-align: center;
	margin: 75px 0;
}

.motivarte-testemunhos h2 {
    text-align: center;
    font-family: 'Playfair Display';
    margin-top: 75px;
}

.testemunhos{
	margin:20px 0;
}
.test-img{
	position: relative;
}
.test-img:before{
	position: absolute;
    display: block;
    content: ' ';
    padding: 20px;
    background: url(imgs/home_site_motivarte_p_rui-07.jpg);
    background-size: 100%;
    color: #e6b6a5;
    font-size: 78px;
    /* transform: rotate(180deg); */
    left: 0;
    top: 0px;
    font-family: serif;
    line-height: 1;
}
.testemunho-descricao{
	font-family: 'Roboto Condensed';
	    margin-bottom: 30px;
}

.testemunho{
	margin-bottom: 55px;
    border-bottom: 1px solid #e1936c;
    padding-bottom: 28px;
}
.testemunho-texto{
	padding-left: 0px;
    margin-left: 35px;
   /* max-width: 288px; */
    display: block;
}

.testemunho-texto p{
	font-size: 14px;
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-style: italic;
    text-align: left;
 /*    padding: 0 25px; */
	line-height: 1.4;
	margin-top: 10px;
    display: block;
    text-align: left;
/*     padding: 0px 32px; */
	
}
.testemunho-pessoa{
	text-transform: uppercase;
    font-size: 25px;
    font-family: 'Playfair Display';
    line-height: 1;
    margin-top: 10px;
    display: block;
	text-align: left;
    /* padding: 0px 32px; */
}

.test-img img{
	left: 57px;
    position: absolute;
    display: block;
    max-width: 80%;
}

.bg-form-2{
	max-width: 500px;
}
.bg-form-2 h3{
	font-family: 'Playfair Display';
	margin-bottom:20px;
	font-size: 36px;
	font-weight: 100;
}

.site-footer{
	text-align: center;
}
.footer-contacts{
	background: url(imgs/cta_bg.png);
	background-size: cover;
    
    height: 100%;
}
.site-footer-row1{
	padding: 45px 0;
	position: relative;
}
.footer-contact-links{
	margin-top:30px;
}
.footer-logo{
	max-width: 260px;
	text-align: left;
    float: left;
}
#custom_html-5{
	float:right;
}
.site-footer-row1 div{
	font-family: 'Roboto Condensed';
	font-size: 24px;
    color: white;
}
.site-footer-row1 div a{
	margin:0 20px;
}
.site-footer-row2{
	background: rgba(0, 0, 0, 0.42);
    padding: 65px;

}
.site-footer-row2 div{
	font-family: 'Roboto Condensed';
    font-size: 14px;
    font-weight: 600;
    color: #a7a7a7;
}

.footer-align-left{
	float: left;
	/* margin-left: 5%; */

}
.footer-align-right{
	float: right;
	/* margin-right: 5%; */

}
.social-icon i{
	font-size: 32px;
    border: 2px solid #f4c4b3;
    border-radius: 50%;
    color: #f4c4b3;
    padding-top: 5px;
    width: 49px;
	height: 49px;
	margin-top: 20px;
}
.bg-form{
	background: url(imgs/contactos.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.formulario-rodape{
	text-align: left;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 15px;
	padding: 0 80px;
}
.formulario-rodape input, .formulario-rodape textarea{
	border: 0;
    box-shadow: none;
    border-radius: 0;
}
.formulario-rodape input[type=submit]{
	background: none;
    border: 2px solid #DD9880;
    font-family: auto;
    font-size: 20px;
    color: #3b3a3a;
    padding: 10px 30px;
    margin-top: 10px;
    display: block;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: 700;
}
.formulario-rodape input[type=text],.formulario-rodape input[type=email],.formulario-rodape textarea{
	margin: 0;
    width: 100%;
    right: 0;
    display: inline;
}

.border-form{
	border-bottom: 1px solid #E1936D;
}

/* SVG animate */
/* svg{
	margin-top: 35px;
} */
path {fill: none;stroke-width: 13;stroke-linecap: round;stroke-linejoin: round;stroke-miterlimit: 10;}

.menu .active>a {
    background: none;
   /*  font-weight: bolder; */
}
.dark-header .main-navigation a {
	color:black
}
.dark-header.site-header .container {
    border-bottom: 1px solid black;}

/* PROJECTO */
.projecto-informacao{
	background: url(imgs/projeto-02.png);
    background-size: 2560px;
    background-position: center;
	margin-top: 135px;
    background-repeat: no-repeat;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    padding: 100px 0;
    font-size: 21px;
}

.projecto-slider{
	background: url(imgs/slice4.png);
	background-size: 2560px;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	/* min-height: 747px; */
	position: relative;
	font-family: 'Roboto';
	font-weight: 300;
	margin-bottom: 90px;
	padding: 50px;
}

.slider-line-1{
	font-size: 24px;
    color: white;
    font-weight: 300;
    font-family: 'Roboto Condensed';
    padding-top: 35px;
}
.slider-line-2{
	font-size:46px;
	color: #F4C4B3;	
	font-weight: 100;
	font-family: 'PlayFair Display';
	margin-bottom:50px;
}
.arrow-slider{
	background: url(imgs/projeto-03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 90px 32px;
    position: absolute;
    display: block;
    margin-left: 30%;
    margin-top: -25%;
}
.palavra-1{
	font-size: 3rem;
    color: #F4C4B3;
    font-weight: 100;
    font-family: 'PlayFair Display';
    border: 1px solid;
	text-align: center;
	padding: 14px;
}
.palavra-2{
	font-size: 2rem;
	color: #ffffff;
	font-weight: 700;
    font-family: 'PlayFair Display';
	text-align: center;
	padding: 14px;
}
.palavra-3{
	font-size: 1.2rem;
    color: #ffffff;
    font-weight: 700;
    font-family: 'PlayFair Display';
    text-align: center;
    padding: 14px;
    line-height: 3;

}
.palavra-4{
	font-size: 2.4rem;
	font-family: 'Roboto Condensed';
	border: 1px solid white;
	text-align: center;
	padding: 14px;
}
.palavra-5{
	font-size: 3rem;
    color: #F4C4B3;
    font-weight: 100;
    font-family: 'PlayFair Display';
    border: 1px solid;
	text-align: center;
	padding: 14px;
}
.palavra-6{
	font-size: 1.2rem;
    color: #ffffff;
    font-weight: 700;
    font-family: 'PlayFair Display';
    text-align: center;
    padding: 14px;
    line-height: 3;

}
.palavra-7{
	font-size: 2.4rem;
	font-family: 'Roboto Condensed';
	border: 1px solid white;
	text-align: center;
	padding: 14px;
}



.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -70px;	
    margin-top: 40px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -70px;	
    margin-top: 40px;
}
.slider-box{
	/* margin-top: 50px; */
    /* border: 1px solid white; */
    font-size: 33px;
    max-width: 250px;
    height: 250px;
    padding: 42px 27px;
    text-align: center;
    font-family: 'Roboto Condensed';
}
.owl-next{
	position: absolute;
    right: -80px;
    top: 37%;
	font-size: 54px!important;
	color:#F4C4B3!important;
}
.owl-prev{
	position: absolute;
    left: -80px;
    top: 37%;
    font-size: 54px!important;
    color: #F4C4B3!important;
}
.owl-stage .slider-box.active.center, .swiper-slide-active{
	    /* margin-top: 20px; */
		border: 4px dashed white;
		/* width: 344px!important; */
		/* height: 320px; */
		color: #F4C4B3;
		font-size: 34px;
		font-weight: bold;
		/* padding: 19px 40px; */
		border-radius: 50%;
  } 


  /* SWIPPER */
  .swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 60%;
  }
  .swiper-slide:nth-child(2n) {
	width: 40%;
  }
  .swiper-slide:nth-child(3n) {
	width: 20%;
  }

.projecto-comunicacao{
	margin: 0px auto 100px;
	text-align: center;
	font-weight: 300;
}
.titulo-comunicacao{
	font-size:48px;
	font-family: 'PlayFair Display';
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1;
}
.texto-comunicacao{
	font-size: 21px;
	font-family: 'Roboto Condensed';
	color: #e1936d;
	line-height: 1;
	max-width:750px;
	margin: 0px auto 45px;
}
.publico-alvo{
	background: #404040;
    padding: 0px 10px 25px;
	color: white;
	font-family: 'Roboto Condensed';
	font-size:18px;
}
.publico-alvo-sub-texto{
	margin: 20px auto 45px;
	text-align: center;
}
.publico-alvo-sub-texto div {   
	width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    text-transform: uppercase;
    color: #e1936d;
}
.dir-left{
	text-align: left;
}
.dir-left p{
	float:left;
	max-width: 85%;
}
.dir-left::before{
	content: ' ';
	background: #E1936D;
	padding: 1px 50px;
	display: block;
	float: left;
	margin-top: 25px;
	margin-right: 20px;
}
.dir-right{
	text-align: right;
	
}
.dir-right p{
	margin:20px 0 ;
	float:right;
	max-width: 85%;
}
.dir-right::before{
	content: ' ';
    background: #E1936D;
    padding: 1px 50px;
    display: block;
    float: right;
    margin-top: 45px;
    margin-left: 20px;
}
.comunicacao-conteudo{
	font-size: 22px;
	font-family: 'PlayFair Display';
	margin-bottom: 50px;
}
.projecto-missao{
	margin-bottom:100px;
}
.projecto-missao h3{
	text-align: center;
	font-size:46px;
	font-family: 'PlayFair Display';
	margin-bottom: 90px;
}
.missao-img{
	margin: 0 auto;
    display: block;
}
.missao-lista{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.projecto-missao ul li{
	text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    color: #E1936D;
    line-height: 1;
    margin: 15px 0;
    font-weight: 300;
}
.missao-fundo{
	padding:40px 0;
	background: url(imgs/barra_cinza_projeto-10.png);
	background-size: 2560px;
	margin-bottom:65px;
	background-position: center;
}
.projecto-problema{margin:65px auto;}
.projecto-problema h3{
	text-align: center;
	font-size:46px;
	font-family: 'PlayFair Display';
	margin-bottom: 35px;
	font-weight: bold;
}
.projecto-problema .texto{
	font-size:21px;
	font-family: 'Roboto Condensed';
	font-weight: 100;
}

.projecto-infografismo{
	background: url(imgs/fundo-infografismo.png);
	background-size: 2560px;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-position: center bottom;
    margin-bottom: 65px;

}
.infografismo-img{
	margin: 0 auto 40px;
    display: block;
}


.infografismo-text{
	margin: 0 auto;
    display: block;
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 20px;
}
.projecto-solucao {
	margin-bottom: 100px;
}
.projecto-solucao h3{
	text-align: center;
	font-size:46px;
	font-family: 'PlayFair Display';
	font-weight: bold;
}

.projecto-solucao .sub-titulo{
	font-size:21px;
	font-family: 'Roboto Condensed';
	color: #f4c4b3;
	font-weight: 300;
	text-align: center;
	margin-bottom:30px;
}
.coluna-solucao{
	font-size: 20px;
	font-family: 'Roboto Condensed';
	font-weight: 100;
}


.sol-1::before{
	content: '1 ';
	display: block;
	margin: -27px 23px 20px 0px;
    /* float: left; */
    line-height: 1;
    text-align: right;
    font-size: 82px;
    font-family: 'PlayFair Display';
    font-weight: bold;
    color: #f4c4b3;
    width: 53px;
}
.sol-2::before{
	content: '2 ';
	display: block;
	margin: -27px 23px 20px 0px;
    /* float: left; */
    line-height: 1;
    text-align: right;
    font-size: 82px;
    font-family: 'PlayFair Display';
    font-weight: bold;
    color: #f4c4b3;
    width: 53px;
}
.sol-3::before{
	content: '3 ';
	display: block;
	margin: -27px 23px 20px 0px;
    /* float: left; */
    line-height: 1;
    text-align: right;
    font-size: 82px;
    font-family: 'PlayFair Display';
    font-weight: bold;
    color: #f4c4b3;
    width: 53px;
}
.sol-4::before{
	content: '4 ';
	display: block;
	margin: -27px 23px 20px 0px;
    /* float: left; */
    line-height: 1;
    text-align: right;
    font-size: 82px;
    font-family: 'PlayFair Display';
    font-weight: bold;
    color: #f4c4b3;
    width: 53px;
}

.projecto-infografismo-2-titulo{
	color:white;
	font-size: 36px;
	text-align:center ;
	font-family: 'Roboto Condensed';
	margin-top:150px;
	font-weight: bold;
}

.projecto-infografismo-2-text{
	display: block;
	text-align: center;
	margin: 0 auto 50px;
	font-size: 21px;
    font-family: 'Roboto Condensed';
    font-weight: 100;
}
.arrow-info-2{
	background: url(imgs/projeto-08.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 100px 51px;
	position: absolute;
	/* display: block; */
	margin-left: 22%;
    margin-top: 24%;
}
.projecto-infografismo-2-img{
	margin:0 auto;
	display: block;
}
.projecto-formacoes h3{
	text-align: center;
	font-size:46px;
	font-family: 'PlayFair Display';	
	font-weight: bold;
}

.projecto-formacoes{
	margin-bottom:75px;
}
.formacoes{
	max-width:600px;
}
.form-titulo{
	font-size:46px;
	font-family: 'PlayFair Display';
	font-weight: bold;
	color: #f4c4b3;	}
.form-line-1{
	font-size:24px;
	font-family: 'PlayFair Display';
	font-weight: bold;}
.form-line-2{
	font-size:24px;
	font-family: 'PlayFair Display';
}
.formacoes-rep{
	float:left;
}

.formacoes-rep .grid-x{
	margin-top:30px;
}

.formacoes-rep::before{
	content: ' ';
    background: #f4c4b3;
    padding: 1px 30px;
    display: block;
    float: left;
    margin-top: 15%;
    margin-right: 20px;
}
.projecto-formacoes{
	margin-top: 120px;
	margin-bottom: 160px;
}

.projecto-formacoes .left{
	float: left;
}
.projecto-formacoes .middle{
	float:left;
}
.projecto-formacoes .right{
	float: right;
}

:focus {
	outline:none;
}
/* CV */
.motivarte-cv{
	margin-top:50px;
}
.cv-texto-inicial{
	padding-top:150px;
	font-size:56px;
	font-family: 'PlayFair Display';
}

.cv-ceo-img{
	margin-top: -78px;
}

.cv-texto-inicial p{
line-height: 1.2;
}
.arrow-cv{
	/* background: url(imgs/site_motivarte_cv-03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 139px 49px;
    position: absolute;
    display: block;
    margin-left: 19%;
	margin-top: 1%; */
	background: url(imgs/site_motivarte_cv-03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 133px 40px;
    padding: 107px 40px;
    position: absolute;
    display: block;
    margin-left: 19%;
    margin-top: 1%;
}
.cv-ines{
	margin-top:-70px;
}
.cv-ceo-text{
	font-size: 21px;
    font-weight: 100;
    font-family: 'Roboto Condensed';
    margin-top: 150px;
    padding-right: 45px;
}
.cv-radio{
	margin:100px auto 50px;
}

.line-breaker{
	max-width: 500px;
	border-bottom:1px solid #f4c4b3;
	margin:0 auto;
}
.cv-radio h3{
	font-size: 46px;
	font-family: 'PlayFair Display';
	margin-bottom: 40px;
}

.radio-text{
	font-size: 21px;
    font-weight: 100;
	font-family: 'Roboto Condensed';
	max-width:900px;
	margin:0 auto;
}
.cv-cont{
	margin-top:50px;
	font-family: 'Roboto Condensed';
	font-weight: 100;
	font-size: 21px;
}
.cont-text{
	max-width:900px;
	margin:0 auto;
}
.cv-cont h3{
	font-size: 46px;
	font-family: 'PlayFair Display';
	margin-bottom: 50px;
}
.cv-cont h3 p{
	line-height: 1.2;
}

.bg-years{
	margin: 80px 0;
    background: url(imgs/site_motivarte_cv-04.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
}
.bg-years img{
	margin: -25px auto -25px;
    max-height: 350px;
    text-align: center;
    display: block;
}
.cv-year{
	margin:70px 0 90px;
	font-family: 'Roboto Condensed';
	font-weight: 100;
	font-size: 21px;
}
.ano{
	font-size: 60px;
    font-family: 'PlayFair Display';
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	margin-top: -12px;
    margin-left: 4%;
}
.year-text{
	max-width:900px;
	margin:0 auto;
}
#cv-last h3{
	font-size: 46px;
	font-family: 'PlayFair Display';
	margin-bottom: 150px;
}

.single-blog{
	margin: 150px auto;
}


.single-error{
	margin: 150px auto;
    background: #f4c4b3;
    border-radius: 50%;
    width: 425px;
    padding: 57px 50px;
}
.single-search{
	margin: 110px auto;
    padding: 57px 50px;
}
.single-search .site-main{
	margin:0 auto;
}

.single-error .site-main{
	margin: 0px auto;
}
.single-search .single-error{
	margin: 0px auto;
}
.page-title{
	font-family: 'Playfair Display';
    margin-bottom: 20px;
    font-size: 36px;
}

.entry-title{
    font-weight: bold;
	text-transform: uppercase;
    font-family: 'Playfair Display';
    font-size: 29px;
	text-transform: uppercase;
}
article{
	margin: 20px 4% 0 0;
    border-bottom: 1px solid #f4c4b3;
    padding: 20px 0;
}

.widget-area h2{
	font-family: 'Playfair Display';
    font-size: 29px;
}

/* Go to Top */
#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f4c4b3;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e0a793;
}
#back-to-top.show {
    opacity: 1;
}


.goback{
	position: fixed;
    top: 127px;
    z-index: 100000;
    background: #3f3f3f;
    border: none;
    color: white;
    border-radius: 0;
}
div.wpcf7-mail-sent-ok {
	border: 0;
    font-size: 26px;
    text-align: right;
    color: #f4c4b3;
    font-family: 'PlayFair Display';
    max-width: 1170px;
    width: 100%;
    margin: 0 0 50px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0;
    font-size: 26px;
    text-align: right;
    color: #373d42;
    font-family: 'PlayFair Display';
    max-width: 1170px;
    width: 100%;
    margin: 0 0 50px;
}.footer-align-right a:hover{
	color:white;
}
.pesquisa{
	margin-top:150px;
}

/* MOBILE ADAPT */
@media screen and (max-width:768px){
	.slider-text-1 {
		font-family: 'Chalkduster';
		text-transform: uppercase;
		font-size: 1.9rem;
	}
	.motivarte-informacao {
		background:none;
	}
	.motivarte-informacao .quote-informacao {
		font-size: 2.1rem;
	}
	.motivarte-ceo-text {
		margin: 20px 0;
	}
	.cv-ceo-text {
		margin-top: 60px;
		padding-right: 0;
	}
	.cta{
			text-align: center;
			font-family: 'Playfair Display';
			font-size: 24pt;
			margin-top: 50px;
	
	}
	.motivarte-cta .grid-x {
		margin-top: -35px;
	}

	.motivarte-parceiros h2 {
		margin-top: 45px;
	}
	.parceiros {
		margin-top: 0px;
	}
	.parceiros-button{
		color:white;
		width:35px!important;
		border:1px solid white;
	}
	.parceiro-categ {
		position: absolute;
		bottom: -20px;
	}
	.text-info {
		margin: 10px 0px;
		position: relative;
	}

	.position-informacao {
		transform: translateY(0%);
	}

	.cv-cont {
		margin-top: 0px;
	}
	.arrow-slider {
		padding: 101px 31px;
		margin-left: 84%;
		margin-top: -64%;
	
	}

	.arrow-info-2 {
		margin-left: 3%;
		margin-top: 93%;
		padding: 75px 33px;
	}
	.palavra-1 ,.palavra-2, .palavra-3, .palavra-4, .palavra-5, .palavra-6, .palavra-7{
		font-size: 20px;
		line-height: 1.2;
	}	
	.form-line-1 {
		font-size: 20px;
	}
	.form-line-2 {
		font-size: 19px;
	}

	.arrow-cv {
		background: url(imgs/site_motivarte_cv-03.png);
		background-size: 100%;
		background-repeat: no-repeat;
		padding: 62px 19px;
		position: absolute;
		display: block;
		margin-left: 32%;
		margin-top: 1%;
	}

	
	.test-img:before {
		left:-4px;
	}

	.cv-texto-inicial {
		font-size: 40px;
		font-family: 'PlayFair Display';
		padding: 20px 33px 40px;
		margin-top: 100px;
	}

	.parceiro a {
		background:none;
		width:unset;
    	height:unset;
	}
	.parceiro img {
		max-width: 150px;
	}
	#cv-last h3 {
		margin-bottom: 0;
		font-size: 32px;
	}
	.slider-box {
		margin-top: 50px;
		border: 1px solid white;
		font-size: 20px;
		max-width: 250px;
		height: 250px;
		padding: 42px 27px;
		text-align: center;
		font-family: 'Roboto Condensed';
	}
	.owl-stage .slider-box.active.center {
		margin-top: 20px;
		border: 2px solid white;
		/* width: 344px!important; */
		height: 300px;
		color: #F4C4B3;
		font-size: 20px;
		font-weight: bold;
		padding: 80px 20px;
	}
	.main-navigation a {

		padding: 22px 72px;
		text-align: right;
	}
	.main-navigation li {
		float: left;
		position: relative;
		background: #f4c4b3;
		width: 100%;
		z-index: 1;
		padding-left: 28px;
	}
	.menu {
		bottom: unset;
		left:0;
	}
	.section-padding{
		padding: 25px 35px;
		
	}

	.button-pink {
		margin:10px auto 10px
	}

	h2{
		font-size: 29px;
	}




	.motivarte-informacao .bg-img{
		display:none;
	}
	.motivarte-ceo-img {
		widows: 100%;
		height:auto;
		margin:0px auto;
    display: block;

	}
	.ceo-img {
		margin: 0px auto;
		min-height: 500px;

	}
	.motivarte-parceiros{
		padding:0!important;
		margin-top: 20px;
	}

	.titulo_blog, .subtitulo_blog {
		text-align: center;
	}
	.motivarte-blog {
		margin:unset;
	}
	.excerpt_blog{
		text-align: justify;
	}
	.post-right, .post-left {
		margin: unset;
	}
	
	.motivarte-testemunhos {
		margin:0;
	}

	.testemunho{
		margin:20px 0;
	}
	.testemunho-texto p {
		text-align: center;
		padding:10px 25px;

	}
	.testemunho-texto {
		max-width:unset;
	}

	.test-img img {
		left: 57px;
		position: relative;
		display: block;
		max-width: 80%;
	}
	/* CV */
	
	.cv-texto-inicial p {
		font-size: 34px;
	}
	.page-template-page-cv .motivarte-parceiros-brush-1 {
		background: url(imgs/fundos_rosa-05.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-template-page-cv .motivarte-parceiros-brush-2 {
		background: url(imgs/fundos_rosa-06.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-template-page-cv .motivarte-parceiros-brush-3 {
		background: url(imgs/fundos_rosa-07.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.motivarte-cv {
		margin-top: -28px;
	}
	.cv-ceo-img {
		margin-top: 0px;
	}
	.radio-text {
		font-size: 19px;
	}
	.cont-text {
		font-size: 19px;
	}
	.cv-radio {
		margin: 15px auto ;
	}
	.cv-cont h3 {
		font-size:32px;
	}
	.bg-years {
		margin: 40px 0;
	}
	.ano {
		font-size: 32px;
		font-family: 'PlayFair Display';
		text-align: right;
		line-height: 1;
	margin-top:5px;}
		.cv-year {
			margin: 40px 0;}

			.year-text {
				font-size: 19px!important;
			}
	/* PROJECTO */
	.projecto-informacao {
		background: url(imgs/projeto-02.png);
		background-size: cover;
		background-position: center;
		margin-top: 39px;
		font-size: 18px;
		}
		.projecto-slider {
			background: url(imgs/slice4.png);
			background-size: cover;
			margin-bottom: 20px;
		}
		
		.projecto-comunicacao {
			margin: 0px auto;
		}
		.projecto-missao {
			margin-bottom: 0px;
		}
		.titulo-comunicacao {
			font-size:32px;
			margin-bottom: 20px;
		}
		.missao-fundo {
			padding:0;
			margin-bottom: 25px;
		}
		.projecto-problema {
			margin: 5px auto;
		}
		.projecto-problema .texto {
			font-size: 19px;}
		.dir-right p {
			
    font-size: 22px;
    line-height: 1.3;
		}
		.dir-left p {
			margin: 10px 0;
    font-size: 22px;
    line-height: 1.3;
		}
		.comunicacao-conteudo {
			margin-bottom: 0px;
		}
		.infografismo-img {			
			max-width: 300px;
		}
		.infografismo-text {
			font-size:19px;
			padding:0 20px;
		}
		.projecto-formacoes {
			margin-top: -65px;
			margin-bottom: 25px;
		}
		.projecto-problema h3 , .projecto-missao h3,.projecto-solucao h3,.projecto-formacoes h3  {
			font-size: 32px;
			margin-bottom: 20px;
		}
		.projecto-infografismo {
			padding: 20px 0 417px;
			margin-bottom: 20px;
			background: #f2eff1 url(imgs/fundo-infografismo.png);
			background-size: 2560px;
			background-repeat: no-repeat;
			background-position: 60% bottom;
		}
		.missao-lista {
			position: relative;
			top: 50%;
			transform: translateY(-50%);
		}
		.sol-1::before,.sol-2::before,.sol-3::before,.sol-4::before {
			text-align: center;
			width:100%;
			margin: 0;
		}
		.projecto-solucao {
			margin-bottom: 10px;
		}
		.projecto-infografismo-2-titulo {
			margin-top:40px;
		}
		.formacoes-rep::before {
			content: ' ';
			background: #f4c4b3;
			padding: 1px 20px;
			display: block;
			float: left;
			margin-top: 20%;
			margin-right: 10px;
		}
		.form-titulo {
			font-size:32px;
			line-height: 1.3;
		}
		.formulario-rodape {
			padding:0 35px;
		}
				/* SINGLE */
				.single-blog {
					margin: 50px auto;
				}
				
				
				
/* FOOTER */
.footer-align-left {

    text-align: center;
    width: 100%;
    margin: 16px 0;
}

.footer-logo {
    float:unset;
}
#custom_html-5 {
    float: unset;
}
.site-footer-row2 {
    background: rgba(0, 0, 0, 0.42);
    padding: 25px;
}
.widget {
    margin: 0 0 0.5em;
    float: unset;
    margin-right: unset;
}
}
.grecaptcha-badge{
	visibility: collapse !important;  
}