.encabezado {
	width: 100%;
	background: #ffffff;
	padding: 15px 0 30px 0;
	box-shadow: inset 0 -5px 20px rgba(0,0,0,.025);
}
.logo {
	margin: 0 auto;
	max-height: 170px;
}
.redes-sociales {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
}
@media (max-width: 767px) {
	.redes-sociales {
		float: none !important;
		text-align: center;
		margin-top: 30px !important;
	}
}
.redes-sociales li {
	display: inline-block;
	margin-right: 5px;

	width: 48px;
	height: 48px;
	border: 2px solid #343433;
	border-radius: 50%;
	padding: 3px
}
.redes-sociales li:hover {
	border: 2px solid #f05555;
}
.redes-sociales li:last-child {
	margin-right: 0;
}
.redes-sociales a {
	font-size: 18px;
	line-height: 38px;
	color: #ffffff;
	background: #343433;
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	border-radius: 50%;
}
.redes-sociales a:hover {
	background: #f05555;
}
/**/
.bg-palabras {
	height: 70px;
	background: url(bg-palabras.png);
	background-size: auto 70px;
	background-repeat: repeat-x;
	background-position: center;
}
@media (min-width: 992px) {
	.bg-palabras {
		height: 300px;
		background-size: initial;
	}
}
/**/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/
.pie {
	background: #f05555;
	padding: 15px 0 0 0;
}
.proximamente {
	margin-right: -15px;
}
.logo-footer {
	max-height: 60px;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.logo-footer {
		margin-top: 35px;
	}
}
@media (min-width: 992px) {
	.logo-footer {
		margin-top: 45px;
	}
}
.copy {
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
}