@charset "UTF-8"; /* charset encode */
/*
// - - - - - - - - - - - - - - - - - -
// W E B S I T E - VILAIMPERIAL
// - - - - - - - - - - - - - - - - - -
// build: #wf-v201910231255 v.001
// - - - - - - - - - - - - - - - - - -
// Created : 2019/10/23 12:55
// Modified : 2019/11/26 15:25
// - - - - - - - - - - - - - - - - - -
*/
/* -- reset -- */
html, body, nav, h1, h2, h3, h4, h5, h6, form, fieldset, textarea, p, b, a, em, strong, ul, li, img, i, input, label, header, section, figure, figcaption, hr, select {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Lato', sans-serif;
}

body {
    overflow-x: hidden;
}

.flex-center {
    display: flex;
    justify-content: center;
}

/* -- config -- */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
    background: rgb(187, 165, 127);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(33, 47, 47);
}

/* Modal Whatsapp */

.whats-modal {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    border-radius: 12px;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
}

.whats-modal-content {
    background: #eee;
    position: absolute;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 425px;
    width: 550px;
    border-bottom: 4px solid #a08b67;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whats-modal-content h3 {
    color: #a08b67;
    text-align: center;
    margin-bottom: 1.5rem;
}

.whats-modal-content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #333;
}

.whats-modal-content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whats-modal-content form input {
    padding: 10px;
    max-width: 100%;
    margin: 12px 0;
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whats-modal-content .close-modal {
    position: absolute;
    border: none;
    color: #bba57f;
    font-size: 20px;
    font-weight: bolder;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.whats-modal-content .close-modal:hover {
    color: #a08b67;
}

.whats-modal-content .btn-default {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin: 0 auto;
    margin-top: 12px;
    background: #03AE82;
    padding: 12px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.whats-modal-content .btn-default:hover {
    transition: background-color 0.2s;
    background: #038363;
}

@media screen and (max-width: 600px) {
    .whats-modal-content {
        width: 400px;
    }

    .whats-modal-content h3 {
        max-width: 230px;
    }
    
    .whats-modal-content form input {
        width: 200px;
    }
}

@media screen and (max-width: 420px) {
    .whats-modal-content {
        width: 300px;
    }
    
    .whats-modal-content form input {
        width: 200px;
    }
}

.mktWhats {
    animation: shakeStart 2s infinite both;
}

.whats {
    position: fixed;
    top: calc(50% - 17.5px);
    right: 0;
    z-index: 10;
}

.whats a {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0;
    background: rgba(32, 30, 26, 0.9);
    padding: 10px;
    border-radius: 6px 0 0 6px;
    border: 1px solid rgba(32, 30, 26, 0.9);
    transition: background 0.4s, border 0.4s;
}

.whats a:hover, .whats a:focus {
    background: rgba(32, 30, 26, 0.4);
    border-color: #b8a17c;
}

.whats a img {
    width: 100%;
    display: block
}

.hoverImg {
    background: #b8a17c;
    overflow: hidden;
    transition: border-radius 0.4s, box-shadow 0.4s;
}

.hoverImg:hover, .hoverImg:focus {
    border-radius: 6px;
    box-shadow: -1px -1px 0px 0px #FFFFFF, 1px -1px 0px 0px #ffffff, 1px 1px 0px 0px #ffffff, -1px 1px 0px 0px #ffffff, 0 0 0px 5px #b8a17c, 0 0 15px 5px #b8a17c;
}

.hoverImg:hover img, .hoverImg:focus img {
    opacity: 0.7;
}

.hoverImg img {
    transition: opacity 0.4s;
}

.title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 25px;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
}

.text {
    font-size: 16px;
    color: #404242;
    line-height: 20px;
    display: block;
    font-weight: 300;
    margin: 0 0 25px;
}

.btn {
    display: block;
    font-size: 13px;
    line-height: 13px;
    background: #404242;
    width: 215px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-weight: 700;
    border: 1px solid #404242;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
}

.btn:hover, .btn:focus {
    background: none;
    color: #404242;
}

.btn:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 5px;
    border-top: 5px solid rgba(0, 0, 0, 0) !important;
    border-right: 5px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    transition: border 0.4s;
}

.btn:hover:before, .btn:focus:before {
    border-color: #363636;
}

.afterClear:after {
    content: '';
    display: block;
    clear: both;
}

.error {
    color: #ffffff !important;
    background-color: #a21811 !important;
}

.grid {
    width: 95%;
    max-width: 1180px;
    min-width: 280px;
    margin: 0 auto;
}

.section {
    width: 100%;
    float: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bgShelf {
    background: #e9e5db;
}

/* -- msg -- */
.msg {
    position: fixed;
    z-index: 10;
    right: 10px;
    font-weight: 700;
    top: 89px;
    color: #afafaf;
    border-radius: 8px;
    padding: 1.3% 1.3% 1.3% 55px;
    font-size: 15px;
    background: rgb(45, 45, 45);
    text-transform: uppercase;
    overflow: hidden;
}

.msg.success {
    color: #FFFFFF;
    background: rgb(57, 132, 57);
}

.msg.info {
    color: #FFFFFF;
    background: rgb(57, 132, 125);
}

.msg.error {
    color: #FFFFFF;
    border: 0 !important;
    background: rgb(132, 57, 57) !important;
}

.msg i {
    display: block;
    position: absolute;
    left: 10px;
    color: #FFFFFF;
    z-index: 1;
    top: 25px;
    font-size: 22px;
}

.msg:after {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    top: 0;
    width: 60px;
    height: 100%;
    border-radius: 0 50% 50% 0;
    background: rgba(0, 0, 0, 0.3);
}

.msg strong {
    font-weight: 100;
    margin: 5px 0 0;
    display: block;
    width: 100%;
    text-transform: none;
}

/* -- loader -- */
.section.loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    transition: top 0.4s, opacity 0.4s;
    background: linear-gradient(-45deg, #e2ceab, #8a734d);
}

.section.loader.hide {
    top: -100vh;
    opacity: 0;
}

.section.loader p {
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    width: inherit;
    height: inherit;
    border-radius: unset;
    background: none;
    line-height: 11px;
    letter-spacing: 2px;
    margin: calc(50vh - (71px / 2)) auto;
}

.section.loader p img {
    display: block;
    margin: 0 auto 15px;
    max-width: 50px;
    animation: loader 0.8s linear infinite;
}

/* -- alert -- */
.alert {
    text-align: center;
    display: none;
    padding: 10px 0;
    margin: auto;
}

.alert p {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: auto;
    background: rgba(148, 131, 101, 0.6);
    padding: 10px;
}

.alert p i {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #ffe000;
    line-height: 16px;
}

.alert p em {
    display: inline-block;
    color: #FFFFFF;
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

/* -- header -- */
header.section {
    padding: 17px 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(32, 30, 26, 0.9);
    transition: background 0.4s;
}

header.section.active {
    background: #222e2e;
}

header.section .left .brand {
    float: left;
    border-radius: 3px;
    transition: background 0.4s;
    position: relative;
}

header.section .left .brand:hover, header.section .left .brand:focus {
    background: rgba(255, 255, 255, 0.08);
}

header.section .left .brand:hover img, header.section .left .brand:focus img {
    opacity: 0;
    transition: opacity 2s;
}

header.section .left .brand:hover img:last-child, header.section .left .brand:focus img:last-child {
    opacity: 1;
}

header.section .left .brand img {
    display: block;
    height: 35px;
    opacity: 1;
    margin: 5px;
    transition: opacity 0.4s;
}

header.section .left .brand img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

header.section .left .menu {
    float: left;
    color: #e9e5db;
    margin: 11px 25px 0 0;
    width: 29px;
    overflow: hidden;
}

header.section .left .menu:hover span, header.section .left .menu:focus span {
    background: #b8a17c;
}

header.section .left .menu span {
    width: 150%;
    height: 5px;
    background: #ffffff;
    display: block;
    margin: 0 0 4px;
    transition: all 0.4s;
    pointer-events: none;
}

header.section .left .menu span:last-child {
    margin: 0;
}

header.section .left .menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(0, 12px);
}

header.section .left .menu.active span:nth-child(2) {
    transform: translate(-150%);
}

header.section .left .menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0, -12px);
}

header.section .right {
    margin: 11px 0 0;
}

header.section .right a {
    color: #bba57f;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 15px 0 0;
    line-height: 22px;
    float: left;
    transition: color 0.4s;
}

header.section .right a:hover, header.section .right a:focus {
    color: #FFFFFF;
}

header.section .right a.social {
    font-size: 22px;
    margin: 0 10px;
}

header.section .right a.social i {
    pointer-events: none;
}

/* -- menu default -- */
.section.menu {
    position: fixed;
    z-index: 9;
    top: 79px;
    left: -100%;
    height: calc(100vh - 79px);
    transition: left 0.4s, background 0.4s;
    background: url(../img/bg-menu-v4.jpg) no-repeat center center / cover #222e2e;
}

.section.menu .grid {
    position: relative;
}

.section.menu .grid:before {
    content: '';
    background: #222e2e;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: -100vw;
    display: block;
}

.section.menu.active {
    left: 0;
}

.section.menu nav {
    background: #222e2e;
    height: calc(100vh - 50px - 79px);
    overflow: auto;
    width: calc(100% - 60px);
    max-width: 224px;
    padding: 25px 25px 25px 0;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.8);
}

.section.menu nav::-webkit-scrollbar {
    width: 5px;
}

.section.menu nav ul li {
    border-top: 1px solid #b8a17c;
}

.section.menu nav ul li:last-child {
    border-bottom: 1px solid #b8a17c;
}

.section.menu nav ul li a {
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background 0.4s, color 0.4s;
}

.section.menu nav a.instituctional {
    color: #bba57f;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    float: left;
    transition: color 0.4s, background 0.4s;
    width: 100%;
    display: none;
}

.section.menu nav ul li a:hover, .section.menu nav ul li a:focus {
    background: #bba57f;
}

.section.menu nav a.instituctional:hover, .section.menu nav a.instituctional:focus {
    background: #bba57f;
    color: #FFFFFF;
}

.section.menu nav ul li a h4 {
    font-weight: 100;
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 5px;
}

.section.menu nav ul li a h4 br {
    display: none;
}

.section.menu nav ul li a em {
    font-weight: 100;
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-style: normal;
}

.results .shelf {
    display: flex;
    flex-wrap: wrap;
}

.results .shelf li {
    animation: slide-up 0.6s ease;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -- content -- */
.section.content {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.section.content.page {
    height: auto;
    margin: 79px 0 0 0;
    overflow: visible;
    padding: 80px 0;
}

.flex-row-spaced {
    display: flex;
    justify-content: space-between;
    margin: 4rem 0;
}

/* -- content category -- */
.section.content.category {
    height: auto;
    margin: 79px 0 0 0;
    overflow: visible;
}

.section.content.category .banner {
    height: calc(100vh - 94px);
    background: no-repeat center center / cover;
    overflow: hidden;
}

.section.content.category .video {
    height: calc(99vh - 80px);
}

.section.content.category .video video,
.section.content.category .banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section.content.category .video img {
    display: none;   
}

.section.content.category .banner h4 {
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin: 33vh auto;
    float: left;
    width: 100%;
}

.section.content.category .options {
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.section.content.category .options ul {
    text-align: center;
}

.section.content.category .options ul li {
    display: inline-block;
    margin: 0 0.5%;
}

.section.content.category .options ul li a {
    width: auto;
    background: #75e0c1;
    border: 1px solid #75e0c1;
    color: #212f2f;
    padding: 10px 25px;
}

.section.content.category .options ul li a:hover, .section.content.category .options ul li a:focus {
    background: rgb(233, 229, 219);
}

.section.content.category .options ul li a:before {
    border-bottom: 5px solid #212f2f;
    border-left: 5px solid #212f2f;
}

/* -- details -- */
.section.details {
    padding: 110px 0;
    margin: 18px 0 0;
    color: #212f2f;
}

.section.details .grid {
    width: 75%;
    position: relative;
}

.section.details .left {
    width: 35%;
}

.section.details .left img {
    position: absolute;
    top: -50px;
    left: -13%;
    max-width: 95px;
    z-index: -1;
}

.section.details .left h3 {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin: 0 0 10px;
}

.section.details .left h6 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.section.details .left p {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
    margin: 30px 0;
    padding: 0 0 25px;
    position: relative;
}

.section.details .left p:after {
    content: '';
    display: block;
    width: 20%;
    height: 5px;
    background: #212f2f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section.details .left ul li {
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    margin: 0 0 8px;
}

.section.details .left ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #212f2f;
    display: inline-block;
}

.section.details .right {
    width: 60%;
}

.section.details .right p {
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;
}

.section.details .right p em {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    margin: 30px 0 0 0;
}

.section.details .advantage {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.section.details .advantage p strong {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin: 0 0 30px;
}

.section.details .advantage .sld {
    position: relative;
}

.section.details .advantage .sld .item {
    float: left;
    margin: 1%;
    background: #FFFFFF;
}

.section.details .advantage .sld .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 1;
    width: 100px;
}

.section.details .advantage .sld .owl-nav button {
    font-size: 35px;
    line-height: 35px;
}

.section.details .advantage .sld .owl-nav button.owl-prev {
    float: left;
}

.section.details .advantage .sld .owl-nav button.owl-next {
    float: right;
}

.section.details .advantage .sld .item img {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

.section.details .advantage .sld .item p {
    padding: 4% 5%;
}

.section.details .advantage .sld .item p strong {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    height: 44px;
    overflow: hidden;
}

.section.details .advantage .sld .item ul {
    padding: 0 5% 5%;
}

.section.details .advantage .sld .item ul li {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 7px;
    font-weight: 100;
    display: block;
}

.section.details .advantage .sld .item ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #212f2f;
    display: inline-block;
}

/* -- content architect -- */
.section.content.architect {
    height: auto;
    margin: 79px 0 0 0;
    padding: 90px 0;
}

.section.content.architect h3 {
    width: 355px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.section.content.architect p {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 70%;
}

.section.content.architect ul {
    margin: 0 auto;
    width: 90%;
}

.section.content.architect ul li {
    width: 31%;
    margin: 1%;
    float: left;
}

.section.content.architect ul li a {
    display: block;
    margin: 0 0 30px;
}

.arquitect-img {
    display: block;
    width: 100%;
    max-width: 330px;
    height: 370px;
    object-fit: cover;
}

.section.content.architect ul li a strong {
    display: block;
    color: #201e1a;
    margin: 15px 0;
    font-size: 17px;
    line-height: 17px;
    transition: color 0.4s;
    position: absolute;
}

.section.content.architect ul li a:hover strong, .section.content.architect ul li a:focus strong {
    color: #8a734d;
}

/* -- content shelf inc -- */
.section.content.shelf.inc {
    margin: 0;
}

/* -- content shelf -- */
.section.content.shelf {
    height: auto;
    margin: 79px 0 0 0;
    padding: 70px 0;
    position: relative;
}

.section.content.shelf:before {
    content: '';
    width: 100%;
    height: calc(100vh - 79px);
    background: #414141;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

.section.content.shelf.architectDetails:before {
    background: #212f2f;
    margin: 0;
    padding: 0;
}

.section.content.shelf.architectDetails {
    margin: 0;
}

.section.content.shelf .grid {
    position: relative;
    z-index: 2;
}

.section.content.shelf .top {
    text-align: center;
}

.section.content.shelf .top img {
    display: inline-block;
    margin: 0 0 20px;
    max-width: 60px;
}

.section.content.shelf .top h4 {
    color: #bba57f;
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 10px;
}

.section.content.shelf .top h3 {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 50px;
}

.section.content.shelf .top .options {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 550px;
}

.section.content.shelf .top .options ul li {
    float: left;
    width: 31%;
    margin: 1%;
}

.section.content.shelf .top .options ul li.active a, .section.content.shelf .top .options ul li a:hover, .section.content.shelf .top .options ul li a:focus {
    background: #201e1a;
    box-shadow: none;
}

.section.content.shelf .top .options ul li a {
    color: #bba57f;
    font-weight: 700;
    display: block;
    font-size: 13px;
    transition: box-shadow 0.4s, background 0.4s;
    line-height: 13px;
    padding: 13px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.section.content.shelf .top .options ul li a br {
    display: none;
}

.section.content.shelf .top .options form {
    width: 97%;
    display: block;
    float: left;
    margin: 17px 1% 70px;
    border: 1px solid #bba57f;
}

.section.content.shelf .top .options form fieldset label {
    width: 49%;
    display: block;
    float: left;
    position: relative;
}

.section.content.shelf .top .options form fieldset label:last-of-type {
    float: right;
}

.section.content.shelf .top .options form fieldset label input {
    display: block;
    width: calc(100% - 16px);
    background: none;
    color: #bba57f;
    padding: 8px;
    font-size: 13px;
    line-height: 13px;
}

.section.content.shelf .top .options form fieldset input[type="submit"] {
    display: none;
}

.section.content.shelf .top .options form fieldset .btn-search {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: transparent;
    border: 0;
    color: #bba57f;
}

.section.content.shelf .top .options form fieldset label select {
    width: 100%;
    background: none;
    color: #bba57f;
    padding: 8px;
    font-size: 13px;
    line-height: 13px;
}

/* -- results -- */
.section.results {
    margin: -100px 0 0;
    position: relative;
    z-index: 1;
}

.section.results ul li {
    float: left;
    width: 31%;
    margin: 1%;
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.section.results ul li a {
    display: block;
    background: #b8a17c;
}

.section.results ul li a img,
.section.results ul li div img {
    display: block;
    width: 100%;
    transition: opacity 0.4s;
}

.section.results ul li a:hover img, .section.content.shelf .results ul li a:focus img {
    opacity: 0.7;
}

.section.results ul li .box {
    padding: 7%;
    display: block;
}

.section.results ul li .box h3 {
    font-size: 22px;
    color: #404242;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    overflow: hidden;
    height: 22px;
    margin: 0 0 10px;
}

.section.results ul li .box h5 {
    font-size: 15px;
    color: #404242;
    font-weight: 400;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    margin: 0 0 5px;
}

.section.results ul li .box h5 a {
    display: inline-block;
    color: #404242;
    background: none;
}

.section.results ul li .box h5 a:hover, .section.content.shelf .results ul li .box h5 a:focus {
    text-decoration: underline;
}

.section.results ul li .box em {
    color: #bba57f;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    overflow: hidden;
    font-style: normal;
    margin: 0 0 20px;
    display: block;
}

.section.results ul li .box ul {
    margin: 0 0 20px;
    display: block;
}

.section.results ul li .box ul li {
    width: 100%;
    box-shadow: none;
    color: #404242;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    overflow: hidden;
    font-style: normal;
    margin: 0 0 5px;
    display: block;
}

.section.results ul li .box ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #bba57f;
    display: inline-block;
    vertical-align: top;
}

.section.results ul li .box .left {
    color: #bba57f;
    font-size: 17px;
    /* line-height: 37px; */
    font-weight: 700;
    width: 49%;
}

.section.results ul li .box .left .rented {
    font-size: 0.8rem;
}

.section.results ul li .box .right {
    width: 49%;
}

.section.results ul li .box .right a {
    color: #ffffff;
    font-weight: 700;
    display: block;
    font-size: 13px;
    transition: background 0.4s;
    line-height: 13px;
    padding: 12px 0;
    background: #212f2f;
    text-align: center;
}

.section.results ul li .box .right a:hover, .section.content.shelf .results ul li .box .right a:focus {
    background: #b8a17c;
}

.section.results .pagination {
    margin: 20px 0 40px;
    /* display: none; */
    float: left;
    width: 100%;
}

.section.results .pagination ul {
    /* float: right;
    width: 100%;
    max-width: 267px; */
    display: flex;
    justify-content: flex-end;
}

.section.results .pagination ul li {
    float: left;
    margin: 1px;
    width: auto;
}

.section.results .pagination ul li a, .section.results .pagination ul li p {
    display: block;
    text-align: center;
    height: 23px;
    color: #212f2f;
    line-height: 23px;
    padding: 0 7px;
    background: #FFFFFF;
    transition: color 0.4s, background 0.4s;
    font-size: 13px;
}

.section.results .pagination ul li.active a, .section.results .pagination ul li a:hover, .section.results .pagination ul li a:focus,
.section.results .pagination ul li.active a, .section.results .pagination ul li a:hover, .section.results .pagination ul li a.active {
    color: #FFFFFF;
    background: #212f2f;
}

.section.results .pagination ul li.none a {
    pointer-events: none;
}

.section.results .negotiated {
    filter: grayscale(1);
}

/* -- banner -- */
.section.content.banner {
    height: auto;
    margin: 79px 0 0 0;
    background: #212f2f;
}

.section.content.banner .left {
    position: relative;
    background: #212f2f;
    color: #FFFFFF;
    padding: 80px 30px;
    position: relative;
    z-index: 1;
    font-weight: 100;
    width: 240px;
}

.section.content.banner .left:before {
    content: '';
    background: #212f2f;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: -100vw;
    display: block;
}

.section.content.banner .left h3 {
    display: block;
    font-size: 31px;
    color: #b8a17c;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.section.content.banner .left h5 {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 40px;
    font-weight: 100;
}

.section.content.banner .left h5 a {
    display: block;
    color: #b8a17c;
}

.section.content.banner .left h5 a:hover, .section.content.banner .left h5 a:focus {
    text-decoration: underline
}

.section.content.banner .left em {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    font-style: normal;
}

.section.content.banner .left ul {
    margin: 0 0 40px;
}

.section.content.banner .left ul li {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 5px;
}

.section.content.banner .left ul.share li {
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin: 0 20px 0 0;
}

.section.content.banner .left ul.share li a {
    display: block;
    color: #FFFFFF;
    transition: color 0.4s, text-shadow 0.4s;
}

.section.content.banner .left ul.share li a:hover, .section.content.banner .left ul.share li a:focus {
    color: #212f2f;
    text-shadow: 0 0 20px #ffffff, 1px 1px 1px #406d6d, -1px -1px 1px #406d6d;
}

.section.content.banner .left ul.share li a i {
    pointer-events: none;
}

.section.content.banner .right {
    width: calc(100% - 300px);
    height: 100%;
    position: absolute;
    right: 0;
    background: no-repeat center center / cover;
}

.product-header {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.product-header .right-video {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
}

.product-header iframe {
    flex-grow: 1;
}

/* -- specs -- */
.section.specs {
    padding: 30px 0;
}

.section.specs ul {
    text-align: center;
}

.section.specs ul li {
    display: inline-block;
    margin: 0 4%;
    color: #212f2f;
    font-size: 20px;
    line-height: 16px;
    font-weight: 100;
    margin: 18px 4%;
}

.section.specs ul li strong {
    display: block;
    margin: 0 0 10px;
}

/* -- infos -- */
.section.infos {
    text-align: center;
    padding: 20px 0;
}

.section.infos .grid {
    width: 75%;
}

.section.infos p.value {
    display: block;
    font-size: 21px;
    line-height: 21px;
    text-align:center;
}

.section.infos p.value strong {
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin: 5px 0;
}

.section.infos p.value em {
    display: block;
    font-style: normal;
    margin: 0 0 50px;
    font-size: 16px;
    line-height: 16px;
}

.section.infos p {
    color: #212f2f;
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: 100;
    text-align:justify;
}

/* -- by -- */
.section.by {
    padding: 50px 0;
}

.section.by.architectDetails {
    height: auto;
    margin: 79px 0 0 0;
    padding: 80px 0 40px;
    background: #212f2f;
}

.section.by .grid {
    width: 75%;
}

.section.by .left {
    width: 30%;
}

/* .section.by .left img {
    width: 100%;
    display: block;
} */

.section.by .right {
    width: 65%;
}

.section.by .right p {
    color: #212f2f;
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 100;
}

.section.by.architectDetails .right p {
    color: #FFFFFF;
}

.section.by .right p strong {
    display: block;
    color: #bba57f;
    margin: 25px 0;
    font-size: 26px;
    line-height: 28px;
}

/* -- gallery -- */
.section.gallery {
    padding: 0 0 50px;
}

.section.gallery p strong {
    display: block;
    color: #bba57f;
    margin: 25px 0;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

.section.gallery ul {
    position: relative;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.section.gallery ul li {
    float: left;
    width: 263px;
    /* height: 263px; */
    margin: 0.7%;
}

.section.gallery ul li a {
    display: block;
    /* align-items: center;
    justify-content: center; */
    background: #b8a17c;
    width: 100%;
    padding: 0 0 100%;
    overflow: hidden;
    position: relative;
}

.section.gallery ul li a img {
    width: auto;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -45%;
    height: 100%;
}

.section.gallery .album {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 11;
    transition: left 0.4s;
}

.lg-backdrop {
    background: rgba(0,0,0,0.94);
}

/* -- form -- */
.section.form {
    background: #bba57f;
    padding: 80px 0;
}

.section.form p strong {
    display: block;
    color: #ffffff;
    margin: 0 0 25px;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

.section.form form {
    margin: 0 auto;
    width: 70%;
}

.section.form form fieldset label {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0 0 15px;
}

.section.form form fieldset label.box50 {
    width: 49%;
}

.section.form form fieldset label.right {
    float: right;
}

.section.form form fieldset label em {
    display: block;
    color: #201e1a;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px;
    font-weight: 700;
    text-align: left;
}

.section.form form fieldset label input[type="text"], .section.form form fieldset label textarea {
    display: block;
    padding: 9px;
    font-size: 13px;
    line-height: 13px;
    width: calc(100% - 18px);
}

.section.form form fieldset label textarea {
    height: 80px;
}

.section.form form fieldset br {
    clear: both;
}

.section.form form fieldset input[type="submit"] {
    display: block;
    padding: 8px 50px;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    margin: 20px auto 0;
    cursor: pointer;
    background: #212f2f;
    text-transform: uppercase;
    border: 1px solid #212f2f;
    transition: background 0.4s, border 0.4s, color 0.4s;
}

.section.form form fieldset input[type="submit"]:hover, .section.form form fieldset input[type="submit"]:focus {
    background: none;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* -- slider -- */
.section.slider .item {
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    background: no-repeat center center / cover;
    text-align: center;
    position: relative;
}

.section.slider .item:before {
    content: '';
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(0, 0, 0, 0.3);
    display: block;
    z-index: 0;
    position: absolute;
}

.section.slider .item a {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.4s;
    text-shadow: 2px 2px 2px rgb(36, 36, 36);
}

.section.slider .item .background {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 65vh;
    max-width: unset;
    object-fit: cover;
    display: block;
}

.section.slider .active .item .background {
    -webkit-animation: zoomin 5s ease-in forwards;
    animation: zoomin 5s ease-in forwards;
    transition: all .5s ease;
}

.section.slider .item img {
    margin: 27vh auto 40px;
    display: block;
    width: auto;
}

.section.slider .item .name {
    margin: 25px auto;
    font-size: 32pt;
    font-weight: bolder;
    font-family: 'nexa';
}

.section.slider .item h3 {
    display: block;
    color: #FFFFFF;
    width: 80%;
    margin: 0 auto 40px;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 400;
}

.section.slider .item button {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 16px;
    width: 215px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    padding: 11px 0;
    border: 1px solid #e9e5db;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
}

.section.slider .item p {
    display: none;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    text-align: center;
    font-size: 19px;
    line-height: 19px;
    color: rgba(190, 169, 129, 1);
    background: #222e2e;
    padding: 17px 0 0;
    box-shadow: inset 0 14px 14px rgba(0,0,0,.5), inset 0 10px 20px rgba(0, 0, 0, 0.22);
}

.section.slider .item p em {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin: 5px 0 0 0;
    color: #FFFFFF;
}

.section.slider .item button:hover, .section.slider .item button:focus {
    background: #e9e5db;
    color: #212f2f;
}

/* -- menu slider -- */
.section.menuSlider {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section.menuSlider nav {
    width: 100%;
    height: 80px;
    background: #212f2f;
}

.section.menuSlider nav::-webkit-scrollbar {
    width: 5px;
}

.section.menuSlider nav ul{
    display: flex;
}

.section.menuSlider nav ul li {
    width: calc(12.5% - 1px);
    float: left;
    border-right: 1px solid #406d6d;
}

.section.menuSlider nav ul li:last-child {
    border: 0;
    width: 12.5%;
}

.section.menuSlider nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 10px 7px;
    border-radius: 5px 5px 0 0;
    margin: -10px 0 0 0;
    transition: background 0.4s;
    height: 70px;
    text-transform: uppercase;
}

.section.menuSlider nav ul li.active a, .section.menuSlider nav ul li a:hover{
    background: #bba57f;
}

.section.menuSlider nav ul li.active a h4, .section.menuSlider nav ul li a:hover h4 {
    color: #212f2f;
}

.section.menuSlider nav ul li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 5px;
    border-top: 7px solid rgba(0, 0, 0, 0) !important;
    border-right: 7px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 7px solid #bba57f;
    border-left: 7px solid #bba57f;
    transition: border 0.4s;
    pointer-events: none;
}

.section.menuSlider nav ul li.active a:before, .section.menuSlider nav ul li a:hover:before, .section.menuSlider nav ul li a:focus:before {
    border-color: #363636;
}

.section.menuSlider nav ul li a h4 {
    display: block;
    transition: color 0.4s;
    margin: 8px 0;
    font-weight: 400;
    color: #bba57f;
    pointer-events: none;
    font-size: 16px;
    line-height: 17px;
}

.section.menuSlider nav ul li a em {
    display: block;
    color: #FFFFFF;
    font-style: normal;
    font-size: 9px;
    line-height: 12px;
    pointer-events: none;
}

/* -- brokers -- */
.brokers .brokers-text {
    width: 45%;
    margin: 2rem 1rem;
    background: #fff;
    align-self: center;
}

.brokers .brokers-text .container {
    max-width: 350px;
    margin-left: auto;
    margin-right: 8rem;
}

.brokers .brokers-text .container img {
    margin-bottom: 25px;
    width: 105px;
}

.brokers .brokers-video {
    width: 55%;
    background: #fff;
}

.brokers .brokers-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.section.brokers .left {
    width: calc(40% - 30px);
    height: 700px;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.section.brokers .left img {
    display: block;
    margin: 131px 0 25px;
}

.section.brokers .right {
    width: 55%;
    position: absolute;
    right: 0;
    height: 600px;
}

.section.brokers .right iframe {
    width: 100%;
    height: 700px;
}

/* -- architects -- */
.section.architects .left {
    width: 60%;
    position: absolute;
    left: 0;
    height: 600px;
    background: no-repeat bottom center / cover fixed;
}

.section.architects .right {
    width: calc(40% - 30px);
    height: 600px;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.section.architects .right h2 {
    margin: 210px 0 25px;
}

.section.architects .right p {
    margin: 0 0 25px;
}

/* -- midia -- */
.section.midia {
    padding: 50px 0;
    background: #bba57f;
    position: relative;
    z-index: 1;
}

.section.midia .grid {
    width: 85%;
}

.section.midia .flex-row-spaced {
    margin: 0;
    padding: 4rem 0;
}

.section.midia .flex-row-spaced:nth-child(even) {
    background: rgb(32, 30, 26);
}

.section.midia .left {
    width: calc(40% - 30px);
}

.section.midia .left img {
    display: block;
    margin: 0 0 25px;
    width: 50px;
}

.section.midia .left h2 {
    color: #FFFFFF;
}

.section.midia .left p {
    color: #ffffff;
    margin: 0 0 25px;
}

.section.midia .left p strong {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.section.midia .left a {
    transition: background 0.4s, border 0.4s, color 0.4s;
}

.section.midia .left a:hover:before, .section.midia .left a:focus:before {
    border-color: #ffffff;
}

.section.midia .left a:hover, .section.midia .left a:focus {
    background: none;
    color: #ffffff;
    border-color: #FFFFFF;
}

.section.midia .right {
    width: 60%;
    max-width: 500px;
}

.section.midia .right img {
    width: 100%;
    display: block;
}

.section.midia .right .event-video {
    width: 100%;
    min-height: 400px;
}

.img-gallery-events {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
}

.slick-arrow {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25rem;
    color: #fff;
}

.slick-prev {
    left: -30px;
}
.slick-prev::before {
    content: '';
}

.slick-next {
    right: -30px;
}
.slick-next::before {
    content: '';
}

.slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
    font-size: 0;
    border-radius: 100%;
    border: 1px solid #ececed;
    background-color: #ececed;
}

.slick-dots .slick-active button {
    background-color: #212f2f;
    border-color: #fff;
}

/* -- insta -- */
#instafeed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#instafeed.loading::after {
    content: url('/img/icon.png');
    animation: loader 0.8s linear infinite;
}

.section.insta {
    background: #212f2f;
    padding: 80px 0;
    text-align: center;
}

.section.insta .grid {
    width: 70%;
}

.section.insta p {
    color: #FFFFFF;
    width: fit-content;
    margin: 1rem auto;
}

.section.insta p em {
    font-style: normal;
    display: block;
}

.section.insta p a .icon {
    font-weight: 100;
    margin: 0 0 15px;
    font-size: 35px;
}

.section.insta p a {
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    margin: 5px 0 0 0;
    transition: color 0.4s;
}

.section.insta p a:hover, .section.insta p a:focus {
    color: #bba57f;
}

.section.insta ul li {
    /* width: 31%; */
    float: left;
    margin: 1%;
    max-width: 293px;
    max-height: 293px;
    overflow: hidden;
}

.section.insta ul li a {
    display: block;
}

.section.insta ul li a img {
    display: block;
    width: 293px;
    height: 293px;
    object-fit: cover;
}

/* -- newsletter -- */
.section.newsletter {
    background: url('../img/bg-newsletter.png') no-repeat top left #bba57f;
    padding: 25px 0;
}

.section.newsletter p {
    float: left;
    width: 27%;
    padding: 0 3% 0 0;
    font-size: 16px;
    line-height: 18px;
    color: #212f2f;
}

.section.newsletter p strong {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.section.newsletter form {
    float: left;
    width: 70%;
    margin: 12px 0 0;
}

.section.newsletter form fieldset label {
    float: left;
    width: 24%;
    margin: 0 1% 0 0;
    background: #FFFFFF;
    position: relative;
}

.section.newsletter form fieldset label:last-child {
    background: none;
}

.section.newsletter form fieldset label i {
    position: absolute;
    font-size: 15px;
    color: #bba57f;
    line-height: 15px;
    margin: 9px;
}

.section.newsletter form fieldset label input[type="text"] {
    display: block;
    width: calc(100% - 16px);
    padding: 8px;
    font-size: 13px;
    line-height: 13px;
    color: #212f2f;
    text-indent: 27px;
}

.section.newsletter form fieldset label input[type="submit"] {
    display: block;
    float: left;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    cursor: pointer;
    background: #212f2f;
    text-transform: uppercase;
    border: 1px solid #212f2f;
    transition: background 0.4s, border 0.4s, color 0.4s;
}

.section.newsletter form fieldset label input[type="submit"]:hover, .section.newsletter form fieldset label input[type="submit"]:focus {
    background: none;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* -- footer -- */
footer.section {
    padding: 55px 0 20px;
    background: #201e1a;
    color: #e9e5db;
}

footer.section .grid {
    width: 65%;
}

footer.section .left {
    width: 49%;
}

footer.section .left .brand {
    float: left;
    border-radius: 3px;
    transition: background 0.4s;
    position: relative;
}

footer.section .left .brand:hover, footer.section .left .brand:focus {
    background: rgba(255, 255, 255, 0.08);
}

footer.section .left .brand:hover img, footer.section .left .brand:focus img {
    opacity: 0;
    transition: opacity 2s;
}

footer.section .left .brand:hover img:last-child, footer.section .left .brand:focus img:last-child {
    opacity: 1;
}

footer.section .left .brand img {
    display: block;
    opacity: 1;
    margin: 5px;
    transition: opacity 0.4s;
    width: calc(100% - 10px);
}

footer.section .left .brand img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

footer.section .left .brand {
    display: block;
    margin: 0 0 30px;
}

footer.section .left .brand img {
    display: block;
    max-width: 270px;
}

footer.section .left ul {
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
}

footer.section .left ul li {
    font-size: 13px;
    line-height: 13px;
}

footer.section .left ul li a {
    margin: 0 0 0 10px;
    font-size: 22px;
    line-height: 22px;
    color: #e9e5db;
    transition: color 0.4s, text-shadow 0.4s;
}

footer.section .left ul li a:hover, footer.section .left ul li a:focus {
    color: #201e1a;
    text-shadow: 0 0 20px #ffffff, 1px 1px 1px #4a3024, -1px -1px 1px #4a3024;
}

footer.section .left ul li a i {
    pointer-events: none;
}

footer.section .right {
    width: calc(45% - 1px);
    border-left: 1px solid #ffffff;
    padding: 0 0 0 5%;
}

footer.section .right p {
    color: #e9e5db;
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 20px;
}

footer.section .right p strong {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

footer.section .right p a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #e9e5db;
    transition: color 0.4s;
}

footer.section .right p a:hover, footer.section .right p a:focus {
    color: #9a845e;
}

footer.section .right p em {
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 5px;
    color: #e9e5db;
    font-style: normal;
}

footer.section .credits {
    width: 100%;
    clear: both;
    margin: 35px 0 0;
    float: left;
}

footer.section .credits .grid {
    width: 95%;
}

footer.section .credits .left {
    width: auto;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    display: block;
}

footer.section .credits .right {
    width: auto;
    border: 0;
}

footer.section .credits .right a {
    display: block;
}

footer.section .credits .right a:hover img, footer.section .credits .right a:focus img {
    opacity: 0.6;
}

footer.section .credits .right a img {
    transition: opacity 0.4s;
}

/* -- INIT - modal download -- */
#modal-download {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
    transition: opacity .5s;
    visibility: visible;

    display: flex;
    justify-content: center;
    align-items: center;
}
    
#modal-download.hide{
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
    
#modal-download .content {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    max-width: 1000px;
    box-shadow: 0 0 0 9999px rgba(0,0,0,.5);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    
#modal-download .content form {
    width: 100%;
    max-width: 405px;
    min-width: 50%;
    background: #132B2B;
    padding: 2rem 3rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}
    
#modal-download .content h2 {
    width: 100%;
    max-width: 350px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin: 0 0 2rem 0;
    font-weight: 100;
}

#modal-download .content label {
    color: #b8a17c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.2rem;
    display: block;
    font-family: 'Nexa', sans-serif;
}

#modal-download .content div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 1rem;
}

#modal-download .content input {
    width: 100%;
    padding: 1rem;
    border: 0;
    outline: 0;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #FFF;
}

#modal-download .content input::placeholder, 
#modal-download .content input::placeholder::-webkit-input-placeholder, 
#modal-download .content input::placeholder:-ms-input-placeholder {
    color: #e2e3e3;
}
#modal-download .content input#ddd {
    text-align: center;
}

#modal-download .content p {
    color: #fff;
    font-size: .7rem;
}

#modal-download .content input[type='submit'] {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #132B2B;
    background: #b8a17c;
    border: 0;
    outline: 0;
    padding: 1rem;
    font-size: 1.5rem;
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .3s;
}

#modal-download .content input[type='submit']:hover {
    opacity: .8;
}

#modal-download .content span {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #b8a17c;
    font-size: 1.2rem;
    transition: opacity .3s;
    cursor: pointer;
}

#modal-download .content span:hover {
    opacity: .7;
}

@media screen and (max-width: 768px) {
    #modal-download .content {
        justify-content: center;
        max-width: 443px;
        margin: 0 .3rem;
        background-image: none !important;
        background: #132B2B;
    }

    #modal-download .content h2 {
        font-size: 1.4rem
    }

    #modal-download .content form {
        padding: 2rem 1rem;
    }

    #modal-download .content input[type='submit'] {
        font-size: 1.3rem;
    }
}
/* -- END - modal download -- */


/* -- media -- */
@media screen and (max-width: 960px) {
    .section.menuSlider nav ul li a h4 {
        font-size:13px;
        line-height: 15px;
    }

    .section.results ul li {
        width: 48%;
    }

    .section.form form {
        width: 100%;
    }

    .section.gallery ul {
        padding: 0;
    }

    .brokers .flex-center {
        flex-direction: column;
    }
    
    .brokers .brokers-text {
        width: 100%;
    }
    
    .brokers .brokers-text .container {
        max-width: none;
        margin: 1rem 2rem;
        text-align: center;
    }
    
    .brokers .brokers-text .container img {
        margin: 1rem;
    }
    
    .brokers .brokers-text .container .btn {
        margin: 1rem auto;
    }

    .brokers .brokers-video {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .section.gallery ul li {
        width: 48%;
    }

    .section.details {
        padding: 30px 0;
    }

    .section.details .left, .section.details .right {
        width: 100%;
        text-align: center;
    }

    .section.details .left img {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 10px;
    }
    
    .section.details .left {
        margin: 0 0 40px;
    }

    .section.details .left p:after {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .section.slider {
        width:calc(100% - 100px);
    }

    .section.slider .item {
        height: 100vh;
    }

    .section.menuSlider {
        left: inherit;
        right: 0;
        width: 100px;
        height: 100vh;
        background: #212f2f;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.8);
    }

    .section.menuSlider nav ul li, .section.menuSlider nav ul li:last-child {
        width: 100%;
        border: 0;
        text-align: center;
        border-bottom: 1px solid #bba57f;
    }

    .section.menuSlider nav ul li a {
        height: auto;
        border-radius: 0;
        margin: 0;
    }

    .section.menuSlider nav ul li a:before {
        display: none;
    }

    .section.menuSlider nav ul li a h4 {
        margin: 0 0 5px;
        font-weight: 00;
    }

    .section.menuSlider nav {
        padding: 65px 0 0;
        height: calc(100vh - 65px);
        overflow: auto;
    }

    .section.menuSlider nav:before, .section.menuSlider nav:after {
        content: '';
        width: 100%;
        height: 20px;
        background: linear-gradient(rgba(32, 30, 26, 0.9), rgba(0, 0, 0, 0));
        position: absolute;
        left: 0;
        z-index: 1;
        pointer-events: none;
        display: block;
    }

    .section.menuSlider nav:after {
        top: inherit;
        bottom: 0;
        background: linear-gradient(to top, rgba(32, 30, 26, 0.9), rgba(0, 0, 0, 0));
    }

    .section.brokers {
        height: auto;
        position: relative;
    }

    .section.brokers .left {
        width: 100%;
        background: none;
        height: auto;
        padding: 0 0 60px;
        text-align: center;
    }

    .section.brokers .left a {
        margin: 50px auto 0;
    }

    .section.brokers .right {
        position: relative;
        width: 100%;
        top: inherit;
        right: inherit;
        height: auto;
        padding: 0 0 10vh;
        z-index: 1;
        box-shadow: 0 0 20px 20px #ffffff;
    }

    .section.brokers .right iframe {
        height: calc(100vh - 79px);
    }

    .section.brokers .left img {
        margin: 60px auto 25px;
    }

    .section.slider .item h3 {
        margin: 0 auto 30px;
        font-size: 24px;
        line-height: 28px;
    }

    .section.slider .item button {
        width: 175px;
        font-size: 13px;
        line-height: 13px;
    }

    .section.slider .item img {
        margin: 33vh auto 30px;
        max-width: 50px;
    }

    .section.architects .grid {
        width: 100%;
    }

    .section.architects .left {
        height: 100vh;
        position: relative;
        width: 100%;
        background: no-repeat center left / cover scroll;
    }

    .section.architects .right {
        width: calc(100% - 66px);
        height: auto;
        padding: 25vh 33px 25vh;
        text-align: center;
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0 0 20px 20px #ffffff;
    }

    .section.architects .right a {
        margin: 50px auto 0;
    }

    .section.architects .right h2 {
        margin: 0 0 25px;
    }

    .section.midia .grid {
        width: 95%;
    }

    .section.midia .left, .section.midia .right {
        width: 100%;
        text-align: center;
    }

    .section.midia .left {
        width: calc(100% - 66px);
        padding: 0 33px;
    }

    .section.midia .left a {
        margin: 40px auto;
    }

    .section.midia .left img {
        margin: 0 auto 30px;
    }

    .section.newsletter p, .section.newsletter form {
        width: 100%;
    }

    .section.newsletter p {
        text-align: center;
        padding: 0 0 3%;
    }

    .section.newsletter form fieldset label input[type="submit"] {
        width: 100%;
        padding: 8px 0;
    }

    footer.section .grid {
        width: 95%;
    }

    footer.section .left, footer.section .right {
        width: 100%;
        text-align: center;
    }

    footer.section .left .brand {
        float: none;
        display: inline-block;
        margin: 0 auto 30px;
    }

    footer.section .left ul {
        margin: 0 0 35px;
        justify-content: center;
    }

    .section.insta .grid {
        width: 95%;
    }

    header.section {
        padding: 14px 0;
    }

    .section.content.banner {
        margin: 65px 0 0 0;
    }

    .section.content.banner .grid {
        width: 100%;
    }

    .section.content.banner .left {
        width: 94%;
        padding: 3%;
        /* margin: calc(100vh - 65px - 100px) 0 0; */
        margin-top: 75vh;
        background: rgba(33, 47, 47, 0.8);
    }

    .product-header .right-video {
        width: 100%;
    }
    
    .product-header .right-video iframe {
        position: absolute;
        flex-grow: 1;
        top: 0;
        width: 100%;
        height: 70vh;
    }    

    .section.content.banner .left h3 br {
        display: none;
    }

    .section.content.banner .left em {
        margin: 0 0 30px;
    }

    .section.content.banner .left h5 a {
        display: inline-block;
    }

    .section.content.banner .right {
        width: 100%;
        height: calc(100vh - 65px);
        top: 0;
    }

    header.section .left .brand img {
        height: 27px;
    }

    header.section .left .menu {
        margin: 10px 25px 0 0;
        width: 24px;
    }

    header.section .left .menu span {
        height: 3px;
    }

    header.section .left .menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(0, 11px);
    }

    header.section .left .menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(0, -11px);
    }

    .section.menu {
        top: 65px;
        height: calc(100vh - 65px);
    }

    .section.menu nav {
        height: calc(100vh - 50px - 65px);
        width: calc(100% - 60px);
    }

    .section.content.shelf, .section.content.architect, .section.by.architectDetails, .section.content.category {
        margin: 65px 0 0 0;
    }

    .section.content.category .banner {
        height: calc(100vh - 80px);
    }

    .section.content.category .video img {
        display: block;
    }

    .section.content.category .banner video {
        display: none;
    }

    .section.content.architect ul li {
        width: 48%;
        margin: 3% 1%;
    }

    .section.content.architect h3, .section.content.architect p {
        width: 100%;
        max-width: 100%;
    }

    .section.by .left, .section.by .right {
        width: 100%;
        text-align: center;
    }

    /* .section.by .left img {
        width: 70%;
        margin: 0 auto 30px;
    } */

    .section.form form fieldset label.box50, .section.form form fieldset label {
        width: 100%;
    }

    .section.gallery .album figure {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {

    .section.details .advantage .sld .owl-nav {
        width: 90px;
    }

    .section.details .advantage .sld .owl-nav i {
        font-size: 32px;
    }

    .section.details .advantage p strong {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 550px) {
    .section.newsletter form fieldset label {
        width: 100%;
        margin: 0 0 10px;
    }

    .section.slider .item a {
        height: 65vh;
    }

    .section.slider .item a:hover, .section.slider .item a:focus {
        background: rgba(187, 165, 127, 0.3);
    }

    .section.slider .item img, .section.slider .item h3, .section.slider .item button {
        display: none;
    }

    .section.results ul li {
        width: 98%;
        margin: 3% 1%;
    }

    .section.insta ul li {
        width: 48%;
    }

    .section.insta p {
        font-size: 22px;
        line-height: 22px;
    }

    .section.insta p em {
        display: none;
    }

    .section.insta ul {
        display: none;
    }

    .section.insta p a .icon {
        display: block;
    }

    .section.insta p a {
        font-size: 18px;
    }

    .section.slider {
        width: 100%;
        background: #222e2e;
    }

    .section.slider .item h3 {
        margin: 0 auto 25px;
        font-size: 18px;
        line-height: 22px;
    }

    .section.slider .item p {
        display: block;
    }

    .section.slider .item button {
        width: 130px;
    }

    .section.menuSlider {
        display: none;
    }

    .section.menuSlider nav ul li a h4 {
        font-size: 11px;
        line-height: 15px;
    }

    .section.menuSlider nav ul li a em {
        font-size: 8px;
        line-height: 10px;
    }

    .section.content.architect ul li {
        width: 98%;
        margin: 3% 1%;
    }

    .section.content {
        height: auto;
        overflow: visible;
    }

    .owl-carousel {
        display: block;
    }

    .section.slider .item {
        height: auto;
        margin: 0 0 25px;
    }

    .section.slider .item:first-child {
        margin: 65px 0 25px;
    }

    .section.content.category .banner h4 {
        font-size: 33px;
        line-height: 33px;
    }
}

@media screen and (max-width: 450px) {
    a.instituctional {
        display:none;
    }

    .section.menu nav a.instituctional {
        display: block;
    }

    footer.section .credits .left, footer.section .credits .right {
        width: 100%;
    }

    footer.section .credits .left {
        margin: 0 0 20px;
    }

    footer.section .left .brand img {
        max-width: 200px;
    }

    .section.content.shelf .top .options ul li a br {
        display: block;
    }

    .section.gallery ul li {
        margin: 2% 1%;
    }

    .section.content.category .options ul li a {
        font-size: 10px;
        padding: 10px 11px;
    }
}

@font-face {
    font-family: 'nexa';
    src: url("/fonts/Nexa_Bold.otf") format("opentype");
}

@media screen and (max-width: 380px) {
    .section.insta ul li {
        width:100%;
        margin: 2% 0;
    }
}

/* -- animation -- */
@keyframes loader {
    0% {
        transform: rotateY(-90deg);
    }

    50% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(-90deg);
    }
}

@keyframes shakeStart {
    45%,5% {
        transform: rotate(-3deg)
    }

    10%,40% {
        transform: rotate(3deg)
    }

    15%,25%,35% {
        transform: rotate(-3deg)
    }

    20%,30% {
        transform: rotate(3deg)
    }

    100%,50% {
        transform: rotate(0)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
} /*End of Zoom in Keyframes */
