@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
@import url('https://www.jsdelivr.com/package/npm/@creativebulma/bulma-tooltip');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

@media screen and (min-width: 100px) and (max-width: 480px) {

	
	.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/images/fondo.png');
    background-size: cover;
    z-index: -1;
	}

	#tabla{
			width: 100%;
			margin-bottom: 20vw;
		}
		
	.footerwsp{
		display: inline-block;
		width: 90vw;
		max-height: 9vh !important;
		background-color: #fff;
		border-radius: 10px 10px 0 0;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		text-align: center;
		color: #25D366;
		line-height: 2em;
		vertical-align: middle;
	}


		
	}


@media screen and (min-width: 480px) {
	body{
		background-image: url('/images/fondo.png');
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: 100% 100%;
		background-position: sticky;
		overflow-y: hidden !important;
		}
		
		#tabla{
			width: 65vh;
		}
		
		.footerwsp{
	width: 40vw;
	max-height: 9vh !important;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #25D366;
	line-height: 2em;
	vertical-align: middle;
}
	}
	
	
.title{
			color: #fff !important;
	}

#tabla{
	display: inline-block;
	vertical-align: middle;
}

html, body {
  height: 100%;
  overflow-x: hidden !important;
}

 .horario{
  	width: 80% !important;
  }

}

.title{
  		color: #fff !important;
}
h2{
	font-family: 'Press Start 2P', cursive;
	color:#fff !important;
	font-size: 40px;
	
}

h3{
	font-family: 'Press Start 2P', cursive;
	color: #fff;
	text-shadow: 0px 0px 4px #00fcdd;
}
.margen{
	margin-top: 1vh;
}
.horario{
	background-color: transparent;
	font-size: 2em;
	font-family: 'Press Start 2P', cursive;
	color: #00FCDD;
	display: inline-block;
	font-weight: bolder;
	text-shadow: 0px 0px 10px #00FCDD;
}
.tarjeta{
	background-image: url('/images/tarjeta.png');
	background-size: cover;
	width: 25vw;
	height: 20vh;
	display: inline-block;
	margin-top: 3vh;
}
.tarjeta p{
	margin-left: 5vw;
	color: #000;
	font-size: 13px;
}

.tarjetamov{
	background-image: url('/images/tarjeta.png');
	background-size: cover;
	width: 80%;
	max-height: 30vh;
	display: inline-block;
	margin-top: 3vh;
}

.tarjetamov p{
	margin-left: 10vw;
	color: #000;
	font-size: 12px;
}

[data-tooltip]:not(.is-loading).has-tooltip-info:before, [data-tooltip]:not(.is-disabled).has-tooltip-info:before, [data-tooltip]:not([disabled]).has-tooltip-info:before {
  background-color: rgba(50, 152, 220, 1);
  color: #fff;
  width: 315px;
  height: 185px;
  white-space: initial;
}

.icon {
	display: inline-block;
    vertical-align: middle;
	height: 2em;
	width: 2em;
}

.bienvenidos{
		font-size: 1.5em;
	}

.subtitulo{
		font-size: 0.75em;
	}

#send{
	background-color: transparent !important;
	border: 1px transparent;
	font-size: 2em;
	color: #00fcdd;
	font-family: 'Press Start 2P', cursive;
	display: inline-flex;
}

#send:hover{
	background-color: transparent !important;
	border: none;
	font-size: 2em;
	color: #00fcdd;
	text-shadow: 0px 0px 10px #00fcdd;
}

.content.is-vcentered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.sala{
	background-color: white !important;
	border-radius: 50px;
	border: 1px transparent;
	font-size: 1.25em;
	color: rgba(55, 112, 148);
	font-family: 'Press Start 2P', cursive;
	display: inline-block;
	margin: 5vh;
	box-shadow: 5px 10px rgba(0, 0, 0, 0.5);
}

.roomcontainer{
	background-color:rgba(55, 112, 148, 0.89);
}

@media screen and (min-height: 680px) and (min-width: 1000px) {
	.bienvenidos{
		font-size: 2.5em;
	}

	#send{
		font-size: 4em;
	}

	#send:hover{
		font-size: 4em;
	}

	.subtitulo{
		font-size: 1.25em;
	}
	
	.sala{
		font-size: 2em;
	}
	.horario{
		font-size: 3em;
	}
	
	.subtitulo{
		font-size: 1em;
	}
	
	.roomcontainer{
		min-height: 87vh;
		margin: 5vh;
		padding: 2vh;
	}

}

