@charset "UTF-8";
/****************************************************  
	CSS THERMAS
****************************************************/

/*** CAPA ***/
.projeto-capa {
	background: url(/assets/img/site/projetos/projeto-thermas-capa-site.jpg) center;
}



/*** PROJETO - DESTAQUE ***/

.thermas .projeto-capa {
	height:620px;
}

.thermas .projeto-capa .infos01 {
	width: 447px;
	height:430px;
	float: none;
	margin:85px auto;
	background:url(/assets/img/site/projetos/thermas-logo.png);
	
}

.thermas .projeto-capa .infos h1 {
	position: absolute;
	width: 86%;
	color: #FFF;
	margin: 255px 7.5%;
	font-size: 1.7em;
	text-align: center;
	font-weight: 100;
	line-height: 34px;
}


.thermas h3 strong {
	border-bottom: 4px solid #332f90;
}

.thermas h3 strong:after {
	background: url(/assets/img/site/projetos/setas-detalhes05.png) no-repeat center top;
	
}

.projeto-destaque {
	background:#ff8c24;
	margin-top:620px;
}

.projeto-destaque:before {
	position:absolute;
	top:-15px;
	left:0;
	content:"";
	background:url(../../img/site/projetos/thermas-bg-content.png) repeat-x;
	width:100%;
	height:17px;
	
}



/*  Descrição  */


.thermas .projeto-descricao {
	background:#332f90;
	padding:100px 0;
	
}

.thermas .projeto-descricao .infos { 
	width: 37%;
}

.thermas .projeto-descricao .infos h3 {
	font-size: 2.7em;
	margin-bottom:30px;	
	
}

.thermas .projeto-descricao .infos h3 strong { 
	margin-bottom:30px;
	border-bottom: 4px solid #ff8c24;
}


.thermas .projeto-descricao .infos h3 strong:after {
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 7px;
	bottom: -11px;
	left: 50%;
	margin-left: -8px;
	background: url(/assets/img/site/projetos/setas-detalhes05.png) no-repeat center -31px;
}

.thermas .projeto-descricao .infos a {
	display:inline-block;
	background:#FFF;
	padding:15px;
	color:#f38029;
	font-size:1.6em;	
	text-decoration:none;
	border-radius:8px;
	moz-border-radius:8px;
	font-weight:700;
	margin-top:15px;
}


/*  Rodapé  */

.thermas .projeto-site p { 
	color:#808285;
}

