@font-face {
    font-family: 'DIN Condensed Bold';
    src: url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Light';
    src: url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Alternate Bold';
    src: url('../fonts/DINAlternate-Bold.woff2') format('woff2'),
        url('../fonts/DINAlternate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Cond Regular';
    src: url('../fonts/DINCond-Regular.woff2') format('woff2'),
        url('../fonts/DINCond-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Medium';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Regular';
    src: url('../fonts/DINPro-Regular.woff2') format('woff2'),
        url('../fonts/DINPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #4d4d4d;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'DIN Cond Regular';
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {}

h4 {
    line-height: 25px;
}

h5 {}

p {
    font-family: 'DIN Pro Light';
    text-rendering: optimizeLegibility;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.nav-item {
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    color: #a5aaac;
    font-family: 'DIN Cond Regular';
    font-size: 20px;
}

.nav-item:hover {
    color: #231f20;
}
#contato a {
    color: #231f20;
    text-decoration: none;
}
.nav-item:last-child {
    margin-right: 0px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
hr {
    border-top: #231f20 2px solid;
    opacity: 1;
}

section {
    padding: 50px 30px;
}

button {
    background-color: #f0ede7;
    color: #2a2726;
    border: 0px;
    padding: 5px 20px;
    font-family: 'DIN Alternate Bold';
}

.info-localiza {
    clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20px);
    background-color: #0001;
    padding: 15px;
}

.info-localiza p {
    font-size: 19px;
    letter-spacing: -1px;
    margin-bottom: 4px;
}

.bullet-localiza {
    background-color: #231f20;
    border-radius: 20px;
    color: #fff;
    padding: 0px;
    width: 25px !important;
    height: 25px !important;
    display: -webkit-inline-box;
    font-size: 16px;
    margin-left: 1px;
    padding-left: 5px;
    padding-top: 1px;

}

.sala3d {
    margin-bottom: -80px;
    position: relative;
    margin-top: -30px;
}
.persp-owl p {
    font-size: 15px;
}
#sobre {
    background-size: cover;
}
#sobre h4 {
    line-height: 19px;
}
#mapa {
    
}
.fachada-bullet .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    margin-top: -50px;
}
.fachada-bullet .owl-nav.disabled+.owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 1000;
}
.fachada-bullet .owl-dots .owl-dot span {
    margin: 5px 3px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}
.gradient {
    background: linear-gradient(56deg, rgba(255, 255, 255, 1) 0%, rgba(146, 180, 224, 1) 33%, rgba(202, 177, 152, 1) 66%, rgba(240, 237, 231, 1) 100%);
}

#contato {
    background: url('../image/bg-contato.webp'), linear-gradient(56deg, rgba(255, 255, 255, 1) 0%, rgba(146, 180, 224, 1) 33%, rgba(202, 177, 152, 1) 66%, rgba(240, 237, 231, 1) 100%);
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
footer {
    background-color: #2a2726;
    padding: 50px 30px;
}

.mapa {
    pointer-events: none;
}

.sala-section {
    background-color: #2a2726;
    max-height: 350px;
}

.sala {
    width: 700px;
    pointer-events: none;
}

.padding-desktop {
    padding-top: 45px;
}

.navbar-toggler {
    border-radius: 0px;
    border: 1px solid #2a2726;
    font-family: 'DIN Cond Regular';
}

.navbar-toggler-icon {
    margin-top: -3px
}

.navbar-toggler:focus {
    border-radius: 0px;
    border: 1px solid #2a2726;
    font-family: 'DIN Cond Regular';
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(0, 0, 0, 0);
}

.form-control {
    margin-top: 20px;
    border-radius: 0px;
}

.btn-contact {
    background-color: #231f20;
    color: #fff;
}

.dropdown {
    margin-right: 0px;
}

.dropdown-menu {
    border-radius: 0px;
}

.navbar {
    position: relative;
    z-index: 1;
}

.navbar-toggler {
    border-radius: 0px;
    border: 1px solid #0001;
    font-family: 'DIN Cond Regular';
    margin-bottom: auto;
}

.footer-link {
    color: #fff;
    font-family: 'DIN Cond Regular';
    font-size: 20px;
    padding-right: 15px;
}
textarea, input, input::placeholder {
    font: 12px;
    font-family: 'DIN Cond Regular';
}
textarea::placeholder {
    font: 12px;
    font-family: 'DIN Cond Regular';
}
.pavimento-owl .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    margin-top: -50px !important;
    position: relative;
    margin-left: 40px;
}
.pavimento-owl img {
    mix-blend-mode: multiply !important;
}

#sobre {
    padding: 30px 30px 0px 30px
}
footer hr {
    border-top: #808084 2px solid;
    opacity: 1;
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    section {
        padding: 30px 0px;
    }

    .sala3d {
        margin-bottom: -70px;
        margin-top: -25px;
    }

    .mapa {
        margin-top: 0px;
        pointer-events: none;
    }

    .sala {
        width: 100%;
        pointer-events: none;
    }

    .sala-section {
        background-color: #2a2726;
        max-height: 100%;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        line-height: 15px;
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    #contato {
        padding-top: 50px;
    }

    .nav-item {
        margin-top: 3px;
    }

    .bullet-localiza {
        background-color: #231f20;
        border-radius: 20px;
        color: #fff;
        padding: 0px;
        width: 20px !important;
        height: 20px !important;
        display: -webkit-inline-box;
        font-size: 12px;
        margin-left: 1px;
        padding-left: 4px;
        padding-top: 1px;
        font-family: 'DIN Pro Light';
    }

    .info-localiza p {
        font-size: 18px;
        letter-spacing: -1px;
        margin-bottom: 0px;
        font-family: 'DIN Cond Regular';
    }

    .padding-desktop {
        padding-top: 0px;
    }
    #contato {
    background: url('../image/bg-contato-mob.webp'), linear-gradient(56deg, rgba(255, 255, 255, 1) 0%, rgba(146, 180, 224, 1) 33%, rgba(202, 177, 152, 1) 66%, rgba(240, 237, 231, 1) 100%);
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#sobre h4 span {
    display: none;
}
#sobre {
    padding: 30px 0px 0px 0px
}
#sobre h4 {
    line-height: 15px;
}
#mapa {
    padding-top: 0px;;
}
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.fachada-bullet .owl-nav.disabled+.owl-dots {
    margin-top: -10px;
    position: relative;
    z-index: 1000;
    text-align: left !important;
}
.pavimento-owl .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    margin-top: -25px !important;
    position: relative;
    margin-left: 0px;
    text-align: center;
}
.owl-dots, .owl-theme .owl-nav {
    position: relative;
    margin-left: 0px;
    text-align: center !important;
}
footer {
    padding: 20px 0px;
}
#contato p {    
    font-size: 17px !important;
    margin-bottom: 0px;
}
footer hr {
    border-top: #808084 2px solid;
    opacity: 1;
}
}