.fondoIndex{
	background:url(../img/fondoindex.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 350px;
}

.editarNosotros{
	height: 600px;
}

.editarNosotros .editarNos{
	top: 10%;

}

.fondoIndex .contenedorAdmin{
	width: 90%;
	max-width: 1200px;
	text-align: center;
	margin: auto;
}

.fondoIndex .contenedorAdmin h2{
	font-size: 35px;
	padding-top: 50px;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0px 0px 8px #000000b8;
}


.bg-contactos article a{
	margin-left: 50px;
	padding:10px;
	background: #009688;
	position: relative;
	top: 30px;
	color: #fff;
	border-radius: 15px;
	transition: all ease .5s;
	font-size: 16px;
}

.fondoIndex .contenedorAdmin .sectionAdmin{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fondoIndex .contenedorAdmin .sectionAdmin .containAdmin{
	width: 200px;
	margin: 10px;
	padding:10px;
	background:#ff9800;
	transition: all ease .5s;
}

.fondoIndex .contenedorAdmin .sectionAdmin .containAdmin:hover{
	cursor: pointer;
	background: #009688;
	transition: all ease .5s;
	border-radius: 10px;
}

.fondoIndex .contenedorAdmin .sectionAdmin .containAdmin a{
	display: block;
	color: #fff;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-variant: small-caps;
}





.portada {
	width: 100%;
	margin: auto;
	position: relative;
}

.portada video{
	width: 100%;
	margin: auto;
	vertical-align: top;
	position: relative;
}

.portada article{
	position: absolute;
	top: 20%;
	width: 100%;
	margin:auto;
	text-align: center;
}

.portada article .formulary{
	width:100%;
	max-width: 1200px;
	margin: auto;
}

.portada article .formulary h2{
	color: #fff;
	font-size: 40px;
	text-shadow: 0px 0px 4px #2b2b2b;
}

.portada article .formulary form{
	width: 50%;
	min-width: 300px;
	margin:20px auto;
}

.portada article .formulary form input{
	width: 100%;
	margin:5px auto;
	height: 40px;
}

.portada article .formulary form textarea{
	height: 50px;
	max-height: 80px;
	min-height: 50px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-family: sans-serif;
}


.blog .post .editarPost{
	padding: 5px;
	background:#ff9800;
	margin:10px auto;
	color: #fff;
	transition: all ease .5s;
}

.blog .post a:hover{
	background:#009688;
	transition: all ease .5s;
}

@media screen and (max-width: 900px){
	.main .editar article{
		top: 10%;
	}

	.editarNosotros .videoNosotros{
		width: auto;
		height: 600px;
	}
}

@media screen and (max-width: 800px){
	.main .editar{
		overflow: hidden;
	}

	.editar article .formulary form{
		width: 85%;
		margin: auto;
	}

	.main .editar video{
		width: auto;
		height: 450px;
	}

	.editar article .formulary h2 {
		font-size: 30px;
	}

}



@media screen and (max-width: 600px){
	.fondoIndex{
		height: auto;
	}

}



@media screen and (max-width: 500px){
	.portada article {
		top: 10%;
	}

	.portada article .formulary h2 {
		font-size: 25px;
	}

	.portada article .formulary form{
		margin: 0px auto;
	}

	.portada article .formulary form input{
		height: 30px;
	}

	.main .editar video{
		height: 360px;
	}

	.bg-contactos article a{
		font-size: 12px;
		margin-left: 10px;
	}

	.main .novedades .post .single a{
		font-size: 12px;
	}

	.main .novedades{
		width: 100%;
	}

	.main .novedades .post .single{
		margin:10px;
	}

	.editarNosotros{
	height: 500px;
	}

}