body{
	margin: 0px; padding: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #202020;

}



/*FONTS*/
/*@font-face {
	font-family: Cocogoose;
	src: url(fonts/Cocogoose_Pro_Thin-trial.ttf);
}

@font-face {
	font-family: Galano;
	src: url(fonts/Galano_Grotesque_Light.otf);
}*/


/*.container{ width: 90%!important; max-width: 90%!important; }*/


/*PADDINGS*/

.ptop50{ padding-top: 50px; }
.pbot50{ padding-bottom: 50px; }

.ptop100{ padding-top: 120px; }
.pbot100{ padding-bottom: 120px; }

.p0{padding: 0px!important}


.desk{ display:block; }
.mob{ display:none; }


h2{
	font-size: 16px;
	font-weight: 400;
	color: #b0aea8;
	line-height: 30px;
}


.titprinc{
	font-size: 30px;
	text-align: center;
	font-family: town-60-contrast-bold;
}

.w100{ width:100%; }

.lkblue{
	color: #00baec;
	text-decoration: underline;
}

.foto100{ width: 100%; }
.margin0{ margin: 0px; }

.clear{ clear: both; }

.logomob{ display: none; }
.logodesk{display: block;}


.btpadraoex{
	max-width: 200px;
	color: #efeaea;
	border: 1px solid #ece7e7;
	border-radius: 50px;
	padding: 20px 30px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 15px; font-weight: 300;
	transition: 0.3s;
}

.btpadraoex:hover{
		color: #fff;
		background: #00baec;
		border-color: #00baec;
		text-decoration: none;

}
.btpadrao{
	max-width: 200px;
	color: #242222;
	border: 1px solid #414040;
	border-radius: 50px;
	padding: 20px 30px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 15px; font-weight: 300;
	transition: 0.3s;
}
.btpadrao:hover{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
	text-decoration: none;
}


/*
.carousel-control-next,
.carousel-control-prev{
	opacity: 1!important;
	border: 2px solid #fff;
	border-radius: 50px;
	width: 50px; height: 50px;
	top: 45%;
}
.carousel-control-next{ right: 5%; }
.carousel-control-prev{ left: 5%; }*/


/*MENU*/

.header{
	position: fixed; top: 0px; left: 0px;
  z-index: 500;
  width: 100%;
}



.interno .logo1{ display:none; }
.interno .logo2{ display:block; }

.navbar{
	background: none;
  padding: 0px;
	padding-top: 10px;
}

.navbar-brand img{ width:100%; }

.menu_down{ position:fixed; top:0px; left:0px }

.navbar-nav{ width: 100%; }

.navbar .nav-item{
	text-align: center;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif; font-weight: 500;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	text-align:center;
	padding: 0px 10px;
}
.navbar .nav-item:last-child {
  border:none;
}


/*.navbar-expand-md .navbar-collapse{ margin-left:10%; }*/

.navbar .nav-item .nav-link{ color: #fff; padding:0px; }
.navbar .nav-item .nav-link:hover{ color: #ccc; }

.menu_down{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


a.nav-link.scroll.destaque{
    background-color: #9f8256;
    color: #fff;
    border-radius: 20px;
}


.logo2{ display:none; }

.interno{
	background: #fff;
	box-shadow: 1px 4px 3px #ddd;
}

.interno .navbar .nav-item{
	border-color: #596062;;
}

.interno .navbar .nav-item .nav-link{
	color:#596062;
}

.interno .navbar .nav-item .ativo{
	color: #00baec;
}

/*BANNERTOP*/

.bannertop{
	width: 100%;
	position: relative;
}

.bannertop .txtbanner{
	max-width:500px; width: 100%;
	position: absolute; left: 17%; top: 35%;
  display: block; cursor: pointer;
  z-index: 400;
}

.bannertop .txtbanner h1{ color: #fff; font-weight: 700; font-size:45px }

.bannertop .txtbanner span{ color: #00baec; }

.bannertop .txtbanner p{
	color: #fff;
}



/*ABOUT*/

.about{
	width: 100%;
	background: url(images/bg_about.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.about h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.about p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.about strong{
	color: #596062;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.about .btpadrao{
	max-width: 200px;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 13px; font-weight: 500;
	color: #596062;
	border-color: #596062;
	text-decoration: none;
}
.about .btpadrao:hover{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
}

.about strong:hover{ color: #00baec; }

.about img{border-radius: 50px; }



/*UNIDADE DECORAR*/

.unidecor{
	width: 100%;
	background: url(images/bg_about.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.unidecor h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.unidecor p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.unidecor strong{
	color: #596062;
	display: block;
	text-align: center;
	margin-top: 20px;
}


.unidecor .carousel-item img{ width:100% }



.unidecor .btpadrao{
	max-width: 200px;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 13px; font-weight: 500;
	color: #596062;
	border-color: #596062;
	text-decoration: none;
}
.unidecor .btpadrao:hover{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
}

/*O Manifesto*/

.omanifesto{
	width: 100%;
	padding: 150px 0;
	background: url(images/bg_omanifesto.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.omanifesto .bxtxt{
	width: 100%; max-width: 600px;
	margin: 0 auto;
	position: relative;
	color: #596062;
}
.omanifesto .bxtxt h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.omanifesto .bxtxt p{
	font-family: "Source Serif 4", serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.omanifesto .bxtxt .icon_aspas1{
	position: absolute; left: -70px;  top: 30px;
}

.omanifesto .bxtxt .icon_aspas2{
	position: absolute; right: -70px;  bottom: 0px;
}



/*PQ Lobie*/
.pqlobie{
		background: url(images/ft_porque.jpg) no-repeat;
    background-position: center center;
    padding: 100px 0;
    background-size: 100% auto;
    margin: 50px 0px;
    color: #596062;
}

.pqlobie h1{
	font-weight: 400;
	margin-bottom: 30px;
}

.pqlobie p{
	max-width: 500px; width: 100%;
	line-height: 22px;
}


/*NOTA*/

.nota{
	position: relative;
}

.nota h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.nota p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.nota .boxnota{
	width: 41%; height: 100%;
	background: #e0f7fd;
	position: absolute;
	left: 0;
	border-radius: 50px 0 0 50px;
	padding: 50px 0 0 60px;
}
.nota img{float: right; width:60%; }

.nota .boxnota h1{
	width: 80%;
	color:#00baec ;
}
.nota .boxnota h2{
	color:#596062 ;
	font-weight: 500;
}
.nota .boxnota p{
	width: 80%;
	color:#596062 ;
	line-height: 20px;
}


/*Parceiros*/
.parceiros{ width:100%; margin:100px 0; text-align:center; }
.parceiros h1{ text-align:center; }

.parceiros img{
	width: 10%;
    margin: 2% 3%;
    display: inline-block;
}

.parceiros img.extra{ width:7% }







/*EMPREENDIMENTOS COM DECORACAO*/

.boxescolha{
	max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.boxescolha h2{
	font-weight: 700;
	color: #596062;
	font-size: 18px;
}


.boxescolha .btpadrao{
	max-width: 230px;
	margin-top: 30px;
}




/*UNIDADE DECORAR*/

.infounidade{
	max-width: 600px; width: 100%;
	margin: 50px auto;
	text-align: center;
}

.infounidade .btpadrao{
	padding: 10px 20px;
	display: inline-block;
	margin-right: 20px;
}


/*KIT*/

.kit{
	width: 100%;
	padding: 100px 0;
}

.kit h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.kit h2{
	width: 100%;
	text-align: center;
	font-size: 18px; font-weight: 500;
	margin-bottom: 20px;
	color: #596062;
}

.kit h3{
	width: 100%;
	text-align: center;
	font-size: 30px; font-weight: 700;
	margin-bottom: 20px;
	color: #00baec;
	text-transform: uppercase;
}

.kit p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
	color: #596062;
}

.kit p.txtdesc{
	width: 60%;
	margin:0 auto 40px auto;
}

/* Glassmorphism card para um único kit */
.kit-card-glass{
	width: 100%;
	margin: 20px auto;
	padding: 40px;
	border-radius: 24px;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.4);
	box-shadow: 0 20px 40px rgba(0,186,236,0.1), 0 1px 0 rgba(255,255,255,0.5) inset;
}

.kit-card-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kit-card-header h1{
	margin: 0;
	color: #00baec;
	font-size: 28px;
	font-weight: 700;
}

.kit-card-body{
	margin-top: 20px;
}

.kit-card-body h2{
	text-align: left;
	margin: 20px 0 15px 0;
	color: #00baec;
	font-size: 24px;
	font-weight: 600;
}

.kit-card-glass .txtdesc{
	width: 100%;
	margin: 0 0 20px 0;
	line-height: 1.6;
	color: #596062;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	word-break: normal;
	overflow-wrap: break-word;
	font-size: 15px;
}

.gallery-hint{
	font-size: 12px;
	color: #8a8f91;
	margin: -5px 0 8px 0;
	text-align: left;
}

.kit-card-actions{
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.kit-card-actions.right{
	justify-content: flex-end;
}

.bt-select{
	max-width: none;
}

/* botão primário dentro do card minimalista */
.btpadrao.primary{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
}
.btpadrao.primary:hover{
	color: #fff;
	background: #00a5d1;
	border-color: #00a5d1;
}

/* Galeria minimalista do kit */
.kit-gallery{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
	margin: 20px 0;
	padding: 0;
}

.kit-gallery .kit-thumb{
	position: relative;
	width: 100%;
	height: 160px;
	border-radius: 12px;
	overflow: hidden;
	border: 2px solid rgba(255,255,255,0.6);
}

.kit-gallery .kit-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}

.kit-gallery .kit-thumb .spinner{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 28px; height: 28px;
	border: 3px solid rgba(0,0,0,0.15);
	border-top-color: #00baec;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

.kit-gallery .kit-thumb.loaded .spinner{ display:none; }

.kit-gallery .kit-thumb:hover{
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,186,236,0.2);
	border-color: #00baec;
}

@keyframes spin{
	to{ transform: translate(-50%, -50%) rotate(360deg); }
}

.kit-gallery img:hover{
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,186,236,0.2);
	border-color: #00baec;
}

/* Modal (carrossel) com efeito espelho fumê */
#galleryModal .modal-content{
	background: linear-gradient(135deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.45) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

#galleryModal .modal-header,
#galleryModal .modal-footer{
	border: none;
	color: #3b3f41;
}

#galleryModal .modal-title{
	color: #2b3033;
}

#galleryModal .carousel-control-prev-icon,
#galleryModal .carousel-control-next-icon{
	filter: invert(1) drop-shadow(0 0 3px rgba(0,0,0,0.2));
}

/* Spinner para imagens do modal */
#galleryModal .modal-img-wrap{
	position: relative;
}
#galleryModal .modal-img-wrap .spinner{
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 36px; height: 36px;
	border: 3px solid rgba(0,0,0,0.15);
	border-top-color: #00baec;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}
#galleryModal .modal-img-wrap.loaded .spinner{ display:none; }

.kit .bxoptions img{
	border-radius: 80px 80px 0 0;
}

.kit .bxoptions .info .txphoto{
	width: 100%;
	display: block; font-size: 9px;
	text-align: right;
}

.kit .bxoptions .info .txarea{
	min-height: 450px;
}

.kit .bxoptions .info{
	background: #e0f7fd;
	padding: 0 30px 30px 30px;
}

.kit .bxoptions .info h1{
	margin: 0 0 10px 0;
	padding-top: 30px;
	color: #00baec;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
}

.kit .bxoptions .info h2{
	text-align: left;
	margin: 0 0 10px 0;
}

.kit .bxoptions .info h2 span{
	font-size: 20px;
}

.kit .bxoptions .info p{
	width: 95%; margin: 10px auto;
	text-align: left;
	text-indent: -15px;
}

.kit .bxoptions .info p span{
	width: 10px; height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: #58b6e8;
	position: relative; left: -8px;
}

.kit .bxoptions .info .btpadrao{
	color:#596062;
	border-color:#596062;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	font-weight: 500;
}

.kit .bxoptions .info .btkit001{
	background: #58b6e8; color: #fff;
	border-color:#58b6e8 ;
}

.kit .bxoptions .info .btpadrao:hover{
	color:#fff;
	border-color:#00baec;
	background: #00baec;
}


.popdecoracao{
	width:100%; height:100%;
	position:fixed; left:0px; top:0px;
	z-index:8000;

	display:none;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.65+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.kitinfo{
	width: 80%; min-height: 500px;
	margin: 10%; padding: 30px;
	background: #fff;
	border-radius: 50px;
	position: relative;
}

.kitinfo h1{
	font-size: 20px;
	color:#00baec;
	margin-top: 20px;
}

.kitinfo p{
	font-size: 15px;
	color:#596062;
	margin-bottom: 20px;
}

.kitinfo .btfecharkit{
	width: 40px;
	position: absolute; top: -22px; right: -22px;
	cursor: pointer;
}




/*RELATORIO*/

.relatorio{
	width: 100%;
	padding: 100px 0;
}

.relatorio h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.relatorio h2{
	width: 100%;
	text-align: center;
	font-size: 25px; font-weight: 700;
	margin-bottom: 0px;
	color: #596062;
}

.relatorio h3{
	width: 100%;
	text-align: center;
	font-size: 17px; font-weight: 400;
	margin-bottom: 20px; margin-top: 10px;
	color: #596062;
}
.relatorio h6{
    width: 100%;
	text-align: left;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}
.relatorio p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.relatorio .info{ margin-top:50px }

.relatorio .info h1{
	width: 100%;
	text-align: left;
	font-size: 20px; font-weight: 500;
	margin-bottom: 10px;
	color: #00baec;
}

.relatorio .info h2{
	width: 100%;
	text-align: left;
	font-size: 20px; font-weight: 500;
	margin: 10px 0;
	color: #596062;
}

.relatorio .info h3{
	width: 100%;
	text-align: left;
	font-size: 20px; font-weight: 700;
	margin: 10px 0;
	color: #596062;
}
.relatorio .info h3 span{ font-size:17px; }

.relatorio .info p{
	width: 100%;
	text-align: left;
	font-size: 17px;
	color: #596062;
	margin: 10px 0;
}

.relatorio .info p span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #58b6e8;
    position: relative;
    left: -8px;
}

.relatorio .info .ftimovel{
	width: 85%;
	margin: 0 auto;
	display: block;
	border-radius: 50px;
	box-shadow: 1px 5px 5px #ddd;
}

.relatorio .info .btpadrao{
	max-width: 220px; width: 100%;
	color:#fff;
	border-color:#00baec;
	background: #00baec;
	padding: 10px 20px;
	margin: 30px 30px 0 0;
	font-weight: 500;
	display: inline-block;
}

.relatorio .info .bt2{
	background: #fff;
	border-color:#939698;
	color: #939698;
}

.relatorio .info .btpadrao:hover{
	color:#fff;
	border-color:#00baec;
	background: #00baec;
}

.tcenter{ text-align:center; }

.relatorio .pagamento{
	text-align: center;
}
.relatorio .pagamento h1{
	text-align: center;
	font-size: 30px;
}

.relatorio .pagamento h2{
	text-align: center;
	font-size: 20px;
}

.relatorio .pagamento h3{
	text-align: center;
	font-size: 40px;
}



.relatorio .pagamento p{
	text-align: center;
	color: #a7a9ab;
}

.relatorio .pagamento p strong{
	margin-top: 50px; margin-bottom: 20px;
	font-size: 25px;
	text-transform: uppercase;
	display: block;
}




/*EMPRE DECORACAO*/

.empredeco{
	width: 100%;
	padding: 100px 0;
}

.empredeco h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.empredeco p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.empredeco .escolha{
	max-width: 350px;
	margin: 0 auto;
}
.empredeco .escolha h1{
	font-size: 20px;
	font-weight: 500;
}

.empredeco .galeria{
	margin: 100px auto 50px auto;
	position: relative;
}

.empredeco .galeria .carousel-item img{
	width:85%;
	margin: 0 auto;
	display: block;
	border: 1px solid #ddd;
	border-radius: 80px;
}

.empredeco .info{
	max-width: 500px; width: 100%;
	margin: 0 auto;
}
.empredeco .info h1{ font-size:20px; font-weight:500; text-align:center; }
.empredeco .info h2{ font-size:17px; font-weight:300; text-align:center; }
.empredeco .info .btpadrao{
	color: #596062;
	border-color: #596062;
	display: block;
	margin: 30px auto;
	max-width: 200px;
	font-weight: 500;
	padding: 10px 20px;
}

.empredeco .info .btpadrao:hover{
	color: #fff;
	border-color: #00baec;
	background: #00baec;
	;
}




.carousel-control-prev,
.carousel-control-next{
	max-width:20px; height:40px;
	top: 40%;
}


.carousel-control-prev{ left:-50px }
.carousel-control-next{ right:-50px }

.carousel-control-prev img{ filter: grayscale(1); }
.carousel-control-prev:hover img{ filter: grayscale(0); }

.carousel-control-next img{ filter: grayscale(1); }
.carousel-control-next:hover img{ filter: grayscale(0); }





/*DECORACAO FINALIZADA*/
.decofinalizada{
	width: 100%;
	padding: 100px 0;
}

.decofinalizada h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.decofinalizada p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.decofinalizada .info{
	max-width: 900px;
	margin: 100px auto 0 auto;
}

.decofinalizada .info img{
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #596062;
	border-radius: 50px;
}

.decofinalizada .info h1{
	width: 100%;
	text-align: left;
	font-size: 20px; font-weight: 500;
	margin-bottom: 20px;
	color: #00baec;
}

.decofinalizada .info p{
	width: 100%;
	text-align: left;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.categoria-items ul {
    list-style-type: disc;
    padding-left: 20px;
}

.categoria-items li {
    padding: 3px 0;
    color: #333;
}

.boxminuta h2 {
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.categoria-items {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #007bff;
}

.categoria-items ul {
    margin-bottom: 0;
}





/*FINALIZAR DECORACAO*/

.finalizardecoracao{
	width: 100%;
	padding: 100px 0;
}

.finalizardecoracao h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.finalizardecoracao h2{
	width: 100%;
	text-align: center;
	font-size: 25px; font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #596062;
}

.finalizardecoracao h3{
	width: 100%;
	text-align: center;
	font-size: 17px; font-weight: 400;
	margin-bottom: 20px; margin-top: 10px;
	color: #596062;
}

.finalizardecoracao p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

/* Estilo da página de seleção (detalhes do kit) */
.kit-details{
	padding: 40px;
	margin-top: 10px;
}

.kit-details .kit-head h1{
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	color: #00baec;
	margin-bottom: 8px;
}

.kit-details .kit-head .kit-desc{
	text-align: left;
	color: #596062;
	margin-bottom: 20px;
}

.kit-details .category-block{
	margin-bottom: 18px;
}

.kit-details .category-block h2{
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #3b3f41;
	margin: 10px 0;
}

.kit-details .kit-list{
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 8px 18px;
}

.kit-details .kit-list li{
	position: relative;
	padding-left: 16px;
	color: #4b4f51;
}

.kit-details .kit-list li:before{
	content: '';
	width: 8px; height: 8px;
	border-radius: 50%;
	background: #58b6e8;
	position: absolute; left: 0; top: 9px;
}

.kit-details .kit-list li.muted{
	color: #98a0a3;
}

.finalizardecoracao .boxminuta{
	padding: 50px;
	background: #e0f7fd;
	text-align: left;
	margin: 50px auto;
	text-align: center;
}

.finalizardecoracao .boxminuta h1{
	font-size: 20px;
	color: #00baec;
	font-weight: 500;
	text-align: left;
	margin: 0 0 10px 0;
	text-align: center;
}

.finalizardecoracao .boxminuta h2{
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	margin: 0 0 10px 0;
}

.finalizardecoracao .boxminuta p{
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 15px;
	text-align: center;

}

.finalizardecoracao .boxminuta .btpadrao{
	color: #596062;
	border-color: #00baec;
	background: #00baec;
	color: #fff;
	max-width:250px;
	padding: 10px 20px;
	display: block;
	font-weight: 500;
	margin: 50px auto 0 auto;
}

.finalizardecoracao .boxminuta .btpadrao:hover{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
}


.finalizardecoracao .dados{
	max-width: 500px;
	margin: 0 auto;
}

.finalizardecoracao .dados .inp{ height: 40px; }

.finalizardecoracao .dados .btpadrao{
	width: 200px;
	color: #596062;
	border-color: #596062;
	max-width:250px;
	padding: 10px 20px; margin: 30px auto 0 auto;
	display: block;
	font-weight: 500;
	background: none;
}

.finalizardecoracao .dados .btpadrao:hover{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
}


/*CONTATO*/

.contato{
	width: 100%;
	padding: 30px 0;
}

.contato h1{
	width: 100%;
	text-align: center;
	font-size: 35px; font-weight: 300;
	margin-bottom: 20px;
	color: #596062;
}

.contato p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #596062;
}

.contato .boxcontato{
	max-width: 500px;
	margin: 0 auto;
}

.contato .boxcontato .inp{ height: 40px; }

.contato .boxcontato .btpadrao{
	width: 200px;
	color: #596062;
	border-color: #596062;
	max-width:250px;
	padding: 10px 20px; margin: 30px auto 0 auto;
	display: block;
	font-weight: 500;
	background: none;
}

.contato .boxcontato .btpadrao:hover{
	color: #fff;
	background: #00baec;
	border-color: #00baec;
}


.select{
	width: 100%;
	background: #efefef;
	border: 1px solid #dce3e5;
	padding: 10px;
	color: #464e50;
	text-indent: 5px;
	margin-bottom: 10px;
}



.footer{
	background: #f6f6f6;
	padding: 100px 0 20px 0;
	color: #596062;
}

.footer h1{ font-size:20px; font-weight:700; }

.footer a{
	color: #596062;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
}

.footer .socialmedia img{
	margin: 10px 10px 0 0;
}





/*FOOTER*/

.inp,
textarea{
	width: 100%;
	background: #efefef;
	border: 1px solid #dce3e5;
	padding: 5px;
	color: #464e50;
	text-indent: 5px;
	margin-bottom: 10px;
}

.boxform textarea{
	height: 100px;
}

.imenor1{ width: 48%; margin-right: 3%; }
.imenor2{ width: 48%; }
.imenor3{ width: 25%; margin-right: 3%; }
.imenor4{ width: 71%; }








::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0aea8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b0aea8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b0aea8;
}

.boxform .btenviar {
	width: 100%; margin: 0;
	max-width: 150px;
	display: block;
	text-indent: 0px;
	background: #fff; color: #b0aea8;
	border: none; text-transform: uppercase;
	box-shadow: 1px 2px 3px #555;
}




@media (min-width: 768px) {

    /* show 3 items */
    .about .carousel-inner .active,
    .about .carousel-inner .active + .carousel-item,
    .about .carousel-inner .active + .carousel-item + .carousel-item,
    .about .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .about .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .about .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .about .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .about .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .about .carousel-inner .carousel-item-next,
    .about .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }



    /* left or forward direction */
    .about .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .about .carousel-item-next.carousel-item-left + .carousel-item,
    .about .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .about .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .about .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .about .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .about .carousel-item-prev.carousel-item-right + .carousel-item,
    .about .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .about .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

/*.carousel-control-next,
.carousel-control-prev{
	width: 100px; height: 30px;
    position: absolute; top: inherit; bottom: -50px;
    background-size: 100% auto;
}*/

/*.carousel-control-next{ background: url(img/setad.png) center center no-repeat; right: 30px; }
.carousel-control-prev{ background: url(img/setae.png) center center no-repeat;  left: 30px; }*/





/*PAGINACAO*/
.paginacao{ padding:30px 0 }
.paginacao ul{
	list-style: none;
	text-align: center;
	width: 100%;
}
.paginacao ul li{
	width: 50px; height: 50px;
	padding-top: 7px;
	display: inline-block;
	background: #e9e9e9;
	border-radius: 50px;
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 0 -9px;
}

.paginacao ul li.ativo{
	background: #8b8b8b;
}

.paginacao ul span{
	width: 30px; height: 5px;
	background: #e9e9e9;
	display: inline-block;
	position: relative; top: -5px; left: -4px;
}

.paginacao ul span.ativo{
	background: #8b8b8b;
}

/* Ajuste de imagens do carrossel de Empreendimentos */
#carouselhome1 .carousel-item img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 50px;
	display: block;
}

@media (max-width: 767.98px){
	#carouselhome1 .carousel-item img{
		height: 160px;
		border-radius: 30px;
	}
}

/* Carrossel de Empreendimentos fixo (sem setas) */
#carouselhome1 .carousel-control-prev,
#carouselhome1 .carousel-control-next{
	display: none !important;
}