@charset "utf-8";

@media (min-width: 64.063em){

*, *:before, *:after {
  box-sizing: inherit;
}


body {
	max-height: 100vh;
	z-index: 1;
}

.Main, .Schedules{
	width: 50%;
	margin-top: 32vh;
	text-align: center;

}
.Main h1 {
	letter-spacing: 0.3vw;
	font-weight: 700;
	line-height: var(--h1-line-height);
	font-size: 9em;
	
    margin-top: 0;
}
.Main h5 {
	letter-spacing: 0.4em;
	font-size: 1.5em;
	font-weight: 400;
    margin-bottom: 0.4em;
}
.Main {
	
}


.Schedules {
	text-align: right;
}  


.Container {
  display:flex;
  justify-content:space-between;
  height: 100vh
}

.Map{
	display:flex;
	justify-content: center;	
	
}
.Map img {
	height: auto;
	z-index: 0;
}

.Watermark{
	display:flex;
	justify-content: center;	
	letter-spacing: 1px;
	height: 10px;
	text-align: center;
}


.Probar {
  width: 300px;
  height: 15px;  
}
.Probar #Probar {
	border-radius: 25px;
  border: 2px solid #FFF;
  height: 100%;
	width: auto;
}

}

