@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@font-face{
	src: url('../Ailerons-Typeface.otf');
	font-family: ailerons;
}


body{
	height: 100vh;
	width: 100vw;
	background-color: black;
	margin: 0;
	overflow-x: hidden;
}

section{
	max-height: 100vh;
	overflow-y: hidden;
	overflow-x: hidden;
}

#logoPrin{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	opacity: 0;
	transform: translateX(250px);
	transition: transform 0.5s, opacity 0.3s;
}

#AllIn{
    position: relative;
    margin-top: -63px;
    font-size: 26px;
	font-family: ailerons;
    transform: translateX(-100px);
}

#creamos{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 4%;
}

#creamos, #cre, #div{
	opacity: 0;
	transition: opacity 0.5s;
}

#creamos img:first-child{
	width: 350px;
	margin-bottom: 3%;
}

#creamos img:nth-child(2){
	width: 50px;
}

#logoPrin img{
	width: 500px;
	margin-top: 11%;
}

#tresLogos{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
	margin-top: 8%;
}

.cont{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.logo{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 0;
	transform: translateX(-140px);
	transition: opacity 0.2s, transform 0.3s;
}

.logo img{
	width: 200px;
}

#tresLogos .logo{
	margin-right: 50px;
}

#tresLogos .logo:nth-child(3){
	margin-right: 0;
}

.texto{
	margin-top: 5%;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'montserrat';
	font-weight: bold;
	max-width: 130px;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	transition: opacity 0.7s;
}

#tEmp:hover{
	color: #d82927;
}

#tExp:hover{
	color: #006d17;
}

#tSab:hover{
	color: #c6930f;
}

#contVideo{
	position: absolute;
	z-index: -2;
	max-height: 100vh;
	overflow-y: hidden;
	height: 100%;
	width: 100%;
}

.video{
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 120vh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
}

#black{
	z-index: 1;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
}

.logo img, .texto{
	text-shadow: 2px 2px 3px #000000;
}

/*Clases animaciones*/
.scale{
	transform: scale(1)!important;
	opacity: 1!important;
}

.slide{
	transform: translateX(0px)!important;
	opacity: 1!important;
}

.appear{
	opacity: 1!important;
}