html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
/** Login & Registro **/
body.login{
	color: #f0f0f0;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
body.login .logo {
	padding-top: 80px;
	text-align: center;
	margin-bottom: 60px;
}
.logo1 img {
    width: 400px;
    max-width: 100%;
}
body.login a, body.login a:hover, body.login a:focus {
	color: #f0f0f0;
	text-decoration: underline;
}
.formlogin {
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.formlogin.password {
	width: 450px;
}
.formregistro {
	width: 800px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.formlogin input, .formregistro input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #051127;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #005cb9;
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 30px;
    color: #f0f0f0;
}
.formlogin ::placeholder, .formregistro ::placeholder { 
  	color: #ccc;
  	opacity: 1;
}
.formlogin :-ms-input-placeholder, .formregistro :-ms-input-placeholder {
	color: #ccc;
}
.formlogin ::-ms-input-placeholder, .formregistro ::-ms-input-placeholder {
  	color: #ccc;
}
.formregistro select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #005cb9;
    padding: 6px 0;
    width: 100%;
    font-size: 14px;
    color: #f0f0f0;
    background-image: url(images/caret.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    margin-bottom: 30px;
    background-color: #051127;
}
.formlogin .alert.alert-danger, .formregistro .alert.alert-danger {
	background: rgba(255,255,255,0.9);
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-radius: 0;
	border-left: 7px solid #cc0000;
	color: #cc0000;
}
.formlogin .alert.alert-danger a, .formregistro .alert.alert-danger a {
	color: #cc0000 !important;
	text-decoration: underline !important;
	white-space:nowrap !important;
}
.containercheck {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 300;
}
.containercheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #005cb9;
	border-radius: 3px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.containercheck input:checked ~ .checkmark:after {
	display: block;
}
.containercheck .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #f0f0f0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formlogin .buttons {
	margin-top: 42px;
}
.formregistro .buttons {
	margin-top: 32px;
}
.formregistro .buttons button {
	margin-bottom: 20px;
}
.formregistro .buttons a {
	color: #005cb9 !important;
	text-decoration: none !important;
	font-weight: normal;
}
.formlogin .buttons button, .formlogin .buttons a {
	margin: 6px;
}
.boton {
	background: #005cb9;
	border: 2px solid #005cb9;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 8px 20px;
	border-radius:30px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.formlogin .boton:hover, .formregistro .boton:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #005cb9;
}
.boton2 {
	background: transparent;
	border: 2px solid #005cb9;
	color: #005cb9 !important;
	font-weight: 400;
	display: inline-block;
	padding: 8px 20px;
	border-radius:30px;
	text-decoration: none !important;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.formlogin .boton2:hover {
	background: #fff !important;
	border: 2px solid #fff !important;;
	color: #005cb9 !important;;
}
.formlogin .alert.alert-info {
	border: none;
	border-radius: 0;
	padding: 15px 0;
	color: #fff;
	background: transparent;
}
footer {
	margin-top: 60px;
}


/** PAGE **/
body.page {
	position: relative;
	background: #051127;
}
.top {
	background: url(images/bg2.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.top.clases {
	background: url(images/bgclases.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.top.rutinas {
	background: url(images/bgrutinas.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.top.ejercicios {
	background: url(images/bgejercicios.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.top.reserva {
	background: url(images/bgreserva.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.top.reserva.fullscreen {
	height: 100%;
}
.content-clases {
    background: #051127;
    width: 100%;
    height: auto;
    padding-top: 24px;
}
.content-clases .block {
	display: block;
	width: 100%;
}
.white {
	color: #fff;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 42px;
}
header .navbar-brand img.logoblack {
	height: 69px;
    margin-top: -13px;
    margin-left: -4px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #051127;
	font-size: 15px;
	border: none;
	padding: 8px;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	border-bottom: none;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #005cb9;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: #005cb9;
}
.menuwhite .navbar-default .navbar-nav li a {
	color: #fff !important;
	font-weight: 300;
}
.menuwhite .navbar-default .navbar-nav li.active a {
	background:none !important;
	color: #fff !important;
	font-weight: 600;
}
.menuwhite .navbar-default .navbar-nav > .active > a, 
.menuwhite .navbar-default .navbar-nav > .active > a:focus, 
.menuwhite .navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: #fff !important;
	font-weight: 600;
}
.navbar-default .navbar-nav li {
    padding-right: 4px;
    padding-left: 4px;
}
.navbar-right {
    padding-top: 14px;
}
.search {
	position: relative;
	width: 190px;
}
.search input {
	width: 100%;
	border: 1px solid #50bbe5;
	background: rgba(255,255,255,0.9);
	padding: 8px 24px 8px 12px;
	border-radius: 24px;
}
.search button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: transparent;
	border: none !important;
	box-shadow: none;
	color: #005cb9;
	position: absolute;
	padding: 0;
	top: 5px;
	right: 18px;
	font-size:18px;
}
.navbar-default .navbar-nav li.profile a, .navbar-default .navbar-nav li.profile a:hover, 
.navbar-default .navbar-nav li.profile a:focus {
	background: #005cb9 !important;
	color: #fff !important;;
	text-transform: none;
	letter-spacing: 0;
	padding: 8px 24px;
	border-radius: 24px;
}
.clases {
	position: relative;
}
.clases a.claseshome {
	display: block;
	width: 100%;
	height: 160px;
}
@media(max-width: 900px) {
	.clases a.claseshome {
		height: 180px;
	}
}
@media(max-width: 700px) {
	.clases a.claseshome {
		height: 200px;
	}
}
@media(max-width: 500px) {
	.clases a.claseshome {
		height: 270px;
	}
}
@media(max-width: 450px) {
	.clases a.claseshome {
		height: 250px;
	}
}
@media(max-width: 400px) {
	.clases a.claseshome {
		height: 200px;
	}
}
@media(max-width: 360px) {
	.clases a.claseshome {
		height: 180px;
	}
}
a.claselistado {
	display: block;
	width: 100%;
	height: 280px;
}

a.claseotras {
	display: block;
	width: 100%;
	height: 230px;
}

.clases .title {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	padding-top: 32%;
	width: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.uppercase {
	text-transform: uppercase;
}
.clases .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.clases:hover .overlay {
	opacity: 1;
}
.owl-nav {
    display: block !important;
    margin: 0 !important;
    position: absolute;
    top: 32%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left2b.png) no-repeat center center;
    background-size: cover;
    width: 14px;
    height: 26px;
    border-radius: none;
    border: none;
    position: absolute;
    top: 0;
    left: -36px;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right2b.png) no-repeat center center;
    background-size: cover;
    width: 14px;
    height: 26px;
    border-radius: none;
    border: none;
    position: absolute;
    top: 0;
    right: -36px;
}
.owl-dots {
	display: none !important;
}
#pswd_info {
    position: absolute;
    bottom: inherit;
    right: 0;
    width: 100%;
    padding: 15px;
    background: ;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #fff;
    left: 0;
    top: 46px;
    color: #444;
    background: rgba(255,255,255,0.9);
}
#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}
#pswd_info strong {
	font-weight: 400;
}
#pswd_info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pswd_info ul li {
	margin-bottom: 4px;
}
.invalid {
    background:url(images/invalid.png) no-repeat left 3px;
    padding-left:20px;
    background-size: 12px;
}
.valid {
    background:url(images/valid.png) no-repeat left 3px;
    padding-left:20px;
    background-size: 12px;
}
#pswd_info {
    display:none;
}
.password-container {
	position: relative;
}
.borde {
	border-top: 1px solid #444;
}
.floatright {
	float: right;
	font-size: 13px;
}
.copyright a {
	font-size: 13px;
	color: #0062bd !important;
}
.menufooter {
	text-align: left;
	margin-bottom: 30px;
	font-size: 13px;
}
.menufooter a {
    color: #b3b3b3 !important;
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}
.flex {
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.flex .bloque {
	display: block;
	text-align: center;
	color: #fff;
	width: 520px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	padding-top: 30px;
}
.flex .bloque.home {
	width: 700px;
	max-width: 80%;
}
.flex .bloque.home h1 {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 42px;
}
.flex .bloque p {
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.flex .bloque.home p {
	font-size: 20px;
	letter-spacing: 1px;
	width: 700px;
	max-width: 100%;
}
@media(max-width: 498px) {
	.flex .bloque.home h1 {
		font-size: 32px;
	}	
	.flex .bloque.home p {
		font-size: 18px;
	}
}
.top.reserva .flex .bloque {
    display: block;
    text-align: center;
    color: #fff;
    width: 780px;
}
.top.reserva .flex .bloque div.logoreserva {
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
}
.azul1 {
	background: url(images/azul1.png) repeat center center;
}
.azul2 {
	background: url(images/azul2.png) repeat center center;
}
.submenus {
	text-align: center;
}
/****
.submenus {
	text-align: center;
	height: 79px;
}
@media(max-width: 1200px) {
	.submenus {
		height: 70px;
	}
}
@media(max-width: 991px) {
	.submenus {
		height: auto;
	}
}
****/
.submenus a {
	color: #9fd1e4;
	font-weight: 300;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 2px;
	text-decoration: none !important;
	padding-top: 20px;
	padding-bottom: 20px;
	outline: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.submenus a:hover {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
.submenus a::before {
	content: '';
	width: 1px;
	height: 18px;
	background: #9fd1e4;
	margin: 0 18px 0 15px;
	display: inline-block;
}
.submenus a:nth-child(1)::before {
	content: none;
}
.submenus a.active {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
.submenus a.active#linkcategory1::after {
	content: '';
	background: url(images/flecha1.png) no-repeat center center;
	background-size: 60px;
	display: inline-block;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 0;
}
.submenus a.active::after {
	content: '';
	background: url(images/flecha1.png) no-repeat center center;
	background-size: 60px;
	display: inline-block;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 18px;
}
.azul2 .submenus a.active::after {
	content: '';
	background: url(images/flecha2.png) no-repeat center center;
	background-size: 60px;
	display: inline-block;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 18px;
}
.azul2 .submenus a.active#linkcategory7::after {
	content: '';
	background: url(images/flecha2.png) no-repeat center center;
	background-size: 60px;
	display: inline-block;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 0;
}
.itemlistado a, .itemlistado a:hover, .itemlistado a:focus {
	text-decoration: none !important;
	color: #fff;
	outline: 0 !important;
	border: 0 !important;
}
.itemlistado {
	text-align: center;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
}
.itemlistado img {
	width: 100%;
}
.itemlistado .contenido {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemlistado .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.3);
	transition: all .2s;
}
.itemlistado:hover .overlay {
	background: rgba(0,0,0,0.1);
}
.itemlistado .bloque {
	display: block;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}
.itemlistado .title{
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
}
.itemlistado .border {
	border-top: 1px solid #fff;
	width: 140px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
form.selects .row {
	margin: 0 -8px;
}
form.selects .col-sm-3 {
	width: 20%;
	padding: 0 8px;
}
form.selects.reserva .col-sm-3 {
	width: 25%;
	padding: 0 8px;
}
form.selects select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #00a0de;
	text-align: center;
	border-radius: 6px;
	width: 100%;
	padding: 10px 8px;
	font-size: 14px;
	text-transform: uppercase;
	color: #acaba9;
	background-color: #051127;
	background-image: url(images/caret.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	margin-bottom: 20px;
}
form.selects input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #00a0de;
	text-align: center;
	border-radius: 6px;
	width: 100%;
	padding: 10px 8px;
	font-size: 14px;
	text-transform: uppercase;
	color: #acaba9;
	background-color: #051127;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	margin-bottom: 20px;
}
form.selects button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #00a0de;
	text-align: center;
	border-radius: 6px;
	width: 100%;
	padding: 10px 8px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #00a0de;
	margin-bottom: 20px;
}
.reserva form.selects {
	margin-top: 30px;
}
.reserva form.selects select {
	background-color: transparent;
	color: #fff !important;
}
.reserva form.selects select option {
    background: #051127;
    color: #fff;
}

.reserva form.selects select:required {
    border-color: #00a0de !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/** DETALLE CLASES & EJERCICIOS ***/
.detalle header {
	background: #141414;
}
.content-video {
	background: #000000;
	padding-top: 100px;
	padding-bottom: 20px;
}
.content-video a {
	color: #fff !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-detalle {
	padding-top: 40px;
	background: #141414;
	color: #fff;
}
.footer-detalle a {
	color: #fff;
	text-decoration: none
}
a.underline {
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}
.footer-detalle h1 {
	margin: 10px 0 20px -1px;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer-detalle p {
	margin: 0;
	padding: 0;
}
.footer-detalle strong {
	font-weight: normal;
}
.compartir {
	text-align: right;
}
.comparte {
	float: right;
	display: inline-block;
	width: auto;
	text-align: center;
}
.comparte span {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}
.comparte a {
	font-size: 20px;
	margin: 0 5px;
}
button.btnmas {
	appearance: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	color: #999;
	margin-bottom: 14px;
}
button.btnmas .fa {
	margin-left: 5px;
}



@media(max-width: 1200px) {
	.owl-carousel {
		padding-left: 40px;
		padding-right: 40px;
	}
	.owl-carousel .owl-nav button.owl-prev {
	    left: -40px;
	}
	.owl-carousel .owl-nav button.owl-next {
	    right: 40px;
	}
	.content-clases p.white {
		padding-left: 40px;
	}
	.submenus a {
		font-size: 20px;
	}
}

@media(min-width: 1100px) {
	body.login .logo {
		padding-top: 120px;
	}
}

@media(max-width: 991px) {
	.submenus {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.submenus a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.submenus a::before {
		content: none;
	}
	.submenus a.active::after {
		content: none;
	}
	.azul2 .submenus a.active::after {
		content: none;
	}
	form.selects .col-sm-3 {
		width: 33.33%;
		padding: 0 8px;
	}
}

@media(max-width: 767px) {
	.container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
	header .navbar-brand img {
    	height: 40px;
	}
	.navbar-toggle {
	 	margin-top: 18px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #051127;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
		width: 28px;
	}
	.menuwhite .navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-collapse {
	  	border-top: 1px solid transparent;
	  	box-shadow: inset 0 1px 0 rgba(0,0,0,0.6);
	  	background: #051127;
	  	margin-left: -24px;
	  	margin-right: -24px;
	  	padding: 0;
	  	margin-top: 8px;
	}
	.navbar-right {
 	   padding-top: 0px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
	    color: #fff !important;
	    font-size: 15px;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    padding-left: 24px !important padding-right: 24px;
	    border-bottom: 1px solid #101c32 !important;
	    font-weight: normal;
	    padding-left: 30px !important;;
	    padding-right: 30px !important;;
	    letter-spacing: 1px !important;
	    text-transform: uppercase !important;
	    background: none !important;
	    border-radius: 0 !important;
	    font-weight: 300;
	}
	.navbar-default .navbar-nav li.active a {
		font-weight: 600;
	}
	.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.active a {
		color: #fff !important;
	} 
	.navbar-default .navbar-nav li.profile a, .navbar-default .navbar-nav li.profile a:hover, 
	.navbar-default .navbar-nav li.profile a:focus {
    	background: none !important;
    }
    .navbar-default .navbar-nav li.profile a:hover, 
	.navbar-default .navbar-nav li.profile a:focus {
		color: #fff !important;
	}
	li.lisearch {
		display: none;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.top {
		height: 450px;
	}
	.o-hidden {
		overflow: hidden;
	}
	.floatright {
		float: none;
	}
	.menufooter {
		text-align: left;
	}
	.menufooter a {
		margin-left: 0;
		margin-right: 20px;
	}
	.compartir {
		text-align: left;
	}
	.comparte {
		float: none;
		display: inline-block;
		width: auto;
		text-align: center;
	}
	form.selects .col-sm-3 {
		width: 33.33%;
		padding: 0 8px;
		float: left;
	}
}


@media(max-width: 767px) {
	.top.clases {
		background: url(images/bgclases-mobile.jpg) no-repeat center center;
		background-size: cover;
	}
	.top.rutinas {
		background: url(images/bgrutinas-mobile.jpg) no-repeat center center;
		background-size: cover;
	}
	.top.ejercicios {
		background: url(images/bgejercicios-mobile.jpg) no-repeat center center;
		background-size: cover;
	}
	.top.reserva {
		background: url(images/bgreserva-mobile.jpg) no-repeat center center;
		background-size: cover;
	}
	form.selects .col-sm-3 {
	    width: 50%;
	    padding: 0 8px;
	}
	form.selects.reserva .col-sm-3 {
	    width: 50%;
	    padding: 0 8px;
	}


}
@media(max-width: 498px) {
	.menufooter, .copyright {
		text-align: center;
	}
	.menufooter a {
		margin-right: 12px;
		white-space: nowrap;
	}
	form.selects .col-sm-3 {
		width: 100% !important;
		float: none;
	}
	form.selects select {
    	font-size: 13px;
    }
}


/** RESERVAS ***/
.container-results {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container-results table {
	width: 100%;
}
.navWeeks {
	text-align: right;
	margin-bottom: 30px;
}
.navWeeks .fa {
	margin: 0 4px;
}
.navWeeks button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	color: #00a0de;
	text-transform: uppercase;
	font-size: 13px;
	transition: all .2s;
}
.navWeeks button:hover, .navWeeks button:focus {
	color: #fff;
	border: none;
	outline: none;
}
table th {
	color: #00a0de;
	font-weight: 600;
	border-left: 1px solid #025e88;
	text-align: center;
	font-size: 13px;
	padding: 10px 5px;
}
table th.noborder {
	border-left: none;
}
table { 
	border-collapse: separate; 
	border-spacing: 0; 
	table-layout: fixed ;
  	width: 100% ;
}
td {
	border-top: 1px solid #025e88;
	border-left: 1px solid #025e88;
	color: #fff;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
td a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 12px 5px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.calendario-desktop td a:nth-child(2) {
    border-top: 1px solid #025e88;
}
.calendario-desktop td a:nth-child(3) {
    border-top: 1px solid #025e88;
}
.calendario-desktop td a:nth-child(4) {
    border-top: 1px solid #025e88;
}
.calendario-desktop td a:nth-child(5) {
    border-top: 1px solid #025e88;
}
td a:hover, td a:focus, td a.active {
	color: #fff;
	background: #00abe9;
	text-decoration: none;
	outline: none;
}
tr:first-child td:first-child { 
	border-top-left-radius: 10px; 
}
tr:first-child td:last-child { 
	border-top-right-radius: 10px; 
}
tr:last-child td:first-child { 
	border-bottom-left-radius: 10px; 
}
tr:last-child td:last-child { 
	border-bottom-right-radius: 10px; 
}
td:last-child {
	border-right: 1px solid #025e88;
}
tr:last-child td {
	border-bottom: 1px solid #025e88;
}
.calendario-responsive {
	display: none;
}
#distribucion {
	margin-top: 50px;
}
#distribucion .leyenda {
	text-align: center;
	margin-bottom: 30px;
}
#distribucion .leyenda #terminos, #terminos, #distribucion .leyenda #terminos2,
#distribucion .leyenda #privacidad, #distribucion .leyenda #cookies, #privacidad, #cookies {
	text-align: left !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
}
#distribucion .title-leyenda {
	text-transform: uppercase;
	color: #00a0de;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
#distribucion .txt {
	display: inline-block;
	color: #fff;
	margin: 5px 10px;
}
#distribucion .leyenda span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-right: 5px;
	position:relative;
	top: 4px;
}
#distribucion span.disponibles {
	background: #00abe9;
}
#distribucion span.reservados {
	background: #000;
}
#distribucion span.tuseleccion {
	background: #ffffff;
}
#distribucion span.nodisponibles {
    background: #999;
}
.alerta {
	color: #fff;
	text-align: left;
	padding-left: 34px;
	position: relative;
}
.alerta .fa {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
}
.container-distribucion {
	margin-top: 40px;
	position: relative;
}
.container-distribucion a.circle {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	width: 58px;
	border-radius: 50%;
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
	font-weight: 600;
}
.container-distribucion a.circle.disponible {
	background: #00a0de;
	color: #045c7d;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.container-distribucion a.circle.disponible:hover {
	background: #fff;
}
.container-distribucion a.circle.reservado {
	background: #000;
	color: #999;
}
.container-distribucion a.circle.seleccionado {
	background: #fff;
	color: #00a0de;
}
.container-distribucion a.circle.nodisponible {
	background: #999;
	color: #666;
}

.alertaListaEspera {
    width: 100%;
    height: 100%;
    background: rgba(5,17,39,0.8);
    z-index: 100;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
}
.alertaListaEspera h3 {
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
	color: #00a0de;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.alertaListaEspera button.boton, .alertaListaEspera button.boton:hover, .alertaListaEspera button.boton:focus {
	outline: none;
	display: inline-block;
	margin-top: 20px;
	color: #fff !important;
	font-size: 15px;
	width: 290px;
}
.alertaListaEspera button.boton2, .alertaListaEspera button.boton2:hover, .alertaListaEspera button.boton2:focus {
	outline: none;
	display: inline-block;
	margin-top: 15px;
	color: #00a0de !important;
	background: #fff;
	font-size: 15px;
	border: 2px solid #fff;
	width: 290px;
}
.leyenda .containercheck {
    color: #fff;
    margin-bottom: 30px;
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.leyenda .containercheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#distribucion .leyenda .containercheck span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #005cb9;
    margin-right: 5px;
    position: absolute;
    top: 2px;
    left: 0;
}
.leyenda .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #005cb9;
	border-radius: 3px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.containercheck input:checked ~ .checkmark:after {
	display: block;
}
.leyenda .containercheck .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #005cb9;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#distribucion .leyenda .containercheck a {
	color: #005cb9 !important;
}
.completado {
	background: url(images/bgcompletado.jpg) repeat center center;
	border-radius: 10px;
	padding: 20px 24px;
	color: #fff;
	width: 500px;
	max-width: 100%;
	margin-left:auto;
	margin-right: auto;
}
.completado p {
	padding-left: 20px;
	padding-right: 20px;
}
.completado h3 {
	font-weight: bold;
	font-size: 22px;
}
.botoncompletado {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	color: #fff;
	appearance: none;
	background: #0b192d;
	border: 1px solid #0b192d;
	border-radius: 24px;
	padding: 10px 30px;
}
.modal-content { 
	border-radius: 0;
}
.modal-dialog {
    width: 800px;
    margin: 30px auto;
    max-width: 96%;
}
.modal-body {
	padding-left: 30px;
	padding-right: 30px;
}
.modal-body h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0;
    padding: 8px 0 16px 0;
}
.modal-body .borde {
	margin-bottom: 20px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    color: #000;
    font-weight: 300;
    font-size: 40px;
}


@media(max-width: 800px) {
	.container-distribucion {
    	width: 344px;
    	max-width: 100%;
    	margin-left: auto;
    	margin-right: auto;
    	overflow: hidden;
	}
	.container-distribucion a.circle {
		height: 32px;
		width: 32px;
	}
}

@media(max-width: 767px) {
	.calendario-desktop {
		display: none;
	}
	.calendario-responsive {
		display: block;
		width: 500px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.fecha-calendar {
		text-align: center;
		text-transform: uppercase;
		color: #337ab7;
		border-bottom: 1px solid #337ab7;
		font-weight: 600;
		padding: 10px;
	}
	.hora-calendar {
		color: #337ab7;
		font-weight: 600;
		font-size: 14px;
	}
	.calendario-responsive .row {
		border-bottom: 1px solid #337ab7;
		margin: 0;
	}
	.calendario-responsive .col-xs-6, .calendario-responsive .col-xs-4, .calendario-responsive .col-xs-8 {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.calendario-responsive .col-xs-4 {
		padding-top: 16px;
	}
	.calendario-responsive a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
		display: inline-block;
		padding: 8px 10px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
	}
	.calendario-responsive a:hover, .calendario-responsive a:focus, .calendario-responsive a.active {
		color: #fff;
		background: #00abe9;
		text-decoration: none;
		outline: none;
	}
}

@media(max-width: 498px) {
	.navWeeks button {
    	padding: 0 8px;
	}
}


.lisearch {
	display: none !important;
}

/*** Socios sin contarto ****/
.profile .dropdown {
	display: block;
}
.profile .dropdown button {
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	background: transparent;
	width: 44px;
}
.profile .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 182px;
    background-size: 182px 110px !important;
    padding: 22px 18px 10px 18px;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: transparent;
    background-image: url(images/bgdropdown.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -4px;
}
.profile .dropdown .dropdown-menu li a {
	display: block;
	text-align: right;
}
.profile .dropdown .dropdown-menu li.logout a, .profile .dropdown .dropdown-menu li.logout a:hover,
.profile .dropdown .dropdown-menu li.logout a:focus {
	color: #fff !important;
	background: none !important;
	padding: 2px 0;
}
.profile .dropdown .dropdown-menu li.perfil a, .profile .dropdown .dropdown-menu li.perfil a:hover,
.profile .dropdown .dropdown-menu li.perfil a:focus {
	color: #50bce7 !important;
	background: none !important;
	padding: 2px 0;
}
.onlyresponsive {
	display: none !important;
}
body.pageperfil {
	height: auto;
	background: url(images/bgperfil.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 130px;
}
.pageperfil {
	text-align: left;
	font-size: 16px;
}
.titulo-perfil {
	background: #005cb9;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	width: auto;
	padding: 6px 20px;
	margin-bottom: 5px;
	font-weight: 500;
}
.pageperfil .table-perfil {
	border-spacing: 3px;
    border-collapse: separate;
    margin-left: -3px;
}
.pageperfil table.table-perfil, .pageperfil table.table-perfil td {
	border: none;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	border-radius: 0 !important;
	margin-bottom: 5px;
}
.pageperfil table.table-perfil tr:first-child td:first-child {
    border-top-left-radius: 0;
}
.pageperfil table.table-perfil td.td1 {
	background: #ffffff;
	color: #005cb9;
	padding: 7px 12px;
}
.pageperfil table.table-perfil td.td2 {
	background: rgba(190,190,190, 0.8);
	color: #fff;
	padding: 7px 12px;
}
a.boton-perfil {
	background: #00bde9;
	color: #fff;
	text-transform: none;
	display: inline-block;
	padding: 6px 30px;
	border-radius: 22px;
	text-decoration: none;
}
.font15 {
	font-size: 15px;
}
.footerperfil a {
	margin: 0 4px;
}
.buscadorclases {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}
.buscadorclases .columna {
	float: left;
	width: 20%;
	padding: 0 10px;
}
.buscadorclases button[type="submit"] {
	background-color: #005cb9 !important;
	border: 1px solid #005cb9 !important;
	border-radius: 20px;
	position: relative;
}
.buscadorclases button[type="submit"] .fa {
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 18px;
	color: #50bce7;
}
.pageperfil #no-more-tables table {
	border-radius: 0 !important;
	border: none !important;
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.pageperfil #no-more-tables table thead {
	background: rgba(180, 180, 180, 0.7);
	border: none;
	margin-bottom: 10px;
	position: relative;
	top: -6px;
}
.pageperfil #no-more-tables table thead th {
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 10px;
	text-align: center;
	font-weight: 400;
}
.pageperfil #no-more-tables table tbody tr {
	background-color: transparent !important;
}
.pageperfil #no-more-tables table tbody td {
	background-color: transparent !important;
	color: #fff;
	font-weight: 400;
	border-radius: 0 !important;
	text-transform: none !important;
	border-left: 1px solid #005cb9;
	border-right: none;
	border-bottom: 1px solid #005cb9;
	border-top: none;
	padding: 8px;
}
.pageperfil #no-more-tables table tbody td.td1 {
	border-left: none;
}
.pageperfil #no-more-tables table tbody tr:first-child td {
 	border-top: 1px solid #005cb9;
}
.pageperfil #no-more-tables table tbody td.cancela {
	border-left: none;
	border-top: none !important;
	border-bottom: none;
}
a.botoncancelar, a.botoncancelar:hover, a.botoncancelar:focus {
	background-color: #005cb9;
	border: 1px solid #005cb9;
	border-radius: 20px;
	position: relative;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 8px 20px;
}
.selects.reserva .col-sm-1 {
	width: 12%;
}
.tarjetas {
	text-align: right;
	margin-bottom: 14px;
}
.tarjetas img {
	width: 150px;
}

@media(max-width: 767px) {
	.onlydesktop {
		display: none !important;
	}
	.onlyresponsive {
		display: block !important;
	}
	body.pageperfil {
		padding-top: 110px;
	}
	body.pageperfil .top {
		height: auto;
	}
	.buscadorclases .columna {
		float: left;
		width: 50%;
		padding: 0 10px;
	}
}

@media(max-width: 498px) {
	.pageperfil table.table-perfil, 
	.pageperfil table.table-perfil thead, 
	.pageperfil table.table-perfil tbody, 
	.pageperfil table.table-perfil th, 
	.pageperfil table.table-perfil td, 
	.pageperfil table.table-perfil tr { 
		display: block; 
	}
	.pageperfil table.table-perfil tr { 
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 800px) {
	.pageperfil #no-more-tables table, 
	.pageperfil #no-more-tables thead, 
	.pageperfil #no-more-tables tbody, 
	.pageperfil #no-more-tables th, 
	.pageperfil #no-more-tables td, 
	.pageperfil #no-more-tables tr { 
		display: block; 
	}
	.pageperfil #no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		display: none;
	}
	.pageperfil #no-more-tables tr { 
		border: none;
		margin-bottom: 20px;
	}
	.pageperfil #no-more-tables td { 
		border: 1px solid #005cb9 !important;
		position: relative;
		padding-left: 130px !important; 
		white-space: normal;
		text-align: left;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.pageperfil #no-more-tables td:before { 
		position: absolute;
		top: 10px;
		left: 8px;
		width: 130px; 
		white-space: nowrap;
		text-align:left;
		font-weight: normal;
	}
	.pageperfil #no-more-tables td:before { content: attr(data-title); }
}