@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
}

.rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 150px;
    width: 100%;
    height: 300px;
    background-color: #2b0037;
}

.rodape img {
    width: 230px;
}

.Copyright {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #003736;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    padding: 0 50px;
}

.Copyright p {
    font-size: 13px;
    color: #ededed;
}

.Copyright img {
    width: 155px;
    height: auto;
}

.Copyright span {
    font-weight: 500;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 30px 100px;
    background: #fff;
    box-shadow: 1px 1px 10px 0px #00000075;
    z-index: 100001;
}

.sticky {
    padding: 20px 150px;
    transition: 1s;
}

.sticky img {
    width: 80px!important;
    transition: 1s;
}

a img {
    width: 100px;
    display: flex;
    margin: -5px;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    margin: 0 10px;
    text-decoration: none;
    color: #003736;
    letter-spacing: 1.5px;
    font-weight: 500;
}

header ul li a:hover {
    font-weight: 600;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/assets/living-room.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 10000;
}

#Imóveis {
    background: #ededed;
}

#Imóveis a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: none;
}

.plan:hover {
    text-decoration: underline!important;
}

#Imóveis p {
    font-size: 15px;
    color: #3e3e3e;
}

#Imóveis h2 {
    margin-top: 50px;
    letter-spacing: -0.5px;
    font-size: 35px;
    color: #393939;
}

.imov {
    margin-left: 60px!important;
}

.property {
    margin: 40px 0 40px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.Around {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.propimg {
    height: 300px;
    overflow: hidden;
}

.propimg img {
    width: 100%;
    height: 100%;
    filter: brightness(90%);
    margin: 0;
}

.prop_1, .prop_2, .prop_3 {
    width: 350px;
    height: 530px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.proptxt {
    margin-top: 15px;
    padding: 0 20px;
}

.prop_1 h3, .prop_2 h3, .prop_3 h3 {
    color: #003736;
    font-size: 20px;
    font-weight: 400;
}

.prop_1 p, .prop_2 p, .prop_3 p {
    font-size: 16px!important;
    color: #3e3e3e!important;
    letter-spacing: -0.5px;
    margin-top: -5px;
    opacity: 80%;
}

.proptop {
    width: 100%;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lauch {
    background-color: #003736;
}

.construction {
    background-color: #026563;
}

.ready {
    background-color: #2b0037;
}

.proptop h3 {
    color: #fff;
    letter-spacing: -0.5px;
    font-size: 17px;
    opacity: 90%;
}

.propicons {
    margin-top: 15px;
}

.propicons i {
    padding: 0 10px 0 20px;
    color: #003736;
}

.dorm, .bath, .val {
    margin-top: 10px;
    display: flex;
}

.dorm i {
    font-size: 15px;
}

.bath i, .val i {
    font-size: 18px;
}

.btn_others {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.btn_others button {
    background-color: #003736;
    color: #ededed;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.btn_others button:hover {
    background-color: #2b0037;
}

section {
    padding: 50px 5.208vw;
    background: #fff;
    color: #000;
}

section h2 {
    margin-top: 20px;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #393939;
}

.line_border {
    border-top: 2px solid #2b0037;
    width: 80px;
    margin-left: 185px;
    display: inline-table;
    opacity: 80%;
}

.line_border  div{
    opacity: 0;
}

section p {
    text-align: justify;
}

.content {
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 345px 100px;
}

.content .textBox {
    position: relative;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content .textBox h2 {
    color: #fff;
    font-size: 4em;
    line-height: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #fff;
}

.content .textBox h2 span {
    font-size: 2em;
}

.content .textBox p {
    color: #fff;
    text-align: justify;
    letter-spacing: -0.5px;
    text-shadow: 2px 1px 14px #000;
}

.thumb {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    filter: invert(100%);
    z-index: 100000;
}

.thumb li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translateY(-20px);
    } 25% {
        transform: translateY(-10px);
    } 50% {
        transform: translateY(0px);
    } 65% {
        transform: translateY(6px);
    } 75% {
        transform: translateY(6px);
    } 100% {
        transform: translateY(-20px);
    }
}

.thumb li img {
    max-width: 40px;
}

.Texts_Abt {
    margin-top: -40px;
}

.About {
    display: flex;
    margin-top: 80px;
    text-align: justify;
    justify-content: space-between;
    align-items: center;
}

.Main_About {
    display: contents;
    width: 100%;
    font-size: 26px;
    font-weight: 900;
    color: #2b0037;
}

.About_Color {
    display: contents;
    color: #003736;
    font-weight: 900;
}

.About_Txt {
    display: contents;
    color: #3e3e3e;
    font-weight: 400;

}

.About_City {
    display: contents;
    font-weight: 700;
}

.About img {
    max-width: 100%;
    max-height: 28em;
    width: auto;
    height: auto;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: 50px;
    object-fit: contain;    
    float: right;
}

.ButtonsContact {
    display: flex;
    margin: 50px 0 60px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#Empresa h2 {
    margin-top: 50px;
    letter-spacing: -0.5px;
}

#Empresa p {
    font-size: 15px;
    color: #3e3e3e;
}

#Empresa a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: none;
}

#Empresa a:hover {
    text-decoration: underline;
}

.services {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srvc_1, .srvc_2, .srvc_3 {
    width: 300px;
    height: 250px;
    padding: 40px;
    background-color: #ededed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.srvc_1 i, .srvc_2 i, .srvc_3 i {
    color: #2b0037;
    font-size: 30px;
    margin-bottom: 15px;
}

.srvc_1 h3, .srvc_2 h3, .srvc_3 h3 {
    color: #2b0037;
    font-size: 23px;
    margin-bottom: 10px;
}

.srvc_1 p, .srvc_2 p, .srvc_3 p {
    font-size: 14.5px!important;
    color: #3e3e3e!important;
    letter-spacing: -0.5px;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.srvc_1, .srvc_2 {
    margin-right: 80px;
}

.company {
    margin-left: 225px;
}

#Contato i {
    font-size: 20px;
}

#Contato h2 {
    margin-top: 50px;
    letter-spacing: -0.5px;
}

.Text_Cntt {
    font-size: 15px;
    color: #3e3e3e;
}

.Loc_Btn, .Mob_Btn, .Clo_Btn {
    background-color: #003736;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
    width: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.MapPin {
    width: 100%;
    height: 300px;
    border: 0;
}

.AllPins {
    display: flex;
}

.AllPins:not(:last-child) {
    margin-right: auto;
}

.InfosPin h3 {
    color: #393939;
    font-weight: 550;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.InfosPin p {
    color: #393939;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.FtAllPins {
    display: flex;
    align-items: center;
}

.FtAllPins:not(:last-child) {
    margin-bottom: 15px;
}

.FtAllPins i {
    font-size: 15px;
    color: #003736;
}

.FooterPin a {
    text-decoration: none;
}

.FooterPin p {
    color: #ededed;
    font-size: 13px;
    margin-left: 10px;
}

.FooterPin p:hover {
    text-decoration: underline;
}

.Off p:hover {
    text-decoration: none;
}

.right {
    display: flex;
    flex-direction: column;
}

.right a {
    font-size: 15px;
    margin-left: 10px;
    color: #ededed;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: -0.2px;
}

.right a:hover {
    text-decoration: underline;
}

.right i {
    font-size: 7px;
    margin-bottom: 15px;
    color: #003736;
    display: flex;
    align-items: center;
}

/* ScrollTop*/
.ScrollTop i {
    font-size: 19px;
    color: #fff;
}

.ScrollTop {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #003736;
    border: 0;
    border-radius: 5px;
    right: 13px;
    bottom: 13px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transform: translateY(20px);
    transition: 0.7s ease-in-out;
}

.ScrollTop:hover {
    background-color: #2b0037;
}

.ScrollTop.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.Wpp {
    border: 0;
    margin-left: 20px;
    opacity: 90%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.Wpp:hover {
    opacity: 100%;
}

.Wpp i {
    font-size: 35px;
    color: #003736;
}

/* Animation */

[data-anime] {
    opacity: 0;
    transition: 1s;
}

[data-anime="reveal"] {
    scale: 0;
}

[data-anime="top"] {
    transform: translate3d(0, 100px, 0);
}

[data-anime="down"] {
    transform: translate3d(0, -50px, 0);
}

[data-anime="left"] {
    transform: translate3d(-70px, 0, 0);
}

[data-anime="left_serv2"] {
    transform: translate3d(-70px, 0, 0);
    transition-delay: 0.5s;
}

[data-anime="left_serv3"] {
    transform: translate3d(-70px, 0, 0);
    transition-delay: 1s;
}

[data-anime="right"] {
    transform: translate3d(15px, 0, 0);
}

[data-anime].animate {
    opacity: 1;
    scale: 1;
    transform: translate3d(0px, 0px, 0px);
}

/* Responsive Mode */
@media (max-width: 1080px) {
    /*Laptop*/
    [data-anime="left"] {
        transform: translate3d(15px, 0, 0);
    }

    [data-anime="right"] {
        transform: translate3d(15px, 0, 0);
    }

    header {
        padding: 30px 50px;
    }

    .sticky {
        padding: 20px 100px;
    }

    .content .textBox h2 {
        font-size: 48px;
    }

    .content .textBox p {
        font-size: 15px;
    }

    .About {
        align-items: unset;
    }

    .Texts_Abt {
        margin-top: 0px;
    }

    .About img {
        margin-top: 0px;
    }

    .services {
        margin-top: 50px;
        flex-direction: column;
    }

    .srvc_1, .srvc_2 {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .ButtonsContact {
        align-items: flex-start;
        flex-direction: column;
    }

    .AllPins:not(:last-child) {
        margin-bottom: 20px;
    }

    .rodape {
        padding: 0 50px;
    }
}

@media (max-width: 837px) {
    /*Tablet*/
    .menu {
        position: fixed;
        top: 79px;
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.5s;
        z-index: 99999;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .menu.active {
        left: 0;
    }

    .toggle {
        width: 40px;
        height: 40px;
        background: url("/assets/menu-button.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin: 0px -15px 0px 0px;
    }

    .toggle.active {
        background: url("/assets/close-button.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer;
    }

    .ScrollTop {
        bottom: 20px;
    }

    .banner {
        background-size: auto;
    }

    header {
        padding: 20px 20px;
    }

    a img {
        width: 80px;
    }

    .sticky {
        padding: 20px 20px;
    }

    .content {
        padding: 0px 30px;
    }

    header ul li a {
        color: #003736;
        font-size: 26px;
        margin: 0px;
        font-weight: 300;
    }

    header ul li a:hover {
        font-weight: 400;
    }

    .content .textBox h2 {
        font-size: 44px;
        line-height: 45px;
        text-shadow: 0px 1px 0px #fff;
        letter-spacing: -1.5px;
    }

    .content .textBox p {
        font-size: 14px;
        margin-top: 10px;
    }

    .Wpp {
        margin-left: 0px;
        margin-top: 10px;
    }

    .About {
        flex-direction: column-reverse;
        align-items: center;
    }

    .About img {
        margin-left: 0;
        max-width: 80%;
    }

    .Texts_Abt {
        margin-top: 50px;
    }

    .Main_About {
        font-size: 20px;
    }

    .About_Txt {
        font-size: 15px;
    }

    #Imóveis h2, #Empresa h2, #Contato h2 {
        font-size: 22px;
        line-height: 30px!important;
    }

    .line_border {
        width: 50px;
        margin-left: 107px;
    }

    .company {
        margin-left: 133px;
    }

    .imov {
        margin-left: 32px !important;
    }

    #Imóveis p, #Empresa p, .Text_Cntt {
        font-size: 15px;
    }

    .propimg {
        height: 250px;
    }

    .prop_1, .prop_2, .prop_3 {
        height: 465px;
    }

    .proptop h3 {
        font-size: 18px!important;
    }

    .prop_1 h3, .prop_2 h3, .prop_3 h3 {
        font-size: 20px;
    }

    .prop_1 p, .prop_2 p, .prop_3 p {
        font-size: 15px !important;
        margin-top: 0px!important;
        font-weight: 100;
    }

    .propicons {
        margin-top: 10px;
    }

    .dorm i {
        font-size: 14px;
        padding: 0 8px 0 20px;
    }

    .bath i, .val i {
        font-size: 17px;
    }

    .dorm, .bath, .val {
        margin-top: 5px;
        align-items: center;
    }

    .proptxt p {
        margin-top: -5px !important;
    }

    .btn_others button {
        font-size: 13px;
    }

    .InfosPin {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .InfosPin h3 {
        font-size: 15px;
    }

    .InfosPin p {
        font-size: 14px;
        line-height: 15px;
    }

    .srvc_1, .srvc_2, .srvc_3 {
        height: 220px;
    }

    .srvc_1 i, .srvc_2 i, .srvc_3 i {
        font-size: 25px;
    }

    .srvc_1 h3, .srvc_2 h3, .srvc_3 h3 {
        font-size: 18px;
    }

    .srvc_1 p, .srvc_2 p, .srvc_3 p {
        font-size: 13.5px !important;
    }
    
    .rodape {
        padding: 0;
        height: 350px;
        flex-direction: column;
    }

    .rodape img {
        width: 200px;
        margin: 40px 0 20px 0;
    }

    .FooterPin p {
        font-size: 13px;
    }

    .FtAllPins i {
        font-size: 14px;
    }

    .right {
        flex-direction: row;
        margin: 30px 0 30px 0;
    }

    .right a {
        font-size: 14px;
        margin: 0 20px 0 5px;
    }

    .Copyright {
        height: 130px;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
    }

    .Copyright p {
        margin-top: 0px;
        font-size: 13px;
        text-align: center;
        margin-bottom: -20px;
    }

    .Copyright img {
        width: 150px;
        margin: 0;
    }

    .FtAllPins:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    /*Mobile*/
    header ul li a {
        font-size: 24px;
    }

    .content .textBox h2 {
        font-size: 40px;
    }

    .content .textBox p {
        font-size: 12px;
    }

    .Main_About {
        font-size: 18px;
    }

    .About_Txt {
        font-size: 14px;
    }

    #Imóveis h2, #Empresa h2, #Contato h2 {
        font-size: 20px;
    }

    #Imóveis p, #Empresa p, .Text_Cntt {
        font-size: 14px;
    }

    .proptop h3 {
        font-size: 16px!important;
    }

    .prop_1 h3, .prop_2 h3, .prop_3 h3 {
        font-size: 18px;
    }

    .prop_1 p, .prop_2 p, .prop_3 p {
        font-size: 14px !important;
    }

    .btn_others button {
        font-size: 11px;
    }

    .srvc_1 i, .srvc_2 i, .srvc_3 i {
        font-size: 22px;
    }

    .srvc_1 h3, .srvc_2 h3, .srvc_3 h3 {
        font-size: 16px;
    }

    .srvc_1 p, .srvc_2 p, .srvc_3 p {
        font-size: 12px !important;
    }

    .Loc_Btn {
        width: 55px;
    }

    .InfosPin h3 {
        font-size: 13px;
    }

    .InfosPin p {
        font-size: 12px;
    }

    .rodape img {
        width: 180px;
        margin: 50px 0 30px 0;
    }

    .FooterPin p {
        font-size: 12.5px;
    }

    .FtAllPins i {
        font-size: 13.5px;
    }

    .right a {
        font-size: 13px;
        margin: 0 5px;
    }

    .Copyright p {
        font-size: 12px;
    }

    .Copyright img {
        width: 120px;
    }
}