body{
	/* height: 3000px; */
}
.header{
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0;
	right: 0;
	animation-name: saidaAFFIX;
	animation-duration: 1s;
}
@keyframes saidaAFFIX {
	from {opacity: 0}
	to {opacity: 1}
}
.infotop{
	background: #bddcf3;
	padding: 10px 0;
	/* box-shadow: inset 0 -10px 10px #0004; */
}
.infotop .email{}
.infotop .email a{
	font-family: 'Open Sans';
	color: #444;
	font-size: 20px;
}
.infotop .email a:hover{}
.infotop .email i{
	margin-right: 15px;
}
.infotop .fones{
	text-align: right;
}
.infotop .fones span, .infotop .fones a{
	font-family: 'Open Sans';
	color: #444;
	font-size: 20px;
	margin: 0 20px;
}
.infotop .fones a:hover{}
.infotop .fones i{
	margin-right: 15px;
}
.infotop .fones .fa-phone{
	transform: rotateZ(90deg);
}
.infotop a.destaque{
	background: #444;
	color: #fff;
	padding: 5px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.infotop a.destaque:hover{
	text-decoration: none;
	background: #fff;
	color: #444;
	border-radius: 30px;
	box-shadow: 0 0 10px #0008;
}
.navegador{
	background: #fff;
	padding: 5px 0;
	/* sbox-shadow: 0 10px 20px #0003; */
}
.navegador .logo{
	padding: 5px 0;
}
.navegador .logo img{
	width: 80%;
}
.navegador .menu{
	text-align: right;
	padding: 34px 0;
}
.navegador .menu ul{
	padding: 0;
	margin: 0;
}
.navegador .menu ul li{
	display: inline-block;
}
.navegador .menu ul li a{
	display: block;
	font-family: 'Open Sans';
	color: #444;
	font-size: 20px;
	margin: 0 10px;
}
.navegador .menu ul li a:hover{
	border-bottom: 1px #eee solid;
	text-decoration: none;
}
.navegador .menu ul li.active a{
	border-bottom: 1px #eee solid;
	font-weight: 700;
}
.navegador .menu ul li.produtos:hover .submenu{
	display: flex;
	opacity: 1;
}
.navegador .menu ul li.produtos .submenu{
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	background: #fff;
	padding: 15px 0;
	box-shadow: 0 0 20px #0003;
	display: none;
	opacity: 0;
	transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
}
.navegador .menu ul li.produtos .submenu i{
	margin: 0 10px;
}
.navegador .menu ul li.produtos .submenu li{
	display: block;
}
.navegador .menu ul li.produtos .submenu li a{
	text-align: left;
	padding: 0;
	margin: 0;
	/* box-shadow: 0 0 10px; */
	/* background: #fff; */
	/* animation: introSUB 1s; */
	font-size: 16px;
	border: none;
	font-weight: 500;
}
@keyframes introSUB {
	from {margin-top: 100px; opacity: 0}
	to {margin-top: 0; opacity: 1}
}
.navegador .menu ul li.produtos ul li a:hover{
	background: #bddcf3;
	border: none;
}
.navegador .menu ul li.produtos .submenu h3{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0 0;
	margin: 0;
}
.navegador .menu ul li.produtos .submenu .col-md-4{
	padding: 0;
}
.navegador .menu li.chique ul.subCHIQUE{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 180px;
}
.navegador .menu li.chique:hover ul.subCHIQUE{
	display: block;
}
.navegador .menu li.subprodutos ul.subProd{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 180px;
}
.navegador .menu li.subprodutos:hover ul.subProd{
	display: block;
}
.bannerrotativo{
	box-shadow: 0 20px 30px #0005;
}
.bannerrotativo img{
	width: 100%;
}
.bannerrotativo .carousel-indicators li {
	background-color: #444;
}
.bannerrotativo .caption{
	position: absolute;
	z-index: 9;
	top: 15px;
	padding: 55px 0;
	left: 8%;
	right: 0;
}
.bannerrotativo .caption.c1 a, .bannerrotativo .caption.c2 a{
	margin: 270px 0 0;
	display: block;
	width: fit-content;
}
.bannerrotativo .caption h1{
	font-family: 'Open Sans';
	font-size: 36px;
	color: #000;
}
.bannerrotativo .caption .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 10%;
	margin: 0 0 10px;
}
.bannerrotativo .caption p{
	color: #000;
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 10px;
}
.bannerrotativo .caption a{
	background: #fff;
	border: 1px #bddcf3 solid;
	color: #000;
	font-family: 'Open Sans';
	padding: 5px 120px;
	border-radius: 30px;
	box-shadow: 0 0 10px #0008;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.bannerrotativo .caption a:hover{
	background: #bddcf3;
	border-radius: 5px;
	text-decoration: none;
}
.ambientesSection{
	padding: 50px 0;
}
.ambientesSection .titulo{
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
	font-family: 'Open Sans';
}
.ambientesSection .titulo h1{}
.ambientesSection .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 30%;
	margin: 0 auto 10px;
}
.ambientesSection .text{
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 15px;
}
.ambientesSection .text p{}
.ambientesSection .ambientes .amb{
	padding: 0;
	border-radius: 30px;
	overflow: hidden;
	width: 360px;
	box-shadow: 0 0 10px #0004;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.ambientesSection .ambientes .amb:hover{
	box-shadow: 0 0 10px #000;
}
.ambientesSection .ambientes{
	padding: 50px 0;
}
.ambientesSection .ambientes img{
	width: 100%;
}
.ambientesSection .ambientes a{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	box-shadow: 0 0 10px #0004;
}
.ambientesSection .ambientes a:hover{
	box-shadow: 0 0 10px #000;
	text-decoration: none;
}
.ambientesSection .ambientes a .caption{
	background: #fffb;
	display: block;
	height: 100%;
	padding: 160px 0px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.ambientesSection .ambientes a:hover .caption{
	opacity: 0;
}
.ambientesSection .ambientes a .caption h4{
	font-family: 'Open Sans';
	font-size: 35px;
	text-transform: uppercase;
	color: #444;
}
.ambientes .carousel-control-prev{
	left: -57px !important;
	right: auto !important;
	top: 46% !important;
	bottom: 42% !important;
	background: #000;
	border-radius: 5px;
	width: 30px;
	height: 40px;
}
.ambientes .carousel-control-next{
	right: -57px !important;
	left: auto !important;
	top: 46% !important;
	bottom: 42% !important;
	background: #000;
	border-radius: 5px;
	width: 30px;
	height: 40px;
}
.section2{
	/*background: url(../img/bg-section2.jpg);*/
	background-size: 90%;
	background-repeat: no-repeat;
	padding: 40px 0;
	background-position: right;
}
.section2 .text{
	padding: 132px 15px;
}
.section2 .text h1{
	font-size: 40px;
	font-family: 'Open Sans';
	text-align: right;
	margin: 0;
}
.section2 .text .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 30%;
	margin: 15px 0;
}
.section2 .text p{
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 25px;
	text-align: right;
}
.section2 .text a{
	display: block;
	background: #bddcf3;
	padding: 5px;
	border-radius: 30px;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #444;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.section2 .text a:hover{
	background: #444;
	color: #bddcf3;
	text-decoration: none;
	border-radius: 5px;
}
.section2 .img img{
	width: 100%;
}
.section3{
	background: #f2f2f2;
	background-position: center center; 
	background-size: 100%;
}
.section3 .img img{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.section3 .text{
	padding: 75px 0;
}
.section3 .text h1{
	font-family: 'Open Sans';
	text-align: right;
	font-size: 40px;
}
.section3 .text .btn{}
.section3 .text .btn a{
	background: #f2f2f2;
	border: 1px #bddcf3 solid;
	color: #000;
	display: block;	
	font-family: 'Open Sans';
	padding: 5px 120px;
	border-radius: 30px;
	box-shadow: 0 0 10px #0008;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.section3 .text .btn a:hover{
	background: #bddcf3;
	border-radius: 5px;
	text-decoration: none;
}
.section4{
	background-size: 70%;
	background-position: left;
	background-repeat: no-repeat;
}
.section4 .img img{
	width: 100% 
}
.section4 .text{
	padding: 100px 20px;
}
.section4 .text h1{
	font-family: 'Open Sans';
	font-size: 40px;
	color: #000;
	margin: 0;
	padding: 0 15px;
}
.section4 .text .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 30%;
	margin: 15px;
}
.section4 .text h3{
	font-family: 'Open Sans';
	font-weight: 700;
	color: #666;
	padding: 0 15px;
	font-size: 22px;
}
.section4 .text p{
	font-family: 'Open Sans';
	font-size: 18px;
	padding: 65px 15px 30px;
}
.section4 .text a{
	display: block;
	background: #bddcf3;
	padding: 5px;
	border-radius: 30px;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #444;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.section4 .text a:hover{
	background: #444;
	color: #bddcf3;
	text-decoration: none;
	border-radius: 5px;
}
.section5{
	padding: 50px 0;
	background: #f8f8f8;
}
.section5 .img{
	padding: 0 50px;
}
.section5 .img img{
	width: 100%;
}
.section5 .title{
	padding: 50px 0;
}
.section5 .title h1{
	font-family: 'Open Sans';
	font-size: 40px;
	color: #000;
	margin: 0;
	padding: 0 15px;
}
.section5 .title .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 30%;
	margin: 15px;
}
.section5 .title h3{
	font-family: 'Open Sans';
	font-weight: 700;
	color: #666;
	padding: 0 15px;font-size: 22px;

}
.section5 p{
	font-family: 'Open Sans';
	font-size: 18px;
	text-align: justify;
	padding: 20px 0 0;
}
.section6{
	padding: 30px 0;
}
.section6 .title{
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
	font-family: 'Open Sans';
}
.section6 .title h1{}
.section6 .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 30%;
	margin: 0 auto;
}
.section6 p{
	width: 100%;
	text-align: center;font-size: 18px;
}
.section6 .produto{
	padding: 20px 15px;
}
.section6 .produto a:hover{
	text-decoration: none;
}
.section6 .produto img{
	width: 100%;
	box-shadow: 0 0 0;
	border-radius: 26px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.section6 .produto:hover img{
	
	box-shadow: 0 0 20px #0005;
}
.section6 .produto h4{
	font-family: 'Open Sans';
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: #000;
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
}
.section6 .produto p{
	font-family: 'Open Sans';
	text-align: justify;
	font-size: 13px;
	color: #444;
	line-height: 16px;
}
.entreemcontato{
	background: url(../img/bg-entreemcontato.png);
	background-size: 100%;
	box-shadow: 0 0 30px #0006;
	border-radius: 30px;
	background-position: center center;
	padding: 50px 0;
	text-align: center;
	background-attachment: fixed;
	margin-bottom: -130px;
	position: relative;
}
.entreemcontato .title{
	padding: 0 260px;
}
.entreemcontato .title h1{
	font-family: 'Open Sans';
	color: #000;
}
.entreemcontato .horizontalLine{
	background: #bddcf3;
	height: 2px;
	width: 30%;
	margin: 0 auto;
}
.entreemcontato .btn{
	margin: 0 auto;
}
.entreemcontato .btn a{
	display: block;
	background: #bddcf3;
	padding: 5px;
	border-radius: 30px;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #444;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.entreemcontato .btn a:hover{
	border-radius: 5px;
	background-size: #fff;
}
.footer{
	background: #e3dbf4;
	padding: 40px 0;
}
.footer .f1{}
.footer .f1 img{
	width: 100%;
}
.footer .f2{
	font-family: 'Open Sans';
	padding: 35px 15px;
}
.footer .f2 .row{
	padding: 5px 15px;
}
.footer .f2 .icon{}
.footer .f2 .text{}
.footer .f2 .fa-phone{
	transform: rotateZ(90Deg);
}
.footer .f3{
	padding: 30px 15px;
}
.footer .f4{
	padding: 30px 15px;
}
.footer h3{
	font-family: 'Open sans';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
}
.footer ul{
	padding: 0;
	margin: 0;
}
.footer ul li{
	display: block;
}
.footer ul li a{
	font-family: 'Open Sans';
	color: #444;
	font-weight: 600;
}
.footer ul li a:hover{
	text-decoration: none;
	color: #888;
}
.footer .f5{
	padding: 160px 0 0;
}
.footer .f5 a{
	font-size: 30px;
	margin: 0 5px;
	color: #000;
}
.footer .f5 a:hover{
	text-decoration: none;
	color: #888;
}
.copyright{
	font-family: 'Open Sans';
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
}
.copyright span{
	font-weight: 700;
	text-transform: uppercase;
}
.copyright a{
	font-family: 'Libre Franklin';
	color: #000;
	font-weight: 800;
}
.copyright a span{
	font-size: 22px;
	font-family: 'Open Sans';
	color: #ffcd00;
}
.copyright a:hover{
	color: #ffcd00;
	text-decoration: none;
}
.copyright a:hover span{
	color: #000;
}
.banner1.contatoPageBanner{
	background: url(../img/bg-banner-contato2.png);
	background-size: 100%;
}
.banner1.ambientesPageBanner{
	background: url(../img/bg-banner-ambientes.png);
	background-size: 100%;
}
.banner1{
	padding: 110px 0;
	/* box-shadow: 0 20px 30px #0002; */
	z-index: 999;
	position: relative;
}
@keyframes banner{
	from {background-position-y: 0px}
	to{background-position-y: 14096px};
}
.banner1 h1{
	text-align: right;
	font-family: 'Open Sans';
	font-size: 40px;
	color: #444;
	text-transform: uppercase;
	font-style: italic;
	margin: 0;
	text-transform: uppercase;
}
.banner1 h1 span{
	font-weight: 700;
}
.banner1 .horizontalLine{
	
}
@keyframes entroBANNER {
	0% {width: 0%; border-radius: 30px 0 0 30px}
	10% {width: 0%; border-radius: 30px 0 0 30px}
	95%{border-radius: 30px 0 0 30px}
	100%{width: 83%; border-radius: 0}
}
.institucional{
	position: relative;
	z-index: 9;
	box-shadow: 0 10px 20px #0004;
	background: url(../img/ANEXO-9.png);
	background-position: center;
	background-size: 100%;
}
.institucional .horizontalLine{
	background: #bddcf3;
	height: 4px;
	width: 20%;
	margin: 13px 0 -17px;
}
.institucional .title{
	padding: 80px 0;
}
.institucional .title h1{
	font-family: 'Open Sans';
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.institucional .title h1 span{
	display: block;
}
.institucional .title h1 span.font2{
	font-weight: 600;
	font-size: 55px;
	margin: 20px 0px 13px;	
}
.institucional .title h1 span.font3{
	font-weight: 600;
	font-size: 65px;
	margin: 0 0 15px;
}
.institucional .title h1 span.font4{
	font-weight: 700;
	font-size: 70px;
	margin: 0 0 23px;
}
.institucional .title h1 span.font5{
	font-weight: 900;
	font-size: 90px;
}
.institucional .text{}
.institucional .text p{
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 17px;
	padding: 27px 0 20px;
	margin: 0;
	text-align: justify;
}
.institucional .img{
	padding: 0;
}
.institucional .img img{
	width: 100%;
}
.filosofia{
	padding: 50px 0;
}
.filosofia .icon{
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 0 10px #0003;
}
.filosofia .icon img{
	width: 100%;
}
.filosofia h4{
	font-family: 'Open Sans';
	text-align: center;
	border-bottom: 2px #e3dbf4 solid;
	margin: 10px auto 15px;
	width: fit-content;
	padding: 5px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	font-size: 40px;
}
.filosofia p{
	font-family: 'Open Sans';
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: -1px;
}
.contatoPage{
	padding: 50px 0;
	position: relative;
	z-index: 9;
	box-shadow: 0 0 40px #0004;
	background: linear-gradient(-90deg, #e3dbf4, transparent);
}
.contatoPage .title{
	padding: 76px 0;
}
.contatoPage .title h1{
	font-family: 'Open Sans';
	font-size: 40px;
	line-height: 40px;
	text-align: right;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
}
.contatoPage .title h1 span{
	display: block;
}
.contatoPage .title h1 span.font2{
	font-weight: 500;
	font-size: 55px;
	margin: 0 0 10px;   
}
.contatoPage .title h1 span.font3{
	font-weight: 600;
	font-size: 65px;
	margin: 0 0 15px;
}
.contatoPage .title h1 span.font4{
	font-weight: 700;
	font-size: 70px;
	margin: 0 0 23px;
}
.contatoPage .title h1 span.font5{
	font-weight: 900;
	font-size: 90px;
}
.contatoPage .text{
	font-family: 'Open Sans';
	font-size: 20px;
	/* background: linear-gradient(-90deg, #e3dbf4, transparent);  */ 
	padding: 73px 15px;
}
.contatoPage .text .row{
	padding: 15px 0;
}
.contatoPage .text p{
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 20px;
	padding: 9px 0;
	margin: 0;
	text-align: justify;
}
.contatoPage .img{
	padding: 0;
}
.contatoPage .img img{
	width: 100%;
}
.contatoPage .formulario{
	padding: 19.5px 20px;
}
.contatoPage .formulario span{
	display: block;
	width: fit-content;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 13px;
	color: #444;
	background: #bddcf3;
	margin: 15px auto -6px;
	padding: 5px 30px;
	border-radius: 7px;
	position: relative;
	z-index: 9;
	border-bottom: 2px #444 solid;
}
.contatoPage .formulario input,
.contatoPage .formulario textarea{
	width: 100%;
	border: 1px #444 solid;
	border-radius: 5px;
	font-family: 'Open Sans';
	font-weight: 600;
	padding: 10px 15px;
	font-size: 13px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.contatoPage .formulario input:focus,
.contatoPage .formulario textarea:focus{
	box-shadow: 0 0 5px #0009;
	outline: none;
	border-radius: 30px;
}
.contatoPage .formulario .btn{
	margin: 0 auto;
}
.contatoPage .formulario button{
	font-family: 'Open Sans';
	text-align: center;
	width: 100%;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px #444 solid;
	border-radius: 5px;
	color: #444;
	background: #e3dbf4;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.contatoPage .formulario button:hover{
	outline: none;
	background: #996aff;
	border-radius: 30px;
	color: #fff;
}
.mapa{
	margin-bottom: -135px;
	overflow: hidden;
}
.ambientePage{
	padding: 0 0 50px;
}
.ambientePage .amb{
	padding: 0 ;
	height: 150px;
	overflow: hidden;
}
.ambientePage .amb img{
	max-height: 150px;
	display: block;
	margin: 0 auto;
	min-width: 100%;
	margin-top: 0%;
	margin-left: 0%;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.ambientePage .amb:hover img{
	max-height: 175px;
	min-width: 120%;
	margin-top: -10%;
	margin-left: -10%;
}
.ambientePage .amb a{
	position: absolute;
	top: 78%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000b;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans';
	padding: 10px 0 5px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.ambientePage .amb:hover a{
	top: 0;
	padding: 65px 0 0;
	text-decoration: none;
}
.ambientePage a h4{
	font-size: 14px;
}
.ambientePage .col-md-2, .ambientePage .col-md-8{
	margin: 0 auto;
	padding: 0 ;
}
.naotem{
	border: 1px #000 solid;
	margin: 30px auto;
	text-align: center;
	padding: 45px 0 !important;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
	/* display: none; */
}
.naotem p{
	margin: 0;
}
.onde-encontrar{
	margin-bottom: -140px;
	background: #fff;
	position: relative;
	padding: 50px 0 0;
}
.onde-encontrar img{
	width: 100%;
}
.onde-encontrar h4{
	font-family: 'Open Sans';
	font-weight: 600;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 15px 5px;
	margin: 0;
}
.onde-encontrar .cliente{
	margin-bottom: 60px;
}
.onde-encontrar .row{
	padding: 5px 0;
}
.onde-encontrar .text{
	display: block;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}
.onde-encontrar .icon{
	font-size: 18px;
	color: #89c8f7;
	padding: 0;
	text-align: center;
}
.onde-encontrar a{
	display: block;
	background: #090;
	color: #fff;
	text-align: center;
	padding: 5px 30px;
	border-radius: 30px;
	width: fit-content;
	margin: 10px auto 0;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.onde-encontrar a:hover{
	border-radius: 5px;
	background: #444;
	color: #fff;
	text-decoration: none;
}
.album{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	background: #000c;
	display: none;
	animation-name: introALBUM;
	animation-duration: 1s;
}
@keyframes introALBUM {
	from {opacity: 0}
	to {opacity: 1}
}
.album.active{
	display: block;
}
.album .center{
	margin: 25px auto;
	animation-duration: 2s;
	animation-name: introFOTO;
}
@keyframes introFOTO{
	from {margin: -1000px auto; opacity: 0;}
	to {margin: 25px auto; opacity: 1;}
}
.album .center img{
	max-width: 100%;
	max-height: 560px;
	display: block;
	margin: 0 auto;
	min-height: 560px;
}
.album .carousel-control-prev{
	opacity: 1;
	left: -15%;
}
.album .carousel-control-next{
	opacity: 1;
	right: -15%;
}
.album .closer{
	position: absolute;
	color: #fff;
	right: -20px;
	font-size: 20px;
	cursor: pointer;
	top: -25px;
}
.album .closer:hover{
	color: #ccc;
}
.spaceTop{
	background: #fff;
	height: 160px;
	box-shadow: 0 10px 20px #0003;
	position: relative;
	z-index: 1;
}
.spaceTop1{
	height: 160px;
}
.produtosPage .categorias{
	padding: 50px 0;
}
.produtosPage{
	/*background: url(../img/bg-produtos.jpg);*/
	background-position: center;
	background-attachment: fixed;
}
.produtosPage h3{
	font-family: 'Open Sans';
	color: #000;
	width: fit-content;
	font-weight: 300;
	border-bottom: 1px #bddcf3 solid;
}
.produtosPage ul{
	padding: 0;
	width: 100%;
}
.produtosPage ul li{
	display: block;
}
.produtosPage ul li a{
	font-family: 'Open Sans';
	color: #000;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	padding: 3px 0;
	display: block;
	width: fit-content;
}
.produtosPage ul li a i{
	color: #bddcf3;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.produtosPage ul li a:hover{
	text-decoration: none;
	font-weight: 600;
}
.produtosPage ul li a:hover i{
	transform: rotate(180deg);
	margin: 0 15px;
	color: #000;
}
.produtosPage .produtos{
	padding: 20px 0 50px;
}
.produtosPage .produtos .line{
	padding: 40px 0 0;
}
.produtosPage .produtos .prod{
	padding: 0;
	margin: 0 0 30px;
}
.produtosPage .produtos .prod a{
	background: none;
	padding: 0;
}
.produtosPage .produtos .prod a:hover{
	text-decoration: none;
}
.produtosPage .produtos .prod a:hover .img img{
	box-shadow: 0 0 20px #000f;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.produtosPage .produtos .prod .img{
	padding: 0;
}
.produtosPage .produtos .prod .img img{
	width: 100%;
	box-shadow: 0 0 20px #0005;
	border-radius: 30px;
	padding: 20px 0;
}
.produtosPage .produtos .prod .titulo{
	padding: 0;
}
.produtosPage .produtos .prod .titulo h4{
	font-family: 'Open Sans';
	color: #000;
	text-align: center;
	padding: 15px 0 0;
	margin: 0;
}
.produtosPage .produtos .prod .cont{
	font-family: 'Open Sans';
	text-align: center;
	font-weight: 100;
	color: #000;
	padding: 10px 0 0;
}
.produtosPage .produtos .prod .btn1{}
.produtosPage .produtos .prod .btn1 a{
	background: #bddcf3;
	color: #000;
	font-family: 'Open Sans';
	display: block;
	text-align: center;
	padding: 5px 0;
	border-radius: 30px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.produtosPage .produtos .prod .btn1 a:hover{
	background: #e3dbf4;
	border-radius: 0;
	box-shadow: 0 0 10px #0006;
}
.produtosDetalhe{
	padding: 50px 0;
}
.produtosDetalhe .img{}
.produtosDetalhe .destaque{
	background: #fff;
	box-shadow: 0 0 20px #0005;
	padding: 0;
}
.produtosDetalhe .destaque img{
	width: 100%;
	cursor: pointer;
}
.produtosDetalhe .img1, .produtosDetalhe .img2, .produtosDetalhe .img3, .produtosDetalhe .img4{
	display: none;
}
.produtosDetalhe .img1.active, .produtosDetalhe .img2.active, .produtosDetalhe .img3.active, .produtosDetalhe .img4.active{
	display: block;
}
.produtosDetalhe .miniImage{
	padding: 0;
	background: #fff;
	box-shadow: 0 0 20px #0005;
	margin-top: 15px;
	cursor: pointer;
}
.produtosDetalhe .miniImage img{
	width: 100%;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.produtosDetalhe .miniImage:hover img, .produtosDetalhe .miniImage img.active{
	opacity: .8;
	box-shadow: 0 0 10px #000;
	border-radius: 10px;
}
.produtosDetalhe .texto{}
.produtosDetalhe .texto h2{
	font-family: 'Open Sans';
}
.produtosDetalhe .texto p{
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 16px;
	padding: 10px 0;
	color: #444;
}
.produtosDetalhe .texto p b{
	color: #000;
}
.produtosDetalhe .texto a{
	background: #bddcf3;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #444;
	padding: 5px 50px;
	border-radius: 30px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.produtosDetalhe .texto a:hover{
	border-radius: 5px;
	background: #444;
	color: #bddcf3;
	text-decoration: none;
	box-shadow: 0 0 10px #000a;
}
.bannerPlanejados{
	background: url(../img/bg-planejados.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	box-shadow: 0 10px 20px #0004;
	position: relative;
}
.bannerPlanejados .text{
	background: -webkit-linear-gradient(left, #fff0, #fff, #fff, #fff, #fff);
	background: -o-linear-gradient(left, #fff0, #fff, #fff, #fff, #fff);
	background: linear-gradient(to right, #fff0, #fff, #fff, #fff, #fff);
	padding: 110px 100px 110px 350px;
}
.bannerPlanejados .text h1{
	font-family: 'Open Sans';
}
.bannerPlanejados .text h1 b{}
.bannerPlanejados .text p{
	text-align: justify;
	line-height: 20px;
	font-family: 'Open Sans';
	font-size: 18px;
}
.planejados2{
	background: url(../img/bg-planejados2.jpg);
	background-size: 100%;
	padding: 100px 0;
}
.planejados2 .form{}
.planejados2 .form h3{
	font-family: 'Open Sans';font-size: 40px;
}
.planejados2 .form p{
	font-family: 'Open Sans';
	line-height: 20px;
	color: #999;
	text-align: justify;
	font-size: 20px;
}
.planejados2 .form input, .planejados2 .form textarea{
	width: 100%;
	margin: 7.5px 0;
	border: 2px #bbb solid;
	font-family: 'Open Sans';
	font-size: 13px;
	padding: 7.5px 15px;
	border-radius: 7.5px;
	color: #444;
	font-weight: 100;
	letter-spacing: -1px;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.planejados2 .form input:focus, .planejados2 .form textarea:focus{
	border: 2px #bddcf3 solid;
	border-radius: 20px;
	box-shadow: 0 0 20px #0005;
	outline: none;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
.planejados2 .form button{
	background: #bddcf3;
	border: none;
	width: 100%;
	border-radius: 10px;
	font-family: 'Open Sans';
	font-size: 13px;
	padding: 5px 0;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.planejados2 .form button:hover{
	background: #000;
	color: #bddcf3;
	border-radius: 0;
	box-shadow: 0 0 20px #0005;
}
.planejados2 .form button:focus{
	outline: none;
}
.ambientePage .menu{
	text-align: center;
	padding: 15px 0 45px;
}
.ambientePage .menu ul{
	padding: 0;
	margin: 0;
}
.ambientePage .menu ul li{
	display: inline-block;
}
.ambientePage .menu ul li span{
	padding: 5px 0;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 600;
	border: 1px #fff solid;
	width: 105px;
	display: block;
	box-shadow: inset 0 0 0 #bddcf3;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.ambientePage .menu ul li span:hover, .ambientePage .menu ul li span.active{
	box-shadow: inset 110px 0 0 #bddcf3;
	color: #444;
	border: 1px #444 solid;
}
.i1, .i2, .i3, .i4{
	display: none;
}

.i1.active, .i2.active, .i3.active, .i4.active{
	display: block;
}
.album2{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000c;
	z-index: 9999999;
	padding: 10px 0;
	display: none;
}
.album2 .centro{
	margin: 0 auto;
	background: #fff;
	padding: 15px;
}
.album2 .centro img{
	width: 100%;
}
.album2 span.closer{
	cursor: pointer;
	transform: rotateZ(0Deg);
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.album2 span.closer:hover{
	transform: rotateZ(360Deg);
}
.album2 .carousel-control-prev, .album2 .carousel-control-next{
	background: #000;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	top: 43%;
}
.album2 .carousel-control-prev{
	left: -80px;
}
.album2 .carousel-control-next{
	right: -80px;
}

.produtosPage .tituloProd{
	padding: 10px 15px;
}
.produtosPage .tituloProd h2{
	color: #bddcf3;
	font-size: 40px;
	font-family: 'Open Sans';
}
a.whatsappBtnFooter{
	position: fixed;
	bottom: 40px;
	left: 40px;
	border: 2px #090 solid;
	border-radius: 30px;
	animation: whatsapp 3s infinite;
}
@keyframes whatsapp {
	from {
		padding: 0;
		margin: 0;
		border: 2px #090f solid;
		border-radius: 30px;
	}
	to {
		padding: 30px;
		margin-top: -30px;
		margin-right: -30px;
		margin-bottom: -30px;
		margin-left: -30px;
		border: 2px #0900 solid;
		border-radius: 50px;
	}
}
a.whatsappBtnFooter:hover{
	text-decoration: none;
}
a.whatsappBtnFooter span{
	background: #090;
	color: #fff;
	padding: 10px 15px;
	display: block;
	border-radius: 30px
}
a.whatsappBtnFooter:hover span{
	background: #fff;
	color: #090;
}
a.whatsappBtnFooter b{}
.produtosPage .itemProd{
	    padding: 0;
	    margin: 0 auto;
}
.produtosPage .itemProd a{
	background: radial-gradient(#0007, #000);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 222px 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all  1s
}
.produtosPage .itemProd a:hover{
	opacity: 1;
	text-decoration: none;
}
.produtosPage .itemProd img{
	width: 100%;
}