@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);

/*
	Ethereal by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/
/* Reset */
@font-face {
    font-family: "Hiruko-Black";
    src: url(../fonts/Hiruko-Black.otf) format("opentype");
}

@font-face {
    font-family: "ApexSanTBoo";
    src: url(../fonts/ApexSanTBoo.ttf) format("truetype");
}

:root {
    --main-green-color: #6BB130;
}



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;
    font-family: ApexSanTBoo;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*section{
        z-index:0;
    }*/

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;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Page */

@-moz-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-viewport {
    width: device-width;
}

html {
    width: 100%;
    height: 100%;
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
    -ms-overflow-style: scrollbar;
    width: 100%;
    height: 100%;
    min-height: 30rem;
    overflow: hidden;
}

    body:before {
        -moz-animation: load-spinner 1s infinite linear;
        -webkit-animation: load-spinner 1s infinite linear;
        -ms-animation: load-spinner 1s infinite linear;
        animation: load-spinner 1s infinite linear;
        -moz-transition: opacity 0.25s ease;
        -webkit-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4rem;
        height: 4rem;
        margin: -2rem 0 0 -2rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %232e2b37%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 4rem;
        opacity: 0;
    }

    body:after {
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-attachment: fixed;
        background-color: #e1e6e1;
        /* background-image: url("../../images/overlay.png"), url("../../images/bg.jpg"); */
        background-repeat: repeat, repeat-x;
        background-size: 128px 128px, cover;
    }

    body.is-loading *, body.is-loading *:before, body.is-loading *:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

    body.is-loading:before {
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        transition: opacity 1s ease;
        -moz-transition-delay: 0.75s;
        -webkit-transition-delay: 0.75s;
        -ms-transition-delay: 0.75s;
        transition-delay: 0.75s;
        opacity: 0.25;
    }

#homepageimage {
    height: auto;
    top: 0px;
    left: 0px;
}

@media screen and (max-width: 736px) {

    html {
        height: auto;
    }

    body {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #homepageimage {
        height: 700px;
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 480px) {

    html, body {
        min-width: 320px;
    }

    .unit_call {
        top: 85px !important;
    }
}

/* Typography */

html {
    font-size: 18pt;
    font-size: 1vmax;
}

@media screen and (max-width: 1680px) {

    html {
        font-size: 12pt;
        font-size: 1.1vmax;
    }
}

@media screen and (max-width: 1280px) {

    html {
        font-size: 11pt;
        font-size: 1.5vmax;
    }
}

body, input, select, textarea {
    color: rgba(255, 255, 255, 0.75);
    font-family: ApexSanTBoo, "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
}

a {
    /* -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; */
    /* -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; */
    /* -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; */
    /* transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; */
    color: rgba(0, 0, 0, 0.675);
    text-decoration: none;
}

    a:hover {
        border-bottom-color: transparent;
        color: #edf2a8;
    }

strong, b {
    color: rgba(0, 0, 0, 0.675);
    font-weight: 400;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1.5rem 0;
}

body.is-ie p {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.675);
    font-family: ApexSanTBoo, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.75rem 0;
    /*letter-spacing: -0.05em;*/
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

    h1.major, h2.major, h3.major {
        position: relative;
    }

        h1.major:after, h2.major:after, h3.major:after {
            content: '';
            position: absolute;
            left: 0;
            width: 3.5rem;
            height: 0.1rem;
            background-color: rgba(255, 255, 255, 0.25);
        }

h1 {
    font-size: 1.65rem;
    line-height: 1.2;
}

#homeText h1.major {
    margin: 0 0 2.425rem 0;
    font-size: 2.8rem;
    line-height: 1.2;
}

h1.major {
    margin: 0 0 1.8875rem 0;
}

    h1.major:after {
        bottom: -1.325rem;
    }

h2 {
    font-size: 1.65rem;
    line-height: 1.2;
}

    h2.major {
        margin: 0 0 1.8875rem 0;
    }

        h2.major:after {
            bottom: -1.2rem;
        }

h3 {
    font-size: 1.325rem;
}

    h3.major {
        margin: 0 0 1.875rem 0;
    }

        h3.major:after {
            bottom: -0.75rem;
        }

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.65rem;
}

sub {
    font-size: 0.8rem;
    position: relative;
    top: 0.5rem;
}

sup {
    font-size: 0.8rem;
    position: relative;
    top: -0.5rem;
}

blockquote {
    border-left: solid 0.25rem rgba(255, 255, 255, 0.25);
    font-style: italic;
    margin: 0 0 1.5rem 0;
    padding: 0.375rem 0 0.375rem 1.5rem;
}

code {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 0.25rem;
    font-family: "Courier New", monospace;
    font-size: 0.8rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.8rem;
    margin: 0 0 1.5rem 0;
    white-space: pre-wrap;
}

    pre code {
        display: block;
        line-height: 1.625;
        padding: 1rem 1.5rem;
        overflow-x: auto;
        margin: 0;
    }

hr {
    border: 0;
    border-bottom: solid 2px rgba(255, 255, 255, 0.25);
    margin: 1.875rem 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media screen and (max-width: 736px) {

    html {
        font-size: 12pt;
    }

    h1 {
        font-size: 2.25rem;
        line-height: 1.2;
    }

        h1.major {
            margin: 0 0 2.625rem 0;
        }

            h1.major:after {
                bottom: -1.325rem;
            }

    h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

        h2.major {
            margin: 0 0 1.9875rem 0;
        }

            h2.major:after {
                bottom: -1.2rem;
            }

    h3 {
        font-size: 1rem;
    }

        h3.major {
            margin: 0 0 1.875rem 0;
        }

            h3.major:after {
                bottom: -0.75rem;
            }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }

        h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
            display: none;
        }
}

@media screen and (max-width: 360px) {

    html {
        font-size: 11pt;
    }
}

/* Form */

form {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% );
}

    form > .field {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: calc(100% );
    }

        form > .field.half {
            width: calc(50% );
        }

        form > .field.third {
            width: calc(100%/3);
        }

        form > .field.quarter {
            width: calc(25%);
        }

        form > .field.fifth {
            width: calc(100%/5 );
        }

        form > .field.sixth {
            width: calc(100%/6);
        }

    form > .actions {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        margin: 1.5rem 0 0 1.5rem;
    }

label {
    color: rgba(255, 255, 255, 0.875);
    display: block;
    font-family: ApexSanTBoo, Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 0.4875rem 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: white;
    border: solid 2px #6BB130;
    border-radius: 8px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.75rem;
    text-decoration: none;
    width: 100%;
}

    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    input[type="tel"]:invalid,
    select:invalid,
    textarea:invalid {
        box-shadow: none;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    select:focus,
    textarea:focus {
        border-color: #edf2a8;
    }

option {
    background-color: rgba(255, 255, 255, 0.875);
    color: #2e2b37;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

    .select-wrapper:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        display: block;
        content: '\f107';
        position: absolute;
        top: 0;
        right: 0;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        color: rgba(255, 255, 255, 0.75);
        pointer-events: none;
        text-align: center;
    }

body.is-ie .select-wrapper:before {
    line-height: 2.5;
}

.select-wrapper select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 38px;
}

textarea {
    padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
    opacity: 0;
    width: 1rem;
    z-index: -1;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        position: relative;
        color: rgba(255, 255, 255, 0.75);
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
        padding-left: 25px;
        padding-right: 10px;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            width: 16px;
            height: 16px;
            line-height: 1.4375rem;
            background: rgba(255, 255, 255, 0.075);
            border: solid 1px rgba(255, 255, 255, 0.25);
            border-radius: 0.25rem;
            background-color: white;
            text-align: center;
            border-color: #edf2a8;
            box-shadow: 0 0 0 1px #edf2a8;
        }

body.is-ie input[type="checkbox"] + label:before, body.is-ie
input[type="radio"] + label:before {
    line-height: 1.5;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-color: #6BB130;
    border-color: rgba(255, 255, 255, 0.875);
}



input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #6BB130 !important;
    opacity: 1.0;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #6BB130 !important;
    opacity: 1.0;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #6BB130 !important;
    opacity: 1.0;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #6BB130 !important;
    opacity: 1.0;
    text-transform: uppercase;
}

.formerize-placeholder {
    color: #6BB130 !important;
    opacity: 1.0;
    text-transform: uppercase;
}

@media screen and (max-width: 736px) {

    form {
        margin: -1.5rem 0 1.5rem 0;
        width: 100%;
    }

        form > .field {
            padding: 1.5rem 0 0 0;
            width: 100% !important;
        }

        form > .actions {
            margin: 1.5rem 0 0 0;
        }
}

/* Icon */
.icon {
    text-decoration: none;
    position: relative;
    border-bottom: none;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon > .label {
        display: none;
    }

/* Image */
.image {
    display: inline-block;
    position: relative;
    border: 0;
}

    .image.filtered:after {
        background-size: 128px 128px, auto;
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 1;
    }

    .image.filtered.tinted:after {
        background-size: 128px 128px, auto, auto;
    }

    .image[data-position] img {
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .image[data-position="top left"] img {
        -moz-object-position: top left;
        -webkit-object-position: top left;
        -ms-object-position: top left;
        object-position: top left;
    }

    .image[data-position="top"] img {
        -moz-object-position: top;
        -webkit-object-position: top;
        -ms-object-position: top;
        object-position: top;
    }

    .image[data-position="top right"] img {
        -moz-object-position: top right;
        -webkit-object-position: top right;
        -ms-object-position: top right;
        object-position: top right;
    }

    .image[data-position="right"] img {
        -moz-object-position: right;
        -webkit-object-position: right;
        -ms-object-position: right;
        object-position: right;
    }

    .image[data-position="bottom right"] img {
        -moz-object-position: bottom right;
        -webkit-object-position: bottom right;
        -ms-object-position: bottom right;
        object-position: bottom right;
    }

    .image[data-position="bottom"] img {
        -moz-object-position: bottom;
        -webkit-object-position: bottom;
        -ms-object-position: bottom;
        object-position: bottom;
    }

    .image[data-position="bottom left"] img {
        -moz-object-position: bottom left;
        -webkit-object-position: bottom left;
        -ms-object-position: bottom left;
        object-position: bottom left;
    }

    .image[data-position="left"] img {
        -moz-object-position: left;
        -webkit-object-position: left;
        -ms-object-position: left;
        object-position: left;
    }

    .image[data-position="center"] img {
        -moz-object-position: center;
        -webkit-object-position: center;
        -ms-object-position: center;
        object-position: center;
    }

    .image[data-position="25% 25%"] img {
        -moz-object-position: 25% 25%;
        -webkit-object-position: 25% 25%;
        -ms-object-position: 25% 25%;
        object-position: 25% 25%;
    }

    .image[data-position="75% 25%"] img {
        -moz-object-position: 75% 25%;
        -webkit-object-position: 75% 25%;
        -ms-object-position: 75% 25%;
        object-position: 75% 25%;
    }

    .image[data-position="75% 75%"] img {
        -moz-object-position: 75% 75%;
        -webkit-object-position: 75% 75%;
        -ms-object-position: 75% 75%;
        object-position: 75% 75%;
    }

    .image[data-position="25% 75%"] img {
        -moz-object-position: 25% 75%;
        -webkit-object-position: 25% 75%;
        -ms-object-position: 25% 75%;
        object-position: 25% 75%;
    }

    .image img {
        display: block;
    }

    .image.left, .image.right {
        max-width: 40%;
    }

        .image.left img, .image.right img {
            width: 100%;
        }

    .image.left {
        float: left;
        padding: 0 1.5rem 1rem 0;
        top: 0.25rem;
    }

    .image.right {
        float: right;
        padding: 0 0 1rem 1.5rem;
        top: 0.25rem;
    }

    .image.fit {
        display: block;
        margin: 0 0 1.5rem 0;
        width: 100%;
    }

        .image.fit img {
            width: 100%;
        }

    .image.main {
        display: block;
        margin: 0 0 2.25rem 0;
        width: 100%;
    }

        .image.main img {
            width: 100%;
        }


/* List */

ol {
    list-style: decimal;
    margin: 0 0 1.5rem 0;
    padding-left: 1.25rem;
}

    ol li {
        padding-left: 0.25rem;
    }

ul {
    list-style: disc;
    margin: 0 0 1.5rem 0;
    padding-left: 1rem;
}

    ul li {
        padding-left: 0.5rem;
    }

    ul.alt {
        list-style: none;
        padding-left: 0;
    }

        ul.alt li {
            border-top: solid 1px rgba(255, 255, 255, 0.25);
            padding: 0.5rem 0;
        }

            ul.alt li:first-child {
                border-top: 0;
                padding-top: 0;
            }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1rem 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0;
            }

            ul.icons li .icon:before {
                font-size: 1.25em;
            }

    ul.actions {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.actions li {
            display: inline-block;
            padding: 0 0.75rem 0 0;
            vertical-align: middle;
        }

            ul.actions li:last-child {
                padding-right: 0;
            }

        ul.actions.small li {
            padding: 0 0.375rem 0 0;
        }

        ul.actions.vertical li {
            display: block;
            padding: 0.75rem 0 0 0;
        }

            ul.actions.vertical li:first-child {
                padding-top: 0;
            }

            ul.actions.vertical li > * {
                margin-bottom: 0;
            }

        ul.actions.vertical.small li {
            padding: 0.375rem 0 0 0;
        }

            ul.actions.vertical.small li:first-child {
                padding-top: 0;
            }

        ul.actions.fit {
            display: table;
            margin-left: -0.75rem;
            padding: 0;
            table-layout: fixed;
            width: calc(100% + 0.75rem);
        }

            ul.actions.fit li {
                display: table-cell;
                padding: 0 0 0 0.75rem;
            }

                ul.actions.fit li > * {
                    margin-bottom: 0;
                }

            ul.actions.fit.small {
                margin-left: -0.375rem;
                width: calc(100% + 0.375rem);
            }

                ul.actions.fit.small li {
                    padding: 0 0 0 0.375rem;
                }

    ul.contact-icons {
        list-style: none;
        padding-left: 0;
    }

        ul.contact-icons > li {
            margin: 1.25rem 0 0 0;
            padding-left: 0;
        }

            ul.contact-icons > li:before {
                display: inline-block;
                width: 2.25rem;
                height: 2.25rem;
                line-height: 2.25rem;
                border-radius: 2.25rem;
                background-color: white;
                color: #6BB130;
                cursor: default;
                font-size: 1.125rem;
                margin-right: 1rem;
                text-align: center;
                vertical-align: middle;
            }

body.is-ie ul.contact-icons > li:before {
    line-height: 2.125;
}

ul.contact-icons > li a {
    border-bottom: 0;
}

ul.contact-icons.color1 > li:before {
    color: #6BB130;
}

ul.contact-icons.color2 > li:before {
    color: #8ACB00;
}

ul.contact-icons.color3 > li:before {
    color: #edf2a8;
}

ul.contact-icons.color4 > li:before {
    color: #2f2f72;
}

a.grid-icons {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-shrink: 0;
    flex-grow: 0;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 1.5em 0 1.5rem 1.5em;
    padding-left: 0;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    position: relative;
    height: 10em !important;
    width: 10em !important;
    line-height: 5.525rem !important;
}

    a.grid-icons .icon {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        width: 6rem;
        height: 6rem;
        line-height: 6rem;
        border-radius: 6rem;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
        font-size: 2.5rem;
        margin: 0 auto;
    }

ul.grid-icons.two {
    width: 14rem;
}

    ul.grid-icons.two > li:nth-child(-n + 2) {
        margin-top: 0;
    }

        ul.grid-icons.two > li:nth-child(-n + 2):after {
            display: none;
        }

    ul.grid-icons.two > li:nth-child(2n - 1) {
        margin-left: 0;
    }

        ul.grid-icons.two > li:nth-child(2n - 1):before {
            display: none;
        }

ul.grid-icons.three {
    width: 21.5rem;
}

    ul.grid-icons.three > li:nth-child(-n + 3) {
        margin-top: 0;
    }

        ul.grid-icons.three > li:nth-child(-n + 3):after {
            display: none;
        }

    ul.grid-icons.three > li:nth-child(3n - 2) {
        margin-left: 0;
    }

        ul.grid-icons.three > li:nth-child(3n - 2):before {
            display: none;
        }

ul.grid-icons.four {
    width: 29rem;
}

    ul.grid-icons.four > li:nth-child(-n + 4) {
        margin-top: 0;
    }

        ul.grid-icons.four > li:nth-child(-n + 4):after {
            display: none;
        }

    ul.grid-icons.four > li:nth-child(4n - 3) {
        margin-left: 0;
    }

        ul.grid-icons.four > li:nth-child(4n - 3):before {
            display: none;
        }

dl {
    margin: 0 0 1.5rem 0;
}

    dl dt {
        display: block;
        font-weight: 400;
        margin: 0 0 0.75rem 0;
    }

    dl dd {
        margin-left: 1.5rem;
    }

@media screen and (max-width: 736px) {

    a.grid-icons {
        -moz-justify-content: -moz-flex-start;
        -webkit-justify-content: -webkit-flex-start;
        -ms-justify-content: -ms-flex-start;
        justify-content: flex-start;
        width: 100% !important;
        margin: -1rem 0 1.5rem -1rem;
    }

        a.grid-icons .icon:before {
            width: 4.5rem;
            height: 4.5rem;
            line-height: 4.5rem;
            font-size: 1.75rem;
        }

    a.grid-icons {
        margin: 1rem 0 0 1rem !important;
    }
}

/* Table */
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 1.5rem 0;
    width: 100%;
}

    table tbody tr {
        border: solid 1px rgba(255, 255, 255, 0.25);
        border-left: 0;
        border-right: 0;
    }

        table tbody tr:nth-child(2n + 1) {
            background-color: rgba(255, 255, 255, 0.075);
        }

    table td {
        text-align: center;
    }

        table td:first-child, table tbody td:nth-child(2) {
            text-align: right;
        }

    table tbody .optOK {
        background-image: url(/images/3.6-4.5.png);
        height: 18px;
        width: 18px;
        border-radius: 6px;
        margin: 0 auto;
    }

    table tbody .optNOK {
        background-image: url(/images/nao-classificado.png);
        height: 18px;
        width: 18px;
        border-radius: 6px;
        margin: 0 auto;
    }

    table th {
        color: rgba(255, 255, 255, 0.875);
        font-size: 0.9rem;
        font-weight: 400;
        padding: 0 0.75rem 0.75rem 0.75rem;
        text-align: left;
    }

    table thead {
        border-bottom: solid 2px rgba(255, 255, 255, 0.25);
    }

    table tfoot {
        border-top: solid 2px rgba(255, 255, 255, 0.25);
    }

    table.alt {
        border-collapse: separate;
    }

        table.alt tbody tr td {
            border: solid 1px rgba(255, 255, 255, 0.25);
            border-left-width: 0;
            border-top-width: 0;
        }

            table.alt tbody tr td:first-child {
                border-left-width: 1px;
            }

        table.alt tbody tr:first-child td {
            border-top-width: 1px;
        }

        table.alt thead {
            border-bottom: 0;
        }

        table.alt tfoot {
            border-top: 0;
        }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 2px #edf2a8;
    color: #6BB130;
    cursor: pointer;
    display: inline-block;
    font-family: ApexSanTBoo, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    height: 2.75rem;
    letter-spacing: 0.15rem;
    line-height: 2.75rem;
    padding: 0 1.5rem 0 1.65rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover {
        background-color: #edf2a8;
        color: #6BB130 !important;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    button:active,
    .button:active {
        background-color: rgba(237, 242, 168, 0.125);
    }

    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    button.icon:before,
    .button.icon:before {
        display: inline-block;
        position: relative;
        top: -0.075rem;
        vertical-align: middle;
        font-size: 0.8rem;
        margin: 0 0.375rem 0 -0.325rem;
    }

    input[type="submit"].icon.circle,
    input[type="reset"].icon.circle,
    input[type="button"].icon.circle,
    button.icon.circle,
    .button.icon.circle {
        position: relative;
        width: 3.125rem;
        height: 3.125rem;
        line-height: 3.125rem;
        text-indent: 3.125rem;
        border-radius: 100%;
        overflow: hidden;
        padding: 0;
        letter-spacing: 0;
    }

        input[type="submit"].icon.circle:before,
        input[type="reset"].icon.circle:before,
        input[type="button"].icon.circle:before,
        button.icon.circle:before,
        .button.icon.circle:before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: inherit;
            height: inherit;
            font-size: 1.25rem;
            line-height: inherit;
            margin: 0;
            text-indent: 0;
        }

        input[type="submit"].icon.circle.fa-angle-left:before,
        input[type="reset"].icon.circle.fa-angle-left:before,
        input[type="button"].icon.circle.fa-angle-left:before,
        button.icon.circle.fa-angle-left:before,
        .button.icon.circle.fa-angle-left:before {
            position: relative;
            left: -0.1rem;
            font-size: 1.75rem;
        }

        input[type="submit"].icon.circle.fa-angle-right:before,
        input[type="reset"].icon.circle.fa-angle-right:before,
        input[type="button"].icon.circle.fa-angle-right:before,
        button.icon.circle.fa-angle-right:before,
        .button.icon.circle.fa-angle-right:before {
            position: relative;
            left: 0.1rem;
            font-size: 1.75rem;
            color: #6BB130;
        }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    button.fit,
    .button.fit {
        display: block;
        margin: 0 0 0.75rem 0;
        width: 100%;
    }

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    button.small,
    .button.small {
        font-size: 0.4rem;
        height: 1.875rem;
        line-height: 1.875rem;
        padding: 0 1.25rem 0 1.4rem;
    }

    input[type="submit"].large,
    input[type="reset"].large,
    input[type="button"].large,
    button.large,
    .button.large {
        font-size: 0.8rem;
        height: 3.3125rem;
        line-height: 3.3125rem;
        padding: 0 2rem 0 2.15rem;
    }

    input[type="submit"].special,
    input[type="reset"].special,
    input[type="button"].special,
    button.special,
    .button.special {
        background-color: white;
        box-shadow: none;
        color: #2e2b37 !important;
    }

        input[type="submit"].special.color1,
        input[type="reset"].special.color1,
        input[type="button"].special.color1,
        button.special.color1,
        .button.special.color1 {
            color: #6BB130 !important;
        }

        input[type="submit"].special.color2,
        input[type="reset"].special.color2,
        input[type="button"].special.color2,
        button.special.color2,
        .button.special.color2 {
            color: #8ACB00 !important;
        }

        input[type="submit"].special.color3,
        input[type="reset"].special.color3,
        input[type="button"].special.color3,
        button.special.color3,
        .button.special.color3 {
            color: #edf2a8 !important;
        }

        input[type="submit"].special.color4,
        input[type="reset"].special.color4,
        input[type="button"].special.color4,
        button.special.color4,
        .button.special.color4 {
            color: #2f2f72 !important;
        }

        input[type="submit"].special:hover,
        input[type="reset"].special:hover,
        input[type="button"].special:hover,
        button.special:hover,
        .button.special:hover {
            background-color: #edf2a8;
        }

        input[type="submit"].special:active,
        input[type="reset"].special:active,
        input[type="button"].special:active,
        button.special:active,
        .button.special:active {
            background-color: #e6ec8f;
        }

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    button.disabled,
    button:disabled,
    .button.disabled,
    .button:disabled {
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        cursor: default;
        opacity: 0.5;
    }

/* Gallery */
@-moz-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gallery {
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    width: 100%;
}

    .gallery > * {
        width: 20rem;
        height: 100%;
    }

    .gallery .image {
        display: block;
        position: relative;
        border-bottom: 0;
        overflow: hidden;
    }

        .gallery .image img {
            -moz-transition: -moz-transform 0.2s ease-in-out;
            -webkit-transition: -webkit-transform 0.2s ease-in-out;
            -ms-transition: -ms-transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out;
        }

        .gallery .image:after {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
        }

        .gallery .image:hover img {
            -moz-transform: scale(1.025);
            -webkit-transform: scale(1.025);
            -ms-transform: scale(1.025);
            transform: scale(1.025);
        }

        .gallery .image:hover:after {
            opacity: 0;
        }

    .gallery .group {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .gallery .group > * {
            height: 50%;
        }

    .gallery .modal {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        pointer-events: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
        -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
        -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
        transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
        -webkit-tap-highlight-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46, 43, 55, 0.875);
        opacity: 0;
        outline: 0;
        visibility: none;
        z-index: 0;
    }

        .gallery .modal:before {
            -moz-animation: gallery-modal-spinner 1s infinite linear;
            -webkit-animation: gallery-modal-spinner 1s infinite linear;
            -ms-animation: gallery-modal-spinner 1s infinite linear;
            animation: gallery-modal-spinner 1s infinite linear;
            -moz-transition: opacity 0.25s ease;
            -webkit-transition: opacity 0.25s ease;
            -ms-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
            -moz-transition-delay: 0.5s;
            -webkit-transition-delay: 0.5s;
            -ms-transition-delay: 0.5s;
            transition-delay: 0.5s;
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 4rem;
            height: 4rem;
            margin: -2rem 0 0 -2rem;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(255, 255, 255, 0.875)%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 4rem;
            opacity: 0;
        }

        .gallery .modal:after {
            content: '';
            display: block;
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            width: 4rem;
            height: 4rem;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: rgba(255, 255, 255, 0.875)%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 3rem;
            cursor: pointer;
        }

        .gallery .modal .inner {
            -moz-transform: translateY(0.75rem);
            -webkit-transform: translateY(0.75rem);
            -ms-transform: translateY(0.75rem);
            transform: translateY(0.75rem);
            -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
            -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
            -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
            transition: opacity 0.25s ease, transform 0.25s ease;
            opacity: 0;
        }

            .gallery .modal .inner img {
                display: block;
                max-width: 90vw;
                max-height: 85vh;
                box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
            }

        .gallery .modal.visible {
            -moz-pointer-events: auto;
            -webkit-pointer-events: auto;
            -ms-pointer-events: auto;
            pointer-events: auto;
            opacity: 1;
            visibility: visible;
            z-index: 1100000;
        }

            .gallery .modal.visible:before {
                opacity: 1;
            }

        .gallery .modal.loaded .inner {
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
            -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
            -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
            transition: opacity 0.5s ease, transform 0.5s ease;
            opacity: 1;
        }

        .gallery .modal.loaded:before {
            -moz-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            -ms-transition-delay: 0s;
            transition-delay: 0s;
            opacity: 0;
        }

@media screen and (max-width: 980px) {

    .gallery .modal .inner img {
        max-width: 100vw;
    }
}

@media screen and (max-width: 736px) {

    .gallery {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

        .gallery > * {
            height: auto;
            width: 100%;
        }

        .gallery .image {
            width: 100%;
            height: 40rem;
        }

        .gallery .group .span-0-25 {
            width: 8.33333%;
        }

        .gallery .group .span-0-5 {
            width: 16.66666%;
        }

        .gallery .group .span-0-75 {
            width: 25%;
        }

        .gallery .group .span-1 {
            width: 33.33333%;
        }

        .gallery .group .span-1-25 {
            width: 41.66666%;
        }

        .gallery .group .span-1-5 {
            width: 50%;
        }

        .gallery .group .span-1-75 {
            width: 58.33333%;
        }

        .gallery .group .span-2 {
            width: 66.66666%;
        }

        .gallery .group .span-2-25 {
            width: 74.99999%;
        }

        .gallery .group .span-2-5 {
            width: 83.33332%;
        }

        .gallery .group .span-2-75 {
            width: 91.66666%;
        }

        .gallery .group .span-3 {
            width: 99.99999%;
        }

        .gallery .group .span-3-25 {
            width: 108.33332%;
        }

        .gallery .group .span-3-5 {
            width: 116.66666%;
        }

        .gallery .group .span-3-75 {
            width: 124.99999%;
        }

        .gallery .group .span-4 {
            width: 133.33332%;
        }

        .gallery .group .span-4-25 {
            width: 141.66665%;
        }

        .gallery .group .span-4-5 {
            width: 149.99998%;
        }

        .gallery .group .span-4-75 {
            width: 158.33332%;
        }

        .gallery .group .span-5 {
            width: 166.66665%;
        }

        .gallery .group .span-5-25 {
            width: 174.99998%;
        }

        .gallery .group .span-5-5 {
            width: 183.33331%;
        }

        .gallery .group .span-5-75 {
            width: 191.66665%;
        }

        .gallery .group .span-6 {
            width: 199.99998%;
        }

        .gallery .group .span-6-25 {
            width: 208.33331%;
        }

        .gallery .group .span-6-5 {
            width: 216.66665%;
        }

        .gallery .group .span-6-75 {
            width: 224.99998%;
        }

        .gallery .group .span-7 {
            width: 233.33331%;
        }

        .gallery .group .span-7-25 {
            width: 241.66664%;
        }

        .gallery .group .span-7-5 {
            width: 249.99997%;
        }

        .gallery .group .span-7-75 {
            width: 258.33331%;
        }

        .gallery .group .span-8 {
            width: 266.66664%;
        }

        .gallery .group .span-8-25 {
            width: 274.99997%;
        }

        .gallery .group .span-8-5 {
            width: 283.33331%;
        }

        .gallery .group .span-8-75 {
            width: 291.66664%;
        }

        .gallery .group .span-9 {
            width: 299.99997%;
        }

        .gallery .group .span-9-25 {
            width: 308.3333%;
        }

        .gallery .group .span-9-5 {
            width: 316.66664%;
        }

        .gallery .group .span-9-75 {
            width: 324.99997%;
        }

        .gallery .group .span-10 {
            width: 333.3333%;
        }

        .gallery .group .image {
            height: 20rem;
        }
}

@media screen and (max-width: 480px) {

    .gallery .image {
        height: 30rem;
    }

    .gallery .group .image {
        height: 12.5rem;
    }
}

/* Panel */

.panel {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: black;
    background-color: white;
}

    .panel > * {
        position: relative;
        min-width: 10rem;
    }

        .panel > *.color0 {
            background-size: 128px 128px, auto;
        }

        .panel > *.color1 {
            background-size: 128px 128px, auto;
            background-color: #6BB130;
        }

        .panel > *.color2 {
            background-size: 128px 128px, auto;
            background-color: #8ACB00;
        }

        .panel > *.color3 {
            background-size: 128px 128px, auto;
            background-color: #edf2a8;
        }

        .panel > *.color4 {
            background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #2f2f72;
        }

        .panel > *.color1-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #6BB130;
        }

        .panel > *.color2-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #4d9dba;
        }

        .panel > *.color3-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #e9ee9c;
        }

        .panel > *.color4-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #2d2d65;
        }

    .panel > .intro {
        padding: 3.5rem 3.5rem 2rem 3.5rem;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-align-items: -moz-flex-start;
        -webkit-align-items: -webkit-flex-start;
        -ms-align-items: -ms-flex-start;
        align-items: flex-start;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22rem;
    }



        .panel > .intro.joined {
            width: 18.5rem;
            padding-right: 0;
        }

            .panel > .intro.joined + .inner {
                padding-left: 2.625rem;
            }

    .panel > .inner {
        padding: 3.5rem 3.5rem 2rem 3.5rem;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-align-items: -moz-flex-start;
        -webkit-align-items: -webkit-flex-start;
        -ms-align-items: -ms-flex-start;
        align-items: flex-start;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

        .panel > .inner.columns {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -moz-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .panel > .inner.columns > * {
                -moz-flex-grow: 0;
                -webkit-flex-grow: 0;
                -ms-flex-grow: 0;
                flex-grow: 0;
                -moz-flex-shrink: 0;
                -webkit-flex-shrink: 0;
                -ms-flex-shrink: 0;
                flex-shrink: 0;
                margin-left: 3.5rem;
            }

            .panel > .inner.columns > :first-child {
                margin-left: 0;
            }

            .panel > .inner.columns.divided > * {
                margin-left: 7rem;
            }

                .panel > .inner.columns.divided > *:before {
                    content: '';
                    position: absolute;
                    top: 3.5rem;
                    width: 2px;
                    height: calc(100% - 7rem);
                    margin-left: -3.5rem;
                    background-color: rgba(255, 255, 255, 0.25);
                }

            .panel > .inner.columns.divided > :first-child {
                margin-left: 0;
            }

                .panel > .inner.columns.divided > :first-child:before {
                    display: none;
                }

            .panel > .inner.columns.aligned {
                -moz-align-items: -moz-flex-start;
                -webkit-align-items: -webkit-flex-start;
                -ms-align-items: -ms-flex-start;
                align-items: flex-start;
            }

    .panel .span-0-25 {
        width: 2.5rem;
    }

    .panel .span-0-5 {
        width: 5rem;
    }

    .panel .span-0-75 {
        width: 7.5rem;
    }

    .panel .span-1 {
        width: 10rem;
    }

    .panel .span-1-25 {
        width: 12.5rem;
    }

    .panel .span-1-5 {
        width: 15rem;
    }

    .panel .span-1-75 {
        width: 17.5rem;
    }

    .panel .span-2 {
        width: 20rem;
    }

    .panel .span-2-25 {
        width: 22.5rem;
    }

    .panel .span-2-5 {
        width: 25rem;
    }

    .panel .span-2-75 {
        width: 27.5rem;
    }

    .panel .span-3 {
        width: 30rem;
    }

    .panel .span-3-25 {
        width: 32.5rem;
    }

    .panel .span-3-5 {
        width: 35rem;
    }

    .panel .span-3-75 {
        width: 37.5rem;
    }

    .panel .span-4 {
        width: 40rem;
    }

    .panel .span-4-25 {
        width: 42.5rem;
    }

    .panel .span-4-5 {
        width: 45rem;
    }

    .panel .span-4-75 {
        width: 47.5rem;
    }

    .panel .span-5 {
        width: 50rem;
    }

    .panel .span-5-25 {
        width: 52.5rem;
    }

    .panel .span-5-5 {
        width: 55rem;
    }

    .panel .span-5-75 {
        width: 57.5rem;
    }

    .panel .span-6 {
        width: 60rem;
    }

    .panel .span-6-25 {
        width: 62.5rem;
    }

    .panel .span-6-5 {
        width: 65rem;
    }

    .panel .span-6-75 {
        width: 67.5rem;
    }

    .panel .span-7 {
        width: 70rem;
    }

    .panel .span-7-25 {
        width: 72.5rem;
    }

    .panel .span-7-5 {
        width: 75rem;
    }

    .panel .span-7-75 {
        width: 77.5rem;
    }

    .panel .span-8 {
        width: 80rem;
    }

    .panel .span-8-25 {
        width: 82.5rem;
    }

    .panel .span-8-5 {
        width: 85rem;
    }

    .panel .span-8-75 {
        width: 87.5rem;
    }

    .panel .span-9 {
        width: 90rem;
    }

    .panel .span-9-25 {
        width: 92.5rem;
    }

    .panel .span-9-5 {
        width: 95rem;
    }

    .panel .span-9-75 {
        width: 97.5rem;
    }

    .panel .span-10 {
        width: 100rem;
    }

    .panel.small {
        width: 35rem;
    }

    .panel.medium {
        width: 50rem;
    }

    .panel.large {
        width: 65rem;
    }

        .panel.small .span-0-25, .panel.medium .span-0-25, .panel.large .span-0-25 {
            width: 2.5%;
        }

        .panel.small .span-0-5, .panel.medium .span-0-5, .panel.large .span-0-5 {
            width: 5%;
        }

        .panel.small .span-0-75, .panel.medium .span-0-75, .panel.large .span-0-75 {
            width: 7.5%;
        }

        .panel.small .span-1, .panel.medium .span-1, .panel.large .span-1 {
            width: 10%;
        }

        .panel.small .span-1-25, .panel.medium .span-1-25, .panel.large .span-1-25 {
            width: 12.5%;
        }

        .panel.small .span-1-5, .panel.medium .span-1-5, .panel.large .span-1-5 {
            width: 15%;
        }

        .panel.small .span-1-75, .panel.medium .span-1-75, .panel.large .span-1-75 {
            width: 17.5%;
        }

        .panel.small .span-2, .panel.medium .span-2, .panel.large .span-2 {
            width: 20%;
        }

        .panel.small .span-2-25, .panel.medium .span-2-25, .panel.large .span-2-25 {
            width: 22.5%;
        }

        .panel.small .span-2-5, .panel.medium .span-2-5, .panel.large .span-2-5 {
            width: 25%;
        }

        .panel.small .span-2-75, .panel.medium .span-2-75, .panel.large .span-2-75 {
            width: 27.5%;
        }

        .panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
            width: 30%;
        }

        .panel.small .span-3-25, .panel.medium .span-3-25, .panel.large .span-3-25 {
            width: 32.5%;
        }

        .panel.small .span-3-5, .panel.medium .span-3-5, .panel.large .span-3-5 {
            width: 35%;
        }

        .panel.small .span-3-75, .panel.medium .span-3-75, .panel.large .span-3-75 {
            width: 37.5%;
        }

        .panel.small .span-4, .panel.medium .span-4, .panel.large .span-4 {
            width: 40%;
        }

        .panel.small .span-4-25, .panel.medium .span-4-25, .panel.large .span-4-25 {
            width: 42.5%;
        }

        .panel.small .span-4-5, .panel.medium .span-4-5, .panel.large .span-4-5 {
            width: 45%;
        }

        .panel.small .span-4-75, .panel.medium .span-4-75, .panel.large .span-4-75 {
            width: 47.5%;
        }

        .panel.small .span-5, .panel.medium .span-5, .panel.large .span-5 {
            width: 50%;
        }

        .panel.small .span-5-25, .panel.medium .span-5-25, .panel.large .span-5-25 {
            width: 52.5%;
        }

        .panel.small .span-5-5, .panel.medium .span-5-5, .panel.large .span-5-5 {
            width: 55%;
        }

        .panel.small .span-5-75, .panel.medium .span-5-75, .panel.large .span-5-75 {
            width: 57.5%;
        }

        .panel.small .span-6, .panel.medium .span-6, .panel.large .span-6 {
            width: 60%;
        }

        .panel.small .span-6-25, .panel.medium .span-6-25, .panel.large .span-6-25 {
            width: 62.5%;
        }

        .panel.small .span-6-5, .panel.medium .span-6-5, .panel.large .span-6-5 {
            width: 65%;
        }

        .panel.small .span-6-75, .panel.medium .span-6-75, .panel.large .span-6-75 {
            width: 67.5%;
        }

        .panel.small .span-7, .panel.medium .span-7, .panel.large .span-7 {
            width: 70%;
        }

        .panel.small .span-7-25, .panel.medium .span-7-25, .panel.large .span-7-25 {
            width: 72.5%;
        }

        .panel.small .span-7-5, .panel.medium .span-7-5, .panel.large .span-7-5 {
            width: 75%;
        }

        .panel.small .span-7-75, .panel.medium .span-7-75, .panel.large .span-7-75 {
            width: 77.5%;
        }

        .panel.small .span-8, .panel.medium .span-8, .panel.large .span-8 {
            width: 80%;
        }

        .panel.small .span-8-25, .panel.medium .span-8-25, .panel.large .span-8-25 {
            width: 82.5%;
        }

        .panel.small .span-8-5, .panel.medium .span-8-5, .panel.large .span-8-5 {
            width: 85%;
        }

        .panel.small .span-8-75, .panel.medium .span-8-75, .panel.large .span-8-75 {
            width: 87.5%;
        }

        .panel.small .span-9, .panel.medium .span-9, .panel.large .span-9 {
            width: 90%;
        }

        .panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
            width: 92.5%;
        }

        .panel.small .span-9-5, .panel.medium .span-9-5, .panel.large .span-9-5 {
            width: 95%;
        }

        .panel.small .span-9-75, .panel.medium .span-9-75, .panel.large .span-9-75 {
            width: 97.5%;
        }

        .panel.small .span-10, .panel.medium .span-10, .panel.large .span-10 {
            width: 100%;
        }

    .panel.color0 {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, #6BB130 20%, #8ACB00 60%, #edf2a8);
        background-size: 128px 128px, auto;
    }

    .panel.color1 {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
        background-size: 128px 128px, auto;
        background-color: #6BB130;
    }

    .panel.color2 {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
        background-size: 128px 128px, auto;
        background-color: #8ACB00;
    }

    .panel.color3 {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
        background-size: 128px 128px, auto;
        background-color: #edf2a8;
    }

    .panel.color4 {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
        background-size: 128px 128px, auto;
        background-color: #2f2f72;
    }

    .panel.color1-alt {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
        background-size: 128px 128px, auto;
        background-color: #6BB130;
    }

    .panel.color2-alt {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
        background-size: 128px 128px, auto;
        background-color: #4d9dba;
    }

    .panel.color3-alt {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
        background-size: 128px 128px, auto;
        background-color: #e9ee9c;
    }

    .panel.color4-alt {
        background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
        background-size: 128px 128px, auto;
        background-color: #2d2d65;
    }

@media screen and (max-width: 736px) {

    .panel {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

        .panel > *.color1 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #6BB130;
        }

        .panel > *.color2 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #8ACB00;
        }

        .panel > *.color3 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #edf2a8;
        }

        .panel > *.color4 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #2f2f72;
        }

        .panel > *.color1-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #6BB130;
        }

        .panel > *.color2-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #4d9dba;
        }

        .panel > *.color3-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #e9ee9c;
        }

        .panel > *.color4-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #2d2d65;
        }

        .panel > .intro {
            padding: 2.8875rem 1.75rem 1.3875rem 1.75rem;
            width: 100%
        }

            .panel > .intro.joined {
                padding-bottom: 0;
                padding-right: 1.75rem;
            }

                .panel > .intro.joined + .inner {
                    padding-top: 0;
                    padding-left: 1.75rem;
                }

        .panel > .inner {
            padding: 2.8875rem 1.75rem 1.3875rem 1.75rem;
        }

            .panel > .inner.columns {
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .panel > .inner.columns > * {
                    margin-left: 0;
                    margin-top: 0;
                }

                .panel > .inner.columns > :first-child {
                    margin-top: 0;
                }

                .panel > .inner.columns.divided > * {
                    margin-left: 0;
                    margin-top: 3.5rem;
                }

                    .panel > .inner.columns.divided > *:before {
                        content: '';
                        position: absolute;
                        top: auto;
                        left: 1.75rem;
                        width: calc(100% - 3.5rem);
                        height: 2px;
                        margin-left: 0;
                        margin-top: -1.75rem;
                    }

                .panel > .inner.columns.divided > :first-child {
                    margin-top: 0;
                }

        .panel .span-0-25 {
            width: 100%;
        }

        .panel .span-0-5 {
            width: 100%;
        }

        .panel .span-0-75 {
            width: 100%;
        }

        .panel .span-1 {
            width: 100%;
        }

        .panel .span-1-25 {
            width: 100%;
        }

        .panel .span-1-5 {
            width: 100%;
        }

        .panel .span-1-75 {
            width: 100%;
        }

        .panel .span-2 {
            width: 100%;
        }

        .panel .span-2-25 {
            width: 100%;
        }

        .panel .span-2-5 {
            width: 100%;
        }

        .panel .span-2-75 {
            width: 100%;
        }

        .panel .span-3 {
            width: 100%;
        }

        .panel .span-3-25 {
            width: 100%;
        }

        .panel .span-3-5 {
            width: 100%;
        }

        .panel .span-3-75 {
            width: 100%;
        }

        .panel .span-4 {
            width: 100%;
        }

        .panel .span-4-25 {
            width: 100%;
        }

        .panel .span-4-5 {
            width: 100%;
        }

        .panel .span-4-75 {
            width: 100%;
        }

        .panel .span-5 {
            width: 100%;
        }

        .panel .span-5-25 {
            width: 100%;
        }

        .panel .span-5-5 {
            width: 100%;
        }

        .panel .span-5-75 {
            width: 100%;
        }

        .panel .span-6 {
            width: 100%;
        }

        .panel .span-6-25 {
            width: 100%;
        }

        .panel .span-6-5 {
            width: 100%;
        }

        .panel .span-6-75 {
            width: 100%;
        }

        .panel .span-7 {
            width: 100%;
        }

        .panel .span-7-25 {
            width: 100%;
        }

        .panel .span-7-5 {
            width: 100%;
        }

        .panel .span-7-75 {
            width: 100%;
        }

        .panel .span-8 {
            width: 100%;
        }

        .panel .span-8-25 {
            width: 100%;
        }

        .panel .span-8-5 {
            width: 100%;
        }

        .panel .span-8-75 {
            width: 100%;
        }

        .panel .span-9 {
            width: 100%;
        }

        .panel .span-9-25 {
            width: 100%;
        }

        .panel .span-9-5 {
            width: 100%;
        }

        .panel .span-9-75 {
            width: 100%;
        }

        .panel .span-10 {
            width: 100%;
        }

        .panel.small, .panel.medium, .panel.large {
            width: 100% !important;
        }

            .panel.small .span-0-25, .panel.medium .span-0-25, .panel.large .span-0-25 {
                width: 100%;
            }

            .panel.small .span-0-5, .panel.medium .span-0-5, .panel.large .span-0-5 {
                width: 100%;
            }

            .panel.small .span-0-75, .panel.medium .span-0-75, .panel.large .span-0-75 {
                width: 100%;
            }

            .panel.small .span-1, .panel.medium .span-1, .panel.large .span-1 {
                width: 100%;
            }

            .panel.small .span-1-25, .panel.medium .span-1-25, .panel.large .span-1-25 {
                width: 100%;
            }

            .panel.small .span-1-5, .panel.medium .span-1-5, .panel.large .span-1-5 {
                width: 100%;
            }

            .panel.small .span-1-75, .panel.medium .span-1-75, .panel.large .span-1-75 {
                width: 100%;
            }

            .panel.small .span-2, .panel.medium .span-2, .panel.large .span-2 {
                width: 100%;
            }

            .panel.small .span-2-25, .panel.medium .span-2-25, .panel.large .span-2-25 {
                width: 100%;
            }

            .panel.small .span-2-5, .panel.medium .span-2-5, .panel.large .span-2-5 {
                width: 100%;
            }

            .panel.small .span-2-75, .panel.medium .span-2-75, .panel.large .span-2-75 {
                width: 100%;
            }

            .panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
                width: 100%;
            }

            .panel.small .span-3-25, .panel.medium .span-3-25, .panel.large .span-3-25 {
                width: 100%;
            }

            .panel.small .span-3-5, .panel.medium .span-3-5, .panel.large .span-3-5 {
                width: 100%;
            }

            .panel.small .span-3-75, .panel.medium .span-3-75, .panel.large .span-3-75 {
                width: 100%;
            }

            .panel.small .span-4, .panel.medium .span-4, .panel.large .span-4 {
                width: 100%;
            }

            .panel.small .span-4-25, .panel.medium .span-4-25, .panel.large .span-4-25 {
                width: 100%;
            }

            .panel.small .span-4-5, .panel.medium .span-4-5, .panel.large .span-4-5 {
                width: 100%;
            }

            .panel.small .span-4-75, .panel.medium .span-4-75, .panel.large .span-4-75 {
                width: 100%;
            }

            .panel.small .span-5, .panel.medium .span-5, .panel.large .span-5 {
                width: 100%;
            }

            .panel.small .span-5-25, .panel.medium .span-5-25, .panel.large .span-5-25 {
                width: 100%;
            }

            .panel.small .span-5-5, .panel.medium .span-5-5, .panel.large .span-5-5 {
                width: 100%;
            }

            .panel.small .span-5-75, .panel.medium .span-5-75, .panel.large .span-5-75 {
                width: 100%;
            }

            .panel.small .span-6, .panel.medium .span-6, .panel.large .span-6 {
                width: 100%;
            }

            .panel.small .span-6-25, .panel.medium .span-6-25, .panel.large .span-6-25 {
                width: 100%;
            }

            .panel.small .span-6-5, .panel.medium .span-6-5, .panel.large .span-6-5 {
                width: 100%;
            }

            .panel.small .span-6-75, .panel.medium .span-6-75, .panel.large .span-6-75 {
                width: 100%;
            }

            .panel.small .span-7, .panel.medium .span-7, .panel.large .span-7 {
                width: 100%;
            }

            .panel.small .span-7-25, .panel.medium .span-7-25, .panel.large .span-7-25 {
                width: 100%;
            }

            .panel.small .span-7-5, .panel.medium .span-7-5, .panel.large .span-7-5 {
                width: 100%;
            }

            .panel.small .span-7-75, .panel.medium .span-7-75, .panel.large .span-7-75 {
                width: 100%;
            }

            .panel.small .span-8, .panel.medium .span-8, .panel.large .span-8 {
                width: 100%;
            }

            .panel.small .span-8-25, .panel.medium .span-8-25, .panel.large .span-8-25 {
                width: 100%;
            }

            .panel.small .span-8-5, .panel.medium .span-8-5, .panel.large .span-8-5 {
                width: 100%;
            }

            .panel.small .span-8-75, .panel.medium .span-8-75, .panel.large .span-8-75 {
                width: 100%;
            }

            .panel.small .span-9, .panel.medium .span-9, .panel.large .span-9 {
                width: 100%;
            }

            .panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
                width: 100%;
            }

            .panel.small .span-9-5, .panel.medium .span-9-5, .panel.large .span-9-5 {
                width: 100%;
            }

            .panel.small .span-9-75, .panel.medium .span-9-75, .panel.large .span-9-75 {
                width: 100%;
            }

            .panel.small .span-10, .panel.medium .span-10, .panel.large .span-10 {
                width: 100%;
            }

        .panel.color1 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #6BB130;
        }

        .panel.color2 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #8ACB00;
        }

        .panel.color3 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #edf2a8;
        }

        .panel.color4 {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.25) 25%, rgba(85, 165, 194, 0.25) 50%, rgba(237, 242, 168, 0.25));
            background-size: 128px 128px, auto;
            background-color: #2f2f72;
        }

        .panel.color1-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #6BB130;
        }

        .panel.color2-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #4d9dba;
        }

        .panel.color3-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #e9ee9c;
        }

        .panel.color4-alt {
            background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(91, 90, 158, 0.175) 25%, rgba(85, 165, 194, 0.175) 50%, rgba(237, 242, 168, 0.175));
            background-size: 128px 128px, auto;
            background-color: #2d2d65;
        }
}

/* Panel (Banner) */

.panel.banner {
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

    .panel.banner .content {
        padding: 3.5rem 3.5rem 2rem 3.5rem;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
    }

        .panel.banner .content > .actions:last-child {
            margin-bottom: 0;
        }

    .panel.banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        position: relative;
    }

        .panel.banner .image img {
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .panel.banner.left {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .panel.banner.right {
        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

@media screen and (max-width: 736px) {

    .panel.banner .content {
        padding: 2.8875rem 1.75rem 1.3875rem 1.75rem;
        -moz-flex-basis: 60%;
        -webkit-flex-basis: 60%;
        -ms-flex-basis: 60%;
        flex-basis: 60%;
    }

        .panel.banner .content > .actions:last-child {
            margin-bottom: 1.5rem;
        }

    .panel.banner .image {
        -moz-flex-basis: 40%;
        -webkit-flex-basis: 40%;
        -ms-flex-basis: 40%;
        flex-basis: 40%;
    }
}

@media screen and (max-width: 736px) and (orientation: portrait) {

    .panel.banner .content {
        -moz-flex-basis: auto;
        -webkit-flex-basis: auto;
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

    .panel.banner .image {
        -moz-flex-basis: auto;
        -webkit-flex-basis: auto;
        -ms-flex-basis: auto;
        flex-basis: auto;
        height: 18rem;
    }

    .panel.banner.left {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .panel.banner.right {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* Panel (Spotlight) */

.panel.spotlight {
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    position: relative;
}

    .panel.spotlight .content {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        padding: 3.5rem 3.5rem 2rem 3.5rem;
    }

    .panel.spotlight .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

        .panel.spotlight .image img {
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .panel.spotlight.left {
        -moz-justify-content: -moz-flex-start;
        -webkit-justify-content: -webkit-flex-start;
        -ms-justify-content: -ms-flex-start;
        justify-content: flex-start;
    }

    .panel.spotlight.right {
        -moz-justify-content: -moz-flex-end;
        -webkit-justify-content: -webkit-flex-end;
        -ms-justify-content: -ms-flex-end;
        justify-content: flex-end;
    }

@media screen and (max-width: 736px) {

    .panel.spotlight .content {
        padding: 2.8875rem 1.75rem 1.3875rem 1.75rem;
        -moz-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        min-height: 25rem;
    }
}

@media screen and (max-width: 480px) {

    .panel.spotlight .content {
        width: 360px;
    }
}

/* Page Wrapper */
#page-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    height: 100%;
    padding: 5rem;
}

@media screen and (orientation: portrait) {
    #page-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-aspect-ratio: 16 / 7) {
    #page-wrapper {
        padding: 6vh;
    }
}

@media screen and (min-aspect-ratio: 16 / 6) {
    #page-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 736px) {
    #page-wrapper {
        height: auto;
        padding: 1rem;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #page-wrapper {
        padding: 0;
    }
}

/* Wrapper */
#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-transition: opacity 1s ease-out, -moz-transform 0.75s ease-out;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 0.75s ease-out;
    -ms-transition: opacity 1s ease-out, -ms-transform 0.75s ease-out;
    transition: opacity 1s ease-out, transform 0.75s ease-out;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    cursor: default;
    position: relative;
    height: 32rem;
    box-shadow: 0 2rem 4rem 0.25rem rgba(46, 43, 55, 0.575);
}

    #wrapper > .scrollZone {
        position: fixed;
        width: 6rem;
        height: inherit;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        cursor: -ms-grab;
        cursor: grab;
        z-index: 10100;
    }

        #wrapper > .scrollZone.left {
            left: 0;
        }

        #wrapper > .scrollZone.right {
            right: 0;
        }

.copyright {
    position: fixed;
    margin-bottom: 0.25rem;
    right: 1em;
    font-size: 0.8rem;
    color: rgba(46, 43, 55, 0.375);
    bottom: 0;
}




.whatsapp-logo {
    height: 4em;
    max-height: 4em;
}

.copyright a:hover {
    color: inherit;
}

.cookies {
    position: fixed;
    margin: 0;
    width: 69%;
    background: #f4f5f4;
    min-height: 31px;
    margin-bottom: 0.25rem;
    bottom: 0;
    z-index: 1000;
    padding: 10px;
}

.cookieButton {
    width: 166px;
    padding-left: 30px;
    color: white;
    background-color: #6BB130;
    border-radius: 5px;
    box-shadow: none;
    height: 38px;
    line-height: normal;
    top: 1px;
    position: relative;
    font-size: 11px;
    font-weight: 900;
    margin-left: 10px;
}

.featured {
    content: '+';
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    color: #000000;
}

#wrapper.is-dragging {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: grab;
}

    #wrapper.is-dragging * {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #wrapper.is-dragging *:not(a, .image) {
            cursor: -moz-grab;
            cursor: -webkit-grab;
            cursor: -ms-grab;
            cursor: grab;
        }

#wrapper.is-dragged * {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

body.is-loading #wrapper {
    -moz-transform: translateX(2rem);
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
    opacity: 0;
}

@media screen and (max-width: 736px) {

    #wrapper {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin: 0 0 5rem 0;
        box-shadow: 0 0.25rem 1.5rem 0.25rem rgba(46, 43, 55, 0.5);
    }

        #wrapper > .scrollZone {
            display: none;
        }

    .copyright {
        display: block;
        width: 100%;
        text-align: center;
        background: white;
        margin-right: -1em;
    }

    .whatsapp-logo {
        height: 4em;
    }


    body.is-loading #wrapper {
        -moz-transform: translateY(1rem);
        -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
    }
}

@media screen and (max-width: 480px) {
    #wrapper {
        box-shadow: none;
        width: 100%;
    }

    body.is-loading #wrapper {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

header {
    display: block;
}


    header p {
        position: relative;
        margin: 0 0 2em 0;
    }

    header h1 + p {
        font-size: 1.5em;
        margin-top: -2.65em;
    }

    header h2 + p {
        font-size: 1.25em;
        margin-top: -2em;
    }

    header h3 + p {
        font-size: 1em;
        margin-top: -1.25em;
    }

    header h4 + p, header h5 + p, header h6 + p {
        font-size: 0.9em;
        margin-top: -0.65em;
    }

@media screen and (max-width: 1280px) {
    header h1 + p {
        font-size: 1.25em;
        margin-top: -2.5em;
    }

    header h2 + p {
        font-size: 1em;
        margin-top: -2em;
    }
}

@media screen and (max-width: 736px) {
    header h1 + p {
        font-size: 1.25em;
        margin-top: -1.65em;
    }

    header h2 + p {
        font-size: 1em;
        margin-top: -1.25em;
    }
}

header p {
    color: #aaaaaa;
}

#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-property: background-color padding;
    -webkit-transition-property: background-color padding;
    -ms-transition-property: background-color padding;
    transition-property: background-color padding;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    <!-- background: #70c097; -->
    color: black;
    left: 0;
    padding: 1em 1.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

    #header input[type="submit"], #header input[type="reset"], #header input[type="button"], #header button, #header .button {
        background-color: transparent;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
        color: black !important;
    }

        #header input[type="submit"]:hover, #header input[type="reset"]:hover, #header input[type="button"]:hover, #header button:hover, #header .button:hover {
            background-color: rgba(255, 255, 255, 0.075);
        }

        #header input[type="submit"]:active, #header input[type="reset"]:active, #header input[type="button"]:active, #header button:active, #header .button:active {
            background-color: rgba(255, 255, 255, 0.2);
        }

        #header input[type="submit"].icon:before, #header input[type="reset"].icon:before, #header input[type="button"].icon:before, #header button.icon:before, #header .button.icon:before {
            color: rgba(255, 255, 255, 0.5);
        }

        #header input[type="submit"].special, #header input[type="reset"].special, #header input[type="button"].special, #header button.special, #header .button.special {
            box-shadow: none;
            background-color: #ffffff;
            color: #6eb792 !important;
        }

            #header input[type="submit"].special.icon:before, #header input[type="reset"].special.icon:before, #header input[type="button"].special.icon:before, #header button.special.icon:before, #header .button.special.icon:before {
                color: #6eb792 !important;
            }

    #header a {
        color: black;
        text-decoration: none;
    }

        #header a:hover {
            color: green;
        }

    #header > .logo {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        cursor: default;
    }

        #header > .logo > * {
            display: inline-block;
            vertical-align: middle;
        }

        #header > .logo > a {
            font-size: 1.75em;
        }

        #header > .logo > span {
            border-left: solid 1px rgba(255, 255, 255, 0.75);
            margin-left: 1.5em;
            padding-left: 1.5em;
        }

    #header > nav {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 0.5em;
    }

        #header > nav > ul {
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #header > nav > ul > li {
                margin-left: 2.25em;
                padding: 0;
            }

                #header > nav > ul > li > ul {
                    display: none;
                }

        #header > nav a.icon:before {
            margin-right: 0.625em;
        }

        #header > nav a[href="#navPanel"] {
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
            display: none;
            font-weight: 400;
            margin-left: 0.5em;
            padding: 0.5em 1.25em;
        }

            #header > nav a[href="#navPanel"]:before {
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-transform: none !important;
            }

            #header > nav a[href="#navPanel"]:before {
                content: '\f0c9';
            }

.dropotron {
    background-color: #ffffff;
    border-radius: 0.5em;
    box-shadow: 0 0.075em 0.125em 0.1em rgba(0, 0, 0, 0.075);
    list-style-type: none;
    margin: -0.5em 0 0 1px;
    min-width: 10em;
    padding: 0.5em 0;
}

    .dropotron.level-0 {
        margin-top: 1.125em;
        margin-left: 0;
    }

        .dropotron.level-0:before {
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background-color: #ffffff;
            box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
            content: '';
            height: 0.75em;
            position: absolute;
            right: 2em;
            top: -0.375em;
            width: 0.75em;
        }

    .dropotron li {
        border-top: solid 1px rgba(144, 144, 144, 0.25);
        padding: 0;
        position: relative;
    }

        .dropotron li:first-child {
            border-top: none;
        }

        .dropotron li.active > a {
            background-color: #6eb792;
            color: #ffffff;
        }

    .dropotron a {
        color: #5a5a5a;
        padding: 0.5em 1em;
        text-decoration: none !important;
    }

        .dropotron a:active, .dropotron a:hover, .dropotron a:focus {
            background-color: #6eb792;
            color: #ffffff;
        }

#header > .navPanelToggle {
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
    text-decoration: none;
    display: none;
    height: 3em;
    line-height: 3em;
    margin-right: -0.5em;
    padding: 0 1.5em;
}

    #header > .navPanelToggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #header > .navPanelToggle:before {
        content: '\f0c9';
        margin: 0 0.5em 0 0;
    }

#header.alt {
    background-color: transparent;
    padding: 2em 2.5em;
}

    #header.alt > nav {
        margin-right: 0;
    }

    #header.alt > .navPanelToggle {
        margin-right: -1em;
    }

@media screen and (max-width: 1280px) {
    #header > .logo > a {
        font-size: 1.25em;
    }

    #header > .logo > span {
        margin-left: 1.25em;
        padding-left: 1.25em;
    }
}

@media screen and (max-width: 980px) {
    #header {
        padding: 0.75em 1.25em;
    }

        #header > nav {
            display: none;
        }

        #header.alt {
            padding: 2em 2em;
        }
}

@media screen and (max-width: 736px) {
    #header {
        padding: 0.5em 0.825em;
        background: #ffffffbf;
    }

        #header > .logo > a {
            font-size: 1em;
        }

        #header > .logo > span {
            display: none;
        }

        #header > .navPanelToggle {
            height: 2.5em;
            line-height: 2.5em;
            padding: 0 1em;
        }

        #header.alt {
            padding: 1.5em 1.5em;
        }
}

#navPanel {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: #3b3b3b;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.75);
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 20em;
    z-index: 10002;
}

    #navPanel.visible {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
        visibility: visible;
    }

    #navPanel nav {
        padding: 3em 2em;
    }

    #navPanel .link {
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -ms-transition: color 0.2s;
        transition: color 0.2s;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
        color: inherit !important;
        display: block;
        padding: 0.75em 0;
        text-decoration: none;
    }

        #navPanel .link:first-child {
            border-top: 0;
        }

        #navPanel .link.depth-0 {
            color: #ffffff !important;
            font-weight: 400;
        }

        #navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
            color: #6eb792 !important;
        }

        #navPanel .link .indent-1 {
            display: inline-block;
            width: 1.25em;
        }

        #navPanel .link .indent-2 {
            display: inline-block;
            width: 2.5em;
        }

    #navPanel .close {
        text-decoration: none;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        -webkit-tap-highlight-color: transparent;
        border: 0;
        color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: block;
        height: 3.25em;
        line-height: 3.25em;
        padding-right: 1.25em;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        vertical-align: middle;
        width: 7em;
    }

        #navPanel .close:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        #navPanel .close:before {
            content: '\f00d';
            font-size: 1.25em;
        }

        #navPanel .close:hover {
            color: #ffffff;
        }

@media screen and (max-width: 736px) {
    #navPanel .close {
        height: 4em;
        line-height: 4em;
    }
}

@media screen and (max-width: 736px) {
    #navPanel nav {
        padding: 2.5em 1.75em;
    }
}

.actions .modal {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 43, 55, 0.875);
    opacity: 0;
    outline: 0;
    visibility: none;
    z-index: 0;
}

    .actions .modal:before {
        -moz-animation: gallery-modal-spinner 1s infinite linear;
        -webkit-animation: gallery-modal-spinner 1s infinite linear;
        -ms-animation: gallery-modal-spinner 1s infinite linear;
        animation: gallery-modal-spinner 1s infinite linear;
        -moz-transition: opacity 0.25s ease;
        -webkit-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        -moz-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        transition-delay: 0.5s;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4rem;
        height: 4rem;
        margin: -2rem 0 0 -2rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(255, 255, 255, 0.875)%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 4rem;
        opacity: 0;
    }

.closeModal {
    content: '';
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 4rem;
    height: 4rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: rgba(255, 255, 255, 0.875)%3Bstroke-width: 2.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
    cursor: pointer;
}

.actions .modal .inner {
    -moz-transform: translateY(0.75rem);
    -webkit-transform: translateY(0.75rem);
    -ms-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
    -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 1;
    background-color: white;
    overflow-y: auto;
}

    .actions .modal .inner .innerdiv {
        display: block;
        max-width: 90vw;
        width: 960px;
        max-height: 85vh;
        box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
    }

.actions .modal.visible {
    -moz-pointer-events: auto;
    -webkit-pointer-events: auto;
    -ms-pointer-events: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1100000;
}

    .actions .modal.visible:before {
        opacity: 1;
    }

.actions .modal.loaded .inner {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
}

.actions .modal.loaded:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

@media screen and (max-width: 980px) {

    .actions .modal .inner img {
        max-width: 100vw;
    }
}



::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.475);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0.675);
    }


.select2-container {
    width: 100% !important;
}

.colorBkGray {
    background-color: #E6E7E8;
}


#ondeestamosDiv {
    box-shadow: none !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.onde_estamos_header {
    color: #3C4249;
    top: 2em;
    left: auto;
    padding: 2em 0 3em 3em;
    box-shadow: none !important;
    background-color: #E6E7E8;
}

    .onde_estamos_header div {
        box-shadow: none !important;
    }

    .onde_estamos_header h1.major {
        font-size: 2.625em;
        top: 17px;
    }

        .onde_estamos_header h1.major:after {
            background-color: #3C4249;
            bottom: -0.525rem;
        }

    .onde_estamos_header img {
        position: relative;
        float: right;
        right: 3em;
        top: -3em;
    }


.actions .modal .inner div.unitDir {
    background-color: white;
    box-shadow: none;
    display: flex;
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
}

.actions .modal .inner div.unitList {
    width: 416px;
    border: solid 2px #D0D2D3;
    box-shadow: none;
    background-color: white;
    text-transform: uppercase;
    margin: 15px;
    border-radius: 10px;
    max-height: 160px;
    height: 132px;
}


.unitList h3 {
    margin-top: 23px;
    font-size: 18px;
}

.unitList h6.locationDefault {
    color: #A6A8AB;
    margin-top: -10px;
}

.unitList.showUnit {
    color: #6BB130;
}

.unitList .unitlogo {
    float: left;
    margin-right: 15px;
    border-radius: 8px 0 0 8px
}

.unitList .unitHMA {
    margin-right: 10px;
    position: relative;
    float: right;
    top: 10px;
    padding-left: 7px;
    padding-top: 2px;
    background-repeat: no-repeat;
    height: 30px;
    width: 48px;
}

.unitHMA.red {
    background-image: url(../../images/0.0-2.9.png);
}

.unitHMA.lgreen {
    background-image: url(../../images/3.0-3.5.png);
}

.unitHMA.mgreen {
    background-image: url(../../images/3.6-4.5.png);
}

.unitHMA.hgreen {
    background-image: url(../../images/4.6-5.0.png);
}

.unitHMA.gray {
    background-image: url(../../images/nao-classificado.png);
}

.unitList .unitName {
    width: 316px;
}

.unitHMA img {
    float: left;
    background-image: url(../../images/4.6-5.0.png);
    background-repeat: no-repeat;
}

.unitHMA .hma {
    font-weight: 800;
    font-size: 18px;
    color: white;
}

.unitHMA .hmaMax {
    font-size: xx-small;
    color: white;
}

.showUnit {
    float: right;
}

    .showUnit label {
        color: #6BB130;
        width: 120px;
        text-align: right;
        height: 30px;
        margin: 10px 60px 0 0;
        font-size: 11px;
        font-weight: normal;
        line-height: 1.2em
    }

        .showUnit label p {
            margin: 0;
        }

    .showUnit a {
        height: 40px !important;
        width: 40px !important;
        box-shadow: inset 0 0 0 2px #6BB130;
        line-height: 40px !important;
        top: -35px;
        right: -51px;
    }


.unitNameLocation {
    height: 60px;
    margin-left: 143px;
}

.unitInciInsurance {
    width: 500px;
    margin: 0 0 0 94px;
    line-height: 20px;
    position: relative;
    float: left;
    font-size: 14px;
}

.unit_header {
    color: #3C4249;
    top: 2em;
    left: auto;
    padding: 59px 45px 45px 45px;
    box-shadow: none !important;
    background-color: #E6E7E8;
    height: 200px;
}

    .unit_header h1.major {
        font-size: 2.625em;
        top: 17px;
    }

        .unit_header h1.major:after {
            background-color: #3C4249;
            bottom: -0.525rem;
        }

    .unit_header .unitlogo {
        float: left;
        left: 30px;
        top: 29px;
        height: 160px;
        width: 160px;
        border: solid 2px #E6E7E8;
        border-radius: 8px;
        position: relative;
        right: 30px;
    }

}

.unit_header .unitName {
    width: 700px;
    left: -10px;
    position: relative;
}

.unit_header h1 {
    font-size: 38px;
}

.unit_header h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    position: relative;
}

.unit_header h5 {
    text-transform: uppercase;
    font-size: 12px;
    color: #E6E7E8;
    position: relative;
}

.unit_header .unitHMA {
    margin-right: 10px;
    position: relative;
    float: left;
    top: 31px;
    padding-left: 7px;
    background-repeat: no-repeat;
    height: 30px;
    width: 48px;
    left: 48px;
}

.unit_header .unitNameLocation {
    position: relative;
    top: 55px;
    left: 47px;
}

.unit_header .locationsUnit {
    margin-top: -10px;
}


.unit_call {
    display: inline-flex;
    position: relative;
    left: -130px;
    top: 85px;
}

    .unit_call button {
        width: 160px;
        padding-left: 14px;
        color: white;
        background-color: #6BB130;
        border-radius: 5px;
        box-shadow: none;
        height: 30px;
        line-height: normal;
        font-size: 9px;
    }

        .unit_call button:hover {
            color: white !important;
        }

        .unit_call button i {
            font-size: 12px;
        }

    .unit_call h2 {
        color: #6BB130;
        margin-left: 20px;
    }


.unit_stamps {
    float: right;
    margin: 45px 60px 0 0;
    height: 118px;
    min-width: 78px;
}

    .unit_stamps img {
        height: 100px;
    }

.unit_text {
    width: 500px;
    margin: 120px 0 0 75px;
    line-height: 20px;
    position: relative;
    float: left;
    font-size: 14px;
}

    .unit_text textarea {
        resize: none;
        overflow: hidden;
        border-color: white;
        height: 225px;
        font-size: 14px;
    }

.unit_gallery {
    width: 300px;
    height: 225px;
    right: 60px;
    position: relative;
    float: right;
}

.unit_budget {
    position: relative;
    top: 10px;
    float: left;
    width: 818px;
    margin: 0 75px 0 75px;
}

    .unit_budget h4 {
        text-transform: uppercase;
        color: #6BB130;
    }

.unitbudgetHeader {
    border: solid 1px #6BB130;
    border-radius: 8px;
    background-color: #6BB130;
    text-transform: uppercase;
}

    .unitbudgetHeader h4 {
        color: white;
        line-height: normal;
        margin: 8px;
    }


#budgetAddressDiv {
    padding: 10px 0 10px 0;
    width: 100%;
    display: inline-flex;
}


#budgetAddress {
    padding-left: 10px;
    width: 100%;
}

#budgetAddressDiv .select2-container--default .select2-selection--single {
    width: 100%;
    border: solid 2px #6BB130;
    padding: 3px 5px 5px 0;
    height: 37px;
    border-radius: 8px;
    background-color: white;
}

#budgetAddressDiv .select2-selection__placeholder {
    color: #6BB130;
    font-size: 1em;
}

.divBudget {
    width: 100%;
    border: solid 2px #6BB130;
    border-radius: 8px;
    padding: 10px;
    background-color: white;
}

    .divBudget label {
        color: black !important;
    }

.checksSpec {
    float: left;
    width: 33%;
    height: 28px;
}

.checksSpecB {
    float: left;
    height: 28px;
}

#budgetDesc {
    padding: 10px 0 5px 0;
}

#budgetname {
    padding: 5px 5px 5px 0;
}

.unit_budget input[type="checkbox"] + label:before {
    border-radius: 100%;
}

#fileInput {
    padding: 5px 0 5px 0;
}


.budgetSend {
    width: 900px;
    margin-top: 10px;
}

    .budgetSend p {
        font-size: 12px;
        max-width: 600px;
        color: #ffffff;
    }

        .budgetSend p a {
            font-size: 12px;
            font-weight: bold;
            font-style: italic;
        }

    .budgetSend button {
        width: 170px;
        padding-left: 14px;
        color: white;
        background-color: #6BB130;
        border-radius: 5px;
        box-shadow: none;
        height: 41px;
        line-height: normal;
        float: right;
        top: -36px;
        position: relative;
        font-size: 11px;
        font-weight: 900;
    }

        .budgetSend button:hover {
            color: white !important;
        }


.text45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    white-space: nowrap;
    height: 30px;
}

#milestones {
    display: inline-block;
    width: 300px;
    height: 300px;
    left: 100px;
    position: absolute;
}

.unitDirHeader {
    font-size: 11px;
    padding-top: 15px;
    margin-bottom: -15px;
}

#timelinediv {
    height: 170px;
    overflow-y: hidden;
}

#timeline {
    /*background: url("../../images/timeline.jpg") no-repeat;*/
    height: 150px;
    width: 3600px;
    background-size: 3500px;
}

.quem_somos {
    background-color: white;
    box-shadow: none;
    display: flex;
    padding: 20px 90px 30px 100px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
    color: black;
}

.userImg {
    border-radius: 3px;
    background-position: left top;
    background-size: cover;
    height: 90px;
    width: 90px;
    margin-right: 10px;
    float: left;
}

@media screen and (min-heigth:731px) {
    .divUserInfo {
        margin: 4px 0 0 -10px;
        float: right;
        width: 160px;
        color: black;
    }
}

.staffMail {
}

.divUserInfo > p {
    font-size: 0.9em;
    margin: 0;
}

.divUserInfo > span {
    font-size: 0.65rem;
}

.col2 .divUserInfo {
    padding-left: 10px;
}

.col2 .userImg {
    margin-left: 10px;
}

.col3 .divUserInfo {
    padding-left: 10px;
}

.col3 .userImg {
    margin-left: 10px;
}

.grid {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: calc(100% );
    max-width: 900px;
}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin: 20px 0 10px 0;
}


[class*='col-'] {
    float: left;
    min-height: 1px;
}

.col-1 {
    width: 16.66%;
}



@media screen and (min-width:731px) and (max-width:1024px) {
    .col-2 {
        width: 50%;
    }
}

@media screen and (min-width:1025px) {
    .col-2 {
        width: 33.33%;
    }
}

.col-3 {
    width: 50%;
}

.col-4 {
    width: 66.664%;
}

.col-5 {
    width: 83.33%;
}

.col-6 {
    width: 100%;
}

.grid.half {
    width: calc(50% );
}

.grid.third {
    width: calc(100%/3);
}

    .grid.third.col1 {
        padding-right: 10px;
    }

    .grid.third.col2 {
        padding: 0 10px 0 10px;
    }

    .grid.third.col3 {
        padding-left: 10px;
    }

.grid.quarter {
    width: calc(25%);
}

.grid.fifth {
    width: calc(100%/5 );
}

.grid.sixth {
    width: calc(100%/6);
}

.picoHeader {
    text-transform: uppercase;
    color: var(--main-green-color);
}

.quem_somos_header {
    color: #3C4249;
    top: 2em;
    left: auto;
    padding: 30px 40px 40px 100px;
    box-shadow: none !important;
    background-color: #E6E7E8;
}

    .quem_somos_header div {
        box-shadow: none !important;
    }

    .quem_somos_header h1.major {
        font-size: 2.625em;
        top: 17px;
    }

        .quem_somos_header h1.major:after {
            background-color: #3C4249;
            bottom: -0.525rem;
        }

    .quem_somos_header img {
        position: relative;
        float: right;
        right: 3em;
        top: -4em;
        max-height: 64px;
    }

.baseline header {
    padding: 10px 0 10px 0;
}

.staffDiv {
    width: 100%;
}

.staff {
    height: 120px;
}

.work {
    position: relative;
    overflow: hidden;
    margin: 36px -10px 0 0;
}

.partnerInfo {
    float: right;
    width: 500px;
    margin: 0 0px 20px 60px;
}

.partnerlink {
    left: -130px;
    top: 85px;
}

    .partnerlink button {
        width: 160px;
        padding-left: 14px;
        color: white;
        background-color: #6BB130;
        border-radius: 5px;
        box-shadow: none;
        height: 30px;
        line-height: normal;
        font-size: 9px;
    }

        .partnerlink button:hover {
            color: white !important;
        }

#contactSection {
    width: 100%;
    flex-wrap: wrap;
}

#campaignSection {
    width: 100%;
}

#contacts {
    background-color: #f1f0f0;
}


.campaignRow {
    position: relative;
    overflow: hidden;
    margin: 36px -10px 30px 0;
    height: 100%;
}

.campaignHeader > div {
    position: relative;
    float: left;
    width: 300px;
}

.campaignBody {
    top: 30px;
    position: relative;
    width: 100%;
    float: left;
    height: auto;
}

.campaingTitle {
    text-transform: uppercase;
}

.campaingDesc {
    text-transform: uppercase;
    color: var(--main-green-color);
    width: 250px;
}

.campaignImg {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 40vw;
}

.campaingTerms {
    margin-top: 20px;
}

#casadesonho > div {
    justify-content: baseline;
}

    #casadesonho > div > p {
        text-shadow: 1px 1px white;
    }

#casadesonho {
    background-image: url(/images/casa-sonho.jpg);
    background-size: cover;
}

#ondeestamos {
    background-image: url(/images/map.JPG);
    background-size: cover;
}

.provedorText {
    padding: 20px 70px 30px 100px;
}

    .provedorText p strong {
        color: var(--main-green-color);
        font-weight: 800;
    }

    .provedorText b {
        font-weight: 900;
    }

.headerSecondLine {
    text-transform: uppercase;
    width: 412px;
}

#budgetAddressDiv.simpleBudget {
    padding-left: 5px;
}

    #budgetAddressDiv.simpleBudget select2-selection select2-selection--single {
        width: 100%;
    }

.galleria-lightbox-box {
    z-index: 99991000000 !important;
}

.galleria-theme-classic {
    background-color: #E6E7E8 !important;
}

.galleria-lightbox-shadow {
    background-color: white !important;
}

.whiteBox {
    background-color: white;
    padding: 4px 2px 4px 18px;
    border-radius: 8px;
    font-size: 15px;
    width: 270px;
}

.greenButton {
    background-color: var(--main-green-color);
    padding: 4px 4px 4px 4px;
    border-radius: 8px;
    font-size: 15px;
    width: 211px;
    text-align: center;
}

    .greenButton > a {
        color: white;
        text-decoration: none;
    }

.socialUnitIcons {
    position: relative;
    left: 29px;
    display: inline-block;
    top: 31px;
}

    .socialUnitIcons button {
        box-shadow: none;
        width: 30px;
        height: 30px;
        padding: 0 18px 0 18px;
    }

        .socialUnitIcons button:hover {
            background-color: transparent;
        }


.numAdvisor {
    display: block;
    top: 25px;
    position: relative;
    left: 48px;
    font-size: 11px;
    margin-bottom: -20px;
    text-transform: uppercase;
    font-family: monospace;
}

.logoMarcaModal {
    position: relative;
    float: right;
    right: 30px;
}

.galleria-thumb-nav-right {
    background-color: #E6E7E8;
}

.galleria-thumb-nav-left {
    background-color: #E6E7E8;
}

#table_simulador, #table_simulador td {
    border: none;
    font-size: 14px;
}

.prevStep {
    bottom: 10px;
    position: absolute !important;
    float: left;
    right: 100px;
}

.nextStep {
    bottom: 10px;
    position: absolute !important;
    float: right;
    right: 40px;
}


@media screen and (min-width: 768px) {
    #orcamentos {
        width: 900px;
        padding-top: 3.5em
    }

    #budgetphone {
        padding: 5px 5px 5px 0px;
    }

    #budgetemail {
        padding: 5px 0px 5px 5px;
    }

    #budgetloca {
        padding: 5px 0 0 0;
    }

    #homeGalleria {
        height: 600px;
        width: 1000px
    }

    #simulador {
        padding-top: 320px;
    }

    #divParceiros {
        width: 435px;
    }

    #divRecrutamento {
        width: 400px;
    }

    .partnerLogos {
        margin-bottom: 27px;
    }

        .partnerLogos > a > img {
            height: 90px;
            margin-left: 30px
        }

    #ondeestamos > .intro {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    #homeText {
        z-index: 1;
        color: white;
    }

        #homeText > h1 > strong {
            color: white;
            text-shadow: 1px 1px grey;
        }

        #homeText .major {
            color: white;
            text-shadow: 1px 1px grey;
        }

        #homeText > p {
            text-shadow: 1px 1px grey;
        }

    #budgetemail {
        padding: 5px 0px 5px 0px;
    }

    #budgetname {
        padding: 5px 0px 5px 0;
    }

    #budgetphone {
        padding: 5px 0 5px 0px;
    }

    #budgetAddress {
        padding-left: 0;
    }

    .logoMarcaModal {
        display: none;
    }

    .quem_somos_header {
        padding: 10px 10px 10px 10px;
    }

    .quem_somos {
        padding: 10px 10px 10px 10px;
    }

    .partnerInfo {
        width: 240px;
        float: left;
    }

    .provedorText {
        padding: 10px 10px 10px 10px;
    }

    #homeGalleria {
        height: 400px;
        width: 360px
    }

    .onde_estamos_header {
        padding: 10px 10px 30px 10px;
    }

    .actions .modal .inner div.unitDir {
        padding: 0px 0px 0px 0px;
    }

    .actions .modal .inner div.unitList {
        width: 300px;
        margin: 5px;
    }

    .unitList h3 {
        margin-top: 3px;
    }

    .showUnit {
        display: none;
    }

    .unit_call {
        position: relative;
        left: auto;
        right: auto;
        top: 170px;
        display: inline-block;
    }

    .unit_budget {
        width: 300px;
        margin: 0 5px 0 5px;
    }

    .unit_header {
        display: grid;
    }

        .unit_header .unitNameLocation {
            position: relative;
            /*top: 200px;*/
            left: -157px;
            width: 300px;
        }

    #budgetAddressDiv {
        padding: 28px 0 10px 0;
        width: 100%;
        display: inline;
    }

    .checksSpec {
        width: 100%;
    }

    .navPanelToggle button {
        display: none !important;
    }

    .headerSecondLine {
        width: 300px;
    }

    .staff {
        width: 100%;
    }

    .divUserInfo strong {
        color: black !important;
    }

    .grid.third {
        width: 100% !important;
    }

    .unit_stamps {
        margin: 245px 33px 0 0;
    }

    .unit_gallery {
        right: 14px;
    }

    .unitList .unitName {
        width: 100%;
        text-overflow: ellipsis;
    }

    .unit_text {
        width: auto;
        margin: 0px 5px 0 16px;
    }

    #simulador {
        padding-top: 60px;
    }

    #divSimulador {
        width: 344px;
        overflow-y: auto;
        height: 473px;
    }

    .partnerLogos {
        margin: 0 0 27px 10px;
    }

    .unitNameLocation {
        margin-top: 43px;
    }


    .col2 .divUserInfo {
        padding-left: 0px;
    }

    .col2 .userImg {
        margin-left: 0px;
    }

    .col3 .divUserInfo {
        padding-left: 0px;
    }

    .col3 .userImg {
        margin-left: 0px;
    }

    .simOptions {
        width: 100% !important;
    }

    #unitModal {
        display: grid;
    }
}

/*simulador*/
#container {
    margin: 0 auto;
    width: 50%;
}

#accordion input {
    display: none;
}

#accordion label {
    background: #eee;
    border-radius: .25em;
    cursor: pointer;
    display: block;
    margin-bottom: .125em;
    padding-right: 20px;
    z-index: 20;
    color: black;
}

#accordion input:checked + label {
    background: #ccc;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
    margin-bottom: 0;
}

#accordion article {
    background: #f7f7f7;
    height: 0px;
    overflow: hidden;
    z-index: 10;
}

    #accordion article p {
        padding: 1em;
    }

#accordion input:checked article {
}

#accordion input:checked ~ article {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    height: auto;
    margin-bottom: .125em;
    overflow-x: auto;
}

.step1Radio {
    width: 100px;
    margin-left: 20px;
}

    .step1Radio:before {
        margin-bottom: 5px;
    }

.step2Radio {
    width: 140px;
    margin-left: 20px;
}

.step3Radio {
    width: 220px;
    margin-left: 20px;
}


    .step1Radio label, .step2Radio label, .step3Radio label {
        color: black !important;
    }

.stepNumber {
    background-color: #E6E7E8;
    border-radius: 8px;
}

    .stepNumber h3 {
        padding: 5px;
    }

.simButtons {
    width: auto;
    display: inline-flex;
    margin: 0 auto;
}

    .simButtons button:last-child {
        margin-left: 1em;
    }

.simOptions {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .simOptions label {
        color: black !important;
    }

table div label {
    color: black !important;
}

.simRes label {
    font-size: 0.8em !important;
}

.greenSendButton {
    background-color: var(--main-green-color);
    color: white;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    min-width: 180px;
}

.opt label {
    background-color: rgba(0, 0, 0, 0.00) !important;
}


.opt input[type="checkbox"] + label:before, .opt input[type="radio"] + label:before {
    right: 0px;
    left: auto;
}

.budgetSendSim {
    margin-left: 5px;
}


.tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 280px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 9999999;
        padding: 8px;
    }

.tooltip-left {
    top: -5px;
    right: 105%;
}


.tooltip-right {
    top: -5px;
    left: 125%;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -150px;
}

.tooltip-bottom {
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tableArticle {
    padding-right: 5px;
}

    .tableArticle td:nth-last-child(-n+3) {
        width: 80px;
        text-align: right;
    }


.inputinline {
    display: inline-flex;
}

    .inputinline input {
        height: initial;
    }

        .inputinline input[type="checkbox"] + label:before {
            width: 23px;
            height: 23px;
        }

    .inputinline .roomName {
        min-width: 200px;
        margin-right: 5px;
    }

    .inputinline .roomArea {
        min-width: 55px;
        text-align: right;
    }

#franchising {
    background-color: #f1f0f0;
}

#recSelLocation .select2-container--default .select2-selection--single {
    width: 100%;
    border: solid 2px #6BB130;
    padding: 3px 5px 5px 0;
    height: 37px;
    border-radius: 8px;
    background-color: white;
}

#recSelLocation .select2-selection__placeholder {
    color: #6BB130;
    font-size: 1em;
}

.select2-selection--multiple {
    border: solid 2px #6BB130 !important;
    border-radius: 8px;
}

#selLocationModal4 {
    width: 400px;
}

#recSelLocation .select2-search__field {
    width: 400px !important;
}

/*.select2-search__field {
    width: 100% !important;
}*/

#cvFile {
    color: black;
    left: -145px;
    position: relative;
    z-index: 1;
    top: 3px;
}

.custom-file-upload {
    border: 2px solid #6BB130;
    color: #6BB130;
    text-transform: uppercase;
    background-color: white;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: none;
    line-height: normal;
    position: relative;
    font-size: 11px;
    font-weight: 900;
    padding-left: 23px;
    z-index: 2;
    width: 150px;
}

.recContainer {
    background-color: white;
    box-shadow: none;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    color: black;
}


@media screen and (max-width: 736px) {

    .colStaff {
    }

    .divUserInfo {
        float: left;
        margin-left: 26px;
    }
}
