.cont_capitulo
{
	width: 100%;
	height: auto;
	min-height: 100%;
	background-image: url('../../img/Back.png');
	background-color: rgb(239,252,204);
}
.flores_video
{
	background-image: url('../../img/Flores_Lightbox.png');
	background-repeat-x:no-repeat; 
	height: 100%;
	width: 290px;
	position: absolute;
	top: 0px;
	opacity: 0;
}
.f_izq
{
	left: 0px;
}
.f_der
{
	right: 0px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.cont_int_capitulo
{
	padding-top: 70px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 200px;
}
.cont_top_capitulo
{
	width: 100%;
	height: 457px;
	position: relative;
}
.corto
{
	height: 370px;
}
.cont_capitulo_titulo
{
	height: 100%;
	width: 456px;
	float: left;
	display: inline-block;
}
.cont_capitulo_imagen
{
	height: 100%;
	width: 644px;
	display: inline-block;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}
.num_capitulo_titulo
{
	margin-top: 15px;
	height: 140px;
	width: 100%;
	background-position: center;
	text-align: center;
	background-repeat: no-repeat;
}
.cont_capitulo_titulo h1
{
	font-family: 'AlfaSlabOne_Regular'!important;
	font-size: 48px;
	text-align: center;	
	letter-spacing: 2px;
	color: #334B56;
	line-height: 49px;
}
.linea_capitulo_titulo
{
	width: 382px;
	height: 5px;
	background-color: #334B56;
	margin-left: auto;
	margin-right: auto;
}
.ver_todos_capitulo_titulo
{
	width: 255px;
	height: 43px;
	padding-left: 43px;
	padding-top: 6px;
	text-align: center;
	border-radius: 30px;
	background-color: #5FA573;
	color: #8DFF9F;
	font-size: 24px;
	font-family: 'Oswald_Light' !important;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	margin-top: 40px;
	background-position-x:52px; 
	background-repeat: no-repeat;
	cursor: pointer;
}
.cont_bottom_capitulo
{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.item_capitulo
{
	width: 330px;
	height: 268px;
	display: inline-block;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 70px;
	vertical-align: text-top;
}
.img_item_capitulo
{
	width: 100%;
	height: 186px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	cursor: pointer;
}
.texto_item_capitulo
{
	border-top: 3px solid #334B56;
	text-align: left;
	padding-top: 10px;
	position: relative;
	cursor: pointer;
	color: #334B56;
}
.cont_video_grande
{
	position: fixed;
	height: 100%;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	background-color: rgba(51,75,86,0.95);
	display: none;
}
.link
{
	display: none;
}
.texto_item_capitulo h1
{
	font-family: 'Oswald_Light'!important;
	font-size: 20px;
}
.texto_item_capitulo span
{
	font-family: 'WorkSans_Regular'!important;
	font-size: 24px;
}
.img_ojo_texto_item_capitulo
{
	position: absolute;
	top: 16px;
	height: 20px;
	width: 30px;
	right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.ver_todos_capitulo_titulo:hover
{
	color: white !important;
	background-image: url('../../img/VerTodoRollover.svg') !important;
}
.cont_texto_video_grande
{
	height: 70px;
	width: 600px;
	margin-top: 160px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.cont_texto_video_grande h1
{
	color: white;
	font-size: 30px;
	font-family: 'Oswald_Light'!important;
}
.cerrar__video_grande
{
	position: absolute;
	bottom: 5px;
	width: 150px;
	height: 45px;
	padding-right: 43px;
	padding-top: 10px;
	text-align: center;
	border-radius: 30px;
	background-color: #5FA573;
	color: #8DFF9F;
	font-size: 19px;
	font-family: 'Oswald_Light'!important;
	right: 0px;
	top: 5px;
	letter-spacing: 2px;
	background-image: url('../../img/X.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 120px;
    cursor: pointer;
}
.video
{
	height: 350px;
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	background-color: black;
	z-index: 15;
	position: relative;
}
.cap1:hover
{
	color: #5FA573;
}
.cap2:hover
{
	color: #FF435A;
}
.cap3:hover
{
	color: #5FA573;
}
.cap4:hover
{
	color: #38B3A2;
}
.cap1:hover > .img_ojo_texto_item_capitulo
{
	background-image: url('../../img/Ojo01.svg') !important;
}
.cap2:hover > .img_ojo_texto_item_capitulo
{
	background-image: url('../../img/Ojo02.svg') !important;
}
.cap3:hover > .img_ojo_texto_item_capitulo
{
	background-image: url('../../img/Ojo01.svg') !important;
}
.cap4:hover > .img_ojo_texto_item_capitulo
{
	background-image: url('../../img/Ojo04.svg') !important;
}
@media screen and (max-width: 1150px) {
	
	.cont_int_capitulo
	{
		width: 800px;
	}
	.cont_capitulo_titulo
	{
		width: 390px;
	}
	.cont_capitulo_imagen
	{
		width: 400px;
		background-size: contain;
	}
}
@media screen and (max-width: 850px) {
	
	.cont_int_capitulo
	{
		width: 550px;
	}
	.cont_capitulo_titulo
	{
		width: 250px;
	}
	.cont_capitulo_imagen
	{
		width: 300px;
		background-size: contain;
	}
	.num_capitulo_titulo
	{
		height: 100px;
    	background-size: 55px;
	}
	.cont_capitulo_titulo h1
	{
		font-size: 25px;
		line-height: 29px;
	}
	.ver_todos_capitulo_titulo
	{
		width: 150px;
	    height: 30px;
	    padding-top: 5px;
	    font-size: 18px;
	    background-position-x: 20px;
	    margin-top: 20px;
	}
	.cont_int_capitulo
	{
		padding-top: 10px;
	}
	.cont_top_capitulo
	{
		height: 300px;
	}
	.corto
	{
		height: 260px;
	}
	.item_capitulo
	{
		margin-bottom: 20px;
	}
	.linea_capitulo_titulo
	{
		width: 222px;
	}

}
@media screen and (max-width: 700px) {
	.cont_texto_video_grande
	{
		width: 300px;
	}
	.cont_texto_video_grande h1
	{
		font-size: 15px;
	}
	.cerrar__video_grande 
	{
	    width: 82px;
	    height: 20px;
	    padding-right: 21px;
	    padding-top: 1px;
	    font-size: 12px;
	    background-position-x: 60px;
	    background-size: 10px;
	}
	.video 
	{
	    height: 180px;
	    width: 320px;
	}
	.flores_video
	{
		width: 100px;
		background-size: 100px auto;
	}
	.scroll
	{
		height: 40px;
		width: 40px;
		background-size: 40px;
	}
}
@media screen and (max-width: 550px) {
	
	.cont_int_capitulo
	{
		width: 300px;
	}
	.cont_capitulo_titulo
	{
		width: 300px;
	}
	.linea_capitulo_titulo
	{
		width: 300px;
	}
	.cont_capitulo_imagen
	{
		width: 300px;
	}
	.item_capitulo
	{
		width: 300px;
		margin-bottom: 20px;
	}
	.texto_item_capitulo h1
	{
		font-size: 15px;
	}
	.texto_item_capitulo span
	{
		font-size: 20px;
	}
	.corto
	{
		height: 220px;
	}
	.item_capitulo
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	.scroll
	{
		height: 30px;
		width: 30px;
		background-size: 30px;
	}
}