*{
	margin:0;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
}
header{
	padding-top:20px;
	position:fixed;
	right:5%;
}
h1 img{
	width:140px;
}

.contenido{
	width:80%;
	padding-top:100px;
	margin-right:auto;
	margin-left:auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-height: 75vh;
}

.splash{
	width:100%;
}


p{
	text-align: left;
}

.imagensplash{
	width:56%;
	max-height: 100vh;
}

.txtsplash{
	width:30%;
}

@media (max-width:992px){
  	.contenido{
		padding-top: 160px;
	}
	.imagensplash{
	width:60%;
	}	
}
@media (max-width: 768px) {
	header{
		text-align: center;
		position:relative;
		right:0;
		padding:0;
		margin:5% 0;
	}
  .contenido{
	padding-top: 0px;
	display: flex;
	flex-direction:column ;
	justify-content: flex-start;
	align-items: center;
	max-height: 75vh;
	}
	.imagensplash{
	width:100%;
	}
	.txtsplash{
	width:80%;
	}
	p{
	text-align: center;
	margin:20px 0 50px;
	}
}
@media (max-width: 576px) {
	.txtsplash{
	width:90%;
	}
	p{
	font-size:16px;
	}
	
}


