#heroes-con-escuela h1 {
	background-color: #fbda66;
	color: #7a6804;
	display: inline-block;
	font-size: 18px;
	padding: 12px 15px;
	border-radius: 5px;
	font-family: 'FuturaReg';
	margin-top: 0px;
}

#heroes-con-escuela .row:nth-child(2)>div:nth-child(1) {
	padding-right: 4px !important;
}

#heroes-con-escuela .row:nth-child(2)>div:nth-child(1)>.content {
	background-color: #fff;
	overflow: hidden;
}

#heroes-con-escuela h3, #heroes-con-escuela .text {
	padding-left: 35px;
}

#heroes-con-escuela .text {
	font-family: 'Futura';
	color: #4d4d4d;
	overflow-y: auto;
	height: 120px;
}

#heroes-con-escuela h3 {
	font-size: 25px;
	color: #7a6804;
	margin-top: 30px;
	margin-bottom: 0;
	max-width: 400px;
	font-family: 'FuturaReg';
}

#heroes-con-escuela h3>a, #heroes-con-escuela h3>a:hover {
	color: inherit;
	text-decoration: none;
}

#heroes-con-escuela .content .row {
	padding: 10px 0px 0px 10px;
}

#heroes-con-escuela .data {
	color: #7a6804;
	padding: 10px 16px;
	background-color: #fbda66;
	position: absolute;
	right: 0;
	bottom: 30px !important;
	width: 200px;
	margin-right: 4px;
	font-size: 16px;
	font-family: 'Futura';
}

@media (max-width: 992px) {
	#heroes-con-escuela .data {
		right: 11px;
	}
}

#heroes-con-escuela .data>strong {
	font-family: 'FuturaBold';
}

#heroes-con-escuela .col-sm-3, #heroes-con-escuela .col-sm-7 {
	height: 243px;
}

#heroes-con-escuela img.img-responsive {
	width: 100%;
	height: 243px;
}

#heroes-con-escuela .bx-wrapper {
	padding-right: 3px;
}

#heroes-con-escuela .bx-viewport {
	width: 88% !important;
	height: 178px !important;
	transform: translateX(-29px);
	border: 0px;
	margin-left: 35px;
	background-color: transparent !important;
}

#heroes-con-escuela #know-more h3.title {
	margin: 0;
	margin-bottom: 2px;
	font-size: 16px;
	color: #7a6804;
	padding: 12px 30px;
	background: #fbda66;
	width: 88%;
}

@media (max-width: 1200px) {
	#heroes-con-escuela .bx-viewport {
		width: 86% !important;
	}
	
	#heroes-con-escuela #know-more h3.title {
		width: 86%;
	}
}

@media (min-width: 935px) {
	#message-sponsored {
		height: 221px;
	}
}

@media (max-width: 992px) {
	#heroes-con-escuela .row:nth-child(2)>div:nth-child(1) {
		padding-right: 15px !important;
	}
}

#heroes-con-escuela #know-more h3.title::after {
	clear: both;
	content: "";
	display: table;
}

#heroes-con-escuela #know-more h3.title a {
	float: right;
	color: #7a6804;
	font-size: 14px;
}

#heroes-con-escuela #know-more .bx-wrapper {
	left: auto !important;
}

#heroes-con-escuela #know-more .bx-prev, #heroes-con-escuela #know-more .bx-next
	{
	background: #fbda66;
	height: 110px;
	width: 42px;
	margin-top: 0;
	left: auto !important;
	right: 0px;
}

#heroes-con-escuela #know-more .bx-prev:hover, #heroes-con-escuela #know-more .bx-next:hover {
	background: #c6c6c6;
}

#heroes-con-escuela #know-more .bx-prev:after, #heroes-con-escuela #know-more .bx-next:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	background: url(../images/arrows4.png);
	margin-top: -6px;
	margin-right: -12.5px;
	height: 12px;
	width: 25px;
}

#heroes-con-escuela #know-more .bx-prev {
	top: -43px;
}

#heroes-con-escuela #know-more .bx-next {
	right: 0px;
	top: auto;
	bottom: 0;
}

#heroes-con-escuela #know-more .bx-next:after {
	background-position: left bottom;
}

#heroes-con-escuela #know-more ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

#heroes-con-escuela #know-more ul.links li {
	width: 100% !important;
}

#heroes-con-escuela #know-more ul.links li>a {
	color: #4d4d4d;
	font-family: 'Futura';
	font-size: 16px !important;
	display: block;
	padding: 10px 36px;
	background: #fff;
}

#heroes-con-escuela .without-left-padding {
	padding-left: 0px !important;
}

@media (max-width: 768px) {
	#heroes-con-escuela .text,
	#heroes-con-escuela h3 {
		padding-left: 0px;
	}

	#heroes-con-escuela .text {
		height: auto;
	}
	
	#heroes-con-escuela h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	#heroes-con-escuela .data {
		position: relative;
		top: 0;
		right: 0;
		margin-right: 0px;
		width: 100%;
	}
}