body{
	background: #FFF;
	font-family: 'Avantgarde medium', sans-serif;
}
.PaymentMethods__header {
    align-items: center;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 80px;
    justify-content: space-between;
    padding: 0px 20px;
    display: none !important;
}
a {
	color: inherit;
	text-decoration: none;
}
.app-btn-secondary:hover {
	color: #F24359;
	border: 1px solid #F24359;
	background: #fff;
}
.app-card .app-icon-holder {
	display: inline-block;
	background: rgba(242,67,89,0.12);
	color: #F24359;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	font-size: 1rem;
	text-align: center;
	border-radius: 50%;
}
.btn-lista-espera {
	color: #FFF !important;
	font-size: 20px;
	margin-bottom: 0px;
}
.hover-btn-danger:hover {
  color: #FFF !important;
}
/*.swal-overlay {
  background-color: rgba(243, 89, 109, 0.25);
}*/
.table>tbody {
  vertical-align: middle;
}
.alert-danger {
	color: #F24359;
	background-color: rgba(242,67,89,0.1);
	border-color: rgba(242,67,89,0.1);
	font-size: 18px;
	font-weight: 500;
}
.img-instructores-tabla {
	height: auto;
	width: 100px;
}
.app-table-hover>tbody>tr:hover {
	background-color: rgba(242,67,89,0.06);
}
table.dataTable tbody tr {
	background-color: #ffffff;
	vertical-align: middle;
}
.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 0;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: inherit !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: inherit !important;
}
.sucursal-reserver-app{
	text-align: center;
	font-size: 20px;
	color: #F24359;
	font-weight: 500;
}
.pointer{
	cursor: pointer;
}
.error-txt {
	color: #EC4157;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	/* border: 1px solid transparent !important; */
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.espacio{
	margin-top: 20px;
}
.required-form:after {
	content: "*";
	color: #FF696A;
	margin-left: 4px;
}
.app-nav .nav-link:hover {
  color: #F24359;
}
.app-branding {
	height: 130px;
	padding-top: 1rem;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.app-sidepanel .app-nav-main {
	overflow-y: auto;
	scrollbar-color: rgba(0,0,0,.1) #e7e9ed;
	scrollbar-width: thin;
	border-top: 1px solid #e7e9ed;
}
.app-nav .nav-link.active {
	color: #F24359;
	background: rgba(242,67,89,0.12);
	border-left: 3px solid #F24359;
	border-right: 3px solid #F24359;
	font-weight: 500,;
}
.nav-mis-clases{
	background: rgba(242,67,89,0.1);
	border-bottom: solid 2px #F3596D;
  font-weight: 500;
}
.app-nav .submenu-link.active {
	color: #F24359;
}
.app-nav .submenu-link.active:before {
	background-color: #F24359;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 100;
}
#loader {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('../sitio/bars.svg') no-repeat center 0;
	background-repeat: no-repeat;
	background-size: contain;
	margin: -50px 0 0 -50px;
}
/*** Navbar ***/
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
	color: #FA4A3C;
}
.nav-width {
	max-width: 850px;
	margin: 0 auto;
}

.mb-nav-btn {
  margin-bottom: 10px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #828282;
	font-family: 'Avantgarde medium', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 16px;
  margin-left: 4px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #F34D62;
}
.img-logo-responsive{
	max-height: 140px;
}
.navbar-dark .navbar-toggler {
	color: #F34D62;
	border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28243, 75, 98, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*** Fin Navbar ***/
.z-depth-3 {
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}
.home-header{
	max-width: 880px;
	margin: 0 auto;
	padding: 0 15px;
}
.frase-title{
	margin-top: 60px;
	font-family: 'Avantgarde bold', sans-serif;
	font-weight: 600;
	text-align: left;
	font-size: 68px;
	color: #FFF;
	line-height: 74px;
}
.frase-subtitle{
	margin-bottom: 60px;
	font-family: 'Avantgarde bold', sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 26px;
	color: #FFF;
}
.section-home-1 {
	margin: 0 0 30px 0;
	font-family: 'Avantgarde bold', sans-serif;
	background-image: url('../sitio/BEATRIDESTUDIO.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: initial;
}
.section-bottom{
	margin: 0 0 30px 0;
}
.overlay-1 {
	padding: 60px 0;
	background: rgba(0,0,0,0.4);
}
.NDS{
	display: none;
}
.col-comprar-clase {
	margin: 10px 0;
	padding: 20px 10px 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #f3f2f2;
	box-shadow: 0 3px 7px -2px rgb(0 0 0 / 31%);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
	text-align: center;
	height: calc(100% - 20px);
}
.col-comprar-clase:hover {
	box-shadow: 0 6px 7px 0 rgb(0 0 0 / 31%);
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.cant-comp-clases {
	margin-bottom: 0px;
  color: #3D3D3C;
  font-family: 'Anton', sans-serif !important;
  font-weight: 500;
  line-height: 28px;
  max-width: 215px;
}

.cant-comp-clases-2 {
	margin-top: 12px;
  color: #3D3D3C;
  font-family: 'Avenir Next Cyr' !important;
  font-weight: 500;
  font-size: 22px;
}

.clase-clase {
	color: var(--acento);
  font-family: 'Anton', sans-serif !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}
.precio-clase {
	font-family: 'Avenir Next Cyr', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #3D3D3D;
	font-size: 18px;
	margin: 18px 0;
}
.precio-clase::after {
	font-family: 'Avenir Next Cyr', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #3D3D3D;
	content: ' MXN.';
	font-size: 16px;
}
.precio-clase::before {
	font-family: 'Avenir Next Cyr', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #3D3D3D;
	content: '$ ';
	font-size: 16px;
}
.expira-dias {
	color: #6A6A6A;
	font-weight: 400;
  font-family: 'Avenir Next Cyr' !important;
}
.calendario {
	padding-bottom: 50px;
	background-color: #000;
	background-image: -webkit-linear-gradient(90deg, #000 39%, transparent 72%), url(../sitio/calendario-beatride.png);
	/*background-image: linear-gradient(90deg, #000 39%, transparent 72%), url(../sitio/calendario-beatride.png); */
	background-position: 0px 0px, 50% 0px;
	background-size: auto, auto;
	background-repeat: repeat, no-repeat;
	color: #fff;
}
.sucursales {
  background-image: -webkit-linear-gradient(
145deg, #000 0%, transparent 30%), url(../sitio/beatride-sucursales.jpg);
  /* background-image: linear-gradient( 
90deg, #000 39%, transparent 72%), url(../sitio/calendario-beatride.png); */
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
  background-size: cover;
}
.sucursales-bg{
	background: rgba(0,0,0,.45);
	padding: 50px 0;
	min-height: calc(100vh - 200px);
}
.sucursales-card{
	padding: 30px 10px;
  background: rgba(255,255,255,0.66);
  text-align: center;
  color: #272725;
  font-size: 40px;
  cursor: pointer;
  font-weight: 600; 
  border-radius: 6px; 
}
.sucursales-card-div{
	padding: 10px;
}
.sucursales-img-logo{
	background: #FFF;
	padding: 0px;
}
.sucursales-logo{
	max-height: 200px;
}
.titulo-seccion.blanco {
	color: #fff;
}
.contenedor-titulo-calendario{
	margin-top: 200px;
}
.contenedor-calendario{
	padding-top: 30px;
	text-align: center;
}
.wp_img {
	max-height: 50px;
	margin: 10px 10px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 3000;
	width: 50px;
}
.loader-perfiles{
	max-width: 50px;
}
.footer-brand {
	background-color: #353534;
	padding: 30px 10px;
	color: #FFF;
	text-align: center;
}
.footer {
	background-color: #FFFFFF;
	padding: 20px 10px 30px;
	color: #62656d;
	border-top: 1px solid #353534;
}
.footer-title {
	color: #F3596D;
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}
.footer-text a:hover{
	color: #F3596D;
}
.footer-text{
	margin-bottom: 3px;
}
.section-we-ride{
	margin: 20px 0 40px;
}
.titulo-header-beatride {
	color: #f24359;
	font-size: 68px;
	line-height: 69px;
	font-weight: 900;
}
.titulo-subheader-beatride{
	color: #303030;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Avantgarde medium', sans-serif;
}
.separador{
	padding-top: 60px;
}
.separador30{
	padding-top: 30px;
}
.div-we-ride{
	max-width: 550px;
	margin: 0 auto;
	color: #62656d;
	font-size: 17px;
	text-align: justify;
}
.div-aviso{
	max-width: 950px;
	margin: 0 auto;
	color: #62656d;
	font-size: 17px;
	text-align: justify;
}
.div-instructores{
	background: #19130E;
	min-height: 450px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.div-instructores-info{
	background: #FFF;
	padding: 20px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	box-shadow: 0 3px 7px -2px rgb(0 0 0 / 31%);
	margin-bottom: 20px;
}
.dato-instructor {
	color: #949494;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
.nombre-instructor{
	margin-bottom: 14px;
	text-transform: uppercase;
}
.perfil-instructor{
	margin-top: 14px;
	color: #aa77db;
	cursor: pointer;
	transition: all 0.5s ease;
}
.perfil-instructor:hover{
	color: #F3596D !important;
}
.InstructorHover{
	transition: all 0.5s ease;
}
.InstructorHover:hover{
	box-shadow: 0 6px 7px 0 rgb(0 0 0 / 31%);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.section-iniciar-sesion{
	background: #F3F3F3;
}
.div-iniciar-sesion{
	max-width: 350px;
	margin: 0 auto;
	color: #62656d;
	font-size: 17px;
	text-align: justify;
}
/** Formulario **/
.form-group {
	margin-bottom: 1rem;
}
.input_beatride {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid #ced4da;
	border-radius: .25rem;
	-webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 25%);
	height: 50px;
	transition: all 0.15s ease-in-out;
}
.input_beatride:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(207 89 98 / 50%);
	-moz-box-shadow: 0 0 0 0.2rem rgba(207, 89, 98, 0.5);
	box-shadow: 0 0 0 0.2rem rgb(207 89 98 / 50%);
}
.rojo {
	color: #F3596D;
}
.bd-tablaClases {
	position: relative;
	padding: 1rem;
	margin: 1rem -.75rem 0;
	border: solid #dee2e6;
	border-width: 1px 0 0;
}
.right {
	text-align: right;
}
.link:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #F3596D !important;
}
.underline{
	text-decoration: underline;
}
.btn_beatride_red_sesion {
  border: #F3596D solid 1px;
  background: #F3596D;
  color: #FFF;
  border-radius: 5px;
  height: auto;
  width: 100%;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  padding: 6px 16px;
}
.btn_beatride_red_sesion:hover {
	transform: translate(0px,-2px);
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 5px 0px rgb(0 1 1 / 30%);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,1,1,0.3);
	box-shadow: 0px 2px 5px 0px rgb(0 1 1 / 30%);
}
.texto_gris {
	color: #4D4F5C;
}
.center {
	text-align: center;
}
.f_18 {
	font-size: 18px;
}
.f_17 {
	font-size: 17px;
}
a.app-link:hover {
	color: #F3596D;
	-webkit-text-decoration-color: rgba(243,89,109,.8);
	text-decoration-color: rgba(243,89,109,.8);
}
.check-input {
	text-align: left;
}
/** Fin Formulario **/
.home-espacio-btns{
	margin-top: 20vh;
}
.sucursal-path-show {
	text-align: center;
	font-size: 32px;
	/* text-transform: uppercase; */
	font-weight: 600;
	color: #F3596D;
	margin-bottom: 15px;
}
.mayus{
	text-transform: uppercase;
}
.minus{
	text-transform: lowercase;
}
/** Home Clase **/
.contenedor-calendario2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2.5%;
	margin-left: 2.5%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
}
.col-calendario {
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: 2px solid hsla(0, 0%, 84%, .48);
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	-moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.morado {
  color: #f24359;
}
.dia-calendario {
  margin-bottom: 30px;
  color: #fff;
}
.entrenador-calendario {
	position: relative;
	min-height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #f24359;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
}
.playlist {
	display: block;
	color: hsla(0, 0%, 100%, .8);
}
.hora-calendario {
	color: #6f6f6f;
}
.w-clearfix:before, .w-clearfix:after {
	content: " ";
	display: table;
}
.w-clearfix:after {
	clear: both;
}
.col-calendario:hover {
	background-color: #272727;
}
.entrenador-calendario:hover {
  color: #aa77db;
}
.entrenador-calendario.done {
  color: #62656d;
  cursor: not-allowed;
}
/** Fin Home Clase **/
.card-cobro-info{
	padding: 1.25rem;
  margin-top: 20px;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: rgba(242,67,89,0.7);
  background-color: #FFF;
  margin: 20px auto;
  max-width: 580px;
}
.card-cobro-info-title{
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}
.card-cobro-info-txt{
	margin: 10px 0;
}
.card-cobro-info-cobro{
	margin-top: 30px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
#conektaIframeContainer{
	height: 830px;
}
#ComprasTable, #ReservacionesTable, #EnEsperaTable, #HistorialTable{
	font-size: 14px;
}
.table thead th {
	border-color: #e7e9ed;
	font-size: 15px;
}
.card-reservaciones-disponibles{
	margin-top: 20px;
	padding: 15px 10px;
  margin-top: 20px;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: rgba(242,67,89,0.7);
  background-color: #FFF;
}
.card-reservaciones-disponibles > table{
	margin-bottom: 0;	
}
.dato-clase {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid hsla(0, 0%, 84%, .48);
	text-align: left;
	color: #5d6778;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}
.valor-dato {
  color: rgba(98, 101, 109, .85);
  font-weight: 500;
  font-size: 16px;
}
.valor-dato-div{
	padding: 5px 10px 0;
}
.ocu-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 100%;
	background-color: #0c32a7;
	font-size: 0px;
}
.dis-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 100%;
	background-color: rgba(98, 101, 109, .36);
	font-size: 0px;
}
.couch-div{
	background: #254197;
	color: #FFF;
	width: max-content;
	padding: 28px 14px;
	border-radius: 44px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}

.row-de-sillas {
	position: inherit;
  margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	-moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.col-de-sillas {
	height: auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.lugar {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	border-radius: 100%;
	background-color: rgba(98, 101, 109, .36);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: rgba(51, 51, 51, .7);
	font-size: 14px;
	letter-spacing: 1px;
	cursor: default;
	margin-left: 2px;
}
.lugar.ocupado {
	background-color: #fa4a3c;
	background-image: -webkit-linear-gradient(
		315deg, #0c32a7, #3354b8);
	background-image: linear-gradient(
		135deg, #0c32a7, #3354b8);
	color: #FFF;
	cursor: default;
}
.lugar.ocupado-user {
	background-color: #fa6053;
	background-image: -webkit-linear-gradient(
		315deg, #fa6053, #fa6053);
	background-image: linear-gradient(
		135deg, #fa6053, #fa6053);
	color: #FFF;
	cursor: default;
}
.lugar-hidden{
	background: transparent !important;
	cursor: initial !important;
}
.beat:hover {
	background-color: #fa6053;
	color: #FFF;
	cursor: pointer;
}
.title-historial{
	margin-top: -50px;
}
table.dataTable thead th, table.dataTable tfoot th {
	font-weight: bold;
	font-size: 14px;
}
.nueva-venta-card{
	margin: 0 auto;
}
.label-msj {
	color: #CB645F;
	font-size: 13px;
}
.btn_beatride_pago {
	border: #5DC18C solid 1px;
	background: #5DC18C;
	color: #FFF;
	border-radius: 5px;
	height: auto;
	width: 100%;
	transition: all 0.2s ease-in-out;
	font-size: 21px;
	padding: 8px;
}
.btn_beatride_pago:hover {
	transform: translate(0px,-2px);
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 5px 0px rgb(0 1 1 / 30%);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,1,1,0.3);
	box-shadow: 0px 2px 5px 0px rgb(0 1 1 / 30%);
}
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 0.6rem;
  color: #5d6778;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  font-size: 14px;
}
.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #F24359;
	text-decoration: none;
	background-color: rgba(242,67,89,0.12);
}
.bold{
	font-weight: 600;
}
.nav-display {
	display: none;
	padding: 0.5rem 1rem;
	color: #F3596D;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	text-align: center;
}
.nav-display-cel{
	display: block;
}
.response-clientes{
	max-height: 155px;
	overflow: auto;
	scrollbar-width: 10px;
}
.response-clientes::-webkit-scrollbar {
	-webkit-appearance: none;
}
.response-clientes::-webkit-scrollbar:vertical {
	/*width:20px;*/
}
.response-clientes::-webkit-scrollbar-button:increment,.response-clientes::-webkit-scrollbar-button {
	display: none;
} 
.response-clientes::-webkit-scrollbar:horizontal {
	/*height: 30px;*/
}
.response-clientes::-webkit-scrollbar-thumb {
	background-color: #F24359;
	border-radius: 4px;
	border: 2px solid #f1f2f3;
}
.response-clientes::-webkit-scrollbar-track {
	border-radius: 4px;  
}
.contenedor-calendario-detalle{
	background: #000;
}
.disponibles-lugares{
	color: #FFF;
}
.modal-clase {
	background: rgba(0,0,0,0.5);
	padding: 30px;
	z-index: 3000;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
  min-height: 100vh;
	-webkit-transition: all ease-in-out .15s, -webkit-box-shadow all .15s;
	-o-transition: all ease-in-out .15s, box-shadow all .15s;
	transition: all ease-in-out .15s, box-shadow all .15s;
	display: none;
}
#ContenidoModal{
	overflow-y: auto;
	padding: 0 15px;
}
.cerrar-modal {
	color: #F24359;
	font-size: 20px;
	cursor: pointer;
}
.label-red {
	color: #F24359;
	opacity: 1 !important;
	font-weight: bold;
}
.buttons-print{
	border: #F3596D solid 1px;
	background: #F3596D;
	color: #FFF;
	border-radius: 5px;
	height: 50px;
	width: 222px;
	transition: all 0.2s ease-in-out;
	font-size: 21px;
}
.leyenda {
	color: #F3596D;
	padding: 10px 0 10px;
	font-size: 15px;
}
.puntos {
	color: #40656f;
	padding: 10px 0 10px;
	font-size: 17px;
	font-weight: 600;
}
.perfiles-card{
	max-width: 800px;
}
.font-20{
	font-size: 20px;
}
.title-puntos {
	font-size: 16px;
	margin-bottom: 10px;
	color: #F24359;
	font-weight: 600;
}
.div-puntos {
	max-width: 190px;
}
.PagoPuntos-div{
	background: rgba(242,67,89,0.12);
	margin: 15px 0;
	padding: 15px 10px;
	color: #F24359;
	text-align: center;
	font-size: 20px;
}
.Btn-red-beat {
	color: #FFF !important;
	background: #F24359;
	font-size: 16px;
	font-weight: 600;
}
@media only screen and (max-width: 600px) {
	#ContenidoModal{
		padding: 0 5px;
	}
	.modal-clase {
		padding: 0px;
	}
	.nav-display-cel{
		display: none;
	}
	.nav-display {
		display: block;
	}
	.morado {
		font-size: 13px;
	}
	.dia-calendario {
		font-size: 13px;
	}
	.col-calendario {
    position: relative;
    padding-top: 20px;
    padding-right: 3px;
    padding-left: 3px;
  }
	.entrenador-calendario {
		width: 100%;
		min-height: 45px;
		padding-right: 0px;
		padding-left: 0px;
		font-size: 9px;
	}
	.hora-calendario {
	  font-size: 12px;
	}
	table.dataTable thead th, table.dataTable tfoot th {
		font-weight: bold;
		font-size: 14px;
	}
	.title-historial{
		margin-top: -25px;
	}
	.mb-4 {
		margin-bottom: 15px !important;
	}
	.app-page-title {
		margin-bottom: 10px;
	}
	.lugar {
		width: 20px;
		height: 20px;
		padding-top: 2px;
		padding-left: 0px;
		font-size: 10px;
		margin-left: 0px;
		letter-spacing: 0;
		margin-right: 0px;
	}
	.row-de-sillas {
		overflow-y: auto;
	}
	.col-de-sillas {
    height: 180px;
  }
	.couch-card {
    padding: 15px 2px !important;
	}
	.card-reservaciones-disponibles{
		font-size: 14px;
	}
	#conektaIframeContainer{
		height: 980px;
	}
	.titulo-header-beatride {
		color: #f24359;
		font-size: 48px;
		line-height: 54px;
		font-weight: 900;
	}
	.div-we-ride{
		text-align: left;
	}
	.div-aviso{
		text-align: left;
	}
	.home-espacio-btns{
		margin-top: 5vh;
	}
	.col-comprar-clase {
    margin: 8px 0px;
  }
}