@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Open Sans Condensed";
	src: url("../../embed/fonts/open-sans-condensed/OpenSans-CondBold.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 800;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -3px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: rgb(216.75, 216.75, 216.75);
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	-ms-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
}

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

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.3;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #F3410E;
	--yellow: #FDE900;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #FFFFFF;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--grey: #424242;
	--fucsia: #EA5198;
	--black: #000000;
	--link-color: #F3410E;
	--container-width: 1324px;
	--container-width-small: 870px;
	--container-padding: 20px;
	--font-family-title: Antonio, sans-serif;
	--font-family-text: Lato, sans-serif;
	--font-family-menu: Chronic Regular, sans-serif;
	--font-family-buttons: Open Sans Condensed, sans-serif;
	--font-family-opensans: Open Sans, sans-serif;
	--font-family-opensanscondensed: Open Sans Condensed, sans-serif;
	--font-weight: 800;
	--font-size-h1: 4.38rem;
	--font-size-h2: 3.38rem;
	--font-size-h3: 2.5rem;
	--font-size-h4: 1.38rem;
	--line-height-h1: 1.2;
	--line-height-h2: 1.2;
	--line-height-h3: 1.2;
	--line-height-h4: 1.2;
	--line-height-text: 1.75;
	--font-size-button: 1.38rem;
	--color-button: var(--white);
	--button-color: var(--white);
	--bg-color-button: var(--fucsia);
	--menu-font-size: 1.25rem;
	--row-gap-paragraph: 0rem;
	--padding-top-mobile: 60px;
}

.link a,
.link span,
.link button,
.link input[type=submit] {
	text-decoration: underline;
	color: var(--fucsia);
	font-weight: 700;
	border: none;
}

.link a.button,
.link span.button,
.link button.button,
.link input[type=submit].button {
	margin: auto;
	font-family: var(--font-family-buttons);
	font-size: var(--font-size-button);
	text-transform: uppercase;
	background-color: var(--bg-color-button);
	color: var(--color-button);
	padding: 0.63rem 1.56rem 0.94rem;
	border-radius: 5.63rem;
	display: block;
	cursor: pointer;
	max-width: max-content;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	text-decoration: none;
	transition: all 0.2s;
}

.link a.button:hover,
.link span.button:hover,
.link button.button:hover,
.link input[type=submit].button:hover {
	background-color: #db3a0d;
	border: 2px solid var(--border-hover-button);
	color: var(--color-button);
	transition: all 0.2s;
}

form input[type=submit] {
	margin: auto;
	font-family: var(--font-family-buttons);
	font-size: var(--font-size-button);
	text-transform: uppercase;
	background-color: var(--bg-color-button);
	font-weight: var(--font-weight);
	color: var(--color-button);
	padding: 0.63rem 1.5rem 0.94rem;
	border-radius: 5.63rem;
	display: block;
	cursor: pointer;
	max-width: max-content;
	text-decoration: none;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	text-decoration: none;
	transition: all 0.2s;
	border: none;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

html {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	background-color: var(--white);
}

.footer-wrapper::before {
	background-color: #FFF;
}

* {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	color: var(--grey);
}

body {
	margin: 0;
}

.container {
	max-width: var(--container-width);
	width: 100%;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	margin-left: auto;
	margin-right: auto;
}

.container.small {
	max-width: var(--container-width-small);
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

video {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

.visually-hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.paragraphs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: var(--row-gap-paragraph);
	margin-bottom: var(--row-gap-paragraph);
}

.flex-gap-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: var(--row-gap-paragraph);
}

.text {
	font-size: 16px;
	color: var(--grey);
}

.visual-mobile {
	display: none;
}

.link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 2rem;
}

#custom-fullscreen-loader .loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #fff;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

.no-visual {
	margin-top: 6.25rem;
}

main {
	padding-top: calc(3.81rem + 56px);
	min-height: calc(100vh - 3.81rem - 55px);
	background-color: #FFF;
}

.main-menu-gpp {
	height: 3.81rem;
	background-color: #FFF;
	font-family: var(--font-family-menu);
	font-size: 1.25rem;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 56px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

.main-menu-gpp.opened .btn-close {
	display: none;
}

.main-menu-gpp .btn-close {
	display: none;
}

.main-menu-gpp ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-menu-gpp ul li {
	margin: 0 0.94rem;
}

.main-menu-gpp ul li .btn-arrow-menu {
	width: 38px;
	height: 38px;
}

.main-menu-gpp ul li.duplicated {
	display: none; /*
  @include mediaOnly(sm) {
    &:after {
      content: '';
      background-image: url("../images/icons/arrow-down-menu.svg");
      width: 38px;
      height: 38px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  }

   */
}

.main-menu-gpp ul li.duplicated.hide {
	display: none;
}

.main-menu-gpp ul li a {
	color: var(--grey);
	font-family: var(--font-family-menu);
}

.main-menu-gpp ul li a.is-active {
	color: var(--orange);
}

.error-dialog {
	background-color: #FFF;
	border-radius: 3.13rem;
	padding: 3rem 2.5rem;
	text-align: center;
}

.error-dialog .error-message {
	font-size: 1.13rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
}

.error-dialog .ui-widget-header {
	background-color: transparent;
	border: none;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	position: unset;
}

.error-dialog-titlebar {
	position: unset;
	padding: 0;
}

.error-dialog-title {
	float: none;
	text-overflow: unset;
	overflow: unset;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	font-family: var(--font-family-title);
	display: block;
	width: 100%;
}

.error-dialog-content {
	padding: 0;
}

.error-dialog .ui-dialog-titlebar-close {
	position: absolute;
	bottom: -50px;
	top: auto;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.error-dialog .ui-dialog-titlebar {
	padding: 0;
}

.error-dialog .ui-dialog-titlebar-close {
	right: auto;
	width: 30px;
	margin: 0;
	padding: 1px;
	height: 30px;
	border-radius: 30px;
	border: none;
	background-color: var(--orange);
}

.error-dialog .ui-dialog-title {
	margin: 0;
	width: 100%;
	display: block;
	float: none;
	overflow: auto;
	text-overflow: unset;
	font-size: 2.5rem;
	font-family: var(--font-family-title);
	padding-bottom: 1rem;
}

.error-dialog .ui-dialog-content {
	padding: 0;
}

.ui-button .ui-icon {
	background-image: none;
}

.ui-button .ui-icon-closethick:after {
	content: "x";
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	text-indent: 0;
	font-size: 1.3rem;
}

.ui-button-icon-space {
	display: none;
}

.n-landing-page-full {
	padding: 0 0 3.75rem;
}

article a {
	font-size: 16px;
	color: var(--fucsia);
	text-decoration: underline;
}

.is-frontpage #block-main-theme-content article > .paragraphs {
	background-image: url("../images/sfumatura.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.is-node.is-frontpage .n-landing-page-full,
.content-type-landing_page:not(.show-logo) .n-landing-page-full {
	padding-top: 0 !important;
}

.nid-4 main,
.nid-5 main {
	padding-top: 3rem;
	min-height: calc(100vh - 3rem);
}

.nid-4 .visore-title,
.nid-5 .visore-title {
	top: -10% !important;
}

.nid-4 .visore-title h1.title-h1,
.nid-5 .visore-title h1.title-h1 {
	font-size: calc(var(--font-size-h1) * 0.9);
}

.custom-service-page:not(.page-instant-win),
body.show-logo article.n-landing-page-full,
body.route-lead-registration_form article.n-landing-page-full {
	position: relative;
	padding-top: 40px !important;
	overflow: visible !important;
}

.custom-service-page:not(.page-instant-win):before,
body.show-logo article.n-landing-page-full:before,
body.route-lead-registration_form article.n-landing-page-full:before {
	content: "";
	display: block;
	background-image: url("../images/logo-bueno.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12.25rem;
	height: 6.88rem;
	position: absolute;
	top: 0px;
	left: 20px;
}

#header {
	z-index: 100;
}

#header .bdi-local-activation-skip-link,
#header .bdi-local-activation-visually-hidden {
	display: none;
}

.route-instant_win-win_page .page-instant-win,
.route-instant_win-lose_page .page-instant-win {
	padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-instant-win .title {
	text-align: center;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.page-instant-win .title span {
	color: var(--fucsia);
}

#visore {
	position: relative;
}

#visore .visore-title {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	padding-bottom: 5%;
}

.p-title-text.buttonbefore .link {
	margin: 1rem 0;
}

.p-slider.noslider .paragraphs {
	margin-top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 1.25rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-slider.noslider .paragraphs .p-editorial {
	width: calc(33.3333333333% - 40px);
}

#vuelo-hotel-concierto {
	margin-bottom: 3.2840722496vw;
	position: relative;
}

#vuelo-hotel-concierto:after {
	content: "";
	width: 106px;
	height: 90px;
	position: absolute;
	bottom: -45px;
	left: 30px;
	background-image: url("../images/music-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#puedes-partecipar {
	position: relative;
}

#gana-viaje {
	margin-top: 100px;
}

#gana-viaje .paragraphs {
	-ms-flex-align: start;
	align-items: start;
}

#gana-viaje .paragraphs .p-editorial--content {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 5px;
}

#gana-viaje .paragraphs .p-editorial--content .media-image {
	height: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#gana-viaje .paragraphs .p-editorial--content .media-image img {
	width: 130px;
}

#gana-viaje .paragraphs .p-editorial--content .p-editorial--text {
	padding: 0px;
	width: 100%;
	margin: none;
	text-align: center;
}

#gana-viaje .paragraphs .p-editorial--content .p-editorial--text strong {
	color: var(--fucsia);
}

#conditions {
	margin-top: 100px;
}

#conditions .text {
	font-size: 16px;
}

#block-main-theme-leadregistertext {
	text-align: center;
	max-width: var(--container-width-small);
	margin: auto;
	padding: 3.13rem 0;
}

#block-main-theme-leadregistertext .text {
	font-size: 13px;
}

#block-main-theme-leadregistertext .body a {
	color: var(--fucsia);
	text-decoration: underline;
}

form.lead-registration-form .flex-form {
	margin-bottom: 80px;
}

form.lead-registration-form .promo-wrapper {
	position: relative;
	background-image: url("../images/sfumatura.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 50px 0; /*
  &:before {
    content: '';
    background-image: url("../images/music-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 80px;
    left: 100px;
    width: 72px;
    height: 69px;
    @include mediaOnly(sm){
      display: none !important;
    }
  }
  &:after {
    content: '';
    background-image: url("../images/music-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 80px;
    right: 100px;
    width: 72px;
    height: 69px;
    @include mediaOnly(sm){
      display: none !important;
    }
  }

   */
}

form.lead-registration-form .promo-wrapper .flex-gap-container .title.title-h2 {
	color: var(--fucsia);
}

form.lead-registration-form .promo-wrapper .flex-gap-container .text {
	padding: 30px 0;
}

form.lead-registration-form .promo-wrapper a {
	font-weight: bold;
	font-size: 16px;
	color: var(--fucsia);
	text-decoration: underline;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.modal.show {
	display: block;
}

.modal .modal-dialog {
	max-width: 600px !important;
}

.modal .modal-content {
	padding: 40px;
	text-align: center;
}

.modal .modal-content .modal__title {
	margin-bottom: 20px;
}

.modal .modal-content .modal__title span {
	color: var(--fucsia);
}

.modal .modal-content .modal__text {
	margin-bottom: 20px;
}

.modal .modal-content .modal__close:before {
	content: "";
	background-image: url("../images/icons/close.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: inline-block;
	text-align: right;
}

form.custom-contact-form {
	padding-bottom: 50px !important;
}

form .content-privacy-subtext {
	color: var(--fucsia);
	font-size: 14px;
}

form .form-item.form-type-textfield label,
form .form-item.form-type-email label,
form .form-item.form-type-textarea label {
	font-family: var(--font-family-opensans) !important;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--fucsia) !important;
}

form .form-item.form-type-textfield label:after,
form .form-item.form-type-email label:after,
form .form-item.form-type-textarea label:after {
	margin-left: 5px;
	color: var(--fucsia) !important;
}

form .form-item.form-type-textfield input,
form .form-item.form-type-email input,
form .form-item.form-type-textarea input {
	width: 100%;
}

form .lead-form-markup {
	width: 100%;
	text-align: left !important;
	margin: 0 0 2.5rem 0;
	font-family: var(--font-family-text) !important;
	font-size: 14px !important;
}

form .lead-form-markup a {
	color: var(--fucsia) !important;
	text-decoration: underline;
}

.nid-3 .title-h1,
.nid-3 .title-h2,
.nid-3 .title-h3,
.nid-3 .title-h4,
.nid-3 .title-h5,
.nid-3 .title-h6 {
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
}

.nid-3 .title-h1 {
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.nid-3 .p-title-text {
	margin-bottom: 30px;
}

.p-tables--content h1.title-h1 {
	font-size: var(--font-size-h1);
}

.p-tables--content .tabs-nav {
	display: none;
}

.p-tables--content .tabs-content {
	text-align: center;
}

.p-tables--content .tabs-content .table {
	border-color: var(--fucsia);
	margin-top: 40px;
}

.p-tables--content .tabs-content table thead,
.p-tables--content .tabs-content table tbody {
	background-color: var(--white);
}

.p-tables--content .tabs-content table thead th,
.p-tables--content .tabs-content table thead td,
.p-tables--content .tabs-content table tbody th,
.p-tables--content .tabs-content table tbody td {
	font-family: var(--font-family-title) !important;
	text-align: center;
	color: var(--fucsia);
	font-size: var(--font-size-h2);
	text-transform: uppercase;
	font-weight: 800;
}

.p-tables--content .tabs-content table thead {
	background-color: var(--yellow);
}

.route-contact-form .custom-service-page {
	background: linear-gradient(180deg, #FFFFFF 50%, #FDE900);
}

.route-contact-form .footer-wrapper:before {
	background-color: #FDE900;
}

.nid-12 article.n-landing-page-full .paragraphs .link,
.nud-13 article.n-landing-page-full .paragraphs .link {
	margin-top: 0;
	font-size: 16px;
}

.nid-12 article.n-landing-page-full .paragraphs h1,
.nud-13 article.n-landing-page-full .paragraphs h1 {
	margin: 10px 0;
}

@media (prefers-reduced-motion: reduce) {

.modal.fade .modal-dialog {
	transition: none;
}

}

@media (min-width: 640px) {

.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
}

.modal-dialog-scrollable {
	max-height: calc(100% - 3.5rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
	min-height: calc(100% - 3.5rem);
}

.modal-dialog-centered::before {
	height: calc(100vh - 3.5rem);
	height: min-content;
}

.modal-sm {
	max-width: 300px;
}

}

@media (min-width: 1024px) {

#vuelo-hotel-concierto:before {
	content: "";
	width: 106px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 30px;
	background-image: url("../images/music-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#puedes-partecipar h2.title-h2 br:nth-child(1) {
	display: none;
}

#puedes-partecipar:before {
	content: "";
	width: 106px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 30px;
	background-image: url("../images/music-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.modal .modal-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.modal .modal-content .modal__close {
	text-align: right;
	position: relative;
	top: -20px;
}

}

@media (min-width: 1200px) {

.modal-lg,
.modal-xl {
	max-width: 800px;
}

.main-menu-gpp {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 5px;
}

.main-menu-gpp .container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-menu-gpp ul {
	margin-right: 4px;
}

}

@media (min-width: 1440px) {

.modal-xl {
	max-width: 1140px;
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

@media (max-width: 1024px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1023px) {

:root {
	--font-size-h1: 2.5rem;
	--font-size-h2: 2.25rem;
	--font-size-h3: 1.88rem;
	--font-size-h4: 1.25rem;
}

.link a.button,
.link span.button,
.link button.button,
.link input[type=submit].button {
	padding: 10px 35px;
	font-size: 16px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.text {
	font-size: 16px;
}

.visual {
	display: none;
}

.visual-mobile {
	display: block;
}

main {
	padding-top: 50px;
}

.main-menu-gpp {
	text-align: center;
	height: auto;
	font-size: 24px;
	border-radius: 0px 0px 25px 25px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	margin-top: 50px;
}

.main-menu-gpp.opened .btn-close {
	display: block;
	position: absolute;
	right: 20px;
	z-index: 2;
	top: 10px;
	transition: all 0.6s ease-in-out;
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.main-menu-gpp .btn-close {
	display: block;
	position: absolute;
	right: 20px;
	z-index: 2;
	top: 10px;
	transition: all 0.6s ease-in-out;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-menu-gpp.close ul {
	height: 58px;
}

.main-menu-gpp ul {
	-ms-flex-direction: column;
	flex-direction: column;
	transition: all 0.6s ease-in-out;
}

.main-menu-gpp ul li {
	padding: 16px 0;
	border-bottom: 1px solid var(--grey);
	position: relative;
}

.main-menu-gpp ul li:last-child {
	border: none;
}

.main-menu-gpp ul li.duplicated {
	display: block;
	position: absolute;
	width: 90%;
	top: 0;
	background-color: #FFF;
	box-sizing: border-box;
	left: 50%;
	padding: 16px 20px;
	z-index: 1;
	border-bottom: navajowhite;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
}

.error-dialog {
	width: 90% !important;
	left: 50% !important;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.n-landing-page-full {
	padding-top: var(--padding-top-mobile);
}

.main-menu-gpp {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
}

.main-menu-gpp ul li:last-child {
	border-bottom: none !important;
}

.is-frontpage .main-menu-gpp ul li:nth-last-child(2) {
	border-bottom: none !important;
}

.nid-4 .visore-title,
.nid-5 .visore-title {
	padding-bottom: 0% !important;
}

.custom-service-page:not(.page-instant-win),
body.show-logo article.n-landing-page-full,
body.route-lead-registration_form article.n-landing-page-full {
	padding-top: 60px !important;
}

.custom-service-page:not(.page-instant-win):before,
body.show-logo article.n-landing-page-full:before,
body.route-lead-registration_form article.n-landing-page-full:before {
	position: relative;
	margin: auto;
	width: 142px !important;
	top: 0px;
	left: 0px;
}

#header {
	min-height: auto !important;
	height: 50px;
}

#block-kinder-theme-branding,
.bdi-local-activation-menu--main-wrapper {
	height: 50px;
}

#visore .visore-title {
	padding-bottom: 20%;
}

.p-slider.noslider .paragraphs {
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-slider.noslider .paragraphs .p-editorial {
	width: 90vw;
	margin: auto;
}

#vuelo-hotel-concierto:after {
	width: 50px;
	height: 40px;
}

#como-partecipar .paragraphs {
	margin: 30px 0;
}

#gana-viaje .paragraphs {
	margin: 30px 0;
}

#gana-viaje .paragraphs .p-editorial--content .media-image {
	height: 130px;
}

#gana-viaje .paragraphs .p-editorial--content .media-image img {
	max-height: 130px;
}

#block-main-theme-leadregistertext {
	max-width: 90vw;
}

.modal .modal-content .modal__title span {
	display: block;
}

.modal .modal-content .modal__close {
	margin-top: 20px;
}

form .phone-field-wrapper {
	width: 100%;
}

.p-tables--content .tabs-content table thead th,
.p-tables--content .tabs-content table thead td,
.p-tables--content .tabs-content table tbody th,
.p-tables--content .tabs-content table tbody td {
	font-size: var(--font-size-h3) !important;
}

.nid-12 article.n-landing-page-full .paragraphs h1,
.nud-13 article.n-landing-page-full .paragraphs h1 {
	font-size: 34px;
}

.nid-12 article.n-landing-page-full .paragraphs .text,
.nud-13 article.n-landing-page-full .paragraphs .text {
	font-size: 18px;
}

}

@keyframes spin {

to {
	transform: rotate(360deg);
}

}

