@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(jquery.bxslider.css);
@import url(../fonts/gotham/stylesheet.css);
@import url(../fonts/mondayscript/stylesheet.css);
@import url(../fonts/icomoon/style.css);
::-webkit-scrollbar-track {
    width: 8px;
    background-color: #fff;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #000;
}
.grecaptcha-badge {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
#page-loading {
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body {
    font-family: "Gotham";
    font-size: 14px;
    font-display: 100%;
    overflow-x: hidden;
    color: #000;
}
.btn-plaza {
    background-color: #000;
    color: #fff;
    padding: 14px 30px;
    border: none;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
}
.btn-plaza:hover {
    background-color: #212529;
    color: #fff;
}
.btn-whatsapp {
    align-items: center;
    color: #000;
    cursor: default;
    display: flex;
    font-size: 1.1em;
    font-weight: bold;
    justify-content: flex-start;
    margin-top: 30px;
    text-align: left;
    text-decoration: none;
}
.btn-whatsapp i {
    font-weight: normal;
    margin-right: 8px;
}
.btn-whatsapp:hover {
    color: #000;
}
header {
    /*height: 900px;*/
    height: 125vh;
    background-image: url(../images/banner.jpg?v=2);
    background-repeat: no-repeat;
    /*background-position-x: left;*/
    /*background-position-y: center;*/
    background-position: center 90%;
    background-size: cover;
    margin-bottom: 40px;
    position: relative;
}
header:before {
    background-color: #000;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    opacity: .35;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
header .container-xl,
header .h-100 {
    position: relative;
    z-index: 1;
}
header .logo {
    margin-bottom: 30px;
}
header h2 {
    color: #fff;
    font-weight: normal;
    font-size: 1.1em;
}
header form {
    background-color: #fff;
    /*padding: 50px 30px;*/
    padding: 30px;
}
header form h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 30px;
}
header form .form-control {
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    padding-bottom: 0.2em !important;
}
header form .form-control:focus {
    color: #212529;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 2px #000;
}
header form .form-check-input[type="checkbox"] {
    border-radius: 0;
}
header form .form-check-input:focus {
    border-color: #000;
}
header form .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
header form .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header form .btn-plaza {
    margin-top: 25px;
    width: 100%;
    font-size: 1.3em;
    letter-spacing: 2px;
}
#sobre {
    padding: 40px 0;
}
#sobre .texto {
    padding: 50px 100px;
}
#sobre .texto h1 {
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#sobre .capa {
    height: 500px;
    background-image: url(../images/plaza-corporate-capa.jpg?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#sobre .capa::before {
    position: absolute;
    content: "";
    left: -30px;
    height: 500px;
    width: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='78px' height='440px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M0.6,23.413 L0.6,316.699 L13.241,316.699 L13.241,23.413 C13.241,18.52 17.551,13.682 22.841,13.682 C28.129,13.682 32.417,18.52 32.417,23.413 L32.417,49.422 L32.324,49.422 L32.324,416.861 C32.324,429.618 42.576,440.11 55.158,440.11 C67.741,440.11 77.994,429.618 77.994,416.861 L77.994,138.991 L64.735,138.991 L64.735,416.861 C64.735,422.223 60.448,426.571 55.158,426.571 C49.869,426.571 45.559,422.223 45.559,416.861 L45.559,390.854 L45.675,390.854 L45.675,23.413 C45.675,10.635 35.423,0.265 22.841,0.265 C10.235,0.265 0.6,10.635 0.6,23.413 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#informacoes {
    padding: 40px 0;
}
#informacoes .texto p {
    font-size: 1.4em;
    letter-spacing: 2px;
    white-space: pre-line;
    text-align: right;
    line-height: 1.4em;
    margin-bottom: 30px;
}
#informacoes .capa {
    height: 500px;
    background-image: url(../images/recepcao.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#diferenciais {
    padding: 50px 0;
}
#diferenciais h3 {
    font-size: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
#diferenciais .item {
    text-align: center;
    margin-bottom: 40px;
}
#diferenciais .item .icon {
    font-size: 5em;
}
#diferenciais .item img {
    display: block;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 70px;
}
#diferenciais .item p {
    margin-top: 20px;
    letter-spacing: 2px;
    white-space: pre-line;
    font-size: 1.1em;
    line-height: 1.2em;
}
#arquitetura {
    padding: 40px 0;
}
#arquitetura .capa {
    background-color: #000;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#arquitetura .capa h4 {
    /*text-align: right;*/
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #fff;
    white-space: pre-line;
}
#arquitetura .texto {
    padding: 30px 15px;
}
#arquitetura .texto h3 {
    font-size: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
#arquitetura .texto h5 {
    margin-bottom: 0;
    line-height: 1em;
}
#arquitetura .texto p {
    font-size: 0.8em;
    margin-bottom: 0;
}
#arquitetura .historia {
    margin: 50px 0;
    text-align: justify;
}
#plantas h3 {
    font-size: 1.5em;
    margin-bottom: 50px;
}
#plantas .body {
    background-color: #f6f6f6;
    padding: 80px 0;
}
#plantas .body .slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 580px;
}
#plantas .body .slide h2 {
    margin-bottom: 70px;
    letter-spacing: 2px;
    font-size: 1.4em;
    font-weight: 100;
}
#plantas .body .slide h2 span {
    display: block;
    font-size: 3em;
    line-height: 0.5em;
    margin-left: 40px;
    font-family: "Monday";
    color: #b2b2b2;
    margin-top: 10px;
}
#plantas .body .slide .metragem {
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
}
#plantas .body .slide .metragem small {
    font-size: 0.8em;
}
#plantas .body .slide p {
    font-size: 1.2em;
}
#plantas .bx-controls-direction {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
#plantas .bx-controls-direction a {
    color: #000;
    font-size: 4em;
    text-decoration: none;
}
#plantas .bx-controls-direction a.disabled {
    color: #dcdcdc;
}
#plantas .footer {
    padding: 50px 0;
}
#lobby {
    padding: 50px 0;
}
#lobby h3 {
    font-size: 1.5em;
    margin-bottom: 50px;
}
#lobby .content {
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, #000 0%, #000 50%, #fff 50%, #fff 100%);
}
#lobby .texto {
    background-color: #000;
    color: #fff;
    padding: 20px 15px;
}
#lobby .texto p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 1em;
    white-space: pre-line;
    margin-bottom: 20px;
}
#lobby .texto p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #111;
    font-weight: bold;
}
#lobby .capa {
    background-color: #fff;
    padding: 20px 15px;
}
#localizacao {
    margin-bottom: 40px;
}
#localizacao h3 {
    font-size: 1.5em;
    margin-bottom: 50px;
}
#localizacao .texto {
    padding: 70px 50px;
}
#localizacao h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#localizacao address {
    white-space: pre-line;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#localizacao #mapa {
    height: 500px;
}
#realizacao {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    /*padding: 80px 0 0;*/
}
#realizacao p {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
#realizacao img {
    filter: brightness(0) invert(1);
    vertical-align: middle;
}
footer {
    padding: 120px 0;
    background-color: #000;
    text-align: center;
}
footer img {
    width: 160px;
}
@media (max-width: 768px) {
    .btn-whatsapp {
        justify-content: center;
        text-align: center;
    }
    header {
        background-position: 5% center;
        height: inherit;
        margin-bottom: 0;
        padding-bottom: 150px;
        padding-top: 150px;
    }
    header form {
        background-color: rgba(255, 255, 255, 0.7);
        /*padding: 50px 15px;*/
        padding: 30px 15px;
    }
    header form .btn-plaza {
        font-size: 1.2em;
        margin-right: 15px;
        padding: 12px 30px;
    }
    #sobre {
        text-align: center;
    }
    #sobre .texto {
        padding: 50px 15px;
    }
    #sobre .capa {
        background-position: 8%;
    }
    #sobre .capa::before {
        display: none;
    }
    #informacoes .texto {
        padding: 20px 15px;
    }
    #informacoes .texto p {
        text-align: center;
    }
    #diferenciais h3 {
        text-align: center;
    }
    #arquitetura {
        padding-top: 0;
        text-align: center;
    }
    #arquitetura .historia {
        margin: 0;
        text-align: center;
    }
    #plantas,
    #plantas .body .slide .metragem,
    #plantas .body .slide p {
        text-align: center !important;
    }
    #lobby {
        text-align: center;
    }
    #lobby .content {
        background: none;
    }
    #lobby .texto p {
        flex-direction: column;
    }
    #localizacao .texto {
        padding: 0 15px 70px;
        text-align: center;
    }
    #realizacao .comercializacao p {
        margin-bottom: 35px;
    }
}
/*# sourceMappingURL=style.min.css.map */
