@font-face {
	font-family: "Nutmeg";
	src: url('/public/fonts/fonts/nutmeg-light-webfont.ttf');
	font-style: normal;
	font-weight: normal;

}

@font-face {
	font-family: "Nutmeg-Regular";
	src: url('/public/fonts/fonts/Nutmeg-Regular.ttf');
	font-style: normal;
	font-weight: normal;

}

@font-face {
	font-family: "Nutmeg";
	src: url('/public/fonts/fonts/nutmeg-light-webfont.ttf');
	font-style: normal;
	font-weight: normal;

}

body {
	font-family: "Nutmeg";
	src: url('/public/fonts/fonts/nutmeg-light-webfont.ttf');
	font-size: 14px;
}

.imagen_platica:hover{
	/*border-radius:50%;
	-webkit-border-radius:50%;*/
	box-shadow: 0px 0px 5px 5px #79858b;
	-webkit-box-shadow: 0px 0px 5px 5px #79858b;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.imagen_empresarios:hover{
	/*border-radius:50%;
	-webkit-border-radius:50%;*/
	box-shadow: 0px 0px 5px 5px #00b2bf;
	-webkit-box-shadow: 0px 0px 5px 5px #00b2bf;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.imagen_emprendedores:hover{
	/*border-radius:50%;
	-webkit-border-radius:50%;*/
	box-shadow: 0px 0px 5px 5px #387b83;
	-webkit-box-shadow: 0px 0px 5px 5px #387b83;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.imagen_gestiona:hover{
	/*border-radius:50%;
	-webkit-border-radius:50%;*/
	box-shadow: 0px 0px 5px 5px #425cc7;
	-webkit-box-shadow: 0px 0px 5px 5px #425cc7;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.seminario:hover{
	/*border-radius:50%;
	-webkit-border-radius:50%;*/
	box-shadow: 0px 0px 5px 5px #f5a800;
	-webkit-box-shadow: 0px 0px 5px 5px #f5a800;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.cursos_aislados:hover{
	/*border-radius:50%;
	-webkit-border-radius:50%;*/
	box-shadow: 0px 0px 5px 5px #ff4438;
	-webkit-box-shadow: 0px 0px 5px 5px #ff4438;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
input[type="radio"] {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
	transform: scale(1.5);
}

.modal-body{
	height: 500px;
	width: 100%;
	overflow-y: auto;
}
/*body {
	background: #34495e;
}*/
/*section.wrapper {
	background: #34495e;
	margin-top: 103px;
}*/
/*.tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	margin: 0;
	padding-left: 0;
}
.tabs > li {
	transition-duration: 0.25s;
	display: table-cell;
	list-style: none;
	text-align: center;
	/*padding: 110px 20px 25px 20px;
	position: relative;
	cursor: pointer;
	color: #98afc6;
	font-size: 20px;
}
.tabs > li:before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	background-color: tomato;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	transition-duration: 0.25s;
}
/*.tabs > li:after {
	color: #34495e;
	width: 197px;
	height: 197px;
	border-radius: 50%;
	border: 5px solid #587ca0;
	position: absolute;
	top: -64%;
	left: 50%;
	font-size: 70px;
	line-height: 190px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
/*.tabs > li:nth-child(1):after {
	content: "\f09a";
}
.tabs > li:nth-child(2):after {
	content: "\f099";
}
.tabs > li:nth-child(3):after {
	content: "\f0d5";
}
.tabs > li:nth-child(4):after {
	content: "\f16d";
}
.tabs > li:nth-child(5):after {
	content: "\f1be";
}
.tabs > li:hover:before {
	-webkit-transform: scale(1, 0.3);
	transform: scale(1, 0.3);
}
.tabs > li.active {
	color: #fff;
}
.tabs > li.active:before {
	transition-duration: 0.3s;
	background-color: tomato;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.tabs > li.active:after {
	transition-duration: 0.3s;
	transition-delay: 0.3s;
	color: tomato;
	border-color: tomato;
}
/*.tab__content {
	background-color: #34495e;
	position: relative;
	width: 100%;
	margin: 0;
}
.tab__content > li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
}
.tab__content > li .content__wrapper {
	text-align: center;
	width: 100%;
	padding: 45px 40px 40px 40px;
	background-color: tomato;
}
.tab__content > li .content__wrapper p {
	color: #fff;
}
.tab__content > li .content__wrapper .bouton_wrapper {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	margin: 30px 0 0;
}
.content__wrapper h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 300;
}
.content__wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
@media (max-width: 767px) {
	/* max-width: 480px
	.wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.tabs > li::after {
		display: none;
	}
	.tabs > li {
		display: block;
		padding: 5px 20px 5px 20px;
	}
	.tabs > li::before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.tabs > li:hover::before {
		-webkit-transform: scale(0.2, 1);
		transform: scale(0.2, 1);
	}
	.tabs > li.active::before {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tabs > li {
		font-size: 15px;
	}
	.tabs > li::after {
		width: 136px;
		height: 136px;
		top: -44%;
		line-height: 136px;
	}
	.tabs > li {
		padding: 90px 20px 25px 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.tabs > li::after {
		width: 164px;
		height: 164px;
		top: -58%;
		line-height: 164px;
	}
}

/*body {
	background:#34495e;
}*/

h2 {
	color:#e67e22;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-weight:400;
	text-align:center;
	font-size:30px;
	margin:50px 0;
}

#conteneur {
	width: 100%;
	position:relative;
	margin:auto;
	display:block;
	padding:20px 0 0 0;
}

#bouton {
	/*background:#e67e22;
	width:200px;
	height:128px;
	position:relative;
	border-radius:50%;
	text-align:center;
	padding:72px 0 0 0;*/
	display:block;
	margin:auto
}

.text_hover {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	text-transform:uppercase;
	//color:#34495e;
	font-size:30px;
	font-weight:700;
}


.frise_barre2 {
	width:270px;
	height:0px;
	/*position:absolute;*/
	top:10px;
	left:97px;
	background: #ECECF9;
	border-radius: 5px;
	MARGIN-LEFT: 230PX;
	transition: all 0.6s 0.5s;
	-webkit-transition: all 0.6s 0.5s;
}



.frise_barre {
	width:270px;
	height:0px;
	/*position:absolute;*/
	top:10px;
	left:97px;
	background: #ECECF9;
	border-radius: 5px;
	MARGIN-LEFT: 102PX;
	transition: all 0.6s 0.5s;
	-webkit-transition: all 0.6s 0.5s;
}

@media screen and (min-width: 1920px) {

	.frise_barre {
		width:270px;
		height:0px;
		/*position:absolute;*/
		top:10px;
		left:97px;
		background: #ECECF9;
		border-radius: 5px;
		MARGIN-LEFT: 168PX;
		transition: all 0.6s 0.5s;
		-webkit-transition: all 0.6s 0.5s;
	}
	.frise_barre2 {
		width:270px;
		height:0px;
		/*position:absolute;*/
		top:10px;
		left:97px;
		background: #ECECF9;
		border-radius: 5px;
		MARGIN-LEFT: 325PX;
		transition: all 0.6s 0.5s;
		-webkit-transition: all 0.6s 0.5s;
	}
}

@media screen and (max-width: 700px){
	.frise_barre {
		width:270px;
		height:0px;
		/*position:absolute;*/
		top:10px;
		left:97px;
		background: #ECECF9;
		border-radius: 5px;
		MARGIN-LEFT: 90PX;
		transition: all 0.6s 0.5s;
		-webkit-transition: all 0.6s 0.5s;
	}
	.frise_barre2 {
		width:270px;
		height:0px;
		/*position:absolute;*/
		top:10px;
		left:97px;
		background: #ECECF9;
		border-radius: 5px;
		MARGIN-LEFT: 230PX;
		transition: all 0.6s 0.5s;
		-webkit-transition: all 0.6s 0.5s;
	}
}

@media screen and (max-width: 500px){
	.frise_barre {
		width:270px;
		height:0px;
		/*position:absolute;*/
		top:10px;
		left:97px;
		background: #ECECF9;
		border-radius: 5px;
		MARGIN-LEFT: 90PX;
		transition: all 0.6s 0.5s;
		-webkit-transition: all 0.6s 0.5s;
	}
	.frise_barre2 {
		width:270px;
		height:0px;
		/*position:absolute;*/
		top:10px;
		left:97px;
		background: #ECECF9;
		border-radius: 5px;
		MARGIN-LEFT: 230PX;
		transition: all 0.6s 0.5s;
		-webkit-transition: all 0.6s 0.5s;
	}
}




#bouton:hover .frise_barre2 {
	height:125px;
	transition: all 0.6s 0.4s;
	-webkit-transition: all 0.6s 0.4s;
}

#bouton:hover .frise_barre {
	height:125px;
	transition: all 0.6s 0.4s;
	-webkit-transition: all 0.6s 0.4s;
}

.point_general {
	width:0px;
	height:0px;
	/*border-radius:50%;*/
	/*background:#e67e22;*/
	position:absolute;
	transition: all 0.4s 0.3s;
	-webkit-transition: all 0.4s 0.3s;
}

.ligne_general {
	width:0px;
	height:0px;
	/*background:#e67e22;*/
	/*position:absolute;*/
	transition: all 0.4s 0s;
	-webkit-transition: all 0.4s 0s;
	opacity:0;
	width:270px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size:14px;
}

.date_general {
	/*color:#e67e22;*/
	/*position:absolute;*/
	transition: all 0.4s 0s;
	/*-webkit-transition: all 0.4s 0s;*/
	opacity:0;
	width:270px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;

	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size:14px;
}


/**********Point n°2***********/

#bouton:hover .point2 {
	height:20px;
	width:20px;
	left:-7px;
	top:60px;
	transition: all 0.2s 1s;
	-webkit-transition: all 0.2s 1s;
}

#bouton:hover .ligne2 {
	width:40px;
	height:2px;
	transition: all 0.4s 1.3s;
	-webkit-transition: all 0.4s 1.3s;
}

#bouton:hover .date2 {
	opacity:1;
	transition: all 0.4s 1.3s;
	-webkit-transition: all 0.4s 1.3s;
}


.point2 {
	left:3px;
	top:70px;
}

.ligne2 {
	left:3px;
	top:70px;
}

.date2 {
	/*left:50px;
	top:62px;*/
	text-align: center;
}

.perfil2 {
	/*left:50px;
	top:62px;*/
	text-align: center;
}


/**********Fin Point n°2***********/
.radio-item {
	/*display: inline-block;*/
	position: relative;
	padding: 0 6px;
	margin: 10px 0 0;
}

.radio-item input[type='radio'] {
	display: none;
}

.radio-item label {
	color: #666;
	font-weight: normal;
}

.radio-item label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 28px;
	height: 28px;
	border-radius: 15px;
	border: 2px solid #fe4138;
	background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
	border-radius: 15px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	left: 10px;
	content: " ";
	display: block;
	background: #fe4138;
}

/*sobre escribir el diseño de botones check*/
/* custom radio */
.radio {
	display: block;
	position: relative;
	/*padding-left: 35px;*/
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* hide the browser's default radio button */
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* create custom radio */
.radio .check {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}

/* on mouse-over, add border color */
.radio:hover input ~ .check {
	border: 2px solid #fe4138;
}

/* add background color when the radio is checked */
.radio input:checked ~ .check {
	background-color: #fe4138;
	border:none;
}

/* create the radio and hide when not checked */
.radio .check:after {
	content: "";
	position: absolute;
	display: none;
}

/* show the radio when checked */
.radio input:checked ~ .check:after {
	display: block;
}

/* radio style */
.radio .check:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;


}

/* custom checkbox */
.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.tam_btn2{

	font-size: 22px;
	border-radius: 15px;

}

/* create custom checkbox */
.check {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid #ccc;
}

/* on mouse-over, add border color */
.checkbox:hover input ~ .check {
	border: 2px solid #fe4138;
}

/* add background color when the checkbox is checked */
.checkbox input:checked ~ .check {
	background-color: #fe4138;
	border:none;
}

/* create the checkmark and hide when not checked */
.check:after {
	content: "";
	position: absolute;
	display: none;
}

/* show the checkmark when checked */
.checkbox input:checked ~ .check:after {
	display: block;
}

/* checkmark style */
.checkbox .check:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}