@font-face {
	font-family: "Mystery Quest Thin";
	src: url("../fonts/Gobold Thin.ttf");
}
@font-face {
	font-family: "Mystery Quest Uplow";
	src: url("../fonts/Gobold Uplow.ttf");
}
@font-face {
	font-family: "Mystery Quest Light";
	src: url("../fonts/Gobold Light.ttf");
}
@import url('https://fonts.googleapis.com/css?family=Lato');

html,body{
	height: 100%;
}
body{
	font-family: 'Mystery Quest Uplow', sans-serif !important;
	background-image: url("../img/fondo.jpg");
	background-size: inherit;
	padding-top: 90px;
}
.h{height: 100%;}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.justify-center{
	justify-content: center;-webkit-justify-content: center;
}
.justify-right{
	justify-content: flex-end;-webkit-justify-content: flex-end;
}
.no-padding{padding: 0;}
.no-left{padding-left: 0;}
.no-right{padding-right: 0;}

.inline{
	display: inline;
	float: left;
}
.inline-block{
	display: inline-block;
	float: left;
}

.green{
	color: #67b40d;
}
/*-----------------------------------------------*/
#bigtaf{
	display: none;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 9;
}
header{
	background: #565b64;
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}
header .navbar{margin: 0;}
header .header-navbar{float: left;}
header .navbar .navbar-brand{
	display: table;
}
header .navbar .navbar-brand img{
	width: 80%;
}
header .navbar-collapse.collapse{
	height: 100% !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}
.navbar-toggle .icon-bar{background: #fff;margin: auto;}
.nav>li>a{
	color: #fff;
	font-size: 16px;
	font-family: "Mystery Quest Light", sans-serif !important;
	padding: 10px 10px;
	outline: 0;
	float: left;
}
.nav>li>a>.fa{
	font-size: 24px;
	line-height: 18px;
}
.nav>li>a:focus, .nav>li>a:hover{
	color: #67b40d;background: none;
}
.nav>li>a.active{
	color: #67b40d;
}

.banner-movil{display: none !important;}

.dp-form{
	position: absolute;
	background-color: #565b64;
	right: 0;
	height: 352px;
	top: 30%;
}
.dp-form h3 {
	font-family: "Mystery Quest Light", sans-serif !important;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 23px;
}
.dp-form p {
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

#dp-form{
	padding-top: 15px;
}
#dp-form .form-control {
	background: #cdced1;
	font-family: "Mystery Quest Light", sans-serif !important;
	font-size: 20px;
}
#dp-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9d9d9d;
}
#dp-form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #9d9d9d;
}
#dp-form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #9d9d9d;
}
#dp-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #9d9d9d;
}
#dp-form .form-group{
	position: relative;
	margin-bottom: 20px;
}
#dp-form .btn {
	background: #0098dd;
	color: #fff;
	font-size: 22px;
	padding: 2px 30px;
}
.costos-btn{
	display: block;
	position: relative;
	margin: 0 -15px;
}
label.error {
	position: absolute;
	font-size: 12px;
	margin-bottom: 0;
	bottom: -18px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.rs-thumb-wrap{
	position: absolute;
	bottom: 10%;
	z-index: 2;
	display: inline-flex;
	left: 50%;
}
.rs-thumb-wrap > a{
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	opacity: 0.502;
	width: 22px !important;
	height: 21px;
	margin: 0 10px;
}
.rs-thumb-wrap > a.active{
	background-color: #0098dd;
	opacity: 1;
}
.rs-thumb-wrap > a > img{display: none;}
.rs-arrows .rs-next, .rs-arrows .rs-prev{
	position: absolute;
	top: 45%;
	z-index: 2;
	color: #fff;
	border-width: 2px;
	border-color: rgb(0, 152, 221);
	border-style: solid;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .161);
	width: 67px;
	height: 63px;
	text-align: center;
	line-height: 63px;
	opacity: .4;
}
.rs-arrows .rs-next:hover, .rs-arrows .rs-prev:hover{
	opacity: 1;
}
.rs-arrows .rs-next i, .rs-arrows .rs-prev i{
	font-size: 20px;
}
.rs-arrows .rs-prev{
	left: 5%;
}
.rs-arrows .rs-next{
	right: 5%;
}

.banner .rs-wrap{width: 100% !important;}
.banner-slide{padding: 0;margin: 0;}

.content-inner{padding-top: 2%;}
.content-bottom{padding-bottom: 10%;}
#inicio {
	padding-bottom: 2%;
}
.title{
	font-size: 34px;
	color: #67b40d;
	margin-bottom: 25px;
}
.services-inline{
	padding: 0;
	margin: 0;
}
.services-inline li {
	display: inline-block;
	text-align: center;
	padding: 0 4%;
}
.services-inline li:first-child{
	padding-left: 0;
}
.services-inline li:last-child{
	padding-right: 0;
}
.services-inline li span{
	display: block;
}
.services-inline li .text {
	padding-top: 20px;
	font-size: 23px;
	color: #fff;
}

.clases-content{
	padding-top: 15%;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
#carousel-clases .item img {
	width: 70%;
}
#carousel-clases .carousel-caption {
	left: 45%;
	right: 0;
	width: 53%;
	top: 30%;
}
#carousel-clases .carousel-caption h3{
	font-size: 23px;
}
#carousel-clases .carousel-caption p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: justify;
	line-height: 16px;
	/*margin: 0;*/
}
#carousel-clases .carousel-caption .btn {
	border-width: 2px;
	border-color: rgb(0, 152, 221);
	border-style: solid;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.161);
	opacity: .5;
	color: #fff;
}
#carousel-clases .carousel-caption .btn i{
	font-size: 20px;
	line-height: 20px;
}
#carousel-clases .carousel-caption .btn:hover {
	opacity: 1;
}
#carousel-clases .carousel-inner>.item {
	height: 465px;
}
#carousel-clases .carousel-indicators {
	position: relative;
}
#carousel-clases .carousel-indicators ul {
	display: none;
}
#carousel-clases .carousel-indicators {
	bottom: 0;
	left: 0;
	width: 70%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	margin-bottom: 0;
	z-index: 1;
}
#carousel-clases .carousel-indicators li {
	width: auto;
	height: auto;
	text-indent: 0;
	padding: 15px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #6b707a;
	margin-left: -5px;
	color: #fff;
}
#carousel-clases .carousel-indicators .active {
	background: #4f535b;
}

.controls-clase {
	height: 75px;

}
.controls-clase .carousel-control{
	position: relative;
	border-width: 2px;
	border-color: rgb(0, 152, 221);
	border-style: solid;
	border-radius: 5px;
	background: none;
	background-color: rgba(255, 255, 255, 0.161);
	width: 49px;
	height: 45px;
	line-height: 40px;
	margin: 0 5px;
}
.controls-clase .carousel-control:first-child{
	margin-left: 10px;
}

.horarios {
	color: #fff;
	background: #83868c;
	margin-bottom: 10%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.horarios thead {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.horarios thead th {
	background: #565b64;
	font-family: 'Mystery Quest Light', sans-serif !important;
	font-size: 19px;
	border-right: 4px solid #8c919b;
	text-align: center;
}
.horarios thead th:last-child {
	border-right: 0;
	border-top-right-radius: 10px;
}
.horarios tbody td {
	font-size: 19px;
	line-height: 1;
	border-right: 4px solid #8c919b;
	padding: 0 0 10px;
	text-align: center;
	vertical-align: top;
}
.horarios tbody td.title{
	color: #fff;
	padding-top: 10px;
}
.horarios tbody td:last-child{
	border-right: 0;
}
.horarios tbody td.lato{
	font-family: 'Lato', sans-serif !important;
	font-size: 16px;
	width: 300px;
}
.horarios tbody td.lato div{
	width: 100%;
	padding: 5px;
}
.horarios tbody td label {
	display: block;
	margin: 0;
}

.horarios tbody tr:nth-child(even){
	background-color: #6b707a;
}

tr:nth-child(odd) td.gray{
	background-color: #5e636d !important;
	width: 120px;
}
tr:nth-child(even) td.gray {
	background-color: #565b64 !important;
}
.horarios .hideedittime, .horarios .changethetime, .horarios .deltasker, .horarios .addinfo, .horario-name, .guardarhorario {
	display: none;
}
.tablesaw-bar {display: none;}

#map {
	height: 450px;
}
.text-map {
	padding: 15px 0;
	color: #fff;
	font-family: 'Mystery Quest Light', sans-serif !important;
	font-size: 20px;
}
.text-map a{
	color: #fff;
}
.text-map i{
	color: #67b40d;
	font-size: 25px;
	padding: 0 10px;
}
#contact-form {
	padding-bottom: 3%;
}
#contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}
#contact-form .form-control {
	font-size: 18px;
	height: 42px;
	background: rgba(255,255,255,0.7);
}
#contact-form textarea.form-control {
	height: 99px;
}
#contact-form .btn {
	font-size: 22px;
	padding: 5px 25px;
	color: #fff;
	border-radius: 5px;
	background-color: rgb(0, 152, 221);
}
footer {
	padding: 15px 0;
	background: #565b64;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus {
	color: #67b40d;
	outline: none;
}

footer i {
	font-size: 22px !important;
	padding: 0 10px;
}
.dpass{display: none !important;}

.label-desc{
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 4px;
	margin-bottom: 5px !important;
	font-weight: 300;
	font-size: 14px;
}

.purple-label{

   background: #8452D4;

   color: #FFF;

}



.red-label{

   background: #D45252;

   color: #FFF; 

}



.blue-label{

  background: #0000FF;

  color: #FFF;    

}



.pink-label{

  background: #D659AA;

  color: #FFF;    

}



.green-label{

    background: #46BD28;

    color: #FFF;   

}

.yellow-label{
    background: #21a3e2;
    color: #fff;
}

.brown-label{
    background: #A52A2A;
    color: #fff;
}

.gray-label{
    background: #585757;
    color: #fff;
}

.orange-label{
    background: #FF4500;
    color: #fff;
}

.turquoise-label{
    background: #40E0D0;
    color: #fff;
}

.black-label{
    background: #000;
    color: #fff;
}

.olive-label{
    background: #808000;
    color: #fff;
}

.navy-label{
    background: #120A8F;
    color: #fff;
}

.fucsia-label {
    background: #FC0FC0;
    color: #fff;
}

.lavanda-label {
    background: #8f3985;
    color: #fff;
}

.carmesi-label{
    background: #CC0033;
    color: #fff;
}

.coffe-label{
    background: #591F0B;
    color: #fff;
}
.esmeralda-label{
    background: #009975;
    color: #fff;
}

@-webkit-keyframes scaleBtn {
  from { -webkit-transform: scale(1);    }
  to   { -webkit-transform: scale(1.1); }
}
/*-------------------------------------------------*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1270px;
  }
}

@media (max-width: 1280px){
	.services-inline li .text{font-size: 20px;}
}

@media (max-width: 1080px){
	.nav>li>a {padding: 5px 8px;}
	.services-inline li .text {font-size: 17px;}
	#carousel-clases .carousel-inner>.item{height: 390px;}
	#carousel-clases .carousel-caption{width: 55%;top: 23%;}
	#carousel-clases .carousel-caption h3{font-size: 20px;}
	#carousel-clases .carousel-caption p {font-size: 14px;}
	.text-map{font-size: 18px;}
	.dp-form h3{font-size: 20px;}
	.dp-form p{line-height: 1;}
}

@media (max-width: 1024px){
	header .header-navbar{width: 22%;}
	header .navbar .navbar-brand img{width: 100%;}
	.tablesaw-bar {display: block;}
	.services-inline li span img {height: 65px}
	#carousel-clases .carousel-indicators li{padding: 10px;}
	#carousel-clases .carousel-caption{top: 25%}
	.text-map{font-size: 15px;}
}

@media (max-width: 1024px) and (max-height: 600px){
	footer [class*=col-sm]:first-child{
		width: 25%;
	}
	footer [class*=col-sm]:nth-child(2){
		width: 16.66666667%;
	}
}

@media (max-width: 1465px) and (max-height: 800px){
	footer [class*=col-sm]:first-child{
		width: 25%;
	}
	footer [class*=col-sm]:nth-child(2){
		width: 16.66666667%;
	}
}


@media (max-width: 960px){
	header .container{
		width: 100%;
	}
	.nav>li>a{
		padding: 5px 6px;
	}
	.title {
		font-size: 30px;
	}
	.services-inline li .text{font-size: 15px;}
	.services-inline li span img{height: 55px;}
	#carousel-clases .carousel-inner>.item{height: 400px;}
}

@media (max-width: 800px){
	header .header-navbar{width: 100%;}
	.navbar-toggle{display: block !important;}

	.navbar-toggle, header .navbar .navbar-brand{
		width: 20%;
		text-align: center;
		margin: auto !important;
	}
	header .navbar .navbar-brand.logo{
		width: 60% !important;
	}

	header .navbar .navbar-brand img{width: 80%;margin: auto;}
	.navbar-header{width: 32%;}
	.banner-movil{display: block !important;width: 40%;margin: auto;}
	.banner-movil img{width: 100%;}
	.dpass{
		display: block !important;color: #fff;
	}
	.dpass:hover, .dpass:active, .dpass:focus{color: #fff;}
	header .navbar{position: inherit;}
	header .header-navbar{float: none;}
	header .navbar .navbar-collapse{
		position: absolute;
		height: auto;
		left: -100%;
		padding: 0;
		width: 50%;
		margin: 0;
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.navbar-nav>li{float: none;}
	.dp-form{
		width: 50%;
		right: -100%;
		top: 100%;
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		height: auto;
	}
	.navbar-nav{width: 100%;background: #565b64;text-align: center;margin: 0;}
	.nav>li>a{padding: 10px 0;float: none;}
	.nav>li>a.active{color: #fff;background: #67b40d;}
	.content {width: 100%;padding: 0;}
	#servicios{width: 100%;margin: 0;}
	.services-inline{text-align: center;}
	.services-inline li .text{font-size: 20px;}
	#clases .col{width: 100%;margin: 0;}
	#horarios {width: 100%; margin: 0;}
	#horarios ~ .col-xs-11.no-padding{width: 100%; padding: 0 15px;}
	#beneficios {padding: 0 15px;}
	#beneficios .col-xs-11{width: 100%;margin: 0;}
	#contacto{padding: 0 15px;}
	#contacto .col-xs-11{width: 100%;margin: 0;}
	.costos-btn{display: none;}
	footer [class*=col-sm]{width: 40% !important;}
	footer [class*=col-sm]:nth-child(2){width: 20% !important;}
	.openleft{left: 0 !important;}
	.openright{right: 0 !important;}
	.linkmovil{display: inline-block;}
	.linkmovil a{display: inline-block !important;padding: 5px !important;}
}

@media (max-width: 740px){
	.services-inline li .text{font-size: 17px;}
	#contact-form{padding-bottom: 5%;}
	#contact-form [class*=col-xs]{padding: 0 15px;}
	#map {height: 265px;}
	#carousel-clases .carousel-indicators li{padding: 8px;}
	
}

@media (max-width: 670px){
	.services-inline li span img{height: 50px;}
	.dp-form h3, #dp-form .btn{font-size: 17px;}
	#dp-form .form-group{margin-bottom: 15px;}
	#dp-form .form-control {height: 25px;font-size: 15px;}
	#clases [class*=col-xs-12]{
		padding: 0;
	}
	#carousel-clases .carousel-indicators{width: 100%;text-align: center;}
	#carousel-clases .carousel-indicators ul {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 0;
		background: #6b707a;
		z-index: -1;
	}
	#carousel-clases .item img{width: 100%;}
	#carousel-clases .carousel-caption p{padding: 0 10px;}
	#carousel-clases .carousel-caption{top:10%;left: 42%;background: rgba(0,0,0,.6)}
	.horarios thead th{font-size: 1.2em;}
	.services-inline li .text{font-size: 17px;}
	.rs-arrows .rs-next, .rs-arrows .rs-prev{
		width: 47px;
		height: 43px;
		line-height: 43px;
	}
}

@media (max-width: 640px){
	.services-inline li .text{font-size: 15px;}
	.text-map{font-size: 13px;}
	.text-map i{font-size: 20px;}
	.linkmovil{margin-bottom: 8px;}
}

@media (max-width: 570px){
	body{padding-top: 70px;}
	header{height: 70px;}
	.dpass{font-size: 17px;}
	.services-inline li{padding: 0 4% 20px !important;}
	.services-inline li .text{font-size: 17px;}
	.services-inline li span img{height: 60px;}
	footer i{padding: 0 8px;}
	.text-map {font-size: 15px;line-height: 2;}
	.dp-form h3, #dp-form .btn {font-size: 16px;margin: 0px 0 5px;}
	.dp-form p{margin-bottom: 7px;}
	#dp-form{padding-top: 0;}
}

@media (max-width: 540px){
	header .container, header .container .container-fluid{padding: 0;}
	.rs-arrows .rs-next, .rs-arrows .rs-prev{top: 35%;opacity: 0.6}
	header .navbar .navbar-brand{font-size: 1em;}
}

@media (max-width: 480px){
	header .navbar .navbar-brand{
		padding: 0;
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		align-items: center;
		justify-content: center;

	}
	.carousel-inner{overflow: hidden;}
	#carousel-clases .carousel-caption{
		    top: 25%;
		    left: 0;
		    background: rgba(0,0,0,.6);
		    padding: 0;
		    height: 75%;
		    width: 100%;
	}
	#carousel-clases .carousel-caption .btn{
		margin-right: 15px;
	}
	.horarios thead th, .horarios tbody td{font-size: 1em;}
	.text-map i{font-size: 14px;}
}

@media (max-width: 420px){
	#carousel-clases .carousel-indicators li{padding: 8px 10px;}
	header .navbar .navbar-collapse, .dp-form{width: 60%;}
	footer{display: block !important;}
	footer [class*=col-sm]{width: 100% !important;}
	footer [class*=col-sm]:nth-child(2){width: 100% !important;}
	footer a {padding: 8px 0;display: inline-block;}
}

@media (max-width: 375px){
	.text-map{font-size: 13px;}
}