
/* General Styles */

.content_type_clase_mcgraw_learningzone {
	font-size: 2rem;
}

#actividad .workspace {
	font-size: 2rem;
}

#actividad .carousel-inner .item-container {
	position: relative;
	background-image: url("");
	padding-left: 40px;
	padding-right: 40px;
}

#actividad .carousel-inner .fondo .item-container {
	background: #E6F0FA;
}

#actividad .carousel-inner .review .item-container {
	background: #EEF6EB;
}

#actividad .content .review .slide-wrapper {
	margin-top: 86px;
}

#actividad .player.audio {
	width: 32px;
	height: 32px;
	border-radius: 0;
	background-image: url(iconos/icono_audio.png);
	background-color: transparent;
}

#actividad .player:hover {
	background-color: transparent;
	opacity: .5;
	filter: alpha(opacity=50);
}

#actividad .player.audio {
	background-position: center center;
	background-size: 32px 32px;
}

.content_type_clase_mcgraw_learningzone .revision-budget {
	width: auto;
	left: -40px;
}

@media screen and (max-width: 1100px) {
	.content_type_clase_mcgraw_learningzone .revision-budget {
		left: -20px;
	}
}

@media screen and (max-width: 1023px) {
	.content_type_clase_mcgraw_learningzone .revision-budget {
		left: 5px;
	}
}

/* Header */

#actividad .content .header {
	border-bottom: none;
}

#actividad .content .review .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
}

#actividad .content .header .chapter {
	display: none;
}

#actividad .content .header .title h3 {
	color: #0095D6;
	font-size: 2.5rem;
	font-weight: bolder;
}

#actividad .content .review .header .title h3 {
	width: 100%;
	margin-top: 0;
	color: #fff;
	text-shadow: 3px 3px 2px #414141;
}

#actividad .content .header .title h3 .hexagon {
	display: inline-block;
	width: 28px;
	height: 32px;
	margin: 0 4px;
	background: #87BFE8;
	background:
		linear-gradient(150deg, transparent 6.95px, #87BFE8 0) top left,
		linear-gradient(210deg, transparent 6.95px, #87BFE8 0) top right,
		linear-gradient(330deg, transparent 6.95px, #87BFE8 0) bottom right,
		linear-gradient(30deg,  transparent 6.95px, #87BFE8 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 3.2rem;
	vertical-align: middle;
}

#actividad .content .header .title h3 .hexagon.yellow,
#actividad .content .header .title h3 .hexagon.white {
	margin: 0 1px;
}

#actividad .content .header .title h3 .hexagon.yellow,
#actividad .content .header .title h3 .hexagon.white {
	position: relative;
	z-index: 0;
	width: 32px;
	height: 36px;
	background: rgba(0, 0, 0, .5);
	background:
		linear-gradient(150deg, transparent 7.8px, rgba(0, 0, 0, .5) 10px, rgba(0, 0, 0, .5)) top left,
		linear-gradient(210deg, transparent 7.8px, rgba(0, 0, 0, .5) 10px, rgba(0, 0, 0, .5)) top right,
		linear-gradient(330deg, transparent 7.8px, rgba(0, 0, 0, .5) 10px, rgba(0, 0, 0, .5)) bottom right,
		linear-gradient(30deg,  transparent 7.8px, rgba(0, 0, 0, .5) 10px, rgba(0, 0, 0, .5)) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	padding: 0 3px 4px 1px;
}

#actividad .content .header .title h3 .hexagon.yellow::before,
#actividad .content .header .title h3 .hexagon.white::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1px;
	z-index: -1;
	display: block;
	width: 28px;
	height: 32px;
	background: #87BFE8;
	background:
		linear-gradient(150deg, transparent 6.95px, #87BFE8 0) top left,
		linear-gradient(210deg, transparent 6.95px, #87BFE8 0) top right,
		linear-gradient(330deg, transparent 6.95px, #87BFE8 0) bottom right,
		linear-gradient(30deg,  transparent 6.95px, #87BFE8 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

#actividad .content .header .title h3 .hexagon.yellow {
	text-shadow: 0 0 4px #000;
}

#actividad .content .header .title h3 .hexagon.yellow::before {
	background: #FDB612;
	background:
		linear-gradient(150deg, transparent 6.95px, #FDB612 0) top left,
		linear-gradient(210deg, transparent 6.95px, #FDB612 0) top right,
		linear-gradient(330deg, transparent 6.95px, #FDB612 0) bottom right,
		linear-gradient(30deg,  transparent 6.95px, #FDB612 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

#actividad .content .header .title h3 .hexagon.white {
	color: #414141;
}

#actividad .content .header .title h3 .hexagon.white::before {
	background: #fff;
	background:
		linear-gradient(150deg, transparent 6.95px, #fff 0) top left,
		linear-gradient(210deg, transparent 6.95px, #fff 0) top right,
		linear-gradient(330deg, transparent 6.95px, #fff 0) bottom right,
		linear-gradient(30deg, transparent 6.95px, #fff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

#actividad .content .header .title h3 span {
	display: inline-block;
	line-height: 6.6rem;
}

#actividad .content .header .title h3 .dark {
	width: 250px;
	background: #0CB14E;
	background: linear-gradient(330deg, transparent 10px, #0CB14E 0) bottom right;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-right: 20px;
	text-align: right;
}

#actividad .content .header .title h3 .light {
	width: calc(100% - 250px);
	background: #A7CD9B;
	background: linear-gradient(30deg, transparent 10px, #A7CD9B 0, transparent 90%) bottom left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-left: 45px;
	text-align: left;
}

/* Paragraph */

.bck-enfasis {
	color: #0095D6;
	font-weight: bold;
}

.review .bck-enfasis {
	color: #0AB14C;
}

.bck-title1 {
	color: #E5A732;
	font-size: 2.1rem;
}

/* Lists */

.texto_curso ol,
.workspace ul li ol,
.cke_contents ol {
	padding-left: 0;
	list-style-type: none;
}

.texto_curso ol li,
.workspace ul li ol li,
.cke_contents ol li,
.texto_curso ul li,
.workspace ul li ul li,
.cke_contents ul li {
	position: relative;
	counter-increment: bck-li-counter;
	padding-left: 30px;
}

.texto_curso ol li:before,
.workspace ul li ol li:before,
.cke_contents ol li:before {
    content: counter(bck-li-counter);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 30px;
	background: #0095D6;
	background:
		linear-gradient(150deg, transparent 6.5px, #0095D6 0) top left,
		linear-gradient(210deg, transparent 6.5px, #0095D6 0) top right,
		linear-gradient(330deg, transparent 6.5px, #0095D6 0) bottom right,
		linear-gradient(30deg,  transparent 6.5px, #0095D6 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 2.8rem;
}

.texto_curso ol.bck-ol1 li,
.workspace ul li ol.bck-ol1 li,
.cke_contents ol.bck-ol1 li {
    font-size: 2.1rem;
}

.review .texto_curso ol.bck-ol1 li:before,
.review .workspace ul li ol.bck-ol1 li:before,
.review .cke_contents ol.bck-ol1 li:before {
	background: #0AB14C;
	background:
		linear-gradient(150deg, transparent 6.5px, #0AB14C 0) top left,
		linear-gradient(210deg, transparent 6.5px, #0AB14C 0) top right,
		linear-gradient(330deg, transparent 6.5px, #0AB14C 0) bottom right,
		linear-gradient(30deg,  transparent 6.5px, #0AB14C 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

.texto_curso ol.bck-ol2 li:before,
.workspace ul li ol.bck-ol2 li:before,
.cke_contents ol.bck-ol2 li:before {
    content: counter(bck-li-counter) ".";
    height: 24px;
    background: transparent;
    color: #414141;
    font-size: 1.9rem;
    text-align: right;
    line-height: 2.4rem;
}

.texto_curso ol.bck-ol3 li:before,
.workspace ul li ol.bck-ol3 li:before,
.cke_contents ol.bck-ol3 li:before {
	width: 22px;
	height: 26px;
	background: #FDB612;
	background:
		linear-gradient(150deg, transparent 5.65px, #FDB612 0) top left,
		linear-gradient(210deg, transparent 5.65px, #FDB612 0) top right,
		linear-gradient(330deg, transparent 5.65px, #FDB612 0) bottom right,
		linear-gradient(30deg,  transparent 5.65px, #FDB612 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	font-size: 1.9rem;
	line-height: 2.2rem;
}

.texto_curso ul.bck-ul1 li:before,
.workspace ul li ul.bck-ul1 li:before,
.cke_contents ul.bck-ul1 li:before {
	margin-top: 10px;
    background: #FDB612;
}

/* Boxes */

.bck-box {
	position: relative;
}

.box-1 {
	background: #E6F0FA;
	background:
		linear-gradient(135deg, transparent 10px, #E6F0FA 0) top left,
		linear-gradient(225deg, transparent 10px, #E6F0FA 0) top right,
		linear-gradient(315deg, transparent 10px, #E6F0FA 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #E6F0FA 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	padding: 15px;
}

.box-2 {
	position: absolute;
	top: -25px;
	right: 25px;
	-webkit-transform-origin: 100% 0;
	   -moz-transform-origin: 100% 0;
			transform-origin: 100% 0;
	-webkit-transform: rotate(6deg);
	   -moz-transform: rotate(6deg);
			transform: rotate(6deg);
	border: 4px solid #FFB40F;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	background: #FFEED0;
	padding: 8px;
}

.box-2 .bck-title {
	font-weight: bold;
}

.box-3 {
	margin: 38px 0 25px 15px;
	background: #E6F0FA;
	padding: 26px 13px 13px 75px;
}

.box-3 .bck-title {
	position: absolute;
	top: -13px;
	left: 15px;
	display: block;
	width: 100%;
	height: 26px;
	background: #E6F0FA;
	background: linear-gradient(270deg, transparent 0, transparent 15px, #E6F0FA 1px, #0095D6 100%) top right;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-left: 26px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px #414141;
	line-height: 2.6rem;
}

.box-3 .bck-title p:after {
	content: '> > >';
	padding-left: 10px;
}

.hex {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 26px;
	background: #0095D6;
	background:
		linear-gradient(120deg, transparent 6.5px, #0095D6 0) top left,
		linear-gradient(240deg, transparent 6.5px, #0095D6 0) top right,
		linear-gradient(300deg, transparent 6.5px, #0095D6 0) bottom right,
		linear-gradient(60deg,  transparent 6.5px, #0095D6 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

.hex-1 {
	top: -13px;
	left: 7px;
}

.hex-2 {
	top: 2px;
	left: -15px;
}

.hex-3 {
	top: 17px;
	left: 7px;
}

.hex-4 {
	top: 31px;
	left: -15px;
}

.hex-5 {
	top: 46px;
	left: 7px;
}

.box-4 {
	margin-top: 35px;
	margin-left: 41px;
	border: 4px dotted #FFB40F;
	background: #FFEED0;
	padding: 30px 20px 20px;
}

.box-4:before {
	content: '';
	position: absolute;
	top: -35px;
	left: -41px;
	z-index: 10;
	display: inline-block;
	width: 95px;
	height: 95px;
	overflow: visible;
	background: url(iconos/project.png) top left / 95px auto no-repeat;
}

.box-4 .bck-title {
	position: absolute;
	top: -15px;
	left: -4px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	background: #E6F0FA;
	background: linear-gradient(to left, transparent, #FFB40F);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-left: 70px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px #414141;
	line-height: 2.4rem;
}

.box-4 .bck-content p:first-child {
	padding-left: 50px;
}

.box-4.art:before {
	background-image: url(iconos/art.png);
}

.box-4.health {
	border: 4px dotted #0095D6;
}

.box-4.health:before {
	background-image: url(iconos/health.png);
}

.box-4.health .bck-title {
	background: #0095D6;
	background: linear-gradient(to left, transparent, #0095D6);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.box-4.science {
	border: 4px dotted #C6262A;
}

.box-4.science:before {
	background-image: url(iconos/science.png);
}

.box-4.science .bck-title {
	background: #C6262A;
	background: linear-gradient(to left, transparent, #C6262A);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.box-4.social {
	border: 4px dotted #F9781E;
}

.box-4.social:before {
	background-image: url(iconos/social_studies.png);
}

.box-4.social .bck-title {
	background: #F9781E;
	background: linear-gradient(to left, transparent, #F9781E);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.box-4.language {
	border: 4px dotted #2D3199;
}

.box-4.language:before {
	background-image: url(iconos/language_arts.png);
}

.box-4.language .bck-title {
	background: #2D3199;
	background: linear-gradient(to left, transparent, #2D3199);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.box-4.math {
	border: 4px dotted #02A565;
}

.box-4.math:before {
	background-image: url(iconos/maths.png);
}

.box-4.math .bck-title {
	background: #02A565;
	background: linear-gradient(to left, transparent, #02A565);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.box-4.computing {
	border: 4px dotted #008296;
}

.box-4.computing:before {
	background-image: url(iconos/computing.png);
}

.box-4.computing .bck-title {
	background: #008296;
	background: linear-gradient(to left, transparent, #008296);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.box-5 {
	display: inline-block;
	width: auto;
	margin: 0 0 0 2rem;
	background: #B4D6EF;
	text-align: left;
}

.box-5 > div {
	display: inline-block;
	width: auto;
	padding: 10px;
}

.box-5 .bck-title {
	position: relative;
	left: -20px;
	border-radius: 20px 20px 0 0;
	background: #1A98D5;
	color: #fff;
}

.box-5 .bck-content {
	position: relative;
	left: -10px;
	padding: 10px 0;
}

.box-5 p {
	line-height: 2rem;
}

/* Tables */

table {
	margin-bottom: 20px;
}

table.bck-table-borderless,
table.bck-table-borderless th,
table.bck-table-borderless td {
	border: none;
}

th,
td {
	padding: 7px;
}

.bck-td1,
.bck-td2 {
	background: #EF1D26;
	font-weight: bold;
	text-align: center;
}

.bck-td2 {
	background: #0095D6;
}

.bck-td3 {
	background: #F2CFC0;
}

/* Navbar-bottom */

.navbar-bottom {
	background: #fff;
	text-align: center;
}

.logo-publisher {
	display: inline-block;
	float: left;
	width: 44px;
	height: 44px;
	background: url(iconos/mcgrawlogo.jpg) top left / 44px 44px no-repeat;
}

.slider-indicators,
.edit .slider-indicators {
	display: inline-block;
	width: auto;
	padding-top: 6px;
}

.slider-indicators li,
.edit .slider-indicators li {
	display: inline-block;
	width: 28px;
	height: 32px;
	margin: 0 1px;
	background: #C5D1CD;
	background:
		linear-gradient(150deg, transparent 6.95px, #C5D1CD 0) top left,
		linear-gradient(210deg, transparent 6.95px, #C5D1CD 0) top right,
		linear-gradient(330deg, transparent 6.95px, #C5D1CD 0) bottom right,
		linear-gradient(30deg,  transparent 6.95px, #C5D1CD 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	color: #414141;
	text-align: center;
	text-indent: 0;
	line-height: 3.2rem;
}

.slider-indicators li:hover,
.edit .slider-indicators li:hover,
.slider-indicators .active,
.edit .slider-indicators .active {
	display: inline-block;
	width: 28px;
	height: 32px;
	margin: 0;
	background: #FF0C2E;
	background:
		linear-gradient(150deg, transparent 6.95px, #FF0C2E 0) top left,
		linear-gradient(210deg, transparent 6.95px, #FF0C2E 0) top right,
		linear-gradient(330deg, transparent 6.95px, #FF0C2E 0) bottom right,
		linear-gradient(30deg,  transparent 6.95px, #FF0C2E 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	text-indent: 0;
	line-height: 3.2rem;
}
