:root{
	--lineHeight: 1.8;
	--buttonPadBig: 1rem;
	--buttonPadMed: 0.9rem;
	--buttonPad: 0.8rem;
	--buttonPadMini: 0.75rem;
	--buttonPadLat: 1.5rem;
	--buttonFontBig: 1.2rem;
	--buttonFontMed: 1.1rem;
	--buttonFont: 1.1rem;
	--buttonFontMini: 0.9rem;
	--buttonIcon: 1.4rem;
	--elFormHeight: 46px;
	--elFormRadius: 0.3rem;
}
html{
	font-size: var(--fontSize);
}
*{
	font-family: "Mulish", sans-serif;
	font-size: calc(0.8rem + 0.2vw);
	scrollbar-width: thin;
}
body{
	line-height: 1.8;
	overflow-x: hidden;
	background: #fff;
}
img{
	height: auto;
}
textarea{
	min-height: 180px;
}
h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
	font-size: calc(1.5rem + 1.2vw);
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
h2, h2 *{ font-size: calc(1.6rem + 1vw); line-height: 1.2;}
h3, h3 *{ font-size: calc(1.5rem + 0.9vw); line-height: 1.2;}
h4, h4 *{ font-size: calc(1.4rem + 0.8vw); line-height: 1.2 }
h5, h5 *{ font-size: calc(1.3rem + 0.7vw); line-height: 1.3; }
h6, h6 *{ font-size: calc(1.2rem + 0.6vw); line-height: 1.3; }

.simplePage h2, .simplePage h2 *{ font-size: calc(0.95rem + 0.95vw);}
.simplePage h3, .simplePage h3 *{ font-size: calc(0.9rem + 0.9vw);}
.simplePage h4, .simplePage h4 *{ font-size: calc(0.85rem + 0.85vw);}
.simplePage h5, .simplePage h5 *{ font-size: calc(0.8rem + 0.8vw);}
.simplePage h6, .simplePage h6 *{ font-size: calc(0.75rem + 0.75vw);}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *{
	margin-top: 1.6rem;
}
h1 + .x_claim, h2 + .x_claim, h3 + .x_claim, h4 + .x_claim, h5 + .x_claim, h6 + .x_claim{
	margin-top: 0px;
	font-weight: 300;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #2cb6ef 0%, #4a438e 100%);
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
	margin-top: 2.6rem;
}
body .x_sans, body .x_sans *{
	font-family: "Mulish", sans-serif;
}
.x_claim:not([class*="-font-size"]){
	font-size: calc(1rem + 0.25vw);
}
.x_claim{
	margin-top: 0px;
	margin-bottom: 1.6rem;
}
.x_grid_2l, .x_grid_2r, .x_grid_2l_child > *, .x_grid_2r_child > *{
	  grid-gap: 1.6rem 4rem;
}
.x_i::before, .x_i_child > ::before{
	left: calc(var(--buttonPadLat) - 3px);
}
[fi="x_header"]{
	width: 100%;
	z-index: 6;
}
[fi="x_header"] > .x_adapt{
	position: absolute;
	z-index: 3;
	top: 0px;
	transform: translateX(-50%);
	margin-left: 50%;
	padding: 1rem 0px 4vh 0px;
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
	align-items: center;
	color: #fff;
}
[fi="x_header"]::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 100%);
}
[fi="x_header"] .x_ratio16_9{
	max-height: 100vh;
	max-height: 100dvh;
	min-height: 540px;
}
[fi="x_header"] .x_ratio2_1, [fi="x_header"] .x_ratio3_2{
	max-height: 100vh;
	max-height: 100dvh;
	min-height: 300px;
}
[fi="x_header"] h1{
	color: #fff;
}
[fi="x_header"] h1 span, .titleLines{
	display: block;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	font-size: calc(2.25rem + 3.625vw);
	line-height: 0.85;
}
[fi="x_header"].x_h_type2 h1 span{
	font-size: calc(2rem + 1.5vw);
}
[fi="x_header"].x_h_type3 h1 span:last-child{
	font-size: calc(1.5rem + 1.2vw);
	line-height: 1.1;
}
[fi="x_header"] h1 span:first-child, .titleLines::first-line{
	font-size: calc(1.8rem + 2.9vw);
	color: #ffa800;
}
[fi="x_header"] .x_ratio2_1, [fi="x_header"] .x_ratio2_1_child > *{
	max-height: 300px;
}
[fi="x_header"] .x_ratio3_2, [fi="x_header"] .x_ratio3_2_child > *{
	max-height: 440px;
}
[fi="x_header"] .x_ratio16_9 img{
	filter: brightness(110%) contrast(110%);
}
img.watermark{
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 860px;
	height: 860px;
	transform: translate(30%, -50%);
	right: 0%;
	opacity: 0.05;	
	max-width: none;
	object-fit: contain;
}
.valorations .txt{
	float: right;
	max-width: 340px;
}
.valorations .txt *{
	font-size: 0.75rem;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	line-height: 1.6;
}
.valorations .txt .x_bold{
	font-weight: 800;
	font-style: normal;
}
.valorations img{
	width: 120px;
}
.x_adapt{
	max-width: 1700px;
}
[fi="x_wrap"]{
	/*overflow: clip;*/
	width: 100%;
	overflow: hidden;
}
[fi="x_main"]{
	z-index: 5;
}
[fi="x_main"] > *:not(.x_module, img){
	width: 90%;
	max-width: 1380px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
[fi="x_main"] > *:last-child:not(.x_module){
	padding-bottom: 4rem;
}
.x_module:not(.x_media_animate) > .wp-block-group__inner-container, .x_module .x_adapt{
	position: relative;
	overflow: hidden;
}
.x_module .x_adapt{
	z-index: 2;
}
.x_module .x_adapt:not([class*="x_pt"]){ padding-top: 4rem; }
.x_module .x_adapt:not([class*="x_pb"]){ padding-bottom: 4rem; }
.x_module .x_adapt:not([class*="x_pl"]){ padding-left: 0rem; }
.x_module .x_adapt:not([class*="x_pr"]){ padding-right: 0rem; }

.x_module .x_media{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.x_module .x_media.x_bg_under{
	width: 75vw;
	width: 75dvw;
	height: 75vw;
	height: 75dvw;
	min-width: 1000px;
	min-height: 1000px;
	max-width: 1800px;
	max-height: 1800px;
	top: 50%;
	left: auto;
	right: -50%;
	z-index: -1;
	transform: none;
	opacity: 0.5;
	transform: translateY(-50%);
}
.x_module .x_media .wp-block-image::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.x_module .x_media.noBefore .wp-block-image::before{
	display: none;
}
.x_module .x_media, .x_module .x_media *{
	display: block;
	width: 100%;
	height: 100%;
}
.x_module img{
	display: block;
}
:not(.x_media) figure:not(.x_circle, .x_w100px, [class*="x_ratio"]) img, :not(.x_media) figure:not(.x_circle)[class*="x_ratio"]{
	border-radius: 0.5rem;
}
.x_media .x_obj_pos_bottom img{
	object-position: bottom;
}
.x_order1{
	order: 1;
}
.x_logo{
	display: block;
	max-width: 100px;
	max-height: 50px;
}
[id*="menu-principal"] a, [id*="menu-principal"] *{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 700;
	z-index: 11;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
[id*="menu-principal"] > li > a:hover, [id*="menu-principal"] .sub-menu li a:hover{
	color: #ffa800;
}
[id*="menu-principal"] > li:hover .sub-menu{
	display: block;
}
[id*="menu-principal"] > li{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
[id*="menu-principal"] > li > span{
	cursor: pointer;
}
[id*="menu-principal"] .sub-menu, #menu-idioma .sub-menu{
	display: none;
	list-style: none;
	margin: 0px;
	padding:	 1rem;
	position: absolute;
	width: 232px;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
	border-radius: 0.5rem;
	background: rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
}
#menu-idioma .sub-menu{
	width: 70px;
	padding: 0.5rem 1rem;
	top: 26px;
}
#menu-idioma > li:first-child a{
	pointer-events: none;
	cursor: initial;
}
#menu-idioma:hover .sub-menu{
	display: block;
}
[id*="menu-principal"] .sub-menu a{
	display: block;
	font-size: 0.8rem;
    line-height: 1.6;
    display: block;
}
[id*="menu-principal"] .sub-menu a .x_block{
	font-weight: 300;
	color: var(--color9_9);
	text-transform: none;
}
[id*="menu-principal"] .sub-menu li, #menu-idioma .sub-menu li{
	border-bottom: 1px dashed #888;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
}
#menu-idioma .sub-menu li{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
}
[id*="menu-principal"] .sub-menu li:last-child, #menu-idioma .sub-menu li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
#menu-idioma li img{
	width: 20px !important;
	height: auto !important;
}
[fi="x_lang"] li{
	padding-left: 0.75rem;
}
[fi="x_lang"] img{
	width: 20px !important;
	height: auto !important;
}
[fi="x_show_menu"] *{
	display: none;
}
[fi="x_nav"], [fi="x_nav"].x_hide{
	display: block;
	padding-top: 0px;
}
.x_media_animate .x_media img{
	width: auto;
	min-width: 200vw;
	min-width: 200dvw;
	height: auto;
	transition: all 0.4s ease;
	animation: rotation 110s linear infinite;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	position: absolute;
}
.x_list1{
	list-style: none;
	padding: 0px;
}
.x_list1 li{
	font-weight: 600;
	padding: 0.7rem 0px;
}
.x_list1:not([class*="x_b"][class*="_child"]){
	border-bottom: 1px solid #e7e7e7;
}
.x_list1 li:not([class*="has-color-"]){
	color: var(--color1_8);
}
.x_list1 li:last-child{
	border-bottom: 0px;
}
.x_circles_parent > *{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.x_circles_parent .x_img_top{
	position: relative;
	z-index: 3;
}
.x_circles_parent .x_img_top + figure{
	position: absolute;
	z-index: 2;
	width: 92%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
}
.x_circles_parent .x_img_top + figure img{
	width: 100%;
	height: 100%;
}
.x_slide.x_active{
	transition: all 1s ease;
	animation: slide_b 1s forwards;
	z-index: 3;
}
.x_slide.x_angle.x_active{
	transition: all 1s ease;
	animation: slide 1s forwards;
}
.x_b_slider > *{
	width: 1.25rem;
	height: 1.25rem;
	background-color: var(--color8_2);
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.2);
}
.x_b_slider > .x_active{
	box-shadow: none;
}
.x_breadcrumb{
	background:none;
	width: auto !important;
	height: auto;
	min-width: 0px !important;
	min-height: 0px !important;
	display: inline-block;
	transform: translateX(-50%);
	left: 50%;
	padding: 6px 16px;
	margin-top: 2rem !important;
	border-radius: 20px;
}
.x_breadcrumb ul *{
	font-size: 12px;
}
[fi="x_footer"]{
	z-index: 20;
	padding-top: 4rem;
	padding-bottom: 4rem;
	border-top: 1px solid #ccc;
}
[fi="x_footer"] .x_logo_b{
	width: 70px;
}
[fi="x_footer"] a, [fi="x_footer"] .x_a{
	color: #000;
	text-decoration: none;
}
[fi="x_footer"] a:hover, [fi="x_footer"] .x_a:hover{
	color: #555
}
[fi="x_footer"] *{
	font-size: 0.85rem;
}
[fi="x_footer"] ul{
	padding-left: 0px;
	list-style-position: inside;
}
[fi="x_footer"] .icon{
	width: 28px;
}
.restaurantes .rest{
	width: 6rem;
	height: 6rem;
	position: absolute;
	z-index: 2;
	margin-top: calc(-3rem - 0.6rem);
	border-radius: 50% !important;
	overflow: hidden;
	background-color: #fff;
	border: 0.6rem solid #fff;
	box-sizing: content-box;
	margin-left: -1.2rem;
}
.restaurantes .wp-block-heading{
	z-index: 3;
}
.x_menu_card *{
	font-size: 0.95rem;
}
.x_menu_card .wp-block-group__inner-container > .x_list{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #000;
}
.x_menu_card figure.x_ratio1_1{
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}
.x_price{
	display: block;
	margin: 1rem auto 0px auto;
	width: 7rem;
	height: 7rem;
	line-height: 6.4rem;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.2);
	background: #FBA308;
	background: linear-gradient(180deg, rgba(251, 163, 8, 1) 0%, rgba(135, 14, 18, 1) 100%);
	border: 4px solid #000;
}
.x_price, .x_price *{
	font-size: 2rem;
	font-weight: bold;
	color: #fff !important;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 760px){
	*{
		font-size: calc(0.9rem + 0.2vw);
	}
	.x_logo{
		max-width: 130px;
		max-height: 70px;
	}
	.x_boxes2[class*="x_colgap"] > *, .x_boxes2_child[class*="x_colgap"] > * > *{
		min-width: 414px;
		max-width: 720px;
	}
	.x_media_animate .x_media img{
		min-width: 100vw;
		min-width: 100dvw;
	}
}
@media screen and (min-width: 1000px){
	.x_boxes3_child, .x_boxes5_child{
		font-size: 95%;
	}
	.valorations .txt{
		max-width: 420px;		
	}
	.valorations .txt *{
		font-size: 0.85rem;
	}
	[fi="x_footer"] .x_logo_b{
		width: 120px;
	}
}
@media screen and (min-width: 1260px){
	[id*="menu-principal"] a, [id*="menu-principal"] *{
		font-size: 0.9rem;
	}
	.x_boxes4_child *{
		font-size: calc(0.8rem + 0.1vw);
	}
	[fi="x_header"] h1 span{
		font-size: calc(2.5rem + 5vw);
	}
	[fi="x_header"] h1 span:first-child{
		font-size: calc(2rem + 4vw);
	}
	[fi="x_header"].x_h_type3 h1 span:first-child{
		font-size: 70px;
	}
	[fi="x_header"].x_h_type2 h1 span:first-child{
		font-size: calc(2.8rem + 2.1vw);
	}
}
@media screen and (min-width: 1580px){
	.x_boxes5_child *{
		font-size: calc(0.8rem + 0.1vw);
	}
	[fi="x_header"] h1 span{
		font-size: 125px;
	}
	[fi="x_header"] h1 span:first-child{
		font-size: 100px;
	}
	.valorations .txt{
		max-width: 450px;
		font-size: 0.9rem;
	}
	.valorations .txt *{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1099.99px){
	[fi="x_header"] .x_mobile{
		display: flex;
		align-items: center;
	}
	[fi="x_lang"]{
		display: inline-block;
	}
	[fi="x_show_menu"]{
		padding-left: 2rem;
	}
	[fi="x_show_menu"] *{
		display: block;
		width: 26px;
		height: 26px;
		cursor: pointer;
		background-image: url(../img/icon_menu.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top -1px center;
	}
	[fi="x_header"] > .x_flex{
		justify-content: space-between;
	}
	[fi="x_header"] > .x_flex > .x_fl_auto{
		z-index: 51;
	}
	[fi="x_nav"], [fi="x_nav"].x_hide{
		display: none;
		position: absolute;
		z-index: 50;
		right: -1rem;
		padding: 1rem;
		width: 300px;
		height: max-content;
		max-height: 100dvh;
		overflow: auto;
		top: 50px;		
    	background: rgba(0,0,0,0.9);
    	box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
	}
	[fi="x_nav"].x_active{
		display: block;
	}
	[id*="menu-principal"] > li{
		margin: 0px;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding: 0.75rem 0px;
	}
	[id*="menu-principal"] > li:first-child{
		padding-top: 0px;
	}
	[id*="menu-principal"] > li a{
		display: block;
		padding: 0.2rem 0px;
	}
	[id*="menu-principal"] > li > span{
		color: #ffa800;
	}
	[id*="menu-principal"] > li:last-child{
		border-bottom: none;
		padding-bottom: 0px;
	}
	[id*="menu-principal"] .sub-menu{
		display: block !important;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		background: none;
		box-shadow: none;
		padding:0px;
		width: 100%;
		text-align: right;
	}
	[id*="menu-principal"] .sub-menu li{
		border: inherit;
		padding-bottom: inherit;
		margin-bottom: inherit;
	}
}
@media screen and (max-width: 759.99px){
	.x_slide.x_angle.x_active{
		transition: all 1s ease;
		animation: slide_b 1s forwards;
	}
	.x_breadcrumb > ul{
		background:none;
		padding: 0.5rem;
		border-bottom: none;
	}
	[fi="x_footer"] .x_flex{
		display: block;
		max-width: 350px;
		margin: 0px auto 40px auto;
		text-align: center;
	}
	[fi="x_footer"] .x_adapt > .x_flex > :last-child > :last-child{
		margin-top: 40px;
	}
	[fi="x_footer"] .x_flex .x_pr10{
		padding-right: 0px;
	}
}
@media screen and (max-width: 459.99px){
	[fi="x_lang"]{
		padding-left: 0.5rem;
	}
}
@keyframes rotation{
	0%{ 	transform: translate(-50%, -50%) rotate(0deg); }
	100%{ transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes slide{
	0%{ 	opacity: 0; transform: rotateX(90deg); }
	100%{ opacity: 1; transform: rotateX(0deg); }
}
@keyframes slide_b{
	0%{ 	opacity: 0; }
	100%{ opacity: 1; }
}
