@charset "UTF-8";
/*------------------------------------*\
    #Apollo: core styles for all browsers
\*------------------------------------*/
@font-face {
  font-display: fallback;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets_dl/fonts/notosans/NotoSans-Regular.woff2") format("woff2"), url("../assets_dl/fonts/notosans/NotoSans-Regular.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../assets_dl/fonts/notosans/NotoSans-Italic.woff2") format("woff2"), url("../assets_dl/fonts/notosans/NotoSans-Italic.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../assets_dl/fonts/notosans/NotoSans-Bold.woff2") format("woff2"), url("../assets_dl/fonts/notosans/NotoSans-Bold.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../assets_dl/fonts/notosans/NotoSans-BoldItalic.woff2") format("woff2"), url("../assets_dl/fonts/notosans/NotoSans-BoldItalic.woff") format("woff");
}
:root {
	--brown: hsl(0deg 37% 30%);
	--mokka: hsl(19deg 26% 52%);
	--pink-d: #c06870;
	--pink-l: #d09898;
	--light: hsl(21deg 27% 90%);
	--dark: hsl(20deg 15% 20%);
	--space1: ;
	--space2: min(6.5rem, 8vw);
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body { margin: 0;}

main { display: block;}

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

a { background-color: transparent;}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong,
.card__desc, .bold {
  font-weight: 600;
}

small { font-size: 80%;}

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

sub { bottom: -0.25em;}

sup { top: -0.5em;}

img { border-style: none;}

/* Forms
   ================================================================= */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea { overflow: auto;}

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

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

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

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

details { display: block;}

summary { display: list-item;}

template, [hidden] { display: none;}

/*------------------------------------*\
    #Animation
\*-----------------------------------
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0s !important;
  }
}-*/

/*------------------------------------*\
    #Body
\*------------------------------------*/
html {
  height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body {
  min-height: 100%;
  background-color: var(--light);
  color: var(--dark);  /* #402e25 */
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
:where(body .constrain) > * {
    margin-block-start: 1.2rem;
    margin-block-end: 0;
}
body .constrain > :where(:not(.u-full-width)) {
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
}
body .constrain-wide {
	    width: 100%;
    max-width: 1280px;
}
/* Styles needed for a sticky footer */
.grid-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
}

/*------------------------------------*\
    #Buttons
\*------------------------------------*/
button,
.button {
  display: inline-block;
  padding: 0.6875rem 1.5rem;
  background-color: var(--pink-d);
  border: solid 2px var(--pink-l);
  color: #fff;
  font-size: initial;
  font-weight: 600;
  line-height: 1.5;
  outline: 2px solid var(--pink-l);
  outline-offset: -2px;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: background 250ms ease-in, outline-offset 150ms ease-out;
}
button:hover,
.button:hover {
  background-color: var(--pink-l);
  color: var(--dark);
  border-color: var(--pink-d);
  outline-offset: 2px;
}
button:focus, button:active,
.button:focus,
.button:active {
  color: var(--dark);
  background-color: #f9dc4a;
  border-color: #000;
}

button:not([type=submit]) {
  text-align: start;
}

.button {
  text-decoration: none;
}

button.button,
input[type=submit].button {
  text-decoration: none;
}

.button--wide {
  text-align: center;
  width: 100%;
}

.button[disabled] {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  box-shadow: none;
  color: #303030;
  cursor: not-allowed;
}
.button[disabled]:hover,
.button[disabled]:focus, .button[disabled]:active {
  background-color: #bdbdbd;
  color: #303030;
  outline: 0;
}

/*------------------------------------*\
    #Focus
\*------------------------------------*/
:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
}

main:focus,
#main:focus,
[tabindex="-1"]:focus {
  outline: none;
}

.sr-only + *, .skip-link + * {
  margin-top: 0 !important;
}
.hide-text {
  font-size: 0;
}

br {
  margin-top: 0;
}

abbr {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 0.25em;
  cursor: help;
}

em, i {
  font-style: italic;
}

small,
.small,
.small-caps {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.small-caps {
  text-shadow: 0 0 0 #111;
  text-transform: uppercase;
}

svg {
  fill: currentColor;
  height: auto;
  width: 100%;
}

/*------------------------------------*\
    #Images
\*------------------------------------*/
img {
  height: auto;
  max-width: 100%;
  display: block;
}
:where(figure) {
    margin: 0 0 1em;
	margin-block-start: 0;
    margin-block-end: 0;
}
.block-image img {
    vertical-align: bottom;
}

.is-rounded {
	border-radius: min(1.5rem, 2vw);
}

/*------------------------------------*\
    #Page transition
\*------------------------------------*/
@view-transition {
  navigation: auto;
}

:view-transition-old(root),
:view-transition-new(root) {
    animation: fade 300ms ease both;
}

@keyframes fade {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

/*------------------------------------*\
    #Animations
\*------------------------------------*/
@keyframes appear {
  from {
	opacity: 0;
    transform: translateY(60px);
  }
  to {
	opacity: 1;
    transform: translateY(0);
  }
}
.autoShow {
	animation: appear linear both;
	animation-timeline: view();
	animation-range: entry 1% cover 37vh;
}
@keyframes txt-appear {
  from {
	opacity: 0;
    transform: scale(0.5);
  }
  to {
	opacity: 1;
    transform: scale(1);
  }
}
.zoom {
	transform-origin: bottom;
	animation: txt-appear linear both;
	animation-timeline: view();
	animation-range: entry 1% cover 33vh;
}
@keyframes imageReveal {
  from {
	filter: saturate(0) contrast(0) brightness(0.1) blur(5px);
	opacity: 0;
	scale: 0.95;
    translate: 0 4rem;
  }
  to {
	filter: none;
	opacity: 1;
	scale: 1;
    translate: 0 0;
  }
}
.imageReveal {
	-webkit-animation: imageReveal linear both;
	animation: imageReveal linear both;
	animation-timeline: view(69% 5%);
}

/*------------------------------------*\
    #Links
\*------------------------------------*/
a:not([class]),
a.with-icon--before,
a.with-icon--after {
  border: 0;
  color: #005797;
  cursor: pointer;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  text-decoration: underline; /* 1 */
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.1875em;
}
a:not([class]) svg,
a.with-icon--before svg,
a.with-icon--after svg {
  fill: currentColor;
}
a:not([class]):visited,
a.with-icon--before:visited,
a.with-icon--after:visited {
  color: #d09898;
}
a:not([class]):hover,
a.with-icon--before:hover,
a.with-icon--after:hover {
  color: var(--pink-d);
  outline-width: 0; /* 2 */
}
a:not([class]):focus,
a.with-icon--before:focus,
a.with-icon--after:focus {
  background-color: #f9dc4a;
  background-image: linear-gradient(to top, #000 3px, #f9dc4a 3px, #f9dc4a);
  color: #000;
  text-decoration: none;
}
a:not([class]):active,
a.with-icon--before:active,
a.with-icon--after:active {
  color: #000;
  outline-width: 0; /* 2 */
}

ol[class],
ul[class] {
  list-style: none;
    padding-left: 1rem;
}

ul:not([class]),
ol:not([class]) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-padding-start: 2.4em;
          padding-inline-start: 2.4em;
}
ul:not([class]) > * + *,
ul:not([class]) li ul,
ul:not([class]) li ol,
ol:not([class]) > * + *,
ol:not([class]) li ul,
ol:not([class]) li ol {
  margin-top: 0.75em;
}

ul[itemscope] {
	padding-left: 0;
	list-style: none;
}
ul[itemscope] li {
  -webkit-margin-after: 0.5em;
		  margin-block-end: 0.5em;
}

.skip-link {
    padding: 0.625em 0.9375em;
    background-color: #f9dc4a;
    border: solid 3px #000;
    color: #000;
    text-decoration: none;
}
.skip-link:active, .skip-link:focus {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999;
}
.skip-link:active span, .skip-link:focus span {
  box-shadow: 0 -1px 0 0 inset;
}


body {
  font-family: "Trebuchet MS", Geneva, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

p { margin: 1rem 0;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 1rem;
}

h1 {
  margin-bottom: 1em;
  font-size: clamp(2.065rem, 4vw, 3.2rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.6875rem, 4vw, 2.1875rem);
  line-height: 1.2;
}
@media screen and (min-width: 48em) {	/* 768px */
  h1 { line-height: 1.15;}
  h2 { line-height: 1.264706;}
}

h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.9375rem);
  line-height: 1.3;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.1875rem;
  line-height: 1.5;
}

h6 { font-size: 1rem;}

.lead {
  font-size: clamp(1.3rem,3vw,1.4375rem);
  line-height: 1.4;
}
.txt-pluto {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.contorno {
    color: var(--light);
	text-shadow: 0 0 5px var(--dark);
}
.grad-text {
    color: inherit;
    background: -webkit-gradient(linear, right bottom, left top, from(#d09898), to(#683030));
    background: linear-gradient(330deg, #683030 30%, #d09898);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grad-pink {
    color: inherit;
    background: -webkit-gradient(linear, right bottom, left top, from(var(--pink-l)), to(var(--pink-d)));
    background: linear-gradient(0deg, var(--pink-d) 33%, var(--pink-l));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fonts-loaded body {
  font-family: "Noto Sans", "Trebuchet MS", Geneva, sans-serif;
}

/*------------------------------------*\
    #Layouts
\*------------------------------------*/
.l-box {
  border: 1px solid;
  display: block;
  padding: 0 1rem .5rem;
}

.l-box--no-padding {
  padding: 0;
}
.l-box--no-border {
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
}

.l-center.l-center {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
}

/*------------------------------------*\
    #Sidebar layout primitive
\*------------------------------------*/
.l-sidebar {
  overflow: hidden;
}

.l-sidebar > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -0.75rem;
}

.l-sidebar > * > * {
  margin: 0.75rem;
}

.l-sidebar .sidebar {
  flex-basis: 18.75rem;
  flex-grow: 1;
}

.l-sidebar .not-sidebar {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(55% - 1.5rem);
}

/*------------------------------------*\
    #Core components
\*------------------------------------*/

/*------------------------------------*\
    #Navigation core
\*------------------------------------*/
.header {
	padding: 15px 20px;
	position: fixed;
	left: 0;
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
  background: linear-gradient(currentColor, var(--brown));
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  z-index: 99;
}
.brand {
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.brand .icon-link {
    max-height: 2rem;
    max-width: 2rem;
    text-decoration: none !important;
}
.brand .logo-link {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    gap: 4px;
	color: white;
	font-size: clamp(22px, 3vw, 30px);
    line-height: 1.05;
	font-weight: 700;
	text-decoration: none;
}
.logo-link:focus {
    box-shadow: 0 0 0 3px #000;
    outline: solid 3px #fee167;
    outline-offset: 3px;
}
.logo-link span {
	font-variant: small-caps;
	background: -webkit-gradient(linear, right bottom, left top, from(white), to(var(--pink-l)));
    background: linear-gradient(white 45%, var(--pink-l));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
nav ul {
	list-style: none;
	padding-left: 0;
}
.navbar {
	margin: 1em 0;
	display: flex;
	transform-origin: top;
}
.navbar > li a {
	padding-block: 10px;
	color: var(--light);
	text-decoration: none;
	font-size: 1.2rem;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 200ms linear;
}
.navbar li a:hover {
	color: var(--pink-d);
}
.has-dropdown {
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}
.caret {
    display: inline;
    height: 0.9rem;
	width: 1rem;
	fill: none;
	stroke-linecap: round;
    stroke-width: 3;
    stroke: white;
}
.has-dropdown .dropdown {
	padding: 10px;
	min-width: 150px;
	background-color: #1A171B;
	border-radius: 0 0 5px 5px;
	transform-origin: top;
	transition:
		opacity 200ms linear,
		transform 200ms linear,
		max-height 200ms ease-out
	;
}
.has-dropdown .dropdown li a {
	font-size: 1em;
}
.menu-toggle {
	padding: 0.4rem 0.5rem;
	background: none;
	border: none;
	outline: 0;
	line-height: 0.9;
}
.menu-toggle .close-icon { display: none;}

@media (max-width: 56em) {	/* 896px */
	.header {
	  justify-content: space-between;
	}
	.navbar.navbar {
		flex-direction: column;
		gap: 0.5em;
		padding-left: 0;
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		background-color: #222;
		transform: scale(1,0);
		transition: transform 200ms linear;
		z-index: 9;
	}
	.navbar.active {
		transform: scale(1,1);
		box-shadow: 0 0 0 8px #222;
	}
	.navbar li {
		text-align: center;
		padding-block: 0.5em;
	}
	.navbar li a:hover {
		text-decoration: underline;
		text-decoration-color: var(--mokka);
		text-underline-offset: 4px;
	}
	.menu-icon.hide { display: none;}
	.close-icon.hide { display: block;}
	.has-dropdown {
		background-color: #333;
	}
	.has-dropdown .dropdown {
		position: static;
		flex-direction: column;
		width: 100%;
		max-height: 0;
		transform: scale(1,0);
		background-color: #333;
		opacity: 0;
		display: table-column;
	}
	.has-dropdown .dropdown.show {
		margin-top: 1em;
		display: flex;
		transform: scale(1,1);
		gap: 1em;
		opacity: 1;
		max-height: fit-content;
	}
}
/*------------------------------------*\
    #Main
\*------------------------------------*/
main,
#main {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  padding: 1rem 5vw 6rem;
}

main .component + .component,
#main .component + .component {
  margin-top: 5rem;
}
@media screen and (min-width: 48em) {
  #main .component + .component {
    margin-top: 6.25rem;
  }
}

#main .component.u-full-width + .component.u-full-width {
  margin-top: 0;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
  padding-top: 70px;
	background-color: var(--brown);
	z-index: 1;
}
@media screen and (width > 56em) { /* 896px */
	.header { padding: 4px 20px;}
	.hero { padding-top: 5em;}
	.menu-toggle { display: none;}
	.logo-link::before {
        content: "";
        display: none;
        position: absolute;
        bottom: -0.25em;
        left: 0;
        height: 0.1875rem;
        width: 100%;
        background-color: var(--mokka);
    }
	.logo-link:hover::before {
        display: block;
    }
	.navbar {
		justify-content: flex-end;
		align-items: center;
		gap: 1em;
		padding-block: 0.5em;
	}
	.navbar li {
		margin-left: 1.25em;
	}
	.navbar li a {
		position: relative;
	}
	.navbar a::before{
		content: "";
		display: block;
		height: 5px;
		background-color: var(--mokka);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transform: scale(0,1);
		transition: transform ease-in-out 250ms;
	}
	.navbar a:hover::before{
		transform: scale(1,1);
	}
	.has-dropdown .dropdown {
		transform: scale(1,0);
		position: absolute;
		top: 135%;
		left: 0;
		opacity: 0;
		box-shadow: 1px 2px 6px 1px rgba(0 0 0 / 0.3);
	}
	.has-dropdown:hover .dropdown {
		display: grid;
		gap: 0.5em;
		transform: scale(1,1);
		opacity: 1;
	}
	.has-dropdown .dropdown li {
		margin-left: 0;
		padding: 0.5em;
	}
}
.alternating.hero { padding-top: 1rem;}
.hero .l-sidebar > *,
.hero .l-sidebar > * > * {
  margin: 0;
}
.hero .l-sidebar .sidebar {
  flex-basis: 31.25rem;
}
.hero .l-sidebar .not-sidebar {
  min-width: 50%;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 70em) {
  .hero .l-sidebar .not-sidebar > * {
    max-width: 31.5rem;
  }
}
.hero .lead {
  margin-bottom: 1.125rem;
  color: white;
}
.hero img {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  filter: drop-shadow(1px 2px 2px #683030);
  z-index: 2;
}

.hero h1 {
  margin-bottom: 1rem;
  text-wrap: balance;
  letter-spacing: 0.0125em;
  word-spacing: 0.0375em;
}

.hero + * {
  margin-top: 3.125rem;
}

.hero .button {
  align-self: flex-start;
}

.scrolldown {
    position: relative;
    bottom: 0;
    left: 19px;
    width: 40px;
    height: 40px;
    transform: translateY(20px) translateX(-50%) rotate(45deg);
    isolation: isolate;
}
.scrolldown span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid var(--pink-l);
    border-right: 2px solid var(--pink-l);
    animation: animate 1.5s linear infinite;
}
@keyframes animate {
	0% {
		top: -5px;
		left: -5px;
		opacity: 0;
	}
	25% {
		top: 0;
		left: 0;
		opacity: 1;
	}
	50%, 100% {
		top: 5px;
		left: 5px;
		opacity: 0;
	}
}
.scrolldown span:first-child {
    transform: translate(-15px, -15px);
    animation-delay: -.4s;
}
.scrolldown span:nth-child(2) {
    transform: translate(0);
    animation-delay: -.2s;
}
.scrolldown span:nth-child(3) {
    transform: translate(15px, 15px);
}
/*------------------------------------*\
    #featured media
\*------------------------------------*/
.hero picture::before {
  background: linear-gradient(0deg, var(--light), var(--brown));
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 63%;
  z-index: -1;
}

.cenefa2 {
  display: table;
  height: 60px;
  filter: drop-shadow(0 -4px 2px rgb(0 0 0 / 8%));
}
/*------------------------------------*\
    #Products section
\*------------------------------------*/
.productos {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 2.1rem;
    margin: 3rem auto;
}
.productos .box {
    flex: 0 1 280px;
    margin: 0.5em;
    background: linear-gradient(var(--mokka), var(--brown));
	border-radius: 0.75rem;
    transition: box-shadow .4s;
    animation-delay: attr(data-delay);	/* NO funciona!!! */
    box-shadow:
	  0 2px 6px var(--light) inset,
	  0 4px 4px var(--mokka),
	  0 10px 12px var(--mokka)
	;
}
.productos .box .wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    padding-top: 1.2em;
}
.box-img {
    display: grid;
    place-items: center;
}
.box-img img {
    display: inline-block;
	border-radius: 0.5rem;
    transition: transform 250ms ease-out;
    -webkit-transition: border-radius 0.5s, transform .4s ease-out, filter 0.5s;
}
.box-img:hover img {
    transform: scale(1.03);
	filter: drop-shadow(0px 2px 4px var(--light));
}
.box-txt {
	padding: 1rem 0 1.25rem;
    color: #fff;
}
.box-txt h3 {
    font-size: 1.6rem !important;
}
.box-txt a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: 200ms ease-out;
}
.box-txt a:after {
    display: block;
    content: '';
    border-bottom: solid 2px var(--pink-l);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}
.box-txt a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

/*------------------------------------*\
    #Alternating sections
\*------------------------------------*/
.block-flex {
	max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
	margin-block-start: 0;
    margin-block-end: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
    align-items: center;
}
.vertical {
	flex-direction: column;
}

.block-heading,
body .block-flex > * {
    margin: 0;
}
.block-heading:before {
	margin: 0 auto;
}
h2.block-heading {
	word-spacing: 0.25rem;
}
.asterisk::before {
	content: '';
    width: 1.5rem;
    height: 2.5rem;
    background: var(--pink-l);
    clip-path: path('m18.9 .02c2.15-.24 4.09 2.7 3.1 4.88-.54 1.19-1.64 2.08-3.1 2.3-.57 .08-1.25-.06-1.6-0.2-.28 .86-.25 3.54-.1 4.4 .26 1.35 .93 1.44 .7 2.3-.41 1.54-1.99 2.3-3 3.8 .23 .4 1.7 .81 2.2 1.5 .17 .23 .3 .57 .2 .9-.35 1.18-2.36 1.12-3.1 1.3 .89 .77 1.5 1.61 1.3 2-1.04 1.57-3.13-.76-3.6-1.2-1.11 .79-.93 2.28-2.4 1.9-.24-.06-.54-.29-.6-.4-.555-1.04 1.23-.93 1-1.9-.525 .09-1.07 .11-1.6 .2-1.01 .17-2.45-.41-3.1-.9-.39-.3-.95-.9-.7-1.7 .38-1.23 2.37-1.53 2.6-2 .08-.14-1.09-1.29-1.3-2.3-.11-.53 .22-1.16 .3-1.6 .1-.61-.285-2.17-.4-3-.065-.46-0-1.28-.3-1.3-1.425 .08-2.98-.4-3.8-1.4-1.36-1.73-.49-4.21 1.6-5.1s4.13-.7 6.6-.7c.77-.01 7.83-1.64 9.1-1.78z');
    display: block;
}

:where(.block-columns) {
    margin-bottom: 1.75em;
}
.block-columns {
    align-items: normal !important;
	flex-wrap: nowrap !important;
	margin-left: auto !important;
    margin-right: auto !important;
	margin-block-start: 0;
    margin-block-end: 0;
	display: flex;
	gap: min(6.5rem, 6vw) min(10.5rem, 10vw);
	max-width: 1280px;
}
.block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
		width: 100%;
}

@media (min-width: 769px) {
    .block-columns > .block-column[style*=flex-basis] {
        flex-grow: 0;
    }
    .block-columns.contact {
        gap: 0;
    }
}
@media (max-width: 48em) {
    .block-columns {
        flex-wrap: wrap !important;
    }
    .block-columns > .block-column {
        flex-basis: 100% !important;
    }
	.contact.contact {
		background: linear-gradient(#0000, #fee167 25%);
	}
}

/*------------------------------------*\
    #Global footer
\*------------------------------------*/
footer {
	margin-block-start: 1.2rem;
    margin-block-end: 0;
	background: linear-gradient(0deg, var(--mokka) 0%, var(--light) 100%);
}
footer .block-flex.vertical {
	padding-bottom: var(--space2);
	border-bottom: dotted var(--light);
}
@media screen and (min-width: 48em) {
	footer .block-flex:not(.vertical) {
		gap: 2rem;
		padding-left: 0;
	}
	footer .block-flex.vertical {
		border-bottom: none;
	}
}

.global-footer {
  border-top: solid 1px #a47864;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 1.5rem 0;
}
.global-footer .copyright {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.block-site-title {
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 600;
}
.justify-wrap {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	flex-wrap: wrap;
}
.justified {
    justify-content: space-between;
    align-items: flex-start;
}

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

.footer__links {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
	color: var(--brown);
}
@media screen and (min-width: 64em) {
  .footer__links.footer__links {
    padding-left: 0;
  }
}
.footer__links > li {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
footer a {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: inherit;
  text-decoration: none;
  transition: color 300ms;
}
footer a:not(:focus):hover {
  text-decoration: underline;
  color: var(--pink-d);
}
footer a:focus {
  background-color: #fee167;
  background-image: linear-gradient(to top, #80a364 2px, #fee167 3px, #fee167);
}

/*------------------------------------*\
    #Layout utilities
\*------------------------------------*/
.u-full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block-spacer {
	height: min(2.5rem, 3vw);
    clear: both;
}
.block-spacer-xl {
	height: var(--space2);
    clear: both;
}


.u-no-margin.u-no-margin {
  margin: 0;
}
.u-no-padding.u-no-padding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.u-no-margin-top.u-no-margin-top {
  margin-top: 0;
}

.txt-center {
  text-align: center;
}

.bg-img {
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpolygon fill='%23a47864' points='60%2C0 60%2C30 45%2C15 30%2C0 0%2C0 0%2C0 30%2C30 0%2C60 30%2C60 45%2C45 60%2C30 60%2C0'/%3E%3C/svg%3E"); */
  /*** background: url(./bg-img_copy.svg) var(--light); ***/
  background: url(../assets_dl/bg-img.png) var(--light);
}
.parrafo {
  padding: 20px 24px;
  margin: 2rem auto 3rem;
  max-width: min(900px,90%);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-shadow: 0 1px 1px var(--light);
	background-color: white;
    outline: double 5px white;
    outline-offset: 2px;
    border-radius: 0.5rem;
    box-shadow: 0 0 1em var(--pink-d);
}
.nebula {
	background-image: radial-gradient(at 6% 88%, var(--light) 0px, #0000 50%), radial-gradient(at 78% 78%, var(--pink-l) 0px, #0000 50%), radial-gradient(at 89% 35%, var(--light) 0px, #0000 50%), radial-gradient(at 25% 10%, var(--pink-l) 0px, #0000 50%), radial-gradient(at 30% 100%, var(--mokka) 0px, #0000 50%), radial-gradient(at 80% 28%, var(--brown) 0px, #0000 50%), radial-gradient(at 75% 40%, var(--pink-d) 0px, #0000 50%);
}
.card__content ul {
	padding-inline-start: 1.2em;
}
.card__content ul li::marker {
    content: "\1F968\0020";
    font-size: 0.8em;
}
.card__desc {
	color: var(--brown);
  font-size: 1.125rem;
}

#arrowTop {
  position: fixed;
  bottom: 10%;
  right: 20px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    z-index: 8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow .4s ease-out;
	& .triangle {
		width: 16px;
		margin: 8px auto 0;
		border-left: 8px solid #0000;
		border-right: 8px solid #0000;
		border-bottom: 15px solid #000;
	}
	&:hover {
		opacity: 1;
		box-shadow: inset 0 0 0 4px var(--pink-l);
	}
}