﻿

section {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	height: 100vh;
	overflow: hidden;
	color: #BBB;
}

	section h2 {
		color: #FFF;
	}

	section .cover {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

		section .cover img {
			position: absolute;
			display: block;
			min-width: 100%;
			max-width: none;
			min-height: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		@media screen and (max-width: 660px) {
			section .cover img {
				min-height: 150%;
			}
		}

	section .content {
		position: absolute;
		display: block;
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	section .text {
		width: 50%;
	}

.centralize {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1000px) {
	section .text {
		width: 90%;
	}
}

a.iprodev {
	line-height: normal;
	font-family: Varela Round, sans-serif;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	color: #A7AAAE;
	position: fixed;
	left: 20px;
	bottom: 20px;
	border: 1px solid #A7AAAE;
	padding: 12px 20px 10px;
	border-radius: 50px;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-transform: uppercase;
	z-index: 100;
}

	a.iprodev:hover {
		background: #A7AAAE;
		color: white;
	}




.scrollax-performance,
.scrollax-performance *,
.scrollax-performance *:before,
.scrollax-performance *:after {
	pointer-events: none !important;
	-webkit-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-o-animation-play-state: paused !important;
	animation-play-state: paused !important;
}
