@font-face {
  font-family: 'NibPro-Regular';
  src: url(../fonts/nibpro-regular/NibPro-Regular.eot);
  src: url(../fonts/nibpro-regular/NibPro-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/nibpro-regular/NibPro-Regular.otf) format('otf'),
       url(../fonts/nibpro-regular/NibPro-Regular.svg#NibPro-Regular) format('svg'),
       url(../fonts/nibpro-regular/NibPro-Regular.ttf) format('truetype'),
       url(../fonts/nibpro-regular/NibPro-Regular.woff) format('woff'),
       url(../fonts/nibpro-regular/NibPro-Regular.woff2) format('woff2');
}

* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #F5F5F5;
}
html{
    scroll-behavior: smooth;
}

  
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
b, strong {
    font-weight: 700;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

/* Geral */





/* header */
header.fixar {
    position:fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    margin-top: 0;
}
header.fixar .navbar-brand img {
    max-width: 100px;
}
header.fixar nav.navbar.navbar-expand-md {
    width: 100%;
    height: 40px;
}
header.fixar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 14px;
}

header {
    margin-top: 13px;
}
nav.navbar.navbar-expand-md {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 77px;
    display: flex;
    align-items: center;
    transition: .5s;
    margin: 0 auto;
    background: rgba(248, 248, 248, 0.95);
    box-shadow: 4px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;
}
header .navbar-brand {
    transition: .5s;
    padding: 0;
    margin: 0;
}
header .navbar-brand img {
    width: 100%;
    max-width: 217px;
    transition: .5s;
}
header .navbar-nav {
    align-items: center;
    padding-left: 50px;
}
header .navbar-nav .nav-item a,
header .navbar-nav .nav-item img {
    transform: scale(1);
    transition: .5s;
}
header .navbar-nav .nav-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F57B20;
}
header .navbar-nav .nav-item a:hover,
header .navbar-nav .nav-item a:hover img {
    transform: scale(1.05);
}
.menu-desktop ul>li>a:hover,
.dropdown-item:focus, .dropdown-item:hover {
    background: #6D6E71;
}

.menu-desktop {
    position: fixed;
    z-index: 9999;
    width: 40%;
    height: 100vh;
    right: -40%;
    top: 0;
    background: rgba(245,123,32,.95);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transition: .5s;
}
.menu-desktop.active {
    right: 0;
}
#close-menu {
    width: 58px;
    height: 51px;
    background: #6D6E71;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    margin: 30px 0;
}
#close-menu:hover {
    background: #6D6E71;
    opacity: .8;
}
.menu-desktop ul {
    padding-left: 40px;
}
.menu-desktop ul>li>a {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 5px 0;
    display: block;
    text-transform: uppercase;
}
.menu-desktop ul>li>a:hover {
    background: rgba(223, 243, 255, 0.69);
    border-radius: 5px 0 0 5px;
}
header li.nav-item.dropdown,
header .nav-link.dropdown-toggle {
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
    -webkit-appearance: none!important;
    box-sizing: initial!important;
}
.menu-desktop .dropdown-menu {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    transform: none!important;
    position: relative!important;
    float: none;
    min-width: 100%;
    list-style: none;
    background-color: transparent;
    border: none;
}
.menu-desktop .dropdown-item {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

/* Vitrine */
section.vitrine {
    position: relative;
    margin-top: -90px;
}
section.vitrine .owl-nav {
    margin: 0;
}
section.vitrine .owl-nav button {
    position: absolute;
    top: 40%;
    margin: 0!important;
}
section.vitrine .owl-nav button.owl-next {
    right: 0;
}
section.vitrine .owl-nav button.owl-prev {
    left: 0;
}

section.sobre {
    padding: 50px 0;
}
section.sobre h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #6D6E71;
    margin: 0 0 10px;
}
/*section.sobre h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #F57B20;
    margin: 0 0 15px;
}*/
section.sobre h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #F57B20;
    margin: 0 0 30px;
    text-align: center;
}
section.sobre p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #6D6E71;
    margin: 0 0 15px;
}
section.sobre a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #F57B20;
    display: table;
    border: 1px solid #F57B20;
    padding: 15px 40px;
}
section.sobre a:hover {
    color: #fff;
    background: #F57B20;
}
/*section.sobre iframe {
    border-radius: 5px!important;
}*/
section.sobre iframe {
    border-radius: 5px!important;
    margin: 0 auto;
    display: table;
}

.sobre-icone {
    background: url(../img/borda-right.png) no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: -60px;
    padding-top: 60px;
}

.textos-icone {
    background: url(../img/borda-right.png) no-repeat;
    padding-top: 60px;
    background-size: cover;
    background-position: right;
}
.textos-icone p span {
    border: 1px solid #6D6E71;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-bottom: 8.5px;
}
.textos-icone-2 {
    background: url(../img/bg-plantas-icone.png) no-repeat;
    background-size: cover;
    background-position: left;
}

.obras {
    background: #6D6E71;
    padding-bottom: 25px;
}
.obras h2 {
    font-weight: 900;
    font-size: 70px;
    line-height: 85px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 120px 0 0;
}
.obras p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 15px;
}
.obras .item figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.obras .item img.img-fluid {
    height: 450px;
    object-fit: cover;
    transform: scale(1);
    transition: .5s;
}
.obras .item a:hover img.img-fluid {
    transform: scale(1.1);
}
.obras .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: -250px;
    width: 250px;
    height: 80px;
    background: #F57B20;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.obras .owl-theme .owl-nav button {
    margin: 0;
}
.obras .owl-theme .owl-nav button.owl-prev {
    margin-right: 20px;
}
.obras .owl-theme .owl-nav img {
    width: 10px;
    transform: scale(1);
    transition: .5s;
}
.obras .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.obras .owl-theme .owl-nav button:hover img {
    transform: scale(1.05);
}
.obras a.btn-saiba-mais {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #F57B20;
    display: table;
    border: 1px solid #F57B20;
    padding: 15px 40px;
}
.obras a.btn-saiba-mais:hover {
    color: #fff;
    background: #F57B20;
}
.obras a.btn-saiba-mais svg.ml-2 {
    width: 35px;
    transition: .5s;
}
.obras a.btn-saiba-mais svg.ml-2 path {
    transition: .5s;
}
.obras a.btn-saiba-mais:hover svg.ml-2 path {
    fill: #fff;
}
.obras .item a {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 49.66%);
    width: 100%;
    height: 100%;
}
.obras .item .conteudo {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 70.66%);
    padding: 0 30px 30px;
}
.obras .conteudo h4 {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.obras .conteudo span.categoria {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: table;
    width: fit-content;
    background: #F57B20;
    border-radius: 5px;
    padding: 5px 15px;
}
.obras .conteudo ul {
    margin: 15px 0 0;
}
.obras .conteudo li {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.obras .conteudo li:last-child {
    margin-bottom: 0;
}
.obras .conteudo li img {
    width: auto;
    height: 20px;
}

.empreendimentos {
    background: #6D6E71;
    padding-top: 25px;
}
.empreendimentos span.categoria {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: table;
    width: fit-content;
    background: #FAC82F;
    padding: 5px 15px;
}
.empreendimentos h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.empreendimentos p {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 0 15px;
}
.empreendimentos a.btn-saiba-mais {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FAC82F;
    display: table;
    border: 1px solid #FAC82F;
    padding: 15px 40px;
}
.empreendimentos a.btn-saiba-mais:hover {
    color: #fff;
    background: #FAC82F;
}
.empreendimentos a.btn-saiba-mais svg.ml-2 {
    width: 35px;
    transition: .5s;
}
.empreendimentos a.btn-saiba-mais svg.ml-2 path {
    transition: .5s;
}
.empreendimentos a.btn-saiba-mais:hover svg.ml-2 path {
    fill: #fff;
}
.empreendimentos .item figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.empreendimentos .item img.img-fluid {
    height: 450px;
    object-fit: cover;
    transform: scale(1);
    transition: .5s;
}
.empreendimentos .item a:hover img.img-fluid {
    transform: scale(1.1);
}
.empreendimentos .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: -250px;
    width: 250px;
    height: 80px;
    background: #FAC82F;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.empreendimentos .owl-theme .owl-nav button {
    margin: 0;
}
.empreendimentos .owl-theme .owl-nav button.owl-prev {
    margin-right: 20px;
}
.empreendimentos .owl-theme .owl-nav img {
    width: 10px;
    transform: scale(1);
    transition: .5s;
}
.empreendimentos .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.empreendimentos .owl-theme .owl-nav button:hover img {
    transform: scale(1.05);
}

section.instagram {
    padding-top: 60px;
}
section.instagram h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #F57B20;
    margin: 0 0 15px;
    text-align: center;
}
section.instagram p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
    text-align: center;
    margin: 0 0 30px;
}

main.vistamar-interna .vitrine-icone {
    position: relative;
    margin-top: -90px;
    background: #00402B;
    padding-top: 90px;
}
main.vistamar-interna .vitrine-icone .box {
    padding: 20px 15px;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
main.vistamar-interna .vitrine-icone h1 {
    font-size: 16px;
    line-height: 20px;
    color: #00402B;
    margin: 0 0 10px;
}
main.vistamar-interna .vitrine-icone h1 strong {
    color: #00402B;
}
main.vistamar-interna .vitrine-icone input {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    margin-bottom: 10px;
}
main.vistamar-interna .vitrine-icone button {
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    width: 100%;
    height: 45px;
    background: #00402B;
    border: 1px solid #00402B;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main.vistamar-interna .vitrine-icone button:hover {
    color: #00402B;
    background: #fff;
}
main.vistamar-interna .interna h1,
main.vistamar-interna .interna h4 {
    color: #00402B;
}
main.vistamar-interna .conheca-empreendimento button {
    background: #00402B;
    border: 1px solid #00402B;
}
main.vistamar-interna .conheca-empreendimento button:hover {
    color: #00402B;
    background: transparent;
}

.icone-diferenciais {
    width: 25px;
    margin-right: 5px!important;
}
.interna .obras-diferenciais h4 {
    font-size: 16px;
}
.interna .obras-diferenciais p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.informacoes-contato {
    padding: 35px 0;
    background: #F2F2F2;
    margin-bottom: 75px;
}
.informacoes-contato a.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.informacoes-contato .navbar-brand img {
    height: 60px;
}
.informacoes-contato .navbar-brand img.logo-grupo-dao-silveira {

}
.informacoes-contato h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #F57B20;
    margin: 0 0 15px;
}
.informacoes-contato a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
    display: table;
    margin: 0 0 10px;
}
.informacoes-contato a img {
    transform: scale(1);
    transition: .5s;
}
.informacoes-contato a:hover img {
    transform: scale(1.1);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #F57B20;
    padding: 10px 0;
}
footer a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
footer a strong {
    text-transform: uppercase;
}
footer a img {
    transform: scale(1);
    transition: .5s;
}
footer a:hover {
    color: #fff;
}
footer a:hover img {
    transform: scale(1.1);
}

/* Vitrine Interna */
section.vitrine-interna {
    position: relative;
    margin-top: -90px;
}
section.vitrine-interna img.img-fluid {
    height: 350px;
    object-fit: cover;
    transform: scale(1);
    transition: .5s;
}
section.vitrine-interna .owl-nav {
    margin: 0;
}
section.vitrine-interna .owl-nav button {
    position: absolute;
    top: 40%;
    margin: 0!important;
}
section.vitrine-interna .owl-nav button.owl-next {
    right: 0;
}
section.vitrine-interna .owl-nav button.owl-prev {
    left: 0;
}

section.vitrine-interna figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}
section.vitrine-interna .hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245,123,32,.7);
    position: absolute;
    top: 0;
    z-index: 9;
    transition: .5s;
}
section.vitrine-interna .hover img {
    width: auto!important;
    height: auto!important;
}
section.vitrine-interna a:hover img.img-fluid {
    transform: scale(1.1);
}
section.vitrine-interna a:hover .hover {
    opacity: 1;
}

.interna {
    padding: 60px 0 0;
}
.interna h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 42px;
    color: #F57B20;
    margin: 0 0 20px;
}
.interna p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6D6E71;
    margin: 0 0 15px;
}
.interna h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #F57B20;
    margin: 0 0 20px;
}

.plantas {
    padding: 50px 0 10px;
}
.plantas figure {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0;
}
.plantas figure img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 15px;
    transition: .5s;
}
.plantas .hover {
    opacity: 0;
    width: calc(100% - 30px);
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245,123,32,.7);
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    transition: .5s;
}
.plantas .hover img {
    width: auto!important;
    height: auto!important;
}
.plantas a:hover img.img-fluid {
    transform: scale(1.1);
}
.plantas a:hover .hover {
    opacity: 1;
}

.conheca-empreendimento .item {
    padding: 60px 0;
}
.conheca-empreendimento img.detalhe {
    position: absolute;
    left: 0;
}
.conheca-empreendimento img.principal {
    width: 70%;
    padding-left: 43px;
    margin-top: 20px;
    border-radius: 5px;
    object-fit: cover;
}
.conheca-empreendimento .bg-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 80%;
    height: 100%;
}
.conheca-empreendimento .bg-back:after {
    content: "";
    background: rgba(245,123,32,.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-radius: 5px;
}
.conheca-empreendimento img.img-bg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.conheca-empreendimento input,
.conheca-empreendimento textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6D6E71;
    height: 50px;
    border: 1px solid #6D6E71;
    border-radius: 5px;
    background: transparent;
    margin-bottom: 15px;
}
.conheca-empreendimento textarea {
    height: 140px;
}
.conheca-empreendimento button {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F57B20;
    border: 1px solid #F57B20;
    border-radius: 5px;
    padding: 15px 40px;
}
.conheca-empreendimento button:hover {
    color: #F57B20;
    background: transparent;
}

.vitrine-icone {
    position: relative;
    margin-top: -90px;
}
img.icone-lateral-1 {
    /* width: 100px; */
    position: absolute;
    z-index: 0;
    height: 800px;
}
.vitrine-icone img.banner-img {
    /*width: 100%;
    height: 100vh;
    object-fit: cover;*/
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: right;
}
.vitrine-icone .conteudo {
    /*position: absolute;
    width: 100%;
    top: 0;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    margin-top: 90px;*/
    position: absolute;
    width: 100%;
    top: 0;
    height: calc(100vh - 90px);
    display: flex;
    /* align-items: center; */
    margin-top: 120px;
}
.vitrine-icone .col-md-6 {
    padding-top: 160px;
}
.vitrine-icone .box {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.vitrine-icone h1 {
    font-size: 24px;
    line-height: 28px;
    color: #997C67;
    margin: 0 0 15px;
}
 .vitrine-icone strong {
    color: #997C67;
    margin: 0 0 15px;
}

.vitrine-icone input {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    margin-bottom: 15px;
}
.vitrine-icone button {
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    background: #997C67;
    border: 1px solid #997C67;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vitrine-icone button:hover {
    color: #997C67;
    background: #fff;
}
h2.frase-icone {
    font-size: 16px;
    line-height: 20px;
    color: #997C67;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

main.icone-interna section.vitrine-interna {
    margin-top: 0;
}
main.icone-interna .interna h1 {
    font-family: 'NibPro-Regular';
    text-transform: uppercase;
    color: #997C67;
}
main.icone-interna .interna h4 {
    color: #6D6E71;
}
main.icone-interna .plantas {
    background: url(../img/bg-plantas-icone.png) no-repeat;
    background-size: cover;
    background-position: left;
}
main.icone-interna .plantas .hover,
main.icone-interna section.vitrine-interna .hover {
    background: rgba(153,124,103,.7);
}
main.icone-interna .icone-videos {
    padding: 60px 0;
}
main.icone-interna .icone-videos iframe {
    margin: 0 auto;
    display: table;
}

main.icone-interna section.depoimentos {
    padding: 60px 0 0;
}
main.icone-interna section.depoimentos .item img.img-fluid {
    width: 270px;
    border-radius: 5px;
    margin: 0 auto 15px;
}
main.icone-interna section.depoimentos .item h2 {
    font-size: 24px;
    font-weight: bold;
    color: #997C67;
}
main.icone-interna section.depoimentos .item p {
    text-align: justify;
}


.vitrine-icone-interna .item a p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    background: #997C67;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
}
.vitrine-icone-interna .item img.img-fluid {
    height: 200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-desktop ul {
        padding-left: 20px;
    }
    .menu-desktop ul>li>a {
        font-size: 24px;
        line-height: 32px;
        padding: 10px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header {
        margin-top: 5px;
    }
    nav.navbar.navbar-expand-md {
        height: 45px;
    }
    header .navbar-brand img {
        height: 40px;
    }
    .menu-desktop ul {
        padding-left: 10px;
    }
    .menu-desktop ul>li>a {
        font-size: 20px;
        line-height: 28px;
        padding: 10px 10px;
    }
    .menu-desktop .dropdown-item {
        font-size: 18px;
        line-height: 26px;
    }
    section.vitrine {
        margin-top: -50px;
    }
    section.sobre h4 {
        font-size: 16px;
        line-height: 20px;
    }
    section.sobre h1 {
        font-size: 22px;
        line-height: 30px;
    }
    section.sobre p {
        font-size: 14px;
        line-height: 20px;
    }
    .obras h2 {
        font-size: 40px;
        line-height: 56px;
    }
    .obras p {
        font-size: 16px;
        line-height: 20px;
    }
    .obras a.btn-saiba-mais {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 10px;
    }
    .obras .item .conteudo {
        padding: 0 15px 20px;
    }
    .obras .conteudo h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .empreendimentos span.categoria {
        font-size: 12px;
        line-height: 14px;
    }
    .empreendimentos h2 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 10px;
    }
    .empreendimentos p {
        font-size: 14px;
        line-height: 18px;
    }
    .empreendimentos a.btn-saiba-mais {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px;
    }
    .informacoes-contato a {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}
@media(max-width: 767px) {
    /*section.acessibilidade,
    div[vw] {
        top: 53%!important;
    }*/
    section.acessibilidade .aceesibilidade_btn {
        padding: 10px 5px;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    header.fixar {
        margin-top: 13px;
        height: auto;
        position: relative;
    }
    header.fixar nav.navbar.navbar-expand-md {
        height: 77px;
    }
    header .navbar-brand {
        position: relative;
        margin-right: 0!important;
    }
    header .navbar-brand img {
        max-width: 166px;
    }
    .menu-desktop {
        width: 100%;
        right: -100%;
    }
    #close-menu {
        margin: 15px 0;
    }
    .menu-desktop ul {
        padding-left: 5px;
    }
    .menu-desktop ul>li>a {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 10px;
    }
    .menu-desktop .dropdown-item {
        font-size: 18px;
        line-height: 28px;
    }
    section.sobre {
        padding: 30px 0;
    }
    section.sobre h4 {
        font-size: 16px;
        line-height: 18px;
    }
    section.sobre h1 {
        font-size: 22px;
        line-height: 24px;
    }
    section.sobre p {
        font-size: 16px;
        line-height: 22px;
    }
    section.sobre a {
        margin-bottom: 15px;
    }
    section.sobre iframe {
        height: 180px!important;
        width: 100%;
    }
    .obras {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .obras .col-md-4.pl-0 {
        padding: 0 30px!important;
    }
    .obras .float-right.w-75 {
        float: none!important;
        width: 100%!important;
    }
    .obras h2 {
        line-height: 32px;
        margin-top: 0;
        font-size: 30px;
        margin-bottom: 10px!important;
    }
    .obras a.btn-saiba-mais {
        margin-bottom: 15px;
    }
    .obras .col-md-8.pr-0 {
        padding-left: 0;
    }
    .obras .owl-carousel .owl-stage-outer {
        margin-top: 35px;
    }
    .obras .owl-theme .owl-nav {
        top: -35px;
        right: 0;
        left: auto;
        width: 120px;
        height: 35px;
        justify-content: space-around;
        padding-left: 15px;
        padding-right: 15px;
    }
    .obras .item img.img-fluid {
        height: 350px;
    }
    .obras .item .conteudo {
        padding: 0 10px 15px;
    }
    .obras .conteudo h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 5px;
    }
    .obras .conteudo span.categoria {
        font-size: 10px;
        line-height: 12px;
        padding: 4px 15px;
    }
    .obras .conteudo ul {
        margin: 10px 0 0;
    }
    .obras .conteudo li {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .obras .conteudo li img {
        height: 15px;
        margin-right: 5px!important;
    }
    .empreendimentos h2 {
        font-size: 30px;
        line-height: 45px;
        margin: 10px 0 0;
    }
    .empreendimentos p {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .empreendimentos a.btn-saiba-mais {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 30px;
    }
    .empreendimentos {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .empreendimentos .row {
        flex-direction: column-reverse;
    }
    .empreendimentos .col-md-8.pl-0 {
        padding: 0!important;
    }
    .empreendimentos .col-md-4.pr-0 {
        padding: 0 30px!important;
    }
    .empreendimentos a.btn-saiba-mais {
        margin-bottom: 15px;
    }
    .empreendimentos .item img.img-fluid {
        height: 300px;
    }
    .empreendimentos .owl-carousel .owl-stage-outer {
        margin-top: 35px;
    }
    .empreendimentos .owl-theme .owl-nav {
        top: -35px;
        right: 0;
        left: auto;
        width: 120px;
        height: 35px;
        justify-content: space-around;
        padding-left: 15px;
        padding-right: 15px;
    }
    .informacoes-contato {
        padding: 25px 0 5px;
    }
    .informacoes-contato a {
        font-size: 12px;
        line-height: 18px;
    }
    .informacoes-contato .col-md-3 {
        margin-bottom: 20px;
    }
    .informacoes-contato h4 {
        margin: 0 0 10px;
    }
    footer {
        padding: 5px 0;
    }
    footer .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    footer .col-6.col-md-3 {
        margin-bottom: 10px;
    }
    footer a {
        font-size: 8px;
        line-height: 10px;
    }
    footer a img.mr-2 {
        height: 15px;
        margin-right: 5px!important;
    }
    section.vitrine-interna img.img-fluid {
        height: 280px;
    }
    .interna {
        padding: 30px 0;
    }
    .interna h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .interna p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .interna h4 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .plantas {
        padding: 30px 0 0;
    }
    .plantas .col-md-4.text-center.mb-5:last-child {
        margin-bottom: 0!important;
    }
    .conheca-empreendimento input, .conheca-empreendimento textarea {
        height: 40px;
        margin-bottom: 10px;
    }
    .conheca-empreendimento textarea {
        height: 80px;
    }
    .conheca-empreendimento button {
        padding: 10px 40px;
        margin-bottom: 20px;
    }
    .conheca-empreendimento .item {
        padding: 40px 0;
    }
    .conheca-empreendimento img.detalhe {
        height: 50px;
    }
    .conheca-empreendimento img.principal {
        width: 60%;
        padding-left: 8px;
        margin-top: 10px;
    }
    main.icone-interna .icone-videos {
        padding: 30px 0;
    }
    main.icone-interna .icone-videos iframe {
        width: 100%;
        height: 180px;
    }

    /*-------*/
    nav.navbar.navbar-expand-md {
        height: 60px;
        padding: 5px 10px;
    }
    header .navbar-brand img {
        max-width: 100px!important;
        margin-right: 0;
    }
    li.nav-item.ml-2.d-block.d-sm-none img {
        height: 20px;
    }
    a#open-menu-mobile img {
        height: 20px;
    }

    img.icone-lateral-1 {
        /* width: 100px; */
        position: absolute;
        z-index: 0;
        height: calc(100% + 90px);
        top: -90px;
    }

    .vitrine-icone {
        margin-top: -73px;
    }
    .vitrine-icone img.banner-img {
        height: auto;
    }
    /*.vitrine-icone .conteudo {
        height: 90%;
        align-items: end;
        margin-top: 0;
    }*/
    .vitrine-icone .conteudo {
        height: 100%;
        align-items: end;
        margin-top: 90px;
        position: relative;
        display: table;
    }
    /*.vitrine-icone .box {
        padding: 20px 30px;
    }*/
    .vitrine-icone .box {
        margin: 10px 10px 20px;
        background: #fff;
        box-shadow: none;
        border-radius: 30px;
        padding: 20px;
    }
    /*.vitrine-icone h1 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }*/
    .vitrine-icone h1 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
        width: 95%;
    }
    img.singular-icone {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 80px;
    }
    .vitrine-icone input {
        height: 40px;
        margin-bottom: 10px;
    }
    .vitrine-icone button {
        height: 40px;
    }
    .vitrine-icone .col-md-6 {
        padding-top: 60px;
    }
    .vitrine-icone .col-md-6 img.img-fluid {
        width: 55%;
        margin: 0 auto;
        display: table;
        margin-bottom: 15px;
    }

    .informacoes-contato {
        padding: 25px 0 30px;
    }
    .informacoes-contato .col-md-5 {
        margin-bottom: 20px;
    }

    .vitrine-icone.agradecimento .conteudo {
        height: 60%;
    }
    .textos-icone img.img-fluid.rounded {
        margin-bottom: 20px;
    }
    .textos-icone,
    .sobre-icone {
        background: transparent;
    }
    .textos-icone-2,
    main.icone-interna .plantas {
        background: url(../img/bg-plantas-icone.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .textos-icone .col-md-4 img.w-75 {
        width: 25%!important;
        margin: 0 auto 10px;
        display: table;
    }
    main.vistamar-interna .vitrine-icone {
        padding-top: 30px;
    }
    main.vistamar-interna .vitrine-icone .box {
        padding: 15px 25px;
    }
    main.vistamar-interna .vitrine-icone h1 {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 5px;
    }
    main.vistamar-interna .vitrine-icone input {
        font-size: 10px;
        line-height: 10px;
        height: 35px;
        margin-bottom: 5px;
    }
    main.vistamar-interna .vitrine-icone button {
        font-size: 12px;
        line-height: 12px;
        height: 30px;
    }
    main.vistamar-interna .vitrine-icone .conteudo {
        height: 100%;
        align-items: end;
        margin-top: 0;
        position: absolute;
        display: flex;
        padding-bottom: 50px;
    }
    img.predio-vistamar.d-block.d-sm-none {
        position: absolute;
        bottom: 0;
        width: 130px;
        z-index: 99;
    }
}