/* HOME */
.predio { width: 100%; height: 1000px; background-image: url(../imagens/imagem-predio.png); background-repeat: no-repeat;  background-position: center left; position: relative; }
.predio .chamada { width: 346px; height: 478px; background: url(../imagens/intro-banner.png) no-repeat center center; position: absolute; margin: 30px 0px 0px 150px; left: 50%; }

.introducao { width: 100%; height: 280px; background: url(../imagens/bg-intro.png) no-repeat center top; padding: 149px 0px 40px 0px; }
.introducao .areac { width:430px; height: auto; float: right; position: relative; z-index: 100; }
.introducao .areac h1 { width: 100%; clear: both; text-align: left; font-family: 'Source Sans Pro'; font-size: 24px; font-weight: 900; color: #ffffff; line-height: 24px; padding-bottom: 15px; }
.introducao .areac p { width: 100%; clear: both; text-align: left; font-family: 'Source Sans Pro'; font-size: 20px; font-weight: 400; color: #ffffff; line-height: 21px;}
.introducao .areac p span { font-weight: 600; padding-top: 20px; }

.hle{width: 100%; height: 270px; clear: both; position: relative; }
.hle ul{width: 100%; height: auto; position: relative;}
.hle ul li{list-style: none; float: left; width: 300px; margin: 0px 15px; height: 235px; background: url(../imagens/sombra-fotos.png) no-repeat center bottom; cursor: pointer;}
.hle ul li img{width: 300px; height: 200px;}
.hle .next1{width: 23px; height: 25px; background: url(../imagens/seta-esquerda.png) no-repeat 0px 0px; position: absolute; z-index: 100; left: 50%; margin-left: -510px; margin-top: -165px; cursor: pointer; z-index: 4;}
.hle .prev1{width: 23px; height: 25px; background: url(../imagens/seta-direita.png) no-repeat 0px 0px; position: absolute; z-index: 100; left: 50%; margin-left: 495px; margin-top: -165px; cursor: pointer; z-index: 4;}

.video { width: 100%; height: auto; background: url(../imagens/sombra-video.png) no-repeat center bottom; padding: 30px 0px 40px 0px; margin-bottom: 20px; }
.video .t1 { font-family: 'Source Sans Pro'; font-size: 24px; font-weight: 900; color: #884b58; line-height: 24px; text-transform: uppercase; text-align: left; padding: 25px 0px; }
.video iframe { width: 966px; height: 500px;}

@media screen and (max-width: 1000px){
	.predio { width: 100%; height: auto; background: url(../imagens/espaco.png); text-align: center; }
	.predio .chamada { width: 300px; background-size: 100% auto; position: relative; margin: 30px 0px 0px 0px; left: inherit; display: inline-block; }

	.introducao { width: 94%; position: relative; margin-bottom: 30px; height: auto; background: #884b58 url(../imagens/espaco.png); padding: 25px 3%; }
	.introducao .areac { width:100%; float: none; }
	.introducao .areac h1, .introducao .areac p { width: 100%; text-align: center; }

	.video { width: 90%; padding: 30px 5% 40px 5%; margin-bottom: 20px; }
	.video .t1 { text-align: center; }
	.video iframe { width: 100% !important; height: 300px !important;}
}