/* CSS Document */


.contenedor {
	margin:100px 0px; 
	padding: 0px 8.3%;

}
.contenedor h1 {
	line-height: 40px;
	font-size: 40px;
	color: #61106d;
	font-weight: 900;
	margin-bottom: 30px;
}
.contenedor p {
	font-size:16px ;
	color: #636566;
	margin-bottom: 50px;
	line-height: 23px;
	text-align: justify;
}
.video {
	padding: 0px 2.5%;

	margin:100px 0px;  
	overflow: hidden;text-align: center;
}
.video video {
	background: url(../Imagenes/fondo_video_power.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: auto;
	margin: 0px;
	
	
}




.galeria div{
	float: left;
	overflow: hidden;
	height:220px;
	width: 33.33%;
	background: #300c7a;
	border: 2px solid #FFFFFF;
	position: relative;
}
.galeria div img:hover{
	opacity: 1;
	transform: scale(1.01);
	-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
	
}
.galeria div img{
    width: 150%;
	opacity: 0.8;
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.galeria div p{
	z-index: 5000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 100%;
	font-weight: 800;
	color: #ffffff;
	width: 210px;
	height: 60px;
	background: rgba(97,16,109,0.95);
	
}
.galeria{

	                                             
}

/* MEDIA QUERYS*/

@media only screen and (max-width: 500px) {
/* For mobile phones: */

.galeria div img{
	opacity: 1;
	-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);

}
.contenedor {
	padding: 20px 20px;
	margin-bottom: 0px;
}
	.contenedor h1{
	text-align: center;
    font-size:35px;
		line-height: 30px;
}
	.contenedor p {
	
	margin-bottom:0px;
	}
	.galeria div{
	width: 100%;
	
}
	.galeria div p{
	
	width: 100%;
	height: 60px;

	
}
	.video video {
	width: 100%;

}
.video {
	width: 100%;
	text-align: center;
	margin:50px 0px;
}


	
}


@media (min-width : 500px ) and (max-width : 900px ) {
	.galeria div img{
	opacity: 1;
	-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);

}

.video {
	width: 100%;
	text-align: center;
	margin:50px 0px;
}

.contenedor {
	margin-bottom: 0px;
	
}
	.galeria div{
	width: 100%;
}
	
}
@media (min-width : 900px ) and (max-width :1024px ) {
.contenedor {
	margin-bottom: 0px;
	
}
.video {
	width: 100%;
	text-align: center;
	margin:50px 0px;
}
	.galeria div{
	width: 50%;
	
}


}

@media (min-width : 1024px ) {

}


/*-------------FIN DE MEDIA QUERYS--------------*/