@charset "utf-8";

/* ========================= COPYRIGHT (C) Inovazi - Agência Criativa  ========================================== */

/* ======================================= HTML5 NORMALIZE ====================================================== */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template, /* 1 */
[hidden] {
    display: none;
}

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

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

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

optgroup {
    font-weight: bold;
}

button,
input { /* 1 */
    overflow: visible;
}


button,
select { /* 1 */
    text-transform: none;
}

ul{
    padding: 0;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}


textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}


::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}


/* ===================================== END HTML5 NORMALIZE ==================================================== */


/* ========================================== PURE GRID ========================================================= */

.flex {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hide, .hidden {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0!important;
    overflow: hidden;
    opacity: 0;
}

.pure-g {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    display: -ms-flexbox;
    -ms-flex-flow: row wrap;

    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.pure-g {
    word-spacing: -0.43em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}

@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
    }
}

/* ======================================== END PURE GRID ======================================================= */


/* =========================================== COMMON =========================================================== */

* {
    box-sizing: border-box;
    position: relative;
}

html {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

::-moz-selection {
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: none;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

.v-align-bottom {
    display: inline-block;
    vertical-align: bottom;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content::before,
.content::after {
    content: ' ';
    display: table;
}

.content::after {
    clear: both;
}

.content .content {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }

.aspect-ratio__3x2 {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
}

.aspect-ratio__1x1 {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

[class^="aspect-ratio__"] > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@font-face {
    font-family: 'social_media';
    src:    url('../fonts/social_media.eot?phukqg');
    src:    url('../fonts/social_media.eot?phukqg#iefix') format('embedded-opentype'),
    url('../fonts/social_media.ttf?phukqg') format('truetype'),
    url('../fonts/social_media.woff?phukqg') format('woff'),
    url('../fonts/social_media.svg?phukqg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'social_media' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e900";
}
.icon-fb:before {
    content: "\e901";
}
.icon-twitter:before {
    content: "\e902";
}
.icon-youtube:before {
    content: "\e903";
}
.icon-in:before {
    content: "\e904";
}

.close-cont {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 40px;
}

.icon-close {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    top: 35%;
    height: 2px;
    width: 65%;
    background: #fff;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -ms-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    border-radius: 4px;
}

.icon-close:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-radius: 4px;
}

.icon-prev {
     content: '';
     background: url('/assets_img/icons/icon-prev.png') 50% no-repeat;
     width: 28px;
     height: 20px;
     display: inline-block;
 }

.icon-prev2 {
    content: '';
    background: url('/assets_img/icons/icon-prev2.png') 50% no-repeat;
    width: 28px;
    height: 20px;
    display: inline-block;
}

.icon-next {
    content: '';
    background: url('/assets_img/icons/icon-next.png') 50% no-repeat;
    width: 28px;
    height: 20px;
    display: inline-block;
}

.icon-next2 {
    content: '';
    background: url('/assets_img/icons/icon-prev2.png') 50% no-repeat;
    width: 28px;
    height: 20px;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.icon-down {
    content: '';
    background: url('/assets_img/icons/icon-down.png') 50% no-repeat;
    height: 28px;
    width: 20px;
    display: inline-block;
}

.burguer-menu form input::-webkit-input-placeholder { color: #333!important; opacity: 1 }
.burguer-menu form input::-ms-input-placeholder { color: #333!important; opacity: 1 }
.burguer-menu form input::-moz-placeholder { color: #333!important; opacity: 1 }

footer form input::-webkit-input-placeholder { color: #fff!important;  opacity: 1 }
footer form input::-ms-input-placeholder { color: #fff!important; opacity: 1 }
footer form input::-moz-placeholder { color: #fff!important; opacity: 1 }

form#contactForm input::-webkit-input-placeholder { color: #333!important; font-weight: 600;  opacity: 1; text-transform: uppercase; }
form#contactForm input::-ms-input-placeholder { color: #333!important; font-weight: 600; opacity: 1; text-transform: uppercase; }
form#contactForm input::-moz-placeholder { color: #333!important; font-weight: 600; opacity: 1; text-transform: uppercase; }


form#contactForm textarea::-webkit-input-placeholder { color: #333!important; font-style: italic; font-weight: 600; opacity: 1; text-transform: uppercase; }
form#contactForm textarea::-ms-input-placeholder { color: #333!important; font-style: italic; font-weight: 600; opacity: 1; text-transform: uppercase; }
form#contactForm textarea::-moz-placeholder { color: #333!important; font-style: italic; font-weight: 600; opacity: 1; text-transform: uppercase; }

section.contacts .form-cont a.submitForm:after,
section.contacts ul.info + a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    display: inline-block;
    background: #d5441c;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0;
    z-index: 1;
}

section.contacts .form-cont a.submitForm:hover:after,
section.contacts ul.info + a:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
}

section.contacts .form-cont a.submitForm span,
section.contacts ul.info + a span {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    z-index: 2;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

section.contacts .form-cont a.submitForm:hover span,
section.contacts ul.info + a:hover span {
    color: #fff;
}


.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.dialog--open {
    z-index: 9999;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 50%;
    max-width: 560px;
    min-width: 290px;
    background: #fff;
    padding: 4em;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

/* Content */
.dialog h2 {
    margin: 0;
    font-weight: 400;
    font-size: 1.5em;
    padding: 0 0 2em;
    color: #333;
}

.dialog__overlay {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.dialog button {
    padding: 15px 30px;
    font-size: 14px;
    outline: none;
    font-weight: 700;
    margin: 0 auto;
    border: none;
    color: #fff;
    background: #d3441c;
}


.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    text-align: center;
}

#dialog--close { cursor: pointer }

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.6,0,0.4,1);
    animation-timing-function: cubic-bezier(0.6,0,0.4,1);
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}

@keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@-webkit-keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1); }
}

@keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); }
}

.txt-cont {
    height: 100%;
}


body > div { overflow: hidden }

/* ========================================= END COMMON ========================================================= */

/* ========================================= ANIMATIONS ========================================================= */


@-webkit-keyframes rotateFoldRight {
    from { }
    to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateFoldRight {
    from { }
    to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateFoldLeft {
    from { }
    to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateFoldLeft {
    from { }
    to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes moveFromLeftFade {
    from { opacity: 0.3; -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeftFade {
    from { opacity: 0.3; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromRightFade {
    from { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@keyframes moveFromRightFade {
    from { opacity: 0.3; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

.rotateFoldLeft {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateFoldLeft .7s both ease;
    animation: rotateFoldLeft .7s both ease;
}

.rotateFoldRight {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateFoldRight .7s both ease;
    animation: rotateFoldRight .7s both ease;
}

.moveFromRightFade {
    -webkit-animation: moveFromRightFade .7s ease both;
    animation: moveFromRightFade .7s ease both;
}

.moveFromLeftFade {
    -webkit-animation: moveFromLeftFade .7s ease both;
    animation: moveFromLeftFade .7s ease both;
}

/* ======================================= END ANIMATIONS ======================================================= */


/* =========================================== HEADER =========================================================== */

body.home header{
    padding: 0;
    height: 100vh;
    max-height: 1200px;
}

header { font-family: 'Montserrat', sans-serif; }

header ul.langs {}
header ul.langs li { display: inline-block }
header ul.langs li a {}

header ul.langs li.active:before {}

header ul.langs li.active:first-child{ margin-right: 5px }
header ul.langs li.active:last-child { margin-left: 5px }

header .burguer-menu {
    -webkit-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    position: absolute;
    left: 0;
    height: auto;
    max-height: 100%;
    min-height: 100vh;
    padding: 8.2em 3.2em 2.2em;
    background-color: rgba(255,255,255,.8);
    color: #333333;
    z-index: 9;
}

header .burguer-menu.open {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

header .burguer-menu i.icon-symbol {
    position: absolute;
    left: 1.5em;
    margin-top: -20px;
    background-image: url('/assets_img/icons/symbol.png');
    width: 16px;
    height: 16px;
}

header .burguer-menu nav {
    margin-bottom: 15vh;
    padding-left: 45px;
}

header .burguer-menu ul.menu li {
    list-style: none;
    margin-bottom: 10%;
}

header .burguer-menu ul.menu li a {
    color: #002e6c;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    max-width: 300px;
    word-break: break-word;
    display: inline-block;
}

header .burguer-menu ul.menu li a:hover,
header .burguer-menu ul.menu li a.active { color: #d3441c;}

header .burguer-menu ul.menu li a.mark:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 36px;
    background: url('/assets_img/icons/symbol.png') 50% no-repeat;
    left: -45px;
}

header .burguer-menu div.menu-footer a { border-color: #333333; }
header .burguer-menu div.menu-footer a,
header .burguer-menu div.menu-footer { color: #333333; }

header ul.social li:last-child a { margin: 0; }
header ul.social li:not(:last-child) a {
    margin: 0 5px 0 0;
}

header ul.social li a:hover i { color: #d3441c }

header .burguer-menu form#newsletterForm {
    margin-top: 15px;
    max-width: 210px;
}

header .burguer-menu form#newsletterForm p {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

header .burguer-menu div.menu-footer > a {
    font-size: 16px;
    text-transform: none;
    display: block;
    color: #333333;
    font-family: 'Jaldi', sans-serif;
}

header .burguer-menu .newsletterForm input {
    color: #333333;
    border-color: #333333;
}

header a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

header a i.icon-square {
    vertical-align: top;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

header a i.icon-square:before {
    content: '•';
    text-shadow: 5px 0 #fff, -5px 0 #fff;
    font-size:.7em;
    line-height: 0em;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

header a i.icon-square:after {
    content: '•';
    text-shadow: 5px 0 #fff, -5px 0 #fff;
    font-size: .7em;
    line-height: 0em;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

header a i.icon-square > span {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
header a i.icon-square > span:after {
    content: '•';
    text-shadow: 5px 0 #fff, -5px 0 #fff;
    font-size: .7em;
    line-height: 0em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


header .header-top {
    font-family: 'Jaldi', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3.2em
}

header .header-top > div {
    height: 133px;
}

header .logo img { padding: 25px 0 40px; max-width: 100% }

header .flex { height: 100%; }

header .header-top > div:first-child .flex {
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: flex-start;
    -ms-flex-line-pack: left;
}

header .header-top > div:last-child .flex {
    -ms-flex-pack: right;
    -webkit-justify-content: right;
    justify-content: flex-end;
    -ms-flex-line-pack: right;
}

header .header-top ul.langs { margin-left: 40px; }
header .header-top ul.langs li {
    margin: 0 5px;
}
header .header-top ul.langs li.active img { border: 1px solid #fff; }
header .header-top ul.langs > li img {
    display: inline-block;
    vertical-align: middle;
}

header .header-top .icon-burguer {
    line-height: 24px;
    content: '';
    width: 14px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-right: 10px;
    margin-top: -4px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}


header .header-top .icon-burguer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

header .header-top .icon-burguer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

header a.trigger-menu.animate {
    color: #d5441c;
}

header a.trigger-menu.animate .header-top .icon-burguer:after { opacity: 0 }


header a.trigger-menu.animate .header-top .icon-burguer {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

header a.trigger-menu.animate {
    color: #d5441c;
    z-index: 10;
}

header .header-top a.trigger-menu.animate .icon-burguer {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #d5441c;
}

header .header-top a.trigger-menu.animate .icon-burguer:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0px;
    background: #d5441c;
}

header .header-top a.trigger-menu.animate .icon-burguer:after { opacity: 0 }


header .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

header .slider-nav {
    position: absolute;
    width: 450px;
    height: 300px;
    left: calc(50% - 225px);
    bottom: 2%;
    -webkit-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    -moz-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    -ms-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    -o-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    transition: all .2s cubic-bezier(0.7,0,0.3,1);
    z-index: 2;
}
/*
header .slider-nav.n0 { background: url('/assets_img/concept/morph1.png') 50% no-repeat; }
header .slider-nav.n1 { background: url('/assets_img/concept/morph2.png') 50% no-repeat; }
header .slider-nav.n2 { background: url('/assets_img/concept/morph3.png') 50% no-repeat; }
header .slider-nav.n3 { background: url('/assets_img/concept/morph4.png') 50% no-repeat; }*/

header .slider-nav svg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 135px);
    z-index: 1;
}

header .slider-nav > div {
    width: 294px;
    z-index: 2;
}
header .slider-nav span.text2 { text-transform: uppercase; line-height: 253px; }


header .slider-nav a:last-child {
    display: block;
    width: 100%;
    margin-bottom: -30px;
}

header .slider-nav a:first-child {
    left: -55px;
    top: calc(50% - 10px);
    position: absolute;
}
header .slider-nav span.text2 + a {
    right: -55px;
    top: calc(50% - 10px);
    position: absolute;
}

header .slider-item:first-child {
    background: url('/assets_img/concept/banner1.jpg') 50% 50% no-repeat;
    background-size: cover;
}
header .slider-item:nth-child(2) {
    background: url('/assets_img/concept/banner2.jpg') 50% 50% no-repeat;
    background-size: cover;
}
header .slider-item:nth-child(3) {
    background: url('/assets_img/concept/banner3.jpg') 50% 50% no-repeat;
    background-size: cover;
}
header .slider-item:nth-child(4) {
    background: url('/assets_img/concept/banner4.jpg') 50% 50% no-repeat;
    background-size: cover;
}

header .slider-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

header .slider-item.current { visibility: visible }

header .slider-item .content {
    width: 55%;
    margin-left: 45%;
}

header .slider-item h2 {
    font-size: 64px;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.8s, opacity 1s;
    transition: -webkit-transform 0.8s, opacity 1s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

header .slider-item:nth-child(odd) h2 {
    -webkit-transform: translate3d(600px, 0, 0);
    transform: translate3d(600px, 0, 0);
}

header .slider-item:nth-child(even) h2 {
    -webkit-transform: translate3d(-600px, 0, 0);
    transform: translate3d(-600px, 0, 0);
}

header .slider-item.current h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;

}


header a.project:hover i {
    color: #d3441c
}

header a:hover i.icon-square > span:after,
header a:hover i.icon-square:after,
header a:hover i.icon-square:before {
    text-shadow: 5px 0 #d3441c, -5px 0 #d3441c;
}

/* ========================================= END HEADER ========================================================= */

.newsletterForm input {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    line-height: 30px;
    outline: 0;
    width: 100%;
    padding: 5px 40px 4px 5%;
    font-size: 11px;
}


.newsletterForm input + a {
    position: absolute;
    bottom: 0;
    right: 1px;
    cursor: pointer;
    font-size: 12px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #fff;
    text-align: center;
}

ul.social li,
ul.social { display: inline-block }
ul.social li a {
    text-decoration: none;
    color: #fff;
    margin: 0 5px;
}

ul.social li a:hover { color: #d3441c }

body {
    background-color: #333333;
    color: #fff;
}

/* ============================================ HOME ============================================================ */

section.news {
    padding: 55px 0;
}


section.news .item {
    width: 200px;
    height: 200px;
    border:10px solid #fff;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
}

section.news a.item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    -moz-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    -ms-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    -o-transition: all .2s cubic-bezier(0.7,0,0.3,1);
    transition: all .2s cubic-bezier(0.7,0,0.3,1);
}

section.news a.item:not(.blank):hover{
    border-color: #d5441c;
}
section.news a.item:not(.blank):hover:after { background-color: rgba(0,0,0,.1); }

section.news .item > img { max-width: 100% }
section.news .grid-item--width2 { width: 400px; }
section.news .grid-item--height2 { height: 400px; }
section.news .item.blank { border: 0; cursor: default }

/*section.news .item:before,
section.news .item:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

section.news .item:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0); 
}

section.news .item:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

section.news .item:hover {
    background-color: rgba(0,0,0,.3);
}
section.news .item:hover:before,
section.news .item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

.grid-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 200px;
}

section.news.projectos .grid-bottom,
section.news .item-content .grid-bottom {
    position: relative;
    bottom: auto;
    left: auto;
}

.grid-bottom ul.filters {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.grid-bottom > .flex {
    height: 100%;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-line-pack: flex-end;
}

.grid-bottom .actions a.disabled {
    opacity: .4;
    cursor: default;
}

ul.filters {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    font-family: 'Montserrat', sans-serif;
}

ul.filters li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
}

ul.filters li:not(:last-child) {
    margin-right: 10px;
}

ul.filters li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
}

ul.filters li a:before,
ul.filters li a::after {
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: scale3d(0, 0.1, 1);
    transform: scale3d(0, 0.1, 1);
}

ul.filters li a:hover,
ul.filters li a.active {
    color: #d3441c;
    border-color: #d3441c;
}

.separator {
    width: 130px;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    margin-left: 10%;
}

section.news .isotope-grid { min-height: 800px; margin: 0 auto }

section.news .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 200px;
    background-color: #333333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

section.areas .item-content.open,
section.news .item-content.open {
    visibility: visible;
    opacity: 1;
}

section.areas .item-content > div,
section.news .item-content > div { height: 100%; opacity: 0 }

section.areas .item-content.open > div,
section.news .item-content.open > div {
    opacity: 1;
}

section.areas .item-content.open > div,
section.news.projectos .item-content.open > div {
    height: auto;
    margin-bottom: 200px;
}

section.news .item-content div.slick-gal,
section.areas .item-content div.item-capa {
    border: 10px solid #fff;
    background-size: cover;
    overflow: hidden;
}

section.news .item-content div.item-capa { background-size: cover }

section.news .item-content  div.slick-gal {
    overflow: hidden;
}
section.news .item-content  div.slick-gal *:not(button) {
    height: 100%;
}

section.news .item-content  div.slick-gal .item-capa { display: inline-block }

section.news .item-content div.slick-gal button.slick-arrow {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    height: 50px;
    width: 50px;
    padding: 0;
    border: 5px solid #fff;
    background: #333;
    text-align: center;
    outline: none;
    cursor: pointer;
}

section.news .item-content div.slick-gal button.slick-arrow.slick-prev {
    width: 50px;
    z-index: 3;
    background: #333 url('/assets_img/icons/icon-prev2.png') center no-repeat;
}

section.news .item-content div.slick-gal button.slick-arrow.slick-next {
    background: #333 url('/assets_img/icons/icon-next.png') 80% center no-repeat;
    left: calc(50% + 25px);
}

section.areas .item-content .pure-g > div:not(:last-child),
section.news .item-content .pure-g > div:not(.square-symbol) { height: 100%; }

body.home .txt-cont { height: auto }
body.home section.news .item-content .grid-bottom { height: 200px; position: absolute; }


section.projectos { padding-top: 30px }

section.areas .item-content .pure-g > div:not(:last-child),
section.news.projectos .item-content .pure-g > div:not(:last-child){ height: 650px; }


section.areas .item-content .pure-g > div:nth-child(2),
section.news.projectos .item-content .pure-g > div:nth-child(2){
    position: absolute;
    right: 0;
    width: 35%;
    top: 100px;
}

section.areas .item-content .pure-g > div:nth-child(2) > div,
section.news.projectos .item-content .pure-g > div:nth-child(2) > div {
    height: 420px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border: 10px solid #333;
    overflow: hidden;
}

section.areas .item-content .pure-g > div:nth-child(2) > div > .txt-cont,
section.news.projectos .item-content .pure-g > div:nth-child(2) > div > .txt-cont {
    overflow: hidden;
    top: 0;
    bottom: auto;
    max-height: none;
    border: 0;
}

section.areas .item-content .txt-cont,
section.news.projectos .item-content .txt-cont {
    border-color: #333;
    background: #fff;
    color: #333;
}
section.areas .item-content .square-symbol,
section.news.projectos .item-content .square-symbol {
    top: 650px;
    height: 180px!important;
}

section.areas .item-content .txt-cont,
section.news .item-content .txt-cont {
    position: absolute;
    bottom: 0;
    padding: 8% 5%;
    font-size: 12px;
    max-height: 100%;
    overflow-y: scroll;
    border: 10px solid;
    width: 100%;
}
section.areas .item-content .square-symbol,
section.news .item-content .square-symbol { height: 180px }

section.areas .item-content .grid-bottom,
section.news .item-content .grid-bottom {
    bottom: -200px;
    z-index: 9;
}

section.areas .icon-close:before {
    left: -1px;
    top: 1px;
}

.txt-cont h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
}

.txt-cont p {
    text-align: justify;
    line-height: 18px;
    font-size: 14px;
}

.txt-cont a {
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.txt-cont a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.txt-cont a:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.square-symbol {
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    background: url('/assets_img/icons/symbol-big.png') 50% no-repeat;
}

section.areas .item-content .square-symbol,
section.news .item-content .square-symbol {
    position: absolute;
    left: 0;
    bottom: -200px;
}


body.home section.news .item-content .square-symbol {
    bottom: -180px;
}

section.news .actions .icon-close { opacity: 0 }
section.news .actions .icon-close.fadeIn { opacity: 1 }

.fadeOut {
    opacity: 0;
}

.fadeIn {
    opacity: 1;
}

.outToRight {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
    to {
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
    }
}

@keyframes outToRight {
    to {
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
    }
}

.outToLeft {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
    to {
        -webkit-transform: translate3d(-140%, 0, 0);
        transform: translate3d(-140%, 0, 0);
    }
}

@keyframes outToLeft {
    to {
        -webkit-transform: translate3d(-140%, 0, 0);
        transform: translate3d(-140%, 0, 0);
    }
}

.inFromLeft {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
    from {
        -webkit-transform: translate3d(-140%, 0, 0);
        transform: translate3d(-140%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromLeft {
    from {
        -webkit-transform: translate3d(-140%, 0, 0);
        transform: translate3d(-140%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.inFromRight {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
    from {
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromRight {
    from {
        -webkit-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ========================================== END HOME ========================================================== */


/* ========================================= SUB PAGES ========================================================== */

body:not(.home) header {
    background: url('/assets_img/concept/banner1.jpg') top no-repeat;
    background-size: cover;
    z-index: 9;
}

.sub-header {
    height: 200px;
}

.sub-header h2 {
    line-height: 200px;
    margin: 0;
    padding: 5% 8%;
    text-transform: uppercase;
    color: #d5441c;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.sub-header h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 55%;
    top: 30%;
    border: 10px solid #fff;
}

body:not(.home) article {
    min-height: calc(100vh - 533px);
}

section.about .content > .flex {
    margin-top: 65px;
    height: 80px;
}


section.about .concept-photo {
    margin: 1.2em auto 0;
    padding-left: 200px;
    line-height: 0;
}

section.about .concept-photo img {
    max-width: 100%;
    border: 10px solid #fff;
}


section.about .float-right {
    top: 350px;
    position: absolute;
    right: 0;
    background: #fff;
    color: #333333;
    padding: 2%;
    min-height: 450px;
    border: 10px solid #333333;
}

section.about .float-right div.txt-cont {
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
section.about .float-right + div.flex {
    height: 200px
}


section.about .content { padding-bottom: 60px }


section.areas {
    min-height: 1020px;
    padding: 30px 0;
}

section.areas .item-list {
    padding: 0 100px;
    height: 100%;
    min-height: 1020px;
}

section.areas .item {
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

section.areas .item.item-width1 { width: 428px }
section.areas .item.item-width2 { width: 418px }
section.areas .item.item-width3 { width: 641px }
section.areas .item.item-width4 { width: 364px }

section.areas .item img {
    max-width: 100%;
}

section.areas .item.item-width1 { position: relative }
section.areas .item.item-width1:hover {
    right: -10px;
    top: 15px;
}

section.areas .item > .item-photo {
    background-size: cover;
}

section.areas .item.item-width1 > .item-photo {
    width: 408px;
    height: 396px;
}


section.areas .item.item-width2 > .item-photo {
    width: 398px;
    height: 446px;
}


section.areas .item.item-width3 > .item-photo {
    width: 621px;
    height: 329px;
}

section.areas .item.item-width4 > .item-photo {
    width: 344px;
    height: 449px;
}


section.areas .item.item-width1 > .item-photo {
    width: 408px;
    height: 396px;
}

section.areas .item:hover { z-index: 2 }

section.areas .item .item-photo {
    border: 10px solid #fff;
    display: inline-block;
    line-height: 0;
}

section.areas .item .item-title {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 10px solid #333;
    background: #fff;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

section.areas .item:hover .item-title,
section.areas .item:hover .item-photo { border-color: #d5441c; }

section.areas .item .item-title span {
    max-width: 100px;
    font-weight: 600;
    opacity: .8;
}

section.areas .item.item-width1 .item-title {
    bottom: -100px;
    left: -100px;
}

section.areas .item.item-width2 {
    top: 180px;
    right: 100px;
}

section.areas .item.item-width2:hover {
    top: 190px;
    right: 105px;
}

section.areas .item.item-width3 {
    bottom: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.areas .item.item-width3:hover {
    bottom: 145px;
    left: 49%;
}

section.areas .item.item-width3 .item-title {
    bottom: -50px;
    right: -100px;
}

section.areas .item.item-width3 .square-symbol {
    position: absolute;
    left: -199px;
    bottom: -100px;
}

section.areas .item.item-width4 {
    top: 22%;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.areas .item.item-width2 .item-title,
section.areas .item.item-width4 .item-title {
    top: -100px;
    right: -100px;
}


section.areas .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 200px;
    background-color: #333333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 3;
}

section.areas .grid-bottom.open {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

section.areas .grid-bottom {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

section.areas ul.filters { margin: 0 auto }

section.areas .item-content img {
    border: 10px solid #fff;
    max-height: 650px;
}

section.areas .item-content img + div {
    position: absolute;
    right: 100px;
    bottom: -20%;
    background: #fff;
    border: 10px solid #333;
    color: #333;
    padding: 2%;
    width: 40%;
}

.txt-cont a {
    color: #d5441c;
    font-size: 12px;
}
.txt-cont a:after { background: #d5441c; }

section.areas .item-content .square-symbol {
    position: absolute;
    left: 0;
    top: 100%;
}

section.comunicacao { padding: 60px 0; }

section.comunicacao .news-slider { padding-top: 60px }

section.comunicacao .news-slider .news-item .news-item--header { height: 320px; }
section.comunicacao .news-slider .news-item .news-item--header > div {
    height: 100%;
    border: 10px solid #fff;
    float: right;
    margin-right: 10%;
    background-size: cover;
    background-position: 50%;
}

section.comunicacao .news-slider .news-item .news-item--body {
    display: inline-block;
    margin-left: -15px;
    margin-bottom: -5px;
    width: 100%;
}

section.comunicacao .news-slider .news-item .news-item--body > div {
    border: 10px solid #333;
    background: #fff;
    color: #333;
    padding: 8% 5%;
    margin-top: -25px;
    border-bottom: 0;
    height: 430px;
}

section.comunicacao .grid-bottom .square-symbol {
    bottom: 0;
    left: 0;
    position: absolute;
}

section.comunicacao .grid-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
}

section.comunicacao .grid-bottom:not(:last-child) {
    height: 80px;
}

section.contacts { min-height: 1100px }

#map {
    width: 750px;
    height: 640px;
    margin: 30px 0 0 200px;
    border: 10px solid #fff;
    overflow: visible!important;
}

#map:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    background: url('/assets_img/icons/symbol-big.png') 50% no-repeat;
    right: 100%;
    top: 100%;
    box-sizing: border-box;
}

section.contacts ul.info {
    display: inline-block;
    position: absolute;
    top: 140px;
    right: 0;
    padding: 30px;
    background: #fff;
    border: 10px solid #333;
    color: #333;
    font-size: 14px;
}

section.contacts ul.info li {
    list-style: none;
    line-height: 21px;
}

section.contacts ul.info li > bdi {
    color: #d5441c;
    display: inline-block;
}

section.contacts ul.info a {
    text-decoration: none;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}

section.contacts ul.info a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

section.contacts ul.info a:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

section.contacts ul.info + a {
    position: absolute;
    top: 368px;
    right: 0;
    width: 120px;
    height: 120px;
    background: #fff;
    border: 10px solid #333;
    text-decoration: none;
    text-transform: uppercase;
    color: #d5441c;
    font-weight: 600;
    font-size: 14px;
}

section.contacts a.gmaps-links {
    position: absolute;
    top: 316px;
    right: 0;
    width: 120px;
    height: 120px;
    background: #fff;
    border: 10px solid #333;
    text-decoration: none;
    text-transform: uppercase;
    color: #d5441c;
}

section.contacts div.form-cont {
    width: 50%;
    float: right;
    max-width: 450px;
    border: 10px solid #333;
    margin-top: -105px;
    background: #333;
}

section.contacts .form-cont .pure-g > div {
    margin-bottom: 3px;
}

section.contacts .form-cont a.submitForm {
    background: #fff;
    float: right;
    width: 110px;
    height: 110px;
    color: #d5441c;
    cursor: pointer;
}

section.contacts form input,
section.contacts form textarea {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px 8px;
    text-align: left;
    border: 2px solid #333;
    margin-bottom: 3px;
    outline: none;
    font-size: 11px;
}

section.contacts form textarea {
    height: 180px;
    resize: none;
}



/* ======================================= END SUB PAGES ======================================================== */



/* =========================================== FOOTER =========================================================== */

footer {
    padding: 35px 0;
    background: #002e6c url('/assets_img/concept/pattern-footer.png') repeat;
    font-family: 'Montserrat', sans-serif;
}

footer .flex > div { height: 100% }

footer li {
    display: inline-block;
    list-style: none;
}

footer .newsletterForm {
    max-width: 205px;
    margin-top: 10px;
}

footer .newsletterForm > div { overflow: hidden }

footer p.copyright {
    font-size: 10px;
    margin-top: 25px;
}

footer .pure-g > div:last-child > div.flex {
    justify-content: initial;
    -ms-flex-line-pack: initial;
    -webkit-align-content: initial;
    align-content: initial;
}

footer .pure-g > div:first-child > div > p:first-child {
    font-size: 11px;
    text-transform: uppercase;
}

footer ul.social {
    line-height: 24px;
    vertical-align: middle;
}

footer ul.social + a {
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
}

.showMobile { display: none }

/* ========================================= END FOOTER ========================================================= */

@media screen and (max-width: 1400px) {
    /*section.areas .item.item-width2 { right: 100px }
    section.areas .item.item-width4 { left: 45% }*/
}

@media screen and (max-width: 1200px) {
    section.news .content {
        max-width: 900px;
    }

    /*section.news .item {
        height: 150px;
        width: 150px;
    }


    section.news .grid-item--height2 { height: 300px }
    section.news .grid-item--width2 { width: 300px }
    */


    .grid-bottom {
        height: auto;
        margin: 30px 0;
        min-height: 200px;
    }

    .grid-bottom > .flex {
        min-height: 200px;
    }
}


@media screen and (max-width: 860px){
    header .header-top { padding: 0 1.5em }
}

@media screen and (max-width: 47em){
    header .header-top {
        display: table;
        padding: 15px 1.5em 0;
        width: 100%;
    }

    header .flex.logo {
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        justify-content: flex-start;
        -ms-flex-line-pack: left;
    }

    header .header-top > div:first-child{ float: right }
    header .header-top > div:nth-child(2){ float: left }
    header .header-top > div:last-child { height: auto }
    header .header-top .project { display: none }

    header .header-top > div:first-child .flex {
        -ms-flex-pack: right;
        -webkit-justify-content: right;
        justify-content: flex-end;
        -ms-flex-line-pack: right;
    }

    header .header-top > div { height: 90px; }
    header .header-top > div:nth-child(2) a { float: left; }
    header .header-top ul.langs { margin: 0 }
    header .slider-item .content {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 180px;
    }

    header .slider-item h2 {
        max-width: 100%;
        word-break: break-word;
        font-size: 42px;
    }

    header .slider-nav > div a { display: none }


    header .burguer-menu {
        max-width: 100%;
        width: 100%;
        background: #fff;
        border-left: 20px solid #d5441c;
        padding: 10%;
        height: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    header .burguer-menu nav {
        padding-left: 0;
        margin-bottom: 0;
    }

    header .burguer-menu ul.menu li a {
        font-size: 33px;
        line-height: 36px;
    }

    header .burguer-menu div.menu-footer { display: none }

    ul.filters li {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }

    footer > .content > .pure-g {
        display: table;
        width: 100%;
        text-align: center;
    }

    footer > .content > .pure-g > div:first-child { display: table-footer-group; }
    footer > .content > .pure-g > div:first-child p,
    footer .newsletterForm {
        max-width: 205px;
        margin: 0 auto 5px;
        text-align: left;
    }

    footer > .content > .pure-g > div:last-child { display: table-header-group; }
    footer > .content > .pure-g > div.text-center { margin: 30px auto; }
    footer ul.social { width: 100%;
    }

    footer > a {
        text-align: center;
        margin: 30px 0 0;
    }

    header a.trigger-menu.animate {
        text-indent: -999px;
    }

    header a.trigger-menu.animate:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url('../img/icons/orange-arrow.png') 50% no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .showMobile { display: block }
    .hideMobile { display: none }


    section.news .item-content .pure-g > div:not(.square-symbol) {
        max-height: calc(100vh - 180px);
    }


    .square-symbol {
        width: 150px;
        height: 150px;
    }

    body.home section.news .item-content .square-symbol {
        bottom: auto;
        top: calc(100vh - 180px);
    }

    section.news .item-content .txt-cont {
        bottom: auto;
        top: 180px;
        border-color: #333;
        background: #fff;
        color: #333;
    }

    .grid-bottom > .flex {
        ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-line-pack: center;
    }

    .item-content .separator {
        margin-left: 0;
    }

    .actions .toggle-page {
        width: 50px;
        display: inline-block;
        height: 150px;
        line-height: 150px;
    }

    a.close-cont:after {
        content: '';
        position: absolute;
        width: 70px;
        height: 70px;
        left: -30px;
        top: -30px;
    }

    header a.trigger-menu.animate:after {
        content: '';
        position: absolute;
        left: -40px;
        top: -40px;
        height: 100px;
        width: 100px;
    }

    header .burguer-menu ul.menu li a.mark:before { display: none }

    .sub-header h2:after {
        height: 200px;
        top: 0;
        box-sizing: border-box;
    }

    section.about .concept-photo {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    section.about .float-right {
        position: relative;
        width: 100%;
        top: auto;
        padding: 8% 5%;
    }

    section.about .float-right + div.flex {
        position: relative;
        display: inline-block;
        width: 100%;
    }


    .sub-header h2 {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 200px;
        line-height: 36px;
    }

    section.areas { padding: 0 }

    section.areas .item-list {
        padding: 0;
        min-height: 0;
    }

    section.areas .item {
        width: 100%!important;
        height: 215px!important;
        position: relative!important;
        top: auto!important;
        bottom: auto!important;
        right: auto!important;
        left: auto!important;
        margin-top: -5px;
        -webkit-transform: none!important;
        transform: none!important;
    }
    section.areas .item > .item-photo {
        width: 100%!important;
        height: 100% !important;
    }

    section.areas .item .item-title {
        height: 100px;
        top: auto!important;
        bottom: 0!important;
    }

    section.areas .item.item-width1 .item-title,
    section.areas .item.item-width3 .item-title {
        left: 10%;
    }

    section.areas .item.item-width2 .item-title,
    section.areas .item.item-width4 .item-title {
        right: 10%;
    }

    section.areas .item-content .pure-g > div.item-capa{
        height: calc(100vh - 180px);
        margin-bottom: 150px;
        position: relative;
    }

    section.areas .item-content .pure-g > div:nth-child(2) {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
    }

    section.areas .item-content .txt-cont {
        position: relative!important;
        height: 320px!important;
    }

    section.areas .item-content .square-symbol {
        height: 150px!important;
        width: 150px;
        top: calc(100vh - 180px);
    }

    section.areas .separator,
    section.areas ul.filters { display: none }

    section.areas .actions {
        width: 100%;
        text-align: center;
    }

    section.news.projectos .item-content .pure-g > div:nth-child(2) {
        width: 100%;
        position: relative;
    }

    section.projectos .item-content .item-capa {
        height: calc(100vh - 180px);
        position: relative;
        margin-bottom: 180px;
    }

    section.news.projectos .item-content .square-symbol {
        top: calc(100vh - 180px);
        height: 150px!important;
    }

    section.news.projectos .item-content .pure-g > div:nth-child(2) {
        width: 100%;
        top: 0;
        position: relative;
    }

    section.comunicacao .news-slider { padding-top: 0 }

    section.comunicacao .news-slider .news-item .news-item--header { height: 250px }

    section.comunicacao .news-slider .news-item .news-item--header > div {
        width: 100%;
        margin: 0 auto;
    }

    section.comunicacao .news-slider .news-item .news-item--body { margin: 0; }
    section.comunicacao .news-slider .news-item .news-item--body > div { width: 100%; margin-top: 150px }

    section.comunicacao .news-slider .square-symbol {
        position: absolute;
        top: 250px;
    }

    .grid-bottom > .flex { display: block; text-align: center }

    .grid-bottom > .flex ul.filters {
        position: relative;
        width: 90%;
        display: inline-block;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    section.comunicacao .grid-bottom { height: auto }
    .grid-bottom > .flex .separator { display: none }

    #map {
        width: 100%;
        margin: 0 auto;
        height: 250px;
    }

    #map:after { display: none }

    section.contacts ul.info {
        position: relative;
        top: auto;
        width: 100%;
        height: 180px;
        margin: 0;
    }

    section.contacts ul.info + a { top: 420px; }
    section.contacts div.form-cont {
        width: 100%;
        margin: 240px auto 0;
    }

    section.contacts div.form-cont:before {
        content: '';
        position: absolute;
        width: 150px;
        height: 150px;
        border: 10px solid #fff;
        background: url('/assets_img/icons/symbol-big.png') 50% no-repeat;
        right: 100px;
        top: -150px;
        box-sizing: border-box;
    }

    section.contacts .form-cont .pure-g > div:first-child input { border-top: 0; }
}

@media screen and (max-width: 420px){
    section.news .item {
        width: 150px;
        height: 150px;
    }

    header .slider-item .content { top: 220px }
    header .slider-item h2 { font-size: 38px }
    section.news .grid-item--height2 { height: 300px }
    section.news .grid-item--width2 { width: 300px }

    header .slider-nav {
        width: 250px;
        height: 250px;
        left: calc(50% - 125px);
    }

    footer li {
        width: 100%;
        margin: 10px 0;
    }

    header .slider-nav a:last-child { margin-bottom: 0 }

    body.home section.news .item-content .grid-bottom { position: relative }
}

@media screen and (max-width: 360px){
    header .slider-item .content {
        top: 180px;
        width: 90%;
    }
    header .slider-item .content h2 { font-size: 32px }
    header .burguer-menu ul.menu li a { font-size: 28px }
}

@media screen and (max-height: 525px){
    header .slider-nav {
        width: 180px;
        height: 180px;
        left: calc(50% - 90px);
    }
}


/* =========================================== PLUGINS ========================================================== */

/* perfect-scrollbar v0.6.12 */
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}


/* ========================================= END PLUGINS ======================================================== */