/* General *******************************************************************************/

body {
	font-size: 1.8rem;
}

#actividad .carousel-inner .item-container {
	background-image: url();
	padding: 0;
}

#actividad .content .header {
	margin-bottom: 30px;
	border-top: 40px solid #FE0C34;
	border-bottom: none;
	padding-left: 50px;
}

#actividad .content .header .title {
	min-height: 30px;
	overflow: hidden;
	margin: 20px 0 0;
	border-bottom: 1px solid #9D9B9C;
}

#actividad .content .header .title h3 {
	margin: 0;
	color: #000;
	font-size: 2.4rem;
	line-height: 3.0rem;
}

#actividad .content .header .title img {
    display: none;
}

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

.slide-wrapper {
	padding-bottom: 50px;
}

.slide_main {
	padding: 0 35px;
}

#actividad .pregunta .texto_curso {
    font-size: 1.8rem;
}

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

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

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

/* Navbar ********************************************************************************/

.navbar-bottom {
	background: #ACC2BF;
	display: none;
}

.edit .navbar-bottom {
	display: block;
}

.content_type_clase_sm_activities .publisher-navbar {
	position: fixed;
	bottom: 0;
	background: #ACC2BF;
	width: 100%;
	left: 0;
	height: 50px;
}

.is_app.content_type_clase_sm_activities .publisher-navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}

.content_type_clase_sm_activities .publisher-navbar .navbar-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}

.content_type_clase_sm_activities .logo-publisher {
	position: absolute;
	top: 8px;
	left: 10px;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(logo-sm.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

.content_type_clase_sm_activities .publisher-navbar #top-navigator {
	display: inline-block;
	height: 26px;
	margin-top: 12px;
}

.content_type_clase_sm_activities .slider-indicators {
	position: relative;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	display: inline-block;
	width: 5000px;
	height: 100%;
	background: transparent;
	padding: 0;
	text-align: center;
}

.content_type_clase_sm_activities .publisher-navbar li {
	float: left;
	width: 56px;
	height: 100%;
	margin: 0 1px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: #fff;
    color: #282828;
	font-size: 2.0rem;
	line-height: 2.6rem;
	cursor: pointer;
}

.content_type_clase_sm_activities .slider-indicators li.active,
.content_type_clase_sm_activities .publisher-navbar li:hover {
	background-color: #FE0C34;
	color: #fff;
}

/* CK Editor ***********************************************************************/

h4.bck-title {
	margin-left: -20px;
	font-size: 2.4rem;
	font-weight: 600;
}

.edit h4.bck-title {
	margin-left: 0;
}

.content ol,
.cke_contents ol {
	list-style: none;
	padding-left: 0;
}

.content ol li,
.cke_contents ol li {
	counter-increment: bck-li-counter 1;
	position: relative;
	padding-left: 30px;
}

.content ol li:before,
.cke_contents ol li:before {
	content: counter(bck-li-counter)'';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: #FE0C34;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8rem;
}

.texto_curso ul,
.workspace ul li ul,
.cke_contents ul {
	margin-bottom: 20px;
}

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

.texto_curso ul li:before,
.workspace ul li ul li:before,
.cke_contents ul li:before {
	width: 8px;
	height: 8px;
	margin-top: 10px;
	margin-left: -18px;
	background-color: #FE0C34;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.bck-box {
	margin-bottom: 20px;
}

.bck-box > div {
	padding: 15px;
}

.bck-box p:last-of-type {
	margin: 0;
}

.bck-box1 {
	-webkit-box-shadow: 0 0 10px #999;
	   -moz-box-shadow: 0 0 10px #999;
	        box-shadow: 0 0 10px #999;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.bck-box1 div.bck-title {
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	background: #FE0C34;
	padding: 10px 15px;
	color: #fff;
}

.bck-box2 {
	-webkit-box-shadow: 0 0 3px #555;
	   -moz-box-shadow: 0 0 3px #555;
	        box-shadow: 0 0 3px #555;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background: #F5F5F5;
	color: #777;
}

.bck-box2 div.bck-title {
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
	background: #DEDEDE;
	padding: 20px 15px;
	color: #FE0C34;
	text-align: center;
}

table {
	margin-bottom: 20px;
}

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

table.bck-table {
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
}

th {
	padding: 10px;
}

th,
td.bck-th {
	background: #FE0C34;
	color: #fff;
	font-weight: normal;
}

.bck-table td:not(.bck-th) {
	background: #C6C6C6;
}

.bck-enfasis {
	border-left: 3px solid #DEDEDE;
	padding: 5px 0 5px 17px;
	color: #999;
	font-style: italic;
}
