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

marta_santos 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
	font-family: 'GothamRegular';
}

/* 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: bold;
	font-family: 'GothamRegular', sans-serif;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: -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.2em;
}

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

blockquote {
	margin: 0 1.2em;
}

address {
	margin: 0 0 1.2em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

body {
	background: #fff;
	font-family: 'GothamRegular', sans-serif;
}

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

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

figure {
	margin: 1em 0;
}

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: #C9C0AF;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	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: 0;
    box-shadow: none;
    border-bottom: 2px solid #F2F2F2;
    border-radius: 0;
    padding: 3px;
}

textarea {
    border: 2px solid #F2F2F2;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #282623;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #282623;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color:  #282623;
  }
  :-moz-placeholder { /* Firefox 18- */
	color:  #282623;
  }

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000000;
}



a:hover,
a:focus,
a:active {
	color: #C9C0AF;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #C9C0AF;
	font-weight: bold;
	outline: 0;
}
 
.current_page_item > a {
	color: #C9C0AF;
	font-weight: bold;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	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 {
	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;
	
}

.nav-menu{
	list-style: none;
    padding: 0;
}

.nav-menu li{
	display: inline;
	align-items: center;
}

.nav-menu > li:not(:first-child)::before {
	content: "•";
	display: inline;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'GothamRegular', sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	padding: 8px 12px;
}
.main-navigation a:hover {
	font-weight: bold;
}

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

@media screen and (min-width:1170px){

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		margin-top: 15px;
	
	}
}



/*--------------------------------------------------------------
# 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: #000000;
	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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
# TEMA 
----------------------------------------------------------------
----------------------------------------------------------------
--------------------------------------------------------------*/
.body{
	font-family: 'GothamRegular', sans-serif;
}

@font-face {
	font-family: 'GothamRegular';
	src: url('fonts/GothamBookRegular.otf');	

}

@font-face {
	font-family: 'GothamLight';
	src: url('fonts/GothamLight.otf');
}

@font-face {
	font-family: 'GothamBold';
	src: url('fonts/GothamBold.otf');
}
.site-logo img{
	max-width: 202px;
}
.site-header{
	min-height: 140px;
    padding: 60px 0 40px;
	z-index: 100000;
	box-shadow: 0px 0px 4px #c9c0af;
	}
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fbfbfb !important;
	
	box-shadow: 1px 1px 10px #848484;
	}
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 102px;
  }

  
  .barra{
	background: #34475B;
    height: 2px;
    width: 35px;
    display: block;
    margin: 4px;

  }
.container{
	max-width: 1170px;
	width:100%;
	margin: 0 auto;
	position: relative;
}

/* Home Banner */
.banner-content{position: relative;width: 100%;height: 727px;}
.title-banner{position: relative;font-family: 'GothamLight',sans-serif;font-size:42px;letter-spacing:2px;color: #ffffff;top:300px;margin:0;line-height:1.2;padding:0;transform:translateY( -50%);text-align:center;}
.text-banner{position: relative;font-family: 'GothamRegular',sans-serif;font-size:23px;letter-spacing:4px;color: #ffffff;display:block; top: 300px;margin:0;line-height:1.2;padding:0;transform:translateY(-50%);width: 100%;text-align:center;}
.link-banner{position: relative;
    font-family:'GothamBold',sans-serif;
    font-size:13px;
    color: #C9C0AF;
    display:block;
	top: 630px;
    margin:0;
    line-height:1.2;
    padding:0;
    transform:translateY( -50%);
    text-align:center;
	letter-spacing:7px;
}


.scroll-down-ani{
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX( -50%);
	width:35px;
	height:35px;
	background:url(imgs/scroll-down.png);
	background-size:cover ;
	/* animation-name: down-ani;
	animation-duration: 2s;
	animation-iteration-count: infinite; */
}

/* @keyframes down-ani {
	from {bottom: 12%; opacity: 1;}
	to {bottom: 5%; opacity: 0;}
  } */
.credits-block{
	text-align: center;
    font-size: 12px;
    margin-top: 14px;
    font-style: italic;
    color: #C9C0AF;
}
/* Home intro */
.text-block-1{
	margin: 40px 0 20px;
	text-align: center;
	font-size: 16px;
	font-family: 'GothamLight', sans-serif;
	line-height: 1.3;
}
.quote-block{
	margin: 25px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'GothamRegular', sans-serif;
	letter-spacing: 5px;
	line-height: 1.3;
}
.text-block-2{
	margin:20px 0;
	text-align: center;
	font-size: 16px;
	font-family: 'GothamLight', sans-serif;
	line-height: 1.3;
}

/* Home GRELHA */
.grelha-block{
	margin:50px 0;
	background:url(imgs/grelha-bg.jpg);
	background-size:2560px;
	background-position: center top;
	background-repeat: no-repeat;
}
.title-block{
	color: #998F8B;
    font-size: 21px;
    font-family: 'GothamBold', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 10px;
    letter-spacing: 3px;
}
.text-block{
    font-size: 16px;
    font-family: 'GothamLight', sans-serif;
    text-align: center;
    max-width: 318px;
    margin: 0 auto;
	line-height: 1.3;
	height: 60px;
    }
.link-block{
	background:#C9C0AF;
	margin: 20px auto;
	width: 290px;
	text-align: center;
	padding: 8px 0;
}
.link-block a{
	font-size: 12px;
	font-family: 'GothamRegular', sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	letter-spacing: 4px;
	}

	.link-block:hover {
		background: #34475B;
		color: white;
	}


/* Home CEO */
.ceo-container {
	max-width: 1170px;
	width: 100%;
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
}
.ceo-block{
	margin:50px 0;
	background:#34475B;
	color:white;
}

.cta-block{
	background: none;
	border:1px solid #C9C0AF;
	margin: 40px auto;
	width: 202px;
	text-align: center;
	padding: 10px 0;
}

.cta-block a{
	font-family: 'GothamRegular', sans-serif;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-size: 12px;
}

.text-ceo-1{margin: 85px 0 60px;}
.text-ceo-2{margin-top: 75px;text-align: center;font-size: 18px;font-family: 'GothamRegular', sans-serif;letter-spacing: 2px;}



/* EXTRA */
.desktop{
	display:block;
}
.mobile{
	display:none!important;
}

.wp-image-25{
	max-width:300px!important;
    margin: 0 auto;
	display: block;
	width: 100%;
}
/* menu */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 1170px) {
	.menu-toggle {
		display: none;
	}
}

.slick-next{
	right: 25px;
}
.slick-prev {
left: 25px;
z-index: 10000;
}

.btn-marcar-consulta{
	background: #34475B;
	padding: 13px 15px;
	color: white;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'GothamRegular', sans-serif;
	margin-top: 4px;
    position: absolute;
}
.btn-marcar-consulta:hover ,.seccao3-cta a:hover,.cta-block a:hover,.link-block a:hover,.seccao-cta-block a:hover {
	color:#C9C0AF!important;
}

.form-teaser{
	margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'GothamRegular', sans-serif;
    letter-spacing: 4px;
    /* font-weight: bold; */
    line-height: 1.2;
	/* color: #3E4549; */
	color: #000000;
}

.signature-desktop{
	margin-bottom: 45px;
	text-align: center;
}

#back-to-top {
	position: fixed;
	bottom: 90px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #000000;
	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: #c1c1c1;
}
#back-to-top.show {
	opacity: 1;
}


.wpcf7-submit{
	background: #C9C0AF!important;
    margin: 20px auto;
    width: 240px;
    text-align: center;
    padding: 13px 0!important;
    border: 0!important;
    border-radius: 0!important;
    color: white!important;
    display: block;
    font-size: 12px!important;
    font-family: 'GothamBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.wpcf7-submit:hover {
    background: #34475B!important;
    color: white!important;
}

/* 404 */
.error-404{
	margin: 75px 0 50px;
	text-align: center;
	padding:0 20px;
}
.error-404 img{max-width: 500px;}
.grecaptcha-badge{
	display:none!important;
}

/* FOOTER */
.footer-block{
	margin-top:75px;
}
.site-info{
	background: #34475B;
	color: white;
	padding: 40px 0;
    margin-top: 60px;
}

.footer-contact-marta{
	max-width: 500px;
    margin: 0 auto;
}

.branding-footer{
	font-size: 16px;
	letter-spacing: 3px;
	text-align: left;
}
.branding-footer a{
	color:white;
}
.branding-footer a:hover ,.footer-links a:hover {
	font-weight:bold;
	color: #C9C0AF;
}
.footer-contacts{
	text-align: right;
}

.footer-contacts a{
	color: white;
	font-size: 15px;
	letter-spacing: 2px;
	font-family: 'GothamRegular', sans-serif;
	text-align: center;
}


.site-footer-row2{
	margin-top: 25px;
}
.footer-terms{
    float: left;
    line-height: 1;
}
.footer-links{font-family: 'GothamRegular', sans-serif;text-align: left;color: #8F9FAA;line-height: 1!important;font-size: 12px;}
.footer-links a{
	color: #8F9FAA;
    border-left: 1px solid;
    padding: 0 5px;
}
.footer-links a:first-child{
    border-left:0;

}
.company-t{
	font-size: 12px;
	float: left;
	line-height: 1;
	/* margin-top: 3px; */
	margin-left: 4px;
	color:#8F9FAA;
}
.footer-imagine{
	font-size: 12px;
	color: #0E1D28;
	letter-spacing: 1px;
	text-align: right;
	font-weight: 700;
	line-height: 1;
}
.cta-consult {
	display: none;
}



/* Carreira */
.page-template-page-career-php .banner-content{ background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 70% );}
.page-template-page-career-php .text-banner {letter-spacing: 6px;}
.page-template-page-career-php  .link-banner { color: #ffffff;}
.page-template-page-career-php  .seccao1-block{
	padding:45px 0 60px
}
.seccao1-block h3, .seccao2-titulo{
	text-align: center;
	font-family: 'GothamLight', sans-serif;
	letter-spacing: 3px;
	font-size: 36px;
	margin-bottom: 35px;
	color: #000000;
}
.titulo-block-1{
	text-align: center;
}
.seccao1-texto p{
	font-family: 'GothamLight', sans-serif;
	font-size: 21px;
	line-height: 1.5;
	color: #000000;
}

.seccao2-block{	
	padding:60px 0;
	background: #34475B;
	color: white;
}
.seccao2-titulo{
	color: white;
}

.col1-block p, .col2-block p,.col1-block ul li, .col2-block ul li{
	font-family: 'GothamLight', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: white;
}


.seccao3-block{
	padding:60px 0;
}
.seccao3-titulo{
	text-align: center;
	font-family:'GothamRegular', sans-serif;
	letter-spacing: 3px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom:40px;
	color: #000000;
}
.seccao3-texto,.seccao3-texto p{	
	text-align: center;
	font-family: 'GothamLight', sans-serif;
	font-size: 21px;
	line-height: 1.5;
	color: #000000;
}
.seccao3-quote{
	text-align: center;
	font-family: 'GothamRegular', sans-serif;
	font-size: 18px;	
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
}
.seccao3-cta{
	margin:40px auto;
	text-align: center;
}
.seccao3-cta a{
	background: #34475B;
    padding: 13px 15px;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'GothamRegular', sans-serif;
}
.seccao3-cta a:hover, .seccao3-cta a:visited{color:white; }

.slide{
	background:url(imgs/slide-bg.jpg);
	background-size:100%;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}
.no-foto{    background: none!important;
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
margin-bottom: 70px;
border-top: 2px solid #c9c0af;
border-bottom: 2px solid #c9c0af;
padding-bottom: 41px;}

.slide .quote-slide {
    margin: 82px 50px 25px;
    font-size: 18px;
    font-style: italic;
    font-family: 'GothamRegular', sans-serif;
    line-height: 1.3;
}
.no-foto .quote-slide {
		margin: 50px 50px 25px!important;
}
.no-foto .text-slide {
	margin: 0px 50px!important;
}
.slide .text-slide{
	margin:0 50px;
	font-size: 16px;
	font-weight: bold;
    font-family: 'GothamRegular', sans-serif;
}
.slick-next:before, .slick-prev:before {
    color: #000;
}
.slider-career-block .slick-prev {
    left: 0;
    top: 35%;
}

.slider-career-block .slick-next {
    right: 0;
    top: 35%;
}

/* LIFE COACHING */
.page-template-page-life-coaching-php .banner-content{ background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 70% );}
.page-template-page-life-coaching-php .text-banner {	letter-spacing: 6px;}
.page-template-page-life-coaching-php  .link-banner {    color: #ffffff;}
.page-template-page-life-coaching-php .seccao1-block {
    padding: 45px 0;
}
 .seccao2-grey{
	 background:#7F7F7F;
 }


 .page-template-page-life-coaching-php .col1-block p,
 .page-template-page-life-coaching-php .col2-block p,
 .page-template-page-life-coaching-php .col1-block ul li,
 .page-template-page-life-coaching-php .col2-block ul li {
    font-family: 'GothamLight', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: white;
}

.seccao3-texto-grande {
    margin: 25px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'GothamRegular', sans-serif;
    letter-spacing: 3px;
    line-height: 1.3;
}


/* CTA HEADER */
.cta-header {
    position: absolute;
    top: -54px;
    right: 0;
}


/* garantias */
.page-template-page-garantias-php .banner-content{ background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 70% );}
.page-template-page-garantias-php .title-banner {top:290px;}
.page-template-page-garantias-php .text-banner {letter-spacing: 6px;}
.page-template-page-garantias-php  .link-banner { color: #ffffff;top: 630px;}
.page-template-page-garantias-php .seccao1-block {
    padding: 45px 0;
}

.page-template-page-garantias-php .seccao2-texto p{
	line-height: 1.3;
}

.seccao3-icon{
	text-align: center;
    margin-bottom: 25px;
}

.page-template-page-garantias-php  .ceo-block {
    margin: 0px 0 50px;
}

.page-template-page-garantias-php .slide {
	background: none;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 70px;
    border-top: 2px solid #c9c0af;
    border-bottom: 2px solid #c9c0af;
    padding-bottom: 41px;
}


.page-template-page-garantias-php .seccao2-texto{text-align: center;}

.garantia-test {
    max-width: 940px;
    margin: 0 auto;
}
.page-template-page-garantias-php  .slide .quote-slide {
    margin: 65px 10px 24px;
    font-size: 18px;
}

.page-template-page-garantias-php  .slide .text-slide{
	margin:0 15px;
}

.page-template-page-garantias-php .slide .quote-slide{
	margin:65px 10px 25px;
	font-size: 18px;
	font-style: italic;
	font-family: 'GothamRegular', sans-serif;
	line-height: 1.3;
}

.page-template-page-garantias-php .slider-career-block .slick-prev {
	left: 0;
	top: 100px;
}
.page-template-page-garantias-php .slider-career-block .slick-next {
	right: 0;
	top: 100px;
}



/* MITOS */
.page-template-page-mitos-php .banner-content{ background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 70% );}
.page-template-page-mitos-php .title-banner {top:320px;}
.page-template-page-mitos-php .text-banner {letter-spacing: 6px;}
.page-template-page-mitos-php .link-banner { color: #ffffff;}
.page-template-page-mitos-php .seccao1-block {
    padding: 45px 0;
}

.seccao1-mito{
	margin-top:15px;
	color: #C9C0AF;
    font-size: 38px;
    font-style: italic;
    text-align: center;
}
.seccao1-resposta{
	margin:10px 0 35px;
	font-family: 'GothamLight', sans-serif;
    font-size: 21px;
    text-align: center;
}

/* Planos */
.page-template-page-planos-php .banner-content{ background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 70% );}
.page-template-page-planos-php  .link-banner { color: #ffffff;    top: 630px;}
.page-template-page-planos-php  .seccao1-block{
	padding:45px 0;
}

.page-template-page-planos-php  .seccao1-texto p {
    font-family: 'GothamLight', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.planos-block .block-title{
	background: #34475B;
    color: white;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 50px;

}

.planos-block .block-h2-container{
	text-align: center;
}

.planos-block .title-block{
	font-size: 18px;
}

.planos-block .text-block {
    max-width: 500px;
}

.lista-block{
	background: #C9C0AF;
	padding: 75px 0;
	margin: 45px 0;
}
.lista-block .container{
	max-width:850px;
}
.lista-block .block-title{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 2px;
}

.list-icon{
	text-align: center;
}
.list-title{
	color: white;
	font-size: 21px;
	text-align: center;
	letter-spacing: 2px;
    font-weight: bold;
}
.list-text p{
	font-size: 21px;
    text-align: center;
	font-weight: 100;
	font-family: 'GothamLight';
}

.seccao-fluxo-texto{	
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 0;
}

.seccao-fluxo-block .link-block {
	background: #46515f;
}

.page-template-page-planos-php .slide {

    background: none;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 40px 0 70px;
    border-top: 2px solid #c9c0af;
    border-bottom: 2px solid #c9c0af;
    padding-bottom: 41px;
}

/* SLIDERs TESTEMUNHOS */

.slick-next:before, .slick-prev:before {
    color: #7f7f7f;
}

.slick-prev:before {
    content: '<';
    font-family: monospace;
    font-size: 42px;
}

.slick-next:before {
    content: '>';
    font-family: monospace;
    font-size: 42px;
}



/* FORMULARIO */
.banner-formulario {
    position: relative;
    width: 100%;
    height: 400px;
}
.page-template-page-formulario-php .banner-formulario{ background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 70% );}
.page-template-page-formulario-php .title-banner {    top: 165px;}
.page-template-page-formulario-php  .text-banner {    top: 160px;}


.page-template-page-formulario-php .seccao1-texto p {
    font-family: 'GothamRegular', sans-serif;
	font-size: 18px;
	font-weight: bolder;
    color: #000000;
}

.seccao1-formulario{
	max-width: 700px;
	display: block;
	margin:0 auto;	
	text-align: center;
}

.seccao1-formulario input{
	max-width: 500px;
	display: block;
	margin:0 auto;
}

.signature-form{
	margin:30px auto;
	text-align: center;
}

.page-template-page-formulario-php .copy-form {
    font-family: 'GothamRegular', sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
    color: #000000;
}

/* PAGINA DE PLANOS  */
.plano-bloco{margin-bottom: 75px;}
.page-template-page-plano-php .banner-content {
    position: relative;
    width: 100%;
	height: 400px;
	background: linear-gradient(0deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, transparent 75% );}
.page-template-page-plano-php .title-banner {top:185px;}
.page-template-page-plano-php .text-banner {    top: 185px;}

.page-template-page-plano-php  .texto-plano{
	margin: 50px auto;
    font-size: 20px;
    font-family: 'GothamLight', sans-serif;
    max-width: 950px;
}

.page-template-page-plano-php  .titulo-plano{
	background: #34475B;
	margin: 0 auto 50px;
	padding:25px;
	text-align:center;
	font-size: 20px;
	color:white;
    font-family: 'GothamLight', sans-serif;
}


.plano-icon{text-align:center;}
.topico-grelha{    font-weight: bolder;
    letter-spacing: 2px;
    font-family: 'GothamBold';}
.resposta-grelha{line-height: 1.2;}

.seccao-cta-block{margin:50px auto 75px;}

.seccao-cta-block p{
    font-family: 'GothamRegular', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
    color: #000000;
}

.cta-signature{
text-align: center;
}

.seccao-cta-block a {
	background: #34475B!important;
    margin: 20px auto;
    width: 240px;
    text-align: center;
    padding: 13px 0!important;
    border: 0!important;
    border-radius: 0!important;
    color: white!important;
    display: block;
    font-size: 12px!important;
    font-family: 'GothamBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.page-template-page-plano-php .slide {
    background: none;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 70px;
    border-top: 2px solid #c9c0af;
    border-bottom: 2px solid #c9c0af;
    padding-bottom: 41px;
}

.page-template-page-plano-php  .slide .quote-slide{
	margin-top:50px;
}

/* MY STORY */
.page-template-page-story-php .text-banner{
	top: 325px;
}
.page-template-page-story-php .link-banner {
	top: 580px;
}
.mystory1-block{
	margin:50px auto;
}
.seccao1-texto1 p{
	font-size: 21px;
	font-family: 'GothamLight', sans-serif;
}
.seccao1-texto2 p{
	font-size: 21px;
	font-family: 'GothamRegular', sans-serif;
}
.mystory1-block .titulo-block-1 {
    text-align: center;
    font-family: 'GothamLight', sans-serif;
    letter-spacing: 3px;
    font-size: 36px;
    margin-bottom: 35px;
    color: #000000;
}
.mystory2-block .block-title,.mystory3-block .block-title{
	background: #34475B;
    color: white;
    padding: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 32px;
    margin-bottom: 50px;
}
.mystory2-block {
	margin-bottom: 50px;
}
.mystory2-block .seccao2-texto {
	font-size: 18px;
	font-family: 'GothamRegular', sans-serif;
	font-weight: bold;
}
.mystory3-block {
	margin-bottom: 50px;
}
.mystory3-block .seccao3-texto {
	font-size: 21px;
	font-family: 'GothamLight', sans-serif;
	font-weight: 100;
}


.page-template-page-story-php  .quote-slide {
    text-align: center;
    margin: 82px 50px 25px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'GothamRegular', sans-serif;
    line-height: 1.3;
}

.page-template-page-story-php  .text-slide{
	text-align: center;
}
.page-template-page-story-php  .text-slide img{
	margin:0 auto;
}
.mystory4-block{
	margin:25px auto;
}
.mystory4-block .seccao4-texto {
    font-size: 18px;
    font-family: 'GothamRegular', sans-serif;
    font-weight: bold;
}

.seccao4-block{
	background: #C9C0AF;
    margin: 20px auto;
    width: 290px;
    text-align: center;
    padding: 8px 0;
}
.seccao4-block:hover{
	background: #34475B;
}

.seccao4-block a {
    font-size: 12px;
    font-family: 'GothamRegular', sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.seccao4-block-maisinfo{
	display: none;
}
.story-open{
	display: block;
}
.seccao4-topico{
	font-size: 24px;
    font-family: 'GothamRegular', sans-serif;
	font-weight: bold;
	margin: 20px auto;
	text-align:center;
	max-width: 600px;
}
.border-maisinfo{
	display: block;
	max-width: 500px;
	border-bottom:2px solid #C9C0AF;
	margin: 0 auto;
}
.seccao4-informacao{
	margin-top:20px;
	font-size: 18px;
    font-family: 'GothamLight', sans-serif;
	font-weight: 100;
	margin-bottom:50px;
}

.seccao4-block-maisinfo2{
	background:#C9C0AF;
	padding:55px 0;
	font-size: 18px;
	font-family: 'GothamRegular', sans-serif;
	font-weight: bold;

}




/* FORM INFOS*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    border: 0;
	background: #d43737;
	color: white;
    padding: 1em;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    border: 0;
    background: #34475b;
    color: white;
    padding: 1em;
}
/*--------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
# MEDIA QUERYS
----------------------------------------------------------------
----------------------------------------------------------------
--------------------------------------------------------------*/

@media screen and (max-width:1170px){
	.desktop{
		display:none;
	}
	.mobile{
		display:block!important;
	}
	.custom-logo{
		width: 155px;
    	display: block;
	}
	.cta-consult {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 10px;
		background: #34475b;
    border-top: 2px solid #c9c0af;
		text-align: center;
		font-size: 18px;
		height: 50px;
		letter-spacing: 3px;
	}
	.cta-consult a{	color: white; }

	.fa-times{display:none!important;}
	.toggled .fa-bars,.toggled .burguer{display:none;}
	.toggled .fa-times{display:block!important;/* width: 43px; *//* height: 26px; *//* color: white; *//* background: #34475b; */padding: 4px 15px;border: 1px solid;}
	.wp-image-70{
		margin: 0 auto;
		display: block;
		width: 100%;
	}
	.menu-toggle{
		position: fixed;
		top: 25px;
		right: 15px;
		border: 0;
		background: #fff;
		/* color: #34475b; */		
		color: #000000;
		font-weight: bold;
		font-size: 19px;
		z-index: 1;
		border-radius: 0;
		padding: 0;
	}
	#custom_html-2{display: none;}
	#primary-menu {
		position: fixed;
		bottom: 0;
		top: 70px;
		z-index: 1;
		left: 50%;
		width: 97%;
		margin: 0 auto;
		transform: translateX(-50%);
		background: #34475b;
		height: fit-content;
		box-shadow: 1px 1px 6px #c1c1c1;
	}
	#primary-menu li{
		background: #ffffff;
    color: #273748;
    /* border-bottom: 1px solid #e4e4e4; */
		text-align: center;
		display: block;
		clear: both;
	}
	#primary-menu li:last-child{
		border-bottom: none;
	}
	.main-navigation a {
		color: black;
		padding: 1rem;
		text-align: center;
		float: unset;
	}

	/* Header */
	.site-header {
	padding: 20px 0;
    min-height: 75px;
	}
	.nav-menu > li:not(:first-child)::before {
		display: none;
	}
	.container{
		padding-left: 20px;
    padding-right: 20px;
	}
	.banner-container{
		padding-left: 5px;
    padding-right: 5px;
	}
	.scroll-down-ani {
		position: absolute;
		bottom: 130px;
		}
		.grelha-block{	background:none;margin: 0 0 50px;}
		.quote-block {  letter-spacing: 1px;font-size: 18px;}
		.text-block {	height: unset;}
		.link-block{
			background:#C9C0AF;
			margin: 20px auto 45px;}
.ceo-container {
	max-width: unset;
	width: 100%;
	margin:0 auto;
	padding-left:0;
	padding-right:0;
}
.text-ceo-1{padding:0 15px;    margin: 35px 0;    font-family: 'GothamLight', sans-serif;font-weight: 100;    font-size: 19px;}
.text-ceo-2{padding: 0px 0px;
    margin: 35px 0;
    font-family: 'GothamRegular', sans-serif;
    font-size: 12px;
    /* font-weight: bold; */
}
.text-ceo-1 p ,.text-ceo-2 p{
	line-height: 1.4;
}
.banner-content {height: 450px;}

.title-banner{top: 160px;font-size: 24px;}
.text-banner{top: 160px;font-size: 12px;}
.link-banner{top: 305px;font-size: 10px;}

.page-template-page-plano-php .title-banner {
    top: 180px;
}
.page-template-page-plano-php .text-banner {
    top: 190px;
}
.page-template-page-formulario-php .text-banner {
    top: 175px;
}

	.block-h3-container{
		text-align: center;
	}
	.branding-footer {
		text-align: center;}
	.signature-desktop {
		margin-bottom: 45px;
		text-align: center;
	}
	.signature-mobile{	
    margin-top: 25px;
	}
	.footer-block {
		margin-top: 25px;
	}
	.link-block {
		width: 220px;}
	.footer-marta-logos{
		text-align: center;
	}
	.form-teaser {  margin-top: 30px;font-size: 18px;
		letter-spacing: 2px;}
	.footer-terms {
		float: unset;}
	.footer-links a {
		clear: both;
		width: 100%;
		display: block;
		text-align: center;margin: 3px;border-left: 0;
	}
	
	.footer-contacts a {
		color: white;
		font-size: 16px;
		letter-spacing: 2px;
		font-family: 'GothamRegular', sans-serif;
		clear: both;
		width: 100%;
		display: block;
		text-align: center;
	}
	.company-t {
		margin-top: 3px;
		clear: both;width: 100%;
		display: block;
		text-align: center;}
	.footer-imagine {
		margin: 10px 0 35px;
		text-align: center;}

	.seccao1-block h3, 
	.seccao2-titulo,
	.seccao3-titulo {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.seccao1-texto p, 
	.col1-block ul li, 
	.col2-block ul li,
	.seccao3-texto, 
	.seccao3-texto p {font-size: 19px;text-align: center;}

	.slide {
		background: url(imgs/slide-bg.jpg);
		background-size: 1170px;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.slide .quote-slide {    
		margin: 45px 35px 15px;
		font-size: 18px;}
	.slide .text-slide {
		margin: 0px 35px 10px;
		font-size: 14px;
	}
	.img-slide{
		max-width: 150px;
		margin: 0 auto;
	}
	.img-slide img{
		display: unset;
	}

	/* PLANOS */
	.lista-block .block-title {font-size: 24px;}
	.topico-grelha, .resposta-grelha {text-align: center;}

	/* MITOS */
	.seccao1-mito {font-size: 25px;	line-height: 1.2;}
	.seccao1-resposta {font-size: 18px;}


	/* CARREIRA / LIFE COACHING / Planos*/
	.page-template-page-career-php .banner-content, .page-template-page-life-coaching-php .banner-content,.page-template-page-planos-php .banner-content {
		background: linear-gradient(0deg, transparent 40%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 80%, transparent 80% );
	}
	.page-template-page-garantias-php .title-banner {top:205px;}
	
	/* MITOS  */
	.page-template-page-mitos-php .title-banner {top:205px!important;}
	.page-template-page-mitos-php .link-banner {top: 355px;}

	/* STORY */
	.page-template-page-story-php .title-banner {top: 160px;	}
	.page-template-page-story-php .text-banner {top: 180px;	}
	.page-template-page-story-php .link-banner {top: 325px;	}


	/* TESTEMUNHO */
	.no-foto .quote-slide {
		margin: 50px 20px 25px!important;
	}

	.slide .quote-slide	{
		font-size: 17px!important;
	}

}
		
		