body,input,textarea,select,option,p,a,h1,h2,h3,h4,h5,h6,.infoZona,.avisoSeleccion{
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

body {
	width: 100%;
	color: #3c3c3b;
  /*padding-top: 5px;*/
}

body:after {
    content: '';
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*border-top: 5px solid #cb2999;*/
    z-index: 10;
}

p {
  color: #3c3c3b;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0.8em;
  font-weight: 300;
  margin-top: 0;
/*  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/
}

a {
  color: #cb2999;
  transition: all 560ms ease;
}

a:hover, .current-menu-item a{
  opacity: 0.5;
}

.alignLeft{
  text-align: left;
  float: left;
}

.alignRight{
  float: right;
  text-align: right;
}

i.fa{
  margin-right: 3px;
}

img, iframe, object, embed{
  max-width: 100%;
}

button, .boton, input[type="button"], input[type="submit"], .ZebraDialog_Button_0{
  background: #cb2999 url("/style/v4/images/decoBoton.png") no-repeat scroll left bottom;
  border: 2px solid #cb2999;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  padding: 8px 25px;
  position: relative;
  transition: all 0.2s ease 0s;
  width: auto;
}
input {
  font-family: 'Open Sans', sans-serif;
}

.boton.gris{
  background-color: #ccc;
  border-color: #ccc;
}

.boton.naranja{
    background-color: #ffb100;
    border-color: #ffb100;
}

.boton.bloqueado{
  cursor: not-allowed !important;
  pointer-events: none;
}

.bloqueado{
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(100%) !important;
  background-color: #ccc;
  border-color: #ccc;
}

button:hover, .boton:hover, input[type="button"]:hover{
  opacity: 0.8;
  cursor: pointer;
}

button:active, .boton:active, input[type="button"]:active{
  background-color: #ffffff;
  color: #cb2999;
}

input, textarea, select {
  border: 1px solid #dddddd;
  padding: 0 20px;
}

textarea {
  font-size: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("/style/v4/images/rowDown.png") no-repeat scroll right center;
  color: #3c3c3b;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
}

select:hover{
  background-color: #fff;
}

input[type="submit"]{
  width: auto;
}

form input:focus + label, form textarea:focus + label {
  color: #999;
}

label.not-valid input{
  border: 1px solid red;
}

label span.validacion {
  color: red;
  float: left;
  font-size: 13px;
  margin-bottom: 2px;
  width: 100%;
  display: none;
}

label.not-valid span.validacion{
  display: block;
}

/*Comunes*/

.hide{
  display: none;
}

.centrar {
  display: block;
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 25px;
}

.w25{
  float: left;
  width: 25%;
}

.w30{
  float: left;
  width: 30%;
}

.w40{
  float: left;
  width: 40%;
}

.w60{
  float: left;
  width: 60%;
}

.w70{
  float: left;
  width: 70%;
}

h4.titulo {
  background: #cb2999 url("/style/v4/images/decoH2_.png") no-repeat scroll left bottom;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 9px;
  padding-left: 15px;
  text-transform: uppercase;
  width: 100%;
}

/*Header*/

header {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
  position: relative;
}

header a{
  color: #999996;
}

header .logo {
  float: left;
  width: auto;
}

    header .logo img {
        height: 90px;
    }

header .logo img:last-child{
        max-height: 30px;
        width: auto;
  display: none;
}

header #idiomas {
  position: absolute;
  right: 0;
  top: 5px;
  display: none;
}

header #idiomas a{
  display: inline-block;
  margin-left: 1px;
  opacity: 0.5;
}

header #idiomas a.active{
  opacity: 1;
}

header nav#superior {
  float: right;
  padding-top: 40px;
  width: auto;
}

header h3{
  display: none;
}

header nav#superior a {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}

header nav#superior a i {
  color: #dddddd;
  float: left;
  font-size: 26px;
  margin-right: 5px;
  margin-top: -6px;
}

header nav#superior a i.fa-phone {
  transform: rotate(45deg);
}

header nav#filtros{
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 25px;
}
header #filtros a#mostrarFiltros {
  display: none;
}

header ul{
  padding: 0;
}

header li{
  list-style: outside none none;
}

header #filtros > ul {
  padding: 0;
  margin: 0;
  float: left;
  position: absolute;
  z-index: 0;
}

header #filtros > ul > li {
  float: left;
  margin-right: 10px;
}

header #filtros > ul > li > a{
  background: transparent url("/style/v4/images/rowDown.png") no-repeat scroll right center;
  border: 1px solid #dddddd;
  color: #999996;
  float: left;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 45px 0 12px;
  transition: all 560ms ease;
}

header #filtros > ul > li > a:hover {
  border-color: #cb2999;
  cursor: pointer;
  color: #cb2999;
}

header #filtros > ul > li > a.active {
  background-color: #cb2999;
  color: #fff;
}

header #filtros > ul > li > a > img {
  float: left;
  margin-right: 7px;
  margin-top: 13px;
}

header #filtros > ul > li > a > i{
  color: #dddddd;
  float: left;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 13px;
}

header #filtros #buscador{
  float: right;
  position: relative;
  transition: all 260ms ease-in;
  width: 20%;
  z-index: 1;
}

header #filtros #buscador.active{
  width: 100%;
  transition-delay: 300ms;
}

header #filtros #buscador input {
  float: right;
  height: 50px;
  transition: all 560ms ease;
  padding-left: 50px;
  width: 100%;
}

header #filtros #buscador input:focus {
  border-color: #cb2999;
}

header #filtros #buscador button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  color: #dddddd;
  font-size: 20px;
  left: 20px;
  position: absolute;
  top: 14px;
  transition: all 560ms ease;
}

header #filtros #buscador button:hover {
  color: #cb2999;
}

header #opciones {
  float: left;
  padding: 0;
  width: 100%;
}

header #opciones #volver {
  display: none;
}

header #opciones ul {
  width: 100%;
  float: left;
}
header #opciones ul > li{
  float: left;
  margin-bottom: 5px;
  margin-right: 0.5%;
  width: 24.6%;
}

header #opciones ul > li > a {
  background-color: #f2f2f2;
  color: #999996;
  float: left;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 15px;
  width: 100%;
  transition: all 560ms ease;
}

header #opciones ul > li > a:hover {
  cursor: pointer;
  color: #cb2999;
}

header #opciones ul > li > a.active {
  background-color: #cb2999;
  color: #fff;
}

header #opciones > ul > li:nth-child(4n+4) {
  margin-right: 0;
}

header #lugares > ul > li:nth-child(4n+4) {
  margin-right: 0;
}

header #opciones > #lugares {
  float: left;
  padding-top: 5px;
  width: 100%;
}

header #migas {
  border: 1px solid #dddddd;
  overflow: hidden;
  overflow-x: scroll;
  float: left;
  width: 100%;
  position: relative;
}

header .sombra {
  width: 100%;
  float: left;
  position: relative;
}
header .sombra:after {
  content: '';
  width: 30px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

header #migas .migas-wrapper {
  float: left;
}
header #migas i {
  background-color: #dddddd;
  color: #fff;
  float: left;
  font-size: 24px;
  padding: 7px 15px;
}

header #migas a {
  background: transparent url("/style/v4/images/rowMigas.png") no-repeat scroll right center;
  color: #999996;
  float: left;
  font-weight: 100;
  padding: 10px 30px 10px 15px;
}

header #migas .resultados {
  color: #999996;
  float: right;
  font-style: italic;
  font-weight: 100;
  margin-right: 20px;
  margin-top: 10px;
}

/*Custom Checkbox*/

input[type=checkbox].css-checkbox {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
input.css-checkbox[type="checkbox"] + label.css-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #cb2999;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}
label.css-label {
  background-image:url(/style/v4/images/checkbox_.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/*Tablas*/

table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 25px 0;
  text-align: left;
  width: 100%;
}

th {
  background: #92CBE8 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  border-top: 4px solid #dddddd;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
}

td {
  background: inherit none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid transparent;
  padding: 8px;
  color: #999996;
}

thead td{
  color: #3c3c3b;
}

.owl-carousel .owl-item img{
	transform-style: inherit !important;
}

/*PÃ¡gina de evento*/

#paginaEvento{
  float: left;
  width: 100%;
}

#paginaEvento h1{
  margin-top: 0;
}

#paginaEvento .w60{
  padding-right: 25px;
}

#paginaEvento #media{
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.owl-carousel .owl-video-wrapper{
  float: left;
}

#paginaEvento #media .owl-item img{
  float: left;
  width: 100%;
  height: auto;
}

#paginaEvento #media .owl-nav div{
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -16px;
  transition: all 560ms ease;
}

#paginaEvento #media .owl-nav div.disabled{
  opacity: 0;
}
#paginaEvento #media .owl-nav div.owl-prev{
  left: 20px;
}

#paginaEvento #media .owl-nav div.owl-next{
  right: 20px;
}

#paginaEvento #media .owl-nav div.owl-prev:hover{
  left: 15px;
}

#paginaEvento #media .owl-nav div.owl-next:hover{
  right: 15px;
}

#paginaEvento #descripcion {
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

#paginaEvento #descripcion p{
  color: #999996;
  font-size: 16px;
}

#paginaEvento #descripcion span#verMas{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

#paginaEvento #leerMas{
  float: left;
  width: 100%;
  text-align: center;
}

#listaSesiones{
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#listaSesiones > li {
  border: 1px solid #dddddd;
  float: left;
  list-style: outside none none;
  margin-bottom: -1px;
  padding: 14px 15px;
  width: 100%;
  display: flex;
}

#listaSesiones > li > span{
  display: inline-block;
  width: 100%;
}

#listaSesiones > li h3 {
  margin-bottom: 8px;
  margin-top: 0;
}

#listaSesiones > li .info {
  float: left;
  font-size: 13px;
  line-height: 20px;
  max-width: 100%;
}

#listaSesiones > li .info h3.titulo{
  color: #cb2999;
}

#listaSesiones > li a.boton {
  display: inline-block;
  float: right;
}

#listaSesiones > li a.boton.naranja {
  pointer-events: none;
}

/*Carrusel*/

#carrusel{
  width: 100%;
  float: left;
  margin-top: 20px;
}

#carrusel ul{
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

#carrusel ul li{
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  margin-bottom: 0;
}

#paginaEvento #carrusel ul,
#paginaEventos #carrusel ul {
  padding: 0 50px;
}

#paginaEvento #carrusel ul .owl-nav div,
#paginaEventos #carrusel ul .owl-nav div {
  position: absolute;
  top: 0;
  padding: 0 10px;
  height: 100%;
  align-items: center;
  display: flex;
}
#paginaEvento #carrusel ul .owl-nav div.owl-prev,
#paginaEventos #carrusel ul .owl-nav div.owl-prev {
  left: 0;
}
#paginaEvento #carrusel ul .owl-nav div.owl-next,
#paginaEventos #carrusel ul .owl-nav div.owl-next {
  right: 0;
}

/*Compartir en RRSS*/

.compartirRs {
  border: 1px solid #dddddd;
  float: right;
  margin-top: 20px;
  padding: 10px 20px;
  width: auto;
  color: #999996;
}

.compartirRs em{
  display: inline-block;
  margin-right: 5px;
}

.compartirRs a i {
  color: #999996;
  display: inline-block;
  font-size: 22px;
  margin-left: 5px;
}


/* Inicio */

#sliderInicio{
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 25px;
  float: left;
}

#sliderInicio .slide a > img{
  width: auto;
  height: 400px;
  filter: blur(1px);
  float: left;
  transition: all 560ms ease;
}

#sliderInicio .owl-item .slide{
  background-color: #000;
  width: 100%;
  float: left;
}

#sliderInicio .owl-item.active.center .slide{
  background-color: #fff;
}

#sliderInicio .owl-item .slide img{
  height: 400px;
  width: auto;
  opacity: 0.4 !important;
  filter: blur(1px);
}

#sliderInicio .owl-item.active.center .slide img{
  opacity: 1 !important;
  filter: blur(0);
}

#sliderInicio .owl-nav div{
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 560ms ease;
}

#sliderInicio .owl-nav .owl-next{
  left: auto;
  right: 0;
}

#sliderInicio .owl-nav div img{
  width: auto;
}

#sliderInicio .infoEvento{
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
}

#sliderInicio .owl-item.active.center .infoEvento{
  animation-name: active;
  animation-delay: 250ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes active {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(45deg);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.05) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

#sliderInicio .infoEvento h3{
  margin: 0 0 10px 0;
  float: left;
}

#sliderInicio .infoEvento p{
  color: #fff;
  font-size: 12px;
  margin: 0;
  clear: both;
  float: left;
}

#sliderInicio .infoEvento .fecha{
  font-size: 12px;
  clear: both;
  float: left;
}

ul.listaEventos {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

ul.listaEventos li {
  list-style: none;
  display: inline-block;
  float: left;
  width: calc(100% / 5 - (80px / 5));
  margin-right: 20px;
  border: 1px solid #f2f2f2;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  position: relative;
}

ul.listaEventos li:nth-child(5n+5) {
  margin-right: 0;
}

ul.listaEventos li .grupoEvento{
  width: 100%;
  float: left;
  position: relative;
}

ul.listaEventos li .grupoEvento img{
  width: 100%;
  float: left;
}

ul.listaEventos li h3{
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
  overflow: hidden;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  font-weight: 700;
}

ul.listaEventos li a h3{
  opacity: 1;
}

ul.listaEventos li .infoEvento {
  float: left;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999996;
}

ul.listaEventos li .fecha{
  width: 60px;
  font-size: 10px;
  float: left;
  background-color: #fff;
}

ul.listaEventos li .fecha span.dia{
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  padding: 2px;
}
ul.listaEventos li .fecha span.diaSemana{
  width: 100%;
  float: left;
  padding: 2px;
  font-size: 10px;
  margin-bottom: 3px;
}

ul.listaEventos li .fecha span.mes{
  width: 100%;
  float: left;
  color: #fff;
  background-color: #999996;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 2px;
}

ul.listaEventos li a:hover .fecha span.mes{
  background-color: #cb2999;
  transition: all 560ms ease;
}

ul.listaEventos li .lugar{
  width: calc(100% - 50px);
  padding: 0 10px;
  color: #3c3c3b;
  font-size: 14px;
  float: right;
}

ul.listaEventos li .lugar .recinto{
  font-size: 10px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

/* Listado */

.w100{
  width: 100%;
  float: left;
}

#listadoEventos{
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#listadoEventos > li{
  width: 100%;
  float: left;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  position: relative;
}

#listadoEventos li a.enlaceImagen{
  float: left;
}

#listadoEventos li img{
  width: 150px;
  float: left;
}

#listadoEventos li .enlaceImagen span{
  display: none;
}

#listadoEventos .infoEvento{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 180px;
}

#listadoEventos .infoEvento h3{
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#listadoEventos .infoEvento h3 a{
  color: #3c3c3a;
}

#listadoEventos .infoEvento p{
  width: 100%;
  margin-bottom: 0;
  float: left;
}
#listadoEventos .infoEvento p span.fechaMovil{
  display: none;
}

#listadoEventos .cajaEnlace{
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#listadoEventos .cajaEnlace a.boton{
  float: right;
  margin: 0;
}

/* Recinto */

#bannerRecinto,
#bannerRecinto img{
  width: 100%;
  transition: all 560ms ease;
  float: left;
}

#bannerRecinto{
  margin-bottom: 40px;
  position: relative;
}

#bannerRecinto.mostrarInfo img.imagenRecinto{
  filter: grayscale(100%);
  position: relative;
  z-index: 0;
}

#bannerRecinto .textoRecinto{
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
  display: flex;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%),rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%),rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%),rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#bannerRecinto .textoRecinto h1{
  color: #fff;
  bottom: 30px;
  left: 30px;
  margin: 0;
  position: absolute;
}

#bannerRecinto .iconosRecinto ul{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#bannerRecinto .iconosRecinto ul li{
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}

#bannerRecinto .iconosRecinto ul li i{
  transition: all 560ms ease;
}

#bannerRecinto .iconosRecinto ul li i:hover{
  color: #cb2999;
}

#bannerRecinto .iconosRecinto ul li:last-child{
  margin-right: 0;
}

#bannerRecinto .iconosRecinto ul li i{
  cursor: pointer;
  color: #fff;
}

#bannerRecinto .infoRecinto{
  overflow: scroll;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
  opacity: 0;
  transform: scale(0.9);
  transition: all 560ms ease;
}

#bannerRecinto.mostrarInfo .infoRecinto{
  animation-name: popup;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes popup {
  0% {opacity: 0;transform: scale(0.9);}
  50% {opacity: 0.8;transform: scale(1.03);}
  100% {opacity: 1;transform: scale(1);}
}

#bannerRecinto .infoRecinto .descripcion{
  padding: 30px;
  display: none;
}

#bannerRecinto.descripcion .infoRecinto .descripcion{
  display: block;
}

#bannerRecinto .infoRecinto p{
  margin-top: 0;
  margin-bottom: 20px;
}

#bannerRecinto .infoRecinto p:last-child{
  margin-bottom: 0;
}

#bannerRecinto .infoRecinto img.icono{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 128px;
    opacity: 0.1;
}

#bannerRecinto .infoRecinto .cerrar{
  position: absolute;
  top: 10px;
  right: 10px;
}

/*Ventas*/

ul.listaSelect{
  float: left;
  padding: 0;
  margin-top: 0;
}

ul.listaSelect li {
  border: 1px solid #dddddd;
  float: left;
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: -1px;
  padding: 10px 15px;
  width: 100%;
}

ul.listaSelect li em{
  color: #999996;
}

#ventas{
  float: left;
  width: 100%;
  margin-top: 10px;
}

#evento{
  border: 1px solid #dddddd;
  float: left;
  width: 100%;
}

#evento h3 {
  color: #999996;
  float: left;
  font-size: 16px;
  font-weight: lighter;
  margin-top: 30px;
  text-align: center;
  width: 200px;

}

#evento h1 {
  font-size: 22px;
  margin-bottom: 10px;
}

#evento #info span {
  float: left;
  font-size: 13px;
  margin-right: 15px;
  line-height: 20px;
  width: auto;
}

#evento #info span strong{
  color: #cb2999;
}

#evento img{
  float: left;
  width: auto;
  margin-right: 20px;
  max-width: 100px;
}


/* Ventas */

#ventas #evento a.volver {
  float: right;
  font-style: italic;
}

#ventas #evento a.volver {
  margin-right: 25px;
  margin-top: 38px;
}

.paso {
  border: 1px solid #dddddd;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 100%;
}


.paso .encabezado{
  float: left;
  width: 100%;
}

.paso .encabezado h2{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.paso .encabezado h2 em{
  color: #999996;
  font-weight: 100;
  margin-left: 20px;
  display:inline-block;
}

.paso .encabezado span.numero {
  background: #cb2999 url("/style/v4/images/decoH2_.png") no-repeat scroll left bottom;
  color: #cb2999;
  display: inline-block;
  font-size: 32px;
  margin-right: 10px;
  margin-top: -5px;
  padding-bottom: 2px;
  padding-left: 12px;
}

.paso .encabezado a.abrir{
  position: absolute;
  right: 20px;
  top: 35px;
}

.paso .encabezado a.abrir span {
  color: #999996;
  float: left;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1px;
}

.paso .encabezado a.abrir img{
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 560ms ease;
}

.paso.abierto .encabezado a.abrir img{
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.paso .content{
  float: left;
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.paso h3.apartado:first-child {
  margin-top: 0;
}

.paso h3.apartado {
  float: left;
  margin-bottom: 20px;
  margin-top: 50px;
  width: 100%;
}

.paso a.volver {
  float: left;
  margin: 20px auto 0;
}

        #selectButacaButtons2 {
		    width: 100%;
		    background-color: #fafafa;
		    margin-left: 0px;
		    padding: 5px;
		    position: fixed;
		    z-index: 10;
		    bottom: 0px;
            display:none;
        }

#selectButacaButtons2 a {
    width: 48%;
    max-width: 150px;
    text-align: center;
    margin-top: 0px;
}
#selectButacaButtons2 a.volver {
  float: left;
  /*margin: 5px auto 0;*/
}

.paso a.continuar {
  float: right;
  margin-bottom: 0;
  margin-top: 20px;
}
#selectButacaButtons2 a.continuar {
  float: right;
  margin-bottom: 0;
  /*margin-top: 5px;*/
}


#paso1 #listaZonas{
  padding: 0;
  margin: 0;
}

#paso1 #listaZonas a.zona{
  float: left;
  width: 100%;
  margin-bottom: 2px;
  padding: 10px 15px;
  background-color: #f2f2f2;
  color: #999996;
  font-size: 14px;
  border-left: 5px solid #ccc;
}

#paso1 #listaZonas a.zona:hover{
  opacity: 0.8;
  cursor: pointer;
}

#paso1 #listaZonas a.zona span{
  float: right;
}

#paso1 a.botonDescuentos{
  float: left;
  margin-top: 20px;
  margin-bottom: 0;
}

#paso1 .info{
  float: left;
  width: 100%;
}

#paso1 #mapaZonas{
  text-align: center;
}

#paso1 #zona, #tipo, #pListaEntradas {
  position: relative;
  float: left;
  width: 100%;
}

#paso1 #tipo h2{
  margin-bottom: 40px;
}

#paso1 ul.listaEntradas {
  float: left;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

#paso1 ul.listaEntradas > li{
  padding: 15px 0;
  border: 1px solid #dddddd;
  float: left;
  width: 100%;
  margin-bottom: -1px;
  align-items: center;
  display: flex;
  list-style: none;
}

#paso1 ul.listaEntradas > li p {
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 15px;
  width: 100%;
}

#paso1 ul.listaEntradas > li p em{
  color: #999996;
}
    #paso1 ul.listaEntradas > li > p > a {
        display:none;
    }



#paso1 ul.listaEntradas > li a.precio {
  background-color: #cb2999;
  color: #fff;
  float: right;
  min-width: 115px;
  padding: 10px 15px;
  text-align: center;
  width: 150px;
  margin-right: 20px;
}

#paso1 ul.listaEntradas > li a:hover{
  opacity: 0.8;
  cursor: pointer;
}

#paso1 ul.listaEntradas > li a.precio.bloqueado {
  background-color: #ccc;
}

#paso1 ul.listaEntradas > li a i{
  margin-left: 5px;
}

#paso1 #asientos h3 {
  color: #999996;
  float: left;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  width: 100%;
}

#paso1 #asientos #butacas {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 600px;
}

#paso1 #asientos #butacas input[type="image"] {
  background-color: transparent;
  border: medium none;
  display: inline-block;
  float: none;
  height: 25px;
  padding: inherit;
  width: 25px;
}

.w70 > div#infoButacas {
  float: left;
  margin-top: 50px;
  width: 100%;
}

#paso1 #asientos #zonasSelect{
  text-align: center;
}

#paso1 #asientos #zonasSelect img {
  display: inline-block;
}

#paso1 #asientos #zonasSelect a.volver{
  float: left;
  width: 100%;
  text-align: center;
}

#paso2 #registro, #paso2 #acceder, #paso2 #recuperar {
  float: left;
  padding: 0 100px;
  width: 100%;
}


        #paso2 .formLabelIcon label {
            width: 48.7%;
        }
            #paso2 .formLabelIcon label:nth-child(odd) {
                float: left;
            } 
            #paso2 .formLabelIcon label:nth-child(even) {
                float: right;
            } 
        #paso2 #recuperar.formLabelIcon label {
            width: 100%;
        }

#paso1 #tipo ul li .inputNumerico {
  float: left;
  padding-right: 20px;
  text-align: right;
  width: 30%;
}

#paso1 #tipo ul li .inputNumerico input {
  color: #999996;
  font-size: 26px;
  margin-right: 3px;
  margin-top: 3px;
  text-align: center;
}

#paso1 #tipo ul li .precioEntrada {
  float: right;
  width: 10%;
}

#paso1 .numeroEntradas #precioTotal{
  float: right;
  margin-top: 10px;
  text-align: right;
}

#paso1 .numeroEntradas #precioTotal span {
  font-weight: bold;
}

#paso2 #separador {
  background: transparent url("/style/v4/images/separadorIdentificate.png") no-repeat scroll right center;
  height: 75%;
  left: 50%;
  position: absolute;
  right: 50%;
  width: 20px;
}

#paso2 #anonimo{
    float: left;
    margin: 25px 100px;
    width: calc(50% - 200px);
    border-top: 1px solid #dedede;
}
#paso2 #anonimo a{
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#paso2 #registro h4 a, #paso2 #acceder h4 a,  #paso2 #recuperar h4 a{
  float: right;
  color: #cb2999;
  font-weight: 600;
  margin-right: 0px;
}

#paso2 #registro .newsletter{
  margin-bottom: -10px;
  width: 100%;
  text-align: justify;
}

#paso2 #registro input[type="button"] {
  margin-top: 10px;
}


/*#paso2 #acceder{
  float: right;
  padding: 0 100px;
  width: 50%;
}*/

#paso2 .formLabelIcon label{
  float: left;
  /*width: 100%;*/
  position: relative;
}

#paso2 .formLabelIcon label i {
  color: #dddddd;
  font-size: 22px;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 21px;
  width: 24px;
}

#paso2 .formLabelIcon p {
  float: left;
  margin-top: 15px;
}

#paso2 .formLabelIcon a {
  color: #999996;
  float: left;
  font-size: 14px;
  margin-top: 5px;
}

#paso2 .formLabelIcon input[type="button"], #paso2 .formLabelIcon input[type="submit"]{
  float: right;
}

#paso2 .formLabelIcon input[type="text"],
#paso2 .formLabelIcon input[type="password"]{
  float: left;
  margin-bottom: 5px;
  padding: 10px 40px 10px 40px;
  width: 100%;
}

#paso2 .formLabelIcon select {
  color: #999;
  float: left;
  font-weight: 100;
  margin-bottom: 5px;
  padding: 10px 15px 10px 35px;
  width: 100%;
}

#paso3 .content{
  padding-bottom: 0;
}

/*Carrito*/

#pagoSeguro{
  float: left;
  width: 50%;
  margin-top: 50px;
}

#pagoSeguro > img {
  float: left;
}

#total {
  float: right;
  clear: right;
  margin-top: 38px;
  text-align: right;
  width: 50%;
}

#total #precio {
  display: inline-block;
  font-size: 22px;
  margin-top: 17px;
}

#total #pagar{
  float: right;
  margin-left: 20px;
}

.botonDescuentos {
  border: 2px solid #cb2999;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 5px 15px;
  position: relative;
}

#pDescuentos {
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
}

#descuentos .descuento {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: right;
  width: 100%;
  align-items: center;
  /*display: flex;*/
  justify-content: space-between;
}

#descuentos .descuento:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

#descuentos .descuento h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

#descuentos .descuento .info {
  float: left;
  text-align: left;
  width: 100%;
}

#descuentos .descuento .inputNumerico {
    text-align: right;
}


#descuentos .descuento .precio {
  float: left;
  text-align: right;
  line-height:36px;
}
    #descuentos .descuento .precio span {
        font-size: 18px;
        min-width: 70px;
        margin-right: 10px;
        display: inline-block;
    }
    #descuentos .descuento .precio span.tachado {
        text-decoration: line-through;
    }
    #descuentos .descuento .precio span.tarifa {
        color: #cb2999;
        font-weight: 600;
    }

#finalizarCompra{
  display: none;
  float: left;
  width: 100%;
  margin-top: 25px;
}

/*Input numÃ©rico*/

.inputNumerico input {
  color: #999996;
  font-size: 30px;
  margin-right: 3px;
  text-align: center;
}

.inputNumerico > a > i{
  font-size: 32px;
}

.inputNumerico .info i {
  margin-right: 2px;
}

/* Post Venta */

#posVenta{
  width: 100%;
  float: left;
}

#posVenta h1{
  width: 100%;
  margin: 0 0 20px 0;
  font-weight: 300;
  color: #cb2999;
  border-bottom: 1px solid #cb2999;
  float: left;
  padding-bottom: 10px;
}

#posVenta h1 small{
  font-size: 16px;
  margin-top: 15px;
  color: #999996;
  float: right;
}

#posVenta h1 small span{
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  margin-left: 5px;
  color: #cb2999;
}

#posVenta .imprimir{
  width: 100%;
  text-align: center;
  float: left;
}
#posVenta .imprimir a{
  margin-bottom: 10px;
}

#posVenta #imprimir, #posVenta #consultar, #posVenta #imprimirPDF, #posVenta #imprimirPDFMovil{
  font-size: 16px;
  margin: 10px 5px;

  display: inline-block;
}

#posVenta h3{
    background: #cb2999 url(/style/v4/images/decoH2_.png) no-repeat scroll left bottom;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 9px;
    padding-left: 15px;
    text-transform: uppercase;
    width: 100%;
}

#posVenta h4{
  float: left;
  font-size: 13px;
  padding: 20px;
  width: 100%;
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
.listaResumen{
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
}

.listaResumen li{
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #999996;
  list-style: none;
  float: left;
  position: relative;
  display: flex;
}
.listaResumen li:nth-child(odd){
  background-color: rgba(0, 0, 0, 0.03);
}
.listaResumen li strong {
  width: 140px;
  min-width: 140px;
  height: 50px;
  padding-right: 10px;
  border-right: 1px solid #eaeaea;
  margin-right: 10px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  float: left;
}
.listaResumen li.total{
  height: auto;
}
.listaResumen li.total strong{
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  padding: 20px 0;
  font-size: 18px;
  background-color: transparent;
}
.listaResumen li span{
  min-height: 50px;
  height: auto;
  align-items: center;
  display: flex;
  margin-right: 15px;
  /*float: left;*/
}
.listaResumen li span:last-child{
  margin-right: 0;
}
.listaResumen li.localidades{
  height: auto;
  display: list-item;
}
.listaResumen li.localidades strong{
  position: absolute;
  height: 100%;
}
.listaResumen li.localidades .lista{
  width: calc(100% - 150px);
  float: right;
}
.listaResumen li.localidades span {
  cursor: help;
  position: relative;
}
.listaResumen li.localidades span:after {
  content: attr(data-contenido);
  padding: 10px;
  white-space: nowrap;
  background-color: rgba(60,60,59,0.7);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 0;
  transition: all 560ms ease;
  z-index: 3;
}
.listaResumen li.localidades span:hover:after {
  opacity: 1;
}
.listaResumen li.localidades span i{
  margin-left: 5px;
  float: right;
}

#posVenta #back{
  float: right;
}

#posVenta #back i{
  transform: scale(-1, 1);
}


#posVenta span.tooltip {
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    border-radius: 2px;
    padding: 11px 10px 11px 5px;
    margin: 10px 10px 0px 0px;
    min-height: 40px;
    height: auto;
    float: left;
    text-align: right;
    display: block;
}
    #posVenta span.tooltip em {
        display: inline;
        font-style: normal;
        font-weight: 600;
        margin-right: 4px;
        clear: none;
        color: #cb2999;
    }
    #posVenta span.tooltip i {
        float: left;
        clear: left;
        color: #cb2999;
    }



/* PÃ¡gina EstÃ¡tica */

#paginaEstatica{
  width: 100%;
  float: left;
}

#paginaEstatica h1{
  width: 100%;
  margin: 0 0 20px 0;
  font-weight: 300;
  color: #cb2999;
  border-bottom: 1px solid #cb2999;
  float: left;
  padding-bottom: 10px;
}

#paginaEstatica h2{
  width: 100%;
  margin: 0 0 20px 0;
  color: #999996;
  float: left;
}

#paginaEstatica h3{
  color: #999996;
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#paginaEstatica p {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #999996;
  line-height: 26px;
  font-weight: 400;
  float: left;
}

#paginaEstatica p em {
    color: #cb2999;
}


#paginaEstatica ul,
#paginaEstatica ol{
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #999996;
  line-height: 26px;
  font-weight: 400;
  float: left;
}

/*Footer*/

footer {
  background-color: #f2f2f2;
  color: #999996;
  float: left;
  font-size: 15px;
  margin-top: 50px;
  padding: 25px 0 0;
  width: 100%;
}

footer h3{
  margin-top: 0;
}

footer ul{
  margin: 0;
  padding: 0;
}

footer ul li{
  line-height: 24px;
  list-style: none;
  display: block;
}

footer ul li a{
  color: #999996;
}

footer .banner.alignRight img {
  display: block;
}

#creditos, #legal{
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  padding: 10px 25px;
}
    #creditos div {
        margin-bottom: 10px;
    }
        #creditos div.legal {
            line-height: 1.5em;
        }
    #creditos a {
        padding:10px 5px;
    }

/* Pop Up */

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.popup-wrapper .popup {
  width: 600px;
  padding: 10px;
  border: 5px solid #3e3934;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  max-width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-height: 600px;
}

    .popup-wrapper .popup .cerrarPopup {
        text-align: right;
    }
    .popup-wrapper .popup .abajo {
        text-align: right;
        border-top: 1px solid #ddd;
        width: calc(100% - 20px);
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

.popup-wrapper .popup .cerrarPopup.x {
  /*position: absolute;
  right: 10px;
  top: 10px;*/
  cursor: pointer;
}
.popup-wrapper .popup .cerrarPopup.x i {
  color: #ccc;
}
.popup-wrapper .popup .boton {
    margin-top:10px;
}

    .popup-wrapper .popup .divContent {
        height: calc(100% - 75px);
        min-height:  calc(100% - 75px);
        overflow-y: auto;
    }




/*Alertas*/

.alerta.informacion {
  background-color: #dddddd;
  border-radius: 10px;
  float: left;
  font-size: 13px;
  padding: 20px;
  width: 100%;
}

.aviso{
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid;
  float: left;
  position: relative;
}
.aviso a{
  text-decoration: underline;
  float: none !important; 
  font-size: inherit !important;
  margin-top: initial !important;
}

.aviso.exito{
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.aviso.exito a{
    color: #3c763d;
}

.aviso.info{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.aviso.info a{
  color: #31708f !important;
}

.aviso.neutro{
  color: #000000;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.aviso.neutro a{
  color: #000000 !important;
}


.aviso.alerta{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.aviso.alerta a{
  color: #8a6d3c !important;
}

.aviso .cerrar{
  opacity: 0.3;
  position: absolute;
  top: 8px;
  right: 5px;
  transition: all 560ms ease;
  cursor: pointer;
}

.aviso .cerrar:hover{
  opacity: 1;
}

.aviso.fijo .cerrar{
  display: none;
}


/*ZEBRA DIALOG*/
.recoverPass .ZebraDialog_Body {
    padding:13px 8px !important;
}
.ZebraDialog_Title {
    background-color: #cb2999 !important;
}
.ZebraDialog {
    border-color: #cb2999 !important;
}
.ZebraDialog_Buttons a {
    background-color: #cb2999 !important;
    border-color: #cb2999 !important;
}

