* {
	--black: #000;
	--white: #FFF;
	--white-hover: #DDD;
	--gray: #868686;
	--gray-hover: #C4C4C4;
	--orange: #AC6027;
	--red: #C70000;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/subset-Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/subset-Montserrat-Regular.woff") format("woff"),
		url("../fonts/subset-Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/subset-Montserrat-ExtraBold.woff2") format("woff2"),
		url("../fonts/subset-Montserrat-ExtraBold.woff") format("woff"),
		url("../fonts/subset-Montserrat-ExtraBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: none;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */

}

html, body {
	font-size: 16px !important;

	color: var(--white);
}

@media (max-width: 1440px) {
	html, body {
		font-size: 15px !important;
	}
}

@media (max-width: 1280px) {
	html, body {
		font-size: 14px !important;
	}
}

@media (max-width: 1024px) {
	html, body {
		font-size: 13px !important;
	}
}

@media (max-width: 800px) {
	html, body {
		font-size: 12px !important;
	}
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a.white	{
	color: var(--white);
}

a.menu-item-button,
a.social-item-button {
	margin-right: 0.75rem;
}

a.menu-item-button::before {
	content: "[";
	display: inline-block;
}

a.menu-item-button::after {
	content: "]";
	display: inline-block;
}

/*
@media(hover: hover) and (pointer: fine) {
	a:hover {
		text-decoration: underline;
	}

	a.white:hover {
		color: var(--white) !important;
	}
}
*/

a {
	color: var(--gris);
	text-decoration: none;
}

a:hover {
	color: var(--black);
}

a.black {
	color: var(--black);
}

a.black:hover {
	color: var(--black);
}

a.white {
	color: var(--white);
}

a.white:hover {
	color: var(--white);
}

button {
	border: none;

	display: inline-block;

	font-family: "Montserrat";
	font-weight: bold;
	font-size: 1.25rem;
	letter-spacing: 0.01rem;
	color: var(--black);
	background: var(--white);
	text-transform: uppercase;

	border-radius: 2rem;

	padding: 0.4rem 1.5rem;

	position: relative;

	min-width: 10rem;
}

button span {
	display: inline-block;
}

button:hover {
	color: var(--black);
	cursor: pointer;
}

button:disabled {
	color: var(--disabled);
	cursor: default;
}


button.loading {
	color: transparent;
}

button.loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: var(--black);
	border-radius: 50%;
	animation: loading 1s ease infinite;
}

input[type=text], input[type=email] {
	width: 100%;
	box-sizing: border-box;

	background-color: transparent;
	color: var(--white);

	font-family: "Montserrat";
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;

	text-transform: uppercase;

	border: none;
	border-bottom: 0.15rem solid var(--white);
	border-radius: 0;
	outline: none;

	padding: 0 0 0.2rem 1.25rem;
}

input[type=text]::placeholder, input[type=email]::placeholder {
	color: var(--white);

	font-family: "Montserrat";
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;

	text-transform: lowercase;

	opacity: 0.8;
}

label {
	line-height: 1.25rem;
}

label.arrow {
	color: var(--white);
	font-family: "Montserrat";
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	text-transform: uppercase;
	opacity: 1;
	text-align: left;
	display: block;
	position: relative;
}

label.arrow:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24.4 14.3'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23FFF; stroke-miterlimit: 10; stroke-width: 1.6px; %7D .st1 %7B fill:%23FFF; opacity: .5; %7D %3C/style%3E%3C/defs%3E%3Cg class='st1'%3E%3Cg%3E%3Cline class='st0' x1='1.2' y1='7.1' x2='21.4' y2='7.1'/%3E%3Cpolygon points='16.1 13.7 15.1 12.5 20.8 7.1 15.1 1.8 16.1 .6 23.2 7.1 16.1 13.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 1rem;
	height: auto;
	display: block;
	position: absolute;
}


span.label {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--gris);

	display: inline-block;
}



select {
	background-color: #EFEFEF;
	border: none;
	border-radius: 1rem;
	padding: 0.4rem 1rem;
	text-transform: uppercase;
	font-size: 0.75rem;
	opacity: 0.75;
	font-weight: bold;

	color: var(--black);
}

button,
button:hover
.btn-primary,
.btn-primary:hover {
	position: relative;
	background-color: var(--white);
	border: none;
	border-radius: 0.75rem;
	min-width: 6rem;
	padding: 0.25rem 0.75rem;
	color: var(--black);
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	font-size: 1.25rem;

	letter-spacing: 0.25rem;

	cursor: pointer;

	text-transform: uppercase;
}

button.masked {
	background: none;
	outline: none;
	mix-blend-mode: screen;
	text-shadow: 0 0.25rem 0.25rem #00000040;
}

button.masked::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--white);
	border-radius: 0.75rem;
	content: "";
	mix-blend-mode: color-burn;
}

button.inverse {
	background-color: var(--black);
	color: var(--white);
}

button.loading {
	cursor: default;
	color: transparent !important;
}

button.loading::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 0.25rem solid transparent;
	border-top-color: var(--black);
	border-radius: 50%;
	animation: loading 1s ease infinite;
}

button.inverse.loading::after {
	border-top-color: var(--white);
}

input[type=checkbox] + label {
	display: flex;
	flex-wrap: wrap;

	margin: 0;
	cursor: pointer;
	padding-bottom: 10px;

	color: var(--black);
	align-items: center;
	justify-content: flex-start;

	text-transform: uppercase;

	font-size: 0.75rem;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	content: "X";
	border: none;
	border-radius: 0;

	background-color: transparent;
	border: 0.1rem solid var(--white);

	width: 1rem;
	height: 1rem;
	font-size: 1rem;

	margin-right: 0.5rem;

	vertical-align: bottom;
	color: transparent;
	transition: .2s;

	display: flex;
	align-items: center;
	justify-content: center;
}

input[type=checkbox] + label:active:before {
	transform: scale(0);
}

input[type=checkbox]:checked + label:before {
	background-color: var(--black);
	border-color: var(--white);
	color: var(--white);
}

input[type=checkbox]:disabled + label:before {
	transform: scale(1);
	border-color: var(--disabled);
}

input[type=checkbox]:checked:disabled + label:before {
	transform: scale(1);
	background-color: #444;
	border-color: #444;
}

#main {
	display: none;
	flex-direction: column;
}

#vidmain,
#vidaftermovie {
	height: 100%;
	width: 100%;
	display: flex;
}

#vidaftermovie {
	height: auto;
	flex: 1;
}


.video-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#logo {
	width: 35rem;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-bottom: 8rem;
}

#logo img {
	width: 100%;
	height: auto;
}

.menu {
	display: flex;
	right: 0;
	justify-content: flex-end;
	align-items: center;
	z-index: 1001;
	position: relative;
}

.menu.-active {
	background-color: var(--black);
	z-index: 500;
}

.menu.-active .menu-list {
	opacity: 1;
	visibility: visible;
}

.menu.-active #hamburger {
	position: fixed;
	z-index: 1;
}

#hamburger {
	display: none;
	flex-shrink: 0;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	#hamburger {
		display: flex;
	}
}

.hamburger-icon {
	width: 4rem;
	height: 4rem;
	position: relative;
	margin: 50px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.hamburger-icon span {
	display: block;
	position: absolute;
	height: 0.6rem;
	width: 100%;
	background: var(--white);
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


.hamburger-icon span:nth-child(1) {
	top: 0px;
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
	top: 1.3rem;
}

.hamburger-icon span:nth-child(4) {
	top: 2.6rem;
}

.hamburger-icon.open span:nth-child(1) {
	top: 2rem;
	width: 0%;
	left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
	top: 2rem;
	width: 0%;
	left: 50%;
}

.hamburger-icon.open span {
	width: 110%;
}

.menu-floating {
	position: fixed;
	left: 2rem;
	top: 13vh;
	gap: 0.25rem;
	display: flex;
	flex-direction: column;
}

.menu-list {
	display: flex;

	flex-direction: row;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;

	font-size: 1.5rem;
	background-color: transparent;

	visibility: visible;
	opacity: 1;

	min-width: 8rem;

	justify-content: end;
	gap: 0.5rem;

	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

@media (max-width: 1024px) {
	.menu-floating {
		display: none;
	}

	.menu-list {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;

		font-size: 2.5rem;
		background-color: rgba(0, 0, 0, 0.8);

		visibility: hidden;
		opacity: 0;

		padding: 2rem;
		color: var(--white);
		letter-spacing: -0.5px;
		padding-top: 15vh;

		text-align: right;
	}
}

.menu-list .menu-item {
	display: none;
}

.menu-list .menu-item,
.menu-list .social-item {
	width: 2rem;
}

.menu-list .social-item img {
	height: 100%;
	width: auto;
}

.menu-floating .menu-item {
	width: auto;
	display: flex;
	font-size: 1.75rem;
}

@media (max-width: 1024px) {
	.menu-list .menu-item {
		width: auto;
		display: flex;
		justify-content: end;

		padding: 0.75rem 0;
	}

	.menu-list .social-item {
		width: 4rem;

		padding: 1.25rem 0;
	}
}


@media (max-width: 1024px) {
	.menu-list .social-item {
		display: inline-block;
	}
}

#mainpage {
	width: 100%;
	display: flex;
	flex: 1;
	justify-content: flex-start;
	flex-direction: column;
}


#mainpage-container {
	width: 100%;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	flex: 1;

	align-items: center;
	justify-content: center;

	z-index: 1;
}

#page-container {
	display: flex;
	flex-flow: column;
	height: 100vh;
	overflow-y: scroll;
}

#content-wrap {
	flex: 1 0 auto;
	z-index: 1;
	margin: 0 auto;
	padding: 4% 2%;
}

#mainpage-container.main .main-wrapper {
	min-height: 100vh;

	padding: 12% 2rem;
	box-sizing: border-box;
	width: 100%;

	background: #C8B374;
	background: linear-gradient(180deg,rgba(200, 179, 116, 0) 0%, rgba(200, 179, 116, 0.8) 6%, rgba(200, 179, 116, 1) 10%, rgba(242, 184, 114, 1) 25%, rgba(217, 137, 91, 1) 60%, rgba(191, 96, 75, 1) 95%, rgba(191, 96, 75, 1) 100%);
}

#mainpage-container.main .sunsetstrip {
	background: #bf604b;
	background: linear-gradient(180deg,rgba(191, 96, 75, 1) 0%, rgba(191, 96, 75, 1) 50%, rgba(191, 96, 75, 0) 100%);
	width: 100%;

	mask-image: url("../images/sunsetstrip_invert.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;

	aspect-ratio: 1023 / 107;
	position: absolute;
}


#mainpage-container.main .aftermovie-bg {
	z-index: 1;
	min-height: 70dvh;
	position: relative;
	width: 100%;
	display: flex;
}

html {
	font-size: 20px;
}

body {
	margin: 0;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-display: swap;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	font-feature-settings: "liga", "kern";
	min-width: 320px;
	cursor: default;
	background-color: var(--black);
}

body.main {
	background-color: var(--orange);
}

body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-container {
	width: 100dvw;
	min-height: 100dvh;
}

#header {
	z-index: 1001;
	height: 14vh;
	background: transparent;
	position: absolute;
	width: 100%;
}

@media (max-width: 1024px) {
	#header {
		height: 16vh;
	}
}

footer,
div.footer {
	display: flex;
	flex-direction: row;
	height: 3rem;
	position: absolute;
	bottom: 3rem;

	width: 860px;
	max-width: 94%;
	left: 50%;
	transform: translateX(-50%);

	margin: 0 auto;
}

@media (max-width: 1024px) {
	footer,
	div.footer {
		height: 2.5rem;
		max-width: 95vw;
	}
}

footer.signup,
div.footer.signup {
	position: unset;
	transform: none;
	margin: 3rem auto 1rem auto;
}

footer.signup:empty,
div.footer.signup:empty {
	display: none;
}

@media only screen and (max-width: 600px) {
	.img-filled {
		max-width: 70%;
	}

	#content-wrap {
		padding: 4% 10%;
	}
/*
	footer,
	div.footer {
		padding: 3rem 2rem;
		width: calc(100% - 4rem);
		height: 1.5rem;
		font-size: 0.5rem;
	}
*/
	footer .big,
	div.footer .big {
		font-size: 0.75rem;
	}
}

footer a,
div.footer a {
	height: 100%;
}

footer div,
div.footer div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer img,
div.footer img {
	height: 100%;
}

.afterfooter {
	margin: 0rem auto 1rem auto;
	font-size: 0.9rem;
}

.bg-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	z-index: -1;
}

.-single-layout {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


#formshow {
	display: flex;
	flex-direction: column;

	gap: 2.5rem;
	align-items: center;

	text-shadow: 0 0.25rem 0.25rem #00000040;
}

#formshow {
	gap: 3.5rem;
}

#formshow > .lista {
	display: grid;
	grid-template-columns: auto 1fr auto;

	gap: 3rem;

	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}

#formshow > .lista .country {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-end;
	position: relative;
}

#formshow > .lista .country::after {
	content: "";
	position: absolute;
	height: 100%;
	right: -1.5rem;
	width: 0.15rem;
	background: var(--white);
}

#formshow > .lista .venue {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	flex: 1;
}

#formshow > .lista .action {
	align-items: center;
	justify-content: center;
	display: flex;
}

@media (max-width: 1024px) {
	#formshow {
		width: 100%;
		gap: 2.5rem;
	}

	#formshow > .lista {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	#formshow > .lista .country {
		align-items: center;
		gap: 0;
		padding-bottom: 0.5rem;
	}

	#formshow > .lista .country::after {
		width: 0;
		display: none;
	}

	#formshow > .lista .venue {
		align-items: center;
		gap: 0.25rem;
	}

	#formshow > .lista .venue h1 {
		text-align: center;
	}

	#formshow > .lista .action {
		justify-content: center;

		padding-top: 1rem;
		padding-bottom: 3rem;
	}
}

#lang {
	position: absolute;
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
}

.select-wrapper {
	position: relative;
	display: inline-block;
}

.fake-select {
	background-color: rgba(239, 239, 239, 0.75);
	border: none;
	border-radius: 1rem;
	padding: 0.5rem 0.75rem;


	position: relative;
	z-index: 1;
	pointer-events: none;
	padding-right: 2rem;

	display: flex;
	align-items: center;
	justify-content: space-between;

	min-width: 8rem;
}

.fake-select span {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;

	mix-blend-mode: multiply;
	color: var(--orange);
	backdrop-filter: none;
}

.fake-select::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 1.5rem;
	background-color: var(--orange);
	mix-blend-mode: multiply;

	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.15 11.33'><g opacity='0.75'><path fill='%23AC6027' d='M8.92,11.33L0,1.4,1.56,0l7.38,8.22L16.62,0l1.53,1.43-9.23,9.89Z'/></g></svg>") no-repeat center;
	background-size: contain;

	width: 0.75rem;
	height: 0.5rem;
}

#lang-selector {
	width: 100%;
	text-align: right;
	padding: 1.5rem 2rem;
	position: absolute;
	top: 0;
}

@media (max-width: 1024px) {
	#lang-selector {
		text-align: left;
		padding: 1rem 1.25rem;
	}
}


h1 {
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}
}

#scrollable {
	position: fixed;
	bottom: 2rem;
	right: 3rem;
	z-index: 100;
	font-size: 3rem;
}

@media (max-width: 1024px) {
	#scrollable {
		/*
		right: calc(50% - 1rem);
		bottom: 1rem;
		font-size: 2rem;
		*/
		display: none !important;
	}
}

#termsdetails {
	font-family: "Helvetica", "Arial";
	max-width: 600px;
	color: var(--black);
	display: none;
}

#termsdetails a {
	color: var(--black);
}

#termsdetails a:hover {
	color: var(--black);
}

#termsdetails h3 {
	color: var(--black);
	margin: 1rem;
}

#termsdetails div {
	font-size: 0.9rem;
}

#messages {
	display: none;
	z-index: 25;
	color: var(--black);
	text-align: center;
	background-color: var(--white);
}

#messages h2 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#msghead {
	margin: 0;
}

#msgbody {
	padding-top: 10px;
	color: var(--black);
}

.modal {
	width: auto !important;
	border-radius: 20px;
	border: 4px solid var(--rojo);
	background-color: var(--white) !important;
	color: var(--black) !important;
}

.modal a.close-modal[class*="close-"] {
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	color: transparent !important;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background: var(--black);
	border: 2px solid var(--white);
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.modal a.close-modal[class*="close-"]:after {
	content: "X";
	color: var(--white);
	position: absolute;
}

div.loading::after {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 0.5rem solid transparent;
	border-top-color: var(--black);
	border-radius: 50%;
	animation: loading 1s ease infinite;
}

.onlymobile,
.onlymobileinline {
	display: none !important;
}

.onlydesktop {
	display: block !important;
}

.onlydesktopflex {
	display: flex !important;
}

.onlydesktopinline {
	display: inline-block !important;
}

@media (max-width: 1024px) {
	.onlymobileinline {
		display: inline !important;
	}

	.onlymobile {
		display: flex !important;
	}

	.onlydesktop,
	.onlydesktopflex,
	.onlydesktopinline {
		display: none !important;
	}
}

.flag {
	width: 3rem;
}

.flag-main {
	height: 2rem;
}


@media (max-width: 1024px) {
	.flag-main {
		height: 1.5rem;
	}
}

.flag-main img {
	height: 100%;
	width: auto;
}

.soldout {
	border: none;

	display: inline-block;

	font-family: "Montserrat";
	font-weight: bold;
	font-size: 1.25rem;
	letter-spacing: 0.01rem;
	color: var(--white);
	background: var(--red);
	text-transform: uppercase;

	border-radius: 0;

	padding: 0.4rem 0.75rem;

	position: relative;

	min-width: 8rem;
}

.redline {
	text-decoration-line: line-through;
	text-decoration-color: var(--red);
	text-decoration-thickness: 0.25rem;
}

.nowrap {
	white-space: nowrap;
}

.max-content {
	width: max-content;
}

.fit-content {
	width: fit-content;
	margin: 0 auto;
}

.modal-content {
	--bs-modal-border-radius: 0;
	background-color: var(--white);
}

.modal-header {
	--bs-modal-inner-border-radius: 0;
	background-color: var(--white);
	color: var(--black);
	border-bottom: none;
	font-size: 1.5rem;
}

.modal-header .btn-close {
	--bs-btn-close-opacity: 1;
	min-width: auto;
}

.modal-backdrop.show {
	opacity: .8;
}

.modal-body {
	color: var(--black) !important;
}

.modal-footer {
	border-top: none;
	justify-content: center;
}

.modal-footer:empty {
	display: none;
}

.wrapper {
	width: 100%;
	padding: 0.25rem 2rem 0;
	margin: 0 auto;
}

.main-content {
	display: block;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.main-content {
		left: calc(100% - 75% + (24px / 2));
		overflow: hidden;
	}
}

.vert-separator-always {
	padding-top: 2rem;
}

#formreg,
#formpost {
	width: 100%;
	gap: 3rem;
}

@media (max-width: 1024px) {
	#formreg,
	#formpost {
		max-width: 90%;
		flex-direction: column;
		padding-bottom: 1.5rem;
	}
}

ul.register {
	padding: 0;
	margin: 0;
	display: flex;
	row-gap: 1.5rem;
	flex-direction: column;
}

@media (max-width: 1024px) {
	ul.register {
		row-gap: 1rem;
	}
}

ul.register li {
	list-style: none;
	margin: 0 auto;
}

ul.register li {
	width: 100%;
}

ul.register li.nopad {
	padding-bottom: 0;
}

.step {
	display: none;
	height: 100%;
}

.img-filled {
	display: block;
	max-width: 95%;
	margin: 0 auto;
}

.img-semi-filled {
	display: block;
	max-width: 70%;
	margin: 0 auto;
}

.img-half-filled {
	display: block;
	max-width: 50%;
	margin: 0 auto;
}

#close {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.5;
	z-index: 1000;
	cursor: pointer;
}

@media(hover: hover) and (pointer: fine) {
	#close:hover {
		opacity: 1;
	}
}

#close:before, #close:after {
	position: absolute;
	left: 15px;
	content: "";
	height: 33px;
	width: 3px;
	background-color: var(--white);
}

#close:before {
	transform: rotate(45deg);
}

#close:after {
	transform: rotate(-45deg);
}

#errores p {
	padding-bottom: 0.25rem;
}

.bolded {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.flex {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.flex-col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.flex-col-wider {
	flex: 1.5;
}

.flex-col-nc {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.flex-end {
	justify-content: end !important;
}

.flex-start {
	align-items: flex-start !important;
}

.flex-filler {
	flex: 1;
}

.flex-filler-double {
	flex: 2;
}

.flex-gap-1r {
	gap: 1rem;
}

@media only screen and (max-width: 1024px) {
	.flex-row {
		flex-direction: column;
	}

	.vert-separator {
		padding-top: 2rem;
	}

	.vert-separator-double {
		padding-top: 4rem;
	}
}

.center {
	text-align: center;
}

.middle {
	justify-content: center;
}

.mauto {
	margin: 0 auto;
}

.minw35vw {
	min-width: 35vw;
}

.mw400 {
	max-width: 400px;
}

.mw500 {
	max-width: 500px;
}

.mw600 {
	max-width: 600px;
}

.mw650 {
	max-width: 650px;
}

.mw800 {
	max-width: 800px;
}

.padtop5 {
	padding-top: 5px;
}

.padtop10 {
	padding-top: 10px;
}

.padtop15 {
	padding-top: 15px;
}

.padtop20 {
	padding-top: 20px;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
}

.owl-nav {
	position: fixed;
	width: 94%;
	top: calc(50% - 1rem);
	display: flex;
	left: 3%;
	z-index: -1;
}

.owl-theme .owl-nav .disabled {
	opacity: 0 !important;
}

.owl-prev,
.owl-next {
	height: 2rem;
	flex: 1;
}

.owl-prev svg,
.owl-next svg {
	height: 100%;
	width: auto;
}

.owl-prev {
	text-align: left;
}

.owl-next {
	text-align: right;
}

.owl-carousel .animated {
	animation-duration: 200ms;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.2;
}

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: var(--white);
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes loading {
	from { transform: rotate(0turn); }
	to { transform: rotate(1turn); }
}
