.cst-container{
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

.skd-container{
	padding-top: 2em;
	background-color: #F4F4F4;
}

.skd-title-container{
	padding-top: 2em;
	background-color: #F4F4F4;
}

.first-col-width{
	width: 5.5%;
}

.col-width{
	width: 13.5%;
}

.row-height{
	height: 80px;
}

.t-center {
    text-align: center !important;
}

.th-text{
	text-align: center;
	font-family: 'GalanoGrotesque';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
  text-transform: uppercase;
  padding: 8px 0;
  background-color:#F4F4F4;
  border-bottom: 2px solid #C1C1C1!important;
	/*border-left: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;*/
}

.th-dark-gray{
	background-color: #D9D9D9;
}

.th-gray{
	background-color: #E9E9E9;
}

.last-border-td {
	border-top: none!important;
  	border-bottom: 2px solid #C1C1C1!important;
  	border-left: 2px solid #C1C1C1;
  	border-right: 2px solid #C1C1C1;
}

.border-td {
  border-left: 2px solid #C1C1C1;
  border-right: 2px solid #C1C1C1;
  border-top: none!important;
}

.cycle-item{
	color: white;
	background-color: black;
	text-align: center;
}

.bootcamp-item{
	color: white;
	background-color: black;
	text-align: center;
}


.ev-info-text{
	font-family: 'RMNeue';
  	font-size: 14px;
  	line-height: 1.3;
}

.coach-name{
	font-family: 'RMNeueBlackItalic';
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 0.9;
}

.cycle-item:hover{
  background-color: #2e2e2e;
}

.bootcamp-item:hover{
  background-color: #d86353;
}


/*********** Clases de Slots ***********/

.slt-col-width{
	width: 10.5%;
}

.hd-buttons{
	color: #E73B2B;
	font-family: 'RMNeueBlackItalic';
	font-size: 18px;
	font-weight: 600;
}

.hd-title{
	text-align: center;
	color: black;
	font-family: 'RMNeueBlackItalic';
	font-size: 36px;
	font-weight: 800;
}

.hd-subtitle{
	text-align: center;
	color: black;
	font-family: 'RMNeueSemiBold';
	font-size: 26px;
}

.save-card-checkbox {
	color:black;
}

.compra-checkbox {
	color:black;	
}

.txt-legend{
	color: black;
	font-family: 'RMNeue';
	font-size: 16px;
	display: flex;
}

.slot{
/*	background-color: #C4C4C4;*/
	background-color: #FFF;
	height: 56px;
  width: 56px;
  border-radius: 50%;
  text-align: center;
  display: grid;
  margin: auto;
  font-size: 22px;
}

.slot-coach{
	/*background-color: #E73B2B;*/
	background-color: #00000000;
	height: 150px;
  width: 150px;
  /*border-radius: 50%;*/
  text-align: center;
  display: grid;
  margin: auto;
  background-image: url('../img/coach1.png');
  background-size: 100%;
  border-radius: 50%;
}

.text-coach{
	font-size: 50px;
	color: white;
}

.slot-ocupado{
	background-color: #E73B2B !important;
	color: white;
}

.slot-selected{
	background-color: black !important;
	border: 2px solid #E73B2B;
	color: white;
}

.legend{
	height: 20px;
  width: 20px;
  margin: 0 15px 0 0;
}

.add-lugar-container{
	display: flex;
	text-align: center;
}

.btn-lugar{
	background-color: #E73B2B;
  width: 50px;
  font-family: 'GalanoGrotesque';
  font-weight: 700;
  color: black;
  font-size: 20px;
}

.num-lugares{
	background-color: #EFEFEF;
	flex:  1;
	font-family: 'GalanoGrotesque';
  font-weight: 700;
  color: black;
  font-size: 20px;
}

.btn-reservar{
	color: white;
	background-color: black;
	font-family: RMNeueBlackItalic;
	font-weight: 600;
	text-align: center;
	width: 200px;
	height: 45px;
	display: flex;
}

.slt-chk{
/*	padding-left: 1em;*/
	padding-right: 0.7em;
	font-family: 'RMNeueBlack';
	font-size: 24px;
	line-height: 22px;
}

.slt-text-coach{
	/*font-family: 'GalanoGrotesque';*/
	/*font-weight: 800;*/
	font-size: 100px;
	/*color: white;*/
	color: #E73B2B;
	/*text-transform: uppercase;*/
	line-height: 0.9;
}

.slt-text{
	font-family: 'GalanoGrotesque';
	font-weight: 800;
	font-size: 19px;
	/*color: white;*/
	text-transform: uppercase;
	line-height: 0.9;
}

.txt-red-color{
	color: #E73B2B;
}

.md-btn-confirm{
  background-color: black;
  padding: 10px 50px;
  border-radius: 0;
  margin: auto;
  color: white;
  font-family: RMNeueBlack;
}

.md-btn-cancel{
	background-color: transparent;
	padding: 10px 50px;
	margin-top: 10px;
	border-radius: 0;
	margin: auto;
	color: black;
	text-decoration: underline;
	font-family: RMNeue;
  }
  


.md-btn-confirm-join {
  background-color: black;
  max-width: 25%;
  border-radius: 0;
  margin: auto;
  color: white;
  font-family: RMNeueBlack;
}

.md-btn-confirm-join-mb {
		background-color: black;
		margin-top: 2rem !important;
    max-width: 80%;
    border-radius: 0;
    margin: 0 auto;
    color: white;
    font-family: RMNeueBlack;
}

.md-btn-confirm-join-mb-b {
		background-color: black;
		margin-top: 1rem !important;
    max-width: 80%;
    border-radius: 0;
    width: 45%;
    color: white;
    font-family: RMNeueBlack;
}


.meter-booking{
  color: #E73B2B;
  width: 100%;
  /* margin: 60px auto; */
  /* position: absolute; */
  /* left: 10%; */
  height: 15px;
  appearance: none;
  z-index: 99;
}

.no-credits{
	text-align: center;
	font-family: RMNeueSemiBold;
	font-size: 16px;
}

.hd-fn-title p {
	font-size: 5rem;
}
.hd-fn-title{
	text-align: center;
	color: black;
	font-family: 'RMNeueBlackItalic';
	font-size: 56px;
	font-weight: 700;
	font-style: italic;
}


.filter-container{
	background: white;
/*  border-radius: 10px;*/
}


.hm-2{
	margin: 0 1em;
}

.clase-item{
	background: white;
  border-radius: 10px;
  border: solid #F4F4F4 5px;
  overflow: hidden;
}

.btn-class-item{
	padding: 4px 6px;
  font-size: 14px;
/*  border-radius: 7px !important;*/
	border-radius: 0px !important;
  font-family: RMNeueBlackItalic;
  width: 100%;
}

.btn-stay{
  background-color: #E73B2B;
  color: #ffffff;
}

.no-border {
  border: 0 !important;
}

.btn-book{
  background-color: #E73B2B;
  color: white;
  margin-top: 10px;
  max-width: 100%;
}

.btn-book-disabled {
	background: #c9c9c9;
	pointer-events: none;
}

.class-progress{
  color: #E73B2B;
  width: 100%;
  height: 3px;
  appearance: none;
  z-index: 99;
  margin: 0 0 4px 0;
}


/*Clases de version movil*/
.hd-title-mb{
	text-align: center;
	color: black;
	font-family: 'RMNeueBlackItalic';
	font-size: 26px;
	font-weight: 800;
}

.skd-container-mb{
	padding-top: 0.2em;
	background-color: #F4F4F4;
}

.cst-container-mb{
	width: 100%;
	height: 100%;
	padding: 0 16px;
}

.btn-filter{
	background-color: #929292;
  padding: 10px 12px;
  margin: auto;
  color: white;
  font-family: RMNeueBlackItalic;
}

.skd-title-container-mb{
	padding-top: 1em;
	background-color: #F4F4F4;
}

.dias-carrusel{
  display: flex;
  flex-direction: row;
  column-gap: 33px;
  align-content: center;
  /* overflow: scroll; */
  justify-content: flex-start;
  /* padding-bottom: 50px;*/
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: #E73B2B;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #E73B2B;
}

.day-hd-mb{
	font-family: RMNeueBlackItalic;
	font-size: 17px;
	text-align: center;
}

.day-hd-mb span{
	font-family: RMNeue;
	font-size: 13px;
}

.day-selected{
	background-color: #E73B2B;
	color: white;
}

.clase-mb{
	font-family: RMNeueBlackItalic;
	font-size: 17px;
}

.clase-mb span{
	font-family: RMNeue;
	font-size: 13px;
}

.book-time-mb{
	font-size: 13px;
}

.ev-info-text-mb{
	font-family: 'RMNeue';
	font-size: 14px;
	line-height: 1.3;
	text-align: right;
	padding-right: 12px;
}

.txt-subtitle{
	font-family: 'RMNeue';
	font-size: 20px;
}

.cst-container-mb{
	width: 100%;
	height: 100%;
	padding: 0 10px;
}


.slot-mb{
/*	background-color: #C4C4C4;*/
	background-color: #FFF;
	height: 23px;
  width: 23px;
  border-radius: 50%;
  text-align: center;
  display: grid;
  margin: auto;
  font-size: 14px;
}

.slot-coach-mb{
	/*background-color: #E73B2B;*/
	background-color: #00000000;
	height: 56px;
  width: 56px;
  /*border-radius: 50%;*/
  text-align: center;
  display: grid;
  margin: auto;
  background-image: url('../img/coach1.png');
  background-size: 100%;
  border-radius: 50%;
}

.text-coach-mb{
	font-size: 50px;
	color: white;
}

.slot-ocupado-mb{
	background-color: #E73B2B;
	color: white;
}

.slot-selected-mb{
	background-color: black !important;
	border: 2px solid #E73B2B;
	color: white;
}

.legend-mb{
	height: 15px;
  width: 15px;
  margin: 4px 3px 0 0;
}

.row-height-mb{
	height: 10px;
}

.row-height-no-coach{
	height: 40px;
}

.slt-col-width-mb{
	width: 10%;
}

.bnt-reserv-dis {
	background-color: #929292 !important;
}

.coaches-filter-mb{
	display: flex;
	flex-direction: row;
	flex-grow: 1;
}

.filter-container-mb{
	width: 100%;
	max-height: 85px;
	min-height: 85px;
	overflow: hidden;
	overflow-x: scroll;
	display: flex;
	flex-direction: row;
	flex-grow: 0;
}

.filter-option-mb{
	padding: 0 10px;
	min-width: max-content;
	background-color: white;
	height: fit-content;
}

.slt-chk-mb{
/*	padding-left: 1em;*/
	padding-right: 0.7em;
	font-family: 'RMNeueBlack';
	font-size: 18px;
	line-height: 22px;
}

.txt-legend-mb{
	color: black;
	font-family: 'RMNeue';
	font-size: 14px;
	display: flex;
}

.slt-text-mb{
	font-family: 'RMNeueBlackItalic';
	font-size: 13px;
	/*color: white;*/
	text-transform: uppercase;
	line-height: 0.9;
}

.circle-date-btn{
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px #00000042;
  text-align: center;
}

.circle-left{
	margin: auto 0 auto auto;
}
.circle-right{
	margin: auto auto auto 0;
}

.circle-date-btn span{
	color: #E73B2B;
  font-size: 30px;
  line-height: 50px;
}

.circle-date-btn-mb{
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px #00000042;
  text-align: center;
  margin: auto 10px;
  padding: 0;
}

.circle-date-btn-mb span{
	color: #E73B2B;
  font-size: 20px;
  line-height: 30px;
}

.circle-mg-mb{
	margin: auto 10px auto 10px;
}

.circle-btn-disable{
	background-color: #ffffff00;
}

@media (max-width: 768px){ 
  .meter-booking{
	  height: 8px;
  	appearance: none;
  	display: block;
	}
}
.book-done-t {
	font-size: 3.5rem; font-family: RMNeueBlackItalic; 
}
.txt-jo {
	font-family: 'RMNeue';
	font-size: 3.5rem;
	color: black;
}

.compra-expiracion {
	font-family: 'RMNeue';
	color: black;
}

.join-hiive-buttons {
	margin-top: 4rem;
	display:flex;
	flex-direction: row;
}

.join-hiive-buttons-mb {
	display:none
}

.join-hiive-t-btn {
	display:flex;
	column-gap: 5%;
}

.share-tel-label {
	font-family: 'RMNeueBlack';
	font-size: 1.2rem;
	color: black;
	text-align: right;
}

@media (max-width: 600px){  

	.coaches-filter-mb {
		display: inline-block;
	}

	.slt-chk-mb{
		padding-left: 1em;
		padding-right: 0rem;
	}

	.join-hiive-buttons {
		display:none;
	}
	.join-hiive-buttons-mb { 
		display:block;
	}
	.book-done-t {
		margin-top: 2rem;
		font-size: 2.5rem;
	}

	.hd-fn-title p {
		font-size: 2.7rem;
	}
	.txt-jo {
		font-size: 1.5rem;
	}
	.cst-container {
		padding: 0 1rem;
	}
	.aviso-txt {
		font-size: 13px;
	}
	..md-btn-confirm-join {
		max-width: 80%;
		width: 80%;
	}
	.share-tel-label {
		text-align: left;
	}
}


.aviso-txt {
	font-family: 'RMNeue';
	font-size: 1rem;
}
