@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
	box-sizing: border-box;
}
img {
	display: block;
	max-width: 100%;
}
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 1.5px;
}
.section__titulo {
	text-align: center;
	font-size: 40px;
	color: #FBA919;
}
.contenedor {
	margin: auto;
	width: 99%;
}

.contenedor__tips {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
/*Estilos del header*/
.header {
	height: 60px;
	background: rgba(0,0,0,0.1);
}
.header .contenedor {
	display: flex;
	justify-content: space-between;
}

.logo, .icon-bars {
	margin: 5px;
	color: #fff;
}

.icon-bars {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;
}
/*Estilos del menu*/
.nav {
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.6s;
}

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

.menu__link {
	display: block;
	padding: 15px;
	background: #73BFD6;
	color: #fff;
	text-decoration: none;
}

.menu__link:hover, .select {
	background: white;
	color: #73BFD6;
}

.mostrar {
	left: 0;
}

/*Estilos del banner*/

.banner {
	margin-top: -80px;
	position: relative;
	z-index: -1000;
}

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

.contenedor__instagram {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.banner__txt {
	display: none;
	background: rgba(0,0,0,0.3);
}

/*Estilos de info*/

.info__columna {
	background: #73BFD6;
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}

.info__columna__tips {
	padding: 15px;
    margin: 0 auto;
    width: 300px;
	margin-bottom: 30px;
    background: #73BFD6;
}

.info__tips {
    width: 100%;
    margin: 10px 20px;
}

.info__columna__unico {
	background: #73BFD6;
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}

.info__columna img {
	width: 100%;
}

.info__titulo {
    padding-top: 20px;
    margin-bottom: 15px;
    color: #fff;
	text-align: center;
}

.info__titulo__conciertos {
    padding-top: 20px;
    margin-bottom: 15px;
    color: #000;
	text-align: center;
}

.info__txt {
	text-align: justify;
}

.info__txt__tips {
    font-size: 14px;
    color: #000;
}

.info__img__tips {
    margin: 0 auto;
    padding: 5px;
}

.condiciones {
    color: green;
    font-weight: bold;
}

td {
    color: green;
    font-weight: bold;
}

.mailto {
    text-decoration: none;
}

.negrita {
    font-weight: bold;
    color: black;
}

.titulo {
    color: green;
    font-weight: bold;
}

.url {
	text-decoration: none;
}

.cabecera {
    margin: 10px 10px;
}

.cabecera_conciertos {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cabecera_conciertos img{
    margin: auto;
}

/*Estilos de curso*/

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

.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;
	font-size: 15px;
}

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

.cursos__txt {
		font-size: 12px;
}

.cursos__img {
	width: 100%;
}

.mensaje__titulo {
	background: #73BFD6;
	margin-bottom: 30px;
}

.mensaje__txt {
	color: #fff;
	text-align: justify;
	padding: 10px;
}

/*Estilos de footer*/

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

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

.socios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.estrategicos {
}

/*Estilos de responsive*/

@media(min-width: 480px) {
	.logo {
		font-size: 40px;
	}
	.banner__titulo {
		font-size: 30px;
		margin: 5px 0;
		background: rgba(0,0,0,0.3);
	}
	.banner__txt {
		display: block;
		font-size: 38px;
		margin: 7px 0;
	}

	.info, .cursos {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: -50px;
	}
	.info__columna {
		width: 32%;
        text-decoration: none;
	}
	.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;
	}
	
    .contenedor__contacto {
		width: 100%;
		margin-top: -100px;
		margin-left: 200px;
		position: absolute;
	}
    .info__columna__unico {
        background: #73BFD6;
        color: #fff;
        padding: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .url {
	   text-decoration: none;
    }
    .info__normal {
        display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
    }
    
    .cabecera_conciertos {
    margin-top: -40px;
    margin-bottom: 20px;
    }
}

@media(min-width: 768px) {
	.banner__titulo {
		font-size: 50px;
	}
	.cursos__titulo {
		font-size: 40px;
	}
	.contenedor__contacto {
		width: 100%;
		margin-top: -300px;
		margin-left: 400px;
		position: absolute;
	}
	.info {
        display: flex;
        flex-wrap: wrap;
        margin-top: -100px;
	}
    .info__columna__unico {
        background: #73BFD6;
        color: #fff;
        padding: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .info__columna__unico img {
        margin: 10px auto;
    }
    .url {
	   text-decoration: none;
    }
    
    .cabecera_conciertos {
    margin-top: -80px;
    margin-bottom: 20px;
    }
}

@media(min-width: 1024px) {
	.contenedor {
		width: 1000px;
	}
	.contenedor__contacto {
		width: 100%;
		margin-top: -300px;
		margin-left: 400px;
		position: absolute;
	}
	.section__titulo {
		font-size: 50px;
		margin: 30px 0;
	}
	.nav {
		position: static;
		width: auto;
	}
	.menu {
		display: flex;
	}
	.icon-bars {
		display: none;
	}
	.menu__link {
		background: none;
		font-size: 20px;
	}
	.select {
		color: #fff;
		background: #FBA919;
		background: #73BFD6;
	}
	.banner__titulo {
		font-size: 60px;
	}
	.banner_txt {
		font-size: 25px;
	}
	.info {
		display: flex;
		flex-wrap: wrap;
        margin-top: -200px;
	}
	.info__columna {
		padding: 30px;
	}
	.info__titulo {
		font-size: 40px;
		text-align: center;
	}
	.cursos__description {
		padding: 20px;
	}
	.cursos__titulo {
		font-size: 50px;
	}
	.cursos__txt {
		font-size: 16px;
	}
    .info__columna__unico {
        background: #73BFD6;
        color: #fff;
        padding: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .info__columna__unico img {
        margin: 10px auto;
    }
    .url {
	   text-decoration: none;
    }
    
    .cabecera_conciertos {
    margin-top: -120px;
    margin-bottom: 20px;
    }
}

@media(min-width: 1280px){
	.contenedor {
		width: 1200px;
	}
	.logo {
		font-size: 60px;
	}
	.banner .contenedor {
		top: 40%;
	}
	.info {
		margin-top: -400px;
	}
	.contenedor__contacto {
		width: 100%;
		margin-top: -500px;
		margin-left: 700px;
		position: absolute;
	}
    .info__columna__unico {
        background: #73BFD6;
        color: #fff;
        padding: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .info__columna__unico img {
        margin: 10px auto;
    }
    
    .cabecera_conciertos {
    margin-top: -200px;
    margin-bottom: 20px;
    }
    
}
