/*
Theme Name:         Verónica Barros Theme
Description:        Verónica Barros Theme
Version:            1.0.1
Author:             Wevolved
Author URI:         http://wevolved.com

License:            GPLv2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        wevolved
*/

/**
 * INDEX
 * 01. Global Styles
 * 02. Flex Grid
 * 03. Typography
 * 04. Buttons
 * 05. Forms
 * 07. Tables
 * 08. Header
 * 09. Footer
 * 10. Navigation
 * 11. WordPress classes
 * 12. Accessibility
 * 13. Content
 *      13.1. Featured Image
 *      13.2. Content
 *      13.3. 404 Page
 *      13.4. Post Password Form
 *      13.5. Comments
 *      13.6. Page
 *      13.7. Post Type: Equipo
 *      13.8. Shortcodes
 *      13.9. Author Bio
 *      13.10. Search Form
 *      13.11. Scroll to Top Button
 *      13.12. Portfolio
 * 14. Sidebar
 *      14.1. Sidebar
 *      14.2. Footer Sidebar
 * 15. Editor Styles
 * 		15.1 Color Palette
 * 		15.2 Font Sizes
 * 16. Blocks
 * 		16.1. Buttons
 */

/*FEITO PARA ecrã 1920 - logo, aos valores que a maria definio*/

/* -- 01. Global Styles */
/* Cormorant */
@font-face {
	font-family: "CormorantGaramond";
	src: url("fonts/Cormorant/CormorantGaramond.woff2") format("woff2"),
		url("fonts/Cormorant/CormorantGaramond.otf") format("ttf");
	font-weight: 300;
}

/* Raleway */
@font-face {
	font-family: "Raleway";
	src: url("fonts/Raleway/Raleway.woff2") format("woff2"),
		url("fonts/Raleway/Raleway.ttf") format("ttf");
	font-weight: 400;
}

/* Completar com Family, Weight e Size */
/* h1 - Título Principal Aloevera */
h1 {
	font-family: "CormorantGaramond";
	font-weight: 300;
	font-size: 50px;
	line-height: 60px;
	color: var(--white);
}

/* sans-serif/desktop/titulos */

h2 {
	font-family: "CormorantGaramond";
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	color: var(--black);
	margin-bottom: 20px;
}
/* a pedido da v last minute call */
.testemunhos-wrapper h2 {
	font-size: 34px;
}

h3 {
	font-family: "CormorantGaramond";
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 29px;
	color: var(--black);
}

h4 {
	font-family: "CormorantGaramond";
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	color: var(--black);
}

h5 {
	font-size: 20px;
	font-family: "CormorantGaramond";
	color: var(--white);
	font-weight: 400;
}

/* Fonts default */
p,
a,
label,
input,
select,
textarea,
option {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	/* font-size: 14px;  */
	font-size: 15px;
	/* line-height: 28px; */
	line-height: 30px;
	resize: none;
	color: var(--black);
	margin-bottom: 20px;
}

.copy-col span,
.legal-col a {
	font-family: "CormorandGaramond";
	font-size: 12px !important;
}

label {
	font-size: 14px;
}

.footer p {
	color: var(--white);
	font-family: "CormorantGaramond";
}

/* Big Footer Text */
.footer-bigText {
	font-family: "CormorantGaramond";
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	color: var(--white);
}
/* Texto inferior footer */
.footerBottom {
	/* footer 14 */
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: var(--white);
}
/* Tamanho p mais pequeno (14) */
.text14 p {
	font-family: "Raleway";
	font-size: 14px;
	color: var(--black);
	line-height: 22px;
}
/* Document
       ========================================================================== */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--white: #ffffff;
	--brown: #bda687; /* #a58b6a; | #b7aa9a*/
	--greyBG: #f5f5f5;
	--grey: #222222;
	--blackCards: #3f3f46;
	--header-height: 110px;
	--page-margin-desktop-xl: 156px;
	--page-margin-desktop: 136px;
	--page-margin-tablet: 20px;
	--page-margin-mobile: 17px;
	--border-radius: 2px;
	--border-radius-big: 12px;
	--page-bottom-margin-desktop-xl: 60px;
	--page-bottom-margin-desktop: 40px;
	--page-bottom-margin-tablet: 30px;
	--page-bottom-margin-mobile: 22px;
}
/* Opção escondida */
.display-none {
	display: none;
}
/* Remover paddings */
.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

/* Margens de Página */
.pageMargins {
	margin: 0px var(--page-margin-desktop);
}
/* Homepage sem margins */
.home .pageMargins {
	margin-left: 0px;
	margin-right: 0px;
}

.pagePaddings {
	padding-left: var(--page-margin-desktop);
	padding-right: var(--page-margin-desktop);
}

/* Margem inferior header para corpo */
.bottomMargins {
	margin-bottom: var(--page-bottom-margin-desktop);
}

.legal-page {
	margin: 0px var(--page-margin-desktop) !important;
}

/* Sections
           ========================================================================== */
body {
	margin: 0;
}

html,
body {
	overflow-x: hidden;
	user-select: none; /* Standard syntax */
}
/**Add the correct display in IE 9-.*/
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

/* Grouping content
           ========================================================================== */
/**
         * Add the correct display in IE 9-.
         */
figcaption,
figure {
	display: block;
}

/**
         * Add the correct margin in IE 8.
         */
figure {
	margin: 1em 40px;
}

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

/**
         * Add the correct display in IE.
         */
main {
	display: block;
}

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

/* Links
           ========================================================================== */
/**
         * 1. Remove the gray background on active links in IE 10.
         * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
         */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
         * Remove the outline on focused links when they are also active or hovered
         * in all browsers (opinionated).
         */
a:active,
a:hover,
a:focus {
	outline-width: 0;
	text-decoration: none;
	color: var(--black);
}

/* Text-level semantics
           ========================================================================== */
/**
         * 1. Remove the bottom border in Firefox 39-.
         * 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 */
}

/**
         * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
         */
b,
strong {
	font-weight: inherit;
}

/**
         * Add the correct font weight in Chrome, Edge, and Safari.
         */
b,
strong {
	font-weight: bolder;
}

/**
         * 1. Correct the inheritance and scaling of font size in all browsers.
         * 2. Correct the odd `em` font sizing in all browsers.
         */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
         * Add the correct font style in Android 4.3-.
         */
dfn {
	font-style: italic;
}

/**
         * Add the correct background and color in IE 9-.
         */
mark {
	background-color: #ff0;
	color: #000;
}

/**
         * 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
           ========================================================================== */
/**
         * Add the correct display in IE 9-.
         */
audio,
video {
	display: inline-block;
}

/**
         * Add the correct display in iOS 4-7.
         */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
         * Remove the border on images inside links in IE 10-.
         */
img {
	border-style: none;
}

/**
         * Hide the overflow in IE.
         */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
           ========================================================================== */
/**
         * 1. Change the font styles in all browsers (opinionated).
         * 2. Remove the margin in Firefox and Safari.
         */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
         * Show the overflow in IE.
         */
button {
	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;
}

/**
         * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
         *    controls in Android 4.
         * 2. Correct the inability to style clickable types in iOS and Safari.
         */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	/**
             * Remove the inner border and padding in Firefox.
             */
	/**
             * Restore the focus styles unset by the previous rule.
             */
}

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

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

/**
         * Show the overflow in Edge.
         */
input {
	overflow: visible;
}

/**
         * 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 and cancel buttons in Chrome and Safari on macOS.
             */
}

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/**
         * Change the border, margin, and padding in all browsers (opinionated).
         */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
         * 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 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}

/**
         * 1. Add the correct display in IE 9-.
         * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
         */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
         * Remove the default vertical scrollbar in IE.
         */
textarea {
	overflow: auto;
}

/* Interactive
           ========================================================================== */
/*
         * Add the correct display in Edge, IE, and Firefox.
         */
details {
	display: block;
}

/*
         * Add the correct display in all browsers.
         */
summary {
	display: list-item;
}

/*
         * Add the correct display in IE 9-.
         */
menu {
	display: block;
}

/* Scripting
           ========================================================================== */
/**
         * Add the correct display in IE 9-.
         */
canvas {
	display: inline-block;
}

/**
         * Add the correct display in IE.
         */
template {
	display: none;
}

/* Hidden
           ========================================================================== */
/**
         * Add the correct display in IE 10-.
         */
[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 19px;
}

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

body {
	margin: 0;
	padding: 0;
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.page-id-726,
body.page-id-727 {
	background: var(--greyBG);
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: var(--border-radius);
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: var(--border-radius);
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	border: 0;
	border-radius: var(--border-radius);
	background: transparent;
	line-height: 1;
	cursor: auto;
}

[data-whatinput="mouse"] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: 700;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: var(--black);
}

[data-whatinput="mouse"] a:focus,
button:focus [data-whatinput="touch"] a:focus,
button:focus {
	outline: none;
}

/* -- 02. Flex Grid */
.default-row {
	max-width: 63.15789rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.default-row .default-row {
	margin-right: -0.52632rem;
	margin-left: -0.52632rem;
}

@media print, screen and (min-width: 40em) {
	.default-row .default-row {
		margin-right: -1.84211rem;
		margin-left: -1.84211rem;
	}
}

@media print, screen and (min-width: 64em) {
	.default-row .default-row {
		margin-right: -1.84211rem;
		margin-left: -1.84211rem;
	}
}

.default-row .default-row.collapse {
	margin-right: 0;
	margin-left: 0;
}

.default-row.expanded {
	max-width: none;
}

.default-row.expanded .default-row {
	margin-right: auto;
	margin-left: auto;
}

.default-row:not(.expanded) .default-row {
	max-width: none;
}

.default-row.collapse > .column,
.default-row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.default-row.is-collapse-child,
.default-row.collapse > .column > .default-row,
.default-row.collapse > .columns > .default-row {
	margin-right: 0;
	margin-left: 0;
}

.column,
.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: 0.52632rem;
	padding-left: 0.52632rem;
	min-width: 0;
}

@media print, screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: 1.84211rem;
		padding-left: 1.84211rem;
	}
}

.column.default-row.default-row,
.default-row.default-row.columns {
	float: none;
	display: block;
}

.default-row .column.default-row.default-row,
.default-row .default-row.default-row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.small-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.small-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%;
}

.small-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
	padding-right: 0.52632rem;
	padding-left: 0.52632rem;
}

@media print, screen and (min-width: 40em) {
	.medium-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.medium-offset-0 {
		margin-left: 0%;
	}

	.medium-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.medium-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.medium-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.medium-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.medium-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}

	.medium-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.default-row.medium-unstack > .column,
.default-row.medium-unstack > .columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
	.default-row.medium-unstack > .column,
	.default-row.medium-unstack > .columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-right: 1.84211rem;
		padding-left: 1.84211rem;
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.large-offset-0 {
		margin-left: 0%;
	}

	.large-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.large-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.large-offset-4 {
		margin-left: 33.33333%;
	}

	.large-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-offset-5 {
		margin-left: 41.66667%;
	}

	.large-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.large-offset-7 {
		margin-left: 58.33333%;
	}

	.large-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.large-offset-8 {
		margin-left: 66.66667%;
	}

	.large-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.large-offset-10 {
		margin-left: 83.33333%;
	}

	.large-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.66667%;
	}

	.large-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-1 > .column,
	.large-up-1 > .columns {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-2 > .column,
	.large-up-2 > .columns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-3 > .column,
	.large-up-3 > .columns {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.large-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-4 > .column,
	.large-up-4 > .columns {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-5 > .column,
	.large-up-5 > .columns {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.large-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-6 > .column,
	.large-up-6 > .columns {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.large-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-7 > .column,
	.large-up-7 > .columns {
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}

	.large-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-8 > .column,
	.large-up-8 > .columns {
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

.default-row.large-unstack > .column,
.default-row.large-unstack > .columns {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
	.default-row.large-unstack > .column,
	.default-row.large-unstack > .columns {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}

@media print, screen and (min-width: 64em) {
	.large-collapse > .column,
	.large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-right: 1.84211rem;
		padding-left: 1.84211rem;
	}
}

.shrink {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.column-block {
	margin-bottom: 1.05263rem;
}

.column-block > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 3.68421rem;
	}

	.column-block > :last-child {
		margin-bottom: 0;
	}
}

/* -- 03. Typography */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
}

p {
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: 700;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important;
	}

	.show-for-print {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	table.show-for-print {
		display: table !important;
	}

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.print-break-inside {
		page-break-inside: auto;
	}
}

/* -- 04. Buttons */
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
}

[data-whatinput="mouse"] .button {
	outline: 0;
}

.button:hover,
.button:focus {
	background-color: #e6630c;
	color: #fefefe;
}

.button.tiny {
	font-size: 0.6rem;
}

.button.small {
	font-size: 0.75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.button.primary {
	background-color: #f47a29;
	color: #333;
}

.button.primary:hover,
.button.primary:focus {
	background-color: #d95d0b;
	color: #333;
}

.button.secondary {
	background-color: #2758a1;
	color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #1f4681;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #333;
}

.button.success:hover,
.button.success:focus {
	background-color: #22bb5b;
	color: #333;
}

.button.warning {
	background-color: #ffae00;
	color: #333;
}

.button.warning:hover,
.button.warning:focus {
	background-color: #cc8b00;
	color: #333;
}

.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe;
}

.button.disabled,
.button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #f47a29;
	color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #f47a29;
	color: #333;
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #2758a1;
	color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3adb76;
	color: #333;
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #ffae00;
	color: #333;
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
	background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow.primary {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.hollow.secondary {
	border: 1px solid #2758a1;
	color: #2758a1;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #142c51;
	color: #142c51;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 1px solid #2758a1;
	color: #2758a1;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent;
}

.button.clear.primary {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #883a07;
	color: #883a07;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border: 1px solid #f47a29;
	color: #f47a29;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent;
}

.button.clear.secondary {
	border: 1px solid #2758a1;
	color: #2758a1;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #142c51;
	color: #142c51;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 1px solid #2758a1;
	color: #2758a1;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent;
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent;
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent;
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent;
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}

.button.dropdown.hollow::after {
	border-top-color: #f47a29;
}

.button.dropdown.hollow.primary::after {
	border-top-color: #f47a29;
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #2758a1;
}

.button.dropdown.hollow.success::after {
	border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37;
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}

a.button:hover,
a.button:focus {
	text-decoration: none;
}

/* -- 05. Forms */
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.64211rem;
	margin: 0 0 0.84211rem;
	padding: 0.42105rem;
	border: 1px solid #cacaca;
	border-radius: var(--border-radius);
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
	font-family: inherit;
	font-size: 0.84211rem;
	font-weight: normal;
	line-height: 2.2;
	color: #333;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca;
}

input::placeholder,
textarea::placeholder {
	color: #cacaca;
}

[type="submit"],
[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--border-radius);
}

input[type="search"] {
	box-sizing: border-box;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
	margin: 0 0 0.84211rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.42105rem;
	margin-right: 0.84211rem;
	margin-bottom: 0;
}

[type="checkbox"] + label[for],
[type="radio"] + label[for] {
	cursor: pointer;
}

label > [type="checkbox"],
label > [type="radio"] {
	margin-right: 0.42105rem;
}

[type="file"] {
	width: 100%;
}

/* label {
	display: block;
	margin: 0;
	font-size: 0.89474rem;
	font-weight: normal;
	line-height: 1.8;
	color: #333;
} */

label.middle {
	margin: 0 0 0.84211rem;
	padding: 0.47368rem 0;
}

.help-text {
	margin-top: -0.42105rem;
	font-size: 0.68421rem;
	font-style: italic;
	color: #333;
}

.input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 0.84211rem;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.input-group > :first-child {
	border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
	border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #333;
	text-align: center;
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: var(--border-radius);
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	height: auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.84211rem;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: 0.42105rem;
}

.fieldset {
	margin: 0.94737rem 0;
	padding: 1.05263rem;
	border: 1px solid #cacaca;
}

.fieldset legend {
	margin: 0;
	margin-left: -0.15789rem;
	padding: 0 0.15789rem;
}

select {
	height: 2.64211rem;
	margin: 0 0 0.84211rem;
	padding: 0.42105rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: var(--border-radius);
	background-color: #fefefe;
	font-family: inherit;
	font-size: 0.84211rem;
	font-weight: normal;
	line-height: 2.2;
	color: #333;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -0.84211rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.26316rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -0.42105rem;
	margin-bottom: 0.84211rem;
	font-size: 0.63158rem;
	font-weight: 700;
	color: #cc4b37;
}

.form-error.is-visible {
	display: block;
}

/* -- 06. Responsive embeds */
.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 0.84211rem;
	padding-bottom: 75%;
	overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%;
}

/* -- 07. Tables */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: var(--border-radius);
}

thead,
tbody,
tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

caption {
	padding: 0.42105rem 0.52632rem 0.52632rem;
	font-weight: 700;
}

thead {
	background: #f8f8f8;
	color: #333;
}

tfoot {
	background: #f1f1f1;
	color: #333;
}

thead tr,
tfoot tr {
	background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
	padding: 0.42105rem 0.52632rem 0.52632rem;
	font-weight: 700;
	text-align: left;
}

tbody th,
tbody td {
	padding: 0.42105rem 0.52632rem 0.52632rem;
}

tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}

table.unstriped tbody {
	background-color: #fefefe;
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none;
	}

	table.stack tfoot {
		display: none;
	}

	table.stack tr,
	table.stack th,
	table.stack td {
		display: block;
	}

	table.stack td {
		border-top: 0;
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
	background-color: #ececec;
}

table.hover tbody tr:hover {
	background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: auto;
}

/* -- 08. Header */
.site-branding {
	text-align: center;
	padding: 3rem 0;
}

.site-branding .site-title {
	margin-top: 1rem;
}

.site-branding .site-description {
	margin-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
	.page-title-header .page-title {
		text-align: center;
		padding-bottom: 1rem;
		position: relative;
		margin-top: 1rem;
	}

	.page-title-header .page-title:after {
		content: "";
		bottom: 0;
		position: absolute;
		width: 35px;
		height: 1px;
		background: #333;
		left: 50%;
		margin-left: -17.5px;
	}
}

@media print, screen and (min-width: 40em) {
	.page-title-header {
		position: relative;
	}

	.page-title-header img {
		min-width: 100%;
	}

	.page-title-header .page-title-wrap {
		width: 100%;
		position: absolute;
		bottom: 1rem;
	}

	.page-title-header .page-title-wrap .page-title {
		text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
		color: #fefefe;
	}
}

#content {
	margin-top: 5rem;
}

#content .page-title,
#content .post-title {
	margin-bottom: 3rem;
	overflow-wrap: break-word;
	text-align: center;
	padding-bottom: 1rem;
	position: relative;
}

#content .page-title:after,
#content .post-title:after {
	content: "";
	bottom: 0;
	position: absolute;
	width: 80px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -40px;
}

#content h1.not-found-title {
	margin-bottom: 3rem;
	overflow-wrap: break-word;
}

/* -- 09. P_Footer */
.footer {
	padding-top: 3rem;
	margin-top: 20px;
	color: var(--white);
	background: var(--black);
}
/* Informação Made by wevolved */
.footer .site-info {
	padding: 1rem 0;
	margin-top: 1rem;
	padding-left: var(--page-margin-desktop);
	padding-right: var(--page-margin-desktop);
}

/* Hover no site-info */
.footer .site-info a:hover,
.footer .site-info a:focus {
	color: var(--white);
}

/* Navigationfooter elements */
.footer-navigation ul {
	list-style-type: none;
	margin: 0px;
}

/* Cor links footer */
.footer-navigation a {
	color: var(--white);
	font-size: 16px;
	font-family: "CormorantGaramond" !important;
}

/* Menu Social - Horizontal */
/* Forma quadrada do link com icone */
#footer-menu-social li a {
	line-height: 30px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	background-color: var(--grey);
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
}

#footer-menu-social li a i {
	color: var(--white);
}

/* Remover padding do paragrafo */
.footer-menu-title {
	margin-bottom: 10px;
}

/* margem logo footer */
.footer-logo-row {
	margin-bottom: 50px;
}

/* margem menu footer */
.footer-menu-row {
	margin-bottom: 70px;
}
/* margem quote footer */
.footer-quote-col {
	margin-bottom: 140px;
}

/* Elementos fixos no ecrã (linguagem e whatsap) */
.elementos-fixos {
	width: 50%;
	position: fixed;
	top: 93%;
	left: 50%;
	/* z-index: 9999; */
	padding: 0px 30px;
}

/* Mudança de idioma */
.wpml-ls {
	width: 50%;
	position: fixed;
	top: 93%;
	left: 0%;
	/* z-index: 9999; */
	padding: 0px 30px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
	text-align: left !important;
}

.wpml-ls-statics-footer a,
.wpml-ls-statics-footer .wpml-ls-sub-menu a,
.wpml-ls-statics-footer .wpml-ls-sub-menu a:link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
	background-color: transparent;
	font-family: "Raleway";
	font-size: 16px;
	color: var(--brown);
}

.wpml-ls-statics-footer .wpml-ls-current-language > a {
	color: var(--white);
	background-color: var(--brown);
}
.wpml-ls-statics-footer .wpml-ls-current-language:hover > a {
	color: var(--white);
	background-color: var(--brown);
}

.whatsappWrapper {
	float: left;
	width: 100%;
}
/* tamanho elementos */
.whatsapp {
	float: right;
}

/* Icon Whatapp */
.whatsapp svg {
	fill: var(--brown);
	cursor: pointer;
}

/* -- 10. Navigation */
.site-header {
	background-color: rgb(255, 255, 255, 0.4);
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: grid;
	grid-template-columns: 30% 70%;
	height: var(--header-height);
	transition: 300ms all;
}
.site-header.white {
	background-color: var(--white);
	transition: 300ms all;
}

/* Remover padding do link */
.site-header .logoWrapper a {
	margin: 0px;
}
.logo {
	z-index: 9999;
}
/* Posicionamento de elementos da Grid */
.logo,
.menuOptions {
	display: flex;
	align-items: center;
}

/* Esconder burguer option em desktop */
.burguerOption {
	display: block;
	z-index: 9999;
}

/* Caracteristicas do header */
.navigation-main-menu .navigation-wrap {
	display: inline-block;
	padding: 0;
}

.navigation-main-menu a {
	color: var(--black);
	transition: color 0.2s;
	padding: 0.5rem;
}

.navigation-main-menu a:hover {
	color: var(--black);
}

.navigation-main-menu .current-menu-item > a,
.navigation-main-menu .current_page_item > a {
	color: var(--black);
	font-weight: 700;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 1rem;
	text-align: center;
}

a.botaoEspecial {
	line-height: initial;
}

/* MENU ESCONDIDO + HAMBURGUER */
.menuOptions {
	position: fixed;
	top: 0px;
	left: 100%;
	height: 100vh;
	width: 100%;
	z-index: 5000;
	display: flex;
	justify-content: center;
	z-index: 5000;
	align-items: flex-start;
	background-color: var(--white);
	padding-left: var(--page-margin-desktop);
	padding-right: var(--page-margin-desktop);
	padding-top: calc(var(--header-height) + (var(--header-height) / 2));
}

/* remover padding lateral de UL */
.main-navigation > div > ul {
	padding: 0rem;
}

/* Menu vertical*/
.main-navigation ul li {
	margin-bottom: 25px;
}

/* Dimensão das opcções de menu */
.main-navigation a,
#main-menu li:last-child a {
	font-size: 24px !important;
	font-family: "CormorantGaramond";
}

/* Posicionamento de elementos da Grid */
.burguerOption {
	display: flex;
	align-items: center;
	justify-content: right;
}

/* Div Pai dos elementos do Menu burguer */
.burguerElements {
	width: 30px;
	height: 30px;
	position: relative;
}

/* Linas do hamburguer */
.topLine,
.middleLine,
.bottomLine {
	position: absolute;
	height: 1px;
	background: var(--black);
	transition: all 0.3s;
	cursor: pointer;
	width: 100%;
}

/* Linha superior */
.topLine {
	top: 20%;
}
/* Linha meio */
.middleLine {
	top: 50%;
	left: -50%;
}
/* Linha baixo */
.bottomLine {
	top: 80%;
}

/* Alteração da Top Line */
.topLineOpen {
	transform: rotate(30deg);
	top: 50%;
}

/* Alteração da Top Line */
.middleLineOpen {
	opacity: 0;
	left: 0%;
}

/* Alteração da Top Line */
.bottomLineOpen {
	transform: rotate(-30deg);
	top: 50%;
}

/* Enfase estilo dos botões */
.botaoEspecial,
.main-navigation li:last-child a,
.footer-main-nav li:last-child a,
.clinica-button,
.home .clinica-button:hover,
.home-nutri h3,
.cartao-ajuda-botao a {
	color: var(--white) !important;
	background: var(--brown) !important;
	border: 1px solid var(--brown) !important;
	border-radius: var(--border-radius) !important;
	padding: 10px 30px !important;
	transition: all 300ms !important;
	text-align: center !important;
	font-family: "Raleway" !important;
	font-size: 16px !important;
}

/* dimensões dif do botão dos cartões */
/* .artigo-botao .botaoEspecial, */
.artigo-botao .botaoEspecial,
.cartao-ajuda-botao a {
	padding: 10px 15px !important;
	font-size: 14px !important;
	background: var(--white) !important;
	color: var(--brown) !important;
	font-weight: 800 !important;
	border-radius: 50px !important;
}

/* Efeito hover nos botões especiais */
.botaoEspecial:hover:not([disabled]),
.main-navigation li:last-child:hover a,
/* .footer-main-nav li:last-child:hover a, */
.clinica-button:hover,
.home .clinica-button,
.home-nutri h3:hover,
.cartao-ajuda-botao a:hover {
	color: var(--brown) !important;
	background: transparent !important;
	border-radius: 2px !important;
	border: 1px solid var(--brown) !important;
	padding: 10px 30px !important;
	transition: all 300ms !important;
}

/* dimensões dif do botão dos cartões */
.artigo-botao .botaoEspecial:hover,
.cartao-ajuda-botao a:hover {
	padding: 10px 15px !important;
	font-size: 14px !important;
	background: var(--white) !important;
	color: var(--brown) !important;
	border-radius: 50px !important;
}

/********* Header ********/
.main-navigation a,
#main-menu li:last-child a {
	font-family: "CormorantGaramond" !important;
}
/* animação botão */
.home-nutri h3 {
	animation: pulse 2s infinite;
}

/* Efeito hover nos botões especiais */
.clinica-button:hover a {
	color: var(--brown);
	transition: all 300ms;
}

/* Botao Direções */
.clinica-button a {
	color: var(--white);
	font-size: 18px;
	transition: all 300ms;
	font-weight: 500;
}

.footer-main-nav li:last-child a:hover {
	color: var(--white);
}

/* Extra margem */
.footer-main-nav li:last-child {
	margin-top: 24px;
}

/* Cor links footer */
.footer-main-nav li:last-child a {
	font-family: "CormorantGaramond" !important;
}
/* Links do main navigation */
.logoWrapper a {
	padding: 0px;
}
/* Espaçamento do logo p/ menu footer */
.footerLogoSection {
	margin-bottom: 24px;
}

/* Logotipo do footer */
.footerLogoSection img {
	width: 80%;
}

/* coluna da secção legal */
.copy-col,
.legal-col {
	padding: 20px;
}

.legal-row {
	background-color: var(--grey);
	width: 100%;
	padding-left: var(--page-margin-desktop);
	padding-right: var(--page-margin-desktop);
	/* padding-bottom: 60px; */
}

/* NEWSLETTER */
form.newsletter-form {
	gap: 0px;
	display: grid;
	grid-template-columns: 65% 35%;
}
.newsletter-form .formTextInput,
.newsletter-form .formTextInput:focus {
	border-bottom: 1px solid var(--white);
	color: var(--white);
}

.newsletter-form .formButton2 {
	padding: 0px;
	height: 100%;
}
.newsletter-form .formTextInput,
.newsletter-form .formButton2 {
	padding: 0px !important;
	float: left;
	margin: 0px !important;
	font-family: "CormorandGaramond" !important;
}

.legal-row ul li {
	float: left;
	padding: 0px 10px;
}

.legal-row ul li:nth-child(1) {
	padding-left: 0px;
}

.legal-row ul li a {
	line-height: normal;
}
.menu-menu-footer-2-ingles-container
	ul
	li:not(.menu-menu-footer-2-ingles-container ul li:last-child),
.menu-menu-footer-2-container
	ul
	li:not(.menu-menu-footer-2-container ul li:last-child) {
	border-right: 1px solid var(--white);
}

/* -- 11. WordPress classes */
#wpadminbar {
	position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top: 1.68421rem;
}

body.admin-bar.offcanvas .off-canvas.is-open {
	top: 2.42105rem;
}

@media screen and (min-width: 48.9375em) {
	body.admin-bar.offcanvas .off-canvas.is-open {
		top: 1.68421rem;
	}
}

@media screen and (max-width: 39.9375em) {
	body.admin-bar .reveal {
		top: 46px !important;
	}
}

.wp-caption > figcaption {
	max-width: 100%;
	font-size: 0.8rem;
	color: #999;
	padding: 0.25rem 0;
}

p.wp-caption-text {
	font-size: 90%;
	color: #666;
	padding: 0.52632rem 0;
}

.alignleft {
	float: left;
	padding-right: 1rem;
	margin: 0;
}

.alignright {
	float: right;
	padding-left: 1rem;
	margin: 0;
}

.aligncenter {
	text-align: center;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 80%;
	font-style: italic;
	line-height: 24px;
	padding-top: 1rem;
}

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

/* -- 12. Accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* -- 13. Content */
/* -- 13.1. Featured Image */
.featured-image {
	margin-bottom: 2rem;
}

body.page .featured-image {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -2rem;
}

body.page .featured-image img {
	width: 100vw;
}

/* -- 13.2. Content */
#content article.hentry {
	margin-bottom: 3rem;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1rem;
}

#content article.hentry header {
	text-align: center;
	margin-bottom: 3rem;
}

#content article.hentry .entry-content .post-meta {
	color: #8a8a8a;
	font-size: 80%;
	margin-top: 2rem;
}

#content article.hentry .entry-content .post-meta a {
	color: #8a8a8a;
	font-weight: 700;
}

#content article.hentry .entry-content .post-meta a:hover,
#content article.hentry .entry-content .post-meta a:focus {
	color: var(--black);
}

#content article.hentry .entry-content .post-meta > li {
	margin-right: 1rem;
}

#content article.hentry .entry-content .read-more {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2rem;
}

#content article.hentry footer {
	clear: both;
}

#content article.hentry:last-of-type {
	border-bottom: none;
}

.post-categories {
	font-weight: 700;
}

.post-tags {
	list-style: none;
	margin-left: 0;
}

.post-tags li {
	display: inline-block;
	font-size: 70%;
	text-decoration: none;
	padding: 0.26316rem 0.52632rem;
	background: #e6e6e6;
	border-radius: var(--border-radius);
	color: #333;
	margin-right: 0.52632rem;
}

.post-tags li a {
	color: #333;
	font-weight: 700;
	font-weight: normal;
}

.post-tags li a:hover,
.post-tags li a:focus {
	color: var(--black);
}

.taxonomy-description {
	color: #8a8a8a;
	font-size: 80%;
	width: 80%;
	margin: 0 auto;
}

body.blog #content .hentry.sticky {
	position: relative;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid #f47a29;
}

#post-nav > div > a {
	margin-bottom: 2rem;
	display: inline-block;
}

.post-subtitle {
	font-size: 23.75px;
	color: #8a8a8a;
	font-style: italic;
}

.featured-tag {
	background: #f47a29;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 0.25rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left: -1px;
	z-index: 1;
}

/* -- 13.3. 404 Page */
body.error404 main .entry-content {
	text-align: center;
}

body.error404 main .entry-content ul {
	list-style: none;
}

/* -- 13.4 Post Password Form */
.post-password-form input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
	font-size: 0.75rem;
}

[data-whatinput="mouse"] .post-password-form input[type="submit"] {
	outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
	background-color: #e6630c;
	color: #fefefe;
}

/* -- 13.5 Comments */
#comments h3.comments-head-title {
	padding-bottom: 1rem;
	text-align: center;
	padding-bottom: 1rem;
	position: relative;
}

#comments h3.comments-head-title:after {
	content: "";
	bottom: 0;
	position: absolute;
	width: 35px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -17.5px;
}

#comments ol.comment-list {
	margin-left: 0;
}

#comments ol.comment-list,
#comments ul.children {
	list-style: none;
}

#comments .comment-body {
	border: 1px solid #e6e6e6;
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: 80%;
}

#comments .comment-body h1 {
	font-size: 1.47368rem;
}

#comments .comment-body h2 {
	font-size: 1.36842rem;
}

#comments .comment-body h3 {
	font-size: 1.31579rem;
}

#comments .comment-body h4 {
	font-size: 1.26316rem;
}

#comments .comment-body h5 {
	font-size: 1.21053rem;
}

#comments .comment-body h6 {
	font-size: 1.15789rem;
}

#comments .comment-body .comment-author {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}

#comments .comment-body .comment-author .author-meta {
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

#comments .comment-body .comment-author .author-meta .comment-author-link {
	font-weight: 700;
}

#comments .comment-body .comment-author .author-meta time a {
	color: #8a8a8a;
	font-weight: 700;
	font-weight: normal;
	font-size: 90%;
}

#comments .comment-body .comment-author .author-meta time a:hover,
#comments .comment-body .comment-author .author-meta time a:focus {
	color: var(--black);
}

#comments .comment-body .comment-author img {
	vertical-align: top;
	margin-right: 10px;
}

#comments .comment-body .comment-author .says {
	margin-left: 10px;
}

#comments .comment-body .comment-author .reply a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
	font-size: 0.75rem;
}

[data-whatinput="mouse"] #comments .comment-body .comment-author .reply a {
	outline: 0;
}

#comments .comment-body .comment-author .reply a:hover,
#comments .comment-body .comment-author .reply a:focus {
	background-color: #e6630c;
	color: #fefefe;
}

#comments .comment-body .comment-metadata .edit-link {
	display: block;
}

#comments .comment-body .comment-metadata time {
	font-style: italic;
}

#comments .comment-body .comment-content {
	margin: 0.5rem 0;
}

#respond {
	border: 1px solid #f47a29;
	padding: 1rem;
	margin-bottom: 1rem;
}

#respond .cancel-comment-reply {
	font-size: 80%;
}

#cancel-comment-reply-link {
	display: inline-block;
	vertical-align: middle;
	margin: 0.5rem 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #2758a1;
	color: #fefefe;
	font-size: 0.6rem;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
	background: #40659d;
}

@media print, screen and (min-width: 40em) {
	#cancel-comment-reply-link {
		float: right;
	}
}

.bypostauthor {
}

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

.form-submit input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
	background-color: #e6630c;
	color: #fefefe;
}

[data-whatinput="mouse"] #respond .cancel-comment-reply a {
	outline: 0;
}

#respond .cancel-comment-reply a:hover,
#respond .cancel-comment-reply a:focus {
	background-color: #e6630c;
	color: #fefefe;
}

#allowed_tags {
	font-size: 70%;
}

#allowed_tags code {
	background: #fefefe;
}

textarea#comment {
	height: 200px;
}

.comments-pagination {
	margin: 1rem 0;
}

/* -- 13.6 Page */
.page #content {
	margin-top: 0;
}

.page #content h1.page-title {
	margin-top: 2rem;
}

#main {
	/* margin-top: 150px; */
	margin-top: var(--header-height);
	/* min-height: calc(100vh - var(--header-height)); */
}

body.home.page #main {
	margin-top: 0px;
}

body.page-template-with-sidebar #content .sidebar {
	margin-top: 2rem;
}

body.page-template-with-sidebar .featured-image {
	width: 100%;
	position: relative;
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2rem;
}

/* -- 13.7 Post Type: Equipo */
body.post-type-archive-equipo #content .post-title,
body.tax-rol #content .post-title {
	font-size: 19px;
}

body.post-type-archive-equipo #content .post-title:after,
body.tax-rol #content .post-title:after {
	width: 0;
}

body.post-type-archive-equipo #content article.hentry,
body.tax-rol #content article.hentry {
	border-bottom: none;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: 400px;
}

body.post-type-archive-equipo #content article.hentry header,
body.tax-rol #content article.hentry header {
	margin-bottom: 0;
	position: relative;
}

body.post-type-archive-equipo #content article.hentry .post-title,
body.tax-rol #content article.hentry .post-title {
	transition: opacity ease-in 0.2s;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	width: 100%;
	padding: 1rem 10px;
	overflow-wrap: break-word;
}

body.post-type-archive-equipo .team-posts,
body.tax-rol .team-posts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.post-type-archive-equipo .team-posts .featured-image,
body.tax-rol .team-posts .featured-image {
	margin: 0;
	position: relative;
}

@media print, screen and (min-width: 40em) {
	body.post-type-archive-equipo #content article.hentry,
	body.tax-rol #content article.hentry {
		-webkit-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}

	body.post-type-archive-equipo #content article.hentry .post-title,
	body.tax-rol #content article.hentry .post-title {
		opacity: 0;
	}

	body.post-type-archive-equipo #content article.hentry:hover .post-title,
	body.tax-rol #content article.hentry:hover .post-title {
		opacity: 1;
	}
}

@media print, screen and (min-width: 64em) {
	body.post-type-archive-equipo #content article.hentry,
	body.tax-rol #content article.hentry {
		-webkit-flex: 1 0 33%;
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
	}
}

body.single-equipo .featured-image img {
	border-radius: 500px;
}

/* -- 13.8 Shortcodes */
.dm-callout {
	padding: 1rem;
	text-align: center;
	box-shadow: 4px 4px 4px #333;
	margin-bottom: 1rem;
}

/* -- 13.9 Author Bio */
.author-info {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 1rem 15px;
	margin-bottom: 1rem;
}

.author-info .author-avatar,
.author-info .author-heading {
	text-align: center;
}

.author-info .author-title {
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
	.author-info {
		margin-bottom: 1.5rem;
		padding: 1.5rem 15px;
	}

	.author-info .author-title {
		font-size: 1.31579rem;
	}

	.author-info .author-heading {
		font-size: 1.84211rem;
	}

	.author-info .author-avatar {
		float: left;
		margin-right: 15px;
	}

	.author-info .author-bio {
		min-height: 2rem;
	}

	.author-info .author-avatar,
	.author-info .author-heading,
	.author-info .author-title {
		text-align: left;
	}
}

/* -- 13.10 Search Form */
.search-form {
	display: flex;
	align-content: stretch;
}

.search-form .search-submit {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0.85rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: var(--border-radius);
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #f47a29;
	color: #fefefe;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
	background-color: #d95d0b;
	color: #333;
}

/* -- 13.11 Scroll to Top button */
#scroll-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0;
}
#scroll-top.show {
	display: block;
}

/** -- 13.12. Portfolio */
body.post-type-archive-proyecto #main > section,
body.tax-tipo_de_proyecto #main > section {
	margin-bottom: 3rem;
	border-bottom: 1px solid #cacaca;
}

body.post-type-archive-proyecto .tipos-filter,
body.tax-tipo_de_proyecto .tipos-filter {
	display: flex;
	list-style: none;
	justify-content: center;
	margin-left: 0;
}

body.post-type-archive-proyecto .tipos-filter li,
body.tax-tipo_de_proyecto .tipos-filter li {
	padding: 1rem;
}

.proyecto-cliente {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.proyecto-cliente .cliente-value {
	color: #f47a29;
}

@media print, screen and (min-width: 40em) {
	body.post-type-archive-proyecto #content,
	body.tax-tipo_de_proyecto #content {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		overflow: hidden;
	}

	body.post-type-archive-proyecto #main,
	body.tax-tipo_de_proyecto #main {
		padding: 0;
	}

	body.post-type-archive-proyecto #main > section,
	body.tax-tipo_de_proyecto #main > section {
		height: 100vh;
		position: relative;
		margin-bottom: 0;
		border: none;
	}
	body.post-type-archive-proyecto .featured-image,
	body.tax-tipo_de_proyecto .featured-image {
		position: absolute;
		margin-bottom: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	body.post-type-archive-proyecto .featured-image img,
	body.tax-tipo_de_proyecto .featured-image img {
		height: 100vh;
		width: 100vw;
		object-fit: cover;
	}

	body.post-type-archive-proyecto #content .post-content,
	body.tax-tipo_de_proyecto #content .post-content {
		position: relative;
		width: 30vw;
		padding: 2rem;
		background: rgba(0, 0, 0, 0.5);
		color: white;
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	body.post-type-archive-proyecto #main > section:nth-child(odd) .post-content,
	body.tax-tipo_de_proyecto #main > section:nth-child(odd) .post-content {
		top: 10vh;
		left: 60vw;
	}
	body.post-type-archive-proyecto
		#main
		> section:nth-child(even)
		.post-content,
	body.tax-tipo_de_proyecto #main > section:nth-child(even) .post-content {
		top: 10vh;
		left: 10vw;
	}

	body.post-type-archive-proyecto #content .post-title:after,
	body.tax-tipo_de_proyecto #content .post-title:after {
		width: 0;
	}
}

/* -- 14. Sidebar */
/* -- 14.1. Sidebar */
.sidebar {
	font-size: 90%;
}

.sidebar .widget {
	margin-bottom: 2rem;
}

.sidebar .widget-title {
	margin-bottom: 1rem;
	text-align: center;
	padding-bottom: 1rem;
	position: relative;
	padding-bottom: 0.5rem;
}

.sidebar .widget-title:after {
	content: "";
	bottom: 0;
	position: absolute;
	width: 35px;
	height: 1px;
	background: #333;
	left: 50%;
	margin-left: -17.5px;
}

.sidebar ul {
	list-style: none;
	margin-left: 0;
}

.sidebar ul li {
	line-height: 2.64;
}

/* -- 14.2. Footer Sidebar */
.footer .sidebar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .sidebar section.widget {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

@media print, screen and (min-width: 40em) {
	.footer .sidebar section.widget {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 33%;
	}
}

.footer .sidebar section.widget {
	padding-right: 1rem;
	padding-left: 1rem;
}

.footer .sidebar .widget-title {
	font-size: 180%;
	text-align: left;
}

.footer .sidebar .widget-title:after {
	height: 0;
}

/* -- 14.3. WP Widgets styles */
.widget_archive ul,
.widget_archive ol,
.widget_categories ul,
.widget_categories ol,
.widget_nav_menu ul,
.widget_nav_menu ol {
	text-align: right;
}

.widget_archive ul li,
.widget_archive ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li {
	width: 100%;
	display: inline-block;
}

.widget_archive ul li a,
.widget_archive ol li a,
.widget_categories ul li a,
.widget_categories ol li a,
.widget_nav_menu ul li a,
.widget_nav_menu ol li a {
	float: left;
}

.widget_archive ul li ul.children,
.widget_archive ul li ul.sub-menu,
.widget_archive ol li ul.children,
.widget_archive ol li ul.sub-menu,
.widget_categories ul li ul.children,
.widget_categories ul li ul.sub-menu,
.widget_categories ol li ul.children,
.widget_categories ol li ul.sub-menu,
.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu,
.widget_nav_menu ol li ul.children,
.widget_nav_menu ol li ul.sub-menu {
	margin-left: 1rem;
}

.widget_recent_comments ul {
	margin-left: 1rem;
	list-style: circle;
}

.widget_recent_comments li.recentcomments {
	margin-bottom: 1rem;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 10px;
}

/****************************************
	****************** BIOGRAFIA ***************
	*****************************************/
.biografia-wrapper .vc_column_container:not(.cont .vc_column_container) {
	float: right !important;
}

/* margem da página (não está no BODY pq não ha consistencia de margens nas páginas */
.biografia-wrapper,
.nutricao-wrapper
/* ,.mapa-wrapper  */ {
	margin: 0px var(--page-margin-desktop) !important;
}

.biografia-wrapper .vc_col-sm-6 {
	padding: 0px 10px;
}

.nutricao-wrapper {
	min-height: calc(100vh - var(--header-height));
}

/* esconder img mobile em desktop */
.bio-img-mobile {
	display: none;
}
/* esconder img mobile em desktop */
.bio-img-desktop {
	display: block;
}

/* slideshow sobre mim */
/* hide estrutura wordpress (criar slick slider) */
.slide-remover .wpb_wrapper {
	display: none;
}

/* hide estrutura wordpress (criar slick slider) */
.slide-remover {
	margin-bottom: 20px;
}
/* img slider */
.img-slide {
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

/* img slider */
.img-slide:nth-child(even) {
	background-position: top;
}

/**********************************************************************
	**************************** CONTACTOS  ***************************
	******************  MIX DE CONSULTAS PRESENCIAIS E ONLINE *********
	***************************************** */
/* fundo especifico nas paginas de contactos */
.page-id-727 .page-id-726 {
	background-color: var(--greyBG);
}

.contact-sec-1 {
	margin-top: 20px;
}
.contact-sec-1,
.contact-sec-3,
.consulta-online-form {
	background-color: var(--greyBG);
	padding: 30px;
	border-radius: var(--border-radius-big);
	border: 4px solid var(--white);
	box-shadow: -2px 6px 20px 0px #e9e9e9;
	margin-bottom: 80px !important;
}

.contact-sec-3 {
	margin-bottom: 30px !important;
}

.biografia-wrapper .vc_column-inner {
	padding: 0px !important;
}

/* Form Button */
.formButton2 {
	margin-top: 20px;
	float: inherit;
}

.col-input {
	/* padding: 0px;
	padding-right: 40px; */
}

.formButtonDiv {
	float: unset;
	display: flex;
	justify-content: center;
}

/* ***********  REDES SOCIAIS SEM SER FOOTER *********** */
.contactos-redes-sociais {
	padding: calc(var(--page-bottom-margin-desktop) + 10px) 0px;
}

/* Esconder titulo */
.contactos-redes-sociais .footer-menu-title {
	display: none;
}

/* mudar display da estrutura de redes sociais */
.contactos-redes-sociais ul,
#footer-menu-social {
	display: flex;
	row-gap: 50px;
	justify-content: space-around;
}

#footer-menu-social {
	gap: 10px;
}
.menu-menu-footer-social-ingles-container,
.menu-menu-footer-social-container {
	width: fit-content;
}

/* remover padding */
.contactos-redes-sociais li {
	margin: 0px !important;
}
/* Alterar dimensão */
.contactos-redes-sociais #footer-menu-social li a {
	padding: 10px;
	font-size: 26px;
	border-radius: 6px;
	background-color: var(--grey);
}
/* Alterar dimensão */
.contactos-redes-sociais li a i {
	font-size: 30px !important;
	color: var(--black);
}
/* com letras */
.menu-menu-social-container li a,
.menu-menu-social-ingles-container li a {
	position: relative;
}

.menu-menu-social-container span,
.menu-menu-social-ingles-container span {
	position: absolute;
	color: var(--brown);
	transform: translate(50%, 50%);
	bottom: -70%;
	right: 50%;
	font-size: 14px;
}
/* ***********  FIM REDES SOCIAIS SEM SER FOOTER *********** */

/* Textos com localizações de clinicas */
.clinica-nome,
.clinica-address,
.clinica-link {
	font-family: "Raleway";
	font-size: 14px;
	color: var(--black);
}
/* adicionar underline no texto direcoes */
.clinica-link {
	text-decoration: underline;
	cursor: pointer;
}
.clinica-link,
.clinica-link:hover {
	color: var(--brown);
	text-decoration: underline;
}
/* diminuir padding de cada clinica */
.clinica-col p {
	line-height: normal;
	margin-bottom: 10px;
	text-align: center;
}

/* remover paddings */
.clinica-col {
	padding-left: 0px;
}

.mapa-col {
	padding-right: 0px;
	margin-top: 20px;
}

.mapa-col #wpgmza_map {
	width: 100%;
	height: 400px !important;
	border-radius: var(--border-radius-big);
}

.mapa-wrapper .wpb_text_column {
	margin: 0px;
}

/* Imagem de fundo da zona de marcações online */
.marcacao-background {
	height: 400px;
	position: relative;
	background-image: url(https://veronica-barros-pt.wevolved.pt/wp-content/uploads/2023/11/business.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Texto por cima da imagem de fundo */
.marcacao-bg-text {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-family: "Montserrat";
	font-size: 40px;
	color: var(--white);
	width: 100%;
	text-align: center;
}

/******************* ANTIGO: CONSULTAS PRESENCIAIS (talvez sejam usadas regras para 1 elemento) **********/
.consultas-wrapper.vc_row,
.consultas-online-wrapper.vc_row {
	overflow: hidden;
	margin: 0px;
}

/* Wrapper de cada clinica */
.clinica-wrapper {
	float: left;
	margin-bottom: 60px;
	margin-left: 0px;
	width: 100%;
	opacity: 1;
	animation: showClinica 1500ms forwards;
}

.clinica-wrapper p {
	font-size: 12px;
}

/* Cor de texto das clinicas */
.clinica-info p {
	color: var(--brown);
}
/* Remover excesso de margem do titulo */
.clinica-titulo {
	margin-bottom: 0px;
}

/* Override Paddings da página */
.page-id-14 main,
.page-id-450 main,
.page-id-379 main,
.page-id-449 main {
	margin-right: 35px;
	margin-left: 35px;
}

/* remover extra margem dos elementos do wordpresss */
.contacto-row .wpb_content_element {
	margin-bottom: 0px;
}

/* Propriedades da caixa dos contactos */
.contacto-row .clinica-wrapper p {
	font-size: 16px;
}

/* Contacto com dimensão maior do que as clinicas */
.contacto-row .clinica-wrapper {
	width: 50%;
}

/***************************** CONSULTAS ONLINE: FORM APENAS *****************************/
/* Labels centrados, a 100% com border */
.formInputsCenter label {
	width: 100%;
	border-top: 0.5px solid #d1d1d1;
	margin: 0px;
	padding: 10px 0px;
}

.marcacao-online-wrapper {
	position: relative;
}

/* Secção geral do formualrio */
.consulta-online-form {
	margin: 0 auto;
	padding-top: var(--page-bottom-margin-desktop);
	padding-bottom: 10px;
	/* width: 700px; */
	width: 100%;

	/* box-shadow: -2px 6px 20px 0px #d3d3d3; */
	/* background-color: var(--white); */
	background-color: var(--greyBG);
}

.consulta-online-form:has(.cons-section-5) {
	padding-bottom: var(--page-bottom-margin-desktop);
}

/* Animação de formulário */
.cons-section-wrapper {
	transition: 1s all;
}
/* Header de secção de formulário */
.sec-header {
	position: relative;
}

/* Seta back de secção de formulário */
.formBack {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 58%;
	left: 10%;
	cursor: pointer;
}
/* propriedades do svg */
.formBack svg {
	width: 75%;
	aspect-ratio: 1/1;
}
/* Mudar cor da seta back */
.formBack svg path {
	stroke: var(--black);
	stroke-width: 2;
}

/* Seta hidden inicialmente */
.backSVG {
	display: none;
}

/* Esconder secções do formulário */
.cons-section-2,
.cons-section-3,
.cons-section-4 {
	display: none;
}

/* cor do texto do formulario */
.consulta-online-form p,
.consulta-online-form a,
.consulta-online-form label,
.consulta-online-form h2,
.consulta-online-form button,
.cons-section-wrapper h4 {
	color: var(--black);
	text-align: center;
}
/* apaenas texto princinpal ao centro */
.insideInput span:nth-child(1) {
	text-align: left;
}
.insideInput span:nth-child(2) {
	text-align: right;
}
/* Estética dos inputs de texto do formulario */
.formTextInput,
.formTextInput:focus {
	border: 0px;
	border-bottom: 1px solid var(--black);
	color: var(--black);
	background-color: transparent;
	box-shadow: none;
	padding-left: 0px;
	padding-bottom: 0px;
}

/* Checkbox - Termos e condições */
.termsConditions {
	font-size: 14px;
	margin: 0px;
	width: 70%;
	vertical-align: top !important;
	text-align: initial !important;
}
/* Botão formulário */
.botao-wrapper {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Remover incremento de número - Firefox  */
input[type="number"] {
	-moz-appearance: textfield;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--greyBG) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

/* Novo estilo das checkboxes */
input[type="checkbox"],
.normalRadio {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid var(--black);
	border-radius: 100%;
	transform: translateY(4px);

	display: grid;
	place-content: center;
	float: left;
}
/* esconder checkboxes circulos */
.cons-section-wrapper
	input[type="checkbox"]:not(.cons-section-4 input[type="checkbox"]),
.cons-section-wrapper .normalRadio:not(.cons-section-4 .normalRadio) {
	display: none;
}

/* Pequeno padding no form */
.con-section-form {
	padding: 0px 10%;
}

.daysWrapper {
	max-height: 500px;
	overflow-y: auto;
}

/* Checkbox ativa - estilização */
input[type="checkbox"]::before,
.normalRadio::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: circle(40%);
	transform: scale(0);
	transform-origin: center;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: var(--black);
	outline: none !important;
}
/* Fazer scale quando checkado */
input[type="checkbox"]:checked::before,
.normalRadio:checked::before,
.normalRadio:focus::before,
.normalRadio:hover::before {
	transform: scale(1);
}
/* Outline quando se clica na checkbox */
input[type="checkbox"]:focus,
input[type="radio"]:focus,
.normalRadio:focus {
	outline: none !important;
}

/* Estética radio button com as horas */
input.form-time-button {
	appearance: none;
	border: 1px solid var(--black);
	padding: 15px 130px;
	cursor: pointer;
	border-radius: 8px;
	display: block;
	margin-bottom: 10px;
	color: var(--black);
	font-family: "Raleway";
	background-color: transparent;
	width: 100%;
}

/* Mostrar informação da hora */
input.form-time-button::before {
	content: attr(data-time);
	font-size: 14px;
}
/* Estética botão hora */
input.form-time-button:hover,
input.form-time-button.selected {
	background-color: var(--black);
	color: var(--white);
}

/* Botão submeter disabled */
.formButton.btn-disabled,
.formButton2.btn-disabled:not(.newsletterInput) {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Botão submeter disabled */
.formButton.btn-disabled:hover,
.formButton2.btn-disabled:hover:not(.formButton2.btn-disabled) {
	color: var(--white);
	background: var(--brown);
	border: 1px solid var(--brown);
	border-radius: var(--border-radius);
	padding: 10px 30px;
	transition: all 300ms;
	text-align: center;
	opacity: 0.4;
}

/* Botão da ultima secção */
.cons-section-wrapper.cons-section-5 .botaoEspecial {
	width: 60%;
	margin: 0 auto;
}
/* mensagem de sucesso */
.cons-section-wrapper.cons-section-5 {
	padding: 0px 30px;
}

/* estrutura dos primeiros inputs com nome e preço */
.insideInput {
	display: grid;
	grid-template-columns: 75% 25%;
}
.cons-section-2 .insideInput {
	grid-template-columns: 50% 50%;
}
/****************************************
	****************** HOMEPAGE ***************
	*****************************************/
.hero-section {
	min-height: 100vh;
	background-color: hsl(0deg 0% 0% / 54%);
	background-blend-mode: multiply;
}
/* Manipular Background da Hero Section */
.vc_row.wpb_row.vc_row-fluid.hero-section.vc_row-flex {
	/* background-position: 0% 0% !important; */
	background-position: 0% 50% !important;
}

/* Hero text */
.hero-text {
	position: absolute !important;
	top: 50%;
	left: 66%;
}

/* Para corrigir problema de containers terem tamanho maior do que o desejado */
.hero-text.wpb_column.vc_column_container.vc_col-sm-12 {
	width: fit-content;
}

.hero-text .animated {
	animation-delay: 1s;
}

.hero-text .animated:last-child {
	animation-delay: 1700ms;
}

/* Texto após Hero Section */
.second-hero-text p {
	padding: 0px 220px;
}

/********* SEÇCAO CARTÕES AJUDA HOMEPAGE *********/
.help-title {
	margin-bottom: 10px !important;
}
.cartoes-ajuda-home-section {
	background-color: var(--greyBG);
	padding: var(--page-bottom-margin-desktop) var(--page-margin-desktop);
}

/* Cartão ajuda */
.cartao-ajuda {
	background-color: var(--blackCards);
	border-radius: var(--border-radius-big);
	overflow: hidden;
	/* padding-bottom: 30px; */
	margin: 10px;
}
/* Dimensão dos cartões */
.cartao-ajuda
	.vc_column-inner
	.wpb_wrapper:not(.cartao-ajuda-texto .wpb_wrapper):not(
		.cartao-ajuda-titulo .wpb_wrapper
	) {
	height: 450px;
}

/* garantir que imagem tica posicionada no topo */
.cartao-ajuda .vc_empty_space {
	background-position: top !important;
	background-size: cover;
	height: 40% !important;
	background-color: var(--white);
}

/* Img do ultimo cartao (construido à parte) */
.cartao-ajuda .vc_empty_space img {
	height: 100%;
	object-fit: cover;
}

/* Cor dos elementos dos cartões */
.cartao-ajuda h4,
.cartao-ajuda li,
.cartao-ajuda p {
	color: var(--white);
	list-style: none;
}

/* Caso titulos sejam demasiado grandes, não fazer quebra de linha */
.cartao-ajuda-titulo:not(.cartao-ajuda-titulo.cartao-artigo) h4 {
	white-space: nowrap;
}

.cartao-ajuda li,
.cartao-ajuda p {
	font-size: 12px;
	font-family: "Raleway";
}

.cartao-ajuda p {
	line-height: 20px;
}

/* padding de elementos */
.cartao-ajuda-titulo,
.cartao-ajuda-texto
,.cartao-ajuda-botao
/* .artigo-titulo */ {
	margin: 0px !important;
	padding: 0px 10px;
}
/* garantir que imagem tica posicionada no topo */
.cartao-ajuda .vc_empty_space {
	background-position: top !important;
	/* min-height: 40%; old */
	min-height: 50%;
	overflow: hidden;
}

/* Posicao do ultimo cartao (a pedido de veronica) */
.cartao-materiais .vc_empty_space {
	background-position: center !important;
	background-size: contain !important;
}
/* Dimensao da parte do texto */
.cartao-ajuda-titulo {
	/* min-height: 10%; old */
	min-height: fit-content;
	display: flex !important;
	padding: 10px;
	padding: 10px 10px 0px 10px;
}

/* Tamanho especifico para o cartao do artigo mais recente */
.cartao-ajuda-titulo.cartao-artigo {
	min-height: 45%;
	display: flex !important;
	align-items: top !important;
}
/* Dimensao da parte do texto */
.cartao-ajuda-texto {
	/* min-height: 35%; old */
	min-height: 30%;
}
/* deimensao da parte do texto */
.cartao-ajuda-botao {
	/* min-height: fit-content;
	width: 100%; */
	display: flex !important;
	align-items: center !important;
}

/* remover paddings defautls */
.cartao-ajuda > .vc_column-inner {
	padding: 0px !important;
}

/* Override as propriedades das colunas do wordpress */

@media (max-width: 767px) {
	.cartao-ajuda.vc_col-sm-4 {
		width: 300px !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	/* esconder img mobile em desktop */
	.bio-img-mobile {
		display: block;
	}
	/* esconder img mobile em desktop */
	.bio-img-desktop {
		display: none;
	}
}
@media (min-width: 768px) {
	.cartao-ajuda.vc_col-sm-4 {
		width: calc(33.33333% - 20px) !important;
	}
}

/* @media (min-width: 992px) {
	.cartao-ajuda.vc_col-md-3 {
		width: calc(25% - 20px) !important;
	}
} */

@media (min-width: 992px) {
	.cartao-ajuda.vc_col-md-4 {
		width: calc(33.33333% - 20px) !important;
	}
}

@media (min-width: 1200px) {
	.cartao-ajuda.vc_col-lg-1\/5 {
		width: calc(20% - 20px) !important;
	}
}

/* Secção com Nutrição Clínica */
.home-contacto {
	min-height: 50vh !important;
	background-color: var(--white);
}

/* Padding nas colunas sobre mim */
.sobre-mim .vc_column_container:nth-child(1) img {
	padding-right: 40px;
}
.sobre-mim:nth-child(even) .vc_column_container:nth-child(1) img {
	padding-right: 0px;
	padding-left: 40px;
}

/* Espacamento h2 com texto */
.sobre-mim h2 {
	margin-bottom: 35px;
}

/* paddings sobre mim */
.sobre-mim {
	padding: var(--page-bottom-margin-desktop) var(--page-margin-desktop);
}

/* inverter colunas da segunda secção */
.sobre-mim:nth-child(even) .wpb_column {
	float: right;
}

/* paddings nas secções sem margens default website */
.home-nutri {
	padding: var(--page-bottom-margin-desktop) 40px;
}
/************** SECÇÂO NUTRICAO CLINICA *************/
/* Margem nutricao clinica */
.home-nutri {
	background-color: var(--greyBG);
}
.home-nutri h3 {
	margin-bottom: 20px !important;
}

/* espaçamento entre cartões e texto */
/* .home-nutri-top .cards-wrapper .vc_column-inner,
.home-nutri-bottom .homepage-text-wrapper .vc_column-inner {
	padding-right: 70px !important;
}
.home-nutri-top .homepage-text-wrapper .vc_column-inner,
.home-nutri-bottom .cards-wrapper .vc_column-inner {
	padding-left: 70px !important;
} */

/* trocar ordem de elementos */
.home-nutri-bottom .vc_row-fluid .cards-wrapper {
	float: right;
}

/* Estrutura de grid para os cartões */
.cards-wrapper .vc_column-inner .wpb_wrapper:not(.home-card .wpb_wrapper) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	row-gap: 10px;
}
/* garantir que h3 não ocupa totalidade do ecrã */
.home-nutri h3 {
	display: inline-block;
	cursor: pointer;
}
/* Botão do lado direito */
.home-nutri-bottom h3 {
	float: right;
}

/* Texto escondido para animar após clique */
#nutri-desp-text p {
	position: relative;
	right: 120%;
}

/* cartão nutricao */
.home-card {
	/* border: 1px solid black; */
	height: 100%;
	width: 100%;
}

.home-nutri-bottom .home-card {
	text-align: right;
}

/* cartão nutricao */
.home-card .wpb_wrapper {
	height: 90px;
	display: flex;
	/* align-items: center; */
}

/* cartão nutricao */
.home-nutri-bottom .home-card .wpb_wrapper {
	justify-content: flex-end;
}
/* texto cartao */
/* .home-card h4 {
	margin: 0 auto;
} */

/* Remover margens */
.home-card.wpb_content_element,
.home-nutri .wpb_content_element {
	margin: 0px;
}

.home-nutri-bottom h3 {
	text-align: right;
}

/************** SECÇÂO CONTACTOS *************/
.home-contacto {
	position: relative;
}

/* Wrapper de cada clinica */
.home .clinica-wrapper {
	width: 100%;
	margin-right: 0px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.home .clinica-wrapper p {
	font-family: "CormorantGaramond";
	font-style: normal;
	font-size: 40px;
	line-height: 58px;
	text-align: center;
}

/* Cor de texto das clinicas */
.home .clinica-info p {
	color: var(--black);
}

/* Botão contactos */
.home .clinica-wrapper .clinica-button {
	width: 20%;
	margin: 0 auto;
}

.home-testemunhos .vc_column-inner {
	padding-top: 0px !important;
}

/* Secçcao testemunhos */
.home-testemunhos {
	/* padding-top: var(--page-bottom-margin-desktop); */
	background-color: var(--greyBG);
}
.testemunhos-wrapper h2 {
	/* background-color: var(--blackCards);
	color: var(--white); */
	margin: 40px 0px;
}
/* Remover pasdding do footer na homepage */
.home .footer {
	margin-top: 0px;
}

/************ TESTEMUNHOS ************/
/* Testemunho wrapper */
.testemunhos-wrapper {
	margin-bottom: 0px !important;
}
.testemunhos-list-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin: 0px var(--page-margin-desktop);
}

/* Imagem de fundo do cartão de testemunho */
.testemunho-card {
	margin: 0 auto;
	margin-bottom: 30px !important;
	padding: 35px;

	/* shadow box testemunhos */
	box-shadow: -2px 6px 20px 0px #d3d3d3;
	border-radius: 10px;
	background-color: var(--white);
}

/* margens entre elementos */
.testemunho-nome,
.test-ocupacao {
	margin-bottom: 8px;
}

/* Imagem do testemunho */
.testemunho-img {
	width: 85px;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center top;
	border-radius: 100%;
	margin-bottom: 10px;
}

/* Texto nome de testemunho */
.testemunho-card .testemunho-nome p {
	color: var(--black);
	font-family: "Raleway";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.testemunho-card .testemunho-nome {
	display: flex;
	align-items: center;
}
/* Imagem bandeira antes do nome */
.nacionalidade-image {
	width: 8%;
	float: left;
	margin-right: 2%;
}

/* Texto ocupacao de testemunho */
.testemunho-card .test-ocupacao {
	color: var(--black);
	font-family: "Raleway";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Texto Comentario de testemunho */
.testemunho-card .test-comentario {
	color: var(--black);
	font-family: "Raleway";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.5px; /* 152.174% */
}

/* .slider-controls {
	position: relative;
	margin-bottom: var(--page-bottom-margin-desktop) !important;
} */
/* Setas slide */
/* .slide-right,
.slide-left {
	position: absolute;
	width: 4%;
	transform: translate(-50%, -50%);
	top: 50%;
	cursor: pointer;
} */

/* Seta para trás */
/* .slide-left {
	left: 37%;
} */
/* Seta para frente */
/* .slide-right {
	left: 63%;
} */

/****************************************
	****************** NUTRIÇÃO ***************
	*****************************************/
/* Coluna com artigos */
.artigo-col {
	height: 397px;
	padding: 0px 5px;
	margin-bottom: 10px;
}
/* Wrapper de imagem */
.artigo-imagem-wrapper {
	overflow: hidden;
	height: 100%;
	/* border: 1px solid var(--brown); */
	border-radius: var(--border-radius-big);
	position: relative;
}

/* Dimensão do titulo do artigo*/
.artigo-titulo {
	height: 10%;
}

/* Dimensão da imagem na coluna */
.artigo-imagem {
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 200ms;
	overflow: hidden;
	width: 100%;
}

/* animação em cada cartão de artigo */
.artigo-col:hover img {
	transform: scale(1.1);
}

.artigo-imagem-wrapper .cartao-ajuda-botao {
	/* transform: translate(0%, -110%); */
	position: absolute;
	top: 0%;
	left: -10px;
}

/****************************************
****************** NUTRIÇÃO - DETALHE ARTIGO ***************
*****************************************/
/* Icon voltar para trás */
.voltarIcone {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: -6%;
}

/* Titulo do artigo */
.titulo-row {
	margin-bottom: 30px;
}

/* Imagem do artigo (quando não existe corpo de texto) */
.artigo-detalhe-imagem img {
	width: 100%;
	object-fit: cover;
}

/* Texto da fonte */
.sourceText {
	font-size: 14px;
}
/* Logotipo tipo Carimbo */
.artigo-detalhe-stamp img {
	float: right;
	width: 10%;
	filter: brightness(75%);
	display: none;
}
/* margem para o footer */
.artigo-detalhe-stamp {
	margin-bottom: 10px;
	width: 100%;
	float: right;
}

/* ----------------------------------- COOKIES PROMPT ----------------------------------- */
/* Estrutura do Prompt de Cookies */
.cookiesPrompt {
	position: fixed;
	transform: translate(-100%, -100%);
	top: 97%;
	left: calc(100% - 73px);
	width: 350px;
	height: fit-content;
	background-color: var(--black);
	border-radius: var(--border-radius);
	z-index: 8000;
	color: var(--white);
}
/* Texto infomração Cookies */
.information {
	padding: 30px;
}

/* Mensagem dos Cookies */
.message {
	font-size: 12px;
	line-height: 26px;
}
/* Botões Cookies */
.cookiesButtons {
	padding-top: 10px;
}

/* Botão Aceitar/Rejeitar Cookie */
.acceptCookie,
.rejectCookie {
	margin-bottom: 5px;
	cursor: pointer;
	/* mesmo formato */
	border: 1px solid var(--brown) !important;
	font-family: "Raleway" !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	background: var(--white) !important;
	color: var(--brown) !important;
	font-weight: 800 !important;
	border-radius: 50px !important;
}

/**************************** P_MQ MEDIA QUERIES ********************************* */
/* ------------------ MEDIA QUERIES ------------------ */
/* Ecrãs superiores ao meu Mac (1440px) */
@media only screen and (min-width: 1640px) {
	/* h1 - Título Principal Aloevera */
	h1 {
		font-size: 60px;
		line-height: 70px;
	}

	h2 {
		font-size: 50px;
	}
	/* a pedido da v last minute call */
	.testemunhos-wrapper h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 36px;
		line-height: 44px;
	}

	h4 {
		font-size: 30px;
		line-height: 34px;
	}

	h5 {
		font-size: 26px;
	}

	/* Fonts default */
	p,
	a,
	label,
	input,
	select,
	textarea,
	option,
	.contacto-row .clinica-wrapper .clinica-button {
		/* font-size: 24px;
		line-height: 42px; */
		font-size: 20px;
		line-height: 34px;
	}

	/* -- 10. Navigation */
	.site-header {
		height: var(--header-height);
	}

	/* MENU ESCONDIDO + HAMBURGUER */
	.menuOptions {
		padding-left: var(--page-margin-desktop-xl);
		padding-right: var(--page-margin-desktop-xl);
	}

	/* Menu vertical*/
	.main-navigation ul li {
		margin-bottom: 30px;
	}

	/* Dimensão das opcções de menu */
	.main-navigation a,
	#main-menu li:last-child a {
		font-size: 34px !important;
		line-height: normal;
	}

	/* Big Footer Text */
	.footer-bigText {
		font-size: 44px;
		line-height: 50px;
	}

	/* Texto inferior footer */
	.footerBottom {
		font-size: 18px;
		line-height: 24px;
	}
	/* Tamanho p mais pequeno (14) */
	.text14 p {
		font-size: 21px;
		line-height: 34px;
	}

	/* Cor links footer */
	.footer-navigation a {
		font-size: 24px;
	}

	/* Margem inferior header para corpo */
	.bottomMargins {
		margin-bottom: var(--page-bottom-margin-desktop-xl);
	}

	/* Margens de Página */
	.pageMargins {
		margin-left: var(--page-margin-desktop-xl);
		margin-right: var(--page-margin-desktop-xl);
	}

	.pagePaddings {
		padding-left: var(--page-margin-desktop-xl);
		padding-right: var(--page-margin-desktop-xl);
	}

	/* Botao Direções */
	.clinica-button a {
		font-size: 20px;
	}

	/* Size do texto botao */
	.botaoEspecial,
	.main-navigation li:last-child a,
	.footer-main-nav li:last-child a,
	.clinica-button,
	.home .clinica-button:hover,
	.home-nutri h3,
	.artigo-botao .botaoEspecial,
	.cartao-ajuda-botao a {
		font-size: 16px !important;
	}

	.cartao-ajuda-botao a,
	.cartao-ajuda-botao a:hover,
	.artigo-botao .botaoEspecial:hover {
		font-size: 16px !important;
	}

	/****************************************
		****************** HOMEPAGE ***************
		*****************************************/
	/* Manipular Background da Hero Section */
	.vc_row.wpb_row.vc_row-fluid.hero-section.vc_row-flex {
		/* background-position: 0% 0% !important; */
		background-position: 0% 50% !important;
	}
	/* Secçcao testemunhos */
	.home-testemunhos {
		/* padding-top: var(--page-bottom-margin-desktop-xl); */
	}

	.testemunhos-list-wrapper {
		margin: 0px var(--page-margin-desktop-xl);
	}

	/* Imagem de fundo do cartão de testemunho */
	.testemunho-card {
		padding: 50px;
	}

	/* Texto Comentario de testemunho */
	.testemunho-card .test-comentario {
		font-size: 13px;
		line-height: 18px; /* 152.174% */
	}

	/************** SECÇÂO NUTRICAO CLINICA *************/
	.home-nutri h3 {
		margin-bottom: 30px !important;
	}

	/* Estrutura de grid para os cartões */
	.cards-wrapper .vc_column-inner .wpb_wrapper:not(.home-card .wpb_wrapper) {
		row-gap: 10px;
	}

	/* cartão nutricao */
	.home-card .wpb_wrapper {
		height: 110px;
	}

	/********* SEÇCAO CARTÕES AJUDA HOMEPAGE *********/
	.cartoes-ajuda-home-section {
		padding: var(--page-bottom-margin-desktop) var(--page-margin-desktop-xl);
	}
	/* Dimensão dos cartões */
	.cartao-ajuda
		.vc_column-inner
		.wpb_wrapper:not(.cartao-ajuda-texto .wpb_wrapper):not(
			.cartao-ajuda-titulo .wpb_wrapper
		) {
		height: 500px;
	}

	.cartao-ajuda li,
	.cartao-ajuda p {
		font-size: 15px;
	}

	.cartao-ajuda p {
		line-height: 24px;
	}

	/* Texto nome de testemunho */
	.testemunho-card .testemunho-nome p {
		font-size: 24px;
	}
	/****************************************
		****************** CONSULTAS PRESENCIAIS ***************
		*****************************************/
	.consulta-img-wrapper {
		transform: translate(-13%, 0%) scale(1.3);
	}

	.all-clinica-wrapper {
		grid-column-gap: 27px;
	}

	/* Wrapper de cada clinica */
	.clinica-wrapper {
		margin-bottom: 100px;
		width: 100%;
	}

	.clinica-wrapper p,
	.contacto-row .clinica-wrapper p {
		font-size: 18px;
	}

	.contacto-row .clinica-wrapper div:not(.clinica-button) {
		width: 400px;
	}

	.sobre-mim {
		padding: var(--page-bottom-margin-desktop-xl)
			var(--page-margin-desktop-xl);
	}

	/****************************************
		****************** BIOGRAFIA ***************
		*****************************************/
	/* margem da página (não está no BODY pq não ha consistencia de margens nas páginas */
	.biografia-wrapper,
	.nutricao-wrapper
	/* ,.mapa-wrapper  */ {
		margin: 0px var(--page-margin-desktop-xl) !important;
	}

	/****************************************
		****************** CONSULTAS ONLINE ***************
		*****************************************/
	input.form-time-button::before {
		font-size: 20px;
	}

	.consulta-online-img-wrapper {
		transform: translate(15%, 0%) scale(1.4);
		min-height: 80vh;
	}

	/* Labels centrados, a 100% com border */
	.formInputsCenter label {
		padding: 10px 0px;
	}

	/****************************************
		****************** CONSULTAS ONLINE ***************
		*****************************************/
	.col-input {
		margin-bottom: 30px;
	}
	.popUpInput {
		font-size: 20px;
	}

	/****************************************
		****************** CONTACTOS ***************
		*****************************************/
	/* Textos com localizações de clinicas */
	.clinica-nome,
	.clinica-address,
	.clinica-link {
		font-size: 16px;
	}

	/* ***********  REDES SOCIAIS SEM SER FOOTER  *********** */
	/* Alterar dimensão */
	.contactos-redes-sociais li a i {
		font-size: 34px !important;
	}
	.menu-menu-social-container span,
	.menu-menu-social-ingles-container span {
		bottom: -70%;
		font-size: 16px;
	}

	.home .clinica-wrapper .clinica-button {
		margin-top: 25px;
	}

	/* ***********  REDES SOCIAIS SEM SER FOOTER *********** */
	.contactos-redes-sociais {
		padding: calc(var(--page-bottom-margin-desktop-xl) + 10px) 0px;
	}
	/* ***********  FIM REDES SOCIAIS SEM SER FOOTER *********** */
	/* ----------------------------------- COOKIES PROMPT ----------------------------------- */

	/* Mensagem dos Cookies */
	.message {
		font-size: 16px;
	}
	/* Botões Cookies */
	.cookiesButtons {
		padding-top: 20px;
	}

	/* Botão Aceitar/Rejeitar Cookie */
	.acceptCookie,
	.rejectCookie {
		font-size: 20px;
		margin-bottom: 9px;
	}
	/* img slider */
	.img-slide {
		height: 1060px;
	}

	/* FOOTER */
	/* Menu Social - Horizontal */
	/* Forma quadrada do link com icone */
	#footer-menu-social li a {
		line-height: 38px;
		font-size: 24px;
		width: 38px;
		height: 38px;
	}
}

/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
}

/* PONTO DE CONTROLO ESEPECIFICO */
@media only screen and (max-width: 1230px) {
	/************ TESTEMUNHOS ************/
	/* Testemunho wrapper */
	.testemunhos-list-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	/* Secção geral do formualrio */
	.consulta-online-form {
		/* width: 600px; */
	}
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1024px) {
	/************ TESTEMUNHOS ************/
	/* Testemunho wrapper */
	.testemunhos-list-wrapper {
		grid-template-columns: 1fr 1fr;
		margin: 0px var(--page-margin-desktop);
	}
	/* Imagem de fundo do cartão de testemunho */
	.testemunho-card {
		margin-bottom: 30px !important;
		padding: 35px;
	}
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
	}

	h2 {
		font-size: 32px;
		line-height: 39px;
		margin-bottom: 20px;
	}
	/* a pedido da v last minute call */
	.testemunhos-wrapper h2 {
		font-size: 26px;
	}

	/* h3 superior a h2 porque é como está o design */
	h3 {
		font-size: 30px;
		line-height: 36px;
	}

	h4 {
		font-size: 22px;
		line-height: 30px;
	}

	h5 {
		font-size: 16px;
	}

	/* Fonts default */
	p,
	a,
	label,
	input,
	select,
	textarea,
	option {
		font-size: 16px;
		line-height: 28px;
	}

	label {
		font-size: 15px;
	}

	/* Big Footer Text */
	.footer-bigText {
		font-size: 25px;
		line-height: 30px;
	}
	/* Texto inferior footer */
	.footerBottom {
		font-size: 14px;
		line-height: 16px;
	}
	/* Tamanho p mais pequeno (14) */
	.text14 p {
		font-size: 14px;
		line-height: 22px;
	}

	/* Margens de Página */
	.pageMargins {
		margin-left: var(--page-margin-tablet);
		margin-right: var(--page-margin-tablet);
	}
	.legal-page {
		margin: 0px var(--page-margin-tablet) !important;
	}

	.pagePaddings {
		padding-left: var(--page-margin-tablet);
		padding-right: var(--page-margin-tablet);
	}
	/* Margem inferior header para corpo */
	.bottomMargins {
		margin-bottom: var(--page-bottom-margin-tablet);
	}

	#main {
		/* margin-top: 120px; */
	}

	/*  Proporções do header */
	.site-header {
		grid-template-columns: 45% 55%;
		height: var(--header-height);
	}

	/* MENU ESCONDIDO + HAMBURGUER */
	.menuOptions {
		padding-left: var(--page-margin-tablet);
		padding-right: var(--page-margin-tablet);
	}

	/******* FOOTER ***********/
	/* -- 09. P_Footer */
	.footer {
		padding-top: 3rem;
		/* margin-top: 120px; */
		margin-top: 0px;
	}
	/* Informação Made by wevolved */
	.footer .site-info,
	.legal-row {
		padding-left: var(--page-margin-tablet);
		padding-right: var(--page-margin-tablet);
	}

	/* Forma quadrada do link com icone */
	#footer-menu-social li a {
		padding: 10px;
		border-radius: var(--border-radius);
	}

	/* margem logo footer */
	.footer-logo-row {
		margin-bottom: 50px;
	}

	/* margem menu footer */
	.footer-menu-row {
		margin-bottom: 59px;
	}

	/* margem quote footer */
	.footer-quote-col {
		margin-bottom: 59px;
	}

	/* Espaçamento do logo p/ menu footer */
	.footerLogoSection {
		margin-bottom: 0px;
	}

	/* Logotipo do footer */
	.footerLogoSection img {
		width: 90%;
	}

	/* Menu vertical*/
	.main-navigation ul li {
		margin-bottom: 40px;
	}

	/* Dimensão das opcções de menu */
	.main-navigation a,
	#main-menu li:last-child a {
		font-size: 26px !important;
	}

	/****************************************
	****************** HOMEPAGE ***************
	*****************************************/
	/* Manipular Background da Hero Section */
	.vc_row.wpb_row.vc_row-fluid.hero-section.vc_row-flex {
		background-position: 50% 0% !important;
	}

	/* Hero text */
	.hero-text {
		position: absolute !important;
		top: 40%;
		left: 55%;
	}

	/* Texto após Hero Section */
	.second-hero-text p {
		padding: 0px 110px;
	}

	/************** SECÇÂO SOBRE MIM *************/
	/* Padding nas colunas sobre mim */
	.sobre-mim .vc_column_container:nth-child(1) img {
		padding-right: 0px;
	}
	.sobre-mim:nth-child(even) .vc_column_container:nth-child(1) img {
		padding-right: 0px;
		padding-left: 0px;
	}

	/* paddings nas secções sem margens default website */
	.sobre-mim,
	.home-nutri {
		padding: var(--page-bottom-margin-tablet) 40px;
	}

	/* paragrafos 14px */
	.sobre-mim p,
	.home-nutri p {
		font-size: 14px;
		line-height: 24px;
	}
	/************** SECÇÂO NUTRICAO CLINICA *************/

	/* Estrutura de grid para os cartões */
	.cards-wrapper .vc_column-inner .wpb_wrapper:not(.home-card .wpb_wrapper) {
		row-gap: 60px;
	}

	/********* SEÇCAO CARTÕES AJUDA HOMEPAGE *********/
	.cartoes-ajuda-home-section {
		padding: var(--page-bottom-margin-desktop) var(--page-margin-tablet);
	}
	.cartao-ajuda li,
	.cartao-ajuda p {
		font-size: 14px;
	}

	.cartao-ajuda p {
		line-height: 20px;
	}

	/* cartão nutricao */
	.home-card .wpb_wrapper {
		height: 100px;
	}

	/**************** BOTÔES ESPECIAIS  */
	/* Enfase estilo dos botões */
	.clinica-button,
	.home .clinica-button:hover {
		padding: 10px 15px;
	}

	/* Efeito hover nos botões especiais */
	.clinica-button:hover,
	.home .clinica-button {
		padding: 10px 15px;
	}

	/************** SECÇÂO CONTACTOS *************/
	/* Wrapper de cada clinica */
	.home .clinica-wrapper {
		width: 100%;
	}
	/* Botão contactos */
	.home .clinica-wrapper .clinica-button {
		width: fit-content;
		margin-top: 15px;
	}
	/* Informação Texto da clinica */
	.clinica-info {
		/* margin-bottom: 30px; */
	}

	/************** SECÇÂO TESTEMUNHOS *************/
	/* Redimensionar Logo */
	.home-testemunhos .wpb_single_image img {
		max-width: 80%;
	}
	/* Texto nome de testemunho */
	.testemunho-card .testemunho-nome p {
		font-size: 24px;
	}

	/* ocupaçao */
	.testemunho-card .test-ocupacao {
		font-size: 16px;
	}

	/* Imagem de fundo do cartão de testemunho */
	.testemunho-card {
		padding: 45px;
		/* min-height: 700px; */
	}

	/* Texto Comentario de testemunho */
	.testemunho-card .test-comentario {
		font-size: 14px;
		line-height: 24px;
	}

	.testemunhos-list-wrapper {
		grid-template-columns: 1fr;
		margin: 0px var(--page-margin-tablet);
	}
	/* Imagem de fundo do cartão de testemunho */
	.testemunho-card {
		width: 600px;
		margin-bottom: 30px !important;
		padding: 35px;
	}

	/****************************************
		****************** CONSULTAS PRESENCIAIS ***************
		*****************************************/
	.consultas-wrapper .vc_col-sm-5,
	.consultas-wrapper .vc_col-sm-7,
	.consultas-online-wrapper .vc_col-sm-5,
	.consultas-online-wrapper .vc_col-sm-7 {
		width: 100%;
	}

	.daysWrapper {
		max-height: 400px;
	}

	.consulta-img-wrapper {
		transform: translate(0%, 15%) scale(1.3);
	}

	/* Override Paddings da página */
	.page-id-14 main,
	.page-id-450 main,
	.page-id-379 main,
	.page-id-449 main {
		margin-right: 0px;
		margin-left: 0px;
	}

	.consultas-wrapper {
		padding: 0 var(--page-margin-tablet);
	}

	.clinica-wrapper p {
		font-size: 12px;
	}

	.all-clinica-wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 40px;
		margin-top: 40px;
	}

	.all-clinica-wrapper > div:nth-child(n + 1),
	.all-clinica-wrapper > div:nth-child(n + 2),
	.all-clinica-wrapper > div:nth-child(n + 3),
	.contacto-row .contact-wrapper {
		margin-left: 0px;
	}
	.all-clinica-wrapper > div:nth-child(n + 4),
	.all-clinica-wrapper > div:nth-child(n + 5),
	.all-clinica-wrapper > div:nth-child(n + 6) {
		margin-left: 0px;
	}

	.mapa-wrapper.wpb_column.vc_column_container.vc_col-sm-12 {
		margin: 0px -10px;
		width: -webkit-fill-available;
	}
	/****************************************
		****************** BIOGRAFIA ***************
		*****************************************/
	/* margem da página (não está no BODY pq não ha consistencia de margens nas páginas */
	.biografia-wrapper,
	.nutricao-wrapper
	/* , .mapa-wrapper  */ {
		margin: 0px var(--page-margin-tablet) !important;
	}

	/****************************************
	****************** NUTRIÇÃO - DETALHE ARTIGO ***************
	*****************************************/
	/* Icon voltar para trás */
	.voltarIcone {
		left: 4%;
		position: relative;
		float: left;
		transform: translate(0%, 0%);
		top: 0%;
		left: 0%;
	}

	/* SVG redimensionado */
	.voltarIcone svg {
		/* width: 80%; */
		width: 30px;
	}

	/* Titulo do artigo */
	.titulo-row {
		margin-bottom: 0px;
	}

	/* Imagem do artigo (quando não existe corpo de texto) */
	.artigo-detalhe-imagem img {
		width: 100%;
		object-fit: cover;
	}
	/* Logotipo tipo Carimbo */
	.artigo-detalhe-stamp img {
		width: 15%;
	}
	/* margem para o footer */
	.artigo-detalhe-stamp {
		margin-bottom: 20px;
	}
	.artigo-detalhe-imagem {
		margin-bottom: var(--page-margin-tablet);
	}

	/**********************************************************************
	**************************** CONTACTOS  ***************************
	******************  MIX DE CONSULTAS PRESENCIAIS E ONLINE *********
	***************************************** */

	.formInputsCenter.timeInputs {
		width: auto;
	}
	/* dimensões do pop up */
	.popUp {
		max-width: 100%;
	}
	.contactos-redes-sociais {
		padding: calc(var(--page-bottom-margin-tablet) + 10px) 0px;
	}

	/* Textos com localizações de clinicas */
	.clinica-nome,
	.clinica-address,
	.clinica-link {
		font-size: 16px;
	}

	/* diminuir padding de cada clinica */
	.clinica-col p {
		margin-bottom: 20px;
	}

	/* remover paddings */
	.clinica-col,
	.mapa-col {
		padding: 0px;
	}

	.mapa-col {
		margin-top: 20px;
	}

	.mapa-col #wpgmza_map {
		height: 400px !important;
		margin-top: 30px;
	}

	.contact-sec-1 {
		margin-top: 20px;
	}

	.contact-sec-3 {
		padding: 0px;
	}
	.contact-sec-3 h2 {
		padding: 30px;
		padding-bottom: 0px;
	}
	.contact-sec-3 .clinica-col {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
	/****************************************
		****************** CONSULTAS ONLINE ***************
		*****************************************/
	.consulta-online-img-wrapper {
		transform: translate(0%, 15%) scale(1.3);
		min-height: 80vh;
	}

	.consulta-online-form {
		/* padding-left: calc(var(--page-margin-tablet) - 35px - 15px);
		padding-right: calc(var(--page-margin-tablet) - 35px - 15px); */
		padding-left: var(--page-margin-tablet);
		padding-right: var(--page-margin-tablet);
		/* width: 80%; */
	}

	input[type="checkbox"]:not(.termsConditionsInput),
	.normalRadio {
		transform: translateY(0px);
	}

	/* Centrar elementos de texto do form */
	.cons-section-wrapper h2,
	.cons-section-wrapper h4,
	.cons-section-subtitle {
		text-align: center;
	}

	/* Font size da subtitle */
	.cons-section-subtitle {
		font-size: 14px;
	}

	/* Margens de botões hora (centrado) */
	input.form-time-button {
		margin: 10px auto;
		padding: 25px 0px;
		width: 100%;
		position: relative;
	}

	input.form-time-button::before {
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
	.col-input {
		padding: 0px;
	}

	/* Coluna com artigos */
	.artigo-col {
		margin-bottom: 60px;
	}

	/* img slider */
	.img-slide {
		height: 600px;
	}
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
	label {
		font-size: 14px;
	}
	h4 {
		font-size: 26px;
		line-height: 34px;
	}
	/* FONTS EM MOBILE SÂO IGUAIS A TABLET! */
	.pageMargins {
		margin-left: var(--page-margin-mobile);
		margin-right: var(--page-margin-mobile);
	}

	.legal-page {
		margin: 0px var(--page-margin-mobile) !important;
	}

	.pagePaddings {
		padding: 0px var(--page-margin-mobile);
	}

	/* Margem inferior header para corpo */
	.bottomMargins {
		margin-bottom: var(--page-bottom-margin-mobile);
	}

	.site-header {
		grid-template-columns: 60% 40%;
	}

	/* Dimensão das opcções de menu */
	.main-navigation a,
	#main-menu li:last-child a {
		font-size: 22px !important;
	}

	/* MENU ESCONDIDO + HAMBURGUER */
	.menuOptions {
		justify-content: center;
	}

	ul#main-menu {
		text-align: center;
	}
	/****************************************
	****************** FOOTER ***************
	*****************************************/
	.footer {
		margin-top: 0px;
	}
	/* margem em mobile quando menus verticais */
	.sitemap-col,
	.social-col {
		margin-bottom: 50px;
	}

	.legal-col {
		margin-bottom: 90px;
	}
	/* margem de footer menu para frase */
	.footer-menu-row {
		margin-bottom: 20px;
	}

	/****************************************
	****************** HOMEPAGE ***************
	*****************************************/
	/* Manipular Background da Hero Section */
	.vc_row.wpb_row.vc_row-fluid.hero-section.vc_row-flex {
		background-position: 50% 0% !important;
	}

	/* Hero text */
	.hero-text {
		top: 70%;
		left: 0%;
	}
	/* remover margem */
	.hero-text .wpb_content_element {
		margin-bottom: 0px;
	}

	/* Texto após Hero Section */
	.second-hero-text p {
		padding: 0px var(--page-bottom-margin-mobile);
	}

	/************** SECÇÂO SOBRE MIM *************/
	/* paddings nas secções sem margens default website */
	.sobre-mim,
	.home-nutri {
		padding: var(--page-bottom-margin-mobile) 40px;
	}

	/********* SEÇCAO CARTÕES AJUDA HOMEPAGE *********/

	/* Cartão ajuda */
	.cartao-ajuda {
		margin: 0px;
	}

	.cartao-ajuda li,
	.cartao-ajuda p {
		font-size: 14px;
		font-family: "Raleway";
	}

	.cartao-ajuda p {
		line-height: 22px;
	}

	/* Margem para a secção dos cartões e texto*/
	.cards-wrapper,
	.homepage-text-wrapper {
		margin-bottom: 20px;
	}

	/* Estrutura de grid para os cartões */
	.cards-wrapper .vc_column-inner .wpb_wrapper:not(.home-card .wpb_wrapper) {
		row-gap: 30px;
	}

	/* centrar botões homepage nutrição */
	.home-nutri .vc_column-inner {
		display: flex;
		justify-content: center;
	}

	p:not(.footer-menu-title):not(.linguagem):not(.clinica-wrapper p):not(
			.footer-bigText
		):not(.cartao-ajuda-texto p):not(.testemunho-card p) {
		/* text-align: center; */
	}

	/**************** BOTÔES ESPECIAIS  */
	/* Enfase estilo dos botões */
	.clinica-button,
	.home .clinica-button:hover {
		padding: 3px 10px;
	}

	/* Efeito hover nos botões especiais */
	.clinica-button:hover,
	.home .clinica-button {
		padding: 3px 10px;
	}

	/************** SECÇÂO CONTACTOS *************/
	.sobre-mim h2 {
		margin-bottom: 18px;
	}

	.home .clinica-wrapper p {
		font-size: 22px;
		line-height: 30px;
	}

	/* Wrapper de cada clinica */
	.home .clinica-wrapper {
		width: 100%;
	}
	/* Informação Texto da clinica */
	.clinica-info {
		/* margin-bottom: 51px; */
	}

	/* nomes */
	.clinica-nome,
	.clinica-address,
	.clinica-link {
		font-size: 12px;
	}

	.termsConditions {
		font-size: 12px;
	}
	/* texto Por cima imagem predios */
	.marcacao-bg-text {
		font-size: 30px;
	}

	/************** SECÇÂO TESTEMUNHOS *************/

	/************ TESTEMUNHOS ************/
	/* Imagem de fundo do cartão de testemunho */
	.testemunho-card {
		width: 75%;
		padding: 30px;
	}

	/* Secçcao testemunhos */
	.home-testemunhos {
		/* padding-top: var(--page-bottom-margin-mobile); */
		padding-bottom: var(--page-bottom-margin-mobile);
	}

	/* Texto Comentario de testemunho */
	.testemunho-card .test-comentario {
		font-size: 12px;
	}

	/****************************************
	****************** CONSULTAS PRESENCIAIS ***************
	*****************************************/
	.consultas-wrapper {
		padding: 0 var(--page-margin-mobile);
	}

	.clinica-wrapper p {
		font-size: 12px;
	}

	.clinica-info {
		/* margin-bottom: 20px; */
	}
	/* Estrutura de colunas */
	.all-clinica-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		margin-top: 40px;
	}
	/* posicao da imagem */
	.consulta-img-wrapper {
		transform: translate(0%, 10%) scale(1.5);
		height: 40vh !important;
	}

	.contacto-row .clinica-wrapper {
		width: 70%;
	}

	/****************************************
		****************** BIOGRAFIA ***************
		*****************************************/
	/* margem da página (não está no BODY pq não ha consistencia de margens nas páginas */
	.biografia-wrapper,
	.nutricao-wrapper
	/* ,.mapa-wrapper  */ {
		margin: 0px var(--page-margin-mobile) !important;
	}

	.biografia-wrapper .vc_col-sm-6 {
		padding: 0px 0px;
	}

	/* img slider */
	.img-slide {
		height: 700px;
	}

	/****************************************
	****************** CONSULTAS ONLINE ***************
	*****************************************/
	.consulta-online-img-wrapper {
		transform: translate(0%, 15%) scale(1.3);
		min-height: 60vh;
	}

	.consulta-online-form {
		/* padding-left: calc(var(--page-margin-mobile) + 35px 15px);
		padding-right: calc(var(--page-margin-mobile) + 35px 15px); */
		padding-left: var(--page-margin-mobile);
		padding-right: var(--page-margin-mobile);
	}

	.consultas-wrapper.vc_row,
	.consultas-online-wrapper.vc_row {
		margin: 0px 15px;
		border-radius: 10px;
	}
	.all-clinica-wrapper {
		grid-column-gap: 15px;
		margin-top: 15px;
	}

	.cons-section-wrapper.cons-section-5 .botaoEspecial {
		width: 100%;
		margin: 0px;
		font-size: 14px !important;
	}

	/****************************************
	****************** NUTRIÇÂO ***************
	*****************************************/
	.artigo-titulo {
		font-size: 18px;
	}

	.copy-col,
	.legal-col {
		padding: 10px 0px;
	}
}

@media only screen and (max-width: 550px) {
	h4 {
		font-size: 22px;
		line-height: 30px;
	}

	/* cartão do testemunho */
	.testemunho-card {
		width: 100%;
		padding: 20px;
		margin-bottom: 0px !important;
	}

	.cartao-ajuda
		.vc_column-inner
		.wpb_wrapper:not(.cartao-ajuda-texto .wpb_wrapper):not(
			.cartao-ajuda-titulo .wpb_wrapper
		) {
		height: 550px;
	}

	.cartoes-ajuda-home-section {
		margin: 0px !important;
	}

	.cartao-ajuda.vc_col-sm-4 {
		width: 100% !important;
	}

	.cartao-ajuda .vc_empty_space {
		min-height: 65%;
	}

	.cartao-ajuda .vc_empty_space {
		height: 65% !important;
	}

	.cartao-ajuda-titulo {
		min-height: 5%;
	}

	.cartao-ajuda-titulo.cartao-artigo {
		min-height: 25%;
	}

	.cartao-ajuda-texto {
		min-height: 20%;
	}

	.cartao-ajuda li,
	.cartao-ajuda p {
		font-size: 12px;
	}
	.cartao-ajuda-botao {
		min-height: fit-content;
	}

	.artigo-botao .botaoEspecial,
	.cartao-ajuda-botao a,
	.artigo-botao .botaoEspecial:hover,
	.cartao-ajuda-botao a:hover {
		padding: 7px 12px !important;
		font-size: 12px !important;
	}

	/* texto Por cima imagem predios */
	.marcacao-bg-text {
		font-size: 24px;
		line-height: 30px;
	}

	/* Label do form */
	.insideInput span:first-child {
		text-align: left;
	}
	.insideInput span:nth-child(2) {
		text-align: right;
	}

	.daysWrapper {
		max-height: 370px;
	}

	/********* Header ********/
	.main-navigation a,
	#main-menu li:last-child a {
		font-size: 24px !important;
	}
	.main-navigation ul li {
		margin-bottom: 40px;
	}
	/* ***********  REDES SOCIAIS SEM SER FOOTER *********** */

	/* mudar display da estrutura de redes sociais */
	.contactos-redes-sociais ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 40px;
	}
	.contactos-redes-sociais li {
		margin: 0px;
		text-align: center;
		float: left;
	}
}

/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
	p,
	a,
	label,
	input,
	select,
	textarea,
	option {
		font-size: 12px;
		line-height: 20px;
	}

	.insideInput span {
		font-size: 10px;
	}
	.vc_row.wpb_row.vc_row-fluid.hero-section.vc_row-flex {
		background-position: 40% 0% !important;
	}

	.termsConditions {
		font-size: 12px;
	}

	.menu-menu-footer-1-container ul li,
	.menu-menu-footer-1-ingles-container ul li {
		margin-bottom: 10px;
	}

	/* botao form de consultas online */
	/* Botão formulário */
	.botao-wrapper {
		justify-content: center;
	}

	/****************************************
	****************** NUTRIÇÂO ***************
	*****************************************/
	.artigo-titulo {
		font-size: 16px;
	}

	.nutricao-wrapper {
		height: auto;
	}

	.testemunho-img {
		width: 65px;
	}

	/* Texto nome de testemunho */
	.testemunho-card .testemunho-nome p {
		font-size: 20px;
	}

	/* ocupaçao */
	.testemunho-card .test-ocupacao {
		font-size: 15px;
	}

	/* Texto Comentario de testemunho */
	.testemunho-card .test-comentario {
		font-size: 14px;
		line-height: 24px;
	}

	.cons-section-wrapper h2 {
		font-size: 28px;
	}

	/* Back do form da pagina contacots */
	.formBack svg {
		width: 60%;
	}

	.formBack {
		left: 5%;
	}

	.con-section-form {
		padding: 0px 5px;
	}

	.cons-section-wrapper h4 {
		font-size: 20px;
	}

	.formTextInput,
	.formTextInput:focus {
		font-size: 12px;
	}

	.legal-row {
		background-color: var(--grey);
		width: 100%;
	}

	.legal-col {
		margin-bottom: 60px;
	}
	/* Informação Made by wevolved */
	.footer .site-info,
	.legal-row {
		padding: 1rem 0;
		margin-top: 1rem;
		padding-left: var(--page-margin-mobile);
		padding-right: var(--page-margin-mobile);
	}
	/* margem menu footer */
	.footer-menu-row {
		margin-bottom: 00px;
	}

	/* dimensão de lis para fazer esquema 2x3 */
	/* .contactos-redes-sociais li:nth-child(1),
	.contactos-redes-sociais li:nth-child(2) {
		width: 50%;
		margin-bottom: 30px !important;
	} */
	/* dimensão de lis para fazer esquema 2x3 */
	/* .contactos-redes-sociais li:not(li:nth-child(1)):not(li:nth-child(2)) {
		width: 33%;
	} */
	/* para colocar o elemento no centro em comparação com os de baixo */
	/* .contactos-redes-sociais li:nth-child(1) {
		transform: translate(calc(50% / 3), 0px);
	} */
	/* para colocar o elemento no centro em comparação com os de baixo */
	/* .contactos-redes-sociais li:nth-child(2) {
		transform: translate(calc(50% / -3), 0px);
	} */

	.menu-menu-social-container span,
	.menu-menu-social-ingles-container span {
		font-size: 11px;
	}
	.contactos-redes-sociais li a i {
		font-size: 30px !important;
	}
	.home .clinica-wrapper .clinica-button {
		width: fit-content;
		font-size: 12px !important;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	/* ***********  FIM REDES SOCIAIS SEM SER FOOTER *********** */
	.formButtonDiv {
		float: unset;
		display: flex;
		justify-content: center;
	}

	.formButton2 {
		float: inherit;
	}
	/* ----------------------------------- COOKIES PROMPT ----------------------------------- */
	/* Estrutura do Prompt de Cookies */
	.cookiesPrompt {
		top: 100%;
		left: 0%;
		width: 100%;
		transform: translate(0px, -100%);
		z-index: 100000;
	}

	/* Botões Cookies */
	/* .cookiesButtons {
		padding-bottom: 15%;
	} */

	/* img slider */
	.img-slide {
		height: 590px;
	}
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
	/* .cartao-ajuda.vc_col-sm-4 {
		width: 300px !important;
	} */

	.cons-section-wrapper.cons-section-5 .botaoEspecial {
		font-size: 14px !important;
		padding: 10px 0px !important;
	}
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
	/* Back do form da pagina contacots */
	.formBack svg {
		width: 50%;
	}

	.formBack {
		left: 3%;
	}

	/* img slider */
	.img-slide {
		height: 350px;
	}
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
