/*
==================================================================
Theme Name: 1001 Músicas
Version: 2.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

/* General */

:root {
	--blue: #000000;
	--gold: #f2d2a0;
	--orange: #ca9508;
	--verde-oscuro: #106967;
	--verde-claro: #97cfb9;
	--ocre: #d29651;
	--cobre: #9d5016;
	--beige: #d9cead;
	--blanco: #f5f4f4;
	--negro: #333333;

	--font-text:'Sofia Sans', sans-serif;
	--font-title: "Sofia Sans Extra Condensed", sans-serif;
}


::-moz-selection {
	color: white;
	background: var(--blue);
	text-shadow: 0 0 0 transparent;
}

::selection {
	color: white;
	background: var(--blue);
	text-shadow: 0 0 0 transparent;
}

::placeholder {
	color: var(--blue);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--blue);
}

::-ms-input-placeholder {
	color: var(--blue);
}

html,body {
	font-family: var(--font-text), sans-serif;
	color: var(--blue);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	width: 100%;
	float: left;
	position: relative;
}

body figure {
	margin: 0;
}

body.open,
body.form {
	overflow: hidden;
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: all 280ms ease;
}

p,
main section li {
	width: 100%;
	margin: 0 0 20px 0;
	font-family: var(--font-text), sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	float: left;
}

p:last-child {
	margin-bottom: 0;
}

p a {
	color: var(--ocre);
}

p a:hover {
	color: var(--beige);
}

.home figure {
	margin: 0;
}

/* logo */

#logo img {
	width: 100% ;
	height: 60px;
}
/* Main */

#hero {
	width: 100%;
	min-height: 100vh;
	padding-top: 240px;
	padding-bottom: 140px;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: relative;
}

#hero .top {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 6vmin;
	z-index: 1;
}

#hero .top div {
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: center;
	position: relative;
}

#hero .top h1 {
	width: 185px;
	margin: 0;
	font-size: 20px;
	color: var(--beige);
	position: absolute;
	top: 0;
	left: 0;
}

#hero .top h1 img {
	width: auto;
	height: 80px;
	transform: translateY(12px);
}

#hero .top figure {
	width: 150px;
}

#hero > figure {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: var(--blue);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

#hero > figure img {
	opacity: 0.6;
	mix-blend-mode: lighten;
	object-fit: cover;
}

#hero .artists {
	width: 100%;
	max-width: 1300px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	z-index: 3;
}

#hero .artists > article {
	width: 261.16px;
	height: 226.36px;
	opacity: 0;
	transform: scale(0.8);
	transform-origin: center center;
	transition: all 280ms ease;
	pointer-events: none;
	position: relative;
	z-index: 3;
}

#hero .neo-artists > article.show {
	animation-name: pop;
	animation-duration: 1000ms;
	animation-fill-mode: forwards;
}

@keyframes pop {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

	80% {
		opacity: 1;
		transform: scale(1.02);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}

}

#hero .neo-artists > article:nth-child(1) {
	animation-delay: 1000ms;
}

#hero .neo-artists > article:nth-child(2) {
	animation-delay: 1500ms;
}

#hero .neo-artists > article:nth-child(3) {
	animation-delay: 1250ms;
}

#hero .neo-artists > article:nth-child(4) {
	animation-delay: 1750ms;
}

#hero .artists > article:hover {
	z-index: 5;
}

#hero .neo-artists > article.fade {
	opacity: 0.5;
	filter: grayscale(1);
	opacity: 0.5;
}

#hero .artists > article figure {
	width: 261.16px;
	height: 226.36px;
	position: absolute;
}

#hero .artists > article .mask::before,
#hero .artists > article .mask img {
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

#hero .artists > article svg {
	opacity: 0;
	position: absolute;
	z-index: 5;
}

#hero .artists > article:nth-child(1) figure {
	top: calc(226.36px/2);
	left: 195.16px;
}

#hero .artists > article:nth-child(2) {
	margin-left: 86px;
}

#hero .artists > article:nth-child(2) figure {
	top: 226.36px;
	left: 0;
}

#hero .artists > article:nth-child(2) svg {
	transform: rotate(60deg);
	left: -99px;
	top: 56px;
}

#hero .artists > article:nth-child(3) {
	margin-top: calc(226.36px/2);
	margin-left: -52px;
}

#hero .artists > article:nth-child(3) figure {
	top: calc(-226.36px/2);
	left: 195.16px;
}

#hero .artists > article:nth-child(3) svg {
	transform: rotate(120deg);
	top: -115px;
}

#hero .artists > article:nth-child(4) {
	margin-top: 124px;
	margin-left: 30px;
}

#hero .artists > article:nth-child(4) figure {
	top: calc(226.36px/2);
	left: -195.16px;
}

#hero .artists > article:nth-child(4) svg {
	transform: rotate(120deg);
	left: -195px;
}

#hero .artists > article div {
	width: 261.16px;
	height: 226.36px;
	background: url('images/artists-hexagon.png');
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
}

#hero .artists > article div h3 {
	padding: 0 20px;
	margin: 0 0 5px 0;
	font-size: 29px;
	font-weight: 900;
	text-align: center;
	color: #fff;
}

#hero .artists > article div h3 small {
	width: 100%;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	float: left;
}

#hero .artists > article div strong {
	font-size: 29px;
	font-weight: 700;
}

#hero .neo-artists {
	width: 100%;
	max-width: 1360px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	position: relative;
	z-index: 3;
}

#hero .neo-artists > article {
	width: calc(25% - 90px/4);
	min-width: 180px;
	height: 300px;
	background-color: var(--beige);
	opacity: 0;
	transform: scale(0.8);
	display: flex;
	flex-direction: column;
	justify-content: unset;
	transition: all 280ms ease;
	position: relative;
}

#hero .neo-artists > article:nth-child(even) {
	flex-direction: column-reverse;
}

#hero .neo-artists > article::after {
	content: '';
	width: 50px;
	height: 44px;
	background-image: url('images/hexagon.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
	transform: translate(-50%, -50%);
	position: absolute;
	right: 0;
	z-index: 2;
	display: none;
}

#hero .neo-artists > article:nth-child(even)::after {
	transform: translate(-50%, 50%);
}

#hero .neo-artists > article figure {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	position: relative;
}

#hero .neo-artists > article figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}

#hero .neo-artists > article > a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#hero .neo-artists > article div {
	min-height: 55px;
	padding: 5px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

#hero .neo-artists > article div h3 {
    margin: 0;
    font-size: 20px;
    color: black;
    line-height: 24px;
    padding-right: 20%;
    padding-top: 8px;
    padding-bottom: 5px;
}

#hero .neo-artists > article div h3 small {
	width: 100%;
	margin-bottom: 3px;
	font-size: 12px;
	clear: both;
	float: left;
}

#hero .neo-artists > article div strong {
	font-size: 18px;
}

#hero .neo-artists > article div date {
	width: 60px;
	height: 52px;
	font-size: 15px;
	font-weight: 700;
	line-height: 0.9;
	color: var(--beige);
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background-color: var(--verde-oscuro);
	text-align: center;
	transform: translateY(-50%);
	position: absolute;
	top: 0;
	right: 25px;
}

#hero .neo-artists > article:nth-child(even) div date {
	transform: translateY(50%);
	top: auto;
	bottom: 0;
}

#hero .neo-artists > article div date span {
	transform: translateY(-2px);
}

#hero .frasesinfechas {
	text-align: center;
	color: var(--beige);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
}

#hero p.message {
	color: white;
	font-size: 24px;
	font-family: var(--font-text), sans-serif;
	text-align: center;
	position: absolute;
	bottom: 15px;
	max-width: 360px;
}

#hero p.message .hexagon {
	width: 20px;
	height: 9.17px;
	margin: 8.08px 10px 8.08px 0;
	transform: translateY(3px);
	background-color: white;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

#hero p.message .hexagon::before,
#hero p.message .hexagon::after {
	content: '';
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 0;
}

#hero p.message .hexagon::before {
	border-bottom: 8.08px solid white;
	bottom: 100%;
}

#hero p.message .hexagon::after {
	width: 0;
	border-top: 8.08px solid white;
	top: 100%;
}

#hero .hero-lang-switch {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	background: white;
	padding: 5px 10px;
}

#hero .hero-lang-switch .lang-item a {
	color: white;
	font-size: 18px;
}

#hero .hero-lang-switch .lang-item:first-child {
	padding-right: 10px;
	border-right: 2px solid var(--blue);
}

#hero .hero-lang-switch .lang-item:last-child{
	margin-left: 10px;
}

#hero .hero-lang-switch .current-lang a {
	color: var(--beige);
}

#hero .hero-lang-switch .lang-item {
	transition: all 280ms ease;
}

#hero .hero-lang-switch .lang-item a:hover {
	color: var(--beige);
}

.mask::before {
	content: '';
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	/*background-color: #fff;*/
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
}

.mask img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	float: left;
	position: relative;
	top: 6px;
	left: 6px;
	z-index: 1;
}


.mask img, .mask::before {
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

main {
	width: 100%;
	background-color: #fff;
	float: left;
	position: relative;
	z-index: 6;
}

.home main {
	display: flex;
	align-items: center;
	flex-direction: column;
}

main > header {
	width: 100%;
	padding: 0;
	background-color: var(--verde-claro);
	display: flex;
	justify-content: center;
	float: left;
	transition: box-shadow 280ms ease;
	position: sticky;
	top: 0;
	z-index: 10;
	padding: 20px 40px;
}

main > header.fixed {
	box-shadow: 0 0 8px 2px rgb(0 0 0 / 5%);
}

main > header nav {
	width: 100%;
	max-width: 1300px;
	background-color: var(--verde-claro);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main > header nav > div {
	display: flex;
	align-items: center;
	gap: 20px;
}

main > header nav > div strong {
	border-left: 1px solid var(--beige);
	padding-left: 20px;
}

main > header nav ul {
	display: flex;
	gap: 30px;
}

main > header nav ul li a {
	white-space: nowrap;
	text-transform: unset;
	font-weight: 700;
	color: var(--verde-oscuro);
}

main > header nav ul li:last-child {
	border-left: 2px solid var(--negro);
	padding-left: 30px;
}

main > header nav ul li a:hover, 
main > header nav ul li.active a {
	color: var(--negro);
}

main > section {
	width: 100%;
	padding: 80px 40px;
	background-color: #fff;
	opacity: 0;
	transform: translateY(-50px);
	transition: all 560ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: relative;
}

main > section:nth-child(odd) {
	transform: translateY(50px);
}

main > section.show {
	opacity: 1;
	transform: translateX(0);
}

main > section > div {
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-direction: column;
}

main > section h3 {
	width: 100%;
	margin: 0 0 20px 0;
	font-family: var(--font-title);
	font-size: 26px;
	color: var(--blue);
	font-weight: 800;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	float: left;
	position: relative;
	z-index: 0;
}

main > section h3 span,
main > .artistas > article span {
	width: 50px;
	height: 44px;
	background-image: url('images/hexagon.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-40%, -2px);
	position: absolute;
	left: 0;
	z-index: -1;
}

main > section#info{
	background-image: url('images/bg-motivo-1001musicas.jpg');
	background-size: 20vw;
	background-position: bottom right;
	background-repeat: no-repeat;
}

main > section#info > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 100px;
}

main > section#info > div h3 {
	grid-column: 1 / -1;
}

main > section#info figure #youtube {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

main > section#info figure #youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

main > section#info #video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 80px;
	background-color: var(--blue);
	grid-column: 1 / -1;
	float: left;
	position: relative;
}

main > section#info #video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

main > section#info #video a {
	width: 160px;
	height: 50px;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}

main > section#info #video img {
	width: 100%;
	height: 100%;
	mix-blend-mode: soft-light;
	transition: all 280ms ease;
	position: absolute;
	top: 0;
	left: 0;
}

main > section#info #video:hover a img {
	transform: scale(1.1);
}

main > section#info #video #main-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

main > section#info > div img {
	height: auto;
}

main > section#info > div a span {
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: var(--beige);
	color: #fff;
	float: left;
}

main > section#info .solo {
	max-width: 780px;
	grid-column: 1 / -1;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

main > .artistas {
	max-width: 1300px;
	width: 100%;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(201px, 1fr));
}

main > .artistas > article {
	position: relative;
	gap: 10px;
}

main > .artistas > article name {
	display: flex;
	flex-direction: column;
}

main > .artistas > article span {
	right: 0;
}

main > section.events {
	background-color: #f2f2f2;
	align-items: flex-start;
}

main > section#past.events {
	padding-top: 0;
}

main > section#past.events > div {
	padding-top: 80px;
	border-top: 2px solid var(--beige);
}

main > section.events h3 {
	width: auto;
	margin-bottom: 60px;
}

main > section.events > div > div {
	width: 100%;
	display: grid;
	grid-template-columns: 420px 1fr;
	gap: 30px;
}

main > section#past.events > div > div {
	grid-template-columns: 1fr 420px;
}

main > section.events > div > div > div:first-child {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(min-content, max-content);
	gap: 35px;
}

main > section#past.events > div > div > div:first-child {
	grid-row: 1;
	grid-column: 2;
}

main > section#past.events > div > div > div:last-child {
	grid-row: 1;
	grid-column: 1;
}

main > section.events > div > div > div:first-child article {
	width: 100%;
	transition: all 280ms ease;
	display: grid;
	grid-template-columns: 120px 1fr 50px;
	cursor: pointer;
	gap: 25px;
	position: relative;
}

main > section#past.events > div > div > div:first-child article {
	padding-left: 50px;
}

main > section.events > div > div > div:first-child article.fade {
	opacity: 0.5;
	filter: grayscale(1);
}

main > section.events > div > div > div:first-child article.fade:hover {
	opacity: 1;
	filter: grayscale(0);
}

main > section.events > div > div > div:first-child article::after {
	content: '';
	width: 22px;
	height: 37px;
	background-image: url('images/arrow-blue.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateX(-5px) translateY(-50%);
	opacity: 0;
	transition: all 280ms ease;
	position: absolute;
	top: 50%;
	right: 0;
}

main > section#past.events > div > div > div:first-child article::after {
	transform: translateX(5px) translateY(-50%) rotate(180deg);
	right: auto;
	left: 0;
}

main > section.events > div > div > div:first-child article.active::after {
	transform: translateX(0) translateY(-50%);
	opacity: 1;
}

main > section#past.events > div > div > div:first-child article.active::after {
	transform: translateX(0) translateY(-50%) rotate(180deg);
}

main > section.events > div > div > div:first-child article figure {
	width: 120px;
}

main > section.events > div > div > div:first-child article div:not(.iframe-wrapper, .gallery) {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	float: left;
}

main > section.events > div > div > div:first-child article div h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 400;
	font-family: var(--font-title);
}

main > section.events > div > div > div:first-child article div strong {
	font-size: 26px;
	color: var(--ocre);
	font-family: var(--font-text);
}

main > section.events > div > div > div:first-child article > span {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 2px solid #f2f2f2;
	grid-column: 1 / -1;
	position: relative;
	display: none;
}

main > section.events > div > div > div:first-child article span img {
	width: 100%;
	height: auto;
}

main > section.events > div > div > div:first-child article span footer {
	width: 100%;
	padding: 20px 0;
	margin-bottom: -10px;
	background-color: #fff;
	border-top: 2px solid #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: left;
	position: sticky;
	bottom: 0;
}

main > section.events > div > div > div:first-child article span footer strong span {
	float: left;
}

main > section.events > div > div > div:first-child article span footer strong em {
	font-size: 13px;
	float: left;
	clear: both;
}

main > section.events > div > div > div:first-child article span footer a {
	line-height: 1;
	padding: 10px;
	border-radius: 3px;
	background-color: var(--beige);
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all 280ms ease;
	color: #fff;
}

main > section.events > div > div > div:first-child article span footer a:hover {
	gap: 10px;
}

main > section.events > div > div > div:first-child article span footer a span {
	width: 18px;
	height: 16px;
	background-image: url('images/artists-hexagon.png');
	filter: brightness(0) invert(1);
	background-size: cover;
	float: left;
}

main > section.events > div > div > div:last-child {
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-weight: 700;
	font-size: 26px;
	position: relative;
}

main > section.events > div > div > div:last-child > div {
	width: 100%;
	height: 100%;
	padding: 50px;
	transition: all 560ms ease;
	float: left;
	display: none;
}

main > section.events > div > div > div:last-child > div > div {
	width: 100%;
	display: none;
	float: left;
}

main > section.events > div > div > div:last-child > div > div footer {
	width: 100%;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 2px solid #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: left;
}

main > section.events > div > div > div:last-child > div > div footer strong span {
	float: left;
	margin-bottom: 10px;
	color: var(--verde-oscuro);
}

main > section.events > div > div > div:last-child > div > div footer strong em {
	font-family: var(--font-text), sans-serif;
	font-size: 16px;
	font-weight: 400;
	clear: both;
	float: left;
}

main > section.events > div > div > div:last-child > div > div footer a {
	line-height: 1;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: var(--beige);
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all 280ms ease;
	color: black;
}

main > section.events > div > div > div:last-child > div > div footer a:hover {
	gap: 10px;
}

main > section.events div h4 {
	width: auto;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 40px;
	border-bottom: 2px solid #f2f2f2;
	align-items: center;
	display: flex;
	justify-content: space-between;
	color: var(--verde-oscuro);
}

main > section.events div h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

main > section.events div .iframe-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 40px;
	position: relative;
	float: left;
}

main > section.events div .iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

main > section.events div .gallery {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 2px;
}

main > section.events div .gallery figure {
	cursor: pointer;
	overflow: hidden;
}

main > section.events div .gallery figure img {
	object-fit: cover;
	transition: all 280ms ease;
}

main > section.events div .gallery figure:hover img {
	transform: scale(1.1);
}

#tickets a.tickets {
	width: fit-content;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: var(--beige);
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all 280ms ease;
	color: black;
}

#tickets a.tickets:hover {
	gap: 10px;
}

#tickets a.tickets span {
	width: 23px;
	height: 20px;
	background-image: url('images/artists-hexagon-black.png');
	background-size: cover;
	float: left;
}

main > section.events div img {
	width: 100%;
	height: auto;
	float: left;
}

main > section.events > div p.message {
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 24px;
	font-family: var(--font-text), sans-serif;
	text-align: center;
}

main > section.events > div p.message .hexagon {
	width: 20px;
	height: 9.17px;
	margin: 8.08px 10px 8.08px 0;
	transform: translateY(3px);
	background-color: var(--blue);
	display: inline-block;
	cursor: pointer;
	position: relative;
}

main > section.events > div p.message .hexagon::before,
main > section.events > div p.message .hexagon::after {
	content: '';
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 0;
}

main > section.events > div p.message .hexagon::before {
	border-bottom: 8.08px solid var(--blue);
	bottom: 100%;
}

main > section.events > div p.message .hexagon::after {
	width: 0;
	border-top: 8.08px solid var(--blue);
	top: 100%;
}

main > section#environment {
	padding-bottom: 80px;
}

main > section#environment > div > div:first-child {
	width: 100%;
	margin-bottom: 80px;
	float: left;
	position: relative;
}

main > section#environment > div > div:first-child::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgb(38 36 80 / 50%) 0%, rgb(38 36 80 / 0%) 50%);
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

main > section#environment > div > div:first-child .owl-dots {
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
}

main > section#environment > div > div:first-child .owl-dots .owl-dot span {
	width: 15px;
	height: 8.66px;
	margin: 4.33px 0;
	background-color: white;
	float: left;
	position: relative;
	transition: all 280ms ease;
}

main > section#environment > div > div:first-child .owl-dots .owl-dot span::before,
main > section#environment > div > div:first-child .owl-dots .owl-dot span::after {
	content: '';
	width: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	position: absolute;
	left: 0;
}

main > section#environment > div > div:first-child .owl-dots .owl-dot span::before {
	border-bottom: 4.33px solid white;
	bottom: 100%;
	transition: all 280ms ease;
}

main > section#environment > div > div:first-child .owl-dots .owl-dot span::after {
	width: 0;
	border-top: 4.33px solid white;
	top: 100%;
	transition: all 280ms ease;
}

main > section#environment > div > div:first-child .owl-dots .owl-dot.active span {
	background-color: var(--beige);
	transform: translateY(-5px);
}

main > section#environment > div > div:first-child .owl-dots .owl-dot.active span::before {
	border-bottom: 4.33px solid var(--beige);
	bottom: 100%;
}

main > section#environment > div > div:first-child .owl-dots .owl-dot.active span::after {
	width: 0;
	border-top: 4.33px solid var(--beige);
	top: 100%;
}

main > section#environment > div > div:last-child {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}

main > section#environment > div > div:last-child > div {
	transform: translateX(-140px);
	position: absolute;
	top: 190px;
	z-index: 2;
}

main > section#environment > div > div:last-child nav {
	width: 100%;
	grid-column: 2;
}

main > section#environment > div > div:last-child nav div {
	width: 100%;
	grid-column: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
}

main > section#environment > div > div:last-child nav a {
	max-width: auto;
	color: var(--beige);
	display: flex;
	align-items: center;
}

main > section#environment > div > div:last-child nav a span {
	font-size: 18px;
	font-family: var(--font-text), sans-serif;
	font-weight: 700;
	transition: all 280ms ease;
	float: left;
}

main > section#environment > div > div:last-child nav a:hover span {
	color: var(--cobre);
	transform: translateX(10px);
}

main > section#environment > div > div:last-child nav a::before {
	content: '';
	width: 12px;
	height: 20px;
	margin-right: 10px;
	background-image: url('images/arrow.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	transition: all 280ms ease;
	float: left;
}

main > section#environment > div > div:last-child nav a:hover::before {
	transform: translateX(5px);
}

main > section#partner {
	padding-top: 0;
}

main > section#partner > div {
	padding-top: 80px;
	border-top: 2px solid var(--beige);
}

main > section#contact {
	padding-top: 0;
}

main > section#contact > div {
	width: 100%;
	padding-top: 80px;
	max-width: 1300px;
	border-top: 2px solid var(--beige);
	display: grid;
	grid-template-columns: 30% 60%;
	gap: 100px;
}

main > section#contact > div div {
	width: 100%;
	height: 100%;
	float: left;
}

main > section#contact > div div nav#lista-prensa {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

main > section#contact > div div:first-child nav {
	width: 100%;
	margin-top: 15px;
	display: flex;
	gap: 10px;
	float: left;
}

main > section#contact > div div:first-child nav a {
	width: 45px;
	height: 45px;
	font-size: 24px;
	border-radius: 100%;
	border: 3px solid var(--beige);
	color: var(--beige);
	display: flex;
	align-items: center;
	justify-content: center;
}

main > section#contact > div div:first-child nav a:hover {
	transform: translateY(-5px);
}

main > section#contact > div div:last-child nav {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2px;
	float: left;
}

main > section#contact > div div:last-child nav a {
	width: 100%;
	padding: 15px;
	border: 1px solid var(--beige);
	font-family: var(--font-text), sans-serif;
	font-weight: 700;
	color: var(--beige);
	display: flex;
	align-items: center;
	float: left;
	margin-bottom: 5px;
}

main > section#contact > div div:last-child nav a:hover {
	transform: translateX(10px);
}

main > section#contact > div div:last-child nav a::before {
	content: '';
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background-image: url('images/download.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

main > section#contact > div div:last-child nav .prensa-izq a:first-child::before {
	background-image: url('images/press.png');
}

main > section#contact > div div:last-child nav a.youtube::before {
	background-image: url('images/youtube-play.png');
}


/* Logos */

#logos {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	float: left;
	position: relative;
	z-index: 5;
	padding: 80px 40px;
}

#logos > div {
	padding: 15px 0 20px 0;
	max-width: 1300px;
	border-top: 2px solid var(--beige);
	border-bottom: 2px solid var(--beige);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

#logos > div > div > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

#logos figure img {
	float: none;
}

#logos div div span {
	width: auto;
	font-size: 14px;
	font-weight: 600;
	float: left;
}

#logos > div > div:first-child {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#logos div div span:last-child {
	width: 100%;
	display: flex;
	gap: 20px;
}

#logos > div > div:last-child {
	display: flex;
	flex-direction: column;
}

#logos div div figure {
	width: auto;
}

#logos .partners {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#logos .partners .brands {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
}


/* Form */

#form {
	width: 100%;
	height: 100%;
	background-color: var(--blue);
	color: #fff;
	transform: scale(1.1);
	opacity: 0;
	pointer-events: none;
	transition: all 560ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.form #form {
	transform: scale(1);
	opacity: 1;
	pointer-events: all;
}

#form .top {
	padding: 20px;
	width: 100%;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: fixed;
	top: 0;
}

#form .top figure {
	width: 100px;
}

#form .close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
}

#form .close::before,
#form .close::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
}

#form .close::before {
	transform: rotate(45deg);
}

#form .close::after {
	transform: rotate(-45deg);
}

#form form {
	width: 100%;
	max-width: 870px;
	transform: scale(0.8);
	opacity: 0;
	transition: all 560ms ease 0ms;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
}

.form #form form {
	transform: scale(1);
	opacity: 1;
	transition: all 560ms ease 140ms;
}

#form form h2 {
	margin: 0 0 20px 0;
	grid-column: 1 / -1;
	text-align: center;
}

#form form div.input {
	background-color: #fff;
	display: flex;
}

#form form div.input i {
	min-width: 50px;
	height: 50px;
	padding: 0 10px;
	border-right: 2px solid var(--blue);
	background-color: #fff;
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
}

#form form div.input .wpcf7-not-valid-tip {
	display: none;
}

#form form div.message {
	grid-column: 1 / -1;
	display: none;
}

#form form div.message i {
	height: 85px;
	padding-top: 15px;
	align-items: flex-start;
}

#form form div.input span {
	width: 100%;
	margin-left: 0;
}

#form form div .wpcf7-list-item {
	margin-left: 0;
}

#form form input:not([type="checkbox"]),#form form select {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	border: 0;
	font-family: var(--font-text), sans-serif;
	color: var(--blue);
	font-weight: 600;
	transition: all 280ms ease;
	float: left;
}

#form form input:not([type="checkbox"]).wpcf7-not-valid,#form form select.wpcf7-not-valid {
	background-color: rgb(255 0 0 / 20%);
}

#form form select {
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23262450%22%2F%3E%3C%2Fsvg%3E) no-repeat right 15px top 55%;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

#form form textarea {
	width: 100%;
	height: 85px;
	padding: 15px;
	border: 0;
	color: var(--blue);
	resize: none;
	font-family: var(--font-text), sans-serif;
	font-weight: 600;
	float: left;
}

#form .show-message {
	font-size: 14px;
	grid-column: 1 / -1;
	cursor: pointer;
}

#form .accept {
	display: flex;
	align-items: center;
}

#form .accept label {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	cursor: pointer;
}

#form .accept label input {
	width: 19px;
	height: 19px;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#form .accept label::before,
#form .accept label::after {
	content: '';
	min-width: 15px;
	min-height: 15px;
	border: 2px solid #fff;
	float: left;
}

#form .accept label::before {
	margin-right: 10px;
}

#form .accept label::after {
	min-width: 11px;
	min-height: 11px;
	border: 0;
	background-color: #fff;
	opacity: 0;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	top: 4px;
	left: 4px;
}

#form .accept label.checked::after {
	opacity: 1;
	transform: scale(1);
}

#form .accept label .wpcf7-list-item-label {
	transform: translateY(2px);
	float: left;
}

#form .accept label a {
	color: #fff;
	font-weight: 600;
}

#form .accept label a i {
	margin-top: 5px;
	font-size: 12px;
	opacity: 0;
	transform: translate(5px, -2px);
	transition: all 280ms ease;
	display: inline-block;
}

#form .accept label a:hover i {
	opacity: 1;
}

#form .submit input:not(:disabled) {
	background-color: var(--beige);
	cursor: pointer;
}

#form .ajax-loader {
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	background-color: rgb(38 36 80 / 95%);
	position: absolute;
	top: 0;
	left: 0;
}

#form .ajax-loader::before {
	width: 20px;
	height: 20px;
	transform-origin: 0;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

#form .wpcf7-response-output {
	padding-top: 20px;
	margin: 10px 0 0 0;
	border: 0;
	border-top: 2px solid #fff;
	color: #fff;
	text-align: center;
	grid-column: 1 / -1;
}


/* Editions */

.editions #header {
	width: 100%;
	padding: 20px 0;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: sticky;
	top: 0;
	z-index: 7;
}

.editions #header nav {
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: center;
}

.editions #header nav a {
	float: left;
}

.editions #header nav figure {
	width: auto;
	float: left;
}

.editions #header nav img {
	width: auto;
	height: 100px;
	float: left;
}

.editions main section {
	width: 100%;
	padding: 80px 40px;
}

.editions main section div {
	width: 100%;
	max-width: 1300px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.editions main section article {
	overflow: hidden;
	position: relative;
	background-color: black;
}

.editions main section article a {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.editions main section article figure img {
	filter: brightness(0.5);
	transition: all 280ms ease;
}

.editions main section article:hover figure img {
	filter: brightness(1);
}

.editions main section article h3 {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transition: all 280ms ease;
	position: absolute;
	top: 0;
	left: 0;
}

.editions main section article:hover h3 {
	letter-spacing: 3px;
	opacity: 0;
	transform: scale(1.5);
}


/* Single */

.single #header {
	width: 100%;
	padding: 20px 0;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: sticky;
	top: 0;
	z-index: 5;
}

.single #header nav {
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: center;
}

.single #header nav > a {
	float: left;
}

.single #header nav figure {
	width: auto;
	display: flex;
	align-items: center;
	gap: 20px;
	float: left;
}

.single #header nav img {
	width: auto;
	height: 100px;
	float: left;
}

.single #header nav figure h3 {
	margin: 0;
	color: #fff;
	padding-left: 20px;
	border-left: 2px solid #fff;
}

.single #header {
	width: 100%;
	padding: 20px 0;
	background-color: var(--blue);
	display: flex;
	float: left;
	transition: box-shadow 280ms ease;
	position: sticky;
	top: 0;
	z-index: 10;
}

.single #header.fixed {
	box-shadow: 0 0 8px 2px rgb(0 0 0 / 5%);
}

.single #header nav {
	width: 100%;
	max-width: 1300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single #header nav > div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.single #header nav > div strong {
	border-left: 1px solid var(--beige);
	padding-left: 20px;
}

.single #header nav ul {
	display: flex;
	gap: 30px;
}

.single #header nav ul li a {
	white-space: nowrap;
	text-transform: lowercase;
	font-weight: 700;
	color: #fff;
}

.single #header nav ul li:last-child {
	border-left: 2px solid #fff;
	padding-left: 30px;
}

.single #header nav ul li a:hover,
.single #header nav ul li.active a {
	color: var(--beige);
}

.single #hero,
.single #hero > figure {
	height: 500px;
}

.single #hero > h3 {
	margin: 120px 0 0 0;
	font-size: 48px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transform: translateY(50px);
	transition: all 720ms ease;
	position: absolute;
	z-index: 3;
}

.single #hero > h3.show {
	opacity: 1;
	transform: translateY(0);
}

.single .gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(min-content, max-content);
	gap: 5px;
}

.single #info > div > div:last-child {
	display: grid;
	grid-auto-rows: minmax(min-content, max-content);
}


/* Regular */

.regular #header {
	width: 100%;
	padding: 20px 0;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: sticky;
	top: 0;
	z-index: 5;
}

.regular #header nav {
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: center;
}

.regular #header nav a {
	float: left;
}

.regular #header nav figure {
	width: auto;
	float: left;
}

.regular #header nav img {
	width: auto;
	height: 50px;
	float: left;
}

.regular main section {
	padding-top: 20px;
	margin-bottom: 60px;
	background-color: #f2f2f2;
}

.regular main section div {
	padding: 60px;
	overflow-wrap: break-word;
	background-color: #fff;
	display: block;
}

.regular main section div h1 {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 26px;
	color: var(--blue);
	font-weight: 800;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	float: left;
	position: relative;
	z-index: 0;
}

.regular main section div h1 span {
	width: 50px;
	height: 44px;
	background-image: url('images/hexagon.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-40%, -2px);
	position: absolute;
	left: 0;
	z-index: -1;
}


/* Flags */

#hero .hero-lang-switch li {
	position: relative;
}

#hero .hero-lang-switch li.current-lang::after {
	content: '';
	width: 16px;
	height: 2px;
	background-color: var(--beige);
	position: absolute;
	bottom: -1px;
	left: 0;
}

/* #hero .hero-lang-switch a::before{
	content: '';
	width: 35px;
	height: 15px;
	display: inline-flex;
}

#hero .hero-lang-switch a[lang="esES"]::before {
	background-image: url('images/es.png');
	background-repeat: no-repeat;
}

#hero .hero-lang-switch a[lang="en-GB"]::before {
	background-image: url('images/en.png');
	background-repeat: no-repeat;

} */

/* Footer */

#footer {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 35px;
	font-weight: 600;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	float: left;
	position: relative;
	z-index: 5;
}

#footer ul {
	margin-bottom: 10px;
	display: flex;
}

#footer ul li::after {
	content: '';
	width: 3px;
	height: 3px;
	margin: 0 10px;
	border-radius: 100%;
	background-color: var(--blue);
	transform: translateY(-4px);
	display: inline-block;
}

#footer ul li:last-child::after {
	display: none;
}

#footer ul li a:hover {
	color: var(--beige);
}

#footer div {
	margin-bottom: 12px;	
}

#footer .lang-switch {
	width: fit-content;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}


#footer .lang-switch .lang-item {
	transition: all 280ms ease;
}

#footer .lang-switch .lang-item a:hover {
	color: var(--beige);
}

#footer #neobrand {

	/*width: 16px;*/
	margin-bottom: 20px;
	overflow: hidden;
	transition: all .28s ease;
	opacity: 0.5;
	float: right;
	position: relative;
	top: 3px;
}

#footer #neobrand:hover {
	opacity: 1;
}

#footer #neobrand img {
	width: auto;
	max-width: none;
	height: 16px;
}

#footer .hexagon {
	width: 28px;
	height: 16.17px;
	margin: 8.08px 0;
	background-color: var(--blue);
	cursor: pointer;
	transition: all 280ms ease;
	position: relative;
}

#footer .hexagon::before,
#footer .hexagon::after {
	content: '';
	width: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	transition: all 280ms ease;
	position: absolute;
}

#footer .hexagon::before {
	border-bottom: 8.08px solid var(--blue);
	bottom: 100%;
}

#footer .hexagon::after {
	width: 0;
	border-top: 8.08px solid var(--blue);
	top: 100%;
}


#footer .hexagon:hover {
	background-color: var(--beige);
}

#footer .hexagon:hover::before {
	border-bottom-color: var(--beige);
}

#footer .hexagon:hover::after {
	border-top-color: var(--beige);
}

.grecaptcha-badge {
	display: none;
}