@import url('https://fonts.googleapis.com/css?family=Material+Icons|Playfair+Display:700,700i|Source+Sans+Pro:200,400,400i,700');
/*===== GOOGLE FONTS =====*/
@import url('https://fonts.googleapis.com/css2?family=Jomolhari&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap');

:root {
	/* font variables */
	
	--font-size: 18px;
	--line-height: 1.7rem;
	--body: 'Jomolhari', sans-serif;
	--body-weight: 400;
	--italic: 'Jomolhari', sans-serif;
	--caption: 'Jomolhari', serif; /*titulos*/
	--caption2: Jomolhari ,serif;
	--caption-weight: 400;
	--light: 'Jomolhari', sans-serif;
	--light-weight: 400;
	--condended: 'Moderustic', sans-serif;
	--condensed-weight: normal;
	--letter-spacing: normal;
	--xfont: 1;
	--h1: 4.25;
	--h2: 2.6;
	--h3: 1.6;
	--h4: 1;
	--h5: 1;
	--lh1: 3;
	--lh2: 2;
	--lh3: 1;
	--lh4: 1;
	--lh5: 1;
	/* */
	/* colors */
	
	--brand: #e0ac69;
	--ok: #739C0D;
	--warning: #f6e635;
	--critical: #c71f2e;
	--unknown: #848283;
	--background: #FFF3EA;
	--hover: #000000;
	--primary: #824f4f;
	--secondary: #848283;
	--disabled: #D3D1D2;
}

@media all and (min-width: 751px) {
	:root {
		/* */
		/* desktop variables */
		
		--font-size: calc(.7 * (1vw + 1vh));
		--line-height: 1.6em;
		--delay: 25%;
		--menu: 1rem;
		/* */
	}
}

@media (orientation: portrait) and (min-width: 751px) {
	:root {
		--font-size: calc(1vw + .875vh) !important;
	}
}

@media all and (max-width: 750px) {
	:root {
		/* */
		/* mobile variables */
		
		--font-size: 5vw;
		--line-height: 1.7rem;
		--menu: 4vw;
		/* */
	}
}
/* simple css main */

*,
*:before,
*:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline-color: transparent;
}

html,
body {
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

html {
	background-color: #fff;
	background-color: var(--background);
}

body {
	position: relative;
	width: 100%;
	max-width: 800px;
	background-color: #fff;
	background-color: var(--background);
	color: #000;
	color: var(--primary);
	float: left;
	margin: 0 auto;
	padding: 0 10%;
}

img {
	position: relative;
	width: 120%;
	height: auto;
	clear: both;
	display: block;
	margin: 1.5rem -10%;
}

.nobg,
no-bg {
	background-color: transparent;
	background-image: none;
}

html>body,
p {
	font-size: var(--font-size);
	line-height: 1.6rem;
	line-height: var(--line-height);
	font-family: "sans serif";
	font-family: Moderustic;
	font-weight: normal;
	font-weight: var(--body-weight);
}


h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.listad,
.caption,
nav a,
nav span {
	font-weight: 500;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-family: sans-serif;
	font-family: Jomolhari;
	font-weight: bold;
	font-weight: var(--caption-weight);
}

.body {
	font-family: var(--body);
}

.monospace {
	font-family: "American Typewriter", 'Courier New', Courier, monospace !important;
	text-align: left;
}

.thin,
.light {
	font-family: sans-serif;
	font-family: var(--light);
	font-weight: lighter;
	font-weight: var(--light-weight);
	letter-spacing: var(--letter-spacing);
}

.condensed {
	font-family: arial narrow, sans-serif;
	font-family: var(--condensed);
	font-weight: normal;
	font-weight: var(--condensed-weight);
	letter-spacing: normal;
}

.blod,
strong {
	font-weight: bold;
	font-weight: var(--caption-weight);
}

em,
cite {
	font-family: var(--italic);
	font-style: italic;
}

aside {
	font-variant: small-caps;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

a {
	background: none;
	text-decoration: none;
}

p a {
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	-webkit-text-decoration-color: var(--critical);
	text-decoration-color: var(--critical);
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

p {
	word-wrap: break-word;
	word-break: normal;
	-webkit-hyphens: auto;
	-webkit-hyphenate-character: \2010;
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-before: 3;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	orphans: 2;
	widows: 2;
	text-align: inherit;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

*+p {
	text-indent: 0;
}

p+*:not(p) {
	margin-top: 1.5rem;
	margin-top: var(--line-height);
}

p+p {
	text-indent: 2em;
	padding: 0;
	margin: 0 inherit;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	letter-spacing: normal;
	letter-spacing: var(--letter-spacing);
	margin-bottom: var(--line-height);
}

h1,
.h1 {
	font-size: calc(var(--h1)*var(--font-size));
	line-height: calc(var(--lh1) * var(--line-height));
}

h2,
.h2 {
	font-size: calc(var(--h2)*var(--font-size));
	line-height: calc(var(--lh2) * var(--line-height));
}

h3,
.h3 {
	font-size: calc(var(--h3)*var(--font-size));
	line-height: calc(var(--lh3) * var(--line-height));
}

h4,
.h4 {
	font-size: calc(var(--h4)*var(--font-size));
	line-height: calc(var(--lh4) * var(--line-height));
}

h5,
.h5 {
	font-size: calc(var(--h5)*var(--font-size));
	line-height: calc(var(--lh5) * var(--line-height));
}

h4,
.h4 {
	text-transform: uppercase;
}

h5,
.h5 {
	font-variant: small-caps;
	letter-spacing: .125rem;
}

h5:before,
.h5:before {
	content: "- ";
}
/* h2 + h3 effect */

.h2+.h3,
h2+.h3,
h2+h3 {
	position: relative;
	clear: both;
	display: block;
	font-style: italic;
	width: 75%;
	/*	margin-top: calc(-1*var(--line-height));*/
	
	margin-bottom: calc(1.25 * var(--line-height));
	padding-bottom: calc(.75 * var(--line-height));
}

.h2+.h3:after,
h2+.h3:after,
h2+h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4em;
	height: 100%;
	max-width: 50%;
	height: .25rem;
	background-color: var(--critical);
}
/* */

blockquote {
	margin: 1.6rem 0 3.2rem 0;
	margin: var(--line-height) 0 calc(2*var(--line-height)) 0;
	padding: 0 1.6rem;
	padding: 0 var(--line-height);
}

small,
.small,
cite {
	display: block;
	font-size: 13px;
	line-height: 1.2rem;
	font-size: calc(var(--font-size) * 0.66667);
	line-height: calc(2/3 * var(--line-height)) !important;
}

object,
embed {
	clear: both;
	height: auto;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: circle;
	padding-left: var(--line-height);
}

ol {
	list-style-type: decimal;
	padding-left: var(--line-height);
}

ul li,
ol li {
	padding-left: 1em;
	padding-bottom: .75rem;
	padding-bottom: calc(.5 * var(--line-height));
	margin: 0;
}

li p,
li ul {
	margin-bottom: 0;
	margin-top: 0;
}

ul,
.ul-none {
	list-style-type: none;
}

.ul-disc {
	list-style-type: disc;
}

.ul-circle {
	list-style-type: circle;
}

.ul-square {
	list-style-type: square;
}

ol,
.ol-decimal {
	list-style-type: decimal;
}

.ol-roman {
	list-style-type: upper-roman;
}

.ol-lower {
	list-style-type: lower-alpha;
}

.ol-upper {
	list-style-type: upper-alpha;
}

main~a>h3 {
	padding: calc(var(--line-height)*4);
}

main>li {
	padding: 0 calc(var(--line-height)*4);
}
/* material icons is hidden for very old browsers */

.nomobile,
.no-mobile,
.material-icons {
	visibility: hidden;
	display: none;
}
/* */
/* css desktop */

@supports ((display: -ms-grid) or (display: grid)) {
	@media all and (min-width: 751px) {
		:root {
			--z-index: 1;
			--opacity: 1;
			--rotate: 0;
		}
		.z-index {
			z-index: var(--z-index);
		}
		.opacity {
			opacity: var(--opacity);
		}
		.rotate {
			-webkit-transform: rotate(var(--rotate));
			transform: rotate(var(--rotate));
		}
		*/ html,
		body,
		p {
			font-size: var(--font-size);
			line-height: var(--line-height);
		}
		/* ajustamos los elementos al tamaño del dispositivo al 100% de alto y de ancho */
		
		section>* {
			display: block;
			z-index: 10;
		}
		p {
			z-index: 11;
		}
		html,
		body,
		main,
		article,
		section,
		footer,
		.full {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0;
			overflow: hidden;
			-webkit-text-size-adjust: 100%;
			background-color: var(--background);
			color: var(--primary);
			box-sizing: border-box;
		}
		body {
			max-width: 100%;
		}
		article {
			margin-top: 2rem;
			height: calc(100% - 2rem);
			overflow: auto;
		}
		section {
			z-index: 2;
			position: sticky;
			position: -webkit-sticky;
			margin-bottom: var(--delay);
			box-shadow: 0 -1px 0 var(--disabled);
		}
		section:first-of-type {
			z-index: 1;
		}
		section:first-of-type,
		footer,
		section .relative {
			position: relative;
			margin-bottom: 0;
			box-shadow: none;
		}
		.fixed {
			position: fixed !important;
		}
		.relative {
			position: relative !important;
		}
		.absolute {
			position: absolute !important;
		}
		.square {
			position: relative;
			height: 100%;
		}
		.square:before {
			content: "";
			display: block;
			padding-top: 100%;
		}
		.square>* {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
		}
		footer {
			height: auto;
		}
		/* oculta las cajas con las siguientes clases, es útil para hacer que algo desaparezca en la versión escritorio y sin embargo aparezca en la versión móvil */
		
		.no,
		.nodesktop,
		.invisible {
			width: 0;
			height: 0;
			display: none;
			visibility: hidden;
			opacity: 0;
			filter: alpha(opacity=0);
		}
		.nomobile,
		.no-mobile {
			visibility: visible;
			display: block;
		}
		/* imágenes */
		
		img,
		video {
			top: 0;
			left: 0;
			margin: 0;
			padding: 0;
			box-shadow: none;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: center center;
			object-position: center center;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			overflow: hidden;
			clear: none;
		}
		img:hover:not(:focus) {
			-webkit-animation-name: imghover;
			animation-name: imghover;
			-webkit-animation-duration: 150ms;
			animation-duration: 150ms;
			-webkit-animation-delay: .1s;
			animation-delay: .1s;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			-webkit-animation-direction: alternate;
			animation-direction: alternate;
		}
		@-webkit-keyframes imghover {
			from {}
			to {
				-webkit-transform: scale(125);
				transform: scale(1.2);
				z-index: 3;
				/*box-shadow: 0 1.75rem 2.5rem -1rem var(--secondary), 0 4px 8px var(--disabled), 0 0 8px var(--disabled) inset;
			*/}
		}
		@keyframes imghover {
			from {}
			to {
				-webkit-transform: scale(1.2);
				transform: scale(1.2);
				z-index: 3;
				/*box-shadow: 0 1.75rem 2.5rem -1rem var(--secondary), 0 4px 8px var(--disabled), 0 0 8px var(--disabled) inset;
			*/}
		}
		.grayscale {
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
		}
		img.hrt,
		img.vrt,
		video.hrt,
		video.vrt {
			background-size: contain;
			-o-object-fit: contain;
			object-fit: contain;
			overflow: hidden;
		}
		video.hrt,
		img.hrt {
			width: 100%;
			height: auto;
		}
		video.vrt,
		img.vrt {
			height: 100%;
			width: auto;
		}
		video.left,
		img.left {
			-o-object-position: left;
			object-position: left;
			background-position: left;
		}
		video.right,
		img.right {
			-o-object-position: right;
			object-position: right;
			background-position: right;
		}
		video.top,
		img.top {
			-o-object-position: top;
			object-position: top;
			background-position: top;
		}
		video.bottom,
		img.bottom {
			-o-object-position: bottom;
			object-position: bottom;
			background-position: bottom;
		}
		/* si la imagen recibe foco se centra y tapa el resto */
		
		/*video:focus,
		img:focus {
			position: absolute;
			display: block;
			clear: both;
			grid-column: 1/-1;
			grid-row: 1/-1;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			width: auto;
			height: auto;
			max-width: 90%;
			max-height: calc(90% - 4rem);
			margin: 0 !important;
			padding: 0 !important;
			-o-object-position: center center;
			object-position: center center;
			background-position: center center;
			z-index: 10;
			background-size: contain;
			-o-object-fit: contain;
			object-fit: contain;
			-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
			border-radius: 0;
			outline: 100vmax solid #888;
			outline: 100vmax solid var(--secondary);
			border: 1rem solid var(--background);
			background-color: var(--background);
			-webkit-animation-name: toauto;
			animation-name: toauto;
			-webkit-animation-duration: 600ms;
			animation-duration: 600ms;
			-webkit-animation-fill-mode: backwards;
			animation-fill-mode: backwards;
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		@-webkit-keyframes toauto {
			from {
				-webkit-transform: translate(-50%, -50%) scale(0);
				transform: translate(-50%, -50%) scale(0);
				outline-color: #444;
				opacity: .5;
			}
			to {
				-webkit-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
				outline-color: #888;
				opacity: 1;
			}
		}
		@keyframes toauto {
			from {
				-webkit-transform: translate(-50%, -50%) scale(0);
				transform: translate(-50%, -50%) scale(0);
				outline-color: #444;
				opacity: .5;
			}
			to {
				-webkit-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
				outline-color: #888;
				opacity: 1;
			}
		}
		img:focus~img {
			display: none;
			visibility: hidden;
		}
		img:focus+figcaption,
		img:focus+.nomobile+figcaption {
			font-size: 2rem;
			line-height: 3rem;
			z-index: 10;
			text-align: center;
			position: fixed;
			left: 0;
			bottom: 0;
			width: 90%;
			text-align: center;
			color: var(--background);
			margin: 0;
			padding: 5% 0 .5rem 5%;
			background-color: transparent;
			text-shadow: none;
		}
		 */
		
		figure>img,
		a>img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.blur {
			-webkit-filter: blur(2px);
			filter: blur(2xp);
		}
		/* overflow y text-indent */
		
		.noscroll,
		.nooverflow,
		.no-scroll,
		.no-overflow {
			overflow: hidden;
		}
		.scroll,
		.overflow-y {
			overflow-y: auto !important;
		}
		.noindent,
		.no-indent {
			text-indent: 0 !important;
		}
		/* br, clear y display block */
		
		.br,
		.clear {
			clear: both;
		}
		.br,
		.block {
			display: block;
		}
		.br {
			position: relative;
		}
		/* modificadores de texto */
		
		.small-caps {
			font-variant: small-caps;
		}
		.upper {
			text-transform: uppercase;
		}
		.text-spacing {
			letter-spacing: var(--letter-spacing);
		}
		.text-center {
			text-align: center !important;
		}
		.text-right {
			text-align: right !important;
		}
		.text-left {
			text-align: left !important;
		}
		.text-justify {
			text-align: justify !important;
		}
		/* font size */
		
		.font-size {
			font-size: calc(var(--font-size) * var(--fsize, 1));
		}
		.font-size-1200 {
			font-size: calc(var(--font-size)*12) !important;
		}
		.font-size-900 {
			font-size: calc(var(--font-size)*9) !important;
		}
		.font-size-600 {
			font-size: calc(var(--font-size)*6) !important;
		}
		.font-size-400 {
			font-size: calc(var(--font-size)*4) !important;
		}
		.font-size-300 {
			font-size: calc(var(--font-size)*3) !important;
		}
		.font-size-250 {
			font-size: calc(var(--font-size)*2.5) !important;
			line-height: calc(1.875 * var(--line-height));
		}
		.font-size-200 {
			font-size: calc(var(--font-size)*2) !important;
		}
		.font-size-150 {
			font-size: calc(var(--font-size)*1.5) !important;
		}
		.font-size-140 {
			font-size: calc(var(--font-size)*1.4) !important;
		}
		.font-size-130 {
			font-size: calc(var(--font-size)*1.3) !important;
		}
		.font-size-120 {
			font-size: calc(var(--font-size)*1.2) !important;
		}
		.font-size-100 {
			font-size: var(--font-size) !important;
		}
		.font-size-75 {
			font-size: calc(var(--font-size)*.75) !important;
		}
		.font-size-50 {
			font-size: calc(var(--font-size)*.5) !important;
		}
		[class^=font-size],
		[class*=font-size] {
			line-height: 1em;
			margin: 0 0 calc((.5em/1rem)*var(--line-height)) 0;
			padding: 0;
		}
		/* float */
		
		.float-left {
			float: left;
		}
		.float-right {
			float: right;
		}
		.top {
			top: 0;
		}
		.bottom {
			bottom: 0;
		}
		.left {
			left: 0;
		}
		.right {
			right: 0;
		}
		.center {
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			height: 100%;
		}
		/* bordes */
		
		[class^=border],
		[class*=" border"] {
			border-width: 2px;
			border-style: none;
			border-color: var(--secondary);
			box-sizing: border-box !important;
		}
		.border {
			border-width: 2px;
			border-style: solid;
		}
		.border-05,
		.border-05em {
			border-width: .5rem;
		}
		.border-1,
		.border-1em {
			border-width: 1rem;
		}
		.border-top {
			border-top-style: solid;
			padding-top: -2px;
		}
		.border-right {
			border-right-style: solid;
		}
		.border-bottom {
			border-bottom-style: solid;
			padding-bottom: -2px;
		}
		.border-left {
			border-left-style: solid;
		}
		/* paddings  */
		
		.padding-05 {
			padding: calc(.5 * var(--line-height));
		}
		.padding,
		.padding-1 {
			padding: var(--line-height);
		}
		.padding-2 {
			padding: calc(2 * var(--line-height));
		}
		.padding-4 {
			padding: calc(4 * var(--line-height));
		}
		.padding-left {
			padding-left: var(--line-height) !important;
		}
		.padding-right {
			padding-right: var(--line-height) !important;
		}
		.padding-both {
			padding-left: var(--line-height) !important;
			padding-right: var(--line-height) !important;
		}
		.padding-top {
			padding-top: var(--line-height) !important;
		}
		.padding-bottom {
			padding-bottom: var(--line-height) !important;
		}
		.padding-title {
			padding: calc( .5 * var(--line-height)) var(--line-height) !important;
		}
		.padding-small {
			margin: .25rem;
			padding: .25rem;
		}
		/* margins */
		
		.margin,
		.margin-1 {
			margin: var(--line-height);
		}
		.margin-2 {
			margin: calc(2 * var(--line-height));
		}
		.margin-4 {
			margin: calc(4 * var(--line-height));
		}
		.margin-left {
			margin-left: var(--line-height) !important;
		}
		.margin-right {
			margin-right: var(--line-height) !important;
		}
		.margin-both {
			margin-left: var(--line-height) !important;
			margin-right: var(--line-height) !important;
		}
		.margin-top {
			margin-top: var(--line-height) !important;
		}
		.margin-bottom {
			margin-bottom: var(--line-height) !important;
		}
		/* */
		
		.no-padding,
		.nopadding {
			margin: 0 !important;
			padding: 0 !important;
		}
		/*columns */
		
		[class^=columns-],
		[class*=columns-] {
			orphans: 2;
			widows: 2;
			-webkit-column-gap: calc(var(--col-gap, var(--gap, 1)) * var(--line-height));
			-moz-column-gap: calc(var(--col-gap, var(--gap, 1)) * var(--line-height));
			column-gap: calc(var(--col-gap, var(--gap, 1)) * var(--line-height));
			height: 100%;
			min-height: 100%;
		}
		.columns-2 {
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
		}
		.columns-3 {
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
		}
		.columns-4 {
			-webkit-column-count: 4;
			-moz-column-count: 4;
			column-count: 4;
		}
		/* shadows */
		
		.shadow {
			box-shadow: .5rem .5rem 2rem var(--secondary);
		}
		.shadow-right {
			box-shadow: .5rem 0 2rem var(--secondary);
		}
		.shadow-left {
			box-shadow: -.5rem 0 2rem var(--secondary);
		}
		.shadow-top {
			box-shadow: 0 -.5rem 2rem var(--secondary);
		}
		.shadow-bottom {
			box-shadow: 0 .5rem 2rem var(--secondary);
		}
		.inshadow {
			box-shadow: inset .5rem .5rem 2rem 0 var(--secondary);
		}
		.raised,
		img,
		video {
			box-shadow: 0 1.5em 1em -1em var(--secondary), 0 1px 4px var(--disabled), 0 0 4px var(--disabled) inset;
		}
		.noshadow,
		.no-shadow {
			box-shadow: none !important;
		}
		.text-shadow {
			text-shadow: 1px 1px 1px var(--secondary);
		}
		.primary {
			background-color: var(--primary);
			color: var(--disabled);
		}
		.primary a {
			color: var(--hover);
		}
		.text-primary {
			color: var(--primary);
		}
		.text-primary.stroke {
			-webkit-text-stroke-color: var(--primary);
			-moz-text-stroke-color: var(--primary);
		}
		.border-primary {
			border-color: var(--primary);
		}
		.invert {
			background-color: var(--primary);
			color: var(--background);
		}
		.invert a {
			color: var(--disabled);
		}
		.text-invert {
			color: var(--background);
		}
		.border-invert {
			border-color: var(--background);
		}
		.secondary {
			background-color: var(--secondary);
			color: var(--background);
		}
		.secondary a {
			color: var(--secondary);
		}
		.text-secondary {
			color: var(--secondary);
		}
		.border-secondary {
			border-color: var(--secondary);
		}
		.disabled {
			background-color: var(--disabled);
			color: var(--background);
		}
		.disabled a {
			color: var(--disabled);
		}
		.text-disabled {
			color: var(--disabled);
		}
		.border-disabled {
			border-color: var(--disabled);
		}
		.brand {
			background-color: var(--brand);
			color: var(--background);
		}
		.brand a {
			color: var(--disabled);
		}
		.text-brand {
			color: var(--brand);
		}
		.border-brand {
			border-color: var(--brand);
		}
		.ok {
			background-color: var(--ok);
			color: var(--secondary);
		}
		.ok a {
			color: var(--disabled);
		}
		.text-ok {
			color: var(--ok);
		}
		.border-ok {
			border-color: var(--ok);
		}
		.warning {
			background-color: var(--warning);
			color: var(--primary);
		}
		.warning a {
			color: var(--hover);
		}
		.text-warning {
			color: var(--warning);
		}
		.border-warning {
			border-color: var(--warning);
		}
		.critical {
			background-color: var(--critical);
			color: var(--disabled);
		}
		.critical a {
			color: var(--secondary);
		}
		.text-critical {
			color: var(--critical);
		}
		.border-critical {
			border-color: var(--critical);
		}
		.unknown {
			background-color: var(--unknown);
			color: var(--disabled);
		}
		.unknown a {
			color: var(--secondary);
		}
		.text-unknown {
			color: var(--unknown);
		}
		.border-unknown {
			border-color: var(--unknown);
		}
		a:visited {
			opacity: .8;
		}
		.rotate-origin-top {
			transform-origin: top;
			-webkit-transform-origin: top;
		}
		.rotate-origin-bottom {
			transform-origin: bottom;
			-webkit-transform-origin: bottom;
		}
		.rotate-origin-left {
			transform-origin: left;
			-webkit-transform-origin: left;
		}
		.rotate-origin-right {
			transform-origin: right;
			-webkit-transform-origin: right;
		}
		/* border radius */
		
		.round {
			border-radius: .5rem;
		}
		.round-top {
			border-top-left-radius: .5rem;
			border-top-right-radius: .5rem;
		}
		.round-bottom {
			border-bottom-left-radius: .5rem;
			border-bottom-right-radius: .5rem;
		}
		.round-left {
			border-top-left-radius: .5rem;
			border-bottom-left-radius: .5rem;
		}
		.round-right {
			border-top-right-radius: .5rem;
			border-bottom-right-radius: .5rem;
		}
		.circle {
			border-radius: 100%;
		}
		.height-200 {
			height: 200% !important;
		}
		.height-300 {
			height: 300% !important;
		}
		.height-400 {
			height: 400% !important;
		}
		.line-height-200 {
			line-height: 2em;
		}
		.line-height-150 {
			line-height: 1.5em;
		}
		.line-height-125 {
			line-height: 1.25em;
		}
		.line-height-100 {
			line-height: 1em;
			;
		}
		.line-height-75 {
			line-height: .75em;
		}
		.line-height-50 {
			line-height: .5em;
		}
		.width-25 {
			width: 25%;
		}
		.width-33 {
			width: 33.333333%;
		}
		.width-50 {
			width: 50%;
		}
		.width-66 {
			width: 66.666666%;
		}
		.width-75 {
			width: 75%;
		}
		.margin-25 {
			margin-left: 25%;
		}
		.margin-33 {
			margin-left: 33.333333%;
		}
		.margin-50 {
			margin-left: 50%;
		}
		.margin-66 {
			margin-left: 66.666666%;
		}
		.margin-75 {
			margin-left: 75%;
		}
		/* css grid */
		/* http://korywakefield.com/iota/ */
		/* https://github.com/korywakefield/iota */
		/* A responsive micro-framework for the grid spec powered by CSS custom properties. */
		
		.grid,
		section {
			display: -ms-grid;
			display: grid;
			grid-gap: calc(var(--gap, 1) * var(--line-height));
			grid-auto-flow: var(--flow, row);
			grid-auto-columns: var(--auto-cols, auto);
			grid-auto-rows: var(--auto-rows, auto);
			-ms-grid-columns: var(--template-cols, (var(--cols-size, 1fr))[var]);
			grid-template-columns: var(--template-cols, repeat(var(--cols, 1), var(--cols-size, 1fr)));
			-ms-grid-rows: var(--template-rows, (var(--rows-size, 1fr))[var]);
			grid-template-rows: var(--template-rows, repeat(var(--rows, 1), var(--rows-size, 1fr)));
			-webkit-box-pack: var(--jc, center);
			-ms-flex-pack: var(--jc, center);
			justify-content: var(--jc, center);
			-ms-grid-column-align: var(--ji, stretch);
			justify-items: var(--ji, stretch);
			-ms-flex-line-pack: var(--ac, stretch);
			align-content: var(--ac, stretch);
			-ms-grid-row-align: var(--ai, stretch);
			align-items: var(--ai, stretch);
		}
		.grid.is-inline {
			display: -ms-inline-grid;
			display: inline-grid;
		}
		.phi {
			--template-cols: 14.5898033750384fr repeat(6, 11.8033988749872fr) 14.5898033750384fr;
			--template-rows: 14.5898033750384fr repeat(6, 11.8033988749872fr) 14.5898033750384fr;
			--gap: 0;
		}
		.phi>img {
			box-shadow: none;
		}
		.grid>*,
		section>* {
			min-width: 0px;
			max-width: 100%;
			max-height: 100%;
			min-height: 0px;
			-ms-grid-column: var(--col, auto);
			grid-column: var(--col, auto);
			-ms-grid-row: var(--row, auto);
			grid-row: var(--row, auto);
			justify-self: var(--js, auto);
			-ms-flex-item-align: var(--as, auto);
			align-self: var(--as, auto);
			z-index: 2;
			overflow: hidden;
		}
		.grid>.full,
		section>.full {
			--col: 1/-1;
			--row: 1/-1;
		}
		.align-bottom {
			position: absolute;
			bottom: 0;
			width: 100%;
		}
		/* menu */
		
        /* Added */
        .menubar{
            background-color: #FFF3EA;
        }

		.material-icons {
			visibility: visible;
			display: block;
		}
		.button-collapse,
		.close {
			display: none;
			visibility: hidden;
		}
		menu {
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			width: 100%;
			z-index: 10;
		}
		menu ul {
			position: fixed;
			top: -3.5rem;
			left: 0;
			margin: 0;
			padding: 0 var(--line-height);
			width: 100%;
			height: 5.5rem;
			text-align: right;
			list-style: none;
			padding: 0 var(--line-height);
			border-bottom: 1px solid var(--disabled);
			background-color: var(--background);
		}
		menu,
		menu #logo,
		menu ul,
		menu a,
		menu a:after,
		menu a .material-icons,
		main,
		article {
			-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}
		menu:hover~main {
			-webkit-transform: translateY(5.5rem);
			transform: translateY(5.5rem);
			overflow: hidden;
		}
		menu:hover~main > article {
			margin-top: 0;
		}
		menu:hover ul {
			-webkit-transform: translateY(3.5rem);
			transform: translateY(3.5rem);
		}
		menu #logo {
			position: relative;
			float: left;
		}
		menu #logo img {
			position: relative;
			top: 0;
			left: 0;
			margin-top: 0;
			height: 3.5rem;
			width: auto;
			box-shadow: none;
		}
		menu li {
			display: inline-block;
			text-align: center;
		}
		menu a {
			position: relative;
			display: block;
			text-decoration: none;
			width: auto;
			height: 5.5rem;
			padding: 0 1rem;
			color: var(--gray) !important;
		}
		menu a:hover,
		menu a:active,
		menu a:focus {
			color: var(--black) !important;
		}
		menu a .material-icons {
			color: var(--gray);
			text-shadow: none;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1.3333334rem;
			-webkit-font-smoothing: antialiased;
			clear: both;
			position: relative;
			display: block;
			margin: .25rem auto .5rem auto;
			width: 2.75rem;
			padding: 0.5rem;
			border: 0.2rem solid var(--secondary);
			border-radius: 100%;
			font-size: 1rem;
			background-color: var(--background);
			box-shadow: 0 0 0 1rem transparent;
			box-sizing: border-box;
		}
		/* Animate the box-shadow to create the effect */
		
		menu a:hover .material-icons,
		menu a:active .material-icons,
		menu a:focus .material-icons {
			box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
			color: var(--black);
			font-size: 160%;
			padding-left: 0;
			padding-right: 0;
			background-color: var(--background);
			border: 0.2rem solid var(--primary);
		}
		#searchform {
			border-radius: 16rem;
			border: 0.2rem solid var(--primary);
			background-color: var(--background);
			height: 2.75rem !important;
			float: right;
			margin-top: -3.5rem;
			padding: 0;
		}
		#s {
			-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			width: 1px;
			border-radius: 0;
			box-shadow: none;
			outline: none;
			border: 0;
			background-color: transparent;
			color: var(--primary);
			opacity: 0;
			font-size: 2rem;
			height: 2rem;
			max-height: 2rem;
			line-height: 2rem;
		}
		#s:focus {
			width: 16rem;
			opacity: 1;
		}
		label {
			padding-left: 1px;
			display: inline-block;
			color: var(--primary);
			position: relative;
			left: 0.2rem;
		}
		#searchform .material-icons {
			margin: .5rem 0;
			font-size: 2rem;
			line-height: 1.5rem;
			color: var(--primary);
		}
		#search:hover .material-icons {
			color: var(--primary);
		}
		/* vertical rhythm test * /
        section {
            background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, 0) 95%, hsla(0, 25%, 50%, .5) 95%);
            background-image: linear-gradient(hsla(0, 0%, 0%, 0) 95%, hsla(0, 25%, 50%, .5) 95%);
            background-position: 50% 0;
            background-size: var(--line-height) var(--line-height);
        }
        /* parallax css */
		
		:root {
			--plx-perspective: 1;
		}
		main > article,
		.parallax {
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			-webkit-perspective: calc(var(--plx-perspective) * 1px);
			perspective: calc(var(--plx-perspective) * 1px);
			-webkit-perspective-origin: 0 0;
			perspective-origin: 0 0;
			perspective-origin-x: 100%;
			-ms-perspective-origin-x:100% ;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			
		}
		main>article>section:first-of-type,
		.plx {
			position: relative;
			--plx-scale: calc(var(--plx-perspective) - var(--plx-z, -.9));
			-webkit-transform: translateZ(calc(var(--plx-z, -.9) * 1px)) translateY(calc(50% - 50vh)) scale(var(--plx-scale));
			transform: translateZ(calc(var(--plx-z, -.9) * 1px)) translateY(calc(50% - 50vh)) scale(var(--plx-scale));
			-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
			transform-origin-x: 100%;
			-ms-transform-origin-x: 100%;
		}
		.fast {
			--plx-z: .3;
		}
		.slow {
			--plx-z: -.9;
		}

	}
	/* */
	
	@media screen and (orientation: portrait) and (min-width: 751px) {
		/* si el dispositivo está en modo retrato en lugar de apaisado duplica el tamaño de cada página y de las tipografías de forma que se visualiza como si fueran las dos páginas de una revista */
		
		:root {
			--font-size: calc();
		}
		article {
			width: 200%;
			max-width: 200%;
		}
		main, 
    article {
			/*overflow: auto !important;*/
		}
		menu {
			width: 100vw;
			position: absolute;
			font-size: 75%;
		}
	}
	@media print {
		@page {
			size: A4 landscape !important;
			page-break-inside: always;
			page-break-after: always;
			page-break-before: always;
			overflow: hidden;
			margin: 0;
			padding: 0;
			zoom: 1;
		}
		:root {
			--font-size: 14px;
		}
		body {
			background-image: url();
			background-color: var(--background);
		}
		body,
		section {
			position: relative !important;
			width: 297mm !important;
			height: auto !important;
			opacity: 1 !important;
			overflow: hidden;
			border: 0px;
			border: none;
			-webkit-text-size-adjust: 100% !important;
			-webkit-font-size: 80% !important;
		}
		section {
			height: 210mm !important;
			overflow: hidden !important;
			page-break-after: auto;
			page-break-inside: avoid;
			z-index: 10;
		}
		* {
			text-shadow: none !important;
			-webkit-text-stroke: none !important;
			box-shadow: none;
		}
	}
}

@media screen and (max-width: 750px) {
	html,
	epigrafe,
	body,
	p {
		font-size: var(--font-size);
		line-height: var(--line-height);
	}
	section {
		width: 100%;
	}
	.material-icons,
	.mobile {
		visibility: visible;
		display: inline-block;
	}
	* + div {
		margin-top: var(--line-height);
	}
	.button-collapse,
	.close {
		position: fixed;
		top: 0;
		display: block;
		z-index: 11;
		color: #000;
		line-height: 2rem;
		padding: .1rem;
		text-shadow: 1px 1px 0 var(--background), -1px 1px 0 var(--background), -1px -1px 0 var(--background), 1px -1px 0 var(--background), 1px 0 0 var(--background), -1px 0 0 var(--background), 0 1px 0 var(--background), 0 -1px 0 var(--background);
	}
	.button-collapse .material-icons,
	.close .material-icons {
		font-size: calc(2*var(--menu));
	}
	.button-collapse {
		left: .25rem;
	}
	.button-collapse:hover~menu,
	menu:hover {
		display: block;
		left: 0;
		box-shadow: .5em 0 .25rem rgba(136, 136, 136, 0.50);
	}
	.button-collapse:hover~section,
	menu:hover~section {
		margin-left: 50%;
		margin-right: -50%;
		opacity: .5;
	}
	menu,
	menu a,
	.button-collapse,
	.close,
	section {
		-webkit-transition: all .6s ease-out;
		transition: all .6s ease-out;
	}
	menu {
		position: fixed;
		top: 0;
		left: -75%;
		width: 75%;
		background-color: var(--brand);
		color: var(--primary);
		height: 100%;
		z-index: 11;
		font-size: var(--menu);
	}
	menu a {
		font-size: 1.5rem;
		line-height: 1.5rem;
		overflow: hidden;
		color: var(--primary);
	}
	menu a:after,
	menu #search:after {
		content: "";
		background: rgba(127, 127, 127, 0.3);
		display: block;
		position: absolute;
		border-radius: 50%;
		padding-top: 0;
		padding-left: 0;
		margin-top: 0;
		margin-left: 0;
		opacity: 0;
		-webkit-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	menu a:active:after,
	menu a:focus:after {
		padding-top: 240%;
		padding-left: 240%;
		margin-top: -120%;
		margin-left: -120%;
		opacity: 1;
	}
	menu a:hover,
	menu a:active,
	menu a:focus,
	menu #search:hover {
		color: var(--primary);
		background-color: var(--background);
		box-shadow: none;
	}
	menu ul {
		list-style-type: none;
	}
	menu ul,
	menu ul li {
		margin: 0;
		padding: 0;
	}
	menu a,
	menu #search {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: var(--disabled);
		display: block;
		line-height: 2rem;
		width: 100%;
		font-size: 1em;
		padding-left: 2em;
	}
	menu #search a {
		display: none;
		visibility: hidden;
	}
	menu a .material-icons,
	menu #search .material-icons {
		padding-right: 1em;
		padding-top: 1em;
	}
	menu ul li ul li a {
		padding-left: 3em;
		font-size: .8em;
	}
	menu #logo {
		width: 100%;
		text-align: left;
		line-height: 1em;
		margin: 0;
	}
	menu #logo span {
		clear: both;
		display: block;
		padding: 0 var(--line-height);
	}
	menu #logo img {
		position: relative;
		width: 75%;
		height: auto;
		padding-left: 4rem;
		box-shadow: none;
		-webkit-filter: drop-shadow(2px 2px 0 var(--white));
		filter: drop-shadow(2px 2px 0 var(--white));
	}
}

.nosotros{
	font-family: Jomolhari;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.nosotrosdiv{

	align-items: stretch;
    justify-content: center;
    display: inline-flex;
    align-content: center;
    flex-wrap: nowrap;

}
.nosotrosdiv2{
	width: 60%;
}

.contendor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nomodimg{
	animation: none;
}

.footer{
	display: block;
}

/* Boton Whatsapp 
.container-boton{
    background-color: #2e6329;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    padding: 25px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
}

.container-boton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.boton{
    width: auto;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}*/

/* boton Icon */
.floating-icon {
	position: fixed;
	bottom: 20px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-size: 28px;
	transition: transform 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	color: white;
}

.floating-icon:hover {
	transform: scale(1.1);
}

/* WhatsApp */
.floating-whatsapp {
	right: 20px;
	background-color: #25d366;
}

.floating-whatsapp:hover {
	background-color: #1da851;
}

/* Mail */
.floating-mail {
	right: 90px;
	background-color: #007bff;
}

.floating-mail:hover {
	background-color: #004a99; /* Azul más oscuro para visibilidad */
}

/* LinkedIn */
.floating-linkedin {
	right: 160px;
	background-color: #0077b5;
}

.floating-linkedin:hover {
	background-color: #004b7c; /* Azul más oscuro para mejor contraste */
}

/* Instagram */
.floating-instagram {
	right: 230px;
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.floating-instagram:hover {
	background: linear-gradient(45deg, #e6683c, #dc2743, #cc2366, #bc1888, #9e1180);
}

/*animation section*/

.section:nth-child(odd) {
	background-color: #f8f9fa;
}
.section:nth-child(even) {
	background-color: #e9ecef;
}

.no-text-cursor {
  cursor: default !important;
  user-select: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}