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

/* ==================================================
   Footer
================================================== */


#rod_fix {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	left: 0px;
	width: 100%;
	right: 0px;
	bottom: 0px;
	position: fixed;
	height: 60px;
	.background-image: url(../IMAGENS/bk_foot_01.jpg);
	background-image: -ms-linear-gradient(top, #0B6EC7 0%, #054086 100%);
	background-image: -moz-linear-gradient(top, #0B6EC7 0%, #054086 100%);
	background-image: -o-linear-gradient(top, #0B6EC7 0%, #054086 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0B6EC7), color-stop(100, #054086));
	background-image: -webkit-linear-gradient(top, #0B6EC7 0%, #054086 100%);
	background-image: linear-gradient(to bottom, #0B6EC7 0%, #054086 100%);
	box-shadow:  0px 0px 6px 6px rgba(0, 0, 0, 0.25);
	z-index: 99;
}

/* ==================================================
   About SUB-Section
================================================== */

.ASUBconteudo {
	margin: 60px 12% 0 13.5%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: left;
	color: #6F7279;
}

.CONTEUDO-ATIVIDADE {
	margin: 30px 12% 0 17.5%;
	.font-family: 'Titillium Web', sans-serif;
	.font-size: 16px;
	text-align: left;
	.color: #6F7279;
	.width: 90%;
}

.ASUBconteudoestrategia {
	margin: 60px 12% 0 13.5%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: left;
	color: #6F7279;
	line-height: 26px;
}

.ASUBconteudoEMPRESA {
	margin: 30px 12% 0 13.5%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: left;
	color: #6F7279;
	line-height: 26px;
	
}

.textoimgright {
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: 'Titillium Web', sans-serif;
	.font-size: 14px;
	.font-style: italic;
	.text-align: right;
	padding:0px 20px 0px 0px;
	margin-top: 5px;
	width: 300px;
	.height:150px;
  }
  
.titl {
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 0px;
	}
	
.titl-GRANDE {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #000000;
	margin-top: 0px;
	}
	
.titl-GRANDE-BRANCO {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
	}
	
.titulosubconteudos {
	text-align: center;
	background-color: #0072C7;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

.subconteudos {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #333333;
}

.subconteudos-BRANCOS {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

/* ==================================================
   About Section
================================================== */

.profile-name {
	.margin-top: 20px;
	margin-bottom: 15px;
	color: #333333;
}

.profile-description {
	margin-bottom: 25px;

	.margin-top: 20px;	
	color: #585858;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
		
	
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	-moz-transform: rotateY(180deg) scale(0.5,0.5);
	-ms-transform: rotateY(180deg) scale(0.5,0.5);
	-o-transform: rotateY(180deg) scale(0.5,0.5);
	transform: rotateY(180deg) scale(0.5,0.5);
	z-index: 100;
}


.image-wrap img2 {
	width: 90%;	
}

.image-wrap2  .hover-wrap2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}


.image-wrap2:hover2 .hover-wrap2,
.image-wrap2.active2 .hover-wrap2 {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap2 .hover-wrap2 .overlay-img2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap2 .hover-wrap2 .overlay-text-thumb2 {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}



.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background-color: #0099FF;
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 14px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #DE5E60;
}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background-color: #0099FF;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000000;
	color: #000000;
	color: #000000;
	color: #00FF66;
	color: #FFFFFF;
	
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	.background-color: #EEF5F9;
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 22px;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: #0072C7;
	border-bottom-width: 1px;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	.box-shadow: none;
	.background: #26292E;
	color: #333333;
	font-size: 16px;
	height: auto;
	padding: 15px;
	margin: 0;
	resize: none;
	background-color: #EEF5F9;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
	box-shadow:  5px 5px 5px rgba(0, 0, 0, 0.20);
}

#contact-form input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-color: #0072C7;
	border-bottom-width: 1px;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-color: #0072C7;
	border-bottom-width: 1px;
}

#contact-form .submit {
	background: #0072C7;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 40px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	margin-top: 30px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
	background: #DE5E60;
	color: #FFFFFF;
	
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}




/* ==================================================
   Section Page
================================================== */

.page {
	padding: 100px 0;
	position: relative;
	z-index: 99;
	background-color: #FFFFFF;
}

.page-alternate {
	padding: 100px 0;
	position: relative;
	z-index: 99;
	background-color: #FFFFFF;
}

.title-page {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
	background-color: #FFFFFF;
	position: relative;
}

.title-pageTEMA {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
	position: relative;	
}

.title-page .title_about {
	font-size: 48px;
	margin: 0 0 10px 0;
	color: #000000;
	.margin-top: -60px;
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0;
	color: #000000;
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	color: #333333;
}


.containerempresa{
	 width:724px;
	 }
	
.ROWWORK{
	width: 1400px;
	margin-left: 2%;
	display: block;
	position: relative;
	 }
	 
.fotosmeiosetc {
	.margin-right: 1px; 
	margin-left: 5px;
	margin-top: 5px; 
	margin-bottom: 5px;	
}

.titulomeios {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #0372C4;
	text-align: left;
	letter-spacing: 1px;
	border-bottom-color: #0372C4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: auto;
	display: block;
	padding-bottom: 6px;
	.font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 22px;		
}

