.intro{ height: 100%; overflow: hidden; min-height: 300px; position: relative;}
.intro .box-intro{
	/*position: absolute;*/
	/*bottom: 241px;*/
	color:#FFF;
	padding: 20px;
	/*background: rgba(54, 169, 225, 0.8);*/
	background: rgb(54, 169, 225);

	/*OutubroRosa*/
	/*background: rgb(225 54 141 / 80%);*/
}

.intro .box_text{
	bottom: 7px;
	position: absolute;
	width: 100%;
}

.intro .box-intro h1{
	color:#FFF;
	font-size: 3vw;
	line-height: 3vw;
}


.intro .bg_video {
	right: 0;
	bottom: 0;
	min-width: 779px;
	min-height: 300px;
	width: 100%;
	height: auto;
	z-index: -1000;
	background: url(images/torre.jpg) no-repeat;
	background-size: cover;
}

.intro .box-intro p, .box-intro h1 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

@media (max-width: 767px) {
	.intro .box_text{
		background: rgba(54, 169, 225, 1);
		margin-top: -7px;
		bottom: 0px;
		position: relative;
	}
	.intro .box-intro h1 {
		font-size: 4vw;
		line-height: inherit;
	}
	.intro p {
		margin: 0px;
		padding: 0px;
		color: #FFF;
	}
}


.empresa{

}

.servicos .serv img{
	max-width: 146px;
	margin: 0px 0px 20px 0px;
}


.bg_sonergy{
	background:#ececec url(../images/bg_sonergy.png);
	background-size: cover; background-attachment: fixed;
}


.projetos-executados{
	position: relative;
}

.projetos-executados .box {
	position: relative;
	padding: 30px 5%;
	border: 1px solid red;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}


.projetos-executados .box:hover
{
	background: #FFF !important;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}

.projetos-executados .box .icon{
	position: absolute;
	opacity: 1;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;

}

.projetos-executados .box .icon h3{
	margin-bottom: 30px;
}

.projetos-executados .box .text
{
	position: relative;
	opacity: 0;
	-webkit-transition: 0.0s ease-in;
	-moz-transition: 0.0s ease-in;
	-o-transition: 0.0s ease-in;
	transition: 0.0s ease-in;
}

.buttom-box{
	padding:10px;
	font-weight: 700;
	font-size: 24px;
	color:#FFF;
	margin-top: 10px;
}


.projetos-executados .box:hover .text
{
	opacity: 1;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}
.projetos-executados .box:hover .icon
{
	opacity: 0;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.projetos-executados .box  img{
	max-width: 230px;
}

.projetos-executados .box-text  img{
	max-width: 230px;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.projetos-executados .text  img{
		margin-top: -30px;
	}
}

.post-top{
	border: 1px solid #c1c1c1;
}
.post-top .post-content{
	padding: 30px;
}


