@import url(https://fonts.googleapis.com/css?family=Montserrat:wght@100;400;500;600;700;900&display=swap);
@media screen and (max-width: 1200px) {
    ::-webkit-scrollbar {
        width: 0;
    }
} /*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #131416;
    --secondary: #4e5056;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --banner: #068540;
    --conversao: #068540;
    --comochegar: #3e7cc1;
    --navlazer: #131416;
    --navapto: #131416;
    --navplantas: #3e7cc1;
    --form: #068540;
    --contato: #fff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
h1,
h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
}
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
b,
strong {
    font-weight: bolder;
}
a {
    color: #131416;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h3,
h1,
h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-lg-3,
.col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #4e525a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(19, 20, 22, 0.25);
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333;
}
select.form-control:focus::-ms-value {
    color: #333;
    background-color: #fff;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: transparent;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='rgba(0, 0, 0, 0)' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: transparent;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23131416' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
        #d8d8d8
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='rgba(0, 0, 0, 0)' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.is-invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-feedback {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23131416' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
        #d8d8d8
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(19, 20, 22, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #131416;
    border-color: #131416;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #010101;
    border-color: #000;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 55, 57, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #131416;
    border-color: #131416;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 55, 57, 0.5);
}
.btn-banner {
    color: #fff;
    background-color: #068540;
    border-color: #068540;
}
.btn-banner.focus,
.btn-banner:focus,
.btn-banner:hover {
    color: #fff;
    background-color: #04602e;
    border-color: #045429;
}
.btn-banner.focus,
.btn-banner:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 151, 93, 0.5);
}
.btn-banner.disabled,
.btn-banner:disabled {
    color: #fff;
    background-color: #068540;
    border-color: #068540;
}
.btn-banner:not(:disabled):not(.disabled).active,
.btn-banner:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #045429;
    border-color: #034823;
}
.btn-banner:not(:disabled):not(.disabled).active:focus,
.btn-banner:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 151, 93, 0.5);
}
.btn-conversao {
    color: #fff;
    background-color: #068540;
    border-color: #068540;
}
.btn-conversao.focus,
.btn-conversao:focus,
.btn-conversao:hover {
    color: #fff;
    background-color: #04602e;
    border-color: #045429;
}
.btn-conversao.focus,
.btn-conversao:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 151, 93, 0.5);
}
.btn-conversao.disabled,
.btn-conversao:disabled {
    color: #fff;
    background-color: #068540;
    border-color: #068540;
}
.btn-conversao:not(:disabled):not(.disabled).active,
.btn-conversao:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #045429;
    border-color: #034823;
}
.btn-conversao:not(:disabled):not(.disabled).active:focus,
.btn-conversao:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 151, 93, 0.5);
}
.btn-navlazer {
    color: #fff;
    background-color: #131416;
    border-color: #131416;
}
.btn-navlazer.focus,
.btn-navlazer:focus,
.btn-navlazer:hover {
    color: #fff;
    background-color: #010101;
    border-color: #000;
}
.btn-navlazer.focus,
.btn-navlazer:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 55, 57, 0.5);
}
.btn-navlazer.disabled,
.btn-navlazer:disabled {
    color: #fff;
    background-color: #131416;
    border-color: #131416;
}
.btn-navlazer:not(:disabled):not(.disabled).active,
.btn-navlazer:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-navlazer:not(:disabled):not(.disabled).active:focus,
.btn-navlazer:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 55, 57, 0.5);
}
.btn-navapto {
    color: #fff;
    background-color: #131416;
    border-color: #131416;
}
.btn-navapto.focus,
.btn-navapto:focus,
.btn-navapto:hover {
    color: #fff;
    background-color: #010101;
    border-color: #000;
}
.btn-navapto.focus,
.btn-navapto:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 55, 57, 0.5);
}
.btn-navapto.disabled,
.btn-navapto:disabled {
    color: #fff;
    background-color: #131416;
    border-color: #131416;
}
.btn-navapto:not(:disabled):not(.disabled).active,
.btn-navapto:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-navapto:not(:disabled):not(.disabled).active:focus,
.btn-navapto:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 55, 57, 0.5);
}
.btn-navplantas {
    color: #fff;
    background-color: #3e7cc1;
    border-color: #3e7cc1;
}
.btn-navplantas.focus,
.btn-navplantas:focus,
.btn-navplantas:hover {
    color: #fff;
    background-color: #3569a4;
    border-color: #32639a;
}
.btn-navplantas.focus,
.btn-navplantas:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 144, 202, 0.5);
}
.btn-navplantas.disabled,
.btn-navplantas:disabled {
    color: #fff;
    background-color: #3e7cc1;
    border-color: #3e7cc1;
}
.btn-navplantas:not(:disabled):not(.disabled).active,
.btn-navplantas:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #32639a;
    border-color: #2f5d91;
}
.btn-navplantas:not(:disabled):not(.disabled).active:focus,
.btn-navplantas:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 144, 202, 0.5);
}
.btn-form {
    color: #fff;
    background-color: #068540;
    border-color: #068540;
}
.btn-form.focus,
.btn-form:focus,
.btn-form:hover {
    color: #fff;
    background-color: #04602e;
    border-color: #045429;
}
.btn-form.focus,
.btn-form:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 151, 93, 0.5);
}
.btn-form.disabled,
.btn-form:disabled {
    color: #fff;
    background-color: #068540;
    border-color: #068540;
}
.btn-form:not(:disabled):not(.disabled).active,
.btn-form:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #045429;
    border-color: #034823;
}
.btn-form:not(:disabled):not(.disabled).active:focus,
.btn-form:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 151, 93, 0.5);
}
.btn-outline-navplantas {
    color: #3e7cc1;
    border-color: #3e7cc1;
}
.btn-outline-navplantas:hover {
    color: #fff;
    background-color: #3e7cc1;
    border-color: #3e7cc1;
}
.btn-outline-navplantas.focus,
.btn-outline-navplantas:focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 124, 193, 0.5);
}
.btn-outline-navplantas.disabled,
.btn-outline-navplantas:disabled {
    color: #3e7cc1;
    background-color: transparent;
}
.btn-outline-navplantas:not(:disabled):not(.disabled).active,
.btn-outline-navplantas:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3e7cc1;
    border-color: #3e7cc1;
}
.btn-outline-navplantas:not(:disabled):not(.disabled).active:focus,
.btn-outline-navplantas:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 124, 193, 0.5);
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}
.collapse:not(.show) {
    display: none;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #131416;
    vertical-align: middle;
    background: #d8d8d8 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23131416' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid transparent !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #4e525a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(19, 20, 22, 0.25);
}
.custom-select:focus::-ms-value {
    color: #333;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #131416;
}
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0;
}
.progress {
    display: flex;
    overflow: hidden;
}
.media {
    display: flex;
    align-items: flex-start;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.modal {
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.carousel {
    position: relative;
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.border {
    border: 1px solid #dee2e6 !important;
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
}
.mt-3 {
    margin-top: 1rem !important;
}
.p-1 {
    padding: 0.25rem !important;
}
@media (min-width: 576px) {
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
}
.visible {
    visibility: visible !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?wft673);
    src: url(../fonts/icomoon.eot?wft673#iefix) format("embedded-opentype"), url(../fonts/icomoon.woff2?wft673) format("woff2"), url(../fonts/icomoon.ttf?wft673) format("truetype"), url(../fonts/icomoon.woff?wft673) format("woff"),
        url(../fonts/icomoon.svg?wft673#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-diferenciais5:before {
    content: "\E910";
}
.icon-localizacao1:before {
    content: "\E911";
}
.icon-localizacao2:before {
    content: "\E912";
}
.icon-localizacao3:before {
    content: "\E913";
}
.icon-localizacao4:before {
    content: "\E914";
}
.icon-diferenciais3:before {
    content: "\E900";
}
.icon-phone:before {
    content: "\E901";
}
.icon-diferenciais6:before {
    content: "\E902";
}
.icon-diferenciais1:before {
    content: "\E903";
}
.icon-diferenciais2:before {
    content: "\E904";
}
.icon-diferenciais4:before {
    content: "\E905";
}
.icon-diferenciais7:before {
    content: "\E906";
}
.icon-diferenciais8:before {
    content: "\E907";
}
.icon-diferenciais9:before {
    content: "\E908";
}
.icon-diferenciais10:before {
    content: "\E909";
}
.icon-diferenciais11:before {
    content: "\E90A";
}
.icon-mail:before {
    content: "\E90B";
}
.icon-whatsapp:before {
    content: "\E90C";
}
.icon-diferenciais12:before {
    content: "\E90D";
}
.icon-nav-prev:before {
    content: "\E90E";
}
.icon-nav-next:before {
    content: "\E90F";
}
.icon-close:before {
    content: "\E5CD";
}
@media (max-width: 991.98px) {
    body.menu-open {
        overflow: hidden;
    }
}
body.amplia-mapa {
    overflow: hidden;
}
body.amplia-mapa main {
    position: relative;
    z-index: 100;
}
.no-grid {
    position: relative;
    z-index: 2;
}
.grid {
    display: none;
}
@media (min-width: 992px) {
    .grid {
        display: initial;
        position: fixed;
        top: 0;
        width: 100%;
        padding-left: 200px;
        z-index: 2;
    }
    .grid .grid-line {
        height: 100vh;
    }
    .grid .grid-line.g2,
    .grid .grid-line.g3,
    .grid .grid-line.g4 {
        border-left: 1px solid rgba(32, 34, 36, 0.3);
    }
}
.tit {
    color: #4e5056;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 36px;
}
@media (max-width: 374px) {
    .tit {
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    .tit {
        font-size: 50px;
    }
}
figcaption {
    font-size: 14px;
}
section {
    padding: 40px 0 0;
    width: 100%;
}
@media (min-width: 992px) {
    section {
        padding: 80px 0 0;
    }
}
section.bg:not(.localizacao) {
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    section.bg:not(.localizacao) {
        padding-bottom: 80px;
    }
}
section.nobg:not(.localizacao) + section.bg {
    margin-top: 40px;
}
@media (min-width: 992px) {
    section.nobg:not(.localizacao) + section.bg {
        margin-top: 80px;
    }
}
@media (min-width: 992px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
p:last-child,
p:only-child {
    margin-bottom: 0;
}
.btn {
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 5px 10px hsla(0, 0%, 100%, 0.2392156863);
    height: 50px;
    line-height: 33px;
}
.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
}
.btn:focus {
    box-shadow: none;
}
figure {
    margin: 0;
}
.img-cover {
    overflow: hidden;
}
.img-cover img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.zoom {
    cursor: zoom-in;
}
@keyframes rotateLoad {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
header {
    overflow: hidden;
    width: 100%;
    z-index: 10;
}
@media (min-width: 992px) {
    header {
        overflow: inherit;
        position: fixed;
        top: 30px;
    }
}
header.header-fixo {
    transition: transform 0.2s ease-in-out;
}
@media (min-width: 992px) {
    header.header-fixo {
        left: 0;
        position: fixed;
        top: 30px;
    }
}
header.header-fixo.header-hide {
    transition-duration: 0.15s;
    transform: translateY(-150%);
}
body.menu-open header.header-fixo.header-hide {
    transform: none;
}
header.header-fixo.header-bg .barra {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
header .barra,
header.header-bg .barra {
    background: #fff;
}
header .barra {
    height: 88px;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
@media (min-width: 992px) {
    header .barra {
        height: 81px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1019607843);
        border-radius: 50px;
        max-width: 1140px;
        margin: 0 auto;
    }
}
header .logo {
    align-items: center;
    display: flex;
    height: 88px;
    margin: 0;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    header .logo {
        height: 81px;
    }
}
header .logo img {
    display: block;
    width: 200px;
}
header .logo span {
    display: none;
}
body.menu-open header {
    overflow: visible;
}
@media (min-width: 992px) {
    .menu {
        float: right;
    }
}
.menu nav {
    background: #595a5b;
    height: 110vh;
    right: 0;
    opacity: 0;
    padding: 98px 15px 20px 85px;
    position: fixed;
    text-align: center;
    top: 0;
    transform: translateX(20%);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.menu nav a {
    color: #131416;
    font-weight: 900;
}
body.menu-open .menu nav {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
body.menu-open .menu nav:before {
    content: "";
    width: calc(100% - 85px);
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 11;
}
.menu li {
    margin: 0 0 20px;
}
.menu li.logo-mob {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 95px;
}
body.menu-open .menu li.logo-mob {
    display: block;
    opacity: 1;
    visibility: visible;
}
.menu .bt-menu {
    background: #fff;
    border-radius: 20px 0 0 0;
    height: 55px;
    margin-top: -25px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 55px;
    z-index: 12;
}
.menu .bt-menu:after,
.menu .bt-menu:before,
.menu .bt-menu div {
    background: #121315;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    top: 20px;
    transform-origin: 4px 6px;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.15, 1.49);
    width: 28px;
}
.menu .bt-menu div {
    top: 28px;
}
.menu .bt-menu:after {
    top: 36px;
    transform-origin: 5px -2px;
}
body.menu-open .menu .bt-menu {
    background: #121315;
}
body.menu-open .menu .bt-menu:after,
body.menu-open .menu .bt-menu:before,
body.menu-open .menu .bt-menu div {
    background: #fff;
}
body.menu-open .menu .bt-menu:before {
    transform: rotate(45deg);
}
body.menu-open .menu .bt-menu div {
    opacity: 0;
}
body.menu-open .menu .bt-menu:after {
    transform: rotate(-45deg);
}
@media (min-width: 992px) {
    .menu-tipo-1 nav {
        background: none;
        height: auto;
        left: auto;
        opacity: 1;
        padding: 0;
        position: relative;
        top: auto;
        transform: none;
        visibility: visible;
        width: auto;
    }
    .menu-tipo-1 nav li {
        float: left;
        margin: 0 0 0 25px;
    }
    .menu-tipo-1 nav li.bg a {
        display: flex;
        width: 123px;
        height: 42px;
        justify-content: center;
        align-items: center;
        background: #068540;
        color: #fff;
        border-radius: 50px;
    }
    .menu-tipo-1 nav li.bg a:hover {
        background: #000;
        color: #fff;
    }
    .menu-tipo-1 nav li a {
        display: flex;
        align-items: center;
        transition: color 0.2s ease;
        height: 42px;
        border-radius: 50px;
        padding: 0 10px;
        font-size: 15px;
    }
    .menu-tipo-1 nav li a:hover {
        background: #000;
        color: #fff !important;
        color: #131416;
        text-decoration: none;
    }
    .menu-tipo-1 .bt-menu {
        display: none;
    }
}
.banner {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 50px 0;
    height: 56.25vh;
    z-index: 2;
}
@media (min-width: 992px) {
    .banner {
        border-radius: 0 0 50px 50px;
        height: 89.1vh;
    }
}
.banner .container {
    height: 100%;
}
.banner .img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: transform;
}
.banner .img figure {
    height: 100vh;
    position: relative;
}
.info-banner {
    margin-top: -141px;
    position: relative;
    margin-left: -15px;
    z-index: 2;
}
@media (min-width: 992px) {
    .info-banner {
        margin-top: -250px;
        padding-bottom: 80px;
        margin-left: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
}
.info-banner .content {
    box-shadow: 4px 15px 20px rgba(0, 0, 0, 0.1019607843);
    border-radius: 15px;
    background: #2c2e31;
    padding: 20px;
    width: calc(100% - 20px);
}
@media (min-width: 992px) {
    .info-banner .content {
        width: 460px;
        height: 300px;
        padding: 30px;
    }
}
.info-banner .display-4 {
    font-size: 27px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .info-banner .display-4 {
        font-size: 30px;
    }
}
.info-banner .display-4 span {
    color: #949494;
}
.info-banner .lead {
    color: #fff;
    font-size: 17px;
    margin-bottom: 24px;
}
.info-banner .lead strong {
    font-weight: 900;
    font-size: 14px;
}
.info-banner .btn {
    box-shadow: 5px 10px 20px rgba(0, 80, 34, 0.5019607843);
    border-radius: 100px;
    width: 210px;
    height: 50px;
}
.localizacao {
    background: #131416;
    color: inherit;
    padding-top: 260px;
    margin-top: -190px;
}
@media (min-width: 992px) {
    .localizacao {
        z-index: 1;
        padding-top: 190px;
        margin-top: -45px;
    }
}
.localizacao .logo-animado {
    position: relative;
    display: flex;
    align-items: flex-end;
}
.localizacao .logo-animado .content {
    display: flex;
    position: absolute;
}
.localizacao .logo-animado .content .letra img {
    width: 70%;
}
@media (min-width: 992px) {
    .localizacao .logo-animado .content .letra img {
        width: auto;
    }
}
.localizacao .logo-animado .content .letra.l_l {
    position: relative;
    right: -283px;
    top: -65px;
}
@media (max-width: 374px) {
    .localizacao .logo-animado .content .letra.l_l {
        right: -240px;
    }
}
@media (min-width: 992px) {
    .localizacao .logo-animado .content .letra.l_l {
        right: -202%;
        top: -122px;
    }
}
.localizacao .logo-animado .content .letra.l_o {
    position: relative;
    z-index: 1;
    left: -20px;
    bottom: -320px;
}
@media (min-width: 992px) {
    .localizacao .logo-animado .content .letra.l_o {
        right: -228%;
        left: auto;
        top: -80px;
    }
}
.localizacao .logo-animado .content .letra.l_g {
    position: relative;
    right: -20px;
    bottom: -310px;
}
@media (max-width: 374px) {
    .localizacao .logo-animado .content .letra.l_g {
        right: 0;
    }
}
@media (min-width: 992px) {
    .localizacao .logo-animado .content .letra.l_g {
        right: -188%;
        bottom: -130px;
    }
}
@media (min-width: 992px) {
    .localizacao + section {
        margin-top: 0;
        padding-top: 120px;
    }
}
.localizacao .tit {
    color: #949494;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .localizacao .tit {
        margin-bottom: 47px;
    }
}
.localizacao .destaque {
    background: hsla(0, 0%, 100%, 0.1);
    color: #fff;
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 24px 0;
    margin-bottom: 134px;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .localizacao .destaque {
        padding: 65px 0;
        margin-bottom: 190px;
    }
}
.localizacao .ponto-referencia {
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
    position: relative;
}
.localizacao .ponto-referencia:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.localizacao .ponto-referencia:after {
    content: "";
    width: 100%;
    height: 50px;
    background: #131416;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 0 50px 50px;
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia {
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content {
        display: flex;
    }
}
.localizacao .ponto-referencia .content .bloco {
    color: #fff;
    flex: none;
    position: relative;
    z-index: 2;
}
.localizacao .ponto-referencia .content .bloco.texto {
    font-weight: 100;
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content .bloco.texto {
        padding-top: 42px;
        font-size: 17px;
    }
}
.localizacao .ponto-referencia .content .bloco.icones {
    margin-top: 38px;
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content .bloco.icones {
        margin-left: 55px;
        margin-top: 0;
    }
}
.localizacao .ponto-referencia .content .bloco.icones .cima {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 56px;
}
@media (max-width: 374px) {
    .localizacao .ponto-referencia .content .bloco.icones .cima {
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content .bloco.icones .cima {
        flex-wrap: nowrap;
        margin-bottom: 77px;
    }
}
.localizacao .ponto-referencia .content .bloco.icones .cima .item {
    width: 137px;
    margin-bottom: 36px;
}
@media (max-width: 374px) {
    .localizacao .ponto-referencia .content .bloco.icones .cima .item {
        width: 150px;
    }
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content .bloco.icones .cima .item {
        margin-right: 60px;
        margin-bottom: 0;
    }
}
.localizacao .ponto-referencia .content .bloco.icones .cima .item p {
    padding: 0 0 0 15px;
    font-weight: 100;
    font-size: 17px;
}
.localizacao .ponto-referencia .content .bloco.icones .baixo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content .bloco.icones .baixo {
        flex-wrap: nowrap;
    }
}
.localizacao .ponto-referencia .content .bloco.icones .baixo .icone {
    background: #2b2c2e;
    flex: none;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.localizacao .ponto-referencia .content .bloco.icones .baixo .fundo {
    width: 100%;
    background: #2b2c2e;
    flex: none;
    padding: 106px 0 62px 28px;
    margin-top: -50px;
    border-radius: 15px;
}
@media (min-width: 992px) {
    .localizacao .ponto-referencia .content .bloco.icones .baixo .fundo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 370px;
        height: 196px;
        padding: initial;
        margin-top: 0;
        margin-left: -70px;
    }
}
.localizacao .ponto-referencia .content .bloco.icones .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 137px;
    height: 137px;
    font-size: 76px;
    color: #068540;
    background: #131416;
    border-radius: 50%;
    margin-bottom: 27px;
}
.localizacao .ponto-referencia .content .bloco.icones .icone:before {
    content: "";
    box-shadow: -15px -15px 25px #191919;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.localizacao .ponto-referencia .content .bloco.icones .icone:after {
    content: "";
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.localizacao .area-mapa {
    background: #fff;
    padding-top: 40px;
}
.localizacao .area-mapa .container {
    position: relative;
    z-index: 2;
}
.localizacao .area-mapa h3 {
    font-size: 1.5rem;
}
.localizacao .area-mapa p {
    margin-bottom: 0;
    background: #fff;
}
.localizacao .area-mapa .btn {
    box-shadow: 5px 10px 20px rgba(0, 80, 34, 0.5019607843);
    border-radius: 100px;
    width: 210px;
    height: 50px;
    margin-top: 25px !important;
}
@media (min-width: 992px) {
    .localizacao .area-mapa .btn {
        margin-top: 50px !important;
    }
}
.localizacao .mapa {
    height: 540px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.localizacao .mapa:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #131416;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 50px 0;
}
@media (min-width: 992px) {
    .localizacao .mapa {
        height: 540px;
    }
}
body.amplia-mapa .localizacao .mapa {
    height: 100%;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}
.localizacao .mapa #map-canvas {
    background: #f2f2f2 url(../images/mapa.jpg) no-repeat 50%;
    height: 100%;
    width: 100%;
    border-radius: 50px 0;
    position: relative;
}
body.amplia-mapa .localizacao .mapa #map-canvas {
    background-image: none;
}
.localizacao .mapa #map-canvas .pin {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 50%;
}
.localizacao .mapa .btn {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 105px);
    box-shadow: 5px 10px 20px rgba(64, 64, 64, 0.3019607843);
}
.projeto {
    background: inherit;
    color: inherit;
}
.projeto .tit {
    color: #4e5056;
}
.projeto .galeria-tipo-2 {
    margin-top: 46px;
    padding-bottom: 30px !important;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .projeto .galeria-tipo-2 {
        width: 100% !important;
        max-width: 1130px !important;
        margin-top: 30px;
    }
}
.projeto .galeria-tipo-2 .owl-stage {
    margin: 0 0 0 -15px;
}
@media (min-width: 992px) {
    .projeto .galeria-tipo-2 .owl-stage {
        margin: 0;
    }
}
.projeto .galeria-tipo-2 .owl-stage .owl-item.active {
    margin-right: 0 !important;
}
.projeto .galeria-tipo-2 .owl-stage .owl-item .item {
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.1607843137);
    border-radius: 15px;
}
.projeto .galeria-tipo-2 .owl-stage .owl-item .item img {
    border-radius: 15px 15px 0 0;
}
.projeto .galeria-tipo-2 .owl-nav button {
    top: calc(50% - 30px) !important;
    font-size: 16px !important;
    height: 80px !important;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.projeto .galeria-tipo-2 .owl-nav button:hover {
    width: 60px;
}
.projeto .galeria-tipo-2 .owl-nav button.prev {
    left: 0 !important;
    border-radius: 0 100% 100% 0/50% 50% 50% 50% !important;
}
.projeto .galeria-tipo-2 .owl-nav button.next {
    right: 0 !important;
    border-radius: 100% 0 0 100%/50% 50% 50% 50% !important;
}
.projeto figure figcaption {
    display: flex;
    align-items: center;
    height: 44px;
    background: #068540;
    color: #fff;
    font-size: 14px;
    padding: 0 30px;
    opacity: 1 !important;
    border-radius: 0 0 15px 15px;
}
.logo-animado {
    padding: 0;
}
.logo-animado .desktop {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    height: 540px;
}
@media (max-width: 1199.98px) {
    .logo-animado .desktop {
        display: none;
    }
}
.logo-animado .desktop .letra {
    margin-left: 18.2px;
}
.logo-animado .mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 680px;
}
@media (min-width: 992px) {
    .logo-animado .mobile {
        display: none;
    }
}
.logo-animado .mobile .cima {
    display: flex;
    margin-bottom: 120px;
}
.logo-animado .mobile .cima img {
    width: 70%;
}
.logo-animado .mobile .cima .letra.l_r img {
    width: auto;
}
.logo-animado .mobile .baixo {
    display: flex;
}
.logo-animado .mobile .baixo img {
    width: 70%;
}
.logo-animado .mobile .baixo .letra.l_g img {
    width: auto;
}
.logo-animado .l_fraseg {
    position: relative;
    bottom: -138px;
    display: inline-flex;
}
@media (min-width: 992px) {
    .logo-animado .l_fraseg {
        right: -330px;
        bottom: auto;
    }
}
.owl-carousel .owl-load:after {
    animation: rotateLoad 0.4s linear infinite;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    content: "";
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-stage-outer {
    z-index: 2;
}
@media (max-width: 575.98px) {
    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
}
.owl-carousel .owl-item {
    flex: 0 0 auto;
}
.owl-carousel .owl-nav button.next,
.owl-carousel .owl-nav button.prev {
    font-size: 32px;
    height: 40px;
    position: absolute;
    margin-top: -35px;
    padding: 0;
    top: 50%;
    width: 40px;
    z-index: 3;
}
@media (min-width: 1200px) {
    .owl-carousel .owl-nav button.next,
    .owl-carousel .owl-nav button.prev {
        height: 50px;
        width: 50px;
    }
}
.owl-carousel .owl-nav button.next.prev,
.owl-carousel .owl-nav button.prev.prev {
    left: -60px;
}
@media (min-width: 1200px) {
    .owl-carousel .owl-nav button.next.prev,
    .owl-carousel .owl-nav button.prev.prev {
        left: -80px;
    }
}
.owl-carousel .owl-nav button.next.next,
.owl-carousel .owl-nav button.prev.next {
    right: -60px;
}
@media (min-width: 1200px) {
    .owl-carousel .owl-nav button.next.next,
    .owl-carousel .owl-nav button.prev.next {
        right: -80px;
    }
}
.owl-carousel .owl-nav button.next:before,
.owl-carousel .owl-nav button.prev:before {
    display: block;
    line-height: 40px;
}
@media (min-width: 1200px) {
    .owl-carousel .owl-nav button.next:before,
    .owl-carousel .owl-nav button.prev:before {
        line-height: 50px;
    }
}
.owl-carousel .owl-nav button.next.disabled,
.owl-carousel .owl-nav button.prev.disabled {
    cursor: default;
    opacity: 0.3;
}
.owl-carousel .owl-nav button.next span,
.owl-carousel .owl-nav button.prev span {
    opacity: 0;
}
.owl-carousel .owl-nav button.btn-navapto,
.owl-carousel .owl-nav button.btn-navlazer {
    border-radius: 0;
}
.owl-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    border: 1px solid #131416;
    background: #131416;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.2s ease;
    width: 12px;
}
.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}
.galeria {
    width: calc(100% - 30px);
}
@media (min-width: 768px) {
    .galeria {
        margin: 0 auto;
        width: calc(100% - 120px);
    }
}
@media (min-width: 1200px) {
    .galeria {
        width: calc(100% - 160px);
    }
}
.galeria-container {
    overflow: hidden;
    margin: 0 -15px;
    width: calc(100% + 15px);
}
@media (min-width: 768px) {
    .galeria-container {
        margin: 0;
        width: auto;
    }
}
.galeria .item {
    height: 100%;
    position: relative;
}
.galeria .item img {
    backface-visibility: hidden;
}
.galeria .item figcaption {
    opacity: 0;
}
.galeria .active:not(.owl-load) figcaption {
    opacity: 1;
}
.galeria.galeria-tipo-2 {
    padding: 0;
    width: 100%;
}
.galeria.galeria-tipo-2 .owl-item {
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 0.2s ease;
    transform: scale(0.9);
}
.galeria.galeria-tipo-2 .owl-item.active {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1);
}
.galeria.galeria-tipo-2 .owl-stage-outer {
    overflow: visible;
}
@media (min-width: 1600px) {
    .galeria.galeria-tipo-2 {
        width: 100%;
    }
}
.galeria-blocos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.galeria-blocos .item {
    width: 250px;
}
.galeria-blocos .item a {
    display: block;
    height: 250px;
    margin: 0 0 40px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
@media (min-width: 1200px) {
    .galeria-blocos .item a:after {
        background: rgba(0, 0, 0, 0.3);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.2s ease;
        top: 0;
        width: 100%;
    }
    .galeria-blocos .item a img {
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }
    .galeria-blocos .item a:hover img {
        transform: scale(1.05);
    }
    .galeria-blocos .item a:hover:after {
        opacity: 1;
    }
}
.galeria-blocos .item img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.galeria-blocos .item figcaption {
    bottom: 4px;
    color: #fff;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px #000;
    z-index: 2;
}
.galeria-blocos .empty {
    width: 250px;
}
.lazer {
    background: inherit;
    color: inherit;
}
.lazer .tit {
    color: #4e5056;
}
.plantas {
    background: inherit;
    color: inherit;
}
.plantas .tit {
    color: #4e5056;
}
@media (min-width: 992px) {
    .plantas .lista-plantas {
        display: flex;
        justify-content: space-between;
    }
}
.plantas .lista-plantas figcaption {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
@media (min-width: 992px) {
    .plantas .lista-plantas figcaption {
        padding: 3px 25px;
    }
}
.plantas .item {
    text-align: center;
}
@media (min-width: 992px) {
    .plantas .item:nth-child(2) {
        margin: 0 20px;
    }
}
.plantas .item img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: auto;
}
.plantas .owl-carousel {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .plantas .owl-carousel {
        width: calc(100% - 160px);
    }
}
.plantas .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.plantas .owl-carousel figcaption {
    color: #4e5056;
    font-size: 30px;
    margin-top: 15px;
}
.plantas .btn[class*="-navplantas"] {
    border-radius: 0;
}
@media (min-width: 992px) {
    .plantas .abas-plantas .conteudo {
        height: 460px;
        margin-top: 20px;
        position: relative;
    }
}
.plantas .abas-plantas .conteudo button[data-item] {
    position: relative;
}
.plantas .abas-plantas .conteudo button[data-item]:after {
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    box-shadow: inset -2px -2px 0 0 #3e7cc1;
    transform: rotate(45deg);
    right: 20px;
    top: 17px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: 70% 63%;
}
.plantas .abas-plantas .conteudo button[data-item].btn-navplantas:after {
    box-shadow: inset -2px -2px 0 0 #fff;
    transform: rotate(-135deg);
}
.plantas .abas-plantas .conteudo button[data-item].btn-outline-navplantas:hover {
    background: #fff;
    color: #3e7cc1;
}
.plantas .abas-plantas .conteudo button[data-item].btn-outline-navplantas:hover:after {
    box-shadow: inset -2px -2px 0 0 #3e7cc1;
}
@media (min-width: 992px) {
    .plantas .abas-plantas .conteudo button[data-item] {
        display: none;
    }
}
.plantas .abas-plantas .item-aba {
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
    .plantas .abas-plantas .item-aba {
        margin-bottom: 10px;
        max-height: 0;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .plantas .abas-plantas .item-aba {
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.plantas .abas-plantas .item-aba.active {
    visibility: visible;
}
@media (max-width: 991.98px) {
    .plantas .abas-plantas .item-aba.active {
        max-height: 500px;
    }
}
@media (min-width: 992px) {
    .plantas .abas-plantas .item-aba.active {
        opacity: 1;
        transition-delay: 0.4s;
    }
}
.plantas .abas-plantas .item-aba .info {
    font-size: 20px;
    padding-bottom: 20px;
}
.implantacao {
    background: inherit;
    color: inherit;
}
.implantacao .tit {
    color: #4e5056;
}
.implantacao .img {
    background: #dfdfdf;
    padding: 10px;
    text-align: center;
}
.implantacao li {
    counter-increment: item;
    margin-bottom: 10px;
}
.infraestrutura {
    background: #e5e5f1;
    border-radius: 50px 50px 0 0;
    padding-top: 0;
    position: relative;
}
.infraestrutura .container.custom {
    position: relative;
    border-bottom: 2px solid #c8c8c8;
}
.infraestrutura .img-bg {
    position: relative;
    border-radius: 50px 50px 0 0;
}
@media (min-width: 992px) {
    .infraestrutura .img-bg {
        margin-bottom: -60px;
    }
}
.infraestrutura .img-bg:after {
    background: linear-gradient(rgba(28, 28, 28, 0.3), #e5e5f1 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 50px 50px 0 0;
}
.infraestrutura .img-bg img {
    border-radius: 50px 50px 0 0;
}
.infraestrutura .owl-infra {
    margin-top: 35px;
}
@media (min-width: 992px) {
    .infraestrutura .owl-infra {
        margin-top: 43px;
    }
}
.infraestrutura .owl-infra .owl-item {
    height: 100%;
}
.infraestrutura .owl-infra .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .infraestrutura .owl-infra .item {
        justify-content: space-between;
        padding-bottom: 70px;
        flex-wrap: nowrap;
    }
}
.infraestrutura .owl-infra .item .bloco {
    width: 51%;
    margin-bottom: 25px;
}
.infraestrutura .owl-infra .item .bloco:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .infraestrutura .owl-infra .item .bloco {
        width: auto;
        margin-bottom: 0;
    }
}
.infraestrutura .owl-infra .item p strong {
    color: #068540;
    font-weight: 900;
}
.infraestrutura .owl-infra .owl-dots {
    margin-top: 36px;
    margin-bottom: 70px;
}
.infraestrutura .owl-infra .owl-dots .owl-dot {
    background: transparent;
    width: 30px;
    height: 6px;
    border-color: #131416;
    border-radius: 50px;
}
.infraestrutura .owl-infra .owl-dots .owl-dot.active {
    background: #131416;
}
.diferenciais {
    background: #e5e5f1;
    margin-bottom: -60px;
}
@media (min-width: 992px) {
    .diferenciais {
        margin-bottom: -120px;
    }
}
.diferenciais .owl-diferenciais {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .diferenciais .owl-diferenciais {
        flex-wrap: wrap;
    }
}
.diferenciais .owl-item {
    height: 100%;
}
.diferenciais .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px;
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .diferenciais .item {
        max-width: 171px;
        padding: initial;
        margin-bottom: 43px;
    }
}
.diferenciais .item .icone {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e5f1;
    color: #068540;
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 50%;
    font-size: 70px;
    flex: none;
}
.diferenciais .item .icone:after {
    box-shadow: -10px -10px 25px #f6f6f6;
}
.diferenciais .item .icone:after,
.diferenciais .item .icone:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.diferenciais .item .icone:before {
    box-shadow: 10px 10px 25px #c9c9c9;
}
.diferenciais .item p {
    width: 100%;
    position: relative;
    margin: 25px 0 0;
}
.diferenciais .item p br {
    display: none;
}
@media (min-width: 992px) {
    .diferenciais .item p br {
        display: block;
    }
}
.diferenciais .owl-dots {
    margin-top: 36px;
    margin-bottom: 70px;
}
.diferenciais .owl-dots .owl-dot {
    background: transparent;
    width: 30px;
    height: 6px;
    border-color: #131416;
    border-radius: 50px;
}
.diferenciais .owl-dots .owl-dot.active {
    background: #131416;
}
.diferenciais .imagem {
    height: 250px;
}
@media (min-width: 992px) {
    .diferenciais .imagem {
        height: auto;
    }
}
.diferenciais .imagem img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
    height: 100%;
}
.built {
    background: #131416;
    color: #949494;
    padding-top: 141px;
    padding-bottom: 67px;
    border-radius: 0 0 50px 50px;
}
@media (min-width: 992px) {
    .built {
        padding-top: 169px;
        padding-bottom: 100px;
    }
}
.contato {
    background: #fff;
}
.contato,
.contato .tit {
    color: #131416;
}
.contato.contato-tipo-1 .tit {
    margin-bottom: 0.5rem;
    text-align: center;
}
.contato.contato-tipo-1 p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2rem;
}
.form {
    margin-top: 20px;
    max-width: 540px;
    position: relative;
    width: 100%;
}
body .contato-tipo-1 .form {
    margin-right: auto;
    margin-left: auto;
}
.form .form-group {
    position: relative;
}
.form label {
    font-size: 17px;
    margin-bottom: 5px;
}
.form label span {
    opacity: 0.5;
    font-size: 80%;
}
.form .form-control {
    background-position: right 7px center !important;
    border: 1px solid #131416 !important;
}
.form .form-control::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
}
.form .form-control::placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
}
.form .form-control.is-valid:-webkit-autofill {
    animation-name: autofill-valid;
    animation-fill-mode: both;
}
.form .form-control.is-invalid:-webkit-autofill {
    animation-name: autofill-invalid;
    animation-fill-mode: both;
}
.form .form-control:focus {
    box-shadow: 0 0 0 2px #068540 !important;
}
.form .custom-select {
    border: 1px solid #d8d8d8 !important;
    font-weight: 900;
    font-size: 17px;
}
.form .custom-select:focus {
    box-shadow: 0 0 0 2px #068540 !important;
    border: 1px solid #068540 !important;
}
.form textarea.form-control {
    background-position: right 7px top 10px !important;
    height: 90px;
    line-height: 1.3;
    max-height: 300px;
    overflow: auto;
    resize: none;
}
.form.was-validated .form-control:valid:-webkit-autofill {
    animation-name: autofill-valid;
    animation-fill-mode: both;
}
.form.was-validated .form-control:invalid:-webkit-autofill {
    animation-name: autofill-invalid;
    animation-fill-mode: both;
}
.form .invalid-feedback {
    bottom: -20px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
}
.form .btn-form {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    box-shadow: 5px 10px 20px rgba(0, 80, 34, 0.5019607843);
    border-radius: 100px;
    font-size: 17px;
    font-weight: 900;
}
.box-mensagem,
.form .btn-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-mensagem {
    background: #fff;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    align-content: center;
    flex-wrap: wrap;
    left: -10px;
    top: -10px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.box-mensagem-ativo {
    opacity: 1;
    visibility: visible;
}
.box-mensagem-load {
    font-size: 15px;
    text-align: center;
}
.box-mensagem-load:before {
    animation: rotateLoad 0.5s linear infinite;
    border: 3px solid rgba(33, 37, 41, 0.2);
    border-bottom-color: rgba(33, 37, 41, 0.5);
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
}
.box-mensagem-load:after {
    content: "enviando...";
    display: block;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.box-mensagem-ok {
    padding: 20px;
    text-align: center;
}
.box-mensagem-tit {
    display: block;
    font-size: 20px;
}
.box-mensagem-texto {
    display: block;
    padding: 20px 0;
    font-size: 14px;
}
@keyframes autofill-valid {
    to {
        color: #333;
        background-color: #fff;
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><path fill="rgba(0, 0, 0, 0)" d="M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z"/></svg>');
    }
}
@keyframes autofill-invalid {
    to {
        color: #333;
        background-color: #fff;
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="%23dc3545"><circle cx="6" cy="6" r="4.5"/><path stroke-linejoin="round" d="M5.8 3.6h.4L6 6.5z"/><circle cx="6" cy="8.2" r=".6" fill="%23dc3545" stroke="none"/></svg>');
    }
}
.conversao {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    position: fixed;
    transform: none;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
    right: 55px;
    border-radius: 20px 20px 0 0;
}
@media (max-width: 991.98px) {
    .conversao {
        background: #068540;
    }
}
.conversao.hide {
    transform: translateY(100%);
}
.conversao .item {
    margin: 0 5px;
}
.conversao .item .btn {
    align-items: center;
    border-radius: 0;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50px;
}
@media (min-width: 992px) {
    .conversao .item .btn {
        right: 10px;
        border-radius: 50%;
        height: 60px;
        width: 60px;
    }
}
.conversao .item .btn:hover {
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .conversao .item .btn {
        height: 44px;
        margin-top: 3px;
    }
}
.conversao .item [class^="icon"] {
    font-size: 28px;
}
@media (max-width: 991.98px) {
    .conversao .item .info {
        display: none;
    }
}
@media (min-width: 992px) {
    .conversao-lateral {
        border-radius: 0 0 0 0;
        bottom: 50%;
        display: block;
        height: auto;
        right: 10px;
        width: 50px;
    }
    .conversao-lateral,
    .conversao-lateral.hide {
        transform: translateY(50%);
    }
    .conversao-lateral .item {
        margin: 10px 0 0;
    }
    .conversao-lateral .item .btn .info {
        background: #033c1d;
        border-radius: 2px;
        color: #fff;
        line-height: normal;
        opacity: 0;
        padding: 9px 15px;
        position: absolute;
        right: 62px;
        top: 10px;
        transform: translateX(10px);
        transform-origin: 100% 50%;
        transition: all 0.2s ease-in-out;
        visibility: hidden;
        white-space: nowrap;
    }
    .conversao-lateral .item .btn:hover .info {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
    .conversao-lateral .item .btn .info:after {
        backface-visibility: hidden;
        border: 6px solid transparent;
        border-right: none;
        border-left: 7px solid #033c1d;
        content: "";
        height: 0;
        position: absolute;
        right: -7px;
        top: 13px;
        vertical-align: middle;
        width: 0;
    }
    .conversao-lateral .item .btn .info:before {
        content: "";
        height: 100%;
        position: absolute;
        right: -20px;
        top: 0;
        width: 20px;
    }
}
.modal {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 20;
}
.modal.modal-show {
    opacity: 1;
    visibility: visible;
}
.modal.modal-email {
    align-items: flex-end;
}
@media (min-width: 992px) {
    .modal.modal-email {
        align-items: center;
    }
}
.modal.modal-conversao {
    align-items: flex-end;
}
@media (min-width: 992px) {
    .modal.modal-conversao {
        align-items: center;
    }
}
.modal.modal-conversao h3 {
    display: none;
}
@media (min-width: 992px) {
    .modal.modal-conversao h3 {
        display: block;
    }
}
.modal .bg {
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.modal .content {
    background: #fff;
    color: #131416;
    border-radius: 5px;
    padding: 0;
    position: relative;
    max-width: 1366px;
    width: 100%;
    z-index: 2;
}
@media (min-width: 768px) {
    .modal .content {
        padding: 50px;
    }
}
@media (min-width: 992px) {
    .modal .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.modal .content .logo {
    text-align: center;
}
@media (min-width: 992px) {
    .modal .content .logo {
        margin-right: 194px;
    }
}
.modal .content .logo img {
    display: none;
}
@media (min-width: 992px) {
    .modal .content .logo img {
        display: initial;
        width: 333.55px;
        margin-bottom: 45px;
    }
}
.modal .content h3 {
    font-size: 17px;
    color: #131416;
}
.bt-fechar {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2c2e31;
    border-radius: 5px;
    color: #2c2e31;
    cursor: pointer;
    font-size: 29px;
    height: 44px;
    line-height: 50px;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    transition: opacity 0.2s ease;
    width: 44px;
    z-index: 2;
}
@media (min-width: 992px) {
    .bt-fechar {
        width: 50px;
        height: 50px;
        top: 35px;
        right: 30px;
        font-size: 35px;
    }
}
.bt-fechar:hover {
    opacity: 1;
}
@media (min-width: 1200px) {
    .modal-video {
        padding: 0 12vw;
    }
}
.modal-video iframe {
    background: #000;
}
.tour .img {
    align-items: center;
    background: #9a9ca3;
    display: flex;
    height: 300px;
    justify-content: center;
}
.tour .img a {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    padding: 20px;
}
.tour .img a:hover {
    text-decoration: none;
}
.video {
    background: inherit;
    color: inherit;
}
.video .tit {
    color: #4e5056;
}
.video .img {
    transition: all 0.2s ease;
    z-index: 2;
}
.video .img,
.video .img .btn-play {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.video .img .btn-play {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    display: flex;
    left: 0;
    transition: background 0.2s ease-in-out;
}
.video .img .btn-play [class^="icon"] {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 48px;
    height: 80px;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    will-change: transform;
}
.video .img .btn-play:hover {
    text-decoration: none;
}
@media (min-width: 1200px) {
    .video .img .btn-play:hover {
        background: rgba(0, 0, 0, 0.4);
    }
    .video .img .btn-play:hover [class^="icon"] {
        transform: scale(1.2);
    }
}
.video .img.playing {
    opacity: 0;
    visibility: hidden;
}
.video iframe {
    background: #000;
}
footer {
    background: #131416;
    border-radius: 50px 50px 0 0;
    color: #fff;
    height: 300px;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    footer {
        height: 138px;
    }
}
footer .container {
    height: 100%;
}
footer .content {
    text-align: center;
    padding-top: 50px;
}
@media (min-width: 992px) {
    footer .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        height: 100%;
    }
}
footer .logo-varicred {
    margin-bottom: 47px;
}
@media (min-width: 992px) {
    footer .logo-varicred {
        display: flex;
        align-items: flex-end;
        margin-bottom: 0;
    }
}
footer .logo-varicred img {
    width: 226.75px;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    footer .logo-varicred img {
        margin-bottom: 0;
    }
}
footer .logo-varicred p {
    font-size: 11px;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    footer .logo-varicred p {
        position: relative;
        top: -5px;
        left: 20px;
    }
}
footer .logo-id360 img {
    width: 70px;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: grabbing;
}
.pswp__bg {
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0;
}
.pswp__img {
    width: auto;
    height: auto;
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}
.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none;
}
.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}
a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}
a.pswp__share--download:hover {
    background: #ddd;
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: 0.75;
    padding: 0 10px;
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #bbb;
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}
@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-140deg);
    }
    to {
        transform: rotate(0);
    }
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}
