.large-header img
	{
		width:100%;
		max-width:400px;
		filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.7));
		margin-bottom:50px;
	}
	
.large-header h3
	{
		width:100%;
		filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
		color:#ffffff!important;
		font-size: calc(1.6em + 1.6vw);
		margin:0 auto;
		margin-bottom:10px;
		letter-spacing:.5px;
		opacity: inherit!important;
	}

.large-header h2
	{
		width:100%;
		max-width:700px;
		filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
		color:#f3f3f3;
		font-size: calc(0.5em + 0.5vw);
		letter-spacing:0.3px;
		font-weight:100;
		margin:0 auto;
		margin-bottom:20px;
	}
	
.large-header .logo img
	{
		width:100%;
		max-width:150px;
		filter: none;
		margin-bottom:0px;
	}
	
.large-header h2 span
	{
		font-weight:200;
	}	

.large-header
	{
		background:#0E1A2B;
		background-image: radial-gradient(circle, #ffffff0d 1px, transparent 1px);
		background-size: 10px 10px; /* Tamaño del patrón */
		opacity:0.85;
		text-align:center;
		position: absolute;
		top: 0px;
		left: 0px;
	}

#x-canvas{
  opacity:0.5;
  width:100%;
  
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.7; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.7; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.7; }
  100% { opacity: 1.0; }
}

.video {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }

/*@media only screen and (max-width: 767px) 
	{
		.large-header
			{
				background:url(../images/universidad-mariana.jpg);
				opacity:1;
			}
		.video
			{
				display:none;
			}
	}*/
