@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap');

* {
    box-sizing: border-box;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #DDD; 
}
::-webkit-scrollbar-thumb {
    background: #3D5254; 
}
::-webkit-scrollbar-thumb:hover {
    background: #3D5254;
}

.fontsize-300 { font-size: 300%; }
.fontsize-280 { font-size: 280%; }
.fontsize-260 { font-size: 260%; }
.fontsize-240 { font-size: 240%; }
.fontsize-210 { font-size: 210%; }
.fontsize-180 { font-size: 180%; }
.fontsize-150 { font-size: 150%; }
.fontsize-140 { font-size: 140%; }
.fontsize-120 { font-size: 120%; }

body {
    font-family: 'Poppins', sans-serif;
    background-color: #FFF;
}
@media (min-width: 992px) {
    body, p {
        font-size: 1rem !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body, p {
        font-size: .9rem !important;
    }
}
@media (max-width: 767px) {
    body, p {
        font-size: .80rem !important;
    }
}


#loading-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(160, 165, 154, .9);
    display: none; 
    text-align: center;
    line-height: 100vh;
    color: #FFF;
    font-size: 200%;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #D9DADF;
    padding-left: 0;
    font-size: 85%;
}

a {
    color: #333;
}
a:hover {
    color: #27534C;
}

.link-tema {
    padding: 10px 30px;
    border: 1px solid #9FA49A;
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: all .25s;
}
.color-tema {
    color: #777766;
}
.link-tema:hover {
    border: 1px solid #444;
    text-decoration: none;
    color: #000;
}

.title-page {
    font-size: 2.5rem;
    padding-bottom: 20px;
    color: #777766;
    text-align: center;
    border-bottom: 1px solid #777766;
    max-width: 90%;
    margin: auto;
    margin-bottom: 60px;
}

section.page {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 50vh;
}
@media(min-width: 992px) {
    section.page {
        min-height: 60vh;
    }
}


figure {
    margin: 0;
    padding: 0;
}

.gallery figure {
    background-color: #777766;
    position: relative;
}
.gallery figure .icone {
    position: absolute;
    top: 45%;
    top: calc((100% - 50px) / 2);
    left: 45%;
    left: calc((100% - 40px) / 2);
    line-height: 50px;
    font-size: 2.5em;
    transition: all 0.2 linear;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    color: #FFF;
}
.gallery figure img {
    max-width: 100%;
    max-height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    transition: opacity .25s ease-in-out;
}
.gallery figure:hover img {
    opacity: 0.7;
}
.gallery figure:hover .icone {
    opacity: 0.9;
}

.pg-empresa .grid-1 {
    background-image: url(../images/bg-empresa-1.jpg);
    background-repeat: no-repeat;
    background-color: #333333;
    background-position: center;
    color: #FFF !important; 
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.pg-empresa .img-logo {
    max-width: 100%;
}
@media (max-width: 575px) {
    .pg-empresa .img-logo {
        max-width: 280px;
    }
}
@media (min-width: 768px) {
    .pg-exclusividade .texto-inicial {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .pg-exclusividade .texto-inicial {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media (max-width: 575px) {
    .pg-exclusividade .grids .box h3 {
        font-size: 1.3rem;
    }
}
.pg-exclusividade .grids .box {
    width: calc(50% + 6px);
    padding-top: 40px;
    padding-bottom: 40px;
}
.pg-exclusividade .grids .box:nth-child(odd) {
    margin-right: 50%;
    text-align: right;
    border-right: solid 6px #CCC;
    padding-right: 20px;
}
.pg-exclusividade .grids .box:nth-child(even) {
    margin-left: 50%;
    text-align: left;
    border-left: solid 6px #CCC;
    padding-left: 20px;
}


.pg-ambientes figure {
    padding: 0;
    position: relative;
    cursor: pointer;
}
.pg-ambientes figure a:before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: 40%;
    border: 1px solid #000;
    width: 5%;
    height: 5%;
    opacity: 0;
    transition: all .5s ease;
    z-index: 1;
}
.pg-ambientes figure:hover a:before {
    opacity: 1;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.pg-ambientes figure img {
    max-width: 100%;
    display: block;
    height: auto;
    transition: .5s ease all;
    z-index: 0;
    position: relative;
}
.pg-ambientes figure:hover img {
    filter: brightness(40%) contrast(40%);
}
.pg-ambientes figure figcaption {
    position: absolute;
    top: calc(50% - 35px);
    left: 5%;
    right: 0;
    overflow: hidden;
    width: 90%;
    transition: .5s ease all;
    text-align: center;
}
.pg-ambientes figure figcaption h2 {
    display: inline-block;
    background: rgba(34, 34, 34, .9);
    color: #FFF;
    font-weight: 700;
    transition: .5s ease all;
    padding: 2px 20px;
}
@media (max-width: 576px) {
    .pg-ambientes figure figcaption h2 {
        font-size: 120%;
        padding: 2px 10px;
    }
}
.pg-ambientes figure:hover figcaption h2 {
    background: none;
}
.pg-ambientes figure figcaption p {
    margin-top: -20px;
    opacity: 0;
    transition: all .6s ease;
    font-weight: 400;
    color: #111;
}
.pg-ambientes figure figcaption p span {
    background: #333;
    color: #FFF;
    padding: 2px 12px;
}
.pg-ambientes figure:hover figcaption p {
    margin-top: 0;
    opacity: 1;
}

@media (min-width: 768px) {
    .pg-showroom .texto-inicial {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .pg-showroom .texto-inicial {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media (min-width: 992px) {
    .pg-empreendimentos .gallery {
        max-width: 992px;
        margin: auto;
    }
}


.nav-link {
    color: #666;
}
.nav-link:hover {
    color: #888;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: linear-gradient(3deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
}