@charset "utf-8";
/* CSS Document */
@import url('fonts/estilos-fontes.css');

.res-1200 {
    display: none;
}

body {
    overflow: hidden;
    font-family: 'brandon_grotesqueregular';
    font-weight: normal;
    font-style: normal;
    background: black;
    background: url(../img/textura-areia.png) repeat center center;
}
body, html {
    height: 100%;
    overflow-x: hidden;
}
p {
    font-size: 20px;
	/*color: #412929;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'brandon_grotesquemedium';
	color: #412929;	
}
a:focus, button:focus, input:focus, textarea:focus {
    outline: none !important;
}

a.video {
    text-decoration: none !important;
}

.nav-oka {
	display: none !important;
}
.box-sus {
	background: url("../img/projeto-conforto-bg-01.jpg") no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position:relative;
}
.res-1200 .box-sus,
.res-1200 .box-seg,
.res-1200 .box-ace {	
	height: 100% !important;	
}
.box-seg {
	background: url("../img/projeto-conforto-bg-02.jpg") no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position:relative;
}
.box-ace {
	background: url("../img/projeto-conforto-bg-03.jpg") no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position:relative;
}
.box-sus .sus,
.box-seg .seg,
.box-ace .ace {
	position: absolute;
	right: 0;
	bottom: 5%;
	max-width: 65px;
	transition: all .25s;
	z-index:2;
}

.box-sus a:hover .sus,
.box-seg a:hover .seg,
.box-ace a:hover .ace {
	transform: scale(1.1) translateX(-2px);
    filter: brightness(200%);	
}

.card-sus,
.card-seg,
.card-ace  {			
	height: 100vh;
	background: #412929f2;
    font-size: 14px;    
    border-right: 1px solid rgba(255,255,255,.5);	    
}

.res-1200 .card-sus,
.res-1200 .card-seg,
.res-1200 .card-ace  {			
	height: 100% !important;
	background: #412929f2;
    font-size: 14px;    
    border-right: 1px solid rgba(255,255,255,.5);	    
}

.card-sus,
.card-seg,
.card-ace { padding: 75px 90px 0 20px; }

.res-1200 .card-sus,
.res-1200 .card-seg,
.res-1200 .card-ace { padding: 30px; }

.box-sus .accordion .card-header,
.box-seg .accordion .card-header,
.box-ace .accordion .card-header {
    padding: .25rem 0.75rem; 
	text-align: center;
	background: rgba(255,255,150,0.25);
}

.res-1200 .box-sus .accordion .card-header,
.res-1200 .box-seg .accordion .card-header,
.res-1200 .box-ace .accordion .card-header {
    padding: .25rem 0.75rem; 
	text-align: center;
	background: rgba(255,255,150,0.25);
}

.box-sus .box-itens,
.box-seg .box-itens,
.box-ace .box-itens {
    display: flex;
    align-items: center; 
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px;
}

.res-1200 .box-sus .box-itens,
.res-1200 .box-seg .box-itens,
.res-1200 .box-ace .box-itens {
    display: flex;
    align-items: center; 
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px;
}

.box-sus .btn-link,
.box-seg .btn-link,
.box-ace .btn-link {    
    color: #412929 !important;    
}

.res-1200 .btn-link {    
    color: #412929 !important;
    font-weight: 600;
    font-size: 1rem    
}
.res-1200 .card {
    margin-bottom: 15px;
    background: rgba(255,255,255,.5);
    border: 1px solid #412929;
}

.box-sus p,
.box-seg p,
.box-ace p {    
    margin-bottom: 0;
    font-size: 18px; 
}

.res-1200 .box-sus p,
.res-1200 .box-seg p,
.res-1200 .box-ace p {        
    font-size: 15px; 
}

#background1 {
    background: url(../img/bg-home.jpg) no-repeat center center;
}
#background2 {
    background: url(../img/bg-home-2.jpg) no-repeat center center;
}
.bg {
    background-size: cover !important;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    display: table;
}

.bg.bg-full {
    background: url("../img/bg-full.jpg") no-repeat center bottom -20px fixed;
}

.bg.bg-assinaturas {
    background: #402929;
}
.bg.bg-assinaturas p, .bg.bg-assinaturas h1  {
    color: #FFF;
}
.bg.bg-localizacao {
    background: url("../img/bg-localizacao.jpg") no-repeat center top fixed;
}
.bg.bg-localizacao .home .row {
    /*margin-bottom: 3rem;*/
}

.box-itens-loc .m-loc {
    margin-bottom: 3rem;
}

.bg.bg-projeto {
    /*background: url("../img/bg-projeto.jpg") no-repeat center bottom fixed;*/
    background: url("../img/bg-madeira-01.jpg") repeat 0 0;
    background-size: contain !important;
}
.box-fachada {  
    background: url(../img/bg-projeto-fachada-foto.jpg) no-repeat center center; 
    background-size: cover;
    width: 100%;    
    height: 100vh;     
}


.bg.bg-projeto-oka {
    background: url("../img/bg-projeto-oka.jpg") no-repeat center bottom fixed;
    text-transform:uppercase;    
}
.bg.bg-projeto-oka h2 {
    border-bottom: 3px solid rgba(0,0,0,0.2);
    font-size: 26px;
    display: block;	
    color: #412929 !important;
}
.bg.bg-projeto-oka p {
    text-transform: uppercase;
    font-size: 15px !important;
    color: #412929 !important;
}
.bg.bg-projeto-oka h4 {
    font-size: 18px;    
    color: #412929 !important;
}  
.bg.bg-projeto-oka .box-projetistas {
	padding: 3rem;
	background: #41292917;
}

.bg.bg-projeto-oka .box-projetistas h4 span {
	text-transform: uppercase;
    font-size: 15px; 
	font-family: 'brandon_grotesqueregular';
	font-weight: 400;
}

.box-comodidades {
	background-color: #412929;
	width:100%;
	height: 100vh;
	padding: 60px 40px;	
}
.box-comodidades h3 {
	color: white;
	text-transform: uppercase;
}
.box-comodidades ul li {
	color: white;
	font-size:20px;
	line-height: 40px;	
}

.bg.bg-projeto-areas-comuns {
    background: url("../img/bg-projeto-areas-comuns.jpg") no-repeat center top fixed;
}

.box-texto-implantacao {
    background: url(../img/textura-areia.png) repeat center center;
    padding: 0 15px;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 50%;
}

.bg.bg-projeto-conforto {
    background: url("../img/bg-projeto-conforto.jpg") no-repeat right top fixed;
}
.bg.bg-lifestyle-oka {
    background: url("../img/bg-lifestyle-oka.jpg") no-repeat center center fixed;
}
.bg.bg-residenciais {
    background: url("../img/bg-residenciais.jpg") no-repeat center top fixed;
}
.bg.bg-residenciais-gardens {
    background: url("../img/bg-residenciais-gardens.jpg") no-repeat center top fixed;
}
.bg.bg-residenciais-apartamentos {
    background: url("../img/bg-residenciais-apartamentos.jpg") no-repeat right bottom fixed;   
}
.bg.bg-residenciais-coberturas {
    background: url("../img/bg-residenciais-coberturas.jpg") no-repeat right center fixed;
}
.textura-areia {
    background: url("../img/textura-areia.png") repeat center center;
    padding: 15px 30px;
    width: 100%;
    /*border: 6px solid #412929;*/
    position: relative;
}
.textura-areia .hr-linha {
    height: 3px;
    background: rgba(65, 41, 41, .25);   
    display: block;    
}
.textura-areia h2 {   
    color: #412929;     
}

.box-residenciais  {
	padding: 10px 0;
}

.box-residenciais a {
	position:relative;
}

.box-residenciais a img {
    transition: all .25s;    
}
.box-residenciais a:hover img {
    transform: scale(1.075);
}

.box-residenciais a:before  {   
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255,255,255,0.5);
    font-size: 40px;
    position: absolute;
    top: -30%;
    text-decoration: none;    
    z-index: 30;
    width: 100%;    
}
.box-residenciais a.lupa-marrom:before  {   
    color: rgba(65,41,41,0.5);        
}
.box-residenciais p {
    color: #412929;
    font-size: 12px;
    font-weight: 600;    
    padding: 5px 10px;
    max-width: 230px;
    margin: 5px auto;    
    background: rgba(65, 41, 41, .10);    
}

.box-menu-residenciais {
	position: absolute;
	z-index: 1;
	top: 0;
}

.box-residenciais-nav {
	background: url(../img/residenciais-bg-folhas2.png) no-repeat center top;
	/*background-size: contain;*/
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;    
}

.residenciais-nav2 {
    background: url(../img/residenciais-bg-botao.png) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 100vh;
    position: absolute;
    right: 60px;	
    top: 0;
	
    display: flex;    
    align-items: center;    
}
.nav-link {
    display: inline-block;  
}
.item a::before {
	content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;    
    color: rgba(255,255,255,0.4);
    font-size: 50px;
    /*padding-right: 0.5em;*/
    position: absolute;
    bottom: 40px;
    /*left: 20px;	*/
    text-decoration: none;
    margin: 0 -10px auto;
	}

hr {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px 10px 10px 10px;
}
/* home */



.bg.bg-home {
    background: url("../img/bg-home.jpg") no-repeat center center fixed;
}
.home {
    height: 100vh;
}

#home {
    /*display: none;*/
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.bg-home {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
}

.box-itens-home .m-home {
    margin: 3rem;
}


.home-content h1 a {
    color: white;
    background: yellowgreen;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 20px;
}

.home-content h1 a:Hover {
    background: brown;
}

.box-bot-home, .box-bot-projeto {
    position: relative;
}
.box-bot-projeto img {
    max-width:235px;
}
.box-bot-home h3 {
    position: absolute;    
    text-transform: uppercase;
    font-size: 22px;
    z-index: 10;
    bottom: 10px;
    width: 100%;
    padding: 5px;
    color: white !important;
    display: block;
	text-shadow: 2px 2px 5px black;
}
.box-bot-home img {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}
a .box-bot-home, .box-bot-projeto, .box-bot-home.video {
    transition: all .25s;
}
.box-bot-home.video img {
    box-shadow: none;
}

.box-ico-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;   
}
.box-ico-video .fa {
      font-size: 3rem;
}
.ico-tour {	
	max-height: 70px;	
}

.bg-localizacao {	
    max-width: 100%;	
    margin: 0 auto;
    position: relative;   
}
.bg-localizacao .card {
	border: 1px solid #FFF;
    border-top-right-radius: 20px;
    background-color: #412929;
    color: white !important;
    width: 80%;	
    margin: 0 auto;
    position: relative;
}
.bg-localizacao .card .fa {
	color: rgba(255,255,255,0.5);	
}

.bg-localizacao .card-body {
	color: #412929;
    font-size: 18px;
    position: absolute;
    bottom: 95%;
    left: 10%;      
}
#gastronomia,
#servicos,
#conveniencias {
    display: none;
}
#sus,
#seg,
#ace {
    display: none;
}

a:hover .box-bot-home, a:hover .home-link, a:hover .box-bot-projeto {
    transform: scale(1.1);
    filter: brightness(120%);
}
#projeto .nav-link {
    display: inline-block !important;
}
a .home-link {
    color: white;
    transition: all .25s;
    text-decoration: none !important;
}
a .home-link span {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquemedium';
}

.box-bg-legenda-foto span {
	position: absolute;
	bottom: 10%;
	right: 15px;
	font-size: .70rem;
	text-shadow: 1px 1px 1px black;
	color: white;
	z-index: 100;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 100 !important;
	background: rgba(0,0,0,0.5);
	padding: 2px 5px;
}

/* assinaturas */
.bg-assinaturas h1 {
	font-size: 1.75rem;
	color: white !important;
}
.bg-assinaturas p {
	font-size: 1.25rem;
	color: white !important;
}

/* Zoom */
.zoom {
    animation: scale 2s linear infinite;
}
.zoom-fx {
    animation: scale 3s linear infinite;
}
@keyframes scale {
    50% {
        -webkit-transform: scale(1.035);
        -moz-transform: scale(1.035);
        -ms-transform: scale(1.035);
        -o-transform: scale(1.035);
        transform: scale(1.035);
    }
}
/* Zoom FIM */
/* VenoBox */

.vbox-container {
    overflow-y: auto;
}

.vbox-next, .vbox-prev {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.vbox-next:hover, .vbox-prev:hover {
    background: #ff6601;
}
.vbox-next span {
    right: 18px;
    top: 15px;
}
.vbox-prev span {
    left: 18px;
    top: 15px;
}
.vbox-title {
    font-size: 17px;
    text-transform: uppercase;
}
.vbox-next span, .vbox-prev span {
    width: 16px !important;
    height: 16px !important;
    border: 4px solid transparent;
}
/* VenoBox FIM */

/* owl */
.owl-oka.owl-carousel .owl-item img {
    display: block;
    width: 100%; 
    border: 5px solid white;
}
.owl-oka.owl-carousel {
    margin: 0px;
    padding-top: 15px;
}
.owl-oka.owl-carousel .owl-nav [class*=owl-] {
    color: rgba(238, 59, 37, .75) !important;
    /*font-size: 30px;*/
    width: 75px;
    border-radius: 0;
    text-align: center;
}
.owl-oka.owl-carousel .owl-nav [class*=owl-] {
    color: rgba(255, 255, 255, .75) !important;
    /*max-height: 75px;*/
    /*top: 40%;*/
}
.owl-oka.owl-carousel .owl-nav [class*=owl-]:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, .25);
}
.owl-oka.owl-carousel .owl-nav button.owl-prev,
.owl-oka.owl-carousel .owl-nav button.owl-next,
.owloka.owl-carousel button.owl-dot:hover {
    padding: 10px !important;
}
.owl-carousel .ui-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-theme .owl-nav .disabled {
    opacity: .15;
}
.owl-oka.owl-carousel .owl-prev,
.owl-oka.owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    /*height: 90%;*/
    z-index: 10;
}
.owl-oka.owl-carousel .owl-prev {
    left: 33.75%;
}
.owl-oka.owl-carousel .owl-next {
    right: 33.75%;
}
.item span {
    text-transform: uppercase;
    margin-top: 10px;
}
.owl-oka.owl-carousel .owl-item.cloned.active,
.owl-item.cloned,
.owl-item.active {
    filter: grayscale(100%);
    transform: scale(.85);
    opacity: .60;
}
.owl-oka.owl-carousel .owl-item.center.active {
    filter: grayscale(0%);
    transform: scale(1);
    opacity: 1;
}

.owl-two .owl-item.active { 
  transition:.4s ease all; 
}

.owl-dots .ui-btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
}
.owl-dots .ui-btn.ui-corner-all b {
    border-radius: 0 !important;
}
.owl-dots .ui-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-dots button.ui-btn,
.owl-dots .ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f9a61a;
}
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
    width: auto !important;
}

/*test*/
.owl-oka.owl-carousel .item img {
	display: block;
    width: 100%;
    height: auto;
	max-width: 100%;
}
/*test*/

/* owl nav galeria */
.galeria.owl-carousel .owl-prev i,
.galeria.owl-carousel .owl-next i {
    color: #FFF;
}
.galeria.owl-carousel .owl-prev span:hover,
.galeria.owl-carousel .owl-next span:hover {
    color: yellow;
}
.galeria.owl-carousel .owl-prev,
.galeria.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
.galeria.owl-carousel .owl-prev {
    left: 7px;
    left: -50px;
}
.galeria.owl-carousel .owl-next {
    right: 7px;
    right: -50px;
}
.galeria.owl-carousel .owl-nav button.owl-prev,
.galeria.owl-carousel .owl-nav button.owl-next,
.galeria.owl-carousel button.owl-dot:hover {
    padding: 0 10px !important;
}
.galeria.owl-carousel .owl-nav button.owl-prev:hover,
.galeria.owl-carousel .owl-nav button.owl-next:hover,
.galeria.owl-carousel button.owl-dot:hover {
    background: rgba(255, 255, 255, .1) !important;
    border: none;
}
.galeria.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}
.galeria.owl-theme .owl-nav .disabled {
    opacity: 0.10;
}
.galeria.owl-carousel .owl-item img {
    border: 2px solid white;
    max-width: 1150px !important;
    margin: 0 auto;
}

.seta-esq {
	/*background: url("../img/seta-esq.png") no-repeat center center;
	background-size: contain;*/
}

.seta-dir {
	/*background: url("../img/seta-dir.png") no-repeat center center;
	background-size: contain;*/
}

/* Fim OWl */

.box-lupa {
    width: 100%;
    max-width: 1500px;
    position: relative;
  }
  .lupa {
    width: 100%;  
    position: absolute;  
    top: -30px;
    z-index: 10;
  }
  .lupa .fa {
    /*color: #6DC49E !important;*/
    color: black !important;;
  }
  .lupa .fa:hover {
    color: green !important;
  }
  .box-plantas {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .controles {
    width: 100%;  
    position: relative;  
    top: 0px;
    z-index: 10;
  }
  .controles .fa {
      color: rgba(0,0,0,0.5) !important;
      transition: all .25s;
      font-size: 2.25rem;
  }
  .controles .fa:hover {
    color: #412929 !important;
    transform: scale(1.25);
  }

/* Breadcrumb */
.breadcrumb {
    /*display: inline-flex;*/
    margin-bottom: 0;
    background-color: #412929;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .85rem;
    margin-top: 20px;
    position: absolute;
    padding: 14px;
    z-index: 11;
    color: white;
}
.breadcrumb-item.active {
    color: rgba(255, 255, 255, .5);
}
.breadcrumb-item a {
    color: inherit;
}
.nav-oka {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
}
.nav-oka img {
    max-height: 70px;
}
/* FIM Breadcrumb*/
/* jquert mobile */
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: inherit !important;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: inherit !important;
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: inherit !important;
    font-weight: 400;
}
.ui-overlay-a .modal, .ui-page-theme-a .modal, .ui-page-theme-a .ui-panel-wrapper .modal {
    color: inherit !important;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    color: inherit;
    text-shadow: none;
}
.ui-page {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.ui-content {
    padding: 0;
}

.ui-mobile .ui-page-active {    
    /*overflow: hidden;   */ 
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none !important;
}
/* jquert mobile FIM */

/* media queries */

@media (min-width: 1400px)  {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px)  {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1366px)  {
    .box-iframe .figlio {
       max-width: 62.75%;
      padding: 0 !important;       
    }     
}


@media (min-width: 1500px) {
    .ui-mobile .ui-page-active {
            overflow: hidden;
        }
        /*.bg.bg-projeto .box-conteudo {
            max-width: 30%;
        }*/
	}

@media (min-width: 1900px)  {
    .container {
        max-width: 1840px;
    }
}

@media (max-width: 1500px) {
    .res-full .box-sus p,
    .res-full .box-seg p,
    .res-full .box-ace p {        
        font-size: 15px;
    } 
    .res-full .box-sus .box-itens, .box-seg .box-itens, .box-ace .box-itens {        
        padding: 7px;
    }
    .res-full .box-itens img {
        max-height: 30px;
    }
    .res-full .box-sus .sus,
    .res-full .box-seg .seg,
    .res-full .box-ace .ace {        
        max-width: 40px;        
    }
    .card-sus, .card-seg, .card-ace {
        padding: 70px 58px 0 15px;
    }
    .breadcrumb {
        font-size: 0.75rem !important;
        margin-top: 10px !important;        
        padding: 10px !important;        
    }
    .home {
        height: 100%;
        padding: 60px 0;
    } 
    .home.intro {
        height: 100vh;                
    }

    .bg-localizacao .card-body {        
        font-size: 90%;        
    } 
    
    .bg.bg-projeto .box-conteudo h3 {
        font-size: 1.5rem;
    }

    .box-bot-projeto img {
        max-width: 170px;
    }

}

@media (max-width: 1400px) {
    body {
        overflow: auto !important;
        overflow-x: hidden !important;        
    }    
    .res-1200 {
        display: block;
        padding: 90px 0px;
    }
    .res-full {
        display: none;
    }
    .box-comodidades {        
        height: 100%;        
    }
}

@media (max-width: 1280px) and (max-height: 1280px) {
	#background1 {
		background: url(../img/bg-home.jpg) no-repeat 0 center;
	}
	#background2 {
		background: url(../img/bg-home-2.jpg) no-repeat 0 center;
	}
}

@media (max-width: 1366px) and (max-height: 650px) and (orientation: landscape) {
     
    .box-itens-home .m-home {
        margin: 0rem 0rem;
    }
	
	#background1 {
		background: url(../img/bg-home.jpg) no-repeat center bottom;
	}
	#background2 {
		background: url(../img/bg-home-2.jpg) no-repeat center bottom;
	}
	.bg-localizacao .box-bot-home img {
		max-width: 160px;
		margin-bottom: -1rem;
	}
	.bg-localizacao .card-body {    
		bottom: 75%;    
	}
	.bg.bg-projeto .box-conteudo h3 {
		font-size: 1.25rem;
		padding: 1rem!important;
	}
	.body-h650 .vbox-content img {
		max-height: 430px;
	}
	.box-comodidades h3 {    
		font-size: 1.25rem;
	}
	
	.bg.bg-full .box-img {
		margin-top: -5%;
	}
	
	.box-comodidades {		
		margin-top: 0%;
		padding: 30px 20px;
	}
	.box-comodidades ul li {		
		font-size: 18px;
		line-height: 35px;
	}	
	.bg.bg-full .home {
		padding-bottom: 0px;
	}
	
	.box-residenciais-nav {    
		/*height: 100%;*/
	}
	
	.ui-content {
		/*overflow: hidden;*/ 
	}	
	.bg-localizacao .fa-3x {
		font-size: 2em;
    }
    .bg.bg-projeto .box-conteudo h3 {
        font-size: 1.25rem;
    }
    .box-bot-projeto img {
        max-width: 150px;
    }
    .home {
        height: auto;
        padding: 0;
    }
    .controles .fa {
        font-size: 1.75rem;
    }
    .home.intro {
        /*height: auto;*/
    }
    .bg-full .box-plantas img {
        max-height: 480px;
    }
    .box-residenciais img {           
        max-height: 140px;
    }
    .textura-areia {     
        margin-top: 30px;
    }
    .box-itens-loc .m-loc {
        margin-bottom: 2rem;
    }
    .box-texto-implantacao img, 
    .box-implantacao img {
        max-height: 500px;
        margin-top: 40px;
    }    
	
}


@media (max-width: 1900px) and (max-height: 400px) and (orientation: landscape) {

    .bg-localizacao .box-bot-home img {
		max-width: 180px;
		margin-bottom: -1rem;
	}
	.bg-localizacao .card-body {    
		bottom: 85%;    
	}
		
	.bg-localizacao .fa-3x {
		font-size: 2em;
    }
    
    .box-itens-loc .m-loc {
       margin-bottom: 0rem;
    }
    .home.intro {
        height: 100%;
    }
    .box-plantas img {
        max-height: 580px;
    }
}

@media (max-width: 992px) {
	.owl-oka.owl-carousel .owl-nav [class*=owl-] {    
        width: 50px;    
    }    
}
@media (max-width: 1199px) {
    .box-bot-home img {
        max-height: 170px;
    }
}
@media (max-width: 1366px) {
    .bg.bg-localizacao {
        background: url(../img/bg-localizacao.jpg) no-repeat left top fixed;
    }
}

@media (max-width: 1025px) {
    .box-bg-legenda-foto span {
		bottom: 15%;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	#background1 {
		background: url(../img/bg-home-mob.jpg) no-repeat center top;
	}
	#background2 {
		background: url(../img/bg-home-2-mob.jpg) no-repeat center top;
	}
	.bg.bg-localizacao {
		background: url(../img/bg-localizacao-mob.jpg) no-repeat center top;
	}
	.bg.bg-projeto {
		background: url(../img/bg-projeto-mob.jpg) no-repeat center top;
	}
	.bg.bg-residenciais {
		background: url(../img/bg-residenciais-mob.jpg) no-repeat right top;
    }
    .box-implantacao {        
        padding: 15px;
    }   
}

@media (max-width: 1024px) and (orientation: landscape) {
	#background1 {
		background: url(../img/bg-home-tab.jpg) no-repeat center top;
	}
	#background2 {
		background: url(../img/bg-home-2-tab.jpg) no-repeat center top;
	}
}

@media (max-width: 767px) {
    .box-texto-implantacao img {
        max-width: 400px;        
    }
    .box-texto-implantacao {        
        padding: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    a .box-bot-home, .box-bot-projeto {       
        /*margin-bottom: 2rem;*/
    }
	
	 .bg.bg-projeto .box-bot-projeto {       
        margin-bottom: 1.25rem;
    }
	
    .bg-localizacao .card-body {        
        position: inherit;        
    }
    .bg-localizacao .box-bot-home img {        
        max-width: 210px;
        margin-bottom: 1.5rem;        
    }
    .bg-projeto .box-conteudo .nav-item.mb-3 {        
        margin-bottom: -20px !important;       
    }
	
	.owl-oka.owl-carousel .owl-prev, .owl-oka.owl-carousel .owl-next {    
		top: 28%;
	}
	.owl-oka.owl-carousel .owl-nav [class*=owl-] {    
		width: 40px;    
    }
    .vbox-title {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .bg.bg-projeto .box-conteudo h3 {
        font-size: 1.20rem;
    }
    .bg-assinaturas h1 {
        font-size: 1.4rem;
        color: white !important;
    }
    .bg-assinaturas p {
        font-size: 1rem;
        color: white !important;
    }
    .bg.bg-projeto-oka h2 {        
        font-size: 20px;        
    }
    .bg.bg-projeto-oka h4 {
        font-size: 16px;
    }
    .bg.bg-projeto-oka p {        
        font-size: 14px !important;       
    }
    .bg.bg-projeto-oka .box-projetistas h4 span {        
        font-size: 14px;        
    }
    .bg.bg-projeto-oka .box-projetistas {
        padding: 1.4rem;
        margin-bottom: 2rem;        
    }
    .box-comodidades2 img {
        padding: 30px;
    }

    .box-residenciais img {
        max-height: 125px;
    }
    .vbox-title {
        font-size: 12px;
        padding: 6px;
    }
	.bg.bg-lifestyle-oka {
		background-size: cover !important;		
	}
	.container {
		max-width: 540px;
		overflow-x: hidden;
	}
	
	.owl-oka.owl-carousel .owl-item.cloned.active,
		.owl-item.cloned,
		.owl-item.active {
			filter: grayscale(0%);
			transform: scale(1);
			opacity: 1;
    }
    .res-1200 .box-sus .accordion .card-header,
    .res-1200 .box-seg .accordion .card-header,
    .res-1200 .box-ace .accordion .card-header {
        padding: .25rem 0.75rem;         
    }
    .res-1200 .btn-link {        
        font-size: .75rem;
    }

    .res-1200 .box-conforto-itens img {
        max-height: 40px;
    }
}


@media (max-width: 480px) {
	.box-residenciais-nav .mb-2 {
		    margin-bottom: 0rem!important;		
	}
	.box-bot-projeto img {
		max-width: 140px;
	}
	.ico-tour {
		max-height: 50px;
    }
    .home.intro {        
        padding: 0;        
    }
    .bg-localizacao .box-bot-home img {
        max-width: 150px;        ;
    }
    .controles .fa {        
        font-size: 1.75rem;
        margin-bottom: 15px;
    }
    .breadcrumb {
        font-size: 0.75rem !important;
        margin-top: 5px !important;
        padding: 5px !important;
    }
}


/* Bootstrap custom */
@media (min-width: 1800px) {
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}