@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('http://fonts.cdnfonts.com/css/segoe-ui-4');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

.hidden {
    visibility: hidden;
    display: none;
}
.visible {
    visibility: visible;
    display: block;
}

#floating-wpp {
    position: fixed;
    bottom: 2.2rem;
    right: 1.5rem;
    color: white;
    z-index: 1001;
    font-size: 2.6rem;
    background: rgba(0, 0, 0, .85);
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    color: lime;
    border: lime 1px solid;
    transition: transform .2s ease;
}
#floating-wpp i {
    transform: translateY(-2px);
}
#floating-wpp:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    #floating-wpp {
        bottom: 2.5rem;
    }
}

#landing-page{
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.landing-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -998;
}
.landing-img {
    position: fixed;

    background: url(imgs/landing-images/limg.jpg) rgba(22, 65, 114, 0.363);
    background-blend-mode: overlay;
    background-position: center;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -999;
}

.landing-content {
    padding: 0 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.landing-text{
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landing-text > h1 {
    font-size: 3rem;
    margin-bottom: 0rem;
    letter-spacing: .35rem;
}

.landing-text > h3 {
    margin-top: 1rem;
    letter-spacing: .2rem;
    font-size: 1.6rem;
}

.landing-text .line {
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        gold 90%,
        rgba(0,0,0,0)
    );
}

.social-icons {
    text-align: center;
    margin-top: 3rem;
}

.social-icons a {
    padding: .8rem;
    text-decoration: none;
    color: white;
}

.social-icons a i{
    transition: .2s all ease !important;
}

.social-icons a i:hover {
    transform: scale(1.2) !important;
}

/* .social-icons a:nth-child(1) i:hover{
    color: rgb(230, 0, 142);;
}
.social-icons a:nth-child(2) i:hover{
    color: rgb(0, 110, 255);
}
.social-icons a:nth-child(3) i:hover{
    color: rgb(255, 230, 0);
}
.social-icons a:nth-child(4) i:hover{
    color: lime;
} */



.social-icons a:nth-child(1) i:hover{
    color: rgb(182, 22, 121);;
}
.social-icons a:nth-child(2) i:hover{
    color: rgb(23, 84, 163);
}
.social-icons a:nth-child(3) i:hover{
    color: rgb(209, 188, 0);
}
.social-icons a:nth-child(4) i:hover{
    color: rgb(32, 170, 32);
}


#form {
    width: 22rem;
    height: 100vh;
    background: rgba(255, 255, 255, .65);
    text-align: center;
    margin-right: 3rem;
    overflow: hidden;
}
.form-top{
    background: white;
    font-weight: 300;
    color: #29698E;
    padding: 7rem 3rem 0;
}
.form-top > h3 {
    padding-bottom: .7rem;
    border-bottom: 2px gray solid;
    font-size: 1.6rem;
}
.form-top > h3 > span {
    text-transform: uppercase;
    font-size: 1.8rem;
}

.form-top p {
    background: white;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    padding: .2rem;
    margin-top: 1.5rem;
    transform: translateY(.7rem);
}

#contact-form {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 3rem 1.5rem;
    color: #29698E;
}

#contact-form p {
    font-size: 1.2rem;
    margin-bottom: .3rem;
}

#contact-form input {
    border: none;
    border-radius: 3px;
    height: 2.5rem;
    font-size: 1.1rem;
    margin-bottom: .8rem;
    padding-left: 1rem;
    color: #29698E;
}

.btn-submit {
    width: 50%;
    align-self: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    padding: .3rem 0;
    background: #3b9dd6;
    border: none;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: .2s all ease;
}

.btn-submit:hover {
    background: #4ab9ec;
    transform: scale(1.05);
}

@media screen and (max-width: 978px) {
    .landing-content {
        flex-direction: column;
        align-items: center;
        padding: 6rem 1rem 0;
        margin: 0;
    }
    .landing-text {
        width: 100%;
        padding: 0 1rem 2rem;
        margin: 0;
        justify-content: center;
    }
    .landing-text > h1 {
        font-size: 2.5rem;
    }
    .landing-text > h3 {
        font-size: 1.2rem;
    }
    #form {
        width: 100%;
        margin: 0 auto 2rem;
        border-radius: 15px;
        height: auto;
    }
    .form-top {
        padding-top: 2rem;
    }
    .social-icons {
        margin-top: 1.6rem;
    }
    .social-icons a {
        padding: .7rem;
    }
    .social-icons a i {
        font-size: 1.7rem;
    }
}

section h2 {
    text-transform: uppercase;
    font-size: 2rem;
    color: #29698E;
}

section .line{
    height: 2px;
    width: 12%;
    margin: 1rem auto 0;
    background-color: gold;
}

@media screen and (max-width: 1080px) {
    section .line {
        width: 40%;
    }
}

#services {
    height: auto;
    color: white;
    text-align: center;
    background: url(imgs/services-section.jpg) rgba(0, 0, 0, .85);
    /* background: linear-gradient(white, transparent, rgba(0,0,0,.9) 70%), url(imgs/services-section.jpg) ; */
    background-blend-mode:overlay;

    background-position: center center;
    background-size: cover;
    padding-bottom: 0;

    overflow: hidden;

    /* background: rgb(0, 12, 39); */
}

.services-title {
    width: 100%;
    background: #fff;
    padding: 2rem 0;
}

.services-title > h2 {
    padding-top: 0;
}

.services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1rem;
}

.services-content > div {
    width: 20rem;
    margin: 0 2rem;
}
.services-content > div > i{
    color: #29698E;
    margin: 1.2rem 0 1.5rem;
}
.services-content > div > h3{
    font-size: 1.6rem;
    margin-bottom: .8rem;
}
.services-content > div > p{
    font-size: 1.2rem;
}

#services a {
    display: inline-block;
    margin: 2rem 0 3rem;
    font-size: 1.3rem;
    padding: .3rem 2rem;
    border: none;
    border-radius: 15px;
    background: #29698E;
    color: white;
    text-decoration: none;
    transition: .2s all ease;

}

#services a:hover {
    background: #3d99ce;
    transform: scale(1.05);
}

#imoveis {
    background: white;
    padding: 2rem 3rem 3rem;
    text-align: center;
}

.imoveis-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    --img-height: 17rem;

    position: relative;
    color: #444;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, .2);
    width: 17rem;
    margin: 2rem 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;

    transition: all .3s ease;
}
.card-remove-delay {
    transition-delay: 0ms !important;
    transition: all .3s ease !important;
}
.card:hover {
    transform: translateY(-.7rem) !important;
    box-shadow: 1px 10px 8px 4px rgba(0, 0, 0, .2);
}

.card > img {
    height: var(--img-height);
    align-self: center;
}

.card-title {
    position: absolute;
    bottom: calc(100% - var(--img-height));
    background: rgba(0, 0, 0, .7);
    color: white;
    width: 100%;
    padding: .5rem 1rem;
    text-align: left;
}

.card-title > p {
    color: #67c7ff;
    font-size: 1rem;
    padding-top: .4rem;
}

.card > h4 {
    margin: 2rem 0 .5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #444;
}

.card > p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.card > a {
    text-decoration: none;
    background: #40a1da;
    align-self: center;
    padding: .4rem 1.2rem;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: white;
    margin: .7rem 0 .2rem;
    transition: .2s all ease;
}

.card > a:hover {
    background: #4ab9ec;
    transform: scale(1.05);
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
.card-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-item > i {
    position: absolute;
    font-size: 1.2rem;
    left: 1rem;
    color: #40a1da;
}
.card-item > p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: .9rem;
}

.separator {
    --separator-width: 6rem;
    --separator-height: 1px;
    --separator-color: black;
    
    position:relative;
    width: 0;
    height: 0;
    border-top: var(--separator-height) solid transparent;
    border-bottom: var(--separator-height) solid transparent;
    border-right: var(--separator-width) solid var(--separator-color);
    transform: translateX(-50%);

    margin: .7rem 0;
  }
.separator:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: var(--separator-height) solid transparent;
    border-bottom: var(--separator-height) solid transparent;
    border-left: var(--separator-width) solid var(--separator-color);
    left: var(--separator-width);
    top: calc(var(--separator-height) * -1);

}

@media screen and (max-width: 430px) {
    #imoveis {
        padding: 5rem 1rem 3rem;
        width: 100%;
    }
    .card {
        width: 100%;
    }
}

/* LOCAL */

#local {
    text-align: center;
    background: gray;
    background: url(imgs/CEmoqljibkkt.jpg) rgba(0, 0, 0, .5);
    background-blend-mode:overlay;
    color: white;
    overflow: hidden;
}

#local h2 {
    width: 100%;
    background-color: rgb(0, 13, 46);
    padding: .5rem 0 1rem;
    color: white;
    box-shadow: 0 0 .3em black;
    z-index: 10;
}

.local-content{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}

.local-text {
    text-align: left;
    width: 50%;
    padding: 1rem 3rem;
}

.local-text > h3 {
    font-size: 3rem;
}

.local-text > a {
    text-decoration: none;
    color: white;
    display: inline-block;
    transform-origin: left;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.local-text > a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: rgb(189, 255, 238);
}

.local-text > a > div{
    display: flex;
    align-items: center;
}

.local-text > a > div > i {
    margin-right: 1rem;
}

#map{
    height: 25rem;
    width: 50%;
    border: black .5rem solid;
}

@media screen and (max-width: 768px) {
    .local-content {
        flex-direction: column;
    }
    .local-text {
        width: 100%;
    }
    #map {
        width: 100%;
    }
}

/* FOOTER */


footer {
    background: #111;
    border-top: #0a0a0a 1rem solid;
    color: rgb(196, 196, 196);
    padding: 1rem 3rem 0;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-content img {
    height: 7rem;
    margin: 1rem 0 1.5rem;
    max-width: 20rem;
}

.footer-text {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer-text h3 {
    text-transform: uppercase;
    color: #ccc;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.footer-subtitle-line {
    width: 20%;
    height: 2px;
    background-color: rgb(168, 168, 168);
    align-self: center;
    margin-bottom: 1rem;
}

.footer-text > p {
    font-size: 1.1rem;
    margin: .5rem 0;
}

.footer-text > p > span {
    margin-bottom: 1rem;
}

.footer-text a{
    text-decoration: none;
    color: #ccc;
    transition: .3s all ease;
}
.footer-text a:hover{
    color: white;
}
.footer-text a i {
    font-size: 1.8rem;
    margin: .5rem .4rem;
}

.footer-button {
    background: rgb(3, 119, 187);
    text-transform: uppercase;
    padding: .5rem 1rem;
    margin: .8rem 0 1rem;
    border-radius: 5px;
    width: 30ch;
    align-self: center;
    transition: .2s all ease;
}

.footer-button:hover {
    background: rgb(1, 153, 241);
    transform: scale(1.05);
}

footer .footer-line{
    width: 140%;
    transform: translateX(-20%);
    height: 2px;
    background: #333;
}
footer .disclaimer {
    text-align: center;
    padding: 1rem 0;
}
