@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');*/

@font-face {
    font-display:swap;
    font-family: Druk;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Druk-Medium.otf)
}
/*@font-face {
    font-display:swap;
    font-family: Druk;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/Druk-XCondSuper.otf)
}
@font-face {
    font-display:swap;
    font-family: DrukText;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/DrukText-Medium.otf)
}
*/

html,
body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'DrukText', sans-serif;*/
    /*font-family: 'termina', sans-serif;*/
    color:#373a36;
    font-size: 17px;
    line-height: 22px;
    /*background-color: #dddddd;*/
    /*background:#ccd7e0 url("/img/fons-degradat.jpg") repeat-x /*fixed*/ /*center top*/

}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    text-transform:uppercase;
    font-family: 'Druk', sans-serif;
    color: #ff6700;
}

h1 > a{
    color: #ec6a36;
}

h1.invert{
    color: #fff;
}

h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

h2.titulares {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

h2.auxiliares{
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    /*color: #999;*/
}

h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

a, a:hover, a:active, a:focus{
    text-decoration: none;
    color: #ff6700;
    outline: none;
}

a:hover{
    /*opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;*/
}

.container {
    background: #fff;
}

label{
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-weight: 600;*/
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.padding-top-1 {
    padding-top: 9px !important;
}

/*
INICI BOTONS NOUS>
*/

.btn-primary {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff27ff;
    border-color: #ff27ff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #000000;
    background-color: #75fffb;
    border-color: #75fffb;
}

.btn-outline-primary{
    text-transform: uppercase;
    color: #00ba6c;
    border-color: #00ba6c;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    background-color: #ff6700;
    border-color: #ff6700;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #999;
    background-color: #e2e2e2;
}

.btn-outline-secondary{
    text-transform: uppercase;
}

.btn-link{
    text-transform: uppercase;
    color: #000;
    border-color: transparent;
}

.btn-link:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.btn-text{
    text-transform: uppercase;
    font-size: 18px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 18px;
}

.btn-lg {
    padding: 12px 20px;
    /*border-radius: 0px;*/
}

.btn-100 {
    width: 110px;
}

.btn-compra {
    width: 60px;
    height: 38px;
    background-color: #75fffb;
    border-color: #75fffb;
    color: #000000 !important;
    /*border-radius: 0px;*/
}

.btn-compra:hover, .btn-compra:focus, .btn-compra:active{
    background-color: #ff27ff;
    border-color: #ff27ff;
    color: #ffffff !important;
}

.btn-compra-menu {
    background-color: #75fffb;
    border-color: #75fffb;
    color: #000000 !important;
}

.btn-compra-menu:hover, .btn-compra-menu:focus, .btn-compra-menu:active{
    background-color: #ff27ff;
    border-color: #ff27ff;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.page-link {
    color: #ffdf00;
    display: initial;
    background-color: transparent;
    border: 0px;
    padding: .5rem 1rem;
}


.btn-w-sm{
    min-width: 40px;
}

.btn-busqueda {
    color: #fff;
    padding: 0;
    /*background-color: #ccc;*/
}

.btn-busqueda:hover, .btn-busqueda:focus, .btn-busqueda:active{
    color: #000000;
    background-color: #ffdf00;
}

.busqueda{
    /*padding-top: 10px;*/
}

.busqueda input {
    background: transparent;
    width: 60px;
    height: 38px;
    float: left;
    color: #666666;
    margin-right: 5px;
    border:0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

.nav > li > a.img{
    position: static;
    display: inline;
    padding:0;
}

.nav > li > a > img{
    max-width: 100%;
}

.nav > li > a:hover,.nav > li > a:focus {
    background: #000;
    color:#fff;
    /*border:1px solid #000;*/
}

.nav > li > a.img:hover,.nav > li > a.img:focus {
    background: transparent;
    color:#fff;
    border:none;
}

.nav .c1,.nav .c4{
    clear: left;
}

.bg-cover{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.img-full-w{
    width: 100%;
}

.opacity:hover{
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;
}

.breadcrumb{
    background-color: transparent;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Druk', sans-serif;
    font-weight: 300;
    color:#dddddd;
    padding: 0px;
    margin-bottom: 20px;
}

.breadcrumb a{
    color:#c1c1c1;
}

.breadcrumb a:hover{
    color:#ff6700;
}

.breadcrumb-arrow{
    padding-left: 5px;
    padding-right: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ec6a36;
    background-color: #ec6a36;
}


.h1-under::after {
    /*border-bottom: 6px dotted #fff;*/
    content: " ";
    display: block;
    height: 15px;
    margin: auto;
    width: 80px;
}

/* MENÚ */

.navbar-light{
    /*height: 92px;*/
    /*box-shadow: none;*/
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-header{
    float: left;
    clear: left;
}
.navbar-brand {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
}

.ctn-nav{
    position:relative;
    padding:0 15px 10px 15px;
}

.ctn-logo{
    display: inline-block;
}

.navbar-brand img{
    height: 110px;
    width: auto;
}

.elmt-top{
    height: 53px;
    display: inline-block;
}

.cab-top{
    padding-top: 10px;
    padding-bottom: 5px;
    top:-150px;
    width: 100%;
}

.ctn-cab{
    position: relative;
    z-index: 1030;
}

.ctn-cab.fixnav{
    height: 143px;
}

.fixnav .cab-top{
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: top .6s ease-in;
    -moz-transition: top .6s ease-in;
    -ms-transition: top .6s ease-in;
    -o-transition: top .6s ease-in;
    transition: top .6s ease-in;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fixnav .nav-top{
    position: absolute;
    top: -100px;
}

.fixnav .navbar-brand{
    padding: 5px 0px;
}

.fixnav .navbar-brand img{
    height: 60px;
    width: auto;
}

.fixnav .navbar-nav {
    padding-bottom: 17px;
}

.navbar-nav{
    text-transform: uppercase;
}

.navbar-nav > li > a {
    font-family: 'Druk', sans-serif;
    padding: 12px;
    font-weight: 400;
    font-size: 26px;
    line-height: 14px;
    /*font-weight: 600;*/
    color:#333333;
    letter-spacing: .3px;
}

#navbar{
    /*clear: both;*/
}

#navbar .nav > li > a:hover,
#navbar .nav > li > a:focus{
    background: none;
    color:#ff6700;
    border: 0;
}

.ctn-ico-menu{
    position: absolute;
    right: 0;
    bottom: 0;
}

.ico-menu{
    display: inline-block;
    padding: 10px 15px;
    color: #000;
}

.ico-menu:hover{
    color: #666;
}

.navbar-toggler{
    vertical-align: bottom !important;
    /*margin: 0 0 5px 10px;*/
    border-color: transparent !important;
}

.btn-cerrar{
    margin-right: 22px;
    margin-top: 18px;
}

.dropdown-item{
    font-size: 15px;
}

#menuPrincipal{
    background: #000000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2000;
    width: 0;
    overflow: auto;
    -webkit-transition: width ease-in .3s;
    -moz-transition: width ease-in .3s;
    -ms-transition: width ease-in .3s;
    -o-transition: width ease-in .3s;
    transition: width ease-in .3s;
    padding: 0;
}

#menuPrincipal.show{
    width: 300px;
    border-left: 2px solid #575757;
}

#menuPrincipal .dropdown-menu{
    border: 1px solid #eee;
    margin-top: 0px;
}

#menuPrincipal .dropdown-menu.show{
    position: static !important;
    transform: none !important;
    text-align: center;
}

.nav-item{
    /*text-align: center;*/
    margin-left: 40px;
    margin-right: 40px;
}

.idiomas{
    padding-right: 15px;
    color: #ccc;
    vertical-align: middle;
}

.idiomas-txt{
    padding-left: 5px;
    margin-top: 8px;
    color: #000;
}

.idiomas > li > a{
    color: #fff;
}

.idiomas > li > a:hover, a:active, a:focus{
    color: #ffdf00;
}

.idiomas-ico{
    vertical-align: middle;
}

.idiomas-dropdown{
    min-width: 75px;
    z-index: 2;
}


/*
.idiomas > a{
    color: #ccc;
    padding: 10px 5px;
}

.idiomas > a:hover{
    color: #ec6a36;
}*/

.redes{
    padding-top: 5px;
    /*padding-right: 15px;*/
}

.redes > a{
    color: #ffdf00;
}

.redes .fa-inverse{
    color: #000000;
}

.redes > a:hover{
    color: #ff6700;
}

.registro{
    padding-top: 10px;
    padding-right: 15px;
    float: left;
    text-transform: uppercase;
    color: #ccc;
    display: inline-flex;
}

.registro-ico{
    font-size: 18px;
    line-height: 14px;
    /*padding-top: 10px;*/
    /*padding-left: 10px;*/
    /*margin-right: -5px;*/
}

.registro-opciones{
    color: #ccc;
    padding: 5px 5px;
}

.registro-opciones > a{
    color: #ccc;
}

.registro-opciones > a:hover{
    color: #ec6a36;
}

.icon-bar{
    background-color:#000;
}

.fa-stack{
    width: 2em;
    font-size: 15px;
}

/*NEW>*/

.navbar-light .navbar-nav .nav-link{
    /*font-size: 18px;*/
    color:#ffc8f5;
}

.fixnav .navbar-light .navbar-nav .nav-link{
    /*font-size: 18px;*/
    color:#ffc8f5;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ff6700;
    opacity: 70%;
}

.icono-cesta-fuera {
    position: absolute;
    right: 5.3rem;
    bottom: .2rem;
    min-width: 50px;
}

.icono-favoritos-fuera {
    position: absolute;
    right: 9rem;
    bottom: .2rem;
    min-width: 50px;
}

/*FI NEW<*/

/*
.navbar-toggle {
    border: 1px solid #000;
    margin: 15px 0 15px 15px;
}

.container > .navbar-collapse {
    background: #fff none repeat scroll 0 0;
}

.dropdown-menu {
    text-transform: uppercase;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ec6a36;
}

#dropdownMenuUsr{
    padding-top: 5px;
}
#dropdownMenuUsr .dropdown-menu{
    margin-top: 0;
}
*/

/* GENERAL */

.bg-claro{
    background-color: #f2f2f2;
}

.bg-claro2{
    background-color: #f0f8ff;
}

.bg-azul{
    background-color: #0197c8;
}


/* TEXTOS */

.txt-gris,.txt-gris-1,.txt-gris-2,.txt-gris-3{
    color:#999;
}

.txt-gris-1{
    font-size: 15px;
    line-height: 15px;
}

.txt-gris-2{
    font-size: 18px;
    line-height: 20px;
}

.txt-gris-3{
    font-size: 22px;
    line-height: 24px;
}

.txt-blanco, .txt-blanco-2, .txt-blanco-3 {
    color:#f4f4f4 !important;
}

.txt-blanco-2{
    font-size: 17px;
    line-height: 19px;
}

.txt-blanco-3{
    font-size: 20px;
    line-height: 24px;
}

.txt-negro-1,.txt-negro-2,.txt-negro-3,.txt-negro-4{
    color:#000;
    font-weight: 600;
}

.txt-negro-1{
    font-size: 15px;
    line-height: 15px;
}

.txt-negro-2{
    font-size: 18px;
    line-height: 20px;
}

.txt-negro-3{
    font-size: 22px;
    line-height: 24px;
}

.txt-negro-4{
    font-size: 30px;
    line-height: 32px;
}

.txt-pequeno{
    font-size: 16px;
    line-height: 20px;
}

.txt-mini{
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.txt-legal{
    font-size: 14px;
    line-height: 18px;
}

.txt-cookies{
    font-size: 13px;
    line-height: 17px;
}

.txt-cookies-video{
    font-size: 13px;
    line-height: 16px;
}

.fecha{
    font-size: 16px;
    line-height: 18px;
    color:#ffffff;
    text-transform: uppercase;
}

.precio{
    font-size: 16px;
    line-height: 17px;
    color:#ffffff;
}

.precio a{
    color: #ff6700;
}

.espacio{
    font-size: 16px;
    line-height: 17px;
    color:#999;
}

.espacio a{
    color:#aaaaaa;
}

.img-texto-largo img {
    clear: left;
    height: 100%;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-top: 20px;
    max-width: 100%;
}
.glyphicon {
    color: #ec6a36;
}

.opacity3 {
    opacity: .3;
}



/* HOME */

/*
#myCarousel .carousel-inner > .item{
    height: 400px;
}

.carousel-caption {
    position: static;
    padding: 100px 0 0 0;
    text-shadow: none;
}

.carousel-caption > .tit{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color:#000000;
}

.carousel-indicators > li,.carousel-indicators > li.active{
    width:13px;
    height:13px;
    margin: 1px 3px;
}

.carousel-control {
    width: 10%;
}

*/

h1.home {
    font-size: 48px;
    line-height: 50px;
    color: #ff6700 !important;
}

.home-bloc-empresa{
    /*position: relative;*/
    background-image: url("/img/test-home-bloc-empresa-fons.jpg");
    height: 400px;
}

.home-bloc-servicios{
    background-image: url("/img/test-home-bloc-servicios-fons.jpg");
    height: 400px;
}

.home-bloc-clientes{
    background-image: url("/img/test-home-bloc-clientes-fons.jpg");
    height: 400px;
}

.home-bloc-contacto{
    background-image: url("/img/test-home-bloc-contacto-fons.jpg");
    height: 400px;
}

.news-list{
    /*background: #ececec;*/
    /*padding: 30px;*/
}

.fondo-subapartados{
    /*background: #ececec;*/
    /*padding: 1px 20px 1px;*/
    /*height: 100px;*/
}

.fondo-auxiliares{
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    /*border: 1px dotted #ccc;*/
}


#calendario1{
    background: #fff;
    padding: 10px 15px;
    min-height: 238px;
}

.calendari_meses {
    width: 100%;
    padding: 0;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.calendari_meses a{
    cursor: pointer;
}
.calendari_dies {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    padding: 0;
    border: 0;
    margin-top: 15px;
}
.calendari_dies .dia {
    width: 14%;
    padding: 5px 7px;
    text-align: right;
    color: #666;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
}

.calendari_dies .diaopcion {
    background-color: #ebf6ea;
    cursor: pointer;
}

.calendari_dies .diaopcion:hover{
    background-color: #ec6a36;
    color:#fff;
}

.calendari_dies .diamarca {
    background-color: #ec6a36;
    color:#fff;
    cursor: pointer;
}

.calendari_dies .diamarca:hover{
}


/* BLOG NOTICIAS */

h2.noticias, h3.noticias {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'Druk', sans-serif;
}

h2.noticias a, h3.noticias a{
    color: #00ba6c;
}

h2.noticias a:hover, h3.noticias a:hover{
    opacity: .6;
}

.fecha-list{
    font-size: 16px;
    line-height: 18px;
    color:#999;
}

.entradilla-list{
    font-size: 16px;
    line-height: 18px;
}

.entradilla{
    font-size: 19px;
    line-height: 21px;
}

.div-foto-pequena{
    height: 210px;
    overflow: hidden;
}

.div-foto-grande{
    height: auto;
}

.ultimos-posts{
    background: #ececec;
    padding: 20px;
}

.ultimos-posts li{
    float: left;
    width: 100%;
    /*padding-top: 20px;*/
    color: #7e7f7d;
    font-size: 14px;
    line-height: 17px;
}

.ultimos-posts  img{
    float: left;
    margin-right: 15px;
}

.clientes  li{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.clientes h3{
    font-size:16px;
    margin-top: -12px;
}

/* EDICIONES - FESTIVALES */

h2.ediciones {
    font-size: 18px;
    line-height: 18px;
}

.fondo-ediciones{
    min-height: 190px;
    background-color: #fff;
}

.nombre-ediciones{
    min-height: 40px;
}

.datos-ediciones{
    min-height: 40px;
}


/* EVENTOS */

h1.eventos {
    font-size: 68px;
    line-height: 70px;
    text-transform: none;
}

h2.eventos, h3.eventos {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'Druk', sans-serif;
    text-transform: none;
}

h2.eventos a, h3.eventos a{
    color: #ffdf00;
}

.subtitulo{
    font-size: 36px;
    line-height: 38px;
    font-family: 'Druk', sans-serif;
}

.fecha-evento{
    font-size: 18px;
    line-height: 20px;
    color:#c1c1c1;
}

.txt-caracteristicas {
    font-size: 26px;
}

.txt-reserva-pequeno {
    font-size: 14px;
    font-weight: 600;
}

.programacion {
    font-size: 14px;
}

.programacion li {
    background-color: #ececec;
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: 1px dotted #ccc;

}

.badge {
    vertical-align: middle;
    /*font-size: 40%;*/
    font-weight: 300;
}

.badge-primary {
    color: #fff;
    background-color: #ec6a36;
    font-size: 14px;
}

.evento-realizado {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border: 2px dotted #fff;
    background-color: #73c6d3;
    color: #fff;
}

.filtros-conciertos select, .filtros-conciertos select:focus, .filtros-conciertos select:active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    /*border: none;*/
    /*border-radius: 0;*/
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding: 7px;
    background-image: url(../img/ico-arrow-select.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    border: 1px solid #999;
    /*width: 220px;*/
}

.fondo-eventos{
    min-height: 230px;
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: #000000;
}

.fondo-eventos-vertical{
    background-color: #fff;
}

.datos-evento{
    min-height: 50px;
}

.btn-entradas{
    min-height: 36px;
}

.fondo-datos-eventos{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
}

.txt-compra{
    font-size: 19px;
    font-weight: 600;
}

/* ESPACIOS */

h2.espacios {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Druk', sans-serif;
}

h2.espacios a {
    /*color: #373a36;*/
    color: #00ba6c;
}

.espacio-codigo-mapa > iframe {
    width: 100% !important;
    height: 420px !important;
}


/* PATROCINADORES */

h3.patrocinadores {
    font-size: 24px;
    line-height: 26px;
}

/* EQUIPO - BOOKING / MANAGEMENT */

h2.equipo {
    font-size: 20px;
    line-height: 22px;
}

h2.equipo a{
    color: #373a36;
}

/* USUARIOS */

.reserva-cantidad {
    width: 60px;
    display:inline;
}

/* RESERVAS */

.fondo-reservas {
    background: #ececec;
    padding: 20px 20px;
}

/* DOCUMENTOS */

.ficheros li {
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom: none;
}

/* CLUB - REGISTRO */

h2.club {
    font-size: 20px;
    line-height: 22px;
}

.club01 {
    margin-top: 40px;
}



/* BUSQUEDA */

.breadcrumb-buqueda{
    text-transform: uppercase;
    font-size: 18px;
    color:#999;
}

.breadcrumb-buqueda a{
    color:#999;
}

.breadcrumb-buqueda a:hover{
    color:#ec6a36;
}


/* TIENDA */

.fondo-subapartados-tienda {
    background: #ebf6ea;
    /*background: #ececec;*/
    padding: 1px 20px 1px;
    min-height: 120px;
}

h1.tienda-filtros {
    font-size: 26px;
    text-transform: uppercase;
}

h1.tienda-ficha {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-transform: none;
}

h2.tienda {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: none;
    color: #373a36;
}

.txt-tienda-restriccion-mini{
    font-size: 12px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.tienda-marca {
    font-size: 14px;
    text-transform: uppercase;
}

.tienda-marca-ficha {
    font-size: 16px;
    text-transform: uppercase;
}

.tienda-badge {
    font-size: 12px;
    text-transform: uppercase;
}

.tienda-badge-ficha {
    font-size: 12px;
    text-transform: uppercase;
}

.tienda-badge-carrito {
    font-size: 12px;
    font-weight: 400;
}

.tienda-badge-unidades-ficha {
    font-size: 15px;
}

.tienda-precio {
    font-size: 16px;
    font-weight: 600;
}

.tienda-precio-ficha {
    font-size: 24px;
    font-weight: 600;
}

.tienda-precio-oferta {
    /*font-weight: 700;*/
}

.tienda-select {
    height: 28px !important;
    font-size: 14px;
    padding: 2px 3px;
}

.tienda-select-cantidad {
    width: 49px;
}

.proceso-compra {
    width: 50px;
}

.proceso-compra-txt {
    color: #ccc;
    line-height: 18px;
}

.proceso-compra-txt-activo {
    color: #ec6a36;
    line-height: 18px;
}

.proceso-compra-bg-activo {
    background-color: #ebf6ea;
}

.proceso-compra-txt-hecho {
    color: #373a36;
    line-height: 18px;
}

.proceso-compra-bg-hecho {
    background-color: #eee;
}

/* FAQs */

.card-faqs {
    border: 5px solid rgba(0,0,0,0);
}


/* UNETE */

.txt-unete-largo {
    color: #ec6a36;
    font-size: 22px;
    line-height: 28px;
}

.choices a {
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
    border-top-color: rgb(247, 247, 247);
    border-right-color: rgb(247, 247, 247);
    border-bottom-color: rgb(247, 247, 247);
    border-left-color: rgb(247, 247, 247);
    color: #2b2b2b;
    display: block;
    flex: none;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    /* max-width: 370px; */
    padding: 42px 23px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.choices a.selected{
    border-color:#ec6a36;
    color:#ec6a36
}

.jobs a {
    background: #f7f7f7;
    color: #2b2b2b;
    display: block;
    flex: none;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    /* max-width: 270px; */
    padding: 42px 23px 35px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.jobs a:hover {
    border-color: #ec6a36;
    color: #ec6a36;
}


/* CONTACTO */

.ico-contacto {
    font-size: 30px;
    color: #ff6700;
}

.whatsapp-fixe {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}

.whatsapp-fixe-logo {
  width: 60px;
  height: 60px;
}


/* PIE */

footer{
    background: #1e1e1e;
    color:#999;
    font-size: 15px;
}

footer > .container{
    background: #1e1e1e;
}

.logo-footer{
    width: 180px;
}

.logo-medalla{
    width: 60px;
}

.txt-medalla{
    font-size: 13px;
    line-height: 16px;
}

.logo-associat{
    height: 60px;
}

.copyright{
    color:#8c8d8c;
    font-size: 13px;
}

.copyright a{
    color: #ccc;
}

.copyright > a:before,.copyright > span:before{
    display: inline-block;
    /*content: "|";*/
    /*padding: 0 10px;*/
}

.redes-footer{
    padding-top: 10px;
}

.redes-footer > a{
    color: #999;
}

.redes-footer > a:hover{
    color: #ff6700;
}

.redes-compartir{
    color: #ccc;
}

.redes-compartir > a{
    color: #ccc;
}

.redes-compartir > a:hover {
    color: #ec6a36;
}

.footer-mail{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.footer-mail > a {
    color: #999;
}

.footer-mail > a:hover {
    color: #ec6a36;
}

.footer-tel{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.footer-newsletter{
    font-size: 16px;
}

.footer-newsletter > a {
    color: #999;
}

.footer-newsletter > a:hover {
    color: #ec6a36;
}

.footer-newsletter-ico {
    font-size: 22px;
    margin-bottom: 1px;
}

/* EMBEDS */

.mapa-google {
    width: 100%;
    height: 424px;
}


/* AVISOS */

#avisCookies{
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: bottom 1s;
    bottom:-200px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #000;
    padding: 30px;
}

#modal_18 .modal-body{
    padding: 40px 100px;
    color:#000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.card-header .fa-plus,
.card-header .collapsed .fa-minus
{
    display: none;
}

.card-header .fa-minus,
.card-header .collapsed .fa-plus{
    display: inline;
}

/* ESPECIALES FESTIVAL - INICIO  ----------------------  */

.tipo-festival{
    font-family: 'Druk', sans-serif;
}

b, strong {
    /*font-weight: 600;*/
}

h2.carousel {
    font-size: 60px;
    line-height: 62px;
    text-transform: none;
    text-shadow: 0px 0px 2px #000, 0 0 100px #000;
    font-family: 'Druk', sans-serif;
}

.carousel-sm-artista {
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
}

.carousel-sm-text {
    font-size: 18px;
    line-height: 19px;
    color: #ffffff;
    text-transform: none;
}
.logo-footer-festival{
    max-height: 150px;
}

.bg-festival{
    background-color: #000000;
}

.bg-festival-oscuro{
    background-color: #000000;
}

.bg-festival-claro{
    background-color: #f7f7f7;
}

.bg-amics-jazz{
    /*background-image: url("/img/amics-jazz-bg.jpg");*/
    /*background-size: cover;*/
    background-color: #000000;
}

.bg-amics-jazz-bnr{
    /*background-image: url("/img/amics-jazz-bnr.jpg");*/
    /*background-size: cover;*/
    background-color: #000000;
}

.logo-slide{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
}

.bg-home{
    background-image: none;
    background-color: #000000;
}

.bg-home-expositores{
    background-image: url("/img/bg-home-expositores.jpg");
    min-height: 450px;
}

.patro-categoria{
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    color: #d9d9d9;
}

.bg-body{
    /*background-image: url("/img/bg-body.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-header{
    background-image: none;
}

.fixnav .bg-header{
  background-image: none;
}

.video-home{
    /*margin-top: -100px;*/
}

.video-home-sombra{
    box-shadow: 0px 5px 50px #000;
}

.btn {
    border-radius: 0px !important;
    text-transform: uppercase;
}

.btn.disabled, .btn:disabled {
    opacity: .20;
}

.btn-entradas {
    color: #fff;
    background-color: #ff27ff;
    border-color: #ff27ff;
    border: 2px solid #ff27ff;
}

.btn-entradas:hover, .btn-entradas:focus, .btn-entradas:active {
    color: #000;
    background-color: #75fffb;
    border-color: #75fffb;
}

.card {
    background-color: transparent;
}

.card-header {
    background-color: #00ba6c;
}

.fotos-galeria {
    height: 240px;
    overflow: hidden;
}

.img-thumbnail {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.slide-festival {
    height: 600px;
    overflow: hidden;
}

.logo-festival {
    border: 2px solid #fff;
}

.tag-estilos a{
    color: #ffdf00;
}

.txt-gris-auxiliar{
    color:#c1c1c1;
}

.color-festival-01{
    color:#75fffb !important;
}
.color-festival-02{
    color:#ffdf00 !important;
}
.color-festival-03{
    color:#ff27ff !important;
}
.color-festival-04{
    color:#00ba6c !important;
}
.color-festival-05{
    color:#ff6700 !important;
}
.color-festival-06{
    color:#ffffff !important;
}



/* ESPECIALES FESTIVAL - FINAL  ---------------------- */


@media (max-width: 1200px) {

}

@media (max-width: 768px) {

}

@media (min-width: 576px) {

    .div-foto-pequena{
        height: 260px;
    }

}

@media (min-width: 768px) {
    h1{
        font-size: 56px;
        line-height: 58px;
    }

    h2{
        font-size: 26px;
        line-height: 28px;
    }

    .nav .c4{
        clear: none;
    }

    .c4{
        clear: left;
    }

    .busqueda input {
        width: 130px;
    }

    .proceso-compra {
        width: 100px;
    }

    .btn-compra {
        width: 140px;
        height: 38px;
    }

    .video-home{
        /*margin-top: -200px;*/
    }

    .div-foto-pequena{
        height: 180px;
    }

}

@media (min-width: 992px) {

    .div-foto-pequena{
        height: 160px;
    }

    /* COMENTAR PARA MENU CENTRADO */


    .proceso-compra {
        width: 130px;
    }

    .nav-top{
        display: inline-block;
        float: right;
    }

    #navbar{
        clear: none;
    }

    .bg-header{
        background-image: url("/img/bg-header.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    h2.carousel {
        font-size: 80px;
        line-height: 82px;
    }

}

@media (min-width: 1200px) {

    .club01 {
        margin-top: -100px;
    }

    .div-foto-pequena{
        height: 140px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1320px;
    }

    .div-foto-pequena{
        height: 170px;
    }

    .div-foto-grande{
        /*height: 600px;*/
        overflow: hidden;
    }

    .club01 {
        margin-top: -120px;
    }

}

@media (min-width: 1500px) {

    .px-xxl-5{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: inline-block;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin: auto;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    #menuPrincipal .dropdown-menu.show{
        position: absolute !important;
        transform: translate3d(0px, 36px, 0px) !important;
        text-align: left;
    }

    #menuPrincipal .dropdown:hover .dropdown-menu {
        display: block;
    }
    #menuPrincipal{
        width: 100%;
        height: auto;
        position: static;
        background: transparent;
        overflow: visible;
    }

    .ctn-cab.fixnav #menuPrincipal{
        width: auto;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        padding-top: 0;
        z-index: 1;
    }

    .ctn-cab.fixnav  .navbar-expand-xxl .navbar-nav {
        margin: 0;
    }

    .navbar-brand img{
        height: 110px;
        width: auto;
    }

    .ctn-nav{
        padding: 0 0 0 0;
    }

    .ctn-nav > div{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-top{
        float: none;
        order: 2;
    }
    .ctn-logo{
        order: 1;
    }

    .nav-item{
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 0px;
    }

    .ctn-cab.fixnav{
        height: 120px;
    }

}
