/* 
==================================================================
Theme Name: Candehu
Author: Neobrand
Author URI: https://neobrand.com
==================================================================
*/

/* Loading */


#preloader {
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
}

/* Fin loading*/

body,
input,
textarea,
select,
option,
p,
a {
	font-family: 'Nunito Sans', sans-serif;
	color: #333333;
	font-weight: normal;
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 15px 0;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	float: left;
	position: relative;
	background-color: #f9f9f9;
}

p {
	hyphens: auto;
	font-size: 18px;
	margin: 0 0 30px;
	color: #7e7e7e;
	line-height: 30px;
}

a {
	color: #b3b3b3;
	transition: all 0.2s ease;
}

a:hover {
	color: #000000;
}

a,
a img,
a i {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a img:hover,
a i:hover {
	opacity: 0.5;
}

iframe,
object,
embed {
	width: 100%;
	margin-bottom: 20px;
}

hr {
	border: none;
	display: block;
	width: 100%;
	margin: 25px 0;
	height: 5px;
	background-color: #f9f9f9;
	float: none;
}

.contenido {
	display: inline-block;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	font-size: 16px;
	margin: 0 0 30px;
	color: #7e7e7e;
	line-height: 30px;
}

.contenido ul {
	padding-left: 15px;
}

.contenido li {
	list-style-position: outside;
    hyphens: auto;
    font-size: 18px;
    margin: 0 0 30px;
    color: #7e7e7e;
    line-height: 30px;
}

.contenido h3 {
	font-size: 24px;
}

.contenido .embed-container {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	width: 100%;
	margin-bottom: 25px;
}

.contenido .embed-container iframe,
.contenido .embed-container object,
.contenido .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.w30 {
	width: 30%;
}

.w50 {
	width: 50%;
}

.w70 {
	width: 70%;
}

.w100 {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.boton,
.button,
.wp-block-button__link,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	border: 2px solid #000;
	background-color: #fff;
	color: #000;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 5px;
	width: auto;
}

.boton:hover,
.button:hover,
.wp-block-button__link:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #000;
	cursor: pointer;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	float: none;
	margin: 20px auto;
	display: block;
}

/* Contacto */

input,
select,
textarea {
	float: left;
	padding: 10px 15px;
	min-height: 40px;
	font-family: 'Nunito Sans', sans-serif;
	color: #757575;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	float: left;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	float: left;
	line-height: 24px;
}

.wpcf7-form > p {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

#content .wpcf7-submit {
	width: fit-content;
	justify-self: flex-end;
	margin-bottom: 0;
}

#content .acceptance-div,
#content .acceptance-div p {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#content .acceptance-div p > span {
	display: flex;
	align-items: center;
}

#content .acceptance-div [data-name="acceptance"] {
	position: absolute;
}

#content .acceptance-div .wpcf7-spinner {
	position: absolute;
	left: 50%;
}

#content .wpcf7-form .accept {
	top: auto;
}

#content .wpcf7-form [data-name="mensaje"] textarea {
	height: 100px;
}

input.mailpoet_checkbox,
input.input-checkbox {
	width: auto;
	display: block;
	margin: 4px;
	min-height: 0;
}

#mailpoet .centrar {
	max-width: 700px;
}

.mailpoet_submit {
	float: right;
}

.mailpoet_paragraph {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border-color: #000000;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
	border-color: red;
}

.wpcf7-form input[type=submit]:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	filter: grayscale(100%);
}

.wpcf7-form input[type=submit]:disabled:hover {
	letter-spacing: 1px;
}

.wpcf7-form .accept {
	content: '';
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	margin-right: 10px;
	border: 2px solid #efefef;
	transition: all 280ms ease;
	cursor: pointer;
	float: left;
	position: relative;
	top: 4px;
}

.wpcf7-form .accept:hover {
	border-color: #c3c3c3;
}

.wpcf7-form .accept.active {
	border-color: #000000;
}

.wpcf7-form .accept::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000000;
	opacity: 0;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	top: 2px;
	left: 2px;
}

.wpcf7-form .accept.active::after {
	transform: scale(1);
	opacity: 1;
}

.wpcf7-form input[type=checkbox] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.wpcf7-form .text {
	float: left;
}

.wpcf7-form .wpcf7-response-output {
	width: 100%;
	padding: 10px 0;
	margin: 10px 0 0;
	border: 0;
	text-align: center;
	border-top: 2px solid red;
	float: left;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	border-top: 2px solid #35ce9d;
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form div.wpcf7 .ajax-loader {
	width: 100%;
	height: 100%;
	border: 2px solid #c3c3c3;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	position: absolute;
	top: 0;
	left: -4px;
}

/* Fin contacto*/

iframe,
object,
embed {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

/* Estructura */

#content {
	width: 100%;
	float: right;
	position: relative;
	margin-top: 80px;
}

.centrar {
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

/* Header */

header {
	float: left;
	width: 100%;
	z-index: 9;
	background-color: rgb(255 255 255 / 95%);
	height: 80px;
	position: fixed;
	top: 0;
	transition: all 0.5s ease;
}

.nav-up {
	top: -80px;
}

header a#logo {
	float: left;
	width: 100%;
	max-width: 200px;
	margin: 0;
	padding: 26px 30px;
}

header a#logo img {
	float: left;
	width: 100%;
	height: auto;
	color: #000000;
	max-width: none;
}

.menu-principal-container {
	float: left;
}

#miRs {
	float: right;
	padding-right: 20px;
	margin-top: -5px;
}

#miRs a {
	font-size: 17px;
}

header nav {
	padding-top: 29px;
}

header nav li {
	list-style: none;
	display: inline-block;
}

header nav li a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 00;
	margin-right: 20px;
	font-family: 'Oswald', sans-serif;
}

header nav li.current-menu-item a {
	border-bottom: 2px solid #333333;
}

/* Formulario mailpoet*/

p.mailpoet_paragraph {
	float: left;
	width: 100%;
}

p.mailpoet_paragraph .mailpoet_text_label {
	float: left;
	width: 200px;
}

p.mailpoet_paragraph .mailpoet_checkbox_label {
	float: left;
	width: 100%;
}

p.mailpoet_paragraph .mailpoet_checkbox_label input {
	height: auto;
	float: left;
	display: inline-block;
	margin-right: 10px;
	min-height: auto;
	margin-top: 5px;
}

/* Menu */

.mobile-menu {
	padding: 12px 0;
	display: none;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	position: absolute;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	float: left;
	width: auto;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	right: 20px;
	top: 8px;
}

.mobile-menu-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative
}

.mobile-menu-inner {
	display: block;
	top: 50%;
	margin-top: -2px
}

.mobile-menu-inner,
.mobile-menu-inner::before,
.mobile-menu-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease
}

.mobile-menu-inner::before,
.mobile-menu-inner::after {
	content: "";
	display: block
}

.mobile-menu-inner::before {
	top: -10px
}

.mobile-menu-inner::after {
	bottom: -10px
}

.mobile-menu--spin-r .mobile-menu-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.mobile-menu--spin-r .mobile-menu-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.mobile-menu--spin-r .mobile-menu-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.mobile-menu--spin-r.open .mobile-menu-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.mobile-menu--spin-r.open .mobile-menu-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.mobile-menu--spin-r.open .mobile-menu-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/* Secciones */

section {
	position: relative;
	padding: 50px;
	float: left;
	width: 100%;
}

.tituloSeccion.cabecera {
	padding: 50px;
}

.tituloSeccion.cabecera h1 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 700;
}

section .tituloSeccion {
	float: left;
	width: 100%;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
}

section.p0 {
	padding: 0;
}

section.interior {
	background-color: #ffffff;
}

.tituloSeccion p {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.tituloSeccion h1,
section h1 {
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 0;
}
section h3 {
	font-size: 22px;
}

.tituloSeccion h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0;
}

section#inicio {
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
}

#productions-slider {
	width: 100%;
	height: 100%;
}

#productions-slider figure,
#productions-slider figure img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}

#productions-slider figure::after {
	content: '';
	background: linear-gradient(to top, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 50%) 35%, transparent 70%);
	position: absolute;
	inset: 0;
}

#productions-slider figure.mobile {
	display: none;
}

#productions-slider .swiper-slide .boton {
	padding: 10px 20px;
	font-size: 24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	bottom: 170px;
	background: transparent;
	border-color: white;
	color: white;
	transition: all 320ms ease;
}

#productions-slider .swiper-slide-active .boton {
	opacity: 1;
	bottom: 150px;
	transition-delay: 850ms;
}

#productions-slider .swiper-slide .absolute:hover {
	background-color: white;
	color: black;
}

#productions-slider .slider-pagination {
	height: 80px;
/* 	background-color: rgb(255 255 255 / 95%); */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding-left: 30px;
	padding-right: 30px;
}

#productions-slider .slider-pagination .swiper-pagination-bullet {
	width: 100%;
	height: auto;
	border-radius: 0;
	padding-bottom: 10px;
	margin: 0;
	opacity: 1;
	background-color: transparent;
	font-size: 16px;
	display: flex;
	justify-content: center;
	font-weight: 700;
	color: white;
	position: relative;
	transition: all 320ms ease;
}

#productions-slider .slider-pagination .swiper-pagination-bullet {
	width: fit-content;
}

#productions-slider .slider-pagination .swiper-pagination-bullet::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: currentcolor;
	transition: all 280ms ease;
	opacity: 0.25;
	position: absolute;
	bottom: 0;
	left: 0;
}

#productions-slider .slider-pagination .swiper-pagination-bullet-active::after {
	height: 3px;
	opacity: 1;
}

#productions-slider .slider-pagination .swiper-pagination-bullet span {
	width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.25;
	transform: translateY(5px);
	transition: all 560ms ease;
	text-align: center;
	font-size: 12px;
}

#productions-slider .slider-pagination .swiper-pagination-bullet-active span {
	opacity: 1;
	transform: translateY(0);
	font-size: 16px;
	letter-spacing: 1px;
}

section#inicio > div h2,
section#inicio > div h2 a {
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

section#inicio > div h2 a {
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all 560ms ease;
}

section#inicio > div:hover h2 a {
	transform: scale(1.5);
}

section#inicio > div .slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

section#inicio > div .slider .item {
	width: 100%;
	float: left;
}

section#inicio > div .slider figure {
	width: 100%;
	margin-bottom: 0;
	position: static;
	float: left;
}

section#inicio > div .slider figure.esc {
	height: 100vh;
	display: block;
}

section#inicio > div .slider figure.mov {
	display: none;
}

section#inicio > div .slider figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

section#inicio #slider {
	float: left;
	width: 100%;
	height: 100vh;
	background-color: #000000;
}

section#inicio #slider .item {
	position: relative;
	float: left;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center
}

section#inicio #slider .fondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

section#inicio #slider .fondo-movil {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

section#inicio #slider .texto {
	z-index: 2;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 50px;
	margin-top: 80px;
}

section#inicio #slider .text h2 {
	color: #fff;
	font-size: 38px;
	display: block;
	margin: 0;
}

section#inicio #slider .sub-text {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	display: block;
	margin: 0;
}

section#intro {
	width: 100%;
	padding-block: 120px;
	background-color: #fff;
	align-items: center;
	display: flex;
	float: left;
}

section#intro .contenido,
section#intro .wp-block-columns,
section#intro .wp-block-image {
	margin-bottom: 0;
}

section.interior .wp-block-columns,
section#intro .wp-block-columns {
	gap: 60px;
	align-items: center !important;
	display: flex;
}

section#intro .wp-block-columns .wp-block-column {
	width: 50%;
	margin: 0;
	flex-basis: auto;
	flex-grow: unset;
	float: left;
}

section#intro .wp-block-columns > div:first-child {
	padding-right: 25px;
}

section#intro .wp-block-columns > div:last-child {
	padding-left: 25px;
}

section.interior .wp-block-columns.about-columns {
	align-items: stretch !important;
} 

section.interior .wp-block-columns.about-columns .wp-block-column {
	position: relative;
}

section.interior .wp-block-columns.about-columns .wp-block-buttons {
	position: sticky;
	top: 80px;
}

section.interior .wp-block-columns.about-columns .wp-block-button {
	width: 100%;
}

section.interior .wp-block-columns.about-columns .wp-block-button__link {
	width: 100%;
	font-size: 24px;
	aspect-ratio: 5 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border: 0;
}

.owl-dots {
	position: absolute;
	right: 20px;
	top: 50%;
}

.owl-dots .owl-dot {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #ffffff;
	border: 2px solid #000000;
	margin: 8px 0;
}

.owl-dots .owl-dot.active {
	background-color: #000000;
	border: 2px solid #ffffff;
}

.events {
	width: 100%;
	padding-block: 120px;
	margin-top: 100vh;
	background-color: #fff;
	overflow: visible;
}

#history-events.events {
	margin-top: 0;
	background-color: #f9f9f9;
}

.events .grid {
	width: 100%;
	margin-bottom: -30px;
}

.events .centrar {
	max-width: 1280px;
}

.events .centrar > h3 {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
}

.events article {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.events article figure {
	max-height: 420px;
	margin-bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #eaeaea;
}

.events article figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.events article.past figure img {
	filter: sepia(1);
}

.events article figure a,
.events article figure .sold-out {
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	display: flex;
	gap: 10px;
	align-items: center;
	line-height: 1;
	padding: 10px 15px;
	border-radius: 3px;
	z-index: 3;
}

.events article figure a i {
	transform: translateY(-0.5px);
}

.events article figure .sold-out {
	background-color: #f44336;
}

.events article .date {
	display: flex;
	flex-direction: column;
}

.events article .info {
	height: 90px;
	display: flex;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-top: 0;
}

.events article .date {
	width: 90px;
	height: 90px;
	aspect-ratio: 1 / 1;
	margin-left: -1px;
}

.events article .date span:first-child {
	padding: 5px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.events article .date span:last-child {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	border-right: 1px solid #eaeaea;
}

.events article .title {
	width: 100%;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.events article .title h3 {
	width: 100%;
	margin: 0;
	font-size: 24px;
}

.events article .title span {
	color: #aaa;
	font-weight: 300;
	font-size: 16px;
}

.events article .footer {
	width: 100%;
	border: 1px solid #eaeaea;
	border-top: 0;
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
}

.events article .footer > span {
	width: fit-content;
	padding: 10px 20px;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.events article .location {
	width: 100%;
	color: #aaa;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 5px;
}

.events article .location::after {
	content: '';
	width: 40px;
	height: 100%;
	background: linear-gradient(to right,transparent 20%,white 80%);
	position: absolute;
	top: 0;
	right: 0;
}

.events article .footer i {
	transform: translateY(-1px);
}

.events article .past-date {
	width: 100%;
	padding: 10px;
	border-right: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #aaa;
}

.events .view-all {
	margin-top: 50px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
} 

/* Artistas */

#artistas {
	width: 100%;
	margin-bottom: -20px;
}

#artistas .cabecera_contenido {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	float: left;
}

#artistas .texto {
	width: calc((100% / 3) * 2 - 7px);
	float: left;
}

#artistas .cabecera_contenido .social {
	width: calc((100% / 3) - 7px);
	padding-left: 20px;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

#artistas .cabecera_contenido .social a {
	font-size: 24px;
	margin-left: 10px;
}

#artistas .cabecera_contenido .social a:first-child {
	margin-left: 0;
}

#artistas .artista {
	float: left;
	width: calc(100% / 3 - 40px / 3);
	height: 400px;
	position: relative;
	background-color: #000000;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}

#artistas .artista:nth-child(3n+2) {
	margin-left: 20px;
	margin-right: 20px;
}

#artistas .artista .fondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 1;
	background-position: center;
	background-size: cover;
	transition: all 1s ease;
}

#artistas .artista:hover .fondo {
	transform: scale(1.1);
}

#artistas .artista > a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#artistas .artista h2,
#artistas .artista h3 {
	position: relative;
	margin: 0;
	font-size: 30px;
	z-index: 3;
	color: #fff;
	font-weight: lighter;
}

#artistas .artista h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

#artista .left {
	padding-right: 25px;
}

#artista .right {
	padding-left: 25px;
}

ul.enlaces {
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 25px;
	float: left;
	width: 100%;
}

ul.enlaces li {
	list-style: none;
	float: left;
}

ul.enlaces a {
	float: left;
	padding: 5px 8px;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000;
}

ul.enlaces a:hover {
	background-color: #000;
	color: #fff;
}

ul.enlaces li i {
	font-size: 16px;
	line-height: 24px;
	float: left;
	margin-right: 8px;
}

/* Agenda */

section#conciertos.inicio {
	background-color: #fff;
	margin-top: 100vh;
	padding: 100px 50px;
}

.filtro {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.filtro a {
	margin-right: 5px;
	margin-bottom: 5px;
}

.filtro a.active {
	background-color: #000000;
	color: #ffffff;
}

#agenda-carousel {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	position: relative;
}

#agenda-carousel li {
	list-style: none;
	float: left;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .08);
	padding: 15px 25px;
	position: relative;
}

#agenda-carousel li .artista h2 {
	margin: 0;
}

#agenda-carousel li .artista h2 a {
	font-size: 26px;
}

#agenda-carousel li .lugar h2,
#agenda-carousel li .lugar h3,
#agenda-carousel li .lugar h4 {
	margin-bottom: 0;
	font-size: 16px;
}

#agenda-carousel li a.entradas {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
}

#agenda-carousel.owl-carousel .owl-nav .owl-next,
#agenda-carousel.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 20px);
	font-size: 28px;
	color: #b3b3b3;
	transition: all 0.2s ease;
}

#agenda-carousel.owl-carousel .owl-nav .owl-next:hover,
#agenda-carousel.owl-carousel .owl-nav .owl-prev:hover {
	color: #000000;
}

#agenda-carousel.owl-carousel .owl-nav .owl-prev {
	left: -40px;
}

#agenda-carousel.owl-carousel .owl-nav .owl-next {
	right: -40px;
}

#agenda {
	width: 100%;
	background-color: #fff;
	float: left;
}

#agenda.interior {
	padding: 50px 0;
}

#agenda > li {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	padding: 30px 0;
	list-style: none;
}

#agenda li:last-child {
	border-bottom: none;
}

#agenda li > div {
	float: left;
	padding-top: 7px;
}

#agenda li > div.fecha {
	width: 10%;
}

#agenda li > div.artista {
	width: 30%;
}

#agenda li > div.lugar {
	width: 50%;
}

#agenda li > div.botones {
	width: 10%;
	float: right;
}

#agenda li > .entradas i {
	font-size: 32px;
}

#agenda .boton {
	margin-bottom: 0;
}

#agenda h2 {
	font-size: 24px;
}

#agenda h2 a {
	border-bottom: 2px solid #333333;
}

#agenda .botones {
	text-align: right;
	padding-top: 0;
}

.agenda {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.agenda article {
	width: 100%;
	display: flex;
	align-items: stretch;
	border: 1px solid #eaeaea;
}

.agenda article.past {
	grid-template-columns: 140px 1fr;
}

.agenda article .data > * {
	width: 100%;
}

.agenda article figure {
	min-width: 100px;
	max-width: 100px;
	height: 100px;
	aspect-ratio: 1 / 1;
	margin-bottom: 0;
	margin-right: 30px;
	display: none;
}

.agenda article.past figure {
	min-width: 140px;
	height: 140px;
	display: flex;
}

.agenda article figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.agenda article.past figure img {
	filter: sepia(1);
}

.agenda article .date {
	min-width: 100px;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #eaeaea;
}

.agenda article.past .date {
	border-right: 0;
}

.agenda article .date span:first-child {
	padding: 5px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.agenda article .date span:last-child {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
}

.agenda article h3 {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	padding-inline: 30px;
}

.agenda article h3 a {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	font-family: 'Oswald', sans-serif;
}

.agenda article .location {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #aaa;
}

.agenda article .actions {
	width: fit-content;
	padding-inline: 30px;
}

.agenda .data {
	width: 100%;
	height: 100%;
	padding-block: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.agenda article .actions .date {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 5px;
	color: #aaa;
}

.agenda article .actions i {
	display: none;
}

.agenda article.past .actions i {
	display: block;
}

.view-all.center {
	margin-top: 50px;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}  

/* Galería */

#galeria {
	float: left;
	width: 100%;
	position: relative;
	background-color: #000000;
	margin-bottom: 20px;
	min-height: 300px;
}

#galeria .video h2 {
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 20px 50px;
	width: calc(100% - 2px);
	display: flex;
	height: calc(100% - 1px);
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	transition: all 0.2s ease;
	cursor: pointer;
	text-align: center;
}

#galeria .item i {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	color: #fff;
}

#galeria a:hover img {
	opacity: 1;
}

#galeria .fas.fa-chevron-left {
	color: #fff;
	position: absolute;
	top: 42%;
	font-size: 50px;
	left: 10px;
	z-index: 9;
}

#galeria .fas.fa-chevron-right {
	color: #fff;
	position: absolute;
	top: 42%;
	font-size: 50px;
	right: 10px;
	z-index: 9;
}

.descargas {
	float: left;
	width: 100%;
}

.descargas a {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 10px 15px;
	float: left;
	width: 100%;
}

.descargas a:hover {
	background-color: #ccc;
}

.descargas a h4 {
	margin-bottom: 0;
}

/* Página del artista*/

section#artista.interior #agenda li > div {
	width: calc(100% / 3);
}

/* Footer */

#instagram {
	height: 240px;
	float: left;
	width: 100%;
	position: relative;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('images/candehu-instagram-bg.jpg');
}

#instagram a {
	margin: 20px;
	padding: 20px 50px;
	padding-bottom: 10px;
	border: 1px solid white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: rgb(0 0 0 / 50%);
}

#instagram a:hover {
	padding: 30px 70px;
	padding-bottom: 20px;
	background-color: #000;
}

#instagram a figure {
	width: 200px;
	margin: 10px 0 0;
}

#instagram a figure img,
#instagram a figure img:hover {
	width: 100%;
	opacity: 1;
}

footer {
	float: left;
	width: 100%;
	padding: 15px 25px;
	position: relative;
	background-color: #f9f9f9;
	color: #adadad;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}

footer #copy {
	float: left;
}

footer #copy,
footer #copy a {
	color: #000;
}

footer #copy a:hover {
	text-decoration: underline;
}

footer #neobrand {
	width: 16px;
	overflow: hidden;
	transition: all .28s ease;
	opacity: 0.5;
	float: right;
	position: relative;
	top: 3px;
}

footer #neobrand img {
	width: auto;
	max-width: none;
	height: 20px;
	opacity: 1;
}

footer #neobrand:hover {
	opacity: 1;
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

#cta {
	width: 100%;
	padding: 30px;
	height: 250px;
	background-color: #000;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cta figure {
	position: absolute;
	inset: -10px;
}

#cta figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.25;
	filter: blur(5px) grayscale(0.5);
}

#cta div {
	text-align: center;
	position: relative;
	z-index: 2;
}

#cta div h3 {
	font-size: 32px;
	color: #fff;
}

#cta div .boton {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

#contact-popup {
	padding: 20px;
	background-color: rgb(0 0 0 / 85%);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: all 320ms ease;
	position: fixed;
	inset: 0;
	z-index: 999;
}

#contact-popup.active {
	opacity: 1;
	pointer-events: all;
}

#contact-popup > div {
	width: 100%;
	max-width: 720px;
	padding: 50px;
	background-color: #fff;
	position: relative;
	opacity: 0;
	transform: translateY(-30px);
	transition: all 320ms ease;
}

#contact-popup.active > div {
	transform: none;
	opacity: 1;
	transition-delay: 280ms;
}

#contact-popup > div p:empty {
	display: none;
}

#content .acceptance-div {
	margin-top: 15px;
	float: left;
}

#content .acceptance-div > span {
	display: flex;
}

#contact-popup .close {
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #b3b3b3;
	cursor: pointer;
	transition: all 280ms ease;
	position: absolute;
	top: 20px;
	right: 20px;
}

#contact-popup .close:hover {
	color: #000;
}

#contact-popup .close::before,
#contact-popup .close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: currentColor;
	transform: rotate(45deg);
}

#contact-popup .close::before {
	left: 50%;
	transform-origin: center;
}

#contact-popup .close::after {
	left: 50%;
	transform-origin: center;
	transform: rotate(-45deg);
}

#kd {
	width: 100%;
	padding: 20px;
	background-color: #000;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
}

#kd img {
	width: 320px;
}