#cicle{
	background-color: #212121;
	color: #99a0d1;
}
#cicle.alt{
	background-color: #99a0d1;
	color: #212121;
}
#cicle header h1.l2 {
	background: url(/content/images/logo2-purple.png) no-repeat;
}
#cicle header a#menu-opener {
	background: url(/content/images/icon-menu-purple.png) no-repeat center right;
	color: #99a0d1;
}
#cicle.alt header h1.l2 {
	background: url(/content/images/logo2.png) no-repeat;
}
#cicle.alt header a#menu-opener {
	background: url(/content/images/icon-menu.png) no-repeat center right;
	color: #212121;
}
#cicle.alt header.clear  a#menu-opener {
	background-image: url(/content/images/icon-menu-yellow.png);
	color: #fff4d9;
}
#cicle.alt header.clear h1.l2 {
	background: url(/content/images/logo2-yellow.png) no-repeat;
}
#cicle .testimonies{
	background-color: #99a0d1;
	color: #212121;
}
.featured {
	padding: 150px 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #212121;
	position: relative;
}
#cicle .featured .boton-grupo{
	margin-top: 40px;
}
#cicle.alt .featured{
	background-color: #99a0d1;
	padding-bottom: 50px;
	padding-top: 50px;
	border-bottom: 1px solid #212121;
	margin: 0 40px 40px;
}
.featured .overtitle{
	margin-bottom: 80px;
	font-weight: bold;
}
.featured > *{
	max-width: 660px;
}
.featured .tit1{
	margin-bottom: 40px;
}
.featured .tit1 > small{
	display: block;
	font-size: 0.4em;
	margin-top: 10px;
}
.show-more{
	color: #99a0d1;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	right: 0;
	left:0;
	bottom: 40px;
	margin: auto;
}
.show-more:hover{
	text-decoration: underline;
}
main p {
	margin: 14px 0;
}
#cicle .main-text .module {
	padding: 0 56px;
}
.main-text{
	margin-bottom: 130px;
}
.cicle{
	height: 400px;
	position: relative;
}
.cicle > *{
	height: 400px;
}
.cicle .module{
	padding: 0;
}
.cicle:hover .backimagehover {
	opacity: 1;
}
.cicle-content{
	padding: 34px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #212121;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
}
.cicle-content > :nth-child(2){
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cicle-content > :nth-child(2) p{
	margin: 10px 0 !important;
}
.cicle-content .boton {
	transition: color 0.2s linear,
				border-color 0.2s linear,
				background-color 0.2s linear;
}
.boton:hover{
	background-color: #212121;
	color: #99a0d1;
	border-color: #99a0d1;
}
.expanded-cicle{
	padding: 0 40px;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 40px;
}
.expanded-cicle article{
	padding: 0 6%;
}
.expanded-cicle h1{
	width: 400px;
	line-height: 1em;
	margin: 0 auto 60px;
	text-align: center;
}
.expanded-cicle h2{
	line-height: 1.1;
}
.expanded-cicle p{
	margin: 14px 0;
}
.expanded-cicle .demas{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini-demas.png);
}
.expanded-cicle .mas{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini-mas.png);
}
.expanded-cicle .tools{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini-tools.png);
}
.expanded-cicle .packs{
	width: 104px;
	height: 104px;
	text-indent: -10000px;
	background: url(../images/mini_packs.png);
}
.expanded-cicle aside{
	padding: 0 6%;
}
.expanded-cicle dt{
	font-weight: bold;
}
.expanded-cicle dd{
	margin-bottom: 20px;
	white-space: pre-line;
	font-weight: bold;
}
.expanded-cicle .boton{
	margin:20px 0;
}
.expanded-cicle .boton:hover{
	background-color: #242424;
	color: #99a0d1;
	border-color: #242424;
}
.expanded-cicle .sidetext{
	padding-bottom: 80px;
	border-bottom: 1px solid #212121;
	margin-bottom: 20px;
}
.expanded-cicle .sidetext + p{
	margin-bottom: 0;
}
.cicle-footer{
	text-align: center;
	border-top: 1px solid #212121;
	margin: 0 40px;
	padding: 20px 0 40px;
}
.cicle-footer p{
}
.cicle-footer a{
}
.workshops{
	background-color: #212121;
	color: #99a0d1;
	overflow: hidden;
}
.workshops header{
	background-color: #212121;
	height: 90px;
	text-align: center;
	position: relative;
}
.workshops header .num{
	position: absolute;
	left: 40px;
	top: 40px;
	font-size: 44px;
}
.workshops header h2{
	padding-top: 40px;
	font-weight: normal;
}
.workshops li{
	float: left;
}
.workshops ul:after{
	display: block;
	content: "";
	clear: both;
}
.workshops .pagination a{
	color: #99a0d1;
}
.workshop{
	height: auto;
	padding: 40px;
	font-size: 18px;
}
.workshop a {
	color: #99a0d1;
	border-bottom: 2px solid #99a0d1;
}
.workshop .profes{
	min-width: 200px;
	margin:0 auto 20px;
	min-height: 0;
}
.workshop .hero{
	width: 100%;
	max-width: 536px;
	margin: 0 auto;
}
.workshop .content p{
	text-align: left;
	margin:0 0 20px;
}
.workshop .content h3{
	font-size: 24px;
	margin-bottom: 40px;
}
.workshop .content h3 small{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.workshop .workshop-content{
	max-width: 550px;
	margin: 0 auto;
}
.workshop .content h4{
	text-align: left;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}
.ciclo-footer{
	text-align: center;
	background-color: #7a83c0;
	padding: 70px;
}
.ciclo-footer p{
	margin-bottom: 40px;
}
@media screen and (max-width:650px)
{
	.expanded-cicle{
		padding: 10px;
	}
	.boton + .boton{
		margin-top: 20px;
	}
	.expanded-cicle .sidetext{
		border-top: 1px solid #212121;
		padding-top: 40px;
		border-bottom: 0 none;
	}
	.hide-sm{
		display: none;
	}
	.double  > *.content{
		height: auto !important;
	}
	.arrow{
		display: none;
	}
	.workshops li{
		float: left;
		border-bottom: 3px solid #7a83c0;
	}
	.testimonies figure{
		width: 80%;
	}
}
.arrow{
	width: 18px;
	height: 38px;
	background: url(/content/images/arrow-back-purple.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: calc(50% - 91px);
	z-index: 10;
	transition: opacity 300ms;
	padding: 35px;
}
.arrow:hover{
	opacity: 0.7;
}
.arrow.right{
	left: auto;
	right: 20px;
	transform: rotate(180deg);
}