* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'Mont Book';
}

ul {
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: 0.4s;
}

button {
    cursor: pointer;
    transition: 0.4s;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.wrap-all-page {
    float: left;
    width: 100%;
    overflow: hidden;
}

.wrap-all-page-overflow {
    overflow: initial;
}

section,
header,
footer {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.hide-h1 {
    position: absolute;
    left: -9999em;
    text-indent: -9999em;
}

.google-icon {
    font-family: 'Material Symbols Outlined';
}

.row {
    clear: both;
}

.nicescroll-rails {
    z-index: 990 !important;
    opacity: 1 !important;
}

h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 24px;
    font-family: 'Mont Light';
    color: #212145;
    font-weight: 400;
}

h2 strong {
    font-family: 'Mont Light';
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

/* .container {
    max-width: 1380px;
} */

.btn-default {
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 0 30px;
    font-size: 15px;
    font-family: 'Mont Semibold';
    height: 48px;
}

.btn-default .fa-angle-right {
    font-size: 12px;
}

.btn-default.white {
    background: #FFF;
    color: #212145
}

.btn-default.white i {
    color: #a1967e;
    transition: .5s;
}

.btn-default.white:hover {
    background: #a1967e;
    color: #FFF;
}

.btn-default.white:hover i {
    color: #FFF;
}

.btn-default.gold {
    background: #a1967e;
    color: #FFF
}

.btn-default.gold:hover {
    background: #212145;
    color: #FFF;
}

.btn-default.blue {
    background: #212145;
    color: #FFF
}

.btn-default.blue i {
    color: #a1967e;
    transition: .5s;
}

.btn-default.blue:hover {
    background: #a1967e;
    color: #FFF;
}

.btn-default.blue:hover i {
    color: #FFF;
}

.subtitle {
    display: table;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
    color: #969696;
}

header {
    padding: 20px 0;
    background: #212145;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* header .logo img {
    display: table;
    height: 48px;
} */

header nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

header nav ul li {
    position: relative;
    display: table;
}

header nav ul li a {
    height: 48px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 15px;
    gap: 10px;
    position: relative;
}

header nav ul li a:hover {
    color: #a1967e
}

header nav ul li ul {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    background: #454582;
    display: none;
    border-radius: 10px;
    padding: 20px;
}

header nav ul li ul li a {
    white-space: nowrap;
}

header nav ul li ul li a:after {
    display: none;
}

header nav ul li.menu-item-has-children>a:after {
    content: "\e5c5";
    font-family: 'Material Symbols Outlined';
    font-size: 20px;
}

header .right-header {
    display: flex;
    align-items: center;
    gap: 40px;
}

header .social {
    display: flex;
    gap: 34px;
}

header .social a {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFF;
}

header .social a:hover {
    color: #a1967e
}

header .open-menu {
    display: none;
}

.home-banner {
    height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    /*max-height: 960px;*/
}

.home-banner .logo {
    display: table;
    margin: 0 auto 40px;
}

.home-banner h2 {
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 54px;
    font-family: 'Mont Light';
}

.home-banner a {
    margin: 0 auto;
}

.full-faixa {
    height: 180px;
    position: relative;
    background: #efefef;
    display: flex;
    align-items: center;
}

.full-faixa span {
    font-size: 18px;
    color: #8f9ba6;
    font-weight: 400;
}

.full-faixa span strong {
    color: #a1967e;
    font-weight: 400;
}

.full-faixa a {
    width: 210px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a1967e;
    color: #FFF;
    font-size: 36px;
}

.full-faixa a:hover {
    background: #212145;
    color: #FFF;
}

.wrap-about h2 strong {
    color: #a1967e;
}

.wrap-about h2 {
    width: 100%;
}

.wrap-about .box-left {
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 140px 0;
    gap: 20px;
}

.wrap-about .google-icon {
    font-size: 84px;
    line-height: 84px;
    transform: rotate(90deg);
    width: 61px;
    height: 61px;
    color: #969696;
}

.wrap-about img {
    height: 100vh;
    max-height: 1080px;
    object-fit: cover;
    width: auto;
}

.wrap-about .box-address {
    padding: 36px 50px;
    border-radius: 20px;
    display: table;
    background: #f7f7f7;
}

.wrap-about .box-address .title {
    display: table;
    font-size: 15px;
    color: #a1967e;
    margin-bottom: 14px;
    font-family: 'Mont Bold';
}

.wrap-about .box-address p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #3a3938;
    font-weight: 600;
}

.wrap-about .box-address p a {
    color: #3a3938;
    font-weight: 600;
}

.wrap-about .box-address p a:hover {
    color: #a1967e;
}

.wrap-about .group-address {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wrap-about .buttons {
    width: 100%;
}

.wrap-about h2.size-2 strong {
    font-size: 58px;
    line-height: 64px;
}

.wrap-about-2 img {
    height: calc(100vh + 100px);
    margin-top: -100px;
}

.wrap-full-carousel {
    position: relative;
}

.wrap-full-carousel .item-full-carousel {
    height: 100vh;
    float: left;
    width: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 120px;
    position: initial
}

.wrap-full-carousel .item-full-carousel .container,
.wrap-full-carousel .item-full-carousel .row,
.wrap-full-carousel .item-full-carousel .row>div,
.wrap-full-carousel .owl-stage,
.wrap-full-carousel .owl-stage-outer {
    position: initial
}

.wrap-full-carousel .item-full-carousel .box-text {
    padding: 50px 160px 50px 80px;
    width: 100%;
    background: #FFF;
}

.wrap-full-carousel .item-full-carousel .box-text .subtitle {
    margin-bottom: 0;
    font-size: 12px;
    color: #969696;
    line-height: 18px;
}

.wrap-full-carousel .item-full-carousel .box-text .title {
    display: table;
    font-size: 30px;
    line-height: 36px;
    color: #212145;
    font-family: 'Mont Bold';
    margin-bottom: 20px;
}

.wrap-full-carousel .item-full-carousel .box-text a {
    display: table;
    font-size: 12px;
    color: #d6b46a;
    position: relative;
    z-index: 500;
}

.wrap-full-carousel .item-full-carousel .box-text a:hover {
    color: #212145;
}

.wrap-full-carousel .owl-nav {
    display: flex;
    width: 100%;
    max-width: 1380px;
    align-items: center;
    justify-content: end;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 120px;
}

.wrap-full-carousel .owl-nav button {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 18px;
    color: #969696 !important;
    position: absolute;
    height: 192px;
    bottom: 0;
}

.wrap-full-carousel .owl-nav button.owl-next {
    right: 50px;
}

.wrap-full-carousel .owl-nav button.owl-prev {
    right: 110px
}

.wrap-imoveis {
    background: #f1f1f1;
    padding: 120px 0;
}

.wrap-imoveis h2 {
    width: 100%;
    text-align: center;
    color: #969696;
    margin-bottom: 54px;
}

.wrap-imoveis h2 strong {
    color: #212145
}

.wrap-imoveis .box-carousel-properties {
    position: relative;
    padding: 0 60px;
}



.wrap-imoveis .box-carousel-properties-inner {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wrap-imoveis .box-carousel-properties .nav-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    z-index: 1;
}

.wrap-imoveis .box-carousel-properties .nav-elements button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: #b7b7b7;
    font-size: 32px;
}

.wrap-imoveis .box-carousel-properties .nav-elements button:hover {
    color: #212145
}

.wrap-imoveis .box-carousel-properties .nav-elements button.owl-prev {
    left: 0;
}

.wrap-imoveis .box-carousel-properties .nav-elements button.owl-next {
    right: 0;
}

.wrap-imoveis .carousel-imoveis {
    width: 100%;
    position: relative;
}

.card-full-imovel {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    padding: 18px;
    height: 100%;
}

.card-full-imovel img {
    /* float: left; */
    /* width: 100%; */
    border-radius: 8px;
    /* height: 545px; */
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.card-full-imovel h3 {
    display: table;
    font-size: 24px;
    line-height: 30px;
    color: #3c3c3b;
    margin-bottom: 14px;
    font-family: 'Mont Bold';
}

.card-full-imovel .tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.card-full-imovel .tags span {
    width: 150px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff9ec;
    font-size: 12px;
    color: #a1967e;
    font-family: 'Mont Bold';
    padding: 0 14px;
}

.card-full-imovel .location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #3c3c3b;
}

.card-full-imovel p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #888e9f;
}

.card-full-imovel .infos {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

.card-full-imovel .infos span {
    height: 42px;
    display: flex;
    padding: 0 20px;
    gap: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    font-size: 14px;
    color: #3c3c3b;
    align-items: center;
    line-height: 1.2em;
}

.card-full-imovel .infos span i {
    color: #000000
}

.card-full-imovel .box-text {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 0;
}

.card-full-imovel .box-text .top {
    flex-grow: 1;
}

.card-full-imovel-2 {
    margin-bottom: 30px;
}

.card-full-imovel-2 .box-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.card-full-imovel-2 .box-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 30%;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
}

.card-full-imovel-2 .box-img .infos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    z-index: 200;
}

.card-full-imovel-2 .box-text {
    padding: 20px 10px;
}

.wrap-numbers {
    padding: 120px 0;
    background: #212145
}

.wrap-numbers .icon {
    display: table;
    margin: 0 auto 32px;
}

.wrap-numbers h2 {
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-bottom: 52px;
}

.wrap-numbers h2 strong {
    color: #a1967e;
}

.wrap-numbers .row {
    margin: 0 -8px
}

.wrap-numbers .row>div {
    padding: 0 8px;
}

.wrap-numbers .item-box {
    float: left;
    width: 100%;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    height: 350px;
    background: #1b1b3f;
    display: flex;
    align-items: end;
    padding: 50px 70px;
}

.wrap-numbers .item-box .number {
    display: table;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 64px;
    color: #969696;
    font-family: 'Mont Light';
}

.wrap-numbers .item-box .number span {
    color: #FFF;
    font-family: 'Mont Light';
}

.wrap-numbers .item-box .title {
    display: table;
    font-size: 23px;
    color: #a1967e;
    font-family: 'Mont Light';
}

.wrap-numbers .item-box img {
    position: absolute;
    top: 30px;
    right: 30px;
}

.wrap-numbers .buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.wrap-numbers .buttons .btn-default.gold:hover {
    background: #FFF;
    color: #a1967e
}

.wrap-timeline {
    padding: 120px 0;
    background: #ededed
}

.wrap-timeline h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}

.wrap-timeline h2 strong {
    color: #a1967e;
}

.wrap-timeline .box-carousel-timeline{
    display: flex;
    justify-items: center;
}

.wrap-timeline .box-carousel-timeline button{
    background: transparent;
    border: 0px;
    font-size: 30px;
    margin: 10px;
    color: #a1967e;
}

.wrap-timeline .box-carousel-timeline {
    max-width: 1320px;
    margin: 0 auto;
}

.wrap-timeline .carousel-timeline {
    position: relative;
    width: 100%;
}

.wrap-timeline .carousel-timeline .owl-item {
    padding-bottom: 80px;
    position: relative;
}

.wrap-timeline .carousel-timeline .owl-item:after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background: #212145;
}

.wrap-timeline .carousel-timeline .item-timeline {
    border-radius: 16px;
    padding: 10px;
    float: left;
    width: 100%;
    background: #FFF;
}

.wrap-timeline .carousel-timeline .item-timeline img {
    border-radius: 16px;
    height: auto;
    max-width: 100%;
}

.wrap-timeline .carousel-timeline .item-timeline .box-text {
    padding: 20px 0;
    width: 100%;
    float: left;
}

.wrap-timeline .carousel-timeline .item-timeline .box-text .title {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #212145;
    line-height: 28px;
}

.wrap-timeline .carousel-timeline .item-timeline .box-text .year {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #a1967e;
}

.wrap-timeline .carousel-timeline .disabled {
    display: none;
}

.wrap-timeline .carousel-timeline:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: -600px;
    right: -600px;
    background: #d4d4d4
}

.wrap-testimonials {
    padding: 120px 0;
}

.wrap-testimonials .icon {
    display: table;
    margin: 0 auto 32px;
}

.wrap-testimonials h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}

.wrap-testimonials h2 strong {
    color: #a1967e;
}

.wrap-testimonials .carousel-testimonials {
    float: left;
    width: 100%;
    position: relative;
}

.wrap-testimonials .carousel-testimonials .owl-stage,
.wrap-testimonials .carousel-testimonials .owl-item {
    display: flex;
}

.wrap-testimonials .carousel-testimonials .owl-nav {
    position: absolute;
    left: -80px;
    right: -80px;
    top: 50%;
    transform: translate(0, -50%);
}

.wrap-testimonials .carousel-testimonials .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #b7b7b7;
    font-size: 32px;
}

.wrap-testimonials .carousel-testimonials .owl-nav button:hover {
    color: #212145
}

.wrap-testimonials .carousel-testimonials .owl-nav button.owl-prev {
    left: 0;
}

.wrap-testimonials .carousel-testimonials .owl-nav button.owl-next {
    right: 0;
}

.wrap-testimonials .carousel-testimonials .item-testimonial {
    float: left;
    width: 100%;
    padding: 60px 50px 84px;
    border-radius: 30px;
    background: url(../images/aspas.png) calc(100% - 30px) calc(100% - 30px) no-repeat #f3f3f3;
    height: 100%;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .author {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 32px;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .author img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .title {
    display: table;
    font-size: 24px;
    line-height: 28px;
    color: #212145;
    font-family: 'Mont Bold'
}

.wrap-testimonials .carousel-testimonials .item-testimonial .info {
    display: table;
    font-size: 13px;
    color: #a1967e;
}

.wrap-testimonials .carousel-testimonials .item-testimonial p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    color: #979797;
}

.wrap-contact {
    padding: 120px 0;
    background: #fafafa
}

.wrap-contact h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}

.wrap-contact h2 strong {
    color: #a1967e;
}

.contact-form,
.contact-form form {
    float: left;
    width: 100%;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
    width: 100%;
    padding: 0 30px;
    height: 76px;
    border: none;
    background: #f6f6f6;
    font-size: 14px;
    font-family: 'Mont Bold';
    color: #8f9ba6
}

.contact-form form ::placeholder {
    color: #8f9ba6
}

.contact-form form textarea {
    height: 170px;
    resize: none;
    padding: 24px 30px;
}

.contact-form form button {
    border-radius: 0;
    border: none;
    width: 100%;
    height: 76px;
    justify-content: center;
}

.wrap-founder {
    padding: 120px 0;
    background: #f6f6f6
}

.wrap-founder p {
    float: right;
    text-align: right;
    margin-bottom: 0;
    font-style: italic;
    color: #3c3c3b;
    font-size: 16px;
    line-height: 22px;
}

.wrap-founder .author {
    display: flex;
    gap: 18px;
    align-items: center;
}

.wrap-founder .author img {
    display: table;
    border-radius: 50%;
    width: 118px;
    height: 118px;
    object-fit: cover;
}

.wrap-founder .author .name {
    display: table;
    font-family: 'Mont Bold';
    font-size: 22px;
    color: #3c3c3b;
    line-height: 26px;
}

.wrap-founder .author .info {
    display: table;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #3c3c3b;
}

.banner-pages {
    height: 600px;
    position: relative;
}

.banner-pages .container {
    position: relative;
    z-index: 100;
}

.banner-pages h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.banner-pages h2 strong {
    color: #a1967e;
}

.banner-imoveis:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent)
}

.wrap-list-imoveis {
    background: #f1f1f1;
    position: relative;
    z-index: 100;
    padding-bottom: 100px;
}

.wrap-list-imoveis .container {
    margin-top: -100px;
}

.pagination {
    float: left;
    width: 100%;
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

.pagination .wp-pagenavi {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.pagination a,
.pagination span {
    font-size: 16px;
    font-family: 'Mont Bold';
    border-bottom: 4px solid transparent;
    padding-bottom: 2px;
    color: #888e9f;
}

.pagination a:hover,
.pagination span {
    color: #212145;
    border-color: #212145
}

.full-img {
    float: left;
    width: 100%;
    height: 100vh;
}

.wrap-topics {
    padding: 50px 0;
    background: #212145
}

.wrap-topics .item-topic {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 19px;
    color: #8f9ba6;
}

.wrap-topics .item-topic i {
    font-size: 40px;
    color: #FFF;
}

.wrap-topics .item-topic strong {
    font-family: 'Mont Semibold';
    color: #a1967e;
}

.wrap-full-carousel-2 .owl-nav {
    display: flex;
    justify-content: end;
    bottom: -80px;
}

.wrap-full-carousel-2 .owl-nav button {
    height: 157px;
    width: 157px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto !important;
    background: #f1f1f1 !important;
}

.wrap-about-3 p strong {
    color: #a1967e;
    font-family: 'Mont Semibold';
}

.wrap-about-3 .col-xl-5 {
    order: -1
}

.wrap-about-3 .col-xl-6 {
    order: 12
}

.wrap-about-3 img {
    float: right;
}

.wrap-about-3 .box-text {
    width: 100%;
}

.wrap-about-3 .box-icon {
    width: 100%;
    display: flex;
    justify-content: end;
}

.wrap-gallery {
    padding: 120px 0;
    background: #fafafa
}

.wrap-gallery h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}

.wrap-gallery .carousel-plantas {
    float: left;
    width: 100%;
    position: relative
}

.wrap-gallery .carousel-plantas img {
    width: 100%;
    /* height: 100%;
    max-width: 100%; */
    /* float: left;
    width: 100%;
    height: 670px;
    object-fit: cover; */
}

.wrap-gallery .carousel-plantas .owl-nav {
    display: flex;
    justify-content: end;
    bottom: -80px;
    right: 50px;
    position: absolute;
}

.wrap-gallery .carousel-plantas .owl-nav button {
    height: 157px;
    width: 157px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto !important;
    background: #f1f1f1 !important;
    font-size: 18px;
    color: #969696 !important;
    border: none;
}

.wrap-progress {
    padding: 120px 0;
}

.wrap-progress h2 {
    margin-bottom: 54px;
}

.wrap-progress .item-progress {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.wrap-progress .item-progress .infos {
    display: table;
    width: 100%;
    margin-bottom: 5px
}

.wrap-progress .item-progress .infos .title {
    float: left;
    font-size: 18px;
    color: #000000;
    line-height: 22px
}

.wrap-progress .item-progress .bar {
    position: relative;
    display: table;
    background: #f1f1f1;
    width: 100%;
    height: 14px
}

.wrap-progress .item-progress .bar .into-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #212145;
    width: 0;
    transition: 2.8s
}

footer {
    padding: 120px 0;
    background: #212145
}

footer .title {
    display: table;
    color: #FFF;
    font-family: 'Mont Bold';
    font-size: 18px;
    margin-bottom: 30px;
}

footer p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    display: table;
    color: #FFF;
    font-size: 14px;
    text-decoration: underline !important
}

footer ul li a:hover {
    color: #a1967e
}

footer ul li ul {
    display: none;
}

footer .box-logo {
    float: right;
}

footer .box-logo .logo {
    display: table;
    margin-bottom: 32px;
}

footer .copy {
    float: left;
    width: 100%;
    padding-top: 70px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #454582
}

footer .copy .social {
    display: flex;
    gap: 20px;
}

footer .copy .social a {
    color: #FFF;
    font-size: 18px;
}

footer .copy .social a:hover {
    color: #a1967e
}

footer .copy .link-copy {
    display: table;
    font-size: 14px;
    text-decoration: underline !important;
    color: #FFF;
}

footer .copy .link-copy:hover {
    color: #a1967e
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none !important;
    padding: 10px !important;
    text-align: center;
    margin: 20px 0 0 !important;
    background: #cf4b46;
    color: #FFF !important;
    font-weight: 700;
    float: left;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    padding: 10px !important;
    text-align: center;
    margin: 20px 0 0 !important;
    background: #398f14;
    color: #FFF !important;
    font-weight: 700;
    float: left;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.wpcf7 .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
}

body.overflow {
    overflow: hidden;
}

.wrap-menu-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    transition: 0.6s;
    right: 0;
    display: none;
}

.wrap-menu-mobile .overlay-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.wrap-menu-mobile .bar-menu {
    background: #212145;
    position: absolute;
    right: -320px;
    top: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 100px;
    max-width: 320px;
    background-blend-mode: overlay;
    border-left: 1px solid rgba(255, 255, 255, .3);
    transition: .5s
}

.wrap-menu-mobile.show .bar-menu {
    right: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile {
    display: flex;
    width: 100%;
    padding: 35px 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .2);
    transition: 1s;
    bottom: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
    float: left;
    padding: 0;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
    display: table;
    height: 40px;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
    float: right;
    padding: 0;
    display: flex;
    align-items: center;
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
    float: right;
    position: relative;
    color: #FFF;
    opacity: .5
}

.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
    font-size: 24px;
}

.wrap-menu-mobile .bar-menu .box-menu-style-1 {
    padding: 30px 20px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.wrap-menu-mobile .bar-menu ul {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.wrap-menu-mobile .bar-menu ul li {
    margin-bottom: 22px;
    width: 100%;
}

.wrap-menu-mobile .bar-menu ul li:last-of-type {
    margin-bottom: 0;
}

.wrap-menu-mobile .bar-menu ul li a {
    display: table;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.wrap-menu-mobile .bar-menu ul li ul {
    padding: 20px;
    border-radius: 10px;
    background: #454582;
    margin-top: 15px;
    width: 100%;
}

.wrap-menu-mobile .bar-menu .social {
    display: flex;
    gap: 20px;
    padding-top: 30px;
}

.wrap-menu-mobile .bar-menu .social a {
    color: #FFF;
    font-size: 18px;
}

.wrap-menu-mobile .bar-menu .social a:hover {
    color: #a1967e
}

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

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