body {
	font-family: arial;
	margin: 0;
}

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ir-arriba {
	display: none;
}

a {
	color: #e95846;
	text-decoration: none;
}

ul {
	list-style: none;
}



.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

/** ===========================================
*CONTENEDOR PRINCIPAL & TABLA DE PRECIOS
==============================================*/

.pricing-wrapper {
	margin: 60px auto 20px;
	width: 960px;
}

.pricing-table {
	float: left;
	width: 300px;
	margin: 0 10px;
	text-align: center;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);

	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: #42403f;
}

.pricing-table:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.pricing-title {
	background: #e95846;
	padding: 20px 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	text-align: center;
}

.table-price {
	background: #42403f;
	padding: 20px 0;
	font-size: 3.4em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	font-weight: 700;
	color: #fff;
}

.table-price sup {
	font-size: 0.4em;
}

.pricing-list {
	background: #fff;
	color:#42403f;
	font-size: 68.5%;
}

.pricing-list li{
	padding: 12px 8px;
	font-size: 1.4em;
	font-weight: 700;

}

.pricing-list li span {
	font-weight: 400;
}


.pricing-list li span.unlimited{
	background: #e95846;
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	padding: 5px 7px;
}

.pricing-list li:before {
	content: '';
	display: inline-block;
	color: #3fab91;
	font-size: 16px;
	position: relative;
	right: 6px;
}

.pricing-list li:nth-child(2n) {
	background: #f0f0f0;
}

.table-buy {
	overflow: hidden;
	background: #fff;
	padding: 15px;
	
}

.table-buy p {
	float: left;
	color: #2b2727;
	font-size: 2.4em;
	font-weight: 700;
}

.primary-action {
	
	display: inline-block;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	background: #e95846;
	padding: 12px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.primary-action:hover {
	background: red;
}


.link {
	color: red;
}

.logo__img {
	width:170px;
	height:50px;
	position:relative;
	top:5px;
	margin-bottom:40px;
	background-image:url();
	background-size:cover;
}
img {
	display: block;
	max-width: 100%;
}

hr {
	color: white;
	border-radius: 1px;
}

.lista {
	list-style: none;
}


.section__titulo {
	text-align: center;
	font-size: 40px;
}

.contenedor {
	margin: auto;
	width: 95%;
}

.texto  {
	
	margin-top: 50px;
	padding: 5px 7px ;
	}

.texto h2 {
	font-size: 18px;
	text-align: center;
}

.texto span {
	padding-right: 5px;
}

/*------------------------------Estilos del HEADER------------------------------*/

.header {
	height: 60px;
	
	
}

.header .contenedor {
	display: flex;
	justify-content: space-between;
}

.logo, .icon-menu {
	margin: 5px;
}

.icon-menu {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	background: #FBA919;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;
}


/*------------------------------ESTILOS DE MENU------------------------------*/


.nav {
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.4s;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu__link {
	display: block;
	padding: 20px;
	background: #FBA919;
	text-decoration: none;
	color: white;
}

.menu__link:hover, .select {
	background: white;
	color: #FBA919;

}

.mostrar {
	left: 0;
}


/* -------------------------Estilos de banner------------------------- */

.banner {
	margin-top: -60px;
	position: relative;
	z-index: -1000;
	margin-bottom: 20px;
}

.banner .contenedor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.5);
}

.banner__txt {
	display: none;
}

.banner__img {
	width: 100%;
}

/*-------------------------------------Estilos de info-------------------------------------*/

.info__columna {
	background: #f0f0f0;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.titulo {
	margin-top: 20px;
}

.info__img {
	width: 100%;
	padding: 10px;
	
}

.info__txt {
	text-align: justify;
}




/*----------------------------------Estilos de Servicios----------------------------------*/

.cursos__columna {
	position: relative;
	margin-bottom: 30px;
}

.cursos__descripcion {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 60%;
	height: 100%;
	padding: 5px;
}

.cursos__titulo {
	font-size: 25px;
	margin:  5px 0;
}

.cursos__txt {
	text-align: justify;
}

.cursos__img{
	width: 100%;
}

.footer {
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-top: 100px;
}

.footer .social [class^="icon-"] {
	display:  inline-block;
	color: #333;
	text-decoration: none;
	font-size: 30px;
	padding: 10px;
	background: white;
	border-radius: 50%;
	height: 50px;
	line-height: 40px;


}

/* -----------------------------Estilos Responsive----------------------------- */

@media(min-width:480px) {
	.logo__img {
	width:190px;
	height:70px;
	position:relative;
	top:5px;
	margin-bottom:40px;
	background-image:url();
	background-size:cover;
	}
	.banner__titulo {
		font-size: 30px;
		margin: 5px 0;
	}
	.banner__txt {
		display: block;
		font-size: 18px;
		margin: 7px 0;
	}
	.info, .cursos {
		display: flex;
		justify-content: space-between;
		margin-top: -90px;
	}
	.info__columna {
		width: 32%;
	}
	.info__titulo {
		font-size: 30px;
		margin: 5px 0;
	}
	.section__titulo {
		width: 100%;
	}
	.cursos {
		flex-wrap: wrap;
		margin-top: 0;

	}
	.cursos__columna {
		width: 49%;
	}
	.footer .social [class^="icon-"] {
	margin: 0 10px;
	}

	.menu__link {
	display: block;
	padding: 20px;
	background: #FBA919;
	text-decoration: none;
	color: white;
	}
	.menu__link:hover, .select {
	background: #fff;
	color: #FBA919;
	}


}

@media(min-width: 768px) {
	.banner__titulo {
		font-size: 50px;
	}
	.cursos__titulo {
		font-size: 40px;
	}
}

@media(min-width: 1024px) {
	.ir-arriba {
	display: none;
	padding: 20px;
	background: #FBA919;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
	.nav {
		position: static;
		width: auto;
	}

	.section__titulo{
		font-size: 50px;
		margin: 30px 0;
	}
	.menu {
		display: flex;
	}
	.icon-menu{
		display: none;
	}

	.menu__link {
		background: none;
		font-size: 20px;
		color: #fff;
	}
	.select {
		color: #fff;
		background: #FBA919;
	}

	.banner__titulo {
		font-size: 60px;
	}

	.info__titulo {
		font-size: 40px;
		text-align: center;
	}
	
	.cursos__descripcion{
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.cursos__titulo {
		font-size: 50px;
	}
	.cursos__txt {
		font-size: 20px;
	}
	.logo__img {
	width:300px;
	height:88px;
	position:relative;
	top:5px;
	margin-bottom:40px;
	background-image:url();
	background-size:cover;
	}

	

	.info__columna:hover {
		-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	}

	.main {
		margin-top: 100px;
	}

	.texto  {
	padding-left: 10%;
	width: 90%;
	margin-top: 90px;
	}

	.texto h2 {

	}

}



.social  .icon-facebook{background:#3b5998; }
.social  .icon-twitter{background: #00abf0;}
.social  .icon-instagram{background:#9b683f;}
.social  .icon-youtube{background:#bb0000; }
.social  .icon-mail{background:#808080; }

.social .icon-facebook:hover {
	background: #fff;
	color: #3b5998;
}

.social .icon-twitter:hover {
	background: #fff;
	color: #00abf0;
}

.social .icon-youtube:hover {
	background: #fff;
	color: #bb0000;
}

.social .icon-mail:hover {
	background: #fff;
	color: #808080;
}

