/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * 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.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 {
    outline-width: 0;
}

/**
 * 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 */
    -webkit-text-decoration: underline dotted;
    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.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* 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;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus,
:active {
    outline: none;
    border: none;
}

input,
input:focus,
select,
select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

/*usar esta mixin quando se quer expecificar um limite de 0px a Xpx.*/
/*ex:
      div{
        @include media-smaller-than(1000px);
      }
  */
/*usar esta mixin quando se quer expecificar um limite de Xpx a Ypx.*/
/*ex:
      div{
        @include media-between(900px,1000px);
      }
  */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Usado novos desenvolvimentos - Fevereiro 2019*/
.menu-box {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 20%;
}

.menu-box.open {
    height: 100vh;
    z-index: 21;
}

.menu-box .logoContainer {
    width: 72px;
    position: absolute;
    left: 55px;
    top: 50px;
    cursor: pointer;
    pointer-events: auto;
}

.menu-box .logo {
    width: 72px;
    border-radius:5px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .menu-box .logoContainer {
        left: 15px;
        top: 30px;
    }
}

.menu-box .menu,
.menu-box .menu-bg,
.menu-box .menu-burger {
    position: absolute;
    width: 48px;
    height: 48px;
    font-size: 40px;
    text-align: center;
    border-radius: 100%;
    right: 65px;
    top: 40px;
}

.menu-box .menu:hover,
.menu-box .menu-bg:hover,
.menu-box .menu-burger:hover {
    color: #ada397 !important;
}

@media (min-width: 0px) and (max-width: 1023px) {

    .menu-box .menu:hover,
    .menu-box .menu-bg:hover,
    .menu-box .menu-burger:hover {
        text-shadow: 0px 0px 3px #6f6f6f;
    }
}

.menu-box .menu-bg {
    background: #fff;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, -webkit-transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s;
    transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, -webkit-transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s;
    -o-transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s;
    transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s;
    transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s, -webkit-transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.5s;
    right: 50px;
    top: 50px;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.menu-box .menu-bg.overlay {
    pointer-events: auto;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    width: 300vw;
    height: 300vh;
    opacity: 0.9;
    -webkit-transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, -webkit-transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s;
    transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, -webkit-transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s;
    -o-transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s;
    transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s;
    transition: opacity 0.76s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, height 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, width 0.9s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, color 0.2s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s, -webkit-transform 0.6s cubic-bezier(0.33, 0, 0.37, 0.98) 0.1s;
}

.menu-box .menu-burger {
    pointer-events: auto;
    color: #e4537e;
    padding-top: 7px;
    -webkit-user-select: none;
    cursor: pointer;
    -webkit-transition: opacity 0.4s, text-shadow 0.4s, color 0.4s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, text-shadow 0.4s, color 0.4s, top 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, text-shadow 0.4s, transform 0.4s, color 0.4s, top 0.4s;
    transition: opacity 0.4s, text-shadow 0.4s, transform 0.4s, color 0.4s, top 0.4s;
    transition: opacity 0.4s, text-shadow 0.4s, transform 0.4s, color 0.4s, top 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 1001;
}

@media (min-width: 0px) and (max-width: 512px) {
    .menu-box .menu-burger {
        position: absolute;
        right: 15px;
        top: 24px;
    }
}

.menu-box .menu-burger span {
    height: 10px;
    display: block;
    letter-spacing: -1px;
    font-size: 22px;
}

.menu-box .menu-burger span:first-child {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    line-height: 0;
    -webkit-transform-origin: 25px 26px;
    -ms-transform-origin: 25px 26px;
    transform-origin: 25px 26px;
}

.menu-box .menu-burger span:last-child {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    line-height: 0;
    -webkit-transform-origin: 24px 8px;
    -ms-transform-origin: 24px 8px;
    transform-origin: 24px 8px;
}

.menu-box .menu-burger span:nth-child(2) {
    -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    line-height: 0;
}

.menu-box .menu-burger.crossburger {
    cursor: pointer;
}

.menu-box .menu-burger.crossburger span:first-child {
    -webkit-transform: rotate(135deg) translateY(16px);
    -ms-transform: rotate(135deg) translateY(16px);
    transform: rotate(135deg) translateY(16px);
}

.menu-box .menu-burger.crossburger span:last-child {
    -webkit-transform: rotate(-135deg) translateY(-1px);
    -ms-transform: rotate(-135deg) translateY(-1px);
    transform: rotate(-135deg) translateY(-1px);
}

.menu-box .menu-burger.crossburger span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(79px);
    -ms-transform: translateX(79px);
    transform: translateX(79px);
}

.menu-box .menu-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 50px;
    height: 100%;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 4.2px;
    text-align: center;
    text-transform: uppercase;
    /*    font-family: "Speedee_Bd", Arial, sans-serif;*/
    font-family: "Speedee_Bd", Arial, sans-serif;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #2d2d2d;
}

@media (min-width: 0px) and (max-width: 512px) {
    .menu-box .menu-items {
        padding-bottom: 50px;
    }
}

.menu-box .menu-items a.links {
    text-decoration: none;
    opacity: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 0.5s ease, color 0.5s ease, -webkit-transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, -webkit-transform 1s ease;
    -o-transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
    color: #2d2d2d;
}

.menu-box .menu-items a.links:nth-of-type(2) {
    -webkit-transition: opacity 0.5s ease, color 0.5s ease, -webkit-transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, -webkit-transform 1s ease;
    -o-transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
}

.menu-box .menu-items a.links:nth-of-type(3) {
    -webkit-transition: opacity 0.5s ease, color 0.5s ease, -webkit-transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, -webkit-transform 1s ease;
    -o-transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease;
    transition: opacity 0.5s ease, color 0.5s ease, transform 1s ease, -webkit-transform 1s ease;
}

@media (min-width: 0px) and (max-width: 512px) {
    .menu-box .menu-items a.links {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 33px;
        margin: 0 auto;
        padding: 10px 15px;
    }
}

.menu-box .menu-items a.links:hover {
    background-image: url(../../../images/Campanhas/People/Over.svg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center;
    z-index: 2;
}

.menu-box .menu-items.overlay {
    pointer-events: auto;
    z-index: 1000;
}

.menu-box .menu-items.overlay a {
    opacity: 1;
    margin: 0 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, -webkit-transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, -webkit-transform 1s ease 0.6s;
    -o-transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
}

.menu-box .menu-items.overlay a:nth-of-type(2) {
    -webkit-transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, -webkit-transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, -webkit-transform 1s ease 0.6s;
    -o-transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
}

.menu-box .menu-items.overlay a:nth-of-type(3) {
    -webkit-transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, -webkit-transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, -webkit-transform 1s ease 0.6s;
    -o-transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 0.35s ease 0.6s, color 0.35s ease 0.6s, transform 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
}

.menu-box .footer-menu {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.menu-box .footer-menu a {
    text-decoration: none;
}

.menu-box .footer-menu.show {
    display: flex;
}

.videoModal {
    display: none;
    position: fixed;
    z-index: 10000000000000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content/Box */
.modal-content {
    max-width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 400px;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .modal-content {
        width: 80%;
    }
}

@media screen and (max-width: 680px) {
    .modal-content {
        height: 40%;
    }
}

@media screen and (max-width: 470px) {
    .modal-content {
        height: 30%;
    }
}

.modal-content .videoWrapper {
    height: 100%;
    margin: 0 auto;
}

.modal-content .videoWrapper .videoContainer {
    background: #eee;
    height: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 20px 20px 0px 0px #e4537e;
    -moz-box-shadow: 20px 20px 0px 0px #e4537e;
    box-shadow: 20px 20px 0px 0px #e4537e;
}

.modal-content .videoWrapper .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 936px) {
    .modal-content .videoWrapper .videoContainer iframe {
        min-height: auto !important;
    }
}

.modal-content .close {
    position: absolute;
    right: -6%;
    color: white;
    font-size: 50px;
    top: -8%;
    cursor: pointer;
}

@media screen and (max-width: 470px) {
    .modal-content .close {
        right: -10%;
        top: -20%;
    }
}

footer {
    background-color: #f7f7f7;
    padding: 30px 0;
}

footer .wrapper {
    width: 68.05%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 0px) and (max-width: 768px) {
    footer .wrapper {
        display: block;
    }
}

footer .left,
footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 0px) and (max-width: 768px) {

    footer .left,
    footer .right {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

footer .left p {
    margin-left: 35px;
    color: #2d2d2d;
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 13px;
}

@media (min-width: 0px) and (max-width: 768px) {
    footer .left p {
        margin-left: 0;
        margin-top: 10px;
    }
}

footer .left span {
    display: block;
    color: #c0c0c0;
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 13px;
}

@media (min-width: 0px) and (max-width: 768px) {
    footer .left {
        margin: 0 auto 40px;
    }
}

footer .right {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: right;
    color: #2d2d2d;
}

footer .right p {
    margin-right: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
    footer .right p {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

footer .right a {
    margin-right: 6px;
    text-decoration: none;
}

footer .right a:last-of-type {
    margin-right: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
    footer .right {
        text-align: center;
    }
}

footer img {
    width: 43px;
    height: 34px;
}

body {
    color: #3a3a3a;
    font-size: 16px;
    font-family: "FuturaPT-Book", Arial, sans-serif;
    overflow-x: hidden;
}

body.overflow {
    overflow: hidden;
}

/* section {
  background-color: #fff;
  position: relative;
  z-index: 1;
} */

.wrapper {
    max-width: 1190px;
    /*padding: 25px 15px;*/
    width: 100%;
    margin: 0 auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block;
    padding: 0 25px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .row {
        padding: 0 10%;
    }
}

.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

form .adicionarxp .plus-circle,
form .adicionarxp span.add,
form .btnRemoverExperienciaProfissional,
form .upload span.add {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url(https://www.mcdonalds.pt/images/McJobs/bas010.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 8px;
    pointer-events: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    /* &:before {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        background: white;
        position: relative;
        top: 11px;
        left: 7.5px;
        cursor: pointer;
    }
    &:after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        background: white;
        transform: rotate(90deg);
        position: relative;
        top: 9px;
        left: 7.5px;
        cursor: pointer;
    }*/
}

form .termos {
    display: block !important;
    margin-top: 10px;
}

form .termos .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

form .termos .container a {
    color: #b0aba3;
    text-decoration: underline;
}

form .termos input[type="checkbox"]+label:before {
    left: 4px;
    border-width: 1px !important;
}

form .termos input[type="checkbox"]+label:after {
    top: 22px;
}

/*Generic Components*/
@font-face {
    font-family: "addictive-caps";
    src: url("../webfonts/addictive-caps.otf") format("opentype");
}

@font-face {
    font-family: "Druk-Bold";
    src: url("../webfonts/Druk-Bold.otf") format("opentype");
}

@font-face {
    font-family: "AmericanTypewriter-01";
    src: url("../webfonts/AmericanTypewriter-01.ttf") format("truetype");
}

@font-face {
    font-family: "AmericanTypewriter-Bold";
    src: url("https://www.mcdonalds.pt/css/Campanhas/webfonts/AmericanTypewriter-Bold-03.ttf") format("truetype");
}

@font-face {
    font-family: "Speedee_Rg";
    src: url("../webfonts/Speedee_W_Rg.woff") format("woff");
}

@font-face {
    font-family: "Speedee_Bd";
    src: url("../webfonts/Speedee_W_Bd.woff") format("woff");
}

@font-face {
    font-family: "Speedee_Lt";
    src: url("../webfonts/Speedee_W_Lt.woff") format("woff");
}

.Heroimghead {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-image: url(https://www.mcdonalds.pt/images/McJobs/illustra_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Heroimghead .container {
    position: relative;
}

.Heroimghead .container.desktop {
    width: 95.83%;
    height: 92.59%;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    /*background: no-repeat center;
        background-image: url(/images/McJobs/header1.png);
        background-size: cover;*/
    display: block;
    background-image: url(https://www.mcdonalds.pt/images/McJobs/bg_1.jpg);
    background-position: 50% 30%;
}

@media (min-width: 0px) and (max-width: 768px) {
    .Heroimghead .container.desktop {
        display: none;
    }
}

.Heroimghead .container.desktop .leftText {
    max-width: 570px;
    margin-top: 170px;
    margin-left: 110px;
}

@media only screen and (max-width: 1080px) {
    .Heroimghead .container.desktop .leftText {
        margin-left: 0;
    }
}

.Heroimghead .container.desktop .leftText h1 {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 90px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #e4537e;
    text-transform: uppercase;
}

.Heroimghead .container.desktop .leftText p {
    /* font-family: "Speedee_Rg", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #31346a;
  margin-top: 20px;
  max-width: 550px;
  word-break: keep-all;
  color: #ffbc0d; */
}

.Heroimghead .container.desktop .leftText .p--fix {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #31346a;
    margin-top: 20px;
    max-width: 550px;
    word-break: keep-all;
}

@media only screen and (max-width: 1080px) {
    .Heroimghead .container.desktop .leftText p {
        max-width: 410px;
    }
}

.Heroimghead .container.desktop .leftText .buttonsHeader {
    margin-top: 50px;
}

/* .Heroimghead .container.desktop .leftText .buttonsHeader a {
  padding: 12px 48px;
  border-radius: 25px;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
} */
/* .Heroimghead .container.desktop .leftText .buttonsHeader a:first-of-type,
.Heroimghead .container.desktop .leftText .buttonsHeader a:first-of-type p, 
.Heroimghead .container.desktop .leftText .buttonsHeader a:first-of-type p:hover

{ background-color: #ffbc0d;
  color: #ffffff;
} */

/* .Heroimghead
  .container.desktop
  .leftText
  .buttonsHeader
  a:first-of-type:before {
  border-color: transparent transparent transparent #ffffff;
}
.Heroimghead .container.desktop .leftText .buttonsHeader a:last-of-type {
  color: #ffbc0d;
  background-color: #ffffff;
}
.Heroimghead .container.desktop .leftText .buttonsHeader a:only-child {

  background-color: #ffbc0d;
}
.Heroimghead .container.desktop .leftText .buttonsHeader a:last-of-type:hover p{
  color: #ffffff; 
} */
/* .Heroimghead .container.desktop .leftText .buttonsHeader a:last-of-type:before {
  border-color: transparent transparent transparent #ffbc0d;
}
.Heroimghead .container.desktop .leftText .buttonsHeader a:before {
  content: "\A";
  border-style: solid;
  border-width: 5px 10px 5px 10px;
  position: absolute;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
} */
.Heroimghead .container.desktop .scrollBtn {
    position: absolute;
    left: 50%;
    bottom: 2%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Heroimghead .container.mobile {
    display: none;
    position: relative;
    background-image: url(https://www.mcdonalds.pt/images/McJobs/mobile_1.jpg);
    height: 100vh;
    width: 100%;
    background-position: 70% 10%;
    background-size: cover;
}

@media (min-width: 0px) and (max-width: 768px) {
    .Heroimghead .container.mobile {
        display: block;
    }
}

.Heroimghead .container.mobile .leftText {
    padding: 200px 25px;
}

.Heroimghead .container.mobile h1 {
    width: 280px;
    height: 295px;
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: 1.1px;
    color: #e4537e;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Heroimghead .container.mobile h1 {
        max-width: 250px;
    }
}

.Heroimghead .container.mobile .buttonsHeader {
    font-size: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.Heroimghead .container.mobile .buttonsHeader a {
    width: 50%;
    display: inline-block;
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    color: #264f36;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 15px 12px;
}

.Heroimghead .container.mobile .buttonsHeader a .icon {
    margin: 0 auto;
    display: block;
    width: 40px;
}

.Heroimghead .container.mobile .buttonsHeader a:first-of-type {
    background-color: rgba(255, 255, 255, 0.63);
}

.Heroimghead .container.mobile .buttonsHeader a:first-of-type:before {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/candidatura_icon.svg);
}

.Heroimghead .container.mobile .buttonsHeader a:last-of-type {
    background-color: rgba(255, 188, 13, 0.72);
}

.Heroimghead .props {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
}

@media only screen and (max-width: 1080px) {
    .Heroimghead .props {
        width: 350px;
    }
}

.Bodytext {
    margin-top: 60px;
}

.Bodytext .wrapper {
    text-align: center;
    max-width: 880px;
}

.Bodytext p {
    font-size: 23px;
    line-height: 28px;
    margin: 35px 15px;
    color: #545454;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Bodytext p {
        font-size: 16px;
        line-height: 23px;
        margin: 35px 20px;
    }
}

.Bodytext p em {
    color: #3a3a3a;
    line-height: 36px;
    font-size: 27px;
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Bodytext p em {
        font-size: 20px;
        line-height: 28px;
    }
}

.testimony {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 150px;
}

.testimony:after,
.testimony:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
}

@media (min-width: 0px) and (max-width: 512px) {

    .testimony:after,
    .testimony:before {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 0px) {

    .testimony:after,
    .testimony:before {
        display: none;
    }
}

.testimony.hideArticle {
    margin-bottom: 100px;
}

.testimony.hideArticle a {
    color: #5a89ff;
    text-decoration: none;
}

.testimony.hideArticle:after,
.testimony.hideArticle:before {
    display: none;
}

.testimony:nth-of-type(1):after {
    width: 212px;
    height: 772px;
    background: url("../../../images/Campanhas/People/compromisso_right.png") no-repeat;
    bottom: -54%;
    right: 0;
}

.testimony:nth-of-type(3) {
    z-index: 2;
}

.testimony:nth-of-type(3):before {
    width: 210px;
    height: 654px;
    background: url("../../../images/Campanhas/People/compromisso_left.png") no-repeat;
    top: -11%;
    left: 0;
}

.testimony:nth-of-type(3):after {
    width: 208px;
    height: 375px;
    background: url("../../../images/Campanhas/People/compromisso_right2.png") no-repeat;
    bottom: -33%;
    right: 0;
}

.testimony .single-article-title {
    margin: 0 auto 190px;
    text-align: center;
    position: relative;
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .single-article-title {
        margin: 0 auto 50px;
    }
}

.testimony .single-article-title .titleBG {
    position: absolute;
    font-family: "Speedee_Rg", Arial, sans-serif;
    color: #d9f8f4;
    z-index: 0;
}

@media (min-width: 0px) and (max-width: 512px) {
    .testimony .single-article-title .titleBG {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .single-article-title .titleBG {
        display: none;
    }
}

.testimony .single-article-title h1 {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: #31346a;
    z-index: 1;
    position: relative;
}

@media (min-width: 0px) and (max-width: 512px) {
    .testimony .single-article-title h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .single-article-title h1 {
        font-size: 30px;
    }
}

.testimony .single-article-title h2 {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: center;
    color: #e4537e;
    z-index: 1;
    position: relative;
}

@media (min-width: 0px) and (max-width: 512px) {
    .testimony .single-article-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .single-article-title h2 {
        font-size: 40px;
    }
}

.testimony .container {
    width: 100%;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.testimony .wrapper {
    max-width: 1250px;
}

.testimony .wrapper .mini-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1290px) and (min-width: 0px) {
    .testimony .wrapper .mini-wrapper {
        padding: 0 2%;
    }
}

@media (max-width: 1024px) and (min-width: 0px) {
    .testimony .wrapper .mini-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 25px;
    }
}

.testimony .wrapper .mini-wrapper figure {
    max-width: 515px;
    width: 60%;
    margin-right: 7%;
    position: relative;
    /*&:before {
                    content: '';
                    background-image: url('/images/McJobs/videoPlay_btn.svg');
                    right: 0;
                    bottom: 0;
                    width: 150px;
                    height: 160px;
                    position: absolute;
                    background-repeat: no-repeat;
                }*/
}

.testimony .wrapper .mini-wrapper figure svg {
    cursor: pointer;
}

.testimony .wrapper .mini-wrapper figure #Video_play:hover path:first-of-type {
    fill: #e4537e;
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .wrapper .mini-wrapper figure {
        width: 100%;
        margin-right: 0;
        margin-left: 20px;
    }
}

.testimony .wrapper .mini-wrapper figure img {
    width: 100%;
    height: auto;
}

.testimony .wrapper .mini-wrapper figure svg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimony .wrapper .mini-wrapper .image-text {
    max-width: 490px;
    width: 40%;
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .wrapper .mini-wrapper .image-text {
        width: auto;
        max-width: none;
        margin-top: 20px;
    }
}

.testimony .wrapper .mini-wrapper .image-text h3 {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 2.5em;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #31346a;
    text-transform: uppercase;
}

.testimony .wrapper .mini-wrapper .image-text h3.jobTitle {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: normal;
    color: #e4537e;
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .wrapper .mini-wrapper .image-text h3 {
        font-size: 32px;
        line-height: 1.19;
        letter-spacing: 0.8px;
        margin-bottom: 20px;
    }
}

.testimony .wrapper .mini-wrapper .image-text h4 {
    margin-top: 30px;
    color: #1d1f48;
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: normal;
    margin-bottom: 50px;
}

.testimony header {
    position: relative;
    height: 300px;
    overflow: hidden;
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony header {
        height: 50px;
    }
}

.testimony .header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: cover;
}

.testimony .header__bg.left {
    background-image: url("../../../images/Campanhas/People/bg.png");
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.testimony .header__bg.right {
    background: #ffdd86;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}

@media (max-width: 768px) and (min-width: 0px) {
    .testimony .header__bg.right {
        background: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.testimony h1 {
    margin: 0;
    font: 44px "Arial";
    text-align: center;
}

.testimony header h1 {
    position: relative;
    color: white;
}

.testimony:nth-child(even) .mini-wrapper {
    direction: rtl;
}

.testimony:nth-child(even) .image-text {
    text-align: left;
    direction: ltr;
}

.testimony:nth-child(even) figure {
    margin-right: 0;
    margin-left: 7%;
}

.testimony .quote {
    position: relative;
}

.testimony .quote svg {
    position: absolute;
    z-index: 1;
    position: absolute;
    z-index: 1;
    left: -30px;
    bottom: 10px;
    opacity: 0.15;
}

.testimony q {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.36;
    color: #85cba5;
    position: relative;
    z-index: 2;
}

.testimoniesSubTitle {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 19px;
    font-size: calc(16px + (19 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.37;
    padding: 0 40px;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 125px;
}

.testimoniesTitle {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: calc(28px + (60 - 28) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 40px;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: #e4537e;
    margin-bottom: 30px;
    margin-top: 90px;
}

.Slider .slick-prev:before,
.Slider .prev:before,
.Slider .slick-prev:after,
.Slider .prev:after,
.Slider .slick-next:before,
.Slider .next:before,
.Slider .slick-next:after,
.Slider .next:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #3a3a3a;
}

.Slider {
    /* Arrows */
}

.Slider.nodetail {
    padding-bottom: 0px;
}

.Slider .slick-slider {
    margin: 0 60px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .Slider .slick-slider {
        margin: 0;
    }
}

.Slider .wrapper {
    padding: 25px 0;
}

.Slider div article.slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: initial;
}

@media (min-width: 0px) and (max-width: 768px) {
    .Slider div article.slick-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.Slider div article figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
}

@media screen and (min-width: 845px) and (max-width: 1325px) {
    .Slider div article figure {
        padding-left: 45px;
    }
}

.Slider div article figure img {
    opacity: 1;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    max-width: 575px;
}

.Slider div article figure img.img_enter {
    opacity: 1;
}

@media (min-width: 0px) and (max-width: 768px) {
    .Slider div article figure img {
        opacity: 1;
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
}

.Slider div article .content_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #fff;
    padding: 50px;
    margin-left: -225px;
    max-width: 540px;
    opacity: 0;
    -webkit-transform: translateX(127px);
    -ms-transform: translateX(127px);
    transform: translateX(127px);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.Slider div article .content_box.enter_content_box {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.Slider div article .content_box p {
    font-size: 18px;
    line-height: 24px;
    color: #545454;
}

.Slider div article .content_box .name {
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    letter-spacing: 5px;
    font-size: 24px;
    display: block;
    margin-top: 25px;
}

.Slider div article .content_box .position {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 16px;
    color: #adadad;
    margin-top: 5px;
    display: block;
}

@media (min-width: 0px) and (max-width: 768px) {
    .Slider div article .content_box {
        margin: -35px 0 0 0;
        padding: 45px 25px 0 30px;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        max-width: 95%;
        z-index: 9999;
    }
}

.Slider .box_navigation {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
}

.Slider .slick-prev,
.Slider .slick-next,
.Slider .prev,
.Slider .next {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

@media (min-width: 0px) and (max-width: 768px) {

    .Slider .slick-prev,
    .Slider .slick-next,
    .Slider .prev,
    .Slider .next {
        position: initial;
        height: 40px;
        width: 40px;
        margin: 0 10px;
    }
}

.Slider .slick-prev,
.Slider .prev {
    z-index: 999999999999;
    left: 0px;
}

[dir="rtl"] .Slider .slick-prev,
[dir="rtl"] .Slider .prev {
    left: auto;
    right: -25px;
}

.Slider .slick-prev:hover:before,
.Slider .prev:hover:before {
    -webkit-transform: translateX(-50%) rotate(35deg);
    -ms-transform: translateX(-50%) rotate(35deg);
    transform: translateX(-50%) rotate(35deg);
}

.Slider .slick-prev:hover:after,
.Slider .prev:hover:after {
    -webkit-transform: translateX(-50%) rotate(-35deg);
    -ms-transform: translateX(-50%) rotate(-35deg);
    transform: translateX(-50%) rotate(-35deg);
}

.Slider .slick-prev:before,
.Slider .prev:before {
    position: relative;
    top: 3px;
    left: 18px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.Slider .slick-prev:after,
.Slider .prev:after {
    position: relative;
    top: 1px;
    left: 20px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.Slider .slick-next,
.Slider .next {
    right: 0px;
}

[dir="rtl"] .Slider .slick-next,
[dir="rtl"] .Slider .next {
    left: -25px;
    right: auto;
}

.Slider .slick-next:hover:before,
.Slider .next:hover:before {
    -webkit-transform: translateX(-50%) rotate(35deg);
    -ms-transform: translateX(-50%) rotate(35deg);
    transform: translateX(-50%) rotate(35deg);
}

.Slider .slick-next:hover:after,
.Slider .next:hover:after {
    -webkit-transform: translateX(-50%) rotate(-35deg);
    -ms-transform: translateX(-50%) rotate(-35deg);
    transform: translateX(-50%) rotate(-35deg);
}

.Slider .slick-next:before,
.Slider .next:before {
    position: relative;
    top: 5px;
    left: 12px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.Slider .slick-next:after,
.Slider .next:after {
    position: relative;
    top: 1px;
    left: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("https://www.mcdonalds.pt/images/McJobs/ajax-loader.gif") center center no-repeat;
}

.Footer {
    z-index: 120;
    overflow: hidden;
}

.Footer .collumn.fb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 65px auto;
    text-align: center;
}

.Footer .collumn.fb .fbicon {
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    -ms-flex-item-align: center;
    align-self: center;
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid rgba(173, 163, 151, 0.6);
    fill: #ada397;
}

.Footer .collumn.fb .fbicon:hover {
    fill: #3a3a3a;
    border: 3px solid #3a3a3a;
}

.Footer .collumn.fb .fbicon svg {
    padding: 8px 0 0 8px;
}

.Footer .collumn.fb h4 {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 15px 15px 15px 23px;
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    letter-spacing: 4px;
}

.Footer .wrapper {
    padding: 0;
    height: inherit;
    position: relative;
    max-width: 100%;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Footer .wrapper {
        height: auto;
    }
}

.Footer .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Footer .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.Footer .row .column {
    -webkit-transition: background-color ease-in-out 0.2s;
    -o-transition: background-color ease-in-out 0.2s;
    transition: background-color ease-in-out 0.2s;
    background-color: #c7bbad;
    height: 170px;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
    cursor: pointer;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Footer .row .column {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 144px;
    }
}

.Footer .row .column a {
    margin-top: 20px;
}

.Footer .row .column p {
    text-align: center;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .Footer .row .column p {
        font-size: 40px;
    }
}

.Footer .row .column:hover {
    background-color: #3a3a3a;
}

.Footer .row .column:hover a {
    color: #c7bbad;
}

.Footer .row .column:hover a i {
    border-color: #c7bbad;
}

.Footer .row .column:hover a i svg {
    fill: #c7bbad;
}

.Footer .row span {
    position: relative;
    border-right: 1px solid #fff;
    left: 50%;
    top: 0;
    height: 100%;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Footer .row span {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        border-bottom: 1px solid #fff;
    }
}

.Form .Footer {
    margin-top: 80px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .Form .Footer {
        margin-top: 40px;
    }
}

.Form .Footer .column {
    width: 100%;
}

.Form .Footer .column:first-child {
    display: none;
}

.Form .Footer span {
    display: none;
}

.modal-error-gdpr {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 110%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 110;
}

@media screen and (max-width: 768px) {
    .modal-error-gdpr {
        height: 105%;
    }
}

.modal-error-gdpr .wrap {
    position: relative;
    margin: auto;
    top: 15%;
    display: block;
    max-width: 460px;
    background: #f2f0e8;
}

.modal-error-gdpr .wrap .close {
    will-change: background-color, color;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px;
    border: none;
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    display: block;
    min-width: 10px;
    padding: 0 !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    top: 10px;
    right: -35px;
    color: #afaba4 !important;
}

.modal-error-gdpr .wrap .close:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.modal-error-gdpr .wrap .close:before {
    content: "\00d7";
    display: block;
    font: 30px/24px "geoslab703_lt_btlight";
    height: 100%;
    margin-left: -2px;
    pointer-events: none;
    width: 100%;
}

.modal-error-gdpr .wrap .close span {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

@media screen and (max-width: 800px) {
    .modal-error-gdpr .wrap .close {
        top: -25px;
        right: -5px;
    }
}

.modal-error-gdpr .wrap p {
    /*max-width: 345px;*/
    width: 100%;
    padding: 60px;
    color: #61615f;
    font-family: "geoslab703_md_btmedium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    margin: 0;
    height: 100%;
}

@media screen and (max-width: 520px) {
    .modal-error-gdpr .wrap {
        margin: 0 40px;
    }
}

.HeroimgheadDetail {
    background-color: #c7bbad;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: background-position 0.1s ease-in-out;
    -o-transition: background-position 0.1s ease-in-out;
    transition: background-position 0.1s ease-in-out;
    /*.linebigout {
        width: 100% !important;
        height: 100%;
        top: 0 !important;
        z-index: 99999999;
    }*/
    /*.menu-box {
        .menu {
            position: fixed;
            width: 50px;
            height: 50px;
            font-size: 40px;
            text-align: center;
            border-radius: 100%;
            right: 25px;
            top: 25px;
            text-shadow: 0px 0px 3px #6f6f6f;
            &:hover {
                opacity: .5;
                text-shadow: none;
            }
        }
        .menu-bg {
            @extend .menu;
            background: #1E88E5;
            pointer-events: none;
            opacity: 0;
            transition: .2s cubic-bezier(.33, 0, .37, .98) .25s;
            right: 50px;
            top: 50px;
            transform: translate3d(50%, -50%, 0);
            transform-origin: center center;
            &.overlay {
                transform: translate3d(50%, -50%, 0);
                width: 300vw;
                height: 300vh;
                opacity: .8;
            }
        }
        .menu-burger {
            @extend .menu;
            color: white;
            padding-top: 11px;
            -webkit-user-select: none;
            cursor: pointer;
            transition: .4s;
            transform-origin: center;
            &.overlay {
                transform: rotate(-180deg) translateY(-10px);
            }
        }
        .menu-items {
            position: absolute;
            font-weight: bold;
            font-size: 60px;
            letter-spacing: 10px;
            color: white;
            width: 100%;
            text-align: center;
            opacity: 0;
            transition: .4s, opacity .3s ease-in-out .4s;
            margin-top: 100px;
            transform: translateY(-200%);
            pointer-events: none;
            a {
                transition: 1s, color .2s;
                opacity: 0;
                margin-top: 0px;
                display: block;
                color: #BBDEFB;
                user-select: none;
                &:hover {
                    color: #B39DDB;
                }
            }
            &.overlay {
                transform: translateY(10%);
                pointer-events: auto;
                opacity: 1;
                a {
                    opacity: 1;
                    margin: 50px;
                }
            }
        }
    }*/
}

@media (min-width: 0px) and (max-width: 768px) {
    .HeroimgheadDetail {
        background-position: 70%;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail {
        background-position: top center;
    }
}

.HeroimgheadDetail .wrapper {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}

.HeroimgheadDetail img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

.HeroimgheadDetail img.hero {
    width: 100%;
    height: 100vh;
}

.HeroimgheadDetail .video-container {
    position: relative;
    padding-bottom: 54.7%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: none;
    z-index: -3;
}

.HeroimgheadDetail .video-container iframe,
.HeroimgheadDetail .video-container object,
.HeroimgheadDetail .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.HeroimgheadDetail main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -2%;
    margin-left: 3%;
}

.Form .HeroimgheadDetail main {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HeroimgheadDetail main {
        width: 58%;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail main {
        width: 100%;
        margin-top: -44%;
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0;
    }
}

.HeroimgheadDetail main .textcaption {
    background-position: center;
    max-width: 750px;
    width: 100%;
    height: 74%;
    margin-bottom: -3%;
    background-repeat: no-repeat;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: background-position linear 0.1s;
    -o-transition: background-position linear 0.1s;
    transition: background-position linear 0.1s;
}

.Form .HeroimgheadDetail main .textcaption {
    margin-bottom: -14%;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .HeroimgheadDetail main .textcaption {
        width: 74%;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .HeroimgheadDetail main .textcaption {
        width: 80%;
        height: 60%;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail main .textcaption {
        width: 74%;
    }
}

.HeroimgheadDetail main .textDetail {
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    top: 0;
    -webkit-transition: top linear 0.1s;
    -o-transition: top linear 0.1s;
    transition: top linear 0.1s;
}

.Form .HeroimgheadDetail main .textDetail {
    margin: -50px 0 100px 0;
}

.HeroimgheadDetail main h1 {
    text-indent: -999999px;
}

.HeroimgheadDetail main h1 svg {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 60px;
    height: auto;
    display: block;
    z-index: 2;
    fill: #ffc423;
    display: block;
    width: 66px;
    height: 60px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail main h1 svg {
        left: 15px;
    }
}

.HeroimgheadDetail main h2 {
    font-size: 16px;
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    color: #3a3a3a;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    letter-spacing: 5px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail main h2 {
        font-size: 12px;
        color: #bababa;
    }
}

.Form .HeroimgheadDetail main h2 {
    color: white;
}

.HeroimgheadDetail main h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 297px;
    margin: 0 auto;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    background-color: #3a3a3a;
}

.Form .HeroimgheadDetail main h2:after {
    background-color: white;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HeroimgheadDetail main h2:after {
        width: 298px;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail main h2:after {
        width: 248px;
        -webkit-transform: translateX(-2px) translateY(-3px);
        -ms-transform: translateX(-2px) translateY(-3px);
        transform: translateX(-2px) translateY(-3px);
        background-color: #bababa;
    }
}

.HeroimgheadDetail .line {
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    padding: 0px 0;
    right: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    cursor: pointer;
    -webkit-transform: translateZ(0, 0, 0);
    transform: translateZ(0, 0, 0);
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line {
        width: 10px;
    }
}

.HeroimgheadDetail .line:hover {
    width: 30px;
}

.HeroimgheadDetail .line:hover p {
    opacity: 1;
}

.HeroimgheadDetail .line:before,
.HeroimgheadDetail .line:after {
    content: "";
    display: block;
    height: 18px;
    margin-top: -16px;
}

.HeroimgheadDetail .line.one {
    top: 38%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.one {
        top: 32%;
    }
}

.HeroimgheadDetail .line.two {
    top: 42%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.two {
        top: 39%;
    }
}

.HeroimgheadDetail .line.three {
    top: 46%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.three {
        top: 46%;
    }
}

.HeroimgheadDetail .line.four {
    top: 50%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.four {
        top: 53%;
    }
}

.HeroimgheadDetail .line.five {
    top: 54%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.five {
        top: 60%;
    }
}

.HeroimgheadDetail .line.six {
    top: 58%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.six {
        top: 67%;
    }
}

.HeroimgheadDetail .line.seven {
    top: 62%;
    background: white;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .line.seven {
        top: 74%;
    }
}

.HeroimgheadDetail .line p {
    margin: -9px 0 0 -218px;
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    width: 210px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out 0.1s;
    -o-transition: opacity 0.25s ease-in-out 0.1s;
    transition: opacity 0.25s ease-in-out 0.1s;
    text-transform: uppercase;
}

.HeroimgheadDetail .line p br {
    display: none;
}

.HeroimgheadDetail .line p.blue {
    color: #7ab0e9 !important;
}

.HeroimgheadDetail .line p.lightblue {
    color: #a0ecfc !important;
}

.HeroimgheadDetail .line p.pink {
    color: #ff7b8b !important;
}

.HeroimgheadDetail .line p.green {
    color: #fbde3f !important;
}

.HeroimgheadDetail .line p.lightgreen {
    color: #a3f1bb !important;
}

.HeroimgheadDetail .line p.lavanda {
    color: #c18ae3 !important;
}

.HeroimgheadDetail .line p.orange {
    color: #ff7959 !important;
}

.HeroimgheadDetail .line.linebig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.HeroimgheadDetail .current {
    -webkit-transform: translateZ(0, 0, 0);
    transform: translateZ(0, 0, 0);
    width: 30px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HeroimgheadDetail .current {
        width: 15px;
    }
}

.theme--blue .HeroimgheadDetail .current {
    background: #7ab0e9 !important;
}

.theme--lightblue .HeroimgheadDetail .current {
    background: #a0ecfc !important;
}

.theme--pink .HeroimgheadDetail .current {
    background: #ff7b8b !important;
}

.theme--green .HeroimgheadDetail .current {
    background: #fbde3f !important;
}

.theme--lightgreen .HeroimgheadDetail .current {
    background: #a3f1bb !important;
}

.theme--lavanda .HeroimgheadDetail .current {
    background: #c18ae3 !important;
}

.theme--orange .HeroimgheadDetail .current {
    background: #ff7959 !important;
}

.HeroimgheadDetail .current p {
    opacity: 1;
}

.theme--blue .HeroimgheadDetail .current p {
    color: #7ab0e9 !important;
}

.theme--lightblue .HeroimgheadDetail .current p {
    color: #a0ecfc !important;
}

.theme--pink .HeroimgheadDetail .current p {
    color: #ff7b8b !important;
}

.theme--green .HeroimgheadDetail .current p {
    color: #fbde3f !important;
}

.theme--lightgreen .HeroimgheadDetail .current p {
    color: #a3f1bb !important;
}

.theme--lavanda .HeroimgheadDetail .current p {
    color: #c18ae3 !important;
}

.theme--orange .HeroimgheadDetail .current p {
    color: #ff7959 !important;
}

.Form .HeroimgheadDetail .subNav {
    display: none;
}

.BodytextDetail {
    margin-top: 60px;
    text-align: left;
}

@media (min-width: 0px) and (max-width: 768px) {
    .BodytextDetail .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 25px;
    }
}

.BodytextDetail .row .column:first-child {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}

@media (min-width: 0px) and (max-width: 768px) {
    .BodytextDetail .row .column:first-child {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

.BodytextDetail .row .column:last-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 667px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .BodytextDetail .row .column:last-child {
        margin-top: 50px;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

.BodytextDetail .back {
    width: initial;
    margin-bottom: 63px;
    margin-left: 5px;
    text-decoration: none;
    text-transform: none;
}

.theme--blue .BodytextDetail .back {
    color: #7ab0e9;
}

.theme--lightblue .BodytextDetail .back {
    color: #a0ecfc;
}

.theme--pink .BodytextDetail .back {
    color: #ff7b8b;
}

.theme--green .BodytextDetail .back {
    color: #fbde3f;
}

.theme--lightgreen .BodytextDetail .back {
    color: #a3f1bb;
}

.theme--lavanda .BodytextDetail .back {
    color: #c18ae3;
}

.theme--orange .BodytextDetail .back {
    color: #ff7959;
}

.BodytextDetail .back i {
    background: transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -1px 5px 0 0;
}

.theme--blue .BodytextDetail .back i {
    border-color: #7ab0e9;
}

.theme--lightblue .BodytextDetail .back i {
    border-color: #a0ecfc;
}

.theme--pink .BodytextDetail .back i {
    border-color: #ff7b8b;
}

.theme--green .BodytextDetail .back i {
    border-color: #fbde3f;
}

.theme--lightgreen .BodytextDetail .back i {
    border-color: #a3f1bb;
}

.theme--lavanda .BodytextDetail .back i {
    border-color: #c18ae3;
}

.theme--orange .BodytextDetail .back i {
    border-color: #ff7959;
}

.theme--blue .BodytextDetail .back i svg polygon {
    fill: #7ab0e9;
}

.theme--lightblue .BodytextDetail .back i svg polygon {
    fill: #a0ecfc;
}

.theme--pink .BodytextDetail .back i svg polygon {
    fill: #ff7b8b;
}

.theme--green .BodytextDetail .back i svg polygon {
    fill: #fbde3f;
}

.theme--lightgreen .BodytextDetail .back i svg polygon {
    fill: #a3f1bb;
}

.theme--lavanda .BodytextDetail .back i svg polygon {
    fill: #c18ae3;
}

.theme--orange .BodytextDetail .back i svg polygon {
    fill: #ff7959;
}

.BodytextDetail .intro {
    margin-top: -20px;
    height: 100px;
    position: relative;
    padding: 25px 0 0 5px;
}

.BodytextDetail .intro .intro_background {
    position: absolute;
    left: -19%;
    top: -4%;
    fill: #545454;
    z-index: -1;
    height: 100%;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 512px) {
    .BodytextDetail .intro .intro_background {
        left: -31%;
    }
}

.BodytextDetail .intro .intro_background svg {
    display: block;
    height: 65%;
    fill: #545454;
    overflow: visible;
}

.theme--blue .BodytextDetail .intro .intro_background svg {
    fill: #7ab0e9 !important;
}

.theme--lightblue .BodytextDetail .intro .intro_background svg {
    fill: #a0ecfc !important;
}

.theme--pink .BodytextDetail .intro .intro_background svg {
    fill: #ff7b8b !important;
}

.theme--green .BodytextDetail .intro .intro_background svg {
    fill: #fbde3f !important;
}

.theme--lightgreen .BodytextDetail .intro .intro_background svg {
    fill: #a3f1bb !important;
}

.theme--lavanda .BodytextDetail .intro .intro_background svg {
    fill: #c18ae3 !important;
}

.theme--orange .BodytextDetail .intro .intro_background svg {
    fill: #ff7959 !important;
}

.BodytextDetail .intro .intro_background svg:last-child {
    margin-top: -45px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .BodytextDetail .intro .intro_background svg {
        width: 100%;
    }
}

.BodytextDetail .intro .name {
    display: block;
    color: #fff;
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    font-size: 28px;
}

.BodytextDetail .intro .position {
    display: block;
    font-family: "FuturaPT-Book", Arial, sans-serif;
    font-size: 20px;
    margin-top: 6px;
}

.BodytextDetail p {
    font-size: 23px;
    line-height: 28px;
    color: #545454;
}

@media (min-width: 0px) and (max-width: 512px) {
    .BodytextDetail p {
        font-size: 16px;
        line-height: 23px;
    }
}

.BodytextDetail p.quote {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 375px;
    margin: 80px 0 0 60px;
    position: relative;
    color: #3a3a3a;
}

@media (min-width: 0px) and (max-width: 768px) {
    .BodytextDetail p.quote {
        -ms-flex-item-align: center;
        align-self: center;
        max-width: 385px;
        margin: 70px 0 0 60px;
    }
}

.theme--blue .BodytextDetail p.quote path {
    fill: #7ab0e9;
}

.theme--lightblue .BodytextDetail p.quote path {
    fill: #a0ecfc;
}

.theme--pink .BodytextDetail p.quote path {
    fill: #ff7b8b;
}

.theme--green .BodytextDetail p.quote path {
    fill: #fbde3f;
}

.theme--lightgreen .BodytextDetail p.quote path {
    fill: #a3f1bb;
}

.theme--lavanda .BodytextDetail p.quote path {
    fill: #c18ae3;
}

.theme--orange .BodytextDetail p.quote path {
    fill: #ff7959;
}

.BodytextDetail p.quote:before {
    content: "";
    display: inline-block;
    background: url("https://www.mcdonalds.pt/images/McJobs/dummy/aspas_dir.png") no-repeat center center;
    background-size: cover;
    width: 54px;
    background-color: #545454;
    height: 40px;
    float: left;
    margin: -11px 0px 0px -54px;
}

.theme--blue .BodytextDetail p.quote:before {
    background-color: #7ab0e9;
}

.theme--lightblue .BodytextDetail p.quote:before {
    background-color: #a0ecfc;
}

.theme--pink .BodytextDetail p.quote:before {
    background-color: #ff7b8b;
}

.theme--green .BodytextDetail p.quote:before {
    background-color: #fbde3f;
}

.theme--lightgreen .BodytextDetail p.quote:before {
    background-color: #a3f1bb;
}

.theme--lavanda .BodytextDetail p.quote:before {
    background-color: #c18ae3;
}

.theme--orange .BodytextDetail p.quote:before {
    background-color: #ff7959;
}

.BodytextDetail p.quote:after {
    content: "";
    display: inline-block;
    background: url("https://www.mcdonalds.pt/images/McJobs/dummy/aspas_esq.png") no-repeat center center;
    background-size: cover;
    width: 53px;
    background-color: #545454;
    height: 40px;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

.theme--blue .BodytextDetail p.quote:after {
    background-color: #7ab0e9;
}

.theme--lightblue .BodytextDetail p.quote:after {
    background-color: #a0ecfc;
}

.theme--pink .BodytextDetail p.quote:after {
    background-color: #ff7b8b;
}

.theme--green .BodytextDetail p.quote:after {
    background-color: #fbde3f;
}

.theme--lightgreen .BodytextDetail p.quote:after {
    background-color: #a3f1bb;
}

.theme--lavanda .BodytextDetail p.quote:after {
    background-color: #c18ae3;
}

.theme--orange .BodytextDetail p.quote:after {
    background-color: #ff7959;
}

.BodytextDetail p em {
    line-height: 53px;
    font-size: 40px;
    font-family: "Shadows Into Light", cursive;
}

@media (min-width: 0px) and (max-width: 512px) {
    .BodytextDetail p em {
        font-size: 30px;
        line-height: 28px;
    }
}

.BodytextDetail p em .left {
    position: absolute;
    left: -52px;
    top: -25px;
    width: 67px;
    height: 54px;
    fill: #545454;
    opacity: 0.9;
    z-index: -1;
    zoom: 0.8;
}

.BodytextDetail p em .right {
    position: absolute;
    right: 25%;
    bottom: -10px;
    width: 67px;
    height: 54px;
    fill: #545454;
    opacity: 0.9;
    z-index: -1;
    zoom: 0.8;
}

.VideobodyDetail {
    margin-top: 30px;
}

.VideobodyDetail .wrapper {
    padding: 25px 0;
}

.VideobodyDetail .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.VideobodyDetail .row:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 0px) and (max-width: 768px) {
    .VideobodyDetail .row:nth-child(2) {
        width: 100%;
    }
}

.VideobodyDetail .row .video {
    position: relative;
    display: block;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .VideobodyDetail .row .video {
        width: 100%;
    }
}

.VideobodyDetail .row .video:hover {
    cursor: pointer;
}

.VideobodyDetail .row .video:hover .youtube-container {
    background-size: 107%;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.VideobodyDetail .row .video:hover .svghover {
    opacity: 1 !important;
}

.VideobodyDetail .row .video .youtube-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 790px;
    height: 430px;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .VideobodyDetail .row .video .youtube-container {
        width: 100%;
        max-height: 450px;
        max-width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .VideobodyDetail .row .video .youtube-container {
        max-height: 50vh;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video .youtube-container {
        max-height: 28vh;
    }
}

.VideobodyDetail .row .video p {
    position: absolute;
    bottom: 10%;
    left: 10%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-size: 88px;
    font-family: "Shadows Into Light", cursive;
    color: #fff;
    line-height: 81px;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .VideobodyDetail .row .video p {
        bottom: 6%;
        left: 9%;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .VideobodyDetail .row .video p {
        left: 11%;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video p {
        font-size: 44px;
        line-height: 35px;
        bottom: 15%;
        left: 15%;
    }
}

.VideobodyDetail .row .video p em {
    margin-right: -29px;
    font-size: 30px;
    vertical-align: super;
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video p em {
        font-size: 20px;
        margin-right: -10px;
    }
}

.VideobodyDetail .row .video p em:last-of-type {
    margin-left: -39px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video p em:last-of-type {
        margin-left: -18px;
    }
}

.VideobodyDetail .row .video p .nome {
    color: #fff;
}

.theme--blue .VideobodyDetail .row .video p .nome {
    color: #7ab0e9;
}

.theme--lightblue .VideobodyDetail .row .video p .nome {
    color: #a0ecfc;
}

.theme--pink .VideobodyDetail .row .video p .nome {
    color: #ff7b8b;
}

.theme--green .VideobodyDetail .row .video p .nome {
    color: #fbde3f;
}

.theme--lightgreen .VideobodyDetail .row .video p .nome {
    color: #a3f1bb;
}

.theme--lavanda .VideobodyDetail .row .video p .nome {
    color: #c18ae3;
}

.theme--orange .VideobodyDetail .row .video p .nome {
    color: #ff7959;
}

.VideobodyDetail .row .video .iconplay {
    fill: #fff;
    cursor: pointer;
}

.VideobodyDetail .row .video .iconplay svg {
    position: absolute;
    right: 7%;
    bottom: 10%;
    width: 61px;
    height: 65px;
}

.VideobodyDetail .row .video .iconplay svg.svghover {
    position: absolute;
    right: 7%;
    bottom: 10%;
    fill: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.theme--blue .VideobodyDetail .row .video .iconplay svg path {
    fill: #7ab0e9;
}

.theme--lightblue .VideobodyDetail .row .video .iconplay svg path {
    fill: #a0ecfc;
}

.theme--pink .VideobodyDetail .row .video .iconplay svg path {
    fill: #ff7b8b;
}

.theme--green .VideobodyDetail .row .video .iconplay svg path {
    fill: #fbde3f;
}

.theme--lightgreen .VideobodyDetail .row .video .iconplay svg path {
    fill: #a3f1bb;
}

.theme--lavanda .VideobodyDetail .row .video .iconplay svg path {
    fill: #c18ae3;
}

.theme--orange .VideobodyDetail .row .video .iconplay svg path {
    fill: #ff7959;
}

.VideobodyDetail .row .video.small {
    margin-top: 40px;
    margin-right: 40px;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .VideobodyDetail .row .video.small {
        width: 340px;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .VideobodyDetail .row .video.small {
        width: 340px;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video.small {
        width: 340px;
        margin-right: 0;
    }
}

@media screen and (max-width: 320px) {
    .VideobodyDetail .row .video.small {
        width: 100%;
    }
}

.VideobodyDetail .row .video.small .youtube-container {
    max-width: 340px;
    max-height: 200px;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .VideobodyDetail .row .video.small .youtube-container {
        width: inherit;
        max-height: 167px;
    }
}

.VideobodyDetail .row .video.small p {
    bottom: 13%;
    left: 5%;
    font-size: 40px;
    line-height: inherit;
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video.small p {
        font-size: 27px;
    }
}

.VideobodyDetail .row .video.small .iconplay {
    bottom: 8%;
}

.VideobodyDetail .row .video.small .iconplay svg {
    right: 10%;
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video.small .iconplay svg {
        right: 10%;
    }
}

.VideobodyDetail .row .video.small .iconplay svg.svghover {
    bottom: 11%;
}

@media (min-width: 0px) and (max-width: 512px) {
    .VideobodyDetail .row .video.small .iconplay svg.svghover {
        bottom: 10%;
    }
}

.VideobodyDetail aside {
    display: none;
}

.VideobodyDetail aside#main {
    pointer-events: auto;
}

.VideobodyDetail aside#second {
    pointer-events: auto;
}

.VideobodyDetail aside.active {
    display: block;
    pointer-events: auto;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #3a3a3a;
    z-index: 999999999;
}

.VideobodyDetail aside .close {
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 1%;
    top: 2%;
    z-index: 9999999999;
}

.VideobodyDetail aside .close:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
    position: relative;
    top: 47%;
    left: 0;
}

.VideobodyDetail aside .close:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
    position: relative;
    top: 50%;
    left: 0;
}

.VideobodyDetail aside .close:hover:before,
.VideobodyDetail aside .close:hover:after {
    opacity: 0.5;
}

.VideobodyDetail aside .youtube-player {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.HistoriesDetail {
    overflow-x: hidden;
    margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail {
        margin-bottom: 50px;
    }
}

.HistoriesDetail .wrapper {
    padding: 25px 0;
}

.HistoriesDetail .row {
    height: 430px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 0px) and (max-width: 1023px) {
    .HistoriesDetail .row {
        height: 393px;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail .row {
        overflow-x: auto;
        height: 400px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail .row {
        height: 400px;
    }
}

@media screen and (max-width: 380px) {
    .HistoriesDetail .row {
        height: 400px;
    }
}

.HistoriesDetail .row .tiles:nth-child(even) {
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (min-width: 1301px) {
    .HistoriesDetail .row .tiles:nth-child(even) {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media screen and (max-width: 1300px) {
    .HistoriesDetail .row .tiles:nth-child(even) {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media screen and (max-width: 1024px) {
    .HistoriesDetail .row .tiles:nth-child(even) {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media (min-width: 0px) and (max-width: 1023px) {
    .HistoriesDetail .row .tiles:nth-child(even) {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail .row .tiles:nth-child(even) {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail .row .tiles:nth-child(even) {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail .row .tiles {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail .row .tiles {
        height: auto;
        width: 90%;
    }
}

.HistoriesDetail article {
    position: relative;
    max-height: 350px;
    max-width: 350px;
    overflow: hidden;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail article {
        max-height: none;
        max-width: none;
        width: 100%;
        height: inherit;
    }
}

.HistoriesDetail article:hover {
    /*.overlay {
                opacity: .5;
            }*/
}

.HistoriesDetail article:hover .backgroundSvg.one {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.HistoriesDetail article:hover .backgroundSvg.two {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

@media (min-width: 0px) and (max-width: 768px) {

    .HistoriesDetail article:hover .backgroundSvg.one,
    .HistoriesDetail article:hover .backgroundSvg.two {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.HistoriesDetail article:hover .text:not(.no-img) {
    margin-left: 0px;
}

.HistoriesDetail article:hover .gif {
    opacity: 1;
}

.HistoriesDetail article figure {
    overflow: hidden;
    /*.overlay {
                background-color: $color_black70;
                opacity: 0;
                transition: opacity .2s ease-in-out .3s;
                width: 100%;
                height: 350px;
                display: block;
                position: absolute;
                z-index: 1;
            }*/
}

.HistoriesDetail article figure img {
    width: 100%;
    display: block;
}

.HistoriesDetail article figure .gif {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    -o-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail article figure .gif {
        display: none;
    }
}

.HistoriesDetail article .backgroundSvg {
    width: 102%;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: -5px;
    background-size: contain;
    position: absolute;
    z-index: 1;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail article .backgroundSvg {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        top: 34%;
    }
}

.HistoriesDetail article .backgroundSvg.one {
    -webkit-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    transform: translateX(-380px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
    transition: -webkit-transform 0.3s ease-in-out 0.1s;
    -o-transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail article .backgroundSvg.one {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.HistoriesDetail article .backgroundSvg.two {
    -webkit-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    transform: translateX(-380px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
    transition: -webkit-transform 0.3s ease-in-out 0.1s;
    -o-transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail article .backgroundSvg.two {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.HistoriesDetail article.tile-blue .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/blue1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-blue .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/blue2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article.tile-green .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/yellow1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-green .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/yellow2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article.tile-pink .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/pink1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-pink .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/pink2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article.tile-lightblue .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/lightblue1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-lightblue .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/lightblue2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article.tile-lightgreen .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/lightgreen1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-lightgreen .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/lightgreen2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article.tile-lavanda .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/lavanda1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-lavanda .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/lavanda2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article.tile-orange .one {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/orange1.svg);
    background-position-y: 38%;
}

.HistoriesDetail article.tile-orange .two {
    background-image: url(https://www.mcdonalds.pt/images/McJobs/dummy/svg/pinceladas/orange2.svg);
    background-position-y: 64%;
}

.HistoriesDetail article .text {
    margin-left: -500px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    -webkit-transition: margin 0.3s ease-in-out 0.1s;
    -o-transition: margin 0.3s ease-in-out 0.1s;
    transition: margin 0.3s ease-in-out 0.1s;
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail article .text {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin: 0;
        opacity: 1;
        margin-left: 0px;
        opacity: 1;
        -webkit-transform: translateY(55%);
        -ms-transform: translateY(55%);
        transform: translateY(55%);
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail article .text {
        -webkit-transform: translateY(85%);
        -ms-transform: translateY(85%);
        transform: translateY(85%);
    }
}

@media screen and (max-width: 355px) {
    .HistoriesDetail article .text {
        -webkit-transform: translateY(63%);
        -ms-transform: translateY(63%);
        transform: translateY(63%);
    }
}

.HistoriesDetail article .text p {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .HistoriesDetail article .text p {
        font-size: 4vw;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .HistoriesDetail article .text p {
        font-size: 50px;
    }
}

@media (min-width: 0px) and (max-width: 512px) {
    .HistoriesDetail article .text p {
        font-size: 44px;
        line-height: 40px;
    }
}


.back-main {
    display: block;
    padding: 30px 0 0 105px;
    text-align: left;
    text-transform: none;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
    .back-main {
        padding-left: 0;
    }
}

.back-main,
.back-main:hover,
.back-main:focus {
    color: #ada397;
    letter-spacing: 1px;
    text-decoration: none;
}

.back-main i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -2px;
    position: relative;
    border-color: #ada397;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@media (min-width: 0px) and (max-width: 768px) {
    .back-main i {
        margin-left: 0;
    }
}

.back-main i svg {
    animation-direction: reverse;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 3px;
    top: 3px;
}

.back-main i svg polygon {
    fill: #ada397;
}

.Form.overflow {
    overflow: hidden;
}

#formCandidatura~.Footer .collumn.fb {
    display: none;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: translate(-5px, 5px) rotate(0);
        transform: translate(-5px, 5px) rotate(0);
    }

    to {
        -webkit-transform: translate(-5px, 5px) rotate(360deg);
        transform: translate(-5px, 5px) rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: translate(-5px, 5px) rotate(0);
        transform: translate(-5px, 5px) rotate(0);
    }

    to {
        -webkit-transform: translate(-5px, 5px) rotate(360deg);
        transform: translate(-5px, 5px) rotate(360deg);
    }
}

.mainHeader {
    margin: 40px 0;
}

.mainHeader .wrapper {
    position: relative;
}

.mainHeader .wrapper .more.back {
    margin-bottom: 60px;
    color: #0e7e1b;
    text-transform: none;
}

.mainHeader .wrapper .more.back>i {
    color: #0e7e1b;
    border: 3px solid #0e7e1b;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mainHeader .wrapper .more.back>i * {
    fill: #0e7e1b;
}

.mainHeader .wrapper p {
    text-align: center;
    font-family: "FuturaPT-Heavy", Arial, sans-serif;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 6px;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 80px;
    padding: 0 25px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .mainHeader .wrapper p {
        font-size: 20px;
        line-height: 30px;
        padding: 0 35px;
        margin-bottom: 60px;
        letter-spacing: 1px;
    }
}

.single-article {
    width: 100%;
    position: relative;
    z-index: 0;
}

.single-article:after,
.single-article:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
}

@media (min-width: 0px) and (max-width: 512px) {

    .single-article:after,
    .single-article:before {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 0px) {

    .single-article:after,
    .single-article:before {
        display: none;
    }
}

.single-article.hideArticle {
    margin-bottom: 100px;
}

.single-article.hideArticle a {
    color: #5a89ff;
    text-decoration: none;
}

.single-article.hideArticle:after,
.single-article.hideArticle:before {
    display: none;
}

.single-article:nth-of-type(1):after {
    width: 212px;
    height: 772px;
    background: url("../../../images/Campanhas/People/compromisso_right.png") no-repeat;
    bottom: -54%;
    right: 0;
}

.single-article:nth-of-type(3) {
    z-index: 2;
}

.single-article:nth-of-type(3):before {
    width: 210px;
    height: 654px;
    background: url("../../../images/Campanhas/People/compromisso_left.png") no-repeat;
    top: -11%;
    left: 0;
}

.single-article:nth-of-type(3):after {
    width: 208px;
    height: 375px;
    background: url("../../../images/Campanhas/People/compromisso_right2.png") no-repeat;
    bottom: -33%;
    right: 0;
}

.single-article .single-article-title {
    margin: 0 auto 190px;
    text-align: center;
    position: relative;
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .single-article-title {
        margin: 0 auto 50px;
    }
}

.single-article .single-article-title .titleBG {
    position: absolute;
    font-family: "Speedee_Rg", Arial, sans-serif;
    color: #d9f8f4;
    z-index: 0;
}

@media (min-width: 0px) and (max-width: 512px) {
    .single-article .single-article-title .titleBG {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .single-article-title .titleBG {
        display: none;
    }
}

.single-article .single-article-title h1 {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: #31346a;
    z-index: 1;
    position: relative;
}

@media (min-width: 0px) and (max-width: 512px) {
    .single-article .single-article-title h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .single-article-title h1 {
        font-size: 30px;
    }
}

.single-article .single-article-title h2 {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: center;
    color: #e4537e;
    z-index: 1;
    position: relative;
}

@media (min-width: 0px) and (max-width: 512px) {
    .single-article .single-article-title h2 {
        font-size: 30px;
    }
}


.single-article .container {
    width: 100%;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.single-article .wrapper {
    max-width: 1250px;
    padding: 0 0;
}

.single-article .wrapper .mini-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1290px) and (min-width: 0px) {
    .single-article .wrapper .mini-wrapper {
        padding: 0 2%;
    }
}

@media (max-width: 1024px) and (min-width: 0px) {
    .single-article .wrapper .mini-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 25px;
    }
}

.single-article .wrapper .mini-wrapper figure {
    max-width: 684px;
    width: 60%;
    margin-right: 7%;
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .wrapper .mini-wrapper figure {
        width: 100%;
        margin-right: 0;
        margin-left: 20px;
    }
}

.single-article .wrapper .mini-wrapper figure img {
    width: 100%;
    height: auto;
}

.single-article .wrapper .mini-wrapper .image-text {
    max-width: 490px;
    width: 40%;
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .wrapper .mini-wrapper .image-text {
        width: auto;
        max-width: none;
        margin-top: 20px;
    }
}

.single-article .wrapper .mini-wrapper .image-text h3 {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 2.5em;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #31346a;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .wrapper .mini-wrapper .image-text h3 {
        font-size: 20px;
        line-height: 1.19;
        letter-spacing: 0.8px;
        margin-bottom: 20px;
    }
}

.single-article .wrapper .mini-wrapper .image-text h4 {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1d1f48;
}

.single-article header {
    position: relative;
    height: 300px;
    overflow: hidden;
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article header {
        height: 50px;
    }
}

.single-article .header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: cover;
}

.single-article .header__bg.left {
    background-image: url("../../../images/Campanhas/People/bg.png");
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.single-article .header__bg.right {
    background: #ffdd86;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article .header__bg.right {
        background: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.single-article h1 {
    margin: 0;
    font: 44px "Arial";
    text-align: center;
}

.single-article header h1 {
    position: relative;
    color: white;
}

.single-article:nth-of-type(3) .left {
    background: #ffdd86;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.single-article:nth-of-type(3) .titleBG {
    color: #fcebef;
    top: -83px;
    right: -31%;
    font-size: 280px;
}

.single-article:nth-of-type(1) .titleBG {
    top: -83px;
    right: -52%;
    font-size: 280px;
    color: #d9f8f4;
}

.single-article:nth-of-type(2) .mini-wrapper {
    direction: rtl;
}

.single-article:nth-of-type(2) .mini-wrapper .image-text {
    margin-right: 100px;
    margin-left: 0;
    text-align: left;
    width: auto;
    direction: ltr;
}

.single-article:nth-of-type(2) .container {
    background: #ffdd86;
}

@media (max-width: 768px) and (min-width: 0px) {
    .single-article:nth-of-type(2) .container {
        background: none;
    }
}

.single-article:nth-of-type(2) .titleBG {
    color: #ffe4a0;
    left: -177%;
    top: -135%;
    font-size: 338px;
}

@media (max-width: 768px) and (min-width: 0px) {

    .single-article:nth-of-type(2) .mini-wrapper .image-text,
    .single-article:nth-of-type(3) .mini-wrapper .image-text {
        width: 100%;
        margin: 20px 0 0;
    }
}

.school {
    margin: 130px 0;
    text-align: center;
}

@media (max-width: 768px) and (min-width: 0px) {
    .school {
        padding: 0 40px;
        margin: 80px 0;
    }
}

.school p {
    max-width: 450px;
    line-height: 1.42;
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.44;
    margin: 0 auto;
    color: #31346a;
}

@media (max-width: 768px) and (min-width: 0px) {
    .school p {
        font-family: "Speedee_Bd", Arial, sans-serif;
        font-size: 18px;
        color: #1d1f48;
    }
}

.school h1 {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.68;
    letter-spacing: normal;
    color: #e4537e;
}

@media (max-width: 768px) and (min-width: 0px) {
    .school h1 {
        font-size: 38px;
        line-height: 41px;
        padding-top: 10px;
    }
}

.ctablock .candidaturaFooter {
    width: 100%;
    text-align: center;
    padding: 45px;
    background-image: url("https://www.mcdonalds.pt/images/McJobs/candidatura.png");
    background-size: cover;
}

@media (min-width: 0px) and (max-width: 768px) {
    .ctablock .candidaturaFooter {
        padding: 45px 10px;
    }
}

.ctablock .candidaturaFooter h1 {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: center;
    color: #31346a;
    text-transform: uppercase;
}

.ctablock .candidaturaFooter h2 {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e4537e;
}

@media (min-width: 0px) and (max-width: 768px) {
    .ctablock .candidaturaFooter h2 {
        font-size: 35px;
    }
}

.ctablock .candidaturaFooter a {
    /* padding: 12px 48px;
    border-radius: 25px;
    background-color: #f7f7f7;
    display: inline-block; */
    margin-top: 30px;
    color: #fff;
    /* 
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; */
}

.ctablock[data-columns="2"] {
    font-size: 0;
}

.ctablock[data-columns="2"] .candidaturaFooter {
    width: 50%;
    display: inline-block;
}

@media (min-width: 0px) and (max-width: 768px) {
    .ctablock[data-columns="2"] .candidaturaFooter {
        display: block;
        width: 100%;
    }
}

.ctablock[data-columns="2"] .candidaturaFooter:last-of-type {
    background-image: url("https://www.mcdonalds.pt/images/McJobs/img_2.jpg");
}

.FAQ {
    width: 100%;
    position: relative;
}

.FAQ:after,
.FAQ:before {
    content: "";
    display: block;
    position: absolute;
}

.FAQ:before {
    top: -10px;
    left: 0;
    width: 123px;
    height: 578px;
    background: url("https://www.mcdonalds.pt/images/McJobs/faqs_left.png") no-repeat;
}

.FAQ:after {
    top: 300px;
    right: 0;
    width: 145px;
    height: 872px;
    background: url("https://www.mcdonalds.pt/images/McJobs/faqs_right.png") no-repeat;
}

@media (max-width: 1024px) and (min-width: 0px) {

    .FAQ:after,
    .FAQ:before {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .FAQ .wrapper {
        padding: 25px 15px;
    }
}

.FAQ div h1 {
    text-indent: -999999px;
}

.FAQ div h1 svg {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 60px;
    height: auto;
    display: block;
    z-index: 2;
    fill: #ffc423;
    display: block;
    width: 66px;
    height: 60px;
}

.FAQ .more {
    color: #ada397;
    fill: #ada397;
    text-transform: lowercase;
    margin-bottom: -26px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .more {
        margin-bottom: 35px;
    }
}

.FAQ .more .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #ada397;
}

.FAQ .titles {
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 19px;
    color: #2d2d2d;
    text-align: center;
    margin: 120px 15px 100px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .titles {
        margin: 70px 15px 35px;
    }
}

.FAQ .titles h3 {
    text-transform: lowercase;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .titles h3 {
        margin-top: 10px;
    }
}

.FAQ .faqs {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.FAQ .faqs article {
    position: relative;
    padding: 33px 60px 33px 0;
    border-bottom: 1px solid #d6d1cb;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .faqs article {
        padding: 20px 45px 20px 0;
    }
}

.FAQ .faqs article:last-of-type {
    border-bottom: none;
}

.FAQ .faqs article.down_select h4:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 42%;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #ffbc0d;
    border-left: 2px solid #2d2d2d;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .faqs article.down_select h4:after {
        top: 34%;
        right: 0;
    }
}

.FAQ .faqs article.rotate h4:after {
    right: 13px;
    top: 19%;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .faqs article.rotate h4:after {
        top: 10%;
        right: 10px;
    }
}

.FAQ .faqs article h4 {
    cursor: pointer;
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.38;
    -webkit-transition: margin-bottom ease-in-out 0.2s;
    -o-transition: margin-bottom ease-in-out 0.2s;
    transition: margin-bottom ease-in-out 0.2s;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .faqs article h4 {
        font-size: 14px;
    }
}

.FAQ .faqs article .drop-wrap {
    overflow: hidden;
    display: none;
}

.FAQ .faqs article .drop-wrap p {
    font-family: "Speedee_Rg", Arial, sans-serif;
    font-size: 16px;
    color: #8b8b8b;
    line-height: 1.3;
    margin-bottom: 20px;
}

.FAQ .faqs article .drop-wrap p:last-child {
    margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .faqs article .drop-wrap p {
        font-size: 16px;
    }
}

.FAQ .faqs article .drop-wrap p a {
    color: #948b81;
}

.FAQ .faqs article.showContent h4 {
    margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .faqs article.showContent h4 {
        margin-bottom: 20px;
    }
}

.FAQ .btnContent {
    text-align: center;
    margin: 40px 0 100px;
}

@media (min-width: 0px) and (max-width: 512px) {
    .FAQ .btnContent {
        margin: 20px 0 40px;
    }
}

.FAQ .btnContent a {
    padding: 12px 65px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 30px;
    font-family: "Speedee_Bd", Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.FAQ .btnContent a:first-of-type {
    color: #ffbc0d;
    background-color: #ffffff;
}

.FAQ .btnContent a:first-of-type:before {
    border-color: transparent transparent transparent #ffbc0d;
}

.FAQ .btnContent a:last-of-type {
    background-color: #ffbc0d;
    color: #ffffff;
}

.FAQ .btnContent a:last-of-type:before {
    border-color: transparent transparent transparent #ffffff;
}

/*# sourceMappingURL=main.css.map */