@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src:url("../fonts/Montserrat-Light.woff") format("woff"),
        url("../fonts/Montserrat-Light.otf") format("otf"),
        url("../fonts/Montserrat-Light.ttf") format("ttf"),
        url("../fonts/Montserrat-Light.woff2") format("woff2");
}   

@font-face {
    font-family: "Flaticon";
    src:url("../fonts/Flaticon.eot");
    src:url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Flaticon.woff") format("woff"),
      url("../fonts/Flaticon.ttf") format("truetype"),
      url("../fonts/Flaticon.svg#flat") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

strong, b {
    font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, iframe, body {
    width: 100%;
    height: 100%;
}

:root{font-size: 62.5%!important;}
/*
h1, .h1{font-size: 4.2rem!important;}
h2, .h2{font-size: 3rem!important;}
h3, .h3{font-size: 2.4rem!important;}
h4, .h4{font-size: 1.8rem!important;}
h5, .h5{font-size: 1.4rem!important;}
h6, .h6{font-size: 1.2rem!important;}*/

body{
    min-width: 320px; 
    word-break: break-word;
    font-family: 'Montserrat'!important;
}

a:visited, a:link, a:hover {
    color: black;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    color: black;
}

.sucesso {
    border: solid 1px #005937;
    color: #005937;
    background: #b9d6cb;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.erro {
    border: solid 1px #b73541;
    color: #b73541;
    background: #ffbfc5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.transition {
    transition: all .3s;
}

.pag-home {
    background: url('../img/background-home.jpg') left top no-repeat;
    background-size: 100% 101%;
    width: 100%;
    height: 100%;
}

.section-home {
    width: 50%;
    transition: all .3s;
    position: relative;
}

.section-home .miniatura {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 280px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s;
    display: inline-block;
}

.section-home:hover .miniatura {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    /*overflow: visible;*/
}

.max-img {
    overflow: hidden;
    opacity: 0;
    /*display: none;*/
    
}

#arquitetura {
    float: left;
}

#arquitetura .miniatura img, #arquitetura .max-img, #arquitetura .max-img img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#design {
    float: right;
}

#design .miniatura img, #design .max-img, #design .max-img img {
    position: absolute;
    bottom: 0;
    left: 0;
}

#ilustracao {
    float: left;
}

#ilustracao .miniatura img, #ilustracao .max-img, #ilustracao .max-img img {
    position: absolute;
    top: 0;
    right: 0;
}

#blog {
    float: right;
}

#blog .miniatura img, #blog .max-img, #blog .max-img img {
    position: absolute;
    top: 0;
    left: 0;
}

/* ------------------------- */
/* Miniatura corrigida */
.section-home .miniatura-ct {
    position: absolute;
    padding: 30px;
    float: left;
}

/* ------------------------- */


#arquitetura:hover .max-img, #design:hover .max-img, #ilustracao:hover .max-img, #blog:hover .max-img {
    opacity: 1;
    display: block;
}

.conteudo-width {
    width: 70%;
    margin: auto;
}

.home-titulo {
    width: 100%;
    color: white;
    position: absolute;
    left: 0;
    top: 45%;
    font: 100 25px 'Montserrat';
    letter-spacing: 2px;
}

.dark-div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
}

/*#logo-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}*/

/****************************/
/******* fim da home  *******/
/****************************/

/*topo*/
.menu {
    color: black;
    font: 100 22px 'Montserrat';
    letter-spacing: 3px;
    padding: 15px;
    overflow: hidden;
}

.menu a {
    color: black !important;
}

.menu .block {
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.menu .block p {
    width: 32px;
    background: #666;
    height: 3px;
    margin: 0 0 4px;
}

/*navegação*/
.navegacao {
    /*padding-left: 10px;*/
    margin-top: 50px;
}

.navegacao ul li {
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 2px;
}

.navegacao ul li a {
    font: bold 1.3rem 'Montserrat';
    text-transform: none;
    color: #fff;
    letter-spacing: 2px;
    transition: all .2s;
    float: right;
    clear: both;
}

.navegacao ul li a:hover {
    transform: scale(1.06);
}

.navegacao .titulo {
    margin-bottom: 10px;
    font-weight: 600;
    text-align: right;
    font-size: 1.6rem;
    white-space: pre;
    width: 100%;
}

.navegacao .item {
    margin-bottom: 5px;
    float: left;
    padding: 10px;
    width: 85%;
    background-color: rgba(0,0,0,.1);
    text-align: right;
}
.navegacao .item.active{
    width: 100%;
    background-color: rgba(0,0,0,.2);
}
/*rodape*/
.rodape {
    font: 400 1rem 'Montserrat';
    letter-spacing: 2px;
    overflow: hidden;
}
.rodape .rede-social a {
    margin: 0 3px;
    float: left;
}
/*arquitetura*/
.item-bl-1 {
    height: 240px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.hover-item {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    color: white;
    font: 100 1rem 'Montserrat';
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s;
}

.hover-item p {
    font: 500 1.7rem 'Montserrat';
}

.item-bl-2 {
    overflow: hidden;
    height: 105px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.item-bl-1 .hover-item {
    padding-top: 20%;
}

.item-bl-2 .hover-item {
    padding-top: 10%;
}

.item-bl-3 .hover-item {
    padding-top: 30%;
}

@media (min-width: 1600px) {

    .item-bl-1 .hover-item {
        padding-top: 15%;
    }

    .item-bl-3 .hover-item {
        padding-top: 16%;
    }
}

.item-bl-1:hover .hover-item, .item-bl-2:hover .hover-item {
    opacity: 1;
    transition: all .3s;
}

#overlay-menu {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    overflow: auto;
    padding-top: 16vh;
}
#overlay-menu nav ul li {
    margin-bottom: 20px;
    padding: 10px;
}
#overlay-menu nav ul li a {
    font: 100 2.5rem 'Montserrat';
    color: #4d4d4d;
    transition: all .2s;
    display: inline-block;
}
#overlay-menu nav ul li a:hover {
    opacity: .8;
    /*font-size: 28px;*/
    transform: scale(1.05);
    color: red;
    /*font-weight: 700;*/
}
#overlay-menu #close-menu {
    position: absolute;
    top: 5px;
    right: 35px;
}
#overlay-menu #close-menu {
    color: black;
    font: 100 3.5rem 'Montserrat';
}

/*arquitetura interna*/
.arquietura-principal {
    width: 100%;
    overflow: hidden;
}

.owl-carousel .owl-nav{
    position: absolute;
    left: 0;
}

.owl-arquitetura .item .foto {
    width: 100%;
    /*max-height: 650px;*/
    overflow: hidden;
    position: relative;
}
.mais-info {
    position: absolute;
    bottom: 0;
    left: 50%!important;
    transform: translateX(-50%);
    color: #000!important;
    font: 300 1.5rem 'Montserrat' !important;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .3s;
    padding: 50px 10px 5px 10px;
    width: 105%;
    text-align: center;
    margin: 0;
    z-index: 9;
}
.mais-info:hover {
    transition: all .3s;
    box-shadow: inset 0 -80px 50px -20px #fff;
}
#sobre h2 {
    /*font: 900 2.8rem 'Montserrat';*/
    /*color: #aaa;*/
}
.traco-titulo {
    height: 1px;
    width: 100%;
    background: #aaa;
    overflow: hidden;
    position: relative;
    top: 30px;
}
.titulo-info h3 {
    font: 400 1.4rem 'Montserrat';
    line-height: 2.4rem;
    letter-spacing: 2px;
    border-right: solid 1px black;
}

.titulo-info h3 span {
    background: #fff;
    padding: 0 10px;
}

.titulo-info:nth-child(1) h3 span{margin-right: -14px;}
.titulo-info:nth-child(2) h3 span{margin-left: -50px!important;}

.titulo-info.lineR h3 {
    border-left: solid 1px black;
}

#tab-view{margin-top: -15px;}
.itens-info {
    padding: 25px;
    border: solid 1px #e3e3e3;
    border-top: none;
    width: 25%;
    float: left;
    color: #aaa;
    font: 100 1.3rem 'Montserrat';
}

.itens-info:nth-of-type(2) {
    width: calc(25% - 15px);
}

.itens-info:nth-of-type(4) {
    width: calc(25% + 15px);
}

.itens-info:nth-of-type(2), .itens-info:nth-of-type(3), .itens-info:nth-of-type(4) {
    border-left: none;
}

#tab-view{
    float: left;
    width: 100%;
    position: relative;
}
/*.tab-view{
    border-bottom: 2px solid red;
    padding: 0!important;
    display: inline-block;
    width: 100%;
    position: relative;
}
/*.tab-view .itens-info{
    min-height: 100%;
    position: relative;
}*/

.arq-final-text {
    margin: 50px 0;
}

.arq-final-text, .arq-final-text p {
    font: 100 1.5rem 'Montserrat';
    color: #aaa;
    letter-spacing: 2px;
}

#voltar-inicio {
    font: 500 1.3rem 'Montserrat';
    color: black;
    overflow: hidden;
    transition: all .3s;
}

/*ilustração*/
/*.ilustracao-item {
    width: 80%;
    margin: auto;
    overflow: hidden;
    height: 450px;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 30px;
    transition: all .3s;
}

.ilustracao-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}*/

.ilustracao-foto-interna {
    width: 100%;
    /*height: 520px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
} 

.ilustracao-gallery {
    width: 100%;
    overflow: hidden;
    /*left: 100%;*/
    /*left: 50%;*/
    left: 0;
    /*transform: translate(-50%, 10px);*/
    top: 100%;
    /*position: absolute;*/
    position: relative;
    /*margin: 0 13px;*/
    padding-top: 7px;
    /*background: red;*/
    text-align: center;
}
.ilustracao-gallery li{
    /*float: left;*/
    display: inline-block;
    padding: 0 2px;
    margin: 0;
}
.ilustracao-gallery li .item{
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    float: left;
}

.ilustracao-info h1 {
    font: 500 1.4rem 'Montserrat';
    letter-spacing: 2px;
    margin: 0 0 15px;
}

.ilustracao-info-text {
    font: 100 1.4rem 'Montserrat';
    letter-spacing: 2px;
    color: #aaa;
    margin: 0 0 15px;
}

.ilustracao-carac {
    padding: 25px;
    /*min-height: 190px;*/
    font: 100 1rem 'Montserrat';
    color: #aaa;
    letter-spacing: 2px;
}

.ilustracao-carac-pai {
    border: solid 1px #e3e3e3;
    margin: 0 0 15px;
}

.ilustracao-carac-pai .border-unic {
    border-right: solid 1px #e3e3e3;
}

.btn-disponivel-compra {
    background: #aaa;
    color: white;
    padding: 10px;
    width: 100%;
    font: 300 1.2rem 'Montserrat';
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    transition: all .3s;
}

.btn-disponivel-compra:hover {
    background: #4d4d4d;
    transition: all .3s;
}

/*contato*/
.contact-form input, .contact-form textarea {
    width: 100%;
    border: solid 1px #aaa;
    margin-bottom: 15px;
    padding: 5px;
    color: #aaa;
    outline: none;
    box-shadow: none;
    resize: none;
    font: 300 1.5rem 'Montserrat';
    letter-spacing: 1.5px;
}

.contact-form button {
    background: #4d4d4d;
    border: solid 1px #4d4d4d;
    padding: 10px;
    color: white;
    font: 300 1.5rem 'Montserrat';
    letter-spacing: 1.5px;
    transition: all .3s;
}

.contact-form button:hover {
    background: #e3e3e3;
    color: #4d4d4d;
    border: solid 1px #4d4d4d;
    transition: all .3s;
}

.contact-info ul li {
    font: 300 1.3rem 'Montserrat';
    letter-spacing: 1.5px;
    color: #aaa;
    margin-bottom: 15px;
}

.contact-info ul li i {
    margin-right: 10px;
}

.contact-title {
    font: 700 3.5rem 'Montserrat';
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

/*sobre*/
.sobre-titulo{
    color: #e7ba90;
    font: 900 4.2rem 'Montserrat';
    margin: 0;
}
#sb-title{
    color: #4B4B4D;
    /*font: 600 4.2rem 'Montserrat';*/
    font: 600 3.8rem 'Montserrat';
    margin: 0;
    line-height: 32px;
}
.sb-text{
    letter-spacing: 2px;
    line-height: 2.8rem;
}

.sobre-info {
    overflow: hidden;
    background: url('../img/logo-sobre.png') right top no-repeat;
    background-position: 155% 0;
    height: 380px;
}

@media (min-width: 1600px) {
    .sobre-info {
        background-position: 120% 0;
    }
}

.sobre-texto {
    font: 100 1.5rem 'Montserrat';
}

.sobre-info p {
    font: 700 4.5rem 'Montserrat';
    color: #a0a0a0;

}

.sobre-info p span {
    color: #d1d1d1;
    padding-right: 150px;
}

.btn-sobre {
    margin-top: 70px;
}

.btn-sobre a {
    border: solid 1px #000;
    color: #000;
    background: transparent;
    font: 300 1.7rem 'Montserrat';
    letter-spacing: 2px;
    padding: 10px 30px;
    transition: all .3s;
}

.btn-sobre a:hover {
    background: #4d4d4d;
    color: white;
    transition: all .3s;
}

/*blog*/
/*.blog-item {
    width: 80%;
    overflow: hidden;
    display: inline-block
}*/

/*.blog-item .blog-children {
    margin: 0 auto;
    margin-bottom: 10px;
}*/

/*.blog-item p {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    font: 300 20px 'Montserrat';
    color: #000;
}*/

.btn-blog {
    color: #333;
    border: solid 1px #333;
    padding: 10px 20px;
    font: 300 1.8rem 'Montserrat';
    transition: all .3s;
    display: inline-block;
    opacity: .2;
}

.btn-blog:hover {
    background: #333;
    color: #fff;
    opacity: 1;
}

#loading {
    width: 100vw;
    height: 100vh;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    
}
#loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40vw;
    display: inline-block;
}
.mapa-div{
    width: 120%;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: -20%;
    margin-bottom: 30px;
}

/* ----------------------------------- */
/* Complementos/Correções/melhorias */

/*.arquitetura-tabela table{
    position: relative;
    padding: 30px;
    margin-top: -15px;
    border: 1px #000 solid;
    border-top: none;
    display: inline-block;
    width: 100%;
}*/
/*.arquitetura-tabela table td{
    width: 25%;
}*/

/* Imagem Sobre */
/*#sobre-img{
    background-color: rgba(0,0,0,.1);
    max-width: 100%;
    width: 600px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: .3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    box-shadow: inset 0 0 60px 40px #fff;
}*/

.ilustracao-info img{
    height: auto;
    max-width: 100%;
}

#listItens{margin-top: -15px;}

#conteudo{position: relative;}

#true-header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    min-height: 53px;
    float: left;
    box-shadow: 0 -2px 4px 2px rgba(0,0,0,.2);
}
#hd-lg{width: 60%;}

#hd-menu{
    right: 15px;
    top:0px;
    position: absolute;
}

footer{
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
footer.pgIntro{position: relative!important;}

section{min-height: 100vh;}

#left-menu{
    position: fixed;
    left: 0;
    top: 0;
    padding: 70px 35px 0 0;
    height: 100%;
    z-index: 999;
}
#left-menu .cont-menu{
    float: left;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 30px;
}

#blog-left{padding-right: 80px;}
#blog-left .ilustracao-info-text{line-height: 28px;}
#blog-right{padding-left: 80px;}

#lineV{
    position: absolute;
    top: 30px;
    right: 41.55%;
    height: 96%;
    background: rgba(0,0,0,.2);
    width: 2px;
    z-index: 9;
}

/* topo */
/*#hd-btn-toggle{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    margin: 0;
    padding: 10px;
}
#hd-btn-toggle[aria-expanded*="true"]{background-color: green;top: 0;}*/
/* ----------------------------------- */

[class*='fIcon-flat']{ font-family: "Flaticon"; }
.fIcon-flat-left:before { content: "\f100"; }
.fIcon-flat-right:before { content: "\f100"; }

.fMont{font-family: "Montserrat"!important;}

.owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
}
.owl-prev{left: 0;}
.owl-next{right: 0;}

.owl-prev:before, .owl-next:before{
    font-family: "Flaticon"; 
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    font-size: 4.2rem;
    color: #000;
}
.owl-prev:before{content: "\f100";left: 0;}
.owl-next:before{content: "\f101";right: 0;}

.owl-prev:hover:before, .owl-next:hover:before{color: #fff;}

#loading.leave img{
    transition: all 1s;
    width: 130px;
    opacity: 0;
}
.owl-prev:before, .owl-next:before{transition: all .2s;}
/* ----------------------------------- */
/* Banner */
.rsMinW .rsArrow{
    height: 100%!important;
    top: 0!important;
    margin-top: 0!important;
    width: 60px!important;
}
.rsMinW .rsArrowLeft{left: 0%!important;}
.rsMinW .rsArrowRight{right: 0%!important;}
.rsMinW .rsArrowIcn{
    height: 100%!important;
    top: 50%;
    transition: all .2s;
    width: 60px!important;
    transform: translateY(-50%)!important;
}
.rsMinW .rsArrowLeft .rsArrowIcn{left: 0;}
.rsMinW .rsArrowRight .rsArrowIcn{right: 0;}
.rsMinW .rsArrowRight .rsArrowIcn:hover{box-shadow: inset -50px 0 50px -20px #fff;}
.rsMinW .rsArrowLeft .rsArrowIcn:hover{box-shadow: inset 50px 0 50px -20px #fff;}
/* ----------------------------------- */
/* Blog */
/*.blogImg{float: left; margin-right: 15px;}*/
.blogTxt{float: none!important; width: 100%!important;}
.ilustracao-item, .blog-item, .design-item{
    float: left;
    width: 100%;
    position: relative;
    height: 430px;
    overflow: hidden;
}
.ilustracao-item, .design-item{height: auto!important;}
.blog-item .img-responsive{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    /*margin-bottom: 10px;*/

}
.blog-item .img-responsive, .ilustracao-item .img-responsive, .design-item .img-responsive{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.design-item .img-responsive, .ilustracao-item .img-responsive{
    display: inline-block;
}
.design-item .img-responsive.semImg, .ilustracao-item .img-responsive.semImg{
    height: 351px;
}
.ilustracao-item .txt-dot, .blog-item .txt-dot, .design-item .txt-dot{
    position: absolute;
    left: 0;
    bottom: 0;
    font: 300 2rem 'Montserrat';
    color: #000;
    height: 60px;
    width: 100%;
    overflow: hidden;
}
.blog-item .txt-dot, .design-item .txt-dot{
    background: #fff;
    box-shadow: 0 0 40px 30px #fff;
    opacity: .7;
}
.ilustracao-item .txt-dot{
    height: 35px;
    bottom: -4px;
}
.blog-item:hover .txt-dot, .design-item:hover .txt-dot{
    opacity: .99;
    box-shadow: 0 0 30px 20px #fff;
}
.ilustracao-item:hover .img-responsive, .blog-item:hover .img-responsive, .design-item:hover .img-responsive{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/* ----------------------------------- */
/* Arquitetura */
.arquitetura-item{padding: 1px!important; overflow: hidden;}
.link-item{
    display: inline-block;
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
}
.arquitetura-item .img-responsive{
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.arquitetura-item .txt-dot, .blog-mini-item .txt-dot{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font: 300 2.8rem 'Montserrat';
    color: #fff;
    max-height: 150px;
    max-width: 98%;
    display: inline-block;
    overflow: hidden;
    z-index: 6;
    opacity: 0;
}
.arquitetura-item .txt-dot{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    color: #666;
    background-color: #fff;
    max-width: none;
    width: 100%;
    font: 300 1.8rem 'Montserrat';
    padding: 10px 5px;
}

.link-item:hover .txt-dot, .blog-mini-item:hover .txt-dot{opacity: 1;}
.link-item:hover .img-responsive{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.blog-mini-item{
    float: left;
    position: relative;
    min-height: 300px;
    width: 100%;
}
.blog-mini-item:before, .arquitetura-item .img-responsive:before, .blog-item .img-responsive:before, .design-item .img-responsive:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 3;
}
/*.arquitetura-item .img-responsive:before{background: transparent;}*/
.blog-mini-item:hover:before, .arquitetura-item:hover .img-responsive:before, .blog-item:hover .img-responsive:before, .design-item:hover .img-responsive:before{background: none;}
.blog-mini-item .txt-dot{
    opacity: 1!important;
    font-size: 1.6rem;
    width: 90%;
}
.arquitetura-item:hover .txt-dot{
    transform: translateY(0);
}

/* ----------------------------------- */
/* Home */
#lg-home{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#lg-white{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 167px;
    height: 160px;
    z-index: 99;
    background: url(../img/logo.svg) center center no-repeat;
    background-size: contain;
}

.flower{
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    left: 0;
    top: 0;
    position: relative;
}
.flower:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0,0,0, .1);
    z-index: 1;
    height: 3px;
}
.flower:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    background-color: rgba(0,0,0, .1);
    z-index: 1;
    height: 100%;
}
.flower-vessel{
    width: 100%;
    height: 100%;
}
.flower-filet{
    position: absolute;
    width: 50vw;
    height: 50vh;
    top: 50%;
    left: 50%;
    
}
.flower-stamen{
    height: 90%;
    width: 60%;
    /*overflow: hidden;*/
    position: absolute;
    padding: 0;
}
/*.flower-name{
    position: absolute;
    padding: 10px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: 300;
    z-index:9;
}*/
.flower-name{
    position: absolute;
    color: #dadada;
    width: 50vw;
    height: 80px;
    background-color: rgba(255,255,255,.4);
    font-size: 2.8rem;
    letter-spacing: 4px;
    font-weight: 300;
    z-index:9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    word-break: keep-all;
}
.flower-anther{
    background-size: cover;
    background-position: center center;
    width: 50vw;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.flower-anther:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0, .2);
}
.flower-filet .flower-anther{opacity: 0;}

.flower-filet:nth-child(1){transform: translate(-100%,-100%);}
.flower-filet:nth-child(1) .flower-name{padding-right: 120px;}
.flower-filet:nth-child(1) .flower-stamen, .flower-filet:nth-child(1) .flower-anther, .flower-filet:nth-child(1) .flower-name{
    bottom: 0;
    right: 0;
    top: auto; left: auto;
    text-align: right;
}
.flower-filet:nth-child(2){transform: translate(-100%,0%);}
.flower-filet:nth-child(2) .flower-name{padding-right: 120px;}
.flower-filet:nth-child(2) .flower-stamen, .flower-filet:nth-child(2) .flower-anther, .flower-filet:nth-child(2) .flower-name{
    right: 0;
    left: auto;
    text-align: right;
}

.flower-filet:nth-child(3){transform: translate(0%,-100%);}
.flower-filet:nth-child(3) .flower-name{padding-left: 120px;}
.flower-filet:nth-child(3) .flower-stamen, .flower-filet:nth-child(3) .flower-anther, .flower-filet:nth-child(3) .flower-name{
    bottom: 0; 
    top: auto;
}
.flower-filet:nth-child(4) .flower-name{padding-left: 120px;}

.flower-filet:hover .flower-anther{opacity: 1;}
.flower-filet:hover .flower-name{color: #000; text-align: center!important; padding: 0;}
.flower-filet:hover .flower-stamen{width: 50vw; height: 50vh;}
.flower-filet:hover .flower-anther:before{background: transparent;}

/*#ltr-btn-toggle .icon-bar{background-color: #000;}
#ltr-btn-toggle{
    position: absolute;
    top: 10px;
    right: -15px;       
    transform: translateX(100%);
    margin: 0;
    padding: 10px;
    display: block;
    box-shadow: inset 0 0 1px 0px #000;
}
#ltr-btn-toggle[aria-expanded*="true"]{background-color: green;top: 0;}*/

.slct-target{background: #dadada;}
.slct-target select{
    border: 1px solid rgba(0,0,0,.1);
    outline: none;
    font-family: 'Montserrat'!important;
    text-transform: uppercase;
    background: transparent;
    position: relative;
    -webkit-appearance: none;
    appearance:none;
    -moz-appearance:none;
    padding: 10px 40px 8px 15px;
    z-index: 2;
}
.slct-target select optgroup{background: #dadada;}
.slct-target .fa{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    z-index: 9;
    margin: 0;
    color: #454545;
    z-index: 1;
}

#hd-menu{right: 3px;}
#overlay-menu #close-menu {right: 17px;}

.rsNav.rsBullets{display: none;}

#sobre h2, #titleField{font-size: 2.6rem!important; color: #333;}

.sp-tab-view .tab-title{font-weight: lighter;color: #4B4B4D; white-space: nowrap;}
.sp-tab-view .tab-info{font-weight: lighter;color: #666;}

/* Ajuste do banner em mobile */
.royalSlider.rsMinW .rsBullets {
    position: absolute;
    bottom: -40px;
    left: 50%!important;
    width: 100%!important;
    margin: auto;
    min-width: 0;
    padding: 0!important;
    transform: translateX(-50%);
    height: auto!important;
}
.rsMinW .rsBullet {padding: 1px 3px!important;}
.rsMinW .rsBullet span{width: 8px!important;height: 8px!important;}


.royalSlider.rsMinW .rsBullet span{background-color: rgba(0,0,0, .6)!important; box-shadow: none;}
.royalSlider.rsMinW .rsBullet.rsNavSelected span{background-color: rgba(0,0,0, .95)!important;}

.royalSlider .slider-name{
    background: rgba(255,255,255,.6);
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 5px;
    left: 0;
    bottom: 0;
    color: #333!important;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
}

@media (min-width: 991px) {
    /*#sobre-img img{max-height: 86vh;}*/
    #sobre-txt{overflow: auto;}
    
    
    .sp-tab-view .tab-title, .sp-tab-view .tab-info{margin: 5px 0!important;}
    .sp-tab-view .tab-title, .sp-tab-view .tab-info{
        min-height: 40px;
        display: -webkit-flex; 
        -webkit-align-items: center; 
        display: flex;
        align-items: center;
    }
    .sp-tab-view.arquitetura .tab-title, .sp-tab-view.arquitetura .tab-info{min-height: 60px;}

}
@media (max-width: 1024px) {
    #hd-menu{top: -4px;}
    #sb-title{font-size: 2.8rem!important} 
    #sb-title{padding-top: 10px;}

    /*:root{font-size: 50%!important;}*/
    
    #sobre h2, #titleField{font-size: 2rem!important;}
    .flower-filet .flower-anther{
        opacity: 1;
/*        -webkit-filter: grayscale(0%)!important;
        -moz-filter: grayscale(0%)!important;
        -ms-filter: grayscale(0%)!important;
        -o-filter: grayscale(0%)!important;
        filter: grayscale(0%)!important;*/
    }
    .flower-filet .flower-anther:before{background: transparent;}
    .flower-filet .flower-name{
        font-size: 1.8rem;
        color: #999;
    }
    
    .blog-item .txt-dot, .design-item .txt-dot{
        opacity: .99;
        box-shadow: 0 0 30px 20px #fff;
    }
    .ilustracao-item .img-responsive, .blog-item .img-responsive, .design-item .img-responsive, .arquitetura-item .img-responsive{
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    .arquitetura-item .img-responsive:before, .blog-item .img-responsive:before, .design-item .img-responsive:before{background: none;}
    .blog-mini-item:before{background:rgba(0,0,0,.1);}
    .arquitetura-item .txt-dot{transform: translateY(0);}
}
@media (max-width: 991px) {
    
    .sp-tab-view .tab-title{font-size: 14px;}
    .sp-tab-view .tab-info{font-size: 12px;}
    
    .rsNav.rsBullets{display: block;}
    .royalSlider .rsArrow{display: none!important;}
    
    #blog-left,  #blog-right{padding-left: 15px; padding-right: 15px;}
    
    #sobre-img img{max-height: none!important;}
    #sobre-txt{height: auto!important;}
    
    body.ltr-menu-open{overflow-y: hidden;}
    #left-bar.active{transform: translateX(0);}
    #left-bar{
        padding-top: 80px;
        background: rgba(255,255,255,.98);
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        left: 0;
        width: auto;
        height: 100vh;
        z-index: 999;
    }
    #left-bar.active .effToggle{
        transform: translateX(0%);
        right: 15px;       
        box-shadow: none;
    }
    .flower-stamen{
        width: 90%;
    }
    
    .txt-dot{
        opacity: 1!important;
        font-size: 1.6rem;
        width: 90%;
    }
    #titleCat{min-height: 0!important;}
    
    .ilustracao-gallery {
        /*width: 100%!important;*/
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        transform: none;
        padding: 20px 0 10px 0;
        text-align: center!important;
    }
    .ilustracao-gallery li{display: inline-block;float: none;}
}
@media (max-width: 768px) and (max-width: 991px) {
    .flower .flower-anther{opacity: 1!important;}
}
@media (max-width: 768px) {
    .flower:before, .flower:after{ display: none;}
    /*.flower{padding-top: 110px;}*/
    /*.flower{padding: 105px 0 0 0;}*/
    .flower .royalSlider{margin-bottom: 60px;}
    /*.flower{height: auto;min-height: 0px;}*/
    
}
@media (max-width: 680px) {
    
    #lg-white{
        width: 170px!important;
        height: 166px;
    }
    
    .flower-vessel{padding: 20px 30px 20px 0;}
    
    .flower:before{opacity: 0;}
    .flower:after{opacity: 0;}
    .flower-filet{
        position: relative;
        width: 100%;
        height: 25%;
        padding: 0 0 0 50px;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        transform: none!important;
    }
    
    .flower-filet .flower-anther{
        -webkit-filter: grayscale(0%)!important;
        -moz-filter: grayscale(0%)!important;
        -ms-filter: grayscale(0%)!important;
        -o-filter: grayscale(0%)!important;
        filter: grayscale(0%)!important;
    }
    .flower-stamen{
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        padding: 0;
        transform: none!important;
        display: inline-block;
    }
    .flower-filet:hover .flower-stamen{height: 100%;width: 100%;}
    .flower-filet:first-child .flower-name{border-top: 0.5px solid rgba(0,0,0,.4);}

    .flower-name{
        bottom: 0;
        width: 50px;
        height: 100%; 
        text-align: center!important;
        padding: 0!important;
        background-color: rgba(255,255,255,.8);
        overflow: hidden;
        border-bottom: 0.5px solid rgba(0,0,0,.4);
        left: 0!important;
        transform: translateX(-100%);
        font-size: 1.8vh!important;
    }

    .flower-name div{
        width: 0px;
        height: 0px;
        position: absolute;
        float: left;
        overflow: visible;
        left: 50%;
        top: 50%;
        transform: rotate(-90deg) translate(-50%,-50%);
    }
    .flower-name span{
        width: 200px;
        transform: translate(-50%,-50%);
        float: left;
        /*display: none;*/
    }
    
    /*.flower {background: #f6f6f6;}*/

    .flower-anther{
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        height: 100%;
        width: 100%;
        position: relative;
        transform: none!important;
    }
    
    #lg-white{width: 80px;}
    
}
@media (max-width: 480px) {
     #lg-white{
        width: 100px!important;
        height: 96px;
    }
    
    .slct-target select{font-size: 14px;}
    
    
    
}