*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.container-clases{
	width: 100%;
	max-width: 1200px;
	background: #fff;
}

header nav {
	background-color:white;
	z-index:1000;
	max-width: 1200px;
	width:100%;
	margin:0px auto;
}
 
header nav ul {
	list-style:none;

}
 
header nav ul li {
	display:inline-block;
	position: relative;
	
}
 
header nav ul li:hover {
	background:white;
	border: solid 1px #f5f4f4;

}
 
header nav ul li a {
	color:black;
	background: #d8d8d8;
	display:block;
	text-decoration:none;
	padding: 20px;
	border-radius: 4px;
	border: solid 1px #d8d8d8;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;

}
 
header nav ul li .children {
	display: none;
	background:#f5f4f4;
	position: absolute;	
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
.pegarmenu{
	width: 80%;
  	position: fixed;
  	top: 0;
  	display: block;
}
header{
	width: 100%;
	height: 100%;
}
.header-clases{
	height: 350px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-bottom: 2px solid #ccc;
}
.header-clases img{
	display: block;
	width: 50%;
	height: 350px;
	margin-left: 25%;

	
}
.icon-menu:before {
  content: "\e9bd";
}  
.menubar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#E6344A;
		z-index: 100;
	}
 
	.menubar .btmenu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;

	}
.header-clases .texto{
	width: 70%;
	margin: 20px 150px;
	text-align: center;
  	position: absolute;
  	top: 20%;
}
.texto h1{
	font-size: 200%;
	text-transform: uppercase;
}
.info-clases{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.info-clases h1{
	font-size: 140%;
	text-align: center;
}
.info-clases i{
	color: #FF0B37;
	font-size: 100%;
}
.clases-col{
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
.clases-col h2{
	color: #FF0B37;
	padding: 10px;
}
.acordion{
	margin: 20px 0;
}
.acordion-btn{
	border: none;
  	outline: none;
	background-color: #f1f1f1;
  	color: #000;
  	cursor: pointer;
  	padding: 18px;
  	width: 100%;
  	text-align: left;
  	transition: 0.4s;
}
.active, .acordion-btn:hover {
  	background-color: #ccc;
}
.pregunta{
	display: none;
	padding: 5px 15px;
  	background-color: white;
  	overflow: hidden;
}
.acordion-btn:after {
	float: right;
  	content: '\02795';
  	font-size: 10px;
  	color: #777;
 
}
.active:after {
  	content: '\2796';
}
.clases-col-img{
	float: left;
	width: 47.50%;
	margin: 5px;
}
.clases-col-img img{
	width: 215px;
	height: 180px;
}
.clases-col-img p{
	color: #FF0B37;
	padding: 5px;
}
.horarios{
	width: 100%;
}
.horarios h2{
	clear: both;
	font-size: 130%;
	text-align: center;
}
.horarios table{
	width: 90%;
	margin:5px auto;
}
.table{
	overflow-x: auto;
}
table, th, td{
	border: 2px solid #ccc;
	border-collapse: collapse;
}
th, td, caption{
	padding: 10px;
}
caption{
	background: #FF0B37;
	color: #fff;
	border: 1px solid #FF0B37;
}
th,td{
	background: #f1f1f1;
	width: 20%;
}
.horarios p{
	width: 60%;
	margin: 0 auto;
	padding-top: 20px;
	box-sizing: border-box;
}

.programas{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.programas h1{
	font-size: 140%;
	text-align: center;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.programas i{
	color: #FF0B37;
	font-size: 100%;
}
.programa-col{
	padding: 0 20px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.programa-col img{
	width: 47.48%;
	float: left;
	margin: 0 5px;
}
.desc{
	width: 100%;
	clear: both;
	padding: 20px;
	box-sizing: border-box;
}
.desc h2{
	font-size: 130%;
	text-align: center;
	color: #FF0B37;
}
.desc p{
	padding: 10px 0;
}
.desc span{
	width: 60%;
	color: #FF0B37;
	margin: 0 auto;
	font-weight: bold;
}
.desc-fila{
	width: 100%;
}
.desc-col{
	float: left;
  	width: 32%;
  	height: 410px;
 	background: #f1f1f1;
  	padding: 5px;
 	margin: 15px 5px;
  	box-sizing: border-box;
}
.desc-col-header p{
	text-align: center;
	padding: 5px;
}
.desc-col-header span{
	color: #FF0B37;
}
.desc-col-header img{
	width: 100%;
	height: 170px;
}
.desc-col p{
	padding: 5px;
	text-align: center;
}
.desc-col ul{
	padding: 8px;
	font-size:16px;
	list-style-type: none;
}
.equipo{
	width: 100%;
	padding: 0 20px;
}
.equipo h2{
	font-size: 130%;
	text-align: center;
	padding-bottom: 5px;
}
.equipo-col{
	position: relative;
	float: left;
	width: 24%;
	height: 220px;
	margin: 15px 4px;
	box-sizing: border-box;
}
.equipo-col img{
	width: 100%;
	height: 220px;
}
.title {
	position: absolute; 
  	bottom: 0; 
  	background: rgb(0, 0, 0);
  	background: rgba(0, 0, 0, 0.5);
  	color: #f1f1f1; 
  	width: 100%;
  	transition: .5s ease;
  	opacity:0;
  	color: white;
  	font-size: 20px;
  	padding: 20px;
  	text-align: center;
}
.equipo-col:hover .title{
	opacity: 1;
}
.btn-top{
	display: none;
  	border: none; 
  	outline: none;
  	font-size: 18px;
  	cursor: pointer; 
  	padding: 5px;
  	position: fixed;
  	bottom: 35px;
  	right: 20px; 
  	background-color:rgba(255,11,55,0.6);
  	color: white; 
}
.btn-top:hover{
	background-color:#FF0B37;
	opacity: 0.8;
}
footer{
	width: 100%;
	background:#6A6062;
}
.footer{
	width: 50%;
	margin: 0 auto;
	padding: 15px;
}
.footer h3{
	font-size: 120%;
	text-align: center;
}
.location, .icons{
	text-align: center;
	margin: 14px 0;
}
.icons a{
	text-decoration: none;
}
.icons span:hover{
	cursor: pointer;
	opacity: 0.7;
}

@media screen and (max-width: 800px){
	*{
		font-size: 20px;
	}
	.header-clases .texto{
		width: 100%;
		margin: 20px 5px;
		top: 25%;
	}
	.header-clases .texto h1{
		font-size: 140%;

	}
	.ocultar{
		display: none;
	}
	.clases-col-img{
		width: 70%;
		margin: 0 50px;
	}
	.programa-col{
		width: 100%;
	}
	.desc-col{
		width: 48%;
	}
	.query{
		width: 60%;
		margin: 0 130px;
	}
	.equipo-col{
		width: 23.70%;
	}
}
@media screen and (max-width: 500px){
	.ocultar{
		display: none;
	}
	.header-clases .texto{
		width: 100%;
		margin: 0 auto;
		top: 25%;
	}
	.texto h1{
		width: 100%;
		font-size: 130%;
	}
	.clases-col{
		width: 100%;
	}
	.horarios p{
		width: 100%;
	}
	.programa-col{
		margin: 10px;
	}
	.programa-col img{
		width: 300px;
		margin: 0 10px;
	}
	.desc-col{
		width: 100%;
	}
	.query{
		width: 100%;
		margin: 0 5px;
	}
	.equipo-col{
		width: 44%;
		margin: 10px 10px;
	}
	.footer {
		width:100%;
	}

}
