@import url('//fonts.googleapis.com/css?family=Montserrat|Noto+Sans:400,700');


#toggle,
#bloqueBuscadorUnCampo,
#headerHJ,
.bloqueCarrito,
#fichaEventoTipoE,
#fichaEventoDuracion,
#fichaEventoCalificacion,
#fichaEventoMaxPrecio,
#fichaEventoMinPrecio,
#EncabezaSesionTipoE,
#o_off,
#bloqueIdiomas {
    display: none;
}

#planoCabecera, #MapaZonas{
    background-image: none;
}

#bloqueInfoZona {
    margin-left: 5px;
}

/*Centrar las Fichas generales con respecto al panel  (en responsive también) */

#Panel {
    text-align: center;
}

.FichaGeneral {
    display: inline-block;
    float: none;
}

/*Centrar aforos en recuadro*/

#ContenedorButacas {
    width: 70%;
}

#ContenedorButacasPadre {
    float: left;
    margin: auto;
    clear: both;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
}

/*Estilos Fonts Ficha General*/

#fichaEventoRecinto p,
#fichaRecintoDireccion p {
    font-weight: normal;
}

#fichaEventoProvincia p {
    font-style: normal;
}

#fichaEventoProvincia p {
    padding-left: 3px;
    box-sizing: border-box;
}

#fichaEventoDuracion,
#fichaEventoCalificacion,
#fichaEventoMaxPrecio,
#fichaEventoMinPrecio {
    font-size: 14px;
}

/*Contenedor de butacas blanco*/

#ContenedorButacasPadre {
    background-color: #fff;
}

/*______________________________________BODY___________________________*/

body {
    background-color: #415d87;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;

}

a {
    color: #6cb4b0;
}

/*______________________________________HEADER___________________________*/

div#subnav {
    display: none;
}


#header {
    min-height: 200px;
}


#headerGroup {
    max-width: 100%;
    width: 100%;
    background-color: #414c5b;
    min-height: 100px;
}

/*Logo*/

#logo {
    float: left;
    cursor: pointer;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 65px;
    position: relative;
    top: 25px;
    left: 10%;
}

/*_NAV______________*/

#nav {
    float: left;
    width: 100%;
    position: relative;
    top: -30px;
    left: 0px;
    height: 40px;
}

#bloqueOpcionesMenu {
    border-radius: 0px;
    display: flex;
    justify-content: flex-end;
    line-height: 40px;
    width: 90%;
    background-color: transparent;
    border: none;
}

#bloqueOpcionesMenu a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#bloqueOpcionesMenu a:hover {
    text-decoration: none;
    color: #6cb4b0;
}

/*___________________________________CONTENIDO_______________________________________*/

#tituloSeccion {
    border-bottom: 0px;
    margin-bottom: 50px;
}

#o_onG {
    float: left;
    height: auto;
    color: #6cb4b0;
    text-align: left;
    font-weight: bold;
    line-height: 50px;
    font-size: 3rem;
}

#o_on{
    font-size: 3rem;
}


#EncabezadoSesion {
    color: #676767;
}

/*El encabezado del evento por defecto, sin separaciones - se debería ajustar para cada cliente*/

#EncabezadoSesion > div:first-child {
    padding: 0px;
    margin-right: 12px;
}

#EncabezadoSesion {
    padding: 16px;
    box-sizing: border-box;
}


#EncabezaSesionMasinfoTexto,
#EncabezaSesionMasinfoP0Texto,
#EncabezaSesionMasinfoP1Texto,
#EncabezaSesionMasinfoP2Texto,
#EncabezaSesionMasinfoP3Texto,
#EncabezaSesionMasinfoP4Texto,
#EncabezaSesionMasinfoP5Texto {
    margin: 0px;
}

#EncabezaSesionMasinfoP0Titulo,
#EncabezaSesionMasinfoP1Titulo,
#EncabezaSesionMasinfoP2Titulo,
#EncabezaSesionMasinfoP3Titulo,
#EncabezaSesionMasinfoP4Titulo,
#EncabezaSesionMasinfoP5Titulo,
#EncabezaSesionMasinfoTitulo {
    margin-top: 10px;
    margin-left: 0px;
}




/*___________________________________FICHAS GENERALES_______________________________________*/

#imgFichaEventos,
#imgFichaRecintos {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#fichaEventoProvincia p:before {
    padding-right: 14px;
}

#seccion {
    background-color: transparent;
}

#divImgFichaRecintos,
#divImgFichaEventos {
    background-color: transparent;
}

.FichaGeneral {
    height: 395px;
    background-color: #fff;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 30px;
    padding: 0px;
    color: #676767;
}

#divImgFichaRecintos,
#divImgFichaEventos {
    width: 100%;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}

#fichaEventoTitulo,
#fichaRecintoNombre,
#fichaEventoRecinto,
#fichaEventoFechaHora,
#fichaEventoProvincia,
#fichaRecintoDireccion,
#fichaRecintoPoblacion {
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    font-weight: normal;
}

#fichaEventoRecinto,
#fichaEventoFechaHora,
#fichaEventoProvincia,
#fichaEventoRecinto p,
#fichaRecintoDireccion p #fichaEventoTitulo,
#fichaRecintoNombre {
    text-align: left;
    color: #676767;
}

#fichaEventoTitulo p,
#fichaRecintoNombre p {
    font-size: 18px;
}

#fichaEventoRecinto,
#fichaEventoFechaHora,
#fichaEventoProvincia,
#fichaEventoRecinto p,
#fichaRecintoDireccion p {
    font-size: 14px;
}

#fichaEventoRecinto,
#fichaEventoFechaHora,
#fichaEventoProvincia,
#fichaEventoRecinto p,
#fichaRecintoDireccion p {
    font-weight: normal;
}

#botonFicha {
    width: 80%;
    background-color: #6cb4b0;
    font-weight: bold;
    left: 18px;
    bottom: 10px;
    border: none;
    border-radius: 25px;
}

#botonFicha:hover {
    background-color: #496998;
    border: none;
    color: #fff;
}

#fichaEventoMasInfo,
#fichaRecintoMasInfo {
    color: #fff;
    left: 90%;
    top: 10px;
}



/*_________________________________FOOTER_________________________________*/

#footer {
    background-color: #414c5b;
    height: 230px;
}

#piePaginaConfigurable {
    background-color: transparent;
}

#footerleft {
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0px;
}

#bloqueCopyRightFijo {
    position: absolute;
    bottom: -70px;
    color: #b1bbc9;
    font-size: 10px;
}

#blqAvisoCondiciones {
    width: 100%;
    height: 20%;
    font-size: 12px;
    clear: both;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

#blqAvisoCondiciones a {
    color: #6cb4b0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#blqAvisoCondiciones a:hover {
    color: #4a938f;
    text-decoration: none;
}



#blqAvisoCondiciones li {
    float: left;
}


#version {
    font-size: 10px;
    color: #b1bbc9;
}

#bloqueCopyRight {
    color: #b1bbc9;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

a#lblAvisoLegal{
    margin-right: 10px;
}

/*____________________________BOTONES___________________________*/

.button {
    float: left;
    height: 40px;
    padding-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(232, 232, 232);
}

/*FORWARD*/

#butt_bMisCompras,
.botonEtiquetas,
#btnAceptarProvinciasINE,
.boton,
.botonEtiquetas,
#btnAceptarProvinciasINE,
.boton,
#btnAceptar {
    background-color: #6cb4b0;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
}

.botonEtiquetas:hover,
#btnAceptarProvinciasINE:hover,
.boton:hover,
.botonEtiquetas:hover,
#btnAceptarProvinciasINE:hover,
.boton:hover,
#btnAceptar:hover {
    background-color: #496998;
    border: 1px solid #fff;
    color: #fff;
}

/*BACKWARD*/

#btnCambiarCarrito,
#btnCancelaCarrito,
#butt_bCancelarCarrito,
#butt_bVolver,
#butt_bCancelar,
#VolverZonas .paginacion,
#opcionVolver .paginacion, #EnlaceVolverMisCompras a {
    background-color: #e25a5a;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #fff;
}

#btnCambiarCarrito:hover,
#btnCancelaCarrito:hover,
#butt_bCancelarCarrito:hover,
#butt_bVolver:hover,
#butt_bCancelar:hover,
#VolverZonas .paginacion:hover,
#opcionVolver .paginacion:hover, #EnlaceVolverMisCompras a:hover {
    background-color: #e25a5a;
    border: 1px solid transparent;
    color: #fff;
}


/*Incrementar y Zoom*/

.botonEntradas,
#msgConcesionCorte {
    color: #6cb4b0;
}

div#btnZoomMin,
div#btnZoomMas {
    background-color: #6cb4b0;
}

#EncabezaSesionMasInfoEvento a,
#EncabezaSesionMasInfoRecinto a {
    color: #6cb4b0;
}

/*Botón Cerrar ventanas emergentes*/

#btnCerrar {
    color: #000;
}

/*Paginación*/

.paginaActiva, #anteriorPaginacion, #siguientePaginacion{
    background-color: transparent;
    border:none;
}

/*____________________________________Avisos__________________________________________*/



.bgTransparente, .divEmergente, #cajaAlert, #bloqueEtiquetas {
background-image: none;
	background-color: rgba(255, 255, 255, 0.8);
}


#cajaMensajeAlert, #CajaEtiquetas {
	color: #6cb4b0;
	border: none;
	-webkit-box-shadow: 6px 6px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 20px -5px rgba(0,0,0,0.75);
	-ms-box-shadow: 6px 6px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 20px -5px rgba(0,0,0,0.75);
}


#btnCerrar {
	color: #6cb4b0;
}


.contenidoEmergente {
	color: #6cb4b0;
	border: none;
	width: 60%;
}


#botoneraEtiquetas {
	margin-top: 12px;
}

.divEmergente, #bloqueEtiquetas {
	left: 0px;
	width: 100%;
	margin-left: 0px;
}

#divCerrar {
	background-color: transparent;
	border-bottom: none;
	width: 63%;
}

#InfoAdicionalConcesionBotonera{
	position: static;
}

#InfoAdicionalConcesion{
	padding: 30px;
	box-sizing: border-box;
}


/*____________________________________Inputs__________________________________________*/

input, .tipoCampoPago input, #bloquePendientes input{
    border-radius: 20px;
}



/*____________________________________Proceso de compra__________________________________________*/

#textoError {
    color: #000;
}

#CajaOpcionesImpresion0 {
    margin-bottom: 12px;
}

.detalleMisCompras {
    margin-top: 10px;
}

#numeroReferenciaCompra{
    color: #6cb4b0;
}

#MensajeFinCompra{
    color: #000;
}

#logoCabecera{
	display: none;
}

/************************ PLANTILLAS DE PRECIOS ***********************/

/*** Plantillas de Precios ***/

.seccion7 #bloqueLeyendaButacas, .seccion7 #planoCabecera{
	display: none;
} 


.leyendaPlantillas.PlantillaActiva {
	box-shadow: none;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}




#bloqueLeyendaPlantillas {
	padding: 0px;
	margin: 0px;
	background-color: #e6e6e6;
	box-shadow: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-radius: 0px;
	height: auto;
	padding: 30px 0px;
	border: 1px solid #d2d2d2;
	margin-bottom: 40px;
	width: 100%;
	    max-height: 300px;
}


.leyendaPlantillasColor {
	border: none;
	border-radius: 50px;
	margin: 0px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-left: 5px;
	
}

.leyendaPlantillas {
	background-color: #e6e6e6;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: auto;
	line-height: 20px;
	cursor: pointer;
	padding: 0px 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 5px;
}



#leyendaPlantillasInicio{
	width: 100%;
}

.leyendaPlantillasCheck{
	margin: 0px;
	width: 20px;
}

.leyendaPlantillasPrecioMinLit{
	display: none;
}

.leyendaPlantillasNombre{
	width: auto !important;
	flex-grow: 1;
	margin-right: 15px;
	font-weight: bold;
	color: #565656;
}

/****************************************************************************************************************************************************************************************************************************************************    VERSIÓN R9A     ************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*** PAGINACIÓN ***/

#PanelPaginacion:empty {
    display: none;
}



/*** CARRITO EN 1 LÍNEA ***/

.bloqueCarrito {
    font-size: 12px;
    width: auto;
    height: auto;
    position: absolute;
    top: 2px;
    right: 30px;
    left: inherit;
}

#txtCarrito, #infoCarrito, #imgCarrito, #enlaceCarrito {
    width: auto;
    margin: 0px 3px;
}

#txtCarrito, #infoCarrito, #imgCarrito, #enlaceCarrito {
    width: auto;
    margin: 0px 3px;
}

.CarritoResumenVacio {
    opacity: 0.8;
}

#txtCarrito, #infoCarrito, #imgCarrito, #enlaceCarrito {
    width: auto;
    margin: 0px 3px;
}

.bloqueCarrito #txtCarrito:after {
    content: "-";
}



/***/

#bloqueLeyendaButacas {
    display: inherit;
    height: 0px;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
}

#planoCabecera {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

#bloqueConcesiones {
    width: 74%;
}

#planoCabecera,
#MapaZonas {
    min-height: 0px;
}

#GestorAforoPlano {
    overflow: auto;
    height: auto !important;
}

.colorZona, .colorBloque{
    height: auto!important;
    margin: 0px;
    margin-right: 5px;
}

.seccion7 #bloqueConcesiones {
    width: 75%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.seccion7 #planoCabecera {
    margin-right: 20px;
}


#aforo {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.tipoCampoPago input::-webkit-input-placeholder {
    color: transparent;
}

.tipoCampoPago input::-moz-placeholder {
    color: transparent;
}

.tipoCampoPago input:-ms-input-placeholder {
    color: transparent;
}

div#cancelarMisEntradas,
div#continuarMisEntradas {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

#bloqueLiteralUbicacion,
#bloqueInfoZona {
    height: auto;
}

#PulseZona {
    display: none;
}


#NombreZona {
    height: auto;
    line-height: inherit;
    margin-left: 12px;
}

#MapaZonas {
    border: 1px solid #d2d2d2;
    border-radius: 5px;

}

#MapaZonas #CambiaZonaListaZonas {
    width: 100%;
    border-radius: 0px;
    box-sizing: border-box;
}

.masInfoConcesion {
    width: auto;
    min-width: unset;

}

/*** SESIONES ***/

.ListaSesionesInfoSesion {
    width: 22%;
    color: darkgrey;
}

/*** ZONAS ***/

.filaListaZonas #CambiaZonaListaZonas {
    display: none;
}

#preCabeceraListaZonas {
    height: auto;
}

#FechaListaZonas,
#CambiarFechaListaZonas {
    margin-left: 0px;
}

/**** AFORO GRANDE ****/

#ContenedorButacasPadre {
    border: none;
}

.seccion7 #bloqueConcesiones {
    width: 76%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding-top: 10px;
    box-sizing: border-box;
}

.seleccionButacasAmpliado {
    display: flex;
    justify-content: center;
}

.seleccionButacasAmpliado,
.seleccionButacasAmpliadoSeleccionado {
    display: flex;
    justify-content: center;
    line-height: normal;
}

.detalleButacaFila, .detalleButacaColumna, .detalleButacaConcesion{
    white-space: pre-line;
}

.detalleButaca{
    line-height: normal;
}

.seccion7 #bloqueConcesiones {
    float: right;
    width: 75%;
}


.zoom_buttons {
    display: flex;
    justify-content: center;
}

.OpcionesButacas {
    margin: 5px;
}

button#zoomMasButacas, button#zoomMenosButacas{
    border-radius: 100px;
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

/******************** AFORO BLOQUE ÚNICO ******************/

#wrapper.BLOQUEUNICO #planoCabecera{
    display: none;
}

#wrapper.BLOQUEUNICO .leyendaPlantillas.PlantillaActiva {
	box-shadow: none;
	border: 1px solid #000;
	color: #000;
	background-color: transparent;
}


#wrapper.BLOQUEUNICO #leyendaPlantillasTodos,
#wrapper.BLOQUEUNICO #leyendaPlantillasResto,
#wrapper.BLOQUEUNICO #leyendaPlantillasFin,
#wrapper.BLOQUEUNICO #leyendaPlantillasInicio,
#wrapper.BLOQUEUNICO .leyendaPlantillasPrecioMaxLit,
#wrapper.BLOQUEUNICO .leyendaPlantillasPrecioMax {
	display: none;
}

#wrapper.BLOQUEUNICO #bloqueLeyendaPlantillas {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	box-shadow: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 0px;
	height: auto;
	padding: 30px 0px;
    border: none;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 40px;
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
}

#wrapper.BLOQUEUNICO #bloqueLeyendaPlantillas:empty{
    display: none;
}

#wrapper.BLOQUEUNICO .leyendaPlantillasNombre {
	margin-right: 10px;
}

#wrapper.BLOQUEUNICO .leyendaPlantillasColor {
	border: none;
	border-radius: 50px;
	margin: 0px;
	width: 10px;
	height: 10px;
	min-width: 10px;
	margin-right: 3px;
}

#wrapper.BLOQUEUNICO .leyendaPlantillas {
	background-color: #fff;
	font-size: 13px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: auto;
	line-height: auto;
	-webkit-box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
	width: auto;
	margin: 5px;
	border: 1px solid #fff;
}


#wrapper.BLOQUEUNICO .leyendaPlantillasCheck {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

#wrapper.BLOQUEUNICO #bloqueConcesiones{
    width: 100%;
}

/***** FICHA AGOTADO-PROXIMAMENTE *****/

.FichaGeneral.agotado {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.4;
}

.FichaGeneral.agotado #botonFicha {
    display: none;
}

.FichaGeneral.agotado #divImgFichaEventos:after {
    content: "AGOTADO";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.FichaGeneral.agotado #divImgFichaEventos:lang(en):after {
    content: "SOLD OUT";
}

.FichaGeneral.agotado #divImgFichaEventos:lang(eu):after {
    content: "AGORTUTA";
}

.FichaGeneral.agotado #divImgFichaEventos:lang(ca):after {
    content: "ESGOTAT";
}

.FichaGeneral.agotado #divImgFichaEventos:lang(fr):after {
    content: "VENDU";
}

/*** ***/

.FichaGeneral.proximamente {
    pointer-events: none;
}

.FichaGeneral.proximamente #botonFicha {
    display: none;
}

.FichaGeneral.proximamente:after {
    content: "PROXIMAMENTE";
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    letter-spacing: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
}


.FichaGeneral.proximamente:lang(en):after {
    content: "COMING SOON";
}

.FichaGeneral.proximamente:lang(eu):after {
    content: "LASTER";
}

.FichaGeneral.proximamente:lang(ca):after {
    content: "PROPERAMENT";
}

.FichaGeneral.proximamente:lang(fr):after {
    content: "A VENIR";
}

/*** ***/

.FichaGeneral.estreno {
    pointer-events: none;
}

.FichaGeneral.estreno #botonFicha {
    display: none;
}

.FichaGeneral.estreno:after {
    content: "ESTRENO";
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    letter-spacing: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #8b8b8b;
    border: 1px solid #8b8b8b;
}


.FichaGeneral.estreno:lang(en):after {
    content: "PREMIERE";
}

.FichaGeneral.estreno:lang(eu):after {
    content: "LEHEN EMANALDIA";
}

.FichaGeneral.estreno:lang(ca):after {
    content: "ESTRENA";
}

.FichaGeneral.estreno:lang(fr):after {
    content: "PREMIÈRE";
}


/*** ***/

.FichaGeneral.no-venta {
    pointer-events: none;
}

.FichaGeneral.no-venta #botonFicha {
    display: none;
}

.FichaGeneral.no-venta #divImgFichaEventos:after {
    content: "NO A LA VENTA";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.FichaGeneral.no-venta #divImgFichaEventos:lang(en):after {
    content: "NOT FOR SALE";
}

.FichaGeneral.no-venta #divImgFichaEventos:lang(eu):after {
    content: "EX DAGO SALGAI";
}

.FichaGeneral.no-venta #divImgFichaEventos:lang(ca):after {
    content: "NO ESTÀ EN VENDA";
}

.FichaGeneral.no-venta #divImgFichaEventos:lang(fr):after {
    content: "NE EST PAS À VENDRE";
}

/******************** AVISOS **************************/

#MensajeFinCompra {
    width: 100%;
    box-sizing: border-box;
}

#ListaEntregas,
#ListaFormasPago, #mensajeError, #MensajeFinCompra, #TextoTarjetas, #EtiquetasPago {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    text-transform: initial;
    margin-left: 0px;
    margin-right: 0px;
}

#bloquePendientesSeguridad{
    background-color: #fff;
    box-sizing: border-box;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    text-transform: initial;
}

#ListaEntregas{
    padding: 20px;
}

.TipoEntregaNombre:before{
    display: none;
}

#TextoTarjetas,
#MensajeFinCompra, #ListaEntregas, #EtiquetasPago {    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14);
    text-transform: initial;
}

.FormaPago{
    height: auto;
    line-height: normal;
}

#MensajeFinCompra {
    margin: 0px;
}


#CajaEtiquetas{
    width: 65%;
    margin-left: 0px;
}

#bloqueEtiquetas{
    padding-top: 0px;
}

.bloqueEtiquetas {
    display: flex;
    justify-content: center;
    align-items: center;
}

#botoneraEtiquetas{
    height: auto;
}

#subTituloMasInfo{
   height: auto; 
    line-height: normal;
}

#enlaceMasInfo{
    height: auto;
    line-height: normal;
}

div#tituloParrafoPrincipal, div#tituloParrafo1, div#tituloParrafo2, div#tituloParrafo3, div#tituloParrafo4, div#tituloParrafo5, div#tituloParrafo6{
    height: auto;
    line-height: normal;
}


/************************ FORM FINALIZAR COMPRA *************************/

#TextoTarjetas {
    text-transform: unset;
}

.tipoCampoPago font {
    display: flex;
    align-items: center;
}

.tipoCampoPago {
    width: 80%;
}

.tipoCampoPago input {
    width: 100%;
}

input#mmCaduca,
input#aaCaduca,
input#cvc {
    width: 20%;
}

.seccion9 .cajaEstandar100{
    height: auto;
}

#bloquePendientesSeguridad p{
    height: auto;
}

/************************ BOTONES **********************************/

button#btnCancelaCarrito {
    height: auto;
    width: auto;
    padding: 0px;
    background-color: transparent;
    border: none;
    color: #e52059;
}

button#btnCancelaCarrito:hover {
    background-color: transparent;
    border: none;
    color: #e52059;
}

button#btnCancelaCarrito:after {
    margin-left: 6px;
    font-family: FontAwesome;
    content: "\f1f8";
    font-size: 18px;
    font-weight: 400;
}

button#btnCambiarCarrito {
    height: auto;
    width: auto;
    padding: 0px;
    background-color: transparent;
    border: none;
    color: #888888;
}

button#btnCambiarCarrito:hover {
    background-color: transparent;
    border: none;
    color: #888888;
}

button#btnCambiarCarrito:after {
    margin-left: 6px;
    font-family: FontAwesome;
    content: "\f0e2";
    font-size: 18px;
    font-weight: 400;
}




/************************  VENTA COMBINADA *****************************/

#bloqueProductosExtraVCMixta .tituloProductoVCMixtaS,
#bloqueProductosExtraVCMixta .subTituloProductoVCMixtaS {
	font-size: 1rem;
	margin: 10px 0;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

#TituloProductoVCMixtaS,
#TituloProductoVCMixtaS_S {
	border-bottom: 1px solid #0596d3;
}

.subTotal {
	/*background-color: rgba(7, 90, 151, 0.5);*/
	width: 100%;
}


#bloqueProductosExtraVCMixta #EncabezadoSesion > div:first-child,
#bloqueProductosExtraVCMixta #imgEncabezaSesion {
	display: inherit;
	margin: 0px;
	height: auto;

}

#bloqueProductosExtraVCMixta #imgEncabezaSesion {
	padding: 0px;
	box-shadow: none;
	border: 1px solid #d2d2d2;
}

#bloqueProductosExtraVCMixta #EncabezadoSesion {
	flex-direction: row;
	box-shadow: none;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 25%;
	display: inline;
}

#bloqueProductosExtraVCMixta #EncabezadoSesion #EncabezaSesionInfo {
	display: none;
}

#bloqueProductosExtraVCMixta .ProductoVCMixtaP,
#ZonaResumenCompraOperaciones #bloqueProductosExtraVCMixta .ProductoVCMixtaS {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #d2d2d2;
}

#bloqueProductosExtraVCMixta .detalleConcesion {
	width: 70%;
}

#bloqueProductosExtraVCMixta .bgTdTabla {
	height: auto;
	line-height: normal;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
}

#bloqueProductosExtraVCMixta .bgTdTabla:hover {
	background-color: transparent;
}

#bloqueProductosExtraVCMixta .detalleConcesion .nombreConcesion {
	width: 100%;
	order: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
}

#bloqueProductosExtraVCMixta .detalleConcesion .totalConcesion {
	width: 100%;
	text-align: left;
	order: 2;
	margin-bottom: 15px;
}

#bloqueProductosExtraVCMixtaS .detalleConcesion .totalConcesion {
	padding-left: 20px;
	box-sizing: border-box;
}

#bloqueProductosExtraVCMixta .detalleConcesion .masInfoConcesion {
	display: inherit;
	width: 100%;
	order: 3;
}

#bloqueProductosExtraVCMixta .detalleConcesion .numEntradasConcesionBotones {
	width: 50%;
	height: auto;
	order: 4;
	justify-content: flex-start;
}

#bloqueProductosExtraVCMixtaS .numEntradasConcesionBotones {
	opacity: 0;
}

#bloqueProductosExtraVCMixta .detalleConcesion .importeParcialConcesion {
	width: 50%;
	order: 5;
	min-width: inherit;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-weight: bold;
}

#bloqueProductosExtraVCMixta .txtEntradasBotones {
	margin-top: 0px;
}

.subtotalProductosVCMixtaS #subTotalProductos_P,
.subtotalProductosVCMixtaS #literalSubtotalProductosImporte_P,
#literalSubtotalProductosImporte_S,
#subTotalProductos_S {
	display: none;
}

.subtotalProductosVCMixtaS #literalSubtotalProductos_P:after,
.subtotalProductosVCMixtaS #literalSubtotalProductos_S:after {
	content: ":";
	margin-right: 5px;
}

.subtotalProductosVCMixtaS {
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(7, 90, 151, 0.5);
	line-height: 40px;
	padding: 0px 20px;
	box-sizing: border-box;
}



#bloqueProductosExtraVCMixtaS .detalleConcesion {
	width: 100%;
}


#bloqueProductosExtraVCMixta .resumenProductosVCMixtaS {
	display: none;
}

#TotalCarrito {
	width: 100%;
	/*background-color: rgba(7, 90, 151);*/
	line-height: 40px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	/*color: #fff;*/
	padding: 0px 20px;
	box-sizing: border-box;
}

#bloqueProductosExtraVCMixtaS .masInfoConcesion {
	padding-left: 20px;
	box-sizing: border-box;
}

#bloqueProductosExtraVCMixtaS #EncabezadoSesion {
	display: none !important;
}

/*** MOSTRAR ENTRADAS ***/

#ReferenciaCompra, #NumOperacion, #NumAutorizacion, #NumComercio{
    text-align: left;
}

.seccion9 .cajaEstandar100{
    height: auto;
}

/*** CANJE POR CÓDIGO ***/

.saldoTarjetasNF:empty {
    display: none;
}

input#txtCodigoTarjetaNF {
    margin-top: 12px;
}

#tiposPagoTarjetasNF{
    height: auto;
        background-color: transparent;
    margin-top: 0px;
}

.saldoTarjetasNF {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
}

#litTiposPagoTarjetaNF{
    width: auto;
}





#planoCabecera, #MapaZonas {
    display: none;
}

#ZonasMapa, #bloqueConcesiones {
    width: 100%;
    margin-left: 0px;
}

#bloqueAcreditaConcesiones, .seccion7 #bloqueLlavesConcesiones, .seccion7 #bloqueAcreditaConcesiones{
    color: grey;
    padding: 15px;
    margin: 0px;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
}

.ListaSesionesDisponibles {
    display: none;
}