/* Diseñó Seba Sumbre*/





*{margin:0;padding:0;}

body {
	background-color: rgba(255, 255, 255, 1);
	overflow-x: hidden;    
}

header{
	position: absolute;
	z-index: 9999;
	width: 100%;
	background-color: rgba(25, 40, 50, 1); 
}