/*body{
	background: #FFF;
	font-family: 'Avantgarde medium', sans-serif;
}*/
:root {
  --color1: #52667F;
  --color2: #274264;
  --color3: #00B0F0;
  --color4: #4A657B; /* GRIS Button  */
  --color5: #FFF;
  --color6: #191919; /* Negro textos */
	--color7: #425875;
	--color8: #B7B8B9;
	--color9: #8C95A1;
	--color10: #595959; /* Gris textos SwalAlert  */
	--grey-1: #4D6373;
	--bg-login: #D3F0F7;
	--color-azul: #2BA0D4;
	--color-gris: #596F7F;
	--color-gris-2: #4C6475;
	
}
::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFF;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
html,body {
  color: #595959 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  letter-spacing: 1px;
  background: #F2F2F2;
}

#guiaModalBody {
  height: calc(100vh - 160px); /* Ajusta según tu layout */
  overflow-y: auto;
  padding: 1rem;
  box-sizing: border-box;
}
.pdf-page {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}

.border-table {
  --bd-example-padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 1px;
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  position: relative;
  padding: var(--bd-example-padding);
  border: solid #dee2e6;
}
.error-txt {
	color: #EC4157;
}
.success-txt {
	color: #008f39;
}
.total-txt {
	color: #2BA0D4;
}
.label-detalle-guia {
  color: #212529;
}
.image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Color negro con transparencia (0.7) */
  padding: 5px;
  text-align: center;
}

.caption {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
/* TIMELINE */
.timeline {
  border-left: 6px solid var(--color-azul);
  position: relative;
  list-style: none;
  margin-left: 10px;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .timeline-item:after {
  /* background-color: var(--color-azul);
  left: -46px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  content: ""; */
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 4px solid var(--color-azul);
  left: -43px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
/* .TIMELINE */
.password-input {
  position: relative;
}

.password-input input {
  padding-right: 40px;
}

.password-input .toggle-password-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  fill: #000; /* Cambia el color del ícono según tu preferencia */
  width: 24px; /* Ajusta el tamaño del ícono según tu preferencia */
  height: 24px;
}
.estatus-tracking{
  background-color: var(--color3);
  text-align: center;
  font-size: 1.3rem;
  color: var(--color5);
  padding: 20px 20px;
  border-radius: 12px;
  font-weight: 600;
}
.estatus-tracking span{
  font-size: 1.5rem;
}
.min-90 {
  min-width: 90px
}
.text-cobertura{
	color: #4C6475;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4rem;
}
.padding-left-tablero{
	padding-left: calc(34%);
}
.btn-buscar-tablero {
	background: #BCBCBC;
	color: #FFF;
	border: 1px solid #BCBCBC;
	border-radius: 8px;
	padding: 4px 20px;
	font-size: 1.2rem;
}
.btn-crear-envio-tablero {
	background: #4C6475;
	color: #FFF;
	border: 1px solid #4C6475;
	border-radius: 8px;
	padding: 4px 30px;
	font-size: 1.2rem;
}
.img-log-in-dupacker {
	max-width: 600px;
	width: 100%;
}
.bienvenido-dupacker {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-gris-2);
}
.color-gris-2-dupack{
	color: var(--color-gris-2);
}
.color-gris-dupack{
	color: var(--color-gris);
}
.color-azul-dupack{
	color: var(--color-azul);
}
.color-grey-strong{
	color: var(--grey-1);
}
.bullet svg path {
	fill: #28A2D5 !important;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #FFF;
	text-align: left;
	list-style: none;
	background-color: #4D6476;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.5rem;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 0.8rem;
	clear: both;
	font-weight: 400;
	color: #FFF;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	margin: 0.25rem 1rem;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #2BA2D6;
	background-color: #FFF;
	width: fit-content;
	border-radius: 0.8rem;
	font-weight: 500;
}
.icon-tablero{
	max-height: 50px;
}
.icon-tablero-2 {
  max-height: 80px;
}
.breadcrumb-item{
	color: #95A2A3;
}
.breadcrumb-item.active {
  color: #4B6475 !important;
  font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #95A2A3;
	content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item a:hover {
  color: #2AA2D5;
}
.tablero-breadcrumb {
	background: transparent;
	padding: 0;
	font-size: 1.125rem;
  margin-bottom: 15px;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0rem;
	list-style: none;
}
.tablero-sub-1{
	color: #4D6375;
	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 10px;
}
.tablero-1 {
	padding: 20px 16px;
	margin: 10px auto;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(149,162,163,0.14), 0 1px 10px 0 rgba(149,162,163,0.12), 0 2px 4px -1px rgba(149,162,163,0.3);
	box-shadow: 0 4px 5px 0 rgba(149,162,163,0.14), 0 1px 10px 0 rgba(149,162,163,0.12), 0 2px 4px -1px rgba(149,162,163,0.3);
	background: #FFF;
	height: calc(100% - 20px);
}
.tablero-2 {
	padding: 20px 16px;
	margin: 10px auto;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(149,162,163,0.14), 0 1px 10px 0 rgba(149,162,163,0.12), 0 2px 4px -1px rgba(149,162,163,0.3);
	box-shadow: 0 4px 5px 0 rgba(149,162,163,0.14), 0 1px 10px 0 rgba(149,162,163,0.12), 0 2px 4px -1px rgba(149,162,163,0.3);
	background: #FFF;
}
.tablero-num{
	color: #2AA2D6;
	font-size: 2rem;
	font-weight: 600;
}
.dx-datagrid-headers {
  color: #4B6475 !important;
  font-weight: 600 !important;
}
.dx-datagrid {
	color: #5B7281 !important;
  min-height: 500px;
  max-height: 600px;
}
/**
 * 
 * Input
 * 
 * */
.input-fieldset{
	margin-top: -8px;
  padding: 12px 28px 10px 10px !important;
  color: #566E7E !important;
}
.label-fieldset {
	background: #FFF;
	margin: 0 8px;
	padding: 0 6px;
	color: #B1B1B1 !important;
}
/*
 * 
 * End Input
 * 
 * */
.NSD{
	display: none;
	visibility: hidden;
}
.btn-back{
	background: #666666;
	border: none;
	color: whitesmoke;
	fill: #666666;
	font-size: 0.95rem;
	min-width: 160px;
}
.btn-back:hover{
	color: whitesmoke !important;
	fill: #666666 !important;
}
.btn-opcion-2 {
	border: none;
	color: #333;
	background: #F4F4F4;
}
.title-crear-perfil {
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	color:#95A2A3;
}
.title-tablero-dk {
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	color:#95A2A3;
}
.title-tablero-dk-main {
	font-weight: bold;
	text-align: center;
	font-size: 1.1rem;
	color:#95A2A3;
}
.title-tablero-dk-main-2 {
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	color:#95A2A3;
}
.title-tablero-dk-main-3 {
	font-weight: 600;
	text-align: center;
	font-size: 1.15rem;
	color:#757575;
}
.title-tablero-dk-main-4 {
	font-weight: 600;
	text-align: center;
	font-size: 1.2rem;
	color:#3D3D3D;
}
.subtitle-crear-perfil{
	text-align: center;
}
/*input:valid {
	background-color: palegreen;
}

input:invalid {
	background-color: lightpink;
}*/
.form-control:disabled, .form-control[readonly], .form-control[readonly]:focus  {
	background-color: #f2f2f2;
	opacity: 1;
	color: #8D8D8D;
}
.img-profile {
	max-height: 100px;
}
.dx-toast-error {
	background-color: #d9534f;
	margin-top: -90vh !important;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
	background-color: rgba(21,138,34,0.2);
	color: #333;
}
.border-tab {
  border-top: 1px solid transparent;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--color4);
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff  !important;
}
.word-break-all {
	word-break: break-all;
}
.abuelos-textarea{
	background-color: #EEEEEE !important;
	color: #000000 !important;
}
.hr-bg {
	background: var(--color4);
	border: none;
	color: whitesmoke;
	fill: var(--color4);
}
.btn-gestionar {
	background: var(--color4);
	color: #FFF;
	border-radius: 3px;
	padding: 0.375rem 0.75rem !important;
	font-size: 16px;
	border: 0;
	font-weight: 500;
	min-width: 160px;
	margin-top:10px;
}
.modal-home{
	background-image: url('../images/cancha/pantalla-desktop.jpg') !important;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-img {
  max-height: 80px;
}
.logo-img-dash {
  max-height: 60px;
}
#Response{
	display: none;
	visibility: hidden;
	height: 1px;
}
.hidden{
	display: none;
}
.text-right{
	text-align: right;
}
.grey{
	color: #BFBFBF;
}
.pb10{
	padding-bottom: 10px;
}
a {
	color: inherit;
	text-decoration: none;
}
.bg-login{
	background: linear-gradient(to right, var(--bg-login) 50%, #FFF 50%);
}
.bg-1{
	background: var(--color1);
}
.bg-2{
	background: var(--color5);
}
.vh100{
	min-height: 100vh;
}
.h-100 {
  height: 100%!important;
}
.pTop-30vh {
	padding-top: 30vh;
}
.pTop-20vh {
  padding-top: 20vh;
}
.pTop-15vh {
  padding-top: 15vh;
}
.pTop-10vh {
  padding-top: 10vh;
}
.title{
	font-size: 28px;
	font-weight: 700;
}
.box-log-in {
	background: #F4F4F4;
	border-radius: 6px;
	padding: 20px 25px;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.box-350 {
	max-width: 350px;
	min-width: 300px;
	margin: 0 auto;
	text-align: left;
}
.box-650 {
	max-width: 650px;
	margin: 0 auto;
}
.box-950 {
	max-width: 950px;
	margin: 0 auto;
	text-align: left;
}
.box-1280 {
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000;
	background-color: rgba(255,255,255,1);
	background-image: none;
	border: 0px solid transparent !important;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 2px #e8eaeb;
	box-shadow: 0 0 0 2px #e8eaeb;
	-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;
}
.radius-20{
	border-radius: 20px !important;
}
.form-select:focus , .form-control:focus {
	color: var(--color6);
	background-color: #FFF;
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 2px var(--color4);
}
.form-select {
	display: block;
	width: 100%;
	padding: 10px 12px;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color10);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 0px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0 0 0 2px #e8eaeb;
	box-shadow: 0 0 0 2px #e8eaeb;
}
.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 0.8em 1em 0;
	color: var(--color10);
	font-size: 1.2rem !important;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}
.swal2-styled.swal2-confirm {
	background: var(--color4) !important;
	border: none !important;
	color: whitesmoke !important;
	fill: var(--color4) !important;
	border-radius: 3px !important;
	font-size: 1.05rem !important;
	padding: 0.375rem 0.75rem !important;
	min-width: 160px;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgb(65 75 178 / 50%) !important;
}
.form-check-input:checked {
	background-color: var(--color-azul);
	border-color: var(--color-azul);
}
.btn-login{
	background: var(--color-azul);
	color: #FFFFFF;
	width: auto;
  padding: 12px 22px;
	border-radius: 8px;
	border: inherit;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
}
.btn-login: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%);
}
.btn-login:focus {
	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%);
}
.brand {
	color: var(--color3);
	font-size: 40px;
	font-weight: 700;
	margin: 30px 0;
	cursor: pointer;
}
.brand-1 {
	font-size: 26px;
	margin-top: 20vh;
	font-weight: 300;
	color: #FFF;
}
.brand-2 {
	font-size: 36px;
	margin-bottom: 60px;
	font-weight: 700;
	color: #FFF;
}
.espacio-lateral{
	padding-left: 3vw;
}
.see-how{
	color: var(--color3);
	padding-left: 10px;
	font-size: 14px;
	font-weight: 600;
}
.see-how:hover{
	text-decoration: underline;
	cursor: pointer;
}
.img-play{
	max-width: 40px;
}
.play{
	float: left;
}
.clearfix {
  overflow: auto;
}
.bottom-play{
	/*position: absolute;
  bottom: 0;*/
  margin: 25px 0;
  margin-top: auto;
}
.sublink{
	color: var(--color3);
	font-weight: 300;
}
.sublink:hover{
	text-decoration: underline;
	cursor: pointer;
}
.parent-bi{
	display: flex;
	flex-direction: column;
}
.mb-50 {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.vh100{
		min-height: auto;
	}
	.vh100-mob{
		min-height: 100vh;
	}
	.brand-1 {
		margin-top: 30px;
	}
	.bottom-play {
		margin: 25px 0 40px;
		margin-top: auto;
	}
	.pTop-30vh {
		padding-top: 70px;
	}
	.pTop-20vh {
	  padding-top: 50px;
	}
	.pTop-15vh {
		padding-top: 30px;
	}
	.pTop-10vh {
	  padding-top: 30px;
	}

}
/*
----------------------------------
*/
.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: 20px;
}
.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;
}
.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;
}
.navbar-dark .navbar-nav .nav-link {
	color: #828282;
	font-family: 'Avantgarde medium', sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 20px;
}
.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: #F34D62;
}
.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: #40656f;
}
.clase-clase {
	color: #80808F;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.precio-clase {
	font-family: 'Avantgarde medium', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	font-size: 18px;
	margin: 18px 0;
}
.precio-clase::after {
	font-family: 'Avantgarde medium', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	content: ' MXN.';
	font-size: 16px;
}
.precio-clase::before {
	font-family: 'Avantgarde medium', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	content: '$ ';
	font-size: 16px;
}
.expira-dias {
	color: #40656f;
	font-weight: 400;
}
.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;
}
.linkTo, .ShowGuia, .ShowTracking{
	cursor: pointer;
	font-weight: 600;
}
.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: 50px;
	width: 222px;
	transition: all 0.2s ease-in-out;
	font-size: 21px;
}
.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: 36px;
	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: 250px;
	-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: 17px;
}
.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;
}
.select-dashboard {
	background-color: #EEEEEE !important;
	color: #000000 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
}
.select-label-dashboard {
  color: #000 !important;
}
@media only screen and (max-width: 1100px) {
	.modal-home{
		background-image: url('../images/cancha/pantalla-tableta.jpg') !important;
	}
}
@media only screen and (max-width: 767px) {
  .bg-login {
    background: var(--bg-login);
  }
  .bg-login-all {
    background: var(--bg-login);
  }
}
@media only screen and (max-width: 600px) {
	.modal-home{
		background-image: url('../images/cancha/pantalla-celular.jpg') !important;
	}
	#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: 25px;
    height: 25px;
    padding-top: 4px;
    padding-left: 0px;
    font-size: 12px;
    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;
  }
}

