.convocatoria{
	background-color: #d9d9d9;
	width: 100vw;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	display: table;
}
.contenedor_reproductor{
	position: relative;
	width: 100%;
}
.contenedor_reproductor .bloqueo{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
.contenedor_reproductor .cerrarFs{
	display: none;
}
.fs iframe{
	position: fixed;
	height: 100vh;
	width: 100vw;
	top:0px;
	left: 0px;
	z-index: 9;
}
.fs .cerrarFs{
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 11;
	display: inherit !important;
}
.fs .bloqueo{
	position: fixed;
	height: 100vh;
	width: 100vw;
	top:0px;
	left: 0px;
	z-index: 10;
}
.aviso{
	padding-top: 47vh;
background-image: url(/assets/img/bg/fondo_1.jpg);
text-align: center;
background-size: 64%;
background-position: center 10vh;
background-repeat: no-repeat;
height: 100vh;
width: 80vw;
margin: 0 auto;
}
.w-50{
	width: 50vw;
}
.aviso h2{
	margin-bottom: 50px;
}

.charla{
	background-image: url(/assets/img/bg/pizarra.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	background-attachment: fixed;
}
html{
	padding: 0px; margin: 0px;
}

@media all and (max-width: 375px){ 
	.aviso{
		padding-top: 20vh !important;
		
		background-image: url(/assets/img/bg/fondo_1.jpg);
		text-align: center;
		background-size:100%;
		background-position: center 0px;
		background-repeat: no-repeat;
		height: 84vh !important;
		width: 100vw;
		margin: 14vh auto 0;
	}	
	.h3, h3{
		font-size: 1.2rem !important;
	}
	.aviso h2{
		margin-bottom: 12px !important;
		font-size: 1.75rem;
	}
}
@media all and (max-width:992px) { 
	.aviso h2{
		margin-bottom:inherit;
	}
	
	
	.aviso{
padding-top: 41vh;
background-image: url(/assets/img/bg/fondo_1.jpg);
text-align: center;
background-size: 100%;
background-position: 0px 17vh;
background-repeat: no-repeat;
height: 82vh;
width: 100vw;
margin: 0vh auto 0;
	}
}
@media all and (max-width: 414px) {
	.aviso{
		padding-top: 21vh !important;
	}
}
@media all and (max-width: 375px) and (max-height: 812px) {
	.aviso{
		padding-top: 17vh !important;
	}
}
@media all and (max-width: 360px) {
	.aviso{
		height: 71vh !important;
		padding-top: 17vh !important;
		margin: 11vh auto 0;
	}
}