@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel+Decorative:wght@400;700;900&display=swap');
* {
    margin: 0;
    font-family: 'Cinzel Decorative', cursive;
    font-family: 'Gotham Bold';
    font-family: 'Amiri', serif;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

header {
    padding: 3vw 0;
    width: 100vw;
    position: fixed;
    z-index: 21;
}

header nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

header nav .logo {}

header nav .logo svg path {
    fill: #fff;
}

header nav .logo svg {
    width: 9.844vw;
}


/*
header nav .logo img {
    width: 9.844vw;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
*/

header nav .menu {
    width: fit-content;
    margin: 0 auto;
    margin-left: 14.5vw;
    position: relative;
}

header nav .menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav .menu ul li {
    margin-right: 5.20835vw;
}

header nav .menu ul li:nth-child(5) {
    margin-right: 0;
}

header nav .menu ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: .84vw;
    text-transform: uppercase;
}

main {}

.hero {
    width: 100vw;
    position: relative;
    background: #0a353e;
    background: #0a353e url('../assets/bg-hero.webp') top center no-repeat;
    background-size: cover;
    height: 56vw;
    text-align: center;
    width: 100vw;
    display: flex;
}

.hero .hero-img {
    height: fit-content;
}

.hero .hero-img img {
    width: 100vw;
}

.hero .container {
    text-align: center;
    width: 87vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

.hero .container .logoamura {
    width: 18.646vw;
    margin-left: 13vw;
}

.hero .container a {
    text-decoration: none;
    background: #AFA171;
    font-family: "Amiri";
    font-style: normal;
    font-weight: bold;
    font-size: .93vw;
    letter-spacing: 0.04em;
    color: #0A353E;
    text-decoration: none;
    padding: .756vw 3.2167vw;
    display: none;
}

.hero .container .flex {
    width: 36vw;
}

.hero .container .flex .text {
    margin-bottom: 3vw;
}

.hero .container .flex .text h2 {
    font-family: "Cinzel Decorative";
    font-style: normal;
    font-weight: normal;
    font-size: 2vw;
    letter-spacing: .13vw;
    color: #fff;
    width: 100%;
    text-align: left;
}

.hero .container .flex .form {
    width: fit-content;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.hero .container .flex .form form {
    display: flex;
    flex-direction: column;
    width: 34.532vw;
    width: 100%;
}

.hero .container .flex .form form label {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: bold;
    font-size: 1.04vw;
    line-height: 180%;
    color: #0A353E;
    color: #f9f8f8;
}

.hero .container .flex .form form input {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: bold;
    font-weight: normal;
    font-size: 1.04vw;
    line-height: 180%;
    color: #0a353e;
    padding: 0.6771vw 1.4063vw;
    background: #F9F8F8;
    border: none;
    /* margin: 1.66665vw 0; */
    margin-bottom: 1.66665vw;
    outline: none;
}

.hero .container .flex .form form ::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #A4A4A4 !important;
    font-weight: 400 !important;
}

.hero .container .flex .form form .flex-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hero .container .flex .form form .flex-form>div {
    width: 45%;
    overflow: hidden;
}

.hero .container .flex .form form .flex-form input {
    width: 40%;
    width: 100%;
}

.hero .container .flex .form form button {
    background: #afa171;
    font-family: "Amiri";
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #15353e;
    /*
    padding: .756vw 3.2167vw;
    */
    width: fit-content;
    text-transform: uppercase;
    font-size: 1.11vw;
    font-size: 1.11vw !important;
    margin-top: 2vw;
    margin-top: 1vw;
    width: 12vw;
    height: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.sib-form-block {
    padding: 0;
}

#sib-container {
    max-width: 100%;
    padding: 0;
}

.sib-form {
    padding: 0;
}

.sib-form .entry__field {
    margin: 0;
    margin: 1.66665vw 0;
    margin: .5vw 0 1.66665vw 0;
    border: 0;
}

.sib-form .input:not(textarea),
.sib-form .input__button {
    height: auto;
}

.sib-sms-tooltip__icon {
    display: none;
}

.sib-sms-select__calling-code {
    padding: .42vw !important;
    border: 0;
}

.sib-sms-select__title {
    height: auto;
    padding: .42vw .84vw !important;
    margin: 0;
    background: #f9f8f8;
    border: 0;
}

.sib-sms-select__number-input {
    height: auto;
    border: 0;
}

::-webkit-input-placeholder {
    color: #A4A4A4 !important;
}

.hero .container .redes {
    position: absolute;
    bottom: 2vw;
    right: 10vw;
}

.hero .container .redes a {
    background: none;
    padding: 0;
    margin-left: 1vw;
}

.hero .container .redes a img {
    width: 1.9278vw;
    margin-bottom: 0;
}

#localizacao {
    position: absolute;
    margin-top: -5vw;
    margin-top: -3vw;
}

.amura {
    /*
    padding: 3.91vw 0 5vw;
    */
    padding-right: 7.34373vw;
    position: relative;
    margin-top: -.6vw;
}

.amura .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw 0 5vw 0;
}

.amura .container .img {
    margin-right: 5.5729vw;
}

.amura .container .img img {
    width: 43.9063vw;
}

.amura .container .img img {}

.amura .container .text {}

.amura .container .text h1 {
    font-family: "Cinzel Decorative";
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    font-size: 2.125vw;
    letter-spacing: 0.04em;
    line-height: 200%;
    letter-spacing: .13vw;
    color: #0A353E;
    margin-bottom: 3.125vw;
}

.amura .container .text p {
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    font-size: .94vw;
    line-height: 280%;
    letter-spacing: .208vw;
    color: #505050;
}

.amura .bg-left {
    position: absolute;
    right: 0;
    bottom: 0;
}

.amura .bg-left img {
    width: 20vw;
}

.video {
    background: #afa171;
    background: #15353e;
    padding: 5vw 0;
}

.video .container {
    width: 55vw;
    margin: 0 auto;
}

.video .container video {
    width: 100%;
}

.estrutura {
    background: #F4EFEF;
    padding: 9.5vw 0 6.0938vw;
    padding: 10vw 0;
}

.estrutura .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.estrutura .up {}

.estrutura .up .text {
    margin-right: 8.02081vw;
}

.estrutura .up .text h2 {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 287%;
    letter-spacing: .13vw;
    color: #0A353E;
    margin-top: 4vw;
}

.estrutura .up .text hr {
    background: #0A353E;
    border: 0;
    height: .1045vw;
    width: 11.146vw;
    margin-bottom: 3.386vw;
}

.estrutura .up .text p,
.estrutura .up .text h5 {
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    font-size: .94vw;
    line-height: 280%;
    letter-spacing: .208vw;
    color: #505050;
    width: 31.25vw;
}

.estrutura .up .text h5 {
    font-size: 1.15vw;
    margin-top: 4.4271vw;
}

.estrutura .up .img {}

.estrutura .up .img img {
    width: 53.2299vw;
}

.estrutura .down {
    justify-content: flex-start;
    margin-top: 4.6875vw;
    align-items: center;
}

.estrutura .down .text {
    width: 49.4792vw;
    margin-left: 13.02081vw;
}

.estrutura .down .text h2 {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 287%;
    letter-spacing: .13vw;
    color: #0A353E;
}

.estrutura .down .text hr {
    background: #0A353E;
    border: 0;
    height: .1045vw;
    width: 5.99vw;
    margin-bottom: 3.125vw;
}

.estrutura .down .text p {
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    font-size: .94vw;
    line-height: 280%;
    letter-spacing: .208vw;
    color: #505050;
}

.estrutura .down .img {}

.estrutura .down .img img {
    width: 29.688vw;
}

.info-ap {
    background: #0A353E;
}

.info-ap .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 87vw;
    margin: 0 auto;
    padding: 3vw 0 5.68vw 0;
}

.info-ap .container .img {}

.info-ap .container .img img {
    width: 40vw;
}

.info-ap .container .select {}

.info-ap .container .select .slide-select {}

.info-ap .container .select .slide-select img {
    width: 9.219vw;
    width: 100%;
    margin-right: 1.5625vw;
    margin-right: 0;
}

.info-ap .container .text {}

.info-ap .container .text h3 {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    letter-spacing: 0.29vw;
    color: #FFF;
    margin: 1vw 0;
    margin: 3vw 0 1vw 0;
}

.info-ap .container .text p {
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    font-size: .94vw;
    /*
    line-height: 280%;
    */
    letter-spacing: .208vw;
    color: #FFF;
}

.info-ap .container .icons {
    margin-top: 5.68vw;
    display: flex;
    justify-content: space-around;
}

.info-ap .container .icons img {
    width: 6.25vw;
}

.swiper-container {
    width: 100%;
    /*
    height: 300px;
    */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {}

.gallery-top {
    height: 80%;
    height: auto;
    width: 40% !important;
    width: 46% !important;
    overflow: hidden;
}

.gallery-top .swiper-slide {
    width: 100%;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: 48.334vh;
    height: 40vh;
    height: auto;
}

.gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    width: 40%;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.apartamento {
    background: linear-gradient(to bottom, #FFFFFF 50%, #AFA171 50%, #AFA171 75%, #0A353E 0%);
    background: linear-gradient(to bottom, #FFFFFF 64%, #AFA171 36%);
}

.apartamento .container {
    width: 87vw;
    margin: 0 auto;
    padding-top: 7.5vw;
}

.apartamento .container .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.apartamento .container .content .text {
    width: 40%;
    width: 45%;
}

.apartamento .container .content .text h3,
.apartamento .container .content .text h4 {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 287%;
    letter-spacing: .13vw;
    color: #0A353E;
}

.apartamento .container .content .text hr {
    background: #0A353E;
    border: 0;
    height: .1045vw;
    width: 4.38vw;
}

.apartamento .container .content .text h4 {
    font-size: 1.15vw;
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .208vw;
    margin-top: 2.29167vw;
    margin-bottom: 1.875vw;
    text-transform: uppercase;
}

.apartamento .container .content .text h5 {
    font-size: .9vw;
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    margin-top: 1vw;
    margin-bottom: .2vw;
    /*
    letter-spacing: .208vw;
    */
}

.apartamento .container .content .text p {
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    font-size: .94vw;
    color: #505050;
    /*
    line-height: 280%;
    letter-spacing: .208vw;
    */
}

.apartamento .container .planta .text {
    /*Temporario*/
    width: 50%
}

.apartamento .container .planta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-items: center;
    flex-direction: column-reverse;
}

.apartamento .container .planta .slide {
    width: 40%;
    width: auto;
    width: 76vw;
    width: 80vw;
}


/* Style the tab */

.apartamento .container .planta .slide .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border: 0;
    background-color: #f1f1f1;
    background-color: transparent;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ccc;
    border: 0;
    background-color: #f1f1f1;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 10vw;
    top: 7vw;
    z-index: 20;
}


/* Style the buttons inside the tab */

.apartamento .container .planta .slide .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1vw;
    transition: 0.3s;
    font-size: .8vw;
    font-size: 1.3vw;
    color: #afa171;
}


/* Change background color of buttons on hover */

.apartamento .container .planta .slide .tab button:hover {
    background-color: #ddd;
    background-color: #afa171;
    color: #0a353e;
}


/* Create an active/current tablink class */

.apartamento .container .planta .slide .tab button.active {
    background-color: #ccc;
    background-color: #afa171;
    color: #0a353e;
}


/* Style the tab content */

.apartamento .container .planta .slide .tabcontent {
    /*
    display: none;
    display: block;
    */
    padding: .3vw .6vw;
    border: 1px solid #ccc;
    border: 0;
    border-top: none;
}

.apartamento .container .planta .slide .tabcontent {}

.apartamento .container .planta .slide .plante-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 1.9532vw;
    width: 100%;
}

.apartamento .container .planta .slide .plante-flex .text {
    width: 100%;
}

.apartamento .container .img {
    text-align: center;
}

.apartamento .container .img img {
    width: 41.094vw;
}

.apartamento .container .planta .slide .plante-flex .slide-planta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    width: 100%;
}

.apartamento .container .planta .slide .plante-flex .slide_planta img {}

.apartamento .container .planta .slide .plante-flex img {
    width: 19.4799vw;
    width: auto;
}

.apartamento .container .planta .slide .plante-flex .img-planta {
    width: 41.417vw;
    width: 35vw;
    overflow: hidden;
}

.apartamento .container .planta .slide .plante-flex .img-planta img {
    width: 14.0625vw;
    width: 15.417vw;
    width: 100%;
}

.apartamento .container .planta .slide .plante-flex .slide-ap {
    width: 40%;
    width: 41.667vw;
    overflow: hidden;
}

.apartamento .container .planta .slide .plante-flex .buttons {
    display: flex;
    justify-content: space-between;
    width: 26.5vw;
    width: fit-content;
    position: relative;
    margin-left: -2vw;
    margin: 0 auto;
}

.apartamento .container .planta .slide .plante-flex .buttons a {
    text-decoration: none;
    background: #0A353E;
    font-family: "Amiri";
    font-style: normal;
    font-weight: bold;
    font-size: .93vw;
    letter-spacing: 0.04em;
    color: #FFF;
    text-decoration: none;
    padding: .756vw 3.2167vw;
}

.apartamento .container .planta .slide .plante-flex .buttons a:nth-child(1) {
    margin-right: 1vw;
}

.apartamento .container .planta .slide .plante-flex .slide-ap img {
    width: 41.094vw;
    width: 100%;
}

.apartamento .container .planta .slide .plante-flex .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    align-self: flex-start;
    margin-left: 10.8vw;
    margin-left: 6vw;
    height: 18vw;
    padding: 0 0 2vw 0;
}

.apartamento .container .planta .slide .plante-flex .info .text {}

.apartamento .container .planta .slide .plante-flex .info .text h4 {
    color: #0A353E;
    font-size: 1.5vw;
    line-height: 100%;
    font-size: 1.3vw;
    text-transform: uppercase;
    font-weight: 500;
}

.apartamento .container .planta .slide .plante-flex .info .text hr {
    width: 4vw;
    height: 0.1vw;
    color: #0a353e;
    background: #0a353e;
    border: 0;
    margin-bottom: 0.4vw;
}

.apartamento .container .planta .slide .plante-flex .info .text p {
    color: #0A353E;
    line-height: normal;
    font-size: 1.1vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.apartamento .container .planta .slide .plante-flex .info .text p img {
    width: 1.5vw;
    margin-right: .5vw;
}

.apartamento .container .planta .slide .plante-flex .info .buttons {
    display: flex;
    justify-content: space-between;
    width: 26.5vw;
    position: relative;
    margin-left: -2vw;
    display: none;
}

.apartamento .container .planta .slide .plante-flex .info .buttons a {
    text-decoration: none;
    background: #0A353E;
    font-family: "Amiri";
    font-style: normal;
    font-weight: bold;
    font-size: .93vw;
    letter-spacing: 0.04em;
    color: #FFF;
    text-decoration: none;
    padding: .756vw 3.2167vw;
}

.ebook {
    background: #0A353E;
}

.ebook .container {
    width: 44.896vw;
    text-align: center;
    margin: 0 auto;
    padding-top: 4.375vw;
    padding-bottom: 5.6771vw;
}

.ebook .container h3 {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 287%;
    letter-spacing: .13vw;
    color: #FFF;
}

.ebook .container .ebook-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.2292vw;
    align-items: flex-end;
}

.ebook .container .ebook-download .card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ebook .container .ebook-download .card img {
    width: 6.771vw;
}

.ebook .container .ebook-download .card:nth-child(2) img {
    width: 5vw;
}

.ebook .container .ebook-download .card a {
    text-decoration: none;
    background: #AFA171;
    font-family: "Amiri";
    font-style: normal;
    font-weight: bold;
    font-size: .93vw;
    letter-spacing: 0.04em;
    color: #0A353E;
    text-decoration: none;
    padding: .756vw 1.541vw;
    margin-top: 3.65vw;
}

.ebook .bg-ebook {
    position: absolute;
    margin-top: -15.6vw;
    width: 30vw;
}

.localizacao {
    background: #F4EFEF;
}

.localizacao .container {
    display: flex;
    width: 93.5vw;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10.8854vw 0 12.8125vw 0;
}

.localizacao .container .img {}

.localizacao .container .img img {
    width: 39.792vw;
}

.localizacao .container .text {
    width: 43.698vw;
}

.localizacao .container .text h3 {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 287%;
    letter-spacing: .13vw;
    color: #0A353E;
}

.localizacao .container .text hr {
    background: #0A353E;
    border: 0;
    height: .1045vw;
    width: 7.813vw;
    margin-bottom: 2.1vw
}

.localizacao .container .text h5 {
    color: #0A353E;
    font-size: 1.15vw;
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .208vw;
    margin-top: 2.29167vw;
    margin-bottom: 1.875vw;
}

.localizacao .container .text p {
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    font-size: .94vw;
    line-height: 280%;
    letter-spacing: .208vw;
    color: #505050;
}

.localizacao .bg-left {
    position: relative;
    float: right;
    top: -18vw;
}

.localizacao .bg-left img {
    width: 20vw;
}

footer {}

#contato .container {
    width: 87vw;
    margin: 0 auto;
    padding-top: 11.0938vw;
    padding-top: 6vw;
    display: none;
}

#contato .container .flex {
    display: flex;
}

#contato .container .flex .text {}

#contato .container .flex .text h2 {
    font-family: "Cinzel Decorative";
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    font-size: 2.125vw;
    letter-spacing: 0.04em;
    line-height: 200%;
    letter-spacing: .13vw;
    color: #0A353E;
    width: 80%;
    margin-bottom: 3.125vw;
}

#contato .container .flex .form {
    width: fit-content;
    margin: 0 auto;
    display: none;
}

#contato .bg {
    position: absolute;
    margin-top: -17vw;
    display: none;
}

#contato .bg img {
    width: 29.688vw;
}

footer .container {
    width: 87vw;
    margin: 0 auto;
}

footer .container h3 {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 287%;
    letter-spacing: .13vw;
    color: #0A353E;
    display: none;
}

footer .container hr {
    background: #0A353E;
    border: 0;
    height: .1045vw;
    width: 5.105vw;
    display: none;
}

footer .container .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .container .flex .contato {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 40vw;
}

footer .container .flex .contato .contato-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container .flex .contato .contato-info div {
    display: flex;
}

footer .container .flex .contato .contato-info div h5 {
    color: #0A353E;
    font-size: 1.15vw;
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .208vw;
    margin-bottom: 1.77081vw;
    display: none;
}

footer .container .flex .contato .contato-info div p {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: normal;
    font-size: 0.838vw;
    line-height: 152.4%;
    color: #0A353E;
}

footer .container .flex .contato .contato-info div a {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: normal;
    line-height: 152.4%;
    color: #0A353E;
    text-decoration: none;
    font-size: 0.838vw;
    font-size: 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .container .flex .contato .contato-info div a:nth-child(2) {
    /*
    */
    margin-right: 2vw;
}

footer .container .flex .contato .contato-info div a img {
    width: 1.771vw;
    margin-right: .8vw;
    width: 1.371vw;
    margin-right: .6vw;
}

footer .container .flex .contato .email {}

footer .container .flex .contato .email a {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: normal;
    line-height: 152.4%;
    color: #0A353E;
    text-decoration: none;
    font-size: 0.838vw;
    font-size: 1vw;
}

footer .container .flex .contato .email h5 {
    color: #0A353E;
    font-size: 1.15vw;
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .208vw;
    margin-bottom: 1.77081vw;
    margin-top: 3.28124vw;
}

footer .container .flex .contato .redes {}

footer .container .flex .contato .redes h5 {
    color: #0A353E;
    font-size: 1.15vw;
    font-family: "Amiri";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .208vw;
    margin-bottom: 1.77081vw;
    margin-top: 3.28124vw;
    display: none;
}

footer .container .flex .contato .redes div {}

footer .container .flex .contato .redes div a {
    margin-right: 2.6042vw;
    text-decoration: none;
}

footer .container .flex .contato .redes div a:nth-child(4) {
    margin-right: 0;
}

footer .container .flex .contato .redes div a img {
    width: 3vw;
}

footer .container {
    width: 87vw;
    margin: 0 auto;
    padding-top: 3vw;
}

footer .container .flex .form {
    display: none;
}

footer .container .flex .form form {
    display: flex;
    flex-direction: column;
    width: 34.532vw;
}

footer .container .flex .form form label {
    font-family: 'Amiri' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 1.04vw;
    line-height: 180%;
    color: #0A353E;
    text-align: left !important;
}

footer .container .flex .form form input {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: bold;
    font-weight: normal;
    font-size: 1.04vw;
    line-height: 180%;
    color: #0a353e;
    padding: .6771vw 1.4063vw;
    background: #F9F8F8;
    border: none;
    /*
    margin: 1.66665vw 0;
    */
}

footer .container .flex .form form ::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #A4A4A4 !important;
    font-weight: 400 !important;
}

footer .container .flex .form form .flex-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer .container .flex .form form .flex-form>div {
    width: 45%;
}

footer .container .flex .form form .flex-form input {
    width: 40%;
    width: 100%;
}

footer .container .flex .form form button {
    background: #0A353E;
    font-family: "Amiri";
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFF;
    /*
    padding: .756vw 3.2167vw;
    */
    width: fit-content;
    text-transform: uppercase;
    font-size: 1.11vw;
    font-size: 1.11vw !important;
    margin-top: 2vw;
    width: 12vw;
    height: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sib-form-block {
    padding: 0;
}

#sib-container {
    max-width: 100%;
    padding: 0;
}

.sib-form {
    padding: 0;
}

.sib-form .entry__field {
    margin: 0;
    margin: 1.66665vw 0;
    margin: .5vw 0 1.66665vw 0;
    border: 0;
}

.sib-form .input:not(textarea),
.sib-form .input__button {
    height: auto;
}

.sib-sms-tooltip__icon {
    display: none;
}

.sib-sms-select__calling-code {
    padding: .42vw !important;
    border: 0;
}

#contato .container .flex .form form .sib-sms-select__title {
    height: auto;
    padding: .42vw .84vw !important;
    margin: 0;
    background: #f9f8f8;
    background: #15353e;
    border: 0;
}

.sib-sms-select__number-input {
    height: auto;
    border: 0;
}

::-webkit-input-placeholder {
    color: #A4A4A4 !important;
}

footer .bg {
    position: absolute;
    margin-top: -23vw;
}

footer .bg img {
    width: 29.688vw;
}

footer .container .footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.6043vw 0 2.5vw 0;
    margin: 1.6043vw auto 1.5vw auto;
    width: 52vw;
}

footer .container .footer-bar .logo-marcas {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

footer .container .footer-bar .logo-marcas div {
    margin-right: 2.5vw
}

footer .container .footer-bar .logo-marcas div:nth-child(2) {
    margin-right: 0
}

footer .container .footer-bar .text-center {
    position: relative;
    font-size: .8vw;
}

footer .container .footer-bar .logo-marcas div p {
    font-family: "Amiri";
    font-weight: normal;
    font-style: normal;
    font-size: .94vw;
    line-height: 280%;
    letter-spacing: .208vw;
    color: #505050;
}

footer .container .footer-bar .logo-marcas div img {
    width: 10.365vw;
}

footer .container .footer-bar .logo-marcas div .menezes {
    width: 7.344vw;
}

footer .container .footer-bar .logo-redes {}

footer .container .footer-bar .logo-redes a {
    margin-left: 1vw;
}

footer .container .footer-bar .logo-redes a:nth-child(1) {
    margin-left: 0;
    text-decoration: none;
    color: #0a353e;
    font-size: 1vw;
    display: flex;
    align-items: center;
    align-items: flex-start;
    font-family: "Amiri";
}

footer .container .footer-bar .logo-redes a img {
    width: 1.459vw;
    width: 2vw;
    margin-left: .5vw;
}

#change-header {
    position: absolute;
    bottom: 5vw;
}

.mob {
    display: none;
}


/*MENU MOBILE*/

.hamburguer {
    display: none;
    cursor: pointer;
    float: right;
    color: #00ced1;
    z-index: 200;
}

.hamburguer div {
    width: 22px;
    height: 3px;
    background-color: #FFF;
    margin: 5px;
    transition: all 0.6s ease;
}

.navLinks {
    display: none;
}

header .menu-mobile,
.title-slide-mob {
    display: none;
}


/*
  .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 25;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
  
  }
  .modalDialog:target {
      opacity:1;
      /*
  pointer-events: auto;
  */


/*
}
.modalDialog > div {
  width: 100vw;
  position: relative;
}
.modalDialog > div video {
  width: 100%;
}
.close {
    background: #606061;
    color: #0a353e;
    color: #FFF;
    position: absolute;
    right: 4vw;
    text-align: center;
    top: 4vw;
    top: 50%;
    font-size: 1vw;
    padding: .3vw .8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    z-index: 30;
    cursor: pointer;
    background: rgba( 255, 255, 255, -2.3 );
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 10px;
    border-radius: 5px;
    border: 1px solid rgba( 255, 255, 255, 0.98 );
    font-family: 'Cinzel Decorative', cursive;
    font-family: 'Gotham Bold';
   
    text-transform: uppercase;
    color: #035a69;
    border: 0;
}
.close:hover { 
    background: #035a69;
    color: #FFF;
}

.modalDialog {
padding: 1vw 0;
transform: scaleY(0);
transition: transform 3s linear;
transform-origin: center;
display: flex;
justify-content:center;
align-items: center;
}
.in {
transform: scaleY(1);
}

html {
    background: #000;
}
*/

.no-bg {
    background: none;
}

header,
main,
footer {
    /*
    display: none;
    */
}

.slide .swiper-container {
    width: 100%;
    height: 100%;
}

.slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide .swiper-slide img {
    /*
    */
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #afa171;
    -webkit-text-stroke-width: .05vw;
    -webkit-text-stroke-color: #0a353e;
    font-size: 2vw;
    outline: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    /* right: 0; */
    /* left: 0; */
    float: right;
}

.info-ap .swiper-button-next,
.info-ap .swiper-button-prev {
    position: absolute;
    top: -11vw;
    top: -12vw;
    top: 1vw;
}

.slide-ap .swiper-button-next,
.slide-ap .swiper-button-prev {
    position: absolute;
    top: -18vw;
}

.img-planta .swiper-button-next {
    right: 5vw;
}

.img-planta .swiper-button-prev {
    left: 5.5vw;
}

.img-planta .swiper-button-next,
.img-planta .swiper-button-prev {
    position: absolute;
    top: -16.5vw;
}

.desk {}

.mob {
    display: none !important;
}

.close img {
    width: 1.5vw;
}



#success-message {
    display: flex;
    display: none;
    align-items: center;
    padding: 0.2vw;
    position: relative;
    
}

#success-message img {
    width: 1.25vw;
    margin-right: 0.4vw;
    display: block;
}

#success-message span {
    font-size: .85vw;
}

#error-message {
    display: flex;
    display: none;
    align-items: center;
    padding: 0.2vw;
    position: relative;
    
}

#error-message img {
    width: 1.25vw;
    margin-right: 0.4vw;
    display: block;
}

#error-message span {
    font-size: .85vw;
}

@media (min-width: 768px) {

    
    .page-on-scroll .header {
        border: none;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }
    .page-on-scroll.on-bg-header .header {
        background: #0A353E;
        padding: 1vw 0;
    }
}

@media screen and (max-width: 1025px) {
    .gallery-top .swiper-slide img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #success-message {
        padding: 1.2vw;
        top: 0;
        margin: 0 auto;
    }
    #success-message img {
        width: 6.25vw;
        margin-right: 1.4vw;
    }
    #success-message span {
        font-size: 3.85vw;
    }
    #error-message {
        padding: 1.2vw;
        top: 0;
        margin: 0 auto;
    }
    #error-message img {
        width: 6.25vw;
        margin-right: 1.4vw;
    }
    #error-message span {
        font-size: 3.85vw;
    }
    .close img {
        width: 5.5vw;
    }
    .desk {
        display: none !important;
    }
    .mob {
        display: block !important;
    }
    .close {
        top: 10%;
        font-size: 3vw;
    }
    .mob {
        display: block;
    }
    header {
        background: #0A353E;
    }
    header nav {
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
    .hamburguer div {
        background-color: #58206C;
        background-color: #FFF;
    }
    .hamburguer {
        display: block;
    }
    header nav .logo svg {
        width: 25vw;
    }
    nav .navLinks ul {
        padding: 0;
        list-style: none;
        padding-top: 10vw;
        padding-left: 2em;
    }
    nav .navLinks ul li a {
        text-decoration: none;
        color: #FFF;
    }
    nav ul.navAtiva {
        display: block;
        text-align: left;
        padding-left: 0;
        padding-top: 20vw;
        /*
        padding: 2em;
        top: 2em;
        */
        display: flex;
        text-align: left;
        padding-left: 0;
        padding-top: 20vw;
        flex-direction: column;
        justify-content: space-between;
    }
    nav ul.navAtiva li {
        margin: 5.5vw 0;
    }
    nav ul.navAtiva+li {
        margin-top: 20vw;
    }
    .menu {
        display: none
    }
    nav .navLinks {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #0A353E;
        top: 0;
        left: 0;
        transition: 0.6s;
        font-size: 6vw;
        z-index: 5;
    }
    .hero {
        height: auto;
    }
    .hero .hero-img img {
        width: auto;
        width: 100vw;
        height: 90vh;
    }
    .hero .container .logoamura {
        width: 50vw;
        width: 63vw;
        margin-bottom: 10vw;
        margin-bottom: 0;
        margin: 0;
    }
    .hero .container {
        flex-direction: column;
    }
    .hero .container a {
        font-size: 3.93vw;
        position: absolute;
        bottom: 10%;
        bottom: 10%;
        padding: 4vw 13.5vw;
    }
    .hero .container .redes {
        display: none;
    }
    .hero .container .redes a {
        margin-left: 5vw;
    }
    .hero .container .redes a img {
        width: 7vw;
    }
    .hero .container {
        width: 100vw;
        margin: 0 auto;
        padding-top: 40vw;
    }
    .hero .container h3 {
        font-size: 5.3vw;
        line-height: inherit;
    }
    .hero .container hr {
        width: 21vw;
        margin: 2vw 0 8vw 0;
    }
    .hero .container .flex {
        flex-direction: column-reverse;
        flex-direction: column;
        width: 100%;
        margin-top: 10vw;
    }
    .hero .container .flex .form {
        width: 100%;
    }
    .hero .container .flex .form .bg-form {
        position: absolute;
        right: 0;
        margin-top: 13vw;
        display: none !important;
    }
    .hero .container .flex .text {
        margin-top: 12vw;
    }
    .hero .container .flex .text h2 {
        font-size: 4.27vw;
        line-height: 200%;
        margin-bottom: 0;
        color: #fff;
        margin: 0 auto;
        width: 80%;
    }
    .hero .container .flex .form form {
        display: flex;
        flex-direction: column;
        margin: 8vw 0px;
        width: 80%;
        margin: 7vw auto 20vw auto;
    }
    .hero .container .flex .form form .flex-form {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero .container .flex .form form label {
        font-family: 'Amiri';
        font-style: normal;
        font-weight: bold;
        font-size: 4.3vw;
        color: #fff;
        margin-top: 3vw;
        margin-top: 0vw;
    }
    .hero .container .flex .form form .flex-form input {
        width: 97%;
        margin-bottom: 5vw;
    }
    .sib-sms-select__number-input {
        margin-top: 5vw;
        margin-top: 10vw;
    }
    .hero .container .flex .form form .flex-form>div {
        width: 100%;
    }
    .hero .container .flex .form form input {
        font-size: 4.2vw;
        line-height: 180%;
        padding: .6771vw 1.4063vw;
        background: #fff;
        color: #15353e;
        margin-bottom: 5vw;
    }
    .hero .container .flex .form form button {
        padding: 5.756vw 4.2167vw;
        border: none;
        font-size: 4.11vw;
        font-size: 3.5vw !important;
        margin-top: 6vw;
        background: #afa171;
        color: #0A353E;
        width: 60%;
    }
    .form__label-row {
        margin-bottom: 5vw;
    }
    .hero .container .flex .form form .sib-sms-select__title {
        height: auto;
        display: flex;
        align-items: flex-end;
        background: #f9f8f8;
    }
    .amura {
        padding: 15vw 0;
        padding: 15vw 0 0vw 0;
    }
    .amura .container {
        flex-direction: column;
        width: 90%;
        width: 80%;
        margin: 0 auto;
    }
    .amura .container .text h1 {
        font-size: 4.27vw;
        width: 70%;
        line-height: 200%;
        margin-bottom: 0;
    }
    .amura .container .text p {
        font-size: 3.5vw;
        line-height: 190%;
        letter-spacing: .408vw;
        margin: 6vw 0 10vw 0;
    }
    .amura .container .img {
        margin: 0;
    }
    .amura .container .img img {
        width: 90vw;
        margin-bottom: 10vw;
    }
    .video {
        padding: 17vw 0;
    }
    .video .container {
        width: 100vw;
        margin: 0 auto;
    }
    .estrutura {
        background: none;
        padding-top: 0;
    }
    .estrutura .up {
        flex-direction: column-reverse;
        width: 80%;
        margin: 0 auto;
    }
    .estrutura .up .text {
        margin-right: 0;
    }
    .estrutura .up .text h2 {
        font-size: 4.27vw;
        line-height: 200%;
        margin-bottom: 0;
    }
    .estrutura .up .text hr {
        height: .1045vw;
        width: 35vw;
        margin-bottom: 15vw;
    }
    .estrutura .up .text p,
    .estrutura .up .text h5 {
        width: auto;
        font-size: 3.5vw;
        line-height: 190%;
        letter-spacing: .408vw;
        letter-spacing: .37vw;
    }
    .estrutura .up .text h5 {
        font-size: 4.2vw;
    }
    .estrutura .up .img {
        position: relative;
        right: 5vw;
        margin-top: 9vw;
        margin-bottom: 12vw;
    }
    .estrutura .up .img img {
        width: 95vw;
        width: 90vw;
        display: none;
    }
    .estrutura .down .text {
        width: auto;
        margin-left: auto;
        display: none;
    }
    .estrutura .down .img {
        position: absolute;
        left: 0;
    }
    .estrutura .down .text h2 {
        font-size: 5.1vw;
        line-height: inherit;
        margin: 0 auto;
        width: 100%;
    }
    .estrutura .down .text hr {
        width: 39vw;
        margin-bottom: 3.125vw;
        left: 10vw;
        position: relative;
    }
    .estrutura .down .text p {
        font-size: 3.8vw;
        line-height: 180%;
    }
    .estrutura .down {
        justify-content: flex-start;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        margin-top: 10.6875vw;
        margin: 0;
    }
    .info-ap .container {
        margin: 0 auto;
        flex-direction: column;
        padding: 30vw 0;
    }
    .info-ap .container .img img {
        width: 80vw;
    }
    .info-ap .container .select .slide-select img {
        width: 16vw;
        margin: 0 1vw;
    }
    /*
    .info-ap .container .select .slide-select {
        display: flex;
        justify-content: center;
        margin: 7vw 0;
    }
    */
    .info-ap .container .text h3 {
        font-size: 4.3vw;
        margin-bottom: 4vw;
    }
    .info-ap .container .text p {
        font-size: 3.8vw;
        line-height: 180%;
    }
    .info-ap .container .icons img {
        width: 13.25vw;
    }
    .info-ap .container .swiper-container {
        overflow-x: hidden;
    }
    .info-ap .container .swiper {
        width: 100%;
        height: 100%;
    }
    .info-ap .container .swiper-slide {
        width: 60vw !important;
        height: 60vw !important;
    }
    .info-ap .container .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .info-ap .container .swiper-button-next:after,
    .info-ap .container .swiper-container-rtl .swiper-button-prev:after,
    .info-ap .container .swiper-button-prev:after,
    .info-ap .container .swiper-container-rtl .swiper-button-next:after {
        color: #afa171;
        -webkit-text-stroke-width: .05vw;
        -webkit-text-stroke-color: #0a353e;
        font-size: 10vw;
        font-size: 9vw;
        outline: none;
    }
    .info-ap .swiper-button-next,
    .info-ap .swiper-button-prev {
        top: -30vw;
    }
    .info-ap .container .text {
        width: 93%;
        margin: 0 auto;
    }
    .info-ap .container .text h3 {
        letter-spacing: 1.06vw;
    }
    .info-ap .container .text p {}
    .apartamento {
        background: linear-gradient(to bottom, #FFFFFF 47%, #AFA171 47%);
        background: linear-gradient(to bottom, #FFFFFF 52%, #AFA171 52%);
        overflow: hidden;
    }
    .apartamento .container {
        width: 80vw;
        padding: 15vw 0;
    }
    .apartamento .container .content {}
    .apartamento .container .content .text {
        width: 100%;
    }
    .apartamento .container .content .text h3 {
        font-size: 4.27vw;
        line-height: 200%;
    }
    .apartamento .container .content .text hr {
        width: 20vw;
    }
    .apartamento .container .content .text h4 {
        font-size: 4vw;
        font-size: 3.5vw;
        line-height: 190%;
        margin: 5vw 0;
    }
    .apartamento .container .content .text h5 {
        font-size: 3.9vw;
        margin-top: 4vw;
        margin-bottom: 1.2vw;
        letter-spacing: .208vw;
    }
    .apartamento .container .content .text p {
        font-size: 3.5vw;
        line-height: 190%;
        letter-spacing: .408vw;
        letter-spacing: .37vw;
    }
    .apartamento .container .content .img {
        display: none;
    }
    .apartamento .container .img img {
        width: 65vw;
    }
    .apartamento .container .planta {
        flex-direction: column-reverse;
    }
    .apartamento .container .planta .text {
        width: 100%;
        padding: 12vw 0 12vw 2vw;
    }
    .apartamento .container .planta .text h3,
    .apartamento .container .planta .text h5 {
        font-size: 5.3vw;
        line-height: inherit;
    }
    .apartamento .container .planta .text h4 {
        font-size: 4vw;
        text-align: left;
        font-family: 'Cinzel Decorative', cursive;
        color: #0a353e;
        font-weight: 600;
    }
    .apartamento .container .planta .text hr {
        width: 18.38vw;
        background: #0a353e;
        border: 0;
        height: .2vw;
        margin-top: 1vw;
    }
    .apartamento .container .planta .text p {
        letter-spacing: normal;
        line-height: 180%;
        font-size: 3.8vw;
    }
    .apartamento .container .planta .buttons {}
    .apartamento .container .planta .buttons a:nth-child(1) {
        /*
        margin-right: 5vw;
        display: none;
        */
    }
    .apartamento .container .planta .buttons a,
    .apartamento .container .planta .buttons button {
        text-decoration: none;
        background: #0a353e;
        font-family: "Amiri";
        font-style: normal;
        font-weight: bold;
        font-size: 3.93vw;
        letter-spacing: 0.04em;
        color: #ffffff;
        text-decoration: none;
        padding: 1.756vw 2.541vw;
        margin-top: 3.65vw;
        padding: 1.756vw 8.541vw;
        border: 0;
    }
    .apartamento .container .planta .slide .swiper-button-next:after,
    .apartamento .container .planta .slide .swiper-container-rtl .swiper-button-prev:after,
    .apartamento .container .planta .slide .swiper-button-prev:after,
    .apartamento .container .planta .slide .swiper-container-rtl .swiper-button-next:after {
        color: #0a353e;
        -webkit-text-stroke-width: .05vw;
        -webkit-text-stroke-color: #f9f8f8;
        font-size: 10vw;
        outline: none;
    }
    .apartamento .container .planta .slide .swiper-button-next,
    .apartamento .container .planta .slide .swiper-rtl .swiper-button-prev,
    .apartamento .container .planta .slide .swiper-button-next,
    .apartamento .container .planta .slide .swiper-button-prev {
        top: -122vw;
    }
    .apartamento .container .planta .slide {
        width: 100%;
    }
    .apartamento .container .planta .slide h3 {
        font-family: 'Cinzel Decorative';
        font-style: normal;
        font-weight: normal;
        line-height: 287%;
        color: #0A353E;
        font-size: 4.27vw;
        line-height: 200%;
        margin-top: 30vw;
    }
    .apartamento .container .planta .slide hr {
        background: #0A353E;
        border: 0;
        height: .1045vw;
        width: 22vw
    }
    .apartamento .container .planta .slide .plante-flex img {
        width: 65vw;
    }
    .apartamento .container .planta .slide .tab button {
        padding: 1vw 3vw;
        font-size: 3vw;
    }
    .apartamento .container .planta .text p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #0a353e;
        font-size: 4vw;
        font-size: 4.28vw;
        text-align: left;
    }
    .apartamento .container .planta .text p img {
        width: 8vw;
        margin: 2vw 3vw 2vw 0;
    }
    .apartamento .container .content .planta .slide .swiper-slide img {}
    .ebook .container {
        width: 90vw;
        padding: 15vw 0;
    }
    .ebook .container h3 {
        line-height: initial;
        font-size: 4.3vw;
    }
    .ebook .container .ebook-download .card img {
        width: 20vw;
    }
    .ebook .container .ebook-download .card:nth-child(2) img {
        width: 18vw;
    }
    .ebook .container .ebook-download .card a {
        font-size: 3vw;
        padding: 2.756vw 2.541vw;
        padding: 2.756vw 1vw;
    }
    .localizacao {
        background: #F4EFEF;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column-reverse;
    }
    .localizacao .bg-left {
        position: relative;
        top: 8vw;
    }
    .localizacao .container {
        flex-direction: column-reverse;
        width: 80vw;
        margin: 0 auto;
        padding-top: 0;
    }
    .localizacao .container .text {
        width: 100%;
        margin-left: 0;
    }
    .localizacao .container .img {
        position: relative;
        left: -10vw;
        margin-top: 8vw;
    }
    .localizacao .container .text h3 {
        font-size: 5.3vw;
        line-height: initial;
        margin-bottom: 3vw;
        display: none !important;
    }
    .localizacao .container .text hr {
        width: 32.813vw;
    }
    .localizacao .container .text h5 {
        font-size: 4vw;
        margin: 5vw 0;
    }
    .localizacao .container .text p {
        font-size: 3.8vw;
        line-height: 180%;
    }
    .localizacao .container .img img {
        width: 90vw;
    }
    footer .container {
        width: 100vw;
        padding-top: 0;
    }
    footer .container h3 {
        font-family: 'Cinzel Decorative';
        font-style: normal;
        font-weight: normal;
        letter-spacing: .13vw;
        color: #0A353E;
        font-size: 5.3vw;
        line-height: inherit;
    }
    footer .container hr {
        background: #0A353E;
        border: 0;
        height: .1045vw;
        width: 21vw;
        margin: 2vw 0 8vw 26vw;
    }
    footer .container .flex {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    footer .container .flex .contato {
        width: 100%;
        width: 80%;
        padding: 20vw 10vw 10vw 10vw;
        flex-direction: column;
        text-align: center;
    }
    footer .container .flex .contato .contato-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    footer .container .flex .contato .contato-info div {
        margin-right: 0;
        margin-bottom: 5vw;
        flex-direction: column;
    }
    footer .container .flex .contato .contato-info div:nth-child(2) {
        margin-bottom: 0;
    }
    footer .container .flex .contato .contato-info div h5 {
        color: #0A353E;
        font-family: "Amiri";
        font-style: normal;
        font-weight: normal;
        font-size: 4.15vw;
        letter-spacing: .208vw;
        margin-bottom: 1.77081vw;
        font-weight: 700;
    }
    footer .container .flex .contato .contato-info div a img {
        width: 4.8vw;
        margin-right: 2.6vw;
    }
    footer .container .flex .contato .contato-info div a:nth-child(2) {
        margin-bottom: 9vw;
        margin-top: 6vw;
    }
    footer .container .flex .contato .email {}
    footer .container .flex .contato .email h5 {
        color: #0A353E;
        font-size: 1.15vw;
        font-family: "Amiri";
        font-style: normal;
        font-weight: normal;
        letter-spacing: .208vw;
        margin-bottom: 1.77081vw;
        margin-top: 3.28124vw;
        font-size: 4.15vw;
        font-weight: 700;
    }
    footer .container .flex .contato .email a {
        font-family: 'Amiri';
        font-style: normal;
        font-weight: normal;
        line-height: 152.4%;
        color: #0A353E;
        font-size: 4vw;
        text-decoration: none;
        color: #0a353e;
    }
    footer .container .flex .contato .contato-info div p {
        font-family: 'Amiri';
        font-style: normal;
        font-weight: normal;
        color: #0A353E;
        font-size: 3.838vw;
        line-height: 120%;
    }
    footer .container .flex .contato .contato-info div a {
        line-height: 120%;
        font-size: 3.838vw;
        text-decoration: none;
        color: #0a353e;
    }
    footer .container .flex .contato .redes h5 {
        color: #0A353E;
        font-size: 4.15vw;
        margin: 10vw 0 2vw 0;
        font-weight: 700;
        display: none;
    }
    footer .container .flex .contato .redes div a img {
        width: 8vw;
    }
    footer .container .flex .contato .redes {
        margin-top: 10vw;
    }
    footer .container .flex .contato .redes div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        width: 50%;
        margin: 0 auto;
    }
    footer .container .footer-bar {
        flex-direction: column;
        margin-bottom: 10vw;
    }
    footer .container .footer-bar .logo-redes {}
    footer .container .footer-bar .logo-redes a:nth-child(1) {
        font-size: 4vw;
        margin-top: 5vw;
    }
    footer .container .footer-bar .logo-redes a img {
        width: 6vw;
        width: 8vw;
    }
    footer .container .footer-bar .logo-marcas div p {
        font-size: 3.94vw;
    }
    footer .container .footer-bar .logo-marcas {
        flex-direction: column;
        flex-direction: row;
        justify-content: space-between;
    }
    footer .container .footer-bar .logo-marcas div {
        margin-right: 0;
        margin: 0 3vw 7vw 3vw;
    }
    footer .container .footer-bar .logo-marcas div .menezes {
        width: 30.344vw;
    }
    footer .container .footer-bar .logo-marcas div img {
        width: 35vw;
    }
    footer .container .footer-bar .text-center {
        margin-left: 0;
        position: relative;
        font-size: 3.8vw;
        color: #0a353e;
    }
    footer .bg {
        position: absolute;
        margin-top: -43vw;
    }
    footer .bg img {
        width: 50vw;
    }
    .gallery-thumbs {
        height: auto;
        box-sizing: border-box;
        padding: 0;
        cursor: pointer;
        width: 100%;
    }
    /*
    .swiper-slide-active {
        width: 100% !important;
    }
    */
    .gallery-top {
        height: 80%;
        height: auto;
        width: 77% !important;
    }
}


/*Adicionando animação*/

@keyframes navLinkDesaparece {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}


/*Transformando Menu Hamburguer em X*/

.hamburguerAlternar .linha1 {
    transform: rotate(45deg) translate(5px, 6px);
    background-color: #FFF;
}

.hamburguerAlternar .linha2 {
    opacity: 0;
    background-color: #FFF;
}

.hamburguerAlternar .linha3 {
    transform: rotate(-45deg) translate(5px, -6px);
    background-color: #FFF;
}

.img-planta {}