* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    white-space: normal;
    color: #555;
}

h5 {
    font-weight: 700;
    font-size: 1rem;
    font-variation-settings: "wght" 600;
}

h6 {
    font-weight: 300;
    font-variation-settings: "wght" 300;
}

li {
    list-style: none;
}

.viewport {
    width: 100%;
    margin: 0 auto;
    padding: var(--site-header-height) calc(var(--container-padding) / 2) var(--container-padding);

}

.navigation {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: auto;
    padding: var(--site-header-padding) var(--container-padding);
    mix-blend-mode: exclusion;
    color: var(--color-white);
}

.navigation ul {
    display: flex;
}

.navigation ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    transition: 0.4s;
}

.navigation ul li a:hover {
    color: rgba(255, 255, 255, 0.65);
}

#sections {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    left: 0;
}

#sections::-webkit-scrollbar {
    display: none;
}

.plot--number_img_fluidscreen {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 100% !important;
}

.section {
    height: 100%;
    width: 100vw;
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: var(--color-white);
}

.section .viewport {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#beginning {
    background: #4a4c4f;
}
.area #beginning {
    background-color: #fff;
}

#beginning .plot--number {
    position: absolute;
    left: var(--container-padding);
    bottom: var(--site-header-padding);
    fill: #fff;
    height: var(--logo-height);
    width: auto;
    mix-blend-mode: exclusion;
}

#beginning .plot--number_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 400px;
    mix-blend-mode: exclusion;
}

#gallery {
    width: 845vw;
}

.gallery-one {
    width: 65vw;
}

#lote {
    width: 130vw;
    display: flex;
}

.lote-one {
    width: 40vw;
}

.lote-one .plot--number_img {
    object-fit: contain;
    width: 100%;
    height: 600px;
}

.lote-one li {
    padding-bottom: 0.625em;
    color: #63656a;
    border-bottom: 1px solid #898b8d;
    margin-bottom: 0.75em;
    width: 22.5vw;
}

.lote-two {
    width: 50vw;
}

.lote-two .viewport {
    padding: 0;
}

.lote-two .plot--number_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#planta {
    width: 200vw;
}

.planta-one {
    width: 50vw;
}

.planta-one .viewport {
    align-items: center;
    justify-content: start;
}

.planta-one .plot--number_img {
    position: relative;
    max-width: 18.5vw;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    mix-blend-mode: multiply;
}

.planta-one .plot--number_img:hover {
    transform: scale(2.2);
}

.planta-one h4 {
    font-weight: 700;
    font-variation-settings: "wght" 600;
    text-align: center;
    margin: calc((var(--site-header-padding) / 1.5)) 0;
    color: #898b8d;
}

.planta-one li {
    padding-bottom: 0.375em;
    color: #63656a;
    border-bottom: 1px solid #898b8d;
    margin-bottom: 0.5em;
    width: 22.5vw;
}

.planta-one .list--alt li {
    width: 17vw;
}

.planta-one h5,
.planta-one h6 {
    font-size: .875rem;
}

.area h1 {
    font-size: var(--step-4);
    color: #898b8d;
    font-weight: 200;
    font-variation-settings: "wght" 200;
}

.area #beginning .plot--number_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 240px;
}
#location {
    width: 95vw;
}
.location-one {
    width: 65vw;
}
.location-two {
    width: 30vw;
}
.location-three {
    width: 40vw;
}
#masterplan {
    width: 205vw;
}
.masterplan-one, .project-one {
    width: 25vw;
}
.masterplan-two {
    width: 40vw;
}
.masterplan-three {
    width: 100vw;
}
.masterplan-three .viewport {
    background-image: url(../img/4P/3D/05.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#project {
    width: 110vw;
}
.project-one {
    width: 25vw;
}
.project-two {
    width: 85vw;
}

.table {
    font-size: 0.875rem;
    vertical-align: middle;
    color: #63656a;
    border-color: #63656a;
}
.table>:not(caption)>*>* {
    padding: 1.125rem;
}
th {
    font-variation-settings: "wght" 700;
    border-bottom-width: 2px !important;
}
td {
    font-variation-settings: "wght" 300;
}

#views {
    width: 285vw;
}
.project-one {
    width: 25vw;
}
.project-two {
    width: 65vw;
}

@media screen and (max-width: 1399.98px) {
    .lote-one li, .planta-one li {
        width: 26vw;
    }
    .planta-one .list--alt li {
        width: 20vw;
    }
}

@media screen and (max-width: 1199.98px) {
    .lote-one li, .planta-one li {
        width: 27.5vw;
    }
    .planta-one .list--alt li {
        width: 20vw;
    }
}

@media screen and (max-width: 991.98px) {
    .pluz__site__header {
        width: 100vw;
        mix-blend-mode: normal;
    }
    .header--scrolled .pluz__logo__header svg, .header--scrolled .navbar-toggler-icon svg {
        fill: var(--color-black);
    }

    .header--scrolled .navbar-toggler {
        color: var(--color-black);
        border-color: var(--color-black);
    }
    .navigation {
        width: 100vw;
        left: 0;
        top: calc(100vh - (var(--site-header-padding)*2 + 25px ));
        bottom: auto;
        display: none;
    }
    #sections {
        width: 100vw !important;
        height: 100%;
        position: relative;
        display: flex;
        align-items: start;
        flex-wrap: nowrap;
    }
    .section {
        position: relative;
        height: 100%;
    }
    #beginning {
        width: 100% !important;
        height: 100vh !important;
    }
    #gallery {
        width: 100%!important;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #lote {
        width: 100% !important;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #planta {
        width: 100% !important;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #location {
        width: 100% !important;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #masterplan {
        width: 100% !important;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #project {
        width: 100% !important;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    #views {
        width: 100% !important;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    
    .section .viewport {
        height: auto;
        align-items: center;
    }
    .lote-one, .lote-two, .planta-one, .gallery-one, .location-one, .location-two, .location-three, .masterplan-one, .masterplan-two, .masterplan-three, .project-one, .project-two, .views-one, .views-two  {
        width: 100vw;
    }
    .lote-one .plot--number_img {
        height: 600px;
    }
    .lote-one li, .planta-one li {
        width: 65vw;
    }
    .planta-one .list--alt li {
        width: 65vw;
        margin-left: auto;
        margin-right: auto;
    }
    .planta-one li {
        padding-bottom: 0.625em;
        margin-bottom: 0.75em;
    }
    .planta-one .plot--number_img {
        max-width: 50vw;
    }
    .planta-one .plot--number_img:hover {
        transform: scale(1.5);
    }
    .plot--number_img_fluidscreen {
        object-fit: contain;
    }
    .planta-one h5, .planta-one h6 {
        font-size: 1rem;
    }

    .offcanvas .btn-lg, .offcanvas .btn-lg:hover{
        border-color: var(--color-black);
    }    

    .masterplan-three .viewport{
        height: 100vh;
    }
    .table-responsive {
        position: relative;
        width: 100%;
    }
    .table>:not(caption)>*>* {
        white-space: nowrap;
        padding: 0.75rem;
    }
    .area #beginning .viewport {
        padding: 0;
    }
    .area #beginning .plot--number_img {
        max-height: 90px;
    }
    
}

@media screen and (max-width: 575.98px) {
    .lote-one li, .planta-one li, .planta-one .list--alt li {
        width: calc(100vw - 70px);
        margin-left: auto;
        margin-right: auto;
    }
    .lote-one .plot--number_img {
        height: 400px;
    }
    .planta-one .plot--number_img {
        width: calc(100vw - 70px);
        height: 320px;
        overflow: hidden;
        object-fit: cover;
        max-width: 100vw;
    }
    .lote-one h5, .lote-one h6,  .planta-one h5, .planta-one h6 {
        font-size: .75rem;
    }
}

@media screen and (min-width: 992px) {
    .pluz__site__header.header--scrolled {
        mix-blend-mode: normal;
    }
    .header--scrolled .pluz__logo__header svg, .header--scrolled .navbar-toggler-icon svg {
        fill: var(--color-black);
    }

    .header--scrolled .navbar-toggler {
        color: var(--color-black);
        border-color: var(--color-black);
    }
    .header--scrolled .nav-link,.header--scrolled .nav-link:focus,.header--scrolled .nav-link:hover,.header--scrolled .navbar-nav .nav-link.active,.header--scrolled .navbar-nav .nav-link.show,.header--scrolled .btn {
        color: var(--color-black);
    }
    .header--scrolled .btn-lg {
        --bs-btn-border-color: #000;
    }
}

@media screen and (min-width: 1200px) {
    .gallery-one .plot--number_img_fluidscreen {
        object-fit: contain;
    }
    .plot--number_img_fluidscreen {
        object-fit: cover;
    }
    .gallery-one .viewport {
        padding: var(--site-header-height) calc(var(--container-padding) / 2); 
    }
}

