/* HEADER */
.header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 204px;
	background: url(../img/background-header.jpg) no-repeat center #bfbfbd;
	z-index: 400;
	overflow: hidden;
	transition: all 0.25s ease-out;
}

.header.floater {
	height: 70px;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.header .logo {
	display: block;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
	transition: all 0.25s ease-out;
}

.header.floater .logo {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 330px;
	text-align: left;

}

.header .logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}




/* HEADER MENU */
.boxMainMenu {
	display: block;
	overflow: visible;
}

.header.floater .boxMainMenu {
	float: right;
	padding: 15px 0 0 0;
}

.boxMainMenu > ul {
	display: block;
	margin: 0;
	padding: 0;
	overflow: visible;
	text-align: center;
}

.boxMainMenu > ul > li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.boxMainMenu > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 10px;
	color: #103d72;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.15s ease-out;
}

.header.floater .boxMainMenu a {
	font-size: 1.2rem;
}

.boxMainMenu > ul > li:hover > a {
	background: #676767;
	color: white;
}




/* CONTENT */
.wrapper {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
}

.wrapper .mainImage {
	margin: 40px 0 20px 0;
}

.wrapper .mainTitle {
	display: block;
	margin: 0;
	padding: 20px 0 40px 0;
	font-size: 2.2rem;
	line-height: 1.2em;
}

.wrapper p {
	width: 80%;
	font-size: 1.2rem;
	line-height: 1.6em;
}

.boxEmpresa, .boxFueiro, .boxUnymove, .boxContato {
	display: block;
	width: 100%;
	background-size: 100% auto;
}

.boxEmpresa {
	background: url(../img/background-light-gray.jpg) no-repeat center;
}

.boxUnymove {
	background: url(../img/background-light-gray.jpg) no-repeat center;
	background-color: #f1f1f1;
}

.boxContato {
	background: #1c3866;
}

.boxContato .wrapper > h2 {
	color: #ffffff;
}

.responsiveImage img, .responsiveImage {
	display: inline-block;
	max-width: 100%;
	height: auto;
}




/* FOOTER */
.footer {
	display: block;
	margin: 0;
	padding: 0;
	height: 200px;
	background: #cecece;
	text-align: center;
}

.footer p, span, a {
	color: #4a4a49;
}

.footer .logoPCP {
	padding: 25px 15px;
}

.footer .logoPCP span {
	display: inline-block;
	margin: 0 15px 10px 0;
}

.footer .logoPCP img {
	vertical-align: middle;
}



/* BOX PHOTOS */
.boxPhotos {
	margin: 0 -10px 0 -10px;
	padding: 40px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.boxPhotos:hover a {
	opacity: 0.75;
}

.boxPhotos a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	width: 100%;
	transition: all 0.15s ease-out;
}

.boxPhotos a:hover {
	opacity: 1;
}

.boxPhotos a img {
	display: block;
	max-width: 100%;
	height: auto;
}

.boxPhotos .w50 {
	width: 50%;
}

.boxPhotos .w33 {
	width: 33.3333%;
}





/* BOX FUEIRO */
.boxFueiro {
	background: url(../img/background-fueiro.jpg) no-repeat center;
	background-color: #aeaeae;
}

.boxFueiro .leftColumn {
	float: left;
	width: 66.4%;
}

.boxFueiro .rightColumn {
	float: right;
	width: 33%;
	text-align: center;
}

.boxFueiro .rightColumn .btDownload {
	display: block;
	margin: 20px 0 0 0;
	padding: 30px;
	background: #58595b;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.boxFueiro {
	color: #484848 !important;
}


/* BOX LINHA UNYMOVE */
.boxUnymove .leftColumn {
	float: left;
	width: 65%;
}

.boxUnymove .leftColumn img {
	vertical-align: top;
}

.boxUnymove .rightColumn {
	float: right;
	width: 35%;
	text-align: center;
}



/* FORM CONTATO */

#frmContato {
	padding: 20px 0 40px 0;
	width: 50%;
	margin: 0 auto;
}

#frmContato ul .submitButton {
	text-align: right;
}

#frmContato ul li textarea {
	height: 160px;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1280px */
@media screen and (max-width: 1280px) {
	.header .logo {
		padding: 5px 0 30px 0;
	}

	.header.floater .wrapper {
		padding: 0 15px;
		width: 100%;
	}

	.wrapper {
		padding: 20px 25px;
	}

	.wrapper .mainTitle {
		padding: 20px 0 10px 0;
	}

	.simpleList {
		margin: 35px 0;
	}

	.boxFueiro .rightColumn .btDownload {
		font-size: 1.8rem;
		line-height: 1.1em;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	.header.floater .logo {
		width: 260px;
	}

	.header.floater .boxMainMenu a {
		padding: 10px 5px;
		font-size: 0.9rem;
	}

	.wrapper p {
		width: 100%;
		font-size: 1rem;
	}

	.wrapper .rightColumn {
		width: 28%
	}

	.simpleList li {
		font-size: 1rem;
	}

	.boxFueiro .rightColumn .btDownload {
		padding: 20px;
	}
}


/* 768px */
@media screen and (max-width: 768px) {
	.header.floater {
		height: 110px;
	}

	.header.floater .logo {
		display: block;
		float: none;
		margin: 0 auto;
		width: 240px;
	}

	.header.floater .boxMainMenu {
		float: none;
	}

	.header.floater .boxMainMenu li {
	}

	.header.floater .boxMainMenu a {
		padding: 10px 5px;
		font-size: 0.9rem;
	}

	.boxMainMenu > ul > li > a {
		font-size: 1.2rem;
	}

	.wrapper .mainTitle {
		font-size: 1.8rem;
	}

	.wrapper .leftColumn {
		float: none;
		width: 100%;
	}

	.wrapper .rightColumn {
		float: none;
		width: 100%;
	}

	.boxUnymove {
		padding: 0 0 30px 0;
	}

	#frmContato {
		width: 100%;
	}

	.responsiveImage {
		display: block;
		max-width: 100% !important;
	}

	.responsiveImage img {
		display: block;
		margin: 0 auto;
	}

	.responsiveImage .imgFueiro {
		max-width: 300px;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	.boxPhotos a {
		display: block;
		width: 100% !important;
	}

	.boxPhotos a img {
		margin: 0 auto;
	}

	.footer p {
		margin: 0 15px;
	}
}


/* 480px */
@media screen and (max-width: 480px) {
	.header.floater {
		height: 140px;
	}

	.boxMainMenu > ul {
		font-size: 0;
		line-height: 0;
	}

	.boxMainMenu > ul > li {
		width: 50%;
	}

	.boxMainMenu > ul > li > a {
		font-size: 1.1rem;
	}

	.wrapper .mainTitle {
		font-size: 1.5rem;
	}

	.boxFueiro .rightColumn .btDownload {
		padding: 20px 10px;
		font-size: 1.5rem;
	}

	.footer .logoPCP img {
		max-width: 60%;
	}
}


/* 320px */
@media screen and (max-width: 320px) {
	.footer p, span {
		font-size: 0.9rem;
	}
}