:root {
    --color-primary: #0b7ad0;
    --color-danger: #dd4c40;
    --color-success: #4ab83e;
    --color-dark: #33393e;
    --color-light: #f5f8fa;
    --color-secondary: #f4f7fd;
    --color-alt: #dae2e9;
    --color-alt-2: #cad3df;
    --color-alt-3: #e1e6ed;
    --border-radius: 6px;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;
}

/*=========== ESTILOS VENTA ENTRADAS =============*/
/*1 --- TIPOGRAFÍAS */
/*2 --- ESTILOS GLOBALES */
/*3 --- CABECERA GENERAL */
/*4 --- CABECERAS */
/*5 --- HOME */
/*--- Utilidades (Fila 1) ----*/
/*---- mostrar / ocultar logged-in no dinámico ---*/
/*--- Buscador (Fila 1) ----*/
/*--- Banners --- */
/*--- Eventos cerca de tí --- */
/*--- Mapa Provincias --*/
/*6 --- FOOTER */
/*7 --- LISTADOS */
/*--- paginación ----*/
/*8 --- PÁGINAS INTERIORES */
/*9 --- ESTILOS DATEPICKER */
/*XX --- MEDIA QUERIES */
/*----- CAMBIO BREAKPOINT MENU COLAPSABLE */
/* --- RESTO MEDIA QUERIES */
/* ======================================================== */
/*1 --- TIPOGRAFÍAS */

@font-face {
    font-family: "Ibercaja";
    src: url("/ibdfwk/fonts/ibercaja/Ibercaja-Light.woff2") format("woff2"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Light.woff") format("woff"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Ibercaja";
    src: url("/ibdfwk/fonts/ibercaja/Ibercaja-Regular.woff2") format("woff2"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Regular.woff") format("woff"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Ibercaja";
    src: url("/ibdfwk/fonts/ibercaja/Ibercaja-Medium.woff2") format("woff2"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Medium.woff") format("woff"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Ibercaja";
    src: url("/ibdfwk/fonts/ibercaja/Ibercaja-Italic.woff2") format("woff2"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Italic.woff") format("woff"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Ibercaja";
    src: url("/ibdfwk/fonts/ibercaja/Ibercaja-Bold.woff2") format("woff2"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Bold.woff") format("woff"),
        url("/ibdfwk/fonts/ibercaja/Ibercaja-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/ibdfwk/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
        url("/ibdfwk/fonts/fontawesome-webfont.woff") format("woff"),
        url("/ibdfwk/fonts/fontawesome-webfont.ttf") format("truetype");
}

/*2 --- ESTILOS GLOBALES */

html,
body {
    height: 100%;
    background: #ffffff;
    font-family: "Ibercaja", sans-serif !important;
}

body {
    /* background: url("/public/img/comunes/bgTop.png") no-repeat scroll center 96px rgba(255, 255, 255, 1);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; */
    font-family: "Ibercaja", sans-serif !important;
}

.img-hover:hover {
    opacity: 0.8;
}

a,
a:link,
a:visited {
    color: #33393e;
    text-decoration: none;
}

a:hover {
    color: #0b7ad0;
}

a,
a:link,
a:hover,
.btn,
.btn:hover,
.menuPie li:hover,
.menuPie li:hover a,
.cambioFecha a:hover::before,
.planoButacas .btnComprarEntradas .fa-stack,
#Privacidad .modal-header .close,
.botonesFinCompra .btn .fa,
.btnVolver a::before {
    -webkit-transition: all 225ms linear;
    -moz-transition: all 225ms linear;
    -o-transition: all 225ms linear;
    transition: all 225ms linear;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.containerNivel1,
.containerEvento {
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.containerEvento {
    margin-left: 0;
    margin-right: 0;
}

#Privacidad .modal-header {
    background-color: #00508a;
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    text-transform: uppercase;
}

#Privacidad .modal-header button.close {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25%;
}

#Privacidad .modal-header .close {
    opacity: 0.3;
}

#Privacidad .modal-header .close:hover {
    opacity: 0.7;
}

#Privacidad .modal-body {
    padding: 35px 35px 0;
}

#Privacidad .modal-footer button.btn {
    background-color: var(--color-danger);
    color: #fff;
    font-weight: 700;
    padding: 6px 12px 3px;
    text-transform: uppercase;
}

#Privacidad .modal-footer button.btn:hover {
    background-color: #e1e6ed;
    color: var(--color-danger);
}

.nopadding {
    padding: 0px !important;
}

/*3 --- CABECERA GENERAL */

.logo .img-responsive {
    display: inherit;
}

.menuTop {
    margin-top: 30px;
}

.menuTop ul,
.menuTop li {
    list-style: none;
}

.menuTop li a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}

.menuTop .fa-stack {
    height: 2.2em;
}

.navbar-default {
    background-color: #ffffff;
}

/* .navbar {
    border-radius: 0;
    min-height: 1px;
} */

/* .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 1.5rem;
} */

/*
.navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}
*/

/*
.navbar-default .navbar-nav > li > a:focus {
    color: #96e1fd;
}
*/
/*
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #646473;
}
*/

/* .dropdown-menu {
     background-color: #e1e6ed;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: none;
    font-size: 1.3rem;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
} */
/* 
.navbar-nav .open .dropdown-menu {
    background-color: #e1e6ed; 
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: 100%;
} */

/* .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 5px 20px;
    white-space: nowrap;
} */

/* .dropdown-menu > li > a:hover {
    background-color: #fff;
    color: var(--color-danger);
} */

/* .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    float: left;
    margin: 0 !important;
    padding: 7px 25px 5px 0 !important;
    position: relative;
    width: auto;
} */

/* .navbar-toggle .icon-bar {
    background-color: #fff !important;
    border-radius: 1px;
    display: block;
    height: 3px !important;
    margin: 3px 0;
    width: 25px !important;
} */

/* .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
} */

/* .navbar-toggle .leyendaNav {
    color: #fff;
    content: "VENTA DE ENTRADAS";
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-left: 45px;
    padding: 3px 0 0;
} */
/*---------- ICONOS CABECERA --------*/

.ticketsPick {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2.2em;
    line-height: 2em;
    vertical-align: middle;
    font-size: 1.33333333em;
}

.ticketsPick::before {
    font-size: 2em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f111";
    font-family: "FontAwesome";
}

.ticketsPick::after {
    line-height: inherit;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f145";
    font-family: "FontAwesome";
    color: #ffffff;
}

.atnCliente {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2.2em;
    line-height: 2em;
    vertical-align: middle;
    font-size: 1.33333333em;
}

.atnCliente::before {
    font-size: 2em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f111";
    font-family: "FontAwesome";
}

.atnCliente::after {
    line-height: inherit;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f095";
    font-family: "FontAwesome";
    color: #ffffff;
}

.ver {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2.2em;
    line-height: 2em;
    vertical-align: middle;
    font-size: 1.33333333em;
}

.ver::before {
    font-size: 2em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f0ac";
    font-family: "FontAwesome";
}

.ver::after {
    line-height: inherit;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f116";
    font-family: "FontAwesome";
    color: #ffffff;
}

/*4 --- CABECERAS */
/*---------------- interiores -----------*/

.utilesInner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto !important;
}

.utilesInner .buscadorLarge {
    position: relative;
    width: 100%;
}

.utilesInner .clubEntradas .clubLarge {
    /*background-color: rgba(202, 211, 223, 0.4);*/
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #ccc;
    box-shadow: none;
    width: 100%;
}

.utilesInner .containerNivel1 {
    align-items: center;
}

.utilesInner .clubEntradas h3.ventajasClub {
    background-color: transparent;
    border: none;
}

.utilesInner .clubEntradas,
.utilesInner .idUsuario {
    padding: 0 15px;
}

.utilesInner .idUsuario {
    text-align: right;
}

.utilesInner .clubEntradas .areaAcceso a {
    color: #0062ae;
}

.utilesInner .clubEntradas p.areaAcceso .userInvitado {
    background: url("/public/img/comunes/iconosVentajas.png") no-repeat scroll top center;
    width: 257px;
    height: 68px;
    display: block;
    margin: 0 auto;
}

.utilesInner .clubEntradas .areaAcceso a:hover {
    color: #84cbff;
}

.utilesInner .idUsuario .fa-stack {
    color: #0062ae;
    margin-right: 15px;
    /*margin-top: 15px;*/
    margin-top: -5px;
}

.utilesInner .idUsuario .areaAcceso a {
    font-weight: 700;
    font-size: 2.2rem;
    color: #000;
}

.utilesInner .idUsuario .areaAcceso .userInvitado::before {
    content: "Usuario (no identificado)";

    font-size: 1.85rem;
    margin-right: 30px;
}

.utilesInner .idUsuario .areaAcceso .userInvitado::after {
    content: "\f054";
    font-family: "FontAwesome";
    margin-left: 15px;
    font-size: 1.85rem;
}

.utilesInner .idUsuario .areaAcceso a:hover {
    color: #0062ae;
}

.cabeceraResultados {
    /* background-color: rgba(255, 255, 255, 0.4); */
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    font-weight: 500;
    /*font-size: 2rem; */
    margin-bottom: 15px;
    /*text-align: center; */
    padding: 10px 10px 0;
}

/* .cabeceraResultados strong {
    font-weight: 700;
} */

/*.cabeceraResultados p:first-child {border-bottom: 2px solid var(--color-danger); padding-bottom: 7px; width: 100%;}*/

.infoResultados {
    border-bottom: 1px solid #a0b0c5;
    font-size: 1.6rem;
    margin: 0px auto 15px;
    padding: 5px 10px;
    text-align: center;
}

.infoResultados i {
    color: #b5c1d2;
    margin: 0 15px;
}

.infoResultados span {
    color: #0062ae;
}

.filtrosBuscar {
    border-bottom: none;
}

.filtrosBuscar > li {
    font-weight: normal;
    text-transform: uppercase;
}

.filtrosBuscar > li > a {
    color: #0062ae;
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.filtrosBuscar > li > a:hover,
.filtrosBuscar > li > a:hover::before {
    color: #a0b0c5;
}

.filtrosBuscar > li > a::before {
    color: #0062ae;
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 700;
    margin-right: 10px;
}

.filtrosBuscar > li.nuevaBusqueda > a::before {
    content: "\f002" !important;
}

.filtrosBuscar > li.active > a {
    color: #333 !important;
}

.filtrosBuscar > li.active > a::before {
    content: "\f077";
    color: #fff;
    font-family: "FontAwesome";
}

.filtrosBuscar > li.active > a:hover::before {
    color: #fff;
}

.filtrosBuscar > li > a,
.filtrosBuscar > li > a:focus,
.filtrosBuscar > li > a:hover {
    background: transparent;
    border: 0px none;
    outline: none;
}

.filtrosBuscar > li.active > a,
.filtrosBuscar > li.active > a:focus,
.filtrosBuscar > li.active > a:hover {
    background-color: #cad3df !important;
    border-bottom: 0px none !important;
    border-top: 0px none !important;
    border-right: 0px none !important;
    border-left: 0px none !important;
    color: #333;
    cursor: default;
}

.selectFiltro .tab-pane {
    height: 0.5px;
}

.selectFiltro .tab-pane.active {
    background-color: #cad3df;
    border-radius: 4px;
    padding: 20px 20px 15px;
    height: auto;
}

.selectFiltro .tab-pane .form-control {
    font-size: 1.3rem;
}

.selectFiltro .tab-pane .btn {
    background-color: var(--color-danger);
    border-radius: 4px;
    color: #fff;
    margin: 20px auto 0px;
    width: 100%;
}

.selectFiltro .tab-pane .btn:hover {
    background-color: #fff;
    color: var(--color-danger);
}

.selectFiltro .tab-pane #busquedaDirecta,
.selectFiltro .tab-pane .form-group {
    margin-bottom: 0;
}

.selectFiltro .tab-pane input[type="text"],
.selectFiltro .tab-pane input[type="date"] {
    margin-top: 5px;
    margin-bottom: 10;
}

.selectFiltro .tab-pane .listaOpciones {
    margin-top: 0px;
    margin-bottom: 0;
}

.selectFiltro .tab-pane .control-label {
    text-align: right;
    margin-top: 10px;
}

.selectFiltro .row-eq-height {
    align-items: center;
}

/* .selectFiltro .tab-pane label {
    margin-bottom: 0;
    padding-right: 0;
    text-align: right !important;
} */

.selectFiltro #nuevabusqueda input[type="text"],
.selectFiltro #nuevabusqueda input[type="date"] {
    margin-top: 0px;
}

.selectFiltro #nuevabusqueda > .row {
    margin-bottom: 15px !important;
}

.selectFiltro #nuevabusqueda .form-control {
    margin-bottom: 15px;
}

.selectFiltro #nuevabusqueda .directSearch {
    background-color: #e1e6ed;
    border: 1px solid #a0b0c5;
    margin: 0px;
    padding: 15px;
}

.selectFiltro #nuevabusqueda .directSearch label {
    font-weight: 700;
}

.clubLarge,
.buscadorLarge {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    height: 100%;
}

.clubLarge {
    background-color: #0062ae;
    width: 95%;
}

.clubEntradas {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    padding: 0;
    text-align: center;
}

.clubEntradas h3,
.buscadorLarge h3,
.eventosZona h3 {
    font-size: 2.5rem;
}

.clubEntradas .clubLarge > h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-top: 0;
    padding-top: 15px;
}

.clubEntradas h3.ventajasClub {
    background-color: #fff;
    color: #333;
    font-size: 2.2rem;
    margin-top: 10px;
    padding: 7px 7px 0px;
}

.clubEntradas .areaAcceso {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
}

.clubEntradas .areaAcceso a {
    color: #fff;
}

.clubEntradas .areaAcceso a:hover {
    color: #84cbff;
}

.clubEntradas .areaAcceso a::after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 20px;
}

.clubEntradas span.pull-left {
    margin-left: 30px;
    padding-top: 5px;
}

.clubEntradas span.pull-right,
.clubEntradas .pull-right {
    margin-right: 30px;
}

.userInvitado {
    display: inline-block;
}

.userLogueado {
    display: none;
}

.clubEntradas .clubSmall {
    background-color: #0062ae;
}

.clubEntradas .clubSmall > div {
    background-color: #e1e6ed;
    color: #0062ae;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
}

.clubEntradas .clubSmall div h3 {
    font-size: 2.2rem;
    margin: 7px auto 0px;
}

.clubEntradas .clubSmall div .areaAcceso a {
    color: #0062ae;
}

.clubEntradas .clubSmall div .areaAcceso a:hover {
    color: #888;
}

.clubEntradas .clubSmall div .areaAcceso a::after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 20px;
}

.clubEntradas .clubSmall div + div {
    background-color: transparent;
    color: #fff !important;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    padding-top: 25px;
}

.clubEntradas .clubSmall div + div .areaAcceso a {
    color: #fff;
    font-size: 2.5rem;
}

.clubEntradas .clubSmall div + div .areaAcceso a:hover {
    color: #84cbff;
}

.clubEntradas .clubSmall div + div .areaAcceso a::after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 20px;
}

.clubEntradas .clubSmall span.pull-left {
    font-size: 3rem;
    padding-top: 2px;
}

.clubEntradas .clubSmall p {
    margin: 0 auto;
}

/* .buscarShow {
    color: #333;
    text-align: center;
} */

.buscadorLarge {
    border: 2px solid #fff;
    border-top: 0px;
    background-color: #e1e6ed;
    padding-top: 1.5rem;
    width: 100%;
}

.buscadorLarge h3 {
    font-weight: 700;
    margin-top: 15px;
}

.buscadorLarge h3::before,
.buscadorSmall h3::before {
    color: #0062ae;
    content: "\f002";
    font-family: "FontAwesome";
    margin-right: 25px;
}

#busquedaDirecta {
    width: 100%;
}

.buscarShow label {
    font-weight: strong;
    letter-spacing: 1;
    text-align: left !important;
}

.buscarShow .form-group {
    margin-bottom: 10px;
}

.buscarShow .form-control {
    height: 25px;
    padding: 0px 10px;
}

.alinearBottom {
    position: relative;
}

.alinearBottom p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
}

/* .alinearBottom p .btn,
.buscadorSmall p .btn {
    background-color: var(--color-danger);
    color: #fff;
    font-weight: 700;
    width: 100%;
}

.alinearBottom p .btn {
    font-size: 1.9rem;
    padding-top: 12px;
} */

/* .buscadorSmall p .btn {
    font-size: 3rem;
} */

/* .alinearBottom p .btn:hover,
.buscadorSmall p .btn:hover {
    background-color: #cad3df;
    color: var(--color-danger);
} */

.buscadorSmall {
    border: 6px solid #fff;
    border-radius: 0px;
    background-color: #e1e6ed;
    margin: 15px auto;
    padding: 0 20px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}

.buscadorSmall h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.thumbnail {
    border-radius: 0;
    border-color: #ccc;
    opacity: 1;
}

.thumbnail:hover {
    opacity: 0.7;
    border-color: #00508a;
}

.eventosZona {
    background: url("/public/img/home/bgEventosZona.jpg") no-repeat scroll top center rgba(255, 255, 255, 1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
}

.eventosZona h3 {
    background-color: #0062ae;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
    padding: 5px 0;
    text-align: center;
}

.eventosZona h3::after {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 3.5rem;
    margin-left: 20px;
}

.eventosZona li a {
    width: 100%;
}

.listaEventosZona {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.listaEventosZona .fechaEvento {
    width: 7%;
    margin-right: 3px;
    text-align: center;
}

.listaEventosZona .nombreEvento {
    width: 83%;
    margin-left: 5px;
    padding-left: 5px;
}

.fechaEvento,
.nombreEvento {
    background-color: #fff;
    display: inline-block;
    padding-top: 3px;
    margin-bottom: 3px;
}

.tipoEventoZona {
    color: #fff;
    font-size: 10px;

    background-color: #0062ae;
    display: inline-block;
    font-size: 10px;
    margin: 3px 5px;
    padding: 0 3px;
}

.nombreEvento:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.masEventos {
    background-color: #fff;
    padding: 2px 0;
    text-align: center;
    width: 83% !important;
    float: right;
    margin-right: 1.5%;
    -webkit-transition: all 225ms linear;
    -moz-transition: all 225ms linear;
    -o-transition: all 225ms linear;
    transition: all 225ms linear;
}

.masEventos:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.masEventos:before {
    font-family: "FontAwesome";
    color: #337ab7;
    content: "\f078";
}

.prox-eventos {
    margin-left: 4%;
}

.mapWithLink polygon,
.mapWithLink path,
.mapWithLink polyline {
    fill: #d8e3ed;
}

/* svg {
    width: 303px;
    height: 243px;
} */

svg a polygon,
svg a path,
svg a polyline {
    fill: #ffffff;
    fill-opacity: 1;
    stroke: #787878;
    stroke-width: 0.60093313;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.bandaLegal {
    background-color: #0b7ad0;
    font-size: 1.3rem;
    padding-top: 15px;
    color: #fff;
    margin-top: 15px;
}

.blanco {
    color: #fff !important;
}

.menuPie ul {
    padding-top: 10px;
}

.menuPie {
    padding-left: 0px;
}

.menuPie li {
    padding: 0 7px;
    width: auto;
}

.menuPie li::before {
    content: "|";
    margin-right: 14px;
}

.menuPie li:first-child::before {
    content: "";
    padding-left: 0;
    text-align: left;
}

.linkSocial ul {
    text-align: right;
}

.linkSocial li {
    margin-left: 12px;
    margin-right: 0;
    padding-right: 0;
}

.linkSocial li a {
    color: #fff;
}

.linkSocial li a:hover {
    color: #8fa2ba;
}

.infoText {
    padding: 25px 0;
}

.logosFooter ul {
    text-align: right;
}

.logosFooter li {
    margin-left: 15px;
}

.facebook::before {
    content: "\f082";
    font-family: "FontAwesome";
    font-size: 3em;
}

.twitter::before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 3em;
}

.youtube::before {
    content: "\f167";
    font-family: "FontAwesome";
    font-size: 3em;
}

.linkedin::before {
    content: "\f08c";
    font-family: "FontAwesome";
    font-size: 3em;
}

.instagram::before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 3em;
}

.listadoEventos {
    margin-bottom: 20px;
}

.imgEvento {
    padding-right: 0;
    padding-left: 0px;
}
.marcoEvento {
    border: 1px solid #cad3df;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.55);
    padding: 10px;
    margin: 0 15px 20px;
}

.tipoEventoLista {
    border-bottom: 1px solid #a0b0c5;
    border-top: 1px solid #a0b0c5;
    color: #a0b0c5;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 3px 0 0;
    text-transform: uppercase;
}

.textoEvento p {
    margin-left: 25px;
}

.textoEvento .precioLista {
    color: #a0b0c5;
    font-size: 1.5rem;
    text-transform: lowercase;
}

.textoEvento .precioLista span {
    color: #646473;
    font-weight: 700;
    font-size: 1.8rem;
}

.infoRecinto {
    font-weight: 500;
    font-size: 1.75rem;
    /* margin-bottom: 15px; */
    /* padding: 15px;
    width: 25%; */
}

/* .infoRecinto h3 {
    font-size: 1.6rem;
    justify-content: center !important;
} */

.infoRecinto .blk-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.infoRecinto img {
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.tipoRecintoLista {
    border-bottom: 1px solid #a0b0c5;
    border-top: 1px solid #a0b0c5;
    color: #646473;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 15px;
    padding: 5px 0 7px;
    text-transform: none;
}

.tipoRecintoLista {
    text-align: center;
}
.paginacion {
    font-size: 13px;
    margin: 15px 0px;
    padding: 7px 0px;
    border-top: 1px solid #ccc;
}

#listado strong,
.paginacion strong {
    font-weight: 700;
    color: #0062ae;
    font-style: normal !important;
}

#listado .criterios {
    display: inline-block;
    width: auto !important;
    margin-left: 10%;
}

#listado .criterios:first-child {
    margin-left: 0px !important;
}

.paginacion {
    margin: 10px 0 0;
}

.paginacion a {
    color: #999;
    font-weight: 600;
    font-style: normal !important;
}

.paginacion a:hover {
    color: #0062ae;
}

.paginacion ul.list-inline {
    float: right !important;
    margin: 0px !important;
}

.paginacion li.active {
    color: #0062ae !important;
}

.double-left-arrow::before {
    content: "\f0d9\f0d9";
    font-family: "FontAwesome";
    font-weight: normal;
}

.double-right-arrow::before {
    content: "\f0da\f0da";
    font-family: "FontAwesome";
    font-weight: normal;
}

.left-arrow::before {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-weight: normal;
}

.right-arrow::before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: normal;
}

.containerEvento {
    border-top: 1px solid #00508a;
    padding-top: 20px;
}

.containerEvento .textoEvento h1 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.containerEvento .textoEvento h1 span {
    display: block;
    clear: both;
    margin-top: 10px;
}

.containerEvento .textoEvento dt {
    color: #0062ae;
    margin-top: 10px;
}

.localEvento {
    border-top: 1px solid #00508a;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
}

.infoLocal,
.infoHorario,
.infoUbicacion {
    font-weight: 700;
    font-size: 1.75rem;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.infoLocal i {
    color: #b5c1d2;
    margin: 0 15px;
}

.infoLocal span {
    color: #0062ae;
}

.infoHorario,
.infoUbicacion {
    font-weight: 500;
    margin-top: 15px;
    text-transform: none;
    font-size: 1.5rem;
}

.infoHorario span {
    margin-left: 25px;
}

.cambioFecha a {
    background-color: var(--color-danger);
    color: #fff;
    text-transform: uppercase;
    margin-top: -5px;
    padding: 4px 10px;
}

.cambioFecha a:hover {
    background-color: #e1e6ed;
    color: var(--color-danger);
}

.cambioFecha a::before {
    color: #fff;
    content: "\f073";
    font-family: "FontAwesome";
    font-size: 1.7rem;
    margin-right: 15px;
}

.cambioFecha a:hover::before {
    color: #a0b0c5;
}

.infoUbicacion {
    text-transform: uppercase;
}

.infoUbicacion span {
    color: #0062ae;
}

.detalleEvento {
    margin-bottom: 35px;
}

.tablaSesiones,
.planoButacas {
    margin: 0 0 20px;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #e1e6ed;
}

.no-more-tables table {
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: 500;
}

.no-more-tables thead {
    background-color: #00508a;
    color: #fff;
}

.no-more-tables th,
.no-more-tables td {
    text-align: center;
    padding: 8px;
}

.no-more-tables .marcoFecha {
    text-align: left;
    width: 20%;
}

.no-more-tables .disponibleTabla {
    width: 10%;
}

.no-more-tables .marcoFecha > span {
    background-color: #fff;
    border: 1px solid #333;
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-left: 5px;
    margin-right: 10px;
    overflow: visible;
    padding: 6px 15px 3px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.no-more-tables .marcoFecha > span > span {
    color: var(--color-danger);
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
}
.no-more-tables .table-striped > tbody > tr:nth-of-type(2n) .btnComprarTabla a:hover {
    background-color: #e1e6ed;
}

.no-more-tables .dispoSi,
.no-more-tables .dispoNo {
    font-weight: 700;
}

.no-more-tables .dispoSi::before {
    content: "\f058";
    color: #40aeff;
    font-family: "FontAwesome";
    margin-right: 10px;
}

.no-more-tables .dispoNo::before {
    content: "\f057";
    color: var(--color-danger);
    font-family: "FontAwesome";
    margin-right: 10px;
}

.detalleEvento iframe {
    width: 100% !important;
    height: auto;
}

.planoButacas .btnContinuar {
    border: 1px solid #b5c1d2;
    color: #000;
    float: right;

    margin-top: 20px;
    padding: 10px 8px 3px;
    text-transform: uppercase;
}

.planoButacas .btnContinuar.atras {
    border: 1px solid #b5c1d2;
    color: #000;
    float: none;

    padding: 10px 8px 3px;
    text-transform: uppercase;
}

.planoButacas .btnContinuar:hover {
    background-color: #e1e6ed;
    border-color: #cad3df;
    color: var(--color-danger);
}

.planoButacas .btnContinuar .fa-stack {
    color: var(--color-danger);
    margin-left: 10px;
    margin-top: -5px;
}

.planoButacas .btnContinuar.atras .fa-stack {
    color: var(--color-danger);
    margin-left: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.planoButacas .btnContinuar:hover .fa-stack {
    color: #646473;
}

.planoButacas .btnComprarEntradas {
    background-color: var(--color-danger);
    border: 1px solid #b5c1d2;
    color: #fff;
    float: right;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 8px 3px;
    text-transform: uppercase;
}

.planoButacas .btnComprarEntradas:hover {
    background-color: #e1e6ed;
    border-color: #cad3df;
    color: var(--color-danger);
}

.planoButacas .btnComprarEntradas .fa-stack {
    color: #fff;
    margin-left: 10px;
    margin-top: -5px;
}

.planoButacas .btnComprarEntradas:hover .fa-stack {
    color: #646473;
}

.textoEvento dl {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.infoOperacion {
    background-color: #00508a;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.infoOperacion h2 {
    border-bottom: 2px solid #fff;
    font-weight: 700;
    font-size: 2.3rem;
    text-transform: uppercase;
}

.refOperacion {
    background-color: #fff;
    color: var(--color-danger);
    padding: 10px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.resumenCompra {
    text-transform: uppercase;
    margin-left: 0px !important;
}

.resumenCompra span {
    color: #0062ae;
    font-weight: 700;
}

.botonesFinCompra .btn {
    background-color: #fff;
    border: 1px solid var(--color-danger);
    color: #333;
    display: block;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}

.botonesFinCompra .btn:hover {
    background-color: #e1e6ed;
    border: 1px solid #999;
    color: var(--color-danger);
}

.botonesFinCompra .btn .fa {
    color: var(--color-danger);
    float: left;
    vertical-align: middle;
    margin-top: -5px;
}

.botonesFinCompra .btn:hover .fa {
    color: #646473;
}

.pasosProceso {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    border-top: 4px solid rgba(0, 0, 0, 0.15);
    height: 58px;
    margin-bottom: 30px;
}

.pasosProceso ul {
    display: table;
    margin: 0 auto;
    padding-left: 56px;
}

.pasosProceso li {
    color: #999;
    display: table-cell;
    font-size: 1.6rem;
    height: 50px;

    padding-right: 56px;
    padding-top: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.pasosProceso li.uno::before {
    content: url("/public/img/comunes/step1-inactivo.png");
    display: inline-block;
}

.pasosProceso li.dos::before {
    content: url("/public/img/comunes/step2-inactivo.png");
}

.pasosProceso li.tres::before {
    content: url("/public/img/comunes/step3-inactivo.png");
}

.pasosProceso li.uno.activo::before {
    content: url("/public/img/comunes/step1-activo.png");
}

.pasosProceso li.dos.activo::before {
    content: url("/public/img/comunes/step2-activo.png");
}

.pasosProceso li.tres.activo::before {
    content: url("/public/img/comunes/step3-activo.png");
}

.pasosProceso li::before {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 10px;
}

.pasosProceso li.activo {
    color: #333;
    font-weight: 700;
}

.pasosProceso li.uno,
.pasosProceso li.dos {
    background: url("/public/img/comunes/flechaBtnProceso.png") no-repeat right -2px scroll transparent;
}

.procesoCompra {
    margin-top: 35px;
}

.procesoCompra .nav-tabs > li {
    margin-bottom: -2px;
}

.procesoCompra li {
    padding-left: 0;
    padding-right: 0;
}

.procesoCompra li a {
    color: #333;
    border-radius: 0;
    border: 2px solid #333;
    border-collapse: collapse;
    font-size: 1.5rem;
    margin-right: -1px;
    margin-right: -1px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
}

.procesoCompra li.active a,
.procesoCompra li.active a:focus,
.procesoCompra li.active a:hover {
    background-color: #0062ae;
    border-color: #0062ae;
    color: #fff;
}

.procesoCompra li a:hover {
    background-color: #e1e6ed;
    border: 2px solid #333;
    color: #a0b0c5;
    outline: none;
}

.procesoCompra li a span {
    clear: both;
    display: block;
    margin: 0 auto;
}

.procesoCompra li a span:first-of-type {
    color: #0062ae;
    font-weight: 700;
    font-size: 2.5rem;
}

.procesoCompra li.active a span:first-of-type,
.procesoCompra li.active a:hover span:first-of-type {
    color: #fff;
}

.procesoCompra .nav-tabs {
    border-bottom: none;
}

.procesoCompra .tab-content {
    background-color: #e1e6ed;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 2px solid #0062ae;
}

.procesoCompra .tab-pane .row {
    margin-left: 0;
    margin-right: 0;
}

.procesoCompra .tab-pane > div:last-of-type {
    margin-bottom: 30px;
}

.procesoCompra .tab-pane .marcaOpcion .fa {
    color: #0062ae;
    display: block;
    font-size: 9em;
    line-height: 28px;
    text-align: center;
}

.procesoCompra .tab-pane h3 {
    border-bottom: 1px solid #a0b0c5;
    color: #0062ae;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 7px auto 25px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.procesoCompra .tab-pane .tituloAcceso::before {
    color: #0062ae;
    content: "\f145";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    margin-right: 15px;
}

.procesoCompra .tab-pane .tituloRegistro::before {
    color: #0062ae;
    content: "\f044";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    margin-right: 15px;
}

.procesoCompra .tab-pane .tituloEntradilla {
    color: #333;
    font-weight: 700;
    margin-top: 20px;
}

.procesoCompra .tab-pane .btn {
    background-color: var(--color-danger);
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 7px 35px 3px;
    margin-top: 30px;
}

.procesoCompra .tab-pane .btn:hover {
    background-color: #fff;
    border: 1px solid #999;
    color: var(--color-danger);
}

.procesoCompra .tab-pane .enlaceSmall a {
    color: #333;
    font-weight: 500;
}

.procesoCompra .tab-pane .enlaceSmall a:hover {
    color: #e52726 !important;
}

#registro > p {
    font-size: 1.5rem;
}

#registro h4 {
    font-size: 2.1rem;
    text-align: center;
}

#registro p strong {
    color: var(--color-danger);
    font-weight: 700;
}

#registro label a {
    color: #0062ae;
}

#registro label a:hover {
    color: var(--color-danger);
}

#registro input[type="checkbox"] {
    outline: none;
}

.ventajasRegistro li {
    color: #333;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.ventajasRegistro li::before {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    margin: 25px auto 0px;
}

.ventajasRegistro li.unClick::before {
    content: url("/public/img/comunes/ico-Click.png");
}

.ventajasRegistro li.gestion::before {
    content: url("/public/img/comunes/ico-Gestion.png");
}

.ventajasRegistro li.avisos::before {
    content: url("/public/img/comunes/ico-Alertas.png");
}

.ventajasRegistro li.revista::before {
    content: url("/public/img/comunes/ico-Revista.png");
}

.circulo-detalle {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
    margin: 0 15px;
}

.circulo-detalle::before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #b5c1d2;
}

.icono-usuario {
    position: relative;
    font-size: 2em;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    color: #0062ae;
    margin-right: 15px;
    margin-top: -5px;
}

.icono-usuario::before {
    font-size: 2em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f1db";
    font-family: "FontAwesome";
}

.icono-usuario::after {
    line-height: inherit;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "\f007";
    font-family: "FontAwesome";
}

.ui-datepicker th {
    color: #4c4c4c !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff !important;
    border: medium none !important;
    color: #00508a !important;
}

.ui-widget-header {
    background: #fff !important;
    border: medium none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #fff !important;
    border: medium none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: medium none !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url("../img/comunes/arrowcalendar.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
    background: url("../img/comunes/arrowcalendarnext.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer;
}

.ui-icon {
    width: 20px !important;
    height: 20px !important;
}

@media (max-width: 767px) {

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333 !important;
    }
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
        width: 100% !important;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .no-more-tables .btnComprarTabla {
        text-align: left;
    }

    .no-more-tables .btnComprarTabla a {
        margin: 0;
    }

    /*
	Label the data
	*/
    .no-more-tables td:before {
        content: attr(data-title);
    }
}

@media (max-width: 500px) {
    .no-more-tables .btnComprarTabla a {
        width: 95%;
    }
}

/*-----------------------------------------*/

@media (min-width: 1200px) {
    .containerEvento .imgEvento .img-responsive {
        /*float: right;*/
        max-height: 200px;
    }

    .containerEvento .imgEvento {
        padding-right: 15px;
    }

    .containerEvento .textoEvento {
        margin-left: 15px;
    }

    .infoRecinto {
        min-height: 436px;
    }
}

@media (max-width: 1199px) {
    .infoEvento .finalEvento {
        margin-top: 55px;
    }

    .textoEvento .btnEntradas {
        margin: 0px auto 0;
    }
}

@media (max-width: 991px) {
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .menuTop {
        font-size: 1.2rem;
        margin-top: 33px;
    }

    .bandaHome {
        padding-top: 10px;
    }

    .clubEntradas,
    .buscarShow {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
    }

    .eventosZona h3 {
        margin: 0 -15px !important;
    }

    .listaEventosZona {
        margin-top: 35px;
    }

    .nombreEvento,
    .masEventos {
        width: 83% !important;
    }

    .masEventos {
        margin-right: 1.5%;
    }

    .menuPie ul,
    .linkSocial ul {
        text-align: center;
        margin-left: 0px !important;
    }

    .infoEvento {
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }

    div.infoEvento:nth-of-type(odd) {
        margin-right: 30px;
    }

    div.infoEvento:nth-of-type(even) {
        margin-left: 30px;
    }

    .infoRecinto h3 {
        text-align: center;
    }

    .infoRecinto .btnEntradas a {
        display: block;
        float: none;
        margin: 10px auto;
        width: auto;
    }

    .infoEvento .colDcha p {
        display: inline-block;
        float: none;
        text-align: left;
        padding-right: 0;
        padding-left: 7%;
    }

    .infoEvento .colDcha p:first-child::after {
        content: "\f111";
        display: inline-block;
        font-family: "FontAwesome";
        color: #e1e6ed;
        padding-left: 25px;
    }

    .infoEvento .finalEvento {
        padding-left: 7%;
    }

    .infoEvento .finalEvento {
        margin-top: 0px;
    }

    #busquedaDirecta {
        margin-bottom: 0;
        margin-top: 7px;
    }

    .containerEvento .textoEvento h1 {
        margin-top: 30px;
    }

    /* .textoEvento .btnEntradas {margin: 0px auto 0;}*/
    /* .selectFiltro .tab-pane label {
        letter-spacing: -0.5px;
    } */

    .pasosProceso {
        height: auto;
        overflow: visible;
    }

    .pasosProceso .container,
    .pasosProceso ul {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .pasosProceso ul {
        display: table;
        margin: 0 auto;
        padding-left: 0px;
    }

    .pasosProceso li {
        padding: 0 15px;
        margin: 0px;
        white-space: nowrap;
    }

    .pasosProceso li:first-child {
        padding-left: 0px;
    }

    .pasosProceso li:last-child {
        padding-right: 0px;
    }

    .pasosProceso li::before,
    .pasosProceso li.activo::before {
        display: block;
        margin: 5px auto;
    }

    .pasosProceso li.uno,
    .pasosProceso li.dos {
        background: none transparent;
    }

    .prox-eventos {
        margin-left: 0px !important;
    }

    .minibanner {
        padding: 0px !important;
    }
}

@media (max-width: 767px) {
    .menuTop {
        margin-top: 12px !important;
    }

    .menuTop li {
        float: right;
        width: 215px;
        text-align: left;
    }

    .clubSmall {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .clubSmallWrap {
        padding-left: 0;
        padding-right: 0;
    }

    .listadoEventos .containerNivel1 {
        margin: 0 0 20px;
    }
    .logosFooter ul {
        padding-top: 15px;
    }

    .thumbnail {
        background-color: transparent;
        border: none;
        margin: 0 auto 25px;
        width: 100%;
        overflow: visible;
    }

    .imgEvento {
        padding-left: 0;
    }

    .imgEvento .img-responsive {
        margin: 0 auto 15px;
        max-width: 65%;
    }

    .infoEvento {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto 35px !important;
        text-align: center;
        width: 80%;
    }

    .infoEvento p {
        margin-left: auto;
        margin-right: auto;
    }

    .infoEvento .tipoEventoLista {
        margin-top: 20px;
    }

    .infoEvento .colDcha p {
        clear: both;
        display: block;
        float: none;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .infoEvento .colDcha p:first-child {
        padding-left: 0;
    }

    .infoEvento .colDcha p:first-child::after {
        content: "";
    }

    .infoEvento .finalEvento {
        margin-top: 5px;
        padding-left: 0;
    }

    .infoEvento .btnEntradas a {
        float: none;
        width: 70%;
        margin: 15px auto;
        display: block;
    }

    /* .infoRecinto {
        clear: both;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        padding: 0px;
    }

    .infoRecinto .btnEntradas a {
        float: right;
        margin: -14px auto 0;
        padding: 5px 15px;
        width: auto;
    } */

    .selectFiltro .form-control {
        margin-bottom: 15px !important;
    }

    .selectFiltro .tab-pane .btn {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .selectFiltro .tab-pane label {
        font-size: 1.2rem;
        letter-spacing: 0;
        float: left !important;
        padding-bottom: 5px;
        text-align: left !important;
    }

    .cambioFecha a {
        margin-top: 25px;
    }

    .infoHorario span {
        margin-left: 0;
    }

    .ventajasRegistro li {
        font-size: 1.2rem;
    }

    .ventajasRegistro {
        margin-bottom: 35px;
    }

    #registro input[type="checkbox"] {
        float: left;
        margin-right: 10px;
        width: auto;
    }

    #registro label.aceptacion {
        margin-top: 10px;
    }
}

@media (min-width: 476px) and (max-width: 767px) {
    .botonesFinCompra .btn {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 670px) {
    .menuPie {
        padding-left: 0;
        padding-right: 0;
    }

    .menuPie li {
        padding: 0 3px;
        width: auto;
    }

    .menuPie li::before {
        margin-right: 6px;
    }

    .linkSocial {
        background-color: #00508a;
    }

    .clubEntradas span.pull-right,
    .clubEntradas .pull-right {
        margin-right: 0px;
        margin-top: 10px;
        float: none !important;
        text-align: center;
    }

    .clubEntradas .clubSmall div + div {
        padding: 10px 10px 0;
    }

    .clubEntradas .clubSmall div + div span.pull-left {
        display: block;
        clear: both;
        float: none !important;
        margin: 0;
        padding: 0;
        font-size: 2rem;
        text-align: center;
    }

    .buscadorSmall h3 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .buscadorSmall p .btn {
        font-size: 1.6rem;
        padding: 4px 0 0;
        margin-top: 12px;
    }
}

@media (max-width: 590px) {
    .bandaLegal {
        background-color: transparent;
        padding-top: 0;
    }

    .menuPie li {
        background-color: #cad3df;
        display: block;
        padding: 7px 0;
        margin: 0 0 5px;
        width: 100%;
    }

    .menuPie li:hover {
        background-color: #0062ae;
    }

    .menuPie li:hover a {
        color: #fff;
    }

    .menuPie li a {
        display: block;
        font-weight: 500;
        font-size: 1.4rem;
        font-weight: normal;
        text-transform: uppercase;
        width: 100%;
    }

    .menuPie li::before {
        content: none;
        margin: 0;
        padding: 0;
    }

    .procesoCompra li a span:first-of-type {
        font-size: 2rem;
    }

    .procesoCompra li a {
        font-size: 1.2rem;
    }

    .tipoRecintoLista {
        text-align: center;
    }

    .infoRecinto .btnEntradas a {
        display: block;
        float: none;
        margin: 10px auto;
        width: auto;
    }
}

@media (max-width: 536px) {
    .filtrosBuscar > li > a {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center !important;
    }

    .filtrosBuscar > li > a::before {
        display: block;
        float: none;
        margin: 0px auto;
    }

    .filtrosBuscar > li,
    .filtrosBuscar > li.active,
    .filtrosBuscar > li > a,
    .filtrosBuscar > li.active > a,
    .filtrosBuscar > li:hover,
    .filtrosBuscar > li.active:hover,
    .filtrosBuscar > li.active > a:hover,
    .filtrosBuscar > li.active > a:hover {
        border-bottom: 0px none transparent !important;
    }
}

@media (max-width: 500px) {
    .logo a.text-hide {
        display: block;
        padding-top: 5%;
    }

    .menuTop {
        margin-top: 9px !important;
    }
}

@media (max-width: 500px) {
    body {
        background-position: center 165px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .logo {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .logo a.text-hide {
        display: block;
        padding-top: 0 !important;
    }

    .logo img {
        margin: 0 auto;
    }

    .menuTop {
        display: block;
        margin-top: 0px !important;
        width: 100%;
        text-align: center;
    }

    .menuTop li a {
        margin-bottom: 15px;
    }

    .listaEventosZona li {
        background-color: #fff;
        margin: 0px auto 10px;
        padding: 0;
        width: 95%;
        position: relative;
    }

    .listaEventosZona li:last-child {
        background-color: transparent;
    }

    .listaEventosZona li:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .listaEventosZona li:last-child:hover {
        background-color: transparent;
    }

    .eventosZona li a {
        display: block;
        width: 100%;
    }

    .listaEventosZona .fechaEvento {
        background-color: transparent;
        width: auto;
        margin-right: 5px;
        text-align: left;
    }

    .listaEventosZona .fechaEvento:first-child {
        padding-left: 15px;
    }

    .listaEventosZona .nombreEvento {
        background-color: transparent;
        border-top: 1px solid #0062ae;
        display: block;
        width: 100% !important;
        margin-left: 0px;
        padding-left: 15px;
    }

    .tipoEventoZona {
        position: absolute;
        top: 0;
        right: 0;
        margin: 4px 4px 0 0;
        font-size: 13px;
    }

    .masEventos {
        background-color: #fff;
        width: 100% !important;
        float: none;
        margin: 10px auto !important;
    }

    .clubSmallWrap {
        padding-left: 0;
        padding-right: 0;
    }

    /* .infoRecinto {
        width: 100%;
    } */

    .buscadorListados {
        background-color: #fff;
    }

    .filtrosBuscar > li {
        display: inline-block;
        float: none;
        width: 50%;
    }

    .filtrosBuscar > li > a {
        background-color: #e1e6ed !important;
    }

    .filtrosBuscar > li > a,
    .filtrosBuscar > li > a:focus,
    .filtrosBuscar > li > a:hover {
        background-color: #cad3df;
    }

    .filtrosBuscar > li > a:hover {
        background-color: #a0b0c5 !important;
        color: #fff !important;
    }

    .filtrosBuscar > li.active > a:hover {
        color: #333 !important;
    }

    .filtrosBuscar > li > a:hover::before {
        color: #fff !important;
    }

    .selectFiltro > div {
        margin-top: 15px;
    }

    .selectFiltro .tab-pane .form-control {
        font-size: 1.3rem;
    }

    /* .selectFiltro > div .btn {
        padding: 6px 0 3px;
    } */

    .selectFiltro > div::before {
        content: "\f0d7";
        display: block;
        font-family: "FontAwesome";
        font-size: 6rem;
        color: #fff;
        line-height: 0.5;
        margin: -30px auto 10px;
    }

    .pasosProceso ul {
        display: block;
        margin: 0 auto;
        text-align: left;
        padding: 10px 0 10px 25px;
    }

    .pasosProceso li {
        display: none;
    }

    .pasosProceso li.activo {
        display: block;
        clear: both;
        padding: 5px 0;
        margin: 0px;
        white-space: nowrap;
    }

    .pasosProceso li::before,
    .pasosProceso li.activo::before {
        display: inline-block;
        margin: 5px 10px 0 0;
    }

    .pasosProceso li.uno,
    .pasosProceso li.dos {
        background: url("/public/img/comunes/flechaBtnProceso.png") no-repeat right -2px scroll transparent;
    }

    .procesoCompra li {
        display: block;
        clear: both;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .procesoCompra .tab-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .procesoCompra .tab-pane .marcaOpcion {
        width: 100%;
        border-top: 10px solid #0062ae;
    }

    .procesoCompra .tab-pane .marcaOpcion .fa {
        margin: 0 auto;
    }
}

@media (max-width: 476px) {
    .menuTop li {
        width: 50% !important;
        text-align: center !important;
    }

    .menuTop li a {
        text-align: center;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .menuTop li a span {
        display: block !important;
        clear: both;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .clubEntradas .clubSmall div + div .areaAcceso a {
        color: #fff;
        font-size: 1.85rem;
    }

    .clubEntradas .clubSmall div h3,
    .clubEntradas .clubSmall div + div .areaAcceso a {
        font-size: 2rem !important;
    }

    .clubEntradas .clubSmall div + div .areaAcceso a::before {
        display: block;
        margin-right: 0;
    }

    .clubEntradas .clubSmall div {
        display: block;
        width: 100%;
        padding-top: 5px;
    }

    .clubEntradas .clubSmall div + div {
        padding-top: 5px;
    }

    .imgEvento .img-responsive {
        max-width: 100%;
    }

    .infoEvento {
        width: 100%;
    }

    /* .planoButacas .btnContinuar {
        display: block;
        float: none;
        margin: 20px auto;
        width: 60%;
    } */

    /* .planoButacas .btnComprarEntradas {
        display: block;
        float: none;
        margin: 20px auto;
        width: 90%;
    } */

    .tituloMapaHome {
        font-size: 2rem !important;
    }
}

@media (max-width: 370px) {
    body {
        background-position: center 195px;
    }

    .paginacion > div {
        display: block;
        float: none;
        clear: both;
        text-align: center !important;
        width: 100%;
    }

    .paginacion > div:first-child {
        margin-bottom: 10px;
    }

    .paginacion ul {
        text-align: center !important;
        width: 100%;
    }

    #registro .col-xs-offset-1 {
        margin-left: 0;
    }

    #registro .col-xs-10 {
        width: 100%;
    }

    #registro input[type="checkbox"] {
        display: block;
        float: none;
        width: 100%;
    }

    #registro label.aceptacion {
        margin-top: 0px;
        text-align: center;
        width: 100%;
    }

    /* .infoRecinto {
        width: 100%;
    } */
}

/* @media (max-width: 320px) {
    .navbar-toggle .leyendaNav {
        font-size: 16px;
        margin-left: 55px;
    }
} */

.text-center {
    text-align: center;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
    /* flex-wrap: wrap; */
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.fw-medium {
    font-weight: var(--font-medium);
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.text-primary {
    color: var(--color-primary);
}

.bg-primary {
    background-color: var(--color-primary);
}

.bg-secondary {
    background-color: var(--color-secondary);
}

.bg-alt {
    background-color: var(--color-alt);
}

.bg-light {
    background-color: var(--color-light);
}

.bg-dark {
    background-color: var(--color-dark);
}

.bg-dark *,
.bg-dark {
    color: #ffffff;
}

.logo-ibercaja {
    width: 166px;
    display: none;
}

.logo-ibercaja-symbol {
    height: 52px !important;
    width: 52px !important;
}

.logo-vamos {
    width: 207px;
}

.mr-8 {
    margin-right: 8px;
}
.mr-16 {
    margin-right: 16px;
}

.mr-24 {
    margin-right: 24px;
}

.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 2.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 2.5rem;
}
.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pt-40 {
    padding-top: 24px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-48 {
    padding-top: 48px !important;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 2rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 2rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mr-8 {
    margin-right: 8px;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

.mt-0 {
    margin-top: 0;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.bold,
.fw-bold {
    font-weight: var(--font-bold);
}

.justify-content-center {
    justify-content: center;
}

.main-header {
    box-shadow: 0 0 10px 3px rgba(179, 179, 179, 0.21);
}

.main-header .dropdown-menu {
    border-color: #ffffff;
}

.main-header .brand {
    border-bottom: 1px solid #f5f8fa;
}

.navbar-default .navbar-nav > li > a {
    color: #33393e;
}

.navbar-default .navbar-nav .open a {
    background: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0b7ad0 !important;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

/* [class*="col-"] {
    flex: 0 0 auto;
} */

.custom-btn,
.custom-btn:hover,
.custom-btn:active {
    background-color: transparent;
    border-color: transparent;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/* .btn {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 12px;
} */

.btn {
    font-size: 12px;
    font-weight: var(--font-medium);
}

.btn-md {
    font-size: 14px;
    padding: 13px 28px;
}

footer .list-group {
    margin-bottom: 0;
}

footer .list-group li {
    padding: 0.75rem 1.25rem;
}

footer .list-group li a {
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

footer .list-group-item {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

footer .social-links {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

footer .social-links a {
    color: var(--color-light);
    padding: 0 0.8rem;
    font-size: 1.4rem;
}

footer .social-links a i {
    transition: all 0.25s ease;
}

footer .social-links a:hover i {
    color: var(--color-primary);
    transition: all 0.25s ease;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-10,
.text-11,
.text-12,
.text-13,
.text-14,
.text-18,
.text-20 {
    line-height: normal;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-dark {
    color: var(--color-dark);
}

.blk-main {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.btn-outline-dark {
    border-color: var(--color-dark);
    border: 1px solid var(--color-dark);
}

.btn-outline-dark:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-light);
}

.event-item .blk-img {
    position: relative;
    overflow: hidden;
}

.event-item .blk-img img {
    object-position: center;
    object-fit: cover;
    height: auto;
    width: 100%;
}

.event-item .well {
    border: none;
    background-color: #ffffff;
}

h2 {
    font-weight: var(--font-regular);
}

.m-0 {
    margin: 0 !important;
}

.next-events ul {
    background-color: var(--color-light);
    color: var(--color-dark);
    margin-bottom: 0;
}

.next-events li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #ccc;
}

.next-events li a {
    padding: 0 0.8rem 0 0;
    font-weight: var(--font-medium);
    align-items: baseline;
}

.next-events li > div,
.next-events li a {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.next-events li a span {
    padding: 0 0.2rem 0 0;
    font-weight: var(--font-medium);
    margin-top: 0.5rem;
    margin-left: auto;
}

.next-events ul li > div {
    align-items: center;
}
.next-events p {
    color: var(--color-dark);
}

.event-item .card {
    display: flex;
    flex-direction: row;
}

.event-item .image-wrapper {
    flex: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.event-item img {
    display: block;
    width: 100%;
}

.event-item .card-body {
    flex: 1;
}

.event-item .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.d-inline {
    display: inline;
}

.text-16 {
    font-size: 16px;
    line-height: normal;
}

#iframe #VolverZonas .paginacion {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-dark) !important;
}

#iframe .CabeceraSesionTxtLinea1 {
    color: var(--color-primary) !important;
}

[debug],
[debug] *:not(g):not(path) {
    color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(0, 128, 255, 0.4) !important;
    outline: solid 0.25rem rgba(255, 255, 255, 0.4) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
}

/* .container {
    border: 1px solid #0b7ad0;
} */

.close img,
.close svg {
    width: 16px;
    height: 16px;
}

.bg-color-alt-2 {
    background-color: var(--color-alt-2);
}

.bg-color-alt-3 {
    background-color: var(--color-alt-3);
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-color: transparent;
}

.carousel-control {
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .main-header .navbar-toggle {
        position: absolute;
        top: 0;
        background-color: transparent;
        z-index: 1;
        right: 0px;
    }

    .main-header .navbar-collapse {
        border: none;
    }

    .main-header .navbar-toggle {
        position: absolute;
        top: 0;
        background-color: transparent;
        z-index: 1;
        right: 0px;
    }

    .main-header .navbar-collapse {
        border: none;
    }

    .event-item .card-body {
        padding-top: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .infoRecinto .blk-img {
        min-height: 222px;
        max-height: 222px;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .right.carousel-control {
        display: flex;
        justify-content: end;
    }

    .btn-sm-md {
        font-size: 14px;
        padding: 13px 28px;
    }

    .next-events li {
        display: flex;
        align-items: baseline;
        border-color: #e3e3e3;
        gap: 0.5rem;
    }

    .next-events li > div {
        flex: 0 0 auto;
        align-self: flex-start;
        width: auto;
    }

    .next-events li a {
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .next-events li a span {
        float: right;
        padding-left: 0.2rem;
    }

    .carousel-control .svg {
        width: 80px;
    }

    .event-item .btn {
        min-width: 145px;
        line-height: 1.9;
    }

    .event-item .well {
        display: flex;
        gap: 12px;
    }

    .event-item .well .blk-img {
        max-width: 165px;
    }

    .d-sm-block {
        display: block;
    }

    .d-sm-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .justify-content-sm-between {
        justify-content: space-between;
    }

    .text-sm-18 {
        font-size: 18px;
        line-height: normal;
    }

    .justify-content-sm-center {
        justify-content: center;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .logo-ibercaja-symbol {
        display: none;
    }

    .logo-ibercaja {
        display: block;
    }

    footer .list-group {
        display: flex;
        align-items: center;
    }

    footer .list-group li:first-of-type {
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .navbar-default .navbar-nav > li:first-of-type > a {
        padding-left: 0;
    }
    .justify-content-md-center {
        justify-content: center;
    }
}

@media screen and (min-width: 1400px) {
    .left.carousel-control {
        margin-left: -100px;
    }

    .right.carousel-control {
        margin-right: -100px;
    }

    .carousel-control svg path {
        fill: var(--color-primary);
    }
}

.well,
.well .card-info,
.well .card-footer {
    width: 100%;
}

.border-0 {
    border: none;
}

.well {
    box-shadow: none;
}

.infoRecinto .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.infoRecinto .well {
    background-color: #ffffff;
}

.infoRecinto h3 {
    line-height: normal;
}

.infoRecinto a:hover p {
    color: var(--color-dark);
}
