li.liVentajas {
    display: none !important;
}

/* FUENTES */

@font-face {
  font-family: "FreeSans";
  src: url(/Personalizar/fonts/FreeSans.otf);
}

body {
	  font-family: "FreeSans" !important;
}

h1, h2, h3, h4, h5, h6, p, a, li, ul {
	font-family: "FreeSans" !important;
}

/* ----------------------GENERAL---------------------- */



h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e !important;
    font-weight: 200;
	font-family:Roboto;
    letter-spacing: -1px;
    margin: 0;
}

#radio > label, #radio2 > label, #radioTipoDocumento > span > label {
    padding: 15px 1px 15px;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all .4s;
    border: 2px solid;
    text-align: center;
}
.tm-box {
   /*background-color: white!important;*/
}
table#tablaPlazas * {
    border: none;
    padding: 0;
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 2px;
}
.shop .total-amount {
    font-size: 1.7em;
    display: block;
    padding-top: 10px;
    color: black !important;
}
.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
    min-height: 330px;
}
body{
	background: url(/Personalizar/Img/fondo.jpg);
	background-attachment:fixed;
	background-size:cover;
}

body .btn-primary {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	border-radius: 0px !important;
    background-color:  rgb(180,191,0) !important;
    border-color:  rgb(180,191,0) !important;
	transition: 500ms;
}
body .btn-primary:hover{
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	border-radius: 0px !important;
    background-color:#555 !important;
    border-color: #555 !important;
	transition: 500ms;
}

body .btn-primary:active, body .btn-primary:focus {
    border-color: #555 !important;
    background-color: #555;
}

.imagenCentralInicio {
    min-height: 745px;
}
div#USER1 {
	color:  rgb(180,191,0);
	font-size:1.5em;
	font-weight: bold;
}
div#USER2 {
	color: black;
	font-size:1.5em;
}

/* ---------------------CABECERA---------------------- */
#header > .navbar-collapse > .container {
    position: relative;
    max-width: unset !important;
    width: 100%;
}
	/* IDIOMAS */
		div#idiomas {
			position: absolute;
			left: 93%;
			top: 0%;
			z-index: 1000;
		}
		input#btnLenguajeES, input#btnLenguajeEN , input#btnLenguajeCA  {
			width:20px !important;
		}
		
		input#btnLenguajeEU, input#btnLenguajeFR{
			width: 20px !important;
		}
		input#btnLenguajePT {
			display: none;
		}
		
		
	/* LOGO */
		#header .logo img {
			width: 104px !important;
			height: 24px !important;
			margin-top: 18px;
			margin-left: 47px;
		}
		}
		
		div#divContainerInternoTextoPublico {
			display: none;
		}
		
		#header .logo-sticky-active img{
			width: 108px !important;
			height: 45px !important;
			content: url(/Personalizar/Img/logomini.png) !important;
			top: -13px !important;
		}
	
	/* HEADER */
		#header {
			    background: #FFFFFF;
				border-top: none !important;
				border-bottom: solid 4px #666 !important;
				height: 101px;
				
				min-height: unset !important;
			}
			#mainMenu > li {
			padding: 0%;
			top: 0px;
			float: unset !important;
			display: inline-block;
		}
			#header nav {
			float: unset;
			width: 100%;
			text-align:center;
		}
		body.sticky-menu-active #header {
			border-bottom: 1px solid #E9E9E9;
			position: fixed;
			top: -29px;
			width: 100%;
			z-index: 1001;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
			filter: none;
			background: #ffffff;
		}
	/* MENU */
		.sticky-menu-active #header .navbar-collapse {
			    margin-top: -88px;
		}
		.sticky-menu-deactive #header .navbar-collapse {
			margin-top: -102px;
		}
		 #header .navbar-collapse{
			margin-top:-85px;
		}
		#header nav ul.nav-main li a {
			    color: #555555;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				letter-spacing: 0px;
		}
		#header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a:active {
			color:  rgb(180,191,0) !important;
			background:none !important;
			transition:500ms;
		}
		.sticky-menu-active #header nav ul.nav-main li a {
			    color: #555555;
		}
		#radio > .border-active, #radio2 > .border-active, #radioTipoDocumento > span > .border-active {
			border-color: rgb(180,191,0) !important;
			background-color: rgb(180,191,0) !important;
			color: #fff !important;
			font-weight: bold;
		}
div#divContainerWell {
    padding: 0px !important;
    width: 100%;
}
		/************************************************************/
		ul#mainMenu a{
			vertical-align: middle;
			-webkit-transform: perspective(1px) translateZ(0);
			transform: perspective(1px) translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			overflow: hidden;
			border-radius:0px !important;
			position: relative;
		}	
			
		ul#mainMenu a:before{
			content: "";
			position: absolute;
			z-index: -1;
			left: 51%;
			right: 51%;
			bottom: 0;
			background: #ffffff;
			height: 2px;
			-webkit-transition-property: left, right;
			transition-property: left, right;
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
		}
		ul#mainMenu a:hover:before, ul#mainMenu a:focus:before, ul#mainMenu a:active:before {
			left: 0;
			right: 0;
		}



		/***********************************************************/
	
/* ----------------------INICIO----------------------- */
	/* BOTONES INICIO */
		div#MainContent_divContainerInternoBotones {
			border-radius: 0px !important;
			border: 0px;
			background: none !important;
			order: 2;
			width: 100%;
			padding-left: 0px;
			box-shadow: none !important;
			padding-right: 0px;
		}
		
	/* TEXTO PUBLICO */
		#divContainerInternoTextoPublico {
			min-height: 250px;
			background: transparent !important;
			border-radius: 0px !important;
			border: 0px !important;
			margin-top: 35px;
			box-shadow: none;
			margin-bottom: -11px;
		}
div#users {
    margin-top: 43px;
    width: 100%;
	text-align:center;
}
div#users p {
    font-size: 20px;
    letter-spacing: 2px;
	color: black;
	margin-bottom: 0px;
}
.col-md-12.well.text-center {
    background: #ffffffcc !important;
    border: 0px;
}
.col-xs-12 {
    box-shadow: none;
}
span.rotate {
    display: none;
}
.page-header h2 {
    border-bottom-color: #b4bf00;
    color: white !important;
}
header.header {
    background: #ffffff;
    border: 0px;
}
div#users p b{
    color:#0063f8;
}
div#user1, #user2 {
    display: inline-block;
    text-align: center;
	padding:12px;
    width: 50%;
	background:#ffffff7d;
}
input#btnLogin, input#btnQuieroInformacion, input#btnAlta{
	width:100% !important;
	margin: 0px;
	height: 300px;
	background-size: cover !important;
	border:0px !Important;
	box-shadow: inset 0px 360px 0 0 #b4be007a;
	transition:500ms;
	color:#ffffff;
	text-transform: uppercase;
    font-weight: 700;
	font-size:35px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	
	
	
}
div#MainContent_divBtnLogin, div#MainContent_divBtnQuieroInformacion,div#MainContent_divBtnAlta{
	box-shadow: 0px 0px 12px 2px black;
}

.imagenCentralInicio {
    min-height: 745px;
    display: flex;
	background:white !important;
    flex-direction: column;
}


	
input#btnAlta {
	background: url(/Personalizar/Img/boton1.jpg);
}

input#btnQuieroInformacion{
	background: url(/Personalizar/Img/boton2.jpg);
}

input#btnLogin{
	background: url(/Personalizar/Img/boton3.jpg);
}
/* --------------------FORMULARIO--------------------- */

#header > .container {
    height: 111px;
    margin-bottom: -35px;
    position: relative;
    display: table;
    max-width: unset !important;
    width: 100%;
}

.form-control:focus {
    border-color:  rgb(180,191,0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
    background: rgba(0, 136, 204, 0.1);
}

	/* BARRA DE PROGRESO */
		html .wizard-progress .wizard-steps li.completed a span, html.dark .wizard-progress .wizard-steps li.completed a span {
			border-color:  rgb(180,191,0);
			background:  rgb(180,191,0);
		}
		html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
			background:  rgb(180,191,0);
		}
		html .wizard-progress .wizard-steps li.active a span, html.dark .wizard-progress .wizard-steps li.active a span {
			color:  rgb(180,191,0);
			border-color:  rgb(180,191,0);
		}
		
	/* CUOTAS */
		.featured-box .box-content {
			border-top: 3px solid  rgb(180,191,0);
		}
	
	/* CALENDARIO */
		.modal-block-primary.modal-header-color .panel-heading {
			background-color: #d6d6d6;
		}
		.modal-block-primary .modal-icon .fa {
			color:  rgb(180,191,0);
		}
		.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
			color: #ffffff;
			background-color:  rgb(180,191,0);
			border-color:  rgb(180,191,0);
		}
		.datepicker table thead tr:first-child th:hover {
			background:  rgb(180,191,0);
		}
		
		/* LOPD */
		#MainContent_divAccionesComerciales, #MainContent_divPermitirCompartirDatosATerceros, div#MainContent_divPermitirCompartirImagenRedesSociales  {
			border: 3px solid  rgb(180,191,0);
			box-shadow: 0px 0px 5px 2px black;
}
		}
		
		/* RADIO BTN */ 
			html.dark .radio-primary input[type="radio"]:checked + label:after, .radio-primary input[type="radio"]:checked + label:after {
				background:  rgb(180,191,0);
				-webkit-box-shadow: 0px 0px 1px  rgb(180,191,0);
				box-shadow: 0px 0px 1px  rgb(180,191,0);
			}
		
		/* PAGOS ALTA */
			label#MainContent_lblInformacionPagina {
				text-transform: initial;
				font-weight: initial;
				margin-top: 20px;
			}
			.pricing-table h3 {
				color: #ffffff !important;
				text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
				background:  rgb(180,191,0);
			}
			.pricing-table h3 span {
				color:  rgb(180,191,0);
			}
			.transaccion {
				background-color:  rgb(180,191,0);
			}
			
/* -------------------LOGIN-------------------- */
.body-sign .panel-sign .panel-body {
    border-top-color:  rgb(180,191,0);
}
.body-sign .panel-sign .panel-title-sign .title {
    background-color:  rgb(180,191,0);
	color:white !important;
	letter-spacing:1px;
}		
section.body-sign {
    height: auto;
}
.imagenCentralLogin {
    height: auto;
    min-height: 745px;
}
li#liAviso a, #liNormas a, #liCondiciones a, #liPolitica a {
    color: white !important;
    font-family: roboto, arial, helvetica;
    font-size: 11px;
    letter-spacing: 1px;
}
.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .footer, .card[data-background="image"] small, .card[data-background="image"] a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .footer, .card[data-background="color"] small, .card[data-background="color"] a {
    color: #FFFFFF !important;
}
/* -------------------AREA CLIENTE-------------------- */
.userbox.open .dropdown-menu a:hover {
    background: #b4be00 !important;
}

ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #b4be00 inset !important;
}
ul.nav-main li .nav-children li.nav-active > a {
    color: #b4be00 !important;
}
.page-header h2 {
    border-bottom-color: #b4be00 !important;
}

/* -------------------PIE DE PÁGINA------------------ */
#footer .container .row > div {
    margin-bottom: 20px;
}
#footer {
    margin-bottom: 1rem;
    background: #333;
}

h2 {
    text-align: center;
    font-size: 4.2em;
}
section.content-body {
    background: url(/Personalizar/Img/fondo-pesas.jpg);
    background-size: cover;
    background-attachment: fixed;
}
h2 {
    color: #005AC3 !important;
    font-weight: bold !important;
}
a#carritoRef {
	color: hotpink;
}
h2#subtexto1 {
    color: black !important;
}
.panel-title {
    color: #33353f !important;
}
h1#MainContent_h2LocalizacionCentro {
    color: white !important;
}
a#lblMenuPartidos, a#lblPartidos {
	display: none;
}

.dropdown-menu{
	background-color: white !important;
}

ul.dropdown-menu > li > a{
	background-color: white;
}

li.dropdown ul li:hover{
	background-color: #eeeeee;
}

li.dropdown ul li{
	background-color: #eeeeee;
}
label#MainContent_lblInformacionDatosPersona {
    display: none;
}
button#btnMultiinstalacion, button#btnMultiinstalacion {
    display: none;
}
td.publicidad {
    font-size: 35px;
}
a#carritoRef {
    color: white !important;
    font-weight: bold;
    font-size: 35px;
}
strong {
    color: black;
}


section.content-body >h2 {
    color: white !important;
	font-size: 4.6em !important;
}
.well {
	background-color: rgba(234, 239, 228, 0.25) !important;
}

/* ACTIVIDADES LIBRES */
/* div[actividadlibre="5"] {
    background-image: url(/Personalizar/Img/basket.jpg) !important;
}
div[actividadlibre="4"] {
    background-image: url(/Personalizar/Img/futbol.jpg) !important;
}
div[actividadlibre="11"] {
    background-image: url(/Personalizar/Img/padel.jpg) !important;
}
div[actividadlibre="6"] {
    background-image: url(/Personalizar/Img/squash.jpg) !important;
}
div[actividadlibre="1"] {
    background-image: url(/Personalizar/Img/tenis.jpg) !important;
} */


/* SERVICIOS */
/* div[agrupacion='1000'] {
    background-image: url(/Personalizar/Img/personal.jpg) !important;
}
	div[servicio='6'] {
		background-image: url(/Personalizar/Img/personal.jpg) !important;
	}
div[agrupacion='1001'] {
    background-image: url(/Personalizar/Img/fisio.jpg) !important;
}
	div[servicio='3'] {
		background-image: url(/Personalizar/Img/fisio.jpg) !important;
	}
	div[servicio='4'] {
		background-image: url(/Personalizar/Img/osteo.jpg) !important;
	}
div[agrupacion='1021'] {
    background-image: url(/Personalizar/Img/estetica.jpg) !important;
}
	div[servicio='1'] {
		background-image: url(/Personalizar/Img/laser.jpg) !important;
	} */
div#filterS {
    background-color: rgba(0, 0, 0, 0.76) !important;
}

/* BONO */
/* .bono.card.card-just-text.card-with-border.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    background-image: url(/Personalizar/Img/padel2.jpg) !important;
} */

ul#idiomaPanel {
	padding-left: 15px;
}




/**********************PROCESO DE ALTA************************************/
h1#MainContent_h2InformacionDatosPersona {
    margin-bottom: 45px;
    line-height: 32px;
}
div#divInformacionDatosPersona {
    width: 100% !important;
}
h3#h3YaFuiSocioDatosPersona {
    margin-right: 30px;
}

div#MainContent_pPasos {
    margin-top: 15px;
}
h1#MainContent_h2SeleccionarCuota {
    margin-left: 30px;
}
div#divInformacionPagina {
    margin-left: 30px;
}
div#MainContent_divCuotas {
    text-align: center;
}
.cuotas-class {
    float: unset !important;
	display: inline-block;
}
.featured-box {
    border-radius: 0px !important;
}

div#w4-DatosPersonales {
    padding: 40px;
	background: #fff;
    width: 100%;
}
.form-control {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #2d2d3c !important;
    background: transparent;
    border-radius: 0px !important;
    box-shadow: none;
    padding-left: 0px !important;
}
div#MainContent_divPromociones {
    width: 100%;
    margin: 0px !important;
    border-radius: 0px;
    margin-top: 32px !important;
    margin-bottom: 28px !important;
}
/**************************************************************************/


/******************************AACC*************************************/
div#filtrosParrilla {
    background: #b6bc00;
}
.form-group.pull-left.selectorFecha.is-empty label.label-control, .dropdown.pull-left label.label-control, label#tituloHora {
    color: white !important;
}
@media (min-width: 990px) {
	.col-md-offset-1 {
		margin-left: 5% !important;
	}
	input#dateAACC {
		width: 200px !important;
		text-align: left !important;
		border-radius: 5px !important;
	}
}
.timeline .tm-items > li .tm-box {
    background-color: white !important;
    color: black !important;
}
.col-xs-12 {
    box-shadow: none;
}
.tm-box.appear-animation.noPermitidaReserva.fadeInRight.appear-animation-visible h2 {
    color: black !important;
}
.tm-meta span {
    color: black !important;
    /* text-shadow: 1px 1px 1px black; */
}
#tablaClasesColectivas > tbody > tr > td {
    height: 100%;
    border: 6px solid #ecedf0;
}
.horarioDIVHead {
    color: white;
}
.vistaContenido {
    /*height: 92px !important;*/
    border-radius: 0px;
}
th.horarioTDHead {
    border: 4px solid #ecedf0;
    background: #0063f8;
    height: 60px !important;
}
div#target {
    background: #ecedf0;
	box-shadow: none !important;
	border-radius: 0px;
}
#tablaClasesColectivas > tbody > tr > td {
    height: 100%;
    background: #bdbdbd;
}
.horarioDIV {
    color: white;
    font-size: 15px;
}
th.horarioTD {
    border: 4px solid #ecedf0;
	background: #0063f8;
}
th.horarioTDHead {
    border: 4px solid #ecedf0;
}
.vistaContenido {
    /*height: 92px;*/
    border-radius: 0px;
	color:white !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-shadow: 1px 1px 1px black !important;
}
#fondoParrilla {
    z-index: 1;
    background: transparent;
}
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #0088cc;
    text-shadow: 1px 1px 1px black !important;
}
.tm-datetime-date {
    color: white;
}
.timeline {
    position: relative;
    padding: 30px 0;
    background-image: url(/Personalizar/img/fondo-aacc.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.timeline .tm-body {
    position: relative;
    background: #00000087;
    margin-top: -30px;
    padding: 30px 0;
}
a.dropdown-toggle.filtros.btn.btn-default {
    background-color: rgb(38, 50, 56) !important;
}
div#filtroEstados a.dropdown-toggle.filtros.btn.btn-default {
    background-color: white !important;
}

/**********************************************************************/


@media (max-width: 1200px) { /*600*/


		.col-tm.add-block {
			display: block;
			position: absolute;
			bottom: 0px;
			height: 100% !important;
			right: 0px;
		}
		.timeline .tm-items > li .tm-box:after {
		display:none;
		}
		div#selectorVista h3 {
    display: none;
}
/*
div#filtrosParrilla {
    display: none !important;
}
*/

a#btnAgenda, a#btnLista {
	display: none !important;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12.divTable {
    min-height: 1200PX !IMPORTANT;
}
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}
.timeline .tm-items > li .tm-datetime {
    margin: 0;
    position: static;
    text-align: left;
}
.tm-datetime-date {
    display: none;
}
.tm-icon.ImagenTrabajador {
    display: none;
}
.timeline .tm-title {
    min-width: 180px;
    width: 100%;
}


.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom.pull-right {
    position: absolute !important;
    width: 100%;
    top: 37px!important;
	    border-radius: 0px;
	
}
.datepicker .table-condensed > thead > tr > th {
    padding: 0;
    background: white;
}
.tm-title .h5.text-uppercase {
    display: none;
}
#dateAACC, #dateAALL {
    cursor: pointer;
    border: 0px solid !important;
    border-radius: 0px !important;
    FONT-VARIANT: JIS04;
    margin-top: 9px;
    padding-left: 7px;
    font-size: 20px;
	margin-top: -20px !important;
    margin-top: -18px !important;
    padding-left: 7px;
    margin-bottom: -12px;
    text-transform: uppercase;
}

.timeline .tm-title {
    min-width: 180px;
    padding: 0px !important;
}
.timeline .tm-body {
    position: relative;
    padding: 0px 0 !important;
	margin-top: -20px !important;
	min-width:unset;
}
.form-group.pull-left.selectorFecha.is-empty {
    padding: 0;
    margin: 0;
    border: 0px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    margin: 10px 1px;
    width: 100%;
}
#dateAACC {
    width:100%;
}
body {
    background-size: 1170px;
    background-position-y: 120px;
    background-repeat: no-repeat;
	background-color:#262626 !important;
}
	
.userbox:after {
   
   display:none;
}
.timeline .tm-body:after {
    display:none !important;
}
.col-tm h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 35px;
    margin-bottom: 10px !important
}
.form-group.pull-left.selectorFecha.is-empty {
    width: 100%;
}
section.content-body {
    background-image: none !important;
    background-color: #262626 !important;
}
.tm-title {
    background: transparent !important;
}
.header .toggle-sidebar-left {
    background: #ffffff !important;
    color: black !important;
    border-radius: 0px !important;
    right: 0px !important;
    top: 14px !important;
    width: 45px !important;
    height: 30px !important;
    line-height: 28px !important;
}
/* .header-right {
    background: #262626 !important;
}

.logo-container {
    background: #262626 !important;
    border: 0px !important;
}*/
.dropdown.pull-left {
	z-index: 1 !important;
}
.timeline {
	padding-left: 0;
	padding-right: 0;
}
.tm-info {
    position: absolute;
    right: 4px;
    z-index: 1;
}
.header .logo img {
    color: transparent;
    width: 104px !important;
    height: 24px !important;
}
.header .header-right {
    background: #262626;
    float: none !important;
    height: 60px;
    margin-top: 60px;
    width: 100%;
}
label.label-control {
    display: none;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #ffffff !important;
	font-size: 15px;
}
.tm-meta span {
    font-size: 10px;
    line-height: 13px;
    font-weight: 100;
	color:white;
}
.row-tm [class*="col-"] {
    display: flex;
    align-items: center;
    width: 100%;
}
	.vistaContenidoT {
		width: 175px;
		height: 50px;
		text-align: center;
		/* top: 88px !important; */
		padding: 0px !important;
		right: -33px;
		position: absolute!important;
	}
	.tm-body .row {
    width: 100%;
	margin-right: 0px !important;
    margin-left: 0px !important;
}
button#btnLista, #btnParrilla, #btnAgenda {
    width: 33%;
    border-radius: 0px;
    margin-top: -30px;
}

	.timeline .tm-title {
		margin:0px !important;
	}
	.timeline .tm-items > li .tm-box {
		border-radius: 0px !important;
		    /*min-width: 400px;*/
}
	
	ol.tm-items li {
		padding: 0px !important;
	}


	.pull-left {
		float: unset !important;
			width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm h2 b {
		color: black !important;
	}
	.vistaContenidoT {
		background: #ffffff96 !important;
		border-radius: 0px !important;
		color: black !important;
	}
} /**** FIN MEDIA WIDTH **/

@media(max-width:990px){
	h2#textoBienvenida {
		line-height: 50px;
	}
	div#user1, #user2 {
		width: 100%;
	}
	.btn-responsive-nav {
		top: 10px !important;
		background: white !important;
		color: rgb(180,191,0) !important;
	}
	#header .nav-main-collapse {
		top: 8px;
		position: relative;
		background: none repeat scroll 0% 0% rgb(180,191,0) !important;
		max-height: none;
		box-shadow: -12px 19px 27px -3px black;
		width: 100%;
		overflow: hidden;
	}
	#header .nav-main ul li {
		padding: 0px;
		margin: 0px;
		clear: both;
		float: none;
		display: block;
		border-bottom: 0px solid #ffffff !important;
	}
	#header .nav-main ul li a{
		color: #fff !Important;
		padding: 0px;
		margin: 0px;
		clear: both;
		float: none;
		display: block;
		border-bottom: 1px solid #ffffff !important;
	}
	div#idiomas {
		display: none;
	}
	input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
		height: 150px;
		text-shadow: none;
		margin-top: 6px !important;
		margin-bottom: 0px !important;
		color: white;
	}
	.imagenCentralInicio {
		background:#ffffff !important;
	}
	body.sticky-menu-active #header .logo img, #header.fixed .logo img {
		margin-top: 3px !important;
	}
	body.sticky-menu-active #header  .btn-responsive-nav {
		top: 25px !important;
		background: rgb(180,191,0) !important;
		color: #ffffff !important;
	}
	.sticky-menu-deactive #header .navbar-collapse {
		margin-top: -66px;
	}
	.sticky-menu-active #header nav ul.nav-main li a {
		color: #ffffff;
	}
	#header .nav-main-collapse.in {
		width: 100%;
		overflow: hidden;
		    z-index: 10;
		    margin-top: -66px;
		display: block !important;
		background: rgb(180,191,0) !important;
	}
	#header .nav-main-collapse.collapsing {
			top:27px;
		    z-index: 10;
		
	}
	#divContainerInternoTextoPublico {
		
		margin-bottom: -35px;
	}
	body.sticky-menu-active #header {
		border-bottom: 1px solid #E9E9E9;
		position: fixed;
		top: -13px;
		display:none;
		width: 100%;
		z-index: 1001;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
		filter: none;
		background: #ffffff;
	}
	div#w4-DatosPersonales {
		margin-left: 10px;
		margin-right: 10px;
	}
	div#filtroAgrupacion,
	div#filtroActividad,
	div#filtroMonitores {
		display: none !important;
	}
	a#btnLista {
		width: 50% !important;
	}
	a#btnAgenda {
		width: 50%;
		margin-top: 0px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.selectorVista, #selectorVista {
		width: 99% !important;
	}	
	.col-xs-12.col-sm-12.col-md-12.col-lg-12.divTable {
		width: 100% !important;
	}
	input#dateAACC {
		background-color: white !important;
		color: black !important;
	}
}
/* Checkbox */
html.dark .checkbox-primary label:before, .checkbox-primary label:before {
    background: rgb(180,191,0) !important;
    border-color: rgb(180,191,0) !important;
}
/* radio button */
html.dark .radio-primary input[type="radio"]:checked + label:after, .radio-primary input[type="radio"]:checked + label:after {
	background: rgb(180,191,0);
	-webkit-box-shadow: 0px 0px 1px #58a618;
	box-shadow: 0px 0px 1px rgb(180,191,0);
}



/* CAMBIOS */
.body {
    background: url(/Personalizar/Img/provis_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#divMain {
    background-color: #ffffffcc;
}
div#divContainerWell {
    background: transparent !important;
    border: 0px;
}
html .wizard-progress .wizard-steps li a, html.dark .wizard-progress .wizard-steps li a {
    color: #555555;
}
.h1Titulo {
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
}
h1#MainContent_h2SeleccionarCuota {
    font-size: 47px;
	font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    margin-top: 10px !important;
    margin-bottom: 40px;
}
#divInformacionPagina {
    text-align: center;
}
label#MainContent_lblInformacionPagina {
    display: none;
}
div#MainContent_divCuotas {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.featured-box {
    border: 5px solid #B4BC00;
    min-height: 340px;
}
.featured-box .box-content {
    background-color: #fff;
	border-radius: 0 !important;
    padding: 0px;
    font-family: "Bebas Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.box-content {
    border-radius: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-top: 0px !Important;
}
.box-content > h4 {
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    background-color: #B4BC00;
    padding: 14px 0px 14px 0px;
    text-transform: none;
    /*font-size: 28px;*/
	font-size: 12px;
    font-weight: 900;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px !important;
    order: 1;
}
div[id*="divPrecioMensual"] {
    margin-top: -20px !important;
    order: 3;
}
div[id*="divPrecioMensual"] p {
    margin-bottom: 0px;
}
label[id*="lblPrecioMensual"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    display: initial !important;
}
div[id*="divPrecioTotal"] {
	opacity: 0;
    margin-top: 0px !important;
    order: 2;
}
label[id*="lblPrecioTotal"] {
    font-family: "Bebas Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 26px;
    color: #000;
    margin-top: 20px;
    display: initial !important;
}
div[id*="divPrecioMatricula"] {
    margin-top: 10px !important;
    order: 4;
}

div[id*="accordionMasInformacion"] {
    order: 5;
}


label[id*="lblNombreMatricula"] {
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: initial !important;
    color: #000;
}
label[id*="lblPrecioMatricula"] {
    /*display: none !important;*/
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: initial !important;
    color: #000;
}
.descriptionCuota {
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    order: 5;
}
div[id*="divBtnSeleccionCuota"] {
    margin-top: 10px !important;
    margin-bottom: 10px;
    order: 6;
}
div#MainContent_divCuotas .btn {
    font-size: 40px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0;
    right: 0;
    height: 100%;
    opacity: 0;
}
div#MainContent_divCuotas .btn:hover {
    color: white !important;
    background: #555 !important;
    opacity: 1;
}

.col-md-12.col-lg-12.divNombreActividadLibre h2,
span#mesSelect {
	color: white !Important;
}

/* AACC */
#divNombreCentro {
	display: none;
}
#filtrosParrilla a#btnParrilla {
	display: none;
}
.timeline .tm-items > li .tm-box {
	background-color: white !Important;
}
div.selectorFecha > div.bootstrap-datetimepicker-widget {
    position: absolute !important;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm h2 b {
	color: black;
}
@media (max-width: 990px) {
	.timeline .tm-items > li .tm-box .tm-meta span {
		color: white !important;
	}
}
button#btnLista, button#btnParrilla, a#btnLista, a#btnAgenda {
    background-color: #fff;
    color: #000;
    font-family: "Raleway",sans-serif;
    opacity: 1;
}
#btnParrilla.selected, #btnLista.selected, #btnAgenda.selected {
    background-color: #fff !important;
    color: #d85000;
    font-family: "Raleway",sans-serif;
    font-weight: bold;
    opacity: 1;
}

div#divMain > div#divContainerWell div#MainContent_divCuotas > div[id^="div"] > div[id^="divFeaturedBox"] {
    height: 300px !important;
    min-height: 100px !important;
    /* min-width: 358.09px; */
}
div#divMain > div#divContainerWell div#MainContent_divCuotas > div[id^="div"] > div[id^="divFeaturedBox"] > div.box-content {
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

@media (min-width: 1200px) {
	div#divContainerWell {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		position: relative;
		margin-right: auto;
		width: 80%;
		left: 0;
		right: 0;
	}
	div#MainContent_pPasos {
		width: 70%;
		margin-top: 60px;
	}
}


@media (min-width: 1710px) {
	div[id*="divBtnSeleccionCuota"] {
		width: 100% !important;
		height: 100% !important;
		/*margin-top: -312px !important;*/
		margin-top: -160px !important;
		margin-bottom: 0px !important;
	}
	div[id*="divBtnSeleccionCuota"] button {
		height: 373px;
		width: 100% !important;
		margin-bottom: -5px;
		margin-left: 0;
		background: transparent !important;
		color: transparent;
		text-shadow: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 45px !important;
		font-weight: 700;
		border-color: transparent !important;
	}
	div[id*="divBtnSeleccionCuota"] button:hover {
		background-color: #555 !important;
		border-color: rgb(180,191,0) !important;
	}
}

.page-header .sidebar-right-toggle {
    pointer-events: none;
}
.totalPagosPendientes {
	background-color: rgb(180,191,0) !important;
}


@media (min-width: 1200px) {
	div#MainContent_divAgrupaciones .panel-body {
		display: flex !important;
		margin-bottom: 25px;
		padding: 2px;
		border-radius: 0px;
	}
	div#MainContent_divAgrupaciones .panel-body button {
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: center;
		margin: 5px !important;
		min-height: 250px !important;
	}
	
	div#MainContent_divTiposDeCliente .toggle label {
		color: #ffffff !important;
		text-shadow: 0 -1px 0 rgb(0 0 0 / 25%) !important;
		border-radius: 0px !important;
		background-color: rgb(180,191,0) !important;
		border-color: rgb(180,191,0) !important;
		transition: 500ms;
	}
}


/* MENU/MOVIL/ */

@media only screen and (max-device-width: 900px){
	
	h6.descripcionAACC {
    text-align: center !important;
    margin-bottom: 10px;
}
    .body {
    min-height: 0;
    overflow: hidden !important;
}

#confirmar, #cancelar {
    width: 100% !important;
    }
button#cancelar {
    visibility: hidden !important;
    }
    
    .btn-success, button#confirmar {
    border-color: #b6bc00 !important;
    padding: 0px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: white !important;
    color: white !important;
    font-weight: bold !important;
    text-shadow: none !important;
}

.btn-success:hover, button#confirmar:hover {
    transition: 400ms !important;
    background-color: #b6bc00 !important;
    color: white !important;
}
    
}

@media (max-width: 900px) {
	.col-xs-6.menuMovilAforo h3,
	.col-xs-6.menuMovilPersonal h3,
	.col-xs-6.menuMovilClasesColectivas h3,
	.col-xs-6.menuMovilReservas h3,
	.col-xs-6.menuMovilServicios h3,
	.col-xs-6.menuMovilPagos h3,
	.col-xs-6.menuMovilCreditos h3,
	.col-xs-6.menuMovilBonos h3,
	.col-xs-6.menuMovilPerfilPartidos h3,
	.col-xs-6.menuMovilPartidos h3,
	.col-xs-6.menuMovilRutinas h3,
	.col-xs-6.menuMovilAccesos h3,
	.col-xs-6.menuMovilDocumentos h3,
	.col-xs-6.menuMovilQR h3,
	.col-xs-6.menuMovilCursillos h3{
		color: black !important;
		font-size: 14px;
		text-transform: none !important;
	}
	.col-xs-6.menuMovilAforo,
	.col-xs-6.menuMovilPersonal,
	.col-xs-6.menuMovilClasesColectivas,
	.col-xs-6.menuMovilReservas,
	.col-xs-6.menuMovilServicios,
	.col-xs-6.menuMovilPagos,
	.col-xs-6.menuMovilCreditos,
	.col-xs-6.menuMovilBonos,
	.col-xs-6.menuMovilPerfilPartidos,
	.col-xs-6.menuMovilPartidos,
	.col-xs-6.menuMovilRutinas,
	.col-xs-6.menuMovilAccesos,
	.col-xs-6.menuMovilDocumentos,
	.col-xs-6.menuMovilQR,
	.col-xs-6.menuMovilCursillos,
	.col-xs-6.menuMovilEnlaceExterno{
		background-color: #fff !important;
		box-shadow: 2px 2px 8px 2px grey;
		max-height: 140px !important;
		border-radius: 5px !important;
		max-width: 43%;
		margin-left: 1.5vh;
		margin-right: 1.5vh;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.col-xs-6.menuMovilAforo a img,
	.col-xs-6.menuMovilPersonal a img,
	.col-xs-6.menuMovilClasesColectivas a img,
	.col-xs-6.menuMovilReservas a img,
	.col-xs-6.menuMovilServicios a img,
	.col-xs-6.menuMovilPagos a img,
	.col-xs-6.menuMovilCreditos a img,
	.col-xs-6.menuMovilBonos a img,
	.col-xs-6.menuMovilPerfilPartidos a img,
	.col-xs-6.menuMovilPartidos a img,
	.col-xs-6.menuMovilRutinas a img,
	.col-xs-6.menuMovilAccesos a img,
	.col-xs-6.menuMovilDocumentos a img,
	.col-xs-6.menuMovilQR a img,
	.col-xs-6.menuMovilCursillos a img,
	.col-xs-6.menuMovilEnlaceExterno a img	{
		height: 90px;
		margin-top: 2.5vh;
		width: 90% !important;
	}
	
	section.content-body .container {
		background-color: #F8F9F9 !important;
	}
	
	.contenedorBotones.row.row-flex.row-flex-wrap.row-nomag div {
		background: #274377;
	}
	.content.divNombreCursillosPrivate h4,
	.content.divNombreCursillosPrivate h6,
	.content.divNombreDescripcionCursillosPrivateGrupos h4,
	.content.divNombreDescripcionCursillosPrivateGrupos h6	{
		color: white !important;
	}
	.contenedorBotones.row.row-flex.row-flex-wrap.row-nomag .btn {
		background: white !important;
		color: #2C4B48 !important;
		margin-top: 5px !important;
		width: 100% !important;
		border-radius: 0px;
	}
	.modal-dialog {
		width: auto !important;
	}
	header.panel-heading.imagenHorario {
		background: #274377;
	}
	.tituloHorarioFondo {
		background: transparent !important;
	}
	.tituloHorarioFondo h2 {
		color: white !important;
	}
	div#modalCard {
		max-width: 380px;
	}
}

/*Arreglos en vista movil para adaptarlo en /menu/movil/  */

@media (max-width: 900px) {
	
.panel-body.panel-body-DatosPersonales div#sexo label {
    width: 32% !important;
}

    div#sexo .border-active {
    background: #b6bc00 !important;
	color: white !important;
	border-color: #b6bc00 !important;
}

.btn-group.grupoBotonesVistas {
    margin-left: 0% !important;
    padding: 0px !important;
    margin-top: 7% !important;
}

label#CuentaAtras {
    color: white !important;
}

div#fondoParrilla button {
    background: white !important;
    color: #b6bc00 !important;
    border-color: #b6bc00 !important;
    font-weight: bold !important;
}

.itemHoras {
    color: white !important;
    margin: 1px !important;
}

td.totalPagosPendientes strong {
    color: white !important;
}

button#btnSelectorDesde, button#btnSelectorHasta {
    width: 100% !important;
}

.prev, .datepicker-switch, .next {
    color: white !important;
    background: #b6bc00 !important;
}

.panel-body.panel-body-PagarCredito button {
    width: 98% !important;
    margin-top: 3px;
}

.datepicker.datepicker-primary table tbody tr td.day.active, span.month.active, span.year.active {
    background: #b6bc00 !important;
}

section.content-body {
    background: white !important;
}

section.body .container {
    padding: 9% !important;
}

div#sexo label {
    width: 32% !important;
}

.contenedorBotones.row.row-flex.row-flex-wrap.row-nomag div {
    background: transparent;
}

.content.divNombreDescripcionALPrivate {
    width: 100% !important;
    height: 100% !important;
}


section.content-body h2 {
    color: #b4bf00 !important;
    font-size: 1.9em !important;
}

h1.sectiontitle {
    font-size: 2.9em !important;
    margin-bottom: 5px !important;
}

.card .content {
    min-height: 0px !important;
    height: 0% !important;
}


.MensajeNoDisponibles {
    text-align: center !important;
    color: #b4bf00 !important;
}

#btnParrilla.selected, #btnLista.selected, #btnAgenda.selected {
    color: #b4bf00 !important;
}

.col-xs-12 {
    margin-top: 19px !important;
}

.col-md-12.col-lg-12.divNombreActividadLibre h2, span#mesSelect {
    color: #b4bf00 !important;
    margin-top: 0px !important;
}

header.panel-heading {
    background: white !important;
    border-bottom: 2px solid #b4bf00 !important;
}

body {
    background: white !important;
}

.timeline .tm-items > li .tm-box {
    background: white !important;
}

.timeline .tm-items > li .tm-box span {
    color: white !important;
}

div#datatable-ajax_paginate {
    display: none !important;
}

.panel-body.panel-body-BotonCredito tr {
    display: flex;
    flex-direction: column;
}

.panel-body.panel-body-BotonCredito td {
    display: flex !important;
    width: 100% !important;
}

dx#creditoTotal {
    color: #b4bf00 !important;
    margin: 15px !important;
    font-size: 40px !important;
    margin-left: 125px !important;
}

button#btnAdd:before {
    content: "+ " !important;
}

button#btnAdd {
    width: 100% !important;
    background: white !important;
    color: #b4bf00 !important;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    border-color: #b4bf00 !important;
}

.dropdown.pull-left .btn-group button{
    margin: 0px !important;
    padding: 10px !important;
    margin-top: 10px !important;
    width: 50% !important;
}

.dropdown.pull-left .btn-group button.seleted{
    margin: 0px !important;
    padding: 10px !important;
    margin-top: 10px !important;
    width: 50% !important;
}

section.content-body {
    padding: 0px !important;
}

.timeline {
    margin-right: 0% !important;
}

/*---*/

.row.rowBotones {
    margin: 0px !important;
    }

.tm-box.appear-animation.appear-animation-visible > h2  {
    color: black !important;
    }
    
    .itemHoras {
    color: black !important;
}

#btnZona.selected, button#btnMonitor.selected {
    background-color: #b4bf00 !important;
    width: 50% !important;
    color: white !important;
    }

button#btnZona, button#btnMonitor {
    opacity: 1 !important;
    font-weight: bold !important;
    color: black !important;
    background: white !important;
    width: 50% !important;
    }
    
    div#filtroMonitorZona {
    background: white !important;
    }

.col-xs-6.menuMovilEnlaceExterno, .col-xs-6.menuMovilCursillos, .col-xs-6.menuMovilQR, .col-xs-6.menuMovilAforo, .col-xs-6.menuMovilPersonal, .col-xs-6.menuMovilClasesColectivas, .col-xs-6.menuMovilReservas, .col-xs-6.menuMovilServicios, .col-xs-6.menuMovilPagos, .col-xs-6.menuMovilCreditos, .col-xs-6.menuMovilBonos, .col-xs-6.menuMovilPerfilPartidos, .col-xs-6.menuMovilPartidos, .col-xs-6.menuMovilRutinas, .col-xs-6.menuMovilAccesos, .col-xs-6.menuMovilDocumentos {
    background-color: transparent !important;
    box-shadow: none !important;
    max-height: 140px !important;
    border-radius: 5px !important;
    max-width: 42% !important;
    margin-left: 1.5vh;
    margin-right: 1.5vh;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-xs-6.menuMovilEnlaceExterno h3, .col-xs-6.menuMovilCursillos h3, .col-xs-6.menuMovilQR h3, .col-xs-6.menuMovilAforo h3, .col-xs-6.menuMovilPersonal h3, .col-xs-6.menuMovilClasesColectivas h3, .col-xs-6.menuMovilReservas h3, .col-xs-6.menuMovilServicios h3, .col-xs-6.menuMovilPagos h3, .col-xs-6.menuMovilCreditos h3, .col-xs-6.menuMovilBonos h3, .col-xs-6.menuMovilPerfilPartidos h3, .col-xs-6.menuMovilPartidos h3, .col-xs-6.menuMovilRutinas h3, .col-xs-6.menuMovilAccesos h3, .col-xs-6.menuMovilDocumentos h3 {
    color: white !important;
    font-size: 14px;
    text-transform: none !important;
    font-weight: bold;
    letter-spacing: 2px;
}

.main, .panel {
    width: 100% !important;
}

section.content-body .container {
    background-image: url(/personalizar/img/MenuCenterBackground.jpg);
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-wrapper {
    overflow: inherit !important;
}
}

/*new*/

@media (max-width: 900px){
    
#dateAACC, #dateAALL {
    background-image: black url(../Content/img/comunes/calendar_2.png) !important;
    background-size: 20px !important;
    padding: 0px !important;
    }

.timeline .tm-items > li .tm-box {
    background: transparent !important;
    }
    
    .col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm h2 b {
    color: white !important;
    }

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    line-height: 2 !important;
    color: white !important;
    font-size: 2rem !important;
    margin-left: 32px !important;
    }
    
    .tm-meta span {
    color: white !important;
    font-size: 12px !important;
    }
    
    .timeline .tm-items > li .tm-box span {
    color: white !important;
    }
    
    div#imagenAC {
    display: block;
    }
    
    input#dateAACC {
    margin-left: 0px !important;
    }
    
    .card .back .content .main {
    height: auto !important;
    }
    
    .timeline .tm-items > li {
    margin: 1px 0 !important;
    }

.col-xs-12.col-sm-12.col-md-12.col-lg-4.col-tm {
    margin: 0px !important;
    }
    
    .btn.btn-lg, .btn-group-lg .btn, .navbar .navbar-nav > li > a.btn.btn-lg, .btn-group-lg .navbar .navbar-nav > li > a.btn {
    font-size: 14px;
    padding: 18px 36px;
    height: 121px !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    padding: -20px !important;
    position: absolute !important;
    top: -78px !important;
    left: 25px;
    background: transparent !important;
    color: transparent !important;
    text-shadow: 0px 0px !important;
}


.timeline .tm-items > li .tm-icon {
    display: none !important;
    }
	
	.timeline .tm-items > li .tm-icon {
    display: block !important;
    border-width: 2px;
    float: left;
    font-size: 22px;
    height: 60px !important;
    line-height: 36px;
    margin: 0 15px 0 0;
    padding: 0;
    position: static;
    width: 60px !important;
    border-color: white !important;
    }
    
    .tm-info {
    display: flex !important;
    flex-direction: column-reverse;
    }


.row-tm [class*="col-"] {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
}

.timeline .tm-items > li .tm-box .tm-meta span:nth-child(1){
    font-size: 11px !important;
}

.timeline .tm-items > li .tm-box .tm-meta span:nth-child(2){
    font-size: 17px !important;
    display: none !important;
}

.timeline .tm-items > li .tm-box .tm-meta span:nth-child(3){
    font-size: 11px !important;
}

.timeline .tm-items > li .tm-box .tm-meta span:nth-child(4){
    font-size: 17px !important;
}

.tm-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.tm-box.appear-animation.appear-animation-visible {
    border-width: 4px !important;
}

.timeline {
    background-image: url(/Personalizar/img/fondo-aacc-2.jpg);
}

th.prev.disabled {
    visibility: hidden !important;
}

th.next.disabled {
     visibility: hidden !important;
}

th.next {
    color: white !important;
    background: #b6bc00 !important;
    border-radius: 0px !important;
}
th.prev {
    border-radius: 0px !important;
    color: white !important;
    background: #b6bc00 !important;
}

th.picker-switch {
    color: white !important;
    letter-spacing: 2px !important;
    font-weight: bold !important;
    background: #b6bc00 !important;
    border-radius: 0px !important;
}

td.day.active {
    color: white !important;
    background: #b6bc00 !important;
    font-weight: bold !important;
}

td.day.today {
    background: white !important;
    color: #b6bc00 !important;
    font-weight: bold !important;
}

td.day:hover {
    color: white !important;
    background: #b6bc00 !important;
    font-weight: bold !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #b6bc00 !important;
}

/*FIN MENU/MOVIL/ */
}


/* CURSILLOS FAMILIARES MOVIL */
@media (max-width: 990px) {
	.row.grupoBloque .col-sm-5.col-xs-5 {
		width: 100%;
	}
	.row.grupoBloque .col-sm-4.col-xs-5.btn-group {
		width: 100%;
		padding-left: 20%;
	}
	/* body > section.body > div.inner-wrapper > section[role="main"].content-body > div.wrapper.titulo_AACC {
		display: none;
	} */ 
	div#userbox {
		margin: 0 !important;
	}
}


/*IMAGEN ICONOS MENU MOVIL / IMPORTANTE NO BORRAR, DE AQUÍ COGE LOS ICONOS LA VISTA MENUMOVIL*/
.col-xs-6.menuMovilPersonal a img {
    content: url("/Personalizar/Img/iconos/menu/micuenta.png");
}
.col-xs-6.menuMovilQR a img {
    content: url("/Personalizar/Img/iconos/menu/qr.png");
}
.col-xs-6.menuMovilAforo a img{
    content: url("/Personalizar/Img/iconos/menu/aforo.png");
}
.col-xs-6.menuMovilClasesColectivas a img{
    content: url("/Personalizar/Img/iconos/menu/clasescolectivas.png");
}
.col-xs-6.menuMovilReservas a img{
    content: url("/Personalizar/Img/iconos/menu/reservas.png");
}
.col-xs-6.menuMovilServicios a img{
    content: url("/Personalizar/Img/iconos/menu/servicios.png");
}
.col-xs-6.menuMovilPagos a img{
    content: url("/Personalizar/Img/iconos/menu/pagos.png");
}
.col-xs-6.menuMovilCreditos a img{
    content: url("/Personalizar/Img/iconos/menu/credito.png");
}
.col-xs-6.menuMovilBonos a img{
    content: url("/Personalizar/Img/iconos/menu/bonos.png");
}
.col-xs-6.menuMovilPerfilPartidos a img{
    content: url("/Personalizar/Img/iconos/menu/partidos.png");
}
.col-xs-6.menuMovilPartidos a img{
    content: url("/Personalizar/Img/iconos/menu/partidos.png");
}
.col-xs-6.menuMovilRutinas a img{
    content: url("/Personalizar/Img/iconos/menu/rutinas.png");
}
.col-xs-6.menuMovilAccesos a img{
    content: url("/Personalizar/Img/iconos/menu/accesos.png");
}
.col-xs-6.menuMovilDocumentos a img{
    content: url("/Personalizar/Img/iconos/menu/documentos.png");
}

/*-----------------------------------------------------------------------------------------*/


/*AACC*/

@media (min-width: 992px){
	
	.tm-box.appear-animation.noPermitidaReserva.appear-animation-visible button {
    background: black !important;
	opacity: 1 !important;
    color: white !important;
    font-weight: bold !important;
    text-shadow: 0px 0px !important;
    font-family: sans-serif;
    box-shadow: 0px 0px !important;
}

.tm-box.appear-animation.noPermitidaReserva.appear-animation-visible button:hover {
    background: white !important;
    color: black !important;
    font-weight: bold !important;
    text-shadow: 0px 0px !important;
    font-family: sans-serif;
    box-shadow: 0px 0px 5px 2px black !important;
}
	time.tm-datetime {
    background: #0000007a!important;
}

.tm-datetime-time {
    color: white !important;
}

.timeline .tm-items > li .tm-icon {
    border-color: black !important;
    color: black !important;
}
}

div#MainContent_divContainerInternoRecordar {
    margin-top: 100px !important;
    background: white !important;
    box-shadow: 0px 0px 7px 2px black !important;
}

div#MainContent_EmailPanelRecordar h4 {
    text-align: center !important;
    font-size: 25px !important;
}

div#target {
    background: white !important;
}

div#filtrosParrilla {
    background: white !important;
}
//CAMBIAR IMAGEN A BLANCA, LA DEL CALENDARIO
input#dateAACC {
    width: 95% !important;
    color: white !important;
    background: black !important;
    padding-left: 10px !important;
}

.form-group.pull-left.selectorFecha.is-empty {
    width: 100% !important;
}

.pull-left.selectorfechaParent {
    width: 100% !important;
}

div#selectorVista {
    display: none !important;
}

div#filtroMonitores {
    display: none !important;
}

div#filtroActividad {
    display: none !important;
}

div#filtroAgrupacion {
    display: none !important;
}

.dropdown.pull-right.btn-imprimir {
    display: none !important;
}

div#imagenAC {
    height: 130px !important;
    background: transparent !important;
}

div#modalReservaPublic .front {
    display: flex !important;
    flex-direction: column;
}

h4.nombreCentro {
    display: none !important;
}

.card .content {
    min-height: 100px !important;
    height: fit-content !important;
    padding: 0px !important;
}


.card .content .main {
    min-height: 0px !important;
}

/*--AACC*/
/*CUOTAS*/

a#aRecordar {
    color: rgb(180,191,0) !important;
}

.modal-header {
    background: black !important;
}

.modal-header h4 {
    color: white !important;
    letter-spacing: 0.2px !important;
    font-weight: bold !important;
}

@media (max-width: 900px){
.btn.btn-lg, .btn-group-lg .btn, .navbar .navbar-nav > li > a.btn.btn-lg, .btn-group-lg .navbar .navbar-nav > li > a.btn { 
    font-size: 14px;
    padding: 0px 0px;
    height: 100% !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    position: inherit !important;
    top: 0px !important;
    left: 0px !important;
    background: transparent !important;
    color: transparent !important;
    text-shadow: 0px 0px !important;
}}

div#w4-DatosPersonales {
    box-shadow: 0px 0px 10px 1px black !important;
}

h1#MainContent_h2SeleccionarAgrupacion, div#divInformacionPagina {
    display: none !important;
}

div#divMain {
    background-color: white !important;
}

.panel-body {
    background: white !important;
    box-shadow: 0px 0px !important;
}

h1#MainContent_h2InformacionDatosPersona {
    margin-bottom: 0px;
    line-height: 32px;
    text-align: left !important;
}


label#MainContent_lblInformacionPagina{
    display: inline !important;
}

.box-content {
    min-height: 400px !important;
}

.box-content > h4 {
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    background-color: black !important;
    padding: 14px 0px 14px 0px;
    text-transform: none;
    /* font-size: 28px; */
    font-size: 12px;
    font-weight: 900;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px !important;
    order: 1;
}

.featured-box {
    border: 5px solid black !important;
}

div[id*="divBtnSeleccionCuota"] {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

div#MainContent_divCuotas .btn {
    opacity: 1 !important;
    color: white !important;
    background: black !important;
    position: block !important;
    height: 42px !important;
    font-size: 12px !important;
    margin: 0px !important;
    margin-bottom: 3% !important;
    width: 140px !important;
    width: 50% !important;
    left: 25% !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

div#MainContent_divCuotas .btn:hover {
    background: #ffffff !important;
    border-color: #000000 !important;
    color: #000000 !important;
}

button#btnAgrupacionTipoCliente1, button#btnAgrupacionTipoCliente0, button#btnAgrupacionTipoCliente2 {
    color: black !important;
    padding-top: 218px !important;
    font-weight: bold !important;
    border: none !important;
    border: 0px !important;
}


/*--CUOTAS*/


@media (max-width: 451px){
    
    html .wizard-progress .wizard-steps li.active{
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 15px !important;
    }
    
    html .wizard-progress .wizard-steps li.active a span{
		left: 57px !important;
		top: 10px !important;
    }
    
        html .wizard-progress .wizard-steps li.active a{
        padding: 0px !important;
    }
    
    html .wizard-progress.wizard-progress-lg .wizard-steps li:before, html .wizard-progress.wizard-progress-lg .wizard-steps li:after {
        visibility: hidden !important;
    }
    
    div#MainContent_divInformacionPagina h3 {
    padding: 20px !important;
    margin: 0px !important;
    font-size: 20px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
    }
    
    label#MainContent_lblInformacionPagina{
        margin: 0px !important;
    }
}

/*contacto*/
h1#MainContent_h2InformacionContacto {
    display: none !important;
}

.body {
    background: lightgray !important;
}

#footer {
    background: white !important;
}

/*--contacto*/
/*login*/

img#imgLogoLogin {
    content: url("/personalizar/img/bpxport_blanco.png") !important;
}

html, body {
    background: white !important;
}

label#lblOlvidoContrasena {
    color: gray !important;
}

label#lblRecordarDatos, label.clearfix.col-xs-3 {
    color: black !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

div#divCheckRecordar {
    padding-left: 32px !important;
}

.input-group.input-group-icon {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.panel-body.panel-body-Login {
    padding: 0px !important;
}

.mb-xs.text-center {
    background: black !important;
    margin: 0px !important;
    padding: 10px !important;
}

label#lblRecordarDatos, label.clearfix.col-xs-3 {
    color: black !important;
    font-weight: bold !important;
    font-size: 12px;
    margin-top: 13px;
}

input#submitLogin {
    font-size: 11px;
}

.body-sign .panel-sign .panel-body {
    border-top-color: black !important;
    background: #f1eded !important
}

.body-sign .panel-sign .panel-title-sign .title {
    background-color: black !important;
    color: white !important;
    letter-spacing: 2px !important;
}

input#submitLogin {
    background: black !important;
    border-color: black !important;
    margin-right: 20px !important;
}

@media (min-width: 1020px){
#divPanelSing {
    margin-top: 100px !important;
    margin-left: 800px !important;
    width: 310px !important;
    }
    
div#imagenCentralLogin {
    background: url(/Personalizar/Img/fondo-login.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: 518px 220px !important;
    background-attachment: fixed !important;
    background-size: 600px 450px !important;
    padding-top: 20px;
    padding-bottom: 1px;
    }
}



#h3YaFuiSocioDatosPersona:hover{
    transition: 400ms !important;
    background: white !important;
    color: black !important;
    border-color: rgb(180,191,0) !important;
}

@media (max-width: 600px){
    #h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    position: absolute !important;
    display:block;
    width:110px;
    height:110px;
    left: 350px !important;
    top: -10px !important;
    padding: 5px !important;
    line-height:30px;
    border: 5px solid black !important;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: rgb(180,191,0) !important;
    box-shadow: 0 0 10px black !important;
    font-size:18px !important;
    font-weight:bold;
    }
}

@media (max-width: 397px){
    #h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    position: absolute !important;
    display:block;
    width:110px;
    height:110px;
    left: 210px !important;
    top: -40px !important;
    padding: 5px !important;
    line-height:30px;
    border: 5px solid black !important;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: rgb(180,191,0) !important;
    box-shadow: 0 0 10px black !important;
    font-size:18px !important;
    font-weight:bold;
    }
}

/*--login*/

/*cambios generales*/
input#MainContent_btnVolverAtras {
    background: black !important;
    border-color: black !important;
}
/*--cambios generales*/

/*INICIO*/
@media (max-width: 990px){
input#btnLogin, input#btnQuieroInformacion, input#btnAlta {
    height: 150px !important;
    text-shadow: none;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
    color: white !important;
    }
    
    #divContainerInternoTextoPublico {
    min-height: 100px !important;
    background: transparent !important;
    border-radius: 0px !important;
    border: 0px !important;
    margin-top: -26px;
    box-shadow: none;
    margin-bottom: -11px;
    }

}

span#lblFooterDesarrolladoPor {
    color: black !important;
    font-weight: bold !important;
}
/*--INICIO*/


/*rediseño -P 21/09/23*/

.panel-body button {
    text-transform: lowercase !important;
}

button#agrupacion_abonoindividual {
    background: url(/personalizar/img/AbonoIndividual.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    order: 1 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 65% !important;
	margin-bottom: 20px !important;
	border: 0px !important;
	
}

button#agrupacion_abonofamiliar {
    background: url(/personalizar/img/abonoFamiliar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    order: 2 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 65% !important;
	margin-bottom: 20px !important;
	border: 0px !important;
}

button#agrupacion_abonootros {
    background: url(/personalizar/img/AbonoOtros.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    order: 3 !important;
    color: black !important;
    padding-top: 160px !important;
	background-size: auto 77% !important;
	margin-bottom: 20px !important;
	border: 0px !important;
}

button#agrupacion_abonoindividual:hover {
    background: url(/personalizar/img/AbonoIndividual_hover.png) !important;
	background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
	order: 1 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 65% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonofamiliar:hover {
    background: url(/personalizar/img/abonoFamiliar_hover.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    order: 2 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 65% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonootros:hover {
    background: url(/personalizar/img/AbonoOtros_hover.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    order: 3 !important;
    color: black !important;
    padding-top: 160px !important;
	background-size: auto 77% !important;
	margin-bottom: 20px !important;
}

@media (max-width: 991px){
	
	button#agrupacion_abonoindividual {
    background: url(/personalizar/img/AbonoIndividual.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    order: 1 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 77% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonofamiliar {
    background: url(/personalizar/img/abonoFamiliar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    order: 2 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 85% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonootros {
    background: url(/personalizar/img/AbonoOtros.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    order: 3 !important;
    color: black !important;
    padding-top: 160px !important;
	background-size: auto 77% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonoindividual:hover {
    background: url(/personalizar/img/AbonoIndividual_hover.png) !important;
	background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
	order: 1 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 77% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonofamiliar:hover {
    background: url(/personalizar/img/abonoFamiliar_hover.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    order: 2 !important;
    padding-top: 160px !important;
    color: black !important;
	background-size: auto 85% !important;
	margin-bottom: 20px !important;
}

button#agrupacion_abonootros:hover {
    background: url(/personalizar/img/AbonoOtros_hover.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    order: 3 !important;
    color: black !important;
    padding-top: 160px !important;
	background-size: auto 77% !important;
	margin-bottom: 20px !important;
}
	
button.btn.btn-responsive-nav.btn-inverse {
    background: rgb(180,191,0) !important;
    color: white !important;
}

img.ofertaDestacada {
    top: -25px !important;
    left: 230px !important;
}

.descriptionCuota {
    text-align: left !important;
}

.cuotas-class {
    width: 90% !important;
    }
    
h1#MainContent_h2SeleccionarCuota {
    display: none !important;
    }

/*    
ul.wizard-steps li:after {
    display: none !important;
    }
    
.box-content {
    min-height: 350px !important;
    }
    

    
    ul.wizard-steps li {
    display: none !important
    }
    
    ul.wizard-steps li a:nth-child(1n) {
}
    
    ul.wizard-steps li.active {
    display: flex !important;
}
*/

body .btn-primary {
    border: 0px !important;
}



h1#MainContent_h2InformacionDatosPersona {
	font-size: 17px !important;
    margin-left: 55px !important;
}

div#w4-DatosPersonales {
    box-shadow: 0px 0px !important;
    background: #d3d3d347 !important;
    margin: 15px !important;
    padding: 22px !important;
    width: 92% !important;
}


div#w4-DatosPersonales fieldset{
    display: flex !important;
    flex-direction: column !important;
}


legend#MainContent_lgDatosPersonales {
    display: none !important;
}

div#MainContent_divNombre {
    order: 1 !important;
}

div#MainContent_divApellidos {
    order: 2 !important;
}

div#MainContent_divNif {
    order: 3 !important;
}

div#MainContent_divFechaDeNacimiento {
    order: 4 !important;
}

div#MainContent_divSexo {
    order: 5 !important;
}

div#MainContent_divCP {
    order: 6 !important;
}

div#MainContent_divEmail {
    order: 7 !important;
}

div#MainContent_verificarEmail {
    order: 8 !important;
}

div#MainContent_divMovil {
    order: 9 !important;
}

}

th.datepicker-switch, th.prev, th.next {
    background: black !important;
}

header.panel-heading {
    background: white !important;
    border-bottom: 2px solid black !important;
}

button#MainContent_botonModalAceptar {
    background: black !important;
}

.modal-header {
    background: white !important;
}

h4#mensajeModalTituloLogin {
    color: black !important;
}

button#botonModalLoginAceptar {
    background: black !important;
	border-color: black !important;
}

li.len_fr, li.len_pt, li.len_en {
    display: none !important;
	width: 30px !important;
}

input#btnLenguajeES, input#btnLenguajeEU, input#btnLenguajeCA {
	width: 30px !important;
}

#header nav ul.nav-main li a {
    color: gray !important;
    font-weight: bold !important;
}

select#MainContent_slcAnio, select#MainContent_slcMes, select#MainContent_slcDia {
    background: white !important;
    border: 0px !important;
}


div#w4-DatosPersonales input#MainContent_btnValidar {
    background: #474f57 !important;
    width: 45% !important;
    padding: 7px !important;
    color: rgb(180,191,0) !important;
}

.pricing-table h3 {
    background: black !important;
}

.pricing-table h3 span{
    color: black !important;
}

a#MainContent_btnPagoTarjeta, input#MainContent_btnCancelar {
    background: black !important;
}

div#MainContent_divTransaccion {
    background: black !important;
}

@media (min-width: 991px){
	
	#header nav ul.nav-main li a {
    font-family: Helvetica, sans-serif !important;
    bottom: 0px !important;
}

    div#w4-DatosPersonales input#MainContent_btnValidar {
    background: #474f57 !important;
    width: 15% !important;
    padding: 7px !important;
    color: rgb(180,191,0) !important;
    }
}

.modal-block-info .fa {
    color: rgb(180,191,0) !important;
}

body .btn-info {
    background: black !important;
    box-shadow: 0px 0px !important;
    border: 0px !important;
}

/*FUMADA-->>>*/
@media (max-width: 397px){
#h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    position: absolute !important;
    display: block;
    left: 257px !important;
    top: -66px !important;
    padding: 5px !important;
    line-height: 56px;
    border: 5px solid black !important;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: rgb(180,191,0) !important;
    box-shadow: 0 0 10px black !important;
    font-size: 18px !important;
    font-weight: bold;
    }
}

@media (max-width: 600px){
#h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    position: absolute !important;
    display: block;
    width: auto !important;
    height: 80px !important;
    left: 261px !important;
    top: -66px !important;
    padding: 5px !important;
    line-height: 57px !important;
    border: 5px solid black !important;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: rgb(180,191,0) !important;
    box-shadow: 0 0 10px black !important;
    font-size: 18px !important;
    font-weight: bold;
    }
}

@media (max-width: 991px){
#h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    position: absolute !important;
    display: block;
    width: auto !important;
    height: 50px !important;
    left: 264px !important;
    top: -53px !important;
    padding: 5px !important;
    line-height: 37px !important;
    border: 2px solid black !important;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: rgb(180,191,0) !important;
    box-shadow: 0 0 0px black !important;
    font-size: 12px !important;
    font-weight: bold;
}
	
	div#MainContent_divNif {
    display: flex !important;
	}
	
	span.radio-inline {
    font-size: 11px !important;
	}
	
	input#MainContent_txtNIF {
    min-width: 220px !important;
    left: 0px !important;
}
}
@media (min-width: 992px){
#h3YaFuiSocioDatosPersona, #h3YaFuiSocioDatosPersona:active {
    position: absolute !important;
    display: block;
    width: auto !important;
    height: 74px !important;
    left: 453px !important;
    top: -66px !important;
    padding: 5px !important;
    line-height: 57px !important;
    border: 3px solid black !important;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: rgb(180,191,0) !important;
    box-shadow: 0 0 0px black !important;
    font-size: 18px !important;
    font-weight: bold;
    }
}

div#MainContent_divAgrupaciones > .panel-body {
    display: flex !important;
    flex-direction: column !important;
}

/*END OF FUMADA*/

img.ofertaDestacada {
    content: url(/personalizar/img/premium.png) !important;
    z-index: 99 !important;
    left: 0px !important;
    top: -25px !important;
}

input#submitLogin {
    background: black !important;
    border-color: black !important;
    margin-right: 20px !important;
    padding: 12px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
}

input#submitLogin:hover {
    background: rgb(180,191,0) !important;
    color: black !important;
}

label#lblOlvidoContrasena {
    color: rgb(180,191,0) !important;
    font-weight: bold !important;
}

legend#MainContent_lgDatosContacto {
    display: none !important;
}

div#MainContent_UpdatePanelEmail {
    order: 7 !important;
}

div#w4-DatosPersonales input#MainContent_btnValidar:hover {
    background: white !important;
    color: rgb(180,191,0) !important;
}

@media (max-width: 991px){
    div#imagenCentralLogin {
    background: white !important;
    }
}


input#submitLogin {
    background: black !important;
    border-color: black !important;
    margin-right: 20px !important;
    padding: 4px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    width: 53% !important;
}

input#submitLogin:hover {
    background: white !important;
    color: black !important;
}

label#lblOlvidoContrasena {
    color: gray !important;
    font-weight: bold !important;
}

legend#MainContent_lgDatosContacto {
    display: none !important;
}

div#MainContent_UpdatePanelEmail {
    order: 7 !important;
}

div#w4-DatosPersonales input#MainContent_btnValidar:hover {
    background: white !important;
    color: rgb(180,191,0) !important;
}

@media (max-width: 991px){
    div#imagenCentralLogin {
    background: white !important;
    }
	
	#header {
    height: 75px !important;
    }

    #header .logo img {
    margin-top: 30px !important;
    margin-left: 0px !important;
    }
    
    button.btn.btn-responsive-nav.btn-inverse{
        height: 40% !important;
        border-radius: 3px !important;
    }
    
    html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
    margin-bottom: 0px !important;
}

#header .nav-main-collapse.in {
    margin-top: -56px !important;
	}
}

li#liPolitica a, li#liCondiciones a, li#liNormas a, li#liAviso a{
    color: black !important;
}

#header nav ul.nav-main li a:hover, #header nav ul.nav-main li a:focus, #header nav ul.nav-main li a:active {
			color:  rgb(180,191,0) !important;
			background:none !important;
			transition:500ms;
}

@media(max-width: 991px) {
    #header {
    height: 75px !important;
    }

    #header .logo img {
    margin-top: 10px !important;
    margin-left: 0px !important;
	width: 175px !important;
    height: auto !important;
    }
    
    button.btn.btn-responsive-nav.btn-inverse{
        height: 40% !important;
        border-radius: 3px !important;
    }
    
    html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
    margin-bottom: 0px !important;
}

#header .nav-main-collapse.in {
    margin-top: -56px !important;
}
    
}

li#liPolitica a, li#liCondiciones a, li#liNormas a, li#liAviso a{
    color: black !important;
}

html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 60px;
    line-height: 42px;
    font-size: 22px;
    border-width: 4px;
}

h1#MainContent_h1TituloResumenCompra {
    DISPLAY: NONE !IMPORTANT;
}


@media (max-width: 991px){
	
	.pricing-table h3 span {
    height: 130px !important;  
    width: 130px !important;
    line-height: 13rem;
}
	
	div#MainContent_divImporteHTML {
    font-size: 17px !important;
}
	
	.fromItemButtons.formCampo {
    margin: 0px !important;
}
    
    .pricing-table .plan {
    margin-right: 15%!important;
    margin-left: 15% !important;
	margin-bottom: 0px !important;
    }
    
    label#MainContent_lblInformacionPagina {
    font-size: 13px !important;
    }
    
    div#radioTipoDocumento {
    display: flex !important;
    }

    label#MainContent_lblNif {
    display: none !important;
    }
    
    span#MainContent_astNif {
    display: none !important;
    }

    #header .logo {
    height: 60% !important;
    }
    
    div#radioTipoDocumento {
    display: flex !important;
    padding: 0px !important;
    }
    
    html .wizard-progress.wizard-progress-lg .wizard-steps, html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
    padding-top: 6px !important;
    }
    
    div#MainContent_divAgrupaciones .panel-body {
    padding: 0px !important;
    }
    
    .descriptionCuota {
    font-size: 10px !important;
    }
}



.featured-box {
    margin-left: 7px !important;
    margin-right: 7px !important;
}


.CUOTAEXTRABUTTON {
    text-align: center !important;
    margin-top: 10px !important;
    background: black !important;
    width: 50% !important;
    margin-left: 25% !important;
    color: white !important;
    padding: 3px;
}


/* idiomas en vista movil
@media (max-width: 990px){
    div#idiomas {
        left: 90% !important;
        }
        
    button.btn.btn-responsive-nav.btn-inverse{
        margin-right: 7% !important;
    }
}*/


@media (max-width: 451px){
    input#MainContent_btnCancelar, input#MainContent_btnVolverAtras, input#MainContent_btnVolverAtras {
    position: absolute;
    left: 75%;
    top: 12%;
    z-index: 11;
    background: transparent !important;
    color: black !important;
    font-weight: bold !important;
    }
}


@media (min-width: 991px) {
    div#MainContent_divAgrupaciones > .panel-body {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    }
    
    html .wizard-progress.wizard-progress-lg .steps-progress, html.dark .wizard-progress.wizard-progress-lg .steps-progress {
    margin: 0 70px !important;
    height: 4px !important;
    top: 27px !important;
    }
    
    #header nav ul.nav-main li a {
    font-family: Helvetica, sans-serif !important; 
	bottom: 8px !important;
    }
    
    
    input#MainContent_btnVolverAtras:hover {
        background: transparent !important;
        color: black !important;
    }
    
    div#MainContent_divAgrupaciones .panel-body button {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    margin: 5px !important;
    min-height: 250px !important;
    width: 300px !important;
    }

    /*div#MainContent_divAgrupaciones .panel-body button:nth-child(Xn) Y HOVERS
    background-position: 50% 40% !important;
    background-size: auto 50% !important;
    */
    
    button#agrupacion_abonoindividual {
    background: url(/personalizar/img/AbonoIndividual.png) !important;
    background-repeat: no-repeat !important;
    order: 1 !important;
    padding-top: 160px !important;
    color: black !important;
	margin-bottom: 20px !important;
	background-position: 50% 40% !important;
    background-size: auto 50% !important;
	
}

button#agrupacion_abonofamiliar {
    background: url(/personalizar/img/abonoFamiliar.png) !important;
    background-repeat: no-repeat !important;
    order: 2 !important;
    padding-top: 160px !important;
    color: black !important;
	margin-bottom: 20px !important;
	background-position: 50% 30% !important;
    background-size: auto 60% !important;
}

button#agrupacion_abonootros {
    background: url(/personalizar/img/AbonoOtros.png) !important;
    background-repeat: no-repeat !important;
    order: 3 !important;
    padding-top: 160px !important;
    color: black !important;
	margin-bottom: 20px !important;
	background-position: 50% 40% !important;
    background-size: auto 50% !important;
}

button#agrupacion_abonoindividual:hover {
    background: url(/personalizar/img/AbonoIndividual_hover.png) !important;
    background-repeat: no-repeat !important;
    order: 1 !important;
    padding-top: 160px !important;
    color: black !important;
	margin-bottom: 20px !important;
	background-position: 50% 40% !important;
    background-size: auto 50% !important;
}

button#agrupacion_abonofamiliar:hover {
    background: url(/personalizar/img/abonoFamiliar_hover.png) !important;
    background-repeat: no-repeat !important;
    order: 2 !important;
    padding-top: 160px !important;
    color: black !important;
	margin-bottom: 20px !important;
	background-position: 50% 30% !important;
    background-size: auto 60% !important;
}

button#agrupacion_abonootros:hover {
    background: url(/personalizar/img/AbonoOtros_hover.png) !important;
    background-repeat: no-repeat !important;
    order: 3 !important;
    padding-top: 160px !important;
    color: black !important;
	margin-bottom: 20px !important;
	background-position: 50% 40% !important;
    background-size: auto 50% !important;
}

#header .logo img {
    width: 104px !important;
    height: 24px !important;
    margin-top: 20px !important;
    margin-left: 70px !important;
}

#header nav ul.nav-main {
    margin: 0px 610px 8px 0px !important;
}

ul#mainMenu li a {
    bottom: 10px !important;
}
    
#header {
    background: #FFFFFF;
    border-top: none !important;
    border-bottom: solid 4px #666 !important;
    height: 75px !important;
    min-height: unset !important;
    }
    
    div#idiomas {
    position: absolute;
    left: 91% !important;
    top: 40px !important;
    z-index: 1000;
    }
    
    ul.wizard-steps a {
    pointer-events: none !important;
    }
    
div#w4-DatosPersonales input#MainContent_btnValidar, input#MainContent_btnVolverAtras {
    width: 5% !important;
    background: black !important;
    color: white !important;
    border-color: black !important;
    height: 35px!important;
}

div#w4-DatosPersonales input#MainContent_btnValidar:hover, input#MainContent_btnVolverAtras:hover{
    background: transparent !important;
    color: black !important;
}

}


h2.title.text-uppercase.text-bold.m-none i.fa.fa-user.mr-xs {
    display: none !important;
}

label#lblRecordarDatos {
    font-size: 14px !important;
    margin-top: 6px !important;
}

span#lblTextoAcceso {
    text-transform: capitalize !important;
    font-size: 20px !important;
}

.body-sign .panel-sign .panel-title-sign .title {
    padding: 6px 17px !important;
}

#header nav ul.nav-main li a {
    font-family: Helvetica, sans-serif !important;
    bottom: 0px !important;
}

#header .logo-sticky-active img {
    visibility: hidden !important;
}


/*CURSILLOS ENLACES DIRECTOS*/

.card.grupoCurs {
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/personalizar/img/PELOTAimagenparaPROVIS.jpg) !important;
}

.card.card-just-text.card-with-border.grupoCurs {
    max-width: 300px !important;
    height: 300px !important;
}

button.btn-inscribirse.btn.btn-success:hover{
    background: black !important;
    box-shadow: 0px 0px 1px 1px black !important;
}

button.btn-horario.btn.btn-info:hover {
    background: white !important;
    color: black !important;
    box-shadow: 0px 0px 1px 1px black !important;
}

button.btn-inscribirse.btn.btn-success {
    max-width: 90px !important;
    min-width: 90px !important;
    font-size: 10px !important;
    line-height: 0px !important;
    height: 20px !important;
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    background: white !important;
    opacity: 1 !important;
    color: rgb(180,191,0) !important;
	position: absolute !important;
    right: 12% !important;
	bottom: -40px !important;
    font-family: Sans-Serif !important;
}

button.btn-horario.btn.btn-info {
    max-width: 90px !important;
    min-width: 90px !important;
    font-size: 10px !important;
    line-height: 0px !important;
	height: 20px !important;
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    background: black !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 12% !important;
	bottom: -40px !important;
    font-family: Sans-Serif !important;
}


.card .content .title {
    margin: 10px 0 20px 0;
    
}

h4.title.title-modern {
    font-size: 17px !important;
    color: black important;
    padding-top: 15px;
}

.card.card-with-border:after {
	border: 0px !important;
}

.card.card-just-text.card-with-border.grupoCurs {
    border: 1px solid black !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px !important;
}


h2.tituloHorario {
    color: black !important;
    margin: 0px !important;
}

.tituloHorarioFondo {
    background: transparent !important;
}

header#imagenCursillo {
    display: none !important;
}

.panel-heading-icon.bg-primary {
    background: black !important;
}

.tablaPrecios button#btnLogin {
	background: black !important;
}

button#btnLogin, button#btnRegistrar{
    opacity: 1 !important;
    background: black !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px !important;
    border: 1px solid black !important;
}

button#btnLogin:hover, button#btnRegistrar:hover{
    background: white !important;
    color: black !important;
}

div#filterA {
    background-color: transparent !important;
    box-shadow: 0px 0px 5px 1px black;
}

/*--CURSILLOS ENLACES DIRECTOS*/

/* cambios area privada -P 25/10/23 */
.sidebar-header {
    background: white !important;
}

.sidebar-title {
    color: black !important;
    font-weight: bold !important;
}

.sidebar-toggle.hidden-xs {
    background: white !important;
}

.sidebar-toggle.hidden-xs i.fa.fa-bars {
    color: black !important;
    font-size: 30px !important;
}

header.page-header {
    background: white !important;
    border: 0px !important;
}

.page-header h2 {
    color: black !important;
}

ol.breadcrumbs * {
    color: black !important;
}

a.sidebar-right-toggle {
    visibility: hidden !important;
    cursor: inherit !important;
}

.nano-content {
    background: white !important;
}

.nano-content span, .nano-content i {
    color: black !important;
}

ul.nav.nav-main li a:hover {
    background: #0000003b !important;
}

div#divhijo {
    color: black !important;
}

div#divhijo:hover {
    background: transparent !important;
}

ul.nav-main li.nav-parent > a:after {
    font-size: 2.6rem !important;
    color: black !important;
}

ul.nav-main > li.nav-expanded > a {
    border-left: 3px solid black !important;
    background: #0000003b !important;
}

ul.nav-main li .nav-children {
    border-left: 3px solid black !important; 
    background: white !important;
    box-shadow: 0px 0px !important;
}

.nav-expanded ul li a {
    color: black !important;
}

.nav-expanded ul li a.active {
    color: red !important;
}

.nav-expanded ul li a:hover {
    background: #0000003b !important;
}

h2#lgCodigo {
    color: #b4be00 !important;
}

#sexo > label {
    width: 32.5% !important;
    background: white !important;
    border-color: gray !important;
    color: gray !important;
}

#sexo > label:hover {
    width: 32.5% !important;
    background: #b4be00 !important;
    border-color: #b4be00 !important;
    color: white !important;
}

#sexo > label.border-active {
    width: 32.5% !important;
    background: #b4be00 !important;
    border-color: #b4be00 !important;
    color: white !important;
}

button#confirmar, button#cancelar, button#Confirmar {
    color: white !important;
    background-color: black !important;
    border-color: black !important;
}

button#confirmar:hover, button#cancelar:hover, button#Confirmar:hover {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    transition: 500ms;
}

td.active.day, td.day:hover {
    background: black !important;
}

.timeline .tm-body {
    background: transparent !important;
}

h2.MensajeNoDisponibles {
    background: #00000082 !important;
    color: white !important;
    text-shadow: 1px 1px black !important;
}

#btnParrilla.selected, #btnLista.selected, #btnAgenda.selected {
    color: white !important;
    background: black !important;
}

.userbox span {
    color: black !important;
}

.open span {
    color: black !important;
}

@media (max-width: 991px) {
    ul#idiomaPanel {
    margin: 0px !important;
}
}

th.picker-switch, th.prev, th.next {
    background: black !important;
    color: white !important;
    border-radius: 0px !important;
}


th.picker-switch:hover, th.prev:hover, th.next:hover {
    background: white !important;
    color: black !important;
}

.dropdown.pull-left {
    z-index: 1 !important;
}

.timeline .tm-body {
    position: relative;
    background: #00000087 !important;
    margin-top: -30px;
    padding: 30px 0;
}

button#btnReserva {
    color: white !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px !important;
    background: black !important;
    opacity: 1 !important;
}

/*DISEÑO PARA CURSILLOS ANTIGUOS*/
button.btn-inscribirse.btn.btn-success {
    max-width: 90px !important;
    min-width: 90px !important;
    font-size: 10px !important;
    line-height: 0px !important;
    height: 20px !important;
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    background: white !important;
    opacity: 1 !important;
    color: rgb(180,191,0) !important;
    font-family: Sans-Serif !important;
	bottom: 0px !important;
}

button.btn-horario.btn.btn-info {
	bottom: 0px !important;
    max-width: 90px !important;
    min-width: 90px !important;
    font-size: 10px !important;
    line-height: 0px !important;
    height: 20px !important;
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    background: black !important;
    opacity: 1 !important;
    font-family: Sans-Serif !important;
}

.panel.panel-accordion.panel-accordion-primary.cursillo {
    background: white !important;
    box-shadow: 0px 0px !important;
    }
    
.grupoHead .card.card-just-text.card-with-border {
    background-image: url(/personalizar/img/PELOTAimagenparaPROVIS.jpg) !important;
    height: 350px !important;
}

.content.tituloCursillo {
    background: white !important;
}

.panel-heading.grupoHead .content {
    background: transparent !important;
}

p.datosFechas {
    padding-top: 175px !important;
    text-shadow: 1px 1px black !important;
    color: white !important;
}

.btndiv.btn-group.btn-group-justified .btn-success {
}

.btndiv.btn-group.btn-group-justified .btn-horario {
}

.form-group.pull-left.selectorAgrupacion, .form-group.pull-left.selectorDia {
    border: 0px !important;
}

.tituloCursillosPublic h2 {
    color: black !important;
}

/*--DISEÑO CURSILLOS ANTIGUOS*/

.cursillogrupo {
    background-image: url("/personalizar/img/PELOTAimagenpara PROVIS.jpg") !important;
    height: 300px !important;
    width: 300px !important;
}

h4.title.title-modern.titleGrupo-modern {
    top: -90px !important;
    color: black !important;
    text-shadow: 0px 0px !important;
    font-family: sans-serif !important;
    letter-spacing: 0.5px !important; 
}

div#filterS {
    background-color: transparent !important;
}

.btntokensagregar {
    color: black !important;
}

.panel-body.panel-body-ModalActividadesLibresPrivate button {
    background: black !important;
    opacity: 1 !important;
    color: white !important;
    border-radius: 0px !important;
}

.panel-body.panel-body-ModalActividadesLibresPrivate button:hover {
    background: white !important;
    color: black !important;
}


/*arreglo botones cursillos -P 03/11/23*/
.contenedorGrupos button.btn-horario.btn.btn-info {
    bottom: -150px !important;
}

.contenedorGrupos button.btn-inscribirse.btn.btn-success {
    bottom: -140px !important;
}

/**/
@media (min-width: 991px){
#header nav ul.nav-main {
    margin: 0px 20% 8px 0px !important;
}}

.body-sign .panel-sign .panel-body {
    border-radius: 0px !important;
}

ul#mainMenu a {
    text-transform: capitalize !important;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, ul {
	  font-family: Helvetica, sans-serif !important;
}
/**/

body .btn-primary {
    transition: 0s;
    background-color: white !important;
    border-color: white !important;
}

div#divMain > div#divContainerWell div#MainContent_divCuotas > div[id^="div"] > div[id^="divFeaturedBox"] {
    height: 350px !important;
    min-height: 100px !important;
    /* min-width: 358.09px; */
}

.box-content {
    height: 100px !important;
    min-height: 100px !important;
}

.swal-icon--info:after, .swal-icon--info:before {
    background-color: #000000 !important;
}

.swal-icon--info {
    border-color: #000000 !important;
}

.swal-content, .swal-title {
    color: black !important;
}

.swal-button {
    background: black !important;
}

/*quitar imagen de trabajador en aacc*/
div#modalReserva .user {
    display: none !important;
}

/* Rediseño de cursillos normales 24/01/24 */

.tituloCursillosPublic h2 {
    color: #000000 !important;
}

.form-group.pull-left.selectorDia, .form-group.pull-left.selectorAgrupacion {
    border: none !important;
    text-align: left !important;
}

.cursillosAgrupaciones h4.agrupacionNombre {
    margin-left: 3% !important;
    font-size: 3rem !important;
    border-bottom: 2px solid black !important;
    width: 15% !important;
}

.panel.panel-accordion.panel-accordion-primary.cursillo {
    background: white !important;
    box-shadow: 0px 0px !important;
}

.content.tituloCursillo {
    text-align: left !important;
    padding-left: 2.5% !important;
    background: #ffffff !important;
}


.content.tituloCursillo h4 {
    font-size: 2.5rem !important;
}

.cursillosAgrupaciones {
    border: none !important;
    box-shadow: 0px 0px !important;
}

.cursillo .content, .grupo .content {
    background: #ffffff !important;
}

p.datosFechas {
    color: #000000 !important;
    margin-bottom: 40px !important;
}

.cursillosAgrupaciones button.btn-horario.btn.btn-info {
    max-width: 90px !important;
    min-width: 90px !important;
    font-size: 10px !important;
    line-height: 0px !important;
    height: 25px !important;
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    background: black !important;
    opacity: 1 !important;
    position: block !important;
    bottom: 0px !important;
    left: 17% !important;
    font-family: 'Helvetica', sans-serif !important;
} 

.cursillosAgrupaciones button.btn-horario.btn.btn-info:hover {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
}

.cursillosAgrupaciones button.btn-inscribirse.btn.btn-success{
    max-width: 90px !important;
    min-width: 120px !important;
    font-size: 10px !important;
    line-height: 0px !important;
    height: 25px !important;
    box-shadow: 0px 0px !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    color: rgb(180,191,0) !important;
    position: block !important;
    bottom: 0px !important;
    right: 17% !important;
    font-family: 'Helvetica', sans-serif !important;
    border: 1px solid #000000;
} 

.cursillosAgrupaciones button.btn-inscribirse.btn.btn-success:hover {
    background: #000000 !important;
    border: 1px solid #000000 !important;
}

/* --Rediseño de cursillos normales 24/01/24 */
/*modificación mensaje de tokenizar si-no -P 15/02/24*/
 button#MainContent_botonModalTokenizaCancelar {
    border: 1px solid black !important;
    border-radius: 2px !important;
    color: black !important;
    background: white !important;
}


button#MainContent_botonModalTokenizaAceptar{
    border: 1px solid black !important;
    border-radius: 2px !important;
    color: white !important;
    background: black !important;
}

 button#MainContent_botonModalTokenizaCancelar:hover {
    transition: 0.1s !important;
    color: white !important;
    background: black !important;
}

button#MainContent_botonModalTokenizaAceptar:hover{
    transition: 0.1s !important;
    color: black !important;
    background: white !important;
}



/*--modificación mensaje de tokenizar si-no -P 15/02/24*/
/*Articulos*/
.featured-box.featured-box-secundary.featured-box-cart .box-content {
    height: auto !important;
}


ul.products.product-thumb-info-list {
    width: 100% !important;
}

a.btn.btn-lg.btn-primary.btn-vercarrito, input#update_cart {
    border: 2px solid black !important;
    color: black !important;
}

a.btn.btn-lg.btn-primary.btn-vercarrito:hover, input#update_cart:hover {
    color: #b4be00 !important;
    background: white !important;
}

section.content-body h1.shorter strong {
    color: white !important;
}

section.content-body p {
    color: white !important;
    font-size: 2rem !important;
}
/*--Articulos*/



button.btn.btn-danger.btntokens.btntokenseliminar {
	background-color:#eeeeee;
	border-color:#eeeeee;
	pointer-events: none;
}

button#btnSelectorDesde,
button#btnSelectorHasta {
    background-color: black !important;
}
button#btnSelectorDesde:hover,
button#btnSelectorHasta:hover {
    background-color: white !important;
	color: black !important;
}
/*Cambios rediseño 20/05/2025*/
div#divContainerTratamientoDatos {
    display: none;
}

button#btnCancelar {
    border-radius: 0px !important;
    padding: 5px 18px !important;
    opacity: 1;
}

p#razonReserva {
    color: black !important;
}

