:root{
	/*BOTONES*/
	--padButtonH: calc(var(--size) * 0.7);
	--padButtonW: calc(var(--size) * 1.2);
	--fontButton: calc(var(--fontSize) * 0.9);
	/*PARA QUE EL AJUSTE DE TAMAÑO DE LOS BOTONES/ICONOS SEA AUTOMÁTICO, PERSONALIZAR ESTOS VALORES*/
	--padButtonHMini: calc(var(--padButtonH) * 0.6);
	--padButtonWMini: calc(var(--padButtonW) * 0.8);
	--fontButtonMini: calc(var(--fontButton) * 0.8);
	--padButtonHMed: calc(var(--padButtonH) * 0.8);
	--padButtonWMed: calc(var(--padButtonW) * 1.2);
	--fontButtonMed: calc(var(--fontButton) * 1);
	--padButtonHBig: calc(var(--padButtonH) * 0.9);
	--padButtonWBig: calc(var(--padButtonW) * 1.2);
	--fontButtonBig: calc(var(--fontButton) * 1.1);
	/*ELEMENTOS FORM*/
	--elFormHeight: 3rem;
	--elFormRadius: 0.3rem;
}
html{
	font-size: var(--fontSize);
}
*{
	font-size: calc(0.85rem + 0.15vw);
	scrollbar-width: thin;
}
body{
	line-height: 1.6;
	overflow-x: hidden;
	background: #fff;
	background: linear-gradient(180deg,rgb(255, 255, 255) 150px, rgb(231, 232, 237) 600px);
}
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: "Museo", sans-serif;
}
h2, h2 *{ font-size: calc(1.4rem + 0.8vw); line-height: 1.2;}
h3, h3 *{ font-size: calc(1.3rem + 0.7vw); line-height: 1.2;}
h4, h4 *{ font-size: calc(1.2rem + 0.6vw); line-height: 1.2 }
h5, h5 *{ font-size: calc(1.1rem + 0.5vw); line-height: 1.3; }
h6, h6 *{ font-size: calc(1rem + 0.4vw); line-height: 1.3; }

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: 0.35rem;
	font-weight: 600;
	color: var(--color1_10);
}
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: "Open Sans", 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: var(--padButtonW);
}
[fi="x_header"], [fi="x_footer"]{
	z-index: 20;
}
[fi="x_header"]{
	display: flex;
	height: 56px;
	transition: all 0.3s ease;
	padding: 0.75rem 0px;
}
[fi="x_header"].x_sticky{
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.x_adapt{
	max-width: 1380px;
}
[fi="x_wrap"]{
	/*overflow: clip;*/
	width: 100%;
	min-height: 90vh;
	min-height: 90dvh;
	overflow: hidden;
}
[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, .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_order1{
	order: 1;
}
.x_logo{
	max-width: none;
	height: 100%;
}
[id*="menu-principal"] a, [id*="menu-principal"] a *{
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
	z-index: 11;
}
[id*="menu-principal"] > li{
	position: relative;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
[id*="menu-principal"] .sub-menu{
	background-color: white;
}
[id*="menu-principal"] .sub-menu, #menu-idioma .sub-menu{
	display: none;
	list-style: none;
	margin: 0px;
	padding:	 1.5rem 1.5rem 1rem 1.5rem;
	position: absolute;
	width: 600px;
	top: 38px;
	left: -1.5rem;
	text-align: left;
	z-index: 10;
	border-radius: 0.5rem;	
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 0.75rem;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
}
#menu-idioma .sub-menu{
	width: 70px;
	padding: 1.5rem 1rem 0.5rem 1rem;
	top: 8px;
	left: -9px;
	z-index: 0;
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 77%, rgba(255, 255, 255, 0) 78%);
}
#menu-idioma > li:first-child a{
	pointer-events: none;
	cursor: initial;
}
[id*="menu-principal"] > li:hover .sub-menu{
	display: grid;
}
#menu-idioma li:hover + .sub-menu, #menu-idioma .sub-menu:hover{
	display: block;
}
[id*="menu-principal"] > li:hover > a, [id*="menu-principal"] .sub-menu li a:hover, [id*="menu-principal"] > li > a.current-menu-item{
	color: var(--color1_8);
}
[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 var(--color9_5);
	padding-bottom: 0.75rem;
}
#menu-idioma .sub-menu li{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
}
#menu-idioma .sub-menu li:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
#menu-idioma li img{
	width: 20px !important;
	height: auto !important;
}
[fi="x_lang"]{
	padding-left: 1rem;
}
[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_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;
}
[fi="x_main"] .x_mark:not(.x_breadcrumb){
	font-weight: inherit;
	border: 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;
	box-shadow: none;
	border: 1px solid var(--color8_2) !important;
}
.x_breadcrumb > ul{
	padding: calc(var(--size) * 0.4);
}
.x_breadcrumb ul *{
	font-size: 12px;
	font-weight: 600;
}
[fi="x_footer"]{
	background: var(--color1_10);
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
[fi="x_footer"] .x_logo_b{
	width: 120px;
	margin-right: -30px; 
}
[fi="x_footer"] a, [fi="x_footer"] .x_a{
	color: #fff;
}
[fi="x_footer"] a:hover, [fi="x_footer"] .x_a:hover{
	color: #81d4f5
}
[fi="x_footer"] .x_images{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 90px;
	column-gap: 1rem;
}
[fi="x_footer"] .x_images > *{
	flex: 0 0 auto;
	height: 70px;
}
[fi="x_footer"] .x_images img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
[fi="x_footer"] .x_images img[src*="softdoit"]{
	padding: 10px 0px;
}
.x_footer_modules{
	font-size: 0.8rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 4rem;
	grid-row-gap: 3rem;
}
.x_footer_modules *:not([class*="x_fs"]){
	font-size: 0.8rem;
}
.x_footer_modules > *{
	padding-top: 1.35rem;
}
.x_footer_modules > *:first-child{
	padding-top: 0px;
}
.x_follow_icons img{
	width: 36px;
}
.x_share_icons > *{
	display: block;
	flex:0 0 2.2rem;
	border-radius: 0.2rem;
	height: 2.2rem;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.fbButton{
	background-image:url(../img/icon_share_fb.svg);
	background-color: #3b5998;
}
.fbButton:hover{
	background-color: #5778bd;
}
.lkButton{
	background-image:url(../img/icon_share_lk.svg);
	background-color: #0a66c2;
}
.lkButton:hover{
	background-color: #1d82e7;
}
.rdButton{
	background-image:url(../img/icon_reddit.svg);
	background-color: #ff4500;
}
.rdButton:hover{
	background-color: #ff8142;
}
.twButton{	
	background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
	background-color: #1d9bf0;
}
.twButton:hover{
	background-color: #0c7abf;
}
.mlButton{
	background-image:url(../img/icon_mail.svg);
	background-color: #aaaaaa;
}
.mlButton:hover{
	background-color: #cccccc;
}

@media screen and (min-width: 760px){
	[fi="x_header"]{
		height: 76px;
		padding: 1rem 0px;
	}
	.x_media_animate .x_media img{
		min-width: 100vw;
		min-width: 100dvw;
	}
	.x_footer_modules{
		grid-template-columns: repeat(2, 1fr);
	}
	.x_footer_modules > *:first-child{
		grid-column: 1 / span 2;
	}
}
@media screen and (min-width: 1000px){
	.x_boxes3_child, .x_boxes5_child{
		font-size: 95%;
	}
	[id*="menu-principal"] .sub-menu li:nth-last-child(1), [id*="menu-principal"] .sub-menu li:nth-last-child(2){
		border-bottom: 0px;
	}
	.x_footer_modules{
		grid-template-columns: 1.5fr repeat(2, 1fr);
	}
	.x_footer_modules > *:first-child{
		grid-column: 1 / span 1;
	}
	.x_footer_modules ul{
		padding-left: 1rem;
	}
}
@media screen and (min-width: 1260px){
	[id*="menu-principal"] a, [id*="menu-principal"] a *{
		font-size: 0.9rem;
	}
	.x_boxes4_child *{
		font-size: calc(0.8rem + 0.1vw);
	}
}
@media screen and (min-width: 1580px){
	.x_boxes5_child *{
		font-size: calc(0.8rem + 0.1vw);
	}
}
@media screen and (max-width: 1099.99px){
	[fi="x_show_menu"]{
		display: inline-block;
		vertical-align: middle;
		padding-left: 1.25rem;
	}
	[fi="x_show_menu"] *{
		display: block;
		width: 26px;
		height: 26px;
		cursor: pointer;
		background-image: url(../img/icon_menu.svg);
		background-size: 96%;
		background-repeat: no-repeat;
		background-position: center;
	}
	[fi="x_header"]{
		position: sticky;
		top: 0px;
	}
	[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: fixed;
		z-index: 50;
		right: 0px;
		background-color: #fff;
		width: 100%;
		height: auto;
		max-height: 100dvh;
		overflow: auto;
		top: 0px;
		padding-top: 76px;
	}
	[fi="x_nav"].x_active{
		display: block;
	}
	[id*="menu-principal"] > li{
		margin-left: 0px;
		display: block;
		border-top: 1px solid #e7e8ed;
		padding: 0px;
	}
	[id*="menu-principal"] > li > a{
		display: block;
		padding: 0.75rem 0px;
	}
	[id*="menu-principal"] > li:last-child{
		border-bottom: 1px solid #e7e8ed;
	}
	[id*="menu-principal"] .sub-menu{
		display: block !important;
		position: relative;
		padding: 0px;
		text-align: center;
		width: 100%;
		border-radius: 0px;
		box-shadow: none;
		top: auto;
		left: auto;
	}
	[id*="menu-principal"] .sub-menu li{
		padding: 0.5rem 1rem;
		background-color: #f7f8fd;
		border-top: 1px solid #e7e8ed;
		border-bottom: 0px;
	}
}
@media screen and (max-width: 999.99px){
	.x_footer_modules{
		text-align: center;
	}
	.x_footer_modules ul{
		padding: 0px;
		list-style: none;
	}
	.x_footer_modules .x_flex, [fi="x_footer"] .x_images{
		justify-content: center;
	}
	.x_footer_modules > *:first-child .x_maxw4{
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 759.99px){
	[fi="x_nav"]{
		padding-top: 56px;
	}
	.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;
	}
}
@media screen and (max-width: 459.99px){
	[fi="x_header"] .x_mark{
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
		letter-spacing: -0.02rem;
	}
	[fi="x_lang"]{
		padding-left: 1rem;
	}
	[fi="x_show_menu"]{
		padding-left: 1rem;
	}	
}
@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; }
}