@charset "utf-8";
/* CSS Document */


body{
	background-color:#000000;
	overflow-x: hidden;

}

.BoxInfo{
	/*background-color:#000000;*/
	/*height:150px;*/
	/*margin-top: 35%;*/
	color: #FFF;
	background-image:url(../_img/bg_infobox.png);
	background-color:transparent;


}

.BoxTitulo{ 
	font-family: 'latoblack';
	letter-spacing:2px;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	border-bottom:2px solid #FFF;
	border-bottom:2px solid #FFF;
	
	
}

.BoxTexto{
	font-family: 'latolight';
	font-size:14px;
	color:#FFF;
	line-height:20px;
	text-align:justify;
}

.BoxLine{
	border-bottom:2px solid #FFF;
}

#BoxTxt{
	font-family: 'latolight';
	font-size:14px;
	color:#FFF;
	line-height:20px;
	text-align:justify;
}
.iconset{
	padding:10px;
	margin-top:5px;;
}

#EmpresaTitulo{
	font-family: 'latoblack';
	letter-spacing:2px;
	font-size:20px;
	text-transform:uppercase;
	padding:10px;
	margin-bottom:10px;
	color:#FFFFFF;
}

#EmpresaTxt{
	font-family: 'latolight';
	font-size:14px;
	color:#FFF;
	line-height:20px;
	text-align:justify;
	color:#FFFFFF;
}

#BotaoPreto {
	border:2px solid #FFF;
	color:#FFF;
	font-family: 'latoblack';
	letter-spacing:2px;
	font-size:15px;
	text-transform:uppercase;
	padding:10px;
	text-align:center;
	cursor:pointer;
}

#BotaoPreto:hover {
	background-color:#333333;
}

#BoxContatoTitulo{
	font-family: 'latoblack';
	letter-spacing:2px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
}


#BoxContatoTxt{
	font-family: 'latolight';
	font-size:12px;
	color:#FFF;
	text-align:justify;
	color:#FFFFFF;
}

#FormInput{
	background-color:#000000;
	border:1px solid #FFF;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:10px;
	margin-bottom:10px;
}

#btsubmit{
	background-color:#000000;
	border:0px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:10px;
	margin-bottom:10px;
}

#bbdecor{
	height:100%;
	background-image:url(../_img/index_Decor.jpg);
	background-size:cover;
	background-position:bottom left;
}

#bb{
	height:100%;
	background-image:url(../_img/index_bagno.jpg);
	background-size:cover;
}

#TextHomeDecor{
	font-family: 'latolight';
	font-size:15px;
	color:#caa02d;
	padding:20px;
	border:1px solid #caa02d;
	margin-top:30%
}

#ImgHomeDecor{
		margin-top:35%
}

#TextHomeBB{
	font-family: 'latolight';
	font-size:15px;
	color:#FFF;
	padding:20px;
	border:1px solid #FFF;
	margin-top:10%
}

#HomeDecorHover{
	display:none;
	height:100%;
	background-image:url(../_img/bg_infobox.png);
	background-color:transparent;
}
	
#HomebbHover{
	display:none;
	height:100%;
	background-image:url(../_img/bg_infobox.png);
	background-color:transparent;
}

#DataComunicacao{
	font-family: 'latolight';
	font-size:11px;
	color:#FFF;
	margin-top:20px;
}

#TituloComunicacao{
	font-family: 'latoblack';
	letter-spacing:2px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

#LegendaComunicacao{
	font-family: 'latolight';
	font-size:12px;
	color:#FFF;
	text-align:justify;
	color:#FFFFFF;
	margin-bottom:10px;
}

#LineComunicacao{
	margin-top:50px;
}
	
#link{
	font-family: 'latolight';
	font-size:12px;
	color:#FFF;
	text-align:justify;
	color:#FFFFFF;
	margin-bottom:10px;
	text-decoration:underline;
	text-align:center;
	margin-bottom:10px;
	text-transform:uppercase;
}

#TituloArquiteto{
	font-family: 'latolight';
	font-size:12px;
	color:#FFF;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:10px;
	margin-top:5px;
	text-transform:uppercase;
}

#ImgArquiteto{
	height:400px;
	background-position:center;
	background-size:cover;
	cursor:pointer;
}

@media screen and (min-width: 768px) {
  #ImgArquiteto{
	height:400px;
	}
}

@media screen and (min-width: 1200px) {
  #ImgArquiteto{
	height:100px;
	}
}



.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color:transparent;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow:none;
          box-shadow:none;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
    border: 0px;
}
.well-lg {
  border-radius: 0px;
}
.well-sm {
  border-radius: 0px;
}

a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
a[aria-expanded=false] .fa-chevron-down {
   display: none;
}
	