@font-face {
	font-family: 'Atlas Grotesk';
	src: url('/css/fonts/AtlasGrotesk-Light.woff2') format('woff2'),
		url('/css/fonts/AtlasGrotesk-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('/css/fonts/AtlasGrotesk-Regular.woff2') format('woff2'),
		url('/css/fonts/AtlasGrotesk-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('/css/fonts/AtlasGrotesk-Bold.woff2') format('woff2'),
		url('/css/fonts/AtlasGrotesk-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('/css/fonts/AtlasGrotesk-Medium.woff2') format('woff2'),
		url('/css/fonts/AtlasGrotesk-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Swiss911 UCm BT';
	src: url('/css/fonts/Swiss911BT-UltraCompressed.woff2') format('woff2'),
		url('/css/fonts/Swiss911BT-UltraCompressed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}
body {
	background-color: #fff;
	color: #1D1D1B;
	font-size: 1.8rem;
	font-family: 'Atlas Grotesk';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	padding-top: 114px;
}
h2 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-transform: uppercase;
	text-align: left;
}
#footer {
	bottom: 0;
	width: 100%;
	background: #1D1D1B;
	padding: 5rem 0 5rem 0;
	color: #fff;
	font-size: 1.4rem;
}
#footer a {
	color: #fff;
}
#contenido img {
	max-width: 100% !important;
}
.footer {
	margin-top: 7rem
}
a {
	color: #000;
}
a.subrayado {
	text-decoration: underline;

}
a.subrayado:hover {
	text-decoration: none;
}
dl {
	margin-top: 3rem;
	margin-bottom: 7rem !important;
}
dl dt {
	float: left;
	margin-right: 1rem;
}
dl dd {
	float: left;
}
.btn-sheet {
	background: #E3E5E3;
    font-family: 'Swiss911 UCm BT';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #1D1D1B;
    border-radius: 0;
    padding: 1rem 2rem;
}
.btn-sheet:hover {
	opacity: 0.7;
}
.btn-sheet span {
	font-size: 1.4rem;
	margin-left: 1.5rem;
	font-family: 'Atlas Grotesk';
	text-transform: none;
}
.download-sheet {
	border-bottom: 1px solid #707070;
	padding-bottom: 4rem;
	
	margin-bottom: 2rem;
}
.portrait {
	margin-bottom: 3rem !important;
}
#player {
	clear: both;
}
.well-contact {
	background: #ffe325;
	padding: 2rem 2rem 0.1rem 2rem;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.well-contact strong {
	font-size: 1.7rem;
}
.well-contact span {
	font-weight: 500;
}
.sub-header {
	background: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 100;
}
.container-fluid {
	max-width: 1300px;
	padding-left: 20px;
	padding-right: 20px;
}
.subtitle {
	font-size: 2.2rem;
}
.testo {
	display: block;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: 700;
	text-transform: none;
	color: rgba(29,29,27,.5);
	font-family: 'Atlas Grotesk';
}
.well-img-company h2 {
	font-family: 'Atlas Grotesk' !important;
}
.cabecera {
	background: #fff;
}
.home .cabecera .navbar-basque {
	border-bottom: 0;
}

.card-deck-artists {
	margin-top: 2rem;
}

.card-deck-artists .card {
	border: 0;
	margin-bottom: 3rem;
}

.card-deck-artists .card-text {
	font-size: 1.6rem;
	font-weight: 700;
	color: rgba(29,29,27,.5);
}

.card-deck-artists .figure {
	width: 100% !important;
	height: 207px;
	overflow: hidden;
}

.card-deck-artists a img {
	height: 207px;
	width: 100%;
	object-fit: cover !important;
	object-position: center center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1);
}

.card-deck-artists .card .card-body {
	padding: 0 0 1.25rem 0;
}

.card-deck-artists a:hover {
	color: #1D1D1B;
	text-decoration: none;
}

.card-deck-artists a:hover img {
	transform: scale(1.2);
}

.card-deck-artists h3 {
	font-size: 1.6rem;
}

.showing {
	font-size: 1.6rem;
}

.artists {
	border-top: 2px solid #707070;
	margin-top: 8rem;
	padding-top: 4rem;
}
.marra-top {
	height: 3px;
	width: 100%;
	background: #000;
	margin-bottom: 6px;
}
.navbar-brand img {
	height: 51px;
}
.navbar-brand {
	margin-right: 1.5rem;
}
.logos-top img {
	height: 20px;
}
.navbar-basque .navbar-toggler-icon {
	background: url(/img/hamburger.svg);
	width: 26px;
	height: 23px;
	border: 0 !important;
}
.navbar-basque .navbar-collapse {
	background: #ffe325;
	margin: 20px -15px 30px -15px;
	padding-right: 15px;
	width: calc(100% + 30px) !important;
}
.navbar-basque .navbar-toggler {
	border: 0 !important;
	position: relative;
	top: 10px;
}
.navbar-basque {
	padding: 0 0 10px 0;
	margin: 12px 0 30px 0;
	margin: 8px 0 0px 0;
	font-family: 'Swiss911 UCm BT';
	font-style: normal;
	font-weight: normal;
	font-size: 2.3rem;
	font-display: swap;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
}
.navbar-basque .dropdown-toggle::after {
	display: none;
}
.navbar-basque .navbar-nav {
	margin-top: 65px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.navbar-basque .navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: -20px 0 30px 20px;
	font-size: 2rem;
	background-clip: initial;
}
.navbar-basque .navbar-nav .dropdown-menu ul,
.navbar-basque .navbar-nav .dropdown-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-basque .navbar-collapse.collapse.show .dropdown-menu {
	display: block;
}
.navbar-basque .navbar-nav .dropdown-menu a {
	padding: 10px 15px 10px 15px;
}
.navbar-basque .navbar-nav .nav-link {
	color: #1D1D1B !important;
	padding: 0;
	margin: 0px 0 0 30px;
	margin: 0px 0 20px 30px;
}
.navbar-basque .collapse {
	position: relative;
}
.navbar-basque .navbar-toggler[aria-expanded=true]:after {
	content: '';
	display: block;
	position: fixed;
	top: 120px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 0;
}
.navbar-basque .navbar-toggler.collapsed:after {
	display: none !important;
}
.tel-company {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: -5px;
	margin-top: 20px;
}
.email-company {
	font-weight: 300;
	font-size: 1.4rem;
	opacity: 0.5;
}
.h2markets {
	text-transform: uppercase;
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 4rem;
	margin-bottom: 2rem;
}

.see-all {
	width: 7.9rem;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	font-family: 'Atlas Grotesk';
	text-transform: none;
	border-bottom: 1px solid #707070;
	padding-bottom: 2px;
	position: relative;
	top: -7px;
	margin-left: 1.5rem;
}

.see-all:hover {
	color: #1D1D1B;
	text-decoration: none;
}

.identity-noticebar {
	padding-top: 15px;
	background: #5e5f5f;
	min-height: 30px;
	width: 100%;
	margin: auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000 !important
}
.identity-noticebar-content {
	padding: 5px 10px
}
.identity-noticebar-content span {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 15px
}
.identity-noticebar-content span a {
	color: #fff;
	text-decoration: underline
}
#cerrarnoticebar {
	border: 1px solid #828382;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #6d6e6e;
	display: block;
	width: 150px;
	color: #fff;
	text-align: center;
	margin: 10px auto 30px;
	text-decoration: none;
	cursor: pointer
}
.form-group {
	position: relative;
}
.select-style {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 209px;
	height: 44px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.select-style:after {
	content: '\02C7';
	position: absolute;
	top: 50%;
	right: 18px;
	color: #000;
	font-size: 3rem;
	line-height: 1.5rem;
	padding: 0;
}
.select-style select {
	padding: 5px 60px 5px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 44px;
	color: #737373;
}
.form-control {
	font-size: 1.3rem;
	font-weight: 400;
	padding: 31px 10px 13px 15px;
	display: block;
	width: 100%;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}
form.filtros .form-control {
	padding: 22px 10px 22px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #282828;
}
.custom-select {
	background: url("/img/arrow.svg") no-repeat right .75rem center/8px 10px;
	font-size: 1.5rem;
	border: 1px solid #000;
}
.custom-select.select-haundi {
	margin-left: 1rem;
	width: auto !important;
	font-family: 'Swiss911 UCm BT';
    font-weight: normal;
    font-style: normal;
    font-size: 4.8rem;
    line-height: 4.8rem;
    text-transform: uppercase;
	padding: 0 3.5rem 0 0;
	height: auto;
	border: 0;
	background: url("/img/arrow-down.svg") no-repeat right center;
	float: left;
	box-shadow: none !important;
}

.custom-select.select-txiki {
	font-family: 'Swiss911 UCm BT';
    font-weight: normal;
    font-style: normal;
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
	padding: 0 3.5rem 0 0;
	height: auto;
	border: 0;
	background: url("/img/more.svg") no-repeat right center;
	box-shadow: none !important;
	display: block;
	width: 100%;
}



textarea {
	height: 105px;
}
::-webkit-input-placeholder,
.bg-newsletter ::-webkit-input-placeholder,
#contacto ::-webkit-input-placeholder {
	color: #1D1D1B !important;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 1.5rem;
}
:-moz-placeholder,
.bg-newsletter :-moz-placeholder,
#contacto :-moz-placeholder {
	color: #1D1D1B !important;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 1.5rem;
}
::-moz-placeholder,
.bg-newsletter ::-moz-placeholder,
#contacto ::-moz-placeholder {
	color: #1D1D1B !important;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 1.5rem;
}
:-ms-input-placeholder,
.bg-newsletter :-ms-input-placeholder,
#contacto:-ms-input-placeholder {
	color: #1D1D1B !important;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 1.5rem;
}
input:focus,
textarea:focus {
	outline: none;
}
.error {
	color: #a94442 !important;
	font-weight: 700;
}
input.error {
	border-bottom: 1px solid #a94442 !important;
	font-weight: 300;
}
.error:before,
.error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #a94442;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.btn-2c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #387b7c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-2c:hover:after,
.btn-2c:active:after {
	width: 100%;
}
input.error {
	border: 1px solid #e71313 !important;
}
.icon_error {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_error.svg) center center no-repeat;
}
.icon_ok {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_ok.svg) center center no-repeat;
}
.error:before,
.error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #e71313;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
p.mensaje_error {
	background: #e71313;
	color: #fff;
	padding: 0 10px;
	font-size: 1.4rem;
	position: relative;
	z-index: 0;
	margin: 0;
}
.custom-checkbox label {
	text-transform: none !important;
	font-size: 1.6rem !important;
	font-weight: normal !important;
	opacity: 1 !important;
	padding-left: 8px;
	margin-bottom: 11px;
	margin-left: 2px;
}



.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
	background-color: transparent;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background: #282828 url(/img/ok.svg) no-repeat center center;
}
.custom-control-label::after {
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #282828;
}
.custom-checkbox.alphabet {
	margin-bottom: 1.5rem !important;
	flex: 1;
	display: inline-block;
	position: relative;
	min-width: 5rem;
	margin-left: -1.25rem !important;
}
.form-lateral .custom-checkbox.alphabet {
	margin-left: 0 !important;
}
.form-lateral .custom-checkbox label {
	line-height: 2.4rem;
}
.form-lateral .card-body {
	padding-top: 0;
}
.custom-checkbox.alphabet .custom-control-input~.custom-control-label span {
	position: absolute;
	left: -16px;
	top: -1px;
	z-index: 1;
}
.custom-checkbox.alphabet .custom-control-input~.custom-control-label::after {
	background: #fff;
}
.custom-checkbox.alphabet .custom-control-input:checked~.custom-control-label::after {
	background: #000;
}
.custom-checkbox.alphabet .custom-control-input:checked~.custom-control-label span {
	color: #fff;
}
.subraya {
	text-decoration: underline;
}
.well-home-markets {
	max-width: 500px;
	display: inline-block;
	width: 100%;
	margin-bottom: 6rem;
}
.well-allmarkets-inside, .well-allmarkets-home {
	margin-top: 8rem;
	margin-bottom: 0rem;
}
.well-allmarkets .col-md-6:nth-child(even) {
	text-align: right !important;
}
.well-allmarkets-home .col-md-6:nth-child(even) .well-kartela,
.following-markets .well-kartela,
.following-markets .well-kartela-see {
	background: #ffe325 !important;
}
.well-allmarkets-home .col-md-6:nth-child(even) .well-kartela img,
.following-markets .well-kartela img,
.following-markets .well-kartela-see img {
	opacity: 0.1;
}
.well-home-markets h3 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 3.4rem;
	padding-bottom: 50px;
	text-align: left;
}
.market {
	position: relative;
/* 	max-width: 500px; */
}
.market-see {
	max-width: 100%;
	margin-top: 8rem;
}
.market h4,
.market h2 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 3rem;
	line-height: 3rem;
	text-transform: uppercase;
	text-align: left;
}

.frame-company {
	position: relative;
}

.frame-company .btn-web-company {
	position: absolute;
	right: 0;
	bottom: 0;
}

.market .tipo,
.frame-company .tipo {
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.6;
	text-align: left;
}
.frame-company .tipo {
	font-size: 1rem;
}
.frame-company .tipo span:after,
.market .tipo span:after {
	content: '|';
	display: inline-block;
	margin: 0 1rem;
}
.frame-company .tipo span:last-child {
	display: none;
}
.market .tipo span:last-child:after {
	display: none;
}
.header-company {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.market .well-img {
	height: 225px;
}
.frame-market {
	background: #fff;
	border: 1px solid #EAEAEA;
	padding: 30px 40px 46px 40px;
	-webkit-box-shadow: 37px 50px 52px 11px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 37px 50px 52px 11px rgba(0, 0, 0, 0.18);
	box-shadow: 37px 50px 52px 11px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 1;
	max-width: 325px;
	margin-right: 15%;
	transition: all 0.5s ease;
	top: 0;
}
.well-img {
	height: 205px;
	text-align: center;
	position: relative;
	width: 100%;
}
.market-see .well-img {
	height: 207px;
	height: 198px;
	text-align: center;
	position: relative;
	width: 100%;
}
.well-img img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.market figcaption {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: bold;
	text-align: left;
}
.market figcaption span {
	display: block;
	clear: both;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	opacity: 0.5;
	margin: 0.5rem 0 0 0;
}
.card-deck-market {
	width: 100%;
	margin-left: 0;
	display: block;
	text-align: center;
}

.card-deck-market .card {
	border: 0 !important;
	margin-bottom: 13rem;
	margin-right: 15px;
    margin-left: 15px;
}

.well-kartela {
	position: absolute;
	z-index: 0;
	max-width: 325px;
	top: -50px;
	right: 0px;
	border-left: 30px solid #fff;
	overflow: hidden;
	transition: all 0.5s ease;
}
.well-kartela img {
	width: 100%;
	transition: all .4s ease-in-out;
}
.market:hover .well-kartela {
	top: -70px;
}
.market:hover .frame-market {
	top: 20px;
}
.market-static:hover .frame-market {
	top: 0px;
}
.well-kartela-see {
	position: absolute;
	z-index: 0;
	max-width: 325px;
	height: 100%;
	top: -50px;
	right: 0px;
	border-left: 30px solid #fff;
	overflow: hidden;
}
.well-kartela-see img {
	width: 100%;
}
.market:hover .well-kartela img {
	transform: scale(1.2);
}
.link_market-home {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.all-market {
	position: relative;
	right: 0;
	bottom: 0;
	max-width: 80%;
	text-decoration: none;
	z-index: 2;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding-bottom: 10px;
	text-align: left !important;
	top: 3rem;
}
.see-market {
	z-index: 0;
}
.all-market:hover {
	color: #000;
	opacity: 0.7;
	text-decoration: none;
}
.all-market:after {
	content: '';
	height: 1px;
	background: #000;
	width: 100%;
	display: block;
	margin-top: 5px;
}
.well-directory {
	border-top: 3px solid #000;
	padding-top: 30px;
	margin-bottom: 6rem;
}
.well-directory h2 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 4rem;
	line-height: 4rem;
	text-transform: uppercase;
}
.well-directory .entradilla {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 30px;
}
#accordion .card,
.market-accordion .card {
	border: 0;
	border-bottom: 1px solid #282828;
	border-radius: 0;
	/* padding-bottom: 8px; */
}
#accordion .card-header,
.market-accordion .card-header {
	position: relative;
	border: 0;
	background: none;
	padding: 0;
}
#accordion .card-header button[aria-expanded="false"]:after,
.market-accordion .card-header button[aria-expanded="false"]:after {
	background: url(/img/more.svg) no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	right: 15px;
	top: 15px;
}
.market-accordion .card-header button[aria-expanded="false"]:after {
	top: 26px;
	right: 15px;
}
#accordion .card-header button[aria-expanded="true"]:after,
.market-accordion .card-header button[aria-expanded="true"]:after {
	width: 24px;
	height: 24px;
	display: block;
	content: '';
	background: url(/img/less.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 15px;
}
.market-accordion .card-header button[aria-expanded="true"]:after {
	top: 26px;
	right: 15px;
}
#accordion .card-header h3 button,
.market-accordion .card-header h3 button,
.card-header h3, form.filtros label.como-h3 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 3rem;
	text-transform: uppercase;
	color: #1D1D1B;
	display: block;
	width: 100%;
	text-align: left;
}
label.como-h3 {
	padding-bottom: 1.3rem;
}
.market-accordion .card-header h3 button {
	font-size: 2.4rem;
}
.market-accordion .card-header h3 button span {
	font-size: 4rem;
	margin-right: 10px;
	position: relative;
	bottom: -5px;
}
#accordion .card-header h3 button:active,
#accordion .card-header h3 button:focus,
#accordion .card-header h3 button:hover {
	text-decoration: none;
}
.market-accordion .card-header h3 button:active,
.market-accordion .card-header h3 button:focus,
.market-accordion .card-header h3 button:hover {
	text-decoration: none;
}
.no-button {
	pointer-events: none;
}
.col-year {
	width: 100px;
}
.btn-search {
	color: #fff;
	font-size: 1.6rem;
	border-radius: 0;
	background: #1D1D1B;
	border: 0;
	padding: 15px 30px;
	margin: 15px 0 30px 20px;
}
.btn-search:after {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(/img/search.svg);
	margin: 0 0 -6px 10px;
}
.btn-search:hover:after {
	background: url(/img/search-black.svg);
}
.btn-search {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.btn-search a {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	display: block;
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus {
	background-color: rgba(191, 221, 193, 1) !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
	color: #1D1D1B !important;
	box-shadow: 0 !important;
}
.btn-search.search-home {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 15px;
}
.btn-search.search-home:after {
	display: none;
}
.bg-newsletter {
	background: #ffe325;
	padding: 9rem 0 12rem 0;
	text-align: center;
}
.bg-newsletter h2 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-size: 4rem;
	line-height: 4rem;
	text-transform: uppercase;
	margin-bottom: 3rem;
}
.bg-newsletter form {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 720px;
	position: relative;
}
.check-newsletter {
	position: absolute;
	left: -50%;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -4rem;
	width: 100%;
}
.check-newsletter a {
	text-decoration: underline;
}
.check-newsletter label {
	font-size: 1.2rem !important;
}
.check-newsletter a:hover {
	text-decoration: none;
	color: #000;
}
.bg-newsletter input[type=email] {
	background: none;
	border: 0;
	border-bottom: 3px solid #000000;
	width: 100%;
	color: #1D1D1B;
	font-size: 1.6rem;
	padding-bottom: 17px;
}
.bg-newsletter input[type=email]:active,
.bg-newsletter input[type=email]:focus {
	box-shadow: none;
}
.bg-newsletter .btn-subscribe {
	position: absolute;
	right: 10px;
	left: auto;
	top: 15px;
	background: none;
	font-size: 1.6rem;
	color: #1D1D1B;
	border: 0;
	text-transform: uppercase;
}
.bg-newsletter .btn-subscribe:hover {
	opacity: 0.7;
}
.list-social li a {
	margin-right: 20px;
}
.logo-pie {
	height: 51px;
	margin-bottom: 15px;
	max-width: 100%;
	width: auto;
}
.writeus .btn {
	font-size: 1.6rem;
	border: 1px solid #fff;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.writeus .btn {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.writeus .btn a {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	display: block;
}
.writeus .btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.phone {
	font-size: 2.4rem;
	font-weight: 300;
}
.email {
	font-size: 1.6rem;
	font-weight: 300;
	margin: -5px 0 0 0;
}
.helbidea {
	margin: 20px 0 30px 0;
	font-size: 1.4rem;
}
.helbidea a {
	font-size: 1.2rem;
	text-transform: uppercase;
}
.legal {
	margin: 30px 0 20px 0;
}
.legal li {
	list-style: none;
	font-size: 1.1rem;
	font-weight: 300;
}
.legal li a {
	opacity: 0.7;
}
.legal li a:hover {
	opacity: 1;
}
.lotura {
	font-size: 1rem;
	font-weight: 300;
	opacity: 0.4;
}
.lotura img {
	position: relative;
	top: -2px;
}
.lotura a:hover {
	opacity: 1;
}
.well-logooina {
	border-top: 2px solid #fff;
	padding: 13px 0 0 0;
	margin: 4rem 0 4rem 0;
}
.well-logooina img {
	height: 20px;
}
.tex-culture {
	margin-top: 4rem;
	display: none;
	font-size: 1.1rem;
	line-height: 2rem;
	font-weight: 300;
	max-width: 382px;
}
.tex-culture a {
	text-decoration: underline;
}
.tex-culture p:first-child {
	font-size: 1.4rem;
}
#header {
	position: fixed;
	z-index: 100000;
	width: 100%;
	top: 0;
}
.headroom {
	will-change: transform;
	transition: transform 200ms linear;
}
.headroom--pinned {
	transform: translateY(-34px);
}
.headroom--pinned .navbar-basque {
	border-bottom: 2px solid #000 !important;
}
.headroom--unpinned {
	transform: translateY(-100%);
	margin: -5px 0 0 0;
}
.headroom--top {
	transform: translateY(0px);
}
.home .headroom--top .navbar-basque {
	border-bottom: 0 !important;
}
.edukia,
.edukia_market {
	margin: 2rem 0 4rem 0;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.edukia_market {
	margin: 2rem 0 0 0;
}

h1.nombre-artista {
	font-family: 'Atlas Grotesk' !important;
	font-size: 3rem !important;
	font-weight: 700 !important;
	text-transform: none !important;
	margin-bottom: 1.5rem;
}

p.estilo {
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 2px solid #707070;
	padding-top: 1rem;
}

.edukia h1 {
	margin: 1rem 0 3rem 0;
}
.edukia h2 {
	margin-bottom: 1.6rem;
	margin-top: 4rem;
}
.edukia ul li {
	margin-bottom: 2rem;
}
.edukia img {
	width: 100%;
	height: auto !important;
}
.edukia p {
	margin-bottom: 3rem;
	margin-left: 0rem;
}
.edukia a {
	padding: 5px 10px 3px;
	color: #000;
	text-shadow: none;
	position: relative;
}
.edukia a:hover {
	text-decoration: none;
}
.edukia a::before,
.edukia a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}
.edukia a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.edukia a:hover::before,
.edukia a:hover::after,
.edukia a:focus::before,
.edukia a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.edukia a:hover::after,
.edukia a:focus::after {
	top: 0%;
	opacity: 1;
}
.share {
	margin: 0 0 0 0px;
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	text-transform: uppercase;
}
.share p {
	padding: 0;
	margin: 0 0 0 3px !important;
}
.edukia h1,
.edukia_market h1 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 4rem;
	line-height: 4rem;
	text-transform: uppercase;
}
.dropdown-search {
	text-align: right;
}
.dropdown-search .custom-control {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.btn-iconsearch {
	background: #1D1D1B url(/img/search.svg) no-repeat center center;
	width: 51px;
	height: 41px;
	border: 0;
	border-radius: 0;
	margin-top: -5px;
}
.btn-iconsearch:hover {
	background: #1D1D1B url(/img/search.svg) no-repeat center center;
	opacity: 0.7;
}
.btn-delete {
	background: url(/img/delete.svg) no-repeat center center;
	width: 25px;
	height: 25px;
	opacity: 0.5;
	margin-right: 10px;
}
.btn-delete:hover {
	opacity: 1;
}
.dropdown-search .dropdown-toggle {
	background: #1D1D1B url(/img/search.svg) no-repeat center center;
	width: 51px;
	height: 41px;
	border-radius: 0;
	border: 0;
	padding-right: 10px;
}
.dropdown-search .dropdown-toggle::after {
	margin-left: 30px;
}
.dropdown-search .dropdown-menu.show {
	width: 200px;
	position: absolute;
	will-change: transform;
	top: 50px !important;
	left: -100px !important;
	transform: none !important;
	padding: 20px;
}
.clear-mobile {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}
.results {
	margin: 4rem 0 2rem 0;
}
.breadcrumb {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 1.7rem;
	text-transform: uppercase;
	background: none;
	padding-left: 5px;
	margin: -10px 0 0 0;
}
.breadcrumb a:hover {
	color: #000;
}
.btn-web {
	background: #E3E5E3;
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 1.7rem;
	text-transform: uppercase;
	color: #1D1D1B;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-web:hover {
	opacity: 0.7;
}
.data-market,
.data-coproduction {
	position: relative;
	margin-top: 7rem;
	padding-top: 4rem;
}
.data-market:before,
.data-coproduction:before {
	content: '';
	display: block;
	height: 2px;
	width: calc(100% - 30px);
	background: #000;
	margin-top: -4rem;
	margin-left: 15px;
}
.data-market h2 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 3.6rem;
	text-transform: uppercase;
	margin-left: 80px;
	margin-top: 10px;
}
.data-coproduction h2 {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 3.6rem;
	text-transform: uppercase;
	margin-left: 0;
	margin-top: 0px;
}
.number {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 10rem;
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: -17px;
	margin-bottom: 30px;
}
.ul-empresas {
	margin: 0;
	padding: 0;
}
.ul-empresas li {
	list-style: none;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
.ul-empresas li span {
	display: block;
	clear: both;
	font-weight: 300;
	opacity: 0.4;
}
.ul-empresas li a {
	transition: transform .3s ease-out;
	display: inline-block;
}
.ul-empresas li a:hover {
	color: #000;
	text-decoration: none;
	transform: translate(10px, 0px);
}
.film {
	position: relative;
	padding-left: 120px;
	margin-bottom: 4rem;
	margin-top: 1rem;
	transition: transform .3s ease-out;
}
.film:hover {
	transform: translate(10px, 0px);
}
.film img {
	position: absolute;
	left: 0;
	top: -5px;
}
.film h4 {
	font-size: 1.4rem;
}
.film p {
	font-size: 1.4rem;
	opacity: 0.45;
}
.film a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.modal-backdrop {
	background: #fff;
}
.modal-backdrop.show {
	opacity: 1;
	z-index: 10000000;
}
.modal {
	z-index: 10000001;
}
.modal-dialog {
	max-width: 1300px;
	margin: 30px auto 30px auto;
}
.modal-content {
	border: 0;
}
.modal-header {
	border: 0;
}
button.close {
	opacity: 1;
}
button.close span:after {
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	background: url(/img/delete.svg) no-repeat;
	background-size: 27px 27px;
	position: relative;
	top: -30px;
	right: -50px;
}
.goals {
	font-size: 1.4rem;
}
.goals h3 {
	text-transform: uppercase;
	font-size: 1.6rem;
	margin: 10px 0 20px 0;
}
.goals ul {
	margin-left: 2px;
	padding-left: 0;
}
.goals li {
	list-style: none;
	position: relative;
	padding-left: 50px;
	margin-left: 0;
	margin-bottom: 3rem;
}
.goals li:before {
	content: '';
	width: 40px;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	left: 0;
	top: 1.1rem
}
.btn-download {
	background: #E3E5E3;
	font-size: 1.4rem;
	padding: 20px 30px;
	border-radius: 0;
}
.btn-download:hover {
	opacity: 0.7;
}
.btn-download span {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	line-height: 2.2rem;
	text-transform: uppercase;
}
.title-others {
	border-top: 2px solid #000;
	padding: 3rem 0 4rem 0;
	margin: 9rem 0 6rem 0;
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 4rem;
	line-height: 4.2rem;
	text-transform: uppercase;
}
.element {
	text-align: right;
	background: #fff;
	border-top: 1px solid #000;
	margin: -1px 0px 0 0;
}
.btn-clerafilter {
	font-size: 1.6rem;
	line-height: 1.7rem;
	opacity: 0.35;
	padding-right: 35px;
	position: relative;
	margin: -10px 0 0 10px
}
.btn-clerafilter span {
	display: block;
	clear: both;
}
.btn-clerafilter:after {
	position: absolute;
	top: 10px;
	right: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/img/delete.svg);
}
.btn-clerafilter:hover {
	opacity: 1;
}
.form-lateral {
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	/* height: 0;
	width: 0;
	visibility: hidden; */
}
.form-lateral.show {
	position: fixed;
	z-index: 10000000000000000;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0px;
	visibility: visible;
	background: #fff;
	padding: 60px 0 0px 0;
	overflow: auto;
}
.form-lateral.show #accordion .card:last-child {
	margin-bottom: 100px;
}
.form-lateral.show #accordion .card {
	padding: 0 0px 0 20px;
}
.form-lateral.show span.close-layer {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	content: 'Close';
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	text-align: right;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 10000000000000000;
	background: #fff;
	cursor: pointer;
}
.form-lateral.show span.close-layer:before {
	content: 'Close';
	display: inline-block;
	position: absolute;
	right: 45px;
	top: 20px;
}
.form-lateral.show span.close-layer:after {
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	background: url(/img/delete.svg) no-repeat;
	background-size: 27px 27px;
	position: absolute;
	right: 10px;
	top: 20px;
}
.form-lateral.show .element {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: right;
}

.form-lateral .form-group {
	margin-bottom: 3rem;
}

.form-lateral #accordion {
	border-top: 1px solid #282828;
}
.element div {
	margin: auto;
}
.element .btn-search {
	margin-right: 0px;
}
.openfilters {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	text-align: right;
	background: #1D1D1B;
	color: #fff;
	z-index: 10000000000;
	cursor: pointer;
}
.trailer {
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 4rem;
}
.trailer img {
	width: 100%;
	transition: all .4s;
}
.trailer span:after {
	content: '|';
	display: inline-block;
	margin: 0 7px 0 7px
}
.trailer h2 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 11px;
}
.trailer p {
	opacity: 0.4;
}
.trailer a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.trailer .well-img-trailer {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.trailer:hover img {
	width: 100%;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
strong {
	font-weight: bold;
}
.well-pagination {
	font-size: 1.5rem;
	position: relative;
}
.well-pagination:before {
	content: '';
	height: 1px;
	background: #000;
	display: block;
	width: calc(100% - 30px);
	top: 0;
	margin-left: 15px;
}
.well-pagination p {
	margin-top: 8px;
}
.pagination {
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-transform: uppercase;
}
.pagination a {
	color: #ACACAC;
	padding: 10px 15px;
	border: 0;
}
.pagination a:hover {
	background: none;
	color: #1D1D1B;
}
.pagination li a.next,
.pagination li a.previus,
.pagination li.active a {
	color: #1D1D1B;
}
.pagination li a.next:after {
	content: '';
	display: inline-block;
	transform: rotate(-90deg);
	width: 7px;
	height: 4px;
	background: url("/img/arrow.svg") no-repeat 0 0;
	position: relative;
	top: -7px;
	left: 5px;
}
.pagination li a.previus:before {
	content: '';
	display: inline-block;
	transform: rotate(90deg);
	width: 7px;
	height: 4px;
	background: url("/img/arrow.svg") no-repeat 0 0;
	position: relative;
	top: -7px;
	right: 5px;
}
.page-item.active .page-link {
	z-index: 1;
	background-color: #fff;
	border-color: #fff;
	color: #1D1D1B;
	position: relative;
}
.page-item.active .page-link:after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: #ffe325;
	position: absolute;
	left: 0;
	bottom: 3px;
}
.marra-trailer {
	border-bottom: 2px solid #000;
	margin: 2rem 0 2rem 0;
}
.type {
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
}
.type span:after {
	content: '/';
	display: inline-block;
}
.h1trailer {
	font-family: 'Atlas Grotesk' !important;
	font-weight: bold !important;
	font-style: normal !important;
	text-transform: none !important;
	font-size: 3rem !important;
	line-height: 3.5rem !important;
	margin-bottom: 2rem !important;
}
.duration {
	font-size: 2.2rem;
}
.language p {
	font-size: 1.4rem;
	margin: 0;
}
.synopsis {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 300;
}
.company-trailer,
.trailer-info {
	border-top: 1px solid #000;
	margin: 3rem 0 0 0;
	padding: 2rem 0 0 0;
}
.trailer-info {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-bottom: 2rem;
}
.company-trailer p:first-child {
	font-size: 1.1rem;
	font-weight: 300;
}
.company-trailer a {
	font-size: 2rem;
	font-weight: bold;
	text-shadow: none;
	position: relative;
	padding: 10px 0 7px 0;
}
.company-trailer a:hover {
	text-decoration: none;
	color: #000;
}
.company-trailer a::before,
.company-trailer a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.company-trailer a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.company-trailer a:hover::before,
.company-trailer a:hover::after,
.company-trailer a:focus::before,
.company-trailer a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.company-trailer a:hover::after,
.company-trailer a:focus::after {
	top: 0%;
	opacity: 1;
}
.modal-body .breadcrumb,
.modal-body .share {
	display: none;
}
.intro {
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: 300;
}
.logo-company {
	position: relative;
	margin-bottom: 6rem;
}
.logo-company h2 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 11px;
	text-align: center;
	font-family: 'Atlas Grotesk' !important;
	text-transform: none;
}
.logo-company a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.logo-company .well-img-company {
	position: relative;
	width: 100%;
	height: 100px;
}
.logo-company img {
	transition: all .4s;
	width: auto;
	height: auto;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logo-company:hover img {
	-moz-transform: translate(-45%, -50%);
	-webkit-transform: translate(-45%, -50%);
	transform: translate(-45%, -50%);
}
.frame-company {
	background: #fff;
	border: 1px solid #EAEAEA;
	padding: 30px 40px 30px 40px;
	padding-right: 40px;
	-webkit-box-shadow: 37px 50px 52px 11px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 37px 50px 52px 11px rgba(0, 0, 0, 0.18);
	box-shadow: 37px 50px 52px 11px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 1;
	margin-bottom: 3rem !important;
}
ul.logo-oinak {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 5rem;
	height: 150px;
}
ul.logo-oinak li img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 20px;
}
ul.logo-oinak li {
	list-style: none;
	border: 1px solid #5E5E5C;
	width: 94px;
	height: 59px;
	position: absolute;
}
.euskadi {
	right: 0;
}
.jaurlaritza {
	right: 93px;
	top: 58px;
}
.eiken {
	right: 186px;
	top: 116px;
}
.etxepare {
	right: 93px;
	top: 116px;
}
.zineuskadi {
	right: 0px;
	top: 116px;
}
.bg-slide {
	background: #ffe325;
	padding: 80px 0px 0px 0;
	margin-bottom: 84px;
	min-height: 367px;
	position: relative;
	overflow: hidden;
}
.well-intro {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 2000000;
}
.bg-slide h1 {
	text-transform: uppercase;
	font-family: 'Swiss911 UCm BT';
	font-weight: normal;
	font-style: normal;
	font-size: 3rem;
	line-height: 3.5rem;
}
.bg-slide h1 span {
	display: inline-block;
	clear: both;
	background: #ffe325;
	padding: 0px 10px;
	float: left;
}
.well-intro a.btn {
	font-size: 1.6rem;
	border-radius: 0;
	background: #1D1D1B;
	border: 0;
	padding: 15px 30px;
	margin: 15px 0 30px 10px;
	display: inline-block;
	color: #ffe325 !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.well-intro a.btn:hover,
.well-intro a.btn:active,
.well-intro a.btn:focus {
	background: #1D1D1B !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
	color: #ffe325 !important;
	box-shadow: 0 !important;
}
/* hasiera slider */
.untitled {
	position: absolute;
	left: 0px;
	right: 0;
	height: 320px;
	width: 110%;
	margin-bottom: -40px;
	top: 50px;
	-webkit-animation: rotateHue infinite 20s linear;
	animation: rotateHue infinite 20s linear;
	-webkit-animation-delay: 0.625s;
	animation-delay: 0.625s;
	overflow: hidden;
}
/*
@-webkit-keyframes rotateHue {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  20% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  25% {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
  }
  45% {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
  70% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
  75% {
    -webkit-filter: hue-rotate(270deg);
            filter: hue-rotate(270deg);
  }
  95% {
    -webkit-filter: hue-rotate(270deg);
            filter: hue-rotate(270deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes rotateHue {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  20% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  25% {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
  }
  45% {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
  70% {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
  75% {
    -webkit-filter: hue-rotate(270deg);
            filter: hue-rotate(270deg);
  }
  95% {
    -webkit-filter: hue-rotate(270deg);
            filter: hue-rotate(270deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
*/
.untitled__shutters {
	position: absolute;
	height: 150vmax;
	width: 150vmax;
	left: calc(50% - 75vmax);
	top: calc(50% - 75vmax);
	pointer-events: none;
	z-index: 2;
	-webkit-animation: rotateFrame 10s linear infinite;
	animation: rotateFrame 10s linear infinite;
}
@-webkit-keyframes rotateFrame {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes rotateFrame {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
.untitled__shutters:before,
.untitled__shutters:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background-color: #ffe325;
	pointer-events: auto;
}
.untitled__shutters:before {
	bottom: 50%;
	-webkit-animation: openTop 5s infinite;
	animation: openTop 5s infinite;
}
@-webkit-keyframes openTop {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
	}
	40% {
		-webkit-transform: translate3d(-50%, -65vmax, 0);
		transform: translate3d(-50%, -65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	70% {
		-webkit-transform: translate3d(-50%, -65vmax, 0);
		transform: translate3d(-50%, -65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
		animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
}
@keyframes openTop {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
	}
	40% {
		-webkit-transform: translate3d(-50%, -65vmax, 0);
		transform: translate3d(-50%, -65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	70% {
		-webkit-transform: translate3d(-50%, -65vmax, 0);
		transform: translate3d(-50%, -65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
		animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
}
.untitled__shutters:after {
	top: 50%;
	-webkit-animation: openBottom 5s infinite;
	animation: openBottom 5s infinite;
}
@-webkit-keyframes openBottom {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
	}
	40% {
		-webkit-transform: translate3d(-50%, 65vmax, 0);
		transform: translate3d(-50%, 65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	70% {
		-webkit-transform: translate3d(-50%, 65vmax, 0);
		transform: translate3d(-50%, 65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
		animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
}
@keyframes openBottom {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
	}
	40% {
		-webkit-transform: translate3d(-50%, 65vmax, 0);
		transform: translate3d(-50%, 65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	70% {
		-webkit-transform: translate3d(-50%, 65vmax, 0);
		transform: translate3d(-50%, 65vmax, 0);
		animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
		animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
	}
}
.untitled__slides {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffe325;
}
.untitled__slide {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-animation: showHideSlide infinite 20s steps(1);
	animation: showHideSlide infinite 20s steps(1);
}
@-webkit-keyframes showHideSlide {
	0% {
		opacity: 1;
		pointer-events: auto;
		z-index: 1;
	}
	25% {
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
	100% {
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
}
@keyframes showHideSlide {
	0% {
		opacity: 1;
		pointer-events: auto;
		z-index: 1;
	}
	25% {
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
	100% {
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
}
.untitled__slide:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.untitled__slide:nth-child(1) .untitled__slideBg {}
.untitled__slide:nth-child(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.untitled__slide:nth-child(2) .untitled__slideBg {}
.untitled__slide:nth-child(3) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}
.untitled__slide:nth-child(3) .untitled__slideBg {}
.untitled__slide:nth-child(4) {
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}
.untitled__slide:nth-child(4) .untitled__slideBg {}
.untitled__slideBg {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffe325;
	/*background-blend-mode: hard-light;*/
	opacity: 1;
	z-index: -1;
	-webkit-animation: bgInOut 5s infinite;
	animation: bgInOut 5s infinite;
}
.untitled__slideBg img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@-webkit-keyframes bgInOut {
	0% {
		-webkit-transform: rotate(-45deg) scale(1.1);
		transform: rotate(-45deg) scale(1.1);
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	33% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	66% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
		animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
	}
	100% {
		-webkit-transform: rotate(45deg) scale(0.9);
		transform: rotate(45deg) scale(0.9);
	}
}
@keyframes bgInOut {
	0% {
		-webkit-transform: rotate(-45deg) scale(1.1);
		transform: rotate(-45deg) scale(1.1);
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	33% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	66% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
		animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
	}
	100% {
		-webkit-transform: rotate(45deg) scale(0.9);
		transform: rotate(45deg) scale(0.9);
	}
}
/* bukaera slider */
#contacto a:hover {
	color: #000;
	text-decoration: none;
}
.contact-into {
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
	margin: 3rem 0 6rem 0;
}
#contacto a:hover {
	color: #000;
	text-decoration: none;
}
.contact-into {
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
	margin: 3rem 0 6rem 0;
}
#contacto label {
	font-size: 1.4rem;
	margin: 1rem 0 0rem 0;
}
#contacto .form-control {
	border: 1px solid #000;
	padding: 22px 15px 20px 15px !important;
	font-size: 1.5rem;
	border-radius: 3px 3px 3px 3px;
	color: #000;
}
#contacto textarea.form-control {
	padding: 12px 15px 20px 15px !important;
}
#contacto .custom-checkbox {
	margin-left: 5px;
}
#contacto .custom-checkbox label {
	font-size: 1.5rem !important;
}
#contacto .btn-formulario {
	font-size: 1.6rem;
	border-radius: 0;
	background: #1D1D1B;
	border: 0;
	padding: 15px 30px;
	margin: 15px 0 30px 10px;
	display: inline-block;
	color: #fff !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
#contacto .btn-formulario:hover,
#contacto .btn-formulario:active,
#contacto .btn-formulario:focus {
	background: #1D1D1B !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
	color: #fff !important;
	box-shadow: 0 !important;
}
.tabakalera {
	width: 100%;
	margin: 2rem 0 0rem 0rem;
}
.contact-emailphone {
	padding: 2rem 2rem 0 0rem;
}
.contact-helbidea {
	padding: 1rem 1rem 0 0rem;
}
.contact-helbidea a {
	font-size: 1.2rem;
	font-weight: 700;
	margin: -5px 0 0 0;
}
.contact-helbidea a:hover {
	color: #000;
}
.contact-social {
	margin-left: 0rem;
}
.contact-social li {
	margin-right: 20px !important;
}
.well-info {
	background: #ffe325;
	margin: 4rem 0 4rem 0;
	padding: 7rem 3rem 7rem 3rem;
	text-align: center;
}
.well-info a {
	font-weight: bold;
	text-decoration: underline;
}
.well-info a:hover {
	color: #000;
	text-decoration: none;
}
html {
	scroll-behavior: smooth;
}
.dos-columnas {
	column-count: 2;
	column-gap: 1rem;
	padding-top: 1rem;
}
.downloads {
	margin-top: 2rem;
	text-align: center;
	display: block;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
@media (min-width: 576px) {

	.downloads {
		text-align: right;
	}

	.card-deck-market {
		display: block;
		text-align: center;
	}

	.card-deck-artists {

	}

	.card-deck-artists .card {
		flex: 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}

	.card-deck-artists.card-deck-artists-page .card {
		flex: 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}



	.card-deck-artists .figure {
		height: 150px;
	}
	
	.card-deck-artists a img {
		height: 150px;
	}

}
@media (min-width: 768px) {


	.card-deck-artists .figure {
		height: 207px;
	}
	
	.card-deck-artists a img {
		height: 207px;
	}


	.card-deck-market {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		justify-content: space-between !important;
		margin-left: 0;
		flex-flow: row wrap;
	}
	
	.card-deck-market .card {
		border: 0 !important;
		flex: 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin-bottom: 15rem;
	}
	.card-deck-market .card:nth-child(odd) .market {
		margin-right: 1.5rem;
	}

	.card-deck-market .card:nth-child(even) .market {
		margin-left: 1.5rem;
	}

	h1.h1-coproduction {
		font-size: 5rem;
		font-size: 4.4rem;
		max-width: 370px;
		padding-left: 2rem;
	}
	.data-coproduction h2 {
		margin-left: 2rem;
		position: sticky;
		top: 2rem;
	}
	.tabakalera {
		margin: 2rem 0 0rem 0.5rem;
	}
	.contact-emailphone {
		padding: 2rem 2rem 0 4rem;
	}
	.contact-helbidea {
		padding: 1rem 1rem 0 4rem;
	}
	.contact-social {
		margin-left: 4rem;
	}
	.bg-slide {
		background: #ffe325;
		padding: 80px 0px 40px 0;
		margin-bottom: 84px;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.well-intro {
		position: absolute;
		top: 100px;
		left: 0;
		z-index: 2000;
	}
	.bg-slide h1 span {
		display: inline-block;
		clear: both;
		background: #ffe325;
		padding: 5px 10px;
		float: left;
	}
	/* hasiera slider */
	.untitled {
		position: absolute;
		left: 270px;
		right: 0;
		top: 0;
		height: calc(100vh - 160px);
		width: 140%;
		-webkit-animation: rotateHue infinite 20s linear;
		animation: rotateHue infinite 20s linear;
		-webkit-animation-delay: 0.625s;
		animation-delay: 0.625s;
		overflow: hidden;
	}
	ul.logo-oinak li {
		list-style: none;
		border: 1px solid #5E5E5C;
		width: 185px;
		height: 117px;
		position: absolute;
	}
	ul.logo-oinak li:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	.euskadi {
		right: 0;
	}
	.jaurlaritza {
		right: 184px;
		top: 116px;
	}
	.eiken {
		right: 368px;
		top: 232px;
	}
	.etxepare {
		right: 184px;
		top: 232px;
	}
	.zineuskadi {
		right: 0px;
		top: 232px;
	}
	.company-trailer {
		margin-bottom: 5rem;
	}
	.openfilters {
		display: none;
	}
	.btn-clerafilter {
		margin: 0px 0 0 10px
	}
	.form-lateral {
		position: sticky;
		top: 20px;
		height: auto;
		width: 100%;
		visibility: visible;
		margin-bottom: 3rem;
	}
	.element .btn-search {
		margin-right: -60px;
		margin-right: 0px;
	}
	.element[data-emergence=hidden] {
		position: relative;
		bottom: 0;
	}
	.element[data-emergence=visible] {
		position: sticky;
		bottom: 0;
	}
	.market-accordion {
		margin-right: 4rem;
	}
	.number {
		font-size: 20rem;
		margin-left: 200px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.data-market h2 {
		margin-left: 30px;
		margin-top: 10px;
	}
	.market-see {
		margin-top: 0rem;
	}
	.market-see .frame-market {
		max-width: 100%;
		margin-right: 0;
		padding-right: 480px;
		min-height: 426px;
	}
	.well-kartela-see {
		position: absolute;
		z-index: 2;
		max-width: 525px;
		top: 0px;
		right: 0px;
		overflow: hidden;
		border: 0;
	}
	.btn-web {
		position: absolute;
		right: 470px;
		z-index: 3;
		bottom: 40px;
	}
	.btn-web-company {
		margin: 2rem 0 0 0;
		font-size: 2rem;
		position: static;
	}
	.gototheweb  {
		border-bottom: 1px solid #707070;
		padding-bottom: 4rem;
		margin-bottom: 3rem;
	}
	.breadcrumb {
		font-size: 2rem;
	}
	.edukia_market h1 {
		font-size: 4.8rem;
		line-height: 4.8rem;
		margin-top: 0;
		padding-top: 0;
	}
	h2.producciones {
		margin: 38px 0 20px 0;
	}
	.edukia,
	.edukia_market {
		margin: 4.5rem 0 7rem 0;
		font-weight: 300;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}

	.edukia_market {
		margin: 4.5rem 0 0 0;
	}

	.edukia .col-md-6:last-child p {
		margin-left: 1.5rem;
	}
	body {
		padding-top: 123px;
	}

	.compartir .btn-web {
		position: static;
		font-size: 2rem;
		padding: 1rem 2rem;
		display: inline-block !important;
	}
	.compartir .btn-web span {
		font-size: 1.4rem;
		margin-left: 1.5rem;
		font-family: 'Atlas Grotesk';
		text-transform: none;
	}

	.headroom--pinned {
		transform: translateY(-43px);
	}
	.headroom--unpinned {
		transform: translateY(-100%);
		margin: -5px 0 0 0;
	}
	.headroom--top {
		transform: translateY(0px);
	}
	.well-logooina {
		padding: 20px 0 0 0;
		margin: 4rem 0 8rem 0;
	}
	.well-logooina img {
		height: 42px;
	}
	.tex-culture {
		display: block;
		margin-top: 0;
	}
	#footer {
		padding: 10rem 0 10rem 0;
	}
	.logo-pie {
		height: 68px;
	}
	.writeus,
	.emailphone {
		display: inline-block;
		margin: 0px 20px -15px 0;
	}
	.writeus {
		position: relative;
		top: -8px;
	}
	.phone {
		pointer-events: none;
	}
	.legal li,
	.legal li a {
		display: block;
		clear: both;
		text-align: right;
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 1.4rem;
	}
	.legal .list-inline-item:not(:last-child) {
		margin-right: 0;
	}
	.list-social {
		text-align: right;
	}
	.list-social li a {
		margin-right: 0px;
		margin-left: 20px;
	}
	.check-newsletter label {
		font-size: 1.6rem !important;
	}
	.bg-newsletter h2 {
		font-size: 4.8rem;
		line-height: 4.8rem;
	}
	.well-directory .entradilla {
		font-size: 2.4rem;
		font-weight: 300;
	}
	.well-directory h2 {
		font-size: 4.8rem;
		line-height: 4.8rem;
	}
	.well-home-markets {
		margin-bottom: 15rem;
	}
	.market figcaption {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.market figcaption span {
		font-size: 1.4rem;
	}
	.well-img {
		height: 245px;
	}
	.market .tipo {
		font-size: 1rem;
	}
	.well-home-markets h3 {
		font-size: 4.2rem;
	}
	.bg-slide h1 {
		font-size: 6rem;
		line-height: 5.6rem;
	}
	.h2markets {
		font-size: 4.8rem;
		margin-bottom: 8rem;
	}
	.marra-top {
		margin-bottom: 13px;
	}
	.navbar-basque .navbar-collapse {
		background: #fff;
		margin: 0px -15px 0px -15px;
		padding-right: 15px;
		width: calc(100% + 30px) !important;
	}
	.navbar-basque .navbar-toggler {
		border: 0 !important;
		position: relative;
		top: 10px;
	}
	.navbar-basque .dropdown-toggle::after {
		display: none !important;
	}
	.navbar-basque .navbar-nav {
		margin-top: 80px;
		margin-bottom: 0px;
	}
	.navbar-brand img:hover {
		opacity: 0.7;
	}
	.navbar-basque .navbar-nav .active .nav-link {
		position: relative;
	}
	.navbar-basque .navbar-nav .nav-link:after {
		content: '';
		display: block;
		width: 0;
		height: 4px;
		background: #ffe325;
		transition: width .3s;
		position: relative;
		bottom: 4px;
	}
	.navbar-basque .navbar-nav .nav-link:hover::after,
	.navbar-basque .navbar-nav .active .nav-link:after {
		width: 100%;
		transition: width .3s;
	}
	.navbar-basque .navbar-nav .dropdown-menu {
		border: 0;
		border-radius: 0;
		margin: -20px 0 30px 20px;
		font-size: 2rem;
		background-clip: initial;
		-webkit-box-shadow: 0px 35px 52px 11px rgba(0, 0, 0, 0.18);
		-moz-box-shadow: 0px 35px 52px 11px rgba(0, 0, 0, 0.18);
		box-shadow: 0px 35px 52px 11px rgba(0, 0, 0, 0.18);
		width: 368px;
		padding: 0;
	}
	.navbar-basque .navbar-nav .dropdown-menu li {
		display: inline-block;
		width: 182px;
		height: 164px;
		position: relative;
	}
	.navbar-basque .navbar-nav .dropdown-menu a {
		padding: 10px 15px 10px 15px;
		height: 173px;
		width: 100%;
		font-size: 3rem;
		line-height: 3rem;
		text-align: center;
		text-transform: none;
		position: relative;
	}
	.navbar-basque .navbar-nav .dropdown-menu a:hover {
		background: none;
	}
	.navbar-basque .navbar-nav .dropdown-menu li:last-child a {
		background: #ffe325;
	}
	.navbar-basque .navbar-nav .dropdown-menu a span {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.navbar-basque .navbar-nav .dropdown-menu a span span {
		position: relative;
		display: block;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.navbar-basque .navbar-nav .dropdown-menu a:hover span {
		opacity: 0.7;
	}
	.navbar-basque .navbar-nav .nav-link {
		color: #1D1D1B !important;
		padding: 0;
		margin: 0px 0 0 30px;
		margin: 0px 0 20px 30px;
	}
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

@media (min-width: 992px) {

	.card-deck-artists .card {
		flex: 1 calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
		margin-bottom: 4rem;
	}

	.card-deck-artists.card-deck-artists-page .card {
		flex: 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin-bottom: 4rem;
	}

	.card-deck-market .card:nth-child(odd) .market {
		margin-right: 2.5rem;
	}

	.card-deck-market .card:nth-child(even) .market {
		margin-left: 2.5rem;
	}

	.btn-clerafilter {
		margin: -10px 0 0 10px
	}
	body {
		padding-top: 185px;
	}
	.headroom--pinned {
		transform: translateY(-56px);
	}
	.headroom--unpinned {
		transform: translateY(-100%);
		margin: -5px 0 0 0;
	}
	.headroom--top {
		transform: translateY(0px);
	}
	.navbar-basque {
		margin: -6px 0 0px 0;
		padding-bottom: 0;
	}
	.navbar-brand img {
		height: 83px;
	}
	.logos-top img {
		height: 34px;
		position: relative;
		z-index: 10;
	}
	.accordion-home .collapse:not(.show) {
		display: block !important;
	}
	#accordion.accordion-home .card-header button[aria-expanded="false"]:after,
	#accordion.accordion-home .card-header button[aria-expanded="true"]:after {
		display: none !important;
	}
	#accordion.accordion-home {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-between; */
	}
	#accordion.accordion-home .card {
		border: 0;
		/* flex: 0 1 33.333333%; */
		flex: 1
	}
}
@media (min-width: 1025px) {}
@media (min-width: 1200px) {
	.artists {
		padding: 4rem 5rem;
	}
	.form-lateral {
		width: calc(100% - 30px);
	}
	.element .btn-search {
		margin-right: -60px;
	}
	.clear-mobile {
		display: none;
	}
	.dropdown-search .form-row {
		text-align: right;
	}
	.dropdown-search .col-auto {
		display: inline-block;
	}
	.dropdown-search .dropdown-menu {
		display: block;
		position: relative;
		float: none;
		text-align: right;
		border: 0;
	}
	.dropdown-search button.dropdown-toggle {
		display: none;
	}
	.navbar-basque {
		font-size: 2.6rem;
	}
	.well-home-markets h3 {
		padding-bottom: 0px;
	}
	.all-market {
		position: absolute;
		max-width: 137px;
		top: auto;
	}
}
@media (max-width: 767px) {
	table.table {
		border: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
		clear: both;
	}
	table.table caption {
		display: block;
	}
	table.table thead {
		display: none;
	}
	table.table tbody,
	table.table tfoot,
	table.table tr,
	table.table th,
	table.table td {
		display: block;
		padding: 0;
		text-align: left !important;
		white-space: normal;
		border: none !important;
	}
	table.table tr {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	table.table th[data-title]:before,
	table.table td[data-title]:before {
		content: attr(data-title) ":\00A0";
		font-weight: 700;
	}
	table.table th:not([data-title]) {
		font-weight: bold;
	}
	table.table td:empty {
		display: none;
	}
}