a,
button,
input[type=submit],
label,
select {
    cursor: pointer
}

.invisible,
.overlay {
    visibility: hidden
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

a,
abbr,
address,
b,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
var {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 100;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0
}

input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

ol,
ul {
    list-style: none
}

article,
aside,
dialog,
figure,
footer,
header,
img,
nav,
section {
    display: block
}

address,
em {
    font-style: normal
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: italic;
}

h1 {
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
}

h5 {
    font-size: 12px;
    line-height: 20px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

strong {
    font-weight: bold;
}

.small {
    font-size: 10px;
    line-height: 20px;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

button,
input {
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
textarea,
select,
.bg_file {
    position: relative;
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    text-transform: none;
    padding: 26px 15px 15px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    cursor: text;
    border-radius: 3px;
    border: thin solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
}

input.error,
textarea.error,
select.error {
    color: #CF5448;
    border: thin solid #CF5448;
}

input.error label,
textarea.error label,
select.error label {
    color: #CF5448;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #999999 !important;
}

input::-webkit-input-placeholder {
    color: #171A27
}

input:-moz-placeholder {
    color: #171A27
}

input::-moz-placeholder {
    color: #171A27
}

input:-ms-input-placeholder {
    color: #171A27
}

textarea::-webkit-input-placeholder {
    color: #171A27
}

textarea:-moz-placeholder {
    color: #171A27
}

textarea::-moz-placeholder {
    color: #171A27
}

textarea:-ms-input-placeholder {
    color: #171A27
}

input.error::-webkit-input-placeholder {
    color: #CF5448;
}

input.error:-moz-placeholder {
    color: #CF5448;
}

input.error::-moz-placeholder {
    color: #CF5448;
}

input.error:-ms-input-placeholder {
    color: #CF5448;
}

textarea.error::-webkit-input-placeholder {
    color: #CF5448;
}

textarea.error:-moz-placeholder {
    color: #CF5448;
}

textarea.error::-moz-placeholder {
    color: #CF5448;
}

textarea.error:-ms-input-placeholder {
    color: #CF5448;
}

span.error {
    color: #CF5448;
    font-size: 16px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

span.success {
    color: #8DB632;
    font-size: 16px;
}

textarea {
    height: 110px;
    padding: 26px 15px 15px;
}

label {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.label__float {
    position: relative;
}

.label__float label {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 15px;
    background-color: #fff;
}

.inputs__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input.email {
    width: 245px;
}

input.ddd {
    width: 60px;
    margin-right: 10px;
}

input.telefone {
    width: 177px;
}

.field {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.field input {
    margin-bottom: 0;
}

.form-control-placeholder {
    position: absolute;
    top: 15px;
    left: 10px;
    transition: all 200ms;
    font-size: 16px;
    color: #006A3D;
    font-weight: 600;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 12px;
    color: #8E9894;
    top: 30px;
    transform: translate3d(0, -100%, 0);
}

select {
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    appearance: none;

    width: 180px;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

input[type='file'] {
    display: none
}

.bg_file span.file {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    width: 90px;
    height: 30px;
    background-color: #6FAB72;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
    cursor: pointer;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
}

.bg_file {
    color: #999999;
    cursor: pointer;
    padding: 6px 15px 0;
}

form {
    position: relative;
    width: 100%;
}

.btn,
input[type="submit"] {
    float: right;
    position: relative;
    display: block;
    text-align: center;
    width: 232px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 0 0;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #25180F;
    border: none;
    border-radius: 28px;
    -webkit-transition: 0.3s ease-out;
}

input[type="submit"] {
    background-color: #fff;
    color: #00708A;
    font-weight: 600;
}

input[type="submit"]:hover {
    background-color: #000;
    -webkit-transition: 0.3s ease-out;
}

.label-checkbox {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15px;
}

.label-checkbox a {
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
}

input[type="checkbox"] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    border: none;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

input[type=checkbox]:checked {
    border: none;
    background-image: url("../images/checkbox.svg");
}

input[type="radio"] {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 90px;
    background-color: #fff;
    border: thin solid #E7E8E8;
    margin-right: 10px;
    padding: 0;
}

input[type=radio]:checked {
    border: none;
    background-image: url("../images/radio-blue.svg");
}

.g-recaptcha {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body {
    font-family: "Montserrat", sans-serif;
    height: auto !important;
    background: #00708A;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-text-size-adjust: none;
    -moz-osx-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    text-size-adjust: none;
    font-smoothing: antialiased;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: background .4s ease
}

a,
button {
    -webkit-user-select: none
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 768px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

@media (min-width:1920px) {
    .container {
        width: 1140px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.middle {
    display: table-cell;
    vertical-align: middle
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #492324;
    text-align: center;
    text-decoration: none;
    background-color: #F2F2F2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #F2F2F2;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

/* TABS */
.nav {
    list-style: none;
}

.nav>li>a {
    display: block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav>li>a>img {
    max-width: none;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li+.nav-header {
    margin-top: 9px;
}

.nav-tabs,
.nav-pills {
    *zoom: 1;
    position: relative;
    z-index: 2;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs>li,
.nav-pills>li {
    float: left;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 14px;
}

.nav-tabs {
    width: 100%;
}

.nav-tabs>li {
    position: relative;
    width: 25%;
    height: 180px;
}

.nav-tabs>li>a {
    position: relative;
    line-height: 40px;
    height: 150px;
    padding: 35px 0 0 60px;
    border-right: thin solid #fff;
}

.nav-tabs>li:last-child>a {
    border: none;
}

.nav-tabs>li.active>a {
    padding: 65px 0 0;
    border: none;
}

.nav-tabs>li>a:hover {
    padding: 65px 0 0 60px;
}

.nav-tabs>li.active a.icon2:before,
.nav-tabs>li.active a.icon3:before,
.nav-tabs>li.active a.icon4:before {
    width: 270px;
    left: 0;
}

.nav-tabs>li.active:hover>a {
    padding: 65px 0 0 0;
}

.nav-tabs>li.active a.icon2,
.nav-tabs>li.active a.icon3,
.nav-tabs>li.active a.icon4,
.nav-tabs>li.active:hover>a.icon2,
.nav-tabs>li.active:hover>a.icon3,
.nav-tabs>li.active:hover>a.icon4 {
    padding: 65px 0 0 60px;
}

.nav-tabs>li>a:before {
    opacity: 0;
}

.nav-tabs>li.active>a:before,
.nav-tabs>li>a:hover:before {
    opacity: 1;
    content: "";
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -60px;
    width: 300px;
    height: 180px;
    background-image: url(../images/bg-title.svg);
    -webkit-transition: 0.3s ease-out;
}

.nav-tabs>li>a:hover:before {
    left: 0;
    width: 265px;
}

.nav-tabs>li>a.icon2:hover:before {
    left: -1px;
    width: 270px;
}

.nav-tabs>li.active>a.icon1:hover:before {
    left: -60px;
    width: 300px;
}

.nav-tabs>li>a.icon1 p {
    background-image: url(../images/icon1-white.svg);
    background-repeat: no-repeat;
}

.nav-tabs>li>a.icon2 p {
    background-image: url(../images/icon2-white.svg);
    background-repeat: no-repeat;
}

.nav-tabs>li>a.icon3 p {
    background-image: url(../images/icon3-white.svg);
    background-repeat: no-repeat;
}

.nav-tabs>li>a.icon4 p {
    background-image: url(../images/icon4-white.svg);
    background-repeat: no-repeat;
}

.nav-tabs>li.active>a.icon1 p,
.nav-tabs>li>a.active.icon1:hover p {
    background-image: url(../images/icon1.svg);
}

.nav-tabs>li.active>a.icon2 p,
.nav-tabs>li>a.icon2:hover p {
    background-image: url(../images/icon2.svg);
}

.nav-tabs>li.active>a.icon3 p,
.nav-tabs>li>a.icon3:hover p {
    background-image: url(../images/icon3.svg);
}

.nav-tabs>li.active>a.icon4 p,
.nav-tabs>li>a.icon4:hover p {
    background-image: url(../images/icon4.svg);
}

.nav-tabs>li>a p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 65px;
}

.nav-tabs>li.active>a p,
.nav-tabs>li>a:hover p {
    color: #231F20;
    font-weight: bold;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.nav>.disabled>a {
    color: #999999;
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

.tab-content {
    padding-top: 60px;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 15px;
    z-index: 1000;
    display: none;
    float: left;
    width: 260px;
    height: 120px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu.inner {
    padding: 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    width: 30px;
    height: 31px;
    display: block;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 100%;
    background-repeat: no-repeat;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
}

.dropdown-menu span {
    font-weight: 500;
}

.dropdown-menu .glyphicon {
    width: 20px;
    height: 21px;
    margin-right: 10px;
}

.glyphicon-1 {
    background-image: url(../images/icon1.svg);
}

.glyphicon-2 {
    background-image: url(../images/icon2.svg);
}

.glyphicon-3 {
    background-image: url(../images/icon3.svg);
}

.glyphicon-4 {
    background-image: url(../images/icon4.svg);
}

.bootstrap-select {
    width: 260px;
    margin: 0 auto;
}

.bootstrap-select button {
    position: relative;
    width: 100%;
    height: 100px;
    background-image: url(../images/bg-title-mobile.svg);
    background-repeat: no-repeat;
}

.bootstrap-select button:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 20px;
    width: 41px;
    height: 74px;
    background-image: url(../images/select-tab.svg);
    background-repeat: no-repeat;
}

.filter-option {
    text-align: left;
    width: 150px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 27px;
    padding-left: 25px;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none
}

.collapse.show,
.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    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: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item.center {
    opacity: 1;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    text-indent: -1000000px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    text-indent: 0;
}

.owl-carousel .owl-nav {}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    width: 30px;
    height: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: -380px;
    background-image: url("../images/previous.svg");
}

.owl-carousel .owl-nav .owl-next {
    margin-left: 350px;
    background-image: url("../images/next.svg");
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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;
}

.owl-theme .owl-dots {
    position: relative;
    z-index: 10;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background: #fff;
    border: none;
    border-radius: 10px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
    background: #C9A478;
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    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;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
    display: table;
    margin: 0 auto;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-control.left {
    left: -60px;
    background-image: url(../images/prev-white.svg);
}

.carousel-control.right {
    right: -60px;
    left: auto;
    background-image: url(../images/next-white.svg);
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

@media (max-width: 425px) {
    .carousel-control.left {
        left: -40px;
    }

    .carousel-control.right {
        right: -40px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    /*transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);*/
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.modal-close {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    background-image: url(../images/close-brown.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 769px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog.modal-video {
        max-width: 800px;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (max-width: 768px) {
    .modal-dialog.modal-video {
        max-width: auto;
    }

    .modal-dialog.modal-video iframe {
        width: 100%;
        height: 170px;
    }

    .modal-close {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 640px) {
    .modal-dialog.modal-lg {
        max-width: auto;
    }
}

@media (max-width: 425px) {
    .modal-dialog.modal-video iframe {
        width: 100%;
        height: 230px;
    }
}

@media only screen and (max-width:2000px) {
    .container {
        width: 1140px
    }
}

@media only screen and (max-width:1620px) {
    .container {
        width: 1140px
    }
}

@media only screen and (max-width:1292px) {
    .container {
        width: 1140px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 768px
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%
    }
}

.desktop_version {
    display: block;
}

.mobile_version,
.mobile_version2,
.mobile_version3,
.mobile_version4 {
    display: none !important;
}

.tablet_version3 {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-center .btn {
    margin: 0 auto 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.justify-content-center {
    justify-content: center !important;
}

.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

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

.w-100 {
    width: 100%;
}

.w-max {
    max-width: 100%;
}

.img-cut {
    width: 100%;
    overflow: hidden;
}

.img-cut img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
}

.d-block {
    display: none !important;
}




#home {
    position: relative;
    height: auto;
    /* overflow: hidden;
    background-image: url(../images/bg-home.jpg); */
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

#home img {
    max-width: 100%;
    height: auto;
}

/* #home:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background: rgb(37,24,15);
    background: linear-gradient(180deg, rgba(37,24,15,0) 0%, rgba(37,24,15,1) 85%);
} */
.home__content {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    padding-bottom: 140px;
}

.home__content h3 {
    color: #FFFFFF;
    font-size: 64px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 45px;
    background-image: url(../images/line-bullets-horizontal.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 20px;
}

.home__content h3 span {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
}

.home__content h4 {
    color: #CAA579;
    font-size: 36px;
    line-height: 30px;

    font-weight: bold;
    margin-bottom: 15px;
}

.home__content p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;

    text-transform: uppercase;
    font-weight: 300;
}

.home__content p span {
    color: #CAA579;
}

#contact-fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 80px;
    overflow: hidden;
    bottom: 0;
    background: rgb(237 237 237 / 76%);
    animation: up 1s ease-out;
}

@keyframes up {
    0% {
        bottom: -80px;
    }

    100% {
        bottom: 0;
    }
}

#contact-fixed .container {
    position: relative;
}

.contact-fixed__content {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.contact-fixed__logo {
    margin-right: 70px;
}

.contact-fixed__contact ul,
.contact-fixed__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-fixed__contact ul {
    background-image: url(../images/line-bullets.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.contact-fixed__contact li a {
    display: flex;
    align-items: center;
    width: 175px;
    margin-right: 70px;
}

.contact-fixed__contact li:last-child a {
    margin-right: 0;
}

.contact-fixed__contact .contact__img {
    width: 40px;
    height: 40px;
    background-color: #00708A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact__name h2 {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.contact__name p {
    color: #00708A;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-fixed__hour {
    text-align: right;
}

.contact-fixed__hour h3 {
    color: #CAA579;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-fixed__hour p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
}

.contact-fixed__hour p.hour {
    display: none;
}

.contact-fixed__contact li:first-child {
    height: 60px;
}

.contact-fixed__contact li a.active {
    width: 205px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}

.contact-fixed__contact li a.active .contact__name h2 {
    color: #000;
}

.contact-fixed__contact li a.active .contact__name p {
    color: #00708A;
}

.contact-fixed__contact li a.active .contact__img {
    background-color: #00708A;
}







#incc {
    margin: 65px 0;
    background-color: #CAA579;
}

#incc .conteudo {
    padding: 45px 0;
}

#incc .conteudo h2 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

#incc .conteudo h2 span {
    font-weight: bold;
}

#incc .conteudo h3 {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    border-top: 1px #000 dotted;
    margin-top: 45px;
    padding-top: 45px;
    clear: both;
}

#incc .conteudo p {
    margin-top: 15px;
    font-weight: 300;
}

#incc .conteudo ul {
    width: 100%;
    font-size: 14px;
    display: flex;
    text-align: center;
}

#incc .conteudo ul:nth-child(2n+1) {
    background-color: #D5B695;
}

#incc .conteudo ul.titulo {
    margin-top: 45px;
    border-bottom: 1px solid #000;
}

#incc .conteudo ul:last-of-type {
    border-bottom: none;
}

#incc .conteudo ul.titulo li {
    font-weight: bold;
}

#incc .conteudo ul li {
    width: 20%;
    float: left;
    padding: 5px;
    font-weight: 300;
}

#incc .conteudo .fonte {
    font-size: 12px;
}

#incc .conteudo .vigencia {
    margin-top: 45px;
    font-size: 12px;
}




a.talk {
    position: fixed;
    top: 65px;
    left: 50%;
    margin-left: 385px;
    z-index: 10;
    width: 180px;
    height: 180px;
    background-image: url(../images/SEM-CORRECAO-DE-INCC.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

a.talk p {
    font-size: 11px;
    line-height: 14px;
    color: #25180F;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
}

span.rotating {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 97px;
    height: 97px;
    margin: -48.5px 0 0 -48.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/fale-com-nossos-corretores.svg);
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 8s linear infinite;
}

a.talk img {
    display: table;
    margin: 24px auto 10px;
}

.modal#contact__form {
    background-color: #00708A;
}

.modal#contact__form .modal-dialog {
    max-width: 1100px;
}

.contact__form__content {
    display: flex;
    justify-content: center;
}

.contact__formulario {
    width: 505px;
}

.contact__form__content img {
    margin-bottom: 21px;
}

.contact__form__content h2 {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact__content {
    width: 350px;
    margin-right: 125px;
}

.contact__content a {
    color: #C9A478;
}

.contact__form__content h3 {
    color: #C9A478;
    font-size: 45px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 12px;
}

.contact__form__content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact__form__content p {
    color: #C9A478;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 50px;
}

.contact__form__content .btn {
    color: #fff;
    height: 55px;
    border-radius: 3px;
    padding: 15px 0 0 0;
}

.contact__form__content .btn:hover {
    background-color: #A78358;
}

.contact__content__chat {
    margin-top: 117px;
}

.contact__form__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 18px;
    width: 1px;
    height: 447px;
    background-image: url(../images/line-bullets.svg);
}

.modal#contact__form .modal-close {
    position: absolute;
    z-index: 10;
    top: 65px;
    right: 102px;
    width: 25px;
    height: 25px;
}

.modal#contact__form .modal-close img {
    margin-bottom: 10px;
}

.modal#contact__form .modal-close p {
    font-size: 11px;
    line-height: 14px;
    color: #25180F;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
}

#banner-box {
    width: 100vw;
    height: auto;
    background: #25180f;
    animation: banner-in 1.5s ease-out forwards;
}

@keyframes banner-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#content {
    width: 1110px;
    margin: 0 auto;
}

#rings {
    width: 34vw;
    height: 34vw;
    min-width: 490px;
    min-height: 490px;
    max-width: 490px;
    max-height: 490px;
    top: 34%;
    transform: translate(0, -34%);
    position: absolute;
}

#rings img {
    width: inherit;
}

#rings svg,
#rings div {
    position: absolute;
}

#ring-1,
#ring-2,
#ring-3,
#ring-4,
#ring-5,
#ring-6,
#ring-7 {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(35deg, #413123 15%, #ecc28e 85%);
}

#ring-1 {
    clip-path: url(#mask-ring-1);
    animation: ring-in 1s ease-out 1s forwards;
}

#ring-2 {
    clip-path: url(#mask-ring-2);
    animation: ring-in 1s ease-out 1.25s forwards;
}

#ring-3 {
    clip-path: url(#mask-ring-3);
    animation: ring-in 1s ease-out 1.5s forwards;
}

#ring-4 {
    clip-path: url(#mask-ring-4);
    animation: ring-in 1s ease-out 1.75s forwards;
}

#ring-5 {
    clip-path: url(#mask-ring-5);
    animation: ring-in 1s ease-out 2s forwards;
}

#ring-6 {
    clip-path: url(#mask-ring-6);
    animation: ring-in 1s ease-out 2.25s forwards;
}

#ring-7 {
    clip-path: url(#mask-ring-7);
    animation: ring-in 1s ease-out 2.5s forwards;
}

@keyframes ring-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#rings #ring-logo {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: logo-in .5s ease-out 3s forwards;
}

@keyframes logo-in {
    0% {
        transform: scale(3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



main {
    overflow: hidden;
}

nav.menu_principal {
    position: relative;
    padding-bottom: 85px;
    margin-top: 50px;
}

nav.menu_principal .menu_principal__list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.menu_principal ul li {
    list-style: none;
    position: relative;
}

nav.menu_principal ul li a {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    font-weight: 200;

    text-transform: uppercase;
    padding: 0 20px;
}

nav.menu_principal ul li a:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 3px;
    height: 3px;
    background-color: #ECC28E;
    -webkit-transition: 0.3s ease-out;
}

nav.menu_principal ul li:last-child a:before {
    display: none;
}

nav.menu_principal ul li a:hover,
nav.menu_principal ul li a.active {
    color: #ECC28E;
}

#map-content:before,
#quem-somos:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: 490px;
    width: 460px;
    height: 373px;
    background-image: url(../images/simbolo1.svg);
}

.menu_principal:before {
    content: "";
    position: absolute;
    top: 345px;
    left: 50%;
    margin-left: 0;
    width: 506px;
    height: 460px;
    background-image: url(../images/simbolo.svg);
    z-index: 1;
    background-size: cover;
    transform: translateX(-50%);
}

#empreendimento,
#areas,
#privilegio {
    position: relative;
    overflow: hidden;
}

.pos__right {
    padding-left: 118px;
    margin-bottom: 55px;
}

.pos__right:before,
.imagens__title:before,
.plantas__title:before,
.map-title__content:before,
.quem-somos__title:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    margin-left: -205px;
    width: 2px;
    height: 290px;
    background-image: url(../images/line-bullets.svg);
}

.imagens__title:before {
    height: 230px;
}

.quem-somos__title:before {
    height: 250px;
}


#map-title:before,
#quem-somos:after {
    content: "";
    position: absolute;
    top: 700px;
    left: 50%;
    margin-left: -1045px;
    margin-top: -5px;
    width: 478px;
    height: 399px;
    background-image: url(../images/simbolo.svg);
    background-size: 100%;
}

.pos__right__title h1 {
    color: #fff;
    font-size: 38px;
    line-height: 42px;

}

.pos__right__title span {
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
}

.video__photo {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.photo {
    position: relative;
    width: 705px;
    margin-top: -223px;
}

.photo__img:before,
.quem-somos-content__img:before {
    content: "";
    opacity: 0.3;
    position: absolute;
    z-index: 2;
    width: 705px;
    height: 800px;
    top: 0;
    left: 0;
    background: rgb(37, 24, 15);
    background: radial-gradient(circle, rgba(37, 24, 15, 0) 0%, rgba(37, 24, 15, 1) 100%);
}

.photo .legend {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.video {
    width: 705px;
    position: relative;
}

.video p {
    color: #fff;
    padding: 30px;
    font-weight: 200;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    width: 120px;
    height: 120px;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-out;
}

.video a:hover .play {
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-out;
}

.photo img {
    margin-bottom: 60px;
}

.photo__content {
    position: relative;
    width: 350px;
}

.photo__content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.photo__content span {
    color: #C9A478;
    font-weight: 500;
}

.photo__content img {
    float: right;
}

.empreendimento__items {
    max-width: 730px;
    margin: 65px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#empreendimento:before {
    z-index: 2;
}

.empreendimento__items li {
    width: 30%;
    margin: 0 11px 65px;
}

.empreendimento__items li img {

    margin: 0 auto 20px;
}

.empreendimento__items li p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

p.obs {
    text-align: center;
    color: #CAA579;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.empreendimento__recreation {
    padding-top: 65px;
    border-top: 1px solid #CAA579;
}

.empreendimento__recreation h3 {
    color: #CAA579;
    font-size: 30px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
}

.diferenciais {
    padding: 80px 0 0px;
    background-color: #06424D;
    position: relative;
    overflow: hidden;
}

.diferenciais:before {
    content: '';
    background: url(../images/bg-diferenciais.svg);
    width: 835px;
    height: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-38%);
    opacity: .2;
}
.diferenciais p {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.parceria {
    padding: 50px 0;
    text-align: center;
    background: #eee;
}
.parceria .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.parceria h3 {
    max-width: 800px;
    margin: 0 auto;
}

#imagens {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
}

.imagens__title {
    position: relative;
    text-align: right;
    margin-bottom: 55px;
    padding-right: 190px;
}

.imagens__title:before {
    margin-left: 490px;
}

.imagens__title h1 {
    color: #fff;
    font-size: 34px;
    line-height: 42px;

    font-weight: 400;
}

.imagens__title span {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    line-height: 42px;
}

.imagens__content {
    padding: 30px 60px;
    text-align: center;
}

.imagens__content h2 {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

#imagens .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.owl-carousel1 .owl-item .imagens__img {
    position: relative;
}

.owl-carousel1 .owl-item .imagens__img:before {
    width: 100%;
    height: 100%;
}

.owl-carousel1 {
    height: 0;
    overflow: hidden;
}

.owl-carousel1.active {
    height: 585px;
}

.owl-carousel2 {
    height: 0;
    overflow: hidden;
}

.owl-carousel2.active {
    height: 585px;
}

.owl-carousel2.owl-theme .owl-dots {
    bottom: 10px;
}

#plantas {
    position: relative;
    overflow: hidden;
    padding: 80px 0 80px;
}

.plantas__title {
    padding-left: 190px;
    margin-bottom: 55px;
}

.plantas__title h2 {
    color: #fff;
    font-size: 34px;
    line-height: 42px;

}

.plantas__title span {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
}

.plantas__title:before {
    margin-left: -490px;
}

.plantas__img__content {
    margin-bottom: 45px;
    text-align: center;
}

.plantas__img__content h3 {
    color: #CAA579;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.plantas__img__content p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.plantas__img img {
    margin-bottom: 20px;
}

.img_producto_container {
    width: 800px;
    height: 613px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}

.plantas__title__buttons {
    display: flex;
    margin-top: 35px;
}

.plantas__title__buttons a {
    width: 230px;
    height: 40px;
    background-color: rgba(201, 164, 120, 0.1);
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 7px;
    margin-right: 20px;
}

.plantas__title__buttons a.active,
.plantas__title__buttons a:hover {
    background-color: rgba(201, 164, 120, 1);
}

.tour__title a {
    display: block;
    width: 730px;
    height: 40px;
    background-color: rgba(201, 164, 120, 1);
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 7px;
    margin: 45px auto 0;
}

#map-title {
    position: relative;
    padding-top: 105px;
    background-color: #fff;
}

#map-title:before {
    top: 0;
    margin-left: 300px;
    z-index: 2;
    display: none;
}

.map-title__content {
    position: relative;
    margin-bottom: 55px;
}

.map-title__content h2 {
    text-align: left;
    color: #00708A;
    font-size: 34px;
    line-height: 42px;
    padding-right: 40px;
}

.map-title__content h2 span {
    color: #fff;
    font-weight: 400;
}

.map-title__content:before {
    margin-left: -490px;
}

#localizacao {
    position: relative;
    height: 680px;
    overflow: hidden;
    background-color: #fff;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.parallax img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#map-content {
    position: relative;
    background-color: #fff;
}

#map-content:before {
    z-index: 2;
    top: -230px;
    margin-left: -758px;
}

.map-content__content {
    margin-top: 70px;
}

.map-content__content p {
    color: #c39561;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.map-content__content ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.map-content__content ul li {
    width: 200px;
    position: relative;
    margin: 0 11px 45px;
    text-align: center;
    text-align: center;
}

.map-content__content ul li img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}

.map-content__content ul li h2 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 22px;
}

.map-content__content ul li p {
    color: #CAA579;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.map-content__map {
    border-top: 2px solid #CAA579;
    margin-top: 65px;
    padding-top: 65px;
}

.map-content__map h3 {
    text-align: center;
    color: #CAA579;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.map-content__map__address {
    display: table;
    margin: 0 auto;
    width: 730px;
}

.map-content__map__address iframe {
    margin-bottom: 20px;
}

.map-content__map__address h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.map-content__map__address span {
    display: block;
    color: #CAA579;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;

}

#sobre-mf7 {
    background-color: #fff;
    padding: 80px 0;
    text-align: center;
}

#sobre-mf7 h2 {
    color: #00708A;
    font-size: 34px;
    line-height: 42px;

    margin-bottom: 30px;
}

#sobre-mf7 p {
    color: #000;
    font-weight: 500;
}

#quem-somos {
    position: relative;
    padding: 220px 0 190px;
}

#quem-somos:after {
    z-index: 3;
    top: 50%;
}

.quem-somos__title {
    padding-left: 190px;
    margin-bottom: 55px;
}

.quem-somos__title h1 {
    color: #fff;
    font-size: 34px;
    line-height: 42px;

    text-transform: uppercase;
}

.quem-somos__title span {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
}

.quem-somos__title:before {
    margin-left: -490px;
}

.quem-somos-content {
    display: flex;
    justify-content: flex-start;
    width: 1440px;
    margin: 0 auto;
}

.quem-somos-content__img {
    position: relative;
    width: 705px;
    margin-right: 30px;
}

.quem-somos-content__img:before {
    width: 100%;
    height: 100%;
}

.quem-somos-content__content {
    width: 350px;
}

.quem-somos-content__content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.quem-somos-content__content span {
    color: #BD9A71;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.success__page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #06424D;
}

.success__page #rings {
    margin-right: 100px;
    width: 474px;
    height: 474px;
    min-width: 474px;
    min-height: 474px;
    max-width: 474px;
    max-height: 474px;
    top: 0;
    transform: translate(0);
    position: relative;
}

.success__content {
    width: 480px;
    height: 474px;
    padding-left: 100px;
    background-image: url(../images/line-bullets.svg);
    background-repeat: repeat-y;
    background-position: top left;
}

.success__content img {
    margin-bottom: 45px;
}

.success__content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 53px;
    font-weight: bold;
    margin-bottom: 45px;
}

.success__content h3 {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 45px;
}

.success__content .btn {
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    padding-top: 15px;
    background-color: #CAA579;
}

.success__content .btn:hover {
    background-color: #A78154
}

#pessoas {
    padding: 80px 0;
    background-color: #06424D;
}

#pessoas p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

#pessoas .grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

#pessoas h2 {
    color: #CAA579;
}

#pessoas h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.sec-ficha {
    padding: 0;
}

.sec-ficha .bg-ficha {
    padding: 5rem 0;
}

.sec-ficha .bg-ficha .row {
    margin: 0;
}

.sec-ficha .bg-ficha h2 {
    font-size: 40px;
    color: #FFF;
    margin: 0;
    text-align: center;

    margin-bottom: 30px;
}

.sec-ficha .bg-ficha .itens {
    padding: 15px;
}

.sec-ficha .bg-ficha .itens div {
    display: inline-block;
    width: 49.5%;
}

.sec-ficha .bg-ficha .itens p {
    margin-bottom: 0;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
}

.sec-ficha .bg-ficha .itens .left {
    text-align: end;
    padding-right: 55px;
    text-transform: uppercase;
}

.sec-ficha .bg-ficha .itens .left strong {
    color: #fff;
}

.sec-ficha .bg-corretor {
    background-color: #83945a;
    padding: 5rem 0;
}

.sec-ficha .bg-corretor .row {
    margin: 0;
}

.sec-ficha .bg-corretor h2 {
    font-size: 40px;
    color: #FFF;
    margin: 0;
    text-align: center;

}

.sec-ficha .bg-corretor .mgt {
    padding: 40px 0;
}

.sec-ficha .bg-corretor .logo-branco {
    padding-right: 30px;
}

.sec-ficha .bg-corretor .logo-branco div {
    display: inline-block;
    vertical-align: top;
}

.sec-ficha .bg-corretor .logo-branco .title {
    padding-left: 3rem;
}

.sec-ficha .bg-corretor .logo-branco .title h2 {
    font-size: 30px;
    color: #FFF;
    font-weight: 100;
    margin: 0;
}

.sec-ficha .bg-corretor .logo-branco .title p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.sec-ficha .bg-corretor .logo-branco .title p.bairro {
    margin-top: 10px;
    color: #FFF;
}

.sec-ficha .bg-corretor .logo-branco .title p.apto {
    font-size: 28px;
    color: #FFF;
    margin: 0;
    line-height: 24px;
}

.sec-ficha .bg-corretor .logo-branco .title p.detalhe {
    font-size: 16px;
    color: #FFF;
    margin: 15px 0;
    max-width: 350px;
}

.sec-ficha .bg-corretor .logo-branco .title:after {
    content: '';
    width: 2px;
    height: 180px;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 30px;
}

.sec-ficha .bg-corretor .box-green {
    padding: 2rem 1rem;
}

.sec-ficha .bg-corretor .box-green p {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;

    margin: 0;
    text-align: center;
}

.sec-ficha .bg-corretor .box-green a.btn {
    width: 100%;
    background: #FFF;
    padding: 10px 5px;
    color: #244140;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 22px;
    text-decoration: none;
    border-radius: 25px;

}

.sec-ficha .bg-corretor .box-green a.btn:hover {
    text-decoration: none;
}

footer {
    position: relative;
    text-align: center;
    padding-bottom: 170px;
    padding-top: 80px;
}

.footer__logos ul {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer__logos ul:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    width: 1px;
    height: 80px;
    background-image: url(../images/line-white.svg);
    background-repeat: no-repeat;
}

.footer__logos ul li {
    width: 50%;
    padding: 0 50px;
}

.footer__logos ul li img {
    display: table;
    margin: 0 auto;
}

.footer__logos ul li:last-child img {
    padding-right: 0;
    border-right: none;
}

.footer__logos ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 40px;
}

.footer__content p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 65px;
}

.footer__content p strong {
    color: #fff;
}

.footer__logos div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}


.by {
    display: table;
    margin: 0 auto;
}

.by div.logos-footer {
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.by div.logos-footer a {
    margin: 0 15px;
}

.caju {
    float: left;
    width: 20px;
    overflow: hidden;
}

.caju .icon {
    width: 72px;
    position: relative;
    left: 0;
    fill: #96acb6;
}

.caju:hover {
    width: 72px;
}

.desktop-version {
    display: block !important;
}

.tablet-version {
    display: none !important;
}

.mobile-version {
    display: none !important;
}

.video-content {
    padding: 50px 0;
}

.video-content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.success__page #rings img {
    max-width: 100%;
}

.video-file {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.video-file iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1439px) {

    .video__photo,
    .quem-somos-content {
        width: 100%;
    }

    .photo,
    .video {
        width: 665px;
    }
}

@media (max-width:1280px) {

    .photo,
    .video {
        width: 625px;
    }
}

@media (max-width:1199px) {
    .desktop-version {
        display: none !important;
    }

    .tablet-version {
        display: block !important;
    }


    .contact__name,
    .contact-fixed__hour h3,
    .contact-fixed__hour p,
    nav.menu_principal,
    .contact__form__content:before {
        display: none;
    }

    .contact-fixed__content {
        padding: 20px 45px;
        justify-content: space-between;
    }

    .contact-fixed__contact li:first-child {
        height: 40px;
    }

    .contact-fixed__logo {
        margin-right: 0;
    }

    #rings {
        transform: none;
        top: -51px;
        left: -51px;
    }

    .home__content {
        padding-bottom: 140px;
        padding-right: 45px;
    }




    #incc .conteudo {
        padding: 45px 20px;
    }

    #incc .conteudo h2 {
        font-size: 21px;
        line-height: 29px;
    }

    #incc .conteudo h3 {
        font-size: 18px;
    }

    #incc .conteudo h3:nth-child(n + 2) {
        margin-top: 45px;
        padding-top: 45px;
    }

    #incc .conteudo p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 24px;
    }

    #incc .conteudo ul {
        font-size: 13px;
    }

    #incc .conteudo .fonte {
        font-size: 11px;
    }

    #incc .conteudo .vigencia {
        font-size: 11px;
    }

    a.talk {
        left: auto;
        margin-left: auto;
        right: 0%;
        margin-right: 65px;
        width: 150px;
        height: 150px;
    }

    .contact-fixed__hour p {
        font-weight: 300;
        font-size: 12px;
    }

    .contact-fixed__contact ul {
        background-image: none;
    }

    .contact-fixed__hour p.hour {
        text-align: right;
        display: block;
        background-image: url(../images/timer.svg);
        background-repeat: no-repeat;
        background-position: top right;
        padding-top: 24px;
    }

    .contact-fixed__contact ul {
        border-right: none;
        margin-right: 0;
    }

    .contact-fixed__contact .contact__img {
        margin: 0;
    }

    .contact-fixed__contact li a {
        margin: 0 7.5px;
        width: 40px;
    }

    .contact-fixed__contact li a.active {
        width: 40px;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
    }

    /* .contact-fixed__contact li a.active .contact__img {
        background-color: #fff;
    } */

    .pos__right {
        padding-left: 130px;
        margin-top: 65px;
        margin-bottom: 45px;
    }

    .pos__right:before {
        margin-left: -325px;
    }

    .video__photo,
    .quem-somos-content {
        display: block;
    }

    .photo {
        margin-top: 0;
    }

    #empreendimento:before,
    #map-title:before,
    #quem-somos:before {
        width: 530px;
        height: 530px;
        margin-left: 120px;
        margin-top: 0;
        top: 0;
    }

    .photo,
    .video,
    .photo__img:before,
    .owl-carousel1 .owl-item:before,
    .quem-somos-content__img:before {
        width: 100%;
    }

    .photo__img:before,
    .owl-carousel1 .owl-item:before,
    .quem-somos-content__img:before {
        height: 100%;
    }

    .photo {
        position: relative;
        z-index: 4;
    }

    .photo__img img {
        width: 100%;
        margin-bottom: 40px;
    }

    .photo .legend {
        top: inherit;
        bottom: 30px;
        padding-left: 113px;
    }

    .photo__img {
        position: relative;
    }

    .photo__content {
        width: 480px;
        margin: 0 auto;
    }

    .empreendimento__items {
        width: 480px;
        margin: 45px auto 0;
    }

    .empreendimento__items li {
        width: 160px;
        margin: 0 0px 45px;
    }

    .video img {
        width: 100%;
        margin-top: 45px;
    }

    .empreendimento__recreation {
        margin-top: 0;
        padding-top: 45px;
        border-top: none;
    }

    .empreendimento__recreation h3 {
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .imagens__title,
    .plantas__title,
    .map-title__content h2,
    .quem-somos__title {
        text-align: left;
        margin-bottom: 45px;
        padding-right: 0;
        padding-left: 130px;
    }

    .imagens__title:before,
    .plantas__title:before,
    .map-title__content:before,
    .quem-somos__title:before {
        margin-left: -325px;
    }

    .owl-carousel1 img,
    .imagens__img {
        margin: 0 auto;
        width: 480px;
    }

    .imagens__content {
        position: relative;
        height: auto;
        text-align: center;
        padding: 20px 0;
        display: block;
        background: transparent;
    }

    .owl-theme .owl-dots {
        bottom: 0;
    }

    #imagens {
        padding: 90px 0;
    }

    .owl-carousel1 {
        height: 0;
        overflow: hidden;
    }

    .owl-carousel1.active {
        height: 475px;
    }

    .owl-carousel2 {
        height: 0;
        overflow: hidden;
    }

    .owl-carousel2.active {
        height: 475px;
    }

    .owl-carousel2.owl-theme .owl-dots {
        bottom: 20px;
    }

    .tour__title a {
        width: 480px;
    }

    #quem-somos {
        padding: 90px 0;
    }

    #plantas {
        padding-bottom: 0;
        margin-top: 105px;
        padding: 0;
    }

    #plantas img {
        width: 480px;
        margin: 0 auto 20px;
    }

    #map-title:before,
    .quem-somos__title h2 br,
    #localizacao,
    #quem-somos:before,
    #quem-somos:after,
    #map-content:before {
        display: none;
    }

    .map-title__content {
        width: 480px;
    }

    .map-title__content h2 {
        padding-left: 0;
    }

    .map-content__content {
        width: 480px;
        margin: 0 auto;
    }

    .map-content__content ul li {
        margin: 0 40px 45px;
    }

    .map-content__content ul li:nth-child(even) {
        margin: 0 40px 45px;
    }

    .map-content__map {
        width: 100%;
        margin-top: 45px;
        padding-top: 45px;
        margin-left: 195px;
        margin-right: 195px;
    }

    .map-content__map__address {
        width: 100%;
    }

    .map-content__map__content {
        width: 480px;
        margin: 0 auto;
    }

    .map-content__map__content iframe {
        height: 320px;
    }

    .quem-somos-content__img,
    .quem-somos-content__content {
        width: 480px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 45px;
    }

    .footer__logos {
        margin: 0 45px;
    }

    .footer__logos ul li {
        padding: 0;
    }

    footer {
        padding-bottom: 110px;
    }

    .footer__logos ul li p {
        font-size: 12px;
    }

    .footer__logos ul:before {
        height: 56px;
    }

    .footer__logos ul li img {
        width: 120px;
    }

    .footer__content {
        margin: 0 45px;
    }

    .footer__content p {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 30px;
        padding: 0;
    }

    .contact__content {
        display: none;
    }

    .contact__formulario {
        display: table;
        margin: 0 auto;
    }

    .success__page #rings {
        margin-right: 0;
    }
}

@media (max-width:1024px) {

    /* #home {
        background-image: url(../images/bg-home-mobile.jpg);
    } */
    .modal-close {
        top: 20px;
        right: 20px;
    }

    .success__content {
        width: 420px;
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    .img_producto_container {
        width: 650px;
        height: 450px;
    }

    .modal-dialog.modal-video {
        max-width: 650px;
        margin: 0 auto;
    }

    .success__page {
        display: block;
        height: 100%;
    }

    .success__page #rings {
        top: 30px;
    }

    .success__content {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {

    body,
    html {
        min-height: 100% !important;
        height: 100% !important;
    }

    .tablet-version {
        display: none !important;
    }

    .mobile-version {
        display: block !important;
    }

    .modal-dialog.modal-video {
        max-width: auto;
        margin: 0 auto;
    }

    .contact__formulario {
        width: 100%;
    }

    .modal#contact__form .modal-close {
        top: 30px;
        right: 30px;
        background-size: 18px;
    }

    .modal#contact__form .modal-close p {
        display: none;
    }

    .modal#contact__form .modal-close img {
        margin-bottom: 0;
    }

    .inputs__flex {
        display: block;
    }

    .inputs__flex .inputs__flex {
        display: flex;
    }

    input.email,
    input.ddd,
    input.telefone {
        width: 100%;
    }

    .inputs__flex .inputs__flex .label__float {
        width: 30%;
    }

    .inputs__flex .inputs__flex .label__float:last-child {
        width: 65%;
    }

    .btn,
    input[type="submit"] {
        width: 150px;
        height: 40px;
        padding: 0;
        font-size: 14px;
    }

    .tablet-version.mobile-version {
        display: block !important;
    }

    .contact-fixed__content {
        padding: 15px 20px;
    }

    #contact-fixed {
        height: 80px;
    }

    .contact-fixed__hour p.hour {
        display: none;
    }

    .contact-fixed__logo img {
        width: 90px;
    }

    .contact-fixed__contact li a {
        margin: 0 5px;
        width: 40px;
    }

    #rings {
        width: 320px;
        height: 320px;
        top: -51px;
        left: -51px;
        min-width: 320px;
        min-height: 320px;
        max-width: 320px;
        max-height: 320px;
    }

    /* #home {
        height: 100vh;
    } */
    #pessoas .grid {
        display: block;
    }

    #pessoas .grid img {
        margin-bottom: 20px;
    }

    #banner-box {
        width: 100vw;
        height: 100vh;
    }

    .home__content {
        height: 100vh;
        padding-bottom: 220px;
        padding-right: 20px;
    }

    .home__content h3 {
        font-size: 40px;
        padding-left: 45px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-image: url(../images/line-bullets-horizontal-mobile.svg);
        background-repeat: no-repeat;
    }

    .home__content h3 span {
        font-size: 24px;
    }

    .home__content h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .home__content p {
        font-size: 16px;
        line-height: 25px;
    }

    .pos__right__title h1,
    .pos__right__title span,
    .imagens__title h1,
    .imagens__title h1 span,
    .plantas__title h1,
    .plantas__title h1 span,
    .map-title__content h2,
    .quem-somos__title h1,
    .quem-somos__title h1 span {
        font-size: 24px;
        line-height: 30px;
    }

    .pos__right,
    .imagens__title,
    .plantas__title,
    .map-title__content,
    .quem-somos__title {
        padding-left: 20px;
        margin-bottom: 35px;
    }

    #empreendimento:before,
    #map-title:before,
    #quem-somos:before {
        width: 240px;
        height: 240px;
        margin-left: 70px;
        top: 35px;
    }

    .photo .legend {
        bottom: 25px;
        padding-left: 0;
        font-size: 10px;
    }

    .photo__content {
        width: 300px;
    }

    .photo__content p {
        font-size: 14px;
        line-height: 24px;
    }

    .photo__content img {
        width: 115px;
    }

    .img_producto_container {
        width: 100%;
        height: 320px;
    }

    .empreendimento__items {
        width: 305px;
        margin: 35px auto 0;
    }

    .empreendimento__items li {
        width: 95px;
        margin: 0 3.25px 35px;
    }

    .empreendimento__items li p {
        font-size: 10px;
        line-height: 16px;
    }

    .empreendimento__items li img {
        width: 65px;
        margin: 0 auto 10px;
    }

    .video img {
        margin-top: 35px;
    }

    .play {
        margin: -32px 0 0 -32px;
        width: 65px;
        height: 65px;
        background-size: 100%;
    }

    .empreendimento__recreation h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .owl-carousel1 img,
    .imagens__img {
        width: 305px;
        height: 229px;
    }

    .imagens__content h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .owl-carousel1 {
        height: 0;
        overflow: hidden;
    }

    .owl-carousel1.active {
        height: 325px !important;
    }

    .owl-carousel2 {
        height: 0;
        overflow: hidden;
    }

    .owl-carousel2.active {
        height: 325px !important;
    }

    #plantas {
        margin-top: 70px;
    }

    .plantas__title__buttons a {
        width: 145px;
        font-size: 12px;
        margin-right: 15px;
    }

    .plantas__title__buttons a:last-child {
        margin-right: 0;
    }

    .plantas__title__buttons {
        margin-top: 25px;
    }

    #plantas img {
        width: 305px;
        margin: 0 auto 15px;
    }

    .plantas__img__content {
        margin-bottom: 35px;
    }

    .map-title__content {
        width: 305px;
        padding-left: 0;
    }

    .map-title__content h2 {
        margin-bottom: 35px;
    }

    .map-content__content {
        width: 305px;
    }

    .map-content__content p {
        font-size: 14px;
        line-height: 24px;
    }

    .map-content__content ul li {
        width: 135px;
        margin: 0 15px 35px 0;
    }

    .map-content__content ul li:before {
        width: 135px;
        height: 135px;
        background-size: 100%;
    }

    .map-content__content ul li img {
        width: 109px;
        height: 109px;
        margin: 13px;
    }

    .map-content__content ul li:nth-child(even) {
        margin: 0 0 35px 15px;
    }


    .tour__title a {
        width: 305px;
        font-size: 12px;
        margin: 30px auto 0;
    }

    p.obs {
        font-size: 10px;
        line-height: 18px;
    }

    .map-content__map {
        width: 100%;
        margin-top: 35px;
        padding-top: 35px;
        margin-left: 0;
        margin-right: 0;
    }

    .map-content__map__content {
        width: 305px;
    }

    .map-content__map h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;

    }

    .map-content__map__content iframe {
        height: 204px;
    }

    .map-content__map__address h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;

    }

    .map-content__map__address span {
        font-size: 14px;

    }

    .imagens__title:before,
    .plantas__title:before,
    .map-title__content:before,
    .quem-somos__title:before {
        display: none;
    }

    .quem-somos-content__img {
        width: 100%;
        margin-bottom: 35px;
    }

    .quem-somos-content__content {
        width: 305px;
        margin-bottom: 35px;
    }

    .quem-somos-content__content p,
    .quem-somos-content__content span {
        font-size: 14px;
        line-height: 24px;
    }

    .contact__form__content {
        padding: 25px;
    }

    .contact__form__content img {
        width: 40px;
    }

    .contact__form__content h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .label-checkbox {
        font-size: 10px;
    }

    .footer__logos {
        margin: 0 20px;
    }

    .footer__logos ul li {
        padding: 0 10px;
    }

    .footer__logos ul li p {
        line-height: 15px;
        margin-bottom: 20px;
        padding: 0;
        min-height: 30px;
    }

    .footer__logos ul:before {
        top: 44px;
        height: 38px;
    }

    .footer__logos ul li img.logo__mf7,
    .footer__logos ul li img.logo__mf7__vendas {
        width: 50px;
    }

    .footer__logos ul li img.logo__abyara {
        width: 80px;
    }

    .footer__content {
        margin: 0 20px;
    }

    .footer__content p {
        line-height: 16px;
    }

    .contact-fixed__hour {
        display: none;
    }

    .label-checkbox a {
        display: contents;
    }

    .success__page #rings {
        width: 320px;
        height: 320px;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        max-height: none;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .success__content {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .success__content img {
        width: 40px;
        margin-bottom: 20px;
    }

    .success__content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .success__content h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .success__content .btn {
        height: 45px;
        font-size: 14px;
        padding-top: 9px;
    }

    .sec-ficha .bg-corretor h2 {
        font-size: 30px;
    }

    .sec-ficha .bg-corretor .logo-branco {
        padding-right: 0;
        margin: 0 auto;
        text-align: left;
    }

    .sec-ficha .bg-corretor .logo-branco div {
        text-align: center;
    }

    .sec-ficha .bg-corretor .logo-branco div img {
        margin: 10px auto;
    }

    .sec-ficha .bg-corretor .logo-branco .title {
        padding-left: 0;
    }

    .sec-ficha .bg-corretor .logo-branco .title p {
        text-align: left;
    }

    .sec-ficha .bg-corretor .logo-branco .logo div {
        display: inline-block;
        max-width: 48.5%;
        margin-top: 20px;
    }

    .sec-ficha .bg-corretor .logo-branco .logo div p {
        font-family: 'gothamlight';
        color: rgba(255, 255, 255, 0.8);
        text-align: left;
        margin: 15px 0px 0 15px;
        font-size: 23px;
    }

    .sec-ficha .bg-corretor .logo-branco .logo div p.bairro {
        color: #68794f;
        border: 1px solid #68794f;
        border-radius: 15px;
        padding: 5px 15px;
    }

    .sec-ficha .bg-corretor .logo-branco .logo div p.bairro i {
        font-size: 25px;
        float: right;
    }

    .sec-ficha .bg-corretor .mgt {
        margin: 0;
        padding-bottom: 0;
    }

    .sec-ficha .bg-corretor .mgt .row {
        margin: 0;
    }

    .sec-ficha .bg-ficha {
        pading-bottom: 30px;
    }

    .sec-ficha .bg-ficha h2 {
        margin-bottom: 20px;
    }

    .sec-ficha .bg-ficha ul {
        margin: 0;
        margin-left: 20px;
    }

    .sec-ficha .bg-ficha ul li {
        margin: 0;
        font-size: 15px;
    }

    .sec-ficha .bg-ficha .itens {
        padding: 15px 0;
    }

    .sec-ficha .bg-ficha .itens p {
        font-size: 13px;
    }

    .sec-ficha .bg-ficha .itens .left {
        padding-right: 20px;
    }

    .sec-ficha .col-md-3 {
        max-width: 45%;
        -webkit-box-flex: 45%;
        -webkit-flex: 45%;
        -ms-flex: 45%;
        flex: 45%;
        padding: 10px;
        margin-left: 50px;
    }

    .sec-ficha .col-md-4 {
        max-width: 45%;
        -webkit-box-flex: 45%;
        -webkit-flex: 45%;
        -ms-flex: 45%;
        flex: 45%;
        padding: 10px;
    }

    .sec-ficha .bg-ficha .itens div {
        width: 59%;
        vertical-align: top;
    }

    .sec-ficha .bg-ficha .itens div:first-child {
        width: 39%;
    }

    .sec-ficha .bg-ficha .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sec-ficha .bg-ficha .col-md-10.offset-1 {
        margin-left: 0;
    }
    .parceria .logos {
        display: block;
        text-align: center;
    }
    .parceria .logos img {
        margin: 0 auto;
    }
    .pos__right {
        margin-top: 35px;
    }
}

@media (max-width: 375px) {
    .img_producto_container {
        height: 260px;
    }

    .contact-fixed__content {
        padding: 11px 20px;
    }

    .contact-fixed__contact li a {
        margin: 0 2.5px;
    }

    .contact-fixed__logo img {
        width: 86px;
    }
}

@media (max-width: 360px) {
    .owl-carousel1 {
        height: 360px !important
    }
}

@media (max-width: 320px) {
    .owl-carousel1 {
        height: 265px !important;
    }

    .img_producto_container {
        height: 240px;
    }

    .plantas__title {
        padding-left: 0;
    }
}

/*css fixed*/
@media (max-width: 425px) {

    .caju,
    .caju .icon {
        width: 62px;
    }

    #incc .conteudo h2 {
        font-size: 18px;
        line-height: 26px;
    }

    #incc .conteudo h3 {
        font-size: 16px;
    }

    #incc .conteudo p {
        font-size: 14px;
    }


    #incc .conteudo ul {
        font-size: 12px;
    }

    #incc .conteudo .fonte {
        font-size: 10px;
    }

    #incc .conteudo .vigencia {
        font-size: 10px;
    }

    a.talk {
        left: auto;
        margin-left: auto;
        right: 0%;
        margin-right: 35px;
        width: 120px;
        height: 120px;
        top: 50px;
    }

}


[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}